HTC Customizer Mods - Windows Mobile Development and Hacking General

Has anyone given any thought to adding two more rows in the "favorite people" and "launcher" tabs ... right under the tab selector to fill the bottom of the screen?

I don't know if you can make HTC Home do that...but I've sort of done that with a combination of HTC Home, the Sprint launcher plugin, and the LG launcher plugin. It kind of fills my screen up with icons. Since there is no lock icon, I just edited the sprint row to make the little phone icon lock the phone via VJ Device Lock (Since the LG plugin has it's own phone icon). Works for me and makes the phone look very cool. I attached a screenshot so you could see what I mean.

Pretty sure the entire size of that today plugin would have to be increased to do that.... and that would make things look pretty weird. Plus, where would it pull in the other contacts? Because there are only 9 on the cube...

Related

Toolbar: (how) can you place shortcut icons?

Have done a semi-extensive search to find a plug-in which allows you to place application shortcuts on the lower toolbar of the Today screen (not on the Desktop). True Toolbar is a step in the right direction, however, this does only show the running programs. Any other ideas? Thanks.
Dear,
I know a nice program called cLaunch for launching applications directly from shortcuts on Today Screen. there are many versions to it. Here is one of them www.freewareppc.com/utilities/claunch.shtml . Above all, it's freeware
Hope this is what you're looking for
Thanks, Ken_xda, but that's not what I'm looking for. As mentioned in my post, I'd like to have the shortcuts placed in the TOOLBAR on the bottom of the screen (not on the Today Desktop). The same way you can place the Quick Lunch icons in your lower toolbar in MS Windows.
http://www.freewareppc.com/utilities/fastaccessmenu.shtml
maybe this one it sounds like it's in the buttom but the picture looks a bit odd
I should have mentioned it, sorry. I tried FastAccess. The idea is quite good. It adds a little toolbar to the bottom of the screen which toggles between showing/hiding icons of any programs you choose. But the execution is rather poorly done. It disabled the close/minimize button on certain applications and some design elements such as the size of the check box doesn't integrate that nicely into the existing user interface.
Try TrayLaunch from PHM....Works great and it's free!
http://www.phm.lu/Products/PocketPC/PowerToys/

Anyone with programing skills willing to help?

Hey all,
I recently bought my first PPC ever, the HTC Touch. Not very much later I discovered rlToday and designed a skin in Photoshop. Pi3cH coded it and I tweaked it some more. Besides rlToday I use S2U2, TodayShrink and PCM Keyboard.
The result can be viewed here...
For those who don't understand Dutch. Underneath the appointment is the task section (Total, Important, Today, Overdue)
Now I have some problems I can't resolve in rlToday. I saw Grump on this forum for example that made an app for the iPhone skin and I was wondering if some guys are willing to get this done for me as apps can do more than rlToday.
What am I missing and can't I get done with rlToday:
1) topbar should be something like iPhone or S2US style
No start logo but still its functionality when tapping the icon on the left, smaller than WM6 topbar and nicer icons for Wifi, BlueTooth and stuff.
2) Now I'm using Mortscript to get the appointment coming inside the screen, but I only get the first upcoming one. And if that appointment is now, the next one coming is shown underneath it.
I would rather always see the next y (2, maybe 3, or for the today and tomorrow for example) upcoming appointments along with the location (if available), rather than the 1st upcoming or current and next.
3) Get rid of the circle on the bottom 3 icons when the number of missed calls/new sms/new email is 0.
4) get a highlight effect when tapping one of the 3 bottom icons, just like TouchFlo Cube for example (see pic 6 at my rlToday skin of the Cube 6 app side I changed, it turns blue when tapped).
Just wondering if this is in any way possible, without having a slow and without battery/memory consuming.
No one that can help me out?
You might be able to accomplish this solely with Wisbar Advanced, Wisbar Advanced Desktop (WAD) and a today plug-in.
1) Wisbar Advanced can definately make the top bar look like an iphone. As an alternative you can just run WAD in full screen mode to get the same effect. You won't have the iphone top bar running all the time but just in this screen. But as a trade off it'll be one less program running in the background. Along with the visual customization, Wisbar does have a decent start menu.
2) Doesn't the built-in calendar show the next couple appointments? If not, then there might be some pre-existing today plug-ins that can fulfill this. You gotta do some searching in Google or on this board for that. Worst case scenario, asking someone to program you a today plug-in is a lot easier and quicker than doing a full GUI.
3) WAD already does this and you can see some of their iphone themes already have that. What they do is draw a background circle without any text. And then the top text is drawn using a command like %Unread:SMS%. There is commands to do this for missed phone calls and any other e-mail account you have setup in the device.
4) WAD allows you to have two button states. Normal and pressed. You just need to create two different images for each. I've also came across a thread here in XDA where Speechman created a couple WAD screens where the button would move a little bit. And then use Mortscript to tie it together where it'll make it look like the button (or perhaps the phone) vibrates when you press a button. Here is that post:
http://forum.xda-developers.com/showpost.php?p=1809601&postcount=9
5) To address your speed and memory concerns...I don't think WAD is that bad. It uses about 700-800KB of RAM. No noticeable speed down. If you or someone else builds a custom GUI it will most likely take up even more resources. But atleast this way you can get what you want with $20 worth of software and you have the option of customizing it any way you like in the future.
SeanFromSoCal said:
You might be able to accomplish this solely with Wisbar Advanced, Wisbar Advanced Desktop (WAD) and a today plug-in.
1) Wisbar Advanced can definately make the top bar look like an iphone. As an alternative you can just run WAD in full screen mode to get the same effect. You won't have the iphone top bar running all the time but just in this screen. But as a trade off it'll be one less program running in the background. Along with the visual customization, Wisbar does have a decent start menu.
Click to expand...
Click to collapse
Thx, I've tried WA2 once, but I cannot change it the way I want it, way too much stuff you need to adjust to get it how you want it. I just want to get rid of the start logo and icon, and some nicer icons for signal, battery, wifi and stuff... the iPhone skin I downloaded was grey instead of the black I want and it changed some more icons and stuff I didn't like.
I've posted a request on WA2 forum for a WA2 skin with my wishes but no one ever replied.
SeanFromSoCal said:
2) Doesn't the built-in calendar show the next couple appointments? If not, then there might be some pre-existing today plug-ins that can fulfill this. You gotta do some searching in Google or on this board for that. Worst case scenario, asking someone to program you a today plug-in is a lot easier and quicker than doing a full GUI.
Click to expand...
Click to collapse
Calendar+ is a plugin that works perfect for me, unfortunately I want to use it in the middle of my screen. That becomes a problem because both top and bottom part are rlToday skinned and you cannot run 2 rlToday plugins at one screen.
SeanFromSoCal said:
3) WAD already does this and you can see some of their iphone themes already have that. What they do is draw a background circle without any text. And then the top text is drawn using a command like %Unread:SMS%. There is commands to do this for missed phone calls and any other e-mail account you have setup in the device.
Click to expand...
Click to collapse
My rlToday skin places a circle, together with Mortscripts it gets the missed calls and stuff on my screen, only problem is when it's zero I cannot make the skin hide the circle image...
SeanFromSoCal said:
4) WAD allows you to have two button states. Normal and pressed. You just need to create two different images for each. I've also came across a thread here in XDA where Speechman created a couple WAD screens where the button would move a little bit. And then use Mortscript to tie it together where it'll make it look like the button (or perhaps the phone) vibrates when you press a button. Here is that post:
http://forum.xda-developers.com/showpost.php?p=1809601&postcount=9
Click to expand...
Click to collapse
Will take a look at that.
Well with WA3 (it lets you have more control over the top bar icons) you just have to find a theme that's similar and tweak it. At that point it'll be just replacing graphics and modifying text files for placement. WAD is much easier to work with and you are just starting with a black background, add the bottom gradient, and setting the placement of 3 today plug-ins.
Focaldesign said:
Thx, I've tried WA2 once, but I cannot change it the way I want it, way too much stuff you need to adjust to get it how you want it. I just want to get rid of the start logo and icon, and some nicer icons for signal, battery, wifi and stuff... the iPhone skin I downloaded was grey instead of the black I want and it changed some more icons and stuff I didn't like. I've posted a request on WA2 forum for a WA2 skin with my wishes but no one ever replied.
Click to expand...
Click to collapse
Look at Phone Alarm. This is probably what you will need to replace the bottom rlToday. Phone Alarm has a lot of skins available and you might find a minimalistic one that can get you close. This might also solve the no bubble when zero problem.
So in WAD you'd do...
Top = rlToday
Middle = Calendar+
Bottom = Phone Alarm
Focaldesign said:
Calendar+ is a plugin that works perfect for me, unfortunately I want to use it in the middle of my screen. That becomes a problem because both top and bottom part are rlToday skinned and you cannot run 2 rlToday plugins at one screen.
My rlToday skin places a circle, together with Mortscripts it gets the missed calls and stuff on my screen, only problem is when it's zero I cannot make the skin hide the circle image...
Click to expand...
Click to collapse
Hope that helps. I'm all out of ideas otherwise
SeanFromSoCal said:
Well with WA3 (it lets you have more control over the top bar icons) you just have to find a theme that's similar and tweak it. At that point it'll be just replacing graphics and modifying text files for placement. WAD is much easier to work with and you are just starting with a black background, add the bottom gradient, and setting the placement of 3 today plug-ins.
Look at Phone Alarm. This is probably what you will need to replace the bottom rlToday. Phone Alarm has a lot of skins available and you might find a minimalistic one that can get you close. This might also solve the no bubble when zero problem.
So in WAD you'd do...
Top = rlToday
Middle = Calendar+
Bottom = Phone Alarm
Hope that helps. I'm all out of ideas otherwise
Click to expand...
Click to collapse
I don't have WA3 so I can't try that...
PhoneAlarm won't do it for me I think. To many stuff that I don't want in that plugin (I see a load of icons, clock etc...).
Don't have WAD either, so can't try the bottom part in WAD neither.

Today Screen Launcher IDEA.. please develop..

hi. i first posted this idea on the PointUI forum.. so forgive me for the blasphemous screen.. anyway.. i jsut want to share this idea for those developers, willing to create a scrolling today screen launcher..
click thumbnail for the animated demo..
the idea is, to create a launcher that is customizable (custom icons - TGA or PNG for transparency), scrollable, and FUN.. hehe..
anyway.. it's a simple horizontal swipe and scroll.. but the added feature of the - what i call - default pane..
the default pane should be a set of five shortcut icons (user configurable) that can be easily accessed from anywhere in the horizontal list.. how? double tap the space above the icons..
for example, you have a 16 icon horizontal list, if you are in the end of the list, and you have to go back to your default pane, just double tap the space above the icons, and the list will scroll back to your default pane..
also, there should be an option for memory or default..
the memory option remembers the last position of your launcher and remains where it is even after you launched a program or switched to another window..
the default view scrolls the list back to the default pane after launching a program or every time the today screen becomes active..
this idea could not just be a today screen plugin.. it can also be a launcher that can be called via screen gesture (FtouchSL/FtouchFLO).. the difference with this launcher, is if implemented, would just be an over-window rather than a full screen launcher.. it may also be a task switcher.. depends on the developers choice..
here's a quick demo..
[/i]click on the thumbnail for the animated demo..[/i]
once again, this is just an IDEA.... for someone else with the programming prowess..
i'm just good with photoshop and ideas. but binaries and hexadecimals kill me..
Good idea..i hope some one develops it...u can try Throttle launcher
Where did you find the picture?
Have you done it by yourself?
look into ultimatlaunch also... very similar to what you are wanting
with customize icons and wallpaper... wold be good.. and a feeds infos too on the clock and events apperance
the upper part of the picture/animation is the PointUI Home interface.. no credit for me with that..
the bottom part however is mostly my creation.. (the icons used were modified from bundled stardock icons for windowsXp)
i created the bottom part and the application launcher ribbon as an idea suggestion for the developers of PointUI..
a bit inspired by the leaked wm7 pix and the iphone springboard hacks they created over at cre.ations.net
i don't really like PointUI that much (YET, but i'm getting there), so i also suggest the idea as a native Today Screen plugin.. and an all around launcher.. a minimalist approach, compared to the touchFLO cube and it's encarnations..
i don't like ultimate launcher that much.. i'm not into Tabbed launchers.. too much space consumed..
throttle launcher looks cluttered at the moment.. too much things are rendered on screen at the same time.. it takes up much time loading and, again, screen real estate.. i'm still eyeing for its future improvements though.. especially if it will be able to get customized, as in, to be able to select the features that will be loaded, and will not..
it's not likely that all people want to see a big clock, a bunch of contact pictures, all of the shortcuts, and running programs cramped in their screen at the same time..
Would be awesome...good idea buddy.
ytsejam_ said:
throttle launcher looks cluttered at the moment.. too much things are rendered on screen at the same time.. it takes up much time loading and, again, screen real estate.. i'm still eyeing for its future improvements though.. especially if it will be able to get customized, as in, to be able to select the features that will be loaded, and will not..
it's not likely that all people want to see a big clock, a bunch of contact pictures, all of the shortcuts, and running programs cramped in their screen at the same time..
Click to expand...
Click to collapse
they have a single line launcher now, it the same thing you ar requesting. I'm also keeping an eye on them i think the single line can be a nice addon to every rom. (but it has to be easy customiseble)
If you combine Ultimate Launcher with some clever today screen plugins, especially with rltoday, you can do at least the first part with customization only.
if only the creator wants to make pointui for VGA sigh..
That concept has been done here
i tried v2r and though it was not that good....this idea is awesome though i would love to see it developed
I like the concept.... I'll try to achieve something similar with my app (ThrottleLauncher) and report back with what can be done . Some questions:
Any way of getting the art work used on your screen shots?
What are the left and right arrows on the clock for?
Thanks for that cool concept!
APBilbo said:
I like the concept.... I'll try to achieve something similar with my app (ThrottleLauncher) and report back with what can be done . Some questions:
Any way of getting the art work used on your screen shots?
What are the left and right arrows on the clock for?
Thanks for that cool concept!
Click to expand...
Click to collapse
This is what I've so far. I know the look is not the same but without the background's it's the closer I can make it for the today plugin. For the "poping up" app, the same theme can be used without the clocks on throttle main app. A little modification on the app will be needed to show the prevous window as background.
APBilbo said:
This is what I've so far. I know the look is not the same but without the background's it's the closer I can make it for the today plugin. For the "poping up" app, the same theme can be used without the clocks on throttle main app. A little modification on the app will be needed to show the prevous window as background.
Click to expand...
Click to collapse
awesome! if you could release your today plugin ribbon, my theme would be complete! really looking forward to this
Michaelr219 said:
awesome! if you could release your today plugin ribbon, my theme would be complete! really looking forward to this
Click to expand...
Click to collapse
The today plugin ribbon is really eassy to achieve with my app ;-). I've made a simple theme for you. Just uncompress the zip file into your instalation dir of ThrottleLauncher (see my signature).
After that, go to ThrottleConfig app (it must be on your programs menu) and set plugin height to 38 (or higher if you customize the icons to be bigger), then sellect Ribbon on the combo box and click "Set Today's" button. Then on the actions menu (left softkey) select Edit AppDB, add as much app's as you wish (needed fields are title, name and exec, only select an icon if you wan't to override the default of the app). Select the app's you want to be on the Used list. After all that add throttletoday plugin to your today screen.
If you wan't to make some playing with the setup you can take a look at this tutorials
http://www.throttlelauncher.com/forum/forumdisplay.php?f=8
You can for example eassily set the ribbon to be 2 rowed, add a clock, add contact photodial ribbon, etc etc .
edit: removed atachment as it contained an error. Look some post's below for the correct one..
APBilbo said:
The today plugin ribbon is really eassy to achieve with my app ;-). I've made a simple theme for you. Just uncompress the zip file into your instalation dir of ThrottleLauncher (see my signature).
After that, go to ThrottleConfig app (it must be on your programs menu) and set plugin height to 38 (or higher if you customize the icons to be bigger), then sellect Ribbon on the combo box and click "Set Today's" button. Then on the actions menu (left softkey) select Edit AppDB, add as much app's as you wish (needed fields are title, name and exec, only select an icon if you wan't to override the default of the app). Select the app's you want to be on the Used list. After all that add throttletoday plugin to your today screen.
If you wan't to make some playing with the setup you can take a look at this tutorials
http://www.throttlelauncher.com/forum/forumdisplay.php?f=8
You can for example eassily set the ribbon to be 2 rowed, add a clock, add contact photodial ribbon, etc etc .
Click to expand...
Click to collapse
awesome! thank you soo much, im going to incorporate this to the m-series of my iStyle theme, youll get much credit deserved for this. im gonna test this right now! thanks again!
Michaelr219 said:
awesome! thank you soo much, im going to incorporate this to the m-series of my iStyle theme, youll get much credit deserved for this. im gonna test this right now! thanks again!
Click to expand...
Click to collapse
If you need more help or find any probs you know where to find me .
APBilbo said:
If you need more help or find any probs you know where to find me .
Click to expand...
Click to collapse
i installed the latest version... and unzipped accordingly, i didnt get the "ribbon" as an option in the dropdown menu... and i cant find that clock ribbon like in your screenshot, if you could post that theme like in your first screenshot, itd be much appreciated, im trying to find something similar to the ribbon in pointui... i dont know how to design it, i just would like to easily scroll through a clock, calendar, and if possible, notifications... mainly just clock and calendar... also, is it possible to have it automatically "fall into place" on the flick/scroll... all your work is appreciated... and thank you in advance
Michaelr219 said:
i installed the latest version... and unzipped accordingly, i didnt get the "ribbon" as an option in the dropdown menu... and i cant find that clock ribbon like in your screenshot, if you could post that theme like in your first screenshot, itd be much appreciated, im trying to find something similar to the ribbon in pointui... i dont know how to design it, i just would like to easily scroll through a clock, calendar, and if possible, notifications... mainly just clock and calendar... also, is it possible to have it automatically "fall into place" on the flick/scroll... all your work is appreciated... and thank you in advance
Click to expand...
Click to collapse
Sorry... my fault... there was an error on the zip. Setup xml must be inside a folder called Ribbon on the setups folder and not directly inside it. Here you have an update of the simple ribbon setup and the one of the screenshots above (this last will require a little work still but I upload it so you can test it ).

