[App][VGA][GREEK] Calorie Meter - Windows Mobile Apps and Games

Platform: Windows Mobile (Tested on 6.5.x)
Overview: Calories meter (and more!)
* Products per Category
* Alphabetical List
* Quick Information
* Detailed Information
* Displays : calories - fat - cholesterol - carbohydrate - proteins
* Displays serving information
* Contains : 1653 products
* Personal weight history
* Search function
* BMI Calculator
* BM Calculator
* Meal Calculator
* Load/Save option to keep your favorite meals
This program is in GREEK language!
VGA version is 1.1
Download

Thank you for sharing

Wowww this is Nice
Hi m8
This is nice ..it will work on wvga screens ????
Anyway thanks alot...
(Ante kai kamia elliniki prospayheia ...sinexise )
colossus

colossus_r said:
Hi m8
This is nice ..it will work on wvga screens ????
Anyway thanks alot...
(Ante kai kamia elliniki prospayheia ...sinexise )
colossus
Click to expand...
Click to collapse
Its working on WVGA but not covering the whole screen, sorry

Can you release it also in English?

janneman22 said:
Can you release it also in English?
Click to expand...
Click to collapse
If someone translate the data files, sure

For detailed information about the selected item, tap on the info in the bottom part of the screen.

Hi my friend,
Your app it's very useful and congratulations.
Thank you for sharing.
I got the following error each time I start the application:
"An error occurred on sub _main_app_start.
Out of memory Exception"
My device is Omnia II with WM 6.5.3.
I have succeeded once after reboot to get into the app but I got another error during search.
"error on sub
_main_lisr2_click.
Index out of bounds.
Index must be between 0 to ItemCount - 1 (currently 2.)
I hope that helps for debugging.
Thank you for your nice work

dande said:
Hi my friend,
Your app it's very useful and congratulations.
Thank you for sharing.
I got the following error each time I start the application:
"An error occurred on sub _main_app_start.
Out of memory Exception"
My device is Omnia II with WM 6.5.3.
I have succeeded once after reboot to get into the app but I got another error during search.
"error on sub
_main_lisr2_click.
Index out of bounds.
Index must be between 0 to ItemCount - 1 (currently 2.)
I hope that helps for debugging.
Thank you for your nice work
Click to expand...
Click to collapse
Good morning dande.
not enough memory to load the item list...
how much free memory do u have normally?

dande said:
Hi my friend,
Your app it's very useful and congratulations.
Thank you for sharing.
I got the following error each time I start the application:
"An error occurred on sub _main_app_start.
Out of memory Exception"
My device is Omnia II with WM 6.5.3.
I have succeeded once after reboot to get into the app but I got another error during search.
"error on sub
_main_lisr2_click.
Index out of bounds.
Index must be between 0 to ItemCount - 1 (currently 2.)
I hope that helps for debugging.
Thank you for your nice work
Click to expand...
Click to collapse
Dande,
Im attaching the datafile with only 100 items in it (in zip format)
1. Please extract the file "Products.csv" in your PC
2. Go to the programs subfolder \Data
3. keep a backup of the file "Products.csv"
4. and then overwrite it with the new one...
Just tell me if the program works for you
Thank you
Dimitris.

Hi Dadi68,
Sorry for my late reply but I was busy this period.
I have enough free memory when I load your program ~75MB.
I have found out the your app crash when I search "Φακές" like "φακέ".
There are two entries in products.csv with exactly the same name "Φακές" in line 94 and in line 952 so I have two identical results.
If I select one of the them I get the error:
"error on sub
_main_lisr2_click.
Index out of bounds.
Index must be between 0 to ItemCount - 1 (currently 2.)
(as there 2 entries and not one).
After that each time I start the app I get the error:
"An error occurred on sub _main_app_start.
Out of memory Exception"
till I do a soft reset and then I can work fine again.
I know I can change the second entry of "Φακές" with an additional character to differentiate the two records but I guess it's good to mention it for your debugging.
Thank you
Dande

dande said:
Hi Dadi68,
Sorry for my late reply but I was busy this period.
I have enough free memory when I load your program ~75MB.
I have found out the your app crash when I search "Φακές" like "φακέ".
There are two entries in products.csv with exactly the same name "Φακές" in line 94 and in line 952 so I have two identical results.
If I select one of the them I get the error:
"error on sub
_main_lisr2_click.
Index out of bounds.
Index must be between 0 to ItemCount - 1 (currently 2.)
(as there 2 entries and not one).
After that each time I start the app I get the error:
"An error occurred on sub _main_app_start.
Out of memory Exception"
till I do a soft reset and then I can work fine again.
I know I can change the second entry of "Φακές" with an additional character to differentiate the two records but I guess it's good to mention it for your debugging.
Thank you
Dande
Click to expand...
Click to collapse
My friend, It works great on my touch pro... I think that is a problem with the big item list...
Please try this post http://forum.xda-developers.com/showpost.php?p=6886963&postcount=10

Sorry, forgot to mention that I did what you suggested replacing products.csv but no luck.
I still get the same error:
"An error occurred on sub _main_app_start.
Out of memory Exception"
I am sure it works fine for you otherwise you would not share it with us
If you want me to test anything else I am at your disposal.
Thanks for sharing.
Dande

Related

WM2005 - Replacement for spb pocket plus battery meter

UPDATE: See below for cab file -- easy install, cheers mate
Hi guys,
I LOVE the spb pocket plus battery meter along the top. I feel NAKED without it.
But -- it doesn't work with WM2005
So, here is a replacement. It shows battery and memory use at the top of the screen and works well with WM2005.
Copy to your \Windows\Startup.
You can run this first to make sure it's not a virus but for better proof please visit the page I found this on, and say thanks to Intek for making this!
http://www.pocketgear.com/software_detail.asp?id=17943
source code
Source code follows (thanks Inteks!)
Code:
// powerstatus.cpp : Defines the entry point for the application.
//
#include "Windows.h"
int WINAPI WinMain( HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR lpCmdLine,
int nCmdShow)
{
// TODO: Place code here.
SYSTEM_POWER_STATUS_EX pst;
int i,cx,dx,ex,top,c;
HDC hdc = ::GetDC(NULL);
HPEN pe,pb,po,pm;
pe = CreatePen(PS_SOLID,2,RGB(50,200,50));
pm = CreatePen(PS_SOLID,2,RGB(250,150,50));
pb = CreatePen(PS_SOLID,2,RGB(80,80,80));
i=30;
top = 1;
c=0;
while(1)
{
i++;
if(i>15){
i=0;
GetSystemPowerStatusEx(&pst,true);
if (pst.ACLineStatus==1)
{
pst.BatteryLifePercent=c;
c+=25;if(c>100)c=0;
}
cx = GetSystemMetrics(SM_CXSCREEN) / 2;
dx = (int)(cx * pst.BatteryLifePercent / 100.0);
STORE_INFORMATION ss;
GetStoreInformation(&ss);
MEMORYSTATUS ms;
GlobalMemoryStatus(&ms);
float mfree;
mfree = 1.0f/(ss.dwStoreSize+ms.dwTotalPhys)*(ss.dwFreeSize+ms.dwAvailPhys) ;//+ ms.dwMemoryLoad) / 2;
ex = (int)(cx * mfree);
}
MoveToEx(hdc,0,top,NULL);
po = (HPEN)SelectObject(hdc,pe);
LineTo(hdc,dx,top);
SelectObject(hdc,pb);
LineTo(hdc,cx,top);
SelectObject(hdc,pm);
LineTo(hdc,ex +cx,top);
SelectObject(hdc,pb);
LineTo(hdc,cx*2,top);
SelectObject(hdc,po);
Sleep(100);
}
DeleteObject(pe);
DeleteObject(pm);
DeleteObject(pb);
::ReleaseDC(NULL, hdc);
return 0;
}
Here is inteks Powerstatus 1.0 as cab file. It is same file above but in cab format for easy installation.sorry earlier cab file i uploaded had setup.dll from AEBPlus
Uploaded corrected cab file. please download again. Sorry for the mess.
Thankx
:lol: :lol: missed it , not anymore
THANX guys...
PERFECT!!!!!
buzz
actually, what is it about those buttons after starting it?
THANX
buzz
buzz_lightyear said:
actually, what is it about those buttons after starting it?
Sorry buzz it was my mistake. I was messing around with AEBplus and somehow the setup.dll from that cab got mixed up with that of powerststus cab file. The button dialog you were seeing was of aebplus. also when you uninstal this cab you get the dialog telling that AEBplus uninstalled
Now I have corrected the cab file. Sorry for the mess :roll:
Click to expand...
Click to collapse
It's nice and all, but unfortunatley I see some flickering on the power/memory bars when Synchronizing, WiFi, and even in some full screen games the bars keep showing (which is somewhat cool, but they flicker oddly).
Is this a modified version of the original?
What changed?
Is it possible to make the bars just one pixel tall?
What are the increase/decrease increments? It would be nice to have it decrease/increase by one or two pixels and have a dashed line instead of a solid line don't you think?
Best regards,
Rayan
that solid line is what I like the most on it...
buzz
It's not working...
Uhm,sorry, am I missing something? Just installed Powerstatus_corrected on my Magician (T-Mobile one with original ROM), but there's nothing to see (no bars... - even after soft reset... ). Do I have to activate (start) it somehow? Where is the program installed to?
Greetings,
BGK
Re: It's not working...
BGK said:
Uhm,sorry, am I missing something? Just installed Powerstatus_corrected on my Magician (T-Mobile one with original ROM), but there's nothing to see (no bars... - even after soft reset... ). Do I have to activate (start) it somehow? Where is the program installed to?
Greetings,
BGK
Click to expand...
Click to collapse
Yes, copy the executable (or make a shortcut) and place it on the Windows/Startup folder so every time you soft reset it is automatically launched...
Greetings,
Rayan
Sorry again, which exe? Guess I'm a little bit blind today... :roll:
TIA,
BGK
Okay BGK, disregard my last post... This new version installs automatically to the Startup folder, so the only thing you need to do is either use File Explorer on your PPC to navigate to Windows/Startup and click on the Powerstatus.exe file to launch it or turn off the PDA and then soft reset...
That's it...
Rayan
Okay, I've got it. Obviousely while you where typing, I realised, that the exe was installed into /Windows/startup. As the autostartup-folder is named "Autostart" on german devices, the exe wasn't run on soft reset...
When running it manually, it works like a charm...
Anyway, thanks for the hint, Rayan.
Greetings,
BGK
Is this WM2005 only or will it work on WM2003SE?
How to uninstall it?
Tekguru said:
Is this WM2005 only or will it work on WM2003SE?
Click to expand...
Click to collapse
Yes, it runs under both OSes...
negatong said:
How to uninstall it?
Click to expand...
Click to collapse
Just take the .CAB file and copy it to your Pocket PC and then execute it from there... It will install to the Windows/Startup folder (or Autorun for German devices).
Soft reset the device by turning off then soft reset or simply navigate to the installed directory and execute it from there.
Cheers for the quick reply, will be installing shortly!
It runs on my XDA IIi running 2003se!
e_status
Hi guys,
i liked this app so much, and i was so insolent, that i rewrote a bit... ))
now those bars are shown at the bottom of the screen, coz it is not so busy there as at the top. That means not so much flickering... Of course, if you run full screen apps, it will mess with it, because it is drawing directly to screen...
Now there are four bars...
green -> main battery %
yellow -> backup batery % (this is 2 B changed to BatteryDrain l8r)
orange -> Free RAM %
red -> Free Storage memory %
i also changed the it's behaviour, while the device is cradled... now it looks more alive )))
oh yeah... i named it e_status (enhanced status??) )))))
hope. U'll like it...
buzz

[APP][Update 2009/04/08] SSMaHo 0.0.4.0

[size=+2][APP][Update 2009/04/08] SSMaHo 0.0.4.0 [/size]
Guys
I reimplemented the old SSMaPa. completly new technology.
There aren't many new features till now, but the new architecture allows further changes..
some new features
- differing between mail and sms now possible
- added some new replacements
- landscape mode fully supported
- should be working generic on all manila versions
I also added gsgetfile.dll as default file chooser for ssmaho
How to use:
- if you was using old ssmapa, do first a 'full restore' in ssmapa!
- Extract all 4 files and copy them to a folder on your phone (the folder has to stay on the phone.. I recommand /programs/ssmaho)
- run ssmahogui.exe
- click on the first button
- click on load configuration
- click on "Start INIT-Assistant"
- There are two modes, prefer the fast init, only if this is not working, choose the manila file from the slowinit box. Click on Fast Init (or maybe slow init)
- There should appear something like: "CreateProcessW offset found: 0x002d4240, ..." If that's not the case and "unknown exetype" appears, then use slow init.. In some cases you have to click 2 times... If this isn't working too, then sorry, ssmaho will not work on your device.
- click close
- click on "start assigner mode"
- minimize ssmaho (click right top corner, fast, or start -> today)
- Go back to manila
- click on every element you want to replace in manila
- there should pop up a window 'Assigner'. enable in minimum following checkboxes: Active, EXE Name, all News
---- Match condition commandline is useful for hooking sms inbox and mail inbox
- with the button "..." choose the new file
- click ok
- assign as many as you want.. windows are not working, but there are more than in ssmapa.. also landscape alignment should be working
- when you're done go back to ssmahoGUI and click on "Stop all".
- go to shortcuts, I recommand enabling all...
- click on "Save Configuration"
- click on About (or don't do it )
- close the program
- You have under programs new shortcuts: SSMaHo Attach / SSMaHo Detach. click on "ssmaho attach" and the new programs get called when working with manila.
--> You have to execute the attacher everytime manila crashes. If you use autostart it should automatically attaching after softreset, but not after a crash.
I don't think that this tool is able to destroy something on the phone. Never mind, I'm not responsible for any damages.
[size=+1]Upgrade instructions[/size]
1. copy all the new files to the same directory
2. Click on "Install new HookerDll"
2.1. If this fails, click on "Load Configuration" -> "Stop All"
2.2 Reclick on "Install new HookerDll"
3. ReDo the initialisation. You should use FastInit. There should appear 6 offsets
4. Ready.. You can now use ssmaho...
With version 0.0.3.0 I implemented a real inline patch (hooking a function of manila). a generic solution for smt. like this is heavy... theoretically it should work (tested on a rhodium and old manila)... but as soon as htc changes smt deep, it won't be working anymore..
[size=+1]Tricks[/size]
- Everytime the first button is available, click it... you'll then have lesser "where the hell"-messages
- if you have problems with one function / one hook, deactivate it with "manual configuration"
[size=+1]Important[/size]
- The new inlinefunction-hooking of manila can only be searched with fast init. Also, fast Init isn't as fast as before, because it has to search more data... be patient after clicking on it..
Please donate for me! I'm a apprentice and use a lot of my free time for working on the computer, to be able to create such tools.
[size=+2]Thank you [/size]
Received Donations:
15 Euro - 28wagram - 2009/05/13 - nice, thank you
10 Euro - ppc3300 - 2009/04/07 - thank you
10 Euro - lacasi - 2009/07/23 - thank you
10 Euro - Martin L. - 2010/01/02 - thank you
5 Euro - juwenio - 2009/04/03 - thank you
5 Euro - Trident - 2009/04/09 - thank you
5 Euro - mpayne - 2009/06/11 - thank you
5 Euro - 1swat - 2009/06/25 - thank you
5 Euro - aussiebum - 2009/08/02 - thank you
5 Euro - plerche - 2010/02/23 - thank you
Changelog:
Version 0.0.4.0 (2009/04/08)
- Improved slow init. ssmaho now fully working on all devices where manila.exe isn't read-accessible (file is fully readable in ram )
--> Full support for Dutty 2.6 xtreme !
- added crash handler
--> on new phones, evertime manila crashes (not restart, crash) ssmaho gets reattached automatically. This feature is like all other event-based and not polling anything..
- fixed some bugs
Version 0.0.3.2 (2009/04/06)
- Removed exe limitation.. all filetypes are now supported
Version 0.0.3.1 (2009/04/05)
- ssmapat2hook.dll doesn't get removed after install
- improved --with-wait function. probably it helps, probably not..
- filename is no more case-sensitive
- last filename will be shown in fast-init box
- change on assigner: clicking to cancel will do the original action, clicking Ok will supress it
- added architecture for an external api interface (if your're interested, contact me)
- added new patch (only for developer usage, on page change)
Version 0.0.3.0 (2009/03/28)
- After hours and many evenings of work, I am proud to present the new ssmaho-version!
- Added special-infile-patch, hooks every subview of manila.
- Rhodium calendar / Call History and much more gets triggered (altough, on old manila versions, call history isn't hookable)
- bugfixes, autosave, ...
- added manual offset changer for professionals
Version 0.0.2.0 (2009/03/19)
- Added new hook (click on sms / mails / maybe rhodium calendar)
Version 0.0.1.0 (2009/03/16)
- First official release
- Thank NLS and hanackin for their patience on beta testing
P.S. Excuse me for my english...
[email protected]
Thanks a bunch, Svenso... I am a long time SSMAPA user, and I am very happy to see this new app.
So will this prog allow me to have wmp open instead of tf3d music player when i touch the music tab in touchflo? also will this software work on the new manila?
cheers
That´s indeed nice improvments. The question is if this app supports the upcoming "XBmod Manila Rhodium port". If it is you´re my hero!!
Really cool tool. I hope that no bugs will be found.
Hmm, previous version of this tool used manila's files patches, I suppose, but now we have to check an autostart option... that means that you patch manila in the RAM, but not the file. Does your app hang in memory or it starts after a soft reset, patches and unloads?
Testing now... not sure if I am clear on what everything on the pop-up assignment screen does.
*edit* Ok, I think I've got it. I have successfully mapped the "time click" on XBMod's HD manila.
If I click on the call history button it brings up the call history instead of bringing up the assignment screen. I'm assuming this element cannot be mapped?
Yes unfortunately you assume correctly.
But SSMaHo is a better base to develop on, anyway.
NLS said:
Yes unfortunately you assume correctly.
But SSMaHo is a better base to develop on, anyway.
Click to expand...
Click to collapse
I'm already loving it. The fact that it works on the HD manila is wonderful.
*edit* How does the "differing between mail and sms" work? If I click on the "all messages" button on the sms tab will it just remap this button?
Hi,
Thanks a lot for all your effort with this tool. It's a great idea and hopefully it'll work on my device in one of the next versions. Stumbled upon your tool yesterday and read the whole thread of the previous tool, and now tried this one. But it seems there's still something going on with this manila version, your tool doesn't like.
When I press "Start Assigner Mode" I get a popup saying "thats bad. Proc not found -.-"
I'm using a new HTC Touch Cruise (09). It already features the new "Footprint Tab". In case I can send any file to you to help, please don't hesitate to ask.
Until then: good luck with your exams!
What you mean a new "HTC Touch Cruise"?
Unless I miss something Touch Cruise is an old (obsolete) model...
change music player?
Ok i searched the old thread (alpha version) as well and found no answers as to whether this software could replace the manila music player in touchflo.
Could someone please confirm or deny whether its possible to change it to say windows media player?
thanks in advance
Why don't you just try?
i tried using it on the rhodium port but it doesnt seem to work :-\
im just following the instructions and it cant initiate the manilla.exe properly
great work none the less for the HD manilla! =D
sayazs said:
i tried using it on the rhodium port but it doesnt seem to work :-\
im just following the instructions and it cant initiate the manilla.exe properly
great work none the less for the HD manilla! =D
Click to expand...
Click to collapse
The Rhodium port is probably manila2.exe. Haven't tried it yet, I'm just guessing.
NLS said:
Why don't you just try?
Click to expand...
Click to collapse
Because I'd like to hear from others who have tried it first and hear about their experiences in case theres a major problem or other.
And now with the above posts i now know that it doesnt work with the new manila and therefore i dont have to risk messing up anything on my phone.
Hoping in the future that Rhodium/Manila2 is supported as it looks like a great app!
Cheers
This application cannot mess anything with your device.
Try to manually attach first, see if it works, then choose to autostart.
I've try it in my jade ( aka touch 3g ) and works perfectly !!!
i replace time link with better g-alarm !!!!
tnku very much.
Many thanks.
I've tried in my HD with Manila-Rhodium (Dutty exreme 2.2 ROM). After Start Assigner-Mode there isn't any pop up window
Any help.
Thanks
Not working at my Touch HD... My current ROM is Touch of HD v3.4.1 and when I click at Start Assigner-Mode it gives back the error: Master failure. where the hell you put my dll in?!
I placed all the four files in a folder (named it SSMaHo) at the root of the phone!

[ROLLUP](13/08/09) Avoid confusions or damages => Find answers, Guides, Links

ROLLUP - HTC TOUCH DIAMOND 2
Respect the Rules & Check in Questions&Answers for known solved problems
First, What is a HTC TD2?
This is the HTC T535X / HTC Touch Diamond 2 / T-Mobile MDA Compact V,
But you probably knew that already...
So here is a rollup thread about 'anything' you need to know about the TD2,
If you find any errors, missing items, old items to be renewed, idea's
Please e-mail me at [email protected]
Moderator Edit: You may PM me for any questions you have about the Topaz. Send PM's to "ThaDeanesta"
This guide is based on KOKOTAS' work for the Elfin which helped me a lot!
Contents:
=> Information
=> Unlocking, Flashing, ...
=> Modifying, Cooking, ...
=> Troubleshooting
=> Tests, Projects, Links
=> Outro and Credits
Recent Updates
Code:
26/06/09 - First Release.
03/07/09 - Added some registry tweaks, Corrected some spelling errors.
11/07/09 - Added a new section, 'Applications'.
14/07/09 - Added some registry tweaks, Added a application.
16/07/09 - Added a project; How to add folders to TF3D program tab.
25/07/09 - Added a useful link, The Newbie Guide At Configuring iGO8.
28/07/09 - Added a new registry edit And a new credit.
12/08/09 - Added a new tool to flash a radio and a free SIM Unlocker.
13/08/09 - Added a alternative to creating the goldcard and corrected some spelling mistakes.
14/08/09 - Added some applications, some credits and corrected the layout a little bit.
16/08/09 - Added a few applications and their credits.
27/09/09 - Edited the link for the radio's
08/10/09 - Added a guide for hspl, radio's & more.
Information
Click to expand...
Click to collapse
1. General
1.1) HTC Touch Diamond 2 Wiki
1.2) HTC Touch Diamond 2 Specifications
2. Useful terms
2.1) Technical Terms
2.2) Glossary
2.3) Services & DLL's
3. Things you should know about your device
3.1) Availble ROM & RAM size:
Go to settings > Device Information > Hardware
Check out "RAM Size" & "Flash Size"
3.2) IMEI:
To get your IMEI just dial " *#06# " And 17-digits should appear, The first 15 are your IMEI
3.3) CID: When using ATcommander issue, and use the command: [email protected]?
3.4) Device ID:
When using mtty Go into the bootloader (soft reset & hold volume down pressed) and use the command: info 8
4. Educational Reading
4.1) Kaiser's G.W.E.N.I It might be for Kaiser, But it's very useful.
4.2) On this site I will soon launch a full guide about the Topaz in DUTCH
Unlocking, Flashing, ...
Click to expand...
Click to collapse
5. Unbricking
5.1) Gold Card
Since there is no wikipage about this, I'll quickly discribe how you can do this
1] Requirements:
- A working WM Device (used to obtain the microSD card's ID)
- The shipped stock rom your phone came with (Shipped Roms for HTC Touch Diamond 2)
- Qmat (Latest version of Qmat)
2] Format your SD card into FAT32:
- go into dos and type:
format <volume> /FS:FAT32 /A:4096
3] Run Qmat to create a gold card:
- Put the formatted microSD card in the working WM device and connect via ActiveSync
- Run Qmat, Go to Hardware Forensics and select 'Generate HTC Goldcard'
- Select your bricked device's key
- Get the SD Card Serial from WINCE Device
- Save the Goldcard image to the SD Card
Now you have a SuperCID which allows you to flash any shipped ROM
4] Go into the bootloader with inserted goldcard and run the .exe from the Shipped rom
5.2) If all else fails, you can PM Cmonex she will make one for you
But perhaps, It's better if you first try yourself?
6. Dumping a ROM
This is basicly a backup of your ROM, Note that this does not backup any personal information on the phone
6.1) Dump Rom
7. CID Unlock your phone
This will allow you to flash ANY ROM with a different CID on your phone (e.g. Custom ROM)
7.1) HARDSPL, CID Unlock with overwrite protection
In this topic you also see how to remove the CID lock (if you want to send the phone back...)
Before you take any further steps, Please confirm that your device now has a HARDSPL, by going into the bootloader,
Then check the SPL it should say "1.33.OliNex"
7.2) Security Unlock
This is a security unlock tool that will remove the CID & SIM lock on your device
8. SIM Unlock your phone
8.1) Free SIM Unlocker for contributing XDA members
8.2) Commercial SIM Unlocker 1
8.3) Commercial SIM Unlocker 2
9. Availble ROMS, Radios, SPL's
9.1) Shipped Roms
9.2) Custom Roms
9.3) Available radio's --- Alternatively, You can flash any radio with this tool
9.4) Available (H)SPL's
Modifying, Cooking, ...
Click to expand...
Click to collapse
10. Kitchens
This is used to rebuild and or modify shipped roms, and by this produce custom roms
10.1) WM 6.1 / 6.5 Visual Topaz Kitchen
10.2) WM 6.1 Kitchen
10.3) WM 6.5 Native Kernel, ...
11. Modifying & Cooking Stuff
11.1) Guide to cook for Xperia, But it's the same for all devices
11.2) Full XIP Porting (& more)
11.3) OEM Package Tutorial
11.4) Windows Mobile 6 Emulator to test your cabs
12. Useful registry edits
Here I will list some useful and most wanted registry edits, You can perform these with any registry editor.
12.01) Remove the locked program tab items
Code:
HKLM/Software/HTC/Manila/ProgramLauncher/0/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/1/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/2/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/3/IsReadOnly
Change this value from 1 to a 0 and you can then edit their shortcuts.
12.02) Always keep WiFi on
Code:
HKLM/Comm/BCMSDDHD1/Parms/HTCKeepWifiOnWhenUnattended
Change this value from 0 to 1 and WiFi will stay on.
12.03) Smoothen out GPS Usage (not really a registry edit)
Code:
A. With Advanced config in the GPS menu
- disable A-GPS
- disable GPS logging
- logfile name must be empty
- old logfile name must be empty
- maximum size of logfile must be 0
- delete the file:
\windows\GPSLogFile.txt and \windows\GPSLogFileBack.txt
12.04) Enable Manila Landscape mode
Code:
1. Add string value to HKCU\Software\HTC\Manila
String: EnableLandscape Value: true
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: TF3D Value: \Windows\manila.exe
3. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: TF3D Value: Manila
More registry edits to enable landscape mode, You can find here
12.05) Boost TouchFLo3D performance
Code:
HKLM,"System\GDI\GLYPHCACHE","limit", Change this value to 32768
HKLM,"Software\OEM\TFLOSettings","SpeedHigh",Change this value to 25
HKLM,"Software\OEM\TFLOSettings","SpeedLow", Change this value to 14
12.06) Enable Burst, Sport & Video Share mode in the camera
Code:
HKLM,"Software\HTC\Camera\P10","Enable",0x00010001,1
HKLM,"Software\HTC\Camera\P6","Enable"
HKLM,"Software\HTC\Camera\P8","Enable"
HKLM,"Software\HTC\Camera\P9","Enable"
Change these value's to 1 to enable
12.07) Prevent screen switching off during phone call
Code:
HKCU,"ControlPanel\Phone","Sleep",
Change this value to 0 to disable
12.08) Enable better power management
Code:
HKLM,"Drivers\SDCARD\ClientDrivers\Class\SIM_Class","DisablePowerManagement"
HKLM,"Drivers\SDCARD\ClientDrivers\Class\MMC_Class","DisablePowerManagement"
HKLM,"Drivers\SDCARD\ClientDrivers\Class\NAND_Class","DisablePowerManagement"
Change these value's to 0
12.09) Increase volume during call
Code:
HKCU,"ControlPanel\SoundCategories\InCall","InitVol",
Change this value to 4
12.10) Show or Hide Activesync
Code:
HKCU, "Software\HTC\TaskManager\ExclusiveList\System,
Make a new dword named "Repllog.exe" Change the value to 1 to show,
Or change it to 0 to hide
Troubleshooting
Click to expand...
Click to collapse
13. Troubleshooting
13.1) My device is bricked
13.2) Bootloader Errors
13.3) ActiveSync fails
13.4) Battery Life Issue's
14. Manuals
14.1) HTC Touch Diamond 2 Manual
14.2) HTC Touch Diamond 2 Disassebly Guide
Tests, Projects, Links
Click to expand...
Click to collapse
15. Useful Applications
15.01) Stop PushInternet, For Real
15.02) Soft Reset Button
15.03) Enable Battery status in the notification manager, Note that this doesn't work for 100% in languages other then WWE
15.04) Rhodium dialer for Topaz, Note that this disables the in-call curtain and enables conference calls
15.05) TF3D / Titanium Toggler
15.06) HTCPedia Topaz Settings tool Alternatively you can get the messaging only application here.
15.07) WiFi Smartlauncher
15.08) Birthdays To Calender app
15.09) Music Recognition app
Want your application here? Know an application that is extremely helpful? e-mail me at [email protected]
Click to expand...
Click to collapse
16. Alternative OS
16.1) Android on HTC Touch Diamond 2
17. Benchmarking
17.1) Serval benchmarks on Custom Roms
18. Projects
18.1) XDA UC
18.2) WM Img Updating system
18.2) How to put folders in the TF3D program tab
19. Useful Links
19.1) Touch Friendly programs for WM
19.2) Tweaks & Tricks
19.3) The MIDlet bible
19.4) Discussion about a Matt cover for the HTC Touch Diamond 2
19.5) Facebook Integration, How to get it back.
19.6) Custom RUU to put in .nbh files
19.7) The Newbie Guide To Configure iGO8
19.8) Guide to installing Hspl, Radio's & more!
Outro & Credits
Click to expand...
Click to collapse
20. Outro
* If you didn't find what you were looking for, Use the Search function
* Don't try anything with your phone if you are not sure of what you are doing, To be sure of what you are doing you have to search, read, reread, understand... If you are still unsure, ASK before breaking your precious phone!
* Being grateful is a virtue, Don't forget to donate to anyone who spent a lot of time in any of these items.
* @Mods feel free to edit this thread, add or remove things, But please make sure it fits the overall lay-out. Thanks
21. Credits
Code:
* [B]KOKOTAS[/B]
* [B]Neotelos_com[/B]
* [B]SkunkyGwen[/B]
* [B]cmonex[/B]
* [B]Olipro[/B]
* [B]rajan nishchal[/B]
* [B]its right[/B]
* [B]jerpelea[/B]
* [B]Da_G[/B]
* [B]gtrab[/B]
* [B]Ameet[/B]
* [B]pedroo[/B]
* [B]shadowline[/B]
* [B]pietrucci[/B]
* [B]Noonski[/B]
* [B]Menneisyys[/B]
* [B]dsixda[/B]
* [B]Tom_Condon[/B]
* [B]udK[/B]
* [B]Mkoz[/B]
* [B]TinTin
* BeeGee_Tokyo
* qbus00[/B]
[B]* prdic[/B]
[B]* hEiMDaLL[/B]
[B]* !aman![/B]
[B]* elmalote[/B]
[B]* jklondon[/B]
[B]* dcogen[/B]
Forgot you? Want a change? [B][U]Please e-mail me at [/U][/B][EMAIL="[email protected]"][email protected][/EMAIL]
Note that I do not take ANY credit for anything that has been posted. I simply added it all to one thread,
If you want to donate to me, that is great, But first think of the dev's who made this possible.
This guide is written by Jeutie, Based on an earlier made guide by KOKOTAS, And cannot be copied without my permission.
And if you get the permission to copy this guide,
Please give credit to all the developers listed above,
They put hard work into all of this!
*reserved*
@Mods, Please sticky this thread, it summarises what's in the other stickies, And if anything isn't added yet, I'll do that asap.
*edit*
Thank you Tom
jeutie said:
*reserved*
@Mods, Please sticky this thread, it summarises what's in the other stickies, And if anything isn't added yet, I'll do that asap.
Click to expand...
Click to collapse
nice job
I sticked this thread.!
Tom
This Topaz sticky links to a free unlocker for the HTC Touch.
Is this a fault or does it really work for the Topaz/TD2? HTC Touch SIM Unlocker (free)
mickman said:
This Topaz sticky links to a free unlocker for the HTC Touch.
Is this a fault or does it really work for the Topaz/TD2? HTC Touch SIM Unlocker (free)
Click to expand...
Click to collapse
Looks like a mistake to me.
Will edit it to avoid confusion.
Thanks
Well it should be universal... But I didn't try it, because my phone doesn't have a simlock... But thanks l3v5y ^^
jeutie said:
Well it should be universal... But I didn't try it, because my phone doesn't have a simlock... But thanks l3v5y ^^
Click to expand...
Click to collapse
Ah right. I wasn't sure, and thought there would be a lower risk of damaging devices if it wasn't there...
The newer unlocks (Diamond, Raphael etc) all flash a new radio to the device, which if using the wrong device/radio could break things.
l3v5y said:
Ah right. I wasn't sure, and thought there would be a lower risk of damaging devices if it wasn't there...
The newer unlocks (Diamond, Raphael etc) all flash a new radio to the device, which if using the wrong device/radio could break things.
Click to expand...
Click to collapse
Yup true ;-) I'll look around if I find one for the TD2
l3v5y said:
Ah right. I wasn't sure, and thought there would be a lower risk of damaging devices if it wasn't there...
The newer unlocks (Diamond, Raphael etc) all flash a new radio to the device, which if using the wrong device/radio could break things.
Click to expand...
Click to collapse
not really as we check what device you are buying for.
jeutie said:
Well it should be universal... But I didn't try it, because my phone doesn't have a simlock... But thanks l3v5y ^^
Click to expand...
Click to collapse
the htc touch (elf) unlocker won't work. totally different radio & security
PS: I sent you a PM
Got the pm, added all the content, Thanks m8 ^^
- Sorry for the inactivity, I'm busy with exams & such -
And also thanks !Aman! your changes have been made aswell.
I'd just like to say a big big thankyou to the founders of xda-developers, all the chefs and cooks, all the app makers, the creators of threads like this one, and all the members who contribute thoes magic tweaks and offer advise to people who are stuck.
I am totally new to the world of Windows Mobile, and without you all, I wouldnt have had the first clue nevermind flashing and tweaking shenanigans.
Thanks guys.
glad you liked it
I have a permanent problem with all 6.5 versions and it's really weird.All 6.5 roms work very well when memory card is not inserted...but when I turn my Topaz off and insert the memory card. Albums/Camera/Music Player/File explorer and all concerning memory card freeze when I use them.
That is, when I try to launch Album for pictures on memory card, it freezes...same with Camera.....
I changed memory card, formatted with FAT32...but all in vain
I have no such problem with 6.1 roms
Any comments?

