求个 ELF1-->ELC1的补丁?
机器为EL71, x65flasher显示 ELF1不能升级,修改机型失败?打补丁结果改为了EL71,如下:
;____________________________ *** 修复补丁 *** ____________________________
; Made by V_KLay v3.2.2.0
; 按 "撤消补丁" 键来修复手机。
;
; !!!注意!!! 请勿撤消此补丁,若在撤消以下补丁后作过修改:
;
;_______________________________ 补丁文件名: _______________________________
; Patch_2010-05-05_22-25-02.vkp
;
;_______________________________ 补丁内容: ________________________________
;
;[14]Change phone model
;(c) jpg001
;ELF1->ELC1
; (!) 本操作会修改bootcore,可能造成手机损坏,请谨慎使用!
;
;003E002: 37 43
;______________________________________________________________________
;
#pragma disable warn_if_old_exist_on_undo
;different phone data and old data from the patch:
; Old data in the phone: Current (new) data in the phone: ;Old data in the patch:
;addr. 0 1 2 3 4 5 6 7 8 9 A B C D E F 0 1 2 3 4 5 6 7 8 9 A B C D E F ;0 1 2 3 4 5 6 7 8 9 A B C D E F
03E002: 46 37 ; 43
;same phone data and old data from the patch:
; Old data in the phone: Current (new) data in the phone: ;Old data in the patch:
;addr. 0 1 2 3 4 5 6 7 8 9 A B C D E F 0 1 2 3 4 5 6 7 8 9 A B C D E F ;0 1 2 3 4 5 6 7 8 9 A B C D E F
#pragma enable warn_if_old_exist_on_undo