Advertisement
Cerberus_tm

Xprivacy

Jul 18th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. sqlite3 /data/system/xprivacy/xprivacy.db "UPDATE restriction SET restricted='3' WHERE uid IN (10106) and method='WiFi.getScanResults';"
  2. sqlite3 /data/system/xprivacy/xprivacy.db "UPDATE restriction SET restricted='2' WHERE uid IN (10106) and method='connect';"
  3. am startservice -a biz.bokhorst.xprivacy.action.FLUSH
  4. sqlite3 /data/system/xprivacy/xprivacy.db "UPDATE restriction SET restricted='3' WHERE uid IN (10106) and method='connect';"
  5.  
  6. sqlite3 /data/system/xprivacy/xprivacy.db "UPDATE restriction SET restricted='3' WHERE uid IN (10106) and restriction='location';"
  7. sqlite3 /data/system/xprivacy/xprivacy.db "UPDATE restriction SET restricted='2' WHERE uid IN (10106) and restriction='location';"
  8. For category:
  9. Value as seen in XPrivacy Meaning
  10. 0 [ ] [?] not restricted, ask
  11. 1 [x] [?] restricted, ask
  12. 2 [ ] [ ] not restricted, asked
  13. 3 [x] [ ] restricted, asked
  14.  
  15. For method:
  16. Value as seen in XPrivacy Meaning
  17. 0 [x] [?] restricted, ask
  18. 1 [ ] [?] not restricted, ask
  19. 2 [x] [ ] restricted, asked
  20. 3 [ ] [ ] not restricted, asked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement