Pages: 1 2 3 4 5 6 :: [one page] |
Author |
Thread Statistics | Show CCP posts - 1 post(s) |

Johnny Dread
Gallente MORAT Section
|
Posted - 2007.06.23 08:41:00 -
[1]
It's only been a few days and I already see a lot of great new tools using the newly released Eve API. Thanks CCP!
There have been a lot of forum topics asking (including me) for a little tool to check the currently training skill on a mobile phone (Windows Mobile 5).
So I decided to try to code something myself: Linkage Screenshots
It's very basic at the moment but I'll update its functionality in the future.
I'll also provide the source code as soon as I cleaned it up a bit. 
Let me know what you think. Any suggestions are welcome.
- Johnny D
|

Max Kentarii
Nordic Endeavour
|
Posted - 2007.06.28 13:20:00 -
[2]
Looks like a nice app. Would be great if you could have it on the Today's page. -----
Wreck Salvaging Database :: EVE Dashboard |

Johnny Dread
Gallente MORAT Section
|
Posted - 2007.06.29 17:58:00 -
[3]
Originally by: Max Kentarii Looks like a nice app. Would be great if you could have it on the Today's page.
Yes, that was my plan initialy. Didn't find an easy solution to do this. Currently all my code is writen for the .NET Compact Framework which doesn't support Today plugins yet without some embedded C++ magic.
I am also having some trouble getting the mobile out of standby mode to actually play the alarm.
Hopefully I'll have some more time to fix this issue over the weekend.
|

Demonarc
|
Posted - 2007.07.05 12:49:00 -
[4]
This app works pretty well on my device (T-Mobile MDA Vario II - HTC Phone). Had a bit of trouble getting the framework to instal as it wouldn't instal to a storage card. Also, had to do two resets for the device to recognise the framework was installed.
All in all, it works, although I just found out my skill has finished and i'm stuck at work 
Once you clean up the source i'll have a look at it and see if there's any way I can improve it or tailor it to suit my needs. There's a few more things i'd like to add! |

Megabond
The Collective Against ALL Authorities
|
Posted - 2007.07.05 14:12:00 -
[5]
This looks good, mate. Add the Cingular 3125 (HTC StarTrek) and iMate JasJar (HTC Universal) to your list of supported devices.
I was going to do the same thing for my WM5 phone but in the end decided on an ASP.net solution that I can run through the browser since I am always switching my phones. If you somehow ***** the today screen though I'd be tempted to give this another look...
|
|

CCP Garthagk

|
Posted - 2007.07.05 14:39:00 -
[6]
Oh, wicked cool. There's a sticky thread in the Skill forum that you might want to link this in (if you haven't already).
-------------- Garthagk - EVE Web Guy
To err is human to really ***** up takes admins. -Hellmar |
|

Mistress PewPew
Repo Industries
|
Posted - 2007.08.04 01:17:00 -
[7]
Seems to work fine on my Samsung i607 Blackjack (WM5). Eager for the multiple character thing though. =)
|

Johnny Dread
Gallente MORAT Section
|
Posted - 2007.08.04 09:41:00 -
[8]
Edited by: Johnny Dread on 04/08/2007 09:41:33 Thanks for the feedback.
I didn't have as much time as I hoped the last couple of weeks.
But myself and my corp mate are now working on this project again so hopefully we'll see some progress soon. 
|

Xanja
2H Industries
|
Posted - 2007.08.06 06:38:00 -
[9]
this looks great
----------------- |

Admiral Alina
Minmatar Old Farts Imperial Republic Of the North
|
Posted - 2007.08.06 21:41:00 -
[10]
that is cool...but is there any chance we can have a JAVA version of it? tkx
-------------------------------------------------------------- ^ This line means that a signature will follow after it ^ |

tsascorpio
|
Posted - 2007.08.15 07:02:00 -
[11]
Any new updates on this yet?? 
|

Gord Ackfordham
Fenscore Enterprises United Corporations Against Macros
|
Posted - 2007.08.15 12:41:00 -
[12]
Originally by: Admiral Alina that is cool...but is there any chance we can have a JAVA version of it? tkx
yeah, the motorola razr only will do j2me stuff... can we get a port?  --- cheers, gordo |

Johnny Dread
MORAT Section
|
Posted - 2007.09.16 07:53:00 -
[13]
I finally got around to actually release a polished version. Quite a few changes in version 0.2:
- Account/Character selection dialog
o Configure multiple accounts/characters o At the moment still limited to one character monitored but you can switch
- Skill Browser
o Browse all Skills o Brose all trained skills o Merged view showing all skills and your trained skills are marked
- Simple Personal & Corp Wallet Screen (Requires Full Access API Key)
- Correct Wakeup if Mobile is in standby mode
- A lot of smaller fixes and improvements
Let me know if you find any problems with this version.
Expect a version with a working Today screen plugin soon(tm) 
|

Pottsey
Enheduanni Foundation
|
Posted - 2007.09.27 08:44:00 -
[14]
Is this phones only or should it work on PDA's with Windows Mobile 5? Cannot get it to work on my iPAQ PDA. Passive shield tanking guide click here |

Orchid Ix
Reikoku Band of Brothers
|
Posted - 2007.09.28 03:18:00 -
[15]
Works great on my T-Mobile Wing with Windows Mobile 6 :) Save a few minor glitches here and there. --
|

Johnny Dread
MORAT Section
|
Posted - 2007.10.01 18:03:00 -
[16]
Originally by: Pottsey Is this phones only or should it work on PDA's with Windows Mobile 5? Cannot get it to work on my iPAQ PDA.
It should work. Had it working on my Dell Axim but is a pain to update since you need WiFi.
Originally by: Orchid Ix Works great on my T-Mobile Wing with Windows Mobile 6 :) Save a few minor glitches here and there.
What kind of glitches?
i found a bug where it would not always play the "Skill Completed" sound which should be fixed in next release. (Hopefully next weekend)
I am also working on using the Calendar for the reminders which probably is a lot more reliable then my own method.
|

Orchid Ix
Reikoku Band of Brothers
|
Posted - 2007.10.01 19:30:00 -
[17]
I had the phone's screen off, and when I'd power the screen back on, it would repeat the "Skill training completed" sound over and over untill I killed the process.  --
|

Johnny Dread
MORAT Section
|
Posted - 2007.10.06 15:30:00 -
[18]
Originally by: Orchid Ix I had the phone's screen off, and when I'd power the screen back on, it would repeat the "Skill training completed" sound over and over untill I killed the process. 
Yes, thats the sound bug I fixed. Hopefully I'll have some time this weekend to release the next version.
|

Orchid Ix
Reikoku Band of Brothers
|
Posted - 2007.10.07 16:54:00 -
[19]
Nice, other than that I havn't found any more issues. Great little application  --
|

Higan Re'tur
|
Posted - 2007.10.08 08:44:00 -
[20]
Works fine on my HP hx4700 running WM5 - unfortunately it runs significantly slower compared to v0.1 and eats a large chunk of memory.
The wallet freezes for a minute or so and crashes with a NET2.0 error dialog. It doesn't happen when I provide the Full key, but still very slow.
It would be nice if the program saved the current skill in training upon exit, for those of us having no connection on the go.
Looking forward to the next update! 
|

Johnny Dread
MORAT Section
|
Posted - 2007.10.08 18:43:00 -
[21]
Here is the next release of EveSkillPocket.
The two main features are
- Today Screen plugin
- Outlook (Calendar) integration.
Additional we fixed quite a few bugs from feedback of you guys. Keep them coming.
Download it here.
As always if you find any bugs or have suggestions for new features let me know.
- Johnny D
|

Johnny Dread
MORAT Section
|
Posted - 2007.10.08 18:50:00 -
[22]
Originally by: Higan Re'tur Works fine on my HP hx4700 running WM5 - unfortunately it runs significantly slower compared to v0.1 and eats a large chunk of memory.
We might have found the problem with this. I think some devices don't handle the 1MB or so embedded resources very well. This was introduced in 0.2 in an attempt for an easier install. Check out Version 0.3 if it is any better.
Originally by: Higan Re'tur
The wallet freezes for a minute or so and crashes with a NET2.0 error dialog. It doesn't happen when I provide the Full key, but still very slow.
The wallet requires the full key 0.3 should display a nice error message that explains this instead of the crash of version 0.2
Originally by: Higan Re'tur
It would be nice if the program saved the current skill in training upon exit, for those of us having no connection on the go.
This is a planned feature which hopefully will be included soon.
Keep the feedback coming. Very much appreciated.
|

midge Mo'yb
R.U.S.T. Phalanx Alliance
|
Posted - 2007.10.09 09:09:00 -
[23]
Edited by: midge Mo''yb on 09/10/2007 09:21:25 Edited by: midge Mo''yb on 09/10/2007 09:16:36
Originally by: Johnny Dread
Originally by: Higan Re'tur Works fine on my HP hx4700 running WM5 - unfortunately it runs significantly slower compared to v0.1 and eats a large chunk of memory.
We might have found the problem with this. I think some devices don't handle the 1MB or so embedded resources very well. This was introduced in 0.2 in an attempt for an easier install. Check out Version 0.3 if it is any better.
Originally by: Higan Re'tur
The wallet freezes for a minute or so and crashes with a NET2.0 error dialog. It doesn't happen when I provide the Full key, but still very slow.
The wallet requires the full key 0.3 should display a nice error message that explains this instead of the crash of version 0.2
Originally by: Higan Re'tur
It would be nice if the program saved the current skill in training upon exit, for those of us having no connection on the go.
This is a planned feature which hopefully will be included soon.
Keep the feedback coming. Very much appreciated.
i loves you! :D now to find that usb lead thingymabob only downside is im having to use activesync since im at work :( with my xp laptop i hate it.. Vista's Mobile device center is waay better :P
installed on my phone without a problem and works a treat :D
+EDIT+ Today Screen doesnt seem to work on my phone(not sure if its supposed to but meh :) -----------------------------------------------
|

midge Mo'yb
R.U.S.T. Phalanx Alliance
|
Posted - 2007.10.09 09:28:00 -
[24]
Originally by: Pottsey Is this phones only or should it work on PDA's with Windows Mobile 5? Cannot get it to work on my iPAQ PDA.
i had to update my .netcf its so hard to find the new version on the ms site i had to install it twice
the version i got to work was http://www.rogue-force.net/DOTNETCF.cab -----------------------------------------------
|

Orchid Ix
Reikoku Band of Brothers
|
Posted - 2007.10.10 01:06:00 -
[25]
Unable to get the "Today Plugin" to work in the Wing (WM6) running. Even tried rebooting the device. It already has the latest version of .NET as well.
Will be testing for the sound issue over night.  --
|

midge Mo'yb
R.U.S.T. Phalanx Alliance
|
Posted - 2007.10.11 15:18:00 -
[26]
Originally by: Orchid Ix Unable to get the "Today Plugin" to work in the Wing (WM6) running. Even tried rebooting the device. It already has the latest version of .NET as well.
Will be testing for the sound issue over night. 
i dont think the today plugin works on WM Smartphone as the "today screen" is called "homescreen" on the smartphone the only way ive see stuff added to that is via editing the xml files -----------------------------------------------
|

Orchid Ix
Reikoku Band of Brothers
|
Posted - 2007.10.12 02:35:00 -
[27]
Quote: i dont think the today plugin works on WM Smartphone as the "today screen" is called "homescreen" on the smartphone the only way ive see stuff added to that is via editing the xml files
Nah, it's call the "Today Screen" says so in the settings, and start menu  --
|

Johnny Dread
MORAT Section
|
Posted - 2007.10.12 09:04:00 -
[28]
Originally by: Orchid Ix Unable to get the "Today Plugin" to work in the Wing (WM6) running. Even tried rebooting the device. It already has the latest version of .NET as well.
Will be testing for the sound issue over night. 
Can you go to Settings -> Today and disable/enable Eve Skill Pocket maybe that helps.
If you have a device with Primary-Storage + Flash, SD-Card and installed Eve Skill Pocket on the Flash drive. Try to install it in the primary storage. There seems to be an issue with Windows Mobile not being able to load Today Plugins from the secondary storage.
We are working on a fix for this. We'll probably have to modify the installer CAB file to install the plugin on your primary storage and the main application on the user selected one. This looks like a limitation of Windows Mobile itself.
Known Bugs: I also had a report that the Wallet doesn't work sometimes (WebException) or displays incorrect values. I'll have a look at this over the weekend as well.
|

Buttford
Minmatar Black Reign
|
Posted - 2007.10.12 10:26:00 -
[29]
Is there a way to have 2 characters on the today screen at the same time?
|

midge Mo'yb
R.U.S.T. Phalanx Alliance
|
Posted - 2007.10.12 11:55:00 -
[30]
Edited by: midge Mo''yb on 12/10/2007 11:55:11
Originally by: Orchid Ix
Quote: i dont think the today plugin works on WM Smartphone as the "today screen" is called "homescreen" on the smartphone the only way ive see stuff added to that is via editing the xml files
Nah, it's call the "Today Screen" says so in the settings, and start menu 
the nagain i have WM5 :( T-Mobile uk wont cough up the wm6 upgrades yet  we will be releasing them "soon" -----------------------------------------------
|

Johnny Dread
MORAT Section
|
Posted - 2007.10.12 12:49:00 -
[31]
Originally by: Buttford Is there a way to have 2 characters on the today screen at the same time?
No, not yet. But Multi-Character Account is something on the TODO List.
|

Orchid Ix
Reikoku Band of Brothers
|
Posted - 2007.10.14 19:41:00 -
[32]
Quote: the nagain i have WM5 :( T-Mobile uk wont cough up the wm6 upgrades yet  we will be releasing them "soon"
you can't do it via the "windows update" --
|

Orchid Ix
Reikoku Band of Brothers
|
Posted - 2007.10.14 20:01:00 -
[33]
Originally by: Johnny Dread If you have a device with Primary-Storage + Flash, SD-Card and installed Eve Skill Pocket on the Flash drive. Try to install it in the primary storage. There seems to be an issue with Windows Mobile not being able to load Today Plugins from the secondary storage.
We are working on a fix for this. We'll probably have to modify the installer CAB file to install the plugin on your primary storage and the main application on the user selected one. This looks like a limitation of Windows Mobile itself.
That sucks, because I do not wish to fill up the main memory.  --
|

midge Mo'yb
R.U.S.T. Phalanx Alliance
|
Posted - 2007.10.15 08:57:00 -
[34]
Originally by: Orchid Ix
Quote: the nagain i have WM5 :( T-Mobile uk wont cough up the wm6 upgrades yet  we will be releasing them "soon"
you can't do it via the "windows update"
huh?
theres no windows update on it :s unless i dont have the link :P
but t-mobile provide all the windows mobile OS upgrades for free to there customers.. they just havent got around to my handset :(
(from what i understand each vendor has to make a custom build of WM6 for each handset)
-----------------------------------------------
|

Ezra
Gallente Calista Industries Brutally Clever Empire
|
Posted - 2007.10.16 21:59:00 -
[35]
Originally by: midge Mo'yb
Originally by: Orchid Ix
Quote: the nagain i have WM5 :( T-Mobile uk wont cough up the wm6 upgrades yet  we will be releasing them "soon"
you can't do it via the "windows update"
huh?
theres no windows update on it :s unless i dont have the link :P
but t-mobile provide all the windows mobile OS upgrades for free to there customers.. they just havent got around to my handset :(
(from what i understand each vendor has to make a custom build of WM6 for each handset)
Correct, each carrier has to release the update to their users.
The exception is that if another carrier that uses the same hardware releases an update, it is often possible to SuperCID the device and install a ROM from a different carrier on it.
For example, I SuperCIDed my AT&T Tilt and put the HTC TyTn II ROM on it.
I'll try EveSkillPocket later today, need to boot my laptop into Windows to edit and sync character.xml - It seems like I can only view it but not edit it on the device itself. :( ------------ Ezra Cornell
|

Belthus
|
Posted - 2007.10.22 13:08:00 -
[36]
Just downloaded and installed V0.3 to the default Dir on my T-Mobile Vario III running WM6.
I then edited the character.xml file and copied it to the install directory.
Installs fine, but when i run the program i get a can't fine character.xml file error.
Bel
|

Nathaniel Jackson
Spectrum Solutions INC
|
Posted - 2007.10.25 22:28:00 -
[37]
I just got a brand new Asus P735, and i'm gonna try the 3.0 version tomorrow I will post here my opinion after install.. In any case, this is a very very usefull tool for all EvE addicts ( like me ).
|

Kazie Kama
Eve University
|
Posted - 2007.10.26 20:42:00 -
[38]
Any info on when the source will be released?
|

Issac Gains
Caldari House of David
|
Posted - 2007.10.30 18:59:00 -
[39]
3.0 works as advertised on the Motorola Q.
Awesome app guy! ToJ - EVE |

Brother Baltazar
|
Posted - 2007.10.31 10:37:00 -
[40]
So far working on the Qtek S200, great work mate :) Would be great to track all my character skills on the today plugin if possible :) and maybe connect to the calendar to set a task to change skill? (just sugestion, no clue if its even possible)
|

invY Ancoron
Minmatar
|
Posted - 2007.10.31 16:54:00 -
[41]
Edited by: invY Ancoron on 31/10/2007 16:54:37 wow great programm. I just installed it on my HTC Touch (WM6 Pro) - the today plugin didn't work. So i read the thread and reinstalled it to the primary memory - today plugin now works.
Thanks!
|

Sor Prius
|
Posted - 2007.10.31 18:00:00 -
[42]
I have a Toshiba E805 running Windows Mobile 2003 Second Edition in VGA (OZ_VGA) mode, and it works well. I do have three issues though.
One the Today Plugin does not work, at all, it does not even show up in the list of plugins in the Today settings after a reboot, and yes it's turned on in the application.
Two, the light grey color font for the text in the current skill window does not show up well, it'd be nice to have at least the text be solid black.
Three, the calendar feature does not work on my system because I have it loaded to my CF Card, and when it wakes up for a skill completed alarm the CF Card does not come ready for a few seconds, and I get the message "Cannot execute /CF Card/EveSkillPocket/EveSkillPocket.exe". I may end up having to reload it to memory.
Thanks for a great tool!
Sor Prius
|

Brother Benthor
FinFleet Band of Brothers
|
Posted - 2007.11.01 23:24:00 -
[43]
not working in my Qtek S200 :( i can install, i can see the character list, but when i press update the loading symbol shows and never disappears or updates :( I have tested if it was internet problems, but i can use explorer with no problem.
-BACK SOON- |

oxman
|
Posted - 2007.11.04 12:02:00 -
[44]
Very good, but nothing for a phone like the k850i ?
|

Battlestorm
|
Posted - 2007.11.13 23:31:00 -
[45]
Got it installed on my Vario III fine, today plugin works fine. I used your xml sample and put the api and my user id in the right boxes.
However when I go into Menu > Char > Update
Nothing happens dont get any updates and it doesnt try to establish a connecting overy 3G, GPRS, or active sync.
Any ideas?
Cheers
Kimbie
|

Alesk Remo
Amarr Kaminjosvig
|
Posted - 2007.11.15 13:03:00 -
[46]
Very very cool tool! Well done.
|

Trent0r
Caldari Ravenous Inc. Interstellar Starbase Syndicate
|
Posted - 2007.11.16 06:09:00 -
[47]
Sweet! I now have a reason to use my phone! 
|

Johnny Dread
MORAT Section
|
Posted - 2007.11.19 13:45:00 -
[48]
Just a quick update.
I've created a Sourceforge project for those interested in the source code. (Browse SVN)
You can also submit bugs there: Tracker -> Bugs, Click Submit New
Expect a new version soon with some bugfixes: - Today Plugin font sizes - Two Eve Skill Pocket instances running after standby mode - Fix for installations that are not on the primary flash memory.
|

Zakr
|
Posted - 2007.11.19 14:45:00 -
[49]
3.0 don't work Update on the ASUS 969 error "EveSkillPocket.exe - ArgumentOutOfRangeException"
|

Onyx Grey
|
Posted - 2007.11.20 05:04:00 -
[50]
Is there some sort of trick to get the XML file to work? I entered in my API key and everything, but when I access it in my phone it has a red circle icon next to MainAccount and CynoAlternate. What am I doing wrong?
|

Johnny Dread
MORAT Section
|
Posted - 2007.11.20 08:49:00 -
[51]
Edited by: Johnny Dread on 20/11/2007 08:49:17
Originally by: Zakr 3.0 don't work Update on the ASUS 969 error "EveSkillPocket.exe - ArgumentOutOfRangeException"
When does this error occur? Can you see more details in the error message?
Originally by: Onyx Grey Is there some sort of trick to get the XML file to work? I entered in my API key and everything, but when I access it in my phone it has a red circle icon next to MainAccount and CynoAlternate. What am I doing wrong?
In the character screen, select (click,tap) the character you want to activate. Then go back and click update.
|

Onyx Grey
|
Posted - 2007.11.20 14:21:00 -
[52]
Originally by: Johnny Dread Edited by: Johnny Dread on 20/11/2007 08:49:17
Originally by: Onyx Grey Is there some sort of trick to get the XML file to work? I entered in my API key and everything, but when I access it in my phone it has a red circle icon next to MainAccount and CynoAlternate. What am I doing wrong?
In the character screen, select (click,tap) the character you want to activate. Then go back and click update.
i am going to the character screen. that is where the problem is. when i attempt to select my character it will not allow it.
|

Ezra
Gallente Calista Industries Brutally Clever Empire
|
Posted - 2007.11.20 19:16:00 -
[53]
Originally by: Brother Benthor not working in my Qtek S200 :( i can install, i can see the character list, but when i press update the loading symbol shows and never disappears or updates :( I have tested if it was internet problems, but i can use explorer with no problem.
Same problem here with an AT&T Tilt (running the HTC TyTn II ROM, so it's basically a TyTn II).
EveSkillPocket can clearly get some info from the EVE servers as it discovered the list of characters (and what corp they are in) on each of the accounts that I had IDs and API Keys for.
Eventually it gives a "Cannot contact the EVE servers" error or something like that, but I can't give the full text as it only pops up if you try to force kill the app and wait for 2-3 minutes. The app finally closes 1-2 seconds after popping up the error. If you don't force kill it, it goes on forever. ------------ Ezra Cornell
|

toxicvega
F.R.E.E. Explorer Atrum Tempestas Foedus
|
Posted - 2007.11.21 03:27:00 -
[54]
Looks like a great program, however I get this error
"Eve Skill Pocket was unable to load your character.xml. Please make sure you have a correct (minimal) character.xml file in your EveSkillPocket directory"
HELP
-_/-_/-_/-_/- Please return trays to their upright position. Thanks you for riding the forums
Ad Astra Per Aspira - A Rough Road Lea |

Johnny Dread
MORAT Section
|
Posted - 2007.11.21 07:36:00 -
[55]
Originally by: Ezra
Originally by: Brother Benthor not working in my Qtek S200 :( i can install, i can see the character list, but when i press update the loading symbol shows and never disappears or updates :( I have tested if it was internet problems, but i can use explorer with no problem.
Same problem here with an AT&T Tilt (running the HTC TyTn II ROM, so it's basically a TyTn II).
EveSkillPocket can clearly get some info from the EVE servers as it discovered the list of characters (and what corp they are in) on each of the accounts that I had IDs and API Keys for. ...
This might be caused by the change to the EveAPI CCP Garthagk posted here.
I don't have to code in front of me but I think we send out two requests and the second will probably be blocked by the Eve API server.
I'll have a look at it.
|

Johnny Dread
MORAT Section
|
Posted - 2007.11.21 07:38:00 -
[56]
Originally by: toxicvega Looks like a great program, however I get this error
"Eve Skill Pocket was unable to load your character.xml. Please make sure you have a correct (minimal) character.xml file in your EveSkillPocket directory"
HELP
Modify the include character.xml.sample file with your API Key and UserID. Once that is done copy it over to the correct EveSkillPocket directory on your device as "character.xml"
We are still trying to figure out a way to make this process easier. If anyone has a good idea let me know. (Maybe some kind of Desktop application, but I am not sure yet)
|

Zakr
|
Posted - 2007.11.21 15:30:00 -
[57]
Originally by: Johnny Dread Edited by: Johnny Dread on 20/11/2007 08:49:17
Originally by: Zakr 3.0 don't work Update on the ASUS 969 error "EveSkillPocket.exe - ArgumentOutOfRangeException"
When does this error occur? Can you see more details in the error message?
Message box in WM5
|

Ginger McAle
|
Posted - 2007.12.13 16:35:00 -
[58]
Hi, great tool! Thanks for it. I have a problem. I installed it successfully. Changed the XML file correctly and set activated="true" When i start the programm and go to the xml file the programm set activated="false". When i go to characters they have both a red sign. When i click/tap on them nothing happens. When i click/tap long on them nothing happens. When i select one and go on update or back and then update it also dont work. Giving me the normal error message "No Account/Character is activated...."
My device is MDA Vario (first one). Hope you can assist.
Thanks.
|

za medic
|
Posted - 2007.12.21 13:21:00 -
[59]
Works perfect on an IMate KJAM. Thanks for the tool - its great, well done.
Sincerely,
ZA_Medic
|

Rykhin
|
Posted - 2007.12.28 01:14:00 -
[60]
Originally by: Johnny Dread Modify the include character.xml.sample file with your API Key and UserID. Once that is done copy it over to the correct EveSkillPocket directory on your device as "character.xml"
We are still trying to figure out a way to make this process easier. If anyone has a good idea let me know. (Maybe some kind of Desktop application, but I am not sure yet)
Guess you could always have a form where the user can insert the account name, UserID & API Key if the character.xml file doesn't exist. Of course it'd be a nightmare to have to type in the API Key manually so you're idea of making a desktop application to generate the file for people might be better.
|

Crytan
NorCorp Enterprise
|
Posted - 2008.01.25 13:24:00 -
[61]
I'm rather new to development myself, but I'll see if I can smack together a desktop app for creating the xml file. If this apps does what it's supposed to, given I manage to build it, and Johnny Dread want to include it in the package, give me a note and I'll hand over the source code. --- - Torpify - |

Crytan
NorCorp Enterprise
|
Posted - 2008.01.28 01:45:00 -
[62]
Now I've made an attempt to create a program that will create a proper xml for you. I met some problems with saving the xml file directly to my mobile device. You may have to move it manually after the program have created it for you.
http://www.torpify.net/?page_id=28
@Johhny Dread: If this is something you want to add to your program, please contact me :-) --- - Torpify - |

Johnny Dread
MORAT Section
|
Posted - 2008.02.11 17:22:00 -
[63]
After quite some time I finally got around to release Version 0.5 This version only has some tiny fixes as well as caching support for the Skill Tree page.
Head to the SourceForge.net page to download the latest version.
Bug Reports and Feature requests are always welcome. If you find any bugs or have a feature request either send me a quick Eve-Mail or create an issue on the SourceForge page.
|

Johnny Dread
MORAT Section
|
Posted - 2008.02.11 17:27:00 -
[64]
Originally by: Crytan Now I've made an attempt to create a program that will create a proper xml for you. I met some problems with saving the xml file directly to my mobile device. You may have to move it manually after the program have created it for you.
http://www.torpify.net/?page_id=28
@Johhny Dread: If this is something you want to add to your program, please contact me :-)
Nice! Looks great. I am still looking into a way on how to automatically transfer the actual generated file to the device using ActiveSync. I'll look into this if I have some more free time. But maybe you are faster. 
If you find an easy "more or less one-click" solution let me know and I'll integrate it into the next version. Something like "Write XML & Copy to Device". So that the user only has to enter the API Key and UserId and everything else is done by the application.
|

Orchid Ix
Behind The Stars
|
Posted - 2008.02.13 16:15:00 -
[65]
Doable via some kinda of installer perhaps? 
-- Sig Under Construction |

Isaac Snow
Minmatar The Merchant Marines VENOM Alliance
|
Posted - 2008.02.20 21:09:00 -
[66]
Add the Verizon xv6800 to the list of devices that work, however when I followed the written instructions for creating the character.xml file it would not work. I downloaded a program from http://www.torpify.net/ called (aptly enough) "XML creator for EVE Skill Pocket". Once a created my file from this application everything worked great!
Thanks!
Isaac
|

Isaac Snow
Minmatar The Merchant Marines VENOM Alliance
|
Posted - 2008.02.20 21:12:00 -
[67]
Oh great I see Topify posted above me ... anyway his desktop app works great. Sorry to repeat information.
|

Lima Enisson
|
Posted - 2008.02.28 09:17:00 -
[68]
4 Johnny Dread i have a little bug
I can't see the end skill date/time Can u fix it?
Program using in HP iPAQ h2790 WM5
|

Crytan
NorCorp Enterprise
|
Posted - 2008.02.28 16:51:00 -
[69]
I believe the reason behind why someone cannot get this working is that the xml file needs first the key, then the ID, in that order. It would seem natural to write them into the xml file in the opposite order. The program I created does it the proper way, which may explain why this solves the problem for someone. There's really no magic being done besides that :-)
I am glad you found the program useful Isaac Snow. Funny that you found it by yourself before noticing my post on this thread :-) It warms my heart!
I am currently looking into a way to easily save the file to the mobile device without having to saving it to the local pc before manually moving it. It seems there are no easy way of doing this, perhaps it's a security feature. A clumsy one, if so. Will let you know if I find a way. --- - Torpify - |

Kilmatar
Minmatar Aeria Gloris Inc United Legion
|
Posted - 2008.02.29 13:27:00 -
[70]
Originally by: Crytan
I am currently looking into a way to easily save the file to the mobile device without having to saving it to the local pc before manually moving it. It seems there are no easy way of doing this, perhaps it's a security feature. A clumsy one, if so. Will let you know if I find a way.
Maybe this can help you a little: MSDN - copying file to device example ============= Matari Rullz!
|

Johnny Dread
MORAT Section
|
Posted - 2008.02.29 20:12:00 -
[71]
Originally by: Lima Enisson 4 Johnny Dread I can't see the end skill date/time Can u fix it?
Program using in HP iPAQ h2790 WM5
Thanks for the screenshot. It looks like you are running some special Today screen (non standard fonts). The Today plugin will get a overhaul at some point so you can override the standard font settings.
Originally by: Kilmatar
Maybe this can help you a little: MSDN - copying file to device example
Oh this looks very promising. I'll have a look at it this weekend.
|

Crytan
NorCorp Enterprise
|
Posted - 2008.03.03 14:40:00 -
[72]
Edited by: Crytan on 03/03/2008 14:40:04 I also found this library by OpenNETCF. http://www.opennetcf.com/FreeSoftware/DesktopCommunication/tabid/90/Default.aspx
It provides some seemingly easy methods for copying files to mobile devices. It also has a function for locating files, which should make it easier to support different installs (phone/memory card). Just as the link above, it uses RAPI. --- - Torpify - |

Rudlls
Minmatar Ascent of Ages Imperial Republic Of the North
|
Posted - 2008.03.04 17:16:00 -
[73]
heya, looks like great tool. I put it on my Tmobile Shadow was able to retrieve current training and stuff.
here is the issue: there does not seem to be a way to add it to today screen (no today option in settings that I can find)
when I click the configure button the application crashes with: NotSupportedException at microsoft.AGL.Common.MISC.HandlerAr() at System.Windows.Forms.Control._InitInstance() ..... ....
any suggestions?
|

k1ko
Oberon Incorporated Morsus Mihi
|
Posted - 2008.03.28 17:33:00 -
[74]
I'm trying to get it working on my HP Ipaq 214, however whatever way i do it, i end up with the message "unable to down the character list for account". And i checked the character.xml, and its as its supposed to be - what could be causing this? (And i am connected to the internet)
|

BAteh
The Graduates Brutally Clever Empire
|
Posted - 2008.03.29 01:13:00 -
[75]
Working fine on the HTC Touch Cruise.
Great stuff, thank you!
|

Kilmatar
Aeria Gloris Inc United Legion
|
Posted - 2008.04.06 10:45:00 -
[76]
Any updates? Is multiple characters support coming? :) ============= Matari Rullz! |

Kersh Marelor
|
Posted - 2008.04.08 01:24:00 -
[77]
Works on HTC3300 (O2 Orbit), great app :)
The problem I encountered - I cannot browse skills of my character. I go into the skill tree window pick 'Show My Skills' and then update. After a pretty long time a window pops up saying: 'Unable to download character sheet with curretn settings'. The same thing happens when I want to check my Wallet, other things work great. I used the full API.
Please visit your user settings to re-enable images. |

Schall Dukul
|
Posted - 2008.04.10 10:40:00 -
[78]
It works on Herald HTC 4350 - Windows Mobile 6 Prof. 
no need to install .Net 2.0 - it is a part of WM6
cu all in space
|

YorikR32
Gallente The Knights of the New Republic Giant Space Amoeba
|
Posted - 2008.04.13 05:51:00 -
[79]
Works well on my HTC Kaiser (aka Tilt).. I did have a few issues with use at first, but now I am going to recomend it to friends as well... Good work, and tyvm. [Y] Yorik EVE is a game, THIS is real. |

Thunder Downunder
|
Posted - 2008.04.28 01:18:00 -
[80]
Originally by: YorikR32 Works well on my HTC Kaiser (aka Tilt).. I did have a few issues with use at first, but now I am going to recomend it to friends as well... Good work, and tyvm.
What were the issues you were having?? I've been trying to get it working on my HTC Kaiser/Tilt/TyTnII and previously an HTC Touch (aka ELF) without any success. I have tried installing on the device and on the storage card, I've triple checked the syntax of the xml file, I've tried both types of API key, I have no problems accessing the network/internet with other applications, the eve skill monitor gadget on this computer picks up the information perfectly well so I know that the ports etc aren't blocked on this network.
When updating the character for the first time the program pauses for a while then returns: "Unable to download the character list for account: Thunder"
|

Thunder Downunder
|
Posted - 2008.04.30 09:20:00 -
[81]
Is there an earlier version that I can download and try from somewhere? I've looked around and can't seem to find one.
|

BadgerN
|
Posted - 2008.05.05 11:14:00 -
[82]
Excellent program and features.
Compatible with the Asus Mypal A626 with WM6
Great work. Hope you are still working on a install setup from PC Desktop to ActiveSync
|

oxman
|
Posted - 2008.05.08 13:44:00 -
[83]
Work well on my HTC TyTN (WM6). --------- Give me 1 isk if you like my help. Yes, I don't ask 1M, 5M or 10M like other people offer services ^^ |

Mjedesiin
Gallente G.A.T.O.
|
Posted - 2008.05.08 17:47:00 -
[84]
Nice tool, thanks for writing it. Using it on my Touch (Verizon flavored.)
How about a "professional" version of the today plugin? Should be easy to code - just get rid of the character & skill info, just leave the Completes: line, and change the sound from the "Skill training complete" alert to a simple alarm.
Would take up less space on the today page, plus not draw questions when it goes off at work... ;) "What skill are you training, George?" :)
Also, any chance of a countdown timer instead of the complete date? 01:01:01:01 - days,hours,minutes,seconds, would be great.
|

YorikR32
Gallente The Knights of the New Republic Giant Space Amoeba
|
Posted - 2008.05.20 08:56:00 -
[85]
I was only really having issues with the fact that there is no help and no real way to work out how to use it. It took me a bit to work how to use the Skills section, but now I am quite profficient. I find that every now and then it gets a bit slow to respond and I miss pakcets, but my carrier is not the best (Tesltra in Australia anyone?).. Quite like the tool, though it doesn;t give you audible warning if the app isn't running, even if the Today screen plugin is enabled.
Cahcing and loading from cache can take a while too.. [Y] Yorik EVE is a game, THIS is real. |

Kzassou Itsuensha
|
Posted - 2008.05.30 15:33:00 -
[86]
It's working perfectly on my Samsung i760 WM6 phone. Thanks for the awesome program
|

Rykhin
|
Posted - 2008.06.04 19:29:00 -
[87]
Edited by: Rykhin on 04/06/2008 19:30:23 Edited by: Rykhin on 04/06/2008 19:29:49 Kzassou I have the same phone and love it!
Johnny, I have a simple request. Is there anyway you could add an option to NOT bring up the application if the "Today screen" plugin is clicked? I find my self clicking it by accident and loading the app when I'm trying to do other things on my phone.
Being able to click on the today screen plugin and load it used to be very convenient when I was training short skills, but I've been on some 25+ day skills lately so I rarely have to fire up the app. :D
Once again great work man!
Cheers, Rykhin
|

Shevek Anarres
|
Posted - 2008.08.08 12:43:00 -
[88]
Originally by: Thunder Downunder
When updating the character for the first time the program pauses for a while then returns: "Unable to download the character list for account: Thunder"
I get the same exact message on my LG ks20.
here is my character.xml file:
<eveapiconfig> <account name="Shevek" activated="true"> <apikey>mykey</apikey> <userid>myuserid</userid> </account> </eveapiconfig>
I have also tried with userid before the apikey, but it seems to make no difference. And yes, I am connected to the internet. It is installed on the device, not the memory card. Any ideas?
|

XurM
Minmatar Vanguard Frontiers Imperial Republic Of the North
|
Posted - 2008.08.12 22:24:00 -
[89]
It works great on my fujitsu siemens pocket-loox N520.
even the upload in the calendar works fine.
few remarks tough: indeed, would be great to have al currently training chars in the today. and maybe "update all chars" button in the menu context (playing 4 accounts, pain in the ass to update all chars one by one...) and last, witch i think is fearly simple: on the calendar appointment in the notes, a refference what char is the appiontment for...
for the rest i give my thunmbs up...
now only a desktop app that combines evehq with evemeep, and can upload his data to my outlook/pda.... that would be a nber....
|

Rycker
|
Posted - 2008.09.10 07:33:00 -
[90]
Okay, had a few hiccoughs with regard to getting the xml formatted correctly, even when only editing the character id and api key _but_ when I used the XML Desktop Generator referenced hereIt worked a charm, my only issue is that I don't have enough room on my TyTN's screen for all my characters, I've removed the Skype, EQO and the Today screen and can just barely tolerate 4 accts... ( ) gotta be able to get my others m8! 
But otherwise, thanks!! It works as advertised
HTC TyTN (Hermes 200/300) Win Mobile 6
|

Ms Iceheart
|
Posted - 2008.09.18 20:29:00 -
[91]
bohooo cry cry! i cannot get it to work. I basically get the same problem that alot of others have. "unable to download the character list for account: myaccount"
Well I got a HTC Tytn II with WM5 and ive got the .NET Compact Framework V2.0 installed. It read the whole thread and tried alot of different xmlfiles and also tried that xmlgenerator but none works... I really want to get it to work so any qualified guess is welcome and i will try it!
|

Ms Iceheart
|
Posted - 2008.09.18 21:55:00 -
[92]
It works now! Just had to come back and maybe help out others. What did i do? Unplugged it from the computer, shut down the mobile and restarted it with no connection to activesync ;)
|

Takara Nimodo
Caldari The X-Trading Company Mostly Harmless
|
Posted - 2008.10.01 21:56:00 -
[93]
Perfect Job!
I just installed it on my HTC Touch Diamond and it works perfectly, even the home screen plugin.
I run .net compact framework 3.5 on wm6.1 |

Lionel Redstar
|
Posted - 2008.10.30 08:02:00 -
[94]
I can't download my skill tree anymore. The app keep saying "Unable to download character sheet with current settings". I can download the skill in training and the wallet. I've done some tcpdump (using wireless connection from my HTC Diamond) and I can see the xml is downloaded but nothing shows up in app or the cache folder. Also most of the time I have to give a update command a second time because it's not connecting from the first time, most of the time it just shows as working but nothing heapend, no traffic, nothing and I have to wait for the app to timeout the connection (which it takes about 2 min). Anyone else having problems with skill tree?
|

Lionel Redstar
|
Posted - 2008.10.30 08:29:00 -
[95]
Ok, done some testings and I think I found the problem. It seems that the app is unable to process the new char title/roles that were added to the xml. I manualy uploaded one xml to the cache and it crashed when I try to open skill tree: EveSkillPocket.exe NullReferenceException
la EveApiLib.EveCharacterSheet.Parse() la EveSkillPocket.SkillTreeForm.LoadSheet() la EveSkillPocket.SkillTreeForm.UpdateMyTree() la EveSkillPocket.SkillTreeForm.menuItemMySkills_Click() la System.Windows.Forms.MenuItem.OnClick() la System.Windows.Forms.Menu.ProcessMnuProc() la System.Windows.Forms.Form.WnProc() la System.Windows.Forms.Control._InternalWnProc() la Microsoft.AGL.Forms.EVL.EnterModalDialog() la System.Windows.Forms.Form.ShowDialog() la EveSkillPocket.EveSkillForm.skilltreeitem_Click() la System.Windows.Forms.MenuItem.OnClick() la System.Windows.Forms.Menu.ProcessMnuProc() la System.Windows.Forms.Form.WnProc() la System.Windows.Forms.Control._InternalWnProc() la Microsoft.AGL.Forms.EVL.EnterMainLoop() la System.Windows.Forms.Application.Run() la EveSkillPocket.Program.Main()
After I removed the roles/titles part from the xml it worked. Can someone look into this and fix it pls?
|

Crytan
Paxton Industries Paxton Federation
|
Posted - 2008.11.02 23:24:00 -
[96]
Is this application still in development? Haven't seen any updates in a while. Would love to see it evolve :-) --- - Torpify - |

postal dude
Caldari Thundercats RAZOR Alliance
|
Posted - 2008.11.03 21:49:00 -
[97]
So I could not update my characters due to my provider - vodafone insist in using a ugly proxy for all http traffic. I downloaded the source code even tough I have no experience in developing for a mobile platform. Had a few problems with setting up a proper testing environment, but in the end I got my change in it - it was only line after all, .net seems to be just the same for windows mobile. 
That has awaken my interest in the application and I am considering doing a fork of it, if the author is not going to develop it any further.  Maybe it will get somewhere useful, I'll keep you updated. ---
|

postal dude
Caldari Thundercats RAZOR Alliance
|
Posted - 2008.11.05 17:32:00 -
[98]
Edited by: postal dude on 05/11/2008 17:32:42 So, here is what I got so far: (I hope the screenshots won't destroy the forum layout...)
- Multiple characters, the home plugin is displaying through all characters in a user set period
- Character images are displayed if the user wishes to (the colors are not quite correct, need to look at that)
- User can set a proxy which the app uses.
No download yet - a few bugs are needed to be found. I also got some ideas left I want to build in. Please, tell me what you think. 
---
|

Mira Lemuria
Gallente Automated Stellar Systems Intergalactic Exports Group.
|
Posted - 2008.11.06 13:32:00 -
[99]
looking nice :)
|

Lionel Redstar
|
Posted - 2008.11.06 15:15:00 -
[100]
You RULZ !
|

Lionel Redstar
|
Posted - 2008.11.17 06:46:00 -
[101]
Any news on this? Seems like the certificates were added to the character xml. Not like I wanna see this on my mobile, just another thing to be filtered. |

Bruce Blacky
Minmatar The Old Comrades Association
|
Posted - 2008.11.20 13:19:00 -
[102]
looks good.
Please post how to upgrade current eve skill pocket to new version.. de-install needed?
I use version: 0.5.2963 currently (at least thats what is shown in help screen)
thanks Bruce Blacky |

aze
Amarr DRUCKWELLE The Initiative.
|
Posted - 2008.11.23 07:04:00 -
[103]
Hi Johnny wonderfull Programm,
How can i put 2 Accounts in? I need 2 Carakter.xml ore how i can do it? If i need 2 carakters.xml how i rename the second one?
|

Mr Ryler
|
Posted - 2008.11.24 11:33:00 -
[104]
i installed this on my new Sony Ericsson X1
program installs and runs fine, added my 2x characters.
it connects to my alt and pulls training information but says "Unable to download the character list for account ********"
x1 runs windows mobile 6 and i dont think its a problem with my API???
i tried both Limited and full API's neither work.. any help please???
|

Mr Ryler
|
Posted - 2008.11.24 12:04:00 -
[105]
scrap that and fixed it :)
running sweet on our sony x1's :)
|

Ser Prius
|
Posted - 2008.11.25 20:02:00 -
[106]
I want it. I want it. I want it. I want it. I want it. |

Ser Prius
|
Posted - 2008.12.16 21:08:00 -
[107]
Edited by: Ser Prius on 16/12/2008 21:08:56 Is this project dead? I hate to have to learn C# just to get an update!
Ser
|

belzebub1
Gallente The Funkalistic
|
Posted - 2008.12.18 15:23:00 -
[108]
Will this app also be created for the iPhone? I have found one app but I can not get the code verified for it as such i do not really trust it. Link to it below EVETracker
Has anyone used this? Rgds
Belz
|

Andares Sol
|
Posted - 2009.01.31 09:47:00 -
[109]
Hi!
Is anybody still interested in this Eve Skill Pocket project? Had a little go at the source-code and fixed/updated the EveApiLibPocket to work with any changed/updated XML format as documented on wiki.eve-id.net. So basically: The SkillTree is working again after the certificates had been added to Quantum Rise. Couldn't get in touch with Johnny Dread to share the changes yet though.
Bests, Andares Sol
|

tyrol
E X O D U S Imperial Republic Of the North
|
Posted - 2009.02.01 14:57:00 -
[110]
im interested. Just tried it today but i keep getting "unable to load character xml, make sure you have it installed..."
followed the instructions but no joy |

Karina Redstar
|
Posted - 2009.02.02 10:44:00 -
[111]
Edited by: Karina Redstar on 02/02/2009 10:52:17 New version 0.6 is published and working. Just tested on my HTC Touch Diamond and skilltree is updating well. |

tyrol
E X O D U S Imperial Republic Of the North
|
Posted - 2009.02.04 09:30:00 -
[112]
Originally by: belzebub1 Will this app also be created for the iPhone? I have found one app but I can not get the code verified for it as such i do not really trust it. Link to it below EVETracker
Has anyone used this?
I used this during my short iphone ownership stint. had no problems and it worked pretty well :)
|

Trygge
Caldari Free Space Initiative FOUNDATI0N
|
Posted - 2009.02.07 09:55:00 -
[113]
is it possible to upload ann updated version? i have a htc thouch diamond and get the error about not being able to download skilltree too. also have error about the wallet. says not possible with current api key, but i have used the full api key on the char. The key works, since the curret skill in training is updating
|

Sir Nimmo
Amarr Gun Metal Priests
|
Posted - 2009.02.08 01:50:00 -
[114]
Originally by: Trygge is it possible to upload ann updated version?
Looks like the new version is available through the link provided. Using an XDA Ignito (which has just been reflashed to some other ROM and appears to be running fine for me)
|

tyrol
E X O D U S Imperial Republic Of the North
|
Posted - 2009.02.08 19:23:00 -
[115]
Im still having problems with this. Ive got it to load up, ive filled in the XML as per the example but it tell me "unable to download the character list for account : "
any ideas? its not my net connection, everything else seems to work fine
|

Jo khanur
|
Posted - 2009.03.03 22:43:00 -
[116]
I have a Htc Diamond touch and the same issues with skill tree and wallet. An update, pleaaaase! JoK
|

MacReady68
|
Posted - 2009.03.12 12:20:00 -
[117]
If you manage to get it working please post how you did this as it helps everyone.
WM6.1 HTC Touch HD Works but only with 1 toon in xml
|

nuroo
|
Posted - 2009.03.15 00:18:00 -
[118]
I luv this app. (My wifey makes fun of me when I check my wallet balances in the morning) Its worked great on both of the phones I've owned. Recently I have upgraded my phone and the app still works fine. Matter of fact, since I installed eveskillpocket to the microSD card, moving to new phone was a breeze.
To answer some of the comments above. Make sure your phone has an internet connection, and that you have followed the (example character.xml) It is important to replace the example userid and API, with your own info. Another thing I found out that isn't clear from the example is - Only one USERID and API per "account" is needed - eveskillpocket will pull all toons on that account, automatically.
I have been able to add multiple characters across different accounts on both phones. I have my main account (2 toons), 2nd account (3 toons), and my sons account (3 toons). All loaded successfully.
Version 0.6 came out on Jan 31, 2009. get it here (Pre March 10th game update)
Note to programmer: Capsuleer for the ipod/itouch has an easier why to get character information into the app, perhaps a similar method could be used here to help users who have difficulty.
Bug: I can't query the API more than once, the 2nd query also returns error: "Unable to connect to EVE API Server. Make sure you have a working internet connection." Happens if I check a wallet balance and then want to update a skill on another toon or check wallet balances on another toon. Work around: Exit eveskillpocket, and rerun for each API query.
Wishlist: Reminders for invention and production jobs. (Calender integration like skill completion times) Alerts for isk balance dropping or increasing, by 500mil or 1Bill (Maybe automatic updates) Skill queue awareness (Apocrypha update)
Wonderful program. Thank you for making such an app available for free and taking the time to support it. Yes I would be happy to help in anyway or donate isk for my wishlist additions 
Phones I've tested successively: HTC Mogul - Windows Mobile 6 and 6.1 HTC Touch Pro - Windows Mobile 6.1
---------------------------------------------- Hard times make a rat eat a red onion and cry. |

Karina Redstar
|
Posted - 2009.03.16 10:09:00 -
[119]
Edited by: Karina Redstar on 16/03/2009 10:10:07 Quick fix for the Apocrypha skills: download the SkillTree.xml and overwrite it on your install dir.
P.S. I still wait for a multichar version 
|

Nyc Illest
|
Posted - 2009.03.16 16:29:00 -
[120]
Edited by: Nyc Illest on 16/03/2009 16:58:53 Thanks for posting that SkillTree.xml, I'll give it a try.
I'm able to view 6 different toons, on 3 different accounts. Perhaps use a character.xml, with the additional usid's and api's.
I can post my working character.xml, if it helps. Let me know
|

BBQigniter
|
Posted - 2009.03.16 21:49:00 -
[121]
I downloaded EVE Skill Pocket 0.6 and installed it on my Sony Ericsson Xperia X1, configured my character.xml file like suggested but everytime I want to update my character the first time the programm says it's unable to update the character. My internetconnection works fine and the API keys should also work because I use them for my EVEMon too :)
|

Karina Redstar
|
Posted - 2009.03.18 12:11:00 -
[122]
Originally by: BBQigniter Edited by: BBQigniter on 16/03/2009 22:10:33 I downloaded EVE Skill Pocket 0.6 and installed it on my Sony Ericsson Xperia X1, configured my character.xml file like suggested but everytime I want to update my character the first time the programm says it's unable to update the character. My internetconnection works fine and the API keys should also work because I use them for my EVEMon too :)
It seems that I have the same problem like "Postal Dude"
Is your skilltree or the skilltrain doesn't update? If the skilltrain is updating but the skilltree no, make sure you have the latest SkillTree.xml instaled on your phone (see few posts before).
|

tmarss
Enterprise Estonia FOUNDATI0N
|
Posted - 2009.03.24 13:06:00 -
[123]
Edited by: tmarss on 24/03/2009 13:14:05 Hi! I installed v 0.6 to my TyTN running WM 5. Downloaded last skilltree.xml, referred here too. Program updates my skilltraining, but when I want update my skillstree, it says that Unable to download character sheet with current settings. And when trying update My wallet, program crashes and reports several .net errors. So only traininginfo for me
|

Kei Senpai
Gallente Silver Wolves Explorer Corp.
|
Posted - 2009.03.24 15:17:00 -
[124]
Originally by: tmarss Edited by: tmarss on 24/03/2009 13:14:05 Hi! I installed v 0.6 to my TyTN running WM 5. Downloaded last skilltree.xml, referred here too. Program updates my skilltraining, but when I want update my skillstree, it says that Unable to download character sheet with current settings. And when trying update My wallet, program crashes and reports several .net errors. So only traininginfo for me
I have exactly the same problem with my HTC P3600 (also known as TRINITY) running WM5. Best regards.
|

Johnny Dread
MORAT Section
|
Posted - 2009.03.29 11:42:00 -
[125]
Edited by: Johnny Dread on 29/03/2009 11:42:24 Just a quick note. Yes I am still around just not a lot of time to play Eve and update Eve Skill Pocket 
The crashes some of you are reporting are probably related to the new skills introduced in Apocrypha. So replacing the SkillTree.xml should fix that.
I also noticed that the API servers are throwing lots of HTTP 500 errors lately which could also cause some problems.
There should be a new version out soon.
|

tmarss
Enterprise Estonia FOUNDATI0N
|
Posted - 2009.04.01 09:36:00 -
[126]
Originally by: Johnny Dread
The crashes some of you are reporting are probably related to the new skills introduced in Apocrypha. So replacing the SkillTree.xml should fix that.
There should be a new version out soon.
Ayee, Im really waiting it
|

Johnny Dread
MORAT Section
|
Posted - 2009.04.01 15:56:00 -
[127]
Latest Version (0.7) is now available on the usual SourceForge project page here.
Quite a few changes in this version but the main things are:
- New UI Design
- New Windows for Skill and Certificates
- Apocrypha Specific Data (can now be updated directly from within the application if there are new skills/certificates out after a patch)
Big Thanks goes out to Andares Sol, who contributed like 99% of the code in this version.
He probably wouldn't mind some ISK donations. 
|

Andares Sol
|
Posted - 2009.04.01 19:04:00 -
[128]
Thanks Johnny D!
Unfortunately i did not only write 99% of the code for v0.7, but also 99% of all new bugs . The "Next Skill in Queue" feature wasn't particularily well tested and causes an exception as soon as you have something in the queue. I had a very long training set and nothing in the queue so when we were testing for a few days everything looked ok, and the moment we do the release *bang*. Well this is the eternal fate of all SW developers. 
I provided a patch, but it might take a few days to do a new release.
My apologies!  Andares Sol
|

Johnny Dread
MORAT Section
|
Posted - 2009.04.01 19:59:00 -
[129]
The two bugs with the Skill Queue should now be fixed. I also found another bug when I installed it with a fresh character.xml 
I'll update my simple test check list for the future. 
So if you downloaded 0.7 already and see strange bugs please redownload it from sourceforge.
Please let us know if you find any more bugs. Either directly by Eve Mail to me or by posting in this thread. Thanks.
|

tmarss
Enterprise Estonia FOUNDATI0N
|
Posted - 2009.04.02 09:38:00 -
[130]
Wow yeah! But is that too big work to do to add server status information too, is it online and count of logged players and such a stuff?
|

Magen Sisen
|
Posted - 2009.04.02 10:14:00 -
[131]
Tested 0.6 on an HTC TyTN-II (WM6.1). It works OK.
Thanks for a great job!! -- Un saludo, Magen. |

Kei Senpai
Gallente Silver Wolves Explorer Corp.
|
Posted - 2009.04.02 10:28:00 -
[132]
Thank's for the 0.7 version ! Work in my HTC Diamond on WM6.1 ! I see two bugs : 1) Next : Error parsing SkillQueue 2) Skill : My current skill displayed take 2 lines but one line available
Best regards.
|

Andares Sol
|
Posted - 2009.04.02 21:00:00 -
[133]
Here is the direct SourceForge download link: EveSkillPocket v0.7 The web-page still points to v0.6.
---
@tmarrs: In theory we can put everything in which is available on the EveAPI. See here: EveAPI But there is a limit of what makes sense on a PDA and a definite limit of sparetime, especially if you also wanna keep playing EVE 
---
@Kei Senpai: 1) I can't reproduce that. Seems to work fine for me. Current assumption is, that current Skill in training shows as queueLevel 0 in the SkillQueue.xml file and the next skill in the queue has queueLevel 1. 2) Yes there is no "Calculate width of current Skill in training string in pixels with given font size and compare with width of label and truncate if it doesn't fit in one line" functionality yet. The read-only textbox which was used before could be set to single line only, but took more space. So no room for the Next in Queue label then.
---
Cheers, Andares Sol
|

Kei Senpai
Gallente Silver Wolves Explorer Corp.
|
Posted - 2009.04.02 21:52:00 -
[134]
Edited by: Kei Senpai on 02/04/2009 21:52:42 Thank's for answers.
Best regards.  |

nuroo
|
Posted - 2009.04.05 06:08:00 -
[135]
Great update guys. I'm now able to update multiple stats without getting error. (Older versions would always time out with error on 2nd api query )
Interface issues: On main screen with toon name and skills. In the "Skill:" field - If training a long skill - say, Advanced Spaceship Command or Tactical Shield Manipulation. I'm unable to see whole text displayed in the the single line text field. Same is true in the "Next:" field. Perhaps two lines could be used for those two fields?
Strange isk format. plz revert back to 1,100,000,000.00 instead of 1.100.000.000,00
Are player attributes listed in a single line with first initial for space saving reasons? It was a bit confusing at first.
Feature Request: plz add calender reminders for research/manufacturing job's finish times. It would be a very useful feature, as it would help cut down the wasted slots and time between jobs. MEEP for winxp/vista and outofeve.com both display info on research/manufacturing job's but don't notify you upon completion like a pda could. Example here (plus its a feature that no other mobile app has)
Best eve mobile app out there, keep up the great work. Although Capsuleer 2.0 for iphone is serious competition.
P.S. I will donate isk for my feature request, gladly 
Add the HTC Mogul w/windows mobile 6.0 and 6.1 Add the HTC Touch Pro w/windows mobile 6.1
---------------------------------------------- Hard times make a rat eat a red onion and cry. |

Andares Sol
|
Posted - 2009.04.12 11:38:00 -
[136]
Hi there!
Ok after having a bit more time to play Eve over Eastern and setting up a really long skill queue, i think the code to determine the next skill in training is still buggy. One can obviously not rely on the "queuePosition" number. Sometimes the next skill in training gets queuePosition 1 sometimes it gets queuePosition 2. So i will try something else and always look at the 2nd row in the skillqueue rowset and see if that works.
Regarding the "strange" number format for ISK: I think it is just the english number format which has the $ or º replaced by ISK. Seemed logical to do it that way as the whole application is english. However i can change it to always use the setup number format of the device and just replace the currency symbol with ISK.
GUI problems: Yes i know that the screen is a bit compressed and is a bit of a compromise. Problem is, that one really can only use a square screen area plus docking if you want the application to run on all devices with square, horizontal and vertical screen alignment. Everything else would require dynamic code. For example: - If square screen keep it as is. - If horizontal alignment, use two rows of GUI elements. - If vertical alignment add more stuff to the bottom. And it doesn't end there: Most of you probably haven't noticed, but v0.7 should looks ok now on Standard, QVGA and VGA screen resolutions. So three sets of images for every icon / picture that is shown. (The TodayScreen Plugin has a problem on QVGA devices though.) So as you can see GUI design is a black Art especially for Windows Mobile as there are so many screen and resolution formats out there, that "one-GUI-works-for-all" becomes really challenging.
Regarding the iPhone App: Well an iPhone Application just runs on an iPhone and you need a Mac to develop for iPhone. A Windows Mobile Application just runs on Windows Mobile devices and you need a Windows PC with minimum Visual Studio 2005 Standard for that. In order to make a Windows Mobile Application look like any existing iPhone Application one would have to do a lot of hardcore low-level programming. That is in the worst case: Draw every freaking pixel of a GUI element manually yourself and as the iPhone uses lot's of transparency and alpha-blending it won't be easy *g*.
At the moment EveSkillPocket just uses the existing Windows Mobile GUI elements with a little tweaking here and there. A complete user-drawn GUI element that looks like the Eve SkillTree or CertificateTree would of course be cool. Maybe some code could be borrowed from EveMon.
Ok what else? Manufacturing Jobs. Hm, if it's on the API it can be done, however i want to add the "Character Details" page before that and maybe change the Wallet page to show the last x transactions instead of just the character and corporation account details.
Bests and Happy Eastern, Andares Sol
|

Karina Redstar
|
Posted - 2009.04.14 11:03:00 -
[137]
Edited by: Karina Redstar on 14/04/2009 11:04:41 Edited by: Karina Redstar on 14/04/2009 11:04:05 You sir rulez ! Just some small "bug": 1) If the skillname is too long it gets wrap-ed on a second line that can't be readed.
Working on HTC Touch Diamond.
|

app365
Caldari The Fated
|
Posted - 2009.04.14 23:09:00 -
[138]
Just to let you know i own a blackberry storm and would love a java version.
|

Tar om
Minmatar Octavian Vanguard RAZOR Alliance
|
Posted - 2009.04.15 09:50:00 -
[139]
I'm having some problems getting this to work (HTC Touch HD 6.1). Can the program be installed on a memory card? I keep getting the error that "Eve Skill Pocket was unable to load your character.xml file". I have put the edited file in what I think is the correct directory:
device/storage card/program files/eveskillpocket
but it just won't load it. I noticed that the format in the file is slightly different to the version in the install instructions so I tried altering it to exactly match the instructions but no joy. Is it just me? :) -- DEVS get multiple CPUs/Cores per system and all will be forgiven.
Parallel Python |

nuroo
|
Posted - 2009.04.20 20:01:00 -
[140]
I use the Touch Pro with windows mobile 6.1 - I downloaded and installed the app in the storage card. The character file goes in same directory as program.
On my touch pro: Device\storage card\program files\eveskillpocket\
hope that helps
---------------------------------------------- Hard times make a rat eat a red onion and cry. |

AnzacPaul
|
Posted - 2009.04.29 06:07:00 -
[141]
im having the same problem as tar, and as he mentioned, install.doc example api is setup differently then the actual .xml included with the 0.7 release, (activated="true") is not in the .xml but is on the install document, have tried both ways both to no avail.
|

Andares Sol
|
Posted - 2009.04.29 21:23:00 -
[142]
This works fine for me:
<eveapiconfig> <account name="MainAccount" activated="true"> <userid>1234546</userid> <apikey>AbCdEfG12348600AbCdEfG12348600AbCdEfG12348600AbCdEfG12348600AbCd</apikey> </account> <account name="AlternateAccount" activated="false"> <userid>1234546</userid> <apikey>AbCdEfG12348600AbCdEfG12348600AbCdEfG12348600AbCdEfG12348600AbCd</apikey> </account> </eveapiconfig>
Saved in program folder where eveskillpocket.exe sits as character.xml
Userid and Apikey need to be pasted in of course. And updating the character list once the program started works of course by going to Menu->Configure->Character.
Hm, probably worth adding a default/example character.xml, that is created or copied if no character.xml from a previous installation was found.
Bests, Andares Sol
|

Louis Cherenkov
|
Posted - 2009.04.30 17:13:00 -
[143]
I think the issue with the xml file ( or at least the issue I had) is the fact that the example supplied is actually called "character.xml.sample" and windows hides the final extension so you see the name "character.xml" if you rename/'save as' it without the sample extension it works fine.
|

Hon Atsugi
TRM Industries
|
Posted - 2009.05.03 18:11:00 -
[144]
Edited by: Hon Atsugi on 03/05/2009 18:12:35 I have an 8525 with WM6.1 Professional. I have the Eve Mobile Skill Planner working, though I had to input my api key by hand, and switch my version of Java. I saw this and have it running as well. This is nice program my friend, very handy indeed. Good Job. Wouldn't mind having it added to Device Update feature on my phone, I'm pretty good at losing stuff. 
And I did edit the xml.sample to just .xml (with notepad of course) worked like a champ.
|

Lionel Redstar
|
Posted - 2009.06.02 09:12:00 -
[145]
I've been using this for some time and I love it. I have a small suggestion: with the new skill queue I'm more interested into the queue end time than the now training skill. Especially for add to outlook. Could be added a option to Outlook -> Add Queue End ?
|

Tar om
Minmatar Octavian Vanguard RAZOR Alliance
|
Posted - 2009.06.03 11:32:00 -
[146]
I did get this working, and it was extremely useful. Now I get a constant XML exeption error. Do I need to update? I'm running 0.7 which seems to be the latest version. Thanks! -- DEVS get multiple CPUs/Cores per system and all will be forgiven.
Parallel Python |

TheRealBanana1
Gallente
|
Posted - 2009.06.06 13:26:00 -
[147]
Works great here on my Samsung Omnia i910 (Windows Mobile 6.1).
<3 Thanks so much for this app.
|

Carazon
|
Posted - 2009.06.08 04:59:00 -
[148]
I have it all set up on my Treo 800w, but I can't get it to load my character. The xml is working, because the program has my ID and API key in the configure character screen. But when I click Update there I get "Unable to download the character list for account: MyAccount"
Any help? |

Erulon
Beyond Divinity Inc
|
Posted - 2009.06.08 08:01:00 -
[149]
Originally by: Carazon I have it all set up on my Treo 800w, but I can't get it to load my character. The xml is working, because the program has my ID and API key in the configure character screen. But when I click Update there I get "Unable to download the character list for account: MyAccount"
Any help?
I had the same issue, restarting the phone fixed it for me.
|

Saelyth Nightwish
Gallente GoonFleet GoonSwarm
|
Posted - 2009.07.21 16:47:00 -
[150]
I havent installed this yet, but might later. I just got a HTC Touch Pro 2 (unbranded) and was wondering if there are any plans to give this a more finger friendly UI?
Nice work on the proggy. ----------------------------------- Suggestions Smartbombs vs. Cloak
|

Encon
Caldari Deep Core Mining Inc.
|
Posted - 2009.10.19 19:25:00 -
[151]
nice program. thank you. works like a charm on the omnia!
no use for a sig |

Raduque
|
Posted - 2009.10.21 11:46:00 -
[152]
Once I figured out what I was doing wrong, it's now installed and working like a charm. Great program
I <3 my WM smartphone.
|

Louis DuLac
Minmatar
|
Posted - 2009.10.29 16:16:00 -
[153]
Guys please help, I can't figure out what I'm doing wrong, I have read this entire article on the forum, every single one of your posts, and I still can't make this work. I have Windows Mobile 6.1 on my mobile phone, installed the EveSkillPocket 0.8, modified the character.xml:
<eveapiconfig> <account name="MainAcc" activated="true"> <apikey>YhIO3LxXxXxXxXxXxX.......</apikey> <userid>2xXxXx3</userid> </account> </eveapiconfig>
Even updated the "Resources" from within the application, it gave me the message that the "SkillTree.xml" and "CertificateTree.xml" have been successfully updated. .NET Compact Framework 3.5 installed (not the 2.0, could THAT be the problem?)
Still no go, I still get the dreaded "Unable to download the character list for account: MainAcc" error repeatedly.
PLEASE help me make this work, I'm at my wits' end here.
..insert cool signature here.. |

Ni Cho
|
Posted - 2009.11.12 01:18:00 -
[154]
Very cool app. Just loaded it onto my Samsung Omnia. Can't wait to kill time at work watching my skill go by. Thanks!
|

Stranger76
|
Posted - 2009.11.17 15:35:00 -
[155]
Edited by: Stranger76 on 17/11/2009 15:37:01 Hello there! Thank you very much for perfect skill-controll programm! I only can't understand a little thing. How can I use the wallet functionality? It simply shows me my isks even when i use full api key. Can i see market history somehow?
|

Louis DuLac
Minmatar
|
Posted - 2009.11.18 11:34:00 -
[156]
Please, can anyone help me get this to work? Anyone? ..insert cool signature here.. |

Kei Senpai
Gallente Silver Wolves Explorer Corp.
|
Posted - 2009.11.23 12:56:00 -
[157]
Edited by: Kei Senpai on 23/11/2009 12:57:17 Hi there,
I had downloaded the cab of EveSkillPocket_V0.8 but when I launch the cab in my windows mobile 6.1 the cab does nothing.
|

Louis DuLac
Minmatar
|
Posted - 2009.12.02 15:30:00 -
[158]
Is this still being developed? Will it be updated to reflect the Dominion changes? And can anybody please help me get it to work? PLEASE.. ..insert cool signature here.. |

TwobitGW
|
Posted - 2010.01.08 13:39:00 -
[159]
Edited by: TwobitGW on 08/01/2010 13:42:08 I am trying to get Eve Skill Pocket to run on my Samsung Omnia. I saw a prvious member display a screen shot of it functioning correctly - so i assume this could be an alteration to the API for the recent Dominion expansion.
The error: Can not load the chars for account.
Checks followed: 1. Installed the application to both local C and D 2. Proper construction of the xml file - hand and using an application 3. Checked API access - phone is pulling the account as required. 4. Updating the Skills works - files are on phone and open correctly.
I had a glance over the class that loads the account to retrieve my char. The XML parser seems correct with no change o the code required? I have to investigate the next step - the loading of the chars xml file.
Does anyone have Eve Skills Pocket working with the dominion expansion? Could this be related to WM6 or possible a horrible samsung ;-)
Regards,
|

Mdram
Caldari Point of No Return
|
Posted - 2010.01.09 14:30:00 -
[160]
if i can remember to i will retry it this evening for the dominion patch.
i had it on my omnia 2 patches ago with no issues When in doubt, reload and fire another clip. |

TwobitGW
Minmatar Sebiestor tribe
|
Posted - 2010.01.09 23:49:00 -
[161]
Originally by: Mdram if i can remember to i will retry it this evening for the dominion patch.
i had it on my omnia 2 patches ago with no issues
Thanks for taking a look. I have seen many people having it on their Omnias (and other mobile phones). Its very strange that the code fails retrieving the list of chars.. as that code i doubt would change very often...
I have checked the myeve api area - and it correclty shows my phone accessing the char file and returning it correctly.. As most others, i make use of EVEMon and tha tworks.
I found another basic eve monitor for mw - it finds my char but the information that it shows does not appear to be parsed correctly, but it atleast finds my guy :-) the other program is: EVE Character Monitor.
Sadly my primary machine is a Dell mini 9 - with 16gb SSD, so not much space to load a full pro copy of VS2008 and the required SDKs for developing for windows mobile.
Hopefully its user error :-)
REgards,
|

Marco Corvino
|
Posted - 2010.01.13 20:14:00 -
[162]
Hi there I have installed the tool on my HTC Touch Pro 2.
Works fine for me.
Keep up the great work!!
- Marco
|

Andares Sol
|
Posted - 2010.01.17 10:10:00 -
[163]
Hi there!
Sorry i hadn't looked at EveSkillPocket since my big fiddling with v0.7 last year. Now that i am half way finished with my Windows 7 upgrade for Desktop and Laptop and Visual Studio 2008 is also reinstalled i might find some time for this again.
Just a few thoughts:
I don't think we have a Dominion compatibility problem. The Skill and Certificate list provided with v0.7 and v0.8 is most likely completely out of date by now. So updating that via the Application Settings Menu->Upd.Ressources is a must (hope i remember the name correctly).
Regarding the Omnia Problems. This model seems to be generally problematic. I have also seen people report problems with other programs. For example for KeePassSD. So i am wondering if all these problems are due to security settings... Is an unsigned / untrusted binary allowed to connect to the internet on the Omnia? - Guess we need some Debug code to verify that. Is an unsigned / untrusted binary allowed to write in it's program directory? - The latter could be checked if you start the program, end it and check if you have the configuration file for the application settings now in your EveSkillPocket directory. So the error is "Unable to download the character list for account: xxx", correct?
Functional comments: Yes he Wallet page is pretty useless... Replacing it with the Wallet History for the selected Character is a good idea. Also the SkillQueue still contains a bug in v0.8 somehow my final fix for that didn't make it to Johnny Dread. Generally the whole program logic for "current skill in training" "next skill in queue" could be overhauled. As the skill queue also always contains the current skill in training the best thing would be to only ever use this file.
Bests, Andares Sol
|

