Stock Manager - Touch HD General

It is generally difficult to find he right stock software ....nevertheless it seems that Tiny stock manager ist the best - or ?
but it doesn`t work on the HD - i.e you can`t change the diferrent stock locations
Is there anyone with a helpful hint ?

I have not got my HD yet, but I had been using Meta Trader 4. May be you could try and see if that works.
Cheers.

Unfortunately it doesn`t work - just tried - anything else ?
thanks
peter7

Why are'nt you using the built-in one ? It looks pretty good to me. Although I'm not sure if you can see currency, futures, index, and commodities there.

Can someone please confirm wether the Default Stock plugin shows World stocks, or only the US/UK?
Thanks.

Related

iPhone App for WM - LookAlike

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

HTC Audio Manager-sorting by track number?

I've heard people say it is fixed on the newer version but when I installed the newest one i can find (v1.02.919713) it still doesn't sort them by the track number. Can anyone point me in the right direction to download the newest version if one exists?
Thanks
I've been wondering the same thing. All I can find on the freeware sites is an older version. Anybody have the cab for the new? or can point us in the right direction?
I really have done the search.
http://rapidshare.com/files/80161748/HTC_Audio_Manager_1_2_816716.cab.html - fixed version with sorting by track number. Not the newest, but is better, than anything.
Sorry for my poor English.
thanks so much, that did the trick.
does this version have the equalizer included with it?
no, not that i can see atleast
Hrm, this version doesn't launch properly using the HTC Home plugin unfortunately...anyone know how to fix that? I have the registry entry changed already, (and it works with the other versions), but not this particular one. Mind you, the sort by track function does function properly in this version and so I would like to use this one! Thanks!
verkion
verkion said:
Hrm, this version doesn't launch properly using the HTC Home plugin unfortunately...anyone know how to fix that? I have the registry entry changed already, (and it works with the other versions), but not this particular one. Mind you, the sort by track function does function properly in this version and so I would like to use this one! Thanks!
verkion
Click to expand...
Click to collapse
1. Сut all files (including hidden files) from a folder \\Program Files\...\Audio Manager\
2. Insert into a folder \\Windows\
3. Enjoy!
Sorry for my poor English.
Can't load HTC ACC Decoder
Have installed tha cab and copied files to Windows folder.
When opening, I get the following message "Can't load HTC ACC Decoder". Can anyone help please?
Thanks

[APP]Stocker - finger friendly stock tracker

This is a finger friendly stock tracker. You will need CFNET3.5. While not specific to the Diamond, I have not tested this on any other device but my Diamond. Its should work on qvga devices, but I have not tried it yet. Leave suggestions in this thread, as I will monitor it. Play and have fun.
rklosinski
Symbols?
Hi!
Could you give me an advice which short symbols i have to use?
I am from Germany. We use dfferent Numbers etc.
Anyway the program idea is great.
Cheers
Max
Not too sure how to use this..
Added the symbol but it just didn't logon to the net to update any information. Clicked on the refresh button didn't work either.
maxloser said:
Hi!
Could you give me an advice which short symbols i have to use?
I am from Germany. We use dfferent Numbers etc.
Anyway the program idea is great.
Cheers
Max
Click to expand...
Click to collapse
I have only tested it using us market symbols. let me investigate Germany's symbols.
Onesimus said:
Not too sure how to use this..
Added the symbol but it just didn't logon to the net to update any information. Clicked on the refresh button didn't work either.
Click to expand...
Click to collapse
Not sure what the problem would be. My Diamond always has GPRS on, so let me see if I can disconnect it, then run Stocker.
nice idea - i do suggest adding an exit program option to settings.
Please, what is a stock tracker ?
paclep said:
Please, what is a stock tracker ?
Click to expand...
Click to collapse
That is just it. Tracking stocks on Wallstreet.
Thank you.
I'm french, I didn't understand "stock"
thanks for your app, however Its not of much use to me...
I have entered different stock symbols, with dot or comma (kat.ca / kat,ca) but its just not able to get any infos from the net... not even the gold price is trackable (xau,co), is it only grabbing wallstreet info?
It would be great if you could implement more markets, is that possible?
thanks,
geen
Onesimus said:
Not too sure how to use this..
Added the symbol but it just didn't logon to the net to update any information. Clicked on the refresh button didn't work either.
Click to expand...
Click to collapse
Same problem with my Samsung Omnia. Tried german and us symbols. only says N/A...
Been looking for something like this...have any screen prints? Does it track multiple tickers at once, or must enter one ticker at a time? I'm looking for at least 12 tickers to update when requested.
Thanks, and keep up the great work everyone!!!
View Details of Stock & deleting stocks
Hi,
I've been using this application for past 2-3weeks and I like it a lot. It gives me instant information about the Indian stocks & markets.
However, I have couple of issues.
1. How can I view the details of the stock? In Softpedia, there are screen shots of the application displaying details like stock graph, day low/high, etc. But, I'm not able to get this screen.
2. I've entered some wrong stock code which I'd like to delete. However, pressing the delete button in the menu does not do anything.
Regards,
Pradeep
Good one, but:
1. Screenshots please
2. Tracks more than 1 stock?
3. Global markets support - NYSE, NASDAQ, LDE, FTSE, CAC40, HangSang, etc .... which ones?

IE 6?

Has anybody tried this on there Titan yet?
http://www.engadgetmobile.com/tag/6on6
I've used IE6 from no2chem's NueROM-M 201 and it rocks! You can find download here for that ROM. I've heard not-so-good things about using IE6 before I actually used it, and I have to say it probably is one of those that you either love or hate. I happen to love it. New download manager, better zoom support, JS, CSS, Flash, switch between Desktop and Mobile code view. I have to say - as a web developer and WinMo user for the better part of two years - do everything you can to get this application. It is awesome!
Jacob,
Glad to hear that you liked the new IE6, I can't wait to try it.
I am sure someone will be looking for it, so sere's a direct link to the standalone IE6 .cab: HERE.
Thanks in advance,
Matt!
Does the cab, IE6, replace IE Mobile? How is performance on the titan, with its limited memory, is IE6 actually usable or is it like Opera 9 (Out of memory errors)?
I'm on the NueROM as well and I found it to be very slow - especially when used to browse forums.
hybris said:
Does the cab, IE6, replace IE Mobile? How is performance on the titan, with its limited memory, is IE6 actually usable or is it like Opera 9 (Out of memory errors)?
Click to expand...
Click to collapse
I would like to know this too. Anyone can answer?
KillerQ said:
Jacob,
Glad to hear that you liked the new IE6, I can't wait to try it.
I am sure someone will be looking for it, so sere's a direct link to the standalone IE6 .cab: HERE.
Thanks in advance,
Matt!
Click to expand...
Click to collapse
thanks, can you tell us where is cab from?
Unable to find app
I installed the cab, it asked to restart my phone, I did so and now I am unable to find any changes. I've repeated this process twice. The first time I installed to main memory with no joy. The second I installed to the memory card and was unable to locate any changes at all in any folders. I tried launching pIE to see if it was just a overall replacment also to no avail. I could use some help if I've don'e something incorrect.
Yeah I see no changes. Is this really the right cab? Hopfully if I uninstall it, it won't delete my mobile IE
Since I backed up everything, Im very daring.
I've tested this uninstall for you and it doesn't remove pIE
Im going to take apart the cab and see whats in it.
**edit**
I don't know what Im looking for to be honest. It went quicker to view it than I thought.
Thanks I appreciate it. I would like to know where the thread of that attachment came from.
Hmm. The more I use the IE Mobile and read about it, the more it seems to be missing. I have the browser set to mobile view, yet it stays in full desktop style. Had this problem in NueROM and now in GaMedic's ROM. Was under the impression it doesn't work - now I wonder if it just isn't working on my Mogul for some reason.
EDIT - Oops. I need to clarify - the mobile/desktop toggle works in that it disguises my mobile when I goto sites that auto-detect. I really miss the One-Column style browsing. Any way to bring that back?
Its really slow and the web pages dont fit the screen so I quickly removed it

Old keyboard and notifications in new ROM

I'm using stock ROM and I'd like to flash new one but I'm wondering is there a way to move old phone keyboard and system status (notifications) from stock to any new ROM? Screenshots on the bottom.
Anyone could help?
Just about every 6.5 rom has these in. They are usually the default settings, and if not, easy enough to set as default.
not exactly, they are different, especialy system status...
I'm looking for exact what is in screenshots
Well I just checked a couple of mine and they're identical to your screens, but nevermind then.
Perhaps this link might help you out:
http://www.ipmart-forum.com/showthread.php?t=252782
I'm still amazed it's not a choice on your device though.
Thank you for quick answer, I've used CAB form your link and results are disaster... screen#2 shows keyboards on stock and new ROM.
ROM: Duttys_HD_Sense_2.5_5.2.21893.5.0.90_1.59_HG_R2_WWE
Looks like you need to find the WVGA version.

Categories

Resources