Dissatisfied office user - suggestions? Kaiser? - Touch Pro, Fuze General

I use my PDA mainly to effectively stay organized and want to execute the most commands with the hardware keyboard. The Hermes (TyTN) was great for that purpose but I wanted something faster and had better camera and so on, so I bought Raphael.
The Raphael is great in many ways but it has slowed down my organizing and irritated me and I´m wondering if I can do something about it, see things differently, or if you have suggestions for recomending something else, like Kaiser or Xperia?
More specifically...
-The input method with auto suggestion seems crappy (see separate thread)
-The soft keys above the keyboard are gone
-It actually takes longer time to open Word-documents (than with Hermes) - it takes 15-25 seconds for a 50kB doc (!)
-The screen is not placed in the middle
Lot´s of complaints , but I am looking for a solution here, so please enlighten me
/Dan

Hardware shortcuts.
PQzII for hardware shortcuts. Have you changed from the default ROM this may speed up word.

[email protected] said:
PQzII for hardware shortcuts. Have you changed from the default ROM this may speed up word.
Click to expand...
Click to collapse
Does PQxII work even for the soft keys - menu and...?
Are the ROM:s available here language-specifik, or can I use any one of them? (I have a Swedish model.)
And thanks

Related

COURAGE:-) MDAIII - Key remapping project

Hi all ...
we need some (maybe a lot) help from programmers to try to remap the hard keyboard keys from mda3.
As many guys know, we are a lot that we buy the mda3 with german hard keyboard layout... and now that we all have an english os, we must remap the key and symbols.
Any idea will be appreciated, we have all files from german os an english os.
Nobody want to broke the keyboard to glue the buttons in other place...
Nobody now how and where can order another english keyboard and replace it phisically.
Remain two thinks:
1. find the file with the layout and remap the symbols via hex edit
2. recompile a new layout (and here may be usefull for future progs)
All idea wiil be apreciated, all guru's invited
Please help us ... we can not take advantage of the new hard keyboard in this mode.
Thanks all before and...
COURAGE FOR ALL NEW POSTS THAT MUST BE UPDATED(POSTED) !!!
DenisJ
Actually, keys and numbers are fine. It's punctuation that is almost impossible to use unless you have a good memory
From what I remember of the old thread that got wasted, a few things were looked at but it seems harder than it should. You would think one or two files transferred from the PDA2K to the MDA III, like a keyboard dll and a mapping data file, would do the trick but, as usual with engineers, they made it harder than it should.
I can suggest another way for this remapping: just writing a kind of program lookind for keypressings and substitute them with another keystrokes.
I've already done it for Russian keyboard (project home page is http://ae.inc.ru/bahrus.html , but it is Russian only). Current state is "beta".
I can do some key remappings this way. But I need to know which of the keys should be replaced with which one. Or replacement table may be simply saved in config.
I'll do a tabel with the replaced hex value ...
You need only the xex value for this or need more ?
Thanks a lot
Denis
Let's try (before find all remapping simbol) to remap only the two letters z and y.
Symbolic constant Value (Hex) keyboard equivalent
VK_Y 59 Y key
VK_Z 5A Z key
like ... if '59' then '5A' and viceversa...
If we can remap this two letters, we can remap all we want.
Thanks a lot
Denis
german to english
since the site posts went down i have received my mda3 in german of course and would love to know how to flash it with an english rom, all other threads however speak of xda3nbftool which i can't find anywhere, also many of the links for required files don't work. any help please?? thank you
Re: german to english
paulmurphy777 said:
since the site posts went down i have received my mda3 in german of course and would love to know how to flash it with an english rom, all other threads however speak of xda3nbftool which i can't find anywhere, also many of the links for required files don't work. any help please?? thank you
Click to expand...
Click to collapse
Go here:
ftp://xda:[email protected]/
and look for Bluangel folder.
Regards
Ok, I decided to implement more general solution for this problem and develop customizable hardware key-remapping software. This application wil allow to remap not only BlueAngel built-in keyboard but almost any hardware keybord connected to wince (some of my friends use Luch or Flexis external keyboards with PDA).
Hope first beta version will appear next week.
thank you!, sure i'll be back with more questions though!
Fantastic!
I'm excited about this
AE said:
Ok, I decided to implement more general solution for this problem and develop customizable hardware key-remapping software. This application wil allow to remap not only BlueAngel built-in keyboard but almost any hardware keybord connected to wince (some of my friends use Luch or Flexis external keyboards with PDA).
Hope first beta version will appear next week.
Click to expand...
Click to collapse
Wow, that's great news. (exactly what I wanted to hear!) Keep up the good work. (you rock)
AEKMap is available at http://ae.inc.ru/aekmap.html
To make "remapping" you need:
- install the program;
- run Start - Programs - AEKMap Settings and choose "AZERTY MDAIII with English ROM" in first combo box
- set three other optional layouts to "unassigned" and/or unassign "switch" key.
If you want to create specific layout, you may start with editing one of the existing. Use \Program Files\AEKMap\AEKMapScan.exe to define keyboard pseudo-scan codes.
To find unicode character codes use Start -> Programs -> Accessories -> System Tools -> Character Map on your desktop
This program may be closed with popup menu on system tray (lower-right corner of today screen).
And I'm definitly sure that some bugs are in this utility now. Let me know if you find them
Also send me with your layouts to be published on site (will appear in a days)
P.S.: AEKMapper may be used to remap almost any external or built-in hardware keyboard recognized by system.
AWESOME!
Thanks for doing this. If i understand correctly, what's needed now to get the German MDA III keyboard mapped correctly, following the imate english rom installation, is to:
use AEKmapscan.exe to identify all the keys that need remapping
then look up the correct unicode characters for the desired keymapping
enter them into a .AEK file and put into the Program Files/AEKMap directory on the MDA III.
If i get some free time today, that's what I'll do. If anybody beats me to it, please post!
thanks again, AE!
So here is a mostly working layout file for the MDAIII German. The only thing that seems to be not working is the semicolon/colon key just to the right of the space bar. that key seems to have no shifted mode, according to aekmapscan.exe
also: if aekmapscan.exe is running, this appears to stop the keyboard from working at all in applications. it needs to be stopped entirely.
Thanks again for this great tool!
It is always nice to know your job is needful to someone
As for the problem with semicolon: changing CapsLock/Shift processing flags should help:
HookShift 1
HookCapsLock 1
Probably I'll find a better solution for this later, but now I can't...
Official project home page will be available at http://ae.inc.ru/aekmap.html
thanks for the tool, works great. Can you add an option to not have the mapping name on the bottom, i.e. DenisJ Layout? It covers up the wireless icon that I use to turn Wifi on & off.
thanks again for the app
you already can turn it off. that's the "hint" option in the settings.
A parts from thanks the great job from AE, i wan't to try to ask a question:
In the registry there's a part...
HKCU/Keyboard Layout that have a profile value..
Could it be usefull..
My German Mda3 have... preload/1 set to e0010409.
Can anyone post the english Pda2K value...
Rups..
Bug report
AEKMap works quite well, thanks to the developer!
But...
I noticed that, when AEKMap is on, you can´t adjust sound/volume levels from the external button on the left side of the screen. Is that a bug or a feature? :roll:
Second thing is that if you switch the AEKMap off, you can switch it on only by softreset. Is that ment to be?
Can anyone confirm those features, or is it just in my MDAIII?
-Jigi
Sorry guys but i just arive from my fisrt (this year) snowboard weekend
AE many many thanks from me and (as can you see) from all other guys with the same german mda3...
I just tryed some days ago to begin something like this using EVC++ 4.0 ... but it's too much to study for an as400 programmer
This will be surrely in my startup programs for a log live time of my mda3...
Surelly we will ask you some options in future ...
Another lot of thanks
DenisJ

