T-Mobile Dumps MS SmartPhone
burgburgburg writes "It seems that T-Mobile International, Europe's second largest mobile phone operator, has decided against introducing a Microsoft SmartPhone after all. T-Mobile had announced their plans in February to introduce the MS SmartPhone this summer. Industry insiders say that the software for the phone continued to have 'fundamental problems,' leading to a high failure rate. French mobile carrier Orange introduced a MS SmartPhone, SPV, late last year. It initially had software security problems which Microsoft has claimed are patched."
This is a more accurate story entitled "T-Mobile has NOT dumped MS Smartphone, just delayed it a bit".
Also, RCR says:
a T-Mobile spokesman said the carrier had never set a definite date, only that it would begin selling the phone sometime this summer. Spokesman Philipp Schindera said there are software problems with the phone, and that T-Mobile, manufacturer HTC and Microsoft are working to fix those problems. He said the phone has not been delayed, because there are still several months of summer left.
Read reviews of shopping cart software
No, it doesn't figure. It's not a French phone at all. It's manufactured by a Taiwanese company for a German customer. And with which part of the phone is there a problem? The software developed by Microsoft, a U.S. company.
There is a fundamental problem in WinCE which causes 90% of all the issues people see with these devices. The problem is that WinCE has poor memory management. Theoretically the OS is supposed to manage all memory aspects from stopping running apps to free memory to dynamically loading and unloading DLL's. The most serious problem however is that it restricts the amount of memory available to a DLL to 16 MB. On devices like the HP 5450 and these T-Mobile Smart Phones, this becomes a problem because of the numerous integrated devices the OS has to support. The 5450 has WiFi, Bluetooth and Biometrics which fill up 12 of the 16MB of available memory. As a result, user applications like Adobe Acrobat do not have enough memory to load their linked libraries. The only solution is to jump through hoops managing the memory manually and to disable unused devices like Bluetooth or the Biometrics (which negates getting to the device to begin with!).
.NET comes out which is due sometime this summer.
A solution to this problem is not due until WinCE
Its unfortunate that this problem exists. It has apparently been caused by these PocketPC devices growing in size too quickly for the OS. Talk about growing pains...