View Full Version : Instructions how to get iLog working on 1.1.3
emx620
02-21-2008, 06:25 PM
If you don't have SSH working, or do not know what it is, go to my guide here:
http://www.everythingicafe.com/forum/iphone-modifications/how-to-ssh-into-your-iphone-23385.html
I have iLog working on 1.1.3. First install iLog from Installer. Then SSH into your phone and run the following lines:
chmod -R 775 /Applications/iLog.app
Execture the following commands:
mkdir /var/root/Library/CallHistory
ln -s /private/var/mobile/Library/CallHistory/call_history.db /var/root/Library/CallHistory/call_history.db
Note, the previous 2 lines should be one line total, it just shows as two on this forum as it resizes it and puts it on the next line.
Run the following commands:
chdir /Applications/iLog.app
chmod a+rx iLog.app
chown root iLog
chmod +s iLog
This lets iLog run as root and fixes the problems of it not being able to alter the call log.
Hope it helps :)
x666x
02-21-2008, 06:30 PM
You can chmod without having to go to the ilog directory, instead put the path in the command line like: chmod a+rx /Applications/iLog.app
I can put an Installer script up on my source to handle these terminal commands if theres any interest.
emx620
02-21-2008, 06:31 PM
You can chmod without having to go to the ilog directory, instead put the path in the command line like: chmod a+rx /Applications/iLog.app
I can put an Installer script up on my source to handle these terminal commands if theres any interest.
And that works too.
mcaram16
02-21-2008, 07:07 PM
You can chmod without having to go to the ilog directory, instead put the path in the command line like: chmod a+rx /Applications/iLog.app
I can put an Installer script up on my source to handle these terminal commands if theres any interest.
Definite interest!!! Are you going to handle all the changes that have to be made in order for ilog to work??
what is your source??
mcaram16
02-21-2008, 07:16 PM
when i use winscp it asks me for a "session password"...what is that?
nevermind i got it
emx620
02-21-2008, 07:17 PM
when i use winscp it asks me for a "session password"...what is that?
User should be root and password will be alpine
mcaram16
02-21-2008, 07:20 PM
how do i figure out the IP of the iphone...i went on my router and got the ip but its a 192.168 and when i try to ssh to it i get a connection timed out error
emx620
02-21-2008, 07:22 PM
how do i figure out the IP of the iphone...i went on my router and got the ip but its a 192.168 and when i try to ssh to it i get a connection timed out error
See SSH instructions and finding your IP on my post:
http://www.everythingicafe.com/forum/iphone-modifications/how-to-ssh-into-your-iphone-23385.html
mcaram16
02-21-2008, 07:30 PM
ok nevermind again...i got it working...thanks!
THEHNIC
02-21-2008, 08:24 PM
I still can't get it to work when I run the commands I get an error on the second one.
mcaram16
02-21-2008, 08:26 PM
anybody have the sms part working???
mcaram16
02-21-2008, 08:26 PM
I still can't get it to work when I run the commands I get an error on the second one.
exactly which step, and what is the error message?
THEHNIC
02-21-2008, 08:34 PM
When I run ln -s /private/var/mobile/Library/CallHistory/call_history.db
I get an error
mcaram16
02-21-2008, 08:36 PM
When I run ln -s /private/var/mobile/Library/CallHistory/call_history.db
I get an error
you are typing in this right:
ln -s /private/var/mobile/Library/CallHistory/call_history.db /var/root/Library/CallHistory/call_history.db
you need to type the whole thing....and make sure you put a space between call_history.db and the /var
THEHNIC
02-21-2008, 08:48 PM
Ok got it thanks for the help
emx620
02-21-2008, 11:17 PM
I still can't get it to work when I run the commands I get an error on the second one.
ln -s /private/var/mobile/Library/CallHistory/call_history.db /var/root/Library/CallHistory/call_history.db
Thats one command so make sure that all goes on one line. Manually enter it if you need.
Xphoid
02-24-2008, 03:26 PM
great, but i think you people still can't manage SMS... i have got an iLog working very well on 1.1.3, but when you try to delete an individual message from the log, it crushes and turns back to springboard? anybody sorted SMS issue out?
emx620
02-24-2008, 04:51 PM
great, but i think you people still can't manage SMS... i have got an iLog working very well on 1.1.3, but when you try to delete an individual message from the log, it crushes and turns back to springboard? anybody sorted SMS issue out?
I'm not even able to view SMS messages so you're one step ahead of me :(
djdownfawl
02-25-2008, 05:02 PM
I'm not even able to view SMS messages so you're one step ahead of me :(
The sms part is not working for me either..
can that command be related to get sms working?
andomar
03-12-2008, 09:43 PM
The sms part is not working for me either
i tried the following to get sms-log to work
and it seems to work for me (1.1.4):
mkdir /var/root/Library/SMS
ln -s /var/mobile/Library/SMS/sms.db /var/root/Library/SMS/sms.db
chmod a+rx /var/mobile/Library/SMS/sms.db
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by
vBSEO 3.3.0