[25 March 2009]iLaunch 0.3 beta release - Windows Mobile Development and Hacking General

Well, here it is, the first beta of the first iApps release!
You can read about the iApps open source dev team here:
http://forum.xda-developers.com/showthread.php?t=486618
iLaunch is a finger-friendly applications launcher for Windows Mobile PocketPC phones. It's easily skinnable, intuitive, and could be used instead of the standard Windows Mobile Start Menu.
{
"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"
}
It is based on iContact (supbro version) source code, available here:
http://supware.net/iContact
iContact is used as a "scrollable framework" for applications that will have the same look and feel: the same iContact original skins will be included by default: "default" and "iPhone". The "default" skin will have a diamond-like look and feel, and the "iphone" skin will be designed to be as similar to the iPhone look as possible.
iLaunch settings can be found in the Windows Mobile system settings menu. A soft reboot may be required after installing iLaunch before the iLaunch settings icon will appear in the menu.
iLaunch is built around this idea:
http://forum.xda-developers.com/showthread.php?t=428064
So iLaunch gives you 5 tabs that can be linked to 5 folders under "Windows\Start Menu"
By default the folders (but you can rename or change them) are:
- Office Mobile
- Multimedia
- Programs
- Connections
- System Tools
Each tab shows a scrollable list of links that you can use to start applications.
You can also use StartButton to replace the default Start Menu with iLaunch:
http://forum.xda-developers.com/showthread.php?t=486712
iLaunch tabs can be customized with the language file located in "program files\iLaunch".
By default you find here "english.lng", which can be used a base for transaltions
There is a "+" button in the top right side, near the title of the tab:
as for now it does nothing, but the code to make it work will be ready for the next beta!
----------------------------------------------------------------------------------------------------------
Quick Start
----------------------------------------------------------------------------------------------------------
iLaunch is based on tabs: each tab gets its linked programs from a folder on the device.
Please remember also that this is the first beta, so there are some things that will be better in the next releases
As for now:
1. You have to create up to 5 folders in your "\Windows\Start Menu\Programs"
A quick way to do this is using the cab linked above, but you can do it as you want.
2. You have to copy links to programs/applications inside the created folders.
A very handy tool to do this is Total Commander, but you can do it with any file manager.
3. Then you need to "update" the tab: if you click on the tab icon (while the tab is already selected) the
list of links is updated.
4. It is possible to change the name of the folders editing the english.lng file.
----------------------------------------------------------------------------------------------------------
The source code is available through Svn at GoogleCode:
http://code.google.com/p/ilaunch2/
iLaunch is a beta release, so please tell us about bugs/requests/etc!
Did we forget anything? Oh, yes... where is the Paypal button?
It's hard to believe, but the Paypal link is not a required feature of Xda!
So, if you really want to thank us for our work, go here instead:
http://www.emergency.it/index.php?ln=En
They will use your money way much better than we ever could...

Installed it and hooked it right away to my start button. Only files in the "multimedia" category show up. Other categories are all empty. Do i have to add them manually?
/edit: Oops... forgot to mention that it looks great and runs smoothly.

Syd159 said:
Installed it and hooked it right away to my start button. Only files in the "multimedia" category show up. Other categories are all empty. Do i have to add them manually?
/edit: Oops... forgot to mention that it looks great and runs smoothly.
Click to expand...
Click to collapse
Thanks
You have to create the folders, like this:
http://forum.xda-developers.com/showthread.php?t=428064
And then add your links to the folders.
Next beta will have different ways to add links to the tabs

wow! it's very fast! great project! good work!

Nice app! Working smoothly on a WVGA Toshiba G900. I noticed just one bug so far (and probably a known one) - the program doesn't adapt to landscape. It's just displayed in a 640x640 square after rotating screen (besides that, works fine). After going back to portrait, it looks as it should.
As for feature requests/proposals:
* some basic task manager would be nice to have (browsing, switching and closing tasks - like QuickMenu)
* command line parameters to launch the program with different tabs open (especially the task manager tab, if implemented) should be useful
* this one might be a long shot but hey, who knows - maybe someone will like it? So, how about having one tab with nothing but a text field in it. As you type, a list of applications and applets from entire start menu containing the typed string in their name is displayed below the textfield. So typing "Wi" would display a list with "Wi-Fi" control panel applet, "Wireless manager" and "Windows media player". Typing in "Not" would cause "Notepad", "New Note" and "OneNote Mobile" to pop up. Something like a PC program Launchy. It shouldn't be much harder to implement than an alphabetical list of all apps in the start menu, but much easier to navigate. And easier still if the SIP popped up when you open this tab (preferably configurable behavior - some devices have a hardware keyboard after all).
Anyway, i hope this app grows into a real Start Menu, or even better - QuickMenu replacement

Thanks works perfect on my Touch Pro

allelimo said:
Thanks
You have to create the folders, like this:
http://forum.xda-developers.com/showthread.php?t=428064
And then add your links to the folders.
Next beta will have different ways to add links to the tabs
Click to expand...
Click to collapse
Is that folder creation cab absolutly necessary for use with this app, or was that specifically in syd's situation?
great work by the way

mr_deimos said:
Nice app! Working smoothly on a WVGA Toshiba G900. I noticed just one bug so far (and probably a known one) - the program doesn't adapt to landscape. It's just displayed in a 640x640 square after rotating screen (besides that, works fine). After going back to portrait, it looks as it should.
Click to expand...
Click to collapse
Thanks for the info: we don't have a WVGA device for testing but there should be a WVGA emulator in WM 6.1 Sdk, we just need to donwload it
As for feature requests/proposals:
* some basic task manager would be nice to have (browsing, switching and closing tasks - like QuickMenu)
Click to expand...
Click to collapse
There is something like this in the todo list...
* command line parameters to launch the program with different tabs open (especially the task manager tab, if implemented) should be useful
Click to expand...
Click to collapse
Already there (there are some undocumented features, but it is only the first beta...!)
tab #1: "-office"
tab #2: "-multimedia"
tab #3: "-applications"
tab #4: "-connections"
tab #5: "-system"
* this one might be a long shot but hey, who knows - maybe someone will like it? So, how about having one tab with nothing but a text field in it. As you type, a list of applications and applets from entire start menu containing the typed string in their name is displayed below the textfield. So typing "Wi" would display a list with "Wi-Fi" control panel applet, "Wireless manager" and "Windows media player". Typing in "Not" would cause "Notepad", "New Note" and "OneNote Mobile" to pop up. Something like a PC program Launchy. It shouldn't be much harder to implement than an alphabetical list of all apps in the start menu, but much easier to navigate. And easier still if the SIP popped up when you open this tab (preferably configurable behavior - some devices have a hardware keyboard after all).
Click to expand...
Click to collapse
I don't think this could work without a real full-size hardware keyboard, but we'll think about it!

I'm getting an issue on my Omnia where i have to spam any buttons on the multiple times before it registers.
It most defintely isn't lag as when i press it once and leave it for 5 mins it still doesn’t changes tabs, but spamming it like 3 times in a second changes to another tab.

