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 Discussion
Reply
 
LinkBack (1) Thread Tools Display Modes
  #31  
Old 04-05-2008, 08:18 AM
vsc vsc is offline
Green Apple
 
Join Date: Aug 2007
Posts: 40
Thanks: 0
Thanked 10 Times in 8 Posts

There was code in the release that is part of my personal version and that should not have leaked into the release version. Basically if an iPhone alarm was set on your phone, airplane mode would not be enabled. (Don't ask...)

Refer to the first post in this thread for the an updated version that I just tested. Please give it a try.

I'm working on updating the application to accommodate many of the requests cited in the thread.

Quote:
Originally Posted by fuzzy View Post
Hi I am trying to test the Airplane Mode on my 1.1.4, with no success. I have placed all files at the correct locations, and 755ed the AirplaneMode @ /sbin and AutoMode @ /Applications.

I select the times, Enable and SAVE with no problem. But when the time comes (even 2-3 hours after) it never goes to Airplane mode.

I did a "chown root" to all the files today, and will wait to test again tonight....

Also it would be nice to be able to set the particular days in the week that this should be enabled. For example I would not want this enabled Friday and Saturday night, as I go out, and need to speak with friends until late at night. But Sunday - Thursday nights I would, as I sleep early to go to the office the next day.

Thanx
Normally when you get a white screen on starting an app it is because the iPHone can't execute the program. Recheck the permissions on "/Applications/AutoMode.app/AutoMode" to ensure that it is 755.

What version of the phone firmware are you running? Currently the app only support 1.1.3 and 1.1.4, but that is mostly related to the relocation of files on these versions of the OS. The app was written for 1.0.2, but I no longer support the earlier versions and given that I don't have a test platform (e.g. my phone is on 1.1.4).

The app simply turns the phone's airplane mode on and off at the set hour. To be honest it is really simple to turn the phone on at a set hour. That was a "bug" that I took out of the code a month ago!

Quote:
Originally Posted by ghostrider View Post
Hi VSC, your auto airplane app looks interesting. I uploaded the files to the proper directories and set permissions @ 0755. Rebooted, find the airplane icon and press it. I get white screen and nothing. Have to turn phone off to get back springboard.
What am I doing wrong? Would like to try this app.
Does this app mean I can set the times and shut off my phone and it'll turn on by itself or its just set airplane mode on/off on timer only.
I was looking for an alarm type app that turns phone on @ set time.
Thanks in advance.

Last edited by vsc; 04-05-2008 at 08:18 AM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #32  
Old 05-01-2008, 04:59 PM
iPhone? More like MyPhone
 
Join Date: Apr 2008
Posts: 113
Thanks: 0
Thanked 0 Times in 0 Posts

I am trying to get Reminder working and have done the following on my 1.1.4 jailbroken phone but it simply won't work:-

1. Installed Ulctl from the installer
2. Downloaded the Reminder.zip from here:
3. Instal OpenSSH on iPhone
4. Installed Winscp on PC
5. Connected to iPhone using WinSCP and could browse folders
6. Copied the following files from the zip file directory (Reminder\Icons\Taskbar Notifier Replacement Icons):-

Default_CALLT.png
Default_EMAILT.png
Default_SMST.png
FSO_CALLT.png
FSO_EMAILT.png
FSO_SMST.png

to /System/Library/CoreServices/SpringBoard.app

and the com.*******.plist files to /Library/LaunchDaemons

I have copied the AudioReminders, not the IconOnly ones

7. Restarted my iPhone
8. Ran Ulctl and clicked on each of the .plist files and selected load -w

Note: the email plist was already loaded but the SMS and Phone only load until I have a call or SMS then they go red. Or if I restart the phone again they are red when it first starts...

I don't get any notifications for phone call or SMS. I haven't tried emails.

Here is a copy of my plist for sms reminders:-

==============
PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Label</key>
    <string>com.smsReminder</string>
    <key>OnDemand</key>
    <true/>
    <key>ProgramArguments</key>
    <array>
        <string>/sbin/Reminder</string>
        <string>-s</string>
        <string>-r</string>
        <string>Harp</string>
    </array>
    <key>StandardErrorPath</key>
    <string>/dev/null</string>
    <key>StandardOutPath</key>
    <string>/dev/null</string>
    <key>UserName</key>
    <string>mobile</string>
    <key>WatchPaths</key>
    <array>
        <string>/var/mobile/Library/SMS/sms.db</string>
    </array>
</dict>
</plist>
==================

The tone is set Harp but it doesn't have .m4r on the end - should it? My ringtones do existing in the correct folder..

I feel like I must be missing something or have done something wrong.

Think there must be something with this part of the .plist for SMS and Phone because if I remove the line:-

PHP Code:
<string>/var/mobile/Library/SMS/sms.db</string
the ultctl automatically loads the com.SMSReminder.com

and if i leave this line in then its red and has to be loaded each time I start the phone.

I also get this if I leave the above line in but blank out the line after the Username, for example
PHP Code:
<string>mobile</string

I have also check the location of the sms.db and I have one in the following locations

/var/mobile/Library/SMS/sms.db

and

/private/var/mobile/Library/SMS/sms.db

Does anyone have any ideas as I simply cannot get this working.....

HELP..


Thanks
Mark
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #33  
Old 05-01-2008, 06:37 PM
vsc vsc is offline
Green Apple
 
Join Date: Aug 2007
Posts: 40
Thanks: 0
Thanked 10 Times in 8 Posts

Immediately I have to admit that I don't see anything obvious.

The ringtone file name doesn't include the extension (e.g. .m4r).

You can test Reminder from the command line. With respect to SMS try the following,

Quote:
/sbin/Reminder -s -r Harp

If you have no SMS messages unread then you should get the following,

Quote:
# ./Reminder -s -r Harp
Reminder started
2008-05-01 18:24:10.911 Reminder[792:d03] /Library/Ringtones/Harp.m4r
The program just exits without doing anything but reporting that it found the ringtone file.

On the other hand if there is one or more unread SMS messages you should get,

Quote:
# ./Reminder -s -r Harp
Reminder started
2008-05-01 18:25:01.190 Reminder[799:d03] /Library/Ringtones/Harp.m4r
Found unread SMS message
Found unread SMS message
Playing ringtone
Count = 3
Found unread SMS message
Playing ringtone
Count = 2
Found unread SMS message
Playing ringtone
Count = 1
#
In this case the program sets the icon and plays the ringtone file periodically.

Note that Reminder must be set executable. If not chmod +x /sbin/Reminder

Reminder should look like the following...

Quote:
# ls -al /sbin/Reminder
-rwxr-xr-x 1 root wheel 24904 Apr 8 20:37 /sbin/Reminder

UserName set to mobile is required for version 1.1.4 as Reminder needs to run as user mobile. Thus this needs to say in the plist.

The path to the sms database is as you cited. Consider the following. Note that the database file is owned by mobile.

Quote:
# ls -al /var/mobile/Library/SMS/sms.db
-rw-r--r-- 1 mobile mobile 13312 May 1 18:24 /var/mobile/Library/SMS/sms.db
Try out running Reminder from the command line and report back the results.

Quote:
Originally Posted by mdavenport View Post
I am trying to get Reminder working and have done the following on my 1.1.4 jailbroken phone but it simply won't work:-

[snip]

Note: the email plist was already loaded but the SMS and Phone only load until I have a call or SMS then they go red. Or if I restart the phone again they are red when it first starts...

The tone is set Harp but it doesn't have .m4r on the end - should it? My ringtones do existing in the correct folder..

I feel like I must be missing something or have done something wrong.

Think there must be something with this part of the .plist for SMS and Phone because if I remove the line:-

PHP Code:
<string>/var/mobile/Library/SMS/sms.db</string
the ultctl automatically loads the com.SMSReminder.com

and if i leave this line in then its red and has to be loaded each time I start the phone.

I also get this if I leave the above line in but blank out the line after the Username, for example
PHP Code:
<string>mobile</string

I have also check the location of the sms.db and I have one in the following locations

/var/mobile/Library/SMS/sms.db

and

/private/var/mobile/Library/SMS/sms.db

Does anyone have any ideas as I simply cannot get this working.....

HELP..


Thanks
Mark
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #34  
Old 05-02-2008, 02:00 AM
iPhone? More like MyPhone
 
Join Date: Apr 2008
Posts: 113
Thanks: 0
Thanked 0 Times in 0 Posts

Ok, so I've installed Terminal onto my iPhone and so far ive done the following:-

Ran from Terminal:-

PHP Code:
$ /sbin/Reminder --r Harp 
Results were:-

PHP Code:
Reminder started
2008
-05-02 09:59:53.149 Reminder [202:d03] /Library/Ringtones/Harp.m4r

I didn't hear a sound though, should I have?

Will continue to do the remaining tests and feed back results.

Thanks
Mark

Last edited by mdavenport; 05-02-2008 at 04:03 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #35  
Old 05-02-2008, 06:28 AM
vsc vsc is offline
Green Apple
 
Join Date: Aug 2007
Posts: 40
Thanks: 0
Thanked 10 Times in 8 Posts

So at this point it would appear that Reminder didn't find one or more messages in the SMS database that are unread.

Quote:
Originally Posted by mdavenport View Post
Ok, so I've installed Terminal onto my iPhone and so far ive done the following:-

Ran from Terminal:-

PHP Code:
$ /sbin/Reminder --r Harp 
Results were:-

PHP Code:
Reminder started
2008
-05-02 09:59:53.149 Reminder [202:d03] /Library/Ringtones/Harp.m4r

I didn't hear a sound though, should I have?

Will continue to do the remaining tests and feed back results.

Thanks
Mark
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #36  
Old 05-02-2008, 10:31 AM
iPhone? More like MyPhone
 
Join Date: Apr 2008
Posts: 113
Thanks: 0
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by vsc View Post
So at this point it would appear that Reminder didn't find one or more messages in the SMS database that are unread.
Hi,

It seems to be working ok now however I have a couple of questions if you are ok to answers:-

1. When editing the plist files in windows, I have been using Notepad but the file appears on one line, not broken down as if carriage returns are missing but when viewing in another editor it appears ok. What do you recommend using to edit the files in windows?

2. I have set the interval to 60 seconds. Does this mean my phone may lock before it has time to sound?

3. Also, is there a way to delay the first notification your app does? I would like it to sound for example, 60 secs (my interval time) after the standard iPhone notification. Is this possible?

4. I use Ulctl to load -w the plists, however is these seem to always load automatically when the phone starts. Is there a way to prevent this so I load it when I want to?

5. Is there a way to maintain 2 different SMS plists. I do callout for work so when I am on call I would like really loud and long frequent notification so it wakes me in the night, but when I am not on call I would like a standard bleep bleep periodically - is there a way to do this?

6. When does the call alerts stop as I have received a missed call and have looked who it was but my phone continues to alert me until I clear call lists?

Great app. Just what I have been looking for.

It would be fantastic if it had a GUI to control settings etc...

Thanks
Mark

Last edited by mdavenport; 05-03-2008 at 06:10 AM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #37  
Old 05-08-2008, 07:01 AM
iPhone? More like MyPhone
 
Join Date: Apr 2008
Posts: 113
Thanks: 0
Thanked 0 Times in 0 Posts

I appear to have found a bug in the Reminder application. Basically today I received an SMS and it started reminding me until I acknowledged it as expected.

I later received another SMS to which the application never continued to alert me. I have since received several more and it appear to be no longer working.

I have also found out that if I run from terminal '/sbin/Reminder -s -r Harp' when there is a message waiting to be read it does fire off the application and it starts alerting me.

It appear that after the first automatic alert it stops working but not necessarily the application, its more like ulctl stops talking to it..

Unloading it from ulctl -w and reloading it doesn't appear to work. It can be fixed by me restarting my phone but this isn't really convienent for me.

Do you have any ideas/suggestions?

Thanks
Mark

Quote:
Originally Posted by vsc View Post
I have one, perhaps two applications I have been working on that are ready for release. But that said I have not been able to find documentation for the installer that defines all of the script commands, etc.

Basically how does a developer get a program packaged for release? Does the developer build the package, or does someone who is hosting perform this task?

For reference the first application puts the phone into airplane mode on a user defined schedule (e.g. nighttime). A preference application and daemon are employed. The magic here is getting the phone to wake from sleep to execute something.

The second application implements extended notifications for SMS, etc beyond the 20 seconds the phone stays awake on a wake up event (e.g. arrival of a SMS). In short the code exploits what was learned in the first application.


Does anyone the best method to feedback issues to this developer as I seem to have stopped receiving feedback and want to ensure I go through the correct method of contacting them?

Any ideas?

Thanks
Mark

Last edited by mdavenport; 05-08-2008 at 07:01 AM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #38  
Old 05-12-2008, 04:10 PM
iPhone? More like MyPhone
 
Join Date: Apr 2008
Posts: 113
Thanks: 0
Thanked 0 Times in 0 Posts

===========================

HELLO DEVELOPER of REMINDER ---- ARE YOU THERE?

I have been experiencing problems with your application and need some help...

Are you doing any support on this product or what????
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #39  
Old 05-12-2008, 06:09 PM
vsc vsc is offline
Green Apple
 
Join Date: Aug 2007
Posts: 40
Thanks: 0
Thanked 10 Times in 8 Posts

See below.

Quote:
Originally Posted by mdavenport View Post
Hi,

It seems to be working ok now however I have a couple of questions if you are ok to answers:-

1. When editing the plist files in windows, I have been using Notepad but the file appears on one line, not broken down as if carriage returns are missing but when viewing in another editor it appears ok. What do you recommend using to edit the files in windows?

>iPhone files use Unix line terminators (e.g. linefeed only) while Windows uses carriage return and linefeed. On windows I use Slickedit, but that costs $'s.

2. I have set the interval to 60 seconds. Does this mean my phone may lock before it has time to sound?

> Should still do its thing if the phone is locked. That said what the software does is prevent the phone from falling asleep (e.g. processor asleep) until the SW is done playing the ringtones.

3. Also, is there a way to delay the first notification your app does? I would like it to sound for example, 60 secs (my interval time) after the standard iPhone notification. Is this possible?

4. I use Ulctl to load -w the plists, however is these seem to always load automatically when the phone starts. Is there a way to prevent this so I load it when I want to?

> Then you don't want the "-w" when use do the load.

5. Is there a way to maintain 2 different SMS plists. I do callout for work so when I am on call I would like really loud and long frequent notification so it wakes me in the night, but when I am not on call I would like a standard bleep bleep periodically - is there a way to do this?

> You could craft two different plists with different configurations. Just don't load both at the same time. I'm not sure what will happen, but nothing good will come of it if you do....

6. When does the call alerts stop as I have received a missed call and have looked who it was but my phone continues to alert me until I clear call lists?

> Right now you need to have zero calls reported as missed by the iPhone database.

Great app. Just what I have been looking for.

It would be fantastic if it had a GUI to control settings etc...

> To be honest writing the GUI is more difficult, or at least time consuming.

Thanks
Mark
This suggests that the instance of Reminder that was kicked off for the first SMS message hung up and didn't cleanly terminate. I'll try to reproduce this ASAP, but I have to be honest. I'm traveling part of this week and might be on travel all next week. And the only place I have the development tools are on my Mac at home.

In other words I'll do my best to address this.

Quote:
Originally Posted by mdavenport View Post
I appear to have found a bug in the Reminder application. Basically today I received an SMS and it started reminding me until I acknowledged it as expected.

I later received another SMS to which the application never continued to alert me. I have since received several more and it appear to be no longer working.

I have also found out that if I run from terminal '/sbin/Reminder -s -r Harp' when there is a message waiting to be read it does fire off the application and it starts alerting me.

It appear that after the first automatic alert it stops working but not necessarily the application, its more like ulctl stops talking to it..

Unloading it from ulctl -w and reloading it doesn't appear to work. It can be fixed by me restarting my phone but this isn't really convienent for me.

Do you have any ideas/suggestions?

Thanks
Mark





Does anyone the best method to feedback issues to this developer as I seem to have stopped receiving feedback and want to ensure I go through the correct method of contacting them?

Any ideas?

Thanks
Mark
This message is the first notification I received from the size out of your last three messages. Simply put this site's notification system sucks.

I don't have time to look at this thread daily so perhaps do a private message in the future if I don't appear to be listening to this thread. The private messages appear to send out notifications.


Quote:
Originally Posted by mdavenport View Post
===========================

HELLO DEVELOPER of REMINDER ---- ARE YOU THERE?

I have been experiencing problems with your application and need some help...

Are you doing any support on this product or what????

Last edited by vsc; 05-12-2008 at 06:09 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #40  
Old 05-13-2008, 03:54 AM
iPhone? More like MyPhone
 
Join Date: Apr 2008
Posts: 113
Thanks: 0
Thanked 0 Times in 0 Posts

Thanks for your reply. I am still getting the problems where it just stops working.

This can be sometimes after having it sync'd with iTunes but I have also seen it happen without following a sync.

Is there anymore debugging I can do to help you identify the root cause?

I have also PM'd this message.

Thanks for getting back to me.

Regards
Mark
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #41  
Old 05-13-2008, 06:44 AM
vsc vsc is offline
Green Apple
 
Join Date: Aug 2007
Posts: 40
Thanks: 0
Thanked 10 Times in 8 Posts

I tried to replicate the problem without success.

Change the com.smsReminder.plist such that the debug logging messages are directed to a files named "smsReminderLog.txt" in "/tmp". Note that this file will get deleted if you reboot your iPhone.

HTML Code:
	<key>StandardErrorPath</key>
	<string>/tmp/smsReminderLog.txt</string>
You will need to unload and then load the plist for the change to take effect.

When the issue occurs grab a copy of this log and post it up in the thread or in a private message. I might need to add more debugging messages if your first try doesn't yield any useful information.

Quote:
Originally Posted by mdavenport View Post
Thanks for your reply. I am still getting the problems where it just stops working.

This can be sometimes after having it sync'd with iTunes but I have also seen it happen without following a sync.

Is there anymore debugging I can do to help you identify the root cause?

I have also PM'd this message.

Thanks for getting back to me.

Regards
Mark
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #42  
Old 05-13-2008, 11:47 AM
iPhone? More like MyPhone
 
Join Date: Apr 2008
Posts: 113
Thanks: 0
Thanked 0 Times in 0 Posts

Will do that and post back accordingly.

Just for you information here is a copy of my plist file:-

PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Label</key>
    <string>com.smsReminder</string>
    <key>OnDemand</key>
    <true/>
    <key>ProgramArguments</key>
    <array>
        <string>/sbin/Reminder</string>
        <string>-s</string>
        <string>-v</string>
        <string>-i</string>
        <string>50</string>
        <string>-c</string>
        <string>200</string>
        <string>-r</string>
        <string>Boeing747</string>
    </array>
    <key>StandardErrorPath</key>
    <string>/tmp/smsReminderLog.txt</string>
    <key>StandardOutPath</key>
    <string>/dev/null</string>
    <key>UserName</key>
    <string>mobile</string>
    <key>WatchPaths</key>
    <array>
        <string>/var/mobile/Library/SMS/sms.db</string>
    </array>
</dict>
</plist>

Thanks for your help.
Mark

VSC,

I have had the problem happen again. Below is my errorlog:-

PHP Code:
Reminder started
Reminder started
Reminder started
Reminder started
Reminder started
Found unread SMS message
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
199
Reminder started
Found unread SMS message
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
199
Reminder started
Reminder started
Reminder started
Found unread SMS message
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
199
Reminder started
Reminder started
Reminder started
Found unread SMS message
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
199
Reminder started
Found unread SMS message
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
199
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
198
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
197
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
196
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
195
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
194
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
193
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
192
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
191
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
190
Found unread SMS message
Create connection
Vibrating
Done Vibrating
Playing ringtone
Count 
189
Reminder started
Reminder started
Reminder started
SQL error
database is locked
messageType e0000270
arg 001c000c
messageType e0000280
arg 001d000c
messageType e0000320
arg e370bcf8
messageType e0000300
arg e374be28 
If you need me to do more debugging or try anything out then let me know.

Thanks
Mark

I will also PM you this message...

Last edited by mdavenport; 05-13-2008 at 11:47 AM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #43  
Old 05-16-2008, 07:52 PM
vsc vsc is offline
Green Apple
 
Join Date: Aug 2007
Posts: 40
Thanks: 0
Thanked 10 Times in 8 Posts

Give this version a shot. When you install the file be sure to check that execute permission is set on the file (e.g. chmod +x /sbin/Reminder).
Attached Files
File Type: zip Reminder.zip (7.7 KB, 5 views)
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #44  
Old 05-18-2008, 09:36 PM
vsc vsc is offline
Green Apple
 
Join Date: Aug 2007
Posts: 40
Thanks: 0
Thanked 10 Times in 8 Posts

To be honest I never tested Reminder with repeat counts on the order of hundreds. There was a possibility that power management could be mishandled in this case, thus causing excessive power consumption after Reminder terminates.

This version fixes what I found yesterday in my testing.
Attached Files
File Type: zip Reminder.zip (7.7 KB, 21 views)
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #45  
Old 05-19-2008, 10:49 AM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts

Great! I love your app, thanks so much bc its adds a essential feature
Now i'd be great if the first notification could be skipped bc the iPhone plays and vibrates by itself the first time :/
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 Discussion

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


LinkBacks (?)
LinkBack to this Thread: http://modmyi.com/forums/native-iphone-ipod-touch-app-discussion/31875-how-release-app.html
Posted By For Type Date
?????????????????2.2 Airplane ?? - iPhone??·????? - WeiPhone??? iPhone ??|iPod Touch ??|Palm Pre ??|Android Gphone|???iPhone - Powered by Discuz! This thread Refback 07-22-2009 10:31 AM


Go to Top
ModMyI

All times are GMT -6. The time now is 10:53 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 / / Privacy Statement / Top