Skip to main content

Posts

Showing posts with the label n95

Bike Ride Through Paderborn, Germany

I used Nokia Sports Tracker to track our ride through Paderborn last weekend. The Sports Tracker website lets you export KML, so it's easy to build up a Google map that includes both halves of the trip. Now I wish I could set geographic limits on my Picasa Web Albums maps so that I could include any of my pictures that were taken in the vicinity.
Read more

PyS60 GPS on the Nokia N95

The PyS60 shell allows you to connect via Bluetooth to a Python console on your phone. But, on the Mac at least, it's really awful. There's no readline support and if you mistype, you're pretty much guaranteed to get a weird syntax error due to some invisible characters I assume. When I tried the location module example in the PyS60 documentation, I got a "Permission Denied" error. It turns out, you need to get a dev cert and sign the unsigned version of the PyS60 Python Script Shell.
Read more

Symbian Signing rotateMe

rotateMe is a cool app that rotates the screen when the orientation of the phone changes. The problem, as it is with some many other cool freeware apps, is that it's unsigned. I found some great directions on setting up Mobile Signer which allows you to sign apps directly on the phone. Rather than using the included cert files though, I created my own at the Symbian Signed website . It's pretty easy with the directions listed under the "problems" section of the tutorial.
Read more

My New Nokia N95. Wow.

I just got my N95 and I've been playing with it for a little while. It's awesome. Here's some things I've been busy with: The firmware it ships with is about 5 major revisions behind. Upgrade it ASAP. I've found some great instructions on getting the N95 to work as a Bluetooth modem on OS X. He doesn't mention though that the APN listed on the connection settings page should be used for the GPRS CID string. (See update below.) I also recommend configuring the computer as an authorized device on the N95 so that you don't have to confirm the connection every time. PyS60 . Installed no sweat. Oh, the possibilities. Google maps with GPS is great. The N95 comes with Nokia maps, but so far I prefer the Google app. The Google mail app is great (except I can't seem to log out... wtf?) ShoZu is very cool. It lets me geotag my photos and upload them to PicasaWeb and YouTube (plus a multitude of other services I don't care about). I'll have a map with a...
Read more