Guest Gopu Posted October 10, 2010 Report Posted October 10, 2010 Does any one know how to set the andorid_ID for the new froyo firmware that steve has released THis value is set to a default one in many of the froyo releases and not specific for each device. hence some of the market applications which identifies the device based on this no. will not work... If we sort this out may be many of the missing applications will return I was talking to steve on irc but he was cutoff aftersometime... Is there anyone who can help ? P: for me specifically i am unable to use fastwebinstaller from the appbrain.com
Guest miker71 Posted October 10, 2010 Report Posted October 10, 2010 It's odd, since some protected apps (eg CamCard) show up, but I can't find "Lithium Player" nor "Ultra Keyboard" (though I have backed both up with Titanium prior to flashing the froyo beta). Also, the fingerprint in the build.prop: ro.build.fingerprint=google/passion/passion/mahimahi:2.2.1/FRG83/60505:user/release-keys should be fine since that's basically identifying itself as a Nexus One with the latest froyo. So I wonder if it's some of the earlier ID declarations (FRF91, 2.2) scaring off certain protected apps. It is a minor niggle right now, though of course BinaryBulge just released 5.6.2 of Ultra Keyboard the day after I flashed this :) I've also done the forced checkin, and cleared caches etc, with no change.
Guest Gopu Posted October 10, 2010 Report Posted October 10, 2010 (edited) It's odd, since some protected apps (eg CamCard) show up, but I can't find "Lithium Player" nor "Ultra Keyboard" (though I have backed both up with Titanium prior to flashing the froyo beta). Also, the fingerprint in the build.prop: ro.build.fingerprint=google/passion/passion/mahimahi:2.2.1/FRG83/60505:user/release-keys[/b] should be fine since that's basically identifying itself as a Nexus One with the latest froyo. So I wonder if it's some of the earlier ID declarations (FRF91, 2.2) scaring off certain protected apps. It is a minor niggle right now, though of course BinaryBulge just released 5.6.2 of Ultra Keyboard the day after I flashed this :) I've also done the forced checkin, and cleared caches etc, with no change. I even tried the settings from other android phones. Doesnt help though Edited October 10, 2010 by Gopu
Guest fards Posted October 11, 2010 Report Posted October 11, 2010 (edited) to change the android_id su cd data/data/com.android.providers.settings/databases sqlite3 settings.db update secure set value='31642e3e3223e34e’ where name=’android_id’; where the VALUE is a 16char 64bit hex value.. ************** EDIT***not sure it needs to be 16char.. I'm trying one from here. http://www.andrewscompanies.com/tools/wep.asp this value **I think** should be the value generated when you set up a google account on the phone (Its a random value). However I can't see where the google value is stored in froyo, found it in 1.6, (com.android.googleapps) but that isnt in froyo.. I'm still looking. Edited October 11, 2010 by fards
Guest XsCode Posted October 11, 2010 Report Posted October 11, 2010 I found some sort of ID in com.google.android.gsf/databases/gservices.db with the name of android_id
Guest HoTdiGiTi Posted October 11, 2010 Report Posted October 11, 2010 (edited) Theres an android_id in data/data/com.socailtap.mymarket/shared_prefs which is 16hex <?xml version='1.0' encoding='utf-8' standalone='yes' ?> <map> <int name="Version" value="9" /> <boolean name="TOS" value="true" /> <float name="rating_filter" value="0.0" /> <string name="android_id">32cc8e5d633abc8e</string> </map> Edited October 11, 2010 by HoTdiGiTi
Guest XsCode Posted October 11, 2010 Report Posted October 11, 2010 I don't have that folder in mine. Theres an android_id in data/data/com.socailtap.mymarket/shared_prefs which is 16hex <?xml version='1.0' encoding='utf-8' standalone='yes' ?> <map> <int name="Version" value="9" /> <boolean name="TOS" value="true" /> <float name="rating_filter" value="0.0" /> <string name="android_id">32cc8e5d633abc8e</string> </map>
Guest HoTdiGiTi Posted October 11, 2010 Report Posted October 11, 2010 I think that might be app dependant ie. Something ive downloaded maybe. I found the one you were seeing but i checked to view only now i cant edit the values because ive seen something called market check in : true wanted to edit to false see if that worked. Ive also deleted the dalvik cache folder but that never worked either still have apps missing
Guest fards Posted October 11, 2010 Report Posted October 11, 2010 so we have fastwebinstall working at least.. take the hex value from android_id in data/data/com.google.android.gsf and convert it to DEC push that dec value to the android_id key in com.android.providers.settings
Guest Gopu Posted October 11, 2010 Report Posted October 11, 2010 so we have fastwebinstall working at least.. take the hex value from android_id in data/data/com.google.android.gsf and convert it to DEC push that dec value to the android_id key in com.android.providers.settings Hi my andorid_Id is a 19 digit number . Just number and no alphabets.... What s is wrong ???? Thanks
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now