What are the advantages / disadvantages of WM6 over WM5

I am thinking of putting on WM6 onto my SPV M5000 and was wondering what were the advantages / disadvantages of WM6 over WM5 in everyday use. Is there a thread or comparison somewhere Ican check out
I've been running WM6 for many months now and this week reverted to WM5 - I've tried pretty much all the ROMs and WM5 simply is more stable, although not itself perfect.
The main advantage, to me, in WM6 is the Outlook client with HTML email support, although I can live without that. The terminal services / remote desktop client is better too. Other than those, the rest are just pretty fluff, but that's just *for my use*. Note: One man's fluff is another man's, erm, necessity :s
xiasma said:
I've been running WM6 for many months now and this week reverted to WM5 - I've tried pretty much all the ROMs and WM5 simply is more stable, although not itself perfect.
The main advantage, to me, in WM6 is the Outlook client with HTML email support, although I can live without that. The terminal services / remote desktop client is better too. Other than those, the rest are just pretty fluff, but that's just *for my use*. Note: One man's fluff is another man's, erm, necessity :s
Click to expand...
Click to collapse
Not really mate!
If you've used wm6, you'd find -
1. Its just as stable as wm5 (the later roms!)
2. Lots of tiny improvements
- Better phone search and dialing
- Better keyboard support all over
- Quick search in outlook messages (cant live without this!)
- Better look and feel
- Html support
- Better IE
- Latest office version support
- Lots of minor addons, which make WM5 complete by covering the gaps!
If you ask me, its a no brainer to upgrade. I suggest give one of the latest builds a try and see for yourself. If you think there are problems, you could always revert back
Cheers,
San
I believe that the major drawback of WM6 is the lack of Video-Call functionality. It is being introduced now, but still is buggy.
Anyway, I don't use that, as the company that pays my phone bill does not allow me to.
On the other hand, WM6 does look much better and seems to be as stable and fast as WM5, if not better. So why keep a less good looking firmware?
Also, I believe that Internet Explorer makes use of the VGA screen in WM6, while WM5 did not.
Then there are all the small things that make the phone nicer.
Cheers,
vma
memory management of wm5 is superior...
For me its the most important aspect of wm6 that must be corrected...
Other than that, wm6 are better!!
vma said:
I believe that the major drawback of WM6 is the lack of Video-Call functionality. It is being introduced now, but still is buggy.
Click to expand...
Click to collapse
This is not WM6 limitation. It is just a minor incompatibility of old WM5 DLLs with WM6 dialer. HTC could fix this in 5 minutes if they would bother. We cannot do that as we don't have the sources.
The best WM6 changes are
- improved memory manager over WM5. In WM6 virtual address space is less wasted than in WM5. Slot 1 DLL sections can be aligned on 4 Kb boundary (64 Kb on older OSes) and resource-only DLLs are mover to slot 127
- Exchange 2007 support (html email, "company directory", search over your mailbox, etc)
- improved dialer (that is why we just cannot copy video call DLLs from WM5)
- VGA in IE
- Office 2007 document support
- some other tiny improvements for OEMs, like new resolutions (up to 480x800), ability to control led blinking in ringtone scripts (WM5 only could control vibra), secondary displays API (in WM5 only smartphones could have secondary display)
- VoIP API support in OS
These all changes should not cause major increase in OS number. WM6 is just a "WM5 second edition" or WM 5.5.
WM 6.1 improvements over WM6
- Chat-like SMS that cannot be turned off (I personally hate it, prefer old style).
- Improved memory management in DLLs. Some of the DLLs can be loaded to shared memory region - so they would not waste vitrual address space in slot 1,0 (Athena already does the same, so MS just stolen HTC idea)
- Minor IE improvements
- Improved exchange 2007 support (this is really good)
- Some minor BT stack improvements (for example it automatically uses "0000" as a pin when pairing with BT headset)
- Media player is updated. I don't know what is changes as I don't use that trash.
- Ugly task manager. Hopefully it would be more useful in release.
The amount of changes is similar to changes between WM5 and WM6. MS marketing guys may call that "WM7" in the future.
from my experience
Advantages of WM6:
all stated above by others
Disadvantages:
More battery drain
More Memory drain
Internet Sharing is not that great
Best would to have WM5 rom with WM6 icons(look and feel)......best of both worlds.
It's faster, looks better, works better and supports more enhancement patches! I already have mine looking like an iphone and working at the speed of light! WM5 is just slower and not as sharp!
topgunarindam said:
More battery drain
Click to expand...
Click to collapse
false
More Memory drain
Click to expand...
Click to collapse
false. Memory is drained by apps you use. OS memory footprint is nearly the same as for WM5.
Internet Sharing is not that great
Click to expand...
Click to collapse
true. But you can use WModem from WM5.
dreamtheater39 said:
Not really mate!
If you've used wm6, you'd find -
1. Its just as stable as wm5 (the later roms!)
Click to expand...
Click to collapse
I've tried *many* of the later ROMs and, although they've come along hugely, they are not as stable in my experience. But still, maybe my emphasis and needs are different to yours/those of others, so YMMV.
2. Lots of tiny improvements
- Better phone search and dialing
Click to expand...
Click to collapse
Yes, indeed, but that's what I'm calling "fluff". It's an improvement, but doesn't in all reality improve how I use the device in any way.
- Better keyboard support all over
Click to expand...
Click to collapse
Can't say I noticed any difference. The keyboard, without exception, has always just worked exactly as expected for me in WM5 and WM6.
- Quick search in outlook messages (cant live without this!)
Click to expand...
Click to collapse
You're the second person to mention this since I reverted to WM5. Please tell me more - I feel like I probably missed out on one of the crucial improvements! I tend to use OWA when I need more than the vastly inferior (but largely adequate) Outlook client in WM5 offers.
- Better look and feel
Click to expand...
Click to collapse
Subjective, but I agree. However, not a sufficient improvement to justify the upgrade.
- Html support
Click to expand...
Click to collapse
Indeed, and I miss that a lot.
- Better IE
Click to expand...
Click to collapse
The latest TMobile ROM has the "Use high res" option and I can't say I can see any difference beyond that.
- Latest office version support
Click to expand...
Click to collapse
Agreed, a major improvement for many users, just not for me.
- Lots of minor addons, which make WM5 complete by covering the gaps!
If you ask me, its a no brainer to upgrade. I suggest give one of the latest builds a try and see for yourself. If you think there are problems, you could always revert back
Cheers,
San
Click to expand...
Click to collapse
Totally agree about trying it out. For me, it's borderline too unreliable and the downsides of WM5 don't *much* matter. As I said earlier, everyone will have slightly different needs, so weigh them up and take the plunge.
Thanks San, some very good points.
zeeshansohail said:
It's faster, looks better, works better and supports more enhancement patches! I already have mine looking like an iphone and working at the speed of light! WM5 is just slower and not as sharp!
Click to expand...
Click to collapse
Off topic :
Where do u get the iphone skin from? I install the ilaunch but found that its not compatible with the universal VGA screen, the screen is all mess up
-------------
Its just me , but personally, i think WM 6 eats more memory than WM 5, its more laggier at times, and the home-cooked rom arent as stable than the official ones, sometimes need soft reset the phone
xiasma said:
I've tried *many* of the later ROMs and, although they've come along hugely, they are not as stable in my experience. But still, maybe my emphasis and needs are different to yours/those of others, so YMMV.
Yes, indeed, but that's what I'm calling "fluff". It's an improvement, but doesn't in all reality improve how I use the device in any way.
Can't say I noticed any difference. The keyboard, without exception, has always just worked exactly as expected for me in WM5 and WM6.
You're the second person to mention this since I reverted to WM5. Please tell me more - I feel like I probably missed out on one of the crucial improvements! I tend to use OWA when I need more than the vastly inferior (but largely adequate) Outlook client in WM5 offers.
Subjective, but I agree. However, not a sufficient improvement to justify the upgrade.
Indeed, and I miss that a lot.
The latest TMobile ROM has the "Use high res" option and I can't say I can see any difference beyond that.
Agreed, a major improvement for many users, just not for me.
Totally agree about trying it out. For me, it's borderline too unreliable and the downsides of WM5 don't *much* matter. As I said earlier, everyone will have slightly different needs, so weigh them up and take the plunge.
Thanks San, some very good points.
Click to expand...
Click to collapse
Hi!
I think you're missing out the keyboard improvements & search feature-adds in wm6. This is extremely useful if you use your uni in standard flip-closed landscape mode and happen to use the keyboard often.
For example do this -
- Open messaging, and HOLD DOWN the "H" key until you get a help popup. This shows all the keyboard shortcuts for the messaging app. To activate a shortcut, just press and hold the corresponding key.
- To search for a message, all you need to do is, start typing a part of the subject/sender name and it instantaneously matches all messages matching the criteria. Its extremely useful i'm sure! For instance, if you're trying to find a message sent by someone, just start typing his name to see all messages sent by him! Or type a part of the subject! If searching in SMS'es, the name or part of the sms message itself can be searched!
- You can start typing a name out directly from your today screen, this launches the phone app and searches the name! Very quick and useful!
These 3 features alone are good enough which prevents me from rolling back to wm5! Besides, its also stable that i never need to restart my pda in days! I had a lot of trouble trying to get it stable, but the radio stack 1.15 did the trick for me! I suggest you experiment and find the version that works good with your device/operator/location!
San
/b/-TarD said:
Off topic :
Where do u get the iphone skin from? I install the ilaunch but found that its not compatible with the universal VGA screen, the screen is all mess up
-------------
Its just me , but personally, i think WM 6 eats more memory than WM 5, its more laggier at times, and the home-cooked rom arent as stable than the official ones, sometimes need soft reset the phone
Click to expand...
Click to collapse
It's actually alot of different mod's and patches! There is a Slider application with a VGA Patch and a Configuration App to have the iphone slider unlock. There is an iContact application that lets you scroll through your contacts using your finger (very nice feature to have and show off ). There is the PocketCM Keyboard with a black skin and a VGA patch (much cooler and more usable than the iphone keyboard). There's also the HTC Default black theme to give the whole PPC an iphone look and feel! If you're even more of an iphone GUI fan, you can take it a step ahead an install new icons and tweak some of the other UI elements to have fun!
You can find all of the above mentioned stuff at www.freewareppc.com.
Good luck with it
mamaich said:
false
Click to expand...
Click to collapse
True
mamaich said:
false. Memory is drained by apps you use. OS memory footprint is nearly the same as for WM5.
Click to expand...
Click to collapse
memory footprint nearly same on reboot, after a period the memory gets sucked somewhere even if you aren't using any apps. Now that somewhere is the question area.
zeeshansohail said:
It's actually alot of different mod's and patches! There is a Slider application with a VGA Patch and a Configuration App to have the iphone slider unlock. There is an iContact application that lets you scroll through your contacts using your finger (very nice feature to have and show off ). There is the PocketCM Keyboard with a black skin and a VGA patch (much cooler and more usable than the iphone keyboard). There's also the HTC Default black theme to give the whole PPC an iphone look and feel! If you're even more of an iphone GUI fan, you can take it a step ahead an install new icons and tweak some of the other UI elements to have fun!
You can find all of the above mentioned stuff at www.freewareppc.com.
Good luck with it
Click to expand...
Click to collapse
Hmm, mind pm me the application list? I dunno where to start
Thanks for the effort!
/b/-TarD said:
Hmm, mind pm me the application list? I dunno where to start
Thanks for the effort!
Click to expand...
Click to collapse
1) Do a search on this forum for "Htc Default.tsk" to get the black theme for PPC. Put that in your "Windows" directory to see it in the "Today" settings panel
2) Download PocketCM keyboard (+Theme & VGA Patch) and install that
3) Download iContact and install that
4) Download Slider (+VGA Patch) and install that
5) Apply icons!
Lemme know if you find something else!
zeeshansohail said:
1) Do a search on this forum for "Htc Default.tsk" to get the black theme for PPC. Put that in your "Windows" directory to see it in the "Today" settings panel
2) Download PocketCM keyboard (+Theme & VGA Patch) and install that
3) Download iContact and install that
4) Download Slider (+VGA Patch) and install that
5) Apply icons!
Lemme know if you find something else!
Click to expand...
Click to collapse
Funny, the iContact doesnt works on my uni, it just shows a black screen
For slider, i use S2U2 ( Slide 2 Unlock 2 ) the slider + VGA patch that u mentioned doesnt looks correct in landscape
The whole afternoon i was playing with the Touch Commander application ( emulates Touch FLO )
Where to find a working iphone launcher application for Universal?
/b/-TarD said:
Funny, the iContact doesnt works on my uni, it just shows a black screen
For slider, i use S2U2 ( Slide 2 Unlock 2 ) the slider + VGA patch that u mentioned doesnt looks correct in landscape
The whole afternoon i was playing with the Touch Commander application ( emulates Touch FLO )
Where to find a working iphone launcher application for Universal?
Click to expand...
Click to collapse
I'm using Mo3ulla's OS 5.2.1933 Build 18533.0.7.0 ROM 2.11.09 G4M RADIO 1.18.00 ... pretty much the best i could find, iContact works fine on it!
Slider and S2U2 are separate apps and both mess up in landscape I don't use landscape so that didnt ever bother me, sorry
I haven't heard of the Touch Commander, i'll see into that ... seems interesting!
And i'm still looking for an iphone launcher cant find one yet!
and create a new thread if there's more to say regarding iphone skinning I don't want people getting bothered on this thread!
what vga iphone theme are you using ? where is it found? .... even if just a frontend....

