[UPDATE NEW ICONS]12 button full screen Action screen - Touch HD Themes and Apps

..................

Finally!!!
Thanks a lot for your work. I am really looking forward to the one with the better icons. In any case it works perfect as an initial release.
Furthermore, it's good that apart from the GPS button I managed to re-assign the File Explorer which was originally assigned to the default one.

Thanks!
We look forward to the new skin ...

great work man ...
would love to see a new vs with new icons and default background.
thanks.

Very usefull application!
Could you use more "ordinary" icons and font?
Thanks in advance!

Agreed. Finally we get one.
Am grateful for your work but we all customize our phones in defferent ways.
Can you upload the png file and xml file so we can create our own icons, background in Photoshop and links in xml?
Please?
Pretty please lol!

Silly question, I guess.. but what initiates the action screen?
Do you have to assign it to a button or is it linked to the status screen that appears when you click the battery icons or something?

Kizmet said:
Silly question, I guess.. but what initiates the action screen?
Do you have to assign it to a button or is it linked to the status screen that appears when you click the battery icons or something?
Click to expand...
Click to collapse
Right soft button in manila home
I could not get my iGO8 to work from the nav icon

taiseer999 said:
Right soft button in manila home
I could not get my iGO8 to work from the nav icon
Click to expand...
Click to collapse
to make the gps button work go to registry to the key i wrote to the 1st post and input the path and the executable to work(only works for now with .exe files)
i.e. \windows\poutlook.exe or \Storage Card\IGO8\igo8.exe
you must write it without ""
I will try my best to release tommorow a new one with much better icons
if you want you can provide me with png icons of 159x120height (pixels) or 120x120 2 frames for each icon (1 for focus 1 for pressed)

I had the same with my IGO8
Now it is working, the only thing I've changed is making the .exe extension lowercase.
Great app btw. Looking forward to some new skins.
edit:
I have a requests:
Is it possible to make Bluetooth discoverable when you turn it on?
I've already editted it by assigning GekoNewCal to the appointments (and IGO8), but I don't know how to apply this change for the BT icon.

metkosas said:
nice icons
come to my thread to have them all together.
Click to expand...
Click to collapse
Thanks metkosas for your kind invitation
here is my action acreen
{
"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"
}
download and details are available here:
http://forum.xda-developers.com/showthread.php?t=473059
Enjoy

Icons are very nice!!!!!
I think Kostas, you don't need something else
How we can put our background?
I would like to look like one more tab.
One more bravo for metkosas for his work

Very nice Ammar, I like the shutdown button. It works very good, did you use a special program for it?

----------------

Gold_diamond icons
Hello.
Thenks for nice work.
Cud you please make one another act_sreen with God_Jevilerry icons?

In case you use ThumbCal and want to re-assign the buttons to open ThumbCal's functions, then:
HKEY_LOCAL_MACHINE\Software\HTC\Biotouch\ActionScreen\APP_3
Param: calendar -new
Path \Program Files\ThumbCal\ThumbCal.exe
HKEY_LOCAL_MACHINE\Software\HTC\Biotouch\ActionScreen\APP_4
Param: tasks -new
Path \Program Files\ThumbCal\ThumbCal.exe
and then soft reset.
The same applies if you want to re-map File Explorer (no need for parameters there), GPS (same) or notepad (leave the parameter as it is and it should work perfectly - I re-assigned the notes button to VSNotepad2 by leaving the -n param and it opens the new note)
@metkosas: I think it would be nice to add in the first post that the application is placing itself on its own on the right soft key so if people have the right soft key reassigned know beforehand and also to avoid questions "I installed the application. Where can I find it now?"

Great utility!!
Only one question.. How can i change the soft key name "Action" to another name ?
Thanks a lot
Frank

mainsail said:
Great utility!!
Only one question.. How can i change the soft key name "Action" to another name ?
Thanks a lot
Frank
Click to expand...
Click to collapse
Go to registry hklm-software-htc-manila and there is homeLSKpath + homeLSKtext (for left softkey)
for right softkey hklm-software-htc-manila homeRSKtext + homeRSKpath
for change the text only you change the home(LR)SKtext only.

Thanxx man !

Sorry, can Yuo help me please?
I have 2 e-mail accaunts instaled:
1. Outlook (exchange)
2.Gmail accaunt
So, when i press on mail icon - it starts Gmail (new e-mail From: Gmail accaunt)
Is ther a possibility make to start Outlook e-mail instade?

Related

Give a Folder under 'Programs' a Icon, like 'Games'

Yes, you can give a folder an icon, IE if you make a subfolder under 'programs' , but file explorers also show them :
create a textfile 'icon.lnk' and enter in it :
1#ceshell.dll,-162
save it and make it hidden....
It looks like the -162 is a code for the icon entry, some files take only '0',
(1#repllog.exe,0) ceshell.dll for example allows -142 -144, -147 and -148
Now on to linking other icons to links (program's, mortscripts !), read someting about it here
Johan: I've posted on this elsewhere. The number is an icon offset within the dll/exe. You need an icon viewer/scanner too find the icon offset you need.
V
Hmm, nice, but how do i find these offsets ?
Because I love you
Be careful, sometimes it goes off hunting for half an hour. It's best to count downwards then upwards. You'll get the hang of it! PHM Tools has a very useful dll full of icons.
BTW, don't forget the first numbers before the # are the length of the shortcut string, ie everything after the #. I don't think it ever makes any difference, but it'd make for an interesting buffer overflow exploit I guess.
30#"\Windows\PHMShell32.dll,-173"
http://forum.xda-developers.com/viewtopic.php?p=222846#222846
Phew
Since we're on the subject, I might as well throw this one in for completeness.
You can use an icon NOT from the executable (ie not the default one) by using this kind of syntax:
65#ctlpnl.exe cplmain.cpl,4?\Storage Card\!Install\ftxPBrowser.exe,0
65=length of shortcut string
ctlpnl bit is an example of how to access control panel features (change the 4. You can access tabs where appropriate thus: 4,1 = 1st tab)
Everything after the ? is used to identify the target icon offset in ANOTHER dll/exe.
Change the 0 to specify an offset.
So in this example you're showing the memory control panel, using ftx's default icon.
Enough already! VJOkButt beckons...
V
vijay555 said:
Because I love you /
Click to expand...
Click to collapse
:shock: :roll: :lol:
PHM Tools has a very useful dll full of icons.
Click to expand...
Click to collapse
Got it yesterday !
BTW, don't forget the first numbers before the # are the length of the shortcut string, ie everything after the #. I don't think it ever makes any difference, but it'd make for an interesting buffer overflow exploit I guess.
Click to expand...
Click to collapse
I think it's used for shortcuts that point at "MSCALENDER"IE, not to an executable, to decide what's commandline, and what not...
Phew
Since we're on the subject, I might as well throw this one in for completeness.
You can use an icon NOT from the executable (ie not the default one) by using this kind of syntax:
65#ctlpnl.exe cplmain.cpl,4?\Storage Card\!Install\ftxPBrowser.exe,0
Click to expand...
Click to collapse
YES ! that's what i was looking for ! I created some mortscripts, and if i put them in a Todaylauncher, they all have te same icon, now i can add individual icons !
Works like a charm...
The PHM tools i d/l didn't have the dll with all the icons...
Seems i've misplaced the old one
On to a Icon hunt....
Btw, can you use a .bmp as icon, with offset 0 ?
Don't think so. Use something like Microangelo librarian and import your own bmps into a dll and use that. That's how I use claunch.
V
vijay.. your app's not finding any icons in ceshell.dll on my device - I'd imagine it's supposed to? :>
Tried shell32.exe as well.
It did find the icon for DeviceInformation.exe , though.
Oddly enough, a freeware desktop app has the same thing.. can't find anything in ceshell.dll / shell32.exe, but does find the DeviceInformation.exe icon (resource -103). Weird?
Hmm, never really tried it. Just tried Microangelo on rom dumps of the same files, and same findings. Will look into it on a real device I suppose... Any particular icons you're after?
V
Wierd, here's my 'Harvest"
{
"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"
}
Internal Icons
From PHM Plus tools
[Edited: Created imges instead of links !]
vijay: naw, I was just checking to see if there would be an appropriate "Task Manager"-ish icon in there for a TaskMan shortcut for another thread Figured I'd use your utility to have it have a go at it, but went through -65535 with no luck
jpiek: yeah, I know there's tons of icon packs out there, but then the user would have had to download those first
ZeBoxx said:
vijay: naw, I was just checking to see if there would be an appropriate "Task Manager"-ish icon in there for a TaskMan shortcut for another thread Figured I'd use your utility to have it have a go at it, but went through -65535 with no luck
jpiek: yeah, I know there's tons of icon packs out there, but then the user would have had to download those first
Click to expand...
Click to collapse
No, have a look at the internal ones, their great for 'normal' system icons !!
Could someone upload the icon dll from phm tools?? I don't seem to have it... or any other dll etc with some decent icons in (I'm particuly after a bluetooth one, maybe ir, to use with VJVolubilis and PHM tray launch)
I host the PHM tools on my website. Pull the dll from there:
http://www.vijay555.com/vj/!Tools/PHMTools.zip
V
Philippe's site is back online as well, btw - so you could download direct:
http://www.phm.lu/products/PocketPC/
Other solution:
get the program "start menu manager pro 1.2"
With this util you can select a folder, and click on "change icon"
select a source (for instance a dll) end you get a visual of all icons.
Tap your favorite, and your icon is set...
4 dummies, too easy!
p.s.
trial doesn't allow this... so start googling...

CMyapps

Can someone upload the CMyApplication icons. PLease
there you go
here you go
Worked like a charm...Thank You
what is the use of this CMyapps?
thanks!!!
Creates a panel on your home screen. You are able to link an app to per page. This Reg file(s) have up to 20 pages.
App has to be stored on your phone or on your SD Card.
I think thats a simple explanation.
I'm unable to get the active/inactive icons to work using CHome Configurator. It shows a bloody red X even though I've inserted a URL to the icon I want to use.
Can someone help me? Thanks
i had the same problem but basically i went into Resco and unzipped each icon file individually and when i returned to the screen it was working ... hope that helps and maybe you can help me with something, when i putah this app on my phone and started it when i did i had nrg weather on my homescreen with the 5 day forecast panel but basically now that my apps is on there it doesnt show the 5 day panel anymore and i tried disabling one or more panels to see if it would come back and it didnt and i even tried changing the layout in the CHomeWeather settings ..... any suggestions
If I'm running a Samsung Blackjack II with WM 6.1 can I load this CMyapps registries and how do I set them up, I use the Chome configurator already, do I need this. thanks
rickwyatt said:
there you go
Click to expand...
Click to collapse
WOOOOOOOOWWWWWWWW
Neat icons, rickywatt
blackjack2 said:
If I'm running a Samsung Blackjack II with WM 6.1 can I load this CMyapps registries and how do I set them up, I use the Chome configurator already, do I need this. thanks
Click to expand...
Click to collapse
Blackjack2, if you already use the Chome Config utility, you can create as many pages you need after enabling/disabling the corresponding panels in it. You can also create multiple panels, as long as you give different names to them. There after if u go into HKLM/SW/MS/Chome, you can see your new panel/page listed there, and can change the icons, action URL, right soft key, title etc etc.. if u want to modify them (you can also do this thing via chome configurator)
Rickywatt has essentially provided reg entries to do this readymade, and has supplied a whole bunch of neat apps that u can give to each page, so that they will look cool on your homescreen
Im having some trouble i put both the files on my phone opend the CAApplication one and did the regestry thing and nothing looks diffrent..
Did u reset the homescreen? Or restarted the phone? Do u use Chome Configurator? If so, did u check whether the CApp panel is hidden? You will have to enable and SHOW it for it to be displayed on homescreen
Is there a way to backup all the setting in the sliding panels,so I dont have to do them all over again when I hard reset my phone? Thanks
tomiglio said:
Is there a way to backup all the setting in the sliding panels,so I dont have to do them all over again when I hard reset my phone? Thanks
Click to expand...
Click to collapse
Yes you can use Spb Backup or Sprite
ccpraveen said:
Blackjack2, if you already use the Chome Config utility, you can create as many pages you need after enabling/disabling the corresponding panels in it. You can also create multiple panels, as long as you give different names to them. There after if u go into HKLM/SW/MS/Chome, you can see your new panel/page listed there, and can change the icons, action URL, right soft key, title etc etc.. if u want to modify them (you can also do this thing via chome configurator)
Rickywatt has essentially provided reg entries to do this readymade, and has supplied a whole bunch of neat apps that u can give to each page, so that they will look cool on your homescreen
Click to expand...
Click to collapse
Thanks, I was confused, yeah, I'm pretty well versed with the Chome Config utility, I though it was something a bit different, I appreciate your response.
ccpraveen said:
Did u reset the homescreen? Or restarted the phone? Do u use Chome Configurator? If so, did u check whether the CApp panel is hidden? You will have to enable and SHOW it for it to be displayed on homescreen
Click to expand...
Click to collapse
I restarted phone still isnt there Chome Configurator i dont use (should I?) EDIT: NVM I got it thanks
Alright I have eveything the way i want it but every time i change the little icon next to the my programs header thing it resetes the whole thing all i have is the red X
How are you changing the icon??? your process might tell us how to help. lol
Ill use pictures
{
"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"
}
[/URL]
[/IMG]
That X i cant get to Change
[/URL]
[/IMG]
Thats what ive went to to change that icon

12 button HD action screen

Hi Everybody, this is my very first post and minor work for the HD. All advice/suggestions are welcome!
I have change and amend the graphic and layout of the action screen from ammar_12_button_HD_action_screen.
Basically, I don't have much knowledge on how action screen are being done, all I did was just design the layout and replace it with the original plus amend some value in the registry.
Thanks
{
"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"
}
http://www.mediafire.com/?uh8tngwaj2n
By the way, do any of you guys can advice on how to link the manila V3 Contacts and Alarm's tab? Thanks
love it! thank you
Good work! Thanks!
I like that -
missed a way to toggle WiFi faster than opening Config-Maila-Tab and open connections.
(most other known programs don't work with the Touch HD - "WiFi not found")
howeyeo said:
By the way, do any of you guys can advice on how to link the manila V3 Contacts and Alarm's tab? Thanks
Click to expand...
Click to collapse
i might be wrong but maybe this'll help you...
Help with Link to "All people" page of manila V2 (thanks to Elim)
http://forum.xda-developers.com/showpost.php?p=3509952&postcount=8
what do i have to edit to change the GPD to igo8?
KukurikU said:
i might be wrong but maybe this'll help you...
Help with Link to "All people" page of manila V2 (thanks to Elim)
http://forum.xda-developers.com/showpost.php?p=3509952&postcount=8
what do i have to edit to change the GPD to igo8?
Click to expand...
Click to collapse
Thanks, will try it out.
Use any registry explorer and go to:
HKLM\\Software\HTC\Biotouch\ActionScreen\
APP_0 for Email
APP_1 for SMS
APP_2 for FM Radio
APP_3 for Alarm
APP_4 for Task
APP_5 for Note
APP_6 for Contacts
APP_7 for Wifi
APP_8 for Bluetooth
APP_9 for Camera
APP_10 for GPS
APP_11 for Shutdown
Choose APP_10 and edit the path for your igo8 location or anything u want to replace.
Hi howeyeo,
I have modified App3 path to \Windows\Clock.exe (instead of G-Alarms) so that it runs on my HD.
However, this icon and App is not very usefull. We can tab on TF3D Home clock to do the same. Is it possible to replace by Calendar?
Thanks and congratulations for your nice job.
Really really NICE !!
Only missing calendar button TBH :|
really nice thanks
is this a .cab file ?
Thnks. Very nice!
Really nice looking...
...is it possible to edit to have fewer buttons? I would want just Camera, GPS, Alarm, WiFi, Bluetooth, Task, Note, and Radio (access the others on my home screen so kinda duplicated)?
And how to move the buttons around, change their order?
Thanks for any advice...
Anyone know how to edit to change order etc? Thanks for any help...
Hi !
The way to change is not so difficult, AFTER installation,
1°) Download on your pc the programm : BrnConvert.exe (from the web),
2°) Copy to your pc the file : AS_Bkgd_1.brn from : Windows\ActionScreen,
3°) On your pc, run BrnConvert.exe. It open a new window where you drag the file AS_Bkgd_1.brn. After conversion you obtain a new file : AS_Bkgd_1.bmp
4°) You edit the .bmp file with photoshop ...
5°) By the same way go convert your edited .bmp file to .brn file and copy back to your pc
The problem is how to make so pretty icons as the model ... you need to be sharp with photoshop. I've tried to make a calendar ... I give up
Have a good work ...
Thanks for this. Ok, this edits the images and so I can delete those I don't want to use (and I get your point about making new ones but I just want to rearrange and remove so I should be ok)...but how do I then map the correct command to the correct button (which I guess would have to be defined by pixel location)?
But I am experimenting with Chome editor and can add a programs page now for most things I want to run, biggest help would be command line for switching WiFi on/off...does this exist?
Regards
Stefan
Hi,
these icons are very cool! I love them so much I made a little [MOD] to fit my config, here's the changelog:
-Translated labels to italian (thanx puorro for MS Paint patient work)
-Redirected Alarm button to Klaxon Alarm in storage card
-Redirected GPS button to QuickGps
-Immediate Soft Reset (no confirmation asked)
Thank you howeyeo for your original (at least the icons) ActionScreen, are there any additional buttons we could use to better customize it? For example I would like a better symbol for Softreset(riavvio), the one I got means switch off.I'd love a RSS icon too Would be great if they were available.
Cheers
Nice 4 work & very n1 fx!
how I create a link in left softkey for action screen?

