-
bigwooly,
Thanks for the instruction in this thread. I also receive the green screen, but the menu screen bypasses it.
I have the market loaded and I can browse apps to download, but every app I try says "download unsuccessful". I am going to try to recover and try again. I think I may have mistakenly upgraded to 2.02 prior to following your instruction.
Thanks again.
-
01-04-2011 10:46 AM
# ADS
Circuit advertisement
-
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
adb shell sqlite3 /data/data/com.google.android.googleapps/databases/gls.db "select * from meta";
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
Last edited by bigwooly; 01-04-2011 at 01:31 PM.
-
Thank you big time!
I got the Sylvania because budget/features, and I haven't been sorry - but wanted the market... Once I got past the sqlite3 problem, with <> adb pull /data/data/com.google.android.googleapps /databases/accounts.db <> and <> sqlite3.exe accounts.db "select * from meta"; <> to get my androidid all was golden. Everything else worked as described, and my market experience has been great!
I am running the LiveHome launcher from the Android Market, and I like it a lot better than the stock one. Previously I had been using other markets and side-loading apps, but the real thing is the best.
Thanks again.
-
I've got everything working except when I try to download anything from the market it sits at "starting download". I've tried every solution that is on the Google Android support forum with no luck. Any suggestions? I've checked my Android ID and it is the same as the one I wrote down. I've also changed the ID to a new one with no luck.
-
Ablepharous, I have the same problem - when I try to download any app, it gets struck at "starting download". I've tried the reset and reinstall at least 3 times - to no avail. Someone suggested that I create a new gmail account instead of an existing one - but, it doesn't work.
Did anyone successfully overcome this problem in this tablet?
Btw, did you try to download the market apps in a public wifi? I haven't tried this. But, I did look in my router configuration for any blocked firewalls, ports, etc but couldn't find anything that could cause this.
Any help would be highly appreciated.
-
Market clear cache
Found these steps somewhere along the way that worked for me.
If you're having trouble getting the Android Market to work, regardless of what firmware your running, this should fix it! Mine also updated to the Newer version of the Market.
Go to Settings/Applications/Manage Applications
Press Menu/ filter/All
1. Checkin Service -clear data
2. Download Manager -clear data
3. Market -clear cache
4. Reboot
Let us know if this does the trick for you, if so it should be a FAQ
-
cfrockit: Tried all of those steps didn't work.
Joesat78: Haven't tried on a public wi-fi yet, might have to make a trip to McDonalds.
-

Originally Posted by
bigwooly
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.
-

Originally Posted by
bigwooly
@
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.
I agree. I had several issues that prevented me from getting market to work. 1st off I used an app called Android ID Changer on my Android phone, but it gave me the Hexadecimal number instead of the decimal so it would not work. Also, not rebooting after injecting the ID held me up. After I corrected both of these issues, life has been a lot better. I did revert back to the factory image each time I tried a new ID as well.
-
Darn
What do you use to input the codes. Do you use Terminal Emulator? If so, where did you get it?