![]() |
Innotab Max Debug Mode - Printable Version +- Spiffy Hacks (https://spiffyhacks.com) +-- Forum: Vtech InnoTab (https://spiffyhacks.com/forum-1.html) +--- Forum: InnoTab Max (https://spiffyhacks.com/forum-22.html) +--- Thread: Innotab Max Debug Mode (/thread-606.html) |
RE: Innotab Max Debug Mode - is0-mick - 11-08-2015 This is a bit more complicated... You need to create entries into the fakeapp.db which is encrypted using sqlcipher and a password of 1668+your_unit_eid I think there are some details in the adb thread at the top of this section on how to do it. (see here) http://spiffyhacks.com/thread-485-post-3041.html#pid3041 I going to try to write an app when I get time to make it easier. Mick RE: Innotab Max Debug Mode - jesmary - 11-08-2015 Ok, I try to do it but I don't have a folder named : Code: /data/data/com.vtech.innotab.vpm/databases/fakeapp.db I did a research in the Innotab there is any .db file ![]() RE: Innotab Max Debug Mode - is0-mick - 11-08-2015 How are you trying to access it? As you may not have permissions to view it, try adb shell (root) and check if it exists. You may need to try ls -a just in case it is hidden. Ideally this should be a new thread, as it is no longer relavent to debug mode. Mick RE: Innotab Max Debug Mode - jesmary - 11-08-2015 (11-08-2015, 08:07 AM)is0-mick Wrote: How are you trying to access it? I tried with explorer windows... but now i succedeed to access with "ls" and copied it on my computer with the command "adb pull". I opened the db file in SQLiteManager, but after i don't know what to do... it is not explained in the thread. Yes you're right i should open a new thread, i will do this. RE: Innotab Max Debug Mode - megatron14 - 11-22-2015 Merci pour le Tuto que tu viens de donner j'ai essayer et ça marche mais le problème c'est que après avoir déboguer je ne sais plus quoi faire , j'ai Utiliser une technique , je installer Moborobo qui ma permis de contourner le syteme de la storio et de le passer en mode android mais la encore il es peu stable je vous deonne le proccesus . Debug/ moborobe/ quicktouch/ redemarrer Storio/ lancer quick touche pour venir sur le bureau endroid la maintenant on peux installer les jeux Apk au choix mais la encore c'est pas tt les jeux qui passent. Donc si on peu mettre les jeux la dans le parck de la storio la alors comment on fait RE: Innotab Max Debug Mode - Ivory_59 - 01-06-2016 Hi everybody ! I tried to do but .... I created the file : __vtech_enable_debug in the folder vtech I have the button at the bottom left Press this button for create the file : vtech_debug.seed -> like your screenshot BUT .... In the folder vtech, i don't have the file... Can you help me ? Thx RE: Innotab Max Debug Mode - is0-mick - 01-07-2016 Try rebooting the tablet, sometimes files on the sd card part don't show until a reboot! Mick RE: Innotab Max Debug Mode - psikodu59480 - 01-07-2016 hello everyone I would like first to wish you all a wonderful and all 2016 ![]() RE: Innotab Max Debug Mode - is0-mick - 01-07-2016 Debug mode, lets you get into the tablet, so you can install normal APK's (android applications). You can also decrypt your encrypted content, for educational purposes ![]() All of the innotab's games are just encrypted APK's (.ita) Mick RE: Innotab Max Debug Mode - psikodu59480 - 01-07-2016 I Thank You very much for your answer ![]() ![]() |