Categories
My Media System tablet

MMS running on nokia 770

I got MMS running on the nokia 770 today.

MMS on nokia 770

Ok so maybe I cheated a little and it was running on my server and I was just using VNC to connect to it. Anyway it’s working great for music playback 🙂

Edit: Added instruction on how to get this working

Edit2: Better input method

First one must start a VNC server: Xvnc :1 +render -dpms -s 0 -geometry 800×480 -depth 24 -rfbport 5900 -PasswordFile ~/.vnc/passwd

Then MMS can be started using: DISPLAY=”:1″ ./mms -i keyboard

After MMS starts up, one can use the navigation keys on the Nokia for navigating around and then use the house (bind it to F5 in input config) for action and the back button (bind it to ESC) for secondary action and everything will work perfect.

I had some trouble with the NIC on my new server. It apparently only wanted to run in 100mbit otherwise it would drop the connection at least once each second. And since the motherboard (Asus m2n-mx) only had 2 PCI slots, I had to choose between wireless, internet and TV 🙁 Anyway I fixed it by connecting my old 100mbit hub and now everything is running fine so I had some time to play some more with the nokia. The house button is no way near perfect since it minimizes the program and thus one has to press it twice each time. Very annoying! Futhermore the vnc client on the nokia is extremely bad and sends all kinds of nonsense commands. Sometimes it will send and F5 after each other command making the device unusable. So I hacked the keyboard input driver to discard these bogus input and added a mouse input so that one can just touch the screen for action. All works much better than before, but it’s still not perfect so I’m releasing the patch here. The patch is against 1.1.0 revno 1028. I might eventually integrate it cleanly but currently it’s a bad hack.

Uses this setup one can have 2 MMS setups running concurrently. One for the Nokia device and a second one for normal display. I havn’t gotten movie playback working yet, but I don’t find it particularly important since one will want to watch that on big screen anyway 🙂

One reply on “MMS running on nokia 770”

Comments are closed.