Can the HTC Home plugin only show the clock?

Hi everyone,
I was just wondering if there is a way to make the HTC Home plugin only show the clock, like a registry edit or something? The thing is I use ultimate launch, and I dont need the new sms and missed call tabs, and the other tabs below with weather etc. They're just using space. I tried other home plugins that only have a clock, but I could not customize them the way I like (I really like the diamond clocks for HTC Home).
I've tried searching the forums (alot) for an answer, but I just could'nt find any. So sorry if this has been answered before!
Thanks
no registre... , easy manipulation
look
I want to remove the tabs completely, so I get the space to other plugins, if it's possible. Or another plugin that is a clock only that I can customize the same way as the HTC Home plugin clock.
I have also tried unchecking all the tabs in the menu you show me here, but I still get the four standard tabs (Home, weather, app launcher & profiles). Even edited the tab registry string, but they're still there.
Try this. I've use it and it's quite simple. In the today items don't choose htc home and use the pdc clock instead.
Thank you! But I allready tried it and I don't think I can customize it the way I want to.
When it comes to my question about removing all the tabs from the HTC Home plugin, I kind of figured out myself that it was pretty stupid. Since the home tab in the HTC Home plugin -IS- the clock, I now understand it's impossible to remove it and still have the clock.
But if anyone has a clock plugin that you can customize the same way as the HTC Home plugin clock, please post!
well what some people do is use the samsung clock instead of the htc home clock...
Try this link, it isn't HTC Home but the clock looks similar, but as far as I know you cannot customize it...
http://www.wm6software.net/windows-mobile/action/download_page/id/215

What can be shown on Homescreen of the HD?

Hi Folks,
i´ve just ordered my Touch HD, and i hope it will come to me before Santa (end of November i guess).
My question is: what can be seen on the homescreen of the HD? Today i use my good old friend, the wizard100. On the Todayscreen i have full Battery and Storage information, Weatherforecast for 4 Days, and calendar appointments showing up to 3 days. Also a today-link for tomtom. Is TF3D able to show this too? I need to see all these things on just one quick view. How customizable is TF3D?
Of coz u can.
Just install the softwares.
Which softwares in particular are you referring to?
My question was how many things is TF3D able to do without any external software. On my Wizard 100 i´ve installed following software: SPB Weather, SBSH Phoneweaver, SPB Time, Calendar+ , DeviceLock, Battrey Status nad TomTom. Except Tomtom i hope that TF3D could show me things like weather,Appointments and other things without installing other software. I like to use the HTC Homescreen, but i dont know how many information it is able to show?
Afaik it has the same home screen as the Diamond but probably with a little more info because of the added screen height. The diamond home screen shows clock, missed call status and first next calendar item.
And this is what i wanted to know: Do you think the HD would show more informations than the normal TF3D from f.e. the Diamond? This must be an complete different TF3D, or not?
It's not completely different, it is in fact rather similar. It has the same tabs bar the stock tab, and most tabs just show a little more info to complement to extra screen height. Also, it has very nice transitions between FLO/programs, much like the iPhone zoom effect.
Same trick is applied on the HD to make it 'feel' more slick and responsive.
Anyway, if you look at the French video on YouTube you will catch a glimpse of many of the tabs, including the home tab. It shows exactly the same stuff as on the Diamond, except I am guessing it will show more upcoming calendar events in the bottom.
You have a choice between TouchFlo3D or the normal Windows Mobile that you used to.
What you have on it will depend what Apps you like, its like your old PDA / PDA Phone. In other words, almost anything.
If you are just talking about the homescreen itself, than you get to see the same thing like on the touch diamond but when you scroll down, the list will be much longer so you can see more appointments. which is a good thing
oh and in the case you didn't know:
there is also a new "customize tabs: rearrange and remove tabs" setting !!
can be seeN here:
http://vimeo.com/1938435?pg=embed&sec=1938435&hd=1
at around 2:11

Categories

Resources