[App] [Apr-26-09] WM6.5 Favorite People Plug-in - Windows Mobile Apps and Games

AppStar Titanium
Favorite People Plug-in
This plug-in allows you to add your favorite contacts to the WM 6.5 CHome (aka Titanium) homescreen.
Supports VGA, WVGA, QVGA, WQVGA, and QVGA Square
{
"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"
}
-------------------------------------------------------------------------
Install:
1. Install the .Net Compact Framework 2.0 or higher if you don't already have it. (It's required but most cooked roms have it)
2. Install the attached ATContacts v0.98.CAB to Device
3. Enjoy easy access to all your favorite peeps!
-------------------------------------------------------------------------
Usage:
Tap the "Select Favorite People" panel to add a contact and a phone number of your choice.
Tap the contact panel to view the contact card.
Tap the "Call" softkey to initiate a phone call to the stored number.
-------------------------------------------------------------------------
History:
v0.98 Beta
- Improved load time when viewing contact card
- Added ability to change "fave people" caption to something else
- Added alternate layout option with larger contact photo
- Added ability to apply user customized layouts
- Changed deployment to use the new AppStar Titanium Plug-in Installer
v0.95 Beta
- Added ability to change order of favorite contacts
- Improved dial time after tap to call phone number almost instantly
- Added Actions tab to set global tap actions across all contacts. Set Tap contact panel and Tap soft key 2 to: View contact info, Call phone number, or Send SMS
- Fixed the fave contacts disappearing bug after restart that a few users are having
v0.91 Beta
- Added support for WVGA, QVGA, WQVGA, and QVGA Square
v0.9 Beta - First Release
- VGA Only
-------------------------------------------------------------------------
Planned Updates:
1. Add new category to contacts for easy restore.
Epic thanks to drkfngthdragnlrd, showaco and everyone else involved in CHome research. You guys all rock!!!
Thanks to chanvi93 and mysha for testing .NetCF 3.5!
Thanks to drkfngthdragnlrd and 151jcolon for non-VGA layouts!
Background wallpapers:
AppStar Metal 1
AppStar Metal 2
WM 6.5 + VGA, WVGA, QVGA, WQVGA, and QVGA Square
v0.98 is the latest

Wow, great... version QVGA, please...

Good one! I will include it in my theme: http://forum.xda-developers.com/showthread.php?t=504716 if you don't mind.

wvga please, and would it be possible to (may b discuss with the other CHome devs) get all those panels en merge them in one application so we can decide for ourselves which ones to use and not to use. One app to modify Titanium would be great!
mouki_9 keeps his fingers crossed....

mouki_9 said:
wvga please, and would it be possible to (may b discuss with the other CHome devs) get all those panels en merge them in one application so we can decide for ourselves which ones to use and not to use. One app to modify Titanium would be great!
mouki_9 keeps his fingers crossed....
Click to expand...
Click to collapse
Look for Ipaso Titanium customizer on this forum...

please make a version for QVGA, thank

Hello AppStar
Great work , but i would like to know why NetCF 2.0 ? All cooked rom are with NetCF 3 or 3.5 , only official rom is with 2.0 , at this moment official rom is not existing .

GREAT ADD ON! THNX for this ! ... I see U know WM 6.5 more than me ... Maybe somebody know how to change path to pictures directory ? I want to display (on WM 6.5 Today) pictures from Internal not device.

Yes !
That's an excellent contribution to Titanium.
I will try to integrate this in my cpr.
THANKS !!!

First off, great work!!!
Secondly, how'd you manger to get this to work. I noticed there's no cpr's in the CAB. I was going to make the layouts for qvga etc lol.

Hello AppStar, Great work, I look forward to the versions QVGA

ibrythill said:
Good one! I will include it in my theme: http://forum.xda-developers.com/showthread.php?t=504716 if you don't mind.
Click to expand...
Click to collapse
Go ahead and redistribute, isn't that the point! ;-)

chanvi93 said:
Hello AppStar
Great work , but i would like to know why NetCF 2.0 ? All cooked rom are with NetCF 3 or 3.5 , only official rom is with 2.0 , at this moment official rom is not existing .
Click to expand...
Click to collapse
NetCF 3 and 3.5 are just extensions ot the 2.0 framework. So Favorite People should run on 2.0 or higher. If you'd like to help me out and test that would be great. I plan on installing a fresh rom in a couple days and will test myself with 3.5 only.

thanks
diamond wm 6.5
very good
thanks
jf

drkfngthdragnlrd said:
First off, great work!!!
Secondly, how'd you manger to get this to work. I noticed there's no cpr's in the CAB. I was going to make the layouts for qvga etc lol.
Click to expand...
Click to collapse
Thanks drkfngthdragnlrd! You made all this possible.
Hehe, I was waiting to see how long it would take for someone to ask how I'm deploying this. Deployment was more difficult than the app itself. It's a mult-step process I'll try to explain real quick.
1. I use the cab to install the required program files and start menu icon as usual.
2. I use a custom embedded setup.dll in the cab to perform the following functions:
a. Check the "Plugins" registry value for "ATContacts" and append it if it's not there.
b. Check the "ExtensibilityXML" registry value for "ATContacts" and insert it in front of "CPhone" if it's not there.
c. This is the big one. Get the device resolution to determine the names of the Titanium cpr files. eg: Titanium_(width)x(height).cpr for portrait and opposite of that for landscape. Then check with RegularExpressions if my ATContacts markup is already in the .cpr files. If it's there delete it incase it's old and then add the latest markup appropriate for that screen size.
All this makes the plugin fully compatible with any other installed plugins or customizations.
Go ahead and do the QVGA layouts if you want and send them. I'll take the ATContacts portion out and insert it into my installer. It will know what resolution to install automatically.

AppStar said:
Thanks drkfngthdragnlrd! You made all this possible.
Hehe, I was waiting to see how long it would take for someone to ask how I'm deploying this. Deployment was more difficult than the app itself. It's a mult-step process I'll try to explain real quick.
1. I use the cab to install the required program files and start menu icon as usual.
2. I use a custom embedded setup.dll in the cab to perform the following functions:
a. Check the "Plugins" registry value for "ATContacts" and append it if it's not there.
b. Check the "ExtensibilityXML" registry value for "ATContacts" and insert it in front of "CPhone" if it's not there.
c. This is the big one. Get the device resolution to determine the names of the Titanium cpr files. eg: Titanium_(width)x(height).cpr for portrait and opposite of that for landscape. Then check with RegularExpressions if my ATContacts markup is already in the .cpr files. If it's there delete it incase it's old and then add the latest markup appropriate for that screen size.
All this makes the plugin fully compatible with any other installed plugins or customizations.
Go ahead and do the QVGA layouts if you want and send them. I'll take the ATContacts portion out and insert it into my installer. It will know what resolution to install automatically.
Click to expand...
Click to collapse
If you can give me your original P&L 480x640 layouts. I can make qvga/wqvga/wvga and square. and than just send it back to youIt's simply a matter of just adjusting the left and top values of the original. QVGA being half of VGA. As for the w version, just moving the icon on the right over how ever many pixels bigger the screen is in landscape.
Oh yeah, that is a great method for installing it. The only suggestion I'd make is not use cphone as some people are using the chome all-in-one plugin which means they won't have cphone in the list. CClock is probably the best bet as almost everyone wants the clock.

And is it possible to create a similar plugin which would display a list of recently made and received calls?

great contribution to titanium =)
looking forward for wvga to include it in my rom

Great little addition to Titanium, thanks!
To confirm, this works great on a CDMA Diamond running FuFu Rom 4.5.3.1 which is rocking .NET Compact Framework v3.5.7283.0. Just an FYI, this will not install to Internal Storage, so make sure that you're installing to Device.
For the next version, I would be really excited to see contacts sorted alphabetically if possible.
Thanks again!
Myke...

ziupo said:
And is it possible to create a similar plugin which would display a list of recently made and received calls?
Click to expand...
Click to collapse
That is already there, it is the phone tab, it displays normally missed calls and if you tap on it you get the call log.

Related

Athena Project Black Dual by PK 3.0

{
"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"
}
Well what do we call this one if we called the last one a beast?
This one i guess u can say is a animal. It is the Athena Project Black Dual 3.0 rom. It is the same base as the Touch version but many htc apps including ones from the dual. They have been made vga compatible as best as we could.​
Now whats different from the touch rom:
removed call firewall
removed group sms
removed syncrotime
removed pim backup
removed jetcet print
removed sprite backup
removed intellipad
audio mananger updated to 919.713 and my own skin for it is now standard
adobe reader updated to 288531
sim manager updated to 6.32
connection setup 1.0.30981 added and network wizard removed
adobe flash lite 0815715 added
camera album 1.0.906.717 added
action screen added and made vga wide
random access added but doesnt show the a-z scroll bar
htc home sprint added
ftouchflo added
pocketrar updated to 3.71
wm5torage upadted to 1.78
flashlight added in
ftouchflo config added in
wktask updated to 1.1.0.1
tcpmp updated to 0.81
Addons RAR includes:
MackDaddy theme
PK 3.0 Sounds
Cab to updated Midlet Mananger to latest version(latest version didnt want to fit into rom)
Sprite Backup
Jetcet Print
Call Firewall
Group SMS
PIM Backup 2.5
pRSSReader
SyncroTime
ShantzTodayChanger
Remove x-black text
HTC Home Customizer by emunutz
Temp Comm Mananger for VGA
Task Mananger 2.0.30995
Intellipad
HTC Home 2.1.1005.722(best for 96dpi)
HTC Snapvue(yes from the htc shift. I TOLD U I HAD GOOD HTC SHIFT SOURCES!! HTC Home replacment for 128 and 192dpi. screenshot in post 10)
HTC Start Menu(best for 96dpi to make startmenu bigger and easier to use)
Tips/Updates (by ltxda):
- Save As enhancement. Go to Settings, System, select File Dialog Changer and check "Exchange Standard File Dialog". This changes out the standard Save As window and provides an enhancement where you can choose any folder/subfolder on your device and navigate the structure when trying to save files from any source.
- Battery/Memory indicators at top of screen. Each bar is started by its own file in the Startup folder. The "qwertyMemory.lnk" file runs the Memory indicator and can be disabled by deleting or moving this file out of the StartUp folder. The "dciBattery.lnk" file runs the Battery indicator which is the top bar and can be disabled by deleting or moving this file out of the StartUp folder.
- FingerTouch Keyboard: By default keyboard option 5 is selected. If you prefer QWERTY go into the input options and change the default keyboard layout.
- Messenger Mobile: The issues previously reported by other users and noticed by myself seems to have been "fixed". The MSN network sucks BUT Messenger Mobile seems to be dealing with connection drops and synching of contacts better than in previous versions/releases.
- Today Screen: All/default plugs have been deactivated. Just go to Settings, Personal, Today and go to the Items tab to reactivate what you want.
- Reminders: I'm annoyed by the constant reminder notifications after the initial notice. To disable this annoyance go to Settings, Personal, Sounds & Notifications, Notifications tab, select Reminders from the drop down and uncheck "Repeat". Not sure if this bothers anyone else but it really annoyed me and I've seen a couple of posts asking how to disable this.
- wkTask: Two nice features...of course they are in the manual...to get back to Today screen from any program....click-hold the area where the X typically is and drag left. This takes you right back to the Today screen. To minimize the current app, click-hold the X area and drag down. Very useful little program that has replaced Magic Button for me. Also allows per app control. Thanks Hirad for the recommendation! Also, This resides in the area where the X typically sits to close programs, etc. Start wkTask from Programs, click and hold the "X" area and go into preferences for wkTask. Make sure it's set to autostart by going to Startup tab and clicking the corresponding button. This is a great task manager.
- Vijay555's VJCandela aka Flashlight: It's been reported on other threads that prolonged activation of the flash light LED may cause it to burn out so use at your own risk. I have used it without problems. Comes in very handy. Also great for blinding your enemies before an attack! ;-p
- To get the look show above for htc home, please install htc home customizer and select alien ice clock, iphone-alt icons, transparent background, and stardock weather icons.
- HTC Home customizer that is in the addons has a problem where once u install it it'll look to download the cab for htc home but errors out with error "Plugin Not Found. Plugin was not installed. Please report this error." We included in the addons the cab for htchome found on emunutz's site. please install this cab first then start up the customizer.
- (added 10/29/07) to change default layout of teksoft's fingertouch please so to start/settings/input and click on options. change defaultkb to the option u usually use(1 for me).
- Action Screen if started in landscape after any reset/power off then on will not start. switch to portrait and then back to landscape and all will be ok.
- TCPMP starts in portrait and is used in portrait but after closing with X will make the phone go back to landscape. i use this as a oppertunity to activate action screen so it'll work in landscape.
- from looking quickly at the xml the sprint aka quicklauncher today plugin can be customized with new icons and new links. i believe u can also add to it via the xml.
- customizer for the ftouchflo can be found in system folder within programs. it is also recommended to put a shortcut into startup so ftouchflo is on always.
- wktask is missing the skins and will display a error message first time u start it. this was done because the default skin looks better and it mkes a few files less in rom.
To Upgrade (by ltxda):
- You agree that you do so at your own risk with absolutely no liability resting with xda-developers nor the maker of this fine ROM! And to be 100% clear, if you screw up your device it's YOUR FAULT. If you don't agree don't touch. ;-)
- Unlock phone using OliPro's unlocker or hardspl. This is needed even if ur phone is sim unlocked. the rom needs a cid unlocked device. cid unlocking is reached using olipro's hardspl or the unlocker.
- Install ROM...
- Done!
- Enjoy and report any bugs.\
Screenshots(more in next post):
DOWNLOAD:
AP Dual 3.0 : http://athenaproject.logontek.com/AP3.0Final/AP Dual 3.0.rar
AP Dual 3.0 ADDONS : http://athenaproject.logontek.com/AP3.0Final/AP Dual 3.0 ADDONS.rar
Report bugs here : http://athena.noabsolute.com/forums/newthread.php?do=form
Big thanx to darkforce for the build and chris for giving to me, cmonex for all her help, olipro for all his help, ltxda for all he has done, hirad for his graphics work on welcomeheads and splashes, nik and ron for testing and help, irus for the vga album skin, mack for starting the project and helping as much as he could in 3.0, and everyone else i forgot.
Note: this rom does not include a radio anymore. we recommend you update to the latest radio 1.50 before flashing this rom. Also remember to read the tips before asking questions about action screen and other programs.
the rom and secret beast have been unleashed. the secret beast is whats in bold in the addon rar discription. btw posting at midnight. time to go to bed. night and enjoy
THANKS alot for the hard work and time that u have been putting on athena project iam going to upgrade to this beast and will look what the beast is !!! impressive peace of softwares and all in realvga LIKE IT !!!
Sweeeet
Sweet
downloading now and will play later after a sail
Snapvue
Looking forward to seeing what that does.
Will it install on kaiser etc..?
Edit: Snapvue is the mutts nuts.
Edit: Doesn't display properly on kaiser (thought that might be the case)
Johnston411 said:
Will it install on kaiser etc..?
Click to expand...
Click to collapse
Congrats, im looking forward to trying it !!
Seeing as how it is the same base rom, can I just sprite backup and restore to this new rom??
PS NO THIS WILL NOT INSTALL IN ANYTHING OTHER THAN THE HTC X7500 and X7501
ice_coffee said:
Congrats, im looking forward to trying it !!
Seeing as how it is the same base rom, can I just sprite backup and restore to this new rom??
PS NO THIS WILL NOT INSTALL IN ANYTHING OTHER THAN THE HTC X7500 and X7501
Click to expand...
Click to collapse
I didn't meant the rom i meant the snapvue dude
not to sound like a total tard or ne thing but what is snapvue and what does it do?
henvanvo said:
not to sound like a total tard or ne thing but what is snapvue and what does it do?
Click to expand...
Click to collapse
when i tried to install the snapvue the cab installation says unsucessful, neone else with this problem
omg where is the teksoft keyboard oh nooooo its gone.
I am posting from the new rom, looks great so far! I have no problem with snapvue and the teksoft keyboard is there. Thanks for all the hard work.
k i figured it out, the i soft reset before the extended rom could install. so the teksoft wasnt installed, ill try to redownload snapvue to see if there is ne difference
Doubt it really matters but when starting wktask it gives an error about buttons_qvga.png missing.
Goatmaster said:
Doubt it really matters but when starting wktask it gives an error about buttons_qvga.png missing.
Click to expand...
Click to collapse
u can use these skins included in zip and put them in wktask skin folder or any place in pda and choose throw menu of wktask >>>> skin and point the right map and it will eork again !!
here are the skins from wktask main folder and the xp skin gives best view on 96 dpi. make a WKTASK skin folder in storage card and throw the prefrences of wktask choose this folder and choose the png u want here are the images downlaod and save them in a folder and upload them to your athena/ameo/advantage :
i would like to recommend using our new bug report form
http://athena.noabsolute.com/forums/newthread.php?do=form
please limit posting similar bugs in similar threads
only use the form for new bugs being reported...
thanks
will be easier to manage
pk please do include this in your top post
please add this marvel to the next update
Pawel062, please add this wonderful utility into the next ROM revision.
It is useful especially on Athena's MicroDrive...
basically it is scandisk + disk manager
http://forum.xda-developers.com/showthread.php?t=336122&highlight=Storage+Manager
Johnston411 said:
Click to expand...
Click to collapse
I'm not sure if it's because I'm still half-asleep but even that snapshot doesn't really tell me what Snapvue is, other than that it looks like a slightly different today screen to the Kaiser's.
What is its functionality and what does it add?
Just interested.
edit:
I've just read the top post - it's a home screen replacement. SOWWY.

Athena Project 4.0 Series RELEASED

{
"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"
}
Well it is finally here!
What to expect in the new AP 4.0 Platinum? Well here is what we have done:​
Base is now a x7510 rom with build 19202(adds vueflo orientation, htc's touchflo scrolling like on kaiser, video drivers etc..)
removed audio booster because didnt work with x7500 headset
removed htc task manager and made a addon
removed unused dialer images
new battery driver that shows battery % in 1% incriments instead of 10%
removed customer expirence ui
removed all ringtones except the 3 windowsmobile ones
remove autoupdate
removed catalog
remove ia zip
removed cyberon voice commander
updated all apps to be the latest(including opera, jetcet print, and googlemaps)
replaced comm mananger with latest vga htc style
added manila skins and enhancments to apps
added sdk certs
added new usb to pc with mass storage function
added teksoft fingertouch
added custom animated splash screen
added custom splashes and welcomeheads
changed opera user id to make it look like desktop ie7(cab in system to make it look like a x7510 again)
patched nk.exe to remove cert check and make sure all x7500 specific functions work(keyboard is mapped correctly, joystick works, etc..)
added proper dlls to oemdrivers so the x7500 microdrive works properly on x7510 rom
proper vga album, audio mananger(with proper vga htc skin), flashliteplayer, htc home, enlarge start menu, random access, and rss hub
added tcpmp, vjcandela(flashlight), groupsms, call firewall, magic ss, mccmobilefinger, nbstatce, pimbackup, putty, sms notifier, file dialog changer, syncrotime, dotfred task mananger+regedit, zsirc, vncview, windows live, softkey changer, total commander, realvga(with new,nice icon), wktask(not latest but newest causes issues), pocketrar, and vxutil.
updated .netcf to 3.5
latest windows live, remote desktop, and voip
added new config app made by cmonex.
added common reg edits(windows live searches google, speed tweaks, battery tweaks, bt tweaks, etc...)
added srs wow hd
made uc compliant
removed jetcet print and made a addon.
cooked in google maps
cooked in teksoft fingertouch
no more customizations are ran on first boot. everything is cooked in.
custom splashes
cooked in apptodate by paul from modaco
other things i probably forgot(lets just call them easter eggs )
Addons RAR includes:
htc snapvue
htc manila dialer
jetcet print
htc x button
shantz todaychanger
tsk from ap 3.0 and gloss black bars cab
collection of sounds and ringtones including ones removed from x7510 rom
Tips/Updates (by ltxda):
- Save As enhancement. Go to Settings, System, select File Dialog Changer and check "Exchange Standard File Dialog". This changes out the standard Save As window and provides an enhancement where you can choose any folder/subfolder on your device and navigate the structure when trying to save files from any source.
- WkTask enable: it is disabled by default and must be enabled from the start menu and set to start on startup(if prefered). It will place the battery bar on top like in previous bars if the setting is selected. The version is not the latest because the latest causes issues.
- wkTask: Two nice features...of course they are in the manual...to get back to Today screen from any program....click-hold the area where the X typically is and drag left. This takes you right back to the Today screen. To minimize the current app, click-hold the X area and drag down. Very useful little program that has replaced Magic Button for me. Also allows per app control. Thanks Hirad for the recommendation! Also, This resides in the area where the X typically sits to close programs, etc. Start wkTask from Programs, click and hold the "X" area and go into preferences for wkTask. Make sure it's set to autostart by going to Startup tab and clicking the corresponding button. This is a great task manager.
- FingerTouch Keyboard: By default the option is not set to to layout 1. This can be changed via the options or via the bottom left corner button.
- Today Screen: All/default plugs have been deactivated except for htc home. Just go to Settings, Personal, Today and go to the Items tab to reactivate what you want.
- Reminders: I'm annoyed by the constant reminder notifications after the initial notice. To disable this annoyance go to Settings, Personal, Sounds & Notifications, Notifications tab, select Reminders from the drop down and uncheck "Repeat". Not sure if this bothers anyone else but it really annoyed me and I've seen a couple of posts asking how to disable this.
- Vijay555's VJCandela aka Flashlight: It's been reported on other threads that prolonged activation of the flash light LED may cause it to burn out so use at your own risk. I have used it without problems. Comes in very handy. Also great for blinding your enemies before an attack! ;-p
- HTC Home customizer: the version on the forums will mess up the htc home plugin because of the new larger vga images. the addon cabs have the older version that also worked in all dpis.
- TCPMP: starts in portrait and is used in portrait but after closing with X will make the phone go back to landscape.
- Config App: A new config app can now be found in settings under system. This app is made thanx to cmonex and will allow u to do many things. If u any have suggestions including what to add please pm me.
- Touchflo: Touchflo has the scroll sounds enabled by default. this can be disabled via the system tab in settings. settings for touchflo are also found in the new config app.
- VueFlo: the sensitivity for changing orientation can be adjusted in the system tab of settings. orientation changing can be turned on and off via the config app.
- SRS Wow HD: it can be found in the system tab in settings. use this to get surround sound and to improve sound. it is mostly used for the speakers or a headset.
- Large Start Menu: i have moved the settings for the large start menu from personal to system tab in settings. u can enable or disable the large start menu from in there.
- USB to PC: a new usb to pc tool is included. it allows mass storage now and is found under the connections tab in settings.
- Opera browser: easy configuration can be done by typing opera:config into the adress bar. it already has been modded though to allow up to 50 tabs and to have a ie7 user id. a cab in program files/system will make opera have a x7510 user id again.
- Customizations: only sdautorun.exe is ran and if finds the sdconfig.txt on ur sd will execute ur settings and reset. if not will end the customizations and allow you to use the phone. the phone might need to be turned back on.
- skype, weatherpanel, igo, video playback: turn off htc home and if needed install the one in the addons. it has been found htc home causes issues with these because of it being vga size and a resource hog.
- missing icons and same welcomehead in all dpis: these are caused by realvga. tobias needs to update his realvga to fix these issues cause by the new aku1.
- vga album: it can hang sometimes. this could be also associated with htc home. if it does hang just do a soft reset. this is do to the app being vga. newer versions in the future will fix the loading issues.
- enlarge menus: the setting to turn off the enlarged menus is found in the config app. there also is a advanced button to adjust how big u want the menus. if u really want a finger friendly menu, try 1600 but dont go above it.
- apptodate: this is a interesting app we included that will once ran check for new version of the rom and config app.
- wmp in 96dpi portrait: there is a issue with it starting. the work around is to run wmp in any other mode and go to the skin selection and select the proper skin in there then coming back to this mode.(tested by going to 192 dpi and selecting the 192 dpi skin)
Screenshots, download links, and upgrade guide are found in post 2.
Screenshots:
All are found in this folder here
Download Links:
AP 4.0 Platinum
AP 4.0 Platinum Addons
Upgrade Guide:
Installation Guide
French Installation Guide
FAQ:
AP4 Wiki
Please Note: This is a new aku first so like any other new version of windows mobile, some things might not work for now. Also there is some unreleased and beta stuff in the rom so somethings take a bit longer to load. Also please read the tips/updates section before downloading as it will save from people asking questions answered in there!!
-reserved1-
-reserved 2-
thread locked until such a time as posts are wanted/needed.
the rom will be uploading within the next few hours. cmonex is currently creating the package and also wants to flash first. i will need to upload to the ftp we used for 3.0 once she has finished the package.
woo hoo! making sure my F5 key is working and my advantage is charged.
warning!!!
No one allowed to sleep,,,,,,
Keep pressing F5
sleep
we do not need no stink'in sleep
retroqwe said:
sleep
we do not need no stink'in sleep
Click to expand...
Click to collapse
HAHAH AWESOME
now you made my day.. ill be back from night class and ill flash woohoo
u might need a new f5 soon though
dj_gabzz said:
HAHAH AWESOME
now you made my day.. ill be back from night class and ill flash woohoo
Click to expand...
Click to collapse
yes, we try to make everyone happy. though i know someone will come tommorow and say... why did u release when i was (insert whatever u were doing during the release) ?
I just wanna put out there so evreyone knows if they dont already, that the ap team put alot of time and work into this rom and ive witnessed this through the weeks.They deserve thanks and apologizes from those that complained and *****ed to the team.I can assure you that the wait is worth it.All the hard work,cursing, and tbe occasional jokes about irus comes down to today.
GIVE A BIG ROUND OF APPLAUSE TO THE AP TEAM !!!
Need a mirror?
Got some spare space/bandwidth
hitting F5 ....
Pawel062 said:
yes, we try to make everyone happy. though i know someone will come tommorow and say... why did u release when i was (insert whatever u were doing during the release) ?
Click to expand...
Click to collapse
hahah.. yea thins kind of bull always occurs.. but hey if your patient enough you will finally get what you waited for right??
long thirsty
thanks for coming
yes, it is great that AP4 is coming soon; but if you need to post about pressing F5 or thanking the team, why not post in one of the other threads discussing the same topic.
And when it is released, please try to refrain from posting things like Downloading now or thanks for the great Rom.
If you really want to thank Pawel, ltxda, Boinger66, Olipro and Cmonex, why not click on one of their signatures and donate to the project or them individually.
If you must post about "great rom thanks", "downloading now"
"getting another beer","American Beer is mostly water", Euro Beer tastes like the crap at the bottom of the keg",etc; please post those in the other bull **** threads..
AND if you like the Rom DONATE a few bucks to the AP Team!
Ok, Chris...you can delete this and the other crap posts in this thread!
Thanks for all the hard work AP Team. Hitting F5 and charging my X7501.
waiting as well
bugs
hey guys does anyone know if the bugs for th 66% battery been fixed? what about the other bugs that the bets testers submitted? whats still buggy in the ap4 so far?
cant wait to flash it soon.. major reason for ap4 is the battery percentage driver and the orientation that switches automatically..

[APP][VGA]HTC Menu Enhancement(FROM ALL NEW DEVICES)[UPDATED!!][9/4/09][ONLINE]

I made these cabs from the latest HTC devices:
HTC Rhodium
HTC Topaz
HTC Tachi
HTC Leo
RELEASE NOTES:
These will only work with Windows Mobile builds 21000+
If you DO NOT have a 21000+ build on your device, you can use francarl's Menu Enhancement Loader V1.1. I have personally tested this on my Fuze running the stock ROM and it works PERFECTLY!! Kudos to francarl!
These may or may not work on WM6.5. I don't use WM6.5 so I can't test them on it.
THESE CABS HAVE BEEN MODIFIED TO WORK ONLY ON VGA! THEY WILL WORK ON WVGA BUT WILL BE VERY SMALL!!
IF YOU WANT TO DISCUSS QVGA, PLEASE POST IN THIS THREAD HERE.
​
Installation instructions:
Uninstall any version of the HTC Menu Enhancement you may have previously installed.
Soft-reset.
Install cab.
Soft-reset.
Enjoy!!
You can find the downloads in post 2 of this thread. Screenshots are in post 3.
Descriptions and Download Links
Tachi Menu Ehancement:
This came from a WM6.5 Tachi OEM. This has been tested on builds up to 21051 and works great. I personally am using 21051 and will confirm that it works perfectly. This has not been tested on WM6.5 so please report your results!!
Topaz Menu Enhancement:
This came from a shipped official Topaz ROM. I have tested it on my ROM(21051) and it works fine. Not tested on WM6.5.
Rhodium Menu Ehancement T-Mobile:
This came from the T-Mobile Rhodium 21051 ROM. I have also tested this on my ROM and it does work. Not tested on WM6.5. This menu Enhancement has a blue highlight instead of green.
Rhodium Menu Enhancement:
This is the original cab I posted back when I first started the thread. It is from the European HTC Rhodium 3G ROM. Since I originally posted it I made a small improvement to landscape menu width. This has been tested to work by many but I will tell you right now, IT DOES NOT work with my 21051 ROM. The only way I was able to get this to work was to replace the GWES.exe from the 21018 build before building the ROM.
Rhodium 6.5 Menu Enhancement:
This is from a leaked WM6.5 Rhodium 6.5 ROM. This will work on both WM6.1 and WM6.5 but you will not be able to scroll in WM6.1. WM6.5 users please report your results.
Leo 6.5 Menu Enhancement:
This is from the new and un-released HTC Leo. It is made for WM6.5 but as you can see in the screenshots below, I have it installed on a WM6.1 ROM to test and scrolling doesn't work if you install this cab on WM6.1. It has been modified for VGA from WVGA. Please test and report your results.
Leo 6.1 Menu Enhancement:
This is the same cab as the 6.5 version above but I've modified it to allow scrolling with WM6.1. DO NOT USE THIS VERSION WITH 6.5!!! This is also modified
Rhodium 6.1 Menu Enhancement - Sprint:
This is a cab put together by smotrs. It's actually a modified version of my original Rhodium Menu Enhancement cab including a custom Sprint PCS Skin he threw together. He already uploaded it so I'm not going to post it here but you can find it in Post 404 and a screenshot of his skin in Post 405. Thanks smotrs for your skin!!
Screenshots
{
"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"
}
The ^^above^^ screenshots are the same for Tachi, Topaz, and Rhodium WM6.5 Menu Enhancements. Even though they are different devices, they look the same when installed to the device.
The ^^above^^ screenshots are from the HTC Rhodium Menu Enhancement(WM6.1). See release notes in post 2 about this version.
The ^^above^^ screenshots are of the HTC Leo WM6.5 Menu Enhancement. I know, I know... The screenshots are on a WM6.1 ROM but scrolling does NOT work. Read release notes in post 2.
why not just use francarl's fingermenu?
it looks exactly the same and works great
htctoucher said:
why not just use francarl's fingermenu?
it looks exactly the same and works great
Click to expand...
Click to collapse
Yes it looks similar but isn't nearly as fast or fluid. When I tried it about a month ago on my Touch Pro it was disgustingly lethargic... It's also not created by HTC and so yes I could use fingermenu but at the same time I would much rather have this menu extension instead and it's worth the effort.
In which resolution are you trying? QVGA, WVGA, VGA?
I have only fast looked in your cab, in your screen appear 6 items but in the cab it says that it has to show 8 in portratimode
Also have you played whith the position of the NavilIcon/NaviHW (modifying the registry)?
mac_es said:
In which resolution are you trying? QVGA, WVGA, VGA?
I have only fast looked in your cab, in your screen appear 6 items but in the cab it says that it has to show 8 in portratimode
Also have you played whith the position of the NavilIcon/NaviHW (modifying the registry)?
Click to expand...
Click to collapse
I have a VGA device(Touch Pro) and it's set to show 8 items but for whatever reason it only displays those 6 items unless you scroll manually. I tried reverting the reg to only 6 items but it still has the same effect for me.
dharvey4651 said:
Yes it looks similar but isn't nearly as fast or fluid. When I tried it about a month ago on my Touch Pro it was disgustingly lethargic... It's also not created by HTC and so yes I could use fingermenu but at the same time I would much rather have this menu extension instead and it's worth the effort.
Click to expand...
Click to collapse
yeah that makes sense, having an officially made app is usually better (HTC is amazing so i get where you are coming from)
i do like that oyu can scroll with your finger thru fingermenu, and disable the arrows.. is that possible with this? (not disabling arrows, the scrolling through with fingerstroke?)
mac_es said:
In which resolution are you trying? QVGA, WVGA, VGA?
I have only fast looked in your cab, in your screen appear 6 items but in the cab it says that it has to show 8 in portratimode
Also have you played whith the position of the NavilIcon/NaviHW (modifying the registry)?
Click to expand...
Click to collapse
Those values I haven't played with. I'm afraid that if I change them the extension may become un-usable.
I think the problem is that you have taken this from a WVGA, and it thinks that the arrow is not int he place you view. You will need to modify the coordinates to say where is the arrow.
Basically you will need to modify the 'y' to adjust your screen height
YES!
It Works Great in BalckStone
the arrow is working
It would be great if someone could port this to VGA an QVGA...
I will try it when I have spare time, but basically to por it (maybe someone is capable of trying it):
VGA:
1) Change the xxxxHW items in the registry to reduce the 'y' length of the screen
QVGA:
1) Change the bmps to reduce it is width/height
2) Modify the xxxHW items in the registry to reduce the 'x' and the 'y' of the screen
3) Adapt the xxxIcon and xxxTile to the new coordinates of the bmps
very interesting cab this one.
CUIHandler.dll (which is in this cab) exports a single function, CustomTrackPopupMenu. This function probably replaces standard TrackPopupMenu API.
I've done the same thing in my FingerMenu app. My app inject a dll in gwes.exe process than replaces in ce kernel the address of original TrackPopupMenu with the new one.
The interesting thing is that in hts menus replacing with custom procedure is done (I think) by specifying a simple registry key that is:
HKLM\System\GWE\Menu
CUIHandler=00000001
perhaps only newest builds of windows mobile have this feature.
Seeing as it works on the BlackStone but not the X1, and that it looks like it is only activated by a simple registry setting, would something as simple as replacing the gwes.exe with the one from a build > 21000 allow this htc menu to work?
aussiebum said:
Seeing as it works on the BlackStone but not the X1, and that it looks like it is only activated by a simple registry setting, would something as simple as replacing the gwes.exe with the one from a build > 21000 allow this htc menu to work?
Click to expand...
Click to collapse
gwes.exe is a kernel process that manage all graphics apis. I really don't think that a simple replace can works.Try instead to build a ROM with version >21000.
But X1 is WQVGA (or not?) so I think it will not work correctly.
Another .dll file is required
HTCScroll.dll:
wow this looks so much like francarl's FingerMenu it's unreal a clone
I take it this will only work on HTC phones?
I'm looking for such a program for my iPAQ 910c, but at the moment FingerMenu doesn't seem to work (possibly due to the landscape display).
Well I somewhat got it to work ion my QVGA Device. I rezized the 2 graphic files to 240 x 109. I also changed the following 2 Registry Entries, \HKLM\Software\HTC\HTCMenus\ItemHW to 220,36,240,36 and \HKLM\Software\HTC\HTCMenus\NaviHW to 220,23,240,23 and reset and it seems to function well, but the graphic is messed up. It scrolls well and the arrows work. The Text Color is good, it is just the background part of the graphic is like a color pixel mess.
Still working on these 2 entries xxxIcon and xxxTile to the new coordinates of the bmps to try and fix as suggested previously.
Will update soon, hopefully
btxakita said:
Another .dll file is required
HTCScroll.dll:
Click to expand...
Click to collapse
I added the dll and registry to the cab file. I'm testing right now. Will report back. If it works I will repost the updated cab.
EDIT:: It works. Updating first post right now.

[ROM][WWE][WM 6.5][SYS 23409][Clean ROM][15.SEP.2009]Arkl_ROM_v1.2 for Raphael GSM

WM 6.5 Clean ROM based on SYS 23409 - Arkl_ROM_v1.2 for Raphael GSM - 15.SEP.2009
Build: 23409 WM6.5
Version 1.2
{
"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"
}
=======================================
Version 1.1
=======================================
Changeset 15-Sep-2009:
New Keyboard
Video and Youtube issues fixed
Packages:
MODEMLINK
MSTag
NetCF
Office
OneNote
RemoteDesktopMobile
RingsAndAlerts
Skybox
Skymarket
SqlCeMobile
VoiceCommand
VoIP
VoIPOS
Webview
WindowsLive
WindowsLiveIM
World Card Mobile
Advanced Config Tool 3.3
AdvancedPowerManagement
aGPSConfirmation
Album_3_0
Arcsoft_MMS_WM65_5
AudioBooster
AudioManager
BootLauncher
CAMERA
CommManager
ContactUtilityEngine
Keyboard_EzInput 2
FacebookEngine
FMRadio
Full_Screen_Player
GPSTool
GSensorCalibrator
HTCCalculator
HTCMessage
HTC_AlarmAlertRing
HTC_EmailSetupWizard
InCallRecorder
JbedJava_5
Labyrinth
Manila_2_1
MenuEnhancement
Message_Enhancement
NewMailAccount
New_Contact_Card
Notification_Enhancement
Opera_Browser_9
OutlookEnhancement
PHM Notepad
PhoneCanvas_Tachi
Picture_Enhancement
PIM Backup 2.8
QuickGPS
Raph_1.14.25.35_rilphone
SmartTouch
Task_Manager
Total Commander 2.51
VoiceRecorder
YouTube
Notes:
Tap Icons (for 2 seconds) on Start Menu and drag to your desired order to organize Start Menu
Tap on Time to get Task manager
if you customize TF3D Tab position or need to restart TF3D,
please do hard reset in order to position TF3D properly.
HardSPL is required prior to flashing this ROM
This ROM is valid on GSM versions only
Radio preferred: 1.14.25.35
Hardware Buttons Behavior:
Hardware "Home" button will open WM 6.5 Menu
Hardware "Call" button will open Tachi Dialer
Hardware "Call End" Button will open TF3D Home Tab
ROM DOWNLOAD:
Version 1.2
rapidshare
http://rapidshare.com/files/280607102/Arkl_ROM_v1.2_23409WWE_15SEP09.rar
Version 1.1
rapidshare
http://rapidshare.com/files/276149742/Arkl_ROM_v1.1_23409WWE_05SEP09.rar
MANILA 2.1:
For Manila 2.1 related Issues/Fixes please refer to this thread
http://forum.xda-developers.com/showthread.php?t=542113
CABs:
Disable Manila Start Menu.cab
http://www.u2d.in/RAPH/RAPH_StoneAge/cabs/DisableManilaStartMenu.cab
Enable Manila Start Menu.cab
http://www.u2d.in/RAPH/RAPH_StoneAge/cabs/EnableManilaStartMenu.cab
Hide Programs Tab.cab
http://www.u2d.in/RAPH/RAPH_StoneAge/cabs/HideProgramsTab.cab
Show Programs Tab.cab
http://www.u2d.in/RAPH/RAPH_StoneAge/cabs/ShowProgramsTab.cab
Bugs and Fixes:
1. Owner information is missing
Use Tools --> RegTweek and click update. (v1.2)
trying it out man - will know how it goes.
Thanks! i'll try it, looks good
sahiljain22 said:
trying it out man - will know how it goes.
Click to expand...
Click to collapse
Hey - couple of things
1. All in all, excellent ROM.
2. Minor suggestions -
- I'd like to remove stuff like fring because I don't use it. In the future versions, is it possible to install it via a cab so that i can uninstall it?
- Maybe organize the apps into specific folders (other than one folder called tool)?
- ATT Fuze KB didn't work out of the box (cab fix works). Perhaps mod this?
- Remove the horizontal lines in the today screen for non-manila, non-chrome users?
Other than that, think of adding a "donate" link
sahiljain22 said:
Hey - couple of things
1. All in all, excellent ROM.
2. Minor suggestions -
- I'd like to remove stuff like fring because I don't use it. In the future versions, is it possible to install it via a cab so that i can uninstall it?
- Maybe organize the apps into specific folders (other than one folder called tool)?
- ATT Fuze KB didn't work out of the box (cab fix works). Perhaps mod this?
- Remove the horizontal lines in the today screen for non-manila, non-chrome users?
Other than that, think of adding a "donate" link
Click to expand...
Click to collapse
Lets gather all the comments, and cook it on next version.
for donate link, i am doing this for my raphael phone and i am not able to test each and everything on my Raphael, so i just publish and let others to test the ROM with me and use their feed back to make my ROM better. so i don't think i am in need of donation
No Owner Info?
Arkl, I've just flashed your Rom. I notice that there is no Owner information in Personal settings. Please include it on your next release and also include htc torch. Nice Rom. Thnx
due u have video caling in that rom ?
This firmware will work on the P4350 Herald?
Hey Arkl, Under the notes section right, where it says "if you customize TF3D Tab position or need to restart TF3D,
please do hard reset in order to position TF3D properly"
whats that mean exactly b/c I dont think I quite follow. I want to flash to your rom but just want to make sure of some things before I do so. only b/c at this point my phones using another rom an my phones running well so I dont want to go to another rom an have issues etc... Thank you very much I appreciate it!! Happy Labor Day!!
Also if anyone else who's running this rom, what bugs/issues do you have or notice?
4ekuct said:
This firmware will work on the P4350 Herald?
Click to expand...
Click to collapse
No, you need to look in the Herald ROM forum for those:
http://forum.xda-developers.com/forumdisplay.php?f=349
You cannot put a ROM on a different device without some major rebuilding of 75% of the ROM.
MRFERRARI23 said:
Hey Arkl, Under the notes section right, where it says "if you customize TF3D Tab position or need to restart TF3D,
please do hard reset in order to position TF3D properly"
whats that mean exactly b/c I dont think I quite follow. I want to flash to your rom but just want to make sure of some things before I do so. only b/c at this point my phones using another rom an my phones running well so I dont want to go to another rom an have issues etc... Thank you very much I appreciate it!! Happy Labor Day!!
Also if anyone else who's running this rom, what bugs/issues do you have or notice?
Click to expand...
Click to collapse
this is the latest leaked sys/xip 23409 build, so expect bugs, and please report here if you found bugs and comments to tune this rom perfect, just not the bugs, if you guys know fix as well, please post it.
for the TF3D issue, i think u guys noticed the start and close button Microsoft has been moved to bottom, and the height of the bottom bar also increased, and top bar (status) size got decreased as well, so TF3D will not position well, it will have a small space between top status bar and TF3D, to resolve this issue i am using an EXE file (thanks to bikeandestroyx) and its run on windows start up and move the TF3D window certain pixels up.
when u restart TF3D (for me i shuffle positions of tabs for my convenience) u also need to run this file (to make it easy, just restart the phone, and things will be alright).
i think u got it clear. please feel free to post your comments/questions/advice/fix....
Arkl said:
this is the latest leaked sys/xip 23409 build, so expect bugs, and please report here if you found bugs and comments to tune this rom perfect, just not the bugs, if you guys know fix as well, please post it.
for the TF3D issue, i think u guys noticed the start and close button Microsoft has been moved to bottom, and the height of the bottom bar also increased, and top bar (status) size got decreased as well, so TF3D will not position well, it will have a small space between top status bar and TF3D, to resolve this issue i am using an EXE file (thanks to bikeandestroyx) and its run on windows start up and move the TF3D window certain pixels up.
when u restart TF3D (for me i shuffle positions of tabs for my convenience) u also need to run this file (to make it easy, just restart the phone, and things will be alright).
i think u got it clear. please feel free to post your comments/questions/advice/fix....
Click to expand...
Click to collapse
Hey thanx for getting back to me an explaining to me what I asked earlier!! As for your mention that this is the newest leaked wm6.5 build and to expect bugs, what bugs do you think should be expected?? other then that keep up the good work an I hope to see your rom get good praise an reviews!! lets everyone post what we find so we can help get this rom as close to perfect!!
Arkl said:
Lets gather all the comments, and cook it on next version.
Click to expand...
Click to collapse
Couple of more things -
1. I feel the responsiveness of the phone falls down whenever it rings. It took me about 10 seconds to answer a call yesterday after I noticed my phone ringing and started pushing the green button. It may be with the dialer, but just letting you know as fyi.
2. I saw that you assigned "Tasks" to the hold-and-press action of the call button, but it would be a good idea to have the task manager assigned to that or some other button. Again, it's a personal preference that I think others may like. Maybe the PTT button?
3. Love the smooth animation between some windows.
Just started trying out, run into first problem.
- Unable to install signed Opera Mini
Downloaded from http:mini.opera.com/mini.jad?rnd=1555487862&region=en-gb&cert=all&rel=4
Java opens, asks for permissions and install location, then stops before reporting Server Error (504) - 89.
Solution was to clear the entry in HKLM\Software\Apps\Esmertec Java\Properties\com.sun.midp.io.http.proxy
No Owner Information in Personal Settings...
ManilaPrint said:
Arkl, I've just flashed your Rom. I notice that there is no Owner information in Personal settings. Please include it on your next release and also include htc torch. Nice Rom. Thnx
Click to expand...
Click to collapse
This rom is verry stable and fast. I have used it since yesterday. Everything is nice and fast. But I need really the Owner Information for register my programs i have installed. Is there somebody can make a cab file for it or something..?
ManilaPrint said:
Arkl, I've just flashed your Rom. I notice that there is no Owner information in Personal settings. Please include it on your next release and also include htc torch. Nice Rom. Thnx
Click to expand...
Click to collapse
This rom is verry stable and fast. I have used it since yesterday. Everything is nice and fast. But I need really the Owner Information for register my programs i have installed. Is there somebody can make a cab file for it or something..?
Looks like HTC volume control does not work(or is missing completely). Shows ugly default popup.
Is there any way to fix it?
Aside of that, very good ROM. Thanks.
And yes, +1 vote to remove fring.
seems like Microsoft keep changing their button location and size of top and bottom bars as well, i think we should wait till it get finalized
karaoglan6 said:
This rom is verry stable and fast. I have used it since yesterday. Everything is nice and fast. But I need really the Owner Information for register my programs i have installed. Is there somebody can make a cab file for it or something..?
Click to expand...
Click to collapse
This application was disabled by Microsoft, no idea why (may be there is new interface coming for it, i think that's y they put redirect option)
to get Owner information back, Delete "Redirect" registry entry from [HKEY_LOCAL_MACHINE\ControlPanel\Owner]
use total commander on tools to do the above
Thanx!
Arkl said:
This application was disabled by Microsoft, no idea why (may be there is new interface coming for it, i think that's y they put redirect option)
to get Owner information back, Delete "Redirect" registry entry from [HKEY_LOCAL_MACHINE\ControlPanel\Owner]
use total commander on tools to do the above
Click to expand...
Click to collapse
I follow this instruction, now I have my Owner Info in Personal settings. Thnx for the tips!

[APP] MMAppLauncher v1.0 - Full Start Menu Replacement (WM 6.5, 6.5.x)

MMAppLauncher is a full Start Menu and Settings replacement similar to Android. It does more than just replace your original, boring start menu. It keeps track of your most 20 recent run apps, as well as allowing you to save an app as favorite. Another unique feature that MMAL has to offer is the ability to run any process (similar to Run under Windows) with given arguments. On top of the cool features mentioned, MMAL also allows you to modify any shortcut name and icon of your choice with a few touches of your finger tip.
Features:
Full Start Menu replacement
Keep tracks of 20 recent run apps
Save apps as favorite for easy access
Run processes similar to Windows Run (supports arguments)
Full Settings replacement
Requirements & Supports:
.NET Compact Framework 3.5
Windows Mobile 6.x Professional
QVGA, VGA, WVGA, and Square Screen Support
Landscape Support
AppToDate Support
Version 1.0:
1.0.100901
No limitation.
Wow great! But would it be possible to integrate a black or darker background? The white is really bright
I'll be loading this tonight and will report any bugs. One question though, does it support folders? Thanks!
Great Idea! I'll test this and send my feedback.
I'm a fan of all your apps bro!
Nice job.
-------------------------------------------------
EDIT:
My Feedback:
Scrolling is smooth.
The idea of "Rounded gray boxes" is great.
The last tab does not work and app closes with "ArgumentNullException".
My Suggestions:
- Maybe implanting some kind of cache for shortcuts reduces the time when app starts on reboot.
- It would be nice to allow user to create groups or folders for apps and be able to organize them.
- For users with many application shortcuts a "Quick Search" function or an "alphabetical selector" (like the one in Manila contact manager) is really time-saving.
- "Skin" support will also be cool!
Does it disable the WM 6.5(.x) start menu?
Looks like a decent implementation. Nice work.
Will report back my experience with it.
bazinga said:
Wow great! But would it be possible to integrate a black or darker background? The white is really bright
Click to expand...
Click to collapse
Yes, it's possible to have an option for dark or light theme similar to Windows Phone 7.
ghintx said:
I'll be loading this tonight and will report any bugs. One question though, does it support folders? Thanks!
Click to expand...
Click to collapse
no it doesn't support folders. This is similar to Android all programs.
Alireza2n said:
Great Idea! I'll test this and send my feedback.
I'm a fan of all your apps bro!
Nice job.
-------------------------------------------------
EDIT:
My Feedback:
Scrolling is smooth.
The idea of "Rounded gray boxes" is great.
The last tab does not work and app closes with "ArgumentNullException".
My Suggestions:
- Maybe implanting some kind of cache for shortcuts reduces the time when app starts on reboot.
- It would be nice to allow user to create groups or folders for apps and be able to organize them.
- For users with many application shortcuts a "Quick Search" function or an "alphabetical selector" (like the one in Manila contact manager) is really time-saving.
- "Skin" support will also be cool!
Click to expand...
Click to collapse
Hmm that's strange for the ArgumentNullException. I've tested on stock rom and stock emulator 6.5 and 6.5.x. They work fine
I like the skin and cache suggestion. But when the app starts up it still needs to read from the cache to memory which still takes time.
You can add your apps to favorite to easier searching.
mwalt2 said:
Does it disable the WM 6.5(.x) start menu?
Click to expand...
Click to collapse
There's an option to override the start menu. When it's on, clicking on the start menu will bring up MMAppLauncher. When it's off, windows original start menu will be shown.
Maximus.Mobile said:
There's an option to override the start menu. When it's on, clicking on the start menu will bring up MMAppLauncher. When it's off, windows original start menu will be shown.
Click to expand...
Click to collapse
This part is not working for me.
It overrode the Start Menu one time and then would no longer open after that.
Neither this app, or the WM Start Menu.
Although it's possible, that there may be a conflict with the new WM Start Menu softkey in CHT 2.0? Maybe something to look at anyhow.
Nice Beta app. otherwise. Also, not sure what the last icon on the bottom bar is(settings?), but it crashes with an exception for me.
WM 6.5.x
HTC Rhodium/TP2
and
HTC TP1
santod040 said:
This part is not working for me.
It overrode the Start Menu one time and then would no longer open after that.
Neither this app, or the WM Start Menu.
Although it's possible, that there may be a conflict with the new WM Start Menu softkey in CHT 2.0? Maybe something to look at anyhow.
Nice Beta app. otherwise. Also, not sure what the last icon on the bottom bar is(settings?), but it crashes with an exception for me.
WM 6.5.x
HTC Rhodium/TP2
and
HTC TP1
Click to expand...
Click to collapse
The Start Menu might have some conflict with CHT. Also, the last button is Settings. It strange how it crashes as I've tested on WM 6.5 stock rom, 6.5 and 6.5.x emulator I'll look into it.
Will test this one
Maximus.Mobile said:
The Start Menu might have some conflict with CHT. Also, the last button is Settings. It strange how it crashes as I've tested on WM 6.5 stock rom, 6.5 and 6.5.x emulator I'll look into it.
Click to expand...
Click to collapse
This looks SWEET
I'll try this program, looking for an good Start Menu alternative (since it eats so much RAM)
My ROM: TouchPro2 Simplicity 21679 - 6.5.X with CHT installed (not cooked in)
My comment:
Played with it. After installing it seems to work pretty smooth.
It takes some time before all programs shows up but I think that's because my start menu folder is to full.
The start menu overide only works when the program is already active (process is open). It's posible to use AMEBA for this one.
CHT button settings that probaly solve your problem with CHT (i know the button is ugly, just to get the idea).
{
"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"
}
The NETCF error, it comes when I play with the start menu, a soft-reset didn't help. I'm sure that NETCF is installed, because when I trying to install it says there's already a newer version installed. GOT ANY IDEA?
.
Disabling the standard start menu:
This is all before i've installed the cab to disable the standard start-menu.
Installing the cab doesn't change anything, hard to tell if it free some RAM.
Afther that I enabled the Start Menu button (softkey) by adjusting the following registry:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Bubble Tiles]
"TextModeEnabled"=dword:00000001
"HardwareStartKeyEnabled"=dword:00000000
"HardwareDoneKeyEnabled"=dword:00000000
When the buttons are visible again they don't have any function
After all that i've used AMEBA to start MMAppLauncher when I press the Start Menu and it works.
The start-menu hardwarekey is easy to adjust in the regular button settings.
After all this configuring/tweaking:
No matter if the program is started already or if i'm in CHT or not, MMAppLauncher will start when i hit the start button.
Hopefully this testing and adjusting helps you with this great app.
Maximus.Mobile said:
Yes, it's possible to have an option for dark or light theme similar to Windows Phone 7.
Click to expand...
Click to collapse
How can I do this?
bazinga said:
How can I do this?
Click to expand...
Click to collapse
can this app work on omnia i900 with winmo 6.1 pro... i am asking this since the screen resolution falls under WQVGA . Pls someone reply me
Good Idea
Good way to lunch applications!
Crash
I have crash on Setting Tab on HTC HD2
Great app. Marked.
I hate microsoft 6.5 menu for decades.
is that just a launcher or will I get everything in Start menu into your app with the same
hierarchy?
expsvetly said:
I have crash on Setting Tab on HTC HD2
Click to expand...
Click to collapse
Same here one on Raphael, with Exquisite 4.20 rom, Build 23139, Sense 2018. .Net crash when invoquing settings from Sense tab.
plz add windows mobile 6.1 support
plz add windows mobile 6.1 support...plz plz plz
deathgame said:
plz add windows mobile 6.1 support...plz plz plz
Click to expand...
Click to collapse
If possible...I would be willing to test it out...
gahbmwm5 said:
If possible...I would be willing to test it out...
Click to expand...
Click to collapse
ya........
I see you listened to my suggestion for the app. Great work! I will install it today.
I would say that reproducing the start menu/programs folders with all the subfolder navigation would make this app stand out from the crowd. I would guess that there are many out there like me that have too many apps installed to not have them organized in subfolders.
Also, maybe a setting for how many columns of icons to show- 3 or 4 or 5 or maybe even 6 for those with larger screens.
Great work though. I really like your apps.

Categories

Resources