Help locating a few .exe files in Ricky's excellent 6.1 ROM - HTC Excalibur

First of all, thank you VERY much to everyone who has contributed to the 6.1 ROM including Rickwyatt, Kavana, NRGZ28, etc. I cannot believe how much better my Dash is with this ROM! I am using v15 of the ROM.
I have been trying to find the .exe files for a few applications in the ROM so I can link to them using oldSAP favorites to my CApps carousel. I have set Resco Explorer to view all files, including those in ROM.
Voice Notes
Resco Registry Editor
ActiveSync
I searched all through the \Windows directory and couldn't find them. I also searched everywhere else on the device to see if I could find them. They appear in the Start Menu and they work fine, I just can't find the .exe files.
Also, is it possible to change the icon that displays on the home screen for the "My Programs" carousel? All the other icons are white outlines until selected, but on mine the icon is full color.
Any help would be appreciated! Again, thanks for all the hard work on this ROM!

..
Browse to the start menu folder with your computer, and open the shortcuts with notepad.

Thanks for the suggestion!
I did that and I see something like this:
10#:MSSYNCAPP?:syncapp
I'm assuming that if I type in :MSSYNCAPP that oldSAP Favorites will launch the app (in this case ActiveSync).
Some of the other ones were more complex such as:
1#\windows\sktstart.exe #AUTO#?\Storage Card\Program Files\SKKV Software\SKTools Standard\sktools.exe,-222
Again, I'm hoping that if I input everything starting with \windows that oldSAP will launch it.
Thanks for your help!

Related

I'm Looking for good editor ...

