![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#16 (permalink) |
|
Registered Member
Join Date: Nov 2004
Posts: 2
|
The device is a Fortuna Clip-On (Bluetooth). Various PDA tools confirm that there is a fix and it gives 0 co-ordinates until it has a fix. Yes, the signal isn't strong, but it shows the correct place on Tomtom and Pocket Streets / Mappoint maps. Which script do I need to look in?
|
|
|
|
|
|
#17 (permalink) |
|
Knight Tooth Puller
Join Date: Aug 2004
Location: Bellevue, WA, USA
Posts: 182
|
In "ns04settings.vbs", increase TellNoGPS - maybe to 20.
It appears to be doing double duty for both how often it tells you about a lack of GPS state and how it determines a lack of GPS state - I'll need to rethink that. In other news, threading is nearly complete - just needs autostart/autostop and more testing. |
|
|
|
|
|
#18 (permalink) |
|
Knight Tooth Puller
Join Date: Aug 2004
Location: Bellevue, WA, USA
Posts: 182
|
New update, with speech in a separate thread. Hopefully it's Just In Time for travel (Thanksgiving and Black Friday in USA).
Currently it's enabled for debugging. One outstanding issue is that it leaves the speech thread highly visible and only stops it if you explicitly disable Scanning. I thought that OnEnableScan and OnDisableScan would be called on startup/shutdown, but that doesn't appear to be the case; sorry! Also, since it spawns SNDREC32 to play WAVs, I have it backing up and restoring the current Open and Close event WAVs in case you have sounds when you start/stop applications. I've no idea if this is WinXP-specific. One can save a sound scheme before testing. Please send bug reports. I'm especially interested in whether anyone has gotten it working with DiGLE or one of Musatcha's utilities (GPSd, WiFiMapping) - I haven't yet been successful with DiGLE on my own. |
|
|
|
|
|
#19 (permalink) |
|
Registered Member
Join Date: Dec 2002
Posts: 36
|
Ok I would really love to use this script, but im having a heck of a time getting it to work...
I dropped it into my NetStumbler folder and created the Cicons and placed the icons inside of Cicons... I am using the following config... Code:
'This file is designed to be GlobalExecute'd into the master script 'It contains all settings '************ Master User Configurable Switches ************ '*********************************************************** 'Mapping software; pick one? UseMappoint = True '***** Mappoint: This overrides DropCrumbs and TrackVehicle UseDiGLE = False '***** DiGLE: Free mapping utility; see WiGLE.net; also Musatcha's software '***** Speech: Speak names of networks in view UseSpeech = False '***** Sounds: ' Non-speech audio - if using speech this may trigger if no new ssids to say UseAudio = True '***** SignalStrength: MIDI obsoletes this; True if you want varying signal strength sounds 'if using speech it might trigger if there are no new ssids to say, and UseAudio = True UseSignalStr = True '*********************************************************** '****************End of master switches********************* '*********************************************************** RunDefs '*********************************************************** '*********************************************************** if UseMappoint then '*********************************************************** '***** Beginning of Mappoint-specific settings '*********************************************************** 'Do you want to use a default map? const UseDefaultMap = True 'self explanatory - only used if UseDefaultMap is True const DefaultMapLocation = "C:\stumbling\Map.ptm" 'True to delete the last vehicle location and/or last track - only if using default map const delLastLoc = True const delLasttrack = True The script works fine if I disable map-point (sounds etc) but I would really like to have the live position tracking/ap's on the map working correctly ![]() |
|
|
|
|
|
#20 (permalink) |
|
Registered Member
Join Date: Dec 2004
Posts: 3
|
Script Errors out in dos window
I downloaded the 20041124.zip
I made a folder under C:\Program Files\Network Stumbler\masterscript I put the scripts in there. Then pointed NetStumbler to ns04master.vbs I Edited the ns04settings.vbs to use MapPoint insted of DiGLE When I fire up the script, Mappoint opens up as it should, the script says it's using Microsoft Sam (Voice), a dos window opens up with the following error. C:\Program Files\Network Stumbler\masterscript\ns04thread.vbs(48, 24) Microsoft VBScript runtime error: Path not found Any advice? ![]() |
|
|
|
|
|
#22 (permalink) | |
|
Registered Member
Join Date: Dec 2004
Posts: 3
|
Quote:
Never had this error with other scripts. The odd thng is that the script that it says it can't find is exactly where t is looking. -Brent |
|
|
|
|
|
|
#23 (permalink) | |
|
Registered Member
Join Date: Dec 2004
Posts: 3
|
I figured it out
Quote:
![]() |
|
|
|
|
|
|
#25 (permalink) | |
|
Psychic Amish Stumbler
Join Date: Jul 2004
Location: Virginville, BlueBall, Bird In Hand, Intercourse, Paradise, PA
Posts: 11,650
|
Quote:
__________________
"One of these days, I'm going to cut you to pieces." If you're offended by this post, please feel free to report it to one of the many helpful moderators of this forum. Thank you. |
|
|
|
|
|
|
#26 (permalink) |
|
Registered Member
Join Date: Feb 2005
Posts: 3
|
script error
OK I'm trying to use the master script. But it's not working for me. I did some searching and I'm not sure what to do with this script. Do I need to edit this script? If so where. (be gentle I'm new to scripts) I've done some searching but haven't been getting any clear cut answers.
Ive been trying to run it but get this error: Microsoft (R) Windows Script Host Version 5.6 Copyright (C) Microsoft Corporation 1996-2001. All rights reserved. C:\Program Files\Network Stumbler\ns04thread.vbs(48, 24) Microsoft VBScript runt ime error: Path not found What have I done wrong? Thanks |
|
|
|
|
|
#27 (permalink) |
|
Psychic Amish Stumbler
Join Date: Jul 2004
Location: Virginville, BlueBall, Bird In Hand, Intercourse, Paradise, PA
Posts: 11,650
|
Do you have Map Point installed?
__________________
"One of these days, I'm going to cut you to pieces." If you're offended by this post, please feel free to report it to one of the many helpful moderators of this forum. Thank you. |
|
|
|
|
|
#30 (permalink) | |
|
Registered Member
Join Date: Jan 2005
Posts: 1
|
Same problem
I'm having the same problem I have tried putting this into a couple of the scripts ( I don't know what I'm doing but I'm trying. ) I have looked around and this is the only thing I'm stuck on. I try to add it to the settings script and the mappoint and I get several diffrent errors.
Quote:
|
|
|
|
|