The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > 3rd Party Apps For iPhone | iPod Touch > Native iPhone / iPod Touch App Launches
Reply
 
LinkBack Thread Tools Display Modes
  #91  
Old 02-19-2008, 09:35 AM
Green Apple
 
Join Date: Nov 2007
Device + Firmware: iPhone 3G 3.1 Firmware 04.26.08
Operating System: OS X 10.6.1
Location: Amsterdam, The Netherlands
Posts: 45
Thanks: 17
Thanked 2 Times in 2 Posts

when is it possible to get this thru installer?

THANKS!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #92  
Old 02-19-2008, 08:33 PM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts

Can some one make detail step to get it working? There lot of people that post something to make it work, but which one is good??
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #93  
Old 02-20-2008, 01:24 AM
Green Apple
 
Join Date: Sep 2007
Posts: 30
Thanks: 2
Thanked 0 Times in 0 Posts

Is there any way I can get this to work with 1.1.3???? This "app" was very useful and I would like to have it working again.

Why didn't Apple make this apart of the iPhone software? What is wrong with them? The most basic phones have missed call/sms notification.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #94  
Old 02-20-2008, 02:02 PM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 100
Thanks: 1
Thanked 12 Times in 10 Posts

If you look back on page 6 I talk about how to get it running on 1.1.3 in 2 different methods.

Plus if you use the new version of NetMage's app (scw_missedcalls) you can get the missed calls to work as well.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #95  
Old 02-20-2008, 03:22 PM
Green Apple
 
Join Date: Sep 2007
Posts: 30
Thanks: 2
Thanked 0 Times in 0 Posts

Yea I've looked at it since and I got SMS to work.

I don't understand how to get the scw_missedcalls thing to work?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #96  
Old 02-20-2008, 03:36 PM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 100
Thanks: 1
Thanked 12 Times in 10 Posts

assuming you placed the scw_missedcalls in the /usr/local/smsnotify dir, (and set permission to 755)

add these lines....

missedcalls=$smsnpath/scw_missedcalls

d=`$missedcalls`;

and change the condition to something like this

if [ "$n" -gt 0 -o "$d" -gt 0 ]


I've included my script but I don't recommend you just copy it, since it might not do what you want, its just here for reference

----------------------------------------------------------------------
#!/bin/sh
smsnpath=/usr/local/smsnotify
sql=$smsnpath/sqlite3
vibrate=$smsnpath/vibrator
playaudio=$smsnpath/playaudio
audiofile=$smsnpath/alarm.aiff
missedcalls=$smsnpath/scw_missedcalls


while test 1
do
n=`$sql /var/mobile/Library/SMS/sms.db 'select count(*) from message where flags=0'`;
d=`$missedcalls`;

if [ "$n" -gt 0 -o "$d" -gt 0 ]
then

$vibrate &
$playaudio $audiofile &

fi

sleep 30
done

----------------------------------------------------------------------
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following 2 Users Say Thank You to IvanRaide For This Useful Post:
ABT4 (02-20-2008), krayzie303 (03-03-2008)
  #97  
Old 02-20-2008, 03:52 PM
Green Apple
 
Join Date: Sep 2007
Posts: 30
Thanks: 2
Thanked 0 Times in 0 Posts

Thanks a lot. Worked perfectly.

Now, can you figure out how to make it not sound while in vibrate mode? haha

You have been thanked.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #98  
Old 02-20-2008, 10:38 PM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 100
Thanks: 1
Thanked 12 Times in 10 Posts

Thanks for the thanks ...


If Erica or someone made an app it would be easy to add to the script, I just don't know of an app, but that doesn't mean there isn't one. If anyone finds one tell us and we could add that easily enough.

If Nate or anyone else is interested in getting this script/app waking up on its own apparently someone posted something they say works...

http://www.modmyi.com/forums/showpos...2&postcount=23

http://iphonedevdocs.com/forum/showp...93&postcount=9

Last edited by IvanRaide; 02-20-2008 at 10:38 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #99  
Old 02-21-2008, 02:30 PM
doogee's Avatar
iPhone? More like MyPhone
 
Join Date: Oct 2007
Device + Firmware: 16GB iPhone 3G - 2.1
Operating System: Vista
Location: Ontario, Canada
Posts: 149
Thanks: 4
Thanked 8 Times in 8 Posts

Kills the battery though. Kind of scared of wearing out the vibrating device too.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #100  
Old 02-21-2008, 03:43 PM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 100
Thanks: 1
Thanked 12 Times in 10 Posts

You could change the script to increment a counter and if it has attempted to notify you 10 times, to stop (and reset the counter whenever the condition is NOT true)....

