Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd /etc
- #create a backup of the two files we are going to edit
- cp -a passwd passwd.LKG
- cp -a master.passwd master.passwd.LKG
- #delete the existing _nanalyticsd and _analyticsd entries in passwd and add these (dont change the order, without #):
- #_nanalyticsd:*:263:263:Analytics Daemon:/var/db/analyticsd:/usr/bin/false
- #_analyticsd:*:263:263:Haxx Daemon:/private/var/mobile/Containers/Data/Fugu14Untether:/usr/bin/false
- nano passwd
- #delete the existing _nanalyticsd and _analyticsd entries in master.passwd and add these (dont change the order, without #):
- #_nanalyticsd:*:263:263::0:0:Analytics Daemon:/var/db/analyticsd:/usr/bin/false
- #_analyticsd:*:263:263::0:0:Haxx Daemon:/private/var/mobile/Containers/Data/Fugu14Untether:/usr/bin/false
- nano master.passwd
- cd /var/Fugu14UntetherDYLD/
- #some of the following commands will probably fail
- chown 263:263 .
- chown 263:263 Caches/
- cd Caches/
- chown 263:263 com.apple.dyld/
- cd com.apple.dyld/
- chown 263:263 *
- chown 263:263 /var/mobile/Containers/Data/Fugu14Untether/
- chown -h 263:263 /var/mobile/Containers/Data/Fugu14Untether/Library
- chown -R 263:263 /var/db/analyticsd/
- chflags -v noschg,nouchg *.closure
- chown 263:263 *.closure
- chflags -v schg,uchg *.closure
- ps aux | grep analyticsstat *
- #now restart the analyticsd
- launchctl stop com.apple.analyticsd
- launchctl list | grep analyt
- # replace 1234 with the pid from the output above and verify that the sqlite database is listed
- lsof -p 1234
Advertisement
Add Comment
Please, Sign In to add comment