I'm looking for a good editor (free preferred) that would run on the PPC. Word is fine for many things but I don't want to be restricted to the .doc, .txt etc file types (specifically I want easy access to skin.xml files for editing on the PPC).
Can you suggest a good editor? I'm having NO luck today searching for one. I was directed to PPC_Edit and it works fine EXCEPT that it will not browse outside the predefined file structure to where I saved the Skin.xml file
Or how do you change Word to see all file types?
Thanks,
NK
Do you mean a text editor. If so, you might look into Pocket Notepad, found at http://tillanosoft.com/ce/pnotepad.html. To see more files than the normal file dialogue box gives you (although it won't work with Word, Excel, or Powerpoint), look for the file dialogue changer. You need to have "gsgetfile.dll" in the Windows directory for it to work.
PocketNotepad did not work for me :-( And it does allow browsing all file structures.
The "DEL" anf Backspace do not work correctly on my PPC (WM 6 Maglite version on Axim X50V).
NK
UPDATE: I rebooted the PPC and it works now. Wow ... self correcting software ...Cool
You could always connect it to a PC and use a PC editor to edit.
Alan
CKE (http://www.animaniak.com/cke/cke_main.asp) is the best text editor I have found for the PPC. It has syntax highlighting and many other useful features. Give it a go.
Cheers
Mark

Kavana WM6.1, Esmertec JBed, and Opera Mini: A Complete Solution

Hello everybody,
I've figured a few things out regarding JBed and Opera Mini on Kavana's latest WM6.1 ROM, and I thought I'd share them with you.
Introduction
First off, a quick introduction: Opera Mini 4, a Java MIDlet web browser, is arguably the best browser available for Windows Mobile. It routes traffic through Opera servers, so it doesn't take as much data (or time) to browse the Web, and it has small-screen rendering like iPhone's. Slashdot, for example, loads in seconds under OM, as opposed to half an hour in Pocket IE. Esmertec JBed respects the system's network settings, so it works with the T-Zones $5.99 internet trick.
JBed isn't perfect, though. It has a few glaring issues: network access permissions, inability to use a MIDlet as a systemwide default browser, and ugly fonts. I haven't figured out the last one yet, but the first two are solvable, and here's how.
Network Access Permissions
Most tutorials for fixing this problem refer to the file \Windows\AppDB\Selector.utf; editing this file and replacing the text
Code:
domain=untrusted, \
with
Code:
domain=tckmax , \
fixes the problem under Cloudyfa's JBed. The version of JBed in Kavana's WM6.1 stores its data in \Application Data\JavaDB, and the selector.utf trick doesn't work. The culprit is a missing file named policy.utf, which defines tckmax. I've attached a copy of this file; just move it to your \Application Data\JavaDB directory and the selector.utf trick will work as usual.
Systemwide Default Browser
First off, you can make it easier to access Opera Mini by changing the short_IE.lnk file to open OM instead of PIE. I've attached a version of that file for your convenience; copy it to your \Windows directory and the IE (or T-Zones) button will open a usable browser for a change. This only works if OM is the first MIDlet you've installed; if you have installed other MIDlets you'll have to edit the shortcut (Notepad works nicely) to reflect the change. If OM is your second MIDlet, change s0_ to s1_; third, s2_; and so on.
Also, various MortScript scripts have been floating around that attempt to automate the process of copying a clicked link to the system clipboard, opening OM, and pasting the link into the address bar. I haven't found one that works, but a much better solution is available. The linked post contains a CAB file (which I've reposted here for convenience) that installs an actual application that works well under WM6.1. This one is hardcoded with the assumption that Opera Mini is the first MIDlet that you've installed.
One Other Thing
I recommend backing up your \Application Data\JavaDB directory once you get everything working; you can simply copy it back from your backup after a cold boot to get everything working again. I don't know how to make a CAB file myself, but if someone is up to the challenge, I'd suggest making a single file that installs Opera Mini and the Opera Mini Default Browser application, and optionally replaces the PIE button with OM. Or maybe Kavana can add this to his next ROM
Hope you find this useful!
EDIT: The application I've attached only works if Opera Mini is the first application ever installed under JBed. If you uninstall it and reinstall it, it will get a new suite number. You can look at your selector.utf file and figure out your suite number (e.g., s1_), but I would recommend clearing out your \Application Data\JavaDB folder to reset your suite numbers. Also, it may be a bad idea to edit your selector.utf file in Notepad; a hex editor should avoid corruption issues.
~truggl
awesome! thanks!
very useful, thanks!
Great Job!!
How do you tell what the s number is for the OM midlet?
When I press the short key cut key I get a "Could not find suite s0_" error message. When I dismiss the message I get the jbed midlet manager window which list Opera Mini and it's the only applet listed. I click on that and Opera Mini opens up.
Perfect, the policy.utf file did the trick. I'm not so sure that I want to replace the iexplore shortcut to OM because there are still some limits to the OM applet over PIE. OM can't launch youtube for example.
Thank you ... thank you - Tim
truggl said:
Hello everybody,
I've figured a few things out regarding JBed and Opera Mini on Kavana's latest WM6.1 ROM, and I thought I'd share them with you.
Introduction
First off, a quick introduction: Opera Mini 4, a Java MIDlet web browser, is arguably the best browser available for Windows Mobile. It routes traffic through Opera servers, so it doesn't take as much data (or time) to browse the Web, and it has small-screen rendering like iPhone's. Slashdot, for example, loads in seconds under OM, as opposed to half an hour in Pocket IE. Esmertec JBed respects the system's network settings, so it works with the T-Zones $5.99 internet trick.
JBed isn't perfect, though. It has a few glaring issues: network access permissions, inability to use a MIDlet as a systemwide default browser, and ugly fonts. I haven't figured out the last one yet, but the first two are solvable, and here's how.
Network Access Permissions
Most tutorials for fixing this problem refer to the file \Windows\AppDB\Selector.utf; editing this file and replacing the text
Code:
domain=untrusted, \
with
Code:
domain=tckmax , \
fixes the problem under Cloudyfa's JBed. The version of JBed in Kavana's WM6.1 stores its data in \Application Data\JavaDB, and the selector.utf trick doesn't work. The culprit is a missing file named policy.utf, which defines tckmax. I've attached a copy of this file; just move it to your \Application Data\JavaDB directory and the selector.utf trick will work as usual.
Systemwide Default Browser
First off, you can make it easier to access Opera Mini by changing the short_IE.lnk file to open OM instead of PIE. I've attached a version of that file for your convenience; copy it to your \Windows directory and the IE (or T-Zones) button will open a usable browser for a change. This only works if OM is the first MIDlet you've installed; if you have installed other MIDlets you'll have to edit the shortcut (Notepad works nicely) to reflect the change. If OM is your second MIDlet, change s0_ to s1_; third, s2_; and so on.
Also, various MortScript scripts have been floating around that attempt to automate the process of copying a clicked link to the system clipboard, opening OM, and pasting the link into the address bar. I haven't found one that works, but a much better solution is available. The linked post contains a CAB file (which I've reposted here for convenience) that installs an actual application that works well under WM6.1. This one is hardcoded with the assumption that Opera Mini is the first MIDlet that you've installed.
One Other Thing
I recommend backing up your \Application Data\JavaDB directory once you get everything working; you can simply copy it back from your backup after a cold boot to get everything working again. I don't know how to make a CAB file myself, but if someone is up to the challenge, I'd suggest making a single file that installs Opera Mini and the Opera Mini Default Browser application, and optionally replaces the PIE button with OM. Or maybe Kavana can add this to his next ROM
Hope you find this useful!
~truggl
Click to expand...
Click to collapse
Kinda bummed.... I cant seem to get this to work. Everytime I edit selector.utf with the new code, my opera midlet dissappears. I have policy.utf in the directory so I am at a loss. ???
Works great on my system - many thanks for this!
Poser said:
Kinda bummed.... I cant seem to get this to work. Everytime I edit selector.utf with the new code, my opera midlet dissappears. I have policy.utf in the directory so I am at a loss. ???
Click to expand...
Click to collapse
I had the same problem. I was using notepad to edit selector.utf which I guess is bad. Try using a hex editor or run this script. http://treo.discussion.treocentral.com/tcforum/showthread.php?t=152078
socal1 said:
How do you tell what the s number is for the OM midlet?
When I press the short key cut key I get a "Could not find suite s0_" error message. When I dismiss the message I get the jbed midlet manager window which list Opera Mini and it's the only applet listed. I click on that and Opera Mini opens up.
Click to expand...
Click to collapse
I think i figured this issue out. Edit the Opera Mini.lnk file from run s0_ to run s4_
pudgedaddy said:
I think i figured this issue out. Edit the Opera Mini.lnk file from run s0_ to run s4_
Click to expand...
Click to collapse
Yes, it will depend on how many java programs you installed before so that you can get an accurate count.
socal1 said:
I had the same problem. I was using notepad to edit selector.utf which I guess is bad. Try using a hex editor or run this script. http://treo.discussion.treocentral.com/tcforum/showthread.php?t=152078
Click to expand...
Click to collapse
Worked a charm , thanks much mate
removed: dbl post
DaMilky said:
Yes, it will depend on how many java programs you installed before so that you can get an accurate count.
Click to expand...
Click to collapse
Opera is the only java app that I have installed and I still get the error, however, I have installed and uninstalled a few times... so I think there may be .db remnants that force it further down the "install list" e.g. s2_
edit: just had to clean up \\application data\javaDB, works fine
Hi all,
Glad I was able to help. I added a bit of information to my original post; I recommend starting with a blank slate, so to speak, because OperaDefault.cab is programmed with that assumption. When in doubt about your suite number, and if you don't care about OperaDefault, then you can look in (or post) your selector.utf file and get it from there.
~truggl
Esmertec jbed
Can someone point me to forum where i can get esmertec jbed?
I'm looking for a couple of hours already.
Please help....
Having a very strange problem with Opera Mini 4. I'm using Ricky's Rom V5 with my Dash and Opera will not display fonts correctly. They all seem to have horizontal lines going through them and appear to be slightly stretched (that could be my imagination though). I checked the Jbed version and it appears to be the latest one (I never changed it) and I'm not sure where to go from here. Opera boots and runs fast but it's not legible at all. Any suggestions as to what I can try? I searched XDA but couldn't come up with anything. Thanks,
kasim1 said:
Can someone point me to forum where i can get esmertec jbed?
I'm looking for a couple of hours already.
Please help....
Click to expand...
Click to collapse
NM, I found Esmertec.
ItsDon said:
Having a very strange problem with Opera Mini 4. I'm using Ricky's Rom V5 with my Dash and Opera will not display fonts correctly. They all seem to have horizontal lines going through them and appear to be slightly stretched (that could be my imagination though). I checked the Jbed version and it appears to be the latest one (I never changed it) and I'm not sure where to go from here. Opera boots and runs fast but it's not legible at all. Any suggestions as to what I can try? I searched XDA but couldn't come up with anything. Thanks,
Click to expand...
Click to collapse
I am having this same problem. Does anyone know how to change the font in Opera Mini?
DaMilky said:
Yes, it will depend on how many java programs you installed before so that you can get an accurate count.
Click to expand...
Click to collapse
NOT TRUE.
I tried to use from s0_ to s4_, nothing worked....
Untill i opened my selector.utf(windows\appdb) and seen that gMail is "root=s-1_", so i've change my shortcut to point to "s-1_", this did the trick.
Thanx.

