Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

paramsaluja

macrumors newbie
Original poster
Feb 12, 2008
12
0
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.
 
Alright, I guess he did not COMPLETELY spell it out for you, so here you go...

Either open Terminal on your iPhone/iPod or SSH into your iPhone/iPod.

enter the following into your terminal session.
ln -s /var/mobile/Library/CallHistory /var/root/Library/.
ln -s /var/mobile/Library/SMS /var/root/Library/.

The end.
 
sorry, i am sort of a terminal noob, didnt mean to sound stupid.

I did make the links, however, the app still wont open...
 
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.

I applied the following changes, and it seems as though the only thing it changes permissions for is iPhysics, none of the other programs appear in terminal and fixed permissions. weTool still wont open. Any other suggestions?
 
SMS save as note

Hi,

I think that this also has to be added in order for Wetool to save sms as note:

ln -s /var/mobile/Library/Notes /var/root/Library/
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.