Archives for October, 2008
The iPhone dev team recently posted an update on their blog.
They’ve gotten a hold of a beta of the upcoming 2.2 firmware and the good news is that it is still vulnerable to jailbreaking on current iPhone hardware, so we can count on being able to install unoffical 3rd party apps once the new version [...]
Hot iPhone Apps has breaking news of free WiFi access at AT&T hotspots for iPhone users.
Finally! Free WiFi for iPhones at Starbucks and Other AT&T Hotspots « Hot iPhone Apps
After multiple false alarms this spring, AT&T has finally started offering iPhone users free WiFi access at its hotspots. It looks like it is for [...]
29 Oct
Print to iPod touch/iPhone via FileMagnet and Automator
Posted on 2008 under iPhone Tips | No CommentRecently I got an iPod Touch / iPhone. Today I also got the $6 program FileMagnet for my iPod Touch. This program allows me to do wireless transfer of files to my iPod Touch (or iPhone) and view files on my iPod Touch (or iPhone) -- amazing! This was just what I needed to turn the iPod touch into my digital paper. Alas, it involves a number of steps to get a print of a complicated webpage onto the iPod. Consider my electronic flight ticket that I've just bought: First I need to print this one as a PDF from the web page where it's generated, then I need to locate the PDF, then I have to dr...
Hot on the heels of the the iPhone dev team’s updates to PwnageTool and QuickPwn for Mac OS X, they’ve released a new Windows version of QuickPwn. Quickpwn makes it easy to Jailbreak your iPhone to allow installation of 3rd party apps. It also jailbreak the first generation iPod touch
While it can jailbreak both the [...]
26 Oct
For the Truly Geeky: Video Demonstrating Baseband Access on iPhone 3G
Posted on 2008 under iPhone Development | No Comment
I wanted to upload a copy of the book collection I keep in Delicious Library 1 to my iPhone. Since Delicious Library can't sync to the iPhone like it can to iPod (via the notes feature), I decided to print the collection to a PDF. I uploaded it with the AirSharing application, but I could just as well have emailed it to myself. I ended up with a multi-page PDF the required difficult scaling and dragging to read.
To make things easier, I did the following:
To make things easier, I did the following:
- In Page Setup, I created a page 3.5 inches wide by 300 inches long.
- After printing my library to the PDF, I opened the PDF on my Mac in Preview.
- I chose File » Save as, and saved a copy. I left the Format pop-up menu set to PDF, and set the Quartz Filter pop-up to Reduce File Size.
17 Oct
Quickly update a note’s modification date on the iPhone
Posted on 2008 under iPhone Tips | No CommentOne obvious solution is to create a title (the first line text followed by a blank line) with plenty of *** or +++ symbols, to make my special notes stand out from others. The other solution I've found (together with the first one) is to edit the note each time I read it, so it goes to the top of the list. What I've found is that there is no need to actually change anything in the note -- you only need to enter Edit mode (tapping on the note so the keyboard is shown). Even if you do not type anything, when you exit Edit mode (tap the Done button), the note is saved and its modification date is updated.
This is not an overly advanced tip, but I've f...
2 Oct
Easily share Cycorder videos off jailbroken iPhones
Posted on 2008 under iPhone Tips | No CommentOne of the challenges for both 'official' (installed from Apple's App Store) and 'unofficial' (using installer.app or Cydia) apps that create content (photos, videos, text etc) is how to share the content. One approach taken by several apps is to offer to send an attachment via email. While this is fine for text files and photos, it's not so appropriate for larger files like video. You could also install OpenSSH and use scp to get the files, but that involves opening up root access which I didn't want to do for users who are a bit less tech savvy.
Here's our particular problem and solution. I have installed the Cycorder app, which allows you to capture video, but relies on scp and a knowledge of where the files are to move files off of the phone. By a ...