[android-developers] Robotium Test Case

2012-03-01 Thread suram sridhar
Hi all, I Created a project on android, and i am planning to do robotium testing on that app. So i created the Project APK in debug mode and then i am trying to run a test case on this APK by using Robotium. But the problem is it is getting crashed. Please see the below logs and help me

Re: [android-developers] Re: How to get the DB File from real android device

2012-02-24 Thread suram sridhar
to chech device s connected or not) 3. cd /data/data/packagename 4. cd database 5. ls u will see ur db file 6. sqlite3 dbfies 7. .table Enjoy Moktarul Anam On Feb 23, 6:17 pm, suram sridhar suram.srid...@gmail.com wrote: Hi friends, Can u please help me to get the db file from

[android-developers] How to get the DB File from real android device

2012-02-23 Thread suram sridhar
Hi friends, Can u please help me to get the db file from the real device(Android). I am using debug build of the app, but still i am not able to get the db file. I am using adb shell command to pull the file. eg# adb pull dbname c:\ Please give the reply which command should i use in ADB