11-09-2015, 09:34 AM
The normal innotab menu uses the database. If you want something to show in the normal innotab menu, you have to add it to the database.
The "sidebar lite" must be another application (a sidebar) that shows over the top of the innotab menu, which allows you to execute programs normally.
If you open an adb shell and issue this command..
am start -a android.intent.action.MAIN -c android.intent.category.HOME
it will take you to the normal android home screen instead of the innotab one.
Mick
The "sidebar lite" must be another application (a sidebar) that shows over the top of the innotab menu, which allows you to execute programs normally.
If you open an adb shell and issue this command..
am start -a android.intent.action.MAIN -c android.intent.category.HOME
it will take you to the normal android home screen instead of the innotab one.
Mick