[DIAM|RAPH|HD] Camera Landscape support with Sensor SDK 4 - Windows Mobile Apps and Games

There have been many discussions about that and here is a definitive fix!
Problem:
HTC Camera uses Sensor SDK V 3.3 to detect orientation and to save photos in landscape.
Newer HTC apps including HTC Sense 2.5 need Sensor SDK 4.X to work, but Camera doesn't support the higher SDK versions.
So having Sense 2.5 and working landscape Camera was impossible!
Solution:
hack the Sensor SDK V 3.3 to run with SDK V 4 at the same time
hack Camera to use hacked Sensor SDK
Thanks:
to amarullz for brainstorming, testing and his great help!!!
to mac_es for the Blackstone hack
Devices:
Theese devices should work with this hack:
Diamond
Raphael (Touch Pro)
Blackstone (Touch HD)
Packages for cooks:
Simply include theese packages together with SDK 4 and Camera. You could also simply overwrite Camera.exe in your package.
Sensor SDK 3_3_18182326_0 [DIAM|RAPH] (hacked): View attachment SensorSDK_3_3_18182326_0_COMPAT.zip
Sensor SDK 3_3_18192831_1 [HD] (hacked) by mac_es: SensorSDK_3_3_18192831_1_COMPAT.zip
Camera 6.00 [DIAM] (hacked): View attachment Camera_6_00_33645_01_COMPAT.zip
Camera 6.01 [RAPH] (hacked): View attachment Camera_6_01_32976_00.zip
Camera 6.15 [HD] (hacked) by mac_es: CAMERA 6_15_35154_1_HACKED.zip
Camera 6.22 [DIAM] (hacked): View attachment Camera_6_22_34164_0_COMPAT.zip
Camera 6.4 [DIAM] (hacked): View attachment Camera_6_4_33477_0_COMPAT.zip
CAB packages (need SDKCerts!!!):
Theese cab files include only the modified files, so you have to check your camera version and take the cab for YOUR version.
Camera 6.00 + SDK: View attachment Camera_6_00_SSDK_4.cab
Camera 6.22 + SDK: View attachment Camera_6_22_SSDK_4.cab

reserved.............

reserved
---------------------------------

great work !!! thanks a lot

Camera_6_00_SSDK_4.cab does not work on my Diamond. Also...copied the files from the packages manuell into windows-folder, imported the app.reg with cereg_editor and it works like a charm.
Again a great work from you guys!
THNX!

But the latest ssdk4 still can't be used any solution?

btxakita said:
But the latest ssdk4 still can't be used any solution?
Click to expand...
Click to collapse
why do you want to use it with your camera?

Great work guys I'm your fan thanks for your time and for your brainstorming

diamond_lover said:
Great work guys I'm your fan thanks for your time and for your brainstorming
Click to expand...
Click to collapse
You're right, they never stop and they never stop to amaze me either! Keep it up, guys!

I'll test it in my kitchen.Thanks

Interesting...
I have modified the blackstone ones...
I edited the same way as the postedones.
Here you have, the hacked SDK in OEM package and the camera.exe

Thanks, I've added you contrib to the first post.

You should modify the subject too, to atract the HD readers...
Also, maybe some one can help me...
I came to this thread because my HTC Calculator doesn't rotate automatically whith gsensor. It is working becuase Opera 10, and TomTom rotate perfectly. So it is not the sensor, also the registry entries are there..
Also, I have looked in the exe module but I haven't seen any reference to the sensor... any ideas?
I'm using Sensor SDK 4.0, Manila Sense 2.5 and HTC Calculator from LEO 1.49
Thanks

Thats the clou about SDK 4.X, the exe doesn't need any reference. The Sensor Service watches running windows and rotates if a whitelisted window is found.
For calculator you have to add
Code:
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\ModuleName]
"Calculator"="\\Windows\\htcCalculator.exe"
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\WhiteList]
"Calculator"="CalculatorMain"
or use G-Config.

Kisja said:
Thats the clou about SDK 4.X, the exe doesn't need any reference. The Sensor Service watches running windows and rotates if a whitelisted window is found.
For calculator you have to add
Code:
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\ModuleName]
"Calculator"="\\Windows\\htcCalculator.exe"
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\WhiteList]
"Calculator"="CalculatorMain"
or use G-Config.
Click to expand...
Click to collapse
I already have that entries.
I'm using SensorSDK_4_0_19112326_0
This is the whitelist I have:
Code:
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\WhiteList]
"Opera"="Opera_MainWndClass"
[COLOR="Red"]"Calculator"="CalculatorMain"[/COLOR]
"TestHTCSensorDemoAP"="TESTHTCSENSORDEMOAP"
"Composer"="Ppc_WndCls_ComposerFrame"
"tmail"="Inbox.MainWnd"
"IE6"="IEMobile"
"MessageClient"="MESSAGING_CLIENT"
"FootPrintViewer"="HTCFPTViewer"
"NaviPanel"="HTC_NaviPanel"
"CoPilot"="CoPilot WndCls"
"PaPaGo"="WCLS_PAPAGOX3"
"PushInternet"="olviewer"
"MarketPlace"="WMMarketplaceBootStrapClass"
"CMMB"="HTCCMMB_MAIN"
"NaviPanelFlash"="HTC_NPFlashPlayer"
"MessageEnhancement"="HTCMsgEnhance"
"IMESetting"="EZINPUTSETTINGS"
"NaviTel"="navitel"
"NaviTelStartScreen"="SplashScreen"
"OrangeNaviSoftware"="POLARISWINNT"
[B]"Opera10"="OM10-ML-MainWndClass"
"TomTom Navigator"="MunichWinClass"[/B]
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\ModuleName]
[COLOR="Red"]"Calculator"="\\Windows\\htcCalculator.exe"[/COLOR]
"tmail"="\\Windows\\tmail.exe"
"Arc"="\\Windows\\ArcMC.exe"
"Opera"="\\Windows\\Opera9.exe"
"OperaTachi"="\\Application Data\\Opera9.exe"
"IE6"="\\Windows\\iexplore.exe"
"NaviPanel"="\\Windows\\NaviPanel.exe"
"CoPilot"="\\Program Files\\CoPilot\\copilot.exe"
"DRM"="\\Windows\\Downloadagent.exe"
"MsgEnhancement"="\\Windows\\HTCMsgEnhance.exe"
"MessageClient"="\\Windows\\Messaging_Client.exe"
"CMMB"="\\Windows\\HTCCMMB.exe"
[B]"Opera10"="\\Archivos de programa\\Opera Mobile 10\\Opera10-armv4i.exe"
"TomTom Navigator"="\\Archivos de programa\\Navigator\\TomTom Navigator.exe"[/B]
I have the calculator entries (red ones). I have tried TomTom or Opera10 and they rotate, so the service is up...
The calculator is Calculator_1_1_19201131_01.
I have tried already G-config whithout any luck... I'm in 0C0A ROM, I have tried also renaming "calculator" to "calculadora" (spanish translation which is in the mui) but it doesn't rotate..
I'm out of ideas...
Thanks

hhm, really strange... doublecheck your Gsensor Service and maybe try other versions (4.2,...). I have really no other ideas.
maybe you ask in the GConfig thread, there are more people with the knowledge.
EDIT: But it's the way I have already written, SDK 4.X diesn't need any app to use its functions. It works with any app, so it simply doesn't recognize your calculator (why is an other question). SDK 3 is different, there an app has to support the SDK (thats what changescreen, or gsen is for) and thats why Camera has to be patched.

Excellent work my friend....
My falicitations to you...
c_shekhar

Great works! Thank you! waitting for RAPH

Where can I find SDKCerts for WM 6.5?

Can somebody post the full camera 6.4 package for Diamond. I can´t find it.

Related

[Fixed] WM6.1 ROM - PROPHET CE OS 5.2.20226 Clean and UC

