Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 19 of 60 FirstFirst ... 9171819202129 ... LastLast
Results 181 to 190 of 641

Hybrid View

  1. #1
    GPSPower Helper iGO Primo NextGen v9.19.1.484935
    iGO Primo NextGen v9.19.1.484935
    Brown Dog's Avatar
    Join Date
    Mar 2010
    Location
    Madagascar
    Posts
    905
    Rep Power
    1560

    Default

    Quote Originally Posted by arhd View Post
    ... Inside the apk there are a libigo_jni.so. When I put in sys.txt:
    Everything I read and watch pictures on topic. Top
    Last edited by Brown Dog; 2nd September 2015 at 04:26 PM.

  2.    Advertissements


  3. #2
    Master Titanic52's Avatar
    Join Date
    Oct 2013
    Location
    EU
    Posts
    778
    Rep Power
    1306

    Default

    @De5i
    NexGen starts only not when one or more royalty licenses shall not be compatible with Nextgen is
    is in the license folder
    then they have the licenses unregistering then works without error.

  4. #3
    iGO&Becker Moderator Korabi's Avatar
    Join Date
    Jan 2013
    Location
    Illyria
    Age
    54
    Posts
    421
    Rep Power
    955

    Default

    if you have not the just licenses NextGen dont work . example you have the licenses for Europe HERE Q1 2015 . the TT Teleatlas dont work , the next maps 2015 Q2 will have their
    license .in iGO primo this problem not exist.cheers

  5. #4
    Navigation software expert iGO Primo NextGen v9.19.1.484935
    iGO Primo NextGen v9.19.1.484935iGO Primo NextGen v9.19.1.484935iGO Primo NextGen v9.19.1.484935
    lolypop000's Avatar
    Join Date
    May 2010
    Location
    EU
    Posts
    2,360
    Rep Power
    844

    Default

    Maybe problem is with your apk, so try if will work from external and if work you will know what file couse problem.
    If you wish, you can [Only registered and activated users can see links. ]

  6. #5
    Master
    Join Date
    Mar 2013
    Location
    Blath
    Posts
    287
    Rep Power
    70

    Default

    Quote Originally Posted by lolypop000 View Post
    Maybe problem is with your apk, so try if will work from external and if work you will know what file couse problem.
    @lolypop000,
    I have got it working now, this is what I did to get working, I created a NextGen folder on the external SD card and in this folder I have the followng:
    content
    -building
    -car
    -dem
    -global_cfg
    -lang
    -map
    -phoneme
    -poi
    -scheme
    -voice

    On the internal memory I have the folder iGO_NextGen and in that I have the following
    content
    -global_cfg
    -lang
    -scheme
    -speedcam
    -userdata
    license
    privdocs
    screenshots
    ux
    data.zip
    sys.txt

    in the sys.txt file I added the following lines:

    [folders]
    has_secondary_root=1
    android_secondary_root_path="/Removable/MicroSD/NextGen"

    data="/storage/emulated/0/iGO_NextGen"

    And now nextgen works without and problems, I have also deleted the save folder, started nextgen and it all works.

  7. #6
    Member + iGO Primo NextGen v9.19.1.484935
    Join Date
    Sep 2014
    Location
    lisbon
    Age
    56
    Posts
    64
    Rep Power
    13

    Default

    Hi .

    One question, when i enter in a tunnel,why the image donīt show up in a map?

    I have too put everthing in a sys text?

    tks

  8. #7
    Master iGO Primo NextGen v9.19.1.484935 arhd's Avatar
    Join Date
    Oct 2014
    Location
    Spain, Barcelona
    Age
    45
    Posts
    57
    Rep Power
    55

    Default

    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?
    Last edited by arhd; 4th September 2015 at 02:32 PM.

  9. #8
    Master iGO Primo NextGen v9.19.1.484935 arhd's Avatar
    Join Date
    Oct 2014
    Location
    Spain, Barcelona
    Age
    45
    Posts
    57
    Rep Power
    55

    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...

  10. #9
    Master beginner's Avatar
    Join Date
    Apr 2015
    Location
    EU
    Posts
    26
    Rep Power
    86

    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.

  11. #10
    gueg
    Guest

    Default

    Does it work with Android 2.3 ?

 

 

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
  •