View Single Post
Posts: 55 | Thanked: 14 times | Joined on Dec 2011
#24
Originally Posted by youmeego View Post
i am loooking for quick answers

can the android market work on nitroid alpha?
can we install .apk on nitroid without using android market(of course after we enable "install from unknow source")?

thanks
No, android market doesn't work. only ways currently to install .apks
is using android sdk via command line with following commans

adb install filename.apk

id suggest you download rootexplorer first then you can browse the files in android easily and edit stuff and install aps.
you can send the apps to the device with

adb push filename.apk


or fetch files

adb pull filename.*

**

tutorials how to install games, widget and application

http://www.youtube.com/watch?v=Jx6Rw...ature=youtu.be

Last edited by Lovsan; 2012-03-25 at 07:53.
 

The Following User Says Thank You to Lovsan For This Useful Post: