[APP] SenseControl - Control your Sense - Windows Mobile Apps and Games

Hi All,
today I have something new for you: SenseControl.
With this very small app you can enable/disable SenseUI with one tap.
You will get two shortcuts (which you can use with SmartBoot my free boot manager for WM) in your start menu to easily enable and disable SenseUI.
You can edit the registry key to your SenseUI installation with any registry editor under "HKEY_CURRENT_USER\Software\SenseControl\Reg_Key".
Initially this key has the value "HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\Sense". If your SenseUI is installed in another RegKey then please change it accordingly!
Additionally I provide the source code of this app on my homepage.
Please download this app from here.

Thanks for sharing!

thanks for share. but it does not work with TMOUS HD2 stock rom 2.13.

Please be more specific!
thebest1 said:
thanks for share. but it does not work with TMOUS HD2 stock rom 2.13.
Click to expand...
Click to collapse
AndiCP said:
...
You can edit the registry key to your SenseUI installation with any registry editor under "HKEY_CURRENT_USER\Software\SenseControl\Reg_Key".
Initially this key has the value "HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\Sense". If your SenseUI is installed in another RegKey then please change it accordingly!
Additionally I provide the source code of this app on my homepage.
...
Click to expand...
Click to collapse
did you try that?
please specify in more detail if you want some support

Will try it, because SmartBoot is one my fav apps !!!

This app sure seems to have advantages. Can it be used independently of Smartboot or do I need to install this app as well? And is it necessary to edit the registry key?

Works on my Verizon Touch Pro2, running MR2 Rom fixed by Mr X, I did have to do the Regedit to get it to work though.
"HKEY_CURRENT_USER\Software\SenseControl\Reg_Key" initially has "HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items \Sense", and I changed it to "HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items \HTC Sense"

nice program,another solution to help deal with the memory leak in WM6.5 or htc sense 2.5

works perfect with reg edit on my Fuze
Thanks

link not working
Hello
http://www.smartsolutions.net.tf/SenseControl.html is not working for me. Anywhere else i can download it?
thanks
I confirm lin is now working! thanks!! program works great on my TP2

Code uses SendMessage. It should be modified to use PostMessage
SendMessage waits for all windows to handle the message before moving on to the next instruction.
If not all windows handle it properly, which can happen with Sense 2.5, then the app will never terminate. Sense 2.5 will still shutdown, but that app will still be running in the background.
This can make it so that you cannot use the app twice without restarting or killing the process. It might eventually time out.
I ran into this with my weather city editor, using nearly identical code to stop sense. It would completely hang for some users.
Switching to PostMessage means all the windows will still get the message, but the app will not wait for it to be processed. So, it will terminate. Then it can be started again.

Related

[App][WM6.5]CLauncher v0.25 / CSettings v0.1 / CGames v0.1

