phhusson / boot-diverter

Something that acts as a GSI but does... uh stuff
112 stars 8 forks source link

any instructions how to use ? #3

Open Fisummer opened 3 years ago

Fisummer commented 3 years ago

thank you for your sharing , interest to try in this project ,pls help

batowaves commented 3 years ago

Please please i have an s9+, i am dying to have an option to boot official samsung rom and my /e/os rom.

phhusson commented 3 years ago

Well S9+ won't be supported since boot-diverter requires dynamic partitions

Le lun. 10 mai 2021 à 15:02, batowaves @.***> a écrit :

Please please i have an s9+, i am dying to have an option to boot official samsung rom and my /e/os rom.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/phhusson/boot-diverter/issues/3#issuecomment-836671829, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAA4ORJXNULAMU24JLYSULTM7KQFANCNFSM4356IQ6A .

batowaves commented 3 years ago

:((((( can't i just use the twrp trick orangefox and others have used before?

KnoyanMitsu commented 3 years ago

Anyone?? Can tell me instructions how to use this?? I try ./create.sh on termux and i get create.sh: line 52: mkfs.ext4: command not found

Btw i use Samsung a51

Edit: okay i try use su and command sh create.sh and i dont get error

My question what next?

mnet-repo commented 2 years ago

Email me, I can help, I have paralloid working as well if you can live without encryption me.nosaj31@gmail.com

mnet-repo commented 2 years ago

The next step would be to replace a/the dynamic system(or a or b) partition and replace it with system_phh then flash the rootfs you made as system

fastboot flash system_a rootfs.img fastboot create-logical-partition system_phh 0 fastboot flash system_phh original_system.img

jonahnm commented 1 year ago

The next step would be to replace a/the dynamic system(or a or b) partition and replace it with system_phh then flash the rootfs you made as system

fastboot flash system_a rootfs.img fastboot create-logical-partition system_phh 0 fastboot flash system_phh original_system.img

Does it happen to work the same for paralaloid?