>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 <a...@cramer.id.au> wrote:
> After attempting to use the AndAppStore, it comes up with an Out of Space
> error.
>
> "Software Directory could now be viewed. Free up some space on your phone
> and try again."
>
> Attached is the new log.  The Android-x86 has been installed to an ext2
> partition, if that helps.
>
> Alan
>
> On Tue, Aug 25, 2009 at 3:57 PM, Al Sutton <a...@funkyandroid.com> wrote:
>
> > 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 <sunsety...@gmail.com> wrote:
> > > 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 null;
> > >         }
>
> > > and Log:
> > > W/PackageParser( 2429): Skipping dir:
> > > /sdcard/download/SoftwareDirectory-1_3_0.apk
>
> > > the check of the apk returned false.
> > > --
> > > Chen
>
> > > On Tue, Aug 25, 2009 at 5:23 AM, Alan Cramer <a...@cramer.id.au> wrote:
> > > > This is attempting to install 2 applications via GUI.  AndAppStore
> > Client
> > > > and slideme.org/sam2.apk
>
> > > > These both install fine using the adb install method.
>
> > > > Alan
>
> > > > On Tue, Aug 25, 2009 at 7:21 AM, Alan Cramer <a...@cramer.id.au>
> > wrote:
>
> > > >> On Mon, Aug 24, 2009 at 11:54 AM, Yi Sun <beyo...@gmail.com> wrote:
>
> > > >>> adb kill-server
> > > >>> ADBHOST=<your eeepc ip address> 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 <
> > hack...@android.com>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 to
> > help you
> > > >>>> with the details there.
>
> > > >>>> On Sun, Aug 23, 2009 at 2:22 PM, Alan Cramer <a...@cramer.id.au>
> > wrote:
>
> > > >>>>> 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 avail.
>
> > > >>>>> Alan
>
> > > >>>>> On Mon, Aug 24, 2009 at 1:42 AM, Dianne Hackborn <
> > hack...@android.com>wrote:
>
> > > >>>>>> 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
> > printed in the
> > > >>>>>> log when there is an error.
>
> > > >>>>>> On Sat, Aug 22, 2009 at 5:25 PM, Alan Cramer <a...@cramer.id.au
> > >wrote:
>
> > > >>>>>>> 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 the missing Google proprietary
> > > >>>>>>> applications (more so Android Market, than anything else).
>
> > > >>>>>>> I have got Unknown sources Support turned on.
>
> > > >>>>>>> Alan
>
> > > >>>>>>> On Sun, Aug 23, 2009 at 9:58 AM, Yi Sun <beyo...@gmail.com>
> > wrote:
>
> > > >>>>>>>> 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 <beyo...@gmail.com>
> > wrote:
>
> > > >>>>>>>>> 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, Alan Cramer <
> > a...@cramer.id.au>wrote:
>
> > > >>>>>>>>>> Application install issue.  Wifi is working great on this
> > build.
>
> > > >>>>>>>>>> On Aug 22, 4:34 pm, Yi Sun <beyo...@gmail.com> wrote:
> > > >>>>>>>>>> > Are you talking about the application install issue or wifi
> > > >>>>>>>>>> issue?
>
> > > >>>>>>>>>> > On Sat, Aug 22, 2009 at 5:20 AM, Alan Cramer <
> > a...@cramer.id.au>
> > > >>>>>>>>>> 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 <beyo...@gmail.com> 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 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 type you are using and
> > which
> > > >>>>>>>>>> EeePC you are
> > > >>>>>>>>>> > > > using? It is known that rt2860 has a driver bug and it
> > can
> > > >>>>>>>>>> not connect to
> > > >>>>>>>>>> > > a
> > > >>>>>>>>>> > > > AP in certain cases.
> > > >>>>>>>>>> > > > Yii
>
> > > >>>>>>>>>> > > > On Fri, Aug 21, 2009 at 7:14 AM, bikcmp(creator and main
> > > >>>>>>>>>> programmer) <
>
> > > >>>>>>>>>> > > > bikc...@gmail.com> wrote:
>
> > > >>>>>>>>>> > > > > 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; It will have Microsoft (I
> > hate
> > > >>>>>>>>>> Microsoft and
> > > >>>>>>>>>> > > > > Windows) & Apple trying to keep up with Google (Who is
> > > >>>>>>>>>> going to win).
>
> > > >>>>>>>>>> > > > > I'll keep you updated in case a fix comes out.
>
> > > >>>>>>>>>> > > > > -BikCmp
> > > >>>>>>>>>> > > > >http://www.bikcmp.com/
>
> > > >>>>>>>>>> > > > > On Aug 21, 2:27 am, kevon <kevo...@gmail.com> wrote:
> > > >>>>>>>>>> > > > > > 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,
> > > >>>>>>>>>> > > > > > Kevon
>
> > > >>>>>>>>>> > > > > > On Aug 20, 12:38 pm, Yi Sun <beyo...@gmail.com>
> > wrote:
>
> > > >>>>>>>>>> > > > > > > Where did you get the build and how did you
> > install
> > > >>>>>>>>>> the apk?
>
> > > >>>>>>>>>> > > > > > > On Wed, Aug 19, 2009 at 9:08 PM, kevon <
> > > >>>>>>>>>> kevo...@gmail.com> 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."
>
> > > >>>>>>>>>> > > > > > > > Thanks
> > > >>>>>>>>>> > > > > > > > Kevon
>
> > > >>>>>>>>>> > > > > > > --
> > > >>>>>>>>>> > > > > > > Android-x86http://code.google.com/p/android-x86/
>
> > > >>>>>>>>>> > > > --
> > > >>>>>>>>>> > > > Android-x86http://code.google.com/p/android-x86/
>
> > > >>>>>>>>>> > --
> > > >>>>>>>>>> > Android-x86http://code.google.com/p/android-x86/
>
> > > >>>>>>>>> --
> > > >>>>>>>>> Android-x86
>
> > > >>>>>>>>>http://code.google.com/p/android-x86/
>
> > > >>>>>>>> --
> > > >>>>>>>> Android-x86
> > > >>>>>>>>http://code.google.com/p/android-x86/
>
> > > >>>>>> --
> > > >>>>>> Dianne Hackborn
> > > >>>>>> Android framework engineer
> > > >>>>>> hack...@android.com
>
> > > >>>>>> Note: please don't send private questions to me, as I don't have
> > time
> > > >>>>>> to provide private support, and so won't reply to such e-mails.
> >  All such
> > > >>>>>> questions should be posted on public forums, where I and others
> > can see and
> > > >>>>>> answer them.
>
> > > >>>> --
> > > >>>> Dianne Hackborn
> > > >>>> Android framework engineer
> > > >>>> hack...@android.com
>
> > > >>>> Note: please don't send private questions to me, as I don't have
> > time to
> > > >>>> provide private support, and so won't reply to such e-mails.  All
> > such
> > > >>>> questions should be posted on public forums, where I and others can
> > see and
> > > >>>> answer them.
>
> > > >>> --
> > > >>> Android-x86
> > > >>>http://code.google.com/p/android-x86/
>
>
>
>  log2
> 49KViewDownload
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to