Bismar said:
I'm getting an issue on my Omnia where i have to spam any buttons on the multiple times before it registers.
It most defintely isn't lag as when i press it once and leave it for 5 mins it still doesn’t changes tabs, but spamming it like 3 times in a second changes to another tab.
Click to expand...
Click to collapse
I'm very sorry but I can't understand what you mean, could you try to explain further?

allelimo said:
Thanks
You have to create the folders, like this:
http://forum.xda-developers.com/showthread.php?t=428064
And then add your links to the folders.
Next beta will have different ways to add links to the tabs
Click to expand...
Click to collapse
No luck.
Programs don't show up. Not even after a softreset. I will meddle with iLaunch today.
Thanks again.

Syd159 said:
No luck.
Programs don't show up. Not even after a softreset. I will meddle with iLaunch today.
Thanks again.
Click to expand...
Click to collapse
I'm writing a "howto: quick start", I'll add it to the first post as soon as possible

allelimo said:
I'm very sorry but I can't understand what you mean, could you try to explain further?
Click to expand...
Click to collapse
Ok you know how at the very bottom, there's the bar with multiple icons, that leads to the applications, multimedia, office mobile etc tabs?
Those buttons for some weird reason only respond on my omnia with a minimum of two taps, that is i have to tap the same button twice or more in a second for it to respond and change to the said tab.
All the tabs except for the office mobile tabs are blank as well, so i doubt its trying to load the tab contents.

"Howto: quick start" added to the first post.

Bismar said:
Ok you know how at the very bottom, there's the bar with multiple icons, that leads to the applications, multimedia, office mobile etc tabs?
Those buttons for some weird reason only respond on my omnia with a minimum of two taps, that is i have to tap the same button twice or more in a second for it to respond and change to the said tab.
Click to expand...
Click to collapse
This is very strange, unfortunately I don't have an Omnia to test, but I've never seen this problem before
All the tabs except for the office mobile tabs are blank as well, so i doubt its trying to load the tab contents.
Click to expand...
Click to collapse
See the "Quick start" added to the first post.

crazaytalent said:
Is that folder creation cab absolutly necessary for use with this app, or was that specifically in syd's situation?
Click to expand...
Click to collapse
The folder creation cab is not necessary, it is just a quick way to create some folders in the right place!
But you have to create some folders (and then put some links inside them) which will be linked to iLaunch's tabs: you can do this in the way you prefer - personally I use Total Commander
For more details, see "Quick start" added to the first post.
great work by the way
Click to expand...
Click to collapse
Thanks

Thanks for the "Quick: How to". Works great.

Is it possible to place source code here?

Monk Eastman said:
Is it possible to place source code here?
Click to expand...
Click to collapse
The source code is available via Svn at GoogleCode:
http://code.google.com/p/ilaunch2/
You can use a Svn client like TortoiseSVN (free and opensource):
http://tortoisesvn.net/
Using Svn is so much better than uploading an (outdated) zip with the source
(and if you want to join the dev team pm me!)

Hi allelimo
If the program is only for English Roms?
Code:
[B] // localized start menu/programs folder[/B]
// localized folder name (from language file)

Related

Larger buttons on dialer needed

I'm wondering if there is a way, maybe through a third party app, to make the buttons on the phone dialer larger. It's kind of a pain to dial while driving and I don't have large hands either.
Anyone have any thoughts?
Thanks,
Tom
twn2 said:
I'm wondering if there is a way, maybe through a third party app, to make the buttons on the phone dialer larger. It's kind of a pain to dial while driving and I don't have large hands either.
Anyone have any thoughts?
Thanks,
Tom
Click to expand...
Click to collapse
I asked this a while ago... I'd love to find a better interface...
Terran
Yeah. Im also intressted in that, so if anyone know a app shoot!
q-biq said:
Yeah. Im also intressted in that, so if anyone know a app shoot!
Click to expand...
Click to collapse
And after a quick search...
http://www.mesoftware.biz/phoneplusmain.htm
NEW:Supports WM5 OS.
Now with built-in SMS feature , Language support for almost every language, New skin, and more...
PhonePlus III is a phone utility which comes to extend the default phone application in the PocketPc phone devices. This utility makes it a lot easier to dial and search contact and using speed dial numbers.
PhonePlus III is featuring predictive text technology. by just pressing the first 2 or 3 letters of a name you can reach any contact number you have in memory and dial it in a press of a button.
Main Features:
PhonePlus uses a smart predictive text search - with max of 3-4 clicks on the screen you can dial your contact.
Using the GREEN send key to launch and dial using PhonePlus.
NEW - SMS feature for sending short messeges to phone numbers and contacts.
NEW - Languages support and easy switching between them for almost any language.
PhonePlus has big num pad for dialing with your fingers instead of pulling your stylus out!
Dial a direct number who doesnt show in your contact list, just like in a regular cellular phone.
Dial your favourite contact using a photo.
Up to 99 cosumizable SpeedDial and PhotoDial location for immediate dialing.
PhonePlus III supports WM2003, WM2003SE and WM5.
{
"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"
}
Works well enough on the trial...
Terran
hi there, is this software compatable or works with smart dialer in the mda vario
cheers
rags_999 said:
hi there, is this software compatable or works with smart dialer in the mda vario
cheers
Click to expand...
Click to collapse
Don´t ask, try yourself! :roll: WM2005 is on the Vario/Wizard!
Im gettin tired of buying apps. Is there a freeweeeh app out like this one?
Yes, but ME software PhonePlus III does not work in landscape mode. The bottom buttons get hidden in landscape. Works though in Portrait. I therefore object to the developers claim that this is fully WM5 compatible. It is only partially compatible.
Kind Regards
You can create your own buttons and experience with the size.
All you need you'll find it in the registry under HKEY_LOCAL_MACHINE\Security\Phone\Skins and in Windows directory.
Only thing to remember: you can't override the BMPs in windows directory so create your own directory and save your modified BMPs there. Then change the path to this files in registry and it will work.
Only thing i could change so far is the colour of the Indellidialer because i can't find a link to this BMPs and files in windows directory are locked.
I changed my colors last night in a quick way for testing and now my own skin looks like this:
CU
Waldi
Waldi said:
You can create your own buttons and experience with the size.
All you need you'll find it in the registry under HKEY_LOCAL_MACHINE\Security\Phone\Skins and in Windows directory.
Only thing to remember: you can't override the BMPs in windows directory so create your own directory and save your modified BMPs there. Then change the path to this files in registry and it will work.
Only thing i could change so far is the colour of the Indellidialer because i can't find a link to this BMPs and files in windows directory are locked.
I changed my colors last night in a quick way for testing and now my own skin looks like this:
CU
Waldi
Click to expand...
Click to collapse
can you please explain in more detail how to do this tweak? i'm new to PPC platform. or if you could just post the new bmps?
thanks
can you please explain in more detail how to do this tweak?
Click to expand...
Click to collapse
In windows directory there are several bmp files. I copied them to my desktopn and had a look with explorer preview on them. I identified the bmp files needed by dialer skin and changed the color.
Created a new directory on my mda vario (i.e. PhoneSkin) and copied the modified files back. YOu can't override the installed files in windows directory because they are flagged as ROM files and can't be deleted.
In the registry under HKEY_LOCAL_MACHINE\Security\Phone\Skin there are two entries (DIALER and PROGRESS) and each of them with landscape and portrait.
There you can find entries for the several buttons with a link to the files. Cahnge the link to your modified files and after a softreset you'll have your own colours.
CU
Waldi
In the registry under HKEY_LOCAL_MACHINE\Security\Phone\Skin there are two entries (DIALER and PROGRESS) and each of them with landscape and portrait.
Click to expand...
Click to collapse
Sorry but I can't find that registry entry in my Qtek.
I only have 2 entrys : Enebled and ext.
I already used photoshop to enlarge the buttons with 10% but I can't get them into smartdailer now.
I would also be happy with the layout that shows up for the passwordentry at startup. that one is verry clear and big.
phone pluss great but not compatable
there claim of compatability is fake....its a cool software but momen i dial a number i am back to the old dialer skin...so i have to keep shuffling which is a caos...besides i had aalocated a hardware button call to phonepluand tok ages to just opn the software....
when dialing is on t9 then why not sm...i liked the sms feature but when it came to using it...it was a big problem without t9 featre...i iked the softarefor big buttons but deleted it now...not worth....till they fix bugs...ucan still gie it try
Skinning The WM2K3 Phone Dialer Interface
This is UGLY and RAW.... but it works!
I own a Blue Angel (Cingular - Siemens SX66) & it's running Windows Mobile 2003 SE on it in Landscape Mode.
The Solution; My Solution:
------------------------------
-------------------------------------------------------------
--- STEP 1: Copy & Paste / Drag & Drop (Part 1) ----
-------------------------------------------------------------
Create a new folder on your PC somewhere and call it "Original Phone Dialer Images"
Copy over the the following Phone Dialer .gif images from the windows directory of your phone to the directory you just made on your PC:
clg_dlrbtn.gif
clg_dlrbtnd.gif
clg_dlrbtnd_land.gif
clg_dlrbtnd_sqre.gif
clg_dlrbtn_land.gif
clg_dlrbtn_sqre.gif
clg_in.gif
clg_miss.gif
clg_out.gif
dlr.gif
dlrclr.gif
dlrclrd.gif
dlrclrd_land.gif
dlrclrd_sqre.gif
dlrclr_land.gif
dlrclr_sqre.gif
dlr_land.gif
dlr_sqre.gif
ending_dlrbtn.gif
ending_dlrbtn_land.gif
ending_dlrbtn_sqre.gif
end_dlrbtn.gif
end_dlrbtnd.gif
end_dlrbtnd_land.gif
end_dlrbtnd_sqre.gif
end_dlrbtn_land.gif
end_dlrbtn_sqre.gif
hld_dlrbtn.gif
hld_dlrbtnd.gif
hld_dlrbtnd_land.gif
hld_dlrbtnd_sqre.gif
hld_dlrbtn_land.gif
hld_dlrbtn_sqre.gif
snd_dlrbtn.gif
snd_dlrbtnd.gif
snd_dlrbtnd_land.gif
snd_dlrbtnd_sqre.gif
snd_dlrbtn_land.gif
snd_dlrbtn_sqre.gif
spd_dlrbtn.gif
spd_dlrbtnd.gif
spd_dlrbtnd_land.gif
spd_dlrbtnd_sqre.gif
spd_dlrbtn_land.gif
spd_dlrbtn_sqre.gif
---------------------------------------------------------
--- STEP 2: ALWAYS BACKUP YOUR DATA!!!!! ----
---------------------------------------------------------
Once all of the image files are copied over to your pc create a .ZIP file of this directory.
If you have WinZip installed, right-click on the folder, left-click "Add to Original Phone Dialer Images.zip"
NOTE: this zip file is your backup of the original image files!!!
Once you have your ZIP file nicely tucked away where you won't lose it proceed to the fun part!
--------------------------------------------------------------------------
--- STEP 3: Find your Inner Child and hand him a paint brush! ---
--------------------------------------------------------------------------
Open up your favorite image editor (I used Adobe Photoshop CS2)
Load each image 1 at a time into your image editor.
Be sure to take note of the size of the button inside the image, my advice is to match it quite closely.
After you edit an image YOU MUST save it as the same file type and same name.
Once you have modified all of your images to your liking close your image editor.
------------------------------------------------------------------
--- STEP 4: Be a 1337 HAX0R! (if only for a moment) ---
------------------------------------------------------------------
Ok this part will require a 3rd party application, what you will need to do is kill the "cprog.exe" process. This is the Phone process.
To accomplish this I used the program "Pocket Controller-Professional 5.04", which you can download for free (demo version):
The File: http://www.soti.net/files/PCPro504Setup.exe
The Site: http://www.soti.net
Once installed, execute the program, connect to your phone.
Once connected, at the top of the Pocket Controller interface there is a horizontal "Main Menu".
On the Main Menu click "Tools", then within the Tools menu click "Task Manager"
Once Task Manager is open highlight "cprog.exe" and click the "Kill Process" button.
-------------------------------------------------------------
--- STEP 5: Copy & Paste / Drag & Drop (Part 2) ---
-------------------------------------------------------------
Locate the folder with all of your modified saved images & copy them back into the Windows directory on your phone, when prompted, choose "Yes to All" to overwrite the originals.
-------------------------------------------
--- STEP 6: SMILE! SMILE! SMILE! ---
-------------------------------------------
Once all the files are copied back over to your phone make a phone call & look at the nice pretty colors. Call your best friend and tell them how some wild and crazy guy just hooked you up and taught you how to tweak your phone!
Included are 2 screen shots taken using Pocket Controller's Screen Capture command. the ONLY thing i did to them was to black out my area code
(and for those paying attention, included in my list of files are more than just the dial pad files.... )
- John
So... does doing this "trick" will enlarge the button?
Or just changing the color...

pBar - 1.4 has Wireless Manager

