Spiffy Hacks
Back ups on max - Printable Version

+- Spiffy Hacks (https://spiffyhacks.harmonypogo.com)
+-- Forum: Vtech InnoTab (https://spiffyhacks.harmonypogo.com/forum-1.html)
+--- Forum: InnoTab Max (https://spiffyhacks.harmonypogo.com/forum-22.html)
+--- Thread: Back ups on max (/thread-866.html)



Back ups on max - h0ppal0ng - 01-11-2016

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


RE: Back ups on max - is0-mick - 01-22-2016

Install a side bar, or run the android desktop. You should be able to see them in the apps section.

Mick


RE: Back ups on max - h0ppal0ng - 01-22-2016

(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


RE: Back ups on max - is0-mick - 01-22-2016

Have you enabled ADB on your tablet?
If not follow this first...
http://spiffyhacks.harmonypogo.com/thread-606.html

Then follow after step 9 here...
http://spiffyhacks.harmonypogo.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


RE: Back ups on max - h0ppal0ng - 01-22-2016

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


RE: Back ups on max - is0-mick - 01-22-2016

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