admin on January 18th, 2010

UICallOutView is a private class in UIKit that produces “annotation views” as pictured on the left. These can be very useful (even outside MapKit). Unfortunately as UICallOutView is private Apple rejects applications using this class. Searching for a replacement I found this thread on stackoverflow. Ed Anuff programmed a nice replacement class that is free of any private Apple Stuff. Unfortunately he programmed it in Mono Touch (C#), which is not so useful for many iPhone programmers.
I ported it over to Objective C/Cocoa Touch.

You can download the port here: Download

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post Post to Ping.fm Ping This Post Post to Reddit Reddit

admin on August 28th, 2009

smcFanControl 2.2.2 should be fully compatible with the final release of OS X 10.6 (Snow Leopard). There are no known issues.

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post Post to Ping.fm Ping This Post Post to Reddit Reddit

I ran into a pesky problem after I installed the iPhone SDK (before that I installed XCode 3.2 from the Installer DVD) under Snow Leopard: My iPhone/iPod Touch was neither detected by Xcode nor by iTunes anymore. It seems that the iPhone SDK for Snow Leopard (downloadable at developer.apple.com/iphone and released in June 2009) installs outdated MobileDevice Extensions that are incompabile with the final release of OS X 10.6

Here is what I did to fix that problem:

  1. Delete AppleMobileDevice.kext  and AppleUSBEthernetHost.kext from /System/Library
  2. Delete DeviceLink.framework, MobileDevice.framework and iTunesAccess.framework and iTunesAccess.framework from /System/Library/PrivateFrameworks
  3. Delete com.apple.usbmuxd.plist from /System/Library/LaunchDaemons
  4. Delete any iTunes and MobileDevice related pkgs from /Library/Receipts
  5. Reinstall the iTunes.pkg from your Snow Leopard DVD, located at
    /Volumes/Mac OS X Install DVD/System/Installation/Packages/

After these steps my iPhone was found again by Xcode and iTunes

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post Post to Ping.fm Ping This Post Post to Reddit Reddit

admin on June 30th, 2009
rounded_512-copy-150x150_with_reflection [See Demo] [eCurrency on iTunes]

eCurrency is an intuitive, easy-to-user currency converter providing up-to-date exchange rate information. The ideal accompaniment for overseas travel and shopping, as well as business trips abroad.

Version 1.1 adds the following features:

  • Supports over 190 major currencies including legacy currencies such as Deutsch Mark and French Franc, as well as commodities (gold, silver, platinum, palladium)
  • Selecting and creating a list of preferred currencies for fast access
  • „Keyboard Click-Sound“ and „Shake Sound“ can be deactivated

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post Post to Ping.fm Ping This Post Post to Reddit Reddit

admin on April 9th, 2009
smcfancontrol_v2 [Download]

smcFanControl 2.2.2 adds the following features/bugfixes:

  • Offical support for every so far released Macbook, Macbook Pro, Macbook Air, mac mini included
  • Fans of iMacs, MacPro’s are read out on first startup. For official support of iMac/MacPro in a future release please send me your ModelName and min/max speed for every fan.
  • The fan to be displayed in the menubar can be chosen now
  • All known memory leaks fixed
  • Spanish localization included

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post Post to Ping.fm Ping This Post Post to Reddit Reddit

rounded_512-copy-150x150_with_reflection [See Demo] [eCurrency on iTunes]

eCurrency is an intuitive, easy-to-user currency converter providing up-to-date exchange rate information. The ideal accompaniment for overseas travel and shopping, as well as business trips abroad.

Features:

  • Appealing, easy-to-use interface
  • All major functionalities in one screen
  • Designated keypad for fast number entry
  • Reverse currency conversion with one touch
  • Reliable functionality: No active internet connection required
  • Supports 34 currencies; rates provided by the European Central Bank
    Rates automatically updated on startup (or manually if required)
  • Configures up to 8 converters; swipe through as on the iPhone‘s home screen
  • Home currency and number formatting set as per iPhone’s regional settings
  • Special ‘shake to inverse calculation’ feature

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post Post to Ping.fm Ping This Post Post to Reddit Reddit

admin on March 10th, 2009

data send out to pinch media

While developing an iPhone App I ran accross Pinch Media. This company is offering free “application usage statistic tools” for iPhone developers. All you have to do is register and integrate a library provided by Pinch Media into your iPhone app and you get live statistics of your application’s usage (sorted by country, time of usage, iphone/ipod type…) on the Pinch Media Website. Sounds pretty good, huh?

I tested Pinch Media’s offerings and found out:

  • Every time you quit an application that integrates Pinch Media, the following data gets transferred to Pinch Media: iPhone UUID (the unique ID of your iPhone), Iphone Software release, iPod/iPhone version, a timestamp when application usage started, a timestamp when application usage ended and (if you allowed it) the longitude and lattitude values of your position. You can see the detailed data that gets send out to Pinch Media in the graphic to the left.
  • If no active internet connection is detected, the usage data gets saved to an sqlite database for every  session. The next time there is an internet connection available all that data gets send out to Pinch Media servers (beacons.pinchmedia.com).
  • This all happens in the background. The user has no clue that data is send out to Pinch Media.

I got curious how many applications in the App Store already integrate Pinch Media. I did a quick check on my iPhone (such a check works only on jailbroken-phones, look for the pinchmedia subfolder in Documents of each applications)  I have currently 30 3rd party applications installed. 9 of them integrated Pinch Media. Your mileage may vary, but it just shows that a lot of applications seem to use Pinch Meda already. Just to note: None of these apps mention anywhere that they are sending out data to 3rd parties (Pinch Media).

While I can see the huge benefit of Pinch Media for me as an application developer, I decided not to integrate it.

Here is why: I have a problem with applications sending out private data to 3rd parties in the background, while the user has no clue that this is happening. Whatever Pinch Media uses this data for (I guess advertising-their other  service), I think its not good practice. While many people are afraid that Google is collecting lots of data, it seems regarding iPhone Applications Usage statistics there is already some other “Big Brother”. The “Pinch Media Analytics Tools” for iPhone Applications are comparable what “Google Analytics” is for Websites. But there is a big difference: You can easily find out, if a website uses Google Analytics by just looking at the HTML source; but thats hard to do with iPhone applications.

While people are critical about what’s going on on their desktop computers (applications phoning home etc.) and can block those activites with firewalls, this awareness seems to be missing when it comes to SmartPhones until now. If you are on a celluar network you have no control to block (e.g. by a firewall) what the application is doing and which servers it is sending data to. You have to trust the application developer, that the application is doing what was announced. As 3rd party applications on smartphones have just started to emerge, this is for sure some problem that has to be solved in the future. Until then developers should explicitly announce somewhere in the application description, if they send out data to 3rd parties and give the user an option to turn this behaviour off.


Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post Post to Ping.fm Ping This Post Post to Reddit Reddit


To find out the LCD model (and manufacturer) of the display in your Macbook or Macbook pro, open a terminal window and paste the following code followed by enter:

ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6

This gives you e.g. the following information:
B133EW01 V0
Color LCD

The first line is the LCD model number, the second is the active color profile.
If you google the LCD Model number, you can find out more about your screen (contrast ratio, brightness).

For my screen (build into a 1st generation Macbook build in 8/2006) I get the following information:
Info about B133EW01 Screen Model

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post Post to Ping.fm Ping This Post Post to Reddit Reddit

The screen quality of the new aluminium Macbook is not very good (compared to the Macbook Air and Macbook Pro) and prevents me from buying a Macbook at the moment. As the Macbook Air is not powerful enough for me and the Macbook Pro is too large (I travel a lot) I send the following E-Mail to Steve Jobs:

Hi Steve,

I am a longtime mac user and developer and considering to the buy the new macbook as a replacement for my old machine.
Seeing the macbook screen in a store next to a MBP and MBA however did not convince me quality wise (bad viewing angle, much more washed out colors than MBP and MBA).

These pictures I found on the net demonstrate the issue quite well:
http://att.macrumors.com/attachment.php?attachmentid=141668&d=1225128519
http://att.macrumors.com/attachment.php?attachmentid=141669&d=1225128519
Some might argue I could just get a MBA or MBP; but I am a heavy traveller. So the MBP is too large for me and the MBA is too limited (I need 4GB RAM). I do understand from a business perspective that the MB has an inferior screen as it's the entry line, but I would suggest to do one of these two options to attract even more people to the MB:

1) Put the better screen (the one the MBA currently has) into the 1499$ model and charge maybe 50$ more for it.
2) Make the better screen a BTO option for both MB models and charge for it.

Considering the buzz on the net about macbook screen quality I think these options would make a lot of people happy, who want a small powerful machine.

Best,

Hendrik

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post Post to Ping.fm Ping This Post Post to Reddit Reddit

The just released 2.0.2 firmware update seems to improve the 3G reception for iphone 3G owners.

But what does it bring to the iPhone 2G?

 
Some things I found out so far:

  • It seems to be a bit more snappy (lag in typing and adressbook scrolling is less)
  • The build-number is 5C1
  • The baseband does not seem to be upgraded (still 04.05.04_G). That means everyone who pwned their phone and updates to 2.0.2 will loose the jailbreak, but the phone should stay unlocked and activated.
Some things that are still not fixed:
  • Backups still take way too long. If you just backuped your phone before the upgrade, backup seems faster initially but for me backup speed decreased as soon as I removed/installed some applications.
  • Installing applications takes still way too long if you have a certain number of applications already installed.

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post Post to Ping.fm Ping This Post Post to Reddit Reddit