Nokia 770 on clearance...FYI.

General HouseBot discussion. Any issues that don't fit into any of the other topics belong here.
Post Reply
Osler
HouseBot Guru
Posts: 742
Joined: Fri Feb 03, 2006 11:18 pm

Nokia 770 on clearance...FYI.

Post by Osler »

I picked one of these up and have since ordered 3 more. They can be had for under $150 if you look (buy.com, ecost.com, etc.). It is a linux based device, but with RDesktop installed you can RDP into your server and run it using an X86 swremote. Resolution is 800 x 480 and the color rendition is excellent. Hack windows XP to run concurrent RDP sessions and you can connect 3 of these to a single machine, similar to using a SmartDisplay but it fits in the palm of your hand.

Osler
roussell
Advanced Member
Posts: 268
Joined: Wed Dec 15, 2004 9:07 am
Location: Pelham, AL

Post by roussell »

I've been looking at these, but some people on other boards have mentioned that they have a habit of losing their wireless connection from time-to-time. Some have worked around the problem by installing the CIFS client on the 770 and connecting to a windows/samba share on the network. Apparently, the always-polling nature of the connected Windows share keeps the device connected. I'm not sure why the RDP client doesn't provide the same thing but for some reason it doesn't seem too...

Too bad we can't coheres/bribe Scott into writing a native Linux client, or caannnnn we?? 8)

Terry
Osler
HouseBot Guru
Posts: 742
Joined: Fri Feb 03, 2006 11:18 pm

Post by Osler »

yes, I had seen these posts....but most are commenting that it is ~99% up time with an occassional loss of the RDP connection. Besides, for the price I'll take >90% up-time with the occassional need to reestablish the connection.

Osler
CouchPotatoe
Senior Member
Posts: 103
Joined: Sun Jul 31, 2005 2:43 pm
Location: Yorkshire UK

Post by CouchPotatoe »

The Nokia N800 has just now gone on clearance too - making way for the N810 I guess ( £149 in the UK ).

A Linux HouseBot client would be great for these devices ;-)
wallebalboa
Senior Member
Posts: 111
Joined: Wed Aug 11, 2004 6:52 pm
Location: Sweden

Nokia 770 testing...

Post by wallebalboa »

Hello... I just borrowed a Nokia 770 and it is a great device! I would like to buy some...
however some questions:
if i run multiple RDP will all 770 have the same HB theme?
have you been able to hide mouse pointer? (the check box in swremote have no effect)
any success of connecting buttons of the 770 to Shortcut keys in the theme?

having a time with seconds ticking in a theme looks like it keeps the wifi link alive... but i keep on testing ;)

and a not housbot thing... any idee on sharing the usb (as serialport maby) on the nokia on the network?


tnx in advance...
Anders
Osler
HouseBot Guru
Posts: 742
Joined: Fri Feb 03, 2006 11:18 pm

Post by Osler »

Each RDP session can have the same theme or different themes. Just create an SWRemote for each 770 and assign it a default theme. Under each login, have a batch file to start the swremote using command line argument to specify the swremote and theme to use.

I don't use anything special to keep the wifi connection up. Just dig through the settings to set the wifi timeout to its maximum. I lose wifi connection <5% of the time using the standard settings. What does happen is that the 770 will default back to the menu screen when it goes to sleep sometimes. If this happens, simply tap the double triangles at the bottom left of the screen and it will take you back to the rdesktop session. The screen may blank and show only a cursor initially....tap again and the swremote interface will come up.

Cursor suppression doesn't work with the swremote. If the machine you rdp into is dedicated to this (i.e., not your server) you can change the default system icon to a 1px x 1px custom icon for the cursor which should be less obtrussive. Honestly, the little cursor doesn't bother me that much.

The only hardbuttons I have gotten to work are the cursor (keyboard arrow equivalent) and select (enter equivalent) keys. Right click is functional on the desktop but useless in the swremote.

Osler
sundodger
Member
Posts: 80
Joined: Thu Sep 11, 2008 11:17 am

Re: Nokia 770 on clearance...FYI.

Post by sundodger »

Hi Osler, have just purchased a nokia 770 to use as a SWRemote.
I would be interested in seeing an example batch file as mentioned in your post also how to implement this.
as you can gather i am no computer genius but i am trying....
Thanks Mark
Osler
HouseBot Guru
Posts: 742
Joined: Fri Feb 03, 2006 11:18 pm

Re: Nokia 770 on clearance...FYI.

Post by Osler »

Copy the code below to notepad and save as Nokia.bat (or whatever name you choose). I have one of these for each swremote I run. I save my .bat files to "C:\Program Files\SWRemote and then drag a copy to the start menu for easier, one-click access.

Code: Select all

Echo off 
Echo SoftwareRemote has Started At: %Date% %Time% 
"C:\Program Files\SWRemote\SWRemote.exe" /ip 192.168.1.6 /name Nokia /x 0 /y 0
Change the IP Address and SWRemote Name to conform to your set-up.

Osler
Post Reply