Hack your Canon digital camera

26 June, 2008

Do you have a Canon digital camera ? Are you happy with all the features ?

Do you know that you can have MORE features ?

For more details, look here.


AppStore is coming…

25 June, 2008

The Apple AppStore is coming: it should be available for all the 2.0 iPhones for July, 11th according to rumors.

But developer need some answers to their question…
Due to the SDK NDA, is difficult to find them, but at least I discover some interesting posts:

Let’s hope…


Accepted!!

9 May, 2008

It was time: I received this email from Apple:

iPhone developer mail

since yesterday, I’m a iPhone Developer.


How PwnageTool works

9 May, 2008

The blog appleorchard describes some interesting details about the PwnageTool.
The PwnageTool is a software program that allows you to “open” your iPhone/iPod Touch and allows you to install third party applications.

Read the post here.


Looking for memory leaks on iPhone

5 May, 2008

As a lot of people knows, there’s no garbage collector in iPhone. So you have to handle all the memory calls by yourself.

I discover a useful tool to help with memory debugging: TraceAlloc.
It’s a Library that helps you into catching memory leaks.

More details here.


Fix iPhone Simulator’s missing Photo db

22 April, 2008

It happens: for same mysterious reason your iPhone Simulator has an empty Photo DB.
I cannot find a way to restore, even re-installing the simulator.
But…. If you have a jailbroken iPhone (or iPod Touch, of curse) you can do it.

Follow the steps:

  1. Identify you iPhone ip address in your local network, usually 192.168.1.6.
  2. Open a terminal in your mac and go to the following directory:
    cd /Users/<UserName>/Library/Application Support/iPhone Simulator/User/Media
    Change UserName in your default user.
  3. Now type the following command
    scp -r root@192.168.1.6:/private/var/mobile/Media/Photos/*

Done! Have fun!!


Interactive holographic technology

22 April, 2008

Engadged post an article about a new interactive holographic technology:

More details here


Using SDK applications on pwned development iPhones/iPod Touch

21 April, 2008

Erica wrote an interesting article that explains how to use SDK generated application on iPhone running a pwned version of iPhoneOS 2.0.
It will be useful for those who try to run their SDK application for testing purpose.
Read the full article here.

For me… I’m still waiting for official release of the iPhone 2.0 :sigh:


Different iPhone lines ?

16 April, 2008

There are rumors regarding more than one simple line of iPhone: one for the business users and another one for the standard user.

Read the rumors here.


Google API for iPhone

11 April, 2008

Google released a OS X Objective-C library for interfacing with some of its services.
This library should works for iPhone too…

Link here.


Follow

Get every new post delivered to your Inbox.