SLCPF Bug - keeps asking for Version 1-00.swf (Cube - TouchFLO)? Can't get it to work - Windows Mobile Development and Hacking General

guys, been searching the forum, but could not find a solution.
tried the UNO version and K's easy install cab, but I keep getting the following error, when trying to launch the cube by sliding my finger from bottom to top: "error: Unable to open URL: /Program Files/SCLPF/Version 1-00.swf"
edited the touchflo config - so it finds the flashlite to "/Windows/saplaywm.exe"
so that seems to be ok.
I use a german rom, so maybe it's the folder structure?
I would be really happy to receive a hint by someone in the know.
thx in advance,
mr. t.

saplaywm.exe should be pointed to your directory in program files/ flashlite something like that.

appelton - sry, I don't really understand what you mean by "saplaywm.exe should be pointed..."?
Do you mean saplaywm.exe should reside in the Windows directory?
I think it must be something different, I just copied the "saplaywm.exe" to that respective dir - to no avail.
Everytime I slide my finger from bottom to top, to start the cube, it keeps asking for the "Version 1-00.swf".
Any other ideas?
thx

Change Version 1-00.swf to StartMusic.swf. You're using someone elses cab which is why have you have this basic problem. You might want to use my cab instead next time.

Related

CAB file version issues

Hi everybody!
(hi doctor nick)
I'm having a few little issues with CAB files on my pda2k.
maybe this should be in the blue angel thread, but it's to do with application development, so i put it here. I also tried the forum search, with no results.
i'm wanting to use all my customised cab files that i made for my XDA2, and use them on my new device, the PDA2K.
all of the cabs work, and all of my applications run.
however, upon installing the cab, a message comes up on my pda and says "the program you have installed may not display properly because it was designed for a previous version of windows mobile software"
i've checked the version nifo in all my .inf files.
i've compared them to newer cab files that don't give me that message.
the inf files look fine.
is this a registry setting perhaps, that i could change?
like i said, all the apps work, i just want to stop it from giving me that warning.
does anyone have any ideas?
thanks !
The warning is just about what it says: You are trying to run older (ie now specifically designed for SE) software.
Noithing to worry about when thing work as supposed.
You can get rid of the message by setting the OS verion inse the CAB files higher (but you need ie. WinCE Cab Manager by OCP Software for that) .
i know there isn't anything to worry about. the apps work.
it's just that for the purpose of creating an SOE, i don't want customers to have to click "ok" everytime they reset their device, all apps must install without prompt from beginning to end.
I have winCE cab manager, and have set the version and build number higher in the inf file, yet i can't seem to get rid of the message.
any other ideas ?
you have to set the lower version number to th version of WinCE youre using now.
Set some 'very high' value to the higher version number
There is another thread on this somewhere . . .thats where I got this info from
yeah, tried that too
i sset my version details like this:
[CEDevice]
ProcessorType=0
UnsupportedPlatforms="JUPITER","HPC"
VersionMin=3.0
VersionMax=10.00
BuildMin=0
BuildMax=100000
still no good.
anyways, i'll keep searching for the related thread. i new there would be such a discussion in here, just a matter of finding it.
I think it was versionMin=4.21
http://forum.xda-developers.com/viewtopic.php?t=15761
M4io said:
I think it was versionMin=4.21
http://forum.xda-developers.com/viewtopic.php?t=15761
Click to expand...
Click to collapse
thanks M4io,
that's the link i was looking for
ok, there seems to be something wrong here.
either that, or i'm doing it wrong (highly unlikely :lol: )hahha.
anyway, i've tried all different versions, i've tried all different build's.nothing. still won't work.
so i downloaded the latest operator settings for my device.
that cab ran no problems, so i extracted the inf, then i copied all the version info from that one, and dumped it into the inf that i'm trying to package. ran the cab on the device, and i still get that error !!
how can that be?
there must be something else in my cab, that governs version conflicts.
anyone
Hi Twinair,
please try to set it as follows:
[CEDevice]
ProcessorType=0
UnsupportedPlatforms="JUPITER","HPC"
VersionMin=3.0
VersionMax=4.21
BuildMin=0
BuildMax=-536870912
buzz
I've tried with the above settings buzz, but it still doesn't work.
does the CEsetup.dll, or setup.dll have anything to do with version control perhaps ?
could be, that you should use your own setup.dll
I really don't know now... I've never made a cab which was not complaining about the older version... (
Looked for it also in internet, but found nothing...
But if you download the trial ver of OCP CabManager, you can unpack cabs for SE and take a look there... my trial period is expired now...
Maybe you can try to use setup.dll out of such cab...
buzz
damn, still not getting anywhere.
i've put in the correct version info, i've used a setup.dll file from a known working cab file, i have the latest full version of cab manager.
i'm fresh out of ideas
back to the drawing board.
if i figure it out, i'll let you know.
This is what MSDN says at
http://msdn.microsoft.com/library/d...dnwm2k3/html/screen_orientation_awareness.asp
Installation Warning Messages
When a legacy application is installed on a Windows Mobile-based Pocket PC capable of screen rotation, the warning message will appear
This dialog is to advise the user that the application they are about to use may not be aware of square screens or screen rotation, and may not display properly in landscape mode. This dialog will only appear if the VersionMin value (which specifies the lowest OS revision number your app supports) file is less than 4.21.
Since setting VersionMin to 4.21 will prevent your application from installing on older Windows Mobile-based Pocket PCs, it is recommend that you disable this warning message by setting the BuildMax value (which is typically unused) equal to the following values:
BuildMax values
0xA0000000 Application supports square screens (240x240 pixels).
0xC0000000 Application supports screen rotation.
0xE0000000 Application supports square screens and screen rotation.
These parameters can be changed by editing the [CEDevice] section of the INF file which cabwiz uses to generate your CAB file.
so
[CEDevice]
VersionMin=4.21
VersionMax=4.99
BuildMax=0xE0000000
Should do the trick[/b]
@Shikra
...perfect man, let me test it... )))
THANX
buzz
GREAT!!! it works!!!
THANX
buzz

'Touch Settings' Program for Vogue (aka Sprint Touch)

First - thank you to Carlos for his hard work on the original version and now for taking the time to update it for those of us using Sprint's touch. I'm starting this as a separate thread since the new beta version will have many issues unrelated to the original versions.
And, unfortunately, I get to start off with my first issue which occurs upon execution of the program.
A few moments after starting the program I get the follow error message...
System.ArgumentException: An error message cannot be displayed because an optional resource assembly containing it cannot be found at Microsoft.AGL.Common.MISC.HandleAr() at System.Drawing.Bitmap._InitFromMemoryStream() at System.Drawing.Bitmap..ctor() at TouchSettings.Form1.load PBpictureFromPath()
Click to expand...
Click to collapse
And then the error message scrolls off the screen without scroll bar for me to see what else it says...
Upon clicking the "OK" button, the program continues to load to the App Launcher screen.
Upon load, the App Launcher screen is empty. The screenshot, icons, path and program title are not populated.
When I click on the empty box where the screenshot should be located I get the same as as before and the program exits.
I can populate the App name and path fields and can also ad an Icon -- but only for one program. When I save and reset however, the app name, path and icons are not retained.
When returning to the program after the first entry, I continue to receive the same error and the App Launcher screen is again blank.
In Media Hub:
First - the screenshot displayed is from the other version of the Touch screens...with the bluegreen icons -- not yellow. I assume you know that, but just wanted to mention it.
The "Sprint Music" fields default to the ATC Audio Manager which, to my understanding, does not come on the Touch. I've already installed AudioManager so the link worked fine -- but I'd suggest defaulting it to Sprint's Java-based Music ap just like the stock set up (less confusion for noobs)
Sprint TV seems to work as expected.
On Demand also worked as expected.
I changed the settings for On Demand to point to \windows\HTCAlbum.exe, however, and upon re-boot I received the following error when trying to run it from the cube:
The file " cannot be opened. Either it is not signed with a trusted certificate, or one of its components cannot be found. If the problem persists, try reinstalling or restoring this file.
Click to expand...
Click to collapse
(and that single quotation mark after the words "The file" is exactly what displays)
Weather appears to display properly. I haven't had a chance to test the auto update feature yet.
On the bright side - the About screen works perfectly. It's just as easy to send Carlos a beer as it was before!
Given that we'll soon have a Vogue forum started I also assume you'll probably want to update the Support Thread to include a link for "Sprint Support"??
Whew. That's all for the first 10 minutes.
THANK YOU CARLOS! Your hard work is appreciated!
My experience is exactly the same on the sprint touch.
Joe
I just wanted to drop in and say thanks for all your work Carlos!
Same problems still having problems with the app loader portion of the settings. The other settings work as they should.
ok well i made custom PNG's for Slingplayer mobile and opera, if anyone needs custom images let me know im makin em. BUt i need the sprint program to implement the images!
the original "Touch Settings" program that you're referring to will work with the Sprint Touch without any problems. You just have to know what you're doing....
Step 1: Download TaskMgr and copy to your phone. Place TaskMgr in the \windows\start menu\programs\ folder of your device.
Step 2: Run the TaskMgr program you just put on your device. Upon opening TaskMgr, a list of running processes will be displayed. You want to terminate the following processes; biotouch.exe, quickdial.exe, mediahubmini.exe and aplauncher.exe. To do this, select each one individually and then tap the "Close" button on the bottom of the screen.
Step 3: Download and install the TouchFlo Alpha cab below.
- 3a: upon successful completion of the installation you will be prompted to "Reset" your device. Click "NO".
4. navigate to the \windows\startup folder and delete any new links that were created.
5. navigate to the \windows\start menu\programs folder and delete "touchflo"
6. Download and install the Touch Settings Cab below. Again, at the completion of the installation it will prompt you to restart your device. SELECT NO!. You are not ready to reset your device just yet.
7. Now that you've killed the 4 processes, installed the touchflo alpha cab and the touch settings cab, we're almost done. Navigate to the \windows\startup folder and delete the mediahubmini link.
8. Soft Reset Device.
9. Launch "Touch Settings" program from the Start Menu.
10. BEFORE MAKING ANY CHANGES TO THE CUBE CLICK "SAVE". WAIT APPROXIMATELY 1 MINUTE AND THEN SOFT RESET AGAIN.
11. Run Touch Settings again and start customizing.
Hope this helps.
Later
utexascg said:
the original "Touch Settings" program that you're referring to will work with the Sprint Touch without any problems. You just have to know what you're doing....
Step 3: Download and install the TouchFlo Alpha cab below.
- 3a: upon successful completion of the installation you will be prompted to "Reset" your device. Click "NO".
...
6. Download and install the Touch Settings Cab below. Again, at the completion of the installation it will prompt you to restart your device. SELECT NO!. You are not ready to reset your device just yet.
...
Click to expand...
Click to collapse
Not sure what and where to get these cabs... can you provide links? (especially first one)
TouchFlo Alpha cab? Touch Settings Cab (is ths 1.22 or 1.29?)
Haggar said:
I'm starting this as a separate thread since the new beta version will have many issues unrelated to the original versions.
Click to expand...
Click to collapse
Hi guys and thx Haggar and others for bug reports - I think I may have some theories as to what's going wrong.
I made a new test build for you to try out - the CAB is attached below. (REMOVED, SEE LATER POST FOR UPDATED VERSION) Please install and let me know how you get on. It should create a log file called log.txt in the app directory which you can attach to your post in case of any problems:
QUESTIONS:
1. Does it now work?
2. If not, what happens?
3. If not, please attach the log file.
4. When you go to the "About" screen, it says "Detected Device:" at the top - what is the detected device?
@utexas - I'm not sure what your instructions are referring to, but please ignore these peeps, as it would be best for us to try to get the app working properly with the Sprint without resorting to loading older versions of the TOuchFLO software onto your devices.
Finally, does anybody have a Sprint that they HAVENT yet installed Touch Settings onto? If so, please could somebody zip up a copy of \Windows\MediaHubMini.exe for me from your Sprint device and send it to me? This should be BEFORE installing any Touch Settings software, as this patches over the executable, and I'd like a copy of the NEW MediaHubMini.exe that comes with your device, so I can see if I need to release a new patch. If anyone has recently hard reset their device, then the file will be on your device unaltered.
Thanks for the nice comments peeps.
Carlos
Here you go Carlos. I have never installed Touch Settings on my Sprint Touch.
What exactly is Touch Settings? Could someone tell me, or point me to the original thread? Thanks.
Thanks Carlos... I've attached the log.txt file... still generating errors... looking for bitmaps (brns) that it cannot load... example... looking for \windows\AL_03.brn... this file is indeed located in the indicated location so not sure what the problem is...I tried to make and save a change to the launcher and now I get no images in the 3x2 launcher.
abeery said:
Thanks Carlos... I've attached the log.txt file... still generating errors... looking for bitmaps (brns) that it cannot load... example... looking for \windows\AL_03.brn... this file is indeed located in the indicated location so not sure what the problem is...I tried to make and save a change to the launcher and now I get no images in the 3x2 launcher.
Click to expand...
Click to collapse
Other than the time of day, his log file looks identical to mine...so I won't bother uploading...
abeery said:
Thanks Carlos... I've attached the log.txt file... still generating errors... looking for bitmaps (brns) that it cannot load... example... looking for \windows\AL_03.brn... this file is indeed located in the indicated location so not sure what the problem is...I tried to make and save a change to the launcher and now I get no images in the 3x2 launcher.
Click to expand...
Click to collapse
same here. but what i figured out about "no images in the launcher" is the path are all set to "\\" instead of just one "\". so i use memmaid to fix it in the registry and the cube is fine again.
OK everyone
Thanks for all the log files etc. It's now very clear what the issue is - simply that the newer version of the touch uses BRN files instead of PNG files for its icons! BRN is a proprietary format, basically a BMP with header information removed and some other changes; there's information elsewhere on this site about it.
So... ...to get Touch Settings working on the Sprint, I'll have to build BRN support into the program, which is going to involve:
1. Studying the file format and finding out more info. ([HREF="http://forum.xda-developers.com/showthread.php?t=325424"]this thread[/HREF] is a good starting point)
2. OR approaching the author of the BMP2BRN program to ask if he'd allow me to use his source code inside Touch Settings.
....if anyone can help with either of these, please do! Touch Settings is written in vb.net CF.
Until then, might I suggest you go about trying to use .PNG files instead for the time being, and report back to the forum to let us know if they work instead of BRN files! I will release a new build of Touch Settings asap which side-steps the error messages and displays blank icons for the time being, just so as you can use the program.. ..it will work fine, it just won't display the icons for you!
Carlos
mark1581 said:
Here you go Carlos. I have never installed Touch Settings on my Sprint Touch. What exactly is Touch Settings? Could someone tell me, or point me to the original thread? Thanks.
Click to expand...
Click to collapse
Mark, thanks ever so much for this - will be very helpful! Original thread about Touch Settings - and what it is - here: http://forum.xda-developers.com/showthread.php?t=324556
log file...
My log file also had the same info. Thanks for all your hard work Carlos. A friend of mine also has a touch that does not have any settings program installed. Let me know if you need any other files.
lol i had a post earlier about PNG and BRN files. Basically i want to be able to just chang the icons text and path. I dont care about the BG color, how how the cube rotates. I made my own CUstom PNG's for the 3X2 launcher, and i made a custom one for the media hub. I made them all the same size on accident, but for the sprint touch do i need to convert the PNG's to BRN files then where do i save them in my phones directory?
anyone have the dimensions for the 3X2 and the media hub. I made them all
119 by 105. ?? Is there an easy way to change the size to the size for the media hub because i believe that is the size for the 3X2. Any help is appreciated!
carlosp_uk said:
OK everyone
Thanks for all the log files etc. It's now very clear what the issue is - simply that the newer version of the touch uses BRN files instead of PNG files for its icons! BRN is a proprietary format, basically a BMP with header information removed and some other changes; there's information elsewhere on this site about it.
Click to expand...
Click to collapse
Carlos,
I see from reading another thread you've already got the source code for "BrnConvert"... does this meet your needs or do you need anything else?
Let us know what we can do to aid your efforts... 1.29c was close but I had to clean up my registry to remove all the double slashes in the image and program paths and obviously the brn issue you noted...
Again thanks for you great work on this...
Everyone else... don't forget to buy this man a beer at his Fatattitute.com web site
is there any new news on a possible fix?
Is version 1.29c worth installing at this point? Any recommendations??
Hello everyone - I think I may be nearly there!
I've certainly got BRN support working on my original touch, anyway, so let's see if this new build works for you.
CAB file attached below, usual installation instructions apply. (see this thread: http://forum.xda-developers.com/showthread.php?t=324556)
Please let me know if the icons are displaying correctly, and any other feedback re: usage. Should be the correct colour mediahub logo too!
Carlos
PS: Sprint owners, for completeness, you may want to copy the newer mediahubmini.exe into your \Windows\ directory (attached) as my prog overwrites it with a slightly older version. My tests have shown this shouldn't be a problem, but it's up to you. Note to older Touch users: do NOT use this newer version of mediahubmini.exe you will run into problems with your touch screen.
so we install the cab then just replace the EXE file after.
also carlos, if i want to make my own icons
1. can they be the same size for the media hub and 3X2
2. Do they need to be BRN style, i made them PNG (but i can convert to BMP then to BRN.)
3. Where do i save them on my phone.
4. i have the sprint touch!
thanks carlos

TyNT 2 Preinstalled TouchFlo Help?

Hy guys! First of all I'd like to say you are doing a great job here! You already helped me with my old vpa compact II to realize that my Wlan Hardware Modul is a piece of grap and therefor I bought a brand new HTC TyNT II to use my Exchange Server in the right and working way!
Here comes my issue:
- I'm very interested in using the Cube Software so I read plenty of posts and threads to make it work, but it won't run! (Yes I'm a noob to WM6, before my Compact II with WM5 i used Palm OS)
After Installing the FTouchFlo_v1.4.1 and the SCLPF_1-62 as written in the manuals and configuring the right way, it won't work. My device has a preinstalled AdobeReaderLE2.0 so I additionally tried installing the FlashPlayer but with no changes. Furthermore my installing paths are different because of a german installation (the adobereader is in windows root with ppc_adobereader.exe)
I encountered these problems:
- The finger navigation won't work at all (with and without Extra Software)
- TouchFlo configuration is IMO correct, but swf files won't open in adobe's reader
Enervated I did a HardReset and recognized a PreInstalled version of TouchFlo on my Device! But there are no settings to change, the manual also says "Use it for big content to easily navigate with your fingers" but it won't work! Also I read that the device comes along with NO TouchFlo Preinstalled in other threads except here.
I'm confused, and maybe someone can help me out! If I posted this thread in the wrong place please do not hesitate to move it!
Thanx
Rekoo
Rekoo said:
Hy guys! First of all I'd like to say you are doing a great job here! You already helped me with my old vpa compact II to realize that my Wlan Hardware Modul is a piece of grap and therefor I bought a brand new HTC TyNT II to use my Exchange Server in the right and working way!
Here comes my issue:
- I'm very interested in using the Cube Software so I read plenty of posts and threads to make it work, but it won't run! (Yes I'm a noob to WM6, before my Compact II with WM5 i used Palm OS)
After Installing the FTouchFlo_v1.4.1 and the SCLPF_1-62 as written in the manuals and configuring the right way, it won't work. My device has a preinstalled AdobeReaderLE2.0 so I additionally tried installing the FlashPlayer but with no changes. Furthermore my installing paths are different because of a german installation (the adobereader is in windows root with ppc_adobereader.exe)
I encountered these problems:
- The finger navigation won't work at all (with and without Extra Software)
- TouchFlo configuration is IMO correct, but swf files won't open in adobe's reader
Enervated I did a HardReset and recognized a PreInstalled version of TouchFlo on my Device! But there are no settings to change, the manual also says "Use it for big content to easily navigate with your fingers" but it won't work! Also I read that the device comes along with NO TouchFlo Preinstalled in other threads except here.
I'm confused, and maybe someone can help me out! If I posted this thread in the wrong place please do not hesitate to move it!
Thanx
Rekoo
Click to expand...
Click to collapse
Is it FTouchFloCnfig enabled on the General Tab?
What settings do you have in the Gestures tab for running the Cube?
Thanx for the reply!
Yes the FTouchFlo is enabled!
I'll post the settings file:
"-----------
; FTouchFlo configuration file
Delay:100
GestureWaitingDelay:300
;To disable scrolling use DisableScroll:1
; to enable scrolling use DisableScroll:0
DisableScroll:0
;This is the path to Adobe Flash Lite please find where it is installed on your device and correct it.
UpDownApp:/Programme/Adobe/FlashLite/saplaywm.exe
;Do not change this line.
UpDownAppCmdLine:"/Application Data/SCLPF/StartApps.swf"
;This is the path to Adobe Flash Lite please find where it is installed on your device and correct it.
DownUpApp:/Programme/Adobe/FlashLite/saplaywm.exe
;Do not change this line.
DownUpAppCmdLine:"/Application Data/SCLPF/StartMusic.swf"
;This is the path to Adobe Flash Lite please find where it is installed on your device and correct it.
LeftRightApp:/Programme/Adobe/FlashLite/saplaywm.exe
;Do not change this line.
LeftRightAppCmdLine:"/Application Data/SCLPF/StartMain.swf"
;This is the path to Adobe Flash Lite please find where it is installed on your device and correct it.
RightLeftApp:/Programme/Adobe/FlashLite/saplaywm.exe
;Do not change this line.
RightLeftAppCmdLine:"/Application Data/SCLPF/StartContacts.swf"
; Exclude applications
Exclude:TomTom Navigator
Exclude:Flash lite
Exclude:htcalbum.exe
Exclude:saplaywm.exe
; end of configuration
----------------"
I take it FlashLite is installed in /Programme/Adobe/FlashLite/saplaywm.exe ?
mine installed into:
"/Program Files/Adobe/FlashLite/saplaywm.exe"
This is what I mentioned with German Installation! The Directories are named differently! So far I don't know if the software settings require the exact same path's or as I did just point to exe.
thanx
Rekoo said:
This is what I mentioned with German Installation! The Directories are named differently! So far I don't know if the software settings require the exact same path's or as I did just point to exe.
thanx
Click to expand...
Click to collapse
Can you open FlashLite from this location (browse using File Explorer) and then load the swf File from there?
ahhhhh, i get the screen, but ftouch won't work! maybe the delay or something is too long... I'll check different settings with the delay thing.
after trying:
I can select the the single swf's to open in flashlite, I can perform the buttons click, but the crossing finger action won't work.
Thanx for your help. I'll will delete the software. maybe I find a solution later and try it again
thanx
Rekoo said:
ahhhhh, i get the screen, but ftouch won't work! maybe the delay or something is too long... I'll check different settings with the delay thing.
after trying:
I can select the the single swf's to open in flashlite, I can perform the buttons click, but the crossing finger action won't work.
Thanx for your help. I'll will delete the software. maybe I find a solution later and try it again
thanx
Click to expand...
Click to collapse
You need to set an action for crossing finger in FTouchFlo Config.
I suggest you use the C++ cube from Slither. It's very quick and lite, and doesnt require flash.

XT9 Fix released on HTC asia :-D

Well, after I installed it, it doesnt default to Xt9 any more when I go to new messages
Sweet!
can't find this, can you send the link?
this is fantastic!
what ROM are you using ? will this work with any ROM (and ROM language) ?
i would appreciate the link also!
here is the cab file, it's actually just a registry setting fix.
HTC-DUAL-TOUCH-XT9-TO-ABC-FIX
The registry concerned is:
Code:
[HKLM\SOFTWARE\Tegic\eT9\IME]
CarrierDefaultTextMode=dword:0
(0 for ABC / 1 for XT9)
A friend gave me this link as I am also having a problem with the HTC site.
Enjoy!
oh my god it works !!!!
i cant believe how simple that was !!! thank you so much for the registry entry, i can use my phone to text again !!!
it's great!
this was the most anoying thing on my new dual.
tx a lot,
pirlone
Doesn't work for me
in fact it screws my device up!.. it shows the ABC being as the default input, but I can only type the first letter in each key, multiple presses just repeats the same letter
I guess I will have to reflash the OS.. otherwise I now cant use the text input on the keypad anymore!
works on mine. thanks, dtm for letting me know about this.
Maybe doesnt work on mine becos Im running the WM6.1 Nikki project OS ??
Anyone else that has installed this using this Version?
Can you help me? I am begiiner having Dual 2 days. XT9 is really anoying esp for NON english users.But I cannot fix it as it is described. Can you show me step by step what to do? Thanks
It does not work for me!
muzikfreakah said:
Well, after I installed it, it doesnt default to Xt9 any more when I go to new messages
Sweet!
Click to expand...
Click to collapse
Please help me. I am a new user having Dual 2nd day. I was trying to install it but it does not work. Can you describe step by step for the beginner what to do? XT9 is realy anoying esp for NON english users.
Hi, just copy the cab to the phone and install it. Maybe you need to softreset your Niki. (open the battery case, the reset button is left to the USB connector).
Cheers
Michael
I love this and it is working well for me. My only issue is when using the touch keypad software, when you type it highlights the letters and take a few micro seconds to move to the next so if I am typing a sentence, and press space,it deletes that entire word or atleast the last few letters that I typed :-( So the only way to solve this is not text that fast or use the hardware keypad.
Wow I noticed so many people reposting this when this was posted a long time ago.
Anyway, just wanted to confirm this is working on my wifes elf also
Finally there's something to kill XT9
Change Mode from ABC to XT9 or XT9 to ABC.
Hey everyone!
First, I wanted to start out thanking muzikfreakah for the link to the .cab file and the posting the Registry path that needs to be modified. I used these as a base reference for the work I completed on my phone. Instead of wanting to go from XT9 to ABC, I wanted to change my phone from ABC to XT9.
Initially I used PHM Registry Editor to make the necessary change to the Registry value you noted. Shortly thereafter, I updated my ROM to WM 6.1 so I had to reapply the settings manually. This got me thinking. Why not just create a quick .cab file for myself, saving me time in the future. This is exactly what I did!
Attached are two .cab's I created a while back (just never got around to uploading them). The first .cab (SP_Default_ABC_To_XT9.cab) modifies the appropriate Registry Key, setting it to 1 (defaulting to XT9). The second .cab (SP_Default_XT9_To_ABC.cab) does just the opposite, changing the value to 0 (defaulting to ABC).
Final notes before I part -
File Sizes: The file size of each of my .cab's is 1.07 KB, as it only contains the necessary Registry Key change. The link muzikfreakah provided brings you to "HTC+Touch+Dual-default-ABC.cab". This file size is 20.76 KB, as it appears to use a more complex method of making the necessary Registry changes.​Company and Application Name: After my .cab is installed, it will display in the Installed Programs list as "Seth_Polley Default_XT9_To_ABC" (or vice versa depending on .cab used). After installing the other .cab (HTC+Touch+Dual-default-ABC.cab), the following is displayed in the Programs list: "Customization Customize_Tool".​
In summary, either file will work for changing from XT9 to ABC. While 20.76 KB is nothing by today's standards, you can go smaller yet by using my .cab's (about 1/20th of the file size). Additionally, my .cab's provide a more descriptive name in the Programs list. Pick your poison! To 'install' the Registry modification, simply move the .cab to your phone, execute it, and follow the prompts.
Feel free to PM me if you have difficulties accessing/downloading the files. If you are concerned about using my files, feel free to open the .cab (can use an application like WinRAR) and review the contained "_setup.xml" file to verify this .cab will only make the changes I noted above.
Best Regards,
Seth
[Verizon HTC Touch (xv6900), currently running WM 6.1]
-=-=-
muzikfreakah said:
here is the cab file, it's actually just a registry setting fix.
HTC-DUAL-TOUCH-XT9-TO-ABC-FIX
The registry concerned is:
Code:
[HKLM\SOFTWARE\Tegic\eT9\IME]
CarrierDefaultTextMode=dword:0
(0 for ABC / 1 for XT9)
A friend gave me this link as I am also having a problem with the HTC site.
Enjoy!
Click to expand...
Click to collapse
Thanks ))
Thanx Man, I´ve searched this simple thing so long time...
Cheers Mate!!
I can now send SMS's again after unlocking!!
Simon

What did you change/mod when you first got your diamond?

Hi Everybody!
I should receive my 2nd hand HTC Diamond Touch today.
With all the mods, hacks and apps on this here forum, I was wondering what was the first thing you changed on your handset?
For me I will be unlocking the device and hoopefully the ROM.
Any suggestions as to what to mod/hack next?
{?
The ROM because the retail ROM sucks!
My New (to me) Diamond
Changed the ROM to shaks 4.30 topaz, installed touch HD weather app, Background4all, Transparent slider and Glass Clock V2. Oh yeah, and the changescreen rotation application for landscape mode.
Look around and experiment with what you like and works best for you. The forum's a wealth of information if you take the time to search!
tried all the newer roms out there, and so far, the quickest bug free ROM ive used is duttys v4....its quick, with loads of memory left...(see ROM link in my sig to go straight to the ROM)
then, i normally change the clock, the top curtain, and then the slider.
I'm currently on
BsB 6.5F Black (http://forum.xda-developers.com/showthread.php?t=506533)
I love it,
Windows Mobile 6.5 is awesome.
It's super finger friendly!
Freckle said:
I'm currently on
BsB 6.5F Black (http://forum.xda-developers.com/showthread.php?t=506533)
I love it,
Windows Mobile 6.5 is awesome.
It's super finger friendly!
Click to expand...
Click to collapse
yeah, been lookin at the 6.5 ROM`s, but im still a bit unsure whether to switch yet...just how stable are they??
gizmolisa2006 said:
yeah, been lookin at the 6.5 ROM`s, but im still a bit unsure whether to switch yet...just how stable are they??
Click to expand...
Click to collapse
Very stable, I haven't had a problem yet. I've been heavily using it since yesterday and I haven't been able to find a bug or anything that bothers me yet.
You should try it, you will be amazed of how finger friendly it is!
Don't even get me started on how smooth it goes with scrolling!
Thanks for your replies so far!
I didn't get much time to play with my phone today. However, I have managed to de-brand and do a sim unlock. So for now, my spec reads:
ROM VERSION 1.37.405.1 WWE
RADIO VERSION 1.20 oliNex
PROTOCOL VERSION 52.26A.25.09H
I have tried to install a few apps, but failed. The "set up" files are all .XML and seem to open up in my browser????
{>
I think you didn't notice the .xml files are actually within the setup file.
The setups are .CAB files, you simply move them onto the internal storage and execute them within your mobile phone.
Have fun!
Hi,
Thanks for your reply.
Not sure what I am doing here?
I transfered the programs to the internal storage (my docs). However, there is no .cab file.
When I click on the program file, it either shows me a blank screen with the program name at the top or other folders e.g. open sensors or open GLES.
The programs I am trying to install are:
air horn
Diamond beer
htorch
WiFi monster
Many Thanks
{>
scutter said:
Hi,
Thanks for your reply.
Not sure what I am doing here?
I transfered the programs to the internal storage (my docs). However, there is no .cab file.
When I click on the program file, it either shows me a blank screen with the program name at the top or other folders e.g. open sensors or open GLES.
The programs I am trying to install are:
air horn
Diamond beer
htorch
WiFi monster
Many Thanks
{>
Click to expand...
Click to collapse
When you download a program for example Diamond Beer (http://www.freewarepocketpc.net/ppc-download-diamond-beer.html)
You will download a file called DiamondBeer2Installer-v0_1.cab
That is a CAB file. When you see that you copy it to the internal storage and run it from your mobile phone.
But sometimes (usually when it's made by real developers) you get a executable. Those are either to be run from your pc and with ur mobile phone hooked up using activesync. Or if it gives you an error when trying to execute it from your pc then most likely it's telling you that you aren't running windows mobile (means you're not running it from your mobile phone while you're supposed to), then it's the program itself (the actual and final .exe) and you will have to make a directory on your internal storage yourself and copy the .exe in there (No automated installation involved).
Sorry for the long and maybe senseless story but it's late here and I'm in a hurry.
Enjoy
Hello again and thanks for your patience!
I have downloaded said file. I used winzip to extract, then cut and paste the folder in my "internal storage" on my device.
Inside there are three folders:
_setup (which is the .xml file I was talking about earlier)
Diamon~1.000
Diamon~10001
When I click on the setup file, me device just goes to IE:
file:/internal%20storage/DiamonBeer2Installer-v_1/_setup.xml
???
{>
scutter said:
Hello again and thanks for your patience!
I have downloaded said file. I used winzip to extract, then cut and paste the folder in my "internal storage" on my device.
Inside there are three folders:
_setup (which is the .xml file I was talking about earlier)
Diamon~1.000
Diamon~10001
When I click on the setup file, me device just goes to IE:
file:/internal%20storage/DiamonBeer2Installer-v_1/_setup.xml
???
{>
Click to expand...
Click to collapse
don't extract the file but cut and past on your phone
go to the file on your phone and you wil see that its a cab click on it to install.
OH I SEE SAID THE BLIND MAN TO THE DEAF DOG!
Many, Many Thanks
{>>>>>>>>>>>>>>

Categories

Resources