Page 1 of 12 12311 ... LastLast
Results 1 to 10 of 112

Thread: GPS Speedup

777
  1. [translate]    #1
    Member
    Join Date
    Mar 2010
    Location
    dp.ua
    Posts
    33

    Default GPS Speedup

    Originally here:
    1. Create gps.conf file containing:
      Code:
      NTP_SERVER=ru.pool.ntp.org
      XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
      XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
      XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
      SUPL_HOST=supl.google.com
      SUPL_PORT=7276
    2. Copy gps.conf to SD card.
    3. Run
      Code:
      adb shell
      and type:
      Code:
      su
      remount rw
      cat /sdcard/gps.conf > /system/etc/gps.conf
      reboot
    4. After rebooting, your GPS initializes quickly.
    Attached Files Attached Files
    Last edited by singalen; 06-23-2010 at 12:24 PM.

  2. [translate]    #2
    Senior Member
    Join Date
    May 2010
    Location
    india
    Posts
    547

    Default

    Can u create one and attach
    Quote Originally Posted by singalen View Post
    Originally here:
    1. Create gps.conf file containing:
      Code:
      NTP_SERVER=ru.pool.ntp.org
      XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
      XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
      XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
      SUPL_HOST=supl.google.com
      SUPL_PORT=7276
    2. Copy gps.conf to SD card.
    3. Run
      Code:
      adb shell
      and type:
      Code:
      su
      remount rw
      cat /sdcard/gps.conf > /system/etc/gps.conf
      reboot
    4. After rebooting, your GPS initializes quickly.


    Sent from my GT-I5700 using Tapatalk
    <!-- Start of adf.ly banner code -->
    <div style="width:468px; text-align:center;font-family:verdana;font-size:10px;">
    <a href="http://adf.ly/?id=449217"><img border=0 src="http://adf.ly/images/banners/adfly.468x60.4.gif" width="468" height="60" alt="adf.ly - shorten links and earn money!"></a>
    <br /><a href="http://adf.ly/?id=449217">Get paid to share your links!</a>
    </div>
    <!-- End of adf.ly banner code -->

  3. [translate]    #3
    Senior Member
    Join Date
    Apr 2010
    Location
    Romania
    Posts
    186

    Default

    Note that if you're not in Russia, you should probably use another server instead of the ru.pool.ntp.org, for example use :
    NTP_SERVER=ro.pool.ntp.org for Romania
    NTP_SERVER=hu.pool.ntp.org for Hungary
    and so on.

    I've tested with NTP Tool (a Windows utility) and I've got the following responses (RoundTrip Delays, lower is better) for the NTP servers (note that I'm in Romania)
    north-america.pool.ntp.org = 0.25 - it seems that even the original 1.5 firmware had this setting (the 2.1 upgrade also has this server)
    ru.pool.ntp.org = 0.093
    hu.pool.ntp.org = 0.047
    ro.pool.ntp.org = 0.001

    So you can see that the closer the NTP server is to you the better the response time it is, so find one that's in your country.

  4. [translate]    #4
    Senior Member
    Join Date
    Jun 2010
    Location
    Iasi, Romania
    Posts
    365

    Default

    Quote Originally Posted by verszipo View Post
    Note that if you're not in Russia, you should probably use another server instead of the ru.pool.ntp.org, for example use :
    NTP_SERVER=ro.pool.ntp.org for Romania
    NTP_SERVER=hu.pool.ntp.org for Hungary
    and so on.

    I've tested with NTP Tool (a Windows utility) and I've got the following responses (RoundTrip Delays, lower is better) for the NTP servers (note that I'm in Romania)
    north-america.pool.ntp.org = 0.25 - it seems that even the original 1.5 firmware had this setting (the 2.1 upgrade also has this server)
    ru.pool.ntp.org = 0.093
    hu.pool.ntp.org = 0.047
    ro.pool.ntp.org = 0.001

    So you can see that the closer the NTP server is to you the better the response time it is, so find one that's in your country.
    Hi. I am Romanian, as well, but maybe people will find useful stuff so let's use English. Well, my problem is that GPS does not work at all most of the time. The strange thing is that (at this very moment) I have 13 satellites in view but it seems they refuse to connect. The odd thing is that if I am at the faculty, it works good enough (shows me as being in the next room). The building has only one floor and it is placed in a wide space without any blocks near it. But if I am in the middle of the street or at home, nothing happens. From home I managed only once to get some signal, half-hanging outside the window (I live at the very first floor - parter). Any idea on what I can do? I tried all the possible configurations of the gps.conf file and same results. I'm running fw 2.1-update 1 with SamdroidMod and Leshak's kernel (all up-to-date). Thanks.

  5. [translate]    #5
    Senior Member
    Join Date
    Jun 2010
    Location
    Pyrlandia (Potato-State)
    Posts
    280

    Default

    Quote Originally Posted by bboylalu View Post
    The strange thing is that (at this very moment) I have 13 satellites in view but it seems they refuse to connect.
    I have the same issue. But it's not that satellites refuse to connect, since GPS device is only receiver. It's rather a problem with calculating fix. Another problem is that probably GPS accuracy is buggy. This makes whole GPS function buggy . I did reflash - tried on a clean JE4, SdM 2.05 and SdM 2.06b3 - always the same.
    I observed, that first fix goes well (probably after phone reboot), but then it's getting worse. In GPS Status application I can see many grey columns (e.g.6-7), but no fix.
    Additionally see this: http://forum.samdroid.net/f9/maps-na...-accuracy-1247

    What worries me is that noone is looking at those issues

  6. [translate]    #6
    Senior Member
    Join Date
    Mar 2010
    Location
    The Netherlands
    Posts
    192

    Default

    whow, has a massive effect in NL. thnx for this!

    Just use fasterfix if you don't want to edit those files by yourself:
    Fasterfix
    Last edited by Double; 10-19-2010 at 12:31 AM.

  7. [translate]    #7
    Moderator adi4motion's Avatar
    Join Date
    May 2010
    Location
    Romania
    Posts
    616

    Default

    Thanks a lot!
    Cosmote RO
    Phone: Motorola Defy
    ROM: CM 7 NIGHTLIES
    Kernel: 2.6.32.9

  8. [translate]    #8
    Senior Member
    Join Date
    Jun 2010
    Location
    Iasi, Romania
    Posts
    365

    Default

    To the guys in Romania: what date/time settings do you have? Manually? If so, what timezone did you set? Or automatically?

  9. [translate]    #9
    Senior Member
    Join Date
    Apr 2010
    Location
    jakarta
    Posts
    120

    Default

    for indonesia:
    id.pool.ntp.org
    or
    asia.pool.ntp.org
    Last edited by indraf; 06-19-2010 at 09:50 PM. Reason: add quote

  10. [translate]    #10
    HTD
    HTD is offline
    Senior Member
    Join Date
    May 2010
    Location
    India
    Posts
    506

    Default

    Guys, i need Stock gps.conf ..
    My Locations isnt coming is Google Maps after doing this it says "Temporarily down".

    Please anyone upload gps.conf?

    PS: I used NTP_SERVER=in.pool.ntp.org

    NEVERMIND : Its working now..
    Last edited by HTD; 06-19-2010 at 10:23 PM.
    I Do Stuff.
    Twitter | Blog | Facebook

Page 1 of 12 12311 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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
  •