![]() |
|
Innotab Max Debug Mode - 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: Innotab Max Debug Mode (/thread-606.html) |
RE: Innotab Max Debug Mode - is0-mick - 01-08-2016 (01-07-2016, 11:20 PM)psikodu59480 Wrote: I Thank You very much for your answer Well, what vtech did was to write a "wrapper" or "emulator" for the innotab1,2,3s games to work on the max. When you insert an innotab cartridge it doesn't work right away, and has to perform a download is to download a "compatible version" with the max. (which is basically and android apk version of the game). So vtech are already converting their old games to work with the max, and some now just work on ANY android tablet. I tried to install one on my Samsung tablet and it worked. Mick RE: Innotab Max Debug Mode - psikodu59480 - 01-08-2016 (01-08-2016, 10:04 AM)is0-mick Wrote:(01-07-2016, 11:20 PM)psikodu59480 Wrote: Je vous remercie beaucoup pour votre réponse [quote pid='4278' dateline='1452272670'] you are super if I can do something to help not I esiterai [/quote] RE: Innotab Max Debug Mode - Ivory_59 - 01-10-2016 (01-06-2016, 01:30 PM)Ivory_59 Wrote: Hi everybody ! Hi ! I restart the tablet and i have the file. All works for me ! Thank you !! With this method, can we install storio 2/3 games ??? nfo files And how to install apk files with the usb debug ?? Plz RE: Innotab Max Debug Mode - is0-mick - 01-10-2016 (01-10-2016, 03:27 AM)Ivory_59 Wrote: Hi ! 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 RE: Innotab Max Debug Mode - Ivory_59 - 01-10-2016 (01-10-2016, 06:15 AM)is0-mick Wrote:(01-10-2016, 03:27 AM)Ivory_59 Wrote: Hi ! Hi Mick, thanks for your answer. I tried the step 2 and that's works ! I install 2apk but i have a question. With Vtech's problem, i don't have an account on this device; just the GUEST. So, after apk installation, i don't have a shortcut on the GUEST desktop.. I think it's normal but can you confirm ? And that's ok with an account of a child ? RE: Innotab Max Debug Mode - is0-mick - 01-10-2016 You should be able to create an account manually on the device. But I can't remember what files you need to make. Yes it doesn't show them on the desktop, I've read you need to install another laucher like sidebar to access them easily. I think it was mentioned in the how to root thread. Mick RE: Innotab Max Debug Mode - DanyHood - 07-07-2016 (01-10-2016, 06:15 AM)is0-mick Wrote: Two ways.. 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! RE: Innotab Max Debug Mode - is0-mick - 07-13-2016 Hi, Sorry for the late reply. They have probably altered the firmware the same as they did for the innoTV to block adb access (both devices are using pretty much the same hardware). This is what I did on the innoTV to re-enable it. http://spiffyhacks.harmonypogo.com/thread-971-post-5466.html#pid5466 Mick RE: Innotab Max Debug Mode - travego81 - 11-19-2016 (07-13-2016, 04:02 PM)is0-mick Wrote: Hi,Hi, i had read this thread, i have the same Problem with a German Storio Max, i have no su permission in adb. I would like to install apks on my Storio Max but it doesn't work. I always get the message "no device" In Windows7 i open cmd as administrator. I type in adb shell and i have shell@android: /$ I can change to the directorys but i can't install any apks. I read that :http://spiffyhacks.harmonypogo.com/thread-971-post-5466.html#pid5466 But I must disassemble the device to the SD card to come? There is no other way? The device is still new and I still guarantee. There is no other way? Can someone please help me? RE: Innotab Max Debug Mode - is0-mick - 11-19-2016 There probably is another way, but it was easier for me just to remove a few screws and backup the SD card, then if I broke anything I had a backup. Sorry I can't be of more help. Can you not install apk's from adb install <pkg name> from the windows command prompt? then install something like kingroot perhaps? Mick |