如上补丁所示。
各位能够物理接触手机但苦于无法解锁的,例如捉奸的,作弊的,抓小三的,这个估计能帮到你。
相关评论:
horseluke (微碌) | 2012-10-26 14:07
不是要接adb或者eclipse(开发工具)才可以看到logcat的内容么...难道apk程序也可以截获logcat内容?
GaRY | 2012-10-26 14:43
@horseluke 所以要物理接触,然后动用各种手段
only_guest (PKAV-誓与AV抢宅男!) | 2012-10-26 19:22
安卓手机锁破解请见我发的
需要那么麻烦么
GaRY | 2012-10-26 22:27
@only_guest 这是两回事
无敌L.t.H | 2012-10-27 11:27
@horseluke 貌似systeminfo pro就行。
horseluke (微碌) | 2012-10-27 14:17
@无敌L.t.H 测试了一下,确实成,多谢提供~
SECURITY remove lock pattern from being logged
commit Ibc0d5bfcee9673b1bf049bd69be80d2312602a47 made it so that the lockpattern was loged in logcat as it was entered.
I'm really surprised nobody caught this.
This could also be solved by commenting the code out or just removing the line without breaking anything.
Patch Set 3: Remove logging
modified: core/java/com/android/internal/widget/LockPatternView.java
Change-Id: I2544eb11a2b003ef2d303470b19633241867fc29
@@ -613,7 +613,6 @@ private void addCellToPattern(Cell newCell) { mPatternDrawLookup[newCell.getRow()][newCell.getColumn()] = true; mPattern.add(newCell); notifyCellAdded(); - Log.v("SMASHER816", "("+newCell.column+", "+newCell.row+")"); } // helper method to find which cell a point maps to