Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
adb shell sqlite3 /data/data/com.google.android.googleapps/databases/gls.db "select * from meta";
adb shell sqlite3 /data/data/com.google.android.googleapps/databases/gls.db "update meta set intvalue='ANDROID_ID_HERE' where name='androidId'";
2.02 wipes this off the device anyways and you have to reapply it.
it sounds like your androidID didn't get injected properly try running this in either adb or terminal on the device
if you run it in terminal take away the adb shell part
if this returns a 0 or anything that isn't an exact match to yours then you need to redo the step to inject your android ID you pulled from your emulator
Code:adb shell sqlite3 /data/data/com.google.android.googleapps/databases/gls.db "update meta set intvalue='ANDROID_ID_HERE' where name='androidId'";
don't forget to replace the 'ANDROID_ID_HERE' with your androidID you do need to leave the ' in front and behind the number
@ joesat78
and
Ablepharous
an invalid android id is the most likely cause of this issue. Also if you don't reboot the tablet after injecting the id it will do what you are describing. (i used do this alot the process is long and painful and it seems i always forget to reboot)
as i stated in a previous post somewhere else in the sylvania forums my son stepped on my sylvania after being done with "angeeeee birdiessss" and broke the digitizer portion of the touchscreen so my tablet can now only be used with a keyboard and a mouse connected. I'll try to keep up with this thread as best as i can but if it takes me a few days to respond i apologize.
let me know if you get it working. the steps listed work if followed step by step. skip nothing or you will most likely end up with a non-working market.