View Single Post
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#77
Originally Posted by carepack View Post
@coderus could you do me a favour?

could you recheck those commands:

Code:
sqlite3 /data/data/com.google.android.gsf/databases/talk.db "update accountSettings set value=\"$ID_INT\" where name=\"jid_resource\"
Error: no such table accountSettings

Code:
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: no such table main

Code:
sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "insert into main (name, value) values (\"android_id\", \"$ID_INT\")"
Error: column name is not unique

EDIT: How do you obtain the root access on tablet? Have you a compiled version of aliendalvik-superuser for x86?
talk.db seems not used anymore in new gapps.
for gservices.db try:
Code:
sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "update main set value=\"$ID_INT\" where name=\"android_id\""
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following User Says Thank You to coderus For This Useful Post: