View Single Post
Posts: 193 | Thanked: 348 times | Joined on Dec 2009
#1
Hello!

I was hoping for a little help.

I have a command to mount the SDCard to the android partition, which I currently have to run every time I boot up so that android apps can read the SDcard:

devel-su
mount -o bind /media/sdcard/16FA-111F /home/nemo/android_storage/SDCARD

Just wondering how I can automate this process on startup of the phone?