lildebi icon indicating copy to clipboard operation
lildebi copied to clipboard

support of file manager to select debian img location

Open SDkie opened this issue 11 years ago • 6 comments

Their should be support of file manager instead of manually writing name of debian img

SDkie avatar Oct 02 '14 12:10 SDkie

Also add "/storage/sdcard1/debian.img" to predefined path by installation, please.

jkk88 avatar Jan 15 '15 12:01 jkk88

@jkk88 : /sdcard/debian.img does not work for you?

SDkie avatar Feb 18 '15 13:02 SDkie

or I guess /storage/sdcard1/ will be your external storage.

SDkie avatar Feb 18 '15 13:02 SDkie

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 .

jkk88 avatar Feb 19 '15 11:02 jkk88

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.

eighthave avatar Feb 19 '15 12:02 eighthave

Added file Manager support for selection of Debian image. https://github.com/myselfjivan/lildebi

1 1 4 5 1 6

myselfjivan avatar Mar 29 '15 20:03 myselfjivan