07-07-2016, 12:54 PM
(01-10-2016, 06:15 AM)is0-mick Wrote: Two ways..
Get adb running on your computer, and connect to the tablet.
1)
adb install game.apk
(replace game.apk with the name / path of your apk)
2)
type
adb shell
then you should have an android command prompt
paste this
am start -a android.intent.action.MAIN -c android.intent.category.HOME
The android normal desktop should appear on the tablet (with clock etc).
Press the apps button (looks like 6 dots in a square).
you can then use the file manager app to install an apk thats been copied over the usb cable, or placed on an sd card and inserted into the unit.
Mick
Mick, good afternoon. Thanks for your tutorial.
I managed to enter the android system settings and i have activated the unknown sources and debug mode, but i can't still enter to adb shell to install new apps. when i try adb shell i get a message "error: device not found".
I have installed the google modified drivers and the rockship ones but adb stills without detecting my innotab max.
Can you help me please?
the innotab info:
SDK Version is: 4.2.2==>R17
System: eng.vtech.20160129.000211
Package: 2016-01-29 00:04:36 +0800
So... thanks for everything!
