Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 19 of 24 FirstFirst ... 91718192021 ... LastLast
Results 181 to 190 of 239
  1. #181
    Navigation software Moderator kunix's Avatar
    Join Date
    Sep 2011
    Location
    Belarus
    Posts
    908
    Rep Power
    438

    Default

    Giomen
    So why do you think the bluetooth firmware is present in fw_all.bin for 37xx? Is it only because you've found BRF6350 string and the firmware version string? Or do you have some other information sources?
    Some firmwares are indeed present in fw_all.bin like the PMIC firmware, but I haven't found a bluetooth firmware in fw_all.bin, except the fact that during bluetooth initialization fw_all.bin sends ~11kbytes to bluetooth module, which seems to be too small for a bluetooth firmware.

    catymag
    I guess he is busy with his daily routine.

    UPD:
    Also it seems that 0xF5 is a virtual region with contents stored in 0:/.System/RemoteSW/remotesw.gcd
    On 14xxTV bluetooth firmware is read from 006B097701.gcd
    On 37xx I don't see any firmware updating code yet.
    Last edited by kunix; 1st September 2012 at 09:17 AM.

  2.    Advertissements


  3. #182
    Navigation software expert Enable 3790 features on your 3750/60
    Enable 3790 features on your 3750/60Enable 3790 features on your 3750/60Enable 3790 features on your 3750/60
    lolypop000's Avatar
    Join Date
    May 2010
    Location
    EU
    Posts
    2,362
    Rep Power
    841

    Default

    For BTM is only folder in .System,but in remotesw is no GCD for bluetooth.Also 3490 dont have nothing for bluetooth on device.
    Maybe FW unpack bluetooth FW in folder BTM?
    I found on 3490 in 006-D1283-00.bin is writen supported phone and function (you can also open with notepad):

    [SE S700i]
    PhoneBook=at115200
    SMS=at115200
    Phonebookfun=1
    smsfun=1


    [SE S710a]
    PhoneBook=at115200
    SMS=at115200
    Phonebookfun=1
    smsfun=1
    Becouse i dont know xor i dont know what is in 006-D1283-01.bin

    Here is BTM folder from 3490:

    http://www25.zippyshare.com/v/97518070/file.html

  4. #183
    Navigation software Moderator kunix's Avatar
    Join Date
    Sep 2011
    Location
    Belarus
    Posts
    908
    Rep Power
    438

    Default

    I've found something intereseting [Only registered and activated users can see links. ].
    brf6350.bin is very similar to those ~11kbytes being sent to bluetooth module by fw_all.bin.
    And it's called a bluetooth firmware there. So I guess Giomen is right.
    The strange thing is that brf6350.bin is not a monolithic peace of code, it's a sequence of packets delimited with 0x01 byte. So the data is formatted in the following way:
    0x01 <2 bytes for message code> <1 byte for message data length> <message data> 0x01 ... repeat until end of file.
    The same thing is valid for data inside fw_all.bin, it is treated as a sequence of packets by fw_all.bin

    There are also never bluetooth firmware versions [Only registered and activated users can see links. ], but it's also said that each firmware requires it's own intialization script. So, I guess, it's not easy to replace bluetooth firmware inside fw_all.bin.

    lolypop000
    006-D1283-01.bin doesn't look like an encrypted file, because there are some non-random byte sequences like E1 E0 E3 E2 E5 E4 E7 E6 F9 F8 FB FA.
    And, assuming it's not encrypred, it's not a firmware. Can you check if it's created by fw_all.bin? Maybe it's some kind of a diagnostic log.
    Last edited by kunix; 1st September 2012 at 11:34 AM.

  5. #184
    Navigation software expert Enable 3790 features on your 3750/60
    Enable 3790 features on your 3750/60Enable 3790 features on your 3750/60Enable 3790 features on your 3750/60
    lolypop000's Avatar
    Join Date
    May 2010
    Location
    EU
    Posts
    2,362
    Rep Power
    841

    Default

    This BTM folder and 006-D1283-01.bin is on nuvi from begining.If you downgrade FW nothing change to this bin.
    I delite and downgrade but FW wont create new 006-D1283-01.bin

  6. #185
    Navigation software Moderator kunix's Avatar
    Join Date
    Sep 2011
    Location
    Belarus
    Posts
    908
    Rep Power
    438

    Default

    You were right, it's an encrypted file. Here is the decrypted version and the decryption tool: [Only registered and activated users can see links. ]
    The encryption algorithm was so stupid that it produced non-random byte sequences like E1 E0 E3 E2 E5 E4 E7 E6 F9 F8 FB FA.
    And it's not a firmware definitely.
    Last edited by kunix; 1st September 2012 at 01:36 PM.

  7. #186
    Master
    Join Date
    Feb 2011
    Location
    Sofia
    Age
    38
    Posts
    736
    Rep Power
    222

    Default

    What is it then? Supported phones and their features? BTW the JPN FW of 3770 allows adding an audio device through the Bluetooth (A2DP?):
    [Only registered and activated users can see links. ]

    Can you extract from it the 11bytes dedicated for the BT?
    Last edited by ddabcd277; 1st September 2012 at 04:17 PM.

  8. #187
    Navigation software Moderator kunix's Avatar
    Join Date
    Sep 2011
    Location
    Belarus
    Posts
    908
    Rep Power
    438

    Default

    All links are dead.

  9. #188
    Navigation software expert Enable 3790 features on your 3750/60
    Enable 3790 features on your 3750/60Enable 3790 features on your 3750/60Enable 3790 features on your 3750/60
    lolypop000's Avatar
    Join Date
    May 2010
    Location
    EU
    Posts
    2,362
    Rep Power
    841

    Default

    Link from ddabcd277 dont work becouse the latest version is 2.60:

    Code:
    Please Login or Register to see the links
    Here is for all Japan nuvi:

    Code:
    Please Login or Register to see the links
    Last edited by lolypop000; 1st September 2012 at 05:07 PM. Reason: add for all nuvi

  10. #189
    Navigation software Moderator kunix's Avatar
    Join Date
    Sep 2011
    Location
    Belarus
    Posts
    908
    Rep Power
    438

    Default

    Quote Originally Posted by ddabcd277 View Post
    What is it then? Supported phones and their features? BTW the JPN FW of 3770 allows adding an audio device through the Bluetooth (A2DP?):
    [Only registered and activated users can see links. ]

    Can you extract from it the 11bytes dedicated for the BT?
    I don't know what's 006-D1283-01.bin. Also bluetooth firmwares are identical in both firmwares.

  11. #190
    Navigation software expert Enable 3790 features on your 3750/60
    Enable 3790 features on your 3750/60Enable 3790 features on your 3750/60Enable 3790 features on your 3750/60
    Giomen's Avatar
    Join Date
    Apr 2009
    Location
    Suomi-Russia
    Age
    56
    Posts
    2,155
    Rep Power
    684

    Default

    Quote Originally Posted by catymag View Post
    Sorry for but do you know where is turboccc ?
    As so often he leaves with his head in his business sometimes I suppose!

    kunix you are theoretician but i am practices only. I have a lot of problem with my numerous Garmin and hammering on the Garmin support head is rock. There is no need to dig deep for me but HEX is clear to me!
    Garmin, how much is 30 pieces of silver for Judas today? Were they worthy for crucifix of GPSPower?

 

 

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
  •