Digital Notepad

Internet, Mobility and Serious Geekery

Moblin 2.0 final Download

September24

I’m always on the lookout for new distributions to justify my netbook-purchase ;-) Intel just announced Moblin 2.1 in the not to distant future, but released Moblin 2.0 final TODAY! It’s not up on their page yet, but if you do a little digging you may stumble accross this link:

http://mirrors.kernel.org/moblin/releases/2.0/images/

I’ll try it in a minute, download is halfway through. Cheers!

posted under Tech | No Comments »

Free tethering day – We want what we pay for!

June19

Update Dec 09 – T-Mobile just opened up a possibility for 1st gen. iPhone users to do tethering for 5 EUR a month and get 100 MB for free. There even is a bigger option. Just ask for them at the hotline, it can be enabled within a few hours. Works great.

Update 2009-09-16 – T-Mobile just declared: Screw yourself! Owners of a 1st gen. Complete tariff will never be able to get tethering to work on their iPhones.

Update 2009-09-01 – T-Mobile just declared that if you own an 1st gen. iPhone Complete Tariff they offer tethering for free. Later tariff-holders have to pony up the cash. Sorry, gents, I’m good to go! (http://bit.ly/2mVis)

#freetethering would be it. I don’t know how long I’m already dealing with crappy USB-UMTS sticks, Dual-SIMs etc. I was hoping for free tethering on the iPhone to put an end to all that!. But now, one carrier after the other, starts either postponing it or charging extra for data traffic that I already pay for!

I don’t suggest we get extra traffic, just the allowance that is already included with my plan. I guess that the providers just granted these Gigabytes of traffic per month because they thought it looks nice and nobody will be able to use  it – so what – you were wrong, get over it.

E.g. T-Mobile had an especially funny idea: You are / have been entitled to use a second SIM (in a UMTS modem for example) on your data allowance, for free! I don’t see the difference between a Multi-SIM and tethering; maybe it’s just that tethering is not enough a hassle….

What about setting up a #freetethering day at/via Twitter, where all iPhone users interested in getting what they pay for start using their iPhone like mad (I guess downloading videos over the youtube app is the best way!?)? The idea is to motivate the providers to rethink their pricing-strategy and come up with something more customer oriented… (aka free)

Get in touch on Twitter @tomschlenkhoff or via comments here, I’ll start clogging the tubes on monday, every monday until they rethink their position!

Web Apps on the iPhone & location awareness

June9

I spent a few days last week on evaluating my options to get CabChap as an app in the Apple App Store. Right from the start I was betting on phonegap, a framework that basically offered to show a web page and exposed a few iPhone-API calls to the JavaScript of the page (Including latitude, longitude, contacts, vibration etc.).

But following a long discussion here, it seems to me that frameworks like phonegap do have a problem – Apple does not permit apps built with those into the app store. At least a huge majority of recently built apps didn’t make it into the store.

So I decided to pursue anothe route, at least for the IPhone (phonegap covers even Android and Blackberry).

Getting help from here it was easy and straight forward to build a native app, that exposes location information to my web app. Check it out, if you are focused on the iPhone and latitude&longitude this may be the way to go.

posted under Tech | No Comments »

Running Leopard Client in VMware

June3

Using Leopard 10.5.7 in VMware Fusion 2.0.4 works great with a little bit of wizardry:

  • sudo bash
  • cd “/Library/Application Support/VMware Fusion/isoimages”
  • mkdir original
  • mv darwin.iso tools-key.pub *.sig original
  • sed “s/ServerVersion.plist/SystemVersion.plist/g” < original/darwin.iso > darwin.iso
  • openssl genrsa -out tools-priv.pem 2048
  • openssl rsa -in tools-priv.pem -pubout -out tools-key.pub 
  • openssl dgst -sha1 -sign tools-priv.pem < darwin.iso > darwin.iso.sig
  • for A in *.iso ; do openssl dgst -sha1 -sign tools-priv.pem < $A > $A.sig ; done
  • exit

This basically fixes a bug in Fusion that disables running Leopard Client by changing the required signatures of the ISOs. How nice. I stumbled across this great piece of information here: http://blog.rectalogic.com/2008/08/virtualizing-mac-os-x-leopard-client.html

posted under Tech | No Comments »

Pidgin 2.5.5 in Ubuntu 9.04 – GoogleTalk problems

April30

Just found out another little caveat: To connect to GoogleTalk I had to configure the “Server” setting on the advanced tab in Pidgin for my GoogleTalk Account. Make sure you have “Require SSL/TLS” activated and “Connect server” to “talk.google.com”.

After this, all went smoothly: I was asked if I want to accept a certificate from talk.google.com. After accepting – it worked like a charm.

Thanks for all the work GNU/Linus/Debian/Ubuntu put into this marvelous piece of software – Ubuntu 9.04 is the first distro that I see as fit for the desktop or even a laptop!

posted under Tech | No Comments »
« Older Entries