This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear All
Good Morning!
Could any one please let me know the steps to root android-4.0.3 on Beagleboard-xm REV-C to run the shell script from the .apk file.
Any help would be appreciated.
Regards
Mahaboob A Aslam
Dear Satish
But i was how to ROOT the custom build version ( what we have build here using the TI source) of total android system.
Could you please let me know the steps.
Regards
Mahaboob A Aslam
Dear Satish
I have tried with pre build images provided by TI for Android-ICS .
But of no use, we tried PPPWidget0.99.apk to make 3G dongle " 3G HUAWEI E1731 Modem" Plug and Play .
when this application is brought on to the home page it shows "Not rooted".
Actually i had raised a issue before which was not answered " how to make 3G HUAWEI E1731 Modem plug and play in Android 2.3.4 and Android 4.0."
Could you please look into this issue : http://e2e.ti.com/support/embedded/android/f/509/t/212537.aspx because the issue in the link is related with this present issue.
Regards
Mahaboob A Aslam
Hi Mahaboob,
1. To get root shell you can modify like
05 |
service console /system/bin/sh |
06 |
console |
07 |
disabled |
08 |
- user shell |
09 |
- group log |
10 |
+# user shell |
11 |
+# group log |
12 |
|
13 |
on property:ro.secure=0 |
14 |
start console |
2. To get USB connect event refer
I hope these pointer will help you to go ahead
BR,
satish