View Single Post
Old 02-07-2011, 11:14 AM   #1
bangart
Member
bangart began at the beginning.
 
Posts: 15
Karma: 28
Join Date: Jan 2011
Location: Moscow
Device: PocketBookIQ
Fixed one-pixel line on lockscreen

solved the problem with thin horizontal line on lockscreen - here framework-res.apk that fixes this..
use the adb:
Code:
adb remount
adb push framework-res.apk /system/framework/framework-res.apk
adb shell chmod 644 /system/framework/framework-res.apk
adb reboot
modified only by the transparency of the line..nothing more..
bangart is offline   Reply With Quote