support of file manager to select debian img location
Their should be support of file manager instead of manually writing name of debian img
Also add "/storage/sdcard1/debian.img" to predefined path by installation, please.
@jkk88 : /sdcard/debian.img does not work for you?
or I guess /storage/sdcard1/ will be your external storage.
Yes, external storage is /storage/sdcard1/ by me :-) (and also some links)
grep /sdcard /*rc
/init.qcom.rc: mkdir /mnt/media_rw/sdcard1 0555 root root /init.qcom.rc: mkdir /storage/sdcard1 0775 system system /init.qcom.rc: export SECONDARY_STORAGE /storage/sdcard1 /init.qcom.rc: symlink /storage/emulated/legacy /sdcard /init.qcom.rc: symlink /storage/emulated/legacy /mnt/sdcard /init.qcom.rc: symlink /storage/emulated/legacy /storage/sdcard0 /init.qcom.rc: symlink /storage/sdcard1 /ext_card /init.qcom.rc: symlink /storage/sdcard1 /mnt/ext_card /init.qcom.rc: # we will remap this as /mnt/sdcard with the sdcard fuse tool /init.qcom.rc:service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated /init.qcom.rc:service fuse_sdcard1 /system/bin/sdcard -u 1023 -g 1023 -d /mnt/media_rw/sdcard1 /storage/sdcard1 /init.qcom.rc:service fuse_usbdisk /system/bin/sdcard -u 1023 -g 1023 -d /mnt/media_rw/usbdisk /storage/usbdisk
On Wed, Feb 18, 2015 at 2:45 PM, Kumar Sukhani [email protected] wrote:
or I guess /storage/sdcard1/ will be your external storage.
— Reply to this email directly or view it on GitHub https://github.com/guardianproject/lildebi/issues/126#issuecomment-74865531 .
The only safe default is /sdcard since it is the only path guaranteed to exist on all devices. Any other path could be handled by a file chooser as described in this issue.
Added file Manager support for selection of Debian image. https://github.com/myselfjivan/lildebi
