Thread: Development Pocket Edge 2.2 NEW Firmware
View Single Post
Old 07-07-2011, 01:23 AM   #25
ptsenter
Addict
ptsenter has learned how to buy an e-book online
 
Posts: 285
Karma: 88
Join Date: May 2011
Device: Kobo eReader Wireless
Quote:
Originally Posted by Triskalleon View Post
Sure, but I've only been an Android user since yesterday. Anybody have a pointer as to how that's done?
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.
ptsenter is offline   Reply With Quote