Beta: German Himalaya ROM based on 2.00a.96WWE genuine - Windows Mobile Development and Hacking General

This ROM is in beta state, it is finished except of a few little things, like device password and some things to translate.
Please tell me if there are any problems that I should fix
Download: WM5_2.00a96GER.rar (Last update: Tue Mar 14, 2006 00:55)
Base image: 2.00a.96WWE genuine
Changes:
Removed programs:
- AddRingTone.exe
- BTIcon
- xBackup
- Permanent Save
- BTSetting (replaced)
- ButtonLock (replaced)
Replaced English Input Methods with German ones:
- Transcriber
- Keyboard (QWERTZ)
- Letter Recognizer
- Block Recognizer
Replaced Control Panel:
- The ROM had a very old one
- Looks like Universal or Wizard
Add German Files:
- *.mui
- *.htm
- ...
Add German Registry Settings
Updated programs (New versions):
- SIM Manager
- Backlight
- CSDtype
- DIM
- GPRSAuthentication
- MicrophoneAGC
- Power
- STK and STK Service
- WModem
- SMSReceiver
- USSD
Add ScreenRotate Icon
Add ArcSoft MMS
Remove Security Certification
Todo:
Translate Wireles-Manager (edit shellres.dll.0407.mui)
"Einstellungen/Persönlich/Kennwort" is not working (edit shellres.dll.0407.mui)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

has somebody seen a German AKU2 ROM anywhere?
(whatever: Dell, HP, TMobile, MIO, O2...)

Hello,
great Job!
Two Questions:
- What are the differences between yours and TofClock's 2.01a?
- I think this is the version with 32MB RAM, 96MB RAMDisk.
Can you make a version with 96MB RAM, 32MB RAMDisk?
Greetings,
Marco_Polo

TofClock's 2.01a has the same base image: 2.00a.96WWE genuine
Missing in my ROM:
Improved caching.
-> I have to check whether this realy improves the performance
Error Reporting already disabled
-> everyone can do it by themselves
SmartDialing included
SoftKeyAppletEx included in Personnal setting
GBSoftTweak included in System setting
SmsAlertFix included
-> I dont wont to have a program running all the time to put the display on when a SMS arrives
-> anyway on arrivals the red LED is on
-> to instal this fix copy sms_alert_fix.exe to "Windows\Autostart"
BT suspend fix included
-> BT suspend problem is not reported in this ROM at the moment
Hardware Buttons fix included
-> It seems that this fix is not necessary for 2.00a.96WWE genuine
No SIM-Manager link in "Programs"
-> To start SIM-Manager open "Kontakte: Menü/SIM-Manager"
Differences to TofClock's:
Removed old programs like Permanent Save and the icons
- programs from Windows Mobile 2003, not working in wm5 or not necessary
Replaced Control Panel and other programs
- new versions
Context menu "Per MMS senden"
And it is German :wink:
The other things are identical!
My intention is to make this ROM German and because it is using a lot of old stuff to bring it to the standards of the HTC Universal and Wizard
And yes, I will make 00, 32, 64 (, 96 if posible) ramdisk versions after beta state

Hi,
most things work great. I only have trouble with my SPECTEC WLAN card (somtimes works - somtimes not). But this might depend on their drivers.
The only real bug I've seen so far is that my device looses it's time/date settimgs on each battery/Simcard change.
Does anyone use SDP GPRS Monitor? It does not detect the GPRS activity. Also the Socktet Wifi Companion does not install - but this might has to do with the reg-chenge I had to apply on wM2003 which I can't remember anymore.
Regards
Horst

Hi,
I found this about the wifi problem. It seems to be a problem with the base image because TofClock's ROM has the same issue.

Any news yet?
The DL-Link is broken - any hints? :?:

Rom is relased http://forum.xda-developers.com/viewtopic.php?t=45006
but we have some problems only the 32 version is working.

Thx - heading there...

Related

[UPDATED] [Open Source] HTCustom Tweak Application [Reg & XML Loader]

