[08/07/2009] Where is... 1.0.0 (GPS tracking application)

Search This thread

ssj5trunks

Senior Member
Dec 15, 2007
535
3
www.simosoftprojects.com

Attachments

  • WhereIs-1.jpg
    WhereIs-1.jpg
    17.8 KB · Views: 1,473
  • WhereIs-2.jpg
    WhereIs-2.jpg
    21.6 KB · Views: 1,447
  • WhereIs-3.png
    WhereIs-3.png
    11.3 KB · Views: 1,229
  • WhereIs-4.jpg
    WhereIs-4.jpg
    20.7 KB · Views: 1,412
  • WhereIs-5.jpg
    WhereIs-5.jpg
    17.8 KB · Views: 1,503
  • WhereIs-6.jpg
    WhereIs-6.jpg
    18.5 KB · Views: 1,172
  • WhereIs-7.jpg
    WhereIs-7.jpg
    18.8 KB · Views: 1,197
  • WhereIs-8.jpg
    WhereIs-8.jpg
    13.9 KB · Views: 1,137
Last edited:

redganger

Member
Nov 14, 2008
36
5
What am I missing here?

WhereIs.exe
InvalidCastException
Conversion from string "" to type 'Integer' is not valid.

at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
at WhereIs.Start.ReadScreenLock()
at WhereIs.Start.Start_Activated(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnActivated(EventArgs e)
at System.Windows.Forms.Form.WnProc(WM wm, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
at Microsoft.AGL.Forms.WL.SetVis(IntPtr hwnThis, BOOL fVis)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at System.Windows.Forms.Application.Run(Form fm)
at WhereIs.Start.Main()

Omnia.
 

ssj5trunks

Senior Member
Dec 15, 2007
535
3
www.simosoftprojects.com
What am I missing here?



Omnia.

I think the problem is when i read registry.
I do that for block screen for not go in stand by mode.

Check these registry if you have it:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts\BattSuspendTimeout
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts\BattSuspendTimeoutSave
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts\ACSuspendTimeout
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts\ACSuspendTimeoutSave
HKEY_CURRENT_USER\ControlPanel\Backlight\BatteryTimeout
HKEY_CURRENT_USER\ControlPanel\Backlight\BatteryTimeoutUnchecked
HKEY_CURRENT_USER\ControlPanel\Backlight\ACTimeout
HKEY_CURRENT_USER\ControlPanel\Backlight\ACTimeoutUnchecked

If you dont have these registry it is a problem i correct it in the next version, if i dont find it i set it to 0.

I think your problem is that i cant find any of these registry key and return error.

Bye
 

neonua

Member
Feb 19, 2008
10
0
Poltava
I think the problem is when i read registry.
I do that for block screen for not go in stand by mode.

Check these registry if you have it:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts\BattSuspendTimeout
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts\BattSuspendTimeoutSave
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts\ACSuspendTimeout
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts\ACSuspendTimeoutSave
HKEY_CURRENT_USER\ControlPanel\Backlight\BatteryTimeout
HKEY_CURRENT_USER\ControlPanel\Backlight\BatteryTimeoutUnchecked
HKEY_CURRENT_USER\ControlPanel\Backlight\ACTimeout
HKEY_CURRENT_USER\ControlPanel\Backlight\ACTimeoutUnchecked

If you dont have these registry it is a problem i correct it in the next version, if i dont find it i set it to 0.

I think your problem is that i cant find any of these registry key and return error.

Bye

On my Asus p535 with WM 6.5 and Asus WM p525 with WM 6.1 do not work.
I did that you wrote. And changed values HKEY_CURRENT_USER\ControlPanel\Backlight\BatteryTimeoutUnchecked to 0 and HKEY_CURRENT_USER\ControlPanel\Backlight\ACTimeoutUnchecked to 0 too.
All other values were 0.
I am thought that problem in .Net FW 3.5.
 
Last edited:

redganger

Member
Nov 14, 2008
36
5
I think the problem is when i read registry.
I do that for block screen for not go in stand by mode.

Check these registry if you have it:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts\BattSuspendTimeout
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts\BattSuspendTimeoutSave
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts\ACSuspendTimeout
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts\ACSuspendTimeoutSave
HKEY_CURRENT_USER\ControlPanel\Backlight\BatteryTimeout
HKEY_CURRENT_USER\ControlPanel\Backlight\BatteryTimeoutUnchecked
HKEY_CURRENT_USER\ControlPanel\Backlight\ACTimeout
HKEY_CURRENT_USER\ControlPanel\Backlight\ACTimeoutUnchecked

If you dont have these registry it is a problem i correct it in the next version, if i dont find it i set it to 0.

I think your problem is that i cant find any of these registry key and return error.

Bye

I dont have these two
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Power\Timeouts\BattSuspendTimeoutSave
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Power\Timeouts\ACSuspendTimeoutSave

Will wait for your next version to test.
 

redganger

Member
Nov 14, 2008
36
5
Okay i dont have any registry problems anymore, but now it says GPS connection not available, and also there's no valid GPS data..what am I supposed to do? I changed my GPS port to COM3 since thats what it's set to in the external GPS settings on my phone for other apps to access GPS data. I would really like to use this app
 

ssj5trunks

Senior Member
Dec 15, 2007
535
3
www.simosoftprojects.com
Okay i dont have any registry problems anymore, but now it says GPS connection not available, and also there's no valid GPS data..what am I supposed to do? I changed my GPS port to COM3 since thats what it's set to in the external GPS settings on my phone for other apps to access GPS data. I would really like to use this app

Wait for good signal, test with another app if you have signal like tom tom.

New version is on the road, and i upload about 1 hour.

Bye