Quote:
Originally Posted by mkurasz
its simple make a shell script (.sh)
mv /Applications/MobileSMS.app/Info.plist /Applications/MobileSMS.app/Info1.plist
mv /var/mobile/Library/CallHistory/call_history.db /var/mobile/Library/CallHistory/call_history.db1
then when u want ur txts and call history back
mv /Applications/MobileSMS.app/Info1.plist /Applications/MobileSMS.app/Info.plist
mv /var/mobile/Library/CallHistory/call_history.db1 /var/mobile/Library/CallHistory/call_history.db
make an info.plist, put a .png file and icon
chmod 0755
Presto.
|
So you kinda make it into an app?
Well I was wondering if you could also make it so you need a pass to run it and all you do is select what you want to hide (pics, sms, call history, maybe vids...) and then to hide it just renames the main files, resprings and when they launch the apps the lists are empty, hence PRIVACY!
I only BASICALLY know how to use jiggy... Think I'll be able to write the app in that?
Quote:
Originally Posted by joshhunt
Although im not a iphone dev, i couldnt see anyreason as to why it would be so hard to make.
All you would really need to do would be to add password support to Categories, because you cant actually put a password on the app itself (without hacking the program itself which im pretty sure you cant do), so you could just make a dummy app that asks for the password, and if accepted it then launches the sms app or what ever.
Of course, you could bypass this whole thing by launching the program from terminal...
|
Not if the .db files are just hidden...