PROPHET DIAMOND
===== Core 5.2.20226 Build 20226.1.3.0 Clean and UC =====
Base on Sonblack ROM (PDAViet) and a bit of modification:
- CE OS 5.2.20226 Build 20226.1.3.0 PV
- .NET Compact Framework 2.0.7045.0
- HTC Home
- Office Mobile 6.1
- Office Note
- Windows Media Player 10.3 Build 19214
- HTC Sim Manager for Pocket PC v6.47
- WM5torage v1.8 by V. Bozhko
- Esmertec Java Build ID: 20080222.3.1
- Mode SMS (change message display on PPC)
- Network Wizard for PocketPC v1.0 (Build 29982.1.0.1.7) (support Indonesian GSM for setting GPRS configuration)
- Added HTC Diamond Green (as seen in attachment)
Download link:
http://www.mediafire.com/?pogm4xzyimg
Fix: download link:
http://www.mediafire.com/?jotctzw0nej
Clean version 2:
1. Remove HTC Home
2. Remove onenote
3. Net compact framework v3.5
4. fixed calendar.lnk
Download link:
http://www.mediafire.com/?dg5nl9bimmm
The different between this ROM http://forum.xda-developers.com/showthread.php?t=406074
is just about UC and HTC Home, right? Or anythings else.
HTC Home is exist on Sonblack ROM.
Added UC and cleaning some soft such as:
- AdvancedConfig
- ClearTemp
- Task Manager
- PIMBackup
- SynchroTime
- Total Commander
- WKTask
- BatteryStatus
Added HTC Diamond Green.tsk and modify operatorname for Indonesian GSM ops
Some of the soft can be installed on Extended_ROM (I installed Cloudyfa unhide ROM and now can see and even can install on those Extended_ROM)
The Storage Memory become 52MB plus 9.93MB Extended_ROM.
Disadvantage are; not as fast as Dioxda2 ROM and netcf still version 2 (can be upgrade to 3.5 also)
Actually the modif is for muy purpose, but I am sharing if somebody interested or want to remodif again.
Thank's to Sonblack (PDAViet) for the ROM
Upps:
Forget to notify that this base ROM is complete on term of setting from the beginning ops (Stylus operation, Time, Password, and email setting)
What is the difference between PDAViet version (Sonblack) and yours. I am already using Sonblack's rom. There is a problem with the Windows Live and Messenger in Sonblack's rom. You can't set "Sign in as" in Messenger. Also default camera application gives an error "Unable to enter the Picture Theme mode" when you try to use Picture Theme mode. Another bug is, there is a little black bar just above 2 on the keypad.
What did you remove or add to this rom? Did you repair any bugs?
Very fast rom indeed... I'am not sure if it's faster than 19214
Thanks for your contribution !!
As a matter of fact, I did tried this rom (Sinblack's 20226) from the very beginning......
its performance is a bit weired ( lag.... I felt that),
Is it very fast and stable now since you had cleaned it?
Yep,
Picture theme is missing and the little black bar just above 2 on the keypad still exist.
I install on Dopod 818Pro (G3), for speed, still below dioxda2 ROM, but for stability still okay (I put almost 50 additional softs)
Will inform you next morning (now is night in my City) and I am ready to go home.
Ps:
Could anybody help for solving 2 kind of bug mention above?
emilyo said:
What is the difference between PDAViet version (Sonblack) and yours. I am already using Sonblack's rom. There is a problem with the Windows Live and Messenger in Sonblack's rom. You can't set "Sign in as" in Messenger. Also default camera application gives an error "Unable to enter the Picture Theme mode" when you try to use Picture Theme mode. Another bug is, there is a little black bar just above 2 on the keypad.
What did you remove or add to this rom? Did you repair any bugs?
Very fast rom indeed... I'am not sure if it's faster than 19214
Click to expand...
Click to collapse
I was cleaning Windows Live in this ROM, for picture theme mode, you just need to copy this file (Birthday.gif, attached) on /My Documents/Templates folder.
Still working the other.
Do you want to use network wizard optimally?
Put new on the registry:
\HKLM\Software\Microsoft\RIL\OperatorNames
new key such as:
xxxyy and the value of the Brand of your GSM operator
where xxx is MCC and yy is MNC (Five digit number)
The operator code can be found here:
http://en.wikipedia.org/wiki/Mobile_Network_Code
It will customize your GPRS setting (and may be more??)
legedug said:
I was cleaning Windows Live in this ROM, for picture theme mode, you just need to copy this file (Birthday.gif, attached) on /My Documents/Templates folder.
Still working the other.
Click to expand...
Click to collapse
I am using "[POWER_Button_FIX + U.C.] ~V.1b and V.1c ~ Very Fast WM6.1(19214-PV)...(No Hardspl ?)" 1c version now. It has the same Picture Theme problem.
The attachment you've sent is a jpg file and copying it to My Documents\Templates does not solve the problem. But... if you copy Birthday.gif (which is a system file and most probably it will be invisible as far as I know) from \Windows folder to \My Documents\Templates the problem will be solved.
Thanks for the advice...
p.s. You can also copy other .gif template pictures.
legedug said:
Do you want to use network wizard optimally?
Put new on the registry:
\HKLM\Software\Microsoft\RIL\OperatorNames
new key such as:
xxxyy and the value of the Brand of your GSM operator
where xxx is MCC and yy is MNC (Five digit number)
The operator code can be found here:
http://en.wikipedia.org/wiki/Mobile_Network_Code
It will customize your GPRS setting (and may be more??)
Click to expand...
Click to collapse
wow!! didn't know this. thanks. will try this new seting for vodafone nz.
emilyo said:
I am using "[POWER_Button_FIX + U.C.] ~V.1b and V.1c ~ Very Fast WM6.1(19214-PV)...(No Hardspl ?)" 1c version now. It has the same Picture Theme problem.
The attachment you've sent is a jpg file and copying it to My Documents\Templates does not solve the problem. But... if you copy Birthday.gif (which is a system file and most probably it will be invisible as far as I know) from \Windows folder to \My Documents\Templates the problem will be solved.
Thanks for the advice...
p.s. You can also copy other .gif template pictures.
Click to expand...
Click to collapse
Actually I attached gif file but the web convert it to JPEG.
This is the gif file in zip file attachment.
Sorry for error.
emilyo said:
I am using "[POWER_Button_FIX + U.C.] ~V.1b and V.1c ~ Very Fast WM6.1(19214-PV)...(No Hardspl ?)" 1c version now. It has the same Picture Theme problem.
The attachment you've sent is a jpg file and copying it to My Documents\Templates does not solve the problem. But... if you copy Birthday.gif (which is a system file and most probably it will be invisible as far as I know) from \Windows folder to \My Documents\Templates the problem will be solved.
Thanks for the advice...
p.s. You can also copy other .gif template pictures.
Click to expand...
Click to collapse
Excuse me, I had most of the .gif removed from 1c before release......... +_+
Why didn't you post this problem in that threat?
Here comes all the .gif files that you may need. Please commend.
wow,thx for the file legedug and dioxda2
please advise if this ROM support Chiness
Many thanks.
WeiDavid said:
please advise if this ROM support Chiness
Many thanks.
Click to expand...
Click to collapse
Hi, if you only want to display Chinese Fonts, just use the Font attachment fron my 1b version thread in this forum.
Fix:
1. Camera picture templates
2. Dialer
Download link on first post
with soft-keys i cant open calendar ???
any solutions ??
br stupsi
stupsi99 said:
with soft-keys i cant open calendar ???
any solutions ??
br stupsi
Click to expand...
Click to collapse
What do you mean?
You mean you can change the left and right side (below) with softkey?
I can change almost anything with softkey, but for opening program you should go to today screen left and right side below.
Or did you install any calendar soft such as thumbcal, because sometime it replace original calendar.
o if you try to configure softkey with calendar - it was not there.
if you try to copy calendar from \windows to \windows\start menue\programs it`s not possible.
i need on the left softkey calendar - like other roms.
all other thinks work perfekt
stupsi
Your calendar is on Start menu, Move to start program
1. Open Start, Settings, Personal, click Menu
2. Uncheck calendar there
3. Close (click OK)
Go to softkey, its there now.

[Kitchen+ROMs]Sumit's Pro User's ROM WM 6.1 Edition v5.0 (Build 21056) :)

UPDATED : 31-December-2009 : Version 5.0 21056 SYS+XIP for Visual Kitchen+Optimized OEMs and EXTs+ROMs Added.
UPDATED : 10-October-2009 : Version 3.2 Updated 21055 SYS+XIP for Visual Kitchen as well as ROMs Added.
Hey Guys!
With lots of excitement, here i present, my first self cooked Windows Mobile 6.1 ROM which i call by the name Pro User's ROM
Its a no-nonsense rom for users who want to use their Windows Mobile OS and Phone with all its genuineness. Upgrade your Gene (P3400i and maybe older P3400 with S/N HT8xxx and HT7xxxx) and add new life to it with Windows Mobile 6.1 and a lots of great apps many of which are taken from Elfin. I've given a great amount of time in bugfixing and error checking, and therefore for the most part, this rom is bugfree and some of the known problems that i found after all my efforts, i have given workarounds for those in post #2.
Description: v5.0 [31-12-09]
BASE OS: CE OS 5.2.21056 (Build 21056.1.6.9)
Free RAM: ~26-27 MB, ~31 with Camera Loader
Free Phone Storage : ~50-51 MB
Page Pool : 8 MB
Download Links
Current Version : 5.0 build 21056 with Optimized OEM, EXTs and Recmodding Structure
ROM New Gene
ROM Old Gene
SYS for my Visual Kitchen build 21056
XIP (ROM Folder) for my Visual Kitchen build 21056
New OEMs for my Visual Kitchen
New WM 6.1 EXTs for my Visual Kitchen (New Gene Only, for Old Gene, Copy and paste the New Gene folder and rename it to OldGene. It would have been redundant to upload same files with just different folder names)
Updated EXTROM with Gene Branding, Palringo and Pocket Digital Clock Plugin+Winimage EXTROM editor
Previous Version : 3.2 build 21055
SYS for my Visual Kitchen build 21055
XIP (ROM Folder) for my Visual Kitchen build 21055
ROM New Gene
ROM Old Gene
Archived Version : 3.0 build 21054
SYS and XIP for my Visual Kitchen build 21054
Kitchen build 21054
ROM New Gene
ROM Old Gene
Archived Version : 2.5 build 21046
New Gene
Old Gene
SYS and XIP (ported for new and old gene)
Notes
- Build 21051 rom version 2.7 has some battery backup problem. So am not including it in previous builds section.
- Build 21054 is fully loaded rom with no feature of OS cut. If you want to add remove features, use the kitchen.
Please post your views, reviews, opinions etc etc about how fruitful my work was
If you like my work and feel that its worth some money, please donate to me, whatever amount you like at
Enjoy!
Problem Resolutions and FAQ:
------------------------
1. How to configure Hotmail's Pop3 Access in default messaging application of Windows Mobile without using Windows Live?
Solution: Create a new email account as usual and use these details:
Step 1:
Email Address: Your email but dont use @hotmail.com, instead use something else like htmail.com or something like that. Please not that this is only necessary if your email address end in @hotmail.com. Other Windows Live users dont need to do this.
Password: Your Password.
Step 2:
Uncheck the checkbox : Try to get e-mail settings automatically from the Internet
Step 3:
Select "Internet E-Mail" as your service provider.
Step4:
Enter your name and an account name.
Step 5:
Incoming Mail Server: pop3.live.com
Account Type : POP3
Step 6:
Username : Your email address (full email including @hotmail.com or any other windows live address that you have. This time give it correctly)
Password: Your Password.
Step 7:
Outgoing (SMTP) mail Server: smtp.live.com
Check the box "Outgoing Server requires authentication" and "Use the same username and password for sending mail."
Click "Advance Server Settings". Check the boxes "Use SSL for Incoming Mail" and "Use SSL for outgoing mail". Select "The Internet" as Network connection and then click "Done."
Step 7:
Select the Automatic update interval you want or manual for no automatic mail checking.
Click Finish.
Now open the account in Messaging and click Menu>Tools>Options. Click the account name, click "Edit Account Setup" and change the email address to the real one.Click Next, Next untill Finish and then click ok to close the options menu.
Thats it. Hotmail will be accessible from messaging now.
2. ActiveSync Starts up Again and Again Automatically Even When the Phone is Not Connected to USB cable or Bluetooth
Solution: It happens for some strange reasons that i haven't been able to find but for now there is a workaround for it.
For Users who use Exchange server with ActiveSync will have no problem if they have set the update schedule to manual. Otherwise, if you are using the push mail feature of exchange, then ActiveSync will run all the time for syncing and that is very normal.
For User who dont use Exchanage server, they should create a fake server and then set the update schedule to manual to prevent ActiveSync from running on its own. Here are the steps for that.
First of all, configure ActiveSync with your PC if you want to sync with PC using the usual method. After that:
1. Open Activesync on your phone and from the menu choose Configure Server...
2. Enter any email address. Clear the checkbox titled "Attempt to detect Exchange Server Settings Automatically". Click Next.
3. In server address, enter localhost or anything else. Click next.
4. Enter any username, password and domain name. I mean random strings. Also check save password checkbox.
5. Clear all the checkboxes in the "Data you want to synchronize" list. Click Finish.
6. Open Menu>Schedule. Here set both the dropdown lists to "Manually" and clear both the checkboxes. Click OK and close ActiveSync.
Plus as an additional step, delete the unneeded notification for Active Sync. To do that :
1. Open DotFred's task manager (Task Manager 2) and go to the Notifications tab.
2. In "Notified Programs", search for repllog.exe. You will most probably find 3 entries for it.
3. Scroll horizontally and out of these 3 or what ever entries, find those which have the entry "AppRunAtTimeChange" or "AppRunAfterTimeChange". Delete these entries, using the third icon from left on the bottom toolbar.
ActiveSync wont give you any problems after this.
3. Audio Booster doesn't allows entering Equalizer settings and checking the equalizer checkbox + Missing Audiobooster Option in Audio Managers Menu
Solution: This is not a problem and happens with some versions of AudioBooster and Audio Manager, if their version numbers are different. To resolve it :-
Just start AudioManager, let it build its library a little and then play a song for minimum 5 seconds. After that start AudioBooster, adjust one of its sliders a little. Then soft reset your phone, and both the problems will be solved. What happens is, they create their respective registry settings on first start and after that everything is fine. In Original ROMs from HTC, since on first boot the Customization applications runs, it sets up the registry itself. But even with that, you have to reboot your device anyway.
Useful Add-ons for this ROM
First of all, these apps are not mine, i am just posting these here for convenience. All the credit goes to the respective authors.
1. HTC Home version 2.1.1005.722 with Directory Fix by Schen
This is the best version of HTC home i have seen yet. It has almost no memory usage problem, takes only about 1 MB or so of memory. The original HTC home in the WM 6 original p3400i ROM was a memory hog and full of memory leak related bugs. This one is with 6 tabs, an extra one for music player management from home screen. And it saves its files in a seprate folder out of \windows so it doesn't makes your device any slower. A must have in my opinion.
Download Link : http://www.4shared.com/file/79512497/41ac3801/HTCHomev211005722DirectoryFixOnlyschen.html
nice man very nice you've done it !!! you are the man
it looks very nice i'll try it tonight
and feed you back
good job
i think issue solve in new virsion
ankit360 said:
there is some problem first time went i boot up it freeze at windows mobile boot screen then i hard reset it mow working fine
where is mms ?
usb to pc not working
audio manager not working
Click to expand...
Click to collapse
1. Freeze?? It makes a sound and returns after about a minute thats it. No freezes for me. I think you should've waited for a while.
2. ya man, mms is missing! I'll try to find the mms composer and cook a new version. I dont know how i missed it. :| For now i've attached the cab file of the latest version taken from kaiser, i think. [CAB DELETED AS THE COMPOSER IS ALREADY PRESENT IN THE CURRENT VERSION]
3. USB to PC's second mode is not working. But its connecting fine. Isn't that so in your case?
4. Audio Manager working fine on my phone. What error it is showing??
audio manager it's show it already open
no disk storage mode on usb to pc normal mode working fine
also ram is about 22-18mb
Hi Sumit,
Thanx a ton for this ROM. Just flashed. I didn't have any issues while booting first time, which I can confirm.
Audio Manager is opening, in my case at least. Can't play and check now, since I am in office
As far as USB to PC option is concerned, can confirm that I am able to Sync. Not tried the second option yet, since I am in the middle of syncing my contacts and appointments. Will confirm later on.
The only concern, I feel, is lesser RAM as compared to other ROMs. But peformance in terms of folder browsing etc., is brilliant. May be a tradeoff.
Again, thanx a lot for the kitchen too. But I am not really sure, how to work on the same. Though I tried, didnt' work out. So, gave up for the moment.
Thanks, again.
@krazy_about_technology
does this work with the old Gene with SN HT7XXX...
thanks...
Wait for some hours guys, i am cooking a new version with fixes.
I've integrated Arcsoft MMS, File Open and Save dialog Changer for default windows dialogs and old icon of USB to PC.
Removed the SQM (Software Quality Metrics), USB to PC icon of Elfin as it was not working.
Anything else guys?
krazy_about_technology said:
Wait for some hours guys, i am cooking a new version with fixes.
I've integrated Arcsoft MMS, File Open and Save dialog Changer for default windows dialogs and old icon of USB to PC.
Removed the SQM (Software Quality Metrics), USB to PC icon of Elfin as it was not working.
Anything else guys?
Click to expand...
Click to collapse
I would say, so far this ROM has been impressive. Great work mate. Waiting for the fix.
Just one comment though. I don't know, many will agree with me. Will it be wise to remove Office and Adobe Reader out of this ROM? Both of them are available in cabs and can be eaily installed in Storage card. I was thinking that removing the same from the ROM will save some valuable space in storage. Just a thought.
why start a kitchen for new gene
hi
u being such an expert on the new gene why not u start a kitchen
krazy_about_technology said:
Hey Guys!
With lots of excitement, here i present, my first self cooked Windows Mobile 6.1 ROM which i call by the name Pro User's ROM
Its a no-nonsense rom for users who want to use their Windows Mobile OS and Phone with all its genuineness. Upgrade your Gene (P3400i and maybe older P3400 with S/N HT8xxx) and add new life to it with Windows Mobile 6.1 and a lots of great apps many of which are taken from Elfin. I've given a great amount of time in bugfixing and error checking, and therefore for the most part, this rom is bugfree and some of the known problems that i found after all my efforts, i have given workarounds for those in post #2.
Description:
ROM's base operating system version is CE OS 5.2.20931 (Build 20931.1.5.0)
Free Memory at Startup : 22.57 MB
Free User Space : 46.56 MB
Page Pool : 6 MB
I have created it with my own ported XIP from WM 6 Original Rom for P3400i using Ramersonw's Fabulously easy Kitchen for GENE. Many Many thanks to Ramersonw for his great work. I would also like to thank Om-By for his fabulous page pool changer.
Here are some screen shots from it:
{
"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"
}
I have also attached the individual images of screen shots with this post.
Download Link : http://cid-988261b694475a67.skydriv...OMs/Sumits|_WM6.1|_ProUsersROM|_New|_Gene.exe
This ROM, in my knowledge, is the first rom for New GENE which is complete in all respects. It has all the features of WM 6.1 in it (only Welcome Center is removed as it was of no use at all). Plus i have also included some essential utilities. I wanted to include some others too but was neither able to find OEM's for some nor was i able to create with the tools i have.
Main Features:
* First WM 6.1 ROM with Fully Working version of Windows Live
I think i was right about the 2 HTC certificates that are not present in any other ROM. These are responsible for the non-functioning of Windows Live on these ROM (I think so but i could be wrong.)
*HTC's original touch driver from Elfin (Touch 3G) so all the default Windows Mobile apps have touchflo support
*Good FileSystem and Application Response timing: Windows folder is accessible within 3 seconds from any explorer application and application response time is also fine. Will be better in next releases.
*The Packages included are:
Packages Added by ME:
-------------------------
Jbed Java Runtime
Google Maps
HTC Touch Audio Manager
HTC HomePlug 9 Icons
HTC GENE Camera
Sumit's HWbutton Fix (Fixes the no of hardware buttons, the kitchen i used had it confgured wrong).
Pocket CM Touch Image Viewer 0.9
EZInput RC2 Keyboard (Diamond like keyboard, very nice to use)
pkgThemes (Some themes )
Dotfred's PIM Backup
Settings++
Dotfred's Taskmanager
Voice Speed Dial
WM5 Storage 1.8
Windows_Live_10.6.34.2500
SQL Server CE 3.5 and Development Tools
Packages from Ramerson's Original Kitchen
--------------------------------------------
Marshall's Wait Cursor Skin BlueSpin
.NET Framework 3.5
nueTools nueStorage Manager Control Panel Icon
OMNIA D3DM
Adobe Reader 2.5
Diamond Calculator
AudioBooster 1.2.18192131.2
Elfin_AdvancedNetwork
Elfin_App_Service_dll
Elfin_BluetoothSetting
Elfin_BootLauncher
Elfin_ClearStorage
Elfin_CommManager
Elfin_DataDisconnect
Elfin_DeviceInfo
Elfin_HTCAnimation
Elfin_HTCApplication
Elfin_HTCGesture
Elfin_HTCMessage
Elfin_HTCSettings
Elfin_HTCUtil
Elfin_InvokeSIMMgr_dll
Elfin_LockStreamDRM
Elfin_mHubVO
Elfin_MicrophoneAGC
Elfin_Mute
Elfin_MyCPL
Elfin_NewMailAccount_exe
Elfin_PhoneSetting_dll
Elfin_PictureEnhancement
Elfin_Power
Elfin_PowerOffWarning
Elfin_Redial
Elfin_RingtonePlugin
Elfin_ShareDLL
Elfin_SimLock
Elfin_SIM_MGR_exe
Elfin_stk_service_dll
Elfin_stk_uippc_exe
Elfin_TaskManager
Elfin_USBToPCPopUp
Elfin_USBtoPC_exe
lfin_USSD_Service
Jade_DShow
Opal_PhoneCanvas_W_Lock
Raphael_mHub
Registry__Disable - Security warnings when installing non-certified application
Known Issues (See Post #2 for possible resolutions and workarounds) :
----------------------------------------------------------------------------------
1. ActiveSync Starts Automatically Again and Again.
2. Missing Sim Manager Icon.
Please post your views, reviews, opinions etc etc about how fruitful my work was
If you like my work and feel that its worth some money, please donate to me, whatever amount you like at
Enjoy!
Click to expand...
Click to collapse
dheerajk27 said:
I would say, so far this ROM has been impressive. Great work mate. Waiting for the fix.
Just one comment though. I don't know, many will agree with me. Will it be wise to remove Office and Adobe Reader out of this ROM? Both of them are available in cabs and can be eaily installed in Storage card. I was thinking that removing the same from the ROM will save some valuable space in storage. Just a thought.
Click to expand...
Click to collapse
Buddy, i wanted to make a ROM that is complete in every sense. I can think of removing Adobe Reader but removing Office doesn't makes sense as it is one of the foundation packages of Windows Mobile. This is one of the features that makes Windows Mobile platform unique. so i don't think it would be a nice idea to remove office. And you have about 44-46 MB of free space, i think thats a good tradeoff for a ROM that is quiet complete in features. Anyways, if you still want something like that, i will also uploaded the full kitchen, you can use that to generate ROM for yourself, with only things that you need. I have included what i need and what i thought most other ppl will too.
No offence buddy, just clearing my point
does this work with the old Gene with SN HT7XXX...
thanks..
Click to expand...
Click to collapse
No it wont buddy. Its for new gene not the old one. It should work on devices with ONBL 1.10.000 or higher and Serial No HT8xxx. If you have such a device with SPL unlocked either using olipro or orefkov's method, you can try it. This ROM only contain the OS and Extended ROM modules so your spl, radio etc will be untouched even if it doesn't works. Just flash back your current ROM and your phone will be working again.
Hey guys,
Check out the updated, fixed version. I have included :
1. Arcsoft MMS composer.
2. File Open dialog replacement for default windows mobile dialogs. These include facility to browse the file system freely, but it need to be enabled from the Settings>System menu first.)
3. SIM Manager Icon added to main menu.
4. Normal USB to PC icon instead of the icon taken from Elfin ROM.
Problems:
1. There is a fake, second, non-functional USB to PC icon in the Settings>Network control panel, but fix for it and the guidelines to use it are included in both ROM and Post #2.
2. The ActiveSync issue remains.
Please post your views about this updated version guys.
Important
Is their someone from Delhi or Noida reigon with an old gene who would like to test the ROMs if i make a clone of this for old gene? I dont have the phone for doing the debugging.
krazy_about_technology said:
Hey guys,
Check out the updated, fixed version. I have included :
1. Arcsoft MMS composer.
2. File Open dialog replacement for default windows mobile dialogs. These include facility to browse the file system freely, but it need to be enabled from the Settings>System menu first.)
3. SIM Manager Icon added to main menu.
4. Normal USB to PC icon instead of the icon taken from Elfin ROM.
Problems:
1. There is a fake, second, non-functional USB to PC icon in the Settings>Network control panel, but fix for it and the guidelines to use it are included in both ROM and Post #2.
2. The ActiveSync issue remains.
Please post your views about this updated version guys.
Important
Is their someone from Delhi or Noida reigon with an old gene who would like to test the ROMs if i make a clone of this for old gene? I dont have the phone for doing the debugging.
Click to expand...
Click to collapse
Thanks a lot for the update for this great ROM. Just downloaded. Will flash and post my views by tomorrow. Thanks again...
HELP
Hii..
Actually i was trying to update my htc p3400i which has the following quote
ONBL 1.17.0000
SPL 1.17.0000
GSM 02.79.90
OS 1.17.0.0​With your rom update "p3400i GENE_wm6.1_19971wwe fusion9.0_new_gene_GENEs"...I have done all the steps as you have mentioned in your tuturial,,,I have completed successfully...But the phone doesnot reboot when it get off after the update,,,,i waited for 15 minutes then i unpluged the battery and again pluged in then i switch on my phone but only the green light key and red light key blinked for a second but the phone doesnot started.....
Now I request you to help me i shall be really very thankful to you.......
hi. firstly thnxx for looking forward for GENE users. its an excellent ROM.
buddy i have old GENE which i have ulocked and flashed it with lomlom's fusion9 ROM. my mobiles' ONBL is 1.17.000
can i use this ROM on my mobile. how can i find tht my mobile is of which S/N: HT8xxxx or S/N: HT7xxxx. where can i find the whole detailed info abt my mobile system.
i would also like to help u in development (though i dont know anything abt it but i'll try) and testing..
pawan4ever4one said:
Hii..
Actually i was trying to update my htc p3400i which has the following quote
ONBL 1.17.0000
SPL 1.17.0000
GSM 02.79.90
OS 1.17.0.0​With your rom update "p3400i GENE_wm6.1_19971wwe fusion9.0_new_gene_GENEs"...I have done all the steps as you have mentioned in your tuturial,,,I have completed successfully...But the phone doesnot reboot when it get off after the update,,,,i waited for 15 minutes then i unpluged the battery and again pluged in then i switch on my phone but only the green light key and red light key blinked for a second but the phone doesnot started.....
Now I request you to help me i shall be really very thankful to you.......
Click to expand...
Click to collapse
First of all dear, thats not my ROM. thats lomlom's. secondly, i think you gave gone through only first stage of unlocking your spl. just go thru the tutorial again and try using the orefkov's gene unbricker as described in the other threads. Otherwise, if you have tried it, please describe what you exactly did and what exact result you are getting while using orefkov's method.
abhinitagrawal said:
hi. firstly thnxx for looking forward for GENE users. its an excellent ROM.
buddy i have old GENE which i have ulocked and flashed it with lomlom's fusion9 ROM. my mobiles' ONBL is 1.17.000
can i use this ROM on my mobile. how can i find tht my mobile is of which S/N: HT8xxxx or S/N: HT7xxxx. where can i find the whole detailed info abt my mobile system.
i would also like to help u in development (though i dont know anything abt it but i'll try) and testing..
Click to expand...
Click to collapse
Buddy, If your ONBL is 1.17, how come your mobile is an old gene. As far as i know, 1.10 and above ONBL is only present in new gene devices sold as p3400i in asia region and may be p3400 in other parts of the world. Please double check your mobile box for correct model detail and also post the version of your SPL, GSM and OS.
The serial no is present at the back of the mobile behind battery i think and is also there on the original box of the mobile, on a sticker on one side. Post these info then only i can suggest whether you can flash it or not.
Thanks for offering me help, but i need someone in my local vicinity for that as testing a ROm may require a lot of flashing and reflashing. Neither can i upload roms so many times nor is it fast enough to do that from a distance for you. But i appreciate that you offered your help. Thanks

[ROM][NEW & OLD][30-05-09]Sumit's VanillaManila Ultimate ROM v3.1.1 (build 21046)

UPDATE 30-5-2009 : Version 3.1.1 for Old and New Gene Uploaded.
Hi Guys!
Presenting to you, The VanillaManilaUltimate Edition v3. This is a highly bugfixed version of the WM 6.1 version of VanillaManila ROM. This version has many improvements that you may not notice at first but will be visible to you after some time of use.
Details : Ultimate v3.1.1
------------------------------------------------------------------------------------------------------------------------------------------------
Base Operating System Version : CE OS 5.2.21046 (Build 21046.1.6.3)
Free Memory at Startup : ~25-26 MB initially, After normal use for 5-10 mins : ~23 MB
Free User Space : ~42-43 MB
Page Pool : 5 MB
Here are some screen shots from the ROM v 3.1 and an updated Home screen shot with colored icons from v3.1.1:
{
"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"
}
Download Links :
------------------------------------------------------------------------------------------------------------------------------------------------
Version 3.1.1:
New Gene Mirror 1
Old Gene Mirror 1
Version 2:
New Gene Mirror 1
New Gene Mirror 2
Old Gene Mirror 1
Old Gene Mirror 2
Old Gene Mirror 3
Notable Changes in v3
------------------------------------------------------------------------------------------------------------------------------------------------
* WM 6.1 Rhodium build with New Manilla 2D Jade Version (latest available) + Elfin Utilities
* Video Playback in Camera Album and Manila Photos and Videos Tab fixed.
* Many New apps like Youtube, Streaming Media etc added. Softwares are almost same as Pro Users ROM's newest version with same OS build. But some things like SQL Server are intentionally left out due to the nature of ROM.
* Good battery backup as well as increased RAM and Phone Memory even with Manila running.
* EZInput Keyboards removed from ROM because they were creating problem with languages other than english. Please install the keyboards manually. Also Opal Large Taskbar and Enlarged Start Menu removed for saving RAM. If you need these, please install cabs available from the forum.
Note : Change Log of Version 3.1.1
* The Packages included in v3.0 are:
- Arcsoft MMS Composer 5_0_31_16
- AudioBooster 1_2_18192131_2
- AudioManager 2_0_1819_1228 with Suspend Mode Playback Problem Fixed. Windows Media Player Fixed too
- Bluetooth Explorer
- Clear Temp
- ConnectionSetup_1_5_35082_1
- Device lock : Provides convenient device locking facility for manila based roms.
- File Dialog Changer - Changes standard WM File Open and File Save dialogs with custom dialogs with Folder browsing facility. Needs to be enabled manually.
- Google Maps
- GSFinder File Manager
- HC4 Inbox - Recieve files via bluetooth directly on storage card.
- HTC Album Opal with Video Playback working.
- HTC Camera NEW Elfin build
- HTC Homeplug 9 Icons version
- HomeScreenPlusPLus UI Plugin
- Jbed from IOLite
- Manilla 2D (Opal version)
- OEMAPPS (from Elfin)
- OEMDrivers (from original WM 6 ROM with new Camera Driver for Elfin Camera)
- OpenNETSDF2.3 (An powerful addition to the .NET 3.5 framework needed by many apps)
- Adobe Reader 2.5
- Diamond_Calculator (with skin by Poorlyduck)
- Elfin CommManager
- Opal DirectShow 2.0 with Opal mHub, FullscreenPlayer etc
- Opal Youtube
- Opal Streaming Media
- Opal Voice Recorder
- STK Sync - Utility to sync device time with internet time servers
- Wizard's reTOUCHed Dialer2
- Dotfred's PIM_Backup
- Settings+
- Dotfred's Taskmgr Advance
- Opal USB TO PC : Makes your phone work in Mass Storage Mode
- WkTaskL 12.0.2
- .NET 3.5 Framework
- Transcriber and Other default SIPs.
- Some system DLLs from Elfin for new versions.
- Fixed Touch Sensitivity and Internet Tab of Manila 2D as well as Other usability related fixes
- Hibernate
- Bluetooth Toggle
- MADE Text Editor
- Pocket RAR
- Cyberon Voice Commander
For Known Issues, Resolutions and Workarounds, See Post #2
Please post your views, reviews, opinions etc etc about how fruitful my work was
If you like my work and feel that its worth some money, please donate to me, whatever amount you like at
Enjoy!
Problem Resolutions:
-----------------------------------------------------
1. Active Sync starting up automatically.
Solution:
Step 1. See the solution given in Pro Users ROM WM 6.1 edition thread.
Step 2. I addition to that here is something that will get rid of the problem forever (next hard reset i mean )
- Open DotFred's task manager and go to Notifications tab.
- Look for all notifications that have repllog.exe in the "Notified Programs" and the value "AppRunAfterTimeChange" in Argument column. Delete these entries (button for deletion is in the bottom toolbar). In most cases there will be two such entries.
-Reboot the phone.
Thats it. ActiveSync wont start on its own now. Please note that even after you do this step, the previous "Fake Server" fix is still needed to be applied. Both of these work together.
Recommended Addons :
--------------------------
1. Advance Configuration Tool : Can be used to change advanced system settings. Some of the most popular settings are to disable dialer themes, tuning filesystem cache for increased performance and enabling battery icon in taskbar on home screen instead of clock. Use it carefully though as some of the settings are a bit dangerous, specially the touchflo touch sensitivity settings.
2. EzInput ABC Default : Sets ABC as the default mode for the new keyboards instead of T9.
3. ClearTemp: Cleanup accumulated junk from your phone using this.
4. Disable XT9 by DuttyThroy: Disables the ET9 and XT9 dictionary system that comes with EZInput keyboards and enables default Windows Mobile's dictionary.
5. HomeScreenPlusPlus with Clock Theme: If you ever get bored with Manila, use it as your homescreen plugin for a good look. Also comes with a very capable task manager and OMAP processor Overclocker (use with caution!!)
6. I-Contact Version .9 and PointUI Modified blue theme NEW!!: Finger Friendly Contact Application. This version is ultra fast! Loads contacts even faster than the default Windows Mobile Contacts app. Amazing!!! And it has settings icons too, but its in Start>Settings>System instead on Programs. I have also included the PointUI theme that closely matches the color scheme of this ROM. I have modified it for working with this ROM.
7. M2DC (Manila 2D Customizer) : It can be used to customize some of the aspects of Manila 2D as well as installing new themes.
8. NEW!! Audio Manager 2.2 Minimal Install : Use the 5 files in the zip file to upgrade your audio manager to version 2.2. This update would be part of any further release of this ROM. For a complete description and download, see this post : http://forum.xda-developers.com/showpost.php?p=3295813&postcount=178
nice
nice man
it looks very nice
i'll try it tonight and give you the feedback
nice work man
keep up the good work
see ya
Vanilla Manilla
I really cant wait to get back home and flash this new rom..........
@Sumit..... Buddy I am facing a problem with Active Sync since a couple of days (I use vista). The first time when I sync the phone it works but the next time it shows sync error. so I have to delete the partnership and set up device again, this solves the problem but only for one time. the next time I have to sync I have to do the same, meaning delete the partnership and set up device again. I have also noticed that the My Documents folder of the phone on my pc is missing. Im using the new windows mobile device centre...Please help!!
any thing new for old gene
hi
u planning on the same for old gene if so kindly do give me the link
thanks
hari
@nevermind_me: Yes that is an issue with Microsoft Outlook actually. When you start to sync your phone, right click on the taskbar on your PC and click "Task Manager". Go to the "Processes" tab. There, in the "Image Name" column, you will see two instances of "Outlook.exe" running. If you will look at the "Memory (Private Working Set)" column, one will be using higher amount of memory and other will be using lower amount of memory. Kill the outlook.exe which is using more memory and the sync will start.
@svrhari: Yes i will upload an old gene version and when it will be uploaded, you'll get a link in this thread in post #1 as i always do. I will also update the thread title so keep checking for that.
mido0109850352 said:
nice man
it looks very nice
i'll try it tonight and give you the feedback
nice work man
keep up the good work
see ya
Click to expand...
Click to collapse
Thanks buddy, and ya do give feedback buddy. That's what most people don't do and then blame the ROM later for not performing well. People should understand that I have only one device on which i can test. Rest is up to the community.
OLD ROM UNTESTED VERSION UPLOADED!
Please provide feedback!
Activ sync
Thanks again Sumit. I will download your rom now and flash straight away. Feedback tomorrow...thanks
downloding it now
hi
im rite now downloding the same will give u afeedbac soon
thanks
hari
just loaded it its GrR8 man
hi
i just now downoaded it and loaded it on my phone its seems to be ok as of now evverything is fine i luv it man will give u a full feedback by EOD
thanks man thanks a mill im luving it
thanks
hari
Using : sumits Vanila manila 6.1
krazy_about_technology said:
Hey Guys!
I made this ROM for my private use but on demand from my fellows here, i am presenting it here. I have removed some of the personalizations like my photo on splash screen . This ROM is based on the same core as BlackMetal ROM but i have removed most of the bugs from that base. I am doing some research on new builds of Windows Mobile CE OS so there will be something new soon. But for the meanwhile, this is what i have for you.
It has Manilla 2D Elfin Build but with Opal theme. All the software that were there in BlackMetal are here too. Basically some bugs have been fixed, some software versions have been updated, some themes changes and a few utilities added.
I named it VanillaManila because its a pure vanilla rom with manila 2D in all its originality.
Here are the details of it:
Base Operating System version is CE OS 5.2.1622 (Build 20270.1.3.1)
Free Memory at Startup : 22.80 MB initially, After normal use for 5-10 mins : 20.18 MB
Free User Space : 40.69 MB
Page Pool : 5 MB
I have created it with my own ported XIP from WM 6 Original Rom for P3400i using Ramerson's Kitchen (my favourite) for GENE.
Here are some screen shots from the ROM:
I have also attached the individual images of screen shots as a rar file with this post.
Download Link :
For New Gene (Version 1.0) :
Live Skydrive : http://cid-988261b694475a67.skydriv...le/ROMs/SumitsVanillaManilaWM6.1|_NewGene.exe
For OLD Gene (Version 1.0) :
Live Skydrive : http://cid-988261b694475a67.skydriv...e/ROMs/SumitsVanillaManillaWM6.1|_OldGene.exe NOT TESTED YET! PLEASE KEEP A WORKING ROM WITH YOU BEFORE FLASHING THIS AND REPORT ANY SUCCESS IMMEDIATELY IN THIS THREAD. THANKS!
Please NOTE:
1.Please apply the Opal today theme the first time you boot your phone after flashing. Otherwise you wont get flat title and soft key bar and WK task will have a different background color. Will fix it if i get some time.
2. A duplicate installation of Audio Manager is created in \Program Files folder for an unknown reason. You can safely delete it.
ROM is complete, with all parts of OS intact and HTC's original OEM apps in it with updated versions of some. Apart from SQM, Windows Update and Welcome center, nothing is missing from it.
Main Features
* WM 6.1 with Manilla 2D Elfin + Opal version with Windows Live working
* Manila Opal themes for main applications like Manilla 2D plugin, Phone Dialer, Windows Media Player, Calculator, Comm Manager etc.
* WKTask, an advance task manager and program launcher which shows icons of running programs on task bar and manages them very smoothly. Its the primary task manager used in this ROM. HTC task manager is not there as i think its not of much use along with this one. Tweaks have been pre-applied to WKTask so that it doesn't shows Manila2D.exe in the task list and does not hides any icons.
* Good FileSystem and Application Response timing: Windows folder is accessible within 5 seconds from any explorer application despite being a manilla based ROM. Application response time is also good.
* The Packages included are:
- Arcsoft MMS Composer 5_0_31_16
- AudioBooster 1_2_18192131_2
- AudioManager 2_0_1819_1228 with Suspend Mode Playback Problem Fixed. Windows Media Player Fixed too
- ConnectionSetup_1_5_35082_1
- Device lock : Provides convenient device locking facility for manila based roms.
- Enlarged Start Menu - Integration with TouchFLO settings in control Panel works.
- Opal Large Title Bar System Icons
- File Dialog Changer - Changes standard WM File Open and File Save dialogs with custom dialogs with Folder browsing facility. Needs to be enabled manually.
- Outlook Enhancements
- Google Maps
- HC4 Inbox - Recieve files via bluetooth directly on storage card.
- HTC Album New
- HTC Camera
- HTC Homeplug 9 Icons version
- Jbed 20080912.5.1 (New Version with support for Java 3D)
- EzInput Keyboards QVGA with English Language Pack
- EzInput Keyboards English Language Pack
- Manilla 2D v21 (ELFIN) with Theme from Opal
- OEMAPPS (from original WM 6 ROM)
- OEMDrivers (from original WM 6 ROM)
- OEM_OMNIA_D3DM (From Omnia. Games require it sometimes)
- OpenNETSDF2.3 (An powerful addition to the .NET 3.5 framework needed by many apps)
- Adobe Reader 2.5
- Diamond_Calculator (with skin by Poorlyduck)
- Elfin CommManager with Manilla Skin
- Jade DirectShow Dlls
- Some Themes (with blue Opal Theme)
- PoorlyDuck's M2D Dialer
- Dotfred's PIM_Backup
- Settings+
- Dotfred's Taskmgr Advance
- Opal USB TO PC Icon : Makes your phone work in Mass Storage Mode
- WkTaskL 12.0.2
- .NET 3.5 Framework
- SQL Server CE 3.5 with Developer Tools
- Windows Live 10.6.34.800
- Transcriber and Other default SIPs.
- Some system DLLs from Elfin for new versions.
- Various Manilla 2D and DirectX, Touch Sensitivity and Internet Tab of Manila 2D as well as Other usability related fixes
Known Issues (See Post #2 for possible resolutions and workarounds) :
----------------------------------------------------------------------------------
1. Audio Booster doesn't allows entering Equalizer settings and checking the equalizer checkbox + Missing Audiobooster Option in Audio Managers Menu [Wokaround Available]
Please post your views, reviews, opinions etc etc about how fruitful my work was
Credits
- Many Many thanks to Ramerson for his great work.
- Thanks to Ankit360 who really started the work on this ROM, made it available for new gene for the first time and gave me the direction to work in.
- I would also like to thank Om-By for his fabulous page pool changer that i use with every rom that i create.
If you like my work and feel that its worth some money, please donate to me, whatever amount you like at
Enjoy!
Click to expand...
Click to collapse
Problem kindly advise
hi
im not able to see my zip files on my SD card it showing like some kinda windows file and im not able to use the same
kindly adivse
Using : sumits vanilamanila 6.1 for old gene
@hari: Ya, actually zip program is not included in this ROM. PocketRAR is there for it. Open PocketRAR and on first run it will ask you to associate zip and RAR files with it. Check both boxes and click ok. Now your zip files will open in PocketRAR. If you have opened it previously and cancelled this box then open WinRAR, Click on Tools>Settings and on the Integration tab, check both boxes and click OK. That will solve your problem
@hari: please don't quote the original post with your replies. Thats useless and makes it difficult for other people to read them specially for those who read it on their PDAs. And quote only the part you are referring to not the whole useless thing. Ok. Please edit your post if its not a problem for you.
svrhari said:
hi
i just now downoaded it and loaded it on my phone its seems to be ok as of now evverything is fine i luv it man will give u a full feedback by EOD
thanks man thanks a mill im luving it
thanks
hari
Using : sumits Vanila manila 6.1
Click to expand...
Click to collapse
Nice Quote ^^
Its OK now & another small Prob
hi
thanks for ur advise its ok now im able to open my Zip files now
sorry for quoting ur posting in my hurry i for got to delete the same
but one more small problem
the audio Manager seems to keep comming up active ie i keep seing the icon
and i close the same & it pops up again
kindly advise other than this man its GR8
thanks a mail man im realy loving it
regards
hari
using : sumits vanilamanila 6.1 for old gene & loving it
svrhari said:
hi
thanks for ur advise its ok now im able to open my Zip .....
using : sumits vanilamanila 6.1 for old gene & loving it
Click to expand...
Click to collapse
Open the music tab and let Audiomanager rebuild it database. But be aware that every time you visit the music tab, Audio Manager is started, since the tab actually uses audio manager to play back audio
sorry i did not get it (addicted toXda)
hi
im sorry i dont seem to understand what u want me to do kindly explain again
thanks
hari
Addicted2xda said:
Open the music tab and let Audiomanager rebuild it database. But be aware that every time you visit the music tab, Audio Manager is started, since the tab actually uses audio manager to play back audio
Click to expand...
Click to collapse
Actually Hari, Whever you go to the music tab on home screen, it will start the audio manager automatically. THis is the default behaviour of Manilla 2D (The thing that you are using on your home screen with tabs, clock, weather, music etc, its called Manilla 2D). To close Audio Manager, click and hold on it, then click close. When it will start for the first time, it will search for music files on your sd card as well as phone memory so it may seem unresponsive. Let it do that once. After that it will start normally.
@krazy
So, are you a MilliVanilli Fan ?
BTW, on a serious note, is it faster than BlackMetal?

[APP][QVGA][23Sep09]Manila 2D v2.0 build 19191432 from HTC Mega + Other Cabs

MANILA v2.0 QVGA for WM6.5​
-------------------------------------------------
ANNOUNCEMENT
I'm not able to provide any support anymore to this thread since I don't have any Windows mobile device left. My old HTC Polaris is running on Android now. So if you have any questions just post it here or use search, don't PM me because I probably won't answer.
Good luck,
-------------------------------------------------
Manila v2.0 have been leaked from HTC. The great thing with this version is that it comes from HTC Mega, a.k.a Touch2 which have native QVGA screen resolution so there is no need for porting or resizing of applications.
Big thanks goes to Da_G who made available to all of us build 19171723 and conflipper for latest build 19191432. Raw HTC Mega build 19171723 packages are here and build 19191432 packages are here.
NOTE:
Originally Da_G posted Mega packages for cookers so they can cook into Roms. I just made a quick cab so anyone can benefit and try out before your favorite cookers will release new Roms. Making cabs still takes some time so I'll add other Mega cabs later.
It is released as is, so it may or may not work on your device.
WHATS NEW IN THIS VERSION?
new home tab with flipping clock and weather widget [only in build 19191432 from 23-09-09]
it has new folderview (bugless finally), works flawlesly, also All settings soft key now is working properly with WM6.5.
footprints widget is working with latest build 19191432, but its not included. You have to install apart.
there is new Sound Control canvas in settings tab
there is new Mail Setup canvas in settings tab (needs Email Setup Wizard and New Mail Account cabs to work, link below)
In my opinion the biggest change in this Manila version is HTC new approach to finger friendly menus, settings and applications in tight integration with Manila. The rest you can see in screenshoots.
MUST READ
----------------------------------
original version works only on WM6.5. I included patched version which should work with other phones and WM6.1 (thanks to mbarvian and silymore)
this is only WWE version, its not translated yet to other languages.
if you had any previous version of Manila, don't forget to uninstall it and do soft reset before installing this version. Also keep in mind that it will keep your personal settings, like people tab photos, weather cities or launcher number of rows/clomuns.
Manila customizer theme manager won't work properly since home tab is totally revamped by HTC
to set Opera as default browser in Manila you need to change the following registry settings:
Code:
\HKLM\Software\HTC\Manila2D\InternetWidget\
"OperaEXEFile"=<Path to Opera>
"WebBrowserType"=dword:00000001
Apparently leaked Manila files are beta version and for that reason debbug logger is enabled in some applications by default. So you will have to disable it by deleting this registry key as soon as you have finished installing all programs.They key will reappear, but don't worry, it will not log anything.
Code:
HKLM\Software\HTC\DebLogger
If original Notification Enhancements or some other system cabs does not work for you try SDK signed cabs from link below.
For Weather patched Manila version look in this post. Currently only for WM6.5. (thx to S.V.I)
If you have Sprint or other non HTC device and SMS button does not work for you then look for fix HERE (thx to Vancer)
{
"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"
}
LAST NOTE:
As I already told this version of Manila is very tightly integrated into HTC Mega package and it is almost impossible to have clean standalone version. Nevertheless it is possible to run it with minimum requirements without problems, so don't expect to work every single function and module. Also this version is designed for WM6.5 and it may not work flawlessly with WM6.1.
To run Manila with base functionality you will need to install these cabs:
(you will have running Manila with basic tabs working. Obviously Album, Audio Manager and Settings tabs won't work or work partly, but it gives aproximate idea ans feeling about this Manila version)
MANILA BASE
[WM6.5] HTC 2DManila 2.0.19191432.04.WAlien.cab - it have now flipping clock and animated weather in home tab!
Important! For weather update to work you must install geo localisation files. Also its known issue that weather in home tab does not work on CDMA phones.
HTC Scroll 2.0.19173130.WAlien.cab
HTC Shared Modules 1.01.19143331.01.cab
HTC Framework 1.1.19183729.WAlien.cab
HTC DRM Middleware 1.5.19142824.00.cab
HTC HTCAnimation 1.3.5.0.cab
... and for a little more functionality a little more cabs:
(if all cabs are installed successfully you will have fully functional Manila. In case something does not work for you try SDK signed cabs in link below)
MANILA +
HTC Album 3.0.19182223.WAlien.cab - can't rotate images (what is not a bug, but normal functionality) and videos in album does not play.
HTC FullScreenPlayer 1.7.19183031.01.WAlien.cab - will be needed to playback videos in album, but currently it does not work. For now its just optional cab for testing
HTC AudioManager 2.2.19182329.LR1.WAlien.cab
HTC Audio Booster 2_5_19182330.WAlien.cab
HTC Dshow 2.0.19182129.WAlien.cab - must have recompiled it so now it includes HTCADXRenderV.dll with no overwrite flag
HTC Resource Proxy 1.0.19132627.00.cab - must have
HTC Media Tool kit 1.0.19171631.00.cab - must have
[use older version]HTC CommManager 2.9.F.1.WAlien.cab - if WiFi does not start for you look HERE and HERE how to fix it (thx to strucon)
HTC Phone Canvas 4.0.52619192527.WAlien.cab - GSM ONLY! not for CDMA
HTC Opera Browser 2.0.19191432.04.WAlien.cab
HTC YouTube 2.6.19171628.WAlien.cab
HTC Facebook 1.0.07.1.WAlien.cab
HTC Manila2D Hero Clock.cab - HTC Hero style digital clock with corrected SMS counter and alarm clock
PATCHED MANILA FOR WM6.1 and non-HTC devices
HTC 2DManila 2.0.19191432.04.Patched.cab - big thx to silymore for patching and thejackalsmark for finding needle in the haystack
OTHER HTC MEGA CABS:
NEW Build 19191432 OEM Cabs are here
Build 19171723 OEM Cabs are here
Build 19171723 SDK Cabs are here - must install sdkcerts.cab
SOME USEFUL TOOLS:
-------------------------
MobileRegEdit.zip - edit your Mobile device registry on Desktop PC
MyMobile123_06152008.zip - control remotely your Mobile device from Desktop PC
Manila Customizer v0.29.235
Cheers, WhiteAlien
Skins and other Manila enhancements
MANILA GFX FILES
----------------------------------
Here is Manila with optimized graphics and skinned to black theme. Graphics size was reduced down from 11Mb to 3.2Mb (Gain of7Mb!!!). Big thanks to S.V.I who did this titanium job of editing over 700 files. Launcher tab is disabled by default as WM6.5 have its own good launcher.
I also resized Phones Canvas and reduced size down from 1.7Mb to 466Kb (Gain of 1.3Mb). Just so you know to gain more performance some of the graphics is stored in \Windows\ManilaGFX folder.
GFX 2DManila 2.0.19191432.WAlien.cab - Screenshots
GFX 2DManila 2.0.19191432.Patched.cab - only for Non-HTC devices
GFX Phone Canvas 2G.4.0.WAlien.cab
MANILA SKINS
ECO Green Manila 2D Skin by Cracing
Alternative brown theme by sadthai
Black Clock skin by twolf
Transparent Clock skin by twolf
Another brown skin retouché by illconcepts
Manila skins collection thread by incubus26jc
Pimp Your Manila 2D for HTC Prophet Updated 16/12/09 by wapvirus
MANILA TWEAKS
Home tab weather autoupdate using Mortscript by Lightning303
CYBERDE Manila2D WeatherCities Editor_1.2.1
CDMA Home Weather Fix.cab by jdume
How to get HTC Menu Enchancement work on NON-HTC devices by sergiorus
Manila German translation by MyRho
Manila Calendar tab by mikevillarroel
Another Calendar tab mod by twolf
How to get calendar tab working by mikevillarroel
Italian OEM Mega files
German OEM Mega files
[MOD] Disable 01:02 clock flip in Manila 2.1 and 2.5 by empeka
Manila 2D MEGA 2.0.1919.1432 on I-mate by anryl
[APP] Manila2D Today Page by dan_ru
Hide All day event in Home widget by dbbmw
P.S. PM me if I forgot somebody or something
You have a cdma device or you just dont have gps, but you wont miss weather in home tab?
try Manila Home Weather Updater Script
thanx for .cab version, download now
i'll be report later
will this work on ROMs with Manila 2D cooked in ?
I'm currently using the last Manila 2D Build that was available in herg's thread cooked into an Atom Life ROM.
EDIT: ah what the hell, i'll just try it
can you share how to come with cab version from a rom version? please give me a start.
Doesn't work on LG KS20 running Farah's WM6.5 ROM.
Lightning303 said:
i installed it on my ks20 with wm6.1 (KisS 20.5). had to use patched manila2d.exe. it starts as it should, but thats all, i cannot work with it at all. scrolling is no problem, but any button e.g. adding contacts to people tab or adding programs doesnt work. when i press a button just nothing happens. dont know if its because of 6.1 or the patched exe . maybe i will flash to 6.5 to test that.
edit: installed some fixes that were added in previous versions of herg and now everything works great
Click to expand...
Click to collapse
Do you mind sharing exactly what you did to get this version of Manila to run? I cant seem to get this to working on Farah's WM6.5.
d3thstalker said:
Do you mind sharing exactly what you did to get this version of Manila to run? I cant seem to get this to working on Farah's WM6.5.
Click to expand...
Click to collapse
ah sorry, sure
i installed:
- Manile Compatible Shared DLL
- Contact Fix
- Enchasements
- HTC Album
- HTC Audio Manager
- Adobe Flash 3.1
i found them in one of the old files, dont know which exactly, and also dont know which one solved the problem.
Iam stuck in "tap here........." nice job but im not able to see how it works!
I did all steps as you said above but nothing any idea? thanks
@rj*n said:
thanx whitealien and yh to Da_G aswel.. its alwz good to see new things to crank up aint it
anyways wats new in this version? ( cant test it out rt nw!! )
Click to expand...
Click to collapse
Why don't people read before posting
Hey whiteAlien,
Is the bottom slider bar just coloured or is that actually transparent
Thanks,
it's just colored in, you can see it when you move the slider slowly.
I installed it on pcarvalho eXtreme ROM 3.19 WM6.5 OS 5.2.23009 WWE R0 (Beta). Now problems for now
ur late!
ishanISCOOOL said:
Why don't people read before posting
Click to expand...
Click to collapse
sorri mate.. but i posted it before whitealien had edited his first post its good to see he added it up on 1st post n i kno he;s checkin it out nw! dun nag me mate!
Didn't Work
Did not work on my ELFin. Installed it and on the Today screen prompts "Tap to launch TouchFlo, i do, it starts launching and goes back to the "Tap to...."
Paul
Yes, bottom bar is colored, but sliding tab is transparent.
For those having problems installing be sure that you have all basic applications from HTC + some others like:
- HTC Album
- HTC Audio Manager
- YouTube
- GoogleMaps
For more information look at the old Manila thread.
Also this is only WWE version, won't work correctly with other languages.
@cruiserrr - to make cab file you will need cab maker. I'm using WinCE Cab Manager which is not free, but you can find freewares too. Usage is quite simple, just add files, registry entries and press make cab, thats it.
whitealien said:
Yes, bottom bar is colored, but sliding tab is transparent.
@cruiserrr - to make cab file you will need cab maker. I'm using WinCE Cab Manager which is not free, but you can find freewares too. Usage is quite simple, just add files, registry entries and press make cab, thats it.
Click to expand...
Click to collapse
Yeah, I am familiar with cabwizsp, and wince cab manager. But I do not know what to do with the oem package. How do I edit/export the OEM package into the files, reg entries, etc? Once splitted I take everything in there, to make the cab?
cruiserrr said:
Yeah, I am familiar with cabwizsp, and wince cab manager. But I do not know what to do with the oem package. How do I edit/export the OEM package into the files, reg entries, etc? Once splitted I take everything in there, to make the cab?
Click to expand...
Click to collapse
If we choose the OEMPackage Manila2D for example:
Start a new cab on WinCECM, insert all files on the cab except a file with extension .rgu.
When it's done, File>Import>REG File, and choose the .rgu file.
If you have a dll on the OEM package, use that for recompile a DLL : http://forum.xda-developers.com/showpost.php?p=2293746&postcount=8
I think it's good ?
Cab from Exe
Hy, how can i do a cab from your exe ? (HTC Mega)

[ROM][WM6.5] Very light 23081 + Kitchen

This is a WM6.5.1 ROM, based on the 2.08 OEM ROM and 23047 XIP/SYS from Da_G.
All it has got is the bare minimum OEMDrivers, plus a fully featured SYS (some of the SYS applications have been tweaked: removed extra screen layouts for LockScreen, removed SampleMusic etc, UPXed a few things).
The XIP has been tweaked quite heavily to get the best performance, and you should be able to add whatever you like to this ROM and it should remain stable.
Try it and see (and install whatever keyboard you feel like using).
This will probably act as the basis for some "full" ROMs afterwards.
New build (09102601)
Code:
Changes:
[+] Updated to 23081 (thanks to Da_G)
[+] Comm Manager reskinned
[*] New Leo SIP build
Download:
[url=http://rapidshare.com/files/298312301/RUU_Topaz_l3v5y_09102601_L_WWE_5.2.23081.5.3.0_2.31.exe]RUU[/url]
[url=http://rapidshare.com/files/298550512/ruu_signed_TOPAZ_09102601.7z]NBH[/url]
[url=]Kitchen[/url]
New build (09091301)
Code:
Changes:
[+] Updated to 23047 (thanks Da_G)
[+] Skinned Comm Manager
[+] Comm Manager switched with Topaz one, WiFi might behave now
Download
[url=http://rapidshare.com/files/279621400/RUU_Topaz_l3v5y_09091301_L_WWE_5.2.23047.5.3.0_2.08.exe]RUU + ROM[/url]
[url=http://rapidshare.com/files/279628045/ruu_signed_TOPAZ_09091301.7z]NBH[/url]
A few screenshots of this ROM (on a Diamond)
New build (09090401)
Code:
Changes:
[+] Updated to 23409 (thanks Da_G)
[-] Removed VoIP
[-] Removed MSVC ([url=http://gudd.no:81/l3v5y/Microsoft%20Voice%20Commander.cab]Cab[/url])
[-] Removed WindowsLive ([url=http://gudd.no:81/l3v5y/Windows%20Live.cab]Cab[/url])
[b]Download:[/b]
[url=http://gudd.no:81/l3v5y/RUU_Topaz_l3v5y_09090401_L_WWE_5.2.23409.5.4.0_2.08.exe]RUU+NBH[/url]
New build (09082804)
Code:
Changes
[*]Replaced IME with older (hopefully stabler) version.
[*]Fixed the ringtone causing crashes for no reason
[*]Fixed widgets etc.
[-]Removed livesearch
[*]Updated to 23037!
[B]Downloads:[/B]
[url=http://gudd.no:81/l3v5y/ruu_signed_TOPAZ_09082804.7z]NBH[/url] [url=http://rapidshare.com/files/272745596/ruu_signed_TOPAZ_09082804.7z]Mirror[/url]
[url=http://gudd.no:81/l3v5y/RUU_Topaz_l3v5y_09082804_L_WWE_5.2.23037.5.3.0_2.08.exe]NBH+RUU[/url] [url=http://rapidshare.com/files/272745709/RUU_Topaz_l3v5y_09082804_L_WWE_5.2.23037.5.3.0_2.08.exe]Mirror[/url]
[url=http://gudd.no:81/l3v5y/WM65-23037-Topaz-Kitchen.7z]Kitchen[/url] [url=
http://rapidshare.com/files/272747537/WM65-23037-Topaz-GSM-Kitchen.7z]Mirror[/url]
OLD:
Based on my Diamond/Rhodium 23034 ROM (which is being updated to 23037 now) I'm proud to present WM6.5.1 for Topaz owners!
It's a clean/light ROM with the focus on speed (at least until HTC makes their applications work with the new layout!)
So, the download links:
TOPAZ
RUU - These are simply RUUs, no ROMs
http://rapidshare.com/files/272292807/l3v5yROMWrapper_Topaz.exe
http://gudd.no:81/l3v5y/l3v5yROMWrapper_Topaz.exe
ROM (NBH) - NBH only part of ROM
http://gudd.no:81/l3v5y/ruu_signed_TOPAZ_09082702.7z - fixed (hopefully)
http://rapidshare.com/files/272350344/ruu_signed_TOPAZ_09082702.7z - RS Mirror
ROM (EXE) - EXE containing the NBH and an RUU
http://gudd.no:81/l3v5y/RUU_Topaz_l3v5y_09082702_L_WWE_5.2.23037.5.3.0_2.08.exe
http://rapidshare.com/files/272353301/RUU_Topaz_l3v5y_09082702_L_WWE_5.2.23037.5.3.0_2.08.exe
(May be unstable, this is only a TEST ROM)
Thanks to flippy for ROM hosting!
New ROM up now!
Fixed (hopefully) posted now!
tested - bug on restarting is gone - i will test the rest of the features right now
but im unable to test because of the same keyboard error i have posted to shadowlines rom - if you use the new keyboard - and change it with the directional button - keyboard dissappears - hope you fix that to- thanks
Keep freezing after a while after every window start-up ...
Have done the hard reset after flashing on device, but the prob still same ...
Dear l3v5y, your ROM apppearance is very useful and nice. go on with your ROM! Thanks.
After a quick test I noticed two things:
1. The magnifying effect is on and I'm unable to find a place where to turn it off. This is really annoying!
2. After starting Windows Live and trying to set account details, keyboard went missing and the program failed shutting it down after clicking the screen where keyboard was supposed to be.
3. Once I was unable to start File Explorer from Start menu, restarting the device helped on this matter.
So far then, stabilty isn't great. I could probably fix issues by removing the HTC IME, though then you're left with WMs crappy one....
http://rapidshare.com/files/272587317/ruu_signed_TOPAZ_09082801.7z
New build (completely untested) should be more stable...
l3v5y said:
http://rapidshare.com/files/272587317/ruu_signed_TOPAZ_09082801.7z
New build (completely untested) should be more stable...
Click to expand...
Click to collapse
Now I feel like testing
You owe me one custom rom though...remember
khemu said:
Now I feel like testing
You owe me one custom rom though...remember
Click to expand...
Click to collapse
I'm currently trying to get a stable kitchen (I screwed up my old one) ...
New ROMs + kitchen now in the first post!
I'm going away for a few days tomorrow, so won't be doing much active support... If something is urgent, email me (use the link in my profile).
I think your 09082804 is very speedy and light. Thank you for giving us new works. By comparing other newer ROMS, this is far better than them.
Would it be possible for you to include teater, msn weather and money? Or, can you provide them as additional cabs?
Also Windows Media Player doesn't have enough codecs. Can you provide a link to download necessary codecs?
htakahasyd5 said:
I think your 09082804 is very speedy and light. Thank you for giving us new works. By comparing other newer ROMS, this is far better than them.
Would it be possible for you to include teater, msn weather and money? Or, can you provide them as additional cabs?
Also Windows Media Player doesn't have enough codecs. Can you provide a link to download necessary codecs?
Click to expand...
Click to collapse
One bug: camera.exe doesn't work because of either no sign or missed component.
Thanks l3v5y, just so you know though the kitchen links do not work, and the rapidshare one for the kitchen just has a spelling error.
Are you sure that screen shots in post#1 is for build 23037?
Because I have not "AM or PM" in time&clock setting!
I found that Netfront browser doesn't work at all. Can you guess why it doesn't?
http://www.access-company.com/products/mobile_solutions/netfrontmobile/browser/35_wm_tp.html
Fasssssssssssssssssssssst
This is the fastest ROM I ever benchmarked. In fact: the first ROM above the 2000 points in my benchmark totals. And it's WM6.5!!!
There are a few remarks though:
- it's a very very light ROM, virtually no applications, no Manila (the latter is just fine for me, I use PointUI)
- the magnifiing thing is very annoying, almost unusable
- in some applications (like Total Commander) there's no OK/Close button anymore
- camera is not working.
But still: very very fast, a new record
Congratz l3v5y!!!
(see my regular thread: http://forum.xda-developers.com/showpost.php?p=3708734&postcount=1)
htakahasyd5 said:
I think your 09082804 is very speedy and light. Thank you for giving us new works. By comparing other newer ROMS, this is far better than them.
Would it be possible for you to include teater, msn weather and money? Or, can you provide them as additional cabs?
Click to expand...
Click to collapse
I can try and make up some cabs from the OEM packs... I removed that stuff cause it's extra stuff that may not be needed by most.
htakahasyd5 said:
Also Windows Media Player doesn't have enough codecs. Can you provide a link to download necessary codecs?
Click to expand...
Click to collapse
htakahasyd5 said:
One bug: camera.exe doesn't work because of either no sign or missed component.
Click to expand...
Click to collapse
Those two come from my idiocy, I forgot to include two packages (mHubVO and DirectShow) that include all the codecs for media player and Camera. I'll upload a fixed ROM and those packages for use with the kitchen.
sIiiS said:
Are you sure that screen shots in post#1 is for build 23037?
Because I have not "AM or PM" in time&clock setting!
Click to expand...
Click to collapse
Well spotted, the screenshots are actually from my Diamond 23034 ROM... I haven't taken any screenshots of my 23037 ROM as it's cosmetically pretty similar.

Categories

Resources