I myself don't really see the need because, unfortunately, the app can't wake itself up so it only updates on your email interval which is probably like 15 minutes or so, so a small update every 15 minutes or so should not hurt anything, and if you are using the device, well, answer your SMS

But, seriously the counter should work if you want to add that functionality

Last edited by IvanRaide; 02-21-2008 at 03:47 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #101  
Old 02-29-2008, 12:24 AM
♻①☛'s Avatar
Green Apple
 
Join Date: Dec 2007
Device + Firmware: iPhone 16gb firmware 2.1
Operating System: OS X LEOPARD
Location: Mexico
Posts: 33
Thanks: 0
Thanked 5 Times in 3 Posts

Quote:
Originally Posted by IvanRaide View Post
I figured out how to make it work again in 1.1.3. The problem "I think" is the sql queries are hardcoded to root and can't see the new mobile directory, to fix this do the following in putty

ln -s /private/var/mobile/Library/SMS /private/var/root/Library

You should now have build a symbolic like to the SMS database in root so that the smsnotify query can work. I image its a similar problem for the phone calls as well, I just don't know what directory that program reads yet. Any help would be, well, helpful....

EDIT: Ok, its the CallHistory directory for calls, but I still can't get the program scw_missedcalls to work, only the older less sophisticated callhistory query seems to be working. If anyone knows how the scw_missedcalls does its thing, we can probably figure it out. to add a symbolick link for callhist do the following...

ln -s /private/var/mobile/Library/CallHistory /private/var/root/Library

EDIT: Obviously, you could just change the script as well to point to mobile directory that would be cleaner then the symbolic link, I just did it to see if the scw_missedcalls would work, (which it didn't)
I don't really understand what you mean.We change the directory WHERE? I downloaded the app to my computer and changed it in the .sh file, is that what we need to do? and then how do i put the app into the phone again,it doesn't allow me to do it through independence.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #102  
Old 02-29-2008, 09:26 AM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 100
Thanks: 1
Thanked 12 Times in 10 Posts

♻①☛: Do you have SSH installed and you SCP into the device? I have never used independence(I think its mac right?) or iBricker, so I can't really help. But if you can SSH telnet into your device you just copy the file back to where you got it and set the permissions to 755.

If none of this means anything to you, and you have access to a windows machine...

1} install SSH through installer on the iphone
2} make sure its running and download winscp (on the desktop)
3} connect using root and alpine
4} drag your modified .sh file in /usr/local/smsnotify
5} rightclick on the smsnotify.sh file in winscp and pick properties, under octal set it to 0755
6} then either kill the sh \usr\local\smsnotify\smsnotify.sh process or reboot the iphone

that SHOULD be it, but I might have missed like 20 steps here, doing it kinda fast.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #103  
Old 03-02-2008, 06:31 AM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts

hello,

i have a problem on this.
when i get an sms or a call i get a vibrate every 5sec.
but how can i get the ringtone to??
i put already the "Alarm.m4r" in to /usr/local/smsnotify/
sorry for my bad english!

thanks a lot
nicerl

thats my smsnotify.sh:

#!/bin/sh
smsnpath=/usr/local/smsnotify
sql=$smsnpath/sqlite3
vibrate=$smsnpath/vibrator
playaudio=$smsnpath/playaudio
audiofile=$smsnpath/Alarm.m4r
missedcalls=$smsnpath/scw_missedcalls


while test 1
do
n=`$sql /var/mobile/Library/SMS/sms.db 'select count(*) from message where flags=0'`;
d=`$missedcalls`;

if [ "$n" -gt 0 -o "$d" -gt 0 ]
then

$vibrate &
$playaudio $audiofile &

fi

sleep 5
done



i´ve got the problem!!!! i forget to put the playaudio-script from erica in to the folder!




i have one problem,
how can i make it in sleep-mode??
it dont works when the iphone is sleeping.

greats
nicerl




.

Last edited by nicerl; 03-02-2008 at 06:35 AM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #104  
Old 03-03-2008, 12:36 PM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 100
Thanks: 1
Thanked 12 Times in 10 Posts

Quote:
i have one problem,
how can i make it in sleep-mode??
it dont works when the iphone is sleeping.
This has been talked about multiple times, even in this article, so read backwards, but here are some highlights...

http://www.modmyi.com/forums/showpos...5&postcount=82
http://www.modmyi.com/forums/showpos...&postcount=100
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #105  
Old 03-05-2008, 01:03 PM
What's Jailbreak?
 
Join Date: Feb 2008
Posts: 9
Thanks: 3
Thanked 0 Times in 0 Posts

what format does the music file have to be to get played by that app?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > 3rd Party Apps For iPhone | iPod Touch > Native iPhone / iPod Touch App Launches

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 02:04 PM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Top