So, after searching and asking to no avail, I decided to test it myself, and it works!
After you unlocks your android one device, your warranty bit is set to no, even if you lock it again afterwards.
This may or may not affects your real warranty service. But better safe than sorry.
This will also locks your bootloader once again.
Download
http://goo.gl/CPTQOf
How to use
1. Download file seccfg.img above
2. Download TWRP or CWM or PhilZ, if you don't already have it
3. Enter fastboot mode
4. Boot custom recovery
5. After entering custom recovery, push my seccfg.img to internal memory:
6. (Optional) Do a backup to your original seccfg before overwriting it:
7. Overwrite the seccfg:
8. And you are done.
To check wether your warranty bit is back or not, back to fastboot and type this command:
Alternative method using fastboot
After downloading, enter fastboot mode, and flash the file from there by using:
and you're done.
Yet another alternative method using custom recovery
Just flash attached flashable zip via custom recovery, and you are done.
After you unlocks your android one device, your warranty bit is set to no, even if you lock it again afterwards.
This may or may not affects your real warranty service. But better safe than sorry.
This will also locks your bootloader once again.
Download
http://goo.gl/CPTQOf
How to use
1. Download file seccfg.img above
2. Download TWRP or CWM or PhilZ, if you don't already have it
3. Enter fastboot mode
4. Boot custom recovery
Code:
fastboot boot <path/to/custom/recovery/file.img>
Code:
adb push seccfg.img /sdcard/
Code:
adb shell dd if=/dev/block/platform/mtk-msdc.0/by-name/seccfg of=/sdcard/seccfg_original.img
Code:
adb shell dd if=/sdcard/seccfg.img of=/dev/block/platform/mtk-msdc.0/by-name/seccfg
To check wether your warranty bit is back or not, back to fastboot and type this command:
Code:
fastboot getvar all
After downloading, enter fastboot mode, and flash the file from there by using:
Code:
fastboot flash seccfg <path/to/seccfg.img>
Yet another alternative method using custom recovery
Just flash attached flashable zip via custom recovery, and you are done.
Attachments
-
36.4 KB Views: 1,261
-
35.6 KB Views: 1,193
-
126.8 KB Views: 250
Last edited: