Don't worry, I will build a new custom rom with full unlock based on Tango as soon as I find a firmware with full language support and not only English+Chinese... anyone knows where to find it? I only found one on navifirm and it was that english & chinese...
Extracted from one of the latest OSBLs out there...
Anyway of tricking it into that USB HID device it shows sometimes after rebooting from the bootloader?
nokia 3310>>
sony erricson z530i>>
Motorola L9>>
Sony erricson k790i>>
Nokia 5800 with belle mixed CFW done by myself>>
Lumia 800 Black with Official WP 7.8
HTC HD2 LEO512 HD02 and NexusHD2 ROM on SDCard Dual boot
I'm probably either lost or just dumb, but can someone clarify with me if it's possible to even activate WP7 to access windows live services, I have the Lumia 710 and I have the Tango rom flashed.
edit: called microsoft and they gave me a product key.
EDIT2: it wont read on zune.
EDIT: last time I restarted zune and it works now.
Now, how can we make the key.str reading fail so we can skip the security initialization? Maybe it's nothing, and if security init is skipped it breaks and doesnt even let you flash, but it's another approach to be looked at, no?
Any help out there?
Now to search the nand dumps to try to find that key.str...
EDIT:
Could it have something to do with this?
Code:
FUNCTION OSBL_ENCRYPT_KEYSTORE
DESCRIPTION
Encrypt plain key store file.
DEPENDENCIES
Must be done before APPS is released.
RETURN VALUE
None
SIDE EFFECTS
None
===========================================================================*/
static void osbl_encrypt_keystore( bl_shared_data_type *bl_shared_data )
{
#ifdef FEATURE_SDCC_BOOT
if ( FALSE == boot_encrypt_file(PLAIN_KEY_STORE_FILE_NAME, ENCRYPT_KEY_STORE_FILE_NAME) )
OSBL_ERR_FATAL( BL_ERR_OSBL );
#endif
}
Now, how can we make the key.str reading fail so we can skip the security initialization? Maybe it's nothing, and if security init is skipped it breaks and doesnt even let you flash, but it's another approach to be looked at, no?
Any help out there?
Now to search the nand dumps to try to find that key.str...
EDIT:
Could it have something to do with this?
Code:
FUNCTION OSBL_ENCRYPT_KEYSTORE
DESCRIPTION
Encrypt plain key store file.
DEPENDENCIES
Must be done before APPS is released.
RETURN VALUE
None
SIDE EFFECTS
None
===========================================================================*/
static void osbl_encrypt_keystore( bl_shared_data_type *bl_shared_data )
{
#ifdef FEATURE_SDCC_BOOT
if ( FALSE == boot_encrypt_file(PLAIN_KEY_STORE_FILE_NAME, ENCRYPT_KEY_STORE_FILE_NAME) )
OSBL_ERR_FATAL( BL_ERR_OSBL );
#endif
}
I got some knowledge on MIPS assembly and some RISC, but that's about it.. not any ARM. Could help you with it after my exams are done, if you dont figure it out by then, since it's a hectic period at the moment!
Any help out there?
Now to search the nand dumps to try to find that key.str...
EDIT:
Could it have something to do with this?
Code:
FUNCTION OSBL_ENCRYPT_KEYSTORE
DESCRIPTION
Encrypt plain key store file.
DEPENDENCIES
Must be done before APPS is released.
RETURN VALUE
None
SIDE EFFECTS
None
===========================================================================*/
static void osbl_encrypt_keystore( bl_shared_data_type *bl_shared_data )
{
#ifdef FEATURE_SDCC_BOOT
if ( FALSE == boot_encrypt_file(PLAIN_KEY_STORE_FILE_NAME, ENCRYPT_KEY_STORE_FILE_NAME) )
OSBL_ERR_FATAL( BL_ERR_OSBL );
#endif
}
Good catch, it seems that 'boot_encrypt_file' is not defined in the Hisense source? That's weird right? or have they stripped out everything regarding FEATURE_SDCC_BOOT?
If the security initialisation was skipped, that means that public-keys were not propetly loaded. Result you will be not able to load any cert for flash files
By now, we’re all quite familiar with Tasker, the personal automation app that seems to be able to … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?