The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > General Hardware Discussion > User Innovations

Reply
 
LinkBack Thread Tools Display Modes
Old 02-24-2006, 05:21 PM   #136
FLAC
 
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
Quote:
b8: Use AutoIt Window Tool to find the name/class of the "nag" window. Copy the GooPsWindow sub-dir and rename it to GENag. Rename the INI file too and edit it to reflect the proper window name/class. In the startup script, add Embed(GENag:20000) an then add Type(I) so it will auto press the ignore button. Let me know if you have any trouble.

RPM, I tried that. The WindowClass is "QWidget" and the WindowTitle is "Warning". I created a folder called GENag and put the information in there. Then in GoogleEarth.ini, I wait for 15 seconds, embed GENag then send Enter key to get rid of it. In theory, it should work but I got a very different result. It works like a couple of times then in other times, I got tons of GE window popping up.

Could you help with that please. Like I said, all you need to do is disconnect your Internet and you should see the nag screen. Thanks.
b8bboi is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 02-25-2006, 03:14 PM   #137
Variable Bitrate
 
Join Date: Feb 2006
Posts: 257
I also have a hysteresis style algorithm working. With hysteresis you must exceed the speed range of the current zoom level by a set amount (say 3mph) before it will change zoom levels. This technique is used to avoid false triggering (triggering on noise) on oscilloscopes. I should have a release within the next couple of days.
Quote: Originally Posted by davidhite
I've got the "damping/smoothing" working now using a time variable. Six seconds seems to work OK with the demo, I'll expose it so you can adjust it as you like. I'm not sure how it will work with the variable range settings, you'll have to try it out and see.

davidhite is offline   Reply With Quote
Old 02-25-2006, 03:43 PM   #138
Newbie
 
Join Date: Nov 2004
Posts: 53
sounds great, the more robust the control the better. the compilation of alot of apparently small features like this is what makes up a great application.
With the upcoming release, the only remaining problem i have is equally small.

as mentioned earlier, i dont always get an accurate heading when at a stop. if maping the heading as 'up' this results in 'spinning', obviously happens in Iguidance too, but more visually distracting in GE due to the nature of the maps. Since GooPs has control over the rotate, it would be nice if it there was a heading buffer that would remember the correct heading as as i slow down, and disable the autorotate when at a stop to prevent the spining effect. Speed up and autorotate would be re-enabled. I understand this may be signifigantly more difficult to implement that the autozoom dampening (functionally, right after a stop there are typically heading changes associated with actual turns) a slightly larger rotate delay for an actual turn (waiting until up to speed to reinit autorotate) may be acceptable since there is already an inherant delay.
d2.n is offline   Reply With Quote
Old 02-25-2006, 03:47 PM   #139
Newbie
 
Join Date: Nov 2004
Posts: 53
to reiterate:
GooPs is a wonderful application right now. No further development could be done and I would continue to use it for the life of the carputer. I appreciate the quick update schedule, and taking the time to implement requested features
d2.n is offline   Reply With Quote
Old 02-27-2006, 01:57 PM   #140
FLAC
 
tbird2340's Avatar
 
Join Date: Oct 2003
Location: Poland, OH
Posts: 1,568
Would it be possible to somehow add an option to auto dial a connection? What I'm thinking is when you launch your program it autodials a bluetooth dial up networking connection (to your gprs phone).
__________________
Current Vehicle: 2005 Dodge Ram 1500 Quad Cab

First Vehicle: 2003 Ford Ranger
tbird2340 is offline   Reply With Quote
Old 02-27-2006, 04:05 PM   #141
Variable Bitrate
 
Join Date: Feb 2006
Posts: 257
I'm hoping something like that already exists, but I don't know. Perhaps a batch file of some sort? I'm not too familiar with how gprs works, the wireless forum would probably be a good place to hunt around for apps that do just that.
Quote: Originally Posted by tbird2340
Would it be possible to somehow add an option to auto dial a connection? What I'm thinking is when you launch your program it autodials a bluetooth dial up networking connection (to your gprs phone).

davidhite is offline   Reply With Quote
Old 02-27-2006, 04:17 PM   #142
Variable Bitrate
 
Join Date: Feb 2006
Posts: 257
Thanks d2, I appreciate your feedback. My gps doesn't exhibit this behavior too much so I'll probably need some help nailing down a solution. I'll implement something based on your description and you can try it out.
Quote: Originally Posted by d2.n
sounds great, the more robust the control the better. the compilation of alot of apparently small features like this is what makes up a great application.
With the upcoming release, the only remaining problem i have is equally small.

as mentioned earlier, i dont always get an accurate heading when at a stop. if maping the heading as 'up' this results in 'spinning', obviously happens in Iguidance too, but more visually distracting in GE due to the nature of the maps. Since GooPs has control over the rotate, it would be nice if it there was a heading buffer that would remember the correct heading as as i slow down, and disable the autorotate when at a stop to prevent the spining effect. Speed up and autorotate would be re-enabled. I understand this may be signifigantly more difficult to implement that the autozoom dampening (functionally, right after a stop there are typically heading changes associated with actual turns) a slightly larger rotate delay for an actual turn (waiting until up to speed to reinit autorotate) may be acceptable since there is already an inherant delay.

davidhite is offline   Reply With Quote
Old 02-27-2006, 05:32 PM   #143
FLAC
 
tbird2340's Avatar
 
Join Date: Oct 2003
Location: Poland, OH
Posts: 1,568
Quote: Originally Posted by davidhite
I'm hoping something like that already exists, but I don't know. Perhaps a batch file of some sort? I'm not too familiar with how gprs works, the wireless forum would probably be a good place to hunt around for apps that do just that.

