Archive for May 2007

Updating IBM Thinkpad x41 tablet pc’s hard drive firmware by PXE booting dos

The problem HTC4260xxG9AT00 Firmware A0L2 (May 2, 2007) The firmware update is only available on a bootable ISO CD-ROM, but the laptop has neither a floppy drive, nor a CD-ROM drive. The update is quiet important since it reduced the noise made by an annoying clicking sound of the hard drive. The solutions If you [...]

amfPHP & PHP 5.2.2 solved!

After upgrading php to version 5.2.2 amfPHP or cakeamfphp stopped working! Thankfully i found a quick fix on sourceforge sourceforge.net You only need to add this code at the top of gateway.php if (!isset($HTTP_RAW_POST_DATA)){ $HTTP_RAW_POST_DATA = file_get_contents(‘php://input’); }