Hi, i have all the innotab game carts, i know on the max that you download the updated file to play that saves. But how can i play it again the without the Cartridge being inserted. Thanks
Install a side bar, or run the android desktop. You should be able to see them in the apps section.
Mick
(01-22-2016, 06:05 AM)is0-mick Wrote: [ -> ]Install a side bar, or run the android desktop. You should be able to see them in the apps section.
Mick
How do I do that? thanks
Have you enabled ADB on your tablet?
If not follow this first...
http://spiffyhacks.com/thread-606.html
Then follow after step 9 here...
http://spiffyhacks.com/thread-485.html
You should then be able to see the android desktop, and be able to install an apk from the tablets sd card using the built in file manager in apps,
or via adb with the
adb install c:\users\whoever\whereever\package.apk
obviously replace the above with the real path, and package name.
Mick
I did the first bit as soon as you posted on here, but I cant get the next step to work posted by neverlies. is it pop luck if you get it right? thanks
No, you must not be doing it right...
Did you install the android sdk?
If you are in windows.. adb lives in C:\Users\USERNAME\AppData\Local\Android\sdk\platform-tools
change USERNAME with your username ..
then run a command prompt and do something like
cd C:\Users\USERNAME\AppData\Local\Android\sdk\platform-tools
adb devices
and it should show if the tablet is connected... if all is well then you can do things like
adb install
or
adb shell
Mick