Reply
Thread Tools
Posts: 48 | Thanked: 12 times | Joined on Apr 2010 @ Norfolk, UK
#21
have you considered http://bit.ly ??
 

The Following User Says Thank You to Memph1s For This Useful Post:
Ykho's Avatar
Posts: 242 | Thanked: 86 times | Joined on Jul 2010 @ UK/Scotland
#22
I just have hotmail open simultaneously on desktop and n900 then save the links in drafts from the desktop and open it again on the n900
__________________
The best way to save face is to keep the lower half shut

Cantonese Pen Power Input is only available in Hong Kong...SUX!
 

The Following User Says Thank You to Ykho For This Useful Post:
Posts: 889 | Thanked: 537 times | Joined on Mar 2010 @ scotland
#23
use a web-sms service and text clickable links to yourself

(personally i prefer some of the other options mentioned above, jus adding an alternative!)
__________________
sarcasm may be the lowest form of wit, but its the only wit i have.

its a sad day when i can't slip at least one hitchhiker reference in somewhere.
 

The Following User Says Thank You to festivalnut For This Useful Post:
quingu's Avatar
Posts: 271 | Thanked: 124 times | Joined on May 2006 @ Aperture Science, Inc.
#24
Originally Posted by oscillik View Post
www.laterloop.com
You, good Sir, win the price. This is exactly what I was looking for.
__________________
Handcrafted Ambient / Chillout Music, free to download: nomoton
 
Posts: 3 | Thanked: 2 times | Joined on Jul 2010
#25
nice and easy..
 
Posts: 162 | Thanked: 52 times | Joined on Feb 2010
#26
I would suggest InstaPaper - click the instapaper button on your desktop and view it on the n900 and obviously works vice-versa
 
evad's Avatar
Posts: 354 | Thanked: 151 times | Joined on Mar 2008 @ London (UK) / Zielona Góra (PL)
#27
www.instapaper.com
__________________
Dawid 'evad' Lorenz * http://dawid.lorenz.co
_______________________________________________
 
Posts: 75 | Thanked: 125 times | Joined on Nov 2008
#28
I find the best way is to just have a separate IM account and send from PC to phone using IM. When the message pops up on the N900, you can click on the link and it immediately loads in web browser. This is of course not limited to links, and can be used for notes, calendar text, addresses etc etc.
 
Posts: 189 | Thanked: 23 times | Joined on May 2010
#29
i do it w dropbox, i have a txt file in it, i just paste there any info i want on my Mac, and then the same for my phone
__________________
I USE BLACKBERRY F@CKERS!!!!!
 
Posts: 118 | Thanked: 202 times | Joined on Aug 2010
#30
I just wrote a script to do this. You need to install netcat (ncat with -e option compiled in) on the N900 and on the remote machine. Then place this script called get_url.sh in your home dir (or anywhere else you like):
Code:
#!/bin/sh
read url
dbus-send --system --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"$url"
Then run this command:
Code:
ncat -l -p 1337 -e /home/user/get_url.sh
Now the N900 will open any URL you send to its IP port 1337 until you hit Ctrl-C.

You can send the url by issuing this command on the remote machine:
Code:
nc "N900 IP" 1337 <ENTER>
"URL" <ENTER>
So e.g. this session would open talk.maemo.org on the N900:
Code:
user@ubuntu:~$ nc 10.0.0.1 1337
talk.maemo.org
You can do this as often as you like until you quit the ncat script on the N900.
 

The Following 3 Users Say Thank You to nephridium For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 20:43.