[PATCHER][APP] Dual boot any ROM on our OnePlus 3

Status
Not open for further replies.

Sledge2013

Senior Member
Apr 19, 2013
153
57
48
So this only works when you decrypt your device?

Sent from my ONEPLUS A3003 using XDA-Developers mobile app
seems so....have a look here: http://forum.xda-developers.com/oneplus-3/development/wip-multiboot-project-oneplus-3-t3410031

"#since this is a work in progress please do consider having a look here
1. If you update ramdisk and reboot then the phone will reboot to recovery and not boot to rom. You will have to reflash your rom for it to boot.
2. Lots of other issues.
3. Encryption isn't supported so if you want to try this. I recommend that you decrypt your device till encryption support arrives."
 

ph1dft

Senior Member
Jan 15, 2012
343
58
48
Delluft
seems so....have a look here: http://forum.xda-developers.com/oneplus-3/development/wip-multiboot-project-oneplus-3-t3410031

"#since this is a work in progress please do consider having a look here
1. If you update ramdisk and reboot then the phone will reboot to recovery and not boot to rom. You will have to reflash your rom for it to boot.
2. Lots of other issues.
3. Encryption isn't supported so if you want to try this. I recommend that you decrypt your device till encryption support arrives."
Very clear, thank you!

Sent from my ONEPLUS A3003 using XDA-Developers mobile app
 

vimi93

Senior Member
Oct 7, 2011
358
71
0
DNH UT
Any Rom?

Sorry for being noob in dual booting

Title says "Dual boot any rom"
Does it mean, I can boot miui? Even though its not for OP3?

Please guide
 
Last edited:

EpicLPer

Senior Member
Aug 29, 2012
677
380
93
25
Scheibbs
epiclper.com
Okay, after messing around with backing up and restoring the phone to an undecrypted state here's a quick breakdown of what I did:
  • Boot into Recovery
  • Create TWRP Backup
  • Connect phone to PC via ADB
  • Do "adb pull /data/media"
  • Boot into fastboot
  • fastboot format userdata
  • Boot back into TWRP
  • ADB is not working because you just formated userdata, also the adbpub.key
  • Copy your TWRP backup back to the phone via MTP in TWRP
  • Restore the backup
  • Reboot recovery, ADB should work again
  • Push /data/media back onto the device
  • It can happen that Android now creates 2 directories, /data/media/0/0
  • Move everything back into it's original position once back in Android via a filemanager (or via ADB if you're brave enough)
  • If you get permission errors connect phone to PC and fire up an adb shell: chown -R media_rw:media_rw /data/media
  • DONE!


One hell of a ride and took me almost 3 hours, yet I had a few issues due to me being stupid... So, you'll most likely need 30 minutes to an hour or something :)
 
Last edited:

thanhnvt194

Senior Member
Feb 21, 2015
1,144
454
113
Vancouver
Issue here
i successed dualboot
- Oxygen 3.2.1 as primary
- Exodus in dataslot
everything works fine
then i try app sharing, in oxygen patcher say i must update ramdisk to use app sharing, so i update it in primary rom, then reboot, primary rom stuck in bootanimation
use dualboot ultilities zip to switch to exodus, exudos works.

anyone could give me some tips to make app sharing works ? thanks
 

EpicLPer

Senior Member
Aug 29, 2012
677
380
93
25
Scheibbs
epiclper.com
Issue here
i successed dualboot
- Oxygen 3.2.1 as primary
- Exodus in dataslot
everything works fine
then i try app sharing, in oxygen patcher say i must update ramdisk to use app sharing, so i update it in primary rom, then reboot, primary rom stuck in bootanimation
use dualboot ultilities zip to switch to exodus, exudos works.

anyone could give me some tips to make app sharing works ? thanks
Read the first post "Issues" part, it says that this feature does not yet work.

Btw. the REAL thread about this is located HERE >>> http://forum.xda-developers.com/oneplus-3/development/wip-multiboot-project-oneplus-3-t3410031
 
  • Like
Reactions: thanhnvt194
Status
Not open for further replies.