XDA Internal Database - Windows Mobile Software Development

Anybody know if there are any utilities around that can inspect the internal database of Windows CE - Something like 'Toad' for Windows CE would be great :?:

in the special edition rom there is dbview, or you can use pdblist

phm also do a set of tools that includes db management

Related

Applying registry changes in a .cab-file?

Hi!
Is it possible to create a .cab-file which does not install anything, but only applies a number of registry changes? This way you would be able to "install" changes to the registry along with the other .cab-files running from the extended ROM after a hard-reset. How do I do that?
Any other ideas as to how to auto-apply registry changes are also very welcome Thanks..
/Joe72
No problem, just use WINCE Cab Manager. For learning purposes you should open some of the CAb-Files that came with the original ExtROM. Most providers split the registry settings to different files so that I reduced the size of my ExtROM by merging them (take those files, that just have 46kb, they only contain registry entries).
Open them with the above mentioned CAB Manager and look for a file named "platformxx", extract it, edit it, perform the desired changes (or mergers) and import to CAB Manager. Make sure that you remove the old "platformxx" and change the settings of the imported file so that it matches the settings of the deleted one (most times you have to make sure that the installation paths "hard coded" to the windows folder (edit the properties of the old file before and write them down).
unfortunately not all the flags for modifying the registry are supported by the wince cabloader.
full cab spec: http://msdn.microsoft.com/library/en-us/install/hh/install/inf-format_2v02.asp
wince cab spec:
http://msdn.microsoft.com/library/en-us/wcepb40/html/pbrefaddreg.asp
this is an example minimal cab.inf file:
Code:
[Version]
Signature = "$Windows NT$"
Provider = "testprovider1"
CESignature = "$Windows CE$"
[CEStrings]
AppName = "testappname1"
InstallDir = "%CE1%\installdir"
[Strings]
reg_path= "Software\testregpath"
[CEDevice]
ProcessorType = 2577 ; arm
UnsupportedPlatforms = "HPC","HPC Pro","Pocket PC"
VersionMin = 3.00
VersionMax = 4.99
[DefaultInstall]
Copyfiles=CopyToInstallDir
AddReg=RegSettings
[RegSettings]
HKCU,%reg_path%, "testdword",0x00010001,1
HKCU,%reg_path%, "teststring",0,"teststringvalue"
HKCU,%reg_path%, "testmultistring",0x00010000,"teststringvalue","second string", "third string"
HKCU,%reg_path%, "testbinary",1,44,45,46,47,48,49,4a
[SourceDisksNames]
1 = ,"All Files",,
[SourceDisksFiles]
"mktst.bat"= 1
[DestinationDirs]
CopyToInstallDir= 0, "%InstallDir%"
create the cab with:
Code:
Windows CE Tools\wce420\Pocket PC 2003\tools\cabwiz cab.inf /cpu arm /err caberrors.log
HTC has provided a more extensive install tool, with the CESetup.dll that is in all the cabs, this tool will import a 'platformxxx.reg' file if present in the .cab.
Hi
Thanks for the replies.
It seems like more work than I thought it would be..
In WinCE Cabmanager, there is a "Registry" fold-out in the left side menu similar to the one seen in Regedit.exe on Windows desktop or Remote registry from the Embedded C++ package. My initial plan was to import the registry into a cab-file and use this tool to change the things I want changed. This way, the cab-file would contain no files for installation, but a complete registry, modified to my needs. When running this cab-file on the WinCE device, I was expecting this registry to take the place of the old one.. Or would something else happen?
Thanks,
Joe72
I did it the easy way. I installed all my apps and stuff that I need and then made a backup of the registry, which I then flash installed into the extended ROM section of the phone.
So on a hard reset all my stuff gets installed, including of course a regedit program and hack to view extended rom. All I then do is open the regedit program and restore the registry in one go from the extended rom.
Used PHM Regedit for it.
where can i find the information that it is not visibly in the "remove programs"?
I want generate a programm that is not removable.
Thx for Your help
Snappy
What encoding should I use in platformxxx.reg to make parameters which contain non-latin characters displayed correctly? I tried Windows-1251, UTF-8, Unicode. In all cases russian text is not imported correcty. It is displayed in Western encoding.
P.S. When I use Registry branch in WinCE CAB Manager everything is ok, but if I import large enough .reg file the resulting cab becomes not working.
http://forum.xda-developers.com/viewtopic.php?t=31209
mobify registry
Element said:
http://forum.xda-developers.com/viewtopic.php?t=31209
mobify registry
Click to expand...
Click to collapse
Was it an answer?
My CABs are installed successfully.
Aftef hard reset the following is installed from ExtROM:
1. CAB which changes default codepage to russian (419)
2. CAB which translates some items into russian
So all I see instead of russian items is abracadabra.
But if I install only the first CAB from ExtROM and the second one is installed only from soft reset everething is displayed correctly.
So how to make it without soft reset?
Element said:
http://forum.xda-developers.com/viewtopic.php?t=31209
mobify registry
Click to expand...
Click to collapse
or Restorator
There IS an easy solution: Create .reg files by exporting from TRE, and u can re-apply them later by double clicking the reg file. See this post for doing it on the jasJar (will work on any XDA tho).
http://forum.xda-developers.com/viewtopic.php?t=30460
craigiecraigie4 said:
There IS an easy solution: Create .reg files by exporting from TRE, and u can re-apply them later by double clicking the reg file. See this post for doing it on the jasJar (will work on any XDA tho).
http://forum.xda-developers.com/viewtopic.php?t=30460
Click to expand...
Click to collapse
I do not need "clicking". The aim is to make it installing automaticly from ExtROM after hardreset.
priezz said:
I do not need "clicking". The aim is to make it installing automaticly from ExtROM after hardreset.
Click to expand...
Click to collapse
FYI, although this thread is quite outdated, I use regedit to import registry files from the command line...

Changing Default Folders (registry)

OK so I was looking around my pda using Windows CE Remote Registry (part of Visual Studio 2005 Beta 2).
When I come across a couple of things that I find interesting, now i dont know if anyone has fiddled with any of this yet so sorry if this has been mentioned before.
So the mention shell folders in the registry can be found under this key:
[HKEY_LOCAL_MACHINE\Explorer\Shell Folders]
When you look under that key you will see these entries (or i do)
Templates - \My Documents\Templates
Application Data - \Application Data
Desktop - \Windows\Desktop
Favorites - \Windows\Favorites
Fonts - \Windows\Fonts
My Documents - \My Documents
Program Files - \Program Files
Programs - \Windows\Programs
Recent - \Windows\Recent
StartUp - \Windows\StartUp
Windows - \Windows
Ok so the only thing that annoys me with this M2000 that I have is the way you *HAVE* to use "Storage" for some things. The whole point of my 512MB SD Card is so that I can use as much of the 125MB memory I have to use as RAM.
Now since I am running Visual Studio 2005 Beta 2 and have CE emulators here what I was thinking is seeing if you can move most, if not all the information to an SD card and then seeing how much Ram you can use then.

[ROM][WWE][07.11.2007]Mary 3.3.5 SL (OS 5.2.1933 Build 18533.0.7.0) -sLite + LiteFull

Hi
Mary v3.3.5 SL is a Super lite with 80MB Storage
Mary v3.3.5 is a Normal Rom with 70MB Storage
-Jbed Java
-Htc Album
-Htc BT Quicklink
-Htc Audio Manager
-Htc voice record
-Htc Home
-Info GPS
-NetworkPlugin
-Network Wizard
-Office
-One note
-pBar 1.5
-Pocket RAR
-Regedit
-PIM Backup
-Hibernate
-Htc Random access
-Quich Launcher
-Romsettings App
-DUO Touch EndKey
-HTC Action Screen
-Touch Dual KeyBoard
-Home Sprint Plugin v1_0_824711_0
And more...
English language Operating System (WM6 5.2.1933 Build 18533.0.7.0)
"This rom is so light, that if you leave your pda in the wind, it will fly away!" (s1rl4ncel0t)
Thanks to s1rl4ncel0t to all...
==========================================================================================
MARY 3.3SL - TO BE FLASHED ON WINDOWS XP: http://rapidshare.com/files/66073071/ROM_MARY_V3_3_SL.rar
MARY 3.3SL - TO BE FLASHED ON WINDOWS VISTA: http://rapidshare.com/files/66128715/ROM_MARY_V_3_3_SL_vista.rar
==========================================================================================
MARY 3.3.1SL - TO BE FLASHED ON WINDOWS XP: http://rapidshare.com/files/66603150/ROM_MARY_v_3_3_1_SL.rar (01.11.2007)
MARY 3.3.1SL - TO BE FLASHED ON WINDOWS VISTA: http://rapidshare.com/files/66770044/ROM_MARY_V_3_3_1_SL_vista.rar (01.11.2007)
==========================================================================================
MARY 3.3.2SL - TO BE FLASHED ON WINDOWS XP: http://rapidshare.com/files/68086261/ROM_MARY_v3.3.2_SL.rar (07-11-007)
==========================================================================================
MARY 3.3.3SL - TO BE FLASHED ON WINDOWS XP: http://rapidshare.com/files/68322124/ROM_MARY_v3.3.3_SL.rar (08-11-007)
==========================================================================================
MARY 3.3.4SL - TO BE FLASHED ON WINDOWS XP: http://rapidshare.com/files/68526403/ROM_MARY_v3.3.4_SL.rar (09-11-007)
==========================================================================================
MARY 3.3.5SL - TO BE FLASHED ON WINDOWS XP: http://rapidshare.com/files/69170496/ROM_MARY_v3.3.5_SL.rar (12-11-007)
MARY 3.3.5 - TO BE FLASHED ON WINDOWS XP: http://rapidshare.com/files/69252239/ROM_MARY_v3.3.5_LITEFULL.rar (12-11-007) (Complete Rom 70Mb Total Storage)
==========================================================================================
Pros: HIGHEST STORAGE 80MB, A LOT OF FREE RAM AND SPEED!!!!
Cons: It's up to you to let us know about it...don't forget to give us your feedback! Only like that we can improve the quality!
Changelog 3.3SL: Complete clean ROM! Nothing more to add...she's completely naked !!!!!!
Changelog 3.3.1SL (01.11.2007):
FLASH THIS ROM WITH THE MEMORY CARD INSERTED!!!!
-Even faster than previous release
-Working Smart Dialing
-Configurable MMS
-Colors and themes now corrected
-Windows Media Player, now fully functional
-Removed some useless files and folders (Battery Status Folder still inside...to be corrected on a previous release. If you install Battery Status-see link bellow-then the software will use that folder, so, only for those who don't install this application, this folder would be useless. Anyway, I suggest you install it)
-Smother speed
-Other small optimizations
-To enable the "H" icon for HSDPA, please install Schap's Advanced Config Tool (find the link bellow). However, even if you don't see the icon, HSDPA will be enabled if you activate it in Connections Settings.
Changelog 3.3.2SL (07.11.2007):
FLASH THIS ROM WITH THE MEMORY CARD INSERTED!!!!
-Fix many Bugs
-Add Java to work with TouchCommander like Touchflo
-Fix Backlight Bug
Changelog 3.3.3SL (08.11.2007):
FLASH THIS ROM WITH THE MEMORY CARD INSERTED!!!!
-Complete clean ROM! Even more naked !!!!!!
-fixed videocall camera rotate
-power off by holding power button
-New dialpad like Kaiser
-New keyboard
-HSDPA enable
-New battery Icon
-and more (don't remember hehehe)
Changelog 3.3.4SL (09.11.2007):
FLASH THIS ROM WITH THE MEMORY CARD INSERTED!!!!
-Del Java App (use the cab installation)
-Fixed sound Problems
-Fix many Dll files
Changelog 3.3.5SL (10.11.2007):
FLASH THIS ROM WITH THE MEMORY CARD INSERTED!!!!
-OS 5.2.1933 Build 18533.0.7.0
-Fixed Sound Problem
-Black Dialpad
-Fix many Dll files
-Vista blue and black theme
-Randomaccess
This time, I propose to make something focused essentially on speed, stability, memory and storage rather than spending time with aesthetics.
So, inside you'll find basically only the Operating System, with its' basic functionalities. All the rest, you can install by yourself, according to your needs.
It doesn't make sense to fill storage, with applications that you will never need.
Concerning the aesthetics, there are a lot of themes out there...it's just a matter of searching!
I also want to share with you, the best way to make your updates of firmware, as most of the bugs that we find, are the result of a bad-flash. Most of the times, of you re-flash, the bugs disappear.
To avoid this, this is how I flash my roms:
1. Hard Reset your device, pressing OK at the end
2. Before it starts rebooting, make another Hard Reset, but now don't press the OK button. Instead, remove the battery!
3. Wait 1 minute. While you wait, remove the storage card and the SIM card as well
4. Put the battery inside the pda again.
5. Press the buttons Camera + Power + Reset (with the pen, on the bottom of the pda) until you see the screen with color strips
6. Insert usb cable
7. Start flashing the device, as you always do.
8. As soon as it reaches 100% on the screen of the pda, it becomes black for a couple of seconds. Then, make a hard-reset, and press ok.
9. Make another hard reset, but now, but now don't press the OK button. Instead, remove the battery!
10. Wait 1 minute
11. Re-insert the battery, memory card and SIM card
12. With the pen, press the reset button on the bottom of the pda until it starts.
13. Have FUN!!
P.S - I WON'T BE RESPONSIBLE FOR ANY DAMAGES THAT RESULT ON USING THIS ROM OR FLASHING PROCESS. DO IT AT YOUR OWN RISK!
If you still have problems flashing, I advise you to see this page: http://www.trinityguides.info/
For those who loose their WIFI settings after a softreset, please follow these instructions (thank's dta1974):
[!] For prevent password and account dissapearing u should (you should make this procedure immediately after first soft reset ):
1. Set up your connection settings
2. Open IExplorer / Set up Internet connection / Open some internet page
3. Click Disconnect button to close internet connection
4. Hold power button and turn off your phone
5. Power on your phone.
After that procedure your password wont disapear. I think that you should repeat the same for mail account (set up mail account / try to send or recieve your mail / hold disconnect button / turn off your phone)
Thanks to Ervius from your Great Tool...
Thanks to Tom_Codon for Romsettings app
We hope that this meets to your expectations!!!
If you want to donate:
Give some coins to the homeless guys you find on the way to work or school !!!!
FREEWARE CABS!!!!
We decided to post as well the links for several common cabs that you may need:
For those of you, who may not know how to install the software, it's easy: just copy the downloaded file into your SD card, and run it by clicking on it. When asked, just were you want to install the program (Device or Memory Card). It's as simple as that!
Microsoft Office 6.1 (All-in-One)
Excel Mobile (credits to FInixNOver) NEW!
One Note Mobile (credits to FInixNOver) NEW!
Powerpoint Mobile (credits to FInixNOver) NEW!
Word Mobile (credits to FInixNOver) NEW!
Windows Live 10.6.33.600 (latest version. Doesn't mess with the contacts!! Only works if installed in the device)
Old fashion Windows Messenger (for those you prefer the Windows Messenger from WM5)
Battery Status (the best application to measure memory, battery usage, cpu usage, logging of calls, messages and 3G traffic)
Group SMS (just copy the file into Program Files, and create a shoutcut to the file in Windows/Start Menu/Programs)
Schaps Advance Config 1.0
Clear Temp (Usefull to clean the junk...)
Cyberon Voice Speed Dial 1.2, with BT fix (not tested)
Cyberon Voice Commander (not tested) NEW!
DTMF Vibrate (if you want the pda to vibrate when you press the numbers keys in the phone dialer)
Fix WM6 Sounds (if you miss the "click" noise when you press the Srat menu)
HTC Network Settings (best way to configure the Internet settings and MMS)
Pocket CM 0.15
psshutXP (everybody knows what is this for )
RCmod 2.1 (the easiest way to change the colours of your themes bars)
Reset (the easiest way to make a soft reset to your device)
Soft Key (serves to configure your softkeys...very useful)
Alt+Tab (switch easily between applications. Just copy the file into Program Files, and create a shoutcut to the file in Windows/Start Menu/Programs)
PPCPimBackup (make backups of your PIM)
VJOkButton (useful to really close applications. Just copy the file into Program Files, and create a shoutcut to the file in Windows/Start Menu/Programs)
HTC Album (the coolest way to view pictures on your device)
HTC Task Manager (Closes COMPLETLY the windows)
HTC Home
Regedit (Registry Explorer/Editor)
Pmclean 1.06 (Another Cleaner)
Oxios (Free up your RAM)
Decimal Calculator
Binary Calculator
1-Calc Lite (simple calculator) NEW!
Pocket RAR (file compression utility) NEW!
JBED NEW!
Esmertec Jbed NEW!
Tao Java 10.1.7.575 NEW!
HTC Voice Recorder 1.10.611 NEW!
Bluetooth SAP NEW!
Acrobat Reader Lite NEW!
Adobe Flash Player NEW!
Transcriber (another Input Method) NEW!
NoDATA (avoid undesirable connections) NEW!
Webview correction (if you think your web scolling in IE is slow) NEW!
TouchFlo 1.4.1 (Not tested on this rom. Credits to efrost) NEW!
Additional Themes 1(thank you mikeh69 and ATOM users!) NEW!
Additional Themes 2 (thank you omaga. Credits to PPC-Theme) NEW!
TouchCommander (NEW)
CREDITS TO ALL KNOWN AND UNKNOWN PEOPLE WHO MADE THESE GOOD APPLICATIONS!
NOTE (1): Has we are rom cookers and not "cab advertisors", don't expect to have all cabs in world in this list. If you need additional software or themes, please search the forum (even on other devices sections).
NOTE (2): We only answer for issues related to the rom and not to the applications listed or not in this thread.
NOTE (3): Don't put links in your threads to applications which are not freeware!
Bye!
========== RESERVE =============
Great news....and I´m off today.
I´m gonna have fun,day off,new rom.What else should ask for?
Is the windows media codec fixed,if not included will you let us know,please.
Thanks dude ;-)
HY...AND THANKS.... touch comm in this realease?? or only java is present?
marco3254 said:
HY...AND THANKS.... touch comm in this realease?? or only java is present?
Click to expand...
Click to collapse
its lite.... lite means empty
the cab for it is in the list if you want to install it
thank you for the cab list
all in one place..as it should be
Are you already using the new "old xip" from the post http://forum.xda-developers.com/showthread.php?t=342269
Hi
I couldn't find the download link for the 3.3.2 for vista
thx
Thank you for you time and efforts, can't wait to try 3.3.2!
Respect,
Whiskas
P. S. I can't seem to find the link to 3.3.2...?
Hello
This rom is fine for me but I can't disable the push mail because in the comm manager ther is 3G line instead
How to restore de push mail button
I've not able to find the utility that i've found in other rom to configure this
Thanks
BTW I'm looking for the util to cnfigure htc home.....
Radio version
Hi hellonasty!
Great work you Guys have done!
I understood the 3.3.2 will have WM6 5.2.1933 Build 18533.0.7.0.
What radio version is included?
tnyynt said:
Hi hellonasty!
Great work you Guys have done!
I understood the 3.3.2 will have WM6 5.2.1933 Build 18533.0.7.0.
What radio version is included?
Click to expand...
Click to collapse
I dont include any Radio.
hellonasty said:
I dont include any Radio.
Click to expand...
Click to collapse
Great, thanks!
Hi
I would really try the 3.3.2 out but I couldn't find any link
I'm sure that U guys were doing a great ROM...
thx
i can see them at the top of the page
Hi
mmmmmhhh I only see 3.3 and 3.3.1
snoopy-doopy said:
Hi
mmmmmhhh I only see 3.3 and 3.3.1
Click to expand...
Click to collapse
The thread states coming soon... I don't believe 3.3.2 has been uploaded yet...
Ok, but everybody in this thread is talking about the 3.3.2
snoopy-doopy said:
Hi
I would really try the 3.3.2 out but I couldn't find any link
I'm sure that U guys were doing a great ROM...
thx
Click to expand...
Click to collapse
It's still cooking, but stay tuned

[X50V] ROM WM6.1 VOIP Professional (WWE/GER/ITA/ESN/FRA)

[X50V] ROM WM6.1 VOIP Professional (WWE/GER/ITA/ESN/FRA)​
{
"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"
}
My First thanks to Maglite and Football. Maglite was the first to release a custom rom for the x50v, he was the one with Football to explain me about xip & xipport, when I registered to 4pda.ru. These roms were built using a derived kitchen from Football's kitchen.
These roms share the same kernel than the x51v's one and are directly derived from them. They are stricly for x50v, the one from the x51v are located here .
You can only flash your x50v with these roms, if your device is running WM5 aku 2.3.1 or higher. If you attempt to flash over a WM2003 bootloader, you will brick your device.
This rom is indeed a full professional rom, with this rom your x50v is not a PDA anymore, it will just become a real VOIP Pdaphone.
What is the difference between a x50v regular rom with a VOIP software (like Sjphone) and this WM6.1 VOIP rom?
Here are the main benifits once your axim is properly configured:
- You only need to turn on your wifi to place or receive VOIP call (You don't need to start any software because the VOIP is native on the OS)
- You can call directly from your contact
- You can import call log and dialed number from any other phone using PimBackup
- There are three way to check your PDAphone is connected to the VOIP network
1/ You can see the two network call bar from the top bar
2/ You can use the VOIP today plugin
3/ You can see your VOIP network from the phone application itself.
Also this incredible rom is available in 5 different localized version: WWE/WWE/GER/ITA/ESN/FRA
Status of these 5 roms:
Rom A09 PRO_VOIP (private "pure" edition):
WM6.1 Professional - CE OS 5.2.19965 (Build 19965.1.2.3) with "4.8 MB Pagepool"
And includes the following
-- Native VOIP support
-- Setup VOIP from Schap to configure your VOIP setup.
-- SDHC support
-- Outlook Enhancementsupport
-- WPA-TSK vagus fix.
-- NetCF 3.5
-- SQLCE 3.5 (Localized)
-- wireless manager, is there but tricky to use.
-- Softkey Applet (a powerfull applet that allows you to change your softkey without having to soft reset)
-- TCPMP 0.72 (Localized) with two different subtitle support (thanks will5 for the information about the new subtitle pluggin) and YouTube support (Subtitle support for SMI in video "Intel 2700G" mode and not in "Intel 2700G Decoder" mode)
It also includes avc, aac & ac3 plugin. TCPMP is an alternative to WM Player. File associations is availble in TCPMP settings
-- PIE 6.1 and YouTube plugin, scrolling can be done using directional button, PIE Ramdisk is available in Scripts & Tricks section (it uses ram for PIE cache to improve performance). About the YouTube Plugin, it works natively. If you surf on YouTube with PIE, when you click on a video a context menu will be displayed (see screenshot above). Then you will be able to save the video or to view it online through TCPMP.
-- DF's PIM Backup 2.8 (a replacement for Data Backup)
-- ModemIS, a string initialization modem utility.
-- 7-zip, if you need to extract 7z compressed files.
-- aximsite wireless switcher
-- screen capture, a simple screen capture utility (Not in German rom)
-- Notepad, a very usefull text editor.
-- GSFinder+, a replacement for File Explorer, this version has an High Resolution feature. I find this software more interesting than Resco Explorer because of this feature and also because it's faster.
-- ozVGA and WM6.1 trueVGA Localized dlls, to switch in TrueVGA mode (The German rom contains only the trueVGA dlls and not the trueVGA applet)
-- MortScrip 4.1
-- NoPluginsToday, a switcher to quickly de-activate all your plugin and re-activate them all. Plugin de-activation will boost your device.
-- MagicButton, so all application will close and release memory instead of being minimized (a replacement for switcher bar) (Not in German rom)
-- Ramdisk see "Menneisyys" article. These rom will automount a 3 Mo ramdisk with filesys.exe TempPath pointing to the ramdisk. Unmounting the ramdisk will autopoint to permanent storage, while mounting any ramdisk will automatically point the TempPath the the ramdisk.
-- Hibernate, a powerfull tool to claim unused memory.
-- UC ROM capability
The package contains the following UC components with the appropriate SDConfig.txt:
----- PocketRAR 3.80 (Localized)
----- DF's Task Manager / Registry Editor 3.1, a very good task manager embedding a usefull registry editor (with this software and GSFinder+, you don't need Resco File explorer anymore).
---- x51v Mix
---- Windows Live 10.6.39.1300
---- MagicButton (only in German package)
---- screen capture (only in German package)
with following registry tricks:
HKEY_LOCAL_MACHINE\System\ObjectStore\RegistryType=0 , (file based registry)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Navigation\"4-Way Nav"=0
Compaction thread :
One of the best way to fight against compaction thread is to reassign all temp files to ramdisk. By default, this 4.8 pagepool rom will autoload a 3 Mo ram disk and ensure more than 30 Mo of free memory to run the programs. You can easily unmount or change the capacity of the ramdisk using the preconfigured features located in program files/ramdisks. Like mentioned before it will automatically point filesys.exe TempPath to the ramdisk. I also strongly suggest to use Pie_Ramdisk (in tips&tricks) instead of Pie.
Also if you want to check compaction thread behaviour with different pagepool values, you can use Paveld PPeditor. (Thanks Paveld & wllw from 4pda)
Instruction to use Paveld PPeditor
Kitchen from Football is available here.
Update: A09 VOIP Gold release
It's more like a dking special, those rom have :
--a patched gwes.exe to avoid the display problem in menus (thanks to dking that was kind enough to explain me his tutorial published in russian in 4pda.)
--dking patched drivers for Axim's screen backlight on minimum brightness
(it should also fix the french menu displayed when trying to access YouTube from PIE)
Update 2: A09 VOIP Gold with patch filesys.exe release
It's the very same A09 VOIP Gold release, with a custom shsmith patch filesys.exe v6.3. I've use cook method highlighted by Menneisyys to generate those patch filesys.exe.
The patch is launched at startup and can be invoked also from Scripts & Tricks section.
Last Update: A09 523F release
WM6.1 VOIP Pro (21055) WWE only
This rom is build over the last WM6.1 build (dated september 2009) and have finger scrolling ability.
features:
--pure WM6.1 rom with only added screen capture utility, Mortscript, SDHC support, WPA-TSK vagus fix, Softkey Applet, aximsite wireless switcher.
--dking 2700G driver
--patched Wireless Manager
--The Pro rom has native VOIP all other WM6.1 bonus (except IE6 Mobile that is removed) could be installed by UC, but you have to get it from the x51v rom (Including My Phone and SkyMarket, and other bonus)
UC will install Office Mobile, and will kick with filesys.exe after reset, You'll have to wait 5 minutes to start benefit the full speed rom (when filesys goes down to 0% of cpu).
Tip for downloading from rapidshare: use jdownloader.
If you like these rom and you wish to donate.
If you are interested by the french rom please participate here.
Localized today screens​
Some tricks related to VOIP part:
You can use up to two VOIP configuration. Using setup VOIP from Schap, you can create your 1st VOIP configuration.
Then go to \Windows\system\VOIP and duplicate the Prov1SIPSettings file to Prov1BackupSIPSettings. Re-use setup voip to configure your second VOIP configuration.
If you don't use headset, and you use the speaker and mike from the x50v (by using it up side down), reduce the speaker sound to avoid echoing.
Ahh, perfect! Just after I broke my LCD. Now I am more motivated to go to ebay and buy that LCD replacement.
[Solved:] Mine is giving error: Image checksum file not found.
Which rom are you trying to use?
WWE,
I have copied .nb and .crc both.
BTW, I use A09 (Lenny) edition.
Does WPA natively work?
TIA
biligee said:
WWE,
I have copied .nb and .crc both.
BTW, I use A09 (Lenny) edition.
Click to expand...
Click to collapse
Perhaps, you have too many files located in the SD root folder, try to only have those from the package.
Dividee said:
Does WPA natively work?
TIA
Click to expand...
Click to collapse
It should.
Thanks, Now it is working.
makuu said:
Perhaps, you have too many files located in the SD root folder, try to only have those from the package.
It should.
Click to expand...
Click to collapse
just now i'm flashing my x50v to the german version. I was using the 6.1 from LennySh A09 before, but WLAN was not working perfectly, as it did in WM5 and of course, it was english. I'm interested, how this rom works. gonna write about it then...
Well, played around with it and: i love you for making this rom completely german. (as from first post, i understood that only the home-screen should be german), anyway it's great! And reacts much better than the A09 WM6.1 from LennySh before. A really great Rom. (Is good that it's german, as i'm gonna sell this device, when i get my MDA Pro, which may arrive some time these days, And i think, it's going to sell more, if there's a german WM6.1 on it. Thanks for this rom!!
run fast but wifi works only whit wep ,wpa disconnect every 5 five second
caxio said:
run fast but wifi works only whit wep ,wpa disconnect every 5 five second
Click to expand...
Click to collapse
I have no problem with WPA TKIP. Keep connect and it is supported natively.
No on / off / on trick is needed.
Also, this roms seems lessen the filesys compaction problem, even the CPU loading at 624Mhz, it is still responsive.
new voip user
Can you recommend me on a good VOIP provider. so I can set my new x50v rom.
what VOIP provider are you guys yusing ?
where should I install programs
my congratulations, great rom! thanks for providing it!
I have just a one question:
do you recommend to install programs like agenda fusion to the device or to a sd card (concerning the filesys issue)
thanks in advance
Nice work! But what about troubles with filesys.exe 99% CPU use?
WPA doesn´t work. But the Rom is very nice.
Cya
the german rom seems to have bricked my x50v. i get memory errors when booting and cannot reflash the rom from sd card.
JoeBlob said:
the german rom seems to have bricked my x50v. i get memory errors when booting and cannot reflash the rom from sd card.
Click to expand...
Click to collapse
You might have bricked your axim if it was running WM2003 prior flashing with a M6.1 rom. There are stickies on aximsite that should help you recover in this case.
But remember that there is always a risk to flash your device it can always be bricked.
killert68i said:
Nice work! But what about troubles with filesys.exe 99% CPU use?
Click to expand...
Click to collapse
haven't noticed so far yet. (but don't care anymore, as i'm going to sell my X50v now, because i now have my HTC Universal.
btw @ EDITman
VOIP depends mostly on your ISP / internet provider. If you have DSL and a telephone flatrate, you might be able to use your home connection, as the telephone-connection goes over internet. (that's VOIP). I don't know, if you can use VOIP anywhere else but home.

[X51V] ROM WM6.5.1 VOIP Professional (WWE, ESN)

[X51V] ROM WM6.5.1 VOIP Professional (WWE, ESN)​
My First thanks to Football. He was there to answer some questions when I was starting learning cooking for the x51v. I also want to thank Dking for providing the new 2700g drivers and DA_G for the WM6.5 builds.
This thread is actually a continuation of this one, where I have released some WM6.1 private professional rom for the axim.
This rom is indeed a full professional rom, with this rom your x51v is not a PDA anymore, it will just become a real VOIP Pdaphone.
What is the difference between a x51v regular rom with a VOIP software (like Sjphone) and this WM6.5 VOIP rom?
Here are the main benifits once your axim is properly configured:
- You only need to turn on your wifi to place or receive VOIP call (You don't need to start any software because the VOIP is native on the OS)
- You can call directly from your contact
- You can import call log and dialed number from any other phone using PimBackup
- There are three way to check your PDAphone is connected to the VOIP network
1/ You can see the two network call bar from the top bar
2/ You can use the VOIP today plugin
3/ You can see your VOIP network from the phone application itself.
Status of the roms:
Rom (5C0B) 5.2.23563 WM6.5.5 com5 branch : PRO release
A11: WM6.5.5 PRO (23563) WWEhttp://rapidshare.com/files/385083548/DiAd_K_AximX51v_WM65_A11_5C0B_WWE_pro.zip
{
"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"
}
This is the A11 final concept with optimized themes for file system performance improvement.
features:
--IE6 Mobile
--native VOIP
--Showcase.
--hibernate.
--screen capture.
--dking 2700G driver
--patched Wireless Manager
--TCPMP with finger friendly skin
-- Default theme (stylus UI) for low memory consumption (a lite version of the original Rock and Republick black theme)
--Titanium weather & wireless pluggin (via UC)
--Office 2010 (via UC)
--FingerKB (via UC)
--file system optimized original WM6.5 Finger UI theme: DVF Green, Isaac Mizrahi purple, Rock and Republic black, Vera Wang Red (via UC)
--file system optimized Elcondor WM6.5 Finger UI theme: Condor GT Black Edition (via UC)
--All 6.5 Extra (via UC)
--a 450 Ko dking DKLogo slot, that you can use to customize the x51v Boot Logo with dking Dell Logo Utility. The slot is preloaded with default Dell boot screen, you can put a compressed image up to 450 Ko (to compare with the Dell original logo that weight 120 Ko compressed).
--This branch has magnifier feature and new contact management.
This rom have a default page pool value of 12 Mo
Trick: if you need more memory switch to default theme and inactivate titanium, when memory is not an issue just use a Finger UI theme & titanium.
Customize UC if you don't need all 6.5 components. You can also run this rom on a 64 Mo device but then change pagepool to 3.2 Mo and don't use all the 6.5 components refer to the lite thread and check memory consumption table. Compared to a classic rom this rom will use about 2 Mo more because it's a pro rom and runs VOIP phone processes. So If you don't need a pro rom, just take the lite classic 5C0B nb0 together with the 6.5 packages of this rom, you will then get a full 6.5 classic rom.
Roms (5A2D) 5.2.23547PRO_VOIP WM6.5.5 com5 ("Finger UI"): E01 release (special thanks to Shadrac)
E01: WM6.5.5 VOIP Pro (23547) WWE 4 Mo Extendir
features:
--12 Mo pagepool.
--both IE6 Mobile.
--dking 2700G driver
--patched Wireless Manager
--TCPMP with finger friendly skin (via UC)
--Titanium weather & wireless pluggin (via UC)
--Office 2010 (via UC)
--a 450 Ko dking DKLogo slot, that you can use to customize the x51v Boot Logo with dking Dell Logo Utility. The slot is preloaded with default WM6.1 welcome screen, you can put a compressed image up to 450 Ko (to compare with the Dell original logo that weight 120 Ko compressed).
--ThisPro rom have native VOIP plus all WM6.5 extra that can be installed using Shadrac PresetInstaller (so you can actually have a full WM6.5 rom in your axim)
To know more about the incredible Extendir feature read this thread.
At first boot both rom will installed the mandatory package via UC (be patient during this phase), at second boot PresetInstaller will be automatically launched so you can install extra package using preselection or chosen by yourself.
It means that if you want to hard reset your device you need to have you SD card to installed the mandatory packages. ( or your system won't be stable).
Extendir roms have been tested with older French builds, those roms perform better but might conflict with other softwares (and then become unstable).
If you don't want extendir and you have a 128 Mo x51v, you can use the A11: WM6.5.5 Classic lite(23547) WWE romhttp://rapidshare.com/files/372747495/DiAd_K_AximX51v_WM65_A11_5BFB_WWE_lite.zip and apply this packagehttp://rapidshare.com/files/372759098/Full6.5gui_for_5BFB_lite.zip to transform the WM6.5 lite OS into a regular one (You should also increase the pagepool value). Then you can check the WM6.5 extra from A11 Extended rom package to see if they are compatible.
Roms (5574) 5.2.21876 WM6.5.x com2 ("Stylus UI"): A11 pro & classic releases
A11: WM6.5.x VOIP Pro (21876) WWE
A11: WM6.5.x Classic (21876) WWE
features:
--both IE6 Mobile and PIE are available.
--dking 2700G driver
--patched Wireless Manager
--a 450 Ko dking DKLogo slot, that you can use to customize the x51v Boot Logo with dking Dell Logo Utility. The slot is preloaded with default WM6.1 welcome screen, you can put a compressed image up to 450 Ko (to compare with the Dell original logo that weight 120 Ko compressed).
Adobe Flash lite is only included in the classic rom. To add any other WM6.5 feature try to use A11 5A2D extended packages (however I haven't check the compatibility).
Roms (5A2D) 5.2.23085 PRO_VOIP WM6.5.1 com3 ("Finger UI"): E01 & A11 releases (special thanks to Shadrac)
E01: WM6.5.x VOIP Pro (23085) WWE 4 Mo Extendir
A11: WM6.5.x VOIP Pro (23085) WWE Extended
features:
--both IE6 Mobile and PIE are available.
--dking 2700G driver
--patched Wireless Manager
--a 450 Ko dking DKLogo slot, that you can use to customize the x51v Boot Logo with dking Dell Logo Utility. The slot is preloaded with default WM6.1 welcome screen, you can put a compressed image up to 450 Ko (to compare with the Dell original logo that weight 120 Ko compressed).
--Those Pro rom have native VOIP plus all WM6.5 extra that can be installed using Shadrac PresetInstaller (so you can actually have a full WM6.5 rom in your axim)
To know more about the incredible Extendir feature read this thread.
The A11 Extended rom is based on the concept used to build the E01 extendir rom but without the extendir feature. I've build it only for those that have 64 Mo ram x51v and also to be compare with the E01 ( performances ).
At first boot both rom will installed the mandatory package via UC (be patient during this phase that is especially long for the A11 rom), at second boot PresetInstaller will be automatically launched so you can install extra package using preselection or chosen by yourself.
It means that if you want to hard reset your device you need to have you SD card to installed the mandatory packages. ( or your system won't be stable).
Extendir roms have been tested with older French builds, those roms perform better but might conflict with other softwares (and then become unstable).
Check the bench results
Tip for downloading from rapidshare: use jdownloader.
Rom A10 (5A14) 5.2.23060 PRO_VOIP WM6.5.1 ("Finger UI"):
WM6.5.1 Professional - CE OS 5.2.23060 (Build 23060.5.3.0) with "4.8 MB Pagepool"
And includes the following
-- Native VOIP support
-- Setup VOIP from Schap to configure your VOIP setup.
-- SDHC support
-- WPA-TSK vagus fix.
-- NetCF 3.5
-- IE6 with Adobe Flash 3.1
-- DF's PIM Backup 2.8 (a replacement for Data Backup)
-- aximsite wireless switcher
-- screen capture, a simple screen capture utility
-- GSFinder+, an alternative to the OOTB file explorer
-- MortScrip 4.1
-- FingerKeyboard 2.1 (a replacement for MS Keyboard and a must for a "Finger UI" rom, more skins, keyboard and instructions here)
-- UC ROM capability (with New Windows Live package and his SDCOnfig.txt file )
(notifications bus solved)
Rom A10 (5A0D) 5.2.23053 PRO_VOIP WM6.5.1 ("Finger UI"):
WM6.5.1 Professional - CE OS 5.2.23053 (Build 23053.5.3.0) with "4.8 MB Pagepool"
Bug with notifications.
Rom A10 (5B74) 5.2.23412 PRO_VOIP WM6.5.1 ("Finger UI"):
Aternative rom (older build) but notification are OK also it includes new contact management (including icons).
You can use Paveld PPeditor if you want to change PagePool and generate a new crc file. (Thanks Paveld & wllw from 4pda)
Instruction to use Paveld PPeditor
To properly run these rom it's recommended to use a 128 Mo ram upgraded x51v.
If you like my roms and you wish to donate.
Localized versions status​
ESN has been released.
Sorry I don't plan to cook anymore GER, ITA roms.
FRA in beta stage.
Tips & Tricks​
-- Release a maximum of memory to use a WM6.5 rom with a 64 Mo x51v:
This trick comes from raynda:
1. Disable Titanium plugins - 1-3MB free RAM
2. Disable WM6.5 Start Menu via utak3r's QuickMenu cab *IMPORTANT* - The start button is now on the bottom of the screen, and the utak3r cab is designed for the previous version of WM6.5, there is no icon in the top left corner. However, QuickMenu is still there and still works and the default Start Menu is still disabled. Be aware though, the top taskbar slide menu (containing Wifi, Volume, Power, etc. options) will be disabled and a buggy box will appear if you tap on those icons.
3. To disable the phone drivers and free up 3-4MB RAM, you can do one of two things.
- Safest method - use a registry search program, such as SKTools, and search for the terms "cell", "voip", "phone", and "dialer", and delete the information in each entry.
- Not so safe method, but works and totally disables phone drivers - create a fake "cprog.exe" and copy over the default "cprog.exe" into the Windows folder. When you soft reset, the drivers won't load, but you will get an error message that "Cprog.exe" isn't signed. You can tap "ok" until the error message goes away.
4. If you don't use Bluetooth, IrDA, or GPS, these drivers can be disabled completely in the registry. To do this, go to HKLM>Drivers and empty the keys for the devices you want to disable. Don't delete the entries, but delete the information in the entries. (Example - don't delete "DWORD - Keep - 1", but delete the 1 from the DWORD. Some keys will regenerate themselves if you delete them entirely, but if you delete the information in the key, they will not regenerate.)
5. HKLM>System>GWE contains some DWORDS that can free up 1-2MB RAM as well, such as "EnableLayeredWindows".
Using these tricks, and totally disabling all Bluetooth references in the registry, I have reached 32MB free RAM. This also was done while still increasing the GlyphCache to 16384.
Another trick - setting the DWORD to "1" instead of "0" in HKLM>System>StorageManager>Filters>replxfilt DWORD "DoImmaculate" will free up a little bit of RAM at the cost of a slightly longer boot time.
Another trick - search the registry for all "Camera" entries and make sure that the entry for Camera is disabled. (DWORD value for Camera should be "0" instead)
Another trick - Set HKLM>Snd>Event>EventCache from 1536 to 0 or 1.
Some more tricks from mtal1:
here & here
-- Connect with wifi using WPA/TKIP+AES:
This trick comes from francky37:
When trying to connect with wifi using WPA/TKIP+AES, it keeps asking pass-phrase without successfully connect.
To solve this go to settings and force TKIP mode, once done it will sucessfully connect each time you'll try.
-- Black Glossy skin for WM651 (from francky37):
-- Sense clock widget and theme (from aneto):
Woot woot!! Awesome work, Makuu!
Wowwwwwwww this is fresh release. I should install now. Thank you makuu
makuu great let's try this rom is that promise much for our axim to download and try it for that
thanks
can check the link and asking for a premium account and tried a lot and you can not download or upload to another server without too much trouble.
greetings
maximum RAM
This is excellent makuu, thanks so much.
I am trying to get the most free RAM that I can and would like more details
on disabling the phone features.
Step 3 says to search for "cell", "voip", "phone", and "dialer"
Do I search for whole words only?
Either way there are quite a few locations found.
-What problems could result from using the 'fake' cprog.exe?
-Is there any chance of releasing a cab file to disable these phone drivers?
thanks again, I am grateful for your efforts
Step 3 says to search for "cell", "voip", "phone", and "dialer"
Do I search for whole words only? Yes, and when I did it, "regular expressions" was unticked. It's best to do this directly after a flash with no software installed so that you don't accidentally mess up anything with Skype or similar programs if you use them. I suggest also that if you do this, you check each search result before deleting anything. I haven't had any problems from doing this, but that doesn't necessarily mean everyone else won't.
Also, there is a mortscript entry in your Windows folder named "VOIP". Make sure to remove that from your startup items.
-What problems could result from using the 'fake' cprog.exe? You'll get an error message every time you soft reset telling you that the current "Cprog.exe" is not signed with a trusted certificate. You have to tap "ok" 4 or 5 times to get it to go away, and it's a bit annoying but if you can live with that or figure out a better way to create a fake "cprog.exe", then the phone drivers will not launch on startup, freeing up 3-5MB RAM.
-Is there any chance of releasing a cab file to disable these phone drivers? I can't speak for Makuu, but I think it might be tough, unless someone creates a dummy cprog.exe, signs it, and then creates a CAB package that copies that exe file into the Windows directory.
How I typically get 30-32MB free RAM with WM6.5
This is how I do it when I flash 6.5, but it isn't for everyone's usage. A big part of it is disabling all IR and Bluetooth drivers since I don't use them and they eat RAM.
1. Change Input Method options to disable all auto correcting and word suggestion.
2. Change Error Reporting to disabled and change the Cache DWORDS for Error Reporting in the registry to 0.
3. Change GPS Settings - Untick the box for "Automatically Manage GPS"
4. Install SKTools and delete all Bluetooth related services in the Services options, especially OBEX. Google the services that you can manage here and either delete or change to manual anything that you find you don't need. (But don't change "Notify", or you won't be able to install any cabs!)
5. Disable any drivers you don't use with SKTools, I always disable all IR, Bluetooth, Cell, SMS, SmartCard, and GPS drivers with SKTools, then I come behind myself and make sure that any registry entries for any of these things are blank. (Note - not deleted altogether, but blank.)
6. Install the utak3r cab to disable the start menu.
7. Install the nueNoBar cab which can be found here on XDA after installing the utak3r cab to completely get rid of the bottom taskbar since you don't need it an it eats about 1 MB RAM.
8. Search the registry for Camera entries and disable them.
Also
Also, I'm not sure if my logic is right on this, but I think that if one disables everything that I disable, they can get away with a smaller pagepool. If I strip down my OS like I just mentioned, I usually also lower the pagepool to 3.2MB as well, and that helps.
Also, there's a second DWORD (limit0 - 73728) in your GlyphCache that can be deleted.
this beta rom works until 31 December this is very good
Come again? (That's what she said)
FYI - If you don't want to pay for or use a cracked version of SKTools, you can do all of the things I mentioned above with dotFred's Task Manager.
I want to try
Can someone upload this rom to Megashare or Megaupload please.
Dark hanzo said:
this beta rom works until 31 December this is very good
Click to expand...
Click to collapse
You are right, the build I've used was timed bomb (It was not mentioned on the source). So I am reuploading a patched rom.
Long time no see...makuu
and thank you very much for your efforts!!
The patched rom has been uploaded.
makuu said:
The patched rom has been uploaded.
Click to expand...
Click to collapse
Hi Makuu. Thanks again.
Only one coment, I downloaded the patched version, but the DiAd_K_AximX51v_WM65pro_A10_5A0DWWEpriv.nb0 file has the same date (26/09/2009 11:07) than the non patched. It's ok?
BR

Categories

Resources