Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- # disable-consolidated.sh - permanently disable consolidated.db for IOS4
- #
- # Usage: Jailbreak your iphone and run this script as root.
- # path to consolidate.db
- DB="/private/var/root/Library/Caches/locationd/consolidated.db"
- # erase location history
- rm $DB
- # symlink to blackhole
- ln -s /dev/null $DB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement