[android-developers] Re: su: permission denied error

2010-11-22 Thread Kumar Bibek
su is not enabled, ie. root access is disabled on Emulators and consumer devices. You cannot do that, until and unless you root your phone. On Nov 22, 5:10 pm, kamiomar kamio...@gmail.com wrote: By using command prompt access the device shell/terminal. then use the su command getting permission

[android-developers] Re: su: permission denied error

2010-11-22 Thread kamiomar
thanks for reply. kindly tell me unless you root your phone. what does it means? how this possible? Thanks On Nov 23, 11:31 am, Kumar Bibek coomar@gmail.com wrote: su is not enabled, ie. root access is disabled on Emulators and consumer devices. You cannot do that, until and unless you

Re: [android-developers] Re: su: permission denied error

2010-11-22 Thread Kumar Bibek
Rooting means - Breaking your phone to get super user access. Try searching about super user linux, and you will get some hints. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Tue, Nov 23, 2010 at 12:16 PM, kamiomar kamio...@gmail.com wrote: thanks for reply. kindly

[android-developers] Re: su permission denied

2009-04-14 Thread Dianne Hackborn
You can't get root on a regular G1. On Tue, Apr 14, 2009 at 9:30 AM, Jon Webb jonaw...@gmail.com wrote: Any idea why I get permission denied when I run su in adb shell? I've seen multiple posts here claiming all you have to do is run su, but it never works for me. Why? -- Dianne