How to run need root permissions apk on my development board.

1,447 views
Skip to first unread message

wang nungchao

unread,
Mar 31, 2011, 10:47:01 AM3/31/11
to android-platform
My board is use TI 4430 development code.
I need run one apk, witch need root permissions.

I have try some ways, but these way can not run my apk.

1
I try check out busybox and built it.
Then install busybox in my file system.
When I input su command, the console return "su: unknown user root".

2.
I try get Busybox install apk from market. And executive apk,
they show "Root Access Denied, This may be an issue with Superuser."

Please help me!!!
Thanks.

Chinmay S

unread,
Mar 31, 2011, 11:07:47 AM3/31/11
to android-...@googlegroups.com, wang nungchao
Hi Wang,

You might want to have a look at this:
http://groups.google.com/group/android-security-discuss/browse_thread/thread/4ad16b75d5de4b12


For the sake of debugging/development, you can use the exploid exploit.
SOURCE: http://stealth.openwall.net/xSports/exploid.tgz

You will need access to a cross-compiler for your target.

Once compiled, here are the instructions on how to install/run exploid:
http://android.doshaska.net/x10miniroot

and a sample superuser.apk
http://www.mediafire.com/file/73e29s1dwp3fdhu/exploid_x10mini.zip


regards
CVS

wang nungchao

unread,
Apr 12, 2011, 6:31:28 AM4/12/11
to android-platform
Hi all
I fix my issue.

Step 1: Go to xda download su & Superuser.apk(http://forum.xda-
developers.com/showthread.php?t=682828)

Step 2:
adb push su /system/bin/
adb push Superuser.apk /system/app

Step 3(important!!):
adb shell chown root.root /system/bin/su
adb shell chmod 4755 /system/bin/su

This steps will fix my issue.
Thank's.
Reply all
Reply to author
Forward
0 new messages