pfalcon wrote:Perhaps you either should tell why you're interested, hoping to spark an interest in others, or just look in the source, like everyone else does when they want to know, but too busy to elaborate why.
Well, I have a phone, based on MT6250 chipset. And it looks similar to MT6260.
It has ROM, VIVA (and ALICE) , but also has SECURE_RO_ME (some fundamental configuration region).
############################################################################################################
#
# Control Block Region Setting
#
############################################################################################################
control_block_region:
rom:
- file: SECURE_RO_ME
This region is encrypted. From my experience it's encrypted by blocks of 8 bytes and looks like DES or 3DES. But I haven't find any references to it in firmware. In some other forums I read, that decryption is done by MCU.
That's why I asked if someone have more info.
Kind regards.