Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 5 of 5
  1. #1
    Important User Tutorial - How to reduce image navigation devices such as Tablet
    Tutorial - How to reduce image navigation devices such as Tablet
    wojpen's Avatar
    Join Date
    Nov 2013
    Location
    Polska
    Posts
    882
    Rep Power
    1242

    Soft Tutorial - How to reduce image navigation devices such as Tablet

    Tutorial - How to reduce image navigation devices such as Tablet - for example the Samsung Galaxy Tab 4 - 10.1 inches;



    Welcome to Navigators - Sometimes we come to the conclusion that it does not suit us look image maps - because we think it is too big.
    Of course, declaring the parameters in the file sys.txt we can reduce or increase the approximation of the map (zoom settings) - but it will only apply to the map. The rest of the elements - and therefore icons, signs, inscriptions and symbols (including the size of the keys) - remain unchanged.
    In my case this was the case when I installed iGO on the Tablet Samsung Galaxy Tab 4.0 with 1280x800 screen. The image was properly matched to the resolution - but in my opinion for me a bit "too big". So I decided to make it smaller.
    Here, a small note: The correct display of graphics in iGO correspond to the declarations contained in 2 places (files):
    1. The entries in the [rawdisplay] sys.txt file - which are responsible for the "fit" of the acquired image to the screen size,
    2. The entries in the file multimode.ini - which is in a folder that is part of a packed ui_android data.zip archive. - Are responsible for "assignment" screen resolution of the device to one of three basic interfaces.
    The creators of iGO assumed that images can be displayed in one of three interfaces - 480х272, 800х480, 1024х768 (once functioned yet 320х240 interface).
    In other words, iGO will work well with all settings, user devices, but only using one of the possible in iGO core interfaces.

    This means that all existing screens stretch or compress iGOmogą image (primary) to the actual size of the device screen.
    But the program is not able to determine which of the basic interface, you must apply to the use of the screen - the device needs to help you.
    Such aid - or rather to force the assignment of interfaces is multimode.ini file.
    Standard and universal file data.zip_800x480 ... 2560x1600 - it also includes a universal file as multimode.ini - eg .:
    [modes]
    ; mx = WidthMin..WidthMax, HeightMin..HeightMax, Folder
    ; OR
    ; mx = Width, Height, Folder

    m1 = 400..480,196..320, "480_272"
    m2 = 234..320,400..480, "480_272"
    m3 = 768..960,400..600 "800_480"
    m4 = 480..600,700..960, "800_480"
    m5 = 1024..1280,552..800 "1024_768"
    m6 = 600..800,960..1280, "1024_768"
    In the next pair of m1m2, m3m4, m5m6 - indicate what screen resolution is assigned to the following three interfaces.
    As you can see from this the only way for this to reduce the image is to assign - forcing the program to ensure that the screen size specified in the resolution "assigned" to a lower resolution and then forced the program to work in this resolution.
    You can do it like this (in my case for the screen 1280x 800):
    "New multimode.ini"
    [modes]
    ; mx = WidthMin..WidthMax, HeightMin..HeightMax, Folder
    ; OR
    ; mx = Width, Height, Folder

    ; m1 = 1024..1280,552..800 "480_272"
    ; m2 = 600..800,976..1280, "480_272"
    m3 = 1024..1280,552..800 "800_480"
    m4 = 600..800,976..1280, "800_480"
    ; m5 = 1024..1280,552..800 "1024_768"
    ; m6 = 600..800,976..1280, "1024_768"
    As you can see declarations appropriate for me resolutions were repeated as m5m6 m1m2 and m3m4 and assigned to the appropriate value to them "set" Resolution base.
    Walkthrough 1 (m1m2) and 3 (m5m6) were preceded by a ";" (rem), which blocks the execution - the same program was forced to perform walkthrough 2 or assigning a resolution of 1280x800 to 800x480 interface - and it was !!! The image has been scaled down.
    Substituting rem to other walkthrough you can get the program to work on the interface 480x272, 1024x768 or base.
    Look at the graphic that shows the differences in size for all 3 interfaces.

    Note:
    1.Conversion file multimode.ini have to do without unpacking the archive data.zip
    2. To not be combined each time in the records sys.txt with the declaration of the resolution in the [rawdisplay] - you have to insert the statement:
    [rawdisplay]
    force_renderer = "RENDER_MOYA"
    driver = "engine"
    screen_xy = "auto"
    Happy testing to all in need.
    THX for Colleagues arimi, bb2005 and argonopa
    Regards wojpen

  2.    Advertissements


  3. #2
    Junior Member
    Join Date
    Jun 2011
    Location
    France
    Age
    75
    Posts
    4
    Rep Power
    0

    Default

    Hello,

    I used your trick for my Galaxy Note 4 (1440x2560), I changed multimode.ini in data.zip but when I start iGO I have this message.
    My multimode.ini is like this:

    [modes]
    ; mx=WidthMin..WidthMax, HeightMin..HeightMax,Folder
    ; OR
    ; mx=Width, Height ,Folder

    ;m1=1024..1280,552..800 "480_272"
    ;m2=600..800,976..1280, "480_272"
    m3=1440..2560,552..800 "800_480"
    m4=600..800,1440..2560, "800_480"
    ;m5=1024..1280,552..800 "1024_768"
    ;m6=600..800,976..1280, "1024_768"


    What is wrong?

    Spoiler: too large pic
    1zdlobq
    Last edited by Boki; 16th March 2018 at 11:06 AM.

  4. #3
    Important User Tutorial - How to reduce image navigation devices such as Tablet
    Tutorial - How to reduce image navigation devices such as Tablet
    wojpen's Avatar
    Join Date
    Nov 2013
    Location
    Polska
    Posts
    882
    Rep Power
    1242

    Default

    In sys.txt put this line:
    [rawdisplay]
    highres=1
    driver="engine"
    ;driver="gdi"
    force_renderer="RENDER_MOYA"
    screen_xy="auto"

    [project]
    name="igo9_android"


    [interface]
    vga=1
    skin="ui_android"
    capture_to_jpeg=1
    show_tmc_eventlist=1
    extra_settings=1
    show_minimize=0
    save_checksum=0
    show_exit=1
    maxzoom2d=4000000
    minzoom2D=10
    minzoom3D=10
    default_anim_off=0
    show_scroll_button=1

    this screen is in my NOTE 4
    Spoiler: screenshot
    6921851


    my multimode.ini

    [modes]
    ; mx=WidthMin..WidthMax, HeightMin..HeightMax,Folder
    ; OR
    ; mx=Width, Height ,Folder

    m1=400..480,196..320,"480_272"
    m2=234..320,400..480,"480_272"
    m3=768..960,400..600,"800_480"
    m4=480..600,700..960,"800_480"
    m5=1024..1280,552..800,"1024_768"
    m6=600..800,960..1280,"1024_768"
    Last edited by Boki; 16th March 2018 at 11:07 AM.

  5. #4
    Junior Member
    Join Date
    Mar 2018
    Location
    Munich
    Posts
    1
    Rep Power
    0

    Default

    I was reading over days all information about resolution and nothing could solve my problem with my Lenovo TB3-730X and the resolution of 1024x528 with Android 6.0. I am using iGO basarsoft 9.6.29.390522. iGO nextgen is running fine without resolution problems, but for certain reasons I would like to keep iGO Israel. After this resolution error message I used all proposed settings in sys and as well in multimode.ini. I couldnĀ“t make any progress in solution of a working device.
    Here my sys
    [device]
    devtype_fallback_to_model=1

    [android]
    ;fullscreen=1
    ;tablet=0
    ;has_physical_home_button=1
    ;select audio stream
    ; 0-STREAM_VOICE_CALL, 1-STREAM_SYSTEM, 2-STREAM_RING, 3-STREAM_MUSIC, 4-STREAM_ALARM, 5-STREAM_NOTIFICATION
    ;navigation_audio_stream=4
    create_sdcard_dir=0

    [interface]
    ;vga=1 ; for full HD
    skin="ui_android"
    capture_to_jpeg=1
    extra_settings=1
    save_checksum=0
    maxzoom2d=6000000
    ;show_scroll_button=1
    ;show_glonass=1

    [rawdisplay]
    highres=1
    force_renderer="RENDER_MOYA"
    driver="engine"
    screen_xy="auto"


    The multimode.ini looks in the moment like this, but I tested alread different other settings out of your proposals.
    [modes]
    ; mx=WidthMin..WidthMax, HeightMin..HeightMax,Folder
    ; OR
    ; mx=Width, Height ,Folder

    ;m1=1024..1280,480..528,"480_272"
    ;m2=480..528,976..1024,"480_272"
    m3=1000..1024,528..600,"800_480"
    m4=528..600,1000..1024,"800_480"
    ;m5=1024..1280,480..528,"1024_768"
    ;m6=480..528,976..1024,"1024_768"


    It would be great if one could give me an advice what is wrong or what is needed to do in additon. I am new at this forum and I hope I can get an support, in the moment I am blocked to find the right way. Thousand of thanks!!!

  6. #5
    iGO Enthusiast Tutorial - How to reduce image navigation devices such as Tablet
    Tutorial - How to reduce image navigation devices such as TabletTutorial - How to reduce image navigation devices such as TabletTutorial - How to reduce image navigation devices such as TabletTutorial - How to reduce image navigation devices such as TabletTutorial - How to reduce image navigation devices such as TabletTutorial - How to reduce image navigation devices such as TabletTutorial - How to reduce image navigation devices such as Tablet
    Boki's Avatar
    Join Date
    Jun 2014
    Location
    Niš
    Age
    51
    Posts
    6,309
    Rep Power
    4230

    Default

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    ...etc

    Also
    [Only registered and activated users can see links. ]
    Before asking a question, know it's already discussed here and at 99.9% is not unique. Use search.
    NO ONE IS A SEER, READ (click on): [Only registered and activated users can see links. ] <- Click!
    [Only registered and activated users can see links. ] <- Click!

    Spoiler: obs
    Many questions become very arduous, a lot of time chewed deja vu...Since we have lost all the year of work and effort, many people have no will to answer the same questions again. Me neither. Use a search, please.

 

 

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
  •