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

2009-01-26 Thread martin d.
Hi, On Jan 26, 3:46 pm, Rafael Fernandes 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

[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

[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 wrote: > Dear All > > I just procured a developer phone recently. I am not able to acc