HTCustom v1.0 CUSTEL & Shadowmite Collaboration
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Whats Good?
- Thin Scroll Bars
- Short Scroll Arrows
- Live Searches Via Google
- Remove battery/comm manager from tray
- Clock Display (clock, date, nothing, both, battery)
- Enable Time Zones
- 3g video dialer
- enable dtmf support
- disable in call volume beep
- gprs/3g disconnect/timer
- connection always on
- disable sms sent notifier
- change bt name
- transfer files via bt/irda
- improve a2dp sound
- Disable menu animations
- modify glyphcache
- enable file system cache
- modify FATFS & file system filter cache
- pie card cache device/sd
- navigate pie w/ dpad
- Hermes Keypad Layout
- Show/Hide Sim contacts
- Disable Security warning
- Mount Ext Rom
- enable/disable hsdpa
- xml/provxml loader
Keyboard tab is HTC Hermes Specific
As stated the application is open source so anyone can contribute to it. If you find any bugs please report here.
Can't install it...need a newer version of .NET Compact Framework...I'll download v2.0 and give it another try.
Great app
Can you please add the functionality of being able to specify a directory and install all of the CABs contained within it?
Code:
public void ProcessCABsDir(string sourcedir)
{
// Install CAB's
try
{
DirectoryInfo dir = new DirectoryInfo(sourcedir);
foreach (FileInfo files in dir.GetFiles("*.CAB"))
{
Process inst = Process.Start(sourcedir + "\\" + files.Name, "");
inst.WaitForExit();
}
}
catch
{
MessageBox.Show(
"Some files were not installed",
"Error:",
MessageBoxButtons.OK,
MessageBoxIcon.Exclamation,
MessageBoxDefaultButton.Button1
);
}
//End of CAB's
}
You could then place this in the ExtROM and get to execute on hardreset.
Happy to work with you on this one.
That is an excellent idea and I'm certainly planning to implement that in the near future!
Shadowmite said:
Sorry, you're gonna have to provide a link, this noob can't find anything in the wiki about a 802.11g router anything for the Hermes, there is ONE link to wifi from the hermes wiki and it talks about what it is... Nothing more.
In the meantime, release HTCustom 1.1...
Code:
New: Now contains mass cab installer (select the folder and let it run)
End of call beep edit...
Click to expand...
Click to collapse
updated...
Good work
Now how about making it part of the ExtROM of a ROM the the app get launched follwoing a hardreset?
The same idea as the autorun.exe HTC provide in all operator devices?
May I know whether this application requires .Net CF 2 to run? Don't wish to install it on my precious main memory..
It does...
doedoe said:
Good work
Now how about making it part of the ExtROM of a ROM the the app get launched follwoing a hardreset?
The same idea as the autorun.exe HTC provide in all operator devices?
Click to expand...
Click to collapse
I could, but don't most users like to customize when they are ready? Maybe just a popup that explains how it works so they know and can launch it when ready?
Good Works
Why not to integrate into this tweaker, the possibility of closing definitively the programs with the touch OK? It allows among others to use a TyTN with only touches and keyboard. Today, the touch OK reduces them
At the moment I found only another tweaker which makes it (PQzII), but that would be practical to use only one

iPaq 614 utils / new ver

Hi, i am creating simple app which can tweak 614c without other tools (regedit....). I am flashing my phone 3x 4x in one week and that after flash is simple and easy for use If any1 have some new hints (problem with solution) which can I add to app, please write here. Primary for use with Yevg001 Win Mobile 6.1 roms, others install latest net framework.
ToDo: make CPL panel style and add more features
Use: simple extract to your device (i am using place on card, after flash, app still here) and run exe
Changelog v3: added HR & SR support, fixed threaded SMS on/off, now in .NET 2.0
Warning:In ver3 is maybe new bug with threaded SMS, pls backup your SMS before making any changes and report any bugs. Thanks
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please delete this post... thx
thats pretty cool!
trying out now.
Seems to need a .Net framework i got 3.5 from here
http://www.microsoft.com/downloads/...49-3C6B-42F1-9FD9-0041345B3385&displaylang=en
seems like a huge install 33MB!?
weird, its 33mb file to download but only 6.5mb to instal on PPC.
you might want o add a confirmation display after you make a change, sumthing like " Changes made, press restart to enable the changes" etc
tried the disable option but it would still try to connect to the net, anyway to stop it completely from try to connect. I only connect to the net via wifi.
The threaded sms didnt do anything, whats support to happen?
btw tested on a ipaq 612c (asiapacific version)
i am making to new version with NF2 for better compatibility and no other installs... option GPRS off/on is for turn off/on button in bubble updatet ver. availaible today night (fixed thread sms and NF2)
/edit: check first post new NET 2.0 ver. with fixed sms threading (please test)
a freeware called NoData it will disable the data connection it will be grate to have it on your app
http://www.modaco.com/content/pocket-pc-software/246171/new-free-utility/
also grate app that is only a user interface for reg is gb-soft tweak
with this app you can set the gprs to disconnecte after 30 sec ... if you use pie or set it to 0 sec if you only use pull mail
http://www.pocketpcfreewares.com/en/index.php?soft=1123
there is wm5 VER also
one more thing is refering the temp pie ,downloaded file .... to the card using your app
anyway good luck I will send you some more .....
Whats the difference between HW reset and SW reset? is HW a clean boot ie wipes everything from memory? if so i would not like that to be an option.

