Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 20 of 65 FirstFirst ... 10181920212230 ... LastLast
Results 191 to 200 of 643
  1. #191
    Master iGO Primo NextGen v9.19.1.484935 arhd's Avatar
    Join Date
    Oct 2014
    Location
    Spain, Barcelona
    Age
    43
    Posts
    58
    Rep Power
    53

    Default

    Quote Originally Posted by arhd View Post
    I have some issues with this igo nextgen edition:
    1)The gps signal it's not stable, compared with igo Primo.
    2) When navigate throw the menu, it have a lag, compared with igo Primo.

    Anyone else have this issues?
    I found the solution. I have too ux files. So if I remove someones, it's works more quickly. For the gps issues perhaps it's the app...

  2.    Advertissements


  3. #192
    Master beginner's Avatar
    Join Date
    Apr 2015
    Location
    EU
    Posts
    26
    Rep Power
    84

    Default

    Btw,take a quick look at Gena_iCarNav_sys_not_changed-All.apk..,founded an interesting AndroidManifest.xml..,not sure that it is eizer nng original or hand-made one...,strange..,but work
    what the UFO is "Gena" in nng - great mystery !?
    Spoiler: hmone
    <?xml version="1.0" encoding="utf-8"?>
    <manifest
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:sharedUserId="com.nng"
    android:versionCode="484935"
    android:versionName="9.19.1.484935"
    android:sharedUserLabel="@7F06000C"
    package="com.nng.igo.primogena"
    >
    <uses-sdk
    android:minSdkVersion="10"
    android:targetSdkVersion="19"
    >
    </uses-sdk>
    <uses-permission
    android:name="android.permission.ACCESS_NETWORK_STATE"
    >
    </uses-permission>
    <uses-permission
    android:name="android.permission.ACCESS_FINE_LOCATION"
    >
    </uses-permission>
    <uses-permission
    android:name="android.permission.ACCESS_COARSE_LOCATION"
    >
    </uses-permission>
    <uses-permission
    android:name="android.permission.READ_CONTACTS"
    >
    </uses-permission>
    <uses-permission
    android:name="android.permission.READ_PHONE_STATE"
    >
    </uses-permission>
    <uses-permission
    android:name="android.permission.WAKE_LOCK"
    >
    </uses-permission>
    <uses-permission
    android:name="android.permission.INTERNET"
    >
    </uses-permission>
    <uses-permission
    android:name="android.permission.RECEIVE_BOOT_COMPLETED"
    >
    </uses-permission>
    <uses-permission
    android:name="android.permission.MODIFY_AUDIO_SETTINGS"
    >
    </uses-permission>
    <uses-permission
    android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
    >
    </uses-permission>
    <uses-permission
    android:name="android.permission.WRITE_EXTERNAL_STORAGE"
    >
    </uses-permission>
    <uses-permission
    android:name="android.permission.DISABLE_KEYGUARD"
    >
    </uses-permission>
    <uses-permission
    android:name="android.permission.RECORD_AUDIO"
    >
    </uses-permission>
    <application
    android:theme="@android:01030006"
    android:label="@7F06000B"
    android:icon="@7F020000"
    android:name="com.navngo.igo.javaclient.Application"
    android:allowClearUserData="true"
    android:persistent="true"
    android:debuggable="false"
    >
    <activity
    android:label="@7F06000B"
    android:name="com.navngo.igo.javaclient.MainActivity"
    android:launchMode="2"
    android:configChanges="0x400000FF"
    >
    <intent-filter
    >
    <action
    android:name="android.intent.action.MAIN"
    >
    </action>
    <category
    android:name="android.intent.category.LAUNCHER"
    >
    </category>
    <category
    android:name="android.intent.category.DEFAULT"
    >
    </category>
    </intent-filter>
    <intent-filter
    >
    <action
    android:name="com.navngo.igo.javaclient.NAVIGATE_TO"
    >
    </action>
    <category
    android:name="android.intent.category.DEFAULT"
    >
    </category>
    <data
    android:mimeType="vnd.navngo.igo.item/address"
    >
    </data>
    </intent-filter>
    </activity>
    <service
    android:name="com.navngo.igo.primo.PrimoService"
    >
    <intent-filter
    >
    <action
    android:name="com.navngo.igo.javaclient.MAINSERVICE"
    >
    </action>
    </intent-filter>
    </service>
    <service
    android:name="com.navngo.igo.javaclient.SLAPIService"
    >
    <intent-filter
    >
    <action
    android:name="com.navngo.igo.javaclient.SLAPI_SERVER"
    >
    </action>
    </intent-filter>
    </service>
    <receiver
    android:name="com.navngo.igo.javaclient.BootReceiver"
    >
    <intent-filter
    >
    <action
    android:name="android.intent.action.BOOT_COMPLETED"
    >
    </action>
    </intent-filter>
    </receiver>
    <activity
    android:theme="@android:0103000B"
    android:name="com.navngo.igo.javaclient.InsertSDCard"
    android:launchMode="3"
    >
    <intent-filter
    >
    <action
    android:name="com.navngo.igo.javaclient.InsertSDCard.DEFAULT"
    >
    </action>
    <action
    android:name="com.navngo.igo.javaclient.InsertSDCard.CLEAR"
    >
    </action>
    <category
    android:name="android.intent.category.DEFAULT"
    >
    </category>
    </intent-filter>
    </activity>
    <activity
    android:theme="@android:0103000B"
    android:name="com.navngo.igo.javaclient.WarnerBrothers"
    android:excludeFromRecents="true"
    android:launchMode="3"
    >
    <intent-filter
    >
    <action
    android:name="com.navngo.igo.javaclient.WarnerBrothers.DEFAULT"
    >
    </action>
    <action
    android:name="com.navngo.igo.javaclient.WarnerBrothers.CLEAR"
    >
    </action>
    <category
    android:name="android.intent.category.DEFAULT"
    >
    </category>
    </intent-filter>
    </activity>
    <activity
    android:name="com.navngo.igo.javaclient.browser.BrowserActivity"
    android:configChanges="0x00000080"
    >
    </activity>
    </application>
    <supports-screens
    android:anyDensity="true"
    >
    </supports-screens>
    </manifest>
    Last edited by beginner; 5th September 2015 at 05:31 PM.

  4. #193
    Member
    Join Date
    Jan 2009
    Location
    france
    Posts
    11
    Rep Power
    0

    Default

    Quote Originally Posted by bebert66 View Post
    Hi,
    As promised here is the NextGen work complies with French law ie without the locations of radars but Danger Zone.
    The DriveAlert work in portrait and landscape mode and voice announcements.
    Please read the readme.
    Good test to all,
    A +



    Spoiler: link and pics

    [Only registered and activated users can see links. ]
    768152Skinpaysage
    899014Skinportrait
    Sorry but the link is dead !

    Can you re upload ? Please

  5. #194
    Junior Member
    Join Date
    Aug 2015
    Location
    Croatia
    Posts
    3
    Rep Power
    0

    nextgen

    Croatian lang file for iGo NextGen :

    [Only registered and activated users can see links. ]

    I edited lang file from Primo. If something is missing let me know to fix it.
    Attached Files Attached Files
    Last edited by RBRiddick; 5th September 2015 at 05:19 PM.

  6. #195
    Banned
    Join Date
    Feb 2013
    Location
    Lens
    Age
    41
    Posts
    2
    Rep Power
    0

    Default

    Does it work with Android 2.3 ?

  7. #196
    maury22
    Guest

    Default

    Quote Originally Posted by gueg View Post
    Does it work with Android 2.3 ?


    No......from Android 4.0 and higher versions.

  8. #197
    Member + iGO Primo NextGen v9.19.1.484935
    Join Date
    Sep 2014
    Location
    lisbon
    Age
    55
    Posts
    65
    Rep Power
    11

    Default

    Hi
    I asked one time, but nowbody answered me.

    In igo 2.4 i have when i enter in a tunnel, one image show the tunnel.
    In next generation i don´t have, is like that , or i heve to put something in my sys text?
    Tks

  9. #198
    Junior Member
    Join Date
    Aug 2015
    Location
    Geelong
    Posts
    1
    Rep Power
    0

    Default

    I have installed and run the program and if I look at the licenses it shows the Australian map license but when I try to look at the maps it says they are not active is this normal or am I doing something wrong ?

  10. #199
    Member
    Join Date
    Jan 2009
    Location
    france
    Posts
    11
    Rep Power
    0

    Default

    Quote Originally Posted by catymag View Post
    new link.

    -
    Hello Beber66,

    Thank you for your upload.

    But how add a radar as the picture in bmp.zip ?


    *********************
    In french:

    Merci Beber66 pour ton fichier.

    Toutefois je ne vois pas comment ajouter un radar manuellement à partir de l'interface de Igo Nextgen comme le suggère tes fichiers dans BMP.ZIP



    Par ailleurs il faut bien supprimer le fichier THE SKIN.ZIP et TTS-Speedcam English .zip aussi dans UX n'est ce pas ?


    Merci d'avance pour ta réponse.
    Last edited by legrand98; 6th September 2015 at 05:12 PM.

  11. #200
    Junior Member bizut5978's Avatar
    Join Date
    Mar 2013
    Location
    FRANCE
    Age
    68
    Posts
    1
    Rep Power
    0

    Default

    hello, how and especially that it be put in the sys and directories for ways and radars in France
    a big thank you in advance

    bonjour,comment faire et surtout que faut il mettre dans le sys et les répertoires pour obtenir voies et radars en France
    un grand merci par avance

 

 

Tags for this Thread

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
  •