During my research I have been using the Android Debug Bridge to obtain data from the Nexus 7 that I have been using. At first I was having difficulties pulling data from the device because I was attempting to pull the data directly from the /data/data folder even though I had sufficient permissions to access the folder I did not have permissions to take data directly from the folder so first I had to use ADB shell to be in the command prompt inside of the device.
Using the su command I could copy the data from the /data/data folder to the sdcard which I had unrestricted access to.
After I had copied the data to the sdcard I could then pull the data to my hard drive using the command
this command puts the data from the device onto the C: drive of my computer where I can then analyze the data. The data that I am most interested in is contained within 4 folders.
The highlighted folders are for the Dropbox application and for the Google Drive application |
The highlighted folders are for the Skydrive application and the Ubuntu One Files application. |
The other files that were pulled from the device were .xml files which show the user preferences for the account. From this I was able to obtain the user identification for Google Drive, however for the others I could only obtain either the amount of storage for the specified account or the sharing settings depending on the application.
No comments:
Post a Comment