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
No comments:
Post a Comment