I 've made my task manager, smart close, battery indicator.
- Tap on [X] button for smart close
- Tap and move on [X] button for minimize
- Tap and hold for popup-menu
- Can show battery indicator in task bar
- Can show Date, GMT time, Zodiac time, memory, power percent in task bar
- Can show Favorite Programs in popup-menu
- Can show Running Programs in popup-menu (task manager)
- Can show more function button in popup-menu
- Can open multi excel file
{
"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"
}
_________________________________________
7 System buttons (on firt menu item)
- Close: Close current program
- Minimize: Minimize current program and active next window, if current dialog is popup style, it can't minimize.
- Close All: Close all running program.
- Close Inactives: Close all Inactive Programs, except running program.
- Today: Active Today screean.
- Options: Go to options dialog, you can change some setting.
- About:
7 Tool buttons (on last menu item)
- Turn off device:
- Turn off screen: usefull when playing.
- Rotate: rotate screen (WM2003SE, WM2005)
- Soft reset.
- Add Exceptions: Add current program to exception list, when you tap on [X] button, it doesn't close.
- Add Favorites: Add current program to Favorite. When you check in Show favorites menu, in popup menu has icons and shortcut to your favorite programs.
- Exit pBar: exit pBar if you want to.
_________________________________________
Sory, I write English very bad
13/08/2007:
pBar 1.4 beta
- Has 9 shortcuts
- Add Phone, Wifi, Blue tooth status and on / off button
- Fix display in WM6
- Can change Date format
16/06/2010:
Fix for new Phone: TP2, HD2, ...
Download: http://www.lyso.vn/phudong/pbar.zip
IF u using Pbar now and want new version Pbar better.Give me your support ...!
>>>>>>PAYPAL Donate<<<<<<< ​
Sounds nice, pics please?
very nice! on my qvga device the clock is over the battery and volume indicators but it's only a cosmetic bug.
I haven't got the problem. Usuing WM2003SE Seems to work like a charm..
thanks
LordDeath said:
very nice! on my qvga device the clock is over the battery and volume indicators but it's only a cosmetic bug.
Click to expand...
Click to collapse
You must set time format is "HH:mm:ss tt" or "hh:mm:ss tt", if you went to options, you must soft-reset your device
nncuong said:
You must set time format is "HH:mm:ss tt" or "hh:mm:ss tt", if you went to options, you must soft-reset your device
Click to expand...
Click to collapse
nice tipp! i will try it right now
edit: where can i change the timeformat? i can't find anything about that in the options.
hendrixus said:
I haven't got the problem. Usuing WM2003SE Seems to work like a charm..
thanks
Click to expand...
Click to collapse
Hi!
Where did you get the device lock utility on your today screen? I have only seen this utility on WM5.
PK
Thanks, very nice!
I can now stop using Spb Plus totally!
BTW, I find the Exceptions input method in options rather difficult to use, i.e. we need to know the full path of the executable file to put it in. Hope you can improve on that.
Thanks once again.
I'm sory for full guide.
1. Add Program to Exception list:
- When in running program, show popup-menu (by tap and hold on [x] botton or tap on popup button) then tap on Add to Exceptions button (5th button).
- Or, in option, choice Exceptions tab. Fill file name (case-sensitive and include ext.) and tap on [Add]
2. Add Program to Favorites list:
- When in running program, show popup-menu (by tap and hold on [x] botton or tap on popup button) then tap on Add to Favorites button (6th button).
- Or, in option, choice Favorites tab. Fill file name, full path and tap on [Add]
3. Change Time format.
When you go to Option, time format is changed to "hh:mm:ss tt". If you want to manual change, plz go to Setting->System->Regional Settings->Time.
nncuong said:
3. Change Time format.
When you go to Option, time format is changed to "hh:mm:ss tt". If you want to manual change, plz go to Setting->System->Regional Settings->Time.
Click to expand...
Click to collapse
Even I have change the time format as recommended but still I lost the volume, Signal strength icon. Pls help
Thank you very much, cool program!
very nice!
2 Ideas for Improving the task manager:
I don't like to use Clear type on General on my PPC, but it would help very much If you could activate it only for this plugin in the settings.
It would help the QVGA users.
It would be cool to minimze the popup with a tap on the triangle.
WOW
Works great! Keep up the great work. One question. How can I change the date format in the bar from 5/12 to 12/5. I guess us americans like it backwards for the rest of the world.
GreggSymington said:
Works great! Keep up the great work. One question. How can I change the date format in the bar from 5/12 to 12/5. I guess us americans like it backwards for the rest of the world.
Click to expand...
Click to collapse
I'm sorry, I'll add to option in next version
nncuong said:
1. Add Program to Exception list:
- When in running program, show popup-menu (by tap and hold on [x] botton or tap on popup button) then tap on Add to Exceptions button (5th button).
- Or, in option, choice Exceptions tab. Fill file name (case-sensitive and include ext.) and tap on [Add]
2. Add Program to Favorites list:
- When in running program, show popup-menu (by tap and hold on [x] botton or tap on popup button) then tap on Add to Favorites button (6th button).
- Or, in option, choice Favorites tab. Fill file name, full path and tap on [Add]
3. Change Time format.
When you go to Option, time format is changed to "hh:mm:ss tt". If you want to manual change, plz go to Setting->System->Regional Settings->Time.
Click to expand...
Click to collapse
Thanks for the instructions.
What is the difference between 1st and 2nd button?
On the top bar, what is the 2nd, 3rd and 4th button for?
One feedback which I forgot to add in my earlier post, when I have a program open, e.g. sktools, within sktools are individual utilities. If I press the "x" button, it not only closes the individual utility but closes sktools as well. Am I doing something wrong?
Thanks.
pBar can not close a word document. I tap "ok" and nothing happens.
Great app you have!
One suggestion is to allow the user to attach pBar to a hardware button, makes things easier!
Thx!
newb question
i'm getting an error message during startup stating "the file 'pBar' cannot be opened. Either it is not signed with a trusted certificate, or one of it's components cannot be found". I have the .exe file in /windows and have the launch on startup box checked. Any Ideas?
Sorry guys I believe i figured i out, started using from storage card then moved the .exe it's ok now.
GreggSymington said:
i'm getting an error message during startup stating "the file 'pBar' cannot be opened. Either it is not signed with a trusted certificate, or one of it's components cannot be found". I have the .exe file in /windows and have the launch on startup box checked. Any Ideas?
Click to expand...
Click to collapse
Been soft resetting and using for many days already, no such problem until last night, I did a soft reset and left the O2 IIs aside and went to sleep. When I woke up this morning and on the O2, it had the above error message. A soft reset again did not have the problem again. Strange!

Not enough space for progs slots on START menu and 'All Programs' no good - No groups

