TIP: PHMPlus for pasting system icons to today screen - Upgrading, Modifying and Unlocking

hey mates,
don't know if you guys did this; but i discovered something useful when i installed phm plus (freeware). once installed to the unit; going to the folder containing the app gives you 2 subfolders with shortcuts. apparently; one of them contains icons for accessing system software; examples of which are bluetooth, the clock, remove programs, memory, and just about everything. so, if you use tdlaunch or something similar which allows you to put icons / shortcuts on the today screen; you can essentially put system shortcut icons. simply use file explorer, go to the folder containing the system shortcut icons (via the phm plus app), copy and paste them on a folder where you have your shortcuts. from there; you can then put the icons on the today screen. for my case; i now have the clock app on my today screen. instead of clicking today-settings-system-clock; i can simply click on the icon on my today screen and the clock app comes up.
hope that helps.
cheers mates
rob

Related

Customizing the home screen...

Well, I have downloaded and installed Facade 1.10 and it is working really well. However, I have yet to be able to change the font colors and the ordering of each section(clock, tasks, calendar, messages, etc.) Is there a program or menu option that gives me control over that?
.PoNeH said:
Well, I have downloaded and installed Facade 1.10 and it is working really well. However, I have yet to be able to change the font colors and the ordering of each section(clock, tasks, calendar, messages, etc.) Is there a program or menu option that gives me control over that?
Click to expand...
Click to collapse
My first smartphone was the firs MITAC MIO and quickly I discovered the best home screen editor: NOTEPAD.
in \Application Data\Home you will find some xxxx.home.xml files.
Open with notepad and usually every part of the home screen il clearly explained. Edit with your PC, cut and paste from other home screens found on internet and you will have exactly the home screen you want
If you need a plugin, or you have an application with home screen plugin feature just cut and paste using the home screen you've got from the application maker (weather plugin as an example...)
you can install the ruttensoft today screen designer or simply change the xml file as stated above

[Solutions] HTC Homeplug problems

