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

2009-09-01 Thread Yi Sun
BTW-- even I can download AndAppStroe-installer.apk and install it through Web interface, the application download from AndAppStroe application still failed. Still digging. On Tue, Sep 1, 2009 at 4:09 PM, beyounn wrote: > > The problem is the permission of the /sdcard/download directory. If I >

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

2009-09-01 Thread beyounn
The problem is the permission of the /sdcard/download directory. If I create it and set it to 0777 before the download started, the application will be installed without any issue. When the downloader creates the directory, it is created as 0700 On Aug 29, 1:43 am, Alan Cramer wrote: > /: 103327

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

2009-08-29 Thread Alan Cramer
/: 1033272K total, 1132K used, 1032140K available (block size 4096) /mnt: No such file or directory /: 1033272K total, 1132K used, 1032140K available (block size 4096) /sfs: No such file or directory /system: 463969K total, 442331K used, 21638K available (block size 1024) /cache: 1033272K total, 0K

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

2009-08-25 Thread Yi Sun
I saw these kind the complain about two times already.I _guess_ it is a bug with our changes. Currently, we are starting to add new applications and markets to the pre-release images. Please file an issue on the android-x86 project, we will try to take care of it along the way. Or if you like, you

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

2009-08-25 Thread Al Sutton
>From your pc can you run "adb shell" then type df at the # prompt and email the output. It looks like the download was OK, so I'm guessing there may be a tiny partition somewhere causing problems. Al. On Aug 25, 9:25 am, Alan Cramer wrote: > After attempting to use the AndAppStore, it comes u

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

2009-08-24 Thread Al Sutton
Using the installer from the link will help determine this as it downloads the AndAppStore client to the apps file area as world readable instead of the browsers download directory. Al. P.S. The URL was http://download.funkyandroid.net/AndAppStore-Installer.apk On Aug 24, 11:32 pm, Chen Yang w

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

2009-08-24 Thread Chen Yang
I guess it is a permission problem: According to the source: mArchiveSourcePath = sourceFile.getPath(); if (!sourceFile.isFile()) { Log.w(TAG, "Skipping dir: " + mArchiveSourcePath); mParseError = PackageManager.INSTALL_PARSE_FAILED_NOT_APK; return nul

[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

[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 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
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 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: Can anyone know how to setup an application to eeepc based on android?

2009-08-22 Thread Alan Cramer
I have found this to be any application when you attempt to install applications by downloading an apk file within the Browser application. Installing applications using adb over my network is working fine (except for certain applications not displaying full screen). I am assuming this is due to t

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

2009-08-22 Thread Yi Sun
Could you tell which application you are trying to install? I just wrote an helloworld application and I can install it without any problem. I have heard a few complains about the application installation. I will try to get some real applicatoins to try out. Yi On Sat, Aug 22, 2009 at 3:59 PM, Ala

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

2009-08-22 Thread Yi Sun
BTW-- I assume that you have enabled the "Unknown sources" support in the application settings before you install the application. On Sat, Aug 22, 2009 at 4:35 PM, Yi Sun wrote: > Could you tell which application you are trying to install? I just wrote an > helloworld application and I can insta

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

2009-08-22 Thread Alan Cramer
Application install issue. Wifi is working great on this build. On Aug 22, 4:34 pm, Yi Sun wrote: > Are you talking about the application install issue or wifi issue? > > > > > > On Sat, Aug 22, 2009 at 5:20 AM, Alan Cramer wrote: > > > Can confirm the same bug on a fresh install of > > eeepc_

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

2009-08-22 Thread Yi Sun
Are you talking about the application install issue or wifi issue? On Sat, Aug 22, 2009 at 5:20 AM, Alan Cramer wrote: > > Can confirm the same bug on a fresh install of > eeepc_usb-20090820.img.gz installed to /dev/sda1 (EXT2) on my eeePC > 900. > > Alan > > On Aug 22, 1:51 am, Yi Sun wrote: >

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

2009-08-22 Thread Alan Cramer
Can confirm the same bug on a fresh install of eeepc_usb-20090820.img.gz installed to /dev/sda1 (EXT2) on my eeePC 900. Alan On Aug 22, 1:51 am, Yi Sun wrote: > bikcmp, > What makes you think that it is a bug in Android-x86? I was amazed  how a > programmer give comments to a problem without ev

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

2009-08-21 Thread Yi Sun
bikcmp, What makes you think that it is a bug in Android-x86? I was amazed how a programmer give comments to a problem without even look into the problem detail. And you said " I'll keep you updated in case a fix comes out.", what fix are you talking about? Kevon, Could you tell the wifi device t

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

2009-08-21 Thread bikcmp(creator and main programmer)
Kevon, This is probably a bug in AndroidX86, as it is in very early alpha stage and DEFINITELY not ready and stable enough for production use. If you really want to play around with android, I would get a Google-Dev phone or T-Mobile G1. However, later I would love to see Android running on PC's;

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

2009-08-20 Thread kevon
Thank you Yi, I have downloaded the latest ISO on yeterday. Ofcourse i download the code from android-x86. The wifi driver is working now, i can see lot of available networks on my screen list, but android cannot connect to any of these networks. I'm sure i inputed the right pin code. Thanks, Ke

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

2009-08-19 Thread Yi Sun
Where did you get the build and how did you install the apk? On Wed, Aug 19, 2009 at 9:08 PM, kevon wrote: > > I've successful running android on my eeepc, but i cannot install any > app on it. > When I install an apk file, it says "Parse error, there is a problem > parsing the package." > > Tha