[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: Debug in Dalvik

2008-12-03 Thread martin d.
Hi Davis, check if this helps you: http://code.google.com/android/reference/adb.html#stdout You can redirect stderr and stdout to the normal logfiles. MartinD: On Dec 3, 12:39 pm, [EMAIL PROTECTED] wrote: > Hi, > > For some reason, I need to print some runtime inforamtion > in Dalvik. I found

[android-developers] Re: unknown socket error -1

2008-12-02 Thread martin d.
Hi * sal wrote/ schrieb: > But i dont see port# being in listening state when i do "netstat > -a" on windows XP machine.Strange part is its not generating any > exception. because of this client is unable to connect to this port > I guess you only open a port inside the emulator and not on