The new HTC Homeplug looks really good, but there are several issues with it, which I propose to discuss in this thread.
[size=+1]Adding new weather sources[/size]
1. Go to http://wwwa.accuweather.com/world-city-list2.asp (update: try also http://htc.accuweather.com for those having trouble getting their cities to work) and enter your city under "Find an International Location by Name" (the top box) and click Go.
2. Click on the city you want in the results
3. Copy the zipcode query string from the URL, e.g. Coventry, UK is "EUR|UK|UK001|COVENTRY" (don't copy the last pipe).
4. Open both HH_0409_WeatherCities.xml and _HH_0409_WeatherCities.xml from the \Windows folder and copy one of the other lines, replacing the data with the city name and the code from part (3).
It should look something like this:
Code:
<city name="Coventry, UK" locationcode="EUR|UK|UK001|COVENTRY"/>
5. Save the file back to the \Windows directory
6. Select your newly acquired city from the list!
This doesn't seem to work for everyone as it appears to be restricted to certain cities, no one is particularly sure why yet. If after following these steps you get an error downloading data then it probably does not support the city code you entered. To find your city look here: http://htc.accuweather.com
[size=+1]Weather not updating[/size]
No solution yet
[size=+1]Photocontacts in the applications[/size]
See Vijay's solution here: http://forum.xda-developers.com/showpost.php?p=1312528&postcount=59
(See screenshot atatched to this post)
You can also use the same approach to use VJSMS and VJEmail to open SMS and emails to your contacts.
[size=+1]Making it smaller[/size]
The biggest issue (pun intended) for me is the size of it - there isn't room for much else on the today screen. I know the idea is that it is thumb friendly, and it is, but I would like to make it a little smaller. I've looked through the reg and can't find anything to do this, nor any options anywhere. Probably requires decompilation / impossible.
If you have any ideas / solutions to these problems, or more problems of your own, post them below. I will try and keep the first thread updated, if you have a solution PM me so that I don't miss it.
Thanks
With the Today plugin there's no need to use the "No unread messages" plugin, since they pretty much defeat each other, so there's one thing that can be removed to make more room. I'd like to see an MMS shortcut?
I've removed the messaging plugin too.
With regards to the MMS counter, I think that because the SMS/MMS inboxes are now combined, it might count the cumulative total in the Unread SMS counter? I haven't tested it yet. I also want to find out what happens when I sync my texts to Outlook with Jeyo Mobile Extender, and how it treats MMS.
ronfin44 said:
With the Today plugin there's no need to use the "No unread messages" plugin, since they pretty much defeat each other, so there's one thing that can be removed to make more room. I'd like to see an MMS shortcut?
Click to expand...
Click to collapse
Yes, that is right. It is double things showing on the Today.
Oliy said:
The new HTC Homeplug looks really good, but there are several issues with it, which I propose to discuss in this thread.
Adding new weather sources
1. Go to http://wwwa.accuweather.com/world-city-list2.asp and enter your city under "Find an International Location by Name" (the top box) and click Go.
2. Click on the city you want in the results
3. Copy the zipcode query string from the URL, e.g. Coventry, UK is "EUR|UK|UK001|COVENTRY" (don't copy the last pipe).
4. Open both HH_0409_WeatherCities.xml and _HH_0409_WeatherCities.xml from the \Windows folder and copy one of the other lines, replacing the data with the city name and the code from part (3).
It should look something like this:
Code:
<city name="Coventry, UK" locationcode="EUR|UK|UK001|COVENTRY"/>
5. Save the file back to the \Windows directory
6. Select your newly acquired city from the list!
Thanks
Click to expand...
Click to collapse
Hi thanks for the twaek...
But this seams dont work...
Do they not show up in the list? Try a soft reset.
Make sure you update both xml files (one has a _ infront of the name) and make sure the _ file is read only after you save it, works for me
I have managed to put photocontacts in the Applications tab, see first post for details. Not particularly elegant but it works!
Question about icon(s): What are the dimensions? 32x32, or any size and it'll resize it automatically?
The original icon size in VJDialer.exe is 32x32 and 8 bit depth. I managed to replace it with 64x64 pixels and 24 bit colour depth with Resource Hacker so you can have good quality photos. They show up a fixed size on the app tab though.
I'm pretty sure you can use whatever size icon you want, but 64x64 was noticeably better quality than 32x32.
1. Create icons (*.ico) for all the photo contacts you want using GConvert or similar icon creator.
2. Extract VJDialer.exe from VJPhonetools and open it with Resource Hacker.
3. Open the Icon > 1 folder and right click on 2057, which is the icon
4. Select "Replace resource" and replace it with one of the icons you made earlier
5. Save the .exe with a new filename, e.g. contactName.exe
6. Repeat steps 2-5 for each icon you have created.
7. You should now have a set of exes which each have your contacts' photo. Copy these to your phone, for example "\Program Files\Phonetools".
8. Create shortcuts to each of these exes and place them somewhere in \Windows\Start Menu. I use \Windows\Start Menu\Programs\Speed dial".
9. Go to the HTC Homeplug and add new button. Select your photo contacts!
Can you simplify these? For some reason it didn't work. I was able to add the shortcut, but wasn't the same. Didn't show an icon I made and showed me an error
Oliy said:
The original icon size in VJDialer.exe is 32x32 and 8 bit depth. I managed to replace it with 64x64 pixels and 24 bit colour depth with Resource Hacker so you can have good quality photos. They show up a fixed size on the app tab though.
I'm pretty sure you can use whatever size icon you want, but 64x64 was noticeably better quality than 32x32.
Click to expand...
Click to collapse
Sorry to be a pest. Just not grasping using the Resource Hacker. I followed the steps, but I'm missing something. Is there a laymans version or a cheat-cheat for dummies? lol
I didn't explain it very well, here is an alternate explanation:
Create icons for all your contacts out of pictures
1. Use GConvert or similar to open an image file and save it as an icon eg contactName.ico.
2. Do this for each contact you want to display.
You now have an icon file displaying each of your photo contacts
Create a series of VJDialer.exe files each with an icon of your photo contact
1. Use Resource Hacker and open VJDialer.exe from VJ's cab
2. In the pane on the left, click on "Icon" to expand it
3. Click on "1" below "Icon" to expand that
4. The object below "1" is the icon, right click on it and select "Replace resource"
5. Select one of the icon files you created earlier
6. "Save as" a new name, for example contactName.exe
You now have an instance of VJDialer.exe with the photo for an icon for each of your photo contacts
Create links to the exes in the start menu
1. Bring up the context menu on one of the exes and "Create shortcut"
2. Edit the shortcut to include the phone number of that contact as documented on Vijay's website
3. Copy the shortcut to the \Windows\Start Menu directory.
4. Do this for each instance of exe
5. Add all your contacts to HTC Homeplug
ronfin44, just have a play around with it, one or two of my icons didn't work properly the first time I tried, if in doubt try another icon just in case.
Thanks bo. I opened VJ's dialer shortcut in Notepad and did a quick edit of it so it would dial a specific number, but now I'm gonna try your instructions.
my icons etc work fine. ...the only issue is when im recieving a sms through the plam threader the plugin cant reconize that i recieved a sms. Is it because its through the threader emails etc show up but my guess is because im using the plam threader.
I'm stuck on how to edit the exe once I make it, like how do I add the number? Not too clear on VJ's website. It shows the example, but what do I use? When I tried it in Notepad it gives me an error when I try to Launch it:
No recipient found!
Format eg:
VJDialer123
Please Donate! etc etc
Not sure if this is part of the new Touch stuff, but the new battery icon in the top bar (in line with the start button) blocks the time/date from showing where it normally would.
Is there a way to remove this icon so the time and/or date can be displayed there?
hahaha I figured it out! I'm an ass! I kept selecting the wrong icon in the menu, and NOT selecting the shortcut! lol Thanks for all your help guys! -fin
Oh, I make awesome icons if anyone wants some!
even the new weather info wont help
i really need the weather to work, can any one prove to me that it works for CHAMPAIGN ILLINOIS UNITED STATES
http://www.accuweather.com/world-index-forecast.asp?partner=accuweather&locCode=NAM|US|IL|CHAMPAIGN&metric=0
Updating HTC Weather Plug-in with GPRS....
I can update weather via wifi and active sync but i cannot connect and update via gprs. I can surf the web just fine, Windows live mail works fine, just cant update HTC weather plug-in. Used Weatherpanel with Dymond with same gprs setting and it worked as well. Anyone else having these issues.
using Tmobile USA Blackberry Connect plan
Thanks

Game help with Touch HD?

Hi I hope someone here can help me?
I have downloaded some games for my phone and have them saved on the storage card but how do I get them to appear in the list off the programs tab so I can play them? At the moment I can only get them to work through file explorer but its a bit of a faff!
Help please someone!
tap and hold on the game .exe ..select "send to shortcut to programs"it'll appear on ur programs list!
in the file explorer screen? if i tap and hold on a game I get 'cut, copy, rename, delete, send, beam file'?
You can add programs to the list using Diamond TF3D Config!
You need to add shortcuts to the programs from your sd card installation directory to the \windows\start menu folder.
Read here to find out how to make a shortcut:
http://www.vijay555.com/?Help:Command_Lines
V
OK I'm new to HTC and Windows Mobile etc and generally not very techy so bare with me please!
Do I really have to install another program just to move the games to the right place?
I don't know what Diamond TF3D is?
Vijay - thanks for the link but it is all a bit much for me I think - is there no simple way to just copy and paste it to the right place without needing a new explorer etc?
this is what i see when i tap and hold on the game .exe
the option might not be on the pop up menu that comes up after you tap and hold on the .exe .. u've to scroll down the menu.
btw.. what games have you installed on ur storage media!?
if i go to File explorer then Storage card I can see my games (java - not sure if this matters?) Bubble Bash, Date or Ditch, New York Nights, Solitaire and Sudoko - also have a barcode reader app that I can't get in the right place, assume I'm doing the same thing wrong!
If I click and hold on any of the games I get cut, copy, rename, delete, send and beam file. If I press menu (bottom right) whilst highlighting any of them I get Go To (with sub options My Documents, My Device, Folders and Open Path...), Refresh, Show All Files, Sort By, Send, Beam File, New Folder, Rename, Delete and Edit
Also how did you do the screen shot thats really cool and would prob help me to show you what I'm doing wrong!
Hi Finnbob.
You can get screenshots with several different apps, but I'd recommend this one...
http://www.mymobiler.com/
I'd recommend that regardless, as it's just a really useful application!
Incidentally, the screenshot that jtf420 showed us isn't the standard rom. That's not the menu that I get either, as I've only got the standard stock rom on my phone.
Using file explorer, navigate to...
\My Device\Windows\Start Menu
And then create a new folder in there, calling it something relevant like "Java Games". Then just copy and paste the games into that folder (or you can do "paste as shortcut" and leave the actual games where they are).
Hope this helps.
John.
screenshots are made with a prog called PocketScreen 1.3 (thanks RHAPSODY) and it's usually included in may ROM's made by Great CHEF's
regarding the option - "send shortcut to Programs" works only with exe
good guys above have already answered how to make shortcuts for non .exe files .. it might sound complex..but give it a try..
else..u can make a executable file for ur jar (but this kills the idea of java and might be complex process too)
or
use esmertec jbed to launch ur java applications.
ah thank you all! and thank you especially john, I knew there must be a fairly simple way of doing it!
does anyone know if I can change the icons? at the mo all the java games have this 'e' as the icon but this means when I pick them to go on the programs tab I can't tell which is which til I've opened it!
Not an answer to the question really, but if you create a folder in the start menu, then clicking it will open a window that's similar to the programs or settings folder (not really a folder - more an icon view). This will have the full names under the icons, so it won't be a problem.
I don't know how you'd go about changing the icons, I'm afraid. Windows, yeah. Windows mobile, no.

files on home screen?

hi everyone
i would like to have a couple files to appear directly on the home screen as i use the 5 times a day so it becomes quite a headache having to navigate my way through the sd card n folders n then to look for it
it would be ideal if i could just see it there on my homescreen or maybe even a folder but im more keen on it just being there
kind regards
if its a document make a recent doc folder on the home screen ..
thanks for that
is there no way to just have the file straight on the home screen?
i think i might tell the dev of simi folder to incorporate documents
Use LauncherPro and Astro. Long click anywhere on the screen and select "shortcuts". A list will appear and select Astro. Now you can browse your sd card to find your files one by one and tap it. a prompt will allow you change your icon file and shortcut name..tada.you are done.

[NST/G][MOD] QuickNav bar becomes QuickSettings tiles

I have not used the QuickNav bar in many years. If you have a typical launcher app the bar seems sort of superfluous to me. But I did get to thinking about it recently while working on a new--and hopefully improved--version of my QuickTiles app. I actually only use five tiles (six on my NSTG) which is just the number of spots on the QuickNav bar. So maybe....
With some help from @Renate I managed to move the QuickNav bar to the top of the screen, or nearly to the top (it turns out it cannot overlay the status bar). That is the only modification I have made to framework-res.apk (FW 1.2.2). The rest of the setup is just putting together the various little apps to make a useful QuickSettings suite. I just made little apps for the things I normally use in my QuickTiles app and then used NookTouch ModManager to assign those apps to the "buttons" of the QuickNav bar. After a reboot (the function changes without a reboot, but the icon change does not happen until you reboot), I had a neat little QuickSettings bar. Also using NTMM I assigned the QuickNav bar to the "clock" (or on the NSTG I think it just says "status"), the last option in NTMM. So now when I tap in that upper right area, I have quick access to Wi-Fi, screen rotation, USB Audio, etc. See screenshot below.
A few limitations:
1. You have no easy control over what the button icons look like unless you make the apps yourself. That's how I achieved the uniform appearance (I borrowed the icons from QuickTiles). If you've used NTMM to assign various apps to the QuickNav bar before, you know you get a grab bag of looks. It is possible to create a custom set of icons and push them into framework-res.apk, but there is more involved and it is not fun. I did it years ago and do not recommend it.
2. The bar will not function from the stock Reader. The very corner area over the actual clock is reserved for bookmarking, and although tapping on a page reveals a black-on-white rendering of the battery icon, clock, etc., this actually goes to the stock Wi-Fi or Wi-Fi/Glowlight quick settings dialogs. NTMM has no effect on this instance.
3. The response of the QuickNav bar is essentially immediate. That said, the individual selections are still apps and so the actual startup of Wi-Fi or turning on the Glowlight, etc., may not be quite so immediate. Sometimes yes, sometimes no.
To get it working
Make a backup.
Download the zip file attached below. It contains a framework-update.zip file which is for CWM. If you don't have a CWM card, you can make one from here (use either of the two sd card versions; do not install CWM internally!). Copy the framework-update.zip to the CWM card. Despite the name, this is not an "update" zip, so in the CWM menu selection you are just installing a zip file, not an "update".
Boot into CWM and install the modded framework-res.apk. Exit CWM (this reboots).
Also in the zip below are the little apps I wrote for my particular use. You can try these, but they are Tasker-generated apps so if you don't already have one of my other Tasker apps installed, you will need the two small library files included in the zip. Copy the two files into the locations shown below:
/system/etc/permissions/com.google.android.maps.xml
/system/framework/com.google.android.maps.jar
Set permissions for both files to rw-r--r-- and reboot. Without these files resident, the apps will not install.
Install whichever of the apps you want to try. Note that some require plugins (for more details, see the original QuickTiles post). Use NTMM to assign the apps to the QuickNav buttons and also to assign the QuickNav bar to the "clock" area. Reboot.
It's not a big deal for me to turn out additional little apps, so if you like this idea but don't see what you want and especially if it's in the QuickTiles app, I would be glad to make a custom app for you.
Undoing it all
Got buyer's remorse? Didn't make a backup first? Uninstall all the little apps. Get a fresh copy of framework-res.apk from the FW 1.2.2 update zip and place it in the framework-update.zip, overwriting the modded apk. Then use CWM to push the original file back to your device.

Categories

Resources