[CAB] Opera Mobile 9.5.15086 WWE QVGA/VGA [tweaked]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features:
- Can be uninstalled
- Installs to SD/DEVICE
- Included Ad-blocking filter
- Default homepage set to Google
- Increased disk cache size to 20 MB
- Made the Zoom and Launch buttons 50% transparent
- Replaced the "htc" loading image with build 2392's image
- Fixed the "installation unsucessfull" problem on some devices by removing setup.dll and adding its functions to _setup.xml
Notes:
- Hardware keyboard is reportedly working on Touch Pro/HD but is buggy on Xperia and a few others.
- If you're upgrading from build 2XXX or 19XX,I suggest using this cab over the upgrade version (which just replaces the two Opera exes) as this build contains new features like Vibration and Strength Clicks, which needs the supporting registry entries to work properly. There are also a few minor changes in Opera.ini and other files. Also, a few SD version cabs posted here of earlier builds are buggy (incorrect paths of a few files/registries) so I recommend installing this version for a complete (cooking bugs free) experience.
- As always, please backup your existing Opera/device before installing.
- Tested on WM5 QVGA PPC. (200MHz, 42 MB)
A few interesting tweaks:
- To prevent Opera from continuing to run in the background even after you close it, change the value of this key:
HKEY_LOCAL_MACHINE\Software\Opera\Preload
Name: RealExit
- For vibration support (untested)
HKEY_LOCAL_MACHINE\Software\Opera\Defaults
Name: VibrationEnabled
\Windows\Opera9\Opera.ini tweaks:
- If you're not satisfied with the default zoom levels, tweak these values:
Code:
[Adaptive Zoom]
Maximum Zoom=
Minimum Zoom=
Minimum Overview Zoom=
- To increase the number of tabs, edit the value below:
Code:
[User Prefs]
Maximum Allowed Tabs=
FAQ:
1) Flash Support?
Flash isn't working. I've yet to fully try out all tricks though, but don't expect a Flash build anytime soon.​
2) Uninstall old version?
Not necessary. The installer should automatically remove any older builds.​
3) Improvements in this build since 2808?
Better Performance (Reported, not measured)
Vibration Support (Not tested)
Strength Clicks (Double taps? Pressure taps? Not sure about this one.)
Scroll Wheel Zoom
5) Help! Opera's not installing / starting
Before installing, terminate Opera9.exe using a process manager such as in SKTools
A softreset before and after installing helps
Uninstall all existing versions, delete Opera files from \Application Data\, \Windows\, \Program Files\ and run a registry cleaner
If your device has less memory, softreset, then exit all background apps and thirdparty processes (MobileShell/Winterface/etc), compact memory heaps and try launching
Some devices may report an unsucessfull install, but try launching Opera and check if the new version was installed
Troubleshooting:
Please mention the following details:
Device/OS/software specs.
Clean or upgrade install. If upgraded, which was the earlier build, etc.
Which CAB(s) you tried
Credits:
Thanks to liay for the original cab.
Download:
Note: New CABs for 15202 have been posted here. Those who can't download from the RS links below can instead get the new CABs which are hosted at about 8 mirrors.
SD QVGA
SD VGA
DEVICE QVGA
DEVICE VGA
Thank you. Will try this out.
What needs to be changed to make it install on device instead?
chavonbravo said:
What needs to be changed to make it install on device instead?
Click to expand...
Click to collapse
A lot. The setup xml, registry paths, ini files...
I can make a device cab though if there's more demand.
[deXter] said:
A lot. The setup xml, registry paths, ini files...
I can make a device cab though if there's more demand.
Click to expand...
Click to collapse
yes i would like device memory instead of memory card please
[deXter] said:
A lot. The setup xml, registry paths, ini files...
I can make a device cab though if there's more demand.
Click to expand...
Click to collapse
Count me in on that one too. Sorry, thought it would be easier.
Just one question,please? I've read a couple of times that Flash doesn't quite work with this version. Does Flash work in this cab (this particular build which installs in the SD Card)?
Thanks again for sharing.
I definitely appreciate the installing to the Storage Card. Thanks so much. Can't wait to try it.
i have the previous version of opera SD, must i unistall this version before to install the last one?
Count me also in the installation on device,,
thanks..
on my asus p320 don't start
thanks for the great work!
are there any significant improvements from 2808?
flash is workin in 2808 for me.. but i hear this version doesnt work with flash
Device installation please!
Good work btw.
Its works perfectly on my device
Device install cab please! Also can someone confirm this working on Touch HD?
THX!
Does youtube videos work on this tweaked version?
Can somebody help, I can't download from rapidshare.
My email is balde.boubacar(@)gmail.com
Many Thanks
Does youtube videos work on this tweaked version?
Click to expand...
Click to collapse
.........
no
Device version please i need it lol and there is a new version dumped check dev and hacking section.
Added VGA and QVGA versions for DEVICE install. Also added an FAQ section to answer all your queries.
Please check the first post for current and future updates.

