[android-kernel] auto mounting sd card on nexus 10 device through USB OTG cable

2013-09-17 Thread Tom Johnson
I'm trying to get my sdcard to automount on my nexus 10 through USB OTG cable. I can manually mount it and it works. Here is what I have setup so far. Is there anything else I need to do? I manually mount it like "mount -t vfat /dev/block/sda1 /mnt/usbdisk" init.manta.rc # usb usb sd car

Re: [android-kernel] Create Android Daemon Service

2013-02-20 Thread Tom Johnson
not make it > critical (yet): > > > critical > >This is a device-critical service. If it exits more than four times in > >four minutes, the device will reboot into recovery mode. > > > Good luck, > Emeric > > > On Sun, Feb 17, 2013 at 9:58 AM, To

[android-kernel] Create Android Daemon Service

2013-02-19 Thread Tom Johnson
Hi, I'm some what new to Android Development, but have 20 + years of software development experience, mostly in C and C#, little bit of Java. I want to create daemon service and here are some of the requirements that are needed. I'm not sure if all this can be done at application level or if I