Here is a list of all my current projects. If you have any suggestions or queries, please don`t hesitate to contact me via email or in the forum.
3Minit Battery App
This app is the ultimate battery customization tool, It allows you to view and choose from over 1100 battery types and counting. Simply select your favorite battery type and with a click you can download and set it straight to your Statusbar and even save the battery to storage for later use.
Please note this needs a small modification to SystemUI.apk to work. Please see the Guides section on how to do this.
This app is a must have for all Android modding enthusiast! Along with its customizable widgets, it will allow you to quickly reboot into various modes and even flash a zip right from your homescreen. You need to be Rooted and have the latest BusyBox for this to work correctly.
This mod will add a customizable panel of quickly accessible apps to your Dropdown notification bar. It can be placed in any location for convinience and apps can easily be removed, or rearranged, to suit your needs.
Please note this needs a small modification to SystemUI.apk to work. Please see the Guides section on how to do this.
This app allows you to easily do many tasks required for android modding and rom development. This is still in BETA mode, so bugs are expected. If you find one, please report it in the Forum
This app allows you to easily and rapidly deodex your apk and jar files. It's multi thread enabled and will use all available threads for increased speeds. This is still in BETA mode, so bugs are expected. If you find one, please report it in the Forum
Here is a list of all the 3Minit team projects. If you have any suggestions or queries please don`t hesitate to contact them by email or in the forum.
3Minit CM11 Theme By pas2001
This is a theme for use with CM11 roms with the latest Theme chooser. It is designed for XXHDPI resoulutions if you use on a lower resolution device it may show improper icon sizes. Plese reboot after applying for perfect results.
This is a theme for use with CM12 roms with the latest Theme chooser. It is designed for XXHDPI resoulutions if you use on a lower resolution device it may show improper icon sizes. Plese reboot after applying for perfect results.
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"
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: