Questions re HTC Home customization - General Questions and Answers

Sorry for the maybe Noob questiosn here but: I am trying to customise a specific part of the HTC Home plugin, namely the Audio part.
I have 2 issues.
1. How do I change the little icons for play, ffwd etc. As soon as I modify them they loose the transaprent parts and look silly. If someone could let me know how to say simply change the colour of the arrows without having the create a filled zone around them, that would be great.
2. Where are the could settings for the font for the writing (artist, song title etc) stored. I can change the audio manager colours itself but I would like to change the plugin colours to match.
Any advice gratefully received.
Thanks

Bump??????

Related

PPL - Pocket Programming Language..... and the *fruity theme*

http://rychlicki.net/en/2007/04/01/174/
This IP lawyer has something interesting to say.
And you can get the theme from his page
After launching the theme (by the way, it's VERY EASY, just put it in a folder in your wizard), everything works except the banner clock just show "0". Wondering if you get the same on your wm6.
Also, it would be nice if the calender icon can display the actual date and the clock icon can display the actual time.
Cool but also here the time is 0 0
Very cool app. Looks pretty good and that without needing to install the application. I did try a wizbar adv iphone skin once, which had a lot more features.
But anyway a nice prog to play around with.
could you remap those icon with the config.ini file?
i tried, but most mappings still point to the setting i have on the "Stock" icon.
wondering if anyone here know the PPL and interested to further develop the application. you can download the program for free from the official homepage here: http://arianesoft.ca/index.php
I'm going to look into what I can change with it. The whole deal is fairly cool, but I hate the lag when switching to the "lock" screen. We'll see what we can come up with.
ecchi said:
could you remap those icon with the config.ini file?
i tried, but most mappings still point to the setting i have on the "Stock" icon.
wondering if anyone here know the PPL and interested to further develop the application. you can download the program for free from the official homepage here: http://arianesoft.ca/index.php
Click to expand...
Click to collapse
I don't know if you've noticed yet but you can indeed remap the icons with the config.ini file. Simply rename the extension so that it is config.txt, and inside it the various buttons and their paths are shown. Edit those paths the the desired program's location on your phone, then rename the config.txt file back into config.ini
Something I'd like to ask: Can we change the time at the top of this app? I believe that it's just the wrong time zone, since it is 8:44 here and the app shows 3:44
Cool app.
Time shows nothing here though (just 0 0)

WM 6.1 Homescreen weather plugin

Hey everyone!
First off I want to thank Dr. Gonzo again for the 6.1 rom. It's great and love it!
Second, I was using the HTC home screens that user tho made (found here) and I really got used to having the weather plugin on the homescreen. I really like how the homescreen is setup on this new rom, but I still want a weather plugin for it. Is there any way to add that plugin to this homescreen?
thanks.
if i was you i would try the following:
install the home plugin on your device. copy the .xml file from the plugin to your harddrive. open it and find the coresponding <plugin...> entry for the plugin. Then copy this entry to the xml-file of your skin of choice and there it should appear again... if it does not work or you have no clue what i was talking about, give me report.. i will try to do it for you,
Yea that's what I was thinking about doing. I just did not know if it would work or if it would look alright. I'm at work now so I don't really want to mess with it, but I'm going to try that when I get home.
ok. let us know if it worked when you're done
Wow this is a lot more difficult than I had thought. I can't find the weather plugin in the HTC Home screen and as the other thread may have tipped you off, the Sliding Panel home screen is very confusing to work with.
Basically what I would like to accomplish is to have Weather on my homescreen, while still using the Sliding Panel motif. So like if I could click over to the right next to where it displays the time it would show the weather. I'm going to keep working on this, but if anyone would like to jump in and help me I'd appreciate it.
Thanks.
according to the slide panel. I think all you can do is to manipulate the panels with basic configurations read out from the registry. It is not that easy to create something new, but i think a good point to start is always the manipulation of the welcome center, because this one is what most people need when they like to make "their own panels". The only way something will create a new slide is to code a plugin which is dedicated to appear in the slides. and still someone has to figure out what basic options are needed to create a new panel or to figure out what these guids are respectively.
Can you provide the htc home xml at least? it would be nice to have all extracted files in a zip file, so i do not have to install it again and pic all files out by myself.
Well that's sortof bad news that I can't create something new, however it might still be possible to edit the home panel to add that in?
I attached the xml for one of the home screens. I looked through it all and couldn't find the plugin for the weather but maybe you will have better luck than I will.
well, that is exactly what i meant. First choice, change one of the existing panels. If it works then and someone can explain those damn GUIDs I think we would manage to get it work on an own panel.
As far as it is "documented" in the XML (which is quite interesting i think for non wm6.1) this is the plugin-option for the htc home:
<plugin clsid="{B0C8AC4B-CDDC-4010-AAEB-076A2A6EB171}" name="HTCHome" height="88"></plugin>
This means to me, that cannot extract the weather-plugin for the homescreen unless you know how the home-plugin was made and the weather-plugin is a standalone, built-into htc home.
if you install the htc home, and edit your slidingpanel.xml with this tag somewhere, the home plugin should appear. I added the .xml for Frau Hottelmanns panther scheme with the htc home plugintag so you can see what i mean (not sure if the comment-tag is allowed, so just remove it before uploading to your device).
This is all I can do for you right at the moment.
Alright, Thanks a lot. I will try it when I get home.
I am really sorry that i wrote some damn ******* before It surely is possible to create new slides!!! It is just not possible to create a slide with ANY functionality
i just had the idea, that we may figure out what the minimal options for a slide are and then go on to figure out what the others are. But if we know the minimal options we could for example copy the testuiplugin-panel and try to get it work with the entire htc home plugin in it.
just wanted to write that, so you would not be that hopeless
Ok, what i found so far is:
- The htc home plugin works on wm6.1 as usual
- It seems not to work with the bronze-plugin in the same theme
* when loading the theme, the htc home plugin is displayed but vanishes as fast as the bronze-plugin is loaded.
* i played around with the height-attribute from the bronze-plugin but it seems to have absolutely no effect
- what i discovered in one of the previous skins is, that there are at least two major plugins for the htc home plugin which can be loaded in a theme. there is the notificationbar where the calls and sms etc. are shown and there is the htchome where the weather is displayed and so on.
- I also found that the exe-file for the weather-plugin is located at /windows/weather.exe so maybe its possible to configure the "output" on a call of this file and the weatherplugin is displayed (which means that we could put it into a slide)
- I also found an old thread here on xda for the "customization" of the htc home plugin, but it seems that the way the plugin works has changed since this thread and the version gregory released
- what is missing is something like a documentation on the htc home plugin, so which parts are implemented, how are they called from the homescreen etc. maybe gregory, if he's still around here has any idea(s) ???
- i just got that the weather.exe sets the city, downloads and refreshes the local weatherdata. So the output has to be somewhere else.
sounds like you are onto something here. Since the HTC home weather plugin is causing some problems, I think I am going to take a look at some other weather plugins. They might make it a little easier. I'm specifically looking at SPB Weather and Fizz Weather.
The only problem is, once I install them I'm not really sure how to put them into the slide panel. I'm going to play around with it and I'll let you know.
A tip from my side... always start from the delivered .xml files for the theme. mostly you can see there how they are implemented in the home-screen... then you just have to copy it.
i am wondering why the htc home plug does not work with the bronze. rinkus iconbar does, and its also just another plugin implemented... It also would not make sense that microsoft put something in the code of bronze which disables other home plugins
kimamil said:
A tip from my side... always start from the delivered .xml files for the theme. mostly you can see there how they are implemented in the home-screen... then you just have to copy it.
i am wondering why the htc home plug does not work with the bronze. rinkus iconbar does, and its also just another plugin implemented... It also would not make sense that microsoft put something in the code of bronze which disables other home plugins
Click to expand...
Click to collapse
You mit be better waitin until HTC release a WM6.1 Standard ROM to see if HTC customize bronze to have parts of there Home plugins integrated and extract everything from a ROM then making a cab file to install it .
Roland
this was my first thought, but as you may know, there are people out there (yes, i am one of those ) that do not like to wait and have things first and before all the others do
kimamil said:
this was my first thought, but as you may know, there are people out there (yes, i am one of those ) that do not like to wait and have things first and before all the others do
Click to expand...
Click to collapse
Have you tried using Facade to use the HTC plugin with Bronze?
Roland
nope. i thought one has to BUY facade???

Hi. New here, have some questions about ThrottleLauncher & Touchflow

Hi all.
Kind of new to this all, and just fumbling my way through everything.
I have ThrottleLauncher loaded on my AT&T Tilt, along with Touchflow3d (and TFlow3D_gullum)
And after seeing the youtube clip on the .9 beta and what it can do, I am finding that I cannot get my phone to really respond in all the ways that I'm seeing in the video. Maybe Im missing some plugins or something else, but here are some questions:
First is the main toolbar at the bottom. Whenever I touch it and want to slide it around to get to specific icons, it doesnt really rotate, it just kind of slides a bit and then activates something. I'm not able to scroll around on it unless I use the directional pad on the phone. Also, is it possible to 'replace' programs that launch with the icons? For example, instead of the Phone's contacts launching, can I get it to launch my 'Good' software contact list? Or with the music player, I am using FlipSlide. Can the music icon be reset to launch Flipside instead of the windows media player?
Can those icons on the bottom be put in any specific order?
I also see in the .9 beta video, that you can flip the middle of the screen by the clock to see different clock views or appointments, etc... Not sure which version or theme that is.
I guess my biggest question is how do I get the bottom toolbar to actually scroll instead of activating things, and can that bottom bar be customized to point to other apps?
Thanks.
If I'm posting this in the wrong spot, please let me know.

Quick question, theme colors.

I have a quick question I am sure someone could answer rather quickly, and I have tried searching to no avail. I have the Sprint Touch Pro and am happy with the phone as it is (for now). I just want to change the yellow selection color on the default Sprint Tf3d interface to a different color. How do I go about doing this? I am familiar with cabs, installing, registry edits, etc. So please if anyone could just point me to the right program to change the theme colors I can probably take it from there. Thanks.

shortcut to favorite contacts

don't shoot me, but i am a bit of a novice. posted here 'cos this is where the hackers are, hopefully with some advice...
i like to keep my main (wm6.1) today screen clean as poss. i don't want any new gui app or touch flo etc etc. just a plain background image with one (transparent icon/bmp) folder containing 8 or so favorite contacts.
and, if poss, have it as a pop-up displaying the contact icons, then tap a non-linked area of screen for it to disappear - if that's possible without cluttering up the system with files too much.
is this possible without much knowledge of heavier hacking/script editing?
(oh, and obviously i don't want to install a big third party app to get 'whatever' to go, if that makes sense)
been searching and trying different things, but to no avail.
cheers very muchly
Moved to QnA, not dev related.

Categories

Resources