Installing apps on Live Android
After playing around with the liveandroid instance on my Virtualbox VM, it was time to try out installing some apps.
Few basic things first:
- For switching to the console mode / terminal screen press : Alt-F1
- For switching back to the GUI mode from console mode press : Alt-F7
I read about how to install apps here.
Android apps are files ending with .apk. And all that is needed to install the app is to copy the *.apk file to the /system/app folder. Image-1 shows how my /system/app folder looks like after I have installed a few apps.
So the only task remains is downloading the apps and copying them to the /system/app folder. For downloading apps try any of the following:
- Download the AndAppStore Client – and use this client to browse and install apps. I find this as the best way.
- Either wget http://download.funkyandroid.net/SoftwareDirectory-1_3_0.apk
- Or, click on http://andappstore.com/AndroidApplications/apps/125845!download
- Ensure that the SoftwareDirectory-1_3_0.apk is copied to the /system/app folder
- Switch back to the GUI view (Alt-F7) and go to the menu screen, and you can see the AndAppStore Client – Seen as Software Directory (See image-2)
- You could also browse apps at http://www.cyrket.com/
- Download the apps directly from the browser
- The apk file is downloaded to /sdcard/download
- Switch to console mode (Press Alt-F1 )
- cp /sdcard/download/* /ststem/app/
- chown 1000:1000 /system/app
- Switch to the GUI mode (Press Alt-F7) – That is it, you should be able to see your app !

image-1

image-2
Live-Android 0.3 on Sun Virtualbox
I had read about the live-android which is a live cd version of the Google Android mobile platform, and decided to give it a try.
Downloaded the iso image from http://code.google.com/p/live-android/downloads/list.
Had to download the two files liveandroidv0.3.iso.001 and liveandroidv0.3.iso.002, created a single iso using cat:
cat liveandroidv0.3.iso.001 liveandroidv0.3.iso.002 > liveandroidv0.3.iso
Created a virtual machine using virtualbox and there we go.
Did not get a chance to install any apps. Will try that sometime later and see how it goes. If all works fine, I might install it on my old laptop which just has 256mb RAM.
-
Archives
- October 2010 (1)
- January 2010 (1)
- December 2009 (1)
- November 2009 (2)
- October 2009 (4)
- September 2009 (7)
- August 2009 (3)
- March 2009 (3)
- February 2009 (1)
- November 2008 (3)
-
Categories
-
RSS
Entries RSS
Comments RSS