Posted by on under chinaking, lanye, iphe, candybar, iphone, n70, voice recording, phe, dual band, projector, handset, mms, nbsp, little bit, bargain, interface, china |

Filed under: Cellphones
Look, here's what you need to do: reach into the appropriate pocket on your personage, take out your phone, and throw it into the nearest wall. It sucks. The N70 from Lanye (or ChinaKing, or... somebody from China), which we've
drooled over previously, is a candybar phone with a 2.4-inch screen, Bluetooth 2.0, and a little bit of dual-band GSM. Oh, and a built-in projector. And an interface that almost perfectly mirrors that of the iPhone with the addition of voice recording and MMS. It's awesome, and it's now available for import for a mere $345. A bargain at any price.
[Thanks, Andrew]
Greatest projector / iPhone clone combo handset in the world now up for sale originally appeared on Engadget on Tue, 28 Oct 2008 11:44:00 EST. Please see our terms for use of feeds.
Read |
Permalink |
Email this |
Comments


Tagi: chinaking, lanye, iphe, candybar, iphone, n70, voice recording, phe, dual band, projector, handset, mms, nbsp, little bit, bargain, interface, china
Posted by on under mac check, iphone, jailbreak, iphe, software package, important news, hack, interface |

These instructions are deprecated - it's much easier to download iBrickr and just use the Ringtones interface.
I worked my eyes bloody today crawling through disassembly to help ziel port his Jailbreak program to Windows, and today we can announce that we have succeeded! All the iPhone users running Windows can now put custom ringtones and sounds onto their iPhones.
IMPORTANT NEWS: The iPhone software update 1.0.1 makes these instructions invalid. You STILL need to acquire the old 1.0.0 software package for Jailbreak to still work. Apple will surely have stopped distributing the package by now so I will see what I can do to get Jailbreak working on the new package. Watch for updates!
If you have a Mac, check out the Mac instructions over at
Hack the iPhone.
These instructions work...Read the rest of this post
Tagi: mac check, iphone, jailbreak, iphe, software package, important news, hack, interface
Posted by on under dropbear, iphone, mac osx, phe, nostalgia, sake, binkit, interface |

These instructions are deprecated - it's much easier to download iBrickr and install the dropbear and binkit packages using the Applications interface.
Instructions left for nostalgia sake, though:
These instructions work with the latest 1.0.1 iPhone update.
Right now these instructions work for Windows. A Mac OSX version must be made by someone else, but the translation is fairly easy. The sshify-windows.bat must be replaced with a file that contains equivalent Mac OSX commands.
These instructions MUST be run on a phone that has already had Jailbreak 1.1 run on it. For instructions on that see the
custom ringtone tutorial.
This...
Read the rest of this post
Tagi: dropbear, iphone, mac osx, phe, nostalgia, sake, binkit, interface
Posted by on under utility toy, coverflow, bugs, interface |

ContactFlow is an awesome utility/toy. It extends the pretty interface of CoverFlow to that of the contacts app. Though this app has made it to version 0.95, it still has a ways to go. There are several bugs. Some graphics need some tidying up. In the end, however, it is usable- and very cool too.
The [...]
Tagi: utility toy, coverflow, bugs, interface
Posted by on under objective c, array, interface, languages |

Today I was experimenting with Objective-C’s blocks so I thought I’d be clever and add to NSArray a few functional-style collection methods that I’ve seen in other languages: @interface NSArray (FunWithBlocks)
- (NSArray *)collect:(id (^)(id obj))block;
- (NSArray *)select:(BOOL (^)(id obj))block;
- (NSArray *)flattenedArray;
@end The collect: method takes a block which is called for each item in the array and [...]
Tagi: objective c, array, interface, languages