中兴U830音量键开屏教程
Monday, July 8, 2013 7:33:18 AM
看到很多个包都是音量键开屏,
好奇就拆包来看看,(其实网在也有教程,只是不全)
教程如下:
教程写出来是为了给大家一个方便
教程开始:
提取android.policy.jar中的classes.dex
反编译classes.dex
C:\out\com\android\internal\policy\impl\KeyguardViewMediator.smali
.搜索
.method private isWakeKeyWhenKeyguardShowing(I)Z
复制代码
:sswitch_data_8
.sparse-switch
0x18 -> :sswitch_5
0x19 -> :sswitch_5
0x1b -> :sswitch_5
0x4f -> :sswitch_5
0x55 -> :sswitch_5
0x56 -> :sswitch_5
0x57 -> :sswitch_5
0x58 -> :sswitch_5
0x59 -> :sswitch_5
0x5a -> :sswitch_5
0x5b -> :sswitch_5
.end sparse-switch
.end method
复制代码
修改为:
:sswitch_data_8
.sparse-switch
0x1b -> :sswitch_5
0x4f -> :sswitch_5
0x55 -> :sswitch_5
0x56 -> :sswitch_5
0x57 -> :sswitch_5
0x58 -> :sswitch_5
0x59 -> :sswitch_5
0x5a -> :sswitch_5
0x5b -> :sswitch_5
.end sparse-switch
.end method
复制代码
删除
0x18 -> :sswitch_5
0x19 -> :sswitch_5
回编译classes.dex替换
2.
\system\usr\keylayout\qwerty.kl
.搜索
key 105 DPAD_LEFT WAKE_DROPPED
key 106 DPAD_RIGHT WAKE_DROPPED
key 115 VOLUME_UP
key 114 VOLUME_DOWN
key 116 POWER WAKE
key 212 CAMERA
.修改为
key 105 DPAD_LEFT WAKE_DROPPED
key 106 DPAD_RIGHT WAKE_DROPPED
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
完成.
android.policy.jar.zip
原文转自:刷机大师论坛:http://bbs.mgyun.com/thread-17297-1-1.html
好奇就拆包来看看,(其实网在也有教程,只是不全)
教程如下:
教程写出来是为了给大家一个方便
教程开始:
提取android.policy.jar中的classes.dex
反编译classes.dex
C:\out\com\android\internal\policy\impl\KeyguardViewMediator.smali
.搜索
.method private isWakeKeyWhenKeyguardShowing(I)Z
复制代码
:sswitch_data_8
.sparse-switch
0x18 -> :sswitch_5
0x19 -> :sswitch_5
0x1b -> :sswitch_5
0x4f -> :sswitch_5
0x55 -> :sswitch_5
0x56 -> :sswitch_5
0x57 -> :sswitch_5
0x58 -> :sswitch_5
0x59 -> :sswitch_5
0x5a -> :sswitch_5
0x5b -> :sswitch_5
.end sparse-switch
.end method
复制代码
修改为:
:sswitch_data_8
.sparse-switch
0x1b -> :sswitch_5
0x4f -> :sswitch_5
0x55 -> :sswitch_5
0x56 -> :sswitch_5
0x57 -> :sswitch_5
0x58 -> :sswitch_5
0x59 -> :sswitch_5
0x5a -> :sswitch_5
0x5b -> :sswitch_5
.end sparse-switch
.end method
复制代码
删除
0x18 -> :sswitch_5
0x19 -> :sswitch_5
回编译classes.dex替换
2.
\system\usr\keylayout\qwerty.kl
.搜索
key 105 DPAD_LEFT WAKE_DROPPED
key 106 DPAD_RIGHT WAKE_DROPPED
key 115 VOLUME_UP
key 114 VOLUME_DOWN
key 116 POWER WAKE
key 212 CAMERA
.修改为
key 105 DPAD_LEFT WAKE_DROPPED
key 106 DPAD_RIGHT WAKE_DROPPED
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
完成.
android.policy.jar.zip
原文转自:刷机大师论坛:http://bbs.mgyun.com/thread-17297-1-1.html








