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
  #121  
Old 04-23-2008, 07:23 PM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 100
Thanks: 1
Thanked 12 Times in 10 Posts

Well if you have access to the phone via SSH, login and do the following command... ps -aux

You should see a process towards the top called something like

/bin/sh /usr/local/smsnotify/smsnotify.sh

If you don't, something is wrong with the install of the daemon. If you have UlCtl installed, see if you can see the following daemon running net.ations.cre.smsnotify if you don't see it ... ahhh I can't help you, I'm out of my depth. If you DO see it and its red or something click on it and say "load -w". If its running, and you still don't see the smsnotify process running, make sure the permissions on smsnotify.sh are 755 and that its case/spelling is correct, and is in the /usr/local/smsnotify path, (case is important)

If everything looks good, maybe you should post the script up? Alternately, change the script to something like

#!/bin/sh
vibrate=$smsnpath/vibrator
do
$vibrate &
sleep 30
done

This will cause the device to vibrate every 30 seconds regardless of anything and then at least you know the script is running, (change it afterwards obviously). Oh ya, and make sure all the programs like vibrate are also 755 permission.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #122  
Old 04-27-2008, 02:59 PM
koompi's Avatar
Green Apple
 
Join Date: Feb 2008
Device + Firmware: iPhone 2.1 T-Mo
Operating System: XP
Posts: 74
Thanks: 6
Thanked 3 Times in 3 Posts

got it work on 1.1.4
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #123  
Old 04-28-2008, 09:18 AM
Green Apple
 
Join Date: Apr 2008
Device + Firmware: 1.1.4
Operating System: XP Home
Posts: 36
Thanks: 2
Thanked 10 Times in 8 Posts

@ IvanRaide

Im on Windows and using iBricker to access the fone...
to my limited knowledge i think i cant use SSH on windows & the permission levels cant be set.

or is this possible on windows... what programs do i need to use?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #124  
Old 04-28-2008, 09:30 AM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 100
Thanks: 1
Thanked 12 Times in 10 Posts

@ jajukhan

I'm on windows too, you can do these things.
First, getting OpenSSH on the phone is threw installer, but its possible you already have it. Look in the installer "All Packages" and look for OpenSSH, it its not there, you probably have it. Install something like BossPrefs and see if the slider for SSH is there/slide-able...

Once you have OpenSSH running on the phone, get this program
http://winscp.net/eng/download.php#download2

when you get it running on Windows give it your phones IP and wait a bit, it takes a while for the encryption keys to be built the first time. You should be then logged in. From there you can do the steps above, (rightclicking on a file to change permissions). You can issue command threw it too like 'chown' to change ownership but I'm not sure you will need to do that for smsnotify.

Later on, you can install putty , then you can SSH into the phone from windows directly, (both programs are very useful for iphoning)
http://www.chiark.greenend.org.uk/~s.../download.html
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to IvanRaide For This Useful Post:
jajukhan (04-28-2008)
  #125  
Old 04-28-2008, 10:46 AM
Green Apple
 
Join Date: Apr 2008
Device + Firmware: 1.1.4
Operating System: XP Home
Posts: 36
Thanks: 2
Thanked 10 Times in 8 Posts

IvanRaide Thanks & Thanked

will give it a shot... as per your instructions
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #126  
Old 05-19-2008, 01:24 PM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 100
Thanks: 1
Thanked 12 Times in 10 Posts
The PlayAudio file

This is the playaudio file for anyone that needs it and hasn't installed the normal Erika Utilities that have it, (plus a LOT of other good stuff).
Attached Files
File Type: zip playaudio.zip (3.6 KB, 15 views)
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #127  
Old 05-19-2008, 01:58 PM
Green Apple
 
Join Date: Apr 2008
Device + Firmware: 1.1.4
Operating System: XP Home
Posts: 36
Thanks: 2
Thanked 10 Times in 8 Posts

THanks IvanRaide

I installed Erica's utilities got loads of different files in the /var/root/bin/ folder but no playaudio

quite strange ! :S

mind shedding some light what you mean by "plus a lot of other good stuff" ???

cheers
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #128  
Old 05-19-2008, 02:11 PM
mrcoolbp's Avatar
Green Apple
 
