|
2016-06-28
, 05:15
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#72
|
|
2016-06-28
, 08:33
|
Posts: 98 |
Thanked: 52 times |
Joined on Mar 2015
|
#73
|
sqlite3 /data/data/com.google.android.gsf/databases/talk.db "update accountSettings set value=\"$ID_INT\" where name=\"jid_resource\"
sqlite3 /data/data/com.google.android.gms/databases/config.db "insert into main (package, namespace, key, value) values (\"com.google.android.gms\", \"configns:p4\", \"android_id\", \"$ID_INT\")"
sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "insert into main (name, value) values (\"android_id\", \"$ID_INT\")"
|
2016-06-28
, 11:53
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#74
|
|
2016-06-28
, 15:11
|
Posts: 10 |
Thanked: 0 times |
Joined on Nov 2014
|
#75
|
|
2016-06-28
, 15:50
|
Posts: 98 |
Thanked: 52 times |
Joined on Mar 2015
|
#76
|
OK, I don't know how to do that. I have adb shell access but I'm getting "/sbin/sh: sqlite3: not found" when I try to paste the commands.
Any clues for me..?
|
2016-06-28
, 15:55
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#77
|
@coderus could you do me a favour?
could you recheck those commands:
Error: no such table accountSettingsCode:sqlite3 /data/data/com.google.android.gsf/databases/talk.db "update accountSettings set value=\"$ID_INT\" where name=\"jid_resource\"
Error: no such table mainCode:sqlite3 /data/data/com.google.android.gms/databases/config.db "insert into main (package, namespace, key, value) values (\"com.google.android.gms\", \"configns:p4\", \"android_id\", \"$ID_INT\")"
Error: column name is not uniqueCode:sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "insert into main (name, value) values (\"android_id\", \"$ID_INT\")"
EDIT: How do you obtain the root access on tablet? Have you a compiled version of aliendalvik-superuser for x86?
sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "update main set value=\"$ID_INT\" where name=\"android_id\""
The Following User Says Thank You to coderus For This Useful Post: | ||
|
2016-06-28
, 15:56
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#78
|
The Following User Says Thank You to coderus For This Useful Post: | ||
|
2016-06-28
, 16:14
|
Posts: 10 |
Thanked: 0 times |
Joined on Nov 2014
|
#79
|
check this one:
http://talk.maemo.org/showthread.php?t=96474&page=5
|
2016-06-28
, 16:45
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#80
|
ID_SECRET=3f8cbdd85590d75c ID_INT=3717620033319034474 sqlite3 /data/data/com.android.providers.settings/databases/settings.db "update secure set value=\"$ID_SECRET\" where name=\"android_id\"" sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "insert into main (name, value) values (\"android_id\", \"$ID_INT\")" sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "update main set value=\"$ID_INT\" where name=\"android_id\""
something went wrong. Play store is opening and I can sync my google data. But when it comes to an download from store I've got the message I have to login. ? I'm logged in due to sync possibility. When I remove the account and readd them I run into the rh-01 error again and start with the sqlite trick again. It worked one time but had to reflash the device. since then I'm not able to get it working. Yes, pico4.4 x86 package
could you provide the command ro read our.own google credentials from another devive instead using yours. maybe.this coul solve it
thx
Last edited by carepack; 2016-06-27 at 23:07.