[READ FIRST] Guides | Tips&Tricks | ROM Resources | Benchmarks | Stickies | And More!

[READ FIRST] Guides | Tips&Tricks | ROM Resources | Benchmarks | Stickies | And More!
Welcome to the HTC Topaz Rollup / Mega-thread!
Respect the Rules & Check in Questions&Answers for known solved problems
This rollup is meant to be the one thread for all information on your HTC TD2.
If you would like anything added, if there are any errors, or if you need any help, just send me a PM.
HTC Topaz Wiki on XDA-Developers.com
Topaz ROM Benchmarking Thread
Table Of Contents
1 - General
2 - Useful Terms
3 - Things you should know about your device
4 - HardSPL
5 - ROM Flashing Instructions
6 - Un-Bricking
7 - Sim Unlock
8 - Available Shipped ROMs and Radios
9 - Useful Registry Edits
10 - Useful CABs
11 - Troubleshooting
12 - Manuals
13 - Stickies
14 - Common Questions and Answers
15 - Custom ROMs
16 - HTC Topaz 4-Shared Folder
17 - Outro
18 - Credits
UPDATE: We now have a Topaz 4shared folder. This is to allow users to upload files for other Topaz users to download. You may upload Cabs, registries, and anything you feel like! As with XDA-Developers, please upload in the correct section. If its a CAB, put it into the cab section lol. Here it is: http://HTCTOPAZ.4shared.com/
Update 8/5/10: Added link to the Topaz Wiki.
[ROLLUP](13/08/09) Avoid confusions or damages => Find answers, Guides, Links
1. General
Click to expand...
Click to collapse
1.1) HTC Touch Diamond 2 Wiki
1.2) HTC Touch Diamond 2 Specifications
2. Useful terms
Click to expand...
Click to collapse
2.1) Technical Terms
2.2) Glossary
2.3) Services & DLL's
3. Things you should know about your device
Click to expand...
Click to collapse
3.1) Availble ROM & RAM size:
Go to settings > Device Information > Hardware
Check out "RAM Size" & "Flash Size"
3.2) IMEI:
To get your IMEI just dial " *#06# " And 17-digits should appear, The first 15 are your IMEI
3.3) CID: When using ATcommander issue, and use the command: [email protected]?
3.4) Device ID:
When using mtty Go into the bootloader (soft reset & hold volume down pressed) and use the command: info 8
Rom Flashing
4) HARD SPL
Click to expand...
Click to collapse
Download and Instructions HERE
5) Rom Flashing Instructions
Click to expand...
Click to collapse
5.1) Flashing device using Active Sync / Windows Mobile Device center (For the first time)
Install Hard-SPL to your device by following the instructions here.
This needs to be done to flash a ROM to your device which is not created from your provider (or HTC if you own a device with HTC branding).
If you get a white screen when running HardSPL, please read
this thread.
Search this forum for the ROM, you like to flash. Then download and, if needed, extract it.
Check, if your Radio-ROM matches the new ROM. If you don't find any information in the ROM's thread don't mind. You can update your Radio ROM later if you gain any problems.
Make sure, your devices battery status is NOT LESS than 50%.
Connect your device to your computer and wait until activesync/Windows Mobile Device Center recognizes it
Last chance to synchronize and/or backup files. All files and databases will be deleted after performing the next step!
Optional If you want to save your text messages and/or eMails, use a tool like
DotFred's PIM Backup.
Execute the .exe file you downloaded with the ROM. (If the ROM you downloaded only comes with an nbh file, download the CustomRUU for the Topaz HERE
.
Follow the instructions and DO NOT disconnect your device until flashing is finished.
Disconnect your device from your computer.
You need to delete the old activesync/Windows Mobile Device Center partnership, because it thinks, your device is not the same as before... and it is right ^^. Deleting an old partnership is only possible, if the device is not connected.
Optional If you want to change the name of your device, do that now by clicking Start > Settings > System > About > Device ID. Enter the new name of your device and click on Ok.
Connect your device to your computer, create a new partnership and synchronize. Then configure your device to your needs and if needed install additional software.
5.2) Flashing device using Active Sync (After the first time)
1. Download your preferred Rom from the Topaz Rom Development forum.
You may need to un zip / rar the file if the chef compressed it.2. Make sure, your devices battery status is NOT LESS than 50%.
3. Synchronize and/or backup needed files / PIM data / Contacts. All files and databases will be deleted after flashing the rom.
You may use PIM backup. SPB backup is NOT recommended.
DotFred’s PIM Backup back-ups your contacts, email, calendars, tasks, text messages and more. Download DotFred's PIM Backup here.
4. Make sure, your devices battery status is NOT LESS than 50%.
5. REMOVE SIM and MicroSD CARDS!
Removing the SIM is optional, but removing the micro SD is a must.
If you want to be safe, however, remove the SIM.
6. Turn phone back on and wait until it syncs with your PC.
7. Run the CustomRUU.exe or other EXE file from the ROM’s Folder.
If there isn’t one included, download it HERE or in the attachments section of this post.
8. Follow the onscreen instructions and DO NOT disconnect your device until flashing is finished.
9. Disconnect your device from your computer.
10. Wait for the device to complete the customization procedure.
11. You may now turn off your device and replace SIM and microSD cards.
12. Turn phone back on and set up as required
5.3) Flashing device using Storage Card (Only if you have Hard-SPL)
1. Make sure your microSD is Formatted to fat32
You don't have to delete all files but it is safer if you do
2. Download your preferred Rom from the Topaz Rom Development forum
You may need to Un- zip / rar the file if the chef compressed it.
3. Make sure, your devices battery status is NOT LESS than 50%.
4. Go to the ROM's Folder and rename the .nbh file to TOPAIMG.nbh
This may have already been done for you.
5. Copy the TOPAIMG.nbh file to the root of your MicroSD Card
6. Insert MicroSD Card into the phone
7. Enter the bootloader. Instructions:
Power down the phone.
While holding down the VOLUME DOWN button, Power the phone back on.
Continue holding the VOLUME DOWN button until the TRI-Colored screen shows up. At that time, release the button
7. Follow the On Screen instructions to start the update
Press the power button to flash the ROM to the device.
8. After flash has completed, press the reset button with the stylus to reset the device.
Thanks to mskip for the instructions (From the Rhodium thread).
6. Unbricking
Click to expand...
Click to collapse
6.1) Gold Card
1] Requirements:
- A working WM Device (Used to obtain the microSD card's ID)
- The shipped stock ROM your phone came with (Shipped Roms for HTC Touch Diamond 2)
- Qmat (Latest version of Qmat)
2] Format your SD card into FAT32:
- Go into Command Prompt and type:
format <volume> /FS:FAT32 /A:4096
3] Run Qmat to create a gold card:
- Put the formatted microSD card in the working WM device and connect via ActiveSync
- Run Qmat, Go to Hardware Forensics and select 'Generate HTC Goldcard'
- Select your bricked device's key
- Get the SD Card Serial from WINCE Device
- Save the Goldcard image to the SD Card
Now you have a SuperCID which allows you to flash any shipped ROM
4] Go into the bootloader with inserted goldcard and run the .exe from the Shipped rom
6.2) If all else fails, you can PM Cmonex she will make one for you
But perhaps, It's better if you first try yourself?
7. SIM Unlock your phone
Click to expand...
Click to collapse
7.1) Free SIM Unlocker for contributing XDA members
7.2) Commercial SIM Unlocker 1
7.3) Commercial SIM Unlocker 2
8. Availble Shipped ROMS and Radios
Click to expand...
Click to collapse
8.1) Shipped Roms
8.2) Available radio's --- Alternatively, You can flash any radio with this tool
Registry Edits + CABs
9. Useful registry edits
Click to expand...
Click to collapse
Here I will list some useful and most wanted registry edits, You can perform these with any registry editor.
9.01) Remove the locked program tab items
Code:
HKLM/Software/HTC/Manila/ProgramLauncher/0/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/1/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/2/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/3/IsReadOnly
Change this value from 1 to a 0 and you can then edit their shortcuts.
9.02) Always keep WiFi on
Code:
HKLM/Comm/BCMSDDHD1/Parms/HTCKeepWifiOnWhenUnattended Change this value from 0 to 1 and WiFi will stay on.
9.03) Smoothen out GPS Usage (not really a registry edit)
Code:
A. With Advanced config in the GPS menu
- disable A-GPS
- disable GPS logging
- logfile name must be empty
- old logfile name must be empty
- maximum size of logfile must be 0
- delete the file:
\windows\GPSLogFile.txt and \windows\GPSLogFileBack.txt
9.04) Enable Manila Landscape mode
Code:
1. Add string value to HKCU\Software\HTC\Manila
String: EnableLandscape Value: true
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: TF3D Value: \Windows\manila.exe
3. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: TF3D Value: Manila
More registry edits to enable landscape mode, You can find here
9.05) Boost TouchFLo3D performance
Code:
HKLM,"System\GDI\GLYPHCACHE","limit", Change this value to 32768
HKLM,"Software\OEM\TFLOSettings","SpeedHigh",Change this value to 25
HKLM,"Software\OEM\TFLOSettings","SpeedLow", Change this value to 14
9.06) Enable Burst, Sport & Video Share mode in the camera
Code:
HKLM,"Software\HTC\Camera\P10","Enable",0x00010001,1
HKLM,"Software\HTC\Camera\P6","Enable"
HKLM,"Software\HTC\Camera\P8","Enable"
HKLM,"Software\HTC\Camera\P9","Enable"
Change these value's to 1 to enable
9.07) Prevent screen switching off during phone call
Code:
HKCU,"ControlPanel\Phone","Sleep",
Change this value to 0 to disable
9.08) Enable better power management
Code:
HKLM,"Drivers\SDCARD\ClientDrivers\Class\SIM_Class","DisablePowerManagement"
HKLM,"Drivers\SDCARD\ClientDrivers\Class\MMC_Class","DisablePowerManagement"
HKLM,"Drivers\SDCARD\ClientDrivers\Class\NAND_Class","DisablePowerManagement"
Change these value's to 0
9.09) Increase volume during call
Code:
HKCU,"ControlPanel\SoundCategories\InCall","InitVol",
Change this value to 4
9.10) Show or Hide Activesync
Code:
HKCU, "Software\HTC\TaskManager\ExclusiveList\System,
Make a new dword named "Repllog.exe" Change the value to 1 to show,
Or change it to 0 to hide
10) Useful Mods (CABs)
Click to expand...
Click to collapse
10.01) Description - Download
10.02) Description - Download
10.03) Description - Download
10.04) Description - Download
10.05) Description - Download
10.06) Description - Download
10.07) Description - Download
10.08) Description - Download
10.09) Description - Download
10.10) Description - Download
Please PM Me if you would like a cab included.
Troubleshooting
11. Troubleshooting
Click to expand...
Click to collapse
11.1) My device is bricked
11.2) Bootloader Errors
11.3) ActiveSync fails
11.4) Battery Life Issue's
12. Manuals
Click to expand...
Click to collapse
12.1) HTC Touch Diamond 2 Manual
12.2) HTC Touch Diamond 2 Disassebly Guide
Stickies
13. Stickies
Click to expand...
Click to collapse
13.01) HTC Topaz ROMs list
13.02) Custom RUU For Topaz
13.03) ROM Mirrors
13.04) HardSPL
13.05) Topaz/AT&T Pure/Diamond 2 CID/Security/SIM Unlocker
13.06) Cooked ROMs (WIKI)
13.07) Cooked and Shiiped Rom's (Thread)
13.08) HTC Topaz WM 6.5 ROMs list
13.09) Radio's Radio's & More Radio's thread
13.10) Nataly Rom Cooking Kitchen
13.11) Jerpelea Rom Cooking Kitchen
13.12) JTAG Pinouts for Topaz
13.13) At&T Pure Shipped ROM V2.06.17254 (Not A Dump!)
13.14) Disassembling my Diamond2:Video Tutorial
Common Questions & Answers
14. Common Questions & Answers
Click to expand...
Click to collapse
Coming Soon! Send Me a PM if you would like some included.
There is a Q&A Sticky....
15. Custom ROMs
Click to expand...
Click to collapse
Available Custom ROMs and their threads.
16. HTC Topaz 4Shared Folder
Click to expand...
Click to collapse
http://HTCTOPAZ.4shared.com/ <<< That is the 'Official' Topaz 4shared folder!
You May upload packages here to be shared with other users. Please upload in the correct category. Please note that your uploaded packages may be linked on this thread.
Credits
17. Outro
Click to expand...
Click to collapse
* If you didn't find what you were looking for, Use the Search function
* Don't try anything with your phone if you are not sure of what you are doing, To be sure of what you are doing you have to search, read, reread, understand... If you are still unsure, ASK before breaking your precious phone!
* Being grateful is a virtue, Don't forget to donate to anyone who spent a lot of time in any of these items.
18. Credits
Click to expand...
Click to collapse
-First of all, I want to thank jeutie for her outstanding layout. It wouldn't have came out this nice without her.
-Second of all, l3v5y had a stickies thread, so i took my stickies from there.
-Lastly, I want to thank all the listed people. Without them, this thread wouldn't be possible.
Code:
* [B]KOKOTAS[/B]
* [B]Neotelos_com[/B]
* [B]SkunkyGwen[/B]
* [B]cmonex[/B]
* [B]Olipro[/B]
* [B]rajan nishchal[/B]
* [B]its right[/B]
* [B]jerpelea[/B]
* [B]Da_G[/B]
* [B]gtrab[/B]
* [B]Ameet[/B]
* [B]pedroo[/B]
* [B]shadowline[/B]
* [B]pietrucci[/B]
* [B]Noonski[/B]
* [B]Menneisyys[/B]
* [B]dsixda[/B]
* [B]Tom_Condon[/B]
* [B]udK[/B]
* [B]Mkoz[/B]
* [B]TinTin
* BeeGee_Tokyo
* qbus00[/B]
[B]* prdic[/B]
[B]* hEiMDaLL[/B]
[B]* !aman![/B]
[B]* elmalote[/B]
[B]* jklondon[/B]
[B]* dcogen[/B]
KMD=ThaDeanesta

