Related
Hello everybody,
I've figured a few things out regarding JBed and Opera Mini on Kavana's latest WM6.1 ROM, and I thought I'd share them with you.
Introduction
First off, a quick introduction: Opera Mini 4, a Java MIDlet web browser, is arguably the best browser available for Windows Mobile. It routes traffic through Opera servers, so it doesn't take as much data (or time) to browse the Web, and it has small-screen rendering like iPhone's. Slashdot, for example, loads in seconds under OM, as opposed to half an hour in Pocket IE. Esmertec JBed respects the system's network settings, so it works with the T-Zones $5.99 internet trick.
JBed isn't perfect, though. It has a few glaring issues: network access permissions, inability to use a MIDlet as a systemwide default browser, and ugly fonts. I haven't figured out the last one yet, but the first two are solvable, and here's how.
Network Access Permissions
Most tutorials for fixing this problem refer to the file \Windows\AppDB\Selector.utf; editing this file and replacing the text
Code:
domain=untrusted, \
with
Code:
domain=tckmax , \
fixes the problem under Cloudyfa's JBed. The version of JBed in Kavana's WM6.1 stores its data in \Application Data\JavaDB, and the selector.utf trick doesn't work. The culprit is a missing file named policy.utf, which defines tckmax. I've attached a copy of this file; just move it to your \Application Data\JavaDB directory and the selector.utf trick will work as usual.
Systemwide Default Browser
First off, you can make it easier to access Opera Mini by changing the short_IE.lnk file to open OM instead of PIE. I've attached a version of that file for your convenience; copy it to your \Windows directory and the IE (or T-Zones) button will open a usable browser for a change. This only works if OM is the first MIDlet you've installed; if you have installed other MIDlets you'll have to edit the shortcut (Notepad works nicely) to reflect the change. If OM is your second MIDlet, change s0_ to s1_; third, s2_; and so on.
Also, various MortScript scripts have been floating around that attempt to automate the process of copying a clicked link to the system clipboard, opening OM, and pasting the link into the address bar. I haven't found one that works, but a much better solution is available. The linked post contains a CAB file (which I've reposted here for convenience) that installs an actual application that works well under WM6.1. This one is hardcoded with the assumption that Opera Mini is the first MIDlet that you've installed.
One Other Thing
I recommend backing up your \Application Data\JavaDB directory once you get everything working; you can simply copy it back from your backup after a cold boot to get everything working again. I don't know how to make a CAB file myself, but if someone is up to the challenge, I'd suggest making a single file that installs Opera Mini and the Opera Mini Default Browser application, and optionally replaces the PIE button with OM. Or maybe Kavana can add this to his next ROM
Hope you find this useful!
EDIT: The application I've attached only works if Opera Mini is the first application ever installed under JBed. If you uninstall it and reinstall it, it will get a new suite number. You can look at your selector.utf file and figure out your suite number (e.g., s1_), but I would recommend clearing out your \Application Data\JavaDB folder to reset your suite numbers. Also, it may be a bad idea to edit your selector.utf file in Notepad; a hex editor should avoid corruption issues.
~truggl
awesome! thanks!
very useful, thanks!
Great Job!!
How do you tell what the s number is for the OM midlet?
When I press the short key cut key I get a "Could not find suite s0_" error message. When I dismiss the message I get the jbed midlet manager window which list Opera Mini and it's the only applet listed. I click on that and Opera Mini opens up.
Perfect, the policy.utf file did the trick. I'm not so sure that I want to replace the iexplore shortcut to OM because there are still some limits to the OM applet over PIE. OM can't launch youtube for example.
Thank you ... thank you - Tim
truggl said:
Hello everybody,
I've figured a few things out regarding JBed and Opera Mini on Kavana's latest WM6.1 ROM, and I thought I'd share them with you.
Introduction
First off, a quick introduction: Opera Mini 4, a Java MIDlet web browser, is arguably the best browser available for Windows Mobile. It routes traffic through Opera servers, so it doesn't take as much data (or time) to browse the Web, and it has small-screen rendering like iPhone's. Slashdot, for example, loads in seconds under OM, as opposed to half an hour in Pocket IE. Esmertec JBed respects the system's network settings, so it works with the T-Zones $5.99 internet trick.
JBed isn't perfect, though. It has a few glaring issues: network access permissions, inability to use a MIDlet as a systemwide default browser, and ugly fonts. I haven't figured out the last one yet, but the first two are solvable, and here's how.
Network Access Permissions
Most tutorials for fixing this problem refer to the file \Windows\AppDB\Selector.utf; editing this file and replacing the text
Code:
domain=untrusted, \
with
Code:
domain=tckmax , \
fixes the problem under Cloudyfa's JBed. The version of JBed in Kavana's WM6.1 stores its data in \Application Data\JavaDB, and the selector.utf trick doesn't work. The culprit is a missing file named policy.utf, which defines tckmax. I've attached a copy of this file; just move it to your \Application Data\JavaDB directory and the selector.utf trick will work as usual.
Systemwide Default Browser
First off, you can make it easier to access Opera Mini by changing the short_IE.lnk file to open OM instead of PIE. I've attached a version of that file for your convenience; copy it to your \Windows directory and the IE (or T-Zones) button will open a usable browser for a change. This only works if OM is the first MIDlet you've installed; if you have installed other MIDlets you'll have to edit the shortcut (Notepad works nicely) to reflect the change. If OM is your second MIDlet, change s0_ to s1_; third, s2_; and so on.
Also, various MortScript scripts have been floating around that attempt to automate the process of copying a clicked link to the system clipboard, opening OM, and pasting the link into the address bar. I haven't found one that works, but a much better solution is available. The linked post contains a CAB file (which I've reposted here for convenience) that installs an actual application that works well under WM6.1. This one is hardcoded with the assumption that Opera Mini is the first MIDlet that you've installed.
One Other Thing
I recommend backing up your \Application Data\JavaDB directory once you get everything working; you can simply copy it back from your backup after a cold boot to get everything working again. I don't know how to make a CAB file myself, but if someone is up to the challenge, I'd suggest making a single file that installs Opera Mini and the Opera Mini Default Browser application, and optionally replaces the PIE button with OM. Or maybe Kavana can add this to his next ROM
Hope you find this useful!
~truggl
Click to expand...
Click to collapse
Kinda bummed.... I cant seem to get this to work. Everytime I edit selector.utf with the new code, my opera midlet dissappears. I have policy.utf in the directory so I am at a loss. ???
Works great on my system - many thanks for this!
Poser said:
Kinda bummed.... I cant seem to get this to work. Everytime I edit selector.utf with the new code, my opera midlet dissappears. I have policy.utf in the directory so I am at a loss. ???
Click to expand...
Click to collapse
I had the same problem. I was using notepad to edit selector.utf which I guess is bad. Try using a hex editor or run this script. http://treo.discussion.treocentral.com/tcforum/showthread.php?t=152078
socal1 said:
How do you tell what the s number is for the OM midlet?
When I press the short key cut key I get a "Could not find suite s0_" error message. When I dismiss the message I get the jbed midlet manager window which list Opera Mini and it's the only applet listed. I click on that and Opera Mini opens up.
Click to expand...
Click to collapse
I think i figured this issue out. Edit the Opera Mini.lnk file from run s0_ to run s4_
pudgedaddy said:
I think i figured this issue out. Edit the Opera Mini.lnk file from run s0_ to run s4_
Click to expand...
Click to collapse
Yes, it will depend on how many java programs you installed before so that you can get an accurate count.
socal1 said:
I had the same problem. I was using notepad to edit selector.utf which I guess is bad. Try using a hex editor or run this script. http://treo.discussion.treocentral.com/tcforum/showthread.php?t=152078
Click to expand...
Click to collapse
Worked a charm , thanks much mate
removed: dbl post
DaMilky said:
Yes, it will depend on how many java programs you installed before so that you can get an accurate count.
Click to expand...
Click to collapse
Opera is the only java app that I have installed and I still get the error, however, I have installed and uninstalled a few times... so I think there may be .db remnants that force it further down the "install list" e.g. s2_
edit: just had to clean up \\application data\javaDB, works fine
Hi all,
Glad I was able to help. I added a bit of information to my original post; I recommend starting with a blank slate, so to speak, because OperaDefault.cab is programmed with that assumption. When in doubt about your suite number, and if you don't care about OperaDefault, then you can look in (or post) your selector.utf file and get it from there.
~truggl
Esmertec jbed
Can someone point me to forum where i can get esmertec jbed?
I'm looking for a couple of hours already.
Please help....
Having a very strange problem with Opera Mini 4. I'm using Ricky's Rom V5 with my Dash and Opera will not display fonts correctly. They all seem to have horizontal lines going through them and appear to be slightly stretched (that could be my imagination though). I checked the Jbed version and it appears to be the latest one (I never changed it) and I'm not sure where to go from here. Opera boots and runs fast but it's not legible at all. Any suggestions as to what I can try? I searched XDA but couldn't come up with anything. Thanks,
kasim1 said:
Can someone point me to forum where i can get esmertec jbed?
I'm looking for a couple of hours already.
Please help....
Click to expand...
Click to collapse
NM, I found Esmertec.
ItsDon said:
Having a very strange problem with Opera Mini 4. I'm using Ricky's Rom V5 with my Dash and Opera will not display fonts correctly. They all seem to have horizontal lines going through them and appear to be slightly stretched (that could be my imagination though). I checked the Jbed version and it appears to be the latest one (I never changed it) and I'm not sure where to go from here. Opera boots and runs fast but it's not legible at all. Any suggestions as to what I can try? I searched XDA but couldn't come up with anything. Thanks,
Click to expand...
Click to collapse
I am having this same problem. Does anyone know how to change the font in Opera Mini?
DaMilky said:
Yes, it will depend on how many java programs you installed before so that you can get an accurate count.
Click to expand...
Click to collapse
NOT TRUE.
I tried to use from s0_ to s4_, nothing worked....
Untill i opened my selector.utf(windows\appdb) and seen that gMail is "root=s-1_", so i've change my shortcut to point to "s-1_", this did the trick.
Thanx.
Ok guys, so this is my new thread. I will keep information, screenshots, and files updated here.
IT WORKS!! I've been disassembling and reassembling this cab file for a while now. I finally got it pretty stable. I removed some files that are not needed and added the appropriate files to work on the Excalibur. I tweaked shellres.dll so the Storage Card issue is gone! I also tweaked and reinserted the appropriate CPR files. I replaced the thin looking top bar icons in the original tshres.dll to the 96dpi icons. MUCH BETTER! If you are using Kavana's ROM, disable ClockOnTop as it doesn't display properly. The program seems to uninstall just fine as well if you're worried about that.
Version info:
Version 1.70 works on WM6.5 based WWE ROMS
Version 1.6c works on Kavana and Rose based WWE ROMS
NOTE: PLEASE TEST AT YOUR OWN RISK. THIS APP WILL WORK ON MOST WM6.1 WWE (World Wide English) ROMS. I AM NOT RESPONSIBLE IF YOU BRICK YOUR PHONE OR LOSE DATA. ALL PHONES AND ROMS ARE DIFFERENT AND UNKNOWN CONDITIONS MAY OCCUR (you may lose data). Thanks to lukybandit for the original post and enyone else who contributed.
Directions:
- For WM6.5, run 3VO_96DPI_WM65_v1.70.cab or (1.6c for WM6.1)
- Reboot when it asks
- With 1.6c, if your topbar icons appear as white blocks, try running OOK_96DPI_WM61_Patch.cab (and reboot after install)
- Important: Do not run OOK_96DPI_WM61_Patch.cab if your top bar icons appear fine
- To uninstall, go to Remove Programs and uninstall it then REBOOT
- **Note: If upgrading from a previous version, uninstall it first, REBOOT, then install the new version
If you have custom CPR files in the \Windows directory, back them up. This app installed modified CPR files in the \Windows directory to accomodate for the increased screen size and resolution.
Screenshots below:
UPDATE: 1/17/2009, 10:45PM PST, 1.5b works great on ROSE based ROMS! Fixed background misalignment. Note that background image should be 320x240 or so in size. I edited CPR files in \Windows to fix this. If you have a custom CPR file (due to a weather program or something), back it up and then edit the first line and use these values, <Image ID="Background" Opacity="1.0" Top="-17" Width="320" Height="213"/>. Still have the Comm Manager bug in Rose ROMS, working on it.
UPDATE: 1/18/2009, 12:40PM PST, 1.52b for Kavana and 1.53b for ROSE. Fixed some font issues and resized the Rinku topbar icons to fit 96dpi.
UPDATE: 2/21/2009, 10:20PM PST, 1.54 for ROSE ROMS uploaded. Fixed some call screen background problems.
UPDATE: 2/22/2009, 6:30PM PST, 1.55 for ROSE ROMS uploaded. Fixed Opera Mini font problem and adjusted other font sizes. 1.53 for Kavana WM61 ROMS uploaded and also fixed Opera Mini fonts (good find, fliparsenal).
UPDATE: 5/8/2009, 6:20PM PST, 1.6 for ALL WM6.1 ROMS. Comm Manager still not pretty but working on it.
UPDATE: 5/9/2009, 10:20PM PST, 1.6c for ALL WM6.1 ROMS. Updated InnerCircle DLL for 96dpi icon. Comm Manager NOW works in 1.6c (screenshot below) except for the "settings" soft key. To access settings, use settings/connection menu. Should be fixed by next release.
UPDATE: 5/12/2009, 10:50PM PST, 1.6c still for ALL WM6.1 ROMS. Uploaded OOK_96DPI_WM61_Patch.cab for ROMs that have a problem reading the bitmap resource from the DLLs. This works on Kavana's China ROMs and other ROMS not yet tested on. Please test.
UPDATE: 6/14/2009, 1:45PM PST, 1.70 up for testing on WM6.5. It may have bugs as I kinda slapped it together due to overwhelming requests! Please test and report bugs.
Files:
3VO_96DPI_WM65_v1.70.zip
OOK_96DPI_WM61_v1.6c.zip - With new updated Comm Manager (please test)
OOK_96DPI_WM61_Patch.cab - Patch for China and other ROMs
Please continue bug testing and post your results.
i installed teh 1.55 for rose roms and its really weird now. first i uninstalled 1.53, rebooted, ran the new dpi file, let it go to homescreen, then installed new 1.55. then rebooted. now all my home screen layouts have missing topbar icons when i navigate away from teh home screen. and the in-call screen is not fixed. WORST part is: the 1.55 dpi fix doesnt appear in my remove prgrams OR sktool installed programs for me to uninstall
very bad. i feel i bricked the phone with this. help
renegadedj said:
i installed teh 1.55 for rose roms and its really weird now. first i uninstalled 1.53, rebooted, ran the new dpi file, let it go to homescreen, then installed new 1.55. then rebooted. now all my home screen layouts have missing topbar icons when i navigate away from teh home screen. and the in-call screen is not fixed. WORST part is: the 1.55 dpi fix doesnt appear in my remove prgrams OR sktool installed programs for me to uninstall
very bad. i feel i bricked the phone with this. help
Click to expand...
Click to collapse
Thats bizzare. I am running 1.55 on my Dash right now and no problems. And it appears in the Remove Programs list. Not sure what happened. Are you sure you didn't run the Kavana one by accident? Reboot the phone, run the installer again without running dpi.ccs. It should then appear in remove programs. Then try to remove it as needed.
Also, did you reboot after you uninstalled 1.53? Very important.
ookba said:
Thats bizzare. I am running 1.55 on my Dash right now and no problems. And it appears in the Remove Programs list. Not sure what happened. Are you sure you didn't run the Kavana one by accident? Reboot the phone, run the installer again without running dpi.ccs. It should then appear in remove programs. Then try to remove it as needed.
Click to expand...
Click to collapse
WOW
ok i did that and i got topbar icons back and its in remove programs thanks! ill let u know i f i find any further bugs
okay the in-call screen is fixed. but ending the incoming call froZe my phone. hahaha i think its just my phone not the 96dpifix haha
made my phone a lot slower and the text isn't so clear
try re -installing it again, mine is working perfectly..good job ookba
Possible to get celecmd.exe from you? I'm having trouble finding it
i installed the 1.55 version and it works fine.thanks for the program.you did very good job.
yipcanjo said:
Possible to get celecmd.exe from you? I'm having trouble finding it
Click to expand...
Click to collapse
if you have any of the rose roms celecmd should be included. its called command processor in start menu
run dpi.css and it wont do anything it lookslike but it did.
the only thing now is the wallpaper fix, it doesnt stretch all the way to the bottom of the screen, not a big deal
fliparsenal said:
the only thing now is the wallpaper fix, it doesnt stretch all the way to the bottom of the screen, not a big deal
Click to expand...
Click to collapse
Hmmmmmm, thought I fixed that. Can you post a screenshot?
Everything is good, i like it but I cant get the commanager to appear. It just loads but never comes thru. Also, Windows Media isn't Stretched...
It looks great, but now it's a little slow my dash freezes in the when I access picture & videos. When I try to close then in task manager they will not close. I have to turn off the phone. Also the jogger started dancing around on its own. again I had to soft reset to clear up the problem. These are all issues I did not have on the Rose Rom ( Ricky & Stylez ver )
oh i think its cause i need to edit the .cpr..thing is i cant find it in the windows directory. which files? all i see are the .cpl
I installed the Rose Rom version and everything works great, except that my windows start menu icon does not look like the one in the picture. The icons in my start menu are also a little grainy now and I had to increase my default font size through Accessibility in the settings menu to make the text messages and contacts list larger and readable.
Does anyone know of an easy font changer program to increase font size and pick a different font?
hey i just installed it now...i am having the same problem as when you first came out with it...after i installed it the nrg weather program icons do not work...as i figured since they weren't made for this...i am using kavana's rom 080408 if that's correct...anyways i am being lazy but i thought you guys will know what weather program works with it..thanks
nrgs mini weather works fine, usually i have to reinstall it aftere installing the 96dpi. try that.
@fliparsenal....thanks
i feel like an idiot...
anyone can help me wit editing the cpr files so i can fix the wallpaper issue?
TITANIUM WEATHER no longer supported in this thread, please download the newest version here (fully supported for WVGA):
http://forum.xda-developers.com/showthread.php?t=481379
This is a weather addon for the Titanium (WinMo 6.5) homescreen.
TitaniumWeather for 6.5 21501:
Background screens from Miri's V8.1 Standard Rom
Install:
(You will need to uninstall the old version and soft reset first)
1. Download TitaniumWeather_v3.1.cab. (Or TitaniumWeather_V3.124H.cab without AM/PM)
2. Disable Titanium.
3. Run cab.
4. Install to device (NOT storage card).
5. Soft reset.
6. Enable Titanium.
7. Finish by selecting the TitaniumWeather panel and click Menu on right soft key.
Adding a city:
1. Go to http://www.accuweather.com/us-city-list.asp?partner=accuweather&zipcode= and search for your city
2. When selected copy the code at the end of the url (For example: Paris, France = EUR|FR|FR012|PARIS)
3. Click TitaniumWeather panel and click Menu on right soft key.
4. Chose option 3, forecast options/setup
5. Type in the city code (go through the other options and finish setup)
6. Select full update
7. Enjoy
v3.1 changelog:
updated layout slightly
changed to Beyond Invisible's weather icons from m2d, thanks to him
v3a changelog:
fixed spacing bug on summary page day list
v3 changelog:
updated to new panel design(thanks to drkfngthdragnlrd) that is all in one
added current conditions detail page, forecast detail pages, and weather links page
added option to enable/disable the new pages
set right soft key for weather menu and press on panel as run weather update.
Created by Showaco, original thread and donate/thanks here
Opera6.5 panel:
Sceen011.jpg shown in Lost in Asia WM 6.5 21500
showaco said:
Here's a new panel for testing. I added a mortscript to handle the import of your bookmarks from opera 9.5. I don't know if it works with all versions of opera or not. The script reads the opera6.adr file located in \Windows\Opera9 folder to get bookmark list. It launches links by calling on opera at \Windows\OperaL.exe. Test it out, and I can add more features if it works.
Click to expand...
Click to collapse
Changed:
v.2
- added CondensedPage into cab install
Install:
REQUIRES MORTSCRIPT, if you have titaniumweather installed, then you are already good to go.
1. Install cab file
2. Add it to your plugin list in the registry at HKLM\Software\Microsoft\CHome\ExtensibilityXML (Add Opera to the list, place it in the order you want it to display. In the pic below Screen011.jpg I placed it between email and appointments in the registry -> CEmail;Opera;CAppointments; )
3. Restart Windows Default(CHOME) plugin from Settings\Today\Items
4. Go to newly added opera favorites panel and click right soft key to import your opera bookmarks. Press panel to open links in Opera.
-----------------------------------------
-----------------------------------------
*All credits to Showaco*
Thank you It works great!
i like your black wallpaper, could you post it ?
Sure, http://www.swampthing.net
Under Wallpapers 480x800 page 1
Does the launcher item has to be in the titanium menu all the time? Or can it be removed after the install?
If its used for the options etc., maybe it is possible to make a link to it out of the programs folder.
You can change the order of the menu items or remove it altogether, instructions in this post: http://forum.xda-developers.com/showpost.php?p=3504536&postcount=133
And yes you can run the options from /Program Files/TitaniumWeather/
Very nice work bro....many many thanks from the Greece
btw, is there a way to change the font of the text in titanium?
Sure, just edit the titanium_480x800.cpr and titanium_800x480.cpr files, open with notepad.
and then, should i replace in every line the name "tahoma" with the name of the font i want and thats in the windows folder? and do you know were can i find more fonts to put in the windowss folder?
Yep, just look on your pc, in the /Windows/Fonts/ folder, should work
Also to change/add/remove links in the menu you can use this http://forum.xda-developers.com/showthread.php?t=393104
It is made for smartphones, but seems to work for the clinks.
xmsnx said:
TitaniumWeather Install:
1. Disable Titanium,
2. Run cab,
3. Copy and replace Titanium_480x800.cpr and Titanium_800x480.cpr in /Windows/ (attached below)
4. Soft reset,
5. Re-enable Titanium,
6. Finish by running TitaniumWeather Setup from Launcher panel.
Click to expand...
Click to collapse
I can't seem to get the setup to launch from the panel. No matter where I click there is nothing there.....anyone else having this issue? I've soft reset twice now.
You get 2 new panels right? 1 above the clock, and one below calender called launcher.
Click on launcher, and the text changes to press to update weather panel. Also your right soft key changes to setup when you clicked on the launcher panel, click that. That's the settings.
Sorry I know I'm missing something here...
How do I disable Titanium? I went to homescreen settings and took the tic out of Windows Default.
then when copying the files into windows directory got "you do not have permission"
sorry
Nice work!
One problem on my HD
I am in china,and I am using Miri's Windows Mobile 6.5 21193, If my HD region is set as orginal English,the weather addon works great!,but if I change the region to china ,when update the weather,there will be a error report(see attachment)
How can I to solve the problem?
fortigeek said:
Sorry I know I'm missing something here...
How do I disable Titanium? I went to homescreen settings and took the tic out of Windows Default.
then when copying the files into windows directory got "you do not have permission"
sorry
Click to expand...
Click to collapse
use resco explorer or total commander to copy the files
liyq said:
use resco explorer or total commander to copy the files
Click to expand...
Click to collapse
Thank you
liyq said:
Nice work!
One problem on my HD
I am in china,and I am using Miri's Windows Mobile 6.5 21193, If my HD region is set as orginal English,the weather addon works great!,but if I change the region to china ,when update the weather,there will be a error report(see attachment)
How can I to solve the problem?
Click to expand...
Click to collapse
Hi liyq, can you post it in this thread http://forum.xda-developers.com/showthread.php?t=481379
It's the developers thread, maybe he will have an answer for you Sorry.
Great app to customize the order of the home screen menu
http://forum.xda-developers.com/showthread.php?t=497232
A couple of weeks ago I made the switch from 6.1 to 6.5...because imo Winmo 6.5 is definitely an improvement over 6.1. The new today screen - also known as Titanium - is truly a joy to work with.
I know there's a thread for titanium plugins at the dev section of xda, but I had to go through a lot of trouble before getting them to work. So..I'm starting this thread where you can easily get the plugins.
For ease of use, you can download the files in this thread..Or you can go to the specific thread for further notice.
Here we go
1. First things first
When installing plugins, ALWAYS disable titanium.
Install MortScript on your device.
Install Chome Editor by showaco
2. The plugins
Artesea Twitter - Update and keep track of twitter!
Install by opening the 'Install.mscr' in the zip
CommManager - Turn on/off phone signal // wifi // bluetooth // data connection
Install the cab. When running titanium you can setup this plugin.
Titanium Weather - Lets you keep track of the weather
Extract the rar and install cab. C/P the 'TitaniumWeather.mscr' over the original at Program Files\TitaniumWeather (may be different). To change the location, visit accuweather and enter your respective location.
e.g. Haarlemmermeer, Netherlands --> EUR|NL|NL008|HAARLEMMERMEER
CLauncher // CSettings // CGames - Let's you launch applications in titanium
I've customized these 3 plugins to my own needs. It has 3 launchers with each 9 pages.
You can change the settings of these with Chome Editor.
e.g. You can change the condensed page - plugin label with this. Thus making it possible to enter a category of apps to your own needs.
Don't forget to enable the page 6 to 9 with Chome.
--> Install the 3 cabs and play with it in Chome!
Taskanium - The plugin I use the most on a daily base. Lets you view or add tasks in titanium.
Extract the rar. C/P Taskanium folder in your Program Files folder. Run 'TaskaniumInstall' on your device.
JMLStocks - Let's you view stocks in Titanium.
Extract the rar and C/P to your device or storage card. Run 'JMLStocksInstall.mscr'
Favorite People Plugin - The name speaks for itself
Install the cab.
Windows Live - Standard Live bar for titanium, which ofcourse is already included in wm6.5
I didn't get this one to work at first. But after playing with Chome Editor I've found a solution to get it work. Change the value for 'DISABLED' to '0'.
Ofc there are other plugins available for titanium, but I don't use them :x
I would like to thank those people who made these plugins available for us...THANK YOU!
ps. If there are other plugins you would like to add here, you can pm me so I can add it to the list.
Since I reached the max of 8 files per upload..
Here is the last one...so far
-edit-
Post #10 has another couple of plugins added to this list by GutsyTripod.
These plugins are:
CNitrogen
COffice
CFacebook
TitaniumNotification
JMLToday
Further info about these plugins can be found in that specific post.
Thanks GutsyTripod!
For the facebook icon, you should edit your Titanium_480x800.cpr file, which can be found in the Windows folder of your device. Replace the facebook part with this piece of code overhere.
Code:
<!-- CFacebook layout templates -->
<Layer ID="CFacebookExpanded" Visible="False" Width="480" Height="164" Clip="False">
<Layer ID="Page" Clip="False">
<!-- Large icon in upper right -->
<Image ID="PICTURES" Left="376" Top="-26" Width="86" Height="86" ScaleStyle="Stretch" />
<Text ID="TEXT1" Left="40" Top="45" Width="340" Height="42" FontFamily="Century Gothic" FontSize="10" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="TEXT2" Left="40" Top="80" Width="430" Height="60" FontFamily="Century Gothic" FontSize="8" FontStyle="Regular" Wrap="True" VerticalAlignment="Top" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
Ofcourse you should change the font (in my case Century Gothic) to the font of your choice. Default is Tahoma I Guess. Remember that this is only for portrait mode!
Many thanks ive been trawling the forums for a couple of days looking for Titanium plugins and the best way to install them, and here it is ....sorted! Many thanks
excellnt titanium looks good now, but i cant get the location to work for basildon in the UK any ideas???
iamdarren said:
excellnt titanium looks good now, but i cant get the location to work for basildon in the UK any ideas???
Click to expand...
Click to collapse
Here you go mate
Basildon (essex) - EUR|UK|UK141|Basildon
Basildon (Thurrock) - EUR|UK|UK229|Basildon
Basildon (West Berkshire) - EUR|UK|UK239|Basildon
thanks but its not working?? :-S says its updated each time but theres no actual weather showing ??? i have set the code, as youve said, i managed to find the codes earlier.
I have no idea why this doesnt work? can you see if the location works on yours??
thanks
iamdarren said:
thanks but its not working?? :-S says its updated each time but theres no actual weather showing ??? i have set the code, as youve said, i managed to find the codes earlier.
I have no idea why this doesnt work? can you see if the location works on yours??
thanks
Click to expand...
Click to collapse
For the essex place, it's working (lovely 21 degrees )
Did you overwrite the TitaniumWeather.mscr' from the zip over the one at your program files/titaniumweather folder? (or where ever you've installed titanium weather)
That should fix it normally
It´s allways nice to see a thread like this. Very handy!
i didnt copy to mscr, works fine now!! thanks veruy much so helpful
More Cabs !
Here is a list of cabs that also work on the HD.
Plugins for Nitrogen Player, Microsoft Office, Facebook and text/email Notifications.
The jml today plugin is a replacement to the simple clock. probably best to disable it if using jml instead.
The cHome Editor is a must. It allows you to reorganise which order you want your items to appear. you can also disable/enable panels.
All tested and working. (except facebook doesn't seem to load on Miri's Roms for some reason.
taskanium does not install for me :[ when i trie to install it, it gets an error :[ im running dutty's 6.5 r9 rom. and yes my titanium is off and i have mortscript, etc. just this plugin doesnt work for me :[
crazililazn said:
taskanium does not install for me :[ when i trie to install it, it gets an error :[ im running dutty's 6.5 r9 rom. and yes my titanium is off and i have mortscript, etc. just this plugin doesnt work for me :[
Click to expand...
Click to collapse
Did you copy the taskanium folder into your programfiles folder?
From there you should run the taskaniuminstall file in that folder.
Should run properly since I'm also running Dutty 6.5 r9
my titanium weather doesn't connect to the internet by using the 3g connection.
if i try to update the following error msg appears
Couldn't establish internet interpreter.connection
Line 1
(\Programme\TitaniumWeather\TitaniumWeater.mscr): connect("The Internet")
Click to expand...
Click to collapse
i tried o rename "the internet" to "drei.at" with or without the queotes - it makes no difference
i even tried to replace instPath% with Programme - no difference
Even More Cabs !
Here is some cabs to change the icons of your titanium weather, all by Showaco.
just install, then when you go to settings in titanium weather go to "display options" at the bottom left corner to change the icon style.
If anyone has problems with weather not updating or they just get red x's instead of weather then you might need to add in the below mortscript file.
I dont have a cab but you just need to unzip it with your file explorer into Program Files\TitaniumWeather
Chocolate, Battenberg, Tiramisu (piece of cake!)
bamserl said:
my titanium weather doesn't connect to the internet by using the 3g connection.
if i try to update the following error msg appears
i tried o rename "the internet" to "drei.at" with or without the queotes - it makes no difference
i even tried to replace instPath% with Programme - no difference
Click to expand...
Click to collapse
Try only "Internet"
iamdarren said:
thanks but its not working?? :-S says its updated each time but theres no actual weather showing ??? i have set the code, as youve said, i managed to find the codes earlier.
I have no idea why this doesnt work? can you see if the location works on yours??
thanks
Click to expand...
Click to collapse
use the mortscript file i have just uploaded to post #14
this should solve your problem
GutsyTripod said:
Here is a list of cabs that also work on the HD.
Plugins for Nitrogen Player, Microsoft Office, Facebook and text/email Notifications.
The jml today plugin is a replacement to the simple clock. probably best to disable it if using jml instead.
The cHome Editor is a must. It allows you to reorganise which order you want your items to appear. you can also disable/enable panels.
All tested and working. (except facebook doesn't seem to load on Miri's Roms for some reason.
Click to expand...
Click to collapse
Ehm - why don't you refer to the JMLToday-Thread? The current version is 5.3 - and with much more WVGA-Skins (.plg-Converter makes it possible )
and JMLStocks - you can use the cab from the post - so you don't need a zip.
If I can help, please tell me
Greetz
Micha
MichelDiamond said:
Try only "Internet"
Click to expand...
Click to collapse
thx, update is working now.
but, another two problem appeared...
if i open the chmenu editor i can modify the path to the icons
somehow everywhere is writen "Program File" instead of "Programme". seems the plugin doesn't recognize my german wm6.5 correctly.
i corrected that so far, but then i get another problem
if i update, i have no icones. only the X - icon not found
if i open the editor again the path to the icons is shown as
"\Programme\Titanium Weather\\Programme\Titanium Weather\plgFiles\Spil\03.png"
the fat marked is too much. why? any ideas?
i think i solved the problem. i edited every single reg entry manually. now i have the symbols.
it appears that the tool doesn't work with a german wm6.5 100%.
a) everytime the path should contain "programme" there is a "program file"
b) init string für "internet" is called "the internet" > no connection
c) the path to the images is \Programme\Titanium Weather\plgFiles\Spil\03.png altough the images are stored in \Programme\Titanium Weather\Spil\03.png >> no images. i simply copied them to the "wrong" folder, instead of editing all reg entries.
d) somehow a part of the path is duplicated (see post #18)
e) i tried to modify the registry with the chome editor 1.6b > doesn't work for all settings, some have to be done with a normal reg editor.
You will find a German Version of Titanium Weather in htc-developers.de.
And yes - it's a problem with the icons in a ROM, which is not WWE. Needs double installation
DEVELOPMENT CLOSED
I could not re-build ny kitchen for this ROM after my disk crash. However the GOOD new is that I could build another WM 6.1 ROM that is M2D and lightning fast. Check is out on this form http://ip208-100-42-21.static.xda-developers.com/showthread.php?t=716230
=================================================================
Version 1.02 (18 April 2010)
This is the M2D version of version 1.01. I have integrated M2D v 1.19(b) in this ROM. So you can expect 11 tabs working which excludes Operator, My Favorites, Footprint and TV widget.
Following is the list of additional apps that I had to integrated the make the M2D tabs work:
Google Maps (Latest)
HTC audio manager
HTC album
Youtube
M2D fixes
STILL ~29 Mb Free Program Memory at boot!!! And just not that, feel the performance of the ROM @ 12 PagePool and do share feedback
Removed:
CHome/Titanium [I was not happy the way it wastes the screen]
Lockscreen [Userless! You can install S2U2 instead]
xTask (conflicts with M2D)
Nimbuzz (Can be downloaded from here)
Steps post installation:
Install Livven SimpleGloss 96DPI to configure your WM 6.5 look as per your wish.
Download Version 1.02
=================================================================
Version 1.01
Includes
• Office 2010
• New Outlook Email (with email overview)
• New and better icons from build 23545
• NimbuZZ (For all messenger needs)
• WM5torage
• Start Menu – 4 Grid
• Oxios Memory – For memory hibernation
• xTask 2.19 – to kill Active Sync and other features
• STILL >30Mb of free RAM at first boot.
Excludes
• Windows Live
• Windows Live Messenger
Important step(s) after flashing
• Please run “xTask” from your start menu. From (xTask Menu)System -> Settings -> xHook1
o Check Autorun xHook
o Check strip power
o Check Gray
• Update wallpaper from the one attached.
Download Version 1.01
=================================================================
Screenshots are now from Version 1.02
Application Add-ons
Here are a few application that you can install(if you will) with the ROM.
Here is a reason why I do not prefer to **** them into the ROM itself:
*) End user has the flexibility to install them if they like. Also removed when needed.
*) When coocked in ROM , they consume twice the space as they first get installed in /windows and them copied to their rspective folders in "Program Files".
Reserved - 2
Reserved for future use 2
Welcome to the world cooking
Thank you for this rom, will testing.
the rom is good, fast but still the same problem like other rom's button 4 (the internet button) is missing
marsel said:
the rom is good, fast but still the same problem like other rom's button 4 (the internet button) is missing
Click to expand...
Click to collapse
Looks like it also built in my kitchen, here is the solution:
If you remove the opera mini lang folder, you remove these registry strings:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\40C4]
@="\"\\Windows\\Start menu\\Programs\\Opera Mini.lnk\""
"Flags"=dword:00000000
"ResetCmd"="\"\\Windows\\Start menu\\Programs\\Opera Mini.lnk\""
"Icon"="\\windows\\opera_icon.dll, 0"
"Name"="Button 4"
You all only have to replace the opera mini with your program and rewrite these strings. That's all, and the magic Button 4 will be back
Downloading the rom , would install and update the status.
Shady313 said:
Looks like it also built in my kitchen, here is the solution:
If you remove the opera mini lang folder, you remove these registry strings:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\40C4]
@="\"\\Windows\\Start menu\\Programs\\Opera Mini.lnk\""
"Flags"=dword:00000000
"ResetCmd"="\"\\Windows\\Start menu\\Programs\\Opera Mini.lnk\""
"Icon"="\\windows\\opera_icon.dll, 0"
"Name"="Button 4"
You all only have to replace the opera mini with your program and rewrite these strings. That's all, and the magic Button 4 will be back
Click to expand...
Click to collapse
thanks but i just found an easy solution without writing all those strings just go to
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\
duplicate one of the folders ex 40C3 and rename it 40C4
and inside "Name"="Button 3" to "Name"="Button 4" then go to Start/Setings/Personal/Buttons and
button 4 will be listed and you can assign any application you want
Rom issues
Hi Developer,
Again the same problem in the rom which i hate the most, it dosent has contact integration
in messages or mails and creates lot of problem when you try to send mail or message to many people.
Every time we need to go to contact select the name and comeback to the message.
Rom looked nice to me as i just kept it for only 30 mins, qwerty keyboard cab didnt work well as after selecting the diamond keyboard it used to return to the default keyboard.
Please try to intergrate the contacts in the sms/mail in your next Rom.
Good luck.
Morning,
the ROM is great but I can't seem to import contacts from the SIM Manager. Can you help!
Regards
j
jaytheguru said:
Morning,
the ROM is great but I can't seem to import contacts from the SIM Manager. Can you help!
Regards
j
Click to expand...
Click to collapse
Hi j,
Are you not able to locate the contacts from your SIM? Is that what you mean?
If YES, here's what you can do:
1) Goto Contact, Menu -> Filter -> SIM contacts. With this you would be able to see all your SIM contact.
If you want to copy the same to your phone, then follows
2) Menu -> Select Contact -> All
3) Menu -> Copy contacts -> To Contacts
If NO, please help me understand the scenarion you are facing so that I can help.
Regards,
Param
the link to download is down
dinislam said:
the link to download is down
Click to expand...
Click to collapse
Link restored! Please refer to the 1st post.
HTC Youtube not working.
Recommended - http://forum.xda-developers.com/showthread.php?t=535326
- EzInput 2.1
braulio_holtz said:
HTC Youtube not working.
Recommended - http://forum.xda-developers.com/showthread.php?t=535326
- EzInput 2.1
Click to expand...
Click to collapse
Hello My Friend,
Recomendation well taken. Will cook it in the next release that I am preparing with the lasted build for WM 6.5.5[23563].
On the Youtube, does it become unresponsive OR does not start at all. If you can elaborate the issue, I maybe able to fix it sooner.
downloaded and flashed
first opinion. looks good! finally a decent fast version of M2D for Artemis. well done !
tweaking it a bit atm
youtube seems to work
google maps works
i dont see any errors atm
if i find something, i'll post it later
well done!
so far a few errors
slideshow doesnt work in Album
and there is a strange error that sometimes when i do an action like adding a waetherlocation, it loads the cities, then the city selction dissapears again..
nice ROM!
Hi,
you ROMs are nice but for me don't works internet connection. On another ROMs from this forum works OK. Can you help me please??
tomt6t said:
Hi,
you ROMs are nice but for me don't works internet connection. On another ROMs from this forum works OK. Can you help me please??
Click to expand...
Click to collapse
Hi, try this cab here and see if it fixes it.
mvenneker said:
so far a few errors
slideshow doesnt work in Album
and there is a strange error that sometimes when i do an action like adding a waetherlocation, it loads the cities, then the city selction dissapears again..
Click to expand...
Click to collapse
I believe this is M2D isssue. The same problem even comes is you are selecting a program for the launcher. Sometimes the selection disapperas. Let me see the newer versions have a fix for this.