p2p-adb
p2p-adb copied to clipboard
Help please
I rooted my phone. i have busybox. not sure what emulator is best so i have two, but my question is where to copy the file. when i copy the file into the data file i cannot CD to it. i cannot CD to the file even outside of the data file. So what exactly am i missing?
Could i be naming the file something wrong? i named the file p2padb when i inserted into the data file and the error i get is:
"cannot cd to p2padb"
Love you work kos so i just want it to work!!!
Any help is greatly appreciate.
Also im running on gingerbread on a galaxy S aviator if that helps.
/sdcard/p2p-adb/
Ah thank you i will try that and let you know how it works!
The ls
command is how one lists directory contents and the find command is how one searches for things try find / -name p2p\*adb 2>/dev/null
to find the exact path after a few moments of it scanning the whole files system.