Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 3 of 3
  1. #1
    Important User eTrexSummitHC boot logo?
    eTrexSummitHC boot logo?eTrexSummitHC boot logo?eTrexSummitHC boot logo?eTrexSummitHC boot logo?
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,891
    Rep Power
    1364

    Default eTrexSummitHC boot logo?

    If anyone have eTrex Summit HC, please post a picture of the boot-up logo. Is it 'Garmin' in gold on white background? I need to verified what I extracted from the logo.bin is correct.
    Last edited by osiris4isis; 23rd October 2015 at 12:50 AM.

  2.    Advertissements


  3. #2
    Navigation software expert eTrexSummitHC boot logo?
    eTrexSummitHC boot logo?eTrexSummitHC boot logo?eTrexSummitHC boot logo?
    Giomen's Avatar
    Join Date
    Apr 2009
    Location
    Suomi-Russia
    Age
    56
    Posts
    2,155
    Rep Power
    683

    Default

    It is US\EU version what was obtained with Garmin xImage program:

    [Only registered and activated users can see links. ]
    Garmin, how much is 30 pieces of silver for Judas today? Were they worthy for crucifix of GPSPower?

  4. #3
    Important User eTrexSummitHC boot logo?
    eTrexSummitHC boot logo?eTrexSummitHC boot logo?eTrexSummitHC boot logo?eTrexSummitHC boot logo?
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,891
    Rep Power
    1364

    Default

    Thanks, damn I was hoping it wouldn't be that generic blue on black logo like any others. So the mystery still remained on how to decode it. It's using a single byte for each pixels so it has to be palette'd but the palette seem to be two bytes with high byte always 0. Pixels data are flip (x-axis) and flop (y-axis) as well. There should be another exact logo (with "Garmin" near the top) as well. Here is the case study:
    Spoiler: .

    The logo is here [Only registered and activated users can see links. ]
    Count of pixel values, each pixel is 8-bit value and it seems we have range of 0-27 (or 28 values)
    Code:
    Please Login or Register to see the links
    The palette data (there are 56 bytes so it seem that there are 2 bytes per palette entry; there are 28 entries based on above data)
    Code:
    Please Login or Register to see the links
    Note the high byte is always 0.
    The basic ascii dump of bitmap (not showing the black/0 pixel before and after) using only the 4 least sig bits (to prevent clutter)
    Code:
    Please Login or Register to see the links
    So I think the "palette" is not palette value but rather index to internal palette table. The palette table is defined in firmware. If it's a GIR type, probably in the 'girclr' or GIR color section?


    Update: Cracked it! Everything I said above is true.
    Attached Files Attached Files
    • This post requires you to click the "LIKE this post" button to see Attachments.
    Last edited by osiris4isis; 23rd October 2015 at 05:25 AM.

 

 

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
  •