Thread: Development Pocket Edge 2.2 NEW Firmware
View Single Post
Old 07-07-2011, 03:54 AM   #28
Triskalleon
Enthusiast
Triskalleon began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Jun 2011
Device: none
Quote:
Originally Posted by ptsenter View Post
http://developer.android.com/index.html

First, download and install Android SDK.
Second, enable USB debug on your device.
Third, connect EP to your computer, go to Device Manager->Disk Drives->delete all Linux devices->hit Action->Scan. It should find new devices and install, among others, ADB interface.
Forth, without disconnecting, run app in question, e.g., Market.
Fifth, after it failed, open DOS box, navigate to where you installed SDK, android-sdk, platform-tools:
adb devices - you should see your device like 0123456789ABCDEF
adb logcat - it will write a lot of lines in DOS box, copy all of them to this thread or send me PM.
OK - made it this far: After deleting two linux "gadgets" and selecting Scan, it appeared to put the same two back in.

The path Android -> android-sdk leads to separate directories named "tools" and "platforms."

"adb" is not recognized as a command
Triskalleon is offline   Reply With Quote