jyio / botbrew-gui

Android GUI for BotBrew
49 stars 19 forks source link

allow installation on subpar filesystems using loop-mounted images #5

Open jyio opened 12 years ago

jyio commented 12 years ago

BotBrew needs to be installed on a *nixy filesystem such as Ext2/3/4. Most microSD cards are FAT-formatted. Using loop-mounted images would enable the usage of BotBrew on /sdcard and /emmc.

jyio commented 12 years ago

basic loop mount support is working, but it needs to be able to select the image size or resize the image.