[android-developers] Re: How to login to the root of Android Dev Phone 1?

2009-04-11 Thread havexz
Hi Gavin Well tibigiurgiu is right if you just have to remove the db just uninstall the application. But if you want to copy the files from phone to pc den you need to chmod n all. Well the shell provided through adb has a very limited set commands and the commands are also not fully supported.

[android-developers] Re: How to login to the root of Android Dev Phone 1?

2009-04-09 Thread Gavin Aiken
Hi Guys, I'm having the same issue. I just go a dev phone and i'm used to wiping the database of my ap by removing it using eclipse from the /data/data/my-ap's-namespace/databse.db location. Now i'm developing on a dev phone I don;t have access to /data/. I've installed terminal emulator but I

[android-developers] Re: How to login to the root of Android Dev Phone 1?

2009-04-04 Thread havexz
Well i finally get the solution..u have to use the su command to login as root and then have to change the permissions for the folder (in my case its data). Once done that then you can easily move files using the eclipse DDMS from the Android Dev Phone 1. But remember you also need to change

[android-developers] Re: How to login to the root of Android Dev Phone 1?

2009-03-25 Thread David Turner
pull is an adb command, you need to run it on the host (there is no easy way to send a file to your host from the system). E.g. adb pull device-path host-path On Wed, Mar 25, 2009 at 4:34 AM, havexz bali.param...@gmail.com wrote: well i am able to access the folder but still unable to get

[android-developers] Re: How to login to the root of Android Dev Phone 1?

2009-03-24 Thread havexz
THANKS ITS WOKRING..:) BTW is there a way i can access using the UI DDMS which comes with eclipse IDE.? On Mar 23, 10:40 pm, Jean-Baptiste Queru j...@android.com wrote: Run su in your shell, and you'll be running a root shell. JBQ On Mon, Mar 23, 2009 at 7:45 PM, havexz

[android-developers] Re: How to login to the root of Android Dev Phone 1?

2009-03-24 Thread havexz
well i am able to access the folder but still unable to get the files out to local system .. the following is the snap shot. Here i had run the su command and the prompt changes from $ to # # pull pull pull: not found # help help help: not found # On Mar 24, 1:28 am, havexz

[android-developers] Re: How to login to the root of Android Dev Phone 1?

2009-03-23 Thread havexz
Also tried login to shell using adb but i am unable to browse to that directory.. the error is given below: $ ls ls sqlite_stmt_journals cache sdcard etc init default.prop logo.rle init.trout.rc data system init.goldfish.rc sys proc init.rc sbin root dev $ ls data ls data opendir failed,

[android-developers] Re: How to login to the root of Android Dev Phone 1?

2009-03-23 Thread Jean-Baptiste Queru
Run su in your shell, and you'll be running a root shell. JBQ On Mon, Mar 23, 2009 at 7:45 PM, havexz bali.param...@gmail.com wrote: Also tried login to shell using adb but i am unable to browse to that directory.. the error is given below: $ ls ls sqlite_stmt_journals cache sdcard