Lights, new screen, ...

Great application, that's for sure
some needed features:
-switch to have light still on or auto;
-one screen with very big digits on it, kind of display like bicycle or car computer. This screen could have eq 2-4 selected fields for data on it, like speed and distance, or pair (or two pairs) of any other usefull data that GPSWatch already has. This will be usefull when it is difficult to see extremely small text on shaking phone attached 2 feet from eyes. Big data lines could have their names very small.

needed advancements:
better usage of memory card's great capacity for storing as many maps as we may need, in case of roaming and really high bills for GPRS. Some kind of software trick to have indexed group of tiles to be accessed only if needed instead of too big files for java or memory.

Hi, Thanks for writing to

Hi,

Thanks for writing to us.

Java capability doesnt let us have the lights on continuously.

We are planning to have color selection for foreground and background which might help in increasing the visibility of the text.

We are not able to maximize the card usage because of the file access prompts issue, once we get over that by coming up with some sort of application signing, we will consider this.

Thanks,

Admin

me again ... found something

me again ...

found something that might help with the backlight:

Solution for backlight control on newer SE phones:
I'm just writing another application myself, and I've found if you regularly call flashLights(1) then the backlight stays on permanently.
eg. private com.nokia.mid.ui.DeviceControl deviceControl;
In paint event for my canvas (which is called every few seconds to update a clock) I have:
deviceControl.flashLights(1);
The backlight then stays on. There seems to be no flashing of the display, it just stays on.
To turn the backlight off immediately:
deviceControl.setLights(0, 0);

quoted from "dodo" at http://www.linuxtechs.net/kruch/tb/forum/viewtopic.php?t=51&postdays=0&postorder=asc&start=15

HTH

Hegi.

I have another application

I have another application (www.naviexpert.pl -- free for download, have to pay for calulations), kind of tomtom, it easy manages with lights. It keeps light still on as it works as car navigation device.
Nokia 6230i with Nokia LD-3W GPS

Hi Admin, on the Simens

Hi Admin,

on the Simens SXG75 the default JAva-GPS Navigation Software (Mobile Navigator MN2200 form VDO Dayton) also allows to have the light permanently on.

Could this be an issue depending on the platform?

I'd appreciate a "lights on" feature as well!

Thxs.

hegi

I said same thing, with an

I said same thing, with an other application i can switch on the lcd backlight permanently,
on SonyEricsson W810i,
French user, sorry for my school english...

Thanks for your effort to

Thanks for your effort to find the solution.

We have managed to find the workaround which works across all phones. You can see it in the next release which is scheduled before 11/12/2006. That will provide support to a new service - www.trackut.com

Thanks,

Raddy

Hi, Working on switching the

Hi,

Working on switching the lights on/off is straightforward while coding native language code/symbian code. But with j2me apps, the feature needs to be exposed by the JVM on the phone, which currently doesnt support it.

If you find some j2me app that does this, please let us know @ support@i10n.com

Admin

One good example would be

One good example would be the free application nav4all from http://www.nav4all.com/

I has an option to permanently keep the light on (checked on SE k750i / w800i)

Regards!

GPS/J also supports

GPS/J also supports switching the backlight on permanently.