[TUT] How to change the Internet Globe Icon

Hi all,
I have had a couple of questions on how to change the globe on the internet tab from the globe to a pic of your choosing.
I have attached the files you need. All you need to do is Create 2 png pictures that are 512x256 and name them the same as in the files.
Once you have done this copy them onto your device,turn off touchflo and drop them along with the mainla file into your windows directory using total commander (or similar) and restart touchflo and hey presto your very own internet icon.
Have fun
works great!!
I made a nice Opera logo, maybe someone likes to use it.
Can't find a good screen capture program, just try it.
You have to copy all three files to the windows directory using total commander or other.
EDIT: found screen capture program, so now included
very nice
Hope to see a few more of these on here. People have been looking but no one has replied.
People I WANT TO SEE YOUR ICONS
David Balfour said:
Hi all,
I have had a couple of questions on how to change the globe on the internet tab from the globe to a pic of your choosing.
I have attached the files you need. All you need to do is Create 2 png pictures that are 512x256 and name them the same as in the files.
Once you have done this copy them onto your device,turn off touchflo and drop them along with the mainla file into your windows directory using total commander (or similar) and restart touchflo and hey presto your very own internet icon.
Have fun
Click to expand...
Click to collapse
Hi... I like your internet glob. Can you make it into a cab file? I am very bad at this so far so would be great.
Thanks in advance
Hi , sorry to trouble you but could you or anyone please upload the stock 'Internet tab Globe' icon for me ? My operator decided to use its own logo for the Launch Browser icon and it looks quite terrible
Thanks in advance
David Balfour said:
Hi all,
I have had a couple of questions on how to change the globe on the internet tab from the globe to a pic of your choosing.
I have attached the files you need. All you need to do is Create 2 png pictures that are 512x256 and name them the same as in the files.
Once you have done this copy them onto your device,turn off touchflo and drop them along with the mainla file into your windows directory using total commander (or similar) and restart touchflo and hey presto your very own internet icon.
Have fun
Click to expand...
Click to collapse
Very beautiful globe! no need to quit/restart touchflo by the way... just unzip in /windows and it works!
Thanks
t0k0m0k0 said:
Very beautiful globe! no need to quit/restart touchflo by the way... just unzip in /windows and it works!
Thanks
Click to expand...
Click to collapse
Unfortunately this does not work on my German O2 stock rom.
They probably use another manila file for selecting the image on the internet tab.
I have to investigate further...
Here try this Cab File.
I finally solved it, thanks to this thread http://forum.xda-developers.com/showthread.php?p=2861249
I have to edit a file in \Application Data\Manila which holds the information about banner and operator links.
Thanks anyway for the information in this thread
BTW: You can add a property Text to the Banner node to display a heading under the banner icon
Many thanks to David. I've customised my Internet globe.
I 'emptied' the Youtube text as well as picture reference fields in your attached XML. So nothing shows. Hmm, now I am wondering how I can incorporate another program icon to be exact ...
remove the globe
Thanks for the tutorial, but to me the globe is useless, i would like to start at the tab with only my favorites and no globe at all; so is it possible to fully remove the globe?
I dont know. It might be possible but due to way TF3D uses the Mainla files you would have to modify it in such a way that it doesn't know there should be anything there and that it going waaay above my head.
It's not as simple as deleting the file you might actually have to change the more progamming but i'm sure someone could help
Guus_ said:
Thanks for the tutorial, but to me the globe is useless, i would like to start at the tab with only my favorites and no globe at all; so is it possible to fully remove the globe?
Click to expand...
Click to collapse
You just need to delete the "Banner" node (i.e. everything between and including "<Banner [...] />", without the quotes.).
Regards
K_Hismoom
Just played around and found I could remove youtube icon. All I did was to delete the everything within <OperatorLinks>.
Dear friend, after i have copied the 2 png pictures to the manila file, turn off and restart the TFL3D, the globe ico remain unchange. Would you give me more detail on how to fix it. By the way, there are two files named InternetPortal and InternetPortal-zh-CN, anything i need to do about that? thanks.
K_Hismoom said:
You just need to delete the "Banner" node (i.e. everything between and including "<Banner [...] />", without the quotes.).
Click to expand...
Click to collapse
Would help if I could find the folder \Application Data\Manila\ , let alone the file InternetPortal-en-gb.xml. It is most vexing!
BTW
I am using Total Commander on an OrangeUK 1.14 ROM Touch HD
EDIT
====
Nevermind, I did a bit more forum searching and found the right file to edit.
It is 27c65cbd_manila in \windows\ (for me anyway)
diamondsnake168 said:
Dear friend, after i have copied the 2 png pictures to the manila file, turn off and restart the TFL3D, the globe ico remain unchange. Would you give me more detail on how to fix it. By the way, there are two files named InternetPortal and InternetPortal-zh-CN, anything i need to do about that? thanks.
Click to expand...
Click to collapse
Have you tried the Cab file I have attached as well. Let me know if this works?
Which Globe Icons are you wanting? The blue globe or My Metal Firefox
how can you add your own links like the youtube one?where does it come from!
how do u make the surounding of the picture invisble becouse if its black i have a bleu background how to make it gone.. ?? sorry bad english
ideally you need to use photoshop. This will allow you to delete the background so leaving it as it should be

Rhodium start menu icons help

I'm using Dutty's 2.3 Xtreme ROM. The startmenu is based on the Rhodium roms (looks like the program tab, but with nicer icons ). However, the good-looking icons are only those that came with the rom, for example WMPlayer, settings, file explorer, etc. When you add a shortcut from lets say TomTom, it looks all crap with jagged edges. It's seems the iconholder upscales the icon or something so it's no longer at it's native resolution. I would like to be able to change the icon used for a certain shortcut myself to perhaps a higher resolution alternative.
It seems the used icon is controlled bij strings in HKLM\software\HTC\Manila. The string's name is the .exe used in the shortcut. It contains a file location to \windows\MPI_xxx.qct (\windows\MPI_wmplayer.qct, \windows\MPI_camera.qct, etc.). I know this, because when I change the path in lets say the wmplayer.exe string to that of the file explorer MPI file, the icon changes in the start menu. However, when I make a new string with a stringname for tomtom (tomtom navigator.exe) and make it's value the same as the fileexplorer, nothing happens...
So... help? I don't know what to try next due to my limited knowledge on the subject. Who can help me devise a way to use custom icons in the new startmenu?
You have to use the full path, not just the file name. Also, you have to use quotes.
For example: I wanted Resco File Explorer to use HTC's explorer icon, so I created a new string with the name:
"\Program Files\Resco Explorer\Explorer.exe" (quotes included)
And value:
\windows\MPI_fexplorer.qtc (no quotes here)
Hi there... I also want to change Program Icons in my HD. Is there a complete guide on how to do this?
Please help... Thanks in advance!
jaypeev_9 said:
Hi there... I also want to change Program Icons in my HD. Is there a complete guide on how to do this?
Please help... Thanks in advance!
Click to expand...
Click to collapse
Is this what you guys are looking for?: http://forum.xda-developers.com/showthread.php?t=513501
Yes... Thanks! Can I use it in WM 6.5? Just want to know because I dont want to do a hard reset when I fail.
I change my program icon directly in the program.exe file. this way both from startmenu and programs show the new icons. use resource hack to do it. you can also hack into the installation cab and change it there. so every time you change rom and reinstall, the new icon is there. just my way......need helpon that you can pm me
jaypeev_9 said:
Yes... Thanks! Can I use it in WM 6.5? Just want to know because I dont want to do a hard reset when I fail.
Click to expand...
Click to collapse
No for WM6.5 start menu icons look here: http://forum.xda-developers.com/showthread.php?t=507299 and here: http://forum.xda-developers.com/showthread.php?t=481379 hope that helps!
Thanks for help and advice m6silver. I appreciate all your help because Im not very good when it comes to customizing icons.
Thanks for the links gfreek... It's working great and Im also using your WM6.5 Medium size and Wm 6.5 Extra Start for Folders. Thanks to you for that nice and easy to install cabs.
Now my only problem is the icons in Manila "Program" I want to change it to High Quality Icons.

Applications

I have the [ROM][EXCA][WWE][* 3VOLUTION SERIES *][WM6.5 STD 23017][Build 3VO.2.50.080809] Rom and there's a shortcut to applications thing.
I'm wondering where several .exe files are located at. I tried using the Resco file explorer and searching .exe files, but some files didn't show up such as:
Opera.exe
Alarm.exe [if there is one]
RescoFileExplorer.exe
i tried using the .lnk shortcuts but it didn't work =p
Help is appreciated, please and thank you :]
Show ROM files hidden files etc in Resco Explorer options............. & please respect the rules no double posting.
I still can't find Opera Mini
=[

Categories

Resources