It's no different then having just a regular dialup connection..
__________________
Current Vehicle: 2005 Dodge Ram 1500 Quad Cab

First Vehicle: 2003 Ford Ranger
tbird2340 is offline   Reply With Quote
Old 03-01-2006, 03:04 AM   #144
Variable Bitrate
 
Join Date: Feb 2006
Posts: 257
GooPs V1.7 Released - AutoView enhancements, etc.

1.7 - 3/1/06

· Added an AutoView Smoothing parameter to reduce rapid changes in range due to traveling near an AutoView speed boundary.
To set the Smoothing parameter add this line to your AutoZoom.cfg file:
<Smoothing>3</Smoothing> ; Must exceed the current AutoView speed boundaries by 3 mph to change to the next speed range.
· Added an AutoView RotateMinimum parameter to help reduce GPS “helicopter” effect at low speeds.
To set the RotateMinimum parameter add this line to your AutoZoom.cfg file:
<RotateMinimum>.5</RotateMinimum> ; don’t auto-rotate at speeds below .5 mph.
· The AutoZoom config file now allows comments:
; any line that starts with a semi-colon is ignored
· Added a "Clear Track" feature that clears all track data for the currently selected vehicle.
· Track data is now saved across program invocations.
· Updated the demo with more realistic tracks (includes a marine track).
· Added English/Metric units selection.
· Added selection to enable/disable auto-starting of Google Earth.
· Added selection to enable/disable saving track to Google Earth.
· No longer automatically saves KML file on exit.
· SpeedTrack can now be enabled/disabled on a per-vehicle basis.
· Reworked main window UI to be more touch-screen friendly.
· AutoView features now toggle AutoView state automatically.
· Added an AutoView checkbox to enable/disable all AutoView features.
· Saving KML to Google Earth now works regardless of the current directory.
· GooPs state is now stored in the Current User portion of the registry so Administrative privileges are no longer necessary. This means you will lose all current settings.

; Sample AutoZoom.cfg file:
;
; <Smoothing> is the amount by which the current speed range limits must be exceeded before
; the settings for the new row take effect. This is to avoid "jumping" back and forth when
; traveling at speeds near a table boundary.
;
<Smoothing>3</Smoothing>
;
; <RotateMinimum> is the minimum speed in mph at which auto-rotation will be employed.
;
<RotateMinimum>.5</RotateMinimum>
;
; AutoZoom Configuration Table format
; <speed>,[-]<range>,[-]tilt[,<image>[,[-]<scale>]]
; Example:
; 0, -200, -10, c:/car.png, .5
; 10, 1000, -10, c:/car.png, 1
;
0,-200,-10
10,-1000,60
20,-4000,60
30,-7000,60
davidhite is offline   Reply With Quote
Old 03-01-2006, 06:27 AM   #145
Newbie
 
Join Date: Nov 2004
Posts: 53
Quote: Originally Posted by davidhite
1.7 - 3/1/06

· Track data is now saved across program invocations.

· GooPs state is now stored in the Current User portion of the registry so Administrative privileges are no longer necessary. This means you will lose all current settings.

awesome.

ill post detailed comments and some paths soon.
d2.n is offline   Reply With Quote
Old 03-06-2006, 01:28 PM   #146
FLAC
 
tbird2340's Avatar
 
Join Date: Oct 2003
Location: Poland, OH
Posts: 1,568
Could my luck suck this bad.. Is my area that much of a boondocks area that this is the best image I can get from GE?

__________________
Current Vehicle: 2005 Dodge Ram 1500 Quad Cab

First Vehicle: 2003 Ford Ranger
tbird2340 is offline   Reply With Quote
Old 03-06-2006, 01:52 PM   #147
Newbie
 
Join Date: Feb 2006
Location: Oregon, USA
Posts: 34
Go to TerraServer, find your place, zoom in all the way, take few a screenshots as you pan around, stitch them together in Photoshop and create an overlay in Google Earth. It might be black and white, but at least it'll be high-res. I've done that for several places in Google Earth. You can even take a screenshot in Google Earth if you want, and use the low-res color version to "colorize" the black and white version you get from TerraServer. I did this with Williams Bay in Wisconsin. Looks pretty cool.
DylanBennett is offline   Reply With Quote
Old 03-06-2006, 02:16 PM   #148
Variable Bitrate
 
Join Date: Feb 2006
Posts: 263
how about a version for OS X?
LightningMac is offline   Reply With Quote
Old 03-06-2006, 03:26 PM   #149
Newbie
 
Join Date: Feb 2006
Location: Oregon, USA
Posts: 34
Might as well upload what it is I'm talking about. Here it is...

Williams Bay Terra Server Overlays for Google Earth (colorized and b/w) (3.53MB)
DylanBennett is offline   Reply With Quote
Old 03-06-2006, 07:01 PM   #150
Variable Bitrate
 
Join Date: Feb 2006
Posts: 257
If someone wants to donate a mac
Quote: Originally Posted by LightningMac
how about a version for OS X?

davidhite is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
beta testers wanted btbe RR Skins 164 06-11-2007 10:58 AM
Windows Mobile Smartphone Beta testers needed zorro PhoneControl 34 02-23-2006 07:57 AM
WANTED: Phoco BETA testers for RR... guino Road Runner 200 12-05-2005 10:05 AM
Looking for beta testers for new DC-DC PSU MikeH Power Supplies 22 05-18-2004 02:22 PM
Wanted: beta testerss for X-MP3Pad (formerly MP944) PorscheMP3 Software & Software Development 0 05-07-2002 11:58 AM


All times are GMT -5. The time now is 05:07 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics