|
|||||||
| Register | FAQ | XDA-Portal | XDA-Wiki | Device database | Donate! | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Thread Moved to : http://forum.xda-developers.com/show...53#post1710253
Please close this thread someone
__________________
Rhodium Rom : Flavour of the day 6.5.1 with 2.1 My Contribution : iPhone Lookalike for Win Mobile Best Push Email Service for $3 a month! ManilaCustomizer[New Idea] Last edited by Grumps; 3rd December 2007 at 05:29 PM.. Reason: New Version Released |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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?
__________________
* NEW *[Released]-[Blender-Encryption Program]* NEW * Interactive and easy to follow step-by-step guide for all newbies questions MDA Vario (HTC Wizard) - Model: WIZA200, CPU: OMAP850, G4 IPL: 2.21.0001, SPL: 2.21.0001, Radio: 02.19.11. WM5 (T-Mobile official AKU) .[GraphicSlicer] - [Clock skin] - Can you help me on my embedded Virtual C+ problems? |
|
#3
|
||||
|
||||
|
Quote:
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 :-)
__________________
Rhodium Rom : Flavour of the day 6.5.1 with 2.1 My Contribution : iPhone Lookalike for Win Mobile Best Push Email Service for $3 a month! ManilaCustomizer[New Idea] |
|
#4
|
|||
|
|||
|
I was thinking of a config module, for easier? configuration.
interested? |
|
#5
|
||||
|
||||
|
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?
__________________
Rhodium Rom : Flavour of the day 6.5.1 with 2.1 My Contribution : iPhone Lookalike for Win Mobile Best Push Email Service for $3 a month! ManilaCustomizer[New Idea] Last edited by Grumps; 16th April 2007 at 11:43 AM.. |
|
#6
|
|||
|
|||
|
Quote:
should i make it a seperate app and just make it change the config files? think that would be the easiest, maybe. |
|
#7
|
||||
|
||||
|
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
__________________
Rhodium Rom : Flavour of the day 6.5.1 with 2.1 My Contribution : iPhone Lookalike for Win Mobile Best Push Email Service for $3 a month! ManilaCustomizer[New Idea] |
|
#8
|
|||
|
|||
|
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. Last edited by Inphyy; 16th April 2007 at 12:15 PM.. |
|
#9
|
||||
|
||||
|
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...e_up_next.html More at the official page http://www.deeda.com/
__________________
* NEW *[Released]-[Blender-Encryption Program]* NEW * Interactive and easy to follow step-by-step guide for all newbies questions MDA Vario (HTC Wizard) - Model: WIZA200, CPU: OMAP850, G4 IPL: 2.21.0001, SPL: 2.21.0001, Radio: 02.19.11. WM5 (T-Mobile official AKU) .[GraphicSlicer] - [Clock skin] - Can you help me on my embedded Virtual C+ problems? |
|
#10
|
|||
|
|||
|
Quote:
edit: removing as in hiding |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|