Well, I execute ls -l
and got this,
-rw-rw--w- app_34 app_34 75 2011-08-30 23:38 dados.txt
Now how do I view the content of the .txt file? Is possible?
Open cmd type adb shell then press enter. Type ls to view files list. At the DOS prompt, adb shell ls -R > junk lists all files and puts results into file junk which you can then edit via Notepad or whatever and see more than you'd want to, but your files, too!
To use ADB with your Android device, you must enable a feature called “USB Debugging.” Open your phone's app drawer, tap the Settings icon, and select “About Phone”. Scroll all the way down and tap the “Build Number” item seven times. You should get a message saying you are now a developer.
Platform List is part of Android SDK and the best way to find the location is to open SDK manager and get the path. Appearance & Behaviour --> System Settings --> Android SDK You can get the path where SDK is installed and can edit the location as well. Show activity on this post. Type adb shell.
A few different options, but if you just want to dump to the console try:
cat dados.txt
The following command will work too:-
adb pull {absolute path to directory/file} cat filename
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With