|
|
2010-10-18
, 13:33
|
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#2
|
|
|
2010-10-18
, 14:07
|
|
Posts: 334 |
Thanked: 45 times |
Joined on Jan 2010
|
#3
|
|
|
2010-10-18
, 14:11
|
|
Posts: 662 |
Thanked: 653 times |
Joined on Feb 2010
|
#4
|
I've often wanted a mechanism for opening URLs on my phone, when there might not be a direct connection available.
A Firefox/Chrome plugin which said "Send to phone" and resulted in a push notification to open the browser would be very cool. See some thoughts about this recently:
- Anyone want to port...?
- ...part 2...
- ...part 3
|
|
2010-10-18
, 17:13
|
|
Posts: 114 |
Thanked: 50 times |
Joined on Oct 2006
|
#5
|
Hi,
Is there any unique feature about this app? As we already have push email on our n900's so I don't really see the point of this app unless you can give us other examples that we could benefit from this app.
|
|
2010-10-18
, 17:15
|
|
Posts: 662 |
Thanked: 653 times |
Joined on Feb 2010
|
#6
|
|
|
2010-10-18
, 17:22
|
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#7
|
I've often wanted a mechanism for opening URLs on my phone, when there might not be a direct connection available.
A Firefox/Chrome plugin which said "Send to phone" and resulted in a push notification to open the browser would be very cool. See some thoughts about this recently:
- Anyone want to port...?
- ...part 2...
- ...part 3
http://yourserver.com/someurl?http://www.urltoopen.com
Hi,
Is there any unique feature about this app? As we already have push email on our n900's so I don't really see the point of this app unless you can give us other examples that we could benefit from this app.
|
|
2010-10-19
, 02:42
|
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#8
|
I've often wanted a mechanism for opening URLs on my phone, when there might not be a direct connection available.
A Firefox/Chrome plugin which said "Send to phone" and resulted in a push notification to open the browser would be very cool. See some thoughts about this recently:
- Anyone want to port...?
- ...part 2...
- ...part 3
|
|
2010-10-19
, 11:42
|
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#9
|
I noticed that vivainio mentioned OVI Notifications API. Was that recently released? Does anyone know what you have to setup on your device for that to work? I can't really find much information on it.
|
|
2010-10-19
, 11:43
|
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#10
|
I have created a bash script that when clicked, it will read what is currently on the clipboard and then send the url over SSH to the N900 (which opens the page automatically)
ssh user@nxx.config open-browser <url>
Have only tested on Ubuntu 10.04/10.10 though.
The software itself is in a relatively stable state, but the actual packages, documentation, and install process are still alpha quality.
What is JPush?
JPush provides a way for information to be pushed to a device or computer. It provides 'hooks' on the server that cause 'actions' to be performed on the device, such as checking for new email. It can be used with an imap account to enable push
What do I need?
-A n900 device that is setup with a jabber account on it.
-A server that can receive email (postfix, or any similar system).
Instructions:
Do not follow these instructions if you are not comfortable with using the terminal. I will be releasing an installer with separate configuration files in the next couple of weeks that will make everything a lot easier.
http://wiki.maemo.org/JPush
Please ask any questions that you may have, and correct any issues / instructions that are unclear in the wiki so I can clean up the page, and make the setup easier. Also let me know if this works for you, so I have some idea of how many people are using it.
Bugs / Issues / Enhancement Requests:
Please post any issues or enhancement requests that you may have both in this forum (so we can discuss them), and in the bugtracker.
JPush Garage Page