Motorola Droid Full Solution Updated

*Shrugs* I only had a problem with WiFi when I had the dirtylan kernel going on my Droid. Does anyone else want to confirm it working? I can make a video if you like of my Droid tethering to my iPod Touch.
 
Sorry for the double post, but that would be great. It'd keep peoples' phones from turning into pocket warmers without the need of a task killer. That, or just manually start autostart.sh through root explorer every time you boot up. With root explorer, you can even save that /data/opt/ as root explorer's home directory.

Just a suggestion.

*edit* Yes, I am on HTML data plan, so I guess that does not affect me (or affects me, depending on how you look at it).
 
Would you mind checking to see what autostart looks like in ps? If not you, anyone else can. Just type ps and paste what lines you see related to autostart.
Yeah, that explains why wifi tether works for you.
 
I mean if you type "ps" at a command prompt, like in connectbot. It will show all running processes. If I can see what the autostart app (not the script, but the android app itself) looks like in ps, i can give a command line that will kill it. Then we can just add that line to the end of autostart.sh and problem solved. In theory.
 
app_42 1211 1004 153464 19096 ffffffff afe0d964 S nk.bla.android.autostart

EDIT: Also, may want to add a sleep command before you kill, that way it gives it enough time to load the script.
 
@whiterabbitorg I just rebooted my phone, and its got a different PID now. Now it says app_42 1237 1011 153464 19104 ffffffff afe0d964 S nk.bla.android.autostart
 
Back
Top