Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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! :)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.