Tag Archives: Mobile

Nokia 5230 isync plugin

Shockingly it doesn’t exist on the Nokia website and the telephone doesn’t appear in the list of the supported! The solution: 1- Download and unzip this: Nokia 5230 isync plugin 2- Place the bundle in “/Library/PhonePlugins/” (create it if it … Continue reading

Posted in Mobiles, tips and tricks | Tagged , , | Leave a comment

Threading in iPhone programming

As Kdl pointed out, it is a good point to remind the threading skeleton proposed during the Stanfor CS 192P iPhone programming course. // LetsMakeAThreadAppDelegate.m // LetsMakeAThread // // Created by Evan Doll on 10/27/08. #import “LetsMakeAThreadAppDelegate.h” @implementation LetsMakeAThreadAppDelegate @synthesize … Continue reading

Posted in Programming | Tagged , , , | 1 Comment

Accelerometers and Flight Dynamics

    roll = -arctan2(acceleration.x, -acceleration.z);    pitch = arctan2(acceleration.y, -acceleration.z);

Posted in Mobiles, Ph.D., Programming, tips and tricks | Tagged , , | Leave a comment

Dev Team releases free iPod touch 2G jailbreak

Well, that didn’t take long — hot on the heels of the $15 NitroKey Slipstream iPod touch 2G jailbreak, the Dev Team’s released their free version. Continue

Posted in Apple, Work In Progress, tips and tricks | Tagged , , | Leave a comment

Linux is ready too…

A quick look at the latest version of the Access Linux Platform (ALP) today, running on an early build of TI’s OMAP 3-based Zoom hardware. Access seems excessively enthused with widgets, and really isn’t doing a bad job at them, featuring … Continue reading

Posted in Mobiles, Unix | Tagged , , | Leave a comment

Meet Pre – Calendar

Hey… we haven’t still talked about the Pre! The new Palm’s cool telephone. It’s amazing how they have been able to finally integrate and link applications one against the other in such a coherent way! Continue reading to discover a … Continue reading

Posted in Gadgets, Mobiles | Tagged , , | Leave a comment