[29-08-09] WM6.5 Tray Button Skins

Original 23037 Tray
{
"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"
}
Download
Original 23041 Tray
Download
Black Tray
Download
Manila Tray
Download
Very nice, the aesthetics of the rounded wm6.5 buttons definitely clash with manilla.
english?
trying to download ur beautiful work......but....only english speaking here
any mirror? direct download?
very very impresive , keep it up,
will test it
acidbath5546 said:
trying to download ur beautiful work......but....only english speaking here
any mirror? direct download?
Click to expand...
Click to collapse
These are direct downloads..? But either way, here is a all-in-one pack at MegaUpload.
Glad you guys like it.
wow, please more!!!
Thanks a lot. The originals arent very good.
Is it possible to make the text (The one in the buttons) smaller and thinner and the same font as manila?
LFCFredda said:
Thanks a lot. The originals arent very good.
Is it possible to make the text (The one in the buttons) smaller and thinner and the same font as manila?
Click to expand...
Click to collapse
Yeah sure, in registry, go to..
"HKLM\SYSTEM\GWE\Menu\BarFnt"
Here you will find a few interesting keys,
"It" for Italic (default: 0, set to 1 to enable)
"Nm" for Name (default: Tahoma)
"Ht" for Font-height (default: 800)
"Wt" for Font-weight (default: 700)
So, what you wanna do is change the Nm key to either "HelveticaNeue LT 35 Thin" or "HelveticaNeueOTS", depending on which of the Manila fonts you want. And also, you may want to decrease the Wt key value to make the font "thinner", and decrease the "Ht" key value to make it "smaller".
Hope this helps
Yeah, that information helped. Now it looks like the picture.
I guess that it would be harder to change the colour on the "ok" button to green and the "cancel" button to red? Is it possible?
Maybe a change of the win logo too?
LFCFredda said:
Yeah, that information helped. Now it looks like the picture.
I guess that it would be harder to change the colour on the "ok" button to green and the "cancel" button to red? Is it possible?
Maybe a change of the win logo too?
Click to expand...
Click to collapse
The graphic behind the winlogo/OK/cancel -buttons (which I have changed in this thread) is the same one for all three, nothing I can do there sorry. You could however change the icons themselves, i.e. make the winlogo red instead of white, and so forth. This requires some DLL editing though, and I won't be getting into that now, sorry.
Search the forum for "windows icon edit" or something, and in that DLL you will most probably find the OK and X button as well if you want to edit them.
Okey. Sounds a bit too hard for me but maybe one day .
Thanks a lot for the great tray bar anyway.
LFCFredda said:
Yeah, that information helped. Now it looks like the picture.
I guess that it would be harder to change the colour on the "ok" button to green and the "cancel" button to red? Is it possible?
Maybe a change of the win logo too?
Click to expand...
Click to collapse
Hi Could you share your theme or point me in the right direction? the shadow effect especially on the bottom bar goes very nicely with MrRusch'es buttons.
thanks
Good job MrRusch! customisation wm6.5 is very easy.
Ctrl+A said:
Hi Could you share your theme or point me in the right direction? the shadow effect especially on the bottom bar goes very nicely with MrRusch'es buttons.
thanks
Click to expand...
Click to collapse
It just the Valkyrie rom, try it out im really satisfied.
Those look great! They inspired me to make my own and post them. You can see them here:
http://forum.ppcgeeks.com/showthread.php?p=1131807
dwizzy130
Added Original 23041 Tray buttons in first post. Mapping is a bit messed up tho I believe.
Any customizations for 6.1?
Does this work with the new build 23409??
p.s I have no Manila..
gr
virupan
virupan said:
Does this work with the new build 23409??
p.s I have no Manila..
gr
virupan
Click to expand...
Click to collapse
Yeah should work fine.
MrRusch said:
Yeah should work fine.
Click to expand...
Click to collapse
Hmm.. does not seem to work? :-( have Installed your black tray.. Am I doing something wrong?
gr
Virupan

[REQ] Titanium Plugin Calendar

Hi all,
first of all tnx to this forum for all the knowledment, threads and stuff.
Someone can realize a Titanium Plugin to replace standard calendar entry?
I mean, all people love this weather so much?
Please someone think also to satisfy who needs appointments always in the main screen (maybe the next fixed and others scrolling over time in two rows or more!)
Ps1: sorry 4 my english
Ps2: i hope someone can realize it!
cya
Just in case people don't understand his bad english. I believe he would like to have something that shows a calendar and/or more appointments visible as a titanium plugin.
I agree with him as the default one is a joke.
Nagrom Nniuq said:
Just in case people don't understand his bad english. I believe he would like to have something that shows a calendar and/or more appointments visible as a titanium plugin.
I agree with him as the default one is a joke.
Click to expand...
Click to collapse
+1, would love this aswell!!
me, too. i would very much love such a plugin. unfortunately i cannot make it myself, because i have no knowledge of programming whatsoever, but if any of you crazy people here on xda needs an idea of a useful app, please put it on your things-to-do-list somewhere.
canalogclock by rpereira shows calendar with latest appointment
What we need is a titanium plugin, that can integrate a *.dll file. And than we can do in this plugin a prog like SPBDiary or PocketBreeze or other Progs. That was fantastic.
We will have a look for JMLToday later Version, that more than 1 appointment will be displayed /can be used by Skinners. Must be made by windows-API - Registry only shows next app. (like you know from 5.3 and 5.4)
Is the Part of JMHL in JMLToday - so I cannot promise it. I sended him API-description. Otherwise I would try to write it in JMLLibrary in C++ - but it would be better direct in JMLaction.exe
That nobody made something like messages2reg also for appointments? mmh... Would be cool for much plugins
I'm still looking for a plugin that shows more than one appointment and lets create or edit. CHeroclok shows the appointmens but only one and don't let me edit or create new ones. Any ideas?
You can modify the .cpr to show next meeting with condense view, and scrolling the panel will show next meetings
{
"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"
}
@lioryte...
is that the Text ID="PluginLabel" or Text ID="Text 1" that should be paste in the condensed line?
TheRem said:
@lioryte...
is that the Text ID="PluginLabel" or Text ID="Text 1" that should be paste in the condensed line?
Click to expand...
Click to collapse
condense line=PluginLable
line 1=Text 1
line 2=Text 2
BTW, same can be done for days of the week in clock expanded line
<Text ID="Day of Week"
great! thanks lioryte!
TheRem said:
great! thanks lioryte!
Click to expand...
Click to collapse
NP, PM me if you ever find out how to show day of the week in lockscreen...
lioryte said:
NP, PM me if you ever find out how to show day of the week in lockscreen...
Click to expand...
Click to collapse
edit the registry...
just add ddd or dddd in HKEY_LOCAL_MACHINE\nls\overrides\SSDTe
EDIT: oopss... double post.
TheRem said:
edit the registry...
just add ddd or dddd in HKEY_LOCAL_MACHINE\nls\overrides\SSDTe
Click to expand...
Click to collapse
Thought it was a .cpr since I was able to move the date...
Anyhow, running on i910- could u plz post ur reg I can't get it to work
lioryte said:
Anyhow, running on i910- could u plz post ur reg I can't get it to work
Click to expand...
Click to collapse
Thanks TheRem
What about a nice calendar + tasks plugin ?
If I'd been able to develop such a one, it'd be available for download here... But obviously I'm not a -good- developer !
@camporese:
In JMLToday 5.5. you can see the next 4 Apointments of today and tommorrow:
http://forum.xda-developers.com/showthread.php?t=540413
In 5.6 it will be chooseable to as much appointments you want and up to 365 days.
I'm almost finished with Beta of the new Plugin (didn't had much time) , which also uses this system - name is "Blue Prodigy" - sorry for the small pic:
It will be skinable and you see on the second picture that you can see 3 Appointments and with the Arrows you see the 3 before or the three after. In normal view (topmost Pic) you see the next apointment
Perhaps this can fulfil your needs. You will need at least JMLToday 5.5 for BlueProdigy -Plugin.
Greetz
Micha

Categories

Resources