another Titanium Application launcher
easy to add and remove application
you need install mortscript first
and ready your application icon,
i have include some default icon in Program Files\CLauncher\Icon
CLauncher
v0.1 12-5-09
6 pages
All Resolution (but need to test)
v0.2 15-5-09
Option Add/Remove Page - Max 9 pages
2 option for select app
1. choose from list (only select .exe file)
2. manual input (any file with full path eg. \Windows\Start Menu\Programs\ActiveSync.lnk , but keep in mind you need start by "\")
fix the problem about update icon (i hope )
v0.21 16-5-09
fix bug on Add/Remove Page
v0.25 14-7-09
add option to choose .exe or .lnk
CSettings
v0.1 14-7-09
same as CLauncher-v0.25
CGames
v0.1 14-7-09
same as CLauncher-v0.25
this must install to Main Memory
Nice, but you can add second line with some application description
where to download please?
I'd like to try it, where can I download it??
No download link
download link
sorry, forgot to upload the file
pls check 1st post
it is working on wqvga, confirmed. But a suggestion would be that it can load .lnk too, not just .exe because activesync for example needs to call /remote as an additional parameter to repllog.exe to start in window and not just as a process
EDIT: until then everybody who wants to use activesync in claunch just go to HKLM\Software\Microsoft\CHome\CLaunch\Page that activesync is supposed to be\ and edit ACTIONURL with this string ':MSSYNCAPP' with no quotes
EDIT2: bug report: it seems that it doesn't refresh icons after the first choice. For example i had resco explorer on page1 and activesync on page2 but i decided to switch places for them and now resco has activesync icon and activesync resco's. That wouldn't be weird if i didn't manually chose new icons for each page but they just stay the same. Only after i edited registry and on page1 as an icon put App2 and vice versa it switched them but that shouldn't be like that so I am searching for the problem a little further. If chris doesn't do it first, ofc
LAST EDIT, i promise here are 6 fixed scripts. They have a delay when changing icon, but at least they work now
guess i lied, another edit, scripts now refresh themselves, no delay
Nice app... This was the exact launcher I was looking for.
I have an elfin (qvga) with dsixda's latest 6.5 beta rom and so far its working perfectly (I only tried to add apps and assign icons to them)
the only thing I noticed so far is that if you install it in your storage card you are not able to add any apps to it later (you get an error msg with a countdown button, don't remember the msg now).
great job..
another great work.thanks!
Another CLaunch
You might want to consider changing the name of your app, cLaunch
Thanks, another great work.....
Where to get the mortscript?
It works great!!
Thanks for that!
four_plus2000 said:
Thanks, another great work.....
Where to get the mortscript?
Click to expand...
Click to collapse
here you go~~ enjoy!
Very Good
Thanks, chriscsh. I see you have been busy. Have adjust for WM7 version. Looking great. Thanks .....
BTW, this has 9 pages ( all manual editting )
Love it. thanks for this.
ok, getting something weird. This is only happening on the first page, and it happens no matter what app i use. i've tried different file names, etc. any ideas?
theFREAKed said:
EDIT: until then everybody who wants to use activesync in claunch just go to HKLM\Software\Microsoft\CHome\CLaunch\Page that activesync is supposed to be\ and edit ACTIONURL with this string ':MSSYNCAPP' with no quotes
EDIT2: bug report: it seems that it doesn't refresh icons after the first choice. For example i had resco explorer on page1 and activesync on page2 but i decided to switch places for them and now resco has activesync icon and activesync resco's. That wouldn't be weird if i didn't manually chose new icons for each page but they just stay the same. Only after i edited registry and on page1 as an icon put App2 and vice versa it switched them but that shouldn't be like that so I am searching for the problem a little further. If chris doesn't do it first, ofc
LAST EDIT, i promise here are 6 fixed scripts. They have a delay when changing icon, but at least they work now
guess i lied, another edit, scripts now refresh themselves, no delay
Click to expand...
Click to collapse
thanks, i will look into that
jlito said:
only thing I noticed so far is that if you install it in your storage card you are not able to add any apps to it later (you get an error msg with a countdown button, don't remember the msg now).
Click to expand...
Click to collapse
forgot to mention that, you only can install to your main storage
uniqueboy said:
You might want to consider changing the name of your app, cLaunch
Click to expand...
Click to collapse
ok, now i rename that to CLauncher
leary said:
Love it. thanks for this.
ok, getting something weird. This is only happening on the first page, and it happens no matter what app i use. i've tried different file names, etc. any ideas?
Click to expand...
Click to collapse
that seem the problem of the png file, do you have try another png?
Nice apps
Hi, do u mind sharing ur edited clauncher? Looks really good since i'm using wm7 theme aswell. Thx a lot for the great work here.
kangmas said:
Thanks, chriscsh. I see you have been busy. Have adjust for WM7 version. Looking great. Thanks .....
BTW, this has 9 pages ( all manual editting )
Click to expand...
Click to collapse
chriscsh said:
another Titanium Application launcher
easy to add and remove application
you need install mortscript first
and ready your application icon,
i have include some default icon in Program Files\CLaunch\Icon
v0.1 12-5-09
6 pages
All Resolution (but need to test)
Click to expand...
Click to collapse
where I can download mortscript? somebody help me!
Very practical application. Love it!!!
Can anyone confirm whether this Panel is working with Miri's 6.5 v10 ROM.
I have tried the other AppLauncher posted on this forum but it just doesn't
seem to be working with Miri's ROM so just wanted to make sure before I install

Four column Program Tab|TFL3D|Manila 2.1|VGA

I am creating this thread, because it should be able to be used with any VGA Manila 2.1 device.
Originally I was posting this it 3 threads. But it belongs in it's own thread so the other threads don't get polluted.
Co0kieMonster monster has a thread that accomplishes this for Manila 2.1. Unfortunately that did not work for VGA Manila 2.1.
For WVGA Devices go here: http://forum.xda-developers.com/showthread.php?t=539107
I took that work and used the tools by stzupy to decompile and make slight changes to allow it to work with VGA. Credit goes to both Co0kieMonster and stzupy.
I only claim credit for making the changes to let this be used with VGA.
But,
I did spend a reasonable amount of time on this, so if you appreciate what I've done and want to buy me a beer by donating, it is appreciated. If not, of course it's free to use. On a side note, I plan to donate to Co0kieMonster and sztupzy based on any donations I recieve for porting this to VGA, since their work made it possible for me to do this work.
To install.
Method 1, the cab.
Disable TFL3D
copy the cab to phone.
Launch the Cab
Install to device.
Enable TFL3D
Method 2, Manual
Disable TFL3D
use the reg file to make the needed registry entries ( either use a program or manually create all of them. The reg file can be opened with notepad.
Copy the 3 Manila files to your phone.
Use total commander on your phone to move these to the windows folder.
Enable TFL3D
Please post in this thread links to ROMs that appear to be using without mentioning that this came from JVH3.
I appreciate donations and being asked. And as I noted portions of donations recieved for this will go to Co0kieMonster and sztupzy. It was sztupzy's tools and Co0kieMonster's work on the WVGA device that I started with.
There is a decent amount of work in learning to decompile and compile manila lua scripts and learning what changes affect what, so it was not a trivial task, but nothing in comparison to the total port of Manila 2.1 to VGA that Yozgatg has done.
As of this edit (February 17th, 2010) I have revieved no donations for it. As donations are recieved, I will post the 5 highest donators in this post, along with the 5 most recent.
Edit
Date=July 25, 2010
Donators - Thank you very much.
Suiller - $15 - May 10 2010 - http://forum.xda-developers.com/showpost.php?p=6439535&postcount=55​Would you buy me beer if I gave you this at a bar.
Here is a donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7380024
Every couple bucks adds up.
Wow! 2418 downloads as of 2/17/2010, and not a single donatation for my efforts!
Remember, you can stiff your server or bartender, but you shouldn't.
Click the donate link if you use and like this.
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7380024
Screen Captures
Not sure what to do about the graphic issue for - landscape - all programs
But that's prety minor.
Reserved for future use
Reserved for future use
Reserved for future use 3
Reserved for future use 3
Reserved for future use 4
Reserved for future use 4
Nice app... thanks for the work.
Great work my friend. I was looking for this. The similar (partial) solutions were not so good...
Thanks a lot..
Good job. A bit laggy in landscape mode at least so it seems but really useful. Thanks for your hard work.
Thanks for this. I am not seeing any problems with all programs in landscape, so it must be something specific to the ROM your running or another mod.
JVH3...
I see you are using my Pimp Package Anyways...is it cool if I add this to my package? I will give credit and links of course
-CMYLXGO
cmylxgo said:
JVH3...
I see you are using my Pimp Package Anyways...is it cool if I add this to my package? I will give credit and links of course
-CMYLXGO
Click to expand...
Click to collapse
Absolutely.
NRG is planning to cook it into the next ROM though.
BTW, your pimp package rocks.
So I disabled TF3D, installed the cab to device, soft reset, re-enabled TF3D and... nothing. No programs tab. What am I doing wrong?
sharkie405 said:
So I disabled TF3D, installed the cab to device, soft reset, re-enabled TF3D and... nothing. No programs tab. What am I doing wrong?
Click to expand...
Click to collapse
Well, I don't have enough info to know what is wrong, but I can ask these questions and give you a few things to check:
Do you have the VGA port of Manila 2.1 installed or included in your ROM?
What device?
What ROM and what date of the ROM?
This does not create the tab, it changes the existing program tab.
If you don't have a program tab, then it might just be disabled.
If you go to the Settings Tab, there is an option, Customize Tabs.
Make sure that Programs is checked.
Hope that helps
JVH3 said:
Well, I don't have enough info to know what is wrong, but I can ask these questions and give you a few things to check:
Do you have the VGA port of Manila 2.1 installed or included in your ROM?
What device?
What ROM and what date of the ROM?
This does not create the tab, it changes the existing program tab.
If you don't have a program tab, then it might just be disabled.
If you go to the Settings Tab, there is an option, Customize Tabs.
Make sure that Programs is checked.
Hope that helps
Click to expand...
Click to collapse
Sorry what a noob thing to do. I'm running the vga port of 2.1 on Juicy's 8 ROM, build 090830 (released 08/30/09), on a Sprint Touch Pro. There is no programs tab to check under the customize tabs settings. I misunderstood what the cab was, sorry. Any thoughts on where I could go to get info. on creating a programs tab?
I dared to install the cab on a Diamond with custom win6.5/Manila 2.0 ROM.
i got the fourth column......with the first and fourth colums halved by the screen side edges! (no icon resizing to get the 4 columns within screen real estate)
Yes, i know the program says Manila 2.1 not 2.0, but...
why it doesnt work in 2.0?
may we expect a Manila2.0 release soon?
Best regards
sirgawain123 said:
I dared to install the cab on a Diamond with custom win6.5/Manila 2.0 ROM.
i got the fourth column......with the first and fourth colums halved by the screen side edges! (no icon resizing to get the 4 columns within screen real estate)
Yes, i know the program says Manila 2.1 not 2.0, but...
why it doesnt work in 2.0?
may we expect a Manila2.0 release soon?
Best regards
Click to expand...
Click to collapse
There is already a cab for 2.0. Do a search and you will find it.
sharkie405 said:
Sorry what a noob thing to do. I'm running the vga port of 2.1 on Juicy's 8 ROM, build 090830 (released 08/30/09), on a Sprint Touch Pro. There is no programs tab to check under the customize tabs settings. I misunderstood what the cab was, sorry. Any thoughts on where I could go to get info. on creating a programs tab?
Click to expand...
Click to collapse
Wow, no programs tab.
There is probably some manila file that just needs to be replaced, because the tab is a part of the Manila 2.1 port.
In Manila 2.0, I used to manually modify a file to control the order of my tabs. Might be the same one in 2.1
Found the thread for the ROM:
http://ppcgeeks.com/forums/showthread.php?t=58002
I couldn't see any screen shots. I'm not a member there and couldn't see a search this thread. I would search that thread to see where the programs tab is or how to get it back. The people in that thread would most likely know what to do to get it back, since it seems they removed it.
Still can't believe they didn't include it.
[EDIT]
Realized I am a member there. JohnVH3
Haven't posted ther though. Found this in that thread:
Re: [ ROM ] [ KITCHEN ] JUICY 8 - Build 090830H (23037.5.3.0) [UC]
--------------------------------------------------------------------------------
Quote:
Originally Posted by mike2037
Is it possible to get the program launcher tab back?
Has anyone tested any cabs with the current ROM?
I have it. Don't really know how. It wasn't there until I ran my Sashimi config. Then Bam. I'll look into it.
Click to expand...
Click to collapse
Just as an update. I got the reg. settings and got the programs tab and your tweak works very well. Thanks again for the help
The label display is wierd!!!!
See the snapshot below----
c_shekhar said:
The label display is wierd!!!!
See the snapshot below----
Click to expand...
Click to collapse
It looks lik your missing some language pack or something else.
It normally shows
ADD
I don't know which file needs to be edited.
I assume you did not have a programs tab before.
I have uploaded to this post, all the Manila files that are in the 8/6 Energy ROM that define these constants. Probably if you copy them to your windows folder, it will look normal for you.

[APP+MOD+SKIN] Black Rhodium 3G VGA Dialer

Black Rhodium 3G Dialer for VGA devices​
Update: New signed cab to resolve issues with certificate store and thus execution problems
First of all thanks to amarullz for initially porting the Rhodium dialer to VGA - well almost - as it requires the phcanvga.exe for resizing the dialer screens on the fly which sometimes requires killing cprog.exe and phcanvga.exe with restarting it afterwards to get the sizing correct. Nevertheless on his initial work this cab is based.
Basically what I did was the following:
1. Changed all phone and call log graphics to a nice black/dark color.
2. Added German translation files for the dialer.
3. And most important: Fixed the issue that all newer dialers at the moment have when switching to black, namely changing in call screen text for name and number to white. (This was actually the hardest and most time consuming as it required disassembling and understanding phcanhtc.dll. At the end this took me quite a week or so .)
Okay, and now here's the cab for installing (at least on the Touch Pro with Manila 2.1 installed as this was the device I could test it on).
Here's the english language add-on pack for the dialer as requested
For installation you might have to kill the cprog.exe and eventually the phcanvga.exe process(es) beforehand as otherwise the cab installation routine might not be able to overwrite several files. (I'm not sure about this as I did not really test this).
Pictures of it below!
Anyone who likes the work may feel free to donate a little.
any pictures of this?
Pictures now in first post!
CU,
Cactus World
does it support English or is it only German ?
what version is dialer is this?
the0ne said:
does it support English or is it only German ?
Click to expand...
Click to collapse
The cab only contains the MUI files for German, but if Ou need them, I could also provide these. Just let me know
CU,
Cactus World
This looks really sweet any chance it will work on WVGA?
yes...
i need this in english..i been looking for a black dialer...ty
hasseye said:
what version is dialer is this?
Click to expand...
Click to collapse
As far as I could figure it out it's based on version 3.50.35846.0.
CU,
Cactus World
corzradio said:
i need this in english..i been looking for a black dialer...ty
Click to expand...
Click to collapse
See first post.
CU,
Cactus World
xboxhaxorz said:
This looks really sweet any chance it will work on WVGA?
Click to expand...
Click to collapse
As the dialer is not really ported to VGA as mentioned above but resized on-the-fly you might be successful in using it when deleting the phcanvga.lnk from \windows\startup folder and killing the phcanvga.exe process or soft resetting.
Without a running phcanvga.exe the size should be correct for WVGA - I encourage you to try it and give feedback here if it worked.
CU,
Cactus World
Link doesn't work here.
icke said:
Link doesn't work here.
Click to expand...
Click to collapse
The link works. You were just trying while I was still changing something on the server - didn't think that the minute I posted here someone would try to download it!
CU,
Cactus World
thank you...ok i tested
on my touch pro 2...it did change everything to black.. but 2 things
1. it also changed my taskbar
2. the dialer is now uptop..leaving an empty space at the bottom. also there is an ugly scroll bar that shows..
Cactus World said:
The link works. You were just trying while I was still changing something on the server - didn't think that the minute I posted here someone would try to download it!
Click to expand...
Click to collapse
Link is working now...Thanks!
corzradio said:
on my touch pro 2...it did change everything to black.. but 2 things
1. it also changed my taskbar
2. the dialer is now uptop..leaving an empty space at the bottom. also there is an ugly scroll bar that shows..
Click to expand...
Click to collapse
1. Yes, I know, since I made the cab for the Touch Pro, I included phcanOverbmp with added battery level icons. If you don't like it just delete/overwrite the phcanOverbmp.dll in \windows.
2. Uptop? I'm afraid I don't know what you mean by that (I even don't exactly know what the word means and my dictionary doesn't list it ). Concerning the scroll bars: phcanvga.exe is definitely not running? Well, then it seems as if it does not work for WVGA. If you are familiar with replacing single (locked) files in the \windows folder and making registry entries you could try the following:
- First uninstall the cab and reset to get back to your original dialer.
- Extract the contents of the cab to a folder.
- Then only replace/copy phcanImages.dll and all the *.bmp and *.png files from the extracted cab in/to the \windows folder. (You could start by only replacing phcanImages.dll and the graphics beginning with Dialer_ and Assets_, this should suffice for a test.
- Change the following registry entries under HKLM\Software\HTC\PHONE to 0x00ffffff: CallStateRGB,CallerNameRGB, CallerNumberRGB, textForegroundColor.
- Change HKLM\Software\HTC\PHONE\backgroundColor to 0x0.
This could give you the desired black dialer skin. But note that if this works the problem you have with the cab is caused by phcanhtc.dll and thus this solution will not give you white in call screen text as this requires modification of the said DLL.
CU,
Cactus World
For installation you might have to kill the cprog.exe and eventually the phcanvga.exe process(es) beforehand as otherwise the cab installation routine might not be able to overwrite several files. (I'm not sure about this as I did not really test this).
Click to expand...
Click to collapse
how can i kill the cprog.exe and phcanvga.exe? do you mean kill is delete or what? I'm newbie...
thanks...
Hello Cactus World
Can you make black versions for yours theme
subiyanto said:
how can i kill the cprog.exe and phcanvga.exe? do you mean kill is delete or what? I'm newbie...
thanks...
Click to expand...
Click to collapse
Get a taskmanager (e.g. fdcsoft taskmanager, which is free and imho very good), look for the two processes and kill them. (phcanvga.exe can also be killed most times by executing it again, though)
Just curious: Did you try installing without killing them and it did not work?
CU,
Cactus World
[email protected] said:
Hello Cactus World
Can you make black versions for yours theme
Click to expand...
Click to collapse
Sure, here you go.
CU,
Cactus World

[6828 ROM] HP iPAQ rw6828 WM6.5.5 Build 23545 AND-3 Series

Ok, here's another work from my sleepless nights...
HP iPAQ rw6828 WM6.5.5 Build 23545 AND-3 Series​After many advices from our brother rizky_p, boril, W_a_x_x and others, I’ve decided to build 4 version of the ROM. And here they are…
Almost Official version​
Removed:
- MS Tag Reader
- Widgets (you can always install them manually)
Download here
http://www.mediafire.com/?zwmm4dyzqld
My Customized ROMs​
Angel Version I with MMS​Thanks to boril for the appreciations​
With All Office Mobile 2010 Applications
Download here:
http://www.mediafire.com/?jdnywxjkjyn
Angel Version II with Universal Encodings
(Japanese, Chinese, Korean, Thailand, Arabic, Hebrew, etc)​Thanks to Asukal for the great NLS​
Added
- HTC EZInput by HTC
- MS Facebook 1.1.0.14 by Microsoft
- Only Word Mobile and Excel Mobile 2010
Download here:
http://www.mediafire.com/?4hmjoizjogz
Devil version with Manila 2D​My own Cuztomizations...
Manila 2D... Most were my modifications. The skin were from Diamond. Icons from Mega and Clock were from Jade. I turned the selector to transparent, made IE as the default browser and add facebook link in the internet widget. I also changed the Email Widget's background so the mail is no more covered with envelope.
I'm sorry but I'll upload this on the 23554 build
Common Official OEMs
HTC Bluetooth Explorer by HTC
HTC SIM Manager by HTC
HTC Wireless Manager by HTC
Common Developers OEMs
Advanced Configuration Tool 3.3 by Julien Schapman
FreeCell version 1.2 by nandhp
Notepad Version 3.5.9198.0 by Shamasis
Oxios CloseApp by Oxios
PCM Image Viewer by
PkTorch by Cee’z
PocketRAR by RARLab
RAM Sweeper by BsB
Task Manager v3.0 by FdcSoft
WM5torage 1.8 by Igor V. Bozhko
Quick upgrading guide.
1. Download the ROM file to your computer, and then extract diskimg.nb0 from the RAR file.
2. Copy diskimg.nb0 to miniSD (not larger than 1GB)
3. MAKE SURE YOUR DEVICE HAD ENOUGH BATTERY. If you feel hesitant, just do all the next steps with the battery charger plugged in to your device.
4. Insert the miniSD to you device. And TURN ON YOUR DEVICE.
5. While the device is on, do this step. PRESS AND HOLD BOTH SOFTKEYS (button with (-) symbol, placed above the green/call key and red/end call key), and HIT THE RESET BUTTON with Stylus WHILE STILL HOLDING BOTH SOFTKEYS.
6. The next screen will be white, with HP logo at the center of your screen. The upgrade process has started. Wait about 12 (about 8 minutes for flash upgrade and 4 minutes for Cold Boot).
7. At the 8th minutes your device will be rebooted automatically. Wait again for 4 minutes for Cold Boot.
8. Align Screen, set the time, date, and localization... and finished.
9. If you finished all the steps, please change your device into landscape mode, and reboot device. This will enable HTC Album's Portrait Mode.
Big Thanks to:
Sweet Sister Adinda, Ardhya, XOJ, helloworld1, Aji Aziz, Arif Syah, rizky_p, boril, W_a_x_x... and... all friends in xda-developers.
Special Thanks to helloworld1 for the beautiful kitchen.
Credits also to XDA-Developers guru... Da_G, Ervius, and don't forget Microsoft, HTC, and HP. Thanks everybody!!!
My modifications over the Titanium and Lockscene
Enlarge the image in the Picture panel and the Email/Messaging panel.
Change the Slider to transparent. 2 advantages by doing this. First, my Lockscreen Wallpaper wont be bothered by the Lockscreen slider. Second, the transparent slider may secure your device from other people. Don't worry. Just press the slider's normal position, and a semi-transparent slider will appear.
Install your favorite widgets
Download your OEM Widgets here:
OEM Widgets
Use Your favorite sound file
ALARM SOUNDS
RINGS AND ALERT
Issues and the fixes
If you enter these three menu in Settings, you'll get stuck. Don't worry. Just hold Volume down for 2 seconds (I assigned the Volume down button as OK button).
Known Bugs
In some menus in the control panel (shown above) you will be unable to press X button on the screen. I’ve found this issue on every WM6.5.5 235XX builds, so I think it’s related to devices’ hardware button. Most of the new devices with these builds have “OK” or “X” hardware button, but iPAQ rw6828 does not, so this problem will always appear on our iPAQ rw6828. But don’t worry… I’ve fix this problem. Just press and HOLD volume button down for 2 seconds to use “OK” or “X” button function..
Obex Driver. Impossible to fix… this is 2006 device met 2010 OS. But don’t worry, you can always use third party explorer such as Resco File Explorer to freely send files. I also added HTC Bluetooth Explorer which is very powerful.
Sound of the video recorder. Very low quality...
PS:
To rizky_p: Sorry bro, I couldn’t add the ArkSwitch. The application works good but if I edit the settings to enable this app on startup or the tool folder, the shortcut turned mislead. A normal istallation would be great. I’ve add a beautiful shortcut icon for you.
Oh yea, I’ve add the battery percentage bitmaps for you. Sorry if it’s not beautiful, I could only get this version. Tell me if you had another version.
To boril: I’ve add the MMS version. Hope you like it.
To W_a_x_x: Sorry bro, I’m still unable to optimize the camera to be as good as if we use the Brogent camera app. But, I’ve done some patches over the registries, so the camera quality works better than the previous one.
I cant wait to try this, especially the one with the manila2d
Does your M2D rom also have the ezinput ?
http://www.mediafire.com/?jmyyemj2lyt
the file is corrupted, can you re-upload this?
moppix said:
http://www.mediafire.com/?jmyyemj2lyt
the file is corrupted, can you re-upload this?
Click to expand...
Click to collapse
Yes, kindly reupload this Andy.
Meanwhile I installed "Angel Version I with MMS" and found that there is no automatic GPRS&MMS configuration to get from Network service provider
reserved for mor
moppix said:
http://www.mediafire.com/?jmyyemj2lyt
the file is corrupted, can you re-upload this?
Click to expand...
Click to collapse
I'm uploading it. I've recheked the RAR, and unrar-ed them successfully. If the same problem appears, I'll try other than Mediafire.
updated:
http://www.mediafire.com/?zwmm4dyzqld
boril said:
Yes, kindly reupload this Andy.
Meanwhile I installed "Angel Version I with MMS" and found that there is no automatic GPRS&MMS configuration to get from Network service provider
Click to expand...
Click to collapse
Yes, I removed the Auto Data Configuration... I did it to save more space. Can you set them manually, Bro,
I have very limited internet connections here, and the upload speed were s*cks. The speed is about 7KBps and it took me about 2-3 hours to upload just one ROM
Please. Pardon me...
W_a_x_x said:
I cant wait to try this, especially the one with the manila2d
Does your M2D rom also have the ezinput ?
Click to expand...
Click to collapse
No bro. The Manila 2D and the EZInput, both consumes large resources. If I add them both, It would slower our devices. I only add the EZInput on the Angel version with the Universal Encoding.
Andy thanx to pointing me out needed application ADC ( Automatic Data Configure).. I found a cab an install it..
What is the difference between "Angel Version I with MMS" and "Almost Official" version ?
From screenshots I can see that Almost Official is less customized..
I'm happy with "Angel Version I with MMS" so far only bug I found is already known that for rw6815 you can not access WIFI advanced menu from Communication Manager, but it's not a big deal since I don't used everyday.
Wow nice to try....... Terima Kasih
Install your favorite widgets
Download your OEM Widgets here:
OEM Widgets
Use Your favorite sound file
ALARM SOUNDS
RINGS AND ALERT
Thank you very much about this . But i have problem with Almost Official version . When i go to the "Getting Started" and it doesn't work ?? What 's wrong ?
akita_thai said:
Thank you very much about this . But i have problem with Almost Official version . When i go to the "Getting Started" and it doesn't work ?? What 's wrong ?
Click to expand...
Click to collapse
Yes, I've flashed back to the almost official version, and found the same problem. terribly sorry for this. I tried some ways to fix it but no use...
I think I'll remove it if you don't mind. I'll add other apps like th EZInput or Microsoft facebook, ok?? if you don't mind.
I'm looking forward for your suggestion brother...
Devil version with Manila 2D
I want this version Devil version with Manila 2D
terima kaseh daripada thailand
AndyAdinda said:
Yes, I've flashed back to the almost official version, and found the same problem. terribly sorry for this. I tried some ways to fix it but no use...
I think I'll remove it if you don't mind. I'll add other apps like th EZInput or Microsoft facebook, ok?? if you don't mind.
I'm looking forward for your suggestion brother...
Click to expand...
Click to collapse
However, it 's fine. I just ask because that menu look good. Thank you. . You work hard. I admire you brother
Andy you worked really hard, i really appreciate that. I haven't tried the new ROM yet could you post what the new battery icon look like? all the shots here with the charger connected
Thanks again for your dedication.
Rizki P
Hi Andy...
I have some question.
The "Angel Version II with Universal Encodings" it can read+write an asian languages ? (Japanese , Thai..) without installing by myself? (in case of I have some keyboard software that can type those languages)
more question ,
The "Angel Version II with Universal Encodings" has the theme like your "Almost Official version" (http://img411.imageshack.us/img411/5645/officialsmall.jpg) <<< I like it. !!
The last .
The "Angel Version II " has no automatic GPRS&MMS configuration like The Angel Version I ?
I've used old rom for a while it's very s*ck I like yours
please answer me
Sorry for my bad english
the "Angel Version I with MMS" worked like a charm.
thx!
Pousi said:
I want this version Devil version with Manila 2D
terima kaseh daripada thailand
Click to expand...
Click to collapse
You're welcomed.. Sama-sama.
The ROM has finished. I just, don't feel satisfied with the Diamond theme... can anybody suggest a great wallpaper which fits the Black top bar and the black manila tab bar?? Please see my latest wallpaper test on the picture below this post. Is it good bro?
akita_thai said:
However, it 's fine. I just ask because that menu look good. Thank you. . You work hard. I admire you brother
Click to expand...
Click to collapse
Thank You for Your appreciation...
rizky_p said:
Andy you worked really hard, i really appreciate that. I haven't tried the new ROM yet could you post what the new battery icon look like? all the shots here with the charger connected
Thanks again for your dedication.
Rizki P
Click to expand...
Click to collapse
You're welcomed... All of the appreciations, support, and advices from You and all our brothers here have encouraged to do my best
Here you are...

Using WM6.5

I have WM 6.5 with M2D.
Where can I change the backlight, change ring/vibrate (without using side keys) and how to know we have a lost call? (I dont have call history on first screen, I only have a button on taskbar...)
WM6.5 is very finger friendly, but there are some things like this that are annoying me
How to control the lock system ?
Maxxd01 said:
I have WM 6.5 with M2D.
Where can I change the backlight, change ring/vibrate (without using side keys) and how to know we have a lost call? (I dont have call history on first screen, I only have a button on taskbar...)
WM6.5 is very finger friendly, but there are some things like this that are annoying me
Click to expand...
Click to collapse
It depends on wich rom you are using but let's give it a try,
- Backlight: start/settings/system/power/backlight
- Change ring/vibrate: start/settings/personal/phone
- Change volume: with the side-keys on your phone, or on the topbar by touching the speaker (not in all versions) and for vibrate by pressing the # button on your keypad (not in all roms)
- lost call: You see a notification on your screen if you missed a call otherwise go to the dialer-menu.
There are more ways to get the same result, so go playing with your phone and you'll see it for yourself.
Hope I helped you a little bit in the right direction.
Greetz,
Rataplan said:
It depends on wich rom you are using but let's give it a try,
- Backlight: start/settings/system/power/backlight
- Change ring/vibrate: start/settings/personal/phone
- Change volume: with the side-keys on your phone, or on the topbar by touching the speaker (not in all versions) and for vibrate by pressing the # button on your keypad (not in all roms)
- lost call: You see a notification on your screen if you missed a call otherwise go to the dialer-menu.
There are more ways to get the same result, so go playing with your phone and you'll see it for yourself.
Hope I helped you a little bit in the right direction.
Greetz,
Click to expand...
Click to collapse
Thank you very much for you reply.
Ok two problems solved By the way, there's not a way to place a shortcut on "Programs" of anything of "Setting" ? Just for programs ?
One still to solve. The problem is: in my screen I dont have a line 'missed calls'. It's selected on M2DC but I just cant bring it. I tried aply themes from here:
http://forum.xda-developers.com/showthread.php?t=425974
Themes .cab dont work (png's over png's and so on), extracting .zip on \Windows same thing, and importing .m2CT crash M2DC Customizer. Have any idea how cant I change M2D Theme? (2.0.1920.1520 TouchFLO)
Maxxd01 said:
Thank you very much for you reply.
Ok two problems solved By the way, there's not a way to place a shortcut on "Programs" of anything of "Setting" ? Just for programs ?
One still to solve. The problem is: in my screen I dont have a line 'missed calls'. It's selected on M2DC but I just cant bring it. I tried aply themes from here:
http://forum.xda-developers.com/showthread.php?t=425974
Themes .cab dont work (png's over png's and so on), extracting .zip on \Windows same thing, and importing .m2CT crash M2DC Customizer. Have any idea how cant I change M2D Theme? (2.0.1920.1520 TouchFLO)
Click to expand...
Click to collapse
Hi again, for your programs make a shortcut of folderview.exe, you can find it in your windowsfolder and copy it to windows/start menu/programs.
The version of Touchflo you are using I'm not sure which one that is but if you want to learn more of m2dc just go to http://forum.xda-developers.com/showthread.php?t=427392&highlight=manilla
Hopefully you can find your answer there.
Regards,
Rataplan said:
Hi again, for your programs make a shortcut of folderview.exe, you can find it in your windowsfolder and copy it to windows/start menu/programs.
The version of Touchflo you are using I'm not sure which one that is but if you want to learn more of m2dc just go to http://forum.xda-developers.com/showthread.php?t=427392&highlight=manilla
Hopefully you can find your answer there.
Regards,
Click to expand...
Click to collapse
I think it's human mistake, maybe I'm forgotting doing something. I'll open a new thread once the one I have problems its closed.
Many thanks.
By the way, how to install that bottom bar we see in many WM6.5 ROMS? (With start icon, back button and X button but on the bottom).
Also how to get taskbar without start button ?
I saw many roms with and without, confused if its WM6.5 function or not.
Maxxd01 said:
By the way, how to install that bottom bar we see in many WM6.5 ROMS? (With start icon, back button and X button but on the bottom).
Also how to get taskbar without start button ?
I saw many roms with and without, confused if its WM6.5 function or not.
Click to expand...
Click to collapse
It seems that you have a thread only made for us, ok first of all, I don't mind to help you, but you have to read and search a bit more and if you don't know anything, you can always send me a pm, I don't mind at all.
Ok to get back to your question, it just depends on what rom you are using proberly you are now using the naked version from DJ, and that is a com 2 branch, it means that it don't have a bottombar, in my signature you see a rom I made and that is one with bottombar also DJ made beautiful rom's with bottombar just search for his threads.
Cheers,
Look's like there's any ROM where we can control the lock.
There's any way to make those rom's auto lock after backlight turn off ?
Maxxd01 said:
Look's like there's any ROM where we can control the lock.
There's any way to make those rom's auto lock after backlight turn off ?
Click to expand...
Click to collapse
There is an app for that - I have a link on my insomnia thread for the cab - here is the link to the thread - http://forum.xda-developers.com/showthread.php?t=542482
It allows you to lock the device when it goes to sleep or you switch off the backlight.
DT
d_train said:
There is an app for that - I have a link on my insomnia thread for the cab - here is the link to the thread - http://forum.xda-developers.com/showthread.php?t=542482
It allows you to lock the device when it goes to sleep or you switch off the backlight.
DT
Click to expand...
Click to collapse
Thank you.
I found another app but it was not working so I will try this one.
One more question regarding using WM6.5, on WM6.1, I had a Java (I think its JRE) to (for example) install gmail/app.
I saw on your ROM java blend. It's the same thing ?
Maxxd01 said:
One more question regarding using WM6.5, on WM6.1, I had a Java (I think its JRE) to (for example) install gmail/app.
I saw on your ROM java blend. It's the same thing ?
Click to expand...
Click to collapse
This is what comes with HTC devices and is a Java application - not sure whether all Java apps are compatible with it though.
DT

Categories

Resources