Kodi Community Forum
Notify - iPhone Notification App for XBMC (send push notifications to XBMC) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Notify - iPhone Notification App for XBMC (send push notifications to XBMC) (/showthread.php?tid=64545)



- johoja - 2010-07-23

Cloaky Wrote:Okey... I might be doing something wrong, I went to cydia and installed syslog, then I called myself and then I went to /private/var/log but i couldn't find the syslog folder (:

I thought it was just /var/log. Maybe reboot?


ASP server instead or eventghost - scandalic - 2010-07-24

Hi, here are some code you might find useful if you would like to make your own request page on an iis server.
make a folder name empty and put a default document like index.asp in that folder. in index.asp write this
<%For Each Item in Request.QueryString
For iCount = 1 to Request.QueryString(Item).Count
mystring = (item)
Next
Next%>

then set notify to point to your server under EventGhost and you get this
DeviceName::TypeOfNotification::NameOfPerson::NotficationBody
so you can do a split like split(mystring, "::") and use it to update a database or what ever you like.
should work the same for php


Reply to SMS not working - dyerucf - 2010-08-03

-iPhone4
-iOS 4.0.1
-Notify Pro
-Notify.io

Both machines on the same wireless network and send an SMS message to the phone. On the phone I get the SMS, and I get the notification via Notify.io but I am unable to click on the notification to reply to the message, This used to work, am I missing something?

Thanks!

John


- johoja - 2010-08-03

dyerucf Wrote:-iPhone4
-iOS 4.0.1
-Notify Pro
-Notify.io

Both machines on the same wireless network and send an SMS message to the phone. On the phone I get the SMS, and I get the notification via Notify.io but I am unable to click on the notification to reply to the message, This used to work, am I missing something?

Thanks!

John

Apple changed some of the private apis, it looks like wifi detection is not working properly.. (wifi detection is used in a few scenarios) in this case it is a determining factor on if the web server turns on or not.

I'll be releasing some fix versions soon, if anyone is interested in testing them please let me know? PM me


- johoja - 2010-08-05

A new test version should be up on the private repo for those who have access please let me know how it goes, and provide syslogs.


- SaticICE - 2010-08-05

I'm back! I have an iPhone 4 now with iOS 4.01 and will be testing this for you shortly.

EDIT: Ok - tried the private repo (i hope it is still the same!) and on trying to launch the app - it just forces straight back to the springboard without attempting to open.

Sourcing the syslogs for you now.

Edit edit: Log file: http://www.sendspace.com/file/p19wb2


- johoja - 2010-08-05

SaticICE Wrote:I'm back! I have an iPhone 4 now with iOS 4.01 and will be testing this for you shortly.

EDIT: Ok - tried the private repo (i hope it is still the same!) and on trying to launch the app - it just forces straight back to the springboard without attempting to open.

Sourcing the syslogs for you now.

Edit edit: Log file: http://www.sendspace.com/file/p19wb2


StaticIce: Could you re-sync with itunes delete notifypro, and reinstall it. Did you do a restore when you got your new iphone ?

Not sure what that error is but a quick google search makes me think its an itunes issue, so make sure you have authorized your itunes accont on your pc, and resync. and also reinstall.....


Update: that issue should be fixed, it was a packaging issue on my end....


- SaticICE - 2010-08-06

Hi, I have updated from the private repo and will test it shortly.

Edit: It opens - now to do a full test!

Edit edit: HTTP.***** Phone::Ring::SMS::A NAME HERE::Hi

The nicest thing to see ever! W00t! Seems to be working!

Edit edit edit : W00t - itunes control back up and running! Very happy person!
http://pastebin.com/4WcusshL

Final edit : Tried Growl this morning, but cant get it to show up on the pc. All ports opened - setup in notifyPRO

[IMG=http://img17.imageshack.us/img17/4416/img0029v.png][/img]

http://www.mediafire.com/file/t09x8pbzha9tgmb/syslog

EDIT (again) Rebooted - and working - it would seem that some settings are not saving until a reboot of the iPhone.


- johoja - 2010-08-06

SaticICE Wrote:Hi, I have updated from the private repo and will test it shortly.

Edit: It opens - now to do a full test!

Edit edit: HTTP.***** Phone::Ring::SMS::A NAME HERE::Hi

The nicest thing to see ever! W00t! Seems to be working!

Edit edit edit : W00t - itunes control back up and running! Very happy person!
http://pastebin.com/4WcusshL

Final edit : Tried Growl this morning, but cant get it to show up on the pc. All ports opened - setup in notifyPRO

[IMG=http://img17.imageshack.us/img17/4416/img0029v.png][/img]

http://www.mediafire.com/file/t09x8pbzha9tgmb/syslog

EDIT (again) Rebooted - and working - it would seem that some settings are not saving until a reboot of the iPhone.


Awesome! Good to hear that it is working at least. Could you test if it works over 3g as well ? I'm asssuming your using wifi.

Could someone also test all the notification types and let me know if they work, i.e) push, sms, text, call, email. I can only test a few with my little iPod touch Smile.

The main one that was broken though was Push notifications.


- SaticICE - 2010-08-06

I have tested over wifi so far.
Push, SMS, text, call and email all work over both EventGhost and Growl for Windows!

I have now tested over 3G (o2 in the uk if your interested) and it all works fine!

Fantastic!


- johoja - 2010-08-07

SaticICE Wrote:I have tested over wifi so far.
Push, SMS, text, call and email all work over both EventGhost and Growl for Windows!

I have now tested over 3G (o2 in the uk if your interested) and it all works fine!

Fantastic!

Can someone check if replying to SMS is working, I've heard that it isn't working.


- SaticICE - 2010-08-07

Ok, tried to respond to an SMS over wifi and my phone crashed!!!

http://www.sendspace.com/file/35h4r7 - Syslog


- johoja - 2010-08-07

SaticICE Wrote:Ok, tried to respond to an SMS over wifi and my phone crashed!!!

http://www.sendspace.com/file/35h4r7 - Syslog

Thanks, I think I know what's wrong.

I'll need to start having seperate libs for 3.x an 4.x to many differences.


- SaticICE - 2010-08-07

Oh NO! Well - when all working happy to get new iOS4 version even if it is paid for!


- johoja - 2010-08-07

SaticICE Wrote:Oh NO! Well - when all working happy to get new iOS4 version even if it is paid for!

No it will be included, just need to figure out how to package/build it properly.