Join Date: Feb 2008
Device + Firmware: iPhone 1.1.4 (iLiberty+)
Operating System: Windows XP
Location: Framingham, Ma
Posts: 50
Thanks: 32
Thanked 2 Times in 2 Posts

I can't believe no one has taken such a SIMPLE app, GUIed it, and packaged it for installer for us non-SSHing/script-editing/advanced-users. I'd certainly donate to that soul.

I should really learn this coding thing for reasons like this....
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #129  
Old 05-19-2008, 04:44 PM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 100
Thanks: 1
Thanked 12 Times in 10 Posts

>>mind shedding some light what you mean by "plus a lot of other good stuff

Sorry, I meant Erica utils have lots of good stuff, (playaudio being just one of them). Actually I forget which Erica had playaudio, I have the following installed

Erica's iPhone Utils v0.11
Erica's Ported Utils v0.06
Erica's Utilities v0.55


>>I can't believe no one has taken such a SIMPLE app

I am still surprised this hasn't been done. I guess Caterpillar/Kate did do it, but NOT for free. Given we know how to get the info, and other people know how to write daemons, I guess no one knowledgeable enough misses/wants the functionality enough to write an app for it.

Does anyone with firmware 1.2/2.0 know if something like this was added in?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #130  
Old 05-19-2008, 06:24 PM
Green Apple
 
Join Date: Apr 2008
Device + Firmware: 1.1.4
Operating System: XP Home
Posts: 36
Thanks: 2
Thanked 10 Times in 8 Posts

IvanRaide top man !
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #131  
Old 05-23-2008, 05:52 AM
What's Jailbreak?
 
Join Date: May 2008
Device + Firmware: iPhone 1.1.4
Operating System: Windows XP
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to dara777

Hi. I have read through the entire thread. As I got further and further in the more confused I got. I installed SMS notify. The only reason and feature I want is for it to vibrate at a reasonable interval till I have read the text.

My problem? IT DOES NOT WORK. I am on 1.1.4 and have installed BSD Subsystem. What have I missed?

#2 Is there any way to use a custom tone for SMS. The apple ones are too soft and boring. Need a loud BEEP BEEP BEEEEEEEP like on my old Nokia.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #132  
Old 05-23-2008, 07:47 AM
iPhone? More like MyPhone
 
Join Date: Mar 2008
Device + Firmware: iPhone 1.1.3
Operating System: XP
Posts: 106
Thanks: 1
Thanked 0 Times in 0 Posts

Why do you guys bother with this, when it doesn't work while the phone is asleep? That's the whole point with an app like this.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #133  
Old 05-23-2008, 12:22 PM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 100
Thanks: 1
Thanked 12 Times in 10 Posts

>>Why do you guys bother with this,

Well it actually does if you have your email on a polling interval equavilent to what you want the the reminder interval to be. So if you want a reminder every 5 minutes, have it get your email every 5. I agree its hardly GREAT, but it has 'some' use still, (as opposed to never being told) which just blows.

edit: SCSI: Actually we have discussed this before, and you mentioned you cant do the fake APN stuff. I wonder if you can setup as your primary email a fake one to 127.0.0.1 so that it fails right away, (on the poll), and it should NOT go out EDGE since its the loop-back address. Might be worth a shot.

dara777: Have you done any of the SSH steps mentioned above/in the past. You are going to need to for >= 1.1.3

Last edited by IvanRaide; 05-23-2008 at 12:30 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #134  
Old 06-07-2008, 02:20 PM
What's Jailbreak?
 
Join Date: May 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts

help please

i installed smsnotify from installer. and i am running on firmware 1.1.4
i tired getting smsnotify to work so i went and ran my mobile terminal.
logged in (user: root pass:alpine)
then i used the command
"chmod 755 /usr/local/smsnotify"
i get no response after i hit enter (so i am assuming it worked) but i still do not get any notification when my iphone in standby mode that i have missed a txt msg.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #135  
Old 06-07-2008, 09:17 PM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 100
Thanks: 1
Thanked 12 Times in 10 Posts

I believe that would only change the permission on the directory and not the permissions on the files in the directory. It would be best to read the numerous posts above, (going backwards) and trying those steps, you should be able to get it to work.
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 07:35 AM. 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