NetStumbler.org Forums

Go Back   NetStumbler.org Forums > NetStumbler Community > Scripts
Register Search Today's Posts Mark Forums Read

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 04-30-2004   #31 (permalink)
Foxx373
Registered Member
 
Foxx373's Avatar
 
Join Date: Feb 2004
Location: Brooklyn, NY
Posts: 18
Quote:
Originally Posted by tpeer
If you have downloaded the MS Speech SDK 5, you should have more voices. I have modified the script to allow you to change the voice. In your registry find \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voic es\Tokens - that should give you a list of voices you can set, it starts at 0, not 1. Change the line ~Set TTS.voice = TTS.getvoices().item(X) ' 20040429a~ where X equals the number of the voice you want.

I also changed it to add "is Open" for non-WEP and "is Closed" for WEP APs. This is controlled by the AddWEP flag.

Enjoy

Ted

I installed MS Speech SDK 5, and it completely killed my speech engines. The Speech Control Pannel would not load, and anything that tries to access TTS stops responding. Hell, after something tries to access TTS, i cant even shut down the system....
Foxx373 is offline  
Old 04-30-2004   #32 (permalink)
Madhadder
General "Noob Basher"
 
Madhadder's Avatar
 
Join Date: Apr 2002
Location: Munich, Germany
Posts: 1,620
Quote:
Originally Posted by Foxx373
I installed MS Speech SDK 5, and it completely killed my speech engines. The Speech Control Pannel would not load, and anything that tries to access TTS stops responding. Hell, after something tries to access TTS, i cant even shut down the system....
To quote Microsoft:

This is not a bug. It's a "Feature"
__________________
Legends may sleep, but they never die!!!!
Madhadder is offline  
Old 04-30-2004   #33 (permalink)
tpeer
Registered Member
 
Join Date: Apr 2004
Posts: 21
Quote:
Originally Posted by tpeer
Um, I didn't upload the new version, sorry. I will get it up here later today.

Ted
Finally. Here it is. Allows you to switch voice, and add wep status to the end of the SSID.
Attached Files
File Type: txt ns04mappoint1.txt (11.7 KB, 710 views)
tpeer is offline  
Old 04-30-2004   #34 (permalink)
Laidback
Laidback Stumbler
 
Laidback's Avatar
 
Join Date: Aug 2002
Location: Madrid
Posts: 65
Quote:
Originally Posted by pforkes
I'm using MapPoint 2004.

I (eventually) this script to work (if I knew how then I'd write out step by step instructions).

However, when the car's position moves out of the current view in MapPoint then it disappears off the screen and you have no idea where it (or you) are.

Is this supposed to happen or is it addressable?

Peter
Yeah, that's what I meant when I put down the waffle about OnEnableScan().....

I had to change the script, to get the map to re-centre, by adding 'IsScanning = True' right under 'Initialized = True' in the Sub Initialize() section.
__________________
Laidback

Laidback Carputer
Laidback is offline  
Old 05-01-2004   #35 (permalink)
pforkes
Registered Member
 
Join Date: Apr 2002
Location: Santa Cruz, CA
Posts: 25
Should I be able to change the MapPoint display resolution?

OK, so I'm getting there one step at a time.

I find that if I change the display resolution in MapPoint (ie the size oif the geographical area displayed by MapPoint to be, say, the highest resolution by clicking on the '+' on the slider bar) then as soon as it does a redrwa it goes back to the original resolution. Is this changeable?

Peter
pforkes is offline  
Old 05-01-2004   #36 (permalink)
Laidback
Laidback Stumbler
 
Laidback's Avatar
 
Join Date: Aug 2002
Location: Madrid
Posts: 65
Quote:
Originally Posted by pforkes
OK, so I'm getting there one step at a time.

I find that if I change the display resolution in MapPoint (ie the size oif the geographical area displayed by MapPoint to be, say, the highest resolution by clicking on the '+' on the slider bar) then as soon as it does a redrwa it goes back to the original resolution. Is this changeable?

Peter
I don't think it's possible through the script and I've no idea where the default zoom level is set! I've been searching and saw that the guys who wrote the old tracking scripts (couple of years ago) seemed to have the same problem.
__________________
Laidback

Laidback Carputer
Laidback is offline  
Old 05-02-2004   #37 (permalink)
Buster
Registered Member
 
Join Date: Apr 2004
Posts: 4
The zooming thing really annoyed me to I took this: Thread and tried my best to add the speech to it.

I know too little about VBScript to do much, but zooming worked in the original (and still does).

Maybe someone that knows what they are doing can improve on it.

Buster
Attached Files
File Type: zip TrackNS_2.333.zip (9.8 KB, 225 views)
Buster is offline  
Old 05-03-2004   #38 (permalink)
Laidback
Laidback Stumbler
 
Laidback's Avatar
 
Join Date: Aug 2002
Location: Madrid
Posts: 65
Quote:
Originally Posted by Buster
The zooming thing really annoyed me to I took this: Thread and tried my best to add the speech to it.

I know too little about VBScript to do much, but zooming worked in the original (and still does).

Maybe someone that knows what they are doing can improve on it.

Buster
Try this...requires a file named 'zoomcontrol.txt' in the netstumbler folder.
Attached Files
File Type: txt ns04mappoint.txt (12.7 KB, 145 views)
__________________
Laidback

Laidback Carputer
Laidback is offline  
Old 05-03-2004   #39 (permalink)
Buster
Registered Member
 
Join Date: Apr 2004
Posts: 4
It looks like you did the opposite of what I did.

I put the speach in trackns, and you put the zooming in nsmappoint.txt.

I'll have to give it a try on my way home from work.
Buster is offline  
Old 05-03-2004   #40 (permalink)
Madhadder
General "Noob Basher"
 
Madhadder's Avatar
 
Join Date: Apr 2002
Location: Munich, Germany
Posts: 1,620
Perhaps, one of these days somebody can put all the different scripts into
1 single script, and use a "WhateverON = True" statements to tune all the
diff. functions..
__________________
Legends may sleep, but they never die!!!!
Madhadder is offline  
Old 05-03-2004   #41 (permalink)
FLECOM
Registered Member
 
FLECOM's Avatar
 
Join Date: Dec 2002
Posts: 36
Quote:
Originally Posted by Madhadder
Perhaps, one of these days somebody can put all the different scripts into
1 single script, and use a "WhateverON = True" statements to tune all the
diff. functions..
that will be a great day
FLECOM is offline  
Old 05-04-2004   #42 (permalink)
Laidback
Laidback Stumbler
 
Laidback's Avatar
 
Join Date: Aug 2002
Location: Madrid
Posts: 65
Quote:
Originally Posted by Laidback
Try this...requires a file named 'zoomcontrol.txt' in the netstumbler folder.
Merged what I did with tpeers script.

So now you can ...
Use it without MapPoint
Turn off signal strength sounds
Change the voice
Add open & closed on to the end of AP name
Should keep you on the map (re-centre)
And, by using zoomcontrol.txt file, will let you zoom in & out
Attached Files
File Type: txt ns04mappoint.txt (13.9 KB, 511 views)
__________________
Laidback

Laidback Carputer
Laidback is offline  
Old 05-04-2004   #43 (permalink)
Madhadder
General "Noob Basher"
 
Madhadder's Avatar
 
Join Date: Apr 2002
Location: Munich, Germany
Posts: 1,620
Quote:
Originally Posted by Laidback
Merged what I did with tpeers script.

So now you can ...
Use it without MapPoint
Turn off signal strength sounds
Change the voice
Add open & closed on to the end of AP name
Should keep you on the map (re-centre)
And, by using zoomcontrol.txt file, will let you zoom in & out

/me passes over the Bawls... "You Da Man"
__________________
Legends may sleep, but they never die!!!!
Madhadder is offline  
Old 05-04-2004   #44 (permalink)
pforkes
Registered Member
 
Join Date: Apr 2002
Location: Santa Cruz, CA
Posts: 25
One step forward, two steps back

Excitedly I set off with this script believing it to be the panacea. Alas, no.

It doesn't bring up MapPoint 2004 (hence no tracking/zooming)
Now Norton AntiVirus believes it to be a malicious script (every two seconds, or so , when it scans again for a WAP).
Also, I have AT&T Natural Voices 1.4 installed (which was using "Crystal's" voice quite nicely). Now it uses "Mike's" voice and over-rides the default settings.

On the positive side, it does add '...is closed' and '...is open' to the end of each announcement



Quote:
Originally Posted by Laidback
Merged what I did with tpeers script.

So now you can ...
Use it without MapPoint
Turn off signal strength sounds
Change the voice
Add open & closed on to the end of AP name
Should keep you on the map (re-centre)
And, by using zoomcontrol.txt file, will let you zoom in & out
pforkes is offline  
Old 05-04-2004   #45 (permalink)
iceburn68
Registered Member
 
iceburn68's Avatar
 
Join Date: Feb 2004
Posts: 206
Quote:
Originally Posted by pforkes
Excitedly I set off with this script believing it to be the panacea. Alas, no.

It doesn't bring up MapPoint 2004 (hence no tracking/zooming)
Now Norton AntiVirus believes it to be a malicious script (every two seconds, or so , when it scans again for a WAP).
Also, I have AT&T Natural Voices 1.4 installed (which was using "Crystal's" voice quite nicely). Now it uses "Mike's" voice and over-rides the default settings.

On the positive side, it does add '...is closed' and '...is open' to the end of each announcement
I tried it out to try and remedy your problems and I'm affraid your right. At first it didn't open mappoint, but that was without my gps plugged in. Once it had gps, it opened MapPoint and a flood of Norton Boxes. You were def right about that! I'm gonna look into it some more and I'll get back to u . . .
__________________
My Wardriving Website
iceburn68 is offline  
Closed Thread


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Google
 
Web NetStumbler.org

All times are GMT -7. The time now is 04:43 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 ©2007, Crawlability, Inc.


All messages express the views of the author and are for entertainment purposes only. Netstumbler.org cannot be held responsible for the authenticity of the content or the actions of its members. By using this site and its services, you warrant that you will not post any messages that are discriminating, obscene, hateful, threatening, or otherwise violates any laws and you release Netstumbler.org from any future claims of any kind whatsoever including, but not limited to, addiction and loss of productivity. All forum messages, private messages and any other content are properties of Netstumbler.org. Even if publicly available, personal or copyrighted information are not to be posted without the consent of the owner. Distribution of licensed and copyrighted materials in any way not endorsed by the copyright owner is strictly prohibited. You may not use this site and its resources to spam other sites or individuals or perform any action that violates any law. Items sold or bought in the For Sale forum are sold as is and no warranty or insurance of any kind is provided. Netstumbler.org cannot be held responsible for the outcome of any transactions and no warranty of any kind is provided, either express or implied. Vulgar words are not allowed in the subject lines ; they may be used in the message body in any forum. The Administrator, Super Moderators and Moderators of Netstumbler.org have the right to remove, edit, move or close any thread for any reason and to reveal your identity and other known information in the event of a complaint or legal action arising from any message posted by you.