deviato / DroidPPPwn

PPPwn_cpp for Android + App Frontend [needs rooted device]
82 stars 2 forks source link

Can you add option to spesificly select the stage.bin file #19

Closed YasefDogan closed 1 month ago

YasefDogan commented 1 month ago

i want to launch linux using my phone but linux stage 2.bin file is different so i want to change it,can you add a button for selecting stage 2 or ad an option as "linux 11.0", "goldhen 11.0" ect

deviato commented 1 month ago

At the moment you can't select, but you can put your custom stage1.bin or stage2.bin in the root of your internal memory (linked to /sdcard) and it will be preferred over the default included

YasefDogan commented 1 month ago

At the moment you can't select, but you can put your custom stage1.bin or stage2.bin in the root of your internal memory (linked to /sdcard) and it will be preferred over the default included

Should it be like storage/shared/stage2.bin folder structure

deviato commented 1 month ago

At the moment you can't select, but you can put your custom stage1.bin or stage2.bin in the root of your internal memory (linked to /sdcard) and it will be preferred over the default included

Should it be like storage/shared/stage2.bin folder structure

every phone has its own schema, that's why I didn't add that option, but in almost all cases /sdcard is a symbolic link to user-writable memory, so I gave that possibility