iPhone not booting up anymore – Dock connector may be broken

Aside

iPhone Dock Connector closeupIf you end up in a situation where your iPhone just won’t boot up anymore (not even showing the empty battery icon nor the Apple logo) – or it is simply not recognized in iTunes anymore – it might be, that some of the pins in the Dock connector are be broken. At least that was what happened to me.

Fortunately you can get a replacement of the exact same iPhone model at your local Apple Store for some bucks (which are a lot below the price you would have to pay for a completely new iPhone model).

Thanks to my friends @dikk and @appleadvisor for their kind support!

iCloud: how to sync Contacts and Calendars to Android OS

Android iCloud Sync LogoDon’t worry, I didn’t move away from Apple devices ;) But due to my current job, I got an Android OS based mobile phone. And of course I wanted to be able to access my perfectly organized contact cards there – and for free, not with some kind of costly synch tool.

Turned out to be not so easy – something I generally think about Android so far, but that is another story and shall be told another time – but I got it working anyway in the end. Credits and thanks goes to Jeremy and his blog post “Sync iCloud Contacts/Calendar with Android“.

Here’s what you need to to, in order to sync iCloud Contacts and Calendars to Android OS:

Continue reading

OS X: how-to fix unrecognized User Password

OS X Lion LogoOS X nearly drove me nuts today, as it suddenly stopped accepting my Username/Password combination for authentication. First this happened when I wanted to relogin from the Screensaver, worked again after a hard-restart to login to the OS, just to come back when working inside OS X and trying to authenticate in order to delete a protected folder.

Continue reading

How-to instantly renew free WiFi Access at Hamburg Airport

Aside

WiFi LogoThe WiFi Network “mobilcom-debitel Free WLAN” at Hamburg Airport allows you to go online for 1 hour for free within 24 hours. If this isn’t enough, because you have longer waiting times at the airport, or you want to connect twice within 24 hours, simply change your WiFi-Card’s MAC-address after the hourly period expired.

To do this with Mac OS X there’s a simple tutorial here: http://osxdaily.com/2012/03/01/change-mac-address-os-x/

As soon as you have set a new MAC-address, reenable WiFi, connect to the Debitel network – and enjoy another 1 hour of free Intenet access! :)

By the way: you can use fake credentials for the signup on the WLAN access page!

Microsoft Word: Mail Merge into single documents

Microsoft Office Word LogoRecently I had to create a lot of Microsoft Office Word documents based on the same template, so I decided to use Mail Merge. Unfortunately when you generate a document from a defined Mail Merge template in Word, you end up having all the pages inside one huge document. But I wanted to have each form in a seperate word document.

To achieve this non-standard behavior, I wrote a little helper: execute the following VBA Macro on your Office Word Mail Merge template to have Word generate & save every record into a single file.

Attention
There is one thing to do manually, because I couldn’t solve it programmatically: you have to manually set the “Mail Merge Output” setting to “Current Record”! (default is “All”)
Office Word Mail Merge VBA manual output setting

Here’s the VBA code for the Macro:
Continue reading