Snow White + Charcoal 3G Dialpad for Trinty [UPDATED:10/3/2010]

After getting bored lately with the dialpad I had on my trinity, I was looking for alternatives. There are lots of nice dialers out there, but they simply won't work with our trinity. So I decided to make a new one...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Main Features:
- modern look (at least I think so )
- based on phcanrc.dll from original PhoneCanvas_1.50.27317.0
- 3G Videotelephony and Smartdialing working
- works on Trinity, and maybe Hermes (please confirm)
- skin can be changed easily (tutorial soon)
- ext package for cooks (see post #2)
Installation instructions:
Just unzip and install cab on device
Known bugs and troubleshooting:
- some things in landscape are broken
- the dll is sdk signed, you may need sdkcerts.cab
- 3G Videotelephony and Smartdialing have to be in your rom already
- for working menus you also need the proper .mui files of the above
- I might release these extra files as a cab later on
- UPDATE 14.2.10: Added ext package package for cooks with Phone Canvas see post #2
- UPDATE 10.3.10: Added phcanOverbmp.dll, see post #3
Caveat:
Although it has been tested, I'm not responsible if you experience problems installing, running or uninstalling it. If you want to be safe, backup your device first.
Things to come:
- black version of the skin >> done, see attachments
- ext package for cooks >> see post #2
- maybe a new phcanoverbmp.dll >> see post #3
- skinning tutorial >> on user request only!
Users:
Enjoy, and give feedback in this thread
Cooks:
You can use it if you like it, as long as you:
- give credit to me
- link to this thread, so users can report bugs
Thanks:
narshorn for testing, cabbing, inspiration, everything else - and most of all: for being a friend.
Greetings:
duronmarcel, who did a great job with his dialers, and whose work inspired me (and i disassembled to find out how to do it)
Donations:
If you feel like donating, go to the nAr&icke rom thread.
Tips for cooks
- Attached is the original trinity Phone Canvas_1.50.27317 with all muis I could get hold of: 0404/0407/0409/040C/0816 - you should know which one you need
- There are just the basic dlls included, to make a working dialer you will absolutely need a skin (like the one above). Just make an additional folder PhoneCanvas_skin, and put the registry file from the cab in it, and all other files in a subdirectory named "files". Be careful to cook the skin in after the PhoneCanvas, so that the phcanrc.dll of the skin and not the package is used.
Package content:
Code:
"PhoneCanvas"="1.50.27317.0"
"Smart_Dialing"="2.5.26736.0"
"VideoTelephony"="1.50.27147.0"
- Warning: Most kitchens have a phcanOverbmp.dll with some altered function in it, like improved battery status or whatever. If you want to keep your existing dll, cook it in after this package or just delete phcanOverbmp.dll from it.
- To enable/disable the dialer, you can change:
Code:
[HKEY_LOCAL_MACHINE\Security\Phone\Skin]
"Enabled"=dword:00000001
A soft reset is required afterwards.
New phcanOverbmp.dll:
- only 82k filesize
- 10% battery bar
- wm6.5 like battery icons
- in-/outcall graphics from mega
- pin input pad from mega
Installation instructions:
I couldn't do a proper cab, so for now its just a zip file.
damn - very nice!
super gemacht!!!
great!
thank you so much
Awsome job, congrats Icke, it's so good to see that Trinity cooks can unite forces to get pleasant and 100% usable dialers ...
Let the Force be with you
brds,
nAr
simply terrific!
Brilliant!
Love your work icke!
DELETED DOUBLE POST (lol, I love your work so much I apparently hit "submit" twice )
Nice ones. I have another dialer, but the white one is good to have.
Just a little push: I added a new phcanoverbmp also, see post #3.

[TG ROM Builder]Kitchen ROM WM® for Toshiba TG01[Version: 1.2][10/05/2010]

I have the audacity to present, written by me for the kitchen equipment of the type Toshiba Tsunagi: TG01.
Based on my key files to the re construction of the system.
Temporarily has basic functions, but they will be developed with each release the next version.
Basic Information:
Below Location Directories. Remember that the names and characters contained therein are of great importance for the proper functioning of the kitchen.
-> Base_File - and him -> TG01.tsw, os.nb.payload, xip_out.bin.
-> OEM - here we need to know what they contain
-> ROM - and him - XIP directory, which contains -> boot.rgu, boot.hv
-> SYS - here we should know what they should be.
-> Temp - will be created during the process of building the system.
-> TOOLS - included in the package along with Kitchen.
Support and Purpose:
TG ROM Builder is a tool to facilitate construction of a new system or just modifying it.Function included in it helps, even the less advanced, with ease of creation of the System.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
In the picture above, you will see the home page of the program. It is visible when you run the application to us.
This tab is contained the "Build OS", which induce Boot Construction System. On the left, is shown in the window indicating the status, conducted by the program and the effects occurred at the time of creating the picture ROM.
The image above shows the second card of this program. Let's say that these are the settings that help us manage TGRB tool. All indications say that the tools responsible. Each sign has its own table, which he responds. This feature is rather for advanced users.
I will be grateful for any financial support.
​
Thanks for the TGTool to Cedesmith
Release Info:
TG_ROM_Builder - v.1.2
-> The revised application to relocate Modules
-> Location System Image built - Leading directory of cuisine
-> Added Construction in the various steps
-> Added option in Settings Cuisine
-> Add Function Porting XIP (Kernel)
-> Add Function SDUpdate
Download:
TG_ROM_Builder - v.1.2
.
Old Version:
TG_ROM_Builder - v.1.1
-> The revised application to relocate Modules
-> Location System Image built - Leading directory of cuisine
-> Added Construction in the various steps
-> Added option in Settings Cuisine
TG_ROM_Builder - v.1.1
First may i say thankyou for your hard work with the TG01 roms and kitchens
Second, may i ask, is it possible to make this kitchen handle an EXT folder. I am new to rom cooking and have built several working roms for my TG01 but am having problems adding other packages to the rom. I can strip a rom down but am having problems adding in extra software. Am i missing something obvious or do the kitchens for the TG01 not support this yet?
Only OEM and SYS.
You see in up (Location Folders)
But maybe I add this funktion
Thank you for the fast response. You have cleared up the fact that i am not missing something as simple as just adding in the EXT folder and that there is a process involved in adding extra software that i am unaware of, Thank you.
This looks amazing, thank you.
Add New Relase...
Update Kitchen TGRB in first post
Add funktion XIP porting
Cheers All
I give later Tut... How to porting xip in this kitchen, and new screen

Categories

Resources