테크 지식
[커뮤니티] 삼성 마시멜로에서 사라진 충전시간 알림 살리기.
SystemUI.apk
PowerUI.smali
SupportChargingRemainingTime 검색
iput-boolean v2, p0, Lcom/android/systemui/power/PowerUI;->mSupportChargingRemainingTime:Z
v2를 v4로 변경
PowerNotificationWarnings.smali
showChargingNotice(ZI)V 검색
const-string v3, "PowerUI.Notification"
const-string v4, "Charging remaining time is not supported and connected cable is not a fast/slow charger, so return!"
이게 나오는데 그 위에
if-eq if-nez if-eqz if-ne 등을 서로 반대되게 변경
eq>>>ne
eqz>>nez
ne>>eq
nez>>eqz