3Minit Battery Settings v3.1: come cambiare l’icona della batteria Android

0
40

Oltre 1000 nuove icone intercambiabili come e quando vuoi grazie a 3Minit Battery Settings, senza dubbio il miglior tool per dispositivi Android dotati di permessi di Root attivi (vedi guida).

3Minit Battery Settings è perfettamente funzionante per le rom stock basate su Samsung mentre necessita di alcune modifiche per poter funzionare correttamente su altre versioni di Android.

Per scaricare 3Minit Battery Settings cliccate sulla scritta seguente:

***DOWNLOAD***

(Tutte le versioni)

Per la guida completa su come installare 3Minit Battery Settings su dispositivi Android non Samsung, seguite il thread originale di XDA che trovate in questa pagina oppure seguite i passaggi seguenti:

3Minit Battery

  • Install the 3MinitBatteryResources.apk
  • Decompile SystemUI.apk then once complete navigate to: res/layout/status_bar.xml (for some older Samsung devices: tw_status_bar.xml) or system_icons.xml for Android 5.x
  • Search for the line that contains:

android:id="@id/battery

find:
android:layout_width="wrap_content"
and
android:layout_height="wrap_content"

and change them to:
android:layout_width="0.0dip"
and
android:layout_height="0.0dip"

then directly under this line add:

<com.android.systemui.statusbar.policy.MinitBattery android:layout_width="wrap_content" android:layout_height="wrap_content" />

EXAMPLE:

<ImageView android:id="@id/battery" android:layout_width="0.0dip" android:layout_height="0.0dip" android:layout_marginBottom="@dimen/battery_margin_bottom" android:layout_marginStart="7.0dip" />
<com.android.systemui.statusbar.policy.MinitBattery android:layout_width="wrap_content" android:layout_height="wrap_content" />
  • Download the Smali files and place them in smali/com/android/systemui/statusbar/policy folder. Make sure to download the files to match your apktool version, or you’ll get recompile errors.

3Minit QuickLaunch

  • Decompile the SystemUI.apk and navigate to smali/com/android/systemui/statusbar/policy
  • Download the QuickLaunch Smali files (make sure you get the files to match your apktool version or you will get errors) unzip them and place the folder into the location above.
  • Navigate to res/layout and open status_bar_expanded.xml look for this line:
<LinearLayout android:orientation="vertical" android:id="@id/scrollCart" android:layout_width="fill_parent" android:layout_height="wrap_content">

(Note this is based on TW stock files. You may have to mess with the location in your file to find correct placemant)

  • Directly below that line add:
<HorizontalScrollView android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="wrap_content">
            <com.android.systemui.statusbar.policy.quicklaunch.QuickLaunchContainer android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" />
</HorizontalScrollView>
  • Recompile and push to your device. It’s done!
  • Install either the paid or free app and enjoy.

Screenshots:

Non esitate ad esprimere il vostro parere nella sezione commenti qui in basso.

Se ti piace il nostro sito e vuoi contribuire a darci una mano, non esitare a offrirci un caffè o almeno visitaci senza Adblock 🙂

- Ads -

Rispondi