[APP][12-Nov-2010] CHTEditor v2.0.0.0 - Final Released

Intro
Co0kie's Home Tab offers us a vast array of changes for our home tabs. A lot of the options are only available via registry edits, unless you use CHTEditor.
With this application you can modify all the settings for the mod without having to open a registry editor, as well as being able to export & import all your settings and quicklinks, in case you need to hard reset or flash a new ROM. Multiple settings files can be automatically linked in the start menu, so you can switch layouts without opening the editor. You can also add these shortcuts as quicklinks to switch layouts from the home tab itself.
This application DOES NOT make any changes to Sense. You MUST have Co0kie's Home Tab installed!!!
You can get Co0kie's Home Tab here.
A BIG thanks goes to eboelzner for the Sense Interface SDK UI controls. They've made a vast improvement to the application and he's been a great help getting the latest version looking the part.
You can find the Sense Interface SDK here.
Please read post #2 before...
upgrading (either the editor OR Co0kie's Home Tab)
changing the editor language
posting issues
posting change requests
cooking the editor into a ROM.
Click to expand...
Click to collapse
About CHTEditor v2.0.0.0
CHTEditor v2.0.0.0 final will only work with CHT 2.0.0 final.
There is no backward compatiblity with versions 1.x.x, so you can't import old CHTE settings files. But future versions will be compatile going forward, so you will be able to import you 2.0.0 settings into any 2.x.x version.
Click to expand...
Click to collapse
News
Update: 12-Nov-2010
CHTEditor v2.0.0.0 Final released. Changes since public beta:
-[new] options added in CHT 2.0 final
-[new] multiple language file support
-[new] HVGA specific setting adjustments
-[fixed] reversed tasks sortby
-[fixed] contact links export/import bug
Click to expand...
Click to collapse
Requirements and Compatibility
This application requires .Net 3.5 to be installed on your device. You can download it here.
Some people seem to be having trouble installing .Net 3.5. If you are one of them, read this post and this post for 2 different suggestions.
The application has been tested thoroughly and found to be stable for WM6.5. There is an issue when automatically restarting manila in WM6.1, but you get a friendly error message telling you about it. If you get this message then you will need to restart manila manually.
MAKE SURE that you have the same version of the mod and the editor installed - you'll be told when starting the editor if you don't.
(It only has to be the first 3 numbers eg. v1.7.1.0 will work with v1.7.1.1)
Click to expand...
Click to collapse
Important notes
If in the future you upgrade Co0kie's Home Tab to a newer version, please read post #2 below.
This application can be installed to either the device or your storage card.
Finally, a lot of time goes into this application and this thread, so I'm sorry but I won't answer any questions that are answered in these first few posts. Any major issues will either be resolved as a new release, or will be mentioned at the top of the thread somewhere.
Click to expand...
Click to collapse
Features list
Change the settings without a registry editor
Export and import settings and quicklinks (can also be done via command-line - see post 2)
Command-line support for import and export of settings (see post 2)
Create shortcuts to settings files for on-the-fly quick changes from the start menu or quicklinks, without running the editor
Remove dead quicklinks
Automatically restarts manila or soft resets for immediate changes
Multi-language support
Click to expand...
Click to collapse
Download
Section 2: Important information
Upgrade information
Please read carefully BEFORE upgrading Co0kie's Home Tab
Before upgrading Co0kie's Home Tab, use the Export option in the CHTEditor menu to create an export file for your Co0kie's Home Tab settings and all your quicklinks. Then, upgrade Co0kie's Home Tab and the editor (if needed), then run the Import option in the CHTEditor menu to restore your settings. This saves you having to setup Co0kie's Home Tab again, and re-creates all your quicklinks for you. (Note - this method is only available in v1.6.0+)
Files exported from version v1.x can't be imported to v2.x.
If you are upgrading Co0kie's Home Tab, you may well need to upgrade the editor as well. If so, follow the instructions above. To install a new version of CHTEditor, just run the CAB file and allow it to uninstall any previous version. Just continue the installation as normal after that.
Once you have upgraded Co0kie's Home Tab (and the Editor, if needed), run the editor and use the import option in the menu to import all your previous home tab and associated settings (quicklinks, layout, options etc.).
Click to expand...
Click to collapse
Command-line import & export
Please read for command-line help
You can now import and export settings files using command-line instructions, rather than having to run the application. Imports were previously introduced with v1.7.1.1, but you can now also export as well. This is the format of the instructions...
CHTEditor.exe /IMPORT "fullpath\filename.cht"
The /IMPORT is optional, as this method already existed in v1.7.1.1, without it. I've just added it for consitency.
CHTEditor.exe /EXPORT "fullpath\filename(.cht)" (/CREATESHORTCUT)
The .cht on the filename is optional, as it is automatically added if you don't do it yourself. If the /CREATESHORTCUT instruction is used, a shortcut is created for the exported settings, in a folder in your start menu (handy for adding quicklinks to exports).
Click to expand...
Click to collapse
Known issues
Please read BEFORE posting issues
Any bugs reported will be added to this list for fixing in later releases.
Export settings remembers your last folder. If this folder does not exist next time you try to export, an error will be raised.
Temp.Fix: Clear the value in HKCU\Software\HTC\Manila\CHTE.LastDialogPath to resolve this issue.
Importing does not always import the lockscreen layout.
Temp.Fix: Modify the lockscreen slightly, so that it creates the registry entries, and then import your settings again.
The dialog windows will still show button text such as "Yes", "No", "OK" or "Cancel", despite changing the language of the application. This text is part of the Sense SDK Interface that is used to make the application look (and work) the way it does. The developer of the interface, eboelzner, is currently adding localisation to these controls, so expect this to be resolved in a future release.
Click to expand...
Click to collapse
ROM chef information
Info for chefs wanting to cook the editor into a ROM
From v1.7 onwards, Co0kie's Home Tab now includes a menu link to the editor application. This requires a registry value that is set when installing the editor. Obviously, if you're cooking the application into a ROM then the installer is not being run, so this value is not being set.
The following value should point to the editor application to make this link work:
HKCU\Software\HTC\Manila:CHTE.Path
for example...
CHTE.Path = \Program Files\CHTEditor\CHTEditor.exe
Click to expand...
Click to collapse
CHTEditor Translations
Please read if you are interested in changing the language of CHTEditor or wish to translate it
Download the attached language_default.txt file and translate it - there are more detailed instructions inside.
Then rename the file to indicate which language it is: for example, language_german.txt or language_french.txt. (The part after the _ will be shown in the CHTEditor language selection menu.)
Just place the file in the CHTE install folder and it will show up in the language menu.
Upload the file here after you've translated it I'll add it to the language pack which will be attached in the first post.
Whenever there are updates to the application, the language files will need to be updated to include the new values. Anyone who does this, please post them, as described in above and they can be manually downloaded by people, as well as being uploaded to the application server by me.
<< Reserved for future use >> 3
<< Reserved for future use >> 4
Thanx man...
Also here the congrats from me for this release. It is also a kind of magic. HTC Editor makes all the things possible. Use, test and learn how many things are possible with this release. Wow, in simple words.
BIGTHX for hard work
Super thanks, congratulations to everyone involved in the making of CHT!!
please don't oversee that import and export had to be changed, so that the savings from 1.8.5 can't be applied.
And also that this app only triggers the registry keys of CHT, so please report - like used - new feature requests (if you have one now after the Releases) or not-Editor-related bugs in CHT thread and not here.
Have Fun
Micha
Repeatable Error:
Under Applications Mail
I found that if I add an email shortcut to the mail link causes a crash.
With error message install "NETCFv35.Messages.EN.WM.cab....etc"
Will try another shortcut to see if is the cut to the process of adding.
HTH
Nev
Neville.Holland said:
Repeatable Error:
Under Applications Mail
I found that if I add an email shortcut to the mail link causes a crash.
With error message install "NETCFv35.Messages.EN.WM.cab....etc"
Will try another shortcut to see if is the cut to the process of adding.
HTH
Nev
Click to expand...
Click to collapse
could you make a screenshot of the whole message?
Sorry tried coping message without luck. this is the best I can do at the moment
I've just added the calculator as the program to open, and it added successfully.
Tried renaming just in case "-" was the issue. "Mail" also fails.
Added shortcut for you as well.
HTH
Nev
Neville.Holland said:
Sorry tried coping message without luck. this is the best I can do at the moment
I've just added the calculator as the program to open, and it added successfully.
Tried renaming just in case "-" was the issue. "Mail" also fails.
Added shortcut for you as well.
HTH
Nev
Click to expand...
Click to collapse
Try Install NETCFv35.Messages.EN.WM.cab
anhphe076 said:
Try Install NETCFv35.Messages.EN.WM.cab
Click to expand...
Click to collapse
That won't fix the problem, will just give a more detailed error report.
Here's more detail then....
Update: 27-Sep-2010
CHTEditor v2.0.0.0 Public Beta R1 (revision 1) uploaded.
Changes:
-fixed application selection bug
-fixed free links import bug
Download it from the first post.
Please report if it works correctly now.
I find this option "Analog clock location (0-10) in CHTEditor.
Is this for establish an Analog clock with Time view of another city from the world clock menu??? For people who want to keep an eye on two different time zones???
If yes...how can I set this???
Thank you in advance
ducklas1 said:
I find this option "Analog clock location (0-10) in CHTEditor.
Is this for establish an Analog clock with Time view of another city from the world clock menu??? For people who want to keep an eye on two different time zones???
If yes...how can I set this???
Thank you in advance
Click to expand...
Click to collapse
It's connected to the Sense world clock (the list of locations you have when you tap the clock).
The 0 setting is default time.
Setting 1 connects the analog clock to the first location below "My location" in the world clock.
Setting 2 connects it to the second location, etc.
I hope I explained that clearly.
Co0kieMonster said:
It's connected to the Sense world clock (the list of locations you have when you tap the clock).
The 0 setting is default time.
Setting 1 connects the analog clock to the first location below "My location" in the world clock.
Setting 2 connects it to the second location, etc.
I hope I explained that clearly.
Click to expand...
Click to collapse
Great...more and more we get to know all hidden features of this Mod and everything is how we expected from the new release...amazing...
waitin' for final vers. and the manual....

Categories

Resources