I did ziphone unlock on 1.1.3,its workin fine but 3rd party apps like wetool,isms and squid open and closes,cant forward messages,pz help on this one
I did ziphone unlock on 1.1.3,its workin fine but 3rd party apps like wetool,isms and squid open and closes,cant forward messages,pz help on this one
UPDATE: Please apply this fix first. In general, applications tend to save their data into two folders:
/var/root/Library
/var/root/Library/Preferences
To reduce the possible issues, please make these two folders world-writable:
chmod 777 /var/root/Library
chmod 777 /var/root/Library/Preferences
If the above folders do not exist, create them.
UPDATE: Sometimes your mobile folder may have wrong permissions, to be sure your mobile account has no such problems, do this:
chown -R mobile:mobile /var/mobile
weTool will access the following folders:
/var/root/Library/AddressBook
/var/root/Library/CallHistory
/var/root/Library/SMS
To make it work, create two symbolic links (link to AddressBook has been setup by jailbreak) as shown below:
ln -s /var/mobile/Library/CallHistory /var/root/Library/.
ln -s /var/mobile/Library/SMS /var/root/Library/.
The above symbolic links link the folder to your call history and sms folders stored in mobile account.
Thanks stoph but can u tell me where to type all these stuff...or rather give me a more detailed explainnation please,thankyou
UPDATE: Please apply this fix first. In general, applications tend to save their data into two folders:
/var/root/Library
/var/root/Library/Preferences
To reduce the possible issues, please make these two folders world-writable:
chmod 777 /var/root/Library
chmod 777 /var/root/Library/Preferences
If the above folders do not exist, create them.
UPDATE: Sometimes your mobile folder may have wrong permissions, to be sure your mobile account has no such problems, do this:
chown -R mobile:mobile /var/mobile
weTool will access the following folders:
/var/root/Library/AddressBook
/var/root/Library/CallHistory
/var/root/Library/SMS
To make it work, create two symbolic links (link to AddressBook has been setup by jailbreak) as shown below:
ln -s /var/mobile/Library/CallHistory /var/root/Library/.
ln -s /var/mobile/Library/SMS /var/root/Library/.
The above symbolic links link the folder to your call history and sms folders stored in mobile account.