Page 2 of 38 FirstFirst 123456789101112 ... LastLast
Results 11 to 20 of 377

Thread: GPS Gasoline RR Plugin: Now w/ iGuidance Support

  1. #11
    FLAC W3bMa5t3r's Avatar
    Join Date
    Apr 2006
    Location
    Washington, DC
    Posts
    1,268
    Ok I haven't figured the probelm out that I had at home, seeing as how I'm not there, but I figured I'd try it here at work and I came accross another problem. Missing RICHTX32.OCX . I was able to fix it with this download from Microsoft. RichTX32.cab (zipped up. extract the cab, right click on the *inf file and click install) Other than that it worked fine
    Attached Files Attached Files

  2. #12
    Variable Bitrate jthiani's Avatar
    Join Date
    May 2005
    Location
    Raleigh, NC.... Nbi, Alpha quadrant (1 00 N, 38 00 E ) !!!
    Posts
    374
    Quote Originally Posted by lostreception
    Next Release will have a better interface and RR intergration

    Also thought I might mention this 2 options here
    • I can make it a live data request tool meaning that you request gas it brings it up OR

      you have the computer connect to the internet at a given time and it will request and build a list of stations for you with in a certian mile radius or certian zipcode number (keep in mind some zips offer 2 or more towns worth of stations)
      from there i may be able to limit the results to those in a particular direction or even do it automatically via road runners gps heading (NE S W etc)

      just with some rough math here to do the batch downloads (if possible) 200 zip codes yields only a 35 miles radius id grab every third or fourth zip because of this but
      200 stored htmls @ 5k each = 1 MB just for a half hours drive
      so batch may not be worth it also the bigger the radius get the more uneeded stations get loaded


      please chime in with any thoughts thanks

    I think this is a brilliant idea...... one suggestion would be to integrate the ability to make a trip specific list of gas stations. for instance if im driving from North Carolina to new York city, i would drive from raleigh along Hwy 64 east then join I-95 north. If i could get the gas price of all stations on this route, then make the llist clickable so that if you click on the station you like, it gives you directions to the station....Now that would elevate you to royalty

    oh yeah...make it skinnable also....

  3. #13
    Variable Bitrate gameboy's Avatar
    Join Date
    May 2005
    Location
    Elizabeth City, NC
    Posts
    294
    Quote Originally Posted by jthiani
    Now that would elevate you to royalty
    i was thinking god-hood, but royalty works too
    95 Mazda Protege LX
    Worklog
    Overall [Project Dead] 0%

    2003 Nissan Altima
    [XXXXXXXX--] 80% Planning
    [XX--------] 20% FABRICATION/INSTALLATION

    Worklog

  4. #14
    Raw Wave lostreception's Avatar
    Join Date
    Sep 2004
    Location
    NY
    Posts
    1,806
    Quote Originally Posted by jthiani
    I think this is a brilliant idea...... one suggestion would be to integrate the ability to make a trip specific list of gas stations. for instance if im driving from North Carolina to new York city, i would drive from raleigh along Hwy 64 east then join I-95 north. If i could get the gas price of all stations on this route, then make the llist clickable so that if you click on the station you like, it gives you directions to the station....Now that would elevate you to royalty

    oh yeah...make it skinnable also....
    • trip specific will be hard to implement
      im open to suggestions
    • yes links will be supported
    • skinning shouldnt be a problem
    .______
    | '_ |__\___
    [(o)|___(o)] XB
    ._________
    | I__I I_I|_\__I
    [(o)______(o)]b VanPimpin'

    LostReceptions Apps D/L Here

    GPSGasoline- Rewriting

    Draw- SkribblePad for Touchscreens

    iGQwerty-iG3.0 Qwerty Keyboard

    CarPCNetwork

  5. #15
    Variable Bitrate jthiani's Avatar
    Join Date
    May 2005
    Location
    Raleigh, NC.... Nbi, Alpha quadrant (1 00 N, 38 00 E ) !!!
    Posts
    374
    for trip specific, if you could somehow integrate with the mapping software (iG for instance) then once you enter your route in to iG, it has a built in list of points of interest (including gas stations). If this info could be imported into you app, it could simply match up the gas stations on the poi list to the list in your app

  6. #16
    Maximum Bitrate pRoFiT's Avatar
    Join Date
    Apr 2005
    Location
    Fresno, CA
    Posts
    798
    Sweet. I asked about this last year feature request: native gps support and no one wanted to do it. Gas list for a trip would be awesome. just went to las vegas last weekend and I was going to pre look up gas prices before we left and forgot. If only I could have pulled up a quick list of cheap gas places in the car. Keep up the good work. I need to get back to the program I was working on for RR. Been kind of busy. I dont have a GPS right now or I would try it....
    Um, I guess this is where you put something witty.WITTY

    My Web site, in the design stage. http://home.comcast.net/~cstrachn

    Modified RRSkinEditor http://www.mp3car.com/vbulletin/rr-skins/65723-rrskineditor-bugs-fixes-comments-current-progress-outdated.html

  7. #17
    FLAC W3bMa5t3r's Avatar
    Join Date
    Apr 2006
    Location
    Washington, DC
    Posts
    1,268
    Ok, figured out what the missing DAO.MSI problem is. DAO allows for interaction between programs and databases, etc. The culprit here is an ATI video card problem. When the drivers are installed, the DAO components are also installed, but apparently Windows isn't configured correctly, so when you run GPSGasoline, it tries to run the DAO.MSI install program to correct everything, but alas, most likely you won't have this file :-\ . To fix this problem, follow these steps: :-)

    1. Download and extract this file DAO_Problem_Fix.zip 2.37MB
    2. In the extracted file / folder "DAO MSI", run the "Microsoft DAO.msi" file
    3. Copy the "DAO360.DLL" file in the "dao360" folder to "C:\Program Files\Common Files\Microsoft Shared\DAO\"
    4. enter this code in START / RUN: regsvr32 /u "c:\program files\common files\microsoft shared\dao\dao360.dll"
    5. enter this code in START / RUN: regsvr32 "c:\program files\common files\microsoft shared\dao\dao360.dll"
    6. Run GPSGasoline. It should work with no problems.

  8. #18
    Raw Wave lostreception's Avatar
    Join Date
    Sep 2004
    Location
    NY
    Posts
    1,806
    Quote Originally Posted by W3bMa5t3r
    Ok, figured out what the missing DAO.MSI problem is. DAO allows for interaction between programs and databases, etc. The culprit here is an ATI video card problem. When the drivers are installed, the DAO components are also installed, but apparently Windows isn't configured correctly, so when you run GPSGasoline, it tries to run the DAO.MSI install program to correct everything, but alas, most likely you won't have this file :-\ . To fix this problem, follow these steps: :-)

    1. Download and extract this file DAO_Problem_Fix.zip 2.37MB
    2. In the extracted file / folder "DAO MSI", run the "Microsoft DAO.msi" file
    3. Copy the "DAO360.DLL" file in the "dao360" folder to "C:\Program Files\Common Files\Microsoft Shared\DAO\"
    4. enter this code in START / RUN: regsvr32 /u "c:\program files\common files\microsoft shared\dao\dao360.dll"
    5. enter this code in START / RUN: regsvr32 "c:\program files\common files\microsoft shared\dao\dao360.dll"
    6. Run GPSGasoline. It should work with no problems.
    Thanks for the writeup

    ok maybe ill check for dependancy issues on load then load them if neccissary
    .______
    | '_ |__\___
    [(o)|___(o)] XB
    ._________
    | I__I I_I|_\__I
    [(o)______(o)]b VanPimpin'

    LostReceptions Apps D/L Here

    GPSGasoline- Rewriting

    Draw- SkribblePad for Touchscreens

    iGQwerty-iG3.0 Qwerty Keyboard

    CarPCNetwork

  9. #19
    FLAC W3bMa5t3r's Avatar
    Join Date
    Apr 2006
    Location
    Washington, DC
    Posts
    1,268
    Quote Originally Posted by lostreception
    Thanks for the writeup

    ok maybe ill check for dependancy issues on load then load them if neccissary
    That should work. So far the two issues I encountered weren't on both machines, just one on each. Easy enough to fix though Thanks again for this program

  10. #20
    Constant Bitrate
    Join Date
    Apr 2004
    Location
    NYC
    Posts
    217
    Nice indeed!

Similar Threads

  1. PPC Car GPS and MP3 mini How To
    By hotrod_nut in forum General Hardware Discussion
    Replies: 1
    Last Post: 02-25-2008, 01:24 PM
  2. RR lower volume for GPS Directions
    By UM_Fan in forum Road Runner
    Replies: 23
    Last Post: 02-28-2006, 10:46 PM
  3. RR doesn't start Phoco on initial load..
    By DutchBurner in forum Road Runner
    Replies: 16
    Last Post: 11-04-2005, 01:17 PM
  4. RR forgets GPS port!!!
    By eduardovdr in forum Road Runner
    Replies: 2
    Last Post: 07-17-2005, 05:11 PM
  5. RR 04-08-05 .. BETA Base Plugin ...
    By guino in forum Road Runner
    Replies: 37
    Last Post: 04-10-2005, 11:39 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •