Nederlandse nummer herkenning

(Gemaakt voor 1.1.1 1.1.2, werkt niet met 1.0.1 en 1.1.3)

Hier een iPhone nummer herkenning fix voor Nederland.
De iPhone gaat de nummers dan op de volgende wijze noteren:

+3110####### -> +31 (10) #######
+3111####### -> +31 (111) #######

Oftewel netnummers met 3 of 4 cijfers worden herkend en tussen ( ) gezet.
De iPhone ziet dus automatisch het verschil tussen een netnummer van 3 en 4 cijfers (als je de eerste nul ook mee rekent).

Download: UIPhoneFormats.plist
En plaats de file in /System/Library/Frameworks/UIKit.framework/PhoneFormats
Related Entries:
Easy enabling of tethering on 3.0
Enable carrier updates with iTunes 8.2 (final)
Fix broken passwd on 1.1.3 or higher
KPN operator logo voor iPhone
How to get 1.1.4 working with 4.6 bootloader
Comments (3)  Permalink

Highlight stack items on hover

Do you want a nice hover effect when you mouse over icons in a stack window ?
It's a shame this isn't enabled by default in Leopard, because it makes navigating within stacks a lot easier.

  • Startup Terminal, and run the following commands:
    1. defaults write com.apple.dock mouse-over-hilte-stack -boolean yes [Enter]
  • then you'll have to relaunch the Dock:
    1. killall Dock
    Thats it..

    To disable the highlighting:
      defaults write com.apple.dock mouse-over-hilte-stack -boolean no
    Comments (1)  Permalink
    1-2/2