Hello There, Guest! Register

Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get ADB access and WIP Status
#23
OK, I had access to the tab for a couple of hours, so here are my new findings.

If you are running windows do:
Code:
adb logcat | find "eid"

with your tablet already plugged in.
Start ExploraPark, and you should soon receive some lines of logs with your EID (same as with preivous Innotab devices)

This EID will be usefull to edit database, as database are encrypted !
I've reversed some code, and the encryption engine is SQLCipher, which is supported by http://www.sqlabs.com/sqlitemanager.php

The DB password is the USB PID: 1668 followed by your EID (so quite a long password to type !)

Then, you can grab a copy of the db called fakeapp.db, located in:

Code:
/data/data/com.vtech.innotab.vpm/databases/fakeapp.db

Start SQLiteManaged, and open the DB. It will prompt for a password. You are now in !

I have not tested yet which fields are mandatory in "downloaded_cartridge" table. You will see that the known *.bin files are mentionned there in the "url" field.

Does any of you have some cartridge to check the behavior ?
Reply


Messages In This Thread
RE: How to get ADB access - by Deak Phreak - 01-18-2015, 12:24 PM
RE: How to get ADB access - by NeverLies - 01-18-2015, 12:39 PM
RE: How to get ADB access - by Deak Phreak - 01-18-2015, 12:50 PM
RE: How to get ADB access - by NeverLies - 01-19-2015, 12:11 PM
RE: How to get ADB access - by is0-mick - 01-18-2015, 02:08 PM
RE: How to get ADB access - by hemo87 - 01-19-2015, 06:16 PM
RE: How to get ADB access - by maddas - 01-20-2015, 03:48 AM
RE: How to get ADB access - by huckleberrypie - 01-20-2015, 05:18 AM
RE: How to get ADB access - by NeverLies - 01-20-2015, 11:43 AM
RE: How to get ADB access - by maddas - 01-21-2015, 09:01 AM
RE: How to get ADB access - by mat5630 - 01-21-2015, 11:37 AM
RE: How to get ADB access - by hemo87 - 01-21-2015, 12:44 PM
RE: How to get ADB access - by maddas - 01-21-2015, 02:35 PM
RE: How to get ADB access - by nadelhab - 01-24-2015, 10:24 AM
RE: How to get ADB access - by SOSINFO - 01-31-2015, 08:54 AM
RE: How to get ADB access - by crossmanbx - 02-01-2015, 11:56 AM
RE: How to get ADB access - by caps89 - 02-06-2015, 02:15 PM
RE: How to get ADB access - by danios - 02-06-2015, 08:22 PM
RE: How to get ADB access - by flade - 02-08-2015, 05:29 AM
RE: How to get ADB access - by caps89 - 02-12-2015, 02:17 PM
RE: How to get ADB access and WIP Status - by NeverLies - 03-01-2015, 10:34 AM
RE: How to get ADB access and WIP Status - by IMF - 03-23-2015, 04:59 PM
RE: How to get ADB access and WIP Status - by IMF - 03-25-2015, 02:04 PM

Forum Jump: