PDA

View Full Version : iPhone App for WM - LookAlike


Pages : [1] 2 3 4

Grumps
16-04-2007, 10:56 AM
Thread Moved to : http://forum.xda-developers.com/showthread.php?p=1710253#post1710253

Please close this thread someone

hanmin
16-04-2007, 11:18 AM
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?

Grumps
16-04-2007, 11:26 AM
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?

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 :-)

Inphyy
16-04-2007, 11:35 AM
I was thinking of a config module, for easier? configuration.
interested?

Grumps
16-04-2007, 11:39 AM
I was thinking of a config module, for easier? configuration.
interested?

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?

Inphyy
16-04-2007, 11:43 AM
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?
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.

Grumps
16-04-2007, 11:55 AM
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.

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

Inphyy
16-04-2007, 12:11 PM
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.

hanmin
16-04-2007, 02:34 PM
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/

Inphyy
16-04-2007, 02:38 PM
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?
I was thinking of removing the whole icon if you dont want it

edit: removing as in hiding

Grumps
16-04-2007, 04:17 PM
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

nicolas
16-04-2007, 04:26 PM
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.

Grumps
16-04-2007, 04:45 PM
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.


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

nicolas
16-04-2007, 04:56 PM
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

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.

Grumps
16-04-2007, 05:11 PM
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.

Ok ive changed it version 0.91

Glipsie
16-04-2007, 05:35 PM
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

Tried using SNAPI (http://www.microsoft.com/downloads/details.aspx?familyid=dc6c00cb-738a-4b97-8910-5cd29ab5f8d9&displaylang=en)?
Trying to remember but I think it was something like SystemState.GetValue(SystemProperty.PowerBatterySt rength).
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*

Glipsie
16-04-2007, 05:51 PM
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

nicolas
16-04-2007, 06:51 PM
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

marktang
16-04-2007, 09:00 PM
does this one have the slide lock?

Inphyy
16-04-2007, 11:33 PM
Link to the other Lock-file

TomaszRychlicki
16-04-2007, 11:38 PM
I am a newbie here so hello everyone. =)
I got only one request. Can someone of you tell me (e-mail maybe?) from time to time about new updates regarding this iPhone's emulation you guys wrote/write? I want to keep people who read my website well informed about the development of this software. I will appreciate if you send me those files. I can host it too.

Thank you

Tom

http://rychlicki.net/en

nicolas
16-04-2007, 11:42 PM
here is a better wikipedia-icon.

and please tell me what your requirements for the icons you need, are.

what kind of icon for the application and what filetype for the others. *.ico ? which size , transparency ect. ;)



@TomaszRychlicki
welcome. just bookmark this posting (http://forum.xda-developers.com/showpost.php?p=1216928&postcount=109). i'll update it frequently. and its up to date now. new updates of the launcher and the slider application are covered.

greggerca
17-04-2007, 12:02 AM
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

Yeah, being able to execute a .lnk file would be awesome.

If you make the following LNK file you can create a new SMS (which makes that icon different than the Mail icon):

Paste this into Notepad and name it <something>.lnk
20#"\Windows\tmail.exe" -service "SMS" -to "" -body ""

Then I wanted to assign the action for SMS to this LNK file.
TTFN

TomaszRychlicki
17-04-2007, 12:10 AM
Thanks
Keep on writing. I'll make new post soon.

nicolas
17-04-2007, 12:36 AM
Yeah, being able to execute a .lnk file would be awesome.

If you make the following LNK file you can create a new SMS (which makes that icon different than the Mail icon):

Paste this into Notepad and name it <something>.lnk
20#"\Windows\tmail.exe" -service "SMS" -to "" -body ""

Then I wanted to assign the action for SMS to this LNK file.
TTFN

thats a nice trick ;)
it seems that there are thousends of things you can do with the tmail.exe. go to your inbox, auto-compose new mail ect. lnk-feature would be definitly awesome. lets wait for the programmer... is it doable ?

A_C
17-04-2007, 03:47 AM
Nice progress. You really do it fast. May I have a request here?
As you may already watched the demo of iPhone, once u tap on an icon, all icons will spread away from the centre of the screen. Would you add this animation? I know you still get a lot on your to-do-list, but please queue this feature at your list.

Thanks,
A_C

A_C
17-04-2007, 03:49 AM
here is a better wikipedia-icon.

and please tell me what your requirements for the icons you need, are.

what kind of icon for the application and what filetype for the others. *.ico ? which size , transparency ect. ;)



@TomaszRychlicki
welcome. just bookmark this posting (http://forum.xda-developers.com/showpost.php?p=1216928&postcount=109). i'll update it frequently. and its up to date now. new updates of the launcher and the slider application are covered.

nicolas, thank you for your update works.

Cheers,
A_C

greggerca
17-04-2007, 05:28 AM
Hi there,
I was using Slide to lock the handset today (an 8525 that's pretty vanilla) and it seems to error out pretty badly when the phone sits idle for a while (like 5 min). It also seemed to become very unhappy when I got a phone call while it was locked.

I didn't write down the errors, but it was some sort of exception.

Did anyone notice that the time doesn't update in the iPhone screen? My battery indicator seems to be correct in Slide.exe, but not iPhone.

Anyhow, it's just cool to be able to use this as a demo. Good work!

I got my config file to work pretty well... just hoping for LNK support. But I have Live Search instead of Google Maps now, and ADBWeather Plus mapped to Weather, and Excel mapped to the Stocks icon.

TTFN

eriklb
17-04-2007, 06:22 AM
I am not much in the programming area (yet) but I can do graphics so if you need help with any part of the graphical interface, let me know

Grumps
17-04-2007, 09:12 AM
Oki havent managed to do transparency yet so they should be 42x42 but the app will autosize them if smaller or bigger. The icon for the actual app should be .ico

I manged to get the battery status from the registry but not sure if its the same on all phones please can a few people check their currnet battery level and respond with the following example

Battery Level = 80%
Status = Charging
Registry Value in HKLM\System\State\Battery\Main : 5308418
Not Charging reg key value : 5308416
Phone Make : HTC Tytn

As to the other requests i wrote them down. And will work on it, will update later today with a new version. Please check page one for version updates and questions that are answered before posting duplicate questions. Thanx

nicolas
17-04-2007, 11:22 AM
Battery Level = 65-70%
Status = Charging
Registry Value in HKLM\System\State\Battery\Main : 2686978
Not Charging reg key value : 2686976
Phone Make : HTC Artemis

A_C
17-04-2007, 11:35 AM
For the battery level, could you try this out...
http://msdn2.microsoft.com/en-us/library/ms955703.aspx
Then the battery level is stored at .BatteryLifePercent

Cheers,
A_C

christopherwoods
17-04-2007, 12:08 PM
Ace, I for one would be glad to help out with the beta testing (have a Vario 2) - and it would be pure genius to piss my mac-loving housemate off :D

Grumps
17-04-2007, 01:07 PM
Ok I got the battery level sorted out, its live now as well as the signal meter, time and operator name. It checks every 15seconds and updates these controls. I loaded the new version on the first screen 0.92

mutsoft
17-04-2007, 03:09 PM
Hi Grumps,

Nice App. Just wondering as an idea to add sub menus as to add more links or to split them up into catagories. I had a quick play with your app and can get two versions to run with different menus and just use a icon to switch between either version, but this means running two apps not one with different menus.
also any chance of adding an exit button. Keep up the good work!

ianrulz123
17-04-2007, 03:37 PM
I just installed Slide v1 031

I keep getting this error:

App: SLIDE.EXE
File: SLIDE.EXE
Proc: WINMAIN
OpcodeL LOADSPRITE
Char/Line/Offset: 0, 0,
0x003e6bb0

Error loading image \My Documents\v1\Re's Launcher & Unlocker\GFX//Clock//0.bmp

I tried putting the new slide.exe in its own folder, and I get the same error (just a different filel path of course)

Any suggestions?

Grumps
17-04-2007, 03:47 PM
Hi Grumps,

Nice App. Just wondering as an idea to add sub menus as to add more links or to split them up into catagories. I had a quick play with your app and can get two versions to run with different menus and just use a icon to switch between either version, but this means running two apps not one with different menus.
also any chance of adding an exit button. Keep up the good work!

I will look into that buddy but its a big job tho. And to exit you just click on the battery :-)

Grumps
17-04-2007, 03:49 PM
I just installed Slide v1 031

I keep getting this error:



I tried putting the new slide.exe in its own folder, and I get the same error (just a different filel path of course)

Any suggestions?

Ok i didnt write the slide application so cant really help there. Try and leave the whole slide and launcher app complete and just reference it form this application. Its seems like there might be image files missing. Do you have the image files installed??

greggerca
17-04-2007, 04:05 PM
Thanks! No problem at all... I think it's just cool... I realize you're doing this out of spare time and curiosity, not to make a shipping product. But I will use it for evil trickery on some friends ;)

TTFN

ianrulz123
17-04-2007, 04:12 PM
Ok i didnt write the slide application so cant really help there. Try and leave the whole slide and launcher app complete and just reference it form this application. Its seems like there might be image files missing. Do you have the image files installed??

I figured it out; the problem was that I only installed the most recent update for "slide.exe" I didn't put the button files on my device (duuhhhhh)

Got it all fixed and working, looks great :)

greggerca
17-04-2007, 04:28 PM
On the slide.exe thing, Slide 1.31 is only the exe file, you need to get the previous Slide 1.30 RAR, unpack it, and copy it to your device somewhere. It has all the graphics in it.

Then copy the Slide 1.31 slide.exe over the one on your device.

Then open the signal.txt from the iPhone folder and type in the path to the Slide folder you just created. Then it should be executable from tapping the Signal strength icon in the upper left of the screen.

I still get errors, but not the missing M.bmp type thing. PPL seems to throw an exception once in a while after I start slide and let it sit.

It's a nice demo, but not a real locking proggy since once it bombs out, your device is unlocked.

TTFN

stukes
17-04-2007, 04:29 PM
Battery Level = 80%
Status = Charging
Registry Value in HKLM\System\State\Battery\Main : 5308418
Not Charging reg key value : 5308416
Phone Make : HTC Tytn



Here are my settings:
Battery Level = 90%
Status = Not Charging
Registry Value in HKLM\System\State\Battery\Main : 5308416
***I dont have this one****Not Charging reg key value : 5308416
Phone Make : Imate JasJam
:)

greggerca
17-04-2007, 04:41 PM
Hey, looks like my battery level works now, thanks!
Mine's an 8525 running WM5 (nothing funky). I have to catch a plane, so I'll try digging in the registry later...

Thanks!
TTFN

stukes
17-04-2007, 04:51 PM
:cool: On the slide.exe thing, Slide 1.31 is only the exe file, you need to get the previous Slide 1.30 RAR, unpack it, and copy it to your device somewhere. It has all the graphics in it.

Then copy the Slide 1.31 slide.exe over the one on your device.

Then open the signal.txt from the iPhone folder and type in the path to the Slide folder you just created. Then it should be executable from tapping the Signal strength icon in the upper left of the screen.

I still get errors, but not the missing M.bmp type thing. PPL seems to throw an exception once in a while after I start slide and let it sit.

It's a nice demo, but not a real locking proggy since once it bombs out, your device is unlocked.

TTFN

This is what I use and its great. It will lock with one or two keys. You can also unlock with one or two keys.

http://www.deltadevelopment.de/users/christoph/deltaLock/

pietrucci
17-04-2007, 06:54 PM
:cool:

This is what I use and its great. It will lock with one or two keys. You can also unlock with one or two keys.

http://www.deltadevelopment.de/users/christoph/deltaLock/we need an iPhone look...

stukes
17-04-2007, 07:28 PM
we need an iPhone look...

It is open source so im sure someone here can change the setup background. Im not that proficient with linux.

Can some here take a look into slightly modifing the setup background with nice fish for pietrucci????

Only the setup part shows something not very graphic. And the program is very small and useful. I am very into functionality.:)

ianrulz123
17-04-2007, 07:40 PM
On the slide.exe thing, Slide 1.31 is only the exe file, you need to get the previous Slide 1.30 RAR, unpack it, and copy it to your device somewhere. It has all the graphics in it.

Then copy the Slide 1.31 slide.exe over the one on your device.

Then open the signal.txt from the iPhone folder and type in the path to the Slide folder you just created. Then it should be executable from tapping the Signal strength icon in the upper left of the screen.

I still get errors, but not the missing M.bmp type thing. PPL seems to throw an exception once in a while after I start slide and let it sit.

It's a nice demo, but not a real locking proggy since once it bombs out, your device is unlocked.

TTFN

Thanks for the info on the signal .txt file, I was wondering how to make it all work!

I'm a total :noob:

Andre Koster
17-04-2007, 11:45 PM
It is open source so im sure someone here can change the setup background. Im not that proficient with linux.

Can some here take a look into slightly modifing the setup background with nice fish for pietrucci????

Only the setup part shows something not very graphic. And the program is very small and useful. I am very into functionality.:)

pietrucci didn't finish his scentence, he ment to say "we need the iPhone look and feel". The Slide lock renders that look and feel. If you're really into functionality, then you'll appreciate the UNIX philosophy of dedicated programs. So, i have the fancy Slider lock for iPhone look and feel, BatteryStatus for locking my device on wake up (with Slider), and InClose for turning off my screen when I play music.

ianrulz123
18-04-2007, 02:26 AM
Alright, one more noob question;

I've figured out how to map the various buttons, but I can't seem to get the "Phone" button to work properly. Does anyone know the path for the phone on a Cingular 8125?

I've searched the \Windows\ folders to no avail, but I don't really know what I'm looking for.

Its not a big deal since I just have to push the "Send" button, just trying to make it as smooth as possible :)

stukes
18-04-2007, 03:23 AM
Alright, one more noob question;

I've figured out how to map the various buttons, but I can't seem to get the "Phone" button to work properly. Does anyone know the path for the phone on a Cingular 8125?

I've searched the \Windows\ folders to no avail, but I don't really know what I'm looking for.

Its not a big deal since I just have to push the "Send" button, just trying to make it as smooth as possible :)

Its CPROG.EXE or CPROG.LNK. Look in the windows folder;)

Grumps
18-04-2007, 02:12 PM
I dont get something, everybody is suppose to test this app but im not getting any feed back??? Did anyone notice that if you run an app like sms from the main screen and return to the IPhone screen does the time/network/battery keep updating or not??

On my tytn it didnt until version 0.93. Please let me know

greggerca
18-04-2007, 03:11 PM
I'm still on 0.92 and I've been on a plane for 14 hours. iPhone picks up my carrier in the UK, but the battery indicator is a bit aggressive. The phone says 60% charged and iPhone shows that the battery is almost depleted.

When I run another application (like Slide) and then return, the time does not appear to update (in iPhone 0.92).

Slide (which I know you're not maintaining) has its battery indicator completely missing. There's a rectangle where it should be, but the clownfish background isn't faded and no battery icon is there.

And Slide just crashed again after the time updated. Says:
Proc: GAMEPROC(4,1)
Opcode: Rendersprites
Access violation at 0xf93e4

I didn't see a link to 0.93, but I'm a little tired. I probably missed it. I'll try it out though.
TTFN

(WM 5, Cingular 8525, no upgrades done to the ROM)

Grumps
18-04-2007, 03:17 PM
I'm still on 0.92 and I've been on a plane for 14 hours. iPhone picks up my carrier in the UK, but the battery indicator is a bit aggressive. The phone says 60% charged and iPhone shows that the battery is almost depleted.

When I run another application (like Slide) and then return, the time does not appear to update (in iPhone 0.92).

Slide (which I know you're not maintaining) has its battery indicator completely missing. There's a rectangle where it should be, but the clownfish background isn't faded and no battery icon is there.

And Slide just crashed again after the time updated. Says:
Proc: GAMEPROC(4,1)
Opcode: Rendersprites
Access violation at 0xf93e4

I didn't see a link to 0.93, but I'm a little tired. I probably missed it. I'll try it out though.
TTFN

(WM 5, Cingular 8525, no upgrades done to the ROM)


Yep thats what i was talking about. Please instal 0.93 and let me know if its better

fdx3k1
18-04-2007, 03:23 PM
I sent you a pm about the issue I am having. The unit is a Harrier (Sprint PPC 6600) running 2003se and here is the error:

iphone.exe
nullreferenceexception

form1::loadsignal+0x15
form1::form1_load+0x19
form:nload+0x15
form::_setvisiblenotify+0x1d
control::set_visible+0x1f
application::run+0x7
form1::main+0xa

nicolas
18-04-2007, 04:32 PM
appoligies for replying so late. i tested all releases recently.
the 0.93 works good overall. no crashes , fast startup. the new indicators are all right in their displayed infos. (time, network, battery) but - you mentioned it - only as long as i didnt start any of the linked programs.
if one prog. was startet and close, i retunr back to the iphone-screen, but the indicator wont update until i restartet the iphone app. my phone infos are posted 4 posts ahead, maybe thats an phone-related issue.

edit: made a mistake, i was talking about 0.92, will test the new release right now.

fdx3k1
18-04-2007, 05:31 PM
Now I get a totally different error today:

iPhone.exe
TypeLoadException
could not load type
opennetcf.win32.registrykey from
assembly opennetcf,
version=1.4.50804.0, culture=neutral,
publickeytoken=


I sent you a pm about the issue I am having. The unit is a Harrier (Sprint PPC 6600) running 2003se and here is the error:

iphone.exe
nullreferenceexception

form1::loadsignal+0x15
form1::form1_load+0x19
form:nload+0x15
form::_setvisiblenotify+0x1d
control::set_visible+0x1f
application::run+0x7
form1::main+0xa

ianrulz123
18-04-2007, 06:50 PM
I just installed 9.3, seems to be working fine.

I did notice that on 9.2 last night my alarm didn't work, and also my phone wasn't ringing through, but a soft reset seems to have fixed that (I'm chalking it up to a WM5 error, as I usually have to reset at least once a day to keep my device functioning properly...)

ianrulz123
18-04-2007, 06:57 PM
Also, I've used UITweaker to change my task-bar colors to black, and I've installed a Windows Vista dialer skin to match this theme a little better.

Dialer Skin:
http://www.freewarepocketpc.net/ppc-download-vista-dialer.html

UITweaker:
http://www.freewareppc.com/utilities/uitweaker.shtml

(Links may have pop-ups, when I searched those links I got a few)

Zaber
18-04-2007, 09:36 PM
Can you make the button with a pressed image like the original iPhone theme does?

nicolas
18-04-2007, 10:03 PM
all time relaeted issues i was expiering are now gone.
with version 0.93 you did an exelent job. even if the phone goes to sleep, or i use some other apps, as soon as i get back to the iphone screen, every indicator is up to date. (provider and signal . working, but that was also ok in v. 0.92)
battery seems to stay at 50% , with no change
thx grumps.

ps: i hope you get a clou with the lnk-issue. any ideas yet?


ah, and folks: here is a freeware app. that should work fine with the weather-icon: http://www.singerscreations.com/AboutWeatherWatcherMobile.asp
i was used to spb-weather, but spb brings only a today-screen plugin, no executable application. havent tested it yep, but it should work ;)

ianrulz123
19-04-2007, 03:03 AM
I'm going to try to concoct some icons, perhaps one for "contacts" and one for "games" I'll be sure to share them if I can come up with something decent...

nsfx
19-04-2007, 05:38 AM
Hi i followed the installation instructions but couldnt get it working. What exactly do i do after the installation process? Running Wm2003.

NNagendran
19-04-2007, 08:08 AM
great piece of coding Grumps... do you plan on sharing the source code so that other contributors can update your wonderful piece of code?

Grumps
19-04-2007, 08:34 AM
Can you make the button with a pressed image like the original iPhone theme does?

I can if someone can do all the pressed icons. Like putting a grey shade over them?

Grumps
19-04-2007, 08:41 AM
all time relaeted issues i was expiering are now gone.
with version 0.93 you did an exelent job. even if the phone goes to sleep, or i use some other apps, as soon as i get back to the iphone screen, every indicator is up to date. (provider and signal . working, but that was also ok in v. 0.92)
battery seems to stay at 50% , with no change
thx grumps.

ps: i hope you get a clou with the lnk-issue. any ideas yet?


ah, and folks: here is a freeware app. that should work fine with the weather-icon: http://www.singerscreations.com/AboutWeatherWatcherMobile.asp
i was used to spb-weather, but spb brings only a today-screen plugin, no executable application. havent tested it yep, but it should work ;)

On the WM5 device the registry keys i managed to find that shows battery level have the same values for when the battery is on 10/20 and 30/40 and 50/60 and 70/80 and 90/100 which means if you battery is form for instance 31 to 49% charged it will show 40% im still looking for code to make that work a bit more accurate . I cant seem to find a way to run .lnk files, the code i call is startProcess when calling an external app but it would only execute .exe files, one can however add parameters after it so im looking at changing the code config.txt so you guys can add the exe then a , and then parameters eg \windows\fexplorer.exe, -t -g -v

Ill work on that and let you know. Unless anybody knows what the OS actually runs to execute a .lnk file.

In windows it woulde be Explorer.exe shortcut.lnk for instance so the OS in XP passes all exe run from explorer.exe. If we can find out if there is a way similar to XP then i can do this.

Grumps
19-04-2007, 08:44 AM
great piece of coding Grumps... do you plan on sharing the source code so that other contributors can update your wonderful piece of code?

I can its written in Visual Studio 2003 in C#, do you have any experience in that? i need some advice in how to load a background image and then make a transparent image over that. Busy working on the slider app but cant get transparency to work so for now the guys will have to use the other slider. Also do you possibly know how to run another application from within this iPhone app, I use call Process but it will only run .exe files and not .lnk files??

Grumps
19-04-2007, 08:46 AM
Hi i followed the installation instructions but couldnt get it working. What exactly do i do after the installation process? Running Wm2003.

The WM2003 devices dont support reading the Network and battery levels from the registry and the OPENnetCF.dll file was coded for WM5 devices so unfortunately it wont work, i can give you version 0.90 which will read the network operator name from a file called signal.txt and display fake battery and signal strength meters. THere is no other way of doing this for now as far as i know

nicolas
20-04-2007, 01:25 AM
On the WM5 device the registry keys i managed to find that shows battery level have the same values for when the battery is on 10/20 and 30/40 and 50/60 and 70/80 and 90/100 which means if you battery is form for instance 31 to 49% charged it will show 40% im still looking for code to make that work a bit more accurate .

yes, that was the point.

in the meantime i have google a lot regarding the lnk-issue. as far as i can tell. there is no working lnk2exe converter (this could have solved it the easy way ;) ). but i have contacted the developer of rltoday (http://rotlaus-software.de/blog/2007/03/18/rltoday-version-0121/), he has included lnk-support in his last release maybe he knows a way.

tomorrow i'll look into creating some hover icons. greetings nicolas and thx again grumps for all your work!

SMK
20-04-2007, 05:57 AM
.lnk and .url (internet shortcuts) were both functional in the original version of the launcher.exe - I had settings mapped to a shortcut (lnk) to memory settings and weather mapped to an internet shortcut (.url) to weather.com; so the original source code should give you an idea on how to do it. I switched to your version due to the nasty memory leak of the original - plus the nice extras. .lnk and .url support will make it much nicer.

Grumps
20-04-2007, 08:30 AM
.lnk and .url (internet shortcuts) were both functional in the original version of the launcher.exe - I had settings mapped to a shortcut (lnk) to memory settings and weather mapped to an internet shortcut (.url) to weather.com; so the original source code should give you an idea on how to do it. I switched to your version due to the nasty memory leak of the original - plus the nice extras. .lnk and .url support will make it much nicer.

Thanx for your finger in the pie buddy. :-) I didnt write the original one and it wasnt written in Visual Studio either. Was written is some other language and thats why i cant use their code to do the same thing. Im trying to find a way tho. I promise if there is a way we will find it.

Grumps
20-04-2007, 08:33 AM
yes, that was the point.

in the meantime i have google a lot regarding the lnk-issue. as far as i can tell. there is no working lnk2exe converter (this could have solved it the easy way ;) ). but i have contacted the developer of rltoday (http://rotlaus-software.de/blog/2007/03/18/rltoday-version-0121/), he has included lnk-support in his last release maybe he knows a way.

tomorrow i'll look into creating some hover icons. greetings nicolas and thx again grumps for all your work!

Thanx buddy. Im looking on MSDN to find a solution. I dont think the battery is a big issue anyway its close enough to be correct. Im working on a slider as well btw. Will se how far i get this weekend. Well keep well and chat soon. Seems like our GMT times are way of Im GMT+2 and yourself?
O and hang on with the hovering icons. There might be a way to put a transparent image over the current ones

hanmin
20-04-2007, 09:51 AM
thought I should mention here.. take a look at this http://forum.xda-developers.com/showthread.php?t=303045
put this onto the firrst page?

Inphyy
20-04-2007, 10:38 AM
So, the cofigurator-app i started with earlier is getting close to usable.
Could you integrate an ability to turn each images/buttons on and off by reading a 0/1 value from the config file?

Grumps
20-04-2007, 11:39 AM
So, the cofigurator-app i started with earlier is getting close to usable.
Could you integrate an ability to turn each images/buttons on and off by reading a 0/1 value from the config file?

Well what you can do is to load a completely black .bmp file and remove the text for the image description that should work? Or what do you think?

Inphyy
20-04-2007, 11:45 AM
Well what you can do is to load a completely black .bmp file and remove the text for the image description that should work? Or what do you think?
If you dont assign it an image file at all, it would just go white right?
so if you change the "BackColor" attribute on all the pictureboxes to black instead of white, wouldnt that be better?

Edit:
but personally i would have used something like

if "input lineinfo here" = "1" then
picturebox1.visible = true
else
picturebox1.visible = false

and so on

edit2:
but i dont know how you have coded it so..

Grumps
20-04-2007, 12:02 PM
thought I should mention here.. take a look at this http://forum.xda-developers.com/showthread.php?t=303045
put this onto the firrst page?

Cool ive done that

Grumps
20-04-2007, 12:04 PM
If you dont assign it an image file at all, it would just go white right?
so if you change the "BackColor" attribute on all the pictureboxes to black instead of white, wouldnt that be better?

Edit:
but personally i would have used something like

if "input lineinfo here" = "1" then
picturebox1.visible = true
else
picturebox1.visible = false

and so on

edit2:
but i dont know how you have coded it so..

Cool i can change it, the only thing is that it takes time to read data from files so the startup might be a bit slower, unless we add a ,0 or ,1 after the image file?? for instance \icons\sms.bmp,0 to hide? When do you plan on having it ready?

Another thing, i wanna write the slide app as well but cant find a way to use the clowns as a background and use the other docks but make them semi transparent to put over the background

Inphyy
20-04-2007, 12:07 PM
Cool i can change it, the only thing is that it takes time to read data from files so the startup might be a bit slower, unless we add a ,0 or ,1 after the image file??
in which of the methods?
please explain a bit more.

and that Contacts thingy, SWEET

Grumps
20-04-2007, 12:12 PM
dont you have skype

Inphyy
20-04-2007, 12:22 PM
downloading now. im at work, so i hope it works

nicolas
20-04-2007, 01:45 PM
@grumps:
maybe you would like to add this link to the first page
its a video of the contacts applikation in action.
http://www.youtube.com/watch?v=ohJ7eevds-k
cause i did not kwon what i was downloading until i launched the exe ;)

Cifer
20-04-2007, 11:48 PM
I do not really like this iPhone lookalike b/c the background cant be change... could you program it so that i can change the back? I'm currently using WAD+WA2+anther iphone skin and would like to use your program b/c its more iphone-like...

pthomson
21-04-2007, 01:46 PM
On the contacts list could you add a alphabetical list from top to bottom on the right hand side in small text so the user can access specific names quickly by choosing the first letter of the contact info.

Here is an example from the IPHONE.

http://www.youtube.com/watch?v=ALQwmQrM-Z8&mode=related&search=

dimiz
21-04-2007, 02:19 PM
Dear all and thanks for this great application i was looking for good way to use my MobilePhone (HTC Magician) but unfortunaly i run WindowsMobile2003se, so i have the big error reported in this page (form error), there is no way to use on my device? :-(
Many thanks

vanderaatje
21-04-2007, 03:20 PM
Great App!!!
I'm using it on a HTC P3300
I had to rename a few button links because the apps have different names on my P3300 but that I can fix the problem I have is with calling the slider app from the signal.txt file.
What ever I fill in in the text file the slider is not coming up (the iphone app is closing) do you know how to fix this???
Ohh btw the slider app is working when I start it up directly
regards menno

Pauly_k
21-04-2007, 06:38 PM
The WM2003 devices dont support reading the Network and battery levels from the registry and the OPENnetCF.dll file was coded for WM5 devices so unfortunately it wont work, i can give you version 0.90 which will read the network operator name from a file called signal.txt and display fake battery and signal strength meters. THere is no other way of doing this for now as far as i know

I would also need this i have a WM2003 device.
Couldnt get it to run it kept comming up with an error. I would be greatfull if you could sort that for me. :)

lwkoon
22-04-2007, 04:27 AM
ya, should also consider some developement for WM2003se...

majmun
22-04-2007, 07:52 PM
Is anyone working on the editor or should I give it a go? My "native" language is Java but I have programmed couple .NET apps (C#) so it should not be a problem.

Glipsie
23-04-2007, 12:06 AM
On the WM5 device the registry keys i managed to find that shows battery level have the same values for when the battery is on 10/20 and 30/40 and 50/60 and 70/80 and 90/100 which means if you battery is form for instance 31 to 49% charged it will show 40% im still looking for code to make that work a bit more accurate.

Actually, if you're using HKLM\System\Status\Battery its far more crude than that. Microsoft defines the values as follows:
0 = Very low; 21 = Low; 41 = Medium; 61 = High; 81 = Very high
The dword in status\battery stores 2 pieces of information. The upper two bytes is the battery level, indicated by the values above. The lower two bytes represents the actual batter state i.e.:
0 = normal, 1 = battery not present, 2 = charging, 4 = low, 8 = critical
You need to do bitwise operations on this value as it can represent more than 1 state. So if you for example got a 6 from the lower two bytes, this would mean that the battery state was charging and low.

Taking posted results:
Your values:
5308418 decimal = 00 51 00 02 hex
51 Hex = 81 Dec = Very High
5308416 decimal = 00 51 00 00
51 Hex = 81 Dec = Very High
0 = Battery normal

nicolas:
2686978 decimal = 00 29 00 02 hex
29 Hex = 41 Dec = Medium
02 = Charging state

2686976 decimal = 00 29 00 00 hex
29 Hex = 41 Dec = Medium
0 = Battery normal

Hope that helps
Glipsie

Glipsie
23-04-2007, 12:33 AM
As for running .lnk files, do you have System.Diagnostics.Process.Start or is that only in VS2005? If not it shouldn't be too difficult to manually open a .lnk file, grab the binary location and its paramaters. pm me if you need help

Glipsie

Inphyy
23-04-2007, 08:31 AM
Is anyone working on the editor or should I give it a go? My "native" language is Java but I have programmed couple .NET apps (C#) so it should not be a problem.
I'm currently working on it.
Feel free to help or give advice.

Grumps
23-04-2007, 08:45 AM
Dear all and thanks for this great application i was looking for good way to use my MobilePhone (HTC Magician) but unfortunaly i run WindowsMobile2003se, so i have the big error reported in this page (form error), there is no way to use on my device? :-(
Many thanks


Ill load a version today for wm2003 but as i said before the signal strength wont be live

dimiz
23-04-2007, 11:47 AM
Thanks Grumps for quickly answer, i have tested on my Magician the PhoneAlarm application, i have test because in this application im able to view on today screen the Signal strengh, battery level and SMS...What do you think?
Thanks

Grumps
23-04-2007, 02:17 PM
Thanks Grumps for quickly answer, i have tested on my Magician the PhoneAlarm application, i have test because in this application im able to view on today screen the Signal strengh, battery level and SMS...What do you think?
Thanks

Its not really about not being able to get it from the registry. I program in VS2003 and i use an addon library OPENnetCF.dll to read keys from the registry and it seems like that dll doesnt wanna work on WM2003. Ill try and find another way and let you guys know.

Grumps
23-04-2007, 02:27 PM
Actually, if you're using HKLM\System\Status\Battery its far more crude than that. Microsoft defines the values as follows:
0 = Very low; 21 = Low; 41 = Medium; 61 = High; 81 = Very high
The dword in status\battery stores 2 pieces of information. The upper two bytes is the battery level, indicated by the values above. The lower two bytes represents the actual batter state i.e.:
0 = normal, 1 = battery not present, 2 = charging, 4 = low, 8 = critical
You need to do bitwise operations on this value as it can represent more than 1 state. So if you for example got a 6 from the lower two bytes, this would mean that the battery state was charging and low.

Taking posted results:
Your values:
5308418 decimal = 00 51 00 02 hex
51 Hex = 81 Dec = Very High
5308416 decimal = 00 51 00 00
51 Hex = 81 Dec = Very High
0 = Battery normal

nicolas:
2686978 decimal = 00 29 00 02 hex
29 Hex = 41 Dec = Medium
02 = Charging state

2686976 decimal = 00 29 00 00 hex
29 Hex = 41 Dec = Medium
0 = Battery normal

Hope that helps
Glipsie

Glipsie i need to talk to you, do you have skype by any chance? smithedwin

beardmutant
23-04-2007, 03:03 PM
i've just seen a iphone type app called ilaunch over at http://www.dvdtoiphone.com

It has a slider that works very smoothly and web links for stocks etc in the interface.

It looks like you can't customise it as much as your version however and it doesn't have any clever hidden buttons for shutdown and lock.

Any chance of joining forces to create a really kick ass iPhone app?

BTW I've uploaded some icons for a more MS vista feel

dimiz
23-04-2007, 05:05 PM
Dear i have found this page on MSN can you give a look i dont understand so much on C++, but is the only help i can do :-)
http://msdn2.microsoft.com/en-us/library/aa458219.aspx

pr5owner
23-04-2007, 09:37 PM
why would you want to make your kick ass phone look like a dud? the iphone isnt great all on paper, if it isnt good on paper its not good in real life. (just look at the ipod)

if this is to impress newbs, i would rather show off some real technical innovation, like using world card mobile to import business cards to outlook or show an Xvid movie.

Inphyy
24-04-2007, 08:40 AM
Not sure if this is correct or not, but my skype tell's me that my messages cant be delivered to you

Grumps
24-04-2007, 09:32 AM
Ok i think Glipsie found a way to make .lnk files work. Got code from him yesterday and will test it today. So i might be able to load version 0.94 later on today. It will support .lnk files

O yes an the self cenetring of the text has also been fixed in the new version

O yes the other thing. The guys who want it for WM2003 devices please give me a day or two. I want to make it with all the features of .94 without hte obvious other problems tho. Thanx for your patients

Cheers Grumps

Grumps
24-04-2007, 09:35 AM
i've just seen a iphone type app called ilaunch over at http://www.dvdtoiphone.com

It has a slider that works very smoothly and web links for stocks etc in the interface.

It looks like you can't customise it as much as your version however and it doesn't have any clever hidden buttons for shutdown and lock.

Any chance of joining forces to create a really kick ass iPhone app?

BTW I've uploaded some icons for a more MS vista feel

Send me a Private Message

hanmin
24-04-2007, 12:11 PM
What a better way to get the message across with aye-Fone fans here than to post here.. and there probably. Anyway, anyone notice this?! THIS IS AWESOME! Original PPC software with sleek interface for the PIM. Refer to thread here

http://forum.xda-developers.com/showthread.php?t=302522

Look at the demo video! I wonder how aye-Fone PIM looks like.

beardmutant
24-04-2007, 01:02 PM
I agree that WM phones are better than an iPhone.
The problem with WM phones is the interface. Apple have always made easy to use, well designed, great looking interfaces.
WM interface hasn't changed since well windows CE days. The features are there but you have to trawl though to find them.
All this is doing is improving the user experience though a well laid out, good looking interface.
I think that this is a good starting point to design even better interfaces that look really good and make the experience more enjoyable.

Grumps
24-04-2007, 04:28 PM
ok 0.94 is on the first page with some extra icons i got from beardmutant

.lnk support is added thanx to glimpsie

and text now autocentres under the icons

Please comment your findings on 0.94

Ive loaded a version for wm2003 devices can anyone please install 0.94 on a wm2003 device and paste the error ur getting now the battery aint live and its not showing an operator name and the signal strength aint live either

thanx

beardmutant
24-04-2007, 05:45 PM
How do you setup lnk files?
I'm trying to setup ORB . The address is mycast.orb.com.
Everytime I try to run the lnk file, i get a file does not exist error.

weinson
24-04-2007, 06:33 PM
There seems to be a few versions of the slide lock app floating around. Anyone have thoughts as to which works best these days? I love what Grumps has created here, just installed 0.94, and now want to add a slide lock to it.

freeyayo50
24-04-2007, 06:43 PM
There seems to be a few versions of the slide lock app floating around. Anyone have thoughts as to which works best these days? I love what Grumps has created here, just installed 0.94, and now want to add a slide lock to it.

Im using v1.04 and its working great for me on my 8125. It loads pretty quickly

fxndy
24-04-2007, 06:58 PM
All .lnk file not working - output error
e.g. \Windows\????.lnk
Something wrong with the setup........similar to beardmutant
Anyway, keep up the good work.
Cheers

fdx3k1
24-04-2007, 08:21 PM
Works for 2003!!!!!!!!!!!


Thanks!

dimiz
24-04-2007, 09:31 PM
Hi Grumps..I have test 0.94 for WM2003 on two device one with WM2003 and another one with 2003se.. Works with no problem...I wait for Signal/Operator/battery monitor ;-)... many thanks

dinomight
24-04-2007, 10:42 PM
Ok here is another suggestion(which some might not agree with me on).

1. While the its handy to have a signal link to the slide lock it might be nice (and i would bet fairly simple to add a few gesture recognition. for example a slide up gesture could activate the lock. I figure it would be simple to detect like 4 gestures (slide up, down, left, right(and possibly the diags))(just find the slope using start,end point) and have each execute some function.

2. I really need the mail icon to indicate how many unread msg are in my inbox (i don't know how difficult this would be to do.

3. It would be cool to have the source, so others can help.(but i totally understand the argument against it

dinomight
24-04-2007, 10:46 PM
oh i just thought of one more thing.

4. support for multiple pages of icons (little button on left/right to cycle through them (possibly with some cool sliding animation.))

lwkoon
25-04-2007, 05:08 AM
My O2 XDAiis works perfectly, only abit memory hogging...

freeyayo50
25-04-2007, 05:49 AM
I think this thread and the "iPhone GUI upgrade free" should be moved to the develepment & hacking section of this forum.

It will probably get more traffic.

Grumps
25-04-2007, 08:54 AM
How do you setup lnk files?
I'm trying to setup ORB . The address is mycast.orb.com.
Everytime I try to run the lnk file, i get a file does not exist error.

Well you guys asked to run link files so i assumed that you actually know how they work, lemme explain. A link file is a shortcut to another exe file so its in the following format. if you would open a .lnk file you will see this

23#"\Windows\iexplore.exe"www.google.com

the 23 indicates the actual length of the "executable" as in "\windows\iexplore.exe" including the """" and the www.google.com is the parameter that is passed so it will opene iexplore.exe and then pass www.google.com to it

Grumps
25-04-2007, 08:59 AM
How do you setup lnk files?
I'm trying to setup ORB . The address is mycast.orb.com.
Everytime I try to run the lnk file, i get a file does not exist error.

23#"\Windows\iexplore.exe"www.mycast.orb.com

Grumps
25-04-2007, 09:02 AM
Works for 2003!!!!!!!!!!!


Thanks!

Lemme know whats ur gmt offset, if we can be online same time i can send u test versions to see if i can get the rest to work, its impossible to fix this without a wm2003 device

Grumps
25-04-2007, 09:05 AM
All .lnk file not working - output error
e.g. \Windows\????.lnk
Something wrong with the setup........similar to beardmutant
Anyway, keep up the good work.
Cheers

what exactly aint working ?? please give me an example of how youve set a specific one up and ill tell you what could be wrong

Thanx Grumps

Grumps
25-04-2007, 09:32 AM
Ok here is another suggestion(which some might not agree with me on).

1. While the its handy to have a signal link to the slide lock it might be nice (and i would bet fairly simple to add a few gesture recognition. for example a slide up gesture could activate the lock. I figure it would be simple to detect like 4 gestures (slide up, down, left, right(and possibly the diags))(just find the slope using start,end point) and have each execute some function.

2. I really need the mail icon to indicate how many unread msg are in my inbox (i don't know how difficult this would be to do.

3. It would be cool to have the source, so others can help.(but i totally understand the argument against it

Im pretty new at programming so if you wanna pm me and advice how to do number 1 i would add it, number 2. Well i dunno. Do we lock one of the bottom 4 icons so it can only be mail and put text over it or how?

3. i can make the source code available no prob

gthompson75
25-04-2007, 10:05 AM
what do i do with the extra icons and where do i put them, mostly want to use the office set.

Grumps
25-04-2007, 10:09 AM
what do i do with the extra icons and where do i put them, mostly want to use the office set.

Well i just change some of my icons sometimes. I have a icons and icons2 folder under iphone, just depends which ones you like thats all

beardmutant
25-04-2007, 12:17 PM
I've got the lnk file working now. Thanks

samy.3660
25-04-2007, 01:24 PM
Grumps,
Is there any way we can start start menu by clicking on the icon.

Thanks

Inphyy
25-04-2007, 01:28 PM
Grumps,
Is there any way we can start start menu by clicking on the icon.

Thanks
that could possibly be arranged

samy.3660
25-04-2007, 01:33 PM
that could possibly be arranged

Can u tell me how,or guide me through

Inphyy
25-04-2007, 01:45 PM
Not at the moment, no.
there is a chance that it has to be programmed

pw-man
25-04-2007, 01:55 PM
Grumps, this app still rocks and continues to get better...

Anybody notice that it is easy to hit the right softkey on a WM5 device when doing the unlock?

I'm wondering if moving the slider up a bit (20-30 pixels) might fix that...

Grumps, Maybe a new option?? ;-)

pw-man

Inphyy
25-04-2007, 02:55 PM
Grumps, this app still rocks and continues to get better...

Anybody notice that it is easy to hit the right softkey on a WM5 device when doing the unlock?

I'm wondering if moving the slider up a bit (20-30 pixels) might fix that...

Grumps, Maybe a new option?? ;-)

pw-man
Grumps is not the author of the slider app, so check the other thread

fxndy
25-04-2007, 03:37 PM
Quote:
Originally Posted by fxndy
All .lnk file not working - output error
e.g. \Windows\????.lnk
Something wrong with the setup........similar to beardmutant
Anyway, keep up the good work.
Cheers

what exactly aint working ?? please give me an example of how youve set a specific one up and ill tell you what could be wrong

Example
mprog.lnk file => 22#ctlpnl cplmain.cpl,4,2
Path = \Storage Card\shortcut\mprog.lnk
I'm trying to link up the "Running Program List" in Settings.
mprog.lnk works in WM6

Thanks

ianrulz123
25-04-2007, 03:47 PM
2. I really need the mail icon to indicate how many unread msg are in my inbox (i don't know how difficult this would be to do.

Is there any way to just indicate that a call is missed, or a new message has arrived? Possibly with icons like this...

fdx3k1
25-04-2007, 03:48 PM
Lemme know whats ur gmt offset, if we can be online same time i can send u test versions to see if i can get the rest to work, its impossible to fix this without a wm2003 device

I'm Central time in the US. I'm usually on between 8am and 5pm, except that I have to see the dentist for most of today. You can PM me any updates and I will test them and then PM you back. The 1 suggestion I had was to put a missed call indicator at the top.

Grumps
25-04-2007, 03:53 PM
Is there any way to just indicate that a call is missed, or a new message has arrived? Possibly with icons like this...

Hmm im thinking of a way here, does anyone know where to find in the registry if there are any unread messsages? and missed calls?

Grumps
25-04-2007, 03:55 PM
I'm Central time in the US. I'm usually on between 8am and 5pm, except that I have to see the dentist for most of today. You can PM me any updates and I will test them and then PM you back. The 1 suggestion I had was to put a missed call indicator at the top.

I made a envelope to show over the battery icon when there are outstanding messages and if one would click on it it would take you to the inbox, BUT i dont know which registry key shows unread messages. Thats for the next version tho, should be ready tomorrow

Grumps
25-04-2007, 04:02 PM
Quote:
Originally Posted by fxndy
All .lnk file not working - output error
e.g. \Windows\????.lnk
Something wrong with the setup........similar to beardmutant
Anyway, keep up the good work.
Cheers

what exactly aint working ?? please give me an example of how youve set a specific one up and ill tell you what could be wrong

Example
mprog.lnk file => 22#ctlpnl cplmain.cpl,4,2
Path = \Storage Card\shortcut\mprog.lnk
I'm trying to link up the "Running Program List" in Settings.
mprog.lnk works in WM6

Thanks

try this

21#"\windows\ctlpnl.exe"cplmain.cpl,4,2

can you post all the shortcuts or how to get them from settings in control panel please ?

fxndy
25-04-2007, 04:11 PM
try this

21#"\windows\ctlpnl.exe"cplmain.cpl,4,2

It's working, thanks Grumps for the quick reply.:cool:

Here's the lnk file:
Appearance > 21#ctlpnl cplmain.cpl,13
Battery > 20#ctlpnl cplmain.cpl,3
Bluetooth Device > 23#ctlpnl cplmain.cpl,23,1
Bluetooth Mode > 21#ctlpnl cplmain.cpl,23
Item > 23#ctlpnl cplmain.cpl,13,1
Memory Main > 20#ctlpnl cplmain.cpl,4
Network Card > 21#ctlpnl cplmain.cpl,17
Remove Program > 21#ctlpnl cplmain.cpl,10

Grumps
25-04-2007, 04:22 PM
It's working, thanks Grumps for the quick reply.:cool:

Where did u get that string from anyway?

stukes
25-04-2007, 04:36 PM
Where did u get that string from anyway?

You can do a goole search for "Control Panel Applets" WM6. Some of them are listed of M$ site.

Here is a list made by me: http://forum.xda-developers.com/attachment.php?attachmentid=34658&d=1172638901:)

Enjoy

fxndy
25-04-2007, 04:42 PM
Where did u get that string from anyway?

here the link > http://forum.xda-developers.com/showthread.php?t=289005

Grumps
25-04-2007, 04:56 PM
Ok im almost done with the new version. Will load it tomorrow.

When you have unread sms messages it will show a small envelope over the battery, you can also hide some icons by adding a ,0 after the .bmp file and when you click on the envelope it will go to messages, will test tonight and let you guys know in the morning.

pw-man
25-04-2007, 08:57 PM
Grumps is not the author of the slider app, so check the other thread
Yeah - duh. So many integrated apps.... My apologizes. Grumps - the Launcher is working great for me.. :-)

pw-man

Grumps
26-04-2007, 08:35 AM
Ok,

Im gonna do some changes to this app.

People want to see missed calls, unread sms and unread email. So what i thought of doing is making the first three of the bottom icons static. Not as in you cant change the icons but the first one will show missed calls, the second unread mail and the third, unread sms's

Please lemme know what you guys think. O yes i will also need new icons with they greyish background. On each of them two icons. One for normal and one for outstanding alert

Grumps
26-04-2007, 09:06 AM
Is there any way to just indicate that a call is missed, or a new message has arrived? Possibly with icons like this...

Can you make a new one for email and messages with the carbon fibre look please

cra3y
26-04-2007, 10:12 AM
You can do a goole search for "Control Panel Applets" WM6. Some of them are listed of M$ site.

Here is a list made by me: http://forum.xda-developers.com/attachment.php?attachmentid=34658&d=1172638901:)


have someone trick to launch "Settings" from shortcut? (like pressing Start -> Settings)

beardmutant
26-04-2007, 10:58 AM
Here's a quick phone icon with a separate missed call icon.
Also here's a carbon fibre background.

I will post something decent when I have some time.

stukes
26-04-2007, 11:27 AM
have someone trick to launch "Settings" from shortcut? (like pressing Start -> Settings)

I do not have that info. However you can make a folder with all the links and link to that folder.

nijhof
26-04-2007, 01:00 PM
And the same question for the phone app. I cant open it nor link to it.
Is it possible to put some kind of link in the windows\startup folder so iphone starts up after reset?

grtx

Grumps
26-04-2007, 01:03 PM
And the same question for the phone app. I cant open it nor link to it.
Is it possible to put some kind of link in the windows\startup folder so iphone starts up after reset?

grtx

Highlight iphone.exe then go to edit copy, then go to \windows\startup and say paste shortcut

Grumps
26-04-2007, 01:13 PM
Ok version 0.95 is out, changes made :

1. Adding a ,0 at the end of a icon will hide it eg : \Icons\01-sms.bmp,0
2. Implementing notification for sms,missed calls, and unread emails so the bottom three icons will be used as fiollows :
1. Missed Call
2. Unread Sms
3. Unread Email
3. So change the config.txt file to show an icon to display when there are unread smses. I attached my Config.txt file as an example, it will be icons 13,14 and 15

I need icons please as requested before

nijhof
26-04-2007, 02:15 PM
hi,

thanx for the earlier tip. I seem to be missing vtkey.exe for the phone application? cant find any similar file.
any tip?

hylandb
26-04-2007, 05:08 PM
Can we get the time to display in 12 hour format instead of 24 hour format?

I'm not a fan of having the bottom icons locked down... for example I don't need a Phone Icon because I have a hardware button right below the screen on my ppc-6700. Just a suggestion but I'd rethink the notification issue.

Finally, could we optionally lost the gradient gray bar behind the bottom row of icons? I like the "All Black" look and the ability to use what appear to be non-square bitmaps (by coloring the edges black).


Keep up the good work!

vsa
26-04-2007, 05:37 PM
Hello Grumps, great job! The "theme" is really beautiful and the user interface is easy to use.

There are two questions: I use an (german) xda orbit, which shows on my Tody-Screen (with an extra-tool, what was included by o2) my "Homezone". Is it possible to integrate that anyhow to your theme?

How can I add more Programm-Icons to your theme? I mean something like an icon with a link to a 2nd page, where I can place more programs. Eg. I click a "more"-Button and another page opens with tools or a Contact-Page opens with all the Icons with Pictures of my friends. If I click on one person it would dial the number... (The Idea comes from another iphne theme form ozan killic (http://www.ozankilic.com/?p=31 He uses wisbar to realize that, but is is very beta...)

Greetings
vsa

hylandb
26-04-2007, 06:06 PM
By the way, I notice on my ppc-6700 using WM5 that I cannot get the Iphone to minimize and stay running so I can task switch to my Today screen. Using a task switcher I am only able to get the title bar (with fully functional start menu) of the Today screen to overlay the Iphone icons. Can this be fixed?

Thanks.

dinomight
26-04-2007, 06:14 PM
Looks like there is a bug in v .95. For me it bombs every time i try to start the application (.94 worked just fine) Here are the details from the error:

iPhone.exe
NullReferenceException

Form1::GetMissed+0x20
Form1::Form1_Load+0xf7
Form::OnLoad+0x15
Form::_SetVisibleNotify+0x1d
Control::set_Visible+0x1f
Application::Run+0x7
Form1::Main+0xa

I have an htc apache (xv6700) with verzion wireless.
Btw I love the alt icon for when there are messages/sms/missed calls. I would love to see the text for the icon be appended with the number of missed calls/new messages, Also it would be great to be able to define which icon could be what type of icon (so that we could move the sms icon back to the upper left, or remove altogether one of these special notification icons (for example i don't need an sms indicator just mail and missed calls). Oh and i'd love to help with simple gesture detection (if you decide to include the source). Thanks again for all of the great work.
-D

SMK
26-04-2007, 09:50 PM
I get the same error. I'm using a Cingular 8125 (HTC Wizard).

greggerca
26-04-2007, 10:09 PM
Yeah, me too...

All the files seem to exist in the right places... .94 worked fine.

TTFN

michalis1961
26-04-2007, 10:57 PM
And me too...
In ETEN X500

kwstump
26-04-2007, 11:47 PM
I too get these errors after a soft reset. But it seems to work after I go and look at my call log under the phone application. Almost like it cannot load the missed calls till we go into it first... Just something I was noticing on my 8525 with LSVW 4-23 release. Do not know if that will help

Kevin

SMK
26-04-2007, 11:58 PM
Yep - that must be it. The registry key you have to look at to get missed calls doesn't exist until after you look at the call log (I just verified this) - the app must be always expecting this to exist. In contrast, the registry values for unread email and sms always exist.

ed8widge
27-04-2007, 12:18 AM
I have the same error messages :(

dinomight
27-04-2007, 12:45 AM
I can confirm that it looks like the reg key is missing and that causes the crash. After checking my missed call list the iphone app works great.

tiwanx
27-04-2007, 12:45 AM
I Made some Icon that slightly resemble the eye-fone alert icoms

dinomight
27-04-2007, 12:50 AM
I Made some Icon that slightly resemble the eye-fone alert icoms

Wow those icon's are so much nicer. (no offense to those that created the previous icons).

greggerca
27-04-2007, 02:29 AM
So in post #1, Grumps refernces a "mail.txt" file. What would that do? I don't see an example of it.

On a related note, I couldn't get my SMS lnk file to work yet. The LNK file doesn't really seem to execute when I add parameters like:
20#"\Windows\tmail.exe" -service "SMS" -to "" -body ""

Which does work right when I just tap it from File Explorer.

Also, I did the "missed calls" filter on my call history and iPhone .95 started up with no error... I guess I haven't done that before.

TTFN

geovass
27-04-2007, 04:36 PM
Latest version works very good on my Trinity as well !

ianrulz123
27-04-2007, 04:49 PM
I Made some Icon that slightly resemble the eye-fone alert icoms

Very nice!

deviusdragger
27-04-2007, 08:29 PM
Working really good on my 8125. have no problems at all on it. Thank you very much guys.

Cire6789
27-04-2007, 10:50 PM
it's very nice , i love this app so much

and the problem is solved =)

diaftia
28-04-2007, 12:15 AM
This is probably a WM6 issue but I get a Error: System.IO.FileNotFoundException when I start the application.

deviusdragger
28-04-2007, 12:16 AM
diaftia you most likely have an error on your config file. i had the same problems. i had to mess with the config file and it worked just fine.

Edit: Sorry....But im a Senior memeber now. Hooray for me!!! Sorry for that

diaftia
28-04-2007, 12:19 AM
diaftia you most likely have an error on your config file. i had the same problems. i had to mess with the config file and it worked just fine.

Edit: Sorry....But im a Senior memeber now. Hooray for me!!! Sorry for that


ROFL! Congrats! haha! :)

Thanks for the quick reply. I will go in and look a little deeper. The only thing I remember changing is the entries that pointed to the storage cards program files by default. I will start with the original one again and go from there.

diaftia
28-04-2007, 12:28 AM
Nope... I even verified that all links pointed to something. Like I said I am running WM6 so it could be doing a call to something that might be in a different place. I will even post it so you don't think I am a llama:

\Icons\01-sms.bmp
\Icons\02-cal.bmp
\Icons\03-photos.bmp
\Icons\04-camera.bmp
\Icons\05-calc.bmp
\Icons\06-graph.bmp
\Icons\07-map.bmp
\Icons\08-weather.bmp
\Icons\09-notes.bmp
\Icons\10-clock.bmp
\Icons\11-tools.bmp
\Icons\12-rss.bmp
\Icons\13-phone.bmp,\Icons\13-phone-alert.bmp
\Icons\14-sms.bmp,\Icons\14-sms-alert.bmp
\Icons\15-mail.bmp,\Icons\15-mail-alert.bmp
\Icons\16-ipod.bmp
New Sms
Calendar
Photos
Camera
Calculator
Battery
Navigate
Weather
Notes
Clock
Settings
CommMan
Phone
Sms
Email
I-Pod
\Windows\tmail.exe
\Windows\calendar.exe
\Windows\pimg.exe
\Windows\camera.exe
\Windows\mobilecalculator.exe
\Windows\power.exe
\Program Files\Live Search\Live Search\Live Search.exe
\program files\spb weather\spbweather.exe
\Windows\Notes.exe
\Windows\clock.exe
\windows\settings.lnk
\Windows\commmanager.exe
\Windows\vtkey.exe
\Windows\tmail.exe
\Windows\tmail.exe
\Windows\wmplayer.exe

deviusdragger
28-04-2007, 12:30 AM
Haha thanks. Yeah the problem i had on mine was that i had icons 14 and 13 wrong. i had a space. i had it like this phone.bmp\, \Icons\ and so on. i had to make it look like this phone.bmp\,\Icons and so on. you get my wave?

Also is there gonna be a version that is in 12 hour format. Im not too much into the 24hr format. And that will also show when you press a key. LIke darken the button or something like that. Thanks guys

deviusdragger
28-04-2007, 12:37 AM
Well this is what mine looks like and it works just fine. i didnt use the email one because i done use many of those. and changed around a couple of keys.

\Icons\02-cal.bmp
\Icons\03-photos.bmp
\Icons\04-camera.bmp
\Icons\05-calc.bmp
\Icons\06-graph.bmp
\Icons\07-map.bmp
\Icons\08-fexplore.bmp
\Icons\09-notes.bmp
\Icons\10-clock.bmp
\Icons\11-tools.bmp
\Icons\12-rss.bmp
\Icons\13-phone.bmp,\Icons\13-phone-alert.bmp
\Icons\14-mail.bmp,\Icons\14-mail-alert.bmp
\Icons\15-web.bmp
\Icons\16-ipod.bmp
Contacts
Calendar
Photos
Camera
Calculator
BlueToof
Navigate
Fexpolre
Notes
Clock
TaskMana
CommMan
Phone
Mail
Internet
I-Pod
\Program Files\iPhone\Contacts.exe
\Windows\calendar.exe
\Windows\pimg.exe
\Windows\camera.exe
\Windows\mobilecalculator.exe
\Windows\Ciclebt.exe
\Windows\Live Search.exe
\Windows\fexplore.exe
\Windows\Notes.exe
\Windows\clock.exe
\Windows\TaskMgr.exe
\Windows\commmanager.exe
\Windows\cprog.exe
\Windows\tmail.exe
\Windows\iexplore.exe
\Windows\wmplayer.exe

diaftia
28-04-2007, 12:55 AM
Nope... I even just tried using the stock config file and that doesn't work either. Thanks for the tips. So far the only app that I have not been able to run on WM6. Well there was one other actually. A Task manager called inclose. Great one. It wasn't even WM6 in that case it was the Dutty v2 ROM that I am running on my 8525. Could be the same thing in this case too.

CBRich
28-04-2007, 01:56 AM
Just a few things here:

0.95 does not work unless call history has been previously opened (universal problem i think)

newsms shortcut with parameters go to a new sms in explorer but simply opens tmail.exe from iphone

some other parameter shortcuts also do not work

diaftia
28-04-2007, 01:59 AM
Just a few things here:

0.95 does not work unless call history has been previously opened (universal problem i think)


ROFL! That was it. I imaged my phone a couple of weeks ago and never opened it. So simple, yet so obscure. Thanks!

afguard17
28-04-2007, 02:16 AM
that fixed my issue too. So that means I have to have call history open first before I can use Iphone app?

diaftia
28-04-2007, 02:47 AM
I thought it was to be short lived. Seems there is also a problem with having all the extra icons in the directory. What I did was deleted the icons in the regular folder, copied all of the icons in extra icons into that folder, and then placed some alert icons on top of that. It didn't like it. Go back to the originals and it works fine.

Another thing I found was that since I cannot seem to use a task manager (program will exit to today rather than back to iphone) I created a running.lnk with the shortcut:

22#ctlpnl cplmain.cpl,4,2

That goes to running programs. Iphone exits on error. Seems like this error has been discovered to some degree though. Just thought I would post what I have found. The app looks pretty damn cool though!

Grumps
28-04-2007, 07:59 AM
Nope... I even verified that all links pointed to something. Like I said I am running WM6 so it could be doing a call to something that might be in a different place. I will even post it so you don't think I am a llama:

\Icons\01-sms.bmp
\Icons\02-cal.bmp
\Icons\03-photos.bmp
\Icons\04-camera.bmp
\Icons\05-calc.bmp
\Icons\06-graph.bmp
\Icons\07-map.bmp
\Icons\08-weather.bmp
\Icons\09-notes.bmp
\Icons\10-clock.bmp
\Icons\11-tools.bmp
\Icons\12-rss.bmp
\Icons\13-phone.bmp,\Icons\13-phone-alert.bmp
\Icons\14-sms.bmp,\Icons\14-sms-alert.bmp
\Icons\15-mail.bmp,\Icons\15-mail-alert.bmp
\Icons\16-ipod.bmp
New Sms
Calendar
Photos
Camera
Calculator
Battery
Navigate
Weather
Notes
Clock
Settings
CommMan
Phone
Sms
Email
I-Pod
\Windows\tmail.exe
\Windows\calendar.exe
\Windows\pimg.exe
\Windows\camera.exe
\Windows\mobilecalculator.exe
\Windows\power.exe
\Program Files\Live Search\Live Search\Live Search.exe
\program files\spb weather\spbweather.exe
\Windows\Notes.exe
\Windows\clock.exe
\windows\settings.lnk
\Windows\commmanager.exe
\Windows\vtkey.exe
\Windows\tmail.exe
\Windows\tmail.exe
\Windows\wmplayer.exe

If you get the error mentioned it means it cant find your icon files. It should still load and show a blank image on the icons it cant find

Grumps
28-04-2007, 08:02 AM
Just a few things here:

0.95 does not work unless call history has been previously opened (universal problem i think)

newsms shortcut with parameters go to a new sms in explorer but simply opens tmail.exe from iphone

some other parameter shortcuts also do not work

Resloved in 0.96

Grumps
28-04-2007, 08:06 AM
I thought it was to be short lived. Seems there is also a problem with having all the extra icons in the directory. What I did was deleted the icons in the regular folder, copied all of the icons in extra icons into that folder, and then placed some alert icons on top of that. It didn't like it. Go back to the originals and it works fine.

Another thing I found was that since I cannot seem to use a task manager (program will exit to today rather than back to iphone) I created a running.lnk with the shortcut:

22#ctlpnl cplmain.cpl,4,2

That goes to running programs. Iphone exits on error. Seems like this error has been discovered to some degree though. Just thought I would post what I have found. The app looks pretty damn cool though!

Your format is wrong but i explained it 4 pages back, but here is your solution :

21#"\windows\ctlpnl.exe"cplmain.cpl,4,2

Grumps
28-04-2007, 08:44 AM
Seems like people enjoy complaining.

I released 0.96 and ALL known bugs are sorted out it only had one though as far as i know.

Other feutures is that it now shows number of unread messages,email and missed call count.

Please test on WM2003 as well. If you guys use a WM2003 device and it shows Searching... in the network operator name then please change the following registry key and enter your operator name where it says searching

\HKLM\System\State\Phone\Current Operator Name

O yes and thanx for all ur comments

michalis1961
28-04-2007, 09:05 AM
Somebody icon for the iphone.exe file?

like

38024
or
38025

diaftia
28-04-2007, 09:15 AM
Your format is wrong but i explained it 4 pages back, but here is your solution :

21#"\windows\ctlpnl.exe"cplmain.cpl,4,2

Ah, thanks for the tip. Works like a champ! It even works good with the inclose task manager. It didn't like PBar but its not the first time I have seen pbar be finicky.

Much appreciated! Thanks!

Grumps
28-04-2007, 11:05 AM
Ah, thanks for the tip. Works like a champ! It even works good with the inclose task manager. It didn't like PBar but its not the first time I have seen pbar be finicky.

Much appreciated! Thanks!

Whats the shortcut u tried to make for pbar cause there is no reason it shouldnt work

samy.3660
28-04-2007, 11:32 AM
Grumps,
Can u make a shortcut that will open start menu, i cannot stay without it.
I have searched all over but cannot find.

Thanks

Grumps
28-04-2007, 11:46 AM
Grumps,
Can u make a shortcut that will open start menu, i cannot stay without it.
I have searched all over but cannot find.

Thanks

Do u mean that will show as if u click the start icon or should it just open \windows\start menu\programs ??

Grumps
28-04-2007, 11:47 AM
So in post #1, Grumps refernces a "mail.txt" file. What would that do? I don't see an example of it.

On a related note, I couldn't get my SMS lnk file to work yet. The LNK file doesn't really seem to execute when I add parameters like:
20#"\Windows\tmail.exe" -service "SMS" -to "" -body ""

Which does work right when I just tap it from File Explorer.

Also, I did the "missed calls" filter on my call history and iPhone .95 started up with no error... I guess I haven't done that before.

TTFN

Remove the space before -service and lemme know

Grumps
28-04-2007, 11:49 AM
Just a few things here:

0.95 does not work unless call history has been previously opened (universal problem i think)

newsms shortcut with parameters go to a new sms in explorer but simply opens tmail.exe from iphone

some other parameter shortcuts also do not work


Tell me the ones that you cant get to work and ill tell you how to fix it

nijhof
28-04-2007, 11:49 AM
i have no idea, i'm going insane.
no matter wath path i type in config file, it will not find the 13-phone-alert.bmp and will give the error on startup.

anyone got a tip?

Grumps
28-04-2007, 11:53 AM
Hello Grumps, great job! The "theme" is really beautiful and the user interface is easy to use.

There are two questions: I use an (german) xda orbit, which shows on my Tody-Screen (with an extra-tool, what was included by o2) my "Homezone". Is it possible to integrate that anyhow to your theme?

How can I add more Programm-Icons to your theme? I mean something like an icon with a link to a 2nd page, where I can place more programs. Eg. I click a "more"-Button and another page opens with tools or a Contact-Page opens with all the Icons with Pictures of my friends. If I click on one person it would dial the number... (The Idea comes from another iphne theme form ozan killic (http://www.ozankilic.com/?p=31 He uses wisbar to realize that, but is is very beta...)

Greetings
vsa

Ok ive added your second page request and are busy testing it, will be version 0.97. Will load it later today. How r u gonna get it to dial a number buddy?

Grumps
28-04-2007, 12:00 PM
i have no idea, i'm going insane.
no matter wath path i type in config file, it will not find the 13-phone-alert.bmp and will give the error on startup.

anyone got a tip?


There shouldnt be a problem paste your config.txt file here and ill check quickly

samy.3660
28-04-2007, 12:03 PM
Do u mean that will show as if u click the start icon or should it just open \windows\start menu\programs ??

Yes as if u click the start icon. I want that bcoz i cannot open start menu while being on the launcher.

Thanks

Grumps
28-04-2007, 12:07 PM
Yes as if u click the start icon. I want that bcoz i cannot open start menu while being on the launcher.

Thanks

ok lemme try wil test something quickly

Grumps
28-04-2007, 12:32 PM
Cant find anything that will show the start menu. Can you not find something so you can reassign a button maybe?

samy.3660
28-04-2007, 12:49 PM
Cant find anything that will show the start menu. Can you not find something so you can reassign a button maybe?

Nope as i said i have tried almost everything but couldnt find.

samy.3660
28-04-2007, 01:04 PM
Grumps,
I find out something that people who are using wizard can open start menu by an application called smartskey, but if we can make shorcut that will trigger the start menu that will be good.

And can we change the background of the launcher, i like clownfish one, like we change the icon

Thanks

Grumps
28-04-2007, 01:14 PM
Grumps,
I find out something that people who are using wizard can open start menu by an application called smartskey, but if we can make shorcut that will trigger the start menu that will be good.

And can we change the background of the launcher, i like clownfish one, like we change the icon

Thanks

You know ill mail the author of smartskey and find out how he triggers it and see if get a responce. As with the background : The clownfish are actually used as a screen saver and not th main IPhone screen. The problem with doing that is the text under the icons will have a black background and not transparent. Im trying to figure out a way of resolving this issue. As soon as ive done that ill make it so anyone can load any background. Please be a little patient.

Thanx

nijhof
28-04-2007, 02:52 PM
There shouldnt be a problem paste your config.txt file here and ill check quickly

i'ts the same config as pasted on page 18 (not in a position to paste it in myself right now) however I do not have the vtkey.exe but i use cprog.exe

thx

Grumps
28-04-2007, 03:09 PM
i'ts the same config as pasted on page 18 (not in a position to paste it in myself right now) however I do not have the vtkey.exe but i use cprog.exe

thx

On startup the app only loads images and nothing else, so if ur getting a file not found error the file is either missing, or name is spelt incorrectly or its not a valid .bmp file. please make sure of the spelling

Grumps
28-04-2007, 03:19 PM
0.97 is uploaded.

There wqas a lot of changes so please dont complain tooooooo much if there are any bugs.

Yuo can now load 4 additional pages instead of just the one use the words page2,page3,page4 o3 page3 instead of an .exe file

To NOT use any notifications for sms,email,missed calls add a ,0 after the .bmp files eg \icons\phone.bmp,\icons\phone-alert.bmp,0

Im only gonna be online again on monday so lemme know about the bugs.

O yes and can someone tell me if it works on a WM2003 device

sagivhadaya
28-04-2007, 05:50 PM
grumps, amazging progress, its nice to see this application comes out so fast.

couple of requests:
1. can we make the buttons presses down when clicked?
2. can we combine it all to a basic package? (with contacts and slide)


thanks!:D

nijhof
28-04-2007, 07:32 PM
and ofcourse add to that a uniform finger scrolling app which can be used with all apps including music/calendar etc etc :)

Grumps
29-04-2007, 07:37 AM
and ofcourse add to that a uniform finger scrolling app which can be used with all apps including music/calendar etc etc :)

Did u get yours working now???

Grumps
29-04-2007, 07:39 AM
grumps, amazging progress, its nice to see this application comes out so fast.

couple of requests:
1. can we make the buttons presses down when clicked?
2. can we combine it all to a basic package? (with contacts and slide)


thanks!:D

Im working on the button press thing buddy, just wanna get the whole thing working properly first

I didnt write the slide or the contacts app so i cant add it to my package :-( btw im working on a slide myself but its not soooo easy

Thanx for enjoying this app

nijhof
29-04-2007, 10:18 AM
Did u get yours working now???

yes, i just pasted your config file 0.97 and it worked fine. Great app, thx once again.

nijhof
29-04-2007, 01:59 PM
is it possible to open a web page?

i tried to a) directly and b) through a .lnk file.

both didnt work.

lordbrian
29-04-2007, 02:32 PM
Not sure if you solved the battery status but here is code if you didn't


Is vb.net but easy to convert


Private Class SYSTEM_POWER_STATUS_EX
Public ACLineStatus As Byte
Public BatteryFlag As Byte
Public BatteryLifePercent As Byte
Public Reserved1 As Byte
Public BatteryLifeTime As System.UInt32
Public BatteryFullLifeTime As System.UInt32
Public Reserved2 As Byte
Public BackupBatteryFlag As Byte
Public BackupBatteryLifePercent As Byte
Public Reserved3 As Byte
Public BackupBatteryLifeTime As System.UInt32
Public BackupBatteryFullLifeTime As System.UInt32
End Class

<Runtime.InteropServices.DllImport("coredll")> Private Shared Function GetSystemPowerStatusEx( _
ByVal lpSystemPowerStatus As SYSTEM_POWER_STATUS_EX, ByVal fUpdate As Boolean) As System.UInt32
End Function

Public Function Bat() As String
Bat = ""
Dim status As New SYSTEM_POWER_STATUS_EX
If Convert.ToInt32(GetSystemPowerStatusEx(status, False)) = 1 Then
Return String.Format("{0}%", status.BatteryLifePercent)
End If
End Function

vsa
29-04-2007, 04:59 PM
Hello Grumps,
wow - great job. I just installed the 0.97 and it works fine so far. Switching to the second or thrid page works also fine if there are 16 Icons. If you put less than 16 Icons, the program crashes.
I try to figure out how to diala number out of an icon/shortcut.

Greetings
vsa

amduser
29-04-2007, 06:30 PM
I am getting this weird error....
-------------------------
iPhone.exe
NullReferenceException

Form1::LoadSignal+0x20
Form1::Form1_Load+0xd9
Form::OnLoad+0x15
Control::set_Visible+0x1f
Application::Run+0x7
Form1::Main+0xa
-------------------------

The program has no name and at the top it says:
(tab) No Service
Error

At the bottom it has a Quit button
---------------------------------------------------------------

I hope there is a quick fix for this as I am very egger to get this program up and running as I have spent 1hr working on custom icons lol

Sorry that was for v.94 my browser was catching the first post-page so I never saw the latest version just had to hit refresh o.O

ianrulz123
30-04-2007, 09:56 PM
Wow, I love .97!!!

It seems to be working perfectly on my 8125. I absolutely love the missed call and new text indicator (I don't use the email interface, so I can't say anything about that.)

Has anyone brought up the possibility of a Voicemail indicator? That would be sweeeeet too.

Thanks again for all the hard work!

:D

richardlai
30-04-2007, 10:46 PM
Yeah, being able to execute a .lnk file would be awesome.

If you make the following LNK file you can create a new SMS (which makes that icon different than the Mail icon):

Paste this into Notepad and name it <something>.lnk
20#"\Windows\tmail.exe" -service "SMS" -to "" -body ""

Then I wanted to assign the action for SMS to this LNK file.
TTFN

I created this .lnk file as instructed by the launcher still doesn't do anything.

I am also trying to make a button for "Contacts", so I will need to know what I have done wrong above.

Is the time difference (Mine displays 8:50 instead of 9:50) a known issue?

xpsypiex
30-04-2007, 11:04 PM
So you need someone to work with the images? What kind of work needs to be on what? I'm down for what ever images you need.

I am assuming any image is going to be around 24x24 pixels in size. I used to play this game called Ragnarok Online. Here is some of my work for the game ( pink shows up in game as transparent.): http://jrfma.net/other/roe/

richardlai
01-05-2007, 12:11 AM
This is what I've done:
http://farm1.static.flickr.com/195/478969396_e953209a60.jpg

Shame that the time on the slide unlocker is one hour behind the real time:
http://farm1.static.flickr.com/218/478969382_5702ab4c25_m.jpg

mbbfiddler
01-05-2007, 03:54 AM
I can if someone can do all the pressed icons. Like putting a grey shade over them?

Fantastic app and amazing work keeping up with the explosion of requests minimal bugs since first post!!! Your patience and dedication to its improvement are highly commendable; if I were a rich man, id be donating a portion of the budget to this site!

Chiming in with incremental improvement request:
The screen buttons take up a lot of space from frequently used app buttons; can you make one button to toggle through the screens, or maybe toggle by clicking the service provider name?

One other thing that could enhance the app is displaying the correct number day in the calendar icon. Prolly not important tho.

Depressed button images attached at your request. Hope this is still helpful.

Unfortunately I havent looked into 0.97 with the number of missed calls/sms/emails displayed yet so the depressed alert buttons attached may be superfluous in this case.

If anyone wants to replicate this for their own created buttons; do a colour overlay in photoshop - black at 50%.
mbb

aneto
01-05-2007, 10:49 AM
Hi Grumps,

Your app looks very nice in my axim. Thanks.

------
aneto

ojtemple
01-05-2007, 12:07 PM
Has anyone else tried running this on a Prophet? It seems to run just fine - for a few hours or so. Then it starts causing strange problems such as apps not running, back-light won't come on, general slow response. If I quit the program everything returns to normal. It's a shame as it's a great program otherwise.

xraider
01-05-2007, 02:48 PM
Grumps/All- I'm a newbie and the collabortion here is incredible! I am using the 0.97 version but the background on all the text is showing up gray instead of black. Majority of screen is black, except the blocks just around the text (including the time and apps text). Any suggestions on how I can fix this? I'm using an iPAQ hp4150. Thanks again.