[android-porting] Re: Can anyone know how to setup an application to eeepc based on android?

2009-08-23 Thread Al Sutton
Alan, Any chance you could try the AndAppStore installer by downloading it to your PC, adb installing it, then running it on the device? ( The download URL is http://download.funkyandroid.net/AndAppStore-Installer.apk ) This should isolate whether the problem is with downloading via a browser or

[android-porting] Re: Portage d'Android sur IMX27 /// Android porting on IMX27

2009-08-23 Thread fadwa.belghith
Thank you for your response  I just install the development environment: Ubunto on witch I compiled the Kernel of the card. Now, I think that I want to find a way (patches …) to modify the Kernel I have to obtain the Kernel of Ondroid… (Is it true?) But I have some difficulties and I can’t star

[android-porting] Re: Portage d'Android sur IMX27 /// Android porting on IMX27

2009-08-23 Thread fadwa.belghith
Thank you for your response :-) But for me, I can’t start because I don’t know how to proceed. I just install the development environment: Ubunto on witch I compiled the Kernel of the card. Now, I must port the Android Please, can you help me ? Thank you :-) Best regards. On 19 août, 14:22,

[android-porting] Re: Can anyone know how to setup an application to eeepc based on android?

2009-08-23 Thread Dianne Hackborn
Downloading and installing from the browser doesn't involve Market at all -- it just uses the download manager to download it, and the system installer to install it. Is the only thing you are seeing in the log the "Parse error ..." line? Generally much more detailed information than that is print

[android-porting] Re: Can anyone know how to setup an application to eeepc based on android?

2009-08-23 Thread Alan Cramer
Hi Dianne, It was the message on screen. Where can I go to find the logs? Is it the same as a Linux system under /var/log or similar (under /system maybe?). I haven't got my eeePC handy to have a look right now, but I will do later. Tried it via AndAppStore as per Al Sutton suggestion to no ava

[android-porting] Re: Can anyone know how to setup an application to eeepc based on android?

2009-08-23 Thread Dianne Hackborn
On regular devices you would use "adb logcat" (or run logcat from the device-side shell). I don't know anything about the eeepc port to help you with the details there. On Sun, Aug 23, 2009 at 2:22 PM, Alan Cramer wrote: > Hi Dianne, > It was the message on screen. Where can I go to find the l

[android-porting] Re: Can anyone know how to setup an application to eeepc based on android?

2009-08-23 Thread Yi Sun
adb kill-server ADBHOST= adb logcat. Or dump to your sdcard directly by alt+f1 logcat -f /sdcard/log & On Sun, Aug 23, 2009 at 5:10 PM, Dianne Hackborn wrote: > On regular devices you would use "adb logcat" (or run logcat from the > device-side shell). I don't know anything about the eeepc port