[android-porting] Is there a way to use adb commands inside the shell running in android device ?

2013-05-09 Thread Vinayak
Friends, I've developed a shell which used Runtime.getRuntime.exec() to execute the shell commands I've created a InputStreamReader/EditText to capture the output. Now, when the user tries to run following commands: $ adb shell output is: couldn't run shell at 5580 restarting the daemon

[android-porting] Re: Setup ppp

2013-05-09 Thread ffxx68
Hi, I’m porting a GB tablet firmware to JB ( https://groups.google.com/forum/#!forum/renesas-emev-osp) and I’m now stuck at the 3G modem integration. I missed what has been customized in GB (though I can access code), so I have to redo the work myself. I found Adrien's tutorial