Pasus Nauran
Amarr
|
Posted - 2010.01.22 21:23:00 -
[164]
Originally by: Andares Sol Hi there!
Sorry i hadn't looked at EveSkillPocket since my big fiddling with v0.7 last year. Now that i am half way finished with my Windows 7 upgrade for Desktop and Laptop and Visual Studio 2008 is also reinstalled i might find some time for this again.
Just a few thoughts:
I don't think we have a Dominion compatibility problem. The Skill and Certificate list provided with v0.7 and v0.8 is most likely completely out of date by now. So updating that via the Application Settings Menu->Upd.Ressources is a must (hope i remember the name correctly).
Regarding the Omnia Problems. This model seems to be generally problematic. I have also seen people report problems with other programs. For example for KeePassSD. So i am wondering if all these problems are due to security settings... Is an unsigned / untrusted binary allowed to connect to the internet on the Omnia? - Guess we need some Debug code to verify that. Is an unsigned / untrusted binary allowed to write in it's program directory? - The latter could be checked if you start the program, end it and check if you have the configuration file for the application settings now in your EveSkillPocket directory. So the error is "Unable to download the character list for account: xxx", correct?
Functional comments: Yes he Wallet page is pretty useless... Replacing it with the Wallet History for the selected Character is a good idea. Also the SkillQueue still contains a bug in v0.8 somehow my final fix for that didn't make it to Johnny Dread. Generally the whole program logic for "current skill in training" "next skill in queue" could be overhauled. As the skill queue also always contains the current skill in training the best thing would be to only ever use this file.
Bests, Andares Sol
I've been using 0.8.3568 since Johnny Dread sent me a link in-game a while back. Works great without any Dominion issues I've come across.
A few requests/issues: 1. When viewing Skill details on my 320x240 iPaq 910c screen, the upper frame that displays all the skill info is about 2 lines high (1/4 of the screen height), while the prerequisite frame below occupies the rest of the screen. These should be split 50/50, or possibly give the skill info (upper) frame a 60% as it tends to contain more info.
2. Switching between characters is a bit unieldy, as you have to choose Menu > Configure > Application and then select the character you want and pick "OK". It would be much better if the characters were selectable directly from the menu, and even moreso if it could be done while viewing the skills, certificates, and wallet displays without having to go back to the main screen.
3. Not sure how plausible this is, but it'd be wonderful if the skill list displayed time to train for each untrained rank of a skill, when looking a the skill info for a specific skill.
4. Not sure why, but neither 0.7 nor 0.8 have ever displayed my character portrait.
Despite these issues, I love ESP. Please keep up the wonderful work!
|

Squeaks
Minmatar Airbourne Demons DeMoN's N AnGeL's
|
Posted - 2010.02.03 09:51:00 -
[165]
Originally by: Andares Sol Hi there!
So the error is "Unable to download the character list for account: xxx", correct?
Just installed this, and it looks like it will be great, but the above error is what I'm getting on my device also. (HTC Touch HD)
Been after something like this for ages, so really looking forward to an update and having a working version soon, keep up the excellent work!
|

Squeaks
Minmatar Airbourne Demons DeMoN's N AnGeL's
|
Posted - 2010.02.10 16:47:00 -
[166]
A follow up:
The error only occurs when you try to do an update through the pc via activesync. It updates the characters fine when done through a wifi connection, or on a data call.
Hope this helps track down the problem.
|

Kei Senpai
Gallente Silver Wolves Explorer Corp.
|
Posted - 2010.02.23 14:40:00 -
[167]
After extracting the CAB file, reconstituted files, I finally managed to run the 0.8 version! There was an installation problem with my version of Windows Mobile 6.1. If you upgrade from version 0.7 with the today plugin active, it's possible that you will restart your phone (before the restart, there was impossible to update ressources in my case).
|

Wilhelm Krupp
Caldari
|
Posted - 2010.02.26 20:32:00 -
[168]
Great app! Runns perfect on a HP iPaq Data Messenger sporting WM 6.1
Thnaks for this stunning work! ------------------------------------------ War is merely a continuation of politics Carl von Clausewitz |

Quetzalcoatl III
Uroboros Trading Company Taurus Quantum Dynamics
|
Posted - 2010.04.15 09:02:00 -
[169]
I'm running it on my HTC Touch Pro with Windows Mobile 6.1, with no major problems.
However, it does not load the character's portrait...  Also, when tapping on a certificate, it pops up a message window but I can't read the whole text. I would recommend a change in the certificate detail screen: why not do it like the skills'? As in, a new screen with two frames, the upper one having the description of the certificate, and the other the required skills.
More features suggestions:
- Include the primary/secondary attributes at the skill's description.
- Corporation wallet function.
- Items and ships browser, like EVEMon. I know this may make the program really big, so why not two versions? Only skills/Full.
- Skill planning.
|

Enyon Eugenius
|
Posted - 2010.04.23 18:19:00 -
[170]
It works on SE Xperia X2 WinMo 6.5... gets error (can't run app) when is mistake in .xml file but otherwise worked good so far. Thank you!
|
|
|
Pages: 1 2 3 4 5 6 :: [one page] |