The new TFL3D on the Diamond 2 is a huge improvement over the old one I have on the Touch Pro.
However one really nagging thing is that the Start Menu replacement screen, although easy to use doesn't have enough slots in there. Also selecting 'All Programs' isn't effective if one has a hundred or more programs, since it's not categorized.
For example I would rather havea button to show all program dealing with the Phone/SMS features. A group for all games. Group for all GPS stuff etc.. Right now it's one big mess of mismash.
Any workaround to this? Either provide more program icon slots in the start menu, or better have a shortcut to Groups so once can place several programs under a group(folder).
Hope to find an answer as I wouldn't want to neglect the touchflo.
thanks
you could use a program such as resco or total commander to make folders and move all your programs into the appropriate folders.
The icons you see in the start menu are only shortcuts, so moving them around will have no effect on the running of the applications.
The location to look at to organise all this on your phone is
\windows\start menu\programs
I think you misunderstood mobiler..
What he wants is to either have more slots in the HTC start menu (maybe possible) or have programs organised in folders under "all programs"
I'm having a similar problem. I'm looking for someone who can point out a link to the original windows' programs list. Then I can put a shortcut in HTC's start menu.. rather than using the confusing "all programs"
so what you want is to have more slots available when you press start. That's what the guy wants ... I never use more than 9 ...
MasK said:
I think you misunderstood mobiler..
What he wants is to either have more slots in the HTC start menu (maybe possible) or have programs organised in folders under "all programs"
I'm having a similar problem. I'm looking for someone who can point out a link to the original windows' programs list. Then I can put a shortcut in HTC's start menu.. rather than using the confusing "all programs"
Click to expand...
Click to collapse
Yes. That's EXACTLY what I mean. Please tell me if you found any solution.
georgeono said:
so what you want is to have more slots available when you press start. That's what the guy wants ... I never use more than 9 ...
Click to expand...
Click to collapse
Yes.
Or to have shortcuts to program groups.
Like one slot for all GPS programs. one slot for all Phone programs, one slot for all games.. etc..
Or at least it would have been also easier to have the 'All Programs' long list organized into groups.
see this: http://forum.xda-developers.com/showthread.php?t=535730 - if I understood corectly (read about 4 times to get the idea ...), this provides 4 columns instead of 3 in the start menu, meaning that you will have 32 slots instead of 24. Be careful, there are bugs.
georgeono said:
see this: http://forum.xda-developers.com/showthread.php?t=535730 - if I understood corectly (read about 4 times to get the idea ...), this provides 4 columns instead of 3 in the start menu, meaning that you will have 32 slots instead of 24. Be careful, there are bugs.
Click to expand...
Click to collapse
Thanks, I read it, but too bugy to use.
Organizing TF3D Start Menu
There is another solution to organize your Start Menu better, but its not very convenient as you have to manually change the registry and .
I added folders to my TF3D Start Menu for different categories. When you click on a folder you see the programs that belong to that category, but only in a list, not in the same view as on the Start Menu. See my screenshots to understand better.
{
"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"
}
1st step:
Create Folders in Windows\Start Menu\Programs. I used Backup, Configuration, Games, Navigation
2nd step:
Copy the links of the programs you want to have under Backup, Configuration, ... from Windows\Start Menu\Programs into the folder you want to see programs
3rd step:
You need a registry editor to add these folders to your TF3D Start Menu.
The entries are stored under HKEY_LOCAL_MACHINE\Software\HTC\Manila\ProgramLauncher.
You will see there keys named 0 to 23. 0 is for the tab that is on the top left of the start menu, 1 is for the tab in the top middle, 3 is the tab in the second row left side, and so on.
Before you change anything here check on which tabs you want to have the folders in the Start Menu. For me it was 12, 13 and 14.
Open the key that you want to be your folder on. There are 5 entries, (Default), DispName, IconPath, IsReadOnly and Path.
DispName and Path are the two you have to change.
In DispName you enter the name you want to see in the Start Menu, e.g. "Navigation".
In Path you enter the path to the folder, e.g. "\Windows\Start Menu\Programs\Navigation"
4th step:
Close the registry editor and do a SoftReset. Then you will see the folders in the Start Menu.
Additional tips (Not tested by me):
To change the picture of the folder in Start Menu there are 2 possibilities.
1
Put a file named icon.lnk into the folder. The file should link to the picture. For the games folder it is shelres.dll,-8229.
2
Put the link to the picture into the registry entry IconPath
The first tabs on your Start Menu are protected. If you want to place something else there, change the registry entry of 0, 1, 2 and/or 3 IsReadOnly from the value 1 to 0 and you can delete them in TF3D Start Menu and assign other applications to them.
.............EDIT: OOppps, it seems that fellow member "BeeGee_Tokyo" was a few seconds faster than me!!!! He also provided pics to make it easier. Well done!..........................
I feel exactly the same. Tried the 4 rows option but didn't like it at all.
What I did was this:
1. by using Total Commander or Resco Explorer (for R.E. make sure that in the settings you enabled the viewing of all files), go to Windows\Start Menu\Programs and you will see all your installed program's shortcuts in there (all the ones you see when you press "all programs"), and create folders in there and move the program shortcuts into the appropriate folders. For example my Programs folder has folders named "System Tools", "Connection Utils", "Utilities", Multimedia", "Office", "Games" etc, with the appropriate program shortcuts inside each folder. Do not leave any program shortcuts in the Programs folder
2. By using a registry editor (search for one), create an entry in the start menu for every folder (see instructions below)
Now you have shortcuts for each folder, and if you press one (ie Games) it opens the folder with the appropriate program shortcuts in it (ie all my games shortcuts that I moved in there from the programs folder in windows).
The method for creating the shortcuts in the start menu through registry, is found on another thread in this forum http://forum.xda-developers.com/showthread.php?t=508120 , and kudos goes to "prdic" in post 5.
In my example, one registry entry (the "games" one) looks like this:
HKEY_LOCAL_MACHINE\Software\HTC\Manila\ProgramLauncher\14
DispName Games
IconPath
IsReadOnly 0
Path \Windows\Start Menu\Programs\Games\
christis said:
.............EDIT: OOppps, it seems that fellow member "BeeGee_Tokyo" was a few seconds faster than me!!!! He also provided pics to make it easier. Well done!..........................
..........
The method for creating the shortcuts in the start menu through registry, is found on another thread in this forum http://forum.xda-developers.com/showthread.php?t=508120 , and kudos goes to "prdic" in post 5.
In my example, one registry entry (the "games" one) looks like this:
HKEY_LOCAL_MACHINE\Software\HTC\Manila\ProgramLauncher\14
DispName Games
IconPath
IsReadOnly 0
Path \Windows\Start Menu\Programs\Games\
Click to expand...
Click to collapse
thanks for adding the credits, my sources are the same, was just too lazy to search for the threads and members.
Thank both of you guys!
Excellent Explanation.
Pitty it would take a lot of messing around with the registry Which is not a problem for me but just terribly time consuming But I guess that is exactly what I was looking for. So thanks again. I will try this once I have some free time
hi there,
when i try to link to a directory (or a link to a directory) and klick on that link i always get an error message saying the file can't be opened. It's not signed or on of its components can't be found.
i also get that error when i choose a link to a directory via touchflo's "Add".
any idea why? is my touchflo to old? (stock rom from o2 germany)
TheZer0 said:
hi there,
when i try to link to a directory (or a link to a directory) and klick on that link i always get an error message saying the file can't be opened. It's not signed or on of its components can't be found.
i also get that error when i choose a link to a directory via touchflo's "Add".
any idea why? is my touchflo to old? (stock rom from o2 germany)
Click to expand...
Click to collapse
It should work. Double check if the path is entered correct, that is my only guess. Can you post what you entered in the registry?
Excellent tips there.
Thanks!
However, I feel that Manila start menu will open any folder, but dump every shortcut in root AND subfolders together.. So there's no way to have folders in the list view.
Anyways.. is there a way I can link it to WM's default programs list?
MasK said:
Excellent tips there.
Thanks!
However, I feel that Manila start menu will open any folder, but dump every shortcut in root AND subfolders together.. So there's no way to have folders in the list view.
Anyways.. is there a way I can link it to WM's default programs list?
Click to expand...
Click to collapse
Not sure what you mean with "dump every shortcut in root AND subfolders".
As you can see in my screenshot, when I click on Navigation in Start Menu, I see only the links in the folder Navigation.
For the WM's default program list, the path you enter in the registry would be \windows\Start Menu I guess.
Dear BeeGee, I linked your 'tutorial' to the rollup thread
Thanks for your contribution! much appreciated, works like a charm
jeutie said:
Dear BeeGee, I linked your 'tutorial' to the rollup thread
Thanks for your contribution! much appreciated, works like a charm
Click to expand...
Click to collapse
Thanks, will try to stay helpfull.
BeeGee_Tokyo said:
It should work. Double check if the path is entered correct, that is my only guess. Can you post what you entered in the registry?
Click to expand...
Click to collapse
Hi there, thank you for your reply.
i tried to specify a path with and without ending \ or links to that directory, eg:
\Windows\Startmenü\Programme\Spiele\
\Windows\Startmenü\Programme\Spiele
\Windows\Startmenü\Programme\Spiele.lnk
The correct icon of the games-folder (spiele == games) is always shown, but a click always gives the error.
TheZer0 said:
Hi there, thank you for your reply.
i tried to specify a path with and without ending \ or links to that directory, eg:
\Windows\Startmenü\Programme\Spiele\
\Windows\Startmenü\Programme\Spiele
\Windows\Startmenü\Programme\Spiele.lnk
The correct icon of the games-folder (spiele == games) is always shown, but a click always gives the error.
Click to expand...
Click to collapse
I tried it on my Topaz with the following registry entries:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\ProgramLauncher\19]
"Path"="\windows\Startmenü\programme\spiele"
"DispName"="Spiele"
"IconPath"=""
"IsReadOnly"=dword:00000000
and it works.
I exported the registry key and attached it here. It will put the Spiele folder on tab 19 in the TF3D Start Menu. Unzip it and copy the 19.reg on your phone, and install it (I use Resco File Explorer to install). If you want to change the tab number, open the .reg file with a text editor and change the 19 to the tab number you want.
If this is not working on your Topaz, it might be a problem with Manila. My Manila is 2.0.38149.0 (shown at About on Settings tab)

[APP]TypeNote V0.9.8.1 (updated 19. October 2009)

TypeNote V0.9.8.1 - Updated 19. October 2009
A simple application for taking notes, sorted by category.
I made this for my HTC Diamond, but it should resize to fit most screen sizes.
Functions:
- List of categories
- Auto open Category (open your favorite category on startup)
- List of notes
- Cut, Copy and Past text
- Select All text
- Search and replace text
- Insert current date
- Insert current time
- Portable Application (Settings are saved in program folder)
- all notes saved as separate text files in its categories folder.
- portrait and landscape
- Scans TypeNote\Notes\ or user specified location for folders that contain .txt files.
- Export notes (all)
- Custom Save/Read destination
- Files from 'root' will be added in "Main" category".
-- This can be switched on/off in Settings.
- Hide/Show buttons and title while editing notes (gives more screen-space for editing)
- Open files with the 'Open With' function in file manager (only when program is not already started)
- auto show keyboard (on/off)
- Animation can be switched on/off
- Warning "note already exist" can be switched on/off
- Place buttons (save, Cancel, Delete) above the keyboard (no need to close keyboard to see the buttons)
--- Only in portrait for VGA/QVGA++ screens.
- Bugfix, paste-function now scrolls back to cursor position in large files. fixed.
- Bugfix. font size to small cause crash. fixed.
Version 0.9.8.1
Auto open category (usefull if you often use one category more often than others)
Hide buttons and title while editing.. gives more space for text.
Portable application (does not require re-install if folder moved and system re-installed)
Open files from file explorer(open with), (only if program is not already started)
If custom folder is used, files from root will be added in "Main" category.
Animation can be switched on/off
Warning "note already exist" can be switched on/off
Place buttons (save, Cancel, Delete) above the keyboard (no need to close keyboard to see the buttons)
{
"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"
}
========
HISTORY
========
Version 0.9.5
Export notes (all)
Custom save/read destination
Auto show keyboard (on/off)
Cut text
Select All Text
Search and Replace text
Hide/Show buttons while editing notes
copy/past bug fixed.. cursor no longer moves to top
[
Version 0.9.2
No longer uses .net 3.5.. now runs on .net 2
Categories, with management
Add new
Rename
Delete
All notes separated by category (for ex. \Notes\ToDo\Shopping.txt)
Reads all .txt files from folders in \Notes instead of using a list-file.
Lists are sorted alphabetically.
Text in note can be temporarily resized to better fit the screen (makes it easier to type in landscape mode)
========
Installation
========
Download and install the cab on your device.
========
========
Download from MegaUpload
looks very nice..
does it supports scribling a note with the stylus?
Thank you
At the moment it's not possible to draw with stylus..
Just gave you a little link love over at fuzemobility.com, mobilitydigest.com, and tiltmobility.com.
http://www.fuzemobility.com/take-note-of-this/
ooo thank you drjim very nice of you!
Thank you for a simple, but very nice finger friendly app. I like the color and font size on my VGA (Fuze) screen. And I appreciate the way TypeNotes "asks" before overwriting or deleting a note. I posted this info at Fuze Mobility but figured it would not hurt to add it here also.
I was sort of hoping that the app could open existing txt files (if I loaded them in TypeNote's default directory) but TypeNote can’t see the files. I was able to open a TypeNote txt file using PocketNotepad so….
-Create a new file in TypeNote using the same name as your existing txt file. Add one or two characters to the body just in case and save.
-Cut or copy your existing txt file into the \Program Files\TypeNote\Notes folder and overwrite the file you just created in the above step.
-You can now view and edit your existing txt file.
FYI: I tried adding my existing file and file name to the NoteList.txt file (located inside the TypeNote directory) but that did not work. The above steps work fine.
I keep network settings and other trivia in txt files on my desktop and like to have copies with me. The PocketNotepad and TC interfaces are not that friendly for viewing or editing.
One interesting note. When finger scrolling through a note it is very difficult (I couldn’t do it) to accidently highlight text, unless the SIP is opened. Don’t know how this works (something to do with sensitivity) but it is a very nice feature and would love to see it implemented in other apps. With a stylus I could highlight text with the SIP closed or open.
Also, Sensor Scroll works (you have to setup in SS Settings) and TypeNote works fine loaded to the storage card.
just loaded this on an ATT Fuze running EnergyROM 'Genesis' 20090905 and everything seems to work. perfect little note app, simple and easy. thanks!
edit: weird... just entered current time in a note and it's 14 minutes slow. time on home screen is normal
jaaks said:
just loaded this on an ATT Fuze running EnergyROM 'Genesis' 20090905 and everything seems to work. perfect little note app, simple and easy. thanks!
edit: weird... just entered current time in a note and it's 14 minutes slow. time on home screen is normal
Click to expand...
Click to collapse
Interesting. I just checked on my Fuze and the time was 20 minutes behind; Fuze Home Screen 5:29 (17:29) and TypeNote 17:09. Not the end of the world, but a bit puzzling.
:09 minutes
It looks like regardless of what time it is, the minutes are always :09. The hour is correct (24hr). Like previously stated, no big deal.
jimski said:
FYI: I tried adding my existing file and file name to the NoteList.txt file (located inside the TypeNote directory) but that did not work. The above steps work fine.
One interesting note. When finger scrolling through a note it is very difficult (I couldn’t do it) to accidently highlight text, unless the SIP is opened. Don’t know how this works (something to do with sensitivity) but it is a very nice feature and would love to see it implemented in other apps. With a stylus I could highlight text with the SIP closed or open.
Also, Sensor Scroll works (you have to setup in SS Settings) and TypeNote works fine loaded to the storage card.
Click to expand...
Click to collapse
It should open the file if you add it to the notes-folder and notelist.txt. For example if the file is called Network.txt.. copy it to the Notes folder, and add Network (without .txt) to the Notelist.txt file.
Will see what i can do about the scrolling thing..
And TypeNote should work wherever you put it actually Its coded in a way that it "sees" where it is. So feel free to move it where you want, just remember to fix the shortcut.
-Ronny-
jaaks said:
It looks like regardless of what time it is, the minutes are always :09. The hour is correct (24hr). Like previously stated, no big deal.
Click to expand...
Click to collapse
Fixed it... will upload a updated file soon
-Ronny-
ronnyh said:
It should open the file if you add it to the notes-folder and notelist.txt. For example if the file is called Network.txt.. copy it to the Notes folder, and add Network (without .txt) to the Notelist.txt file.
Will see what i can do about the scrolling thing..
And TypeNote should work wherever you put it actually Its coded in a way that it "sees" where it is. So feel free to move it where you want, just remember to fix the shortcut.
-Ronny-
Click to expand...
Click to collapse
OK, I just tried copying a file into the folder and notelist.txt and this time it worked. I may have added .txt to the end of the filename (unlikely) the first time or maybe I just typed the filename wrong. Glad to see it works either way.
Should have clarified scrolling. Flick/finger scrolling works beautifully. I was referring to the scroll wheel on my Fuze. Adding TypeNote to SensorScroll (an app to facilitate scrolling) settings allows the scroll wheel to work. Regarding finger scrolling, after some additional testing I guess you can inadvertently select text if you keep your finger in one place for too long. But if you flick quickly or even move your finger slowly but not leave it in one place, text will not be selected which is a very good thing. I assume there is some time delay working there. Finger apps are great but too many of them allow your fingers to wreak havoc by selecting things unintentionally.
Whenever I test an app, I always check if it will run from the storage card. Some apps will load to main memory regardless of your selection and others will refuse to run if loaded to a storage card. Just a little added info.
Thanks,
JIM
Good job, simple and finger friendly.. Some nice things that could be added are:
- Auto-import of a directory containing .txt files. This would help in sync'ing the notes with a computer through Mobile Device Center/Activesync.
- Search
- Categories/folders
- A desktop version of the same app.
I currently use Tombo ( http://tombo.sourceforge.jp/En/ ) which is NOT very finger friendly, but has all these niceties and also support encryption of individual notes. Since it is open source, it might be helpful perusing its source code.
Hi,
that´s something I´ve been waiting for very long - thanks!
Some suggestions:
- The list of notes isn´t really fingerfriendly yet...maybe you can use graphics here as well ?
- Folders
- Sending the text of a note via SMS or Email
- Backup-functionality
- Online-service / desktop-app...both would mean quite a lot of work but especially a way to get the notes online would be really really awesome!
Anyway, keep it up
Backup/sync to desktop is easy: Activesync will do it for you.
Tombo (for link see two posts above) will work as the desktop-app (it has both WinMob and Windows versions).
m.schmidler said:
Hi,
that´s something I´ve been waiting for very long - thanks!
Some suggestions:
- The list of notes isn´t really fingerfriendly yet...maybe you can use graphics here as well ?
- Folders
- Sending the text of a note via SMS or Email
- Backup-functionality
- Online-service / desktop-app...both would mean quite a lot of work but especially a way to get the notes online would be really really awesome!
S
Click to expand...
Click to collapse
Thank you!
What do you mean when saying that the list isn't fingerfriendly? Size of text,scrolling ??
I've been working on some changes, and so far this is what i have done:
No longer uses .net 3.5.. now runs on .net 2
Categories, with management
Add new
Rename
Delete
All notes separated by category (for ex. \Notes\ToDo\Shopping.txt)
Reads all .txt files from Notes-folder instead of using a list-file.
Lists are sorted alphabetically.
Text in note can be temporarily resized to better fit the screen (makes it easier to type in landscape mode)
Still working on it though, so will put it here when its ready.
-Ronny-
Cool!
Sorting by date would be very useful too.
taskbar theme
damn.... what's that taskbar theme? looks sweet!
Suggestion
Just an idea, to add the possibility to send notes via email?
It would be nice to be able to specify the storage directory for the notes (I would like to have them in Storage Card\My Documents\Notes or something like that).

Win10Tile - native, custom Windows 10 tiles with jump list and context menu

Update 19.08.16: New design and a lot of refactoring. You can search now! Tiles are now saved with a filename-specific name. This means that tiles for applications in a common folder can be created! Added solution to MS Office applications (see below).
Update 18.11.15: Separate images for small tiles supported (just don't select one if you want to use the same.) Deleting a custom tile is now possible (just click delete )
Update 16.11.15: Startmenu items are not listed recursively, i.e., also startmenu subfolders are supported.
Dear all,
since Th2, Windows 10 allows for custom tiles via a visualmanifest.xml again. I created a small application that allows you to create custom tiles for any item in your startmenu. As this is completely native, jump lists and context menus are fully working and no other services are needed.
The app is extremely simple. It lists all your (root) shortcuts of your startmenu. Simply select one item (application target is then the location where the shortcut points to) and select an image. Hit save and you are done. Pin the shortcut as usual to your startscreen. The image is copied to the application directory.
If you intend to create tiles for apps like calculator, please consider the excellent tutorial given here: http://forum.xda-developers.com/showpost.php?p=64055883&postcount=53
The app requires administrator privelegs to modify the creation time of the shortcut (otherwise the tile won't be refreshed).
Download: http://www.motzek.org/MyTile-20160819.rar (Disclaimer: You are on your own. I take no responsibility for whatsoever. App requests highest available rights.)
Source: http://www.motzek.org/MyTile-Source-2060819.rar I am releasing this source under CC BY-NC-SA: "This license lets others remix, tweak, and build upon your work non-commercially, as long as they credit you and license their new creations under the identical terms." I.e. modify it, publish it with source for free and give me credit. Program is written in c# (2013). The rar includes the complete Visual Studio solution.
App screenshot:
{
"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"
}
Possible result:
Icons mostly by http://dakirby309.deviantart.com/art/Metro-UI-Icon-Set-725-Icons-280724102
Solution to MS Office applications:
It is not possible to create custom tiles for MS Office applications such as MS Word, Excel, etc. using this application. Somehow a custom tileimage in the corresponding visualelementsmanifest is ignored. However, it is easy to change the tile-images!
1) Navigate to C:\Program Files\Microsoft Office\Office15\LogoImages (For Office16, @razmth reports to look at C:\Program Files\Microsoft Office\root\Office16\LogoImages)
2) Replace the respective tileimages. You only need to replace the -100.png images for a medium tile! For example, simply change the WinWordLogo.scale-100.png with a custom MS Word medium tile.
3) Startmenu entry must be refreshed. Select the <NameOfMSOfficeApplication>.lnk in MyTile (it will point to something xlicons.exe). Click on refresh.
Note: The original visualelementsmanifest.xml must remain. If you change them via this app, the above workaround does not work anymore. Get them from some other office installation and copy them over. You can manually edit them (via, e.g., Notepadd++) to change the color or hide the name. Afterwards refresh (see 3).
Warn:
An existing visualelementsanifest.xml in the target application root will be overwritten. An existing *filename*-mytile.png in the target application root will be overwritten.
Nice find! I noticed that Chrome also had a larger icon in recent builds, and a different colour for the background, and sure it enough, it has a visual manifest file. So does each of the Office 2016 apps.
This app is awesome, it works really well. I wouldn't mind if this feature could be merged into BetterStartMenu or TileCreator
There is no need for a companion universal app with the new TH2 release, that's the whole point. This is the "right" way to do it, and there's no reason for tilecreator or betterstartmenu to exist.
Well, they have much better UIs, as this is the very first proof of concept. But all we're talking about here is creating a textfile and copying a PNG image to the executable's directory, so I expect UIs will come soon enough. Very cool!
I started one today, with image & colour pickers, because if I am going to convert all my tiles, I don't want to do it by hand.
There is documentation in the MSDN library about this tile format, which was introduced in 8.1.
rodalpho said:
There is no need for a companion universal app with the new TH2 release, that's the whole point. This is the "right" way to do it, and there's no reason for tilecreator or betterstartmenu to exist.
Well, they have much better UIs, as this is the very first proof of concept. But all we're talking about here is creating a textfile and copying a PNG image to the executable's directory, so I expect UIs will come soon enough. Very cool!
Click to expand...
Click to collapse
I know it. But I would like to have features like: Big tiles, the ability to create tile outside the root of the start menu ('cause it's annoying and disordered to have so much apps spread on the start menu) and so on.
KreNtal said:
I know it. But I would like to have features like: Big tiles, the ability to create tile outside the root of the start menu ('cause it's annoying and disordered to have so much apps spread on the start menu) and so on.
Click to expand...
Click to collapse
Big tiles are not supported for desktop apps, this is mentioned in the MSDN docs for start menu handling.
Iron Doktor said:
Big tiles are not supported for desktop apps, this is mentioned in the MSDN docs for start menu handling.
Click to expand...
Click to collapse
Didn't know that. Can you point me to the documentation?
Here is the link for the visual manifest;
https://msdn.microsoft.com/en-us/library/windows/apps/dn393983.aspx?f=255&MSPPError=-2147217396
About halfway through;
Tile design best practices specify that if your tile is not a live tile, it should not claim the extra screen space required for wide (310x150) and large (310x310) tiles. Because a desktop app's tile is always static and never live, those additional tile sizes are not supported in this schema.
Click to expand...
Click to collapse
Thank you!! I didn't use the alternatives that had proxy applications, but now I can finally customize my start menu.
HOWEVER. I'm having troubles with changing tiles for applications under C:\Program Files and C:\Program Files (x86), either the tile doesn't change, or the background turns black :/ I'm running your application as administrator, I've tried manually copying the tile.png to the appropriate directories - same result ..
Thank you!!! Nice app that I was looking for a long time. There is any way to read folders inside "C:\ProgramData\Microsoft\Windows\Start Menu\Programs" folder? I'm asking this 'cause some apps like office are in folders and I don't want duplicate shortcuts...
Thanks again!
KreNtal said:
I know it. But I would like to have features like: Big tiles, the ability to create tile outside the root of the start menu ('cause it's annoying and disordered to have so much apps spread on the start menu) and so on.
Click to expand...
Click to collapse
fulvioval said:
Thank you!!! Nice app that I was looking for a long time. There is any way to read folders inside "C:\ProgramData\Microsoft\Windows\Start Menu\Programs" folder? I'm asking this 'cause some apps like office are in folders and I don't want duplicate shortcuts...
Thanks again!
Click to expand...
Click to collapse
I uploaded a new version, which now lists all *.lnk it can find in the startmenu, i.e., also in subfolders.
Flinston_Ger said:
I uploaded a new version, which now lists all *.lnk it can find in the startmenu, i.e., also in subfolders.
Click to expand...
Click to collapse
This is actually the best tile creator for Windows 10 right now. Thank you
CodilX said:
Thank you!! I didn't use the alternatives that had proxy applications, but now I can finally customize my start menu.
HOWEVER. I'm having troubles with changing tiles for applications under C:\Program Files and C:\Program Files (x86), either the tile doesn't change, or the background turns black :/ I'm running your application as administrator, I've tried manually copying the tile.png to the appropriate directories - same result ..
Click to expand...
Click to collapse
I encountered that "small icon on black background", too (Chrome and Firefox had this problem). I solved it by simply creating a new shortcut to the exe and copying it to the startmenu (deleting the old startmenu entry).
Flinston_Ger said:
I uploaded a new version, which now lists all *.lnk it can find in the startmenu, i.e., also in subfolders.
Click to expand...
Click to collapse
Great job! Thanks.
Flinston_Ger said:
I uploaded a new version, which now lists all *.lnk it can find in the startmenu, i.e., also in subfolders.
Click to expand...
Click to collapse
Thanks a lot!! I'll try this new one.
This does not seem to work for me, it's creating tile.png and firefox.visualelementsmanifest.xml (trying with Firefox) and the result when I add Firefox to my startmenu is the standard Firefox icon not the one I've tried to assign to it.
https://onedrive.live.com/redir?res...authkey=!AA20_zGiQOJCSA8&v=3&ithint=photo,PNG
Any idea what the cause may be?
schelleursli said:
This does not seem to work for me, it's creating tile.png and firefox.visualelementsmanifest.xml (trying with Firefox) and the result when I add Firefox to my startmenu is the standard Firefox icon not the one I've tried to assign to it.
https://onedrive.live.com/redir?res...authkey=!AA20_zGiQOJCSA8&v=3&ithint=photo,PNG
Any idea what the cause may be?
Click to expand...
Click to collapse
create a new shortcut to firefox.exe and place it in the startmenu. then pin again. this should solve your issue.
Indeed, that worked, thanks!
There is any way to restore default?

Categories

Resources