I was trying to delete the grants (sqlite3> delete from grants;) from my accounts.db. But is keeps saying: "Error: no such table: grants."
I was curious and wanted to know what tables there are in the accounts.db. NONE AT ALL. And when I looked a the database-file itself it says:
shell@android:/data/system $ ls -al a* ls -al a* -rw-r--r-- root root 0 2012-12-07 21:37 accounts.db
empty. completely.
BUT: My app (which I'm currently developing) is permitted a s$?tload of grants and I have no way of revoking them. I finally found this: this which referred to this this suggesting to remove that table. But since the whole database seems not to be used at all ... now I'm really stuck.
Which database is my phone using instead of accounts.db? I've got lots of accounts on my Galaxy S3 LTE international (i9305) with JRO03C.I305XXALI7 Android 4.1.1.
Any help on either removing (revoking) granted oauth2 permissions or finding the database which is used instead of accounts.db would be greatly appreciated. Thanks a lot! :)