Related
Hi guys,
think anyone can help me with something?
i need to modify or to create a theme for my wizard to show something on the today screen.
this is the plugin
<plugin clsid="{4824B576-EFFE-45cf-BAE9-649B930CD244}" name="owner" height="65" autoheight="false">
<label font-size="19" valign="bottom">
<text><notes/></text>
</label>
</plugin>
how can i add it to a theme?
this is how it suppose to look like
Thats an xml plugin for smartphone - that will not work on the wizard as it uses different plugins. Look around plenty of free plugins that will do what you want.
give me an example for this
Thanks
Mr Jay, it would be helpful if you tell us what the plugin is supposed to do. It's not clear from your screenshot.
V
Free: Claunch
http://pachome1.pacific.net.sg/~welic/claunch.html
i used it for a while and works fine, and has a small footprint in memory and processor...only drawback: u cant navigate the icons with the dpad
Pay: ilauncher
http://www.sbsh.net/products/ilauncher/
Really nice, using this one now, higlly configurable and also have some bat and mem meters...
vijay555 said:
Mr Jay, it would be helpful if you tell us what the plugin is supposed to do. It's not clear from your screenshot.
V
Click to expand...
Click to collapse
sorry man
it's about MTS (mobile tracking system) it's a program like Celltracker but a little more advanced. the cells are renamed and it's showing on your today screen your curent location and it's updating from the program. the guys who created just made it work on wizard and i want to have this on my today screen.
here is the link for the program (if it's not right to show hte link pls let me know and i'll delete it.)
http://www.fightersoft.ro/mts/index.htm
Neat idea, I liked celltracker.
mrjay said:
sorry man
it's about MTS (mobile tracking system) it's a program like Celltracker but a little more advanced. the cells are renamed and it's showing on your today screen your curent location and it's updating from the program. the guys who created just made it work on wizard and i want to have this on my today screen.
here is the link for the program (if it's not right to show hte link pls let me know and i'll delete it.)
http://www.fightersoft.ro/mts/index.htm
Click to expand...
Click to collapse
Your xml file plugin is about owner info and set to go at the bottom - sorry dont understand how that is linked to celltracker??
the program basically does the same thing as CellTracker. it shows you the current cell that you are in.
Try nicetrack http://forum.xda-developers.com/showthread.php?t=262111&highlight=cell+info
try this thread too http://forum.xda-developers.com/showthread.php?t=265689&highlight=cell+info looks like dktoday may do the job.
ok now i got the infos from the guys who created it.
what i need is a plugin to do this:
MTS is writing the necesarry info in registries (in notes - owner) all i need is a plugin to show the owner on the homescreen.
Thread Moved to : http://forum.xda-developers.com/showthread.php?p=1710253#post1710253
Please close this thread someone
I like it, good work. I like it especially it is a 3rd party software so that I can keep my Today screen. BTW, whats the diff of yours compared to the one at the other thread?
Anyway, although getting the aye-Phone interface is good for a start, I think it ought to be able to get some artist to make a better looking interface than aye-Phone.
BTW, as suggestion (for feature), I'm just wondering if you can make your app to respond to the D-Pad (the directional button), like those (say) SonyE phone and then display another graphics to show that the button is being selected.
Design case example:
All icons are black-white. Using your directional button, it goes from one icon to another. The selected icon will have colour (depending on design), and pushing the 'action' button will make it launch the app.
Final thing, whats the difference between yours and the one mentioned at the other thread?
hanmin said:
I like it, good work. I like it especially it is a 3rd party software so that I can keep my Today screen. BTW, whats the diff of yours compared to the one at the other thread?
Anyway, although getting the aye-Phone interface is good for a start, I think it ought to be able to get some artist to make a better looking interface than aye-Phone.
BTW, as suggestion (for feature), I'm just wondering if you can make your app to respond to the D-Pad (the directional button), like those (say) SonyE phone and then display another graphics to show that the button is being selected.
Design case example:
All icons are black-white. Using your directional button, it goes from one icon to another. The selected icon will have colour (depending on design), and pushing the 'action' button will make it launch the app.
Final thing, whats the difference between yours and the one mentioned at the other thread?
Click to expand...
Click to collapse
The Difference is that the other one was in 12/24 hour format, it has no exit button, its 1Meg in size, it has some memory leaks that people complained about. Im sure mine has issues as well so please test and let me know.
I can possible make it work on the dialpad with different icons when they have focus. I just wanne make sure it wont eat too much memory and become to slow. Im not good with graphics at all so any suggestions will be appreciated
I was thinking of a config module, for easier? configuration.
interested?
Inphyy said:
I was thinking of a config module, for easier? configuration.
interested?
Click to expand...
Click to collapse
Good Idea, Ill work on that unless you wanna make it? What do you mean by enabled, should it not show or should it be grayed out?
Grumps said:
Good Idea, Ill work on that unless you wanna make it? What do you mean by enabled, should it not show or should it be grayed out?
Click to expand...
Click to collapse
I can try make it(i hope). Kinda newbie at programing, but i think i can make it work.
should i make it a seperate app and just make it change the config files?
think that would be the easiest, maybe.
Inphyy said:
I can try make it(i hope). Kinda newbie at programing, but i think i can make it work.
should i make it a seperate app and just make it change the config files?
think that would be the easiest, maybe.
Click to expand...
Click to collapse
Yep write a new app if you want and access the config files it would be the easiest. Im also new at programming. What i know i taught myself so thats why its so difficult to do this. This app took my 8 hours to write and im sure someone else could have done it faster and better. Lemme know if you know how to get the Network operator name and Signal strength and battery level out of the registry. I know where they are stored but cant seem to read data from the registry
try this one: http://www.developerfusion.co.uk/show/4640/2/
dunno what you can make out of it, since im learning VB.NET atm and have no clue about C#
found something from a previous app i made for windows, here is some of the code i used, dunno how it's done in C# but im guessing it wouldnt be very different
Imports Microsoft.Win32
Dim RegKey As RegistryKey
Dim regSubKey As RegistryKey
RegKey = Registry.LocalMachine
regSubKey = RegKey.CreateSubKey("SOFTWARE\Example")
regSubKey.SetValue("ExampleDwordValue", "0")
i think i would have used
regSubKey.GetValue("ExampleValue")
in VB but you should just try to find it.
hope it helps you in some way.
Lightweight and fast is good. As what you're doing is basically possible with WA + WAD. BTW, as for the settings, you may want to have the (4 x 4) + (1 x 4) icon grid flexible, incase people want to have large icons (less stuff to launch?). An ayeFone alternatives design, take a look here
http://www.ubergizmo.com/15/archives/2007/04/deeda_piphone_up_next.html
More at the official page
http://www.deeda.com/
Grumps said:
Good Idea, Ill work on that unless you wanna make it? What do you mean by enabled, should it not show or should it be grayed out?
Click to expand...
Click to collapse
I was thinking of removing the whole icon if you dont want it
edit: removing as in hiding
Follow Up
I got the signal strengt working as well as reading the operator name from the registry. The only help i need now is to get the battery level from somewhere withing the registry, ill update the zip files on th first post
sounds good with the provider and signal info, will test it right now.
the icons: since i just arrived home, i did not have any new icons yet. but for workaround reasons, i attached a zip-file with the original iphone-icons , and a zip-file with the alternative icons. i numbered them in the original-iphone-order and added an additional rss-icon (for the 16. field).
(i was not really shure why you choose these other icons in the release (where are they from?)), but the original icons worked just fine for me. the alternatives also.
a blurry picture with before-and-after (left->your release right-> the original icons) is also attached.
nicolas said:
sounds good with the provider and signal info, will test it right now.
the icons: since i just arrived home, i did not have any new icons yet. but for workaround reasons, i attached a zip-file with the original iphone-icons , and a zip-file with the alternative icons. i numbered them in the original-iphone-order and added an additional rss-icon (for the 16. field).
(i was not really shure why you choose these other icons in the release (where are they from?)), but the original icons worked just fine for me. the alternatives also.
a blurry picture with before-and-after (left->your release right-> the original icons) is also attached.
Click to expand...
Click to collapse
I was just messing around to see if the autosizing will work, the icons you have look good so ill use them. I still need an .ico file for the actual app. Any Ideas? O i attached a screen capture app you can try so you dont have to take funny pics hehe
Grumps said:
I was just messing around to see if the autosizing will work, the icons you have look good so ill use them. I still need an .ico file for the actual app. Any Ideas? O i attached a screen capture app you can try so you dont have to take funny pics hehe
Click to expand...
Click to collapse
roger that! and thanks for the screen-capture application.
i'll try to install it via parallels (a mac and a pocket pc is a disastreous combination )
one request: maybe you should use version-numbers by now. its hard to follow which iphone-zip-folder is the "up to date" one.
nicolas said:
roger that! and thanks for the screen-capture application.
i'll try to install it via parallels (a mac and a pocket pc is a disastreous combination )
one request: maybe you should use version-numbers by now. its hard to follow which iphone-zip-folder is the "up to date" one.
Click to expand...
Click to collapse
Ok ive changed it version 0.91
Grumps said:
I got the signal strengt working as well as reading the operator name from the registry. The only help i need now is to get the battery level from somewhere withing the registry, ill update the zip files on th first post
Click to expand...
Click to collapse
Tried using SNAPI?
Trying to remember but I think it was something like SystemState.GetValue(SystemProperty.PowerBatteryStrength).
Will test/check when I get home
*Edit* If you don't want to download the sn api then I think wm stores all state information in HKEY_LOCAL_MACHINE\System\State (battery strength, display orientation, num missed calls, num new sms's etc) */Edit*
Erg, sorry, just noticed the "Visual Studio 2003" part now. SNAPI requires 2005 afaik. Gonna have to grab it from manually from HKEY_LOCAL_MACHINE\System\Status\Battery
ok just tried the latest release. could it be that other file-extensions then *.exe are not recognized?
i.e.: .tr3 or .lnk (i tried to access a tomeraider file and a link to my contacts - but no luck)
furthermore, german pathnames including umlaute ÄÖÜßöäü doesnt work
attachment: was in need for a quick wikipedi /wikimedia icon
does this one have the slide lock?
Link to the other Lock-file
* Discontinued *
New thread at: http://forum.xda-developers.com/showthread.php?p=3976864
Thanks alot for this, I wasn't keen on the other 1 but this is perfect! Good work!
it looks nice
I like your choice of items a bit more
Thanks!
well done
really usefull
Cheers! Good to see you people like it.
If there's anything you'd like to see improved, post it and I'll consider the good ideas.
edit: opps. i just realised i was posting this here should have been in the original thread...ohh well. mods feel free to delete this
----------------------------------------------------
i like it a lot as it is but there are a number of things you might want to consider:
1-i think an extra raw of apps can be added while keeping the the finger friendliness.
2- make it startable as an executable or soft key from tf3d hoome or button
3- option for discovravle mode blutooth
4- make it easy to change default apps
ohh btw, why is it relatively big 1.6mb for an app starter. can it be redused? mabe change the color depth or something
It's mostly the skin. The original application uses a sucky compression. There's no way I can reduce it and to me, 1.6mb is squat.
"Shutdown" gives an error (it didn't with smaberg's):
"Couldn't find PowerOFFLNK.lnk or PowerOFFEXE.exe"
Also "Calculator" gives the waiting icon and then nothing - I probably either have to edit the shortcut to windows default calculator or find HTC calculator from somewhere... Any ideas where to get the one that works with this setup?
Is the editing of application paths the same as with smaberg's? BIOTOUCH etc?
I actually like this one more then smabergs one, but it still isn`t perfect. Would it be possible to create a setup tool which would allow you to edit all the buttons?
I can`t imagine it being too hard since it`s just a few reg changes you would have to make?
//edit: I would love to make it myself but I guess it would take ages (at least, maybe longer) before I would be done.
However, if anyone knows the command you have to pass to the text client to automatically start the message for a certain person I would be more then pleased .
Draqula said:
"Shutdown" gives an error (it didn't with smaberg's):
"Couldn't find PowerOFFLNK.lnk or PowerOFFEXE.exe"
Also "Calculator" gives the waiting icon and then nothing - I probably either have to edit the shortcut to windows default calculator or find HTC calculator from somewhere... Any ideas where to get the one that works with this setup?
Is the editing of application paths the same as with smaberg's? BIOTOUCH etc?
Click to expand...
Click to collapse
I'll fix it in 1.1.
And yes, the calculator points to HTCCalculator. As this is based on smaberg's app, the paths are edited the same way.
You can download the HTCcalculator from this forum.
dekeijzer said:
I actually like this one more then smabergs one, but it still isn`t perfect. Would it be possible to create a setup tool which would allow you to edit all the buttons?
I can`t imagine it being too hard since it`s just a few reg changes you would have to make?
//edit: I would love to make it myself but I guess it would take ages (at least, maybe longer) before I would be done.
However, if anyone knows the command you have to pass to the text client to automatically start the message for a certain person I would be more then pleased .
Click to expand...
Click to collapse
Creating that setup tool would take me longer than it would take you (and everyone else) to find out how to edit it.
Also, you'd only be able to edit the execute paths, not the icons (skin).
And I don't know the parameter for a certain person (even if it's possible).
*** EDIT ***
Updated to 1.1.
Angelusz said:
Creating that setup tool would take me longer than it would take you (and everyone else) to find out how to edit it.
Click to expand...
Click to collapse
True. That`s why I`m editing it right now.
I want to make a cab of it cause I reinstall allot!
But I have a little problem creating a new cab.
I used a cab extractor to get all the files out, but what did you use to create the cab itself?
I used several tools but they all fail to install..
Thanks in advance for the help, I really appreciate it.
//edit: I managed to create a cab, actionscreens rock
Great. Thanks for 1.1.
I found the HTC Calculator and now everything not only looks great but also works
I actually managed to create a cab. Furthermore, I was able to make a shortcut for a sms contact (well technically it`s a number, but it stands for a contact)
The shortcut should be to tmail.exe and its parameters are:
Code:
-service """sms""" -to """the number"""
dekeijzer said:
I actually managed to create a cab. Furthermore, I was able to make a shortcut for a sms contact (well technically it`s a number, but it stands for a contact)
The shortcut should be to tmail.exe and its parameters are:
Code:
-service """sms""" -to """the number"""
Click to expand...
Click to collapse
Hehe, nice one. Making cabs isn't hard, just use WINCE cab mgr.
great app and good things added to smabergs port
but i think with this u can do so much more.
beginning with the skin. the shadowsong skin doesnt fit on any x1 and the manila skin is boring for me.
i really like to give a contribution to this app in form of a new skin/design
but i dont know how to do it. can u pack all the image files in 1 rar and upload it here so i can modify them?
thnx in advance
(oh and sry for bad english...)
just a word of advice to all who use this app.. I have american x1a and used phone (babied) it was pwerfect, until i tried to take battery cover off and inadvetantly put a finger on the power button while leveraging it off. my power btton sunk in and jammed, staying with no way of extracting. cost me 185 to repair via sony, they formatted my phone and were less than helpful... DONT ABUSE UR POWER BUTTON! IT MAY JAM!
killerskincanoe said:
just a word of advice to all who use this app.. I have american x1a and used phone (babied) it was pwerfect, until i tried to take battery cover off and inadvetantly put a finger on the power button while leveraging it off. my power btton sunk in and jammed, staying with no way of extracting. cost me 185 to repair via sony, they formatted my phone and were less than helpful... DONT ABUSE UR POWER BUTTON! IT MAY JAM!
Click to expand...
Click to collapse
I vote +1 for "funniest post in the X1 forum". xD
Oh, and Kid_DC, the shadowsong skin fits perfectly with my TF3D shadowsong theme
I know what you mean though. I've already improved the black skin a bit.
The skin files are installed to your \windows\AnX1\Actionscreen folder, they're .brn files. You can find a converter brm <-> bmp here on xda.
and why do u use brm, when u first have to convert them?
are they smaller?
So i have been searching every where for a today plugin that displays photos similar to that of the photo tab of touchflo but have found notthing so if there are any developers willing to create such a plugin i will be more then willing to donate some funds to them please help
there is a plugin called CMYPhotos in that pulls images from the devices "my pictures" folder, i just installed a 6.5 rom two days ago and i couldn't find a way to make it pull them from another location.
if anybody has a solution or a flexible alternative to cmyphotos, please speak up
there is a plugin called CMYPhotos in that pulls images from the devices "my pictures" folder, i just installed a 6.5 rom two days ago and i couldn't find a way to make it pull them from another location.
if anybody has a solution or a flexible alternative to cmyphotos, please speak up
-----------------
double post error
well... just use the data for my plugin and create a standalone version...
http://forum.xda-developers.com/showthread.php?t=523015
...or hide the other pages with the settings.
hmm
the thing is im not looking for it to be used specifically with titanium im looking for a stand alone photo today plugin similar to htc album for the today screen
oh.... I dont know any other, sorry... :/
twolf said:
well... just use the data for my plugin and create a standalone version...
http://forum.xda-developers.com/showthread.php?t=523015
...or hide the other pages with the settings.
Click to expand...
Click to collapse
Would you be so kind so as to post a standalone ver? ...Purrty please.
My plugin can be used as a stand alone...
Just disable the other pages on its settings.
twolf said:
My plugin can be used as a stand alone...
Just disable the other pages on its settings.
Click to expand...
Click to collapse
i tried it with pix only, and it was awfully slow. any ideas on what is causing it or how to fix it?
The default already haves them all preloaded as you choose next/previous.
Mine doesnt, it loads them on the spot every 1 second.
The bigger the picture, the longer it takes to load.
If its not loaded on that second, it will only show on the next, so it takes 1-3 seconds to load each picture.
If anyone does use mine to build a new version, would need to use the color codes "cheat", so that each time it changes page, the system loads the next and previous imeditatly. Thats would make it much faster.
I wont do that for mine, because its a page-only version.
These are my requests that I have which would actually "complete" my perfect HD2... if any members here would like to contribute some info as to how I may go about and fulfill them, then I would have much gratitude. Thanks
-Aside from the volume control that MysticGenious posted along with his taskbar, is there any other cab or registry change that will allow me to change my volume in increments of 1 as opposed to 3 bars each time? I am familiar with the paid app, but I do not want to go that route.. If mysticGenious created something that works when you use his taskbar, then I'm sure someone else has created something.
-Take the application "FootPrints" for example... Unless I have that activated on my tab screens, I am unable to create a shortcut so that I can save it on as a quicklink. This is the same with the HTC Calender App and any other tab application. If its not active in the Tab menu then the shortcuts doesn't exist. Is there a workaround? I would like to use Foot Prints, but I only want it as a quicklink, NOT as a Tab folder. I have already tried activating the tab and creating the shortcut to the quicklinks, but as soon as i removed it from the Tab Menus, it disappeared. There has got to be a way for this to happen. Cause I mean the program is there, but for some reason it only works if its active in Tabs.
-Transformers... I have tried reinstalling the Transformers cab but that didn't work. I just want to be able to click the Transformers shortcut and be able to select either 1 or 2 and then the movie instantly pops up. I have the movies saved on my sd card now, but because i moved them out of the SD card and onto my computer at one point in time, the link that connected them is no longer there. Basically I have all the components, I just need some guidance on how to make the shortcut link and work again... I'm assuming that i have to direct the file via registry editor "Total Commander" or something, I am just confused when it comes to that stuff on my HD2
and believe it or not, thats actually the only issues I have left with the phone, I'm sure that someone has a suggestion, or knows an answer... thanks a lot guys
i haven't given up hope on the members here....
anyone know any information about any of the 3 that i have listed??
*Update*
I have solved my transformers issue...
thanks for the help community???................................................................
ehhh......
well either way.. in case someone runs into the same situation heres the original thread...
http://forum.xda-developers.com/showthread.php?p=6392077#post6392077
cheers...
so any chances someone is gonna be able to point me in right direction for my other requests?? or perhaps even an answer??
cause this is a active hd2 forum, with many users willing to help out each other right???
one can dream.....
wrt links to footprints etc
you should be able to create your own shortcuts to the applications using File Explorer. footprints.exe exists in the Windows directory, you just need to copy it and past as short cut in the windows-start menu-programs directory. These short cuts shouldn't disappear when you disable the tab.
Lynehammike said:
wrt links to footprints etc
you should be able to create your own shortcuts to the applications using File Explorer. footprints.exe exists in the Windows directory, you just need to copy it and past as short cut in the windows-start menu-programs directory. These short cuts shouldn't disappear when you disable the tab.
Click to expand...
Click to collapse
yea you would think so right?? but unfortunately this is the case... and i'm wondering how would we be able to remedy this.. cause yea.. footprinks.lnk does not exist... until it is activated in tabs.. and even if i decide to make a shortcut of the footprints.lnk when it shows up.. the shortcuts becomes inactive one you deactivate the tab...
its WEIRD... i think what it is.. is that HTC put a lock on that application, since its one of their own.. so that it can only work if its activated under sense UI... which sucks..
but yea.. so i've already tried all the "doable" attempts... i'm basically asking someone who is more skilled to tell me whats going on... cause the developers can do amazing things.. this would be a walk in the park...