[WIP] Run Script via ADB as Root
What we need is a program to simplify remote modifications.
Here's why: - You can't run a command via adb that passes variables without actually entering the shell.
- You can push a script, but it wont run unless you chmod which requires root.
- There is no way (currently) for a batch script to run as run.
I was thinking it would be very easy to write a median to allow us to do such.
I know some devs here use .Net, I am familiar with .Net myself but I've been very busy.
I'm comfortable using whatever language, if anyone wishes to help out while I'm in the middle of my move, that would be great. I'd be able to jump in and help out in about a week or two.
Here's some documentation:
http://msdn.microsoft.com/en-us/libr...=VS.71%29.aspx
Even just a simple EXE that allows a script to be pushed, chmodded, and executed would be perfect.
There are many routes that can be taken, this is just one.
|