View Full Version : iLog -- great new app!
MileHiPhone
01-17-2008, 05:02 PM
I just found this on MMI and added the source to installer, installed and its great! This is what the Recents function on the phone app should be like. This will give you a list of calls by contact, dialed, missed, received, plus call dates, durations, etc.
Add http://iphone.ileks.com to installer and look for iLog. You won't be disappointed.
Here is the website for more info: http://iphone.ileks.com/iLog.htm.
freakydeaky dutch bastard
01-17-2008, 05:16 PM
Excellent. Thank you!!
emx620
01-17-2008, 05:19 PM
I just found this on MMI and added the source to installer, installed and its great! This is what the Recents function on the phone app should be like. This will give you a list of calls by contact, dialed, missed, received, plus call dates, durations, etc.
Add http://iphone.ileks.com to installer and look for iLog. You won't be disappointed.
Here is the website for more info: http://iphone.ileks.com/iLog.htm.
Nice find. I love it.
chrismmm
01-17-2008, 05:27 PM
nice intuitive app...thx for the lead
Deyna_83
01-22-2008, 09:41 PM
nice intuitive app...thx for the lead
How do I install it ???
overbo0st2k4
01-23-2008, 12:11 AM
How do I install it ???
It's on Installer as well...
dichertz
01-23-2008, 12:17 AM
Installer>All Packages.
I am sure it is somewhere else, but I didn't bother looking.
Dana
overbo0st2k4
01-23-2008, 12:32 AM
Installer>All Packages.
I am sure it is somewhere else, but I didn't bother looking.
Dana
Was my answer not good enough?
dichertz
01-23-2008, 12:49 AM
Your answer was fine.
I looked first in all packages because that was the first place on the list.
If it is somewhere else in Installer, where is it?
Xphoid
02-19-2008, 06:17 AM
i have used it when my phone was 1.1.2 but now it is 1.1.3 and when i installed it, it's icon didn't even come up on springboard?!
does anybody know any solution?!:gasp:
mcaram16
02-21-2008, 02:03 PM
i have used it when my phone was 1.1.2 but now it is 1.1.3 and when i installed it, it's icon didn't even come up on springboard?!
does anybody know any solution?!:gasp:
I have the same problem with 1.1.3!
BD997
02-21-2008, 03:25 PM
I have the same problem with 1.1.3!
me too :frown:
justahsquirrel
02-21-2008, 06:11 PM
i have used it when my phone was 1.1.2 but now it is 1.1.3 and when i installed it, it's icon didn't even come up on springboard?!
does anybody know any solution?!:gasp:
it does not work with 1.1.3
emx620
02-21-2008, 06:23 PM
it does not work with 1.1.3
Yes it does:
I have iLog working on 1.1.3. First install the App. Then SSH into your phone and run the following lines:
chmod -R 775 /Applications/iLog.app
Execute 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
Navigate to the iLog dir and execute the following commands.
You can do this by cd /Applications/iLog.app
chmod a+rx iLog
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 :)
justahsquirrel
02-21-2008, 06:46 PM
Yes it does:
I have iLog working on 1.1.3. First install the App. 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
Navigate to the iLog dir and execute the following commands.
chmod a+rx iLog
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 :)
thanks, its like a similar fix for CallD and wetools-us
BD997
02-21-2008, 07:00 PM
how about those instructions in English? For us who are a bit cpter challenged... How do I acres through SSH? What is SSH? Thanks
emx620
02-21-2008, 07:04 PM
how about those instructions in English? For us who are a bit cpter challenged... How do I acres through SSH? What is SSH? Thanks
You can use Cygwin or Putty...two different downloads.
http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe (http://the.earth.li/%7Esgtatham/putty/latest/x86/putty.exe)
Make sure your iPhone is connected to your network. To find your IP address, go to Settings -> Wi-Fi
Click the blue arrow on the network you are connected to. Your IP address will be in there. Use that number for the rest of this guide.
Cygwin Instructions:
ssh root@your ip address here
For me it was:
ssh root@10.4.9.40
It will ask for a password which will be alpine
Putty Instructions:
In the Putty configuration window under Host Name - put your ip address here
Click Open.
Click Yes if prompted.
Put root as the login and alpine as the password. Then go to town with the commands I provided above.
WinSCP Instructions:
Commands -> Open Terminal
Click Ok if prompted. After typing in each command click Execute.
Hope this helps. PM me if you have any questions.
BD997
02-21-2008, 07:10 PM
can I use Winsp... Thats what I used to put nintendo game ROMs on my phone By the way thanks for the quick response
emx620
02-21-2008, 07:12 PM
can I use Winsp... Thats what I used to put nintendo game ROMs on my phone By the way thanks for the quick response
Yes
Commands -> Open Terminal
Click Ok if prompted. After typing in each command click Execute.
Let me know how it goes.
michael180
02-21-2008, 07:39 PM
:gasp: I'm terrified about messing with those files through SSH. Is there a easy to back those files up?
I'm new.
Thanks
emx620
02-21-2008, 11:18 PM
:gasp: I'm terrified about messing with those files through SSH. Is there a easy to back those files up?
I'm new.
Thanks
Yes, through WinSCP, but all you're doing really is modifying permissions mostly.
Kevin McN
02-22-2008, 01:58 PM
Yes it does:
I have iLog working on 1.1.3. First install the App. Then SSH into your phone and run the following lines:
chmod -R 775 /Applications/iLog.app
Execute 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
Navigate to the iLog dir and execute the following commands.
You can do this by cd /Applications/iLog.app
chmod a+rx iLog
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 :)
I'm trying to do this using Terminal on a Mac and can't get it to work. I have the icon and can open the program. However, even after running the commands, nothing is listed under 'Missed', 'Received' and 'Dialed'. Am I doing something wrong? Thanks.
emx620
02-22-2008, 02:13 PM
I'm trying to do this using Terminal on a Mac and can't get it to work. I have the icon and can open the program. However, even after running the commands, nothing is listed under 'Missed', 'Received' and 'Dialed'. Am I doing something wrong? Thanks.
Your problem is probably the following command which moves the call history file. The command is:
ln -s /private/var/mobile/Library/CallHistory/call_history.db /var/root/Library/CallHistory/call_history.db
Make sure that is all on ONE line. It shows on two lines here because of room issues. Does that command run successfully?
Kevin McN
02-22-2008, 02:46 PM
Your problem is probably the following command which moves the call history file. The command is:
ln -s /private/var/mobile/Library/CallHistory/call_history.db /var/root/Library/CallHistory/call_history.db
Make sure that is all on ONE line. It shows on two lines here because of room issues. Does that command run successfully?
Yes - that command runs OK as do the others. After running the commands, how do I exit and do I need to restart the iPhone. Also, I connect the iphone using the cable to the computer - do I need to do this - or are the communication over WIFI. Thanks.
emx620
02-22-2008, 02:47 PM
Yes - that command runs OK as do the others. After running the commands, how do I exit and do I need to restart the iPhone. Also, I connect the iphone using the cable to the computer - do I need to do this - or are the communication over WIFI. Thanks.
I run it over WiFi via WinSCP but you can use what you wish. I restart it via SpringBoard. In SMBPrefs, scroll to the bottom and click Restart Springboard, or you can manually reset the phone.
Kevin McN
02-22-2008, 02:51 PM
I run it over WiFi via WinSCP but you can use what you wish. I restart it via SpringBoard. In SMBPrefs, scroll to the bottom and click Restart Springboard, or you can manually reset the phone.
I don't have don't have SMBPrefs/Summberboard on the phone. DO I need this to make it work?
emx620
02-22-2008, 02:52 PM
I don't have don't have SMBPrefs/Summberboard on the phone. DO I need this to make it work?
No, just do a manual reset by powering the phone off and back on. If you do install it, its very convenient for "restarting" the phone on the fly for installing apps.
Kevin McN
02-22-2008, 02:56 PM
No, just do a manual reset by powering the phone off and back on. If you do install it, its very convenient for "restarting" the phone on the fly for installing apps.
This is what I did just now and it still doesn't work.
Last login: Fri Feb 22 13:36:32 on ttys000
Macintosh:~ kevinmcnaught$ ssh root@10.0.1.5
root@10.0.1.5's password:
Last login: Fri Feb 22 13:46:33 2008 from 10.0.1.4
# chmod -R 775 /Applications/iLog.app
# mkdir /var/root/Library/CallHistory
mkdir: /var/root/Library/CallHistory: File exists
# ln -s /private/var/mobile/Library/CallHistory/call_history.db /var/root/Library/CallHistory/call_history.db
ln: /var/root/Library/CallHistory/call_history.db: File exists
# cd /Applications/iLog.app
# chmod a+rx iLog
# chown root iLog
# chmod +s iLog
# exit
Connection to 10.0.1.5 closed.
Macintosh:~ kevinmcnaught$
emx620
02-22-2008, 02:59 PM
This is what I did just now and it still doesn't work.
Last login: Fri Feb 22 13:36:32 on ttys000
Macintosh:~ kevinmcnaught$ ssh root@10.0.1.5
root@10.0.1.5's password:
Last login: Fri Feb 22 13:46:33 2008 from 10.0.1.4
# chmod -R 775 /Applications/iLog.app
# mkdir /var/root/Library/CallHistory
mkdir: /var/root/Library/CallHistory: File exists
# ln -s /private/var/mobile/Library/CallHistory/call_history.db /var/root/Library/CallHistory/call_history.db
ln: /var/root/Library/CallHistory/call_history.db: File exists
# cd /Applications/iLog.app
# chmod a+rx iLog
# chown root iLog
# chmod +s iLog
# exit
Connection to 10.0.1.5 closed.
Macintosh:~ kevinmcnaught$
Hmm...it looks right. You're on 1.1.3 correct? When you installed iLog, you set the permissions to run the program I take it? Do you have AIM/yahoo?
Kevin McN
02-22-2008, 03:06 PM
Hmm...it looks right. You're on 1.1.3 correct? When you installed iLog, you set the permissions to run the program I take it? Do you have AIM/yahoo?
Yes - I am on 1.1.3.
Sorry, but I have no idea what the following mean "When you installed iLog, you set the permissions to run the program I take it? "
No - I don't have AIM/Yahoo.
emx620
02-22-2008, 03:07 PM
Yes - I am on 1.1.3.
Sorry, but I have no idea what the following mean "When you installed iLog, you set the permissions to run the program I take it? "
No - I don't have AIM/Yahoo.
Did you install this app via WinSCP or from Installer?
Kevin McN
02-22-2008, 03:08 PM
Did you install this app via WinSCP or from Installer?
Installer.
emx620
02-22-2008, 03:10 PM
Installer.
Then it shouldn't be a problem but check anyways. navigate to Applications/iLog.app
There should be a file in there without an extension. Right click that and select the bottom option of the menu, I believe it is file properties or something like that. There will be a permissions area with checkboxes. Ensure all checkboxes in the column with the "X" are checked.
Kevin McN
02-22-2008, 03:19 PM
Then it shouldn't be a problem but check anyways. navigate to Applications/iLog.app
There should be a file in there without an extension. Right click that and select the bottom option of the menu, I believe it is file properties or something like that. There will be a permissions area with checkboxes. Ensure all checkboxes in the column with the "X" are checked.
navigate to Applications/iLog.app. Do you mean in the iphone or on my computer. Sorry, I'm a bit of a novice at this.
emx620
02-22-2008, 03:25 PM
navigate to Applications/iLog.app. Do you mean in the iphone or on my computer. Sorry, I'm a bit of a novice at this.
iPhone. When in WinSCP, click the .. on the top of the line for the iphone files until you get to the top. Click double click Applications, and then double click iLog.app. The file will be in there.
Kevin McN
02-22-2008, 03:47 PM
iPhone. When in WinSCP, click the .. on the top of the line for the iphone files until you get to the top. Click double click Applications, and then double click iLog.app. The file will be in there.
Still no luck.
I checked all permissions in the file called iLog. I used Cyberduck.
emx620
02-22-2008, 04:06 PM
Still no luck.
I checked all permissions in the file called iLog. I used Cyberduck.
Not sure then mate. Only other thing I can suggest is uninstalling, deleting the directory and file you made, and retrying.
Kevin McN
02-22-2008, 04:35 PM
Not sure then mate. Only other thing I can suggest is uninstalling, deleting the directory and file you made, and retrying.
Thanks for your help.
rds143
03-10-2008, 03:11 AM
hi, Will this work on 1.1.4 as well?
Thanks in Advance
xSoNiCcRaCkErSx
03-10-2008, 04:21 AM
Great find.
emx620
03-10-2008, 11:23 AM
hi, Will this work on 1.1.4 as well?
Thanks in Advance
I *believe* it does, but I cannot confirm this.
Sorry.
Hondamaker
03-10-2008, 03:27 PM
Yes it does:
I have iLog working on 1.1.3. First install the App. Then SSH into your phone and run the following lines:
Hope it helps :)Worked for me, thanks a lot!
Hondamaker
03-11-2008, 01:32 PM
Anyone----my logs never show a call, dialed, missed or otherwise. Any help?
Classick
03-11-2008, 06:42 PM
I installed this and nothing happened. No new icon, nothing in my regular call logs.
I'm on 1.1.4 btw.
Hondamaker
03-12-2008, 01:49 AM
I installed this and nothing happened. No new icon, nothing in my regular call logs.
I'm on 1.1.4 btw.
The fix for that is explained on the 2nd page of this thread.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by
vBSEO 3.3.0