wii360
Dauer-User
- 994
Dieser Mod ermöglicht es, eine Sammlung von über 1.070 Batterietypen zu sehen, von verschiedenen Benutzern. Mit einem einzigen Klick wird die Batterie geladen und setzte sich auf der Statusleiste.
Speicherplatz wird nicht durch Tausende von unbenutzten png´s verbraucht. Sie werden auf einem Server gespeichert und die App speichert nur die auf dem Internen Speicher, die gerade genutzt werden.
1.Installiere die App. (als erstes, ansonsten wird SystemUi angehalten).
2.Decompiliere SystemUI.apk und gehe zu:
für einige ältere Samsung-Geräte: res/layout/tw_status_bar.xml
Kitkat Rom:res/layout/status_bar.xml
Lollipop Rom:res/layout/system_icons.xml
Benutzt mindestens apktool v1.5.2, ich persönlich bevorzuge immer die aktuellste Version.
3. suche nach:
Code:
<android:id="@id/battery
Code:
<com.android.systemui.BatteryMeterView
Code:
<com.android.systemui.statusbar.policy.MinitBattery android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="0.33000004dip" android:layout_marginStart="5.0dip" />
Code:
<ImageView
Code:
android:layout_width="wrap_content" and android:layout_height="wrap_content"
Code:
android:layout_width="0.0dip" and android:layout_height="0.0dip"
Code:
<com.android.systemui.statusbar.policy.MinitBattery android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="0.33000004dip" android:layout_marginStart="5.0dip" />
5.Recompiliere die SystemUi und ersetze die auf dem Gerät.
Hier noch ein HOW TO Video von @carl1961 thanks.
App and mod smali files
My wife and kids for giving up their time with me so I can do this. Love you guys.
@pas2001 for batterys, renaming icons and testing.
@*wii360* for renaming batterys and testing.
@xXMrGreenXx for renaming batterys.
@NadMaj for his battery archive.
****************************************************
Liste der Benutzer die auch Batterien über das 3minit Team zur Verfügung gestellt haben
type 0 @wiecho65
type 1-4 @jaguaralani
type 5 @friedrich420 and Echoe Team
type 6-11 @BioVolt
type 12 @NEXT14
type 13 @mcnaught82
type 14 @mydonose
type 15 @peppe130
type 16 - 21 @Carotix
type 22 @roirraW "edor" ehT
type 23 - 27 @brittnearl
type 28 @viktor_android
type 29 @goa
type 30 @icedventimocha
type 31 @mikeauto3
Thank to you all verymuch
Disclaimer: Download auf eigene Gefahr. Ich bin nicht für Schäden / Datenverluste usw.verantwortlich.
XDA:DevDB Information
3Minit Battery Mod, App for all devices (see above for details)
Contributors
gharrington, pas2001
Version Information
Status: Stable
Current Stable Version: 2.2
Stable Release Date: 2014-09-03
Created 2014-06-30
Last Updated 2014-10-01
======================================================
Zuletzt bearbeitet von einem Moderator: