[android-developers] Re: Root Acess on developer phone

2009-01-26 Thread Rafael Fernandes

well again, it is not possible to get access to /data via eclipse...
you have to go via adb...

adb shell
su

su command gives you the super user rights...

cheers,
rafael fernandes

On Jan 26, 3:10 pm, sudheer sudheer.mo...@gmail.com wrote:
 Dear All

 I just procured a developer phone recently. I am not able to access
 the /data directory. how do I get super access on this phone? What
 should I do to get super access?
 Please advice me.

 Best Regards,
 Sudheer
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Root Acess on developer phone

2009-01-26 Thread Andrea Fanfani

On Mon, Jan 26, 2009 at 06:10:37AM -0800, sudheer wrote:
 
 Dear All
 
 I just procured a developer phone recently. I am not able to access
 the /data directory. how do I get super access on this phone? What
 should I do to get super access?
 Please advice me.
 

sudo su ? from console in adb  ?

a.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Root Acess on developer phone

2009-01-26 Thread martin d.

Hi,

On Jan 26, 3:46 pm, Rafael Fernandes luizraf...@gmail.com wrote:
 well again, it is not possible to get access to /data via eclipse...
 you have to go via adb...

there is a workaround for that. You can just chmod the path you want
to access from
Eclipse to 777 and it will work. This change does not survive a
reboot.

MartinD:
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---