HTC Touch Pro Issues (updated 23.11)

Hello,
I am a HTC Tornado user and I had in plan to buy TP.. but because of the TP's bugs I'll wait a while.. I really don't understand why HTC don't do more tests before release it?! Many of their issues are corrected by xda-dev community.
I want to gather all the issues in one topic, one post. This post will be edited as new issues/bugs are found. This will be useful for potential buyers - they should know that TP is not perfect. Ok, I will bypass the lack of the softkeys and the camera dedicated button. (you may ask, what's the sense to have softkeys if you can touch the buttons with your finger/stylus... but I will ask you back: what you will do if the application is in fullscreen mode? )
I know there's a topic for Raphel issues but It's hard to follow all the pages.. so here it's an summary. As I said, I want to update the list as more known issues are found. You can contribute with issues so I can update the post (post the way I posted so it will be easy to me to copy /paste..).
We should send this list to htc, maybe they will try to fix these bugs (many of them are software related)
The post will be slitted into two parts. Active problems and solved one.
This is not a complete list
I. CONSTRUCTION ISSUES
D-PAD design: Unresponsive buttons: every now and then the "right" button of the D-Pad does nothing, then suddenly it will start working again, same with the "Back" button though much more infrequent/noticable than the D-Pad issue I've experienced. HINT! -> HERE, or video here
Touch Pro wobbly keyboard issue
II. GENERAL MAJOR ISSUES
Poor GPS (chipset or software implementation?): ~50m+ lag, overheating gps, loose signal
Landscape redraw issue. Videos and more info HERE
poor directdraw, framebuffer/video performance. Just to make an idea: an old device from 2005 with omap 850 200mhz CPU performs better in this area than the touch pro @ qualcomm 528mhz. what a shame. The test were done in this topic (in romanian, sorry). CorePlayer was used for benchmark. I will summarize.
- HTC Tornado overclocked (262Mhz) max performance: 174.22%
- Touch Pro max performance: 172,67%
Both in Raw framebuffer mode. When used QTV it gains only 162,64%. How come?
It's pitty, 262Mhz from OMAP performs better than 528!!!Mhz from Qualcomm?!
The video used for tests is this one. (320x240 @ 25FPS)
Bugs with key mappings (on qwerty keyboard). This means you cannot use the qwerty for playing your favorite emulated & ported games (eg: DOS emulator, Picodrive, SNES, Doom 1, etc etc). WORK-AROUND: here
There's a damn 'break' (for <=1/2sec) at a (random) interval while listeing to music! This issue is also present in Diamond. More info HERE
low speaker/buzzer volume (lower than previous htc phones) WORK-AROUND: here
III. GENERAL MINOR ISSUES
Touch Flo 3D has slowdowns times
FM radio reception is not the best
Camera bug. More details here. Quote: "Camera application is buggy! Slow zoom, touch and focus works only after a dumb picture, after some focuses the auto focus stops to work. I tested it with 3 phones." (nickba)
TouchFlo3D calendar issue
IV. ISOLATED ISSUES (eg: doesn't happen to all, may be software or hardware related, not sure)
Random shutdowns during night or unresponsive device after overnight / long charge
Microphone has delay when answering calls (this seems to be network dependent - orange users seems to have this problem)
Some users claims that TP has bad reception
Broken Screen Issue
Device is hanging with horizontal grey stripes over the screen
V. HARDWARE ISSUES (eg: device/mainboard must be replaced)
Sometimes, when answering a call the phone "mute" itself. So, you wouldn't hear the caller voice. You have to soft reset the device.
Tips
It takes a while to find satellites position (take a fix). One solution is to use the Quick GPS app, but you need an active data connection.
Task Manager / TF3D terminates every running application. (Tip by vicott):
-- Use Advanced Configuration Tool
-- change "File system cache" la 8MB.
-- change "file system filter cache" la 131072.
-- change "Glyph cache" la 32KB.
-- Try to change HKCU > Software > HTC > Task Manager > EnableAutoKill = 0
You may check also "Raphael Tweaks" topic.
Other tweaking tools: Advanced Config Tool, Diamond Config.
Data was collected from different forums / threads. Big thanks to all the contributors.
Finally, too bad that dreams aren't true. TP does not deserve it's price. Don't get me wrong.. it has some really nice features but those bugs takes the device donw!
I really miss the old HTC..
-----
ISOLATED/DO NOT COUNT:
[*]LED under the "send" key does not work anymore
No offense, but if your going to jump the gun and be an early adopter with a brand new model in the tech realm, you need to expect some growing pains.
Also, most of those problems seem to be independent, and not all showing up on the same device, or many in general for that matter.
I applaud your effort in bringing all these issues to light with HTC, but you should take a more professional approach, because if you throw in a bunch of whining about price etc, your only going to hurt your cause.
Just my .02 cents.
I must agree the handset is over priced. Equal pda only devices are less than a third the price.
And with all the bugs its actually a real shame tbh.
I've already chose not to pay for the full cost of the phone ill get a contract with o2 when it comes out there [supposedly next month.]
And ill just deal with the bugs as they come....
Oh if this helps anyone The over night charge and then unresponsive bug. I dont think this is down to this phone alone. I had the exact same problem with my dell pda under winmob 6 [football]. Im guessing its a windows related bug.
Concerning the active point number 6 (Sometimes, when answering a call the phone "mute" itself), it is true it is quite annoying, but in the whole forum we are just 4 persons to have this problem, which is an acceptable margin.
Let's see how HTC deals with it. If they manage to repair it for good or change the device I'll be very happy and HTC will have proven they are more responsible than apple (with the Iphone 3G that has a lot of problems of reception under the 3G network)...
Theutus said:
but you should take a more professional approach,
Click to expand...
Click to collapse
Theutus you are right. I am just upset because the problems of the latest devices from htc (pre-htc diamond&pro: video lag, etc).
You know the sensation... you want something so much and in final you found out that is not as you expected.. Anyway, post re-edited.
Thanks
@NutsyUK i leave my WM phone many times on charging over night and no problem. (though it's Standard version of WM)
@Flippy_TK that may be a random thing. Other persons maybe just happens not to occur that bug.. as it is random (again). Or your TC may be from a faulty series?
DSF said:
Theutus you are right. I am just upset because the problems of the latest devices from htc (pre-htc diamond&pro: video lag, etc).
You know the sensation... you want something so much and in final you found out that is not as you expected.. Anyway, post re-edited.
Thanks
@NutsyUK i leave my WM phone many times on charging over night and no problem. (though it's Standard version of WM)
@Flippy_TK that may be a random thing. Other persons maybe just happens not to occur that bug.. as it is random (again). Or your TC may be from a faulty series?
Click to expand...
Click to collapse
I understand your frustration 100%, and I hope my post didn't come off as insulting in any way. I only meant that if your going to present a case to HTC for these issues, it should be in more of a "professional" layout.
If you need to blow off some steam on the forums, then by all means let her rip. I do think a majority of these issues will be resolved once the phone is released wordlwide, and more people can get their hands on them. After all, thats what xda does best.
RE
Yah! Add to that the contacts cannot be saved to the SIM card
@Theutus that's ok. The problem is WHY the community has to resolve their problems and not HTC?! Why we don't have a fully functional device right from the box?!
@FOSA thanks. I wait at least one more confirmation to be sure it's touch pro related and not one device related (due some personal actions or 3rd-party software).
I've visited the diamond section from this forum. I've seen many topics with issues.
WE MUST TAKE ACTION if htc does not care... What to do? Don't know.. spread the "bad news" world worldwide, start a petition listing all the problems.. etc.
It's really a shame, a time has passed since they've released Diamond and Touch Pro and htc does not care about the issues (history repeat, see http://www.htcclassaction.org ). They are busy releasing new devices (and I bet that those will be buggy too )
DSF said:
@Theutus that's ok. The problem is WHY the community has to resolve their problems and not HTC?! Why we don't have a fully functional device right from the box?!
Click to expand...
Click to collapse
I must be honest. This is my third HTC phone (after an S200 and a P3600) and it's the first time I can run a plain HTC stock ROM with almost no problems. I have had the phone for four weeks now and I am happy with it.
I agree that HTC can be very frustrating with their attitude of basically never fixing problems but in my opinion the out-of-the-box quality of the TouchPro is better than with their previous phones.
I'm with you. I've been happy with the out of the box rom and so far don't have any desire to change - well till we figure out if we can/can't get 3G on it.
So far week 2 out of the box is fine.
Minor issues have been fixed include
Screen lock when phone rings. This is a bad design by HTC
I seem to have an issue with MMS sending but I think thats my provider not sending the config codes correctly. The settings are there but if I try to send a message I get cant dial error. Lucky I don't send MMS that often. I am going to wait for my provider to support the phone before I make a big deal out of it
Great thread!!
I'll add my issues (plenty of them!!) when I have the time.
Thanks
One thing I probably expect is every ppc phone arrive with a bunch of problems, but most normal users do not encounter them at all.
A friend of mine had used the touch pro for the last two weeks, with the basic htc rom, no customisations at all, no tweaks and she's perfectly happy with it. She goes oh and ah at every little thing. She uses it to check her email, surf websites, log onto messenger and that's all. Before that, she was using a diamond and she felt it was a great phone.
People like us will feel the "lag" when we use touch flo. Normal users like her will not even care about it. They just wait for a while. If it does not work, reset the phone. As long as it can call, sms and do what they want reasonably, it does not really bother them.
For ppc geeks like us, we will just find fault and improved it. Remember threaded sms, it was wanted so badly last time, and now that it is in, people wants to go back to the normal sms.
desperation52 said:
Remember threaded sms, it was wanted so badly last time, and now that it is in, people wants to go back to the normal sms.
Click to expand...
Click to collapse
True... one man's enhancement is another man's bug.
I've been using the TP for a month now. I'd say the hardware is great (except the front keypad, which is a little tacky). WM6.1 is also great (as mobile phone operating systems go). The HTC add-on software is buggy, but most of it is for funking-up the UI, and I can live without it. I'm sure it will get fixed. I have TF3D switched off, and it's pretty stable now.
I can easily "I wish it had X, like my Prophet", but then I still have the Prophet and I'm not going back to it. Or "I wish it did X, like my Nokia", but then my Nokia reboots consistently in the MP3 player and, if I switch time-zones to Central Europe and back, some birthdays in the calendar end up on the wrong day!
Any product like the TP is rushed out, as a commercial necessity. Think of how much money Sony Ericsson have lost from late delivery of the X1, as would-be X1 buyers (like me) have bought TPs instead. And I suspect that anyone expecting distinctly better quality from SE will be disappointed.
The TP isn't perfect, and it is not (yet) as good as it should be. But it is pretty good, even compared to devices from other manufacturers (Nokia, Sony Ericsson, etc.).
If you're waiting for a more solid device, I suggest you don't wait for another rushed device; wait for a better TP. Or, get a TP now, disable TF3D, and add some freeware to add the functionality you want - that's the beauty of WM. You'll probably still have a better device than you have now.
Cheers,
Graham.
graham.hughes said:
If you're waiting for a more solid device, I suggest you don't wait for another rushed device; wait for a better TP. Or, get a TP now, disable TF3D, and add some freeware to add the functionality you want - that's the beauty of WM. You'll probably still have a better device than you have now.
Click to expand...
Click to collapse
It's not just the touchflo 3d... Really! Read the first post and take a deep look on the Raphael forum. You'll find many topics with TP issues and lots of frustrates.
GPS issues (lag, signal loss, overheat), music issues (tss™ htc effect), wrong keymap, low volume, etc etc!
I really want htc to take action and resolve the issues.
@illi thanks
I've got the thing, I know the issues. I also know how big a deal they are (which is bigger to some people than others), and how many of the issues can be worked around. I listen to MP3s, I use the GPS, I send and read email, and once in a while I even make a phone call! And I do all these things without trouble.
No argument from me... the bugs need fixing. But this device, I promise you, is not unusually buggy. It does have an unusually large number of features, and that will mean more bugs in total.
People are writing their hates on this forum; no one writes about what they like, love, or about niggles they can live with. If prospective buyers are reading this, I think it might be useful to have some balance.
i missed the OK bottun on the Keyboard !
why they put it out !???
My problems:
- of Right D pad not working sometime
- Time to get a fix 10x time to get a fix with my diamond
- No ringtone or vibrate when receive a private call
I Want This Feature Back
You could delete all mail (read/unread) with a single key in the Tornado. Whereas there is none in the TP; YOU HAVE TO DELETE ONE BY ONE... Imagine having 100s of emails that you want to delete. HOW MANY KEY STROKES to accomplish that?? I now have 100s of read emails that I want to delete. IMAGINE!!!
1. NEVER once were links from emails were successfully opened in Opera.
2. Is MSXML2 parser installed on TP? If not where to get it?

Input > auto suggest = useless?

With my TyTN = Hermes and WM6.0 the autosuggestion of words seems much better than the Raphaels (at least in the hardware keybord stance).
Can someone explain why that is or if I have haven´t understood the utility or something else right?
With TyTN it basically suggests 4 alternatives in a diagonal way, it can be one word or SEVERAL words in a row, depending on what I´we written before. And you choose from them with the upp and down arrow keys. Simple and quick.
With Raphael it suggests several ONLY singular words horisontally, and if it´s not in the dictionary it automatically chooses another word than the one you´we just written (!?). Slow and awkward.
Also - who is behind this solution? Windows Mobile 6.1 or is it HTC Raphaels unique solution?
Thanks in advance
/Danne
Anybody have an opinion or information on this matter?
At least the system is a part of WM6.1 or if it´s Raphaels unique solution? Because I´m thinking about buying a Kaiser with WM6.1 instead and wonder if it has the same solution.
Sorry, no additional info, but I'm in the same boat so to speak.
I find it completely useless, specially since I don't always use English in my SMS messages, and I found that it becomes a nightmare if it doesn't find a match and then forces my word to something it thinks it should be.
What I cannot understand is that under Settings-Personal-Input-Word Completion - I have DISABLED it, but it still friking tries to complete my words, even in keyboard mode???
Do you know of another place to disable this dastardly excuse of a feature?
HAH!
Found it! If you want to disable it completely, the do the following:
1) make sure you disable it under settings - all settings - personal - Word Completion.
2) When you open a new message, bring up the virtual keyboard and look for the button that reads "ABC T9" - it has a toggle on the button, make sure it is on "ABC" and NOT T9 -voila!
Now I can SMS again!
I´m glad I was not the only one being irritated about this. But at least it´s possible to turn it off, so thanks for posting the solution Piie
I actually returned my TP because of this and severeal other reasons but I´m thinking about buying it again or some other WM6.1 phone. So do you know if your solution to turn if of works with Word Mobile documents as well?
And still, if somebody knows if it´s part of Raphael or WM6.1, please let me know.
Agreed 100% on the uselessness of word completion feature on the TP. On mine, the T9 feature actually slows the sms application so much as to make it completely unusable. This is probably my biggest complaint with this device.
Yip, following the steps as posted also removes the predictive text completely for Word ( and all other apps I have used so far)...
Thanks piie
I believe its part of the TP keyboard (SIP) not WM6.1 , when i had my kaiser with wm6.1 this "IRRITATING" issue was not there, but when i installed the diamond keyboard on my kaiser, this thing came out...... now its part of the TP because of its keyboard.......... so its HTC
I was getting annoyed with the behavior described in posts 1 and 2, disableds the whole thing too (I had an Excalibur before and it seemed to work far better on this particular aspect).
However, I decided to give the TP's T9 another shot and started changing it's configurations and finally got rid of the annoiance related: when on a text field, bring up the T9 options by pressing "Fn" + "Space", select "T9" settings and on the screen that appears uncheck the "Spell Correction" and "Auto-substitution" boxes.
Now I'm using the word prediction (T9) again just like I used in my old device, tipying much faster! (specially because I commonly write in portuguese and my keyboard is the UK one...).
Hope this helps you guys.
Cheers.
Sweet!
So you can still have predictive text, but remove the actual "irritant" of it overriding your word if it doesn't match it's dictionery - seems like that is the answer to your problem Danne?
For me - I really don't care for ANY kind of prediction - most often than not, even in English, the suggestions are maybe 30% usefull if that...
Great!
Yes, this is solution and now I know it´s part of Raphael/Diamond and not WM6.1!
Still, the Hermes WM6-solution with prediction of several words based on what you previously have written seems better. But I am happy with this!
I guess that´s the last words for me in this discussion.
Thanks guys!
just wondering how to disable word completion without installing htc ezinput, because at input settings by disabling it, doesn't work at all.
here's everything you need to know on how to get back to the old style autocorrect and change your dictionaries: http://www.fuzemobility.com/?p=1527
That however breaks your hardware keyboard
sym key will stop working and you can't get pound and euro sign using FN key....
see my thread here:
http://forum.xda-developers.com/showthread.php?t=470647

Anyone coming from the TyTN II or Kaiser?

How is the new experience with the TP? Is it worth the money for the average Joe? Which features are notoriusly superior? Thanks for any details...I´m on the fence about the upgrade....
asolano895 said:
How is the new experience with the TP? Is it worth the money for the average Joe? Which features are notoriusly superior? Thanks for any details...I´m on the fence about the upgrade....
Click to expand...
Click to collapse
There is a similar thread asking the same/similar question - do a search.
1. Missing key mapping, kaiser can map a hardware key u want, TP cannot. (no app support remap hard key on TP)
2. Slow, rearly slower than kaiser, may be 640 x 480 device more hungry?
3. Keyboard miss "win" key & "ok" key.
Yana said:
1. Missing key mapping, kaiser can map a hardware key u want, TP cannot. (no app support remap hard key on TP)
2. Slow, rearly slower than kaiser, may be 640 x 480 device more hungry?
3. Keyboard miss "win" key & "ok" key.
Click to expand...
Click to collapse
1 can be done through registry editing or using a program like (AEBPlus) I think it was?
3, the American version has that. :O
Oops, just realized the OP is from CR, so the American version won't help him much.
asolano895 said:
How is the new experience with the TP? Is it worth the money for the average Joe? Which features are notoriusly superior? Thanks for any details...I´m on the fence about the upgrade....
Click to expand...
Click to collapse
Not for the average joe I guess lots of eye-candy goodness for VGA, but still slow imo when using touchflo3d. Still need to get used to TomTom in VGA.. it's renders the streets really small compared to my tytn II before!
asolano895 said:
How is the new experience with the TP? Is it worth the money for the average Joe? Which features are notoriusly superior? Thanks for any details...I´m on the fence about the upgrade....
Click to expand...
Click to collapse
I am pleased with TP, as it open up more options for VGA and G-Force appliaction. I used to flash a lot of ROMs since I was using Kaiser, but I am quite satisfied with TP original rom, only doing some tweaking here and there...
I agree that the speed is slower than Kaiser, but I believe with more people using TP, there will be better solution in XDA. Would everyone agree on this?
Black93300ZX said:
1 can be done through registry editing or using a program like (AEBPlus) I think it was?
3, the American version has that. :O
Oops, just realized the OP is from CR, so the American version won't help him much.
Click to expand...
Click to collapse
AEButton Plus can't map more than a few hard keys on the face and sides of a device, as far as I know (and I have it installed on my Mogul)
I don't regret going from my Kaiser to the TP at all.
After following some of the "Tweaks" suggested in the below threads and installing most of the programs to my memory card I honestly don't feel a speed difference.
I just see the TP as the Kaiser done properly - OK anything running on WM will have small bugs, but as ecoline said the more poeple using the TP the more we'll clear the bugs and improve the TP's performance.
Raphael Tweaks
Advanced Configuration Tool v3.2
Tweak collection for the HTC Touch Pro
Another thing I want to add-- TP is like Kaiser buffed for VGA processes. Bigger images to render = more power and memory to do it. All of my contacts in my Kaiser has a full screen contact picture for S2U2, and checking them in TP they've been reduced about 1/3 their size. It was fast browsing them, but as soon as I changed the pictures to match the size of my TP screen browsing them was slow. S2U2 for VGA needs more memory than the QVGA.
So it's like using Kaiser but VGA. Still slow in my standard, but lots of VGA goodness
I found the Kaiser with Touchflow 2D installed (along with the other cabs for all the other apps that are on the Touch Pro) was actually a lot nicer to use. The screen updated instantly (e.g scrolling left and right on the tf bar, you could see the cursor under your finger and the screen always kept up); whereas on the Pro you see the cursor follow your finger and the screen update is about 12 frames a second.
All in all, with the Kaisers screen update and finger following speed makes Touchflow a nicer experience.
But.... the Touch Pro screen is fantastic and in VGA which makes everything so crisp. The keyboard is even better than Kaisers and has full querty 5 lines. The look of the phone is sexy for once. The size of the phone is much better even though it is only 1cm shorter (a couple of mm thinner and it would be perfect). The camera actually takes good pictures that I actually keep, the first for a camera on a phone for me, though the LED flash is just like any other - bit of a gimmik. Everything else hardware wise is at least as good as on the Kaiser or better.
In my first week I found the Touch Pro to be very buggy and slow. It's crashed a couple of times, freezed for no apparent reason (from 1 to 20 seconds), the screen update in the interface is slow and annoying, the finger detection sometimes seemed to miss now and then making it annoying to use at times. Typing messages would freeze randomly at about 100 typed chars intervals and then come back 10 seconds later!!!
Sounds bad doesn't it?
But, I have since fixed most of the problems. Have since upgraded to the DXS v15 ROM, done a few of the tweaks from this forum, fixed the typing freeze bug by turning WiFi power to "best performance" (strange but it fixes it). I'm hoping the WiFi power setting fixes other freezes I've experienced.... time will tell. I've even managed to stop it auto connecting to GPRS data with Pocket Toolman 2 (I have have to pay for data on my contract), prefer to use WiFi, this should be an option in Windows Mobile but isn't.
Now, after a lot of fiddling the phone seems to be very usable, dare I say very nice to use. My main gripe is that the interface doesn't run quicker with fast screen update and have better finger input accuracy from being faster. I can't see why this can't be fixed, if the Youtube app can show videos at 20fps (or whatever it is) whilst downloading & decoding mpeg and read the touch screen, why doesn't Touchflow manage to display 10 2d image at a decent framerate (as you finger scroll the bar to select the view, all it is doing is displaying static screens to show which you have selected).
Oh, and there are a couple of things missing or wrong with the Touchflow apps too. For instance, the 3d email view is very nice but there is nothing to show which emails in the view are unread; And there is no way to tell if you are at the first or last email.... or any other. The image view needs an option to rotate the image (it rotates if you turn the phone, but if the image is wrong and needs rotating, it will just rotate to the screen orientation and still be wrong). The email view does really need updating as it is like a dumb blonde - pretty but useless, you end up having to go into the normal email list view to actually manage your emails.
I'll conclude with this though: At the end of the day I wouldnt go back the the Kaiser, the Touch Pro is much sexier, nice to hold and show. The usability is pretty good after you update and tweak it. I can only see things improving with updates. And as for worth the money, Vodafone do the phone free with 600 mins & unlimited texts on a £35 contract..... great value to me.
Having never dared to change my device's rom for warranty reasons, and not having been able to do any official upgrade as my kaiser was an operator version ( SFR aka Vodafone ) I must say I am very satisfied with my touch Pro. I find it superior to the Kaiser in EVERY aspect comparing two official roms : so much better battery life, much better performance even if the resolution is much better, instant landscape to portrait switching...
The GPS is said to be worst (but I didn't ever manage to make it work correctly on the Kaiser anyways).
There are some small issues compared to the Kaiser :
- the softkeys are missing (right and left keys above internet and mail keys on the kaiser - an issue for some games but in fact it was a windows mobile 5 phone edition standard and has been deprecated, so recent software work perfectly without these)
- no scrollweel on the left side and that's a real loss. The central button can be used as a "virtual scrollweel" as it is touch sensitive but it only works with opera and is not very comfortable to use. However some third party utilies can map the volume slider, not very useful in my opinion, to up and down keys.
- The four front pannel keys and directionnal keys are physical but behind the same big plastic cover, which means the whole bottom half cover of the phone presses on a button. This means the directional keys, wich are in the center of this plastic cover are nearly useless...
Reminds me of some Apple mice...
BUT
- Touchflo 3D is an extremely good addition, eye candy and actually really useful (the preview of the mails for example is really excellent). A lot of great software additions compared to Kaiser.
- Having an FM radio too is a nice feature...
- Everything looks so much better in VGA... Even QVGA apps (games) are filtered so that you don't see big ugly pixels. And it's not just a question of look. Excel can actually be used with this resolution, and web browsing - with opera - is actually possible. On the kaiser it isn't, not just for a question of software or speed...
- The new keyboard is WAY better, specially if you need to type special caracters like in french.
- I had a Fujitsu Siemens Pocket Look 720 before buying the Kaiser, the idea being not to have a phone and an organizer in my pockets all of the time, but I was disgusted with this phone which wasn't up to my expectations, inferior in many aspects to my FS pocket PC, I found it ugly, slow, too much power consuming, with a horrible screen, and of bad material quality: one of the small plastic clips of the battery panel got quickly broken... Not to mention those missing hardware drivers.
I thought I would never buy an HTC ever again.
But I did, and now I can get rid of my Fujitsu Siemens pocket pc which was so good but is now in every way inferior to my new phone (well apart from the big screen - but that's not good for a phone - and the 3.5 jack)
pfcsabre said:
Not for the average joe I guess lots of eye-candy goodness for VGA, but still slow imo when using touchflo3d. Still need to get used to TomTom in VGA.. it's renders the streets really small compared to my tytn II before!
Click to expand...
Click to collapse
Tomtom already has software specifically made for the VGA/touchpro screens in beta, will be released sometime in November according to them.
Tomtom Navigator 7 posted here actually leaked (extracted) from HTC Diamond since Jun 20, 08. The newer version 7.451.9033 (VGA and QVGA) is available also.
Yup its like a Kaiser with everything fixed, looks better and is more usable in daily use. Very happy with mine.

Categories

Resources