[MOD] 3Minit Battery - READ OP - Request Only! - [1/6/16] - Nexus 6P Themes and Apps

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PLEASE READ OP​
This is the work of @gharrington and the 3Minit Team, please see the original thread HERE, or HERE, I only compiled for users that are unfamiliar with the use of apktool, head over to his thread and thank him if you haven't already!
------------------------------------------------------------------
VIDEO ADDED UNDER INSTALL - METHOD 2 - Video by @jolly_roger_hook
------------------------------------------------------------------
~~~I no longer have the Nexus 6, but I will continue to support this thread and Nexus 6 Shamu. At the very minimum, please post the ROM link and exact version of that ROM you are running. If you don't post it, it creates more work for the team. Help us help you
This will give you the option of choosing between over 1100 different battery images!!!​
------------------------------------------------------------------------------
Screenshots - Informational, Tips, and Tricks
------------------------------------------------------------------------------
Take Full Advantage of 3Minit. You can adjust the size of the battery in the settings menu by changing the offset. Experiment and have fun!!
---------------------------------
How To Install:
---------------------------------
Begin by Downloading the zip file below for whatever version your running or request update if not added
or
Make a flashable zip yourself with instructions below
Method 1 :
1. Reboot phone into TWRP
2. Wipe Dalvick Cache / Cache
3. Go To Install
4. Flash Zip
5. Reboot and Enjoy
Method 2:
(Only if you have force close issues from Method 1)
1. Reboot into TWRP
2. Go to mount and mount system
3. Go to advanced then file manager locate your system UI(system/priv-app/systemui/systemui.apk) and deleted it then flash the zip
4. Free version of app here 3MinitBatterySettings.apk
INSTALL VIDEO TUTORIAL CLICK HERE
Method 3 :
(If Method 1 or 2 Fail)
1. Download the zip file for your ROM in download section
2. Extract the SystemUI.apk and MinitBatteryResources.apk from the zip
3. Copy these 2 files to your phone
4. Navigate to /system/app with Root Explorer
5. Create a folder named MinitBatteryResources
6. Copy MinitBatteryResources.apk inside of that folder
7. Set permissions to rw-r-r or 0644
8. Navigate to /system/priv-app/SystemUI
9. Copy the modded SystemUI.apk attached to this post
10. Set permissions to rw-r-r or 0644 (If it reboots before you can do that, just set permissions after pgone reboots)
11. Reboot phone and hopefully you are good to go!
ATTENTION: USEFUL INFO - DON'T IGNORE - (KEEP IN MIND I USE THE PAID VERSION SO I DON'T KNOW WHAT FREE ONE DOESN'T HAVE
If the battery seems small, you can change the offset to make it larger so it's not so tiny you can't see it. The Offline batteries that are included, they seem to be perfect size all together. Just tinker around with it, that's just the size I use
For Batteries that you download by Colourable, You have to move the slider down to zero on Battery Text Colour or a percentage will be over top of that battery. Additionally, the mid level color I set to zero or else it will turn yellow at 50%. I turn it to zero and I actually use the 25% slider. You can put them all to zero if you like and the battery will do what it is meant to do. This only applies to the Colourable one's. The slider will not even adjust for different Batteries. See the Screenshot below
**Please report any issues you have...in a kindly manner
---------------------------------
HOW TO DO IT YOURSELF
---------------------------------
If you want to do this yourself, you will need to have a deodexed ROM that you are working with. If you know how to deoedex that's good for you, but if you are not able to do that, and the ROM is not deodexed, then you are out of luck. There are smali files that you need to add to the system ui which are only found in deodexed APKs
Recommended Tools: Notepad ++, Advanced APK Tool, 7zip
1. You need to download the Smali FIles for APK Tool 2.x.x which can be found at http://www.3minit.com/
2. From Root Explorer - Copy Your SystemUI.apk and framework-res.apk to your SD Card
3. Pull SystemUI.apk and framework-res.apk off your phone and on your Computer
Extremely Important (Note: Use 7zip to extract META-INF folder and AndroidManifest.xml to Desktop before you decompile)
4. Install the Framework and decompile your SystemUI.apk (This requires Decompile knowledge - You should know what I am talking about)
5. Once decompiled, navigate to res/layout/system_icons.xml and open with notepad ++
6. Find:
Code:
android:layout_width="9.5dip"
and
Code:
android:layout_height="14.5dip"
Note: These values may not be an exact match, doesn't matter
Change both values to
Code:
android:layout_width="[COLOR="Red"]0.0dip[/COLOR]"
and
Code:
android:layout_height="[COLOR="red"]0.0dip[/COLOR]"
7. Hit enter and directly underneath that line add:
Code:
<com.android.systemui.statusbar.policy.MinitBattery android:layout_width="wrap_content" android:layout_height="wrap_content" />
Code:
[COLOR="red"][/COLOR]
8. Save your work and close notepad ++
9. You now to need to navigate to smali/com/android/systemui/statusbar/policy folder
10. Copy the 4 smali files into that policy folder
11. Time to recompile the SystemUI.apk
12. Once Compiling of SystemUI.apk is complete, open archive with 7zip (DON'T EXTRACT)
13. Delete META-INF folder and AndroidManifest.xml from newly compiled SystemUI.apk
14. Add the originals from Step 3
15. Download the 3Minit_Battery_free_NameYourZip.zip or 3Minit_Battery_paid_NameYourZip.zip (This will be your Flashable Zip)
16. Use 7zip to open NameYourZip and navigate to system/priv-app/SystemUI
17. Drag the Newly Compiled Completed SystemUI.apk into system/priv-app/SystemUI
18. Your Zip can now be flashed... Name the Zip whatever You want!!
Don't worry, if you need help because you are having issues, post your SystemUI.apk and framework-res.apk and give me the exact ROM and version you are running so we can help. I make no promises.
I am also not teaching how to Deodex or Decompile an APK....You must have knowledge in that area to do this...Good luck
If the battery seems small, you can change the offset to make it larger so it's not so tiny you can't see it. The Offline batteries that are included, they seem to be perfect size all together. Just tinker around with it, that's just the size I use
For Batteries by Colourable, You have to move the slider down to zero on Battery Text Colour or a percentage will be over top of that battery. Additionally, the mid level color I set to zero or else it will turn yellow at 50%. I turn it to zero and I actually use the 25% slider. You can put them all to zero if you like and the battery will do what it is meant to do. This only applies to the Colourable one's. The slider will not even adjust for different Batteries. See the Screenshot below
**Please report any issues you have...in a kindly manner
Give Thanks To:
@gharrington - For the Awesome MOD and hardwork
@BDFreak - For the Awesome APK Tool
@bdorr1105 - For the OP and file used to recreate this mod for N6
@jolly_roger_hook - For Maintainig the OP and Running it while @bdorr1105 Was gone
@1Zero3forlife - For Helping me with others and providing help to others
@twcobra - For helping keep ROMS up to date for the team
XDA:DevDB Information
3Minit Battery for Nexus 6, ALL ROMs for the Nexus 6 - created by @gharrington
Contributors
gharrington, bdorr1105, jolly_roger_hook, Twcobra
Version Information
Status: Stable
Current Stable Version: 4.0.1
Stable Release Date: 2015-11-03
Created 2014-06-30
Last Updated 2015-11-03

----------------------------
DOWNLOAD SECTION
----------------------------
1. N6P+MMB29P+1.2
Current Version - N6P+MMB29P+1.2
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
2. xTraFactory ROM
Current Version - xTraFactory_MMB29M_Angler
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
3. NPanglerM ROM
Current Version - N6PanglerM_v2.2.0
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
4. Cataclysm ROM
Current Version - Cataclysm-Jan_05_2016-ANGLER-Marshmallow-6.0.1_r8_Stable
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
**If you decide that this mod isn't for you...Request a removal zip. You must state your ROM, current version of that ROM, and provide a link to the OP. If you do not do this I will ignore your request. Not trying to be mean about it, just don't have time to ask over and over. Help me help you

didn't even realize you were over here, get to keep rockin with ya

opz187 said:
didn't even realize you were over here, get to keep rockin with ya
Click to expand...
Click to collapse
Yep thought it would be easier to separate the requests it was hard to keep up because all the ROM names are the same
Sent from my SM-N920T using Tapatalk

Good to see you and 3Minit with a Nexus 6p

Hey I have another request buddy, you think you could update the latest pure nexus?

opz187 said:
Hey I have another request buddy, you think you could update the latest pure nexus?
Click to expand...
Click to collapse
I 2nd that request. Nice to see you here @bdorr1105.

opz187 said:
Hey I have another request buddy, you think you could update the latest pure nexus?
Click to expand...
Click to collapse
r1ndr3w said:
I 2nd that request. Nice to see you here @bdorr1105.
Click to expand...
Click to collapse
Check the Download section in Post #2 - Pure has been updated to the latest version. Feel free to share in the pure thread, I no longer support posting updates in that thread due to certain individuals.
Enjoy the Mod!!

bdorr1105 said:
Check the Download section in Post #1 - Pure has been updated to the latest version. Feel free to share in the pure thread, I no longer support posting updates in that thread due to certain individuals.
Enjoy the Mod!!
Click to expand...
Click to collapse
Thanks, as always.

r1ndr3w said:
Thanks, as always.
Click to expand...
Click to collapse
You are welcome

r1ndr3w said:
Thanks, as always.
Click to expand...
Click to collapse
Thanks man!

Many many thanks kind sir

Nice one! Followed your guide to apply it to my stock rom, I can now see the percentage of battery left with my aging eyes [emoji13]

I love this, it gives you so many options. I was wondering if you were going to update for cataclysm for the nexus 6. With the latest update the zip file bootloops my phone.
Sent from my Nexus 6 using Xparent BlueTapatalk 2

jarnoldsr said:
I love this, it gives you so many options. I was wondering if you were going to update for cataclysm for the nexus 6. With the latest update the zip file bootloops my phone.
Sent from my Nexus 6 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Yes I will be updating Cataclysm soon

Thank you, I appreciate your hard work.
Sent from my Nexus 6 using Xparent BlueTapatalk 2

jarnoldsr said:
Thank you, I appreciate your hard work.
Sent from my Nexus 6 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Your welcome and thanks, the update is posted in the Shamu thread

It works great thank you! Are we going to have to deal with this every month when they put out a security update? I'm not sure if they need a new image every time!
Sent from my Nexus 6 using Xparent BlueTapatalk 2

jarnoldsr said:
It works great thank you! Are we going to have to deal with this every month when they put out a security update? I'm not sure if they need a new image every time!
Sent from my Nexus 6 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Not sure I follow, however, each time the ROM updates you need to update the mod because it depends on the system ui and if I don't use the latest it can break things
Sent from my SM-N920T using Tapatalk

U think u could add AOSIP when you get a chance my friend
Sent from my Nexus 6P using XDA Free mobile app

Related

[MOD/THEME/TUT] Battery Indicator Theme

Warning! Applying a theme to the battery icon involves modifying system files and will more than likely brick your phone unless you are 100% sure on what you are doing or have a good back/restore solution
Big thanks to Fightspit for his original thread on creating these battery themes
Here is an example theme i've attached below (see pre-made theme.zip)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and here is it in action
There are 2 quite serious prerequisites to this mod
1) Must be rooted with S-OFF
2) ClockworkMod installed and a backup taken (Please, please, please, do this in case of failure)
To create a theme from scratch.
1) Grab the source files for the theme of your choice from this thread
2) Grab APK Manager 4.9 from here
3) Download framework-res.apk from your "system/framework" folder using adb or root explorer
4) Place your downloaded framework-res.apk in APK Manager's "place-apk-here-for-modding" folder
5) In APK Manager choose option 22 to set current project
6) choose option 9 to decompile apk
7) replace battery xml files in folder "res/drawable" and pngs in folder "res/drawable-hdpi" within the extracted "projects/framework-res" folder that APK Manager creates
8) Choose option 11 to compile
9) Select "y" is system apk
10) Select "y" replace original folders
11) In the "keep" folder that APK Mananger has created, delete resources.arsc
and the battery xml files in "res/drawable" and the battery pngs in "res/drawable-hdpi"
12) Press any key and let APK recompile
13) In the "place-apk-here-for-modding" folder, rename unsignedframework-res.apk to framework-res.apk
14) Extract the attached "Blank Update.zip.zip" then Open up the update.zip with 7zip
15) Drag your renamed framework-res.apk to the "framework" folder in 7zip to overwrite the existing blank framework-res file
16) Close update.zip (agree to any messages about updating the file)
17) Copy update.zip to your sdcard
18) Flash the update.zip via ClockworkMod
My Pre-made battery theme
This contains the android battery theme I posted above, already to flash
Warning! This was made for software version 1.32.405.6 - You may get errors if running a different version to me. If so, restore using clockworkmod
1) Extract attached "Pre-made theme.zip" and copy update.zip to your sdcard
2) Flash the update.zip via ClockworkMod
Notes:
Online kitchen now works,happy cooking http://circle.glx.nl/
Thanks to liljom for the guide
Pre-made Change Log
v1 Initial release
v2 Charging animation now works correctly
v2 Colour - Added version with coloured status bar icons
Big thanks for this tutorial!
I love the look of this! Will need to install Clockwork Mod etc of course before I use it, but I will look into this soon
Just to clarify, is it possible to get only the battery mod without the other coloured icons? Is Pre-made themeV2.zip only the battery yes? And the colour version is all the icons?
madindehead said:
I love the look of this! Will need to install Clockwork Mod etc of course before I use it, but I will look into this soon
Just to clarify, is it possible to get only the battery mod without the other coloured icons? Is Pre-made themeV2.zip only the battery yes? And the colour version is all the icons?
Click to expand...
Click to collapse
Correct
sopL87 said:
Big thanks for this tutorial!
Installation: Jump to point 14 of the tutorial (there is mismatch in numeration).
Something from me: rEVOlution taskbar icons.
Edit: Added Galaxy S framework. Only changed taskbar icons, battery have 1% step.
Click to expand...
Click to collapse
Ooops, fixed it
Whilst I appreciate you gave a guide on how to make our own, I'm really not very graphically talented, would it be possible to have one where the numbers are clearer?
I love the little android, but I have to hold my phone right up to my face to see the actual percentage
Thanks though, have to have % visible
Sorry I didn't make the images. They were taken from this thread. You could maybe ask over there if anyone could help you though
Ahh, cool, I used the online kitchen to make my own, pretty awesome!
I've flashed my own one, but now I've lost all the colourful other icons. I assume if I flash them back over, I lose my battery icon, right?
AndyCr15 said:
Ahh, cool, I used the online kitchen to make my own, pretty awesome!
I've flashed my own one, but now I've lost all the colourful other icons. I assume if I flash them back over, I lose my battery icon, right?
Click to expand...
Click to collapse
Just out of interest, did you flash the zip file that the kitchen generated? It wouldn't work for me.
You can just add the icons back into the framework-res.apk (the one you had with the battery icons) and reflash
vibez said:
Just out of interest, did you flash the zip file that the kitchen generated? It wouldn't work for me.
Click to expand...
Click to collapse
Yeah, worked fine for me.
vibez said:
You can just add the icons back into the framework-res.apk (the one you had with the battery icons) and reflash
Click to expand...
Click to collapse
Hmm, never edited framework-res.apk before. I'll look into it...
AndyCr15 said:
Yeah, worked fine for me.
Click to expand...
Click to collapse
Cool, i'll try it again
AndyCr15 said:
Hmm, never edited framework-res.apk before. I'll look into it...
Click to expand...
Click to collapse
Actually I think you can build a version with the battery and icons using the online kitchen. You select the icons on the "Themed Icons" set page
sopL87 said:
Big thanks for this tutorial!
From me:
- DesireHD mod by sopL87
- rEVOlution
- Galaxy S
What changed: 1% battery step, signal icons, bluetooth, wifi, ect. In DesireHD everything is stock except 1% step battery, tweaked and extended animations of upload, download and gps.
Last update: 15.11.2010
Installation: Extract my .rar and jump to point 14 of the tutorial.
Click to expand...
Click to collapse
Looks good! Great skins btw
I have a dhd and perm root and s-off flashed with overclocking, must i have clockworkmod to install this pre-made themeV2 or can i just use fastboot flash or is there another way other then installing clockworkmod ? (clockworkmod don't seam to have a recovery for my dhd yet anyways )
excellent thread vibez
so i would like to share my stock framework-res.apk with you guys, modified with "version a". update.zip attached.
I will port some of my other themes now
Love it. Beautiful.
boarne71 said:
I have a dhd and perm root and s-off flashed with overclocking, must i have clockworkmod to install this pre-made themeV2 or can i just use fastboot flash or is there another way other then installing clockworkmod ? (clockworkmod don't seam to have a recovery for my dhd yet anyways )
Click to expand...
Click to collapse
Not really sure to be fair. I just used the clockworkmod that is kicking around in the dev section as it is the only way i'm comfortable with to flash update.zip files. There may be others ways to achieve the same thing though
Thyrus said:
excellent thread vibez
so i would like to share my stock framework-res.apk with you guys, modified with "version a". update.zip attached.
I will port some of my other themes now
Click to expand...
Click to collapse
Looks good
Is anyone else using the online kitchen to build these battery themes?
It keeps generating folders with v4 at the end, ie drawable-hdpi-v4
The folders in the framework-res on my stock rom doesnt have -v4 at the end like so "drawable-hdpi". I believe this is why I keep getting force close when I flash the file from the online kitchen
yes some kitchens do that. thats why i prefer doeing it manually or checking with theme porter. i always check the res folders for these annoying -vX endings.
I thought so, it's just that someone mentioned in this thread that the kitchen work for them and i'm just trying to figure out how since it does add the pesky -v4 to whatever it cooks for me.
Manually is the way to go
Just out of interest, what does theme porter do?
i checks 2 files (old and new) for updated pngs, and copies them across.
very useful when you actually have a theme already, but simply want to port it (i.e due to an update of the framework res by the manufactorer). This does it for you. Not as sophisticated as apk-manager true

[ROM] UI-One [MIUI- GB] XPRESSION [01-12-12]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
UI-One IS BACK
The latest iteration of MIUI-GB. some of you might be thinking what this ROM has to do with PUREVIEW!! Well unlike nokia handsets, it has nothing to do with camera but its the UI you gonna love. Its simply PURE MIUI nothing more nothing less. Well I am not creating any hype but surely its vastly different with all the miui-gb version you ever installed and you will understand this only when you experience it. So well without any delay, lets move forward to give fresh life to your beloved phone
IF YOU LIKE THIS ROM THEN DO RATE IT AS 5 STARS
What's New
- No auto rotation delay
- Minimal to no settings lag
- Completely functional theme engine (save for hdpi lockscreens)
- Fully functional miui control panel app
- Brand new recent app view
- Brand new progress notification style
- Screenshot toggle in notification panel
- Ability to disable hardware buttons
- Genuine miui browser (the one v used till now was very similar to cm7 browser)
- Fast boot time (within 30 seconds)
- New Battery Monitor
- Whole UI revamp and a lot more u will discover
Bugs:-
- Brightness Bug (DON'T MOVE BRIGHTNESS SLIDER TO MINIMUM, ELSE YOUR SCREEN WILL GO COMPLETE BLACK)
Refer ROM OPTIMIZATION GUIDE for precautionary steps
Click to expand...
Click to collapse
This ROM is a port of Frankin96's ROM found here http://forum.xda-developers.com/showthread.php?t=1863260
Changelog
PUREVIEW
-- Initial Release
XPRESSION
-- All fixes incorporated
-- 4 way reboot mod now directly accessible
-- Stability and speed improvements
Credits :
- Frankin96
- nims11
- ahmadsafar
- Korrectmethod , Yowpa & ZiViTi_13 (Mirror Creators)
- Team MAC
- DJNoXD
- devilpera64
- All users
Download Section
PUREVIEW :- http://www.mediafire.com/?6f4sz824sgawcs5
XPRESSION :- http://www.mediafire.com/?syypi7s62bikl8o
GAPPS INCLUDED
Click to expand...
Click to collapse
Noobs Guide to Flashing :-
1. Transfer ROM zip to sd card
2. Boot into recovery by holding home + volume down + power button to enter into recovery mode
3. Wipe data/ factory reset
4. Wipe cache partition
5. Advanced/ wipe dalvik cache
6. Advanced/ wipe battery stats
7. Mount and storage/ format system
8. Install zip from sdcard/ choose zip from sdcard and select the ROM zip
9. Reboot n Enjoy
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ROM OPTIMIZATION GUIDE
This is all abt how to get the most of UI - One MIUI PUREVIEW ROM "
After being 3 days on miui, I had tried out various things to make ROM smoother n better. Some worked while some not. So instead of providing a new build (to avoid all the hassles of downloading and flashing),I present a guide to make your existing MIUI better and the best part is that you can choose what suits you . If you are reading this then I assume that you have already flashed the ROM
1. Flash this kernel :- https://www.box.com/shared/c6onbo1m6w56twxa18ty
I found it to be the most balanced kernel in terms of performance in battery life, v2.5.6 of DJNoxD is draining a lot of juice
2. Disable icon shadow & high resolution graphics in launcher settings for butter smooth scrolling
3. Feel like you might get haunted with Brightness Bug!! Well i couldn't solve it as of now but those who are conscious enough not to move slider to the least, its well and good but those who are not,just dont worry, i have got a script for you
-> Download Script here and place it on root directory of sd card.
-> Download Script Manager
-> Set it to execute this script on boot and give su permission to the script by clicking on boot & SU icons above (don't forget to enable root permission in the first dialog box which appears on starting the app)
What this script does is, on execution sets the brightness value to 100 (max brightness is 255)
So if u ever fall in a condition that you reduce the brightness to minimum and get a complete black out, just pull out the battery and restart the phone and brightness will get set to 100 after 1-2 minutes of boot.
4. Stuck on HDPI lockscreen with no way to unlock!!, just hold down back button and press volume + key for emergency unlock
5. Recommended Apps:-
-> Music:- Jet Audio
-> Video:- MX Video Player
-> Gallery:- Quickpic
-> Camera:- Camera Zoom FX
MDPI LOCKSCREENS :- forum.xda-developers.com/showthread.php?t=1428940
HUGE MIUI THEME COLLECTION :- www.modaco.com/topic/340719-miui-themes-collection-closed/
FACING ISSUE LIKE THIS!!
Here's a guide to fix it
1. Get the .mtz file of the theme u r facing the issue and rename the extension to .zip instead of .mtz and unzip the renamed zip file.
2. Here u will find com.android.systemui without any extension. Add .zip extension to it and extract it.
3. In the extracted folder find statusbar_background.9.png. You will see no status bar image in it if you open it with image viewer.
4. This folder will have another file with name like status bar background having image of status bar that you see while on home screen.
5. Create copy of image found in step 4 and rename it to the name of the file found in step 3.
6. Replaced the file of step 3 with renamed file of step 5
7. Now zip back the whole contents of the com.android.systemui and remove zip extension
8. Place this in the extracted folder you got in step 1 and zip all the contents, then replace .zip extension with .mtz
9. Place this in miui theme folder and apply
THEME IN SCREENIES BELOW :-
http://www.mediafire.com/?ltw8x11mos1d76y
HOW TO USE:-
Place the mtz file in sdcard/MIUI/ theme folder and select the theme from theme chooser
SCREENIES
Bro Sounds good,eagerly waiting for link
Edit:
Oh link added
Looks good. btw the size of rom is a bit big
Here is a mediafire link as requested. http://www.mediafire.com/?6f4sz824sgawcs5
does the fully working miui control panel has the ability to display carrier logo and customize it???thanks! and good looking rom!
roi14 said:
does the fully working miui control panel has the ability to display carrier logo and customize it???thanks! and good looking rom!
Click to expand...
Click to collapse
u mean this
fundoozzz said:
u mean this
Click to expand...
Click to collapse
EXACTLY!!! thanks for the hardwork! will be testing this!
ciao!
thanks fundoozz for your hard work...which languages are in your rom?
omidreza said:
thanks fundoozz for your hard work...which languages are in your rom?
Click to expand...
Click to collapse
English and Chinese and sorry I wont be able to add languages atm. Exams are near
fundoozzz said:
English and Chinese and sorry I wont be able to add languages atm. Exams are near
Click to expand...
Click to collapse
thanks...i will wait till you add my language. my language is not included in any miui rom till now but it is there in cm7 and cm9 roms.is there anyway to add my language myself? i just use it in messaging not for menus.
omidreza said:
thanks...i will wait till you add my language. my language is not included in any miui rom till now but it is there in cm7 and cm9 roms.is there anyway to add my language myself? i just use it in messaging not for menus.
Click to expand...
Click to collapse
thats a heck of work, decompile framework and system ui and translate each n every string, so developer and porters depend on English more or less to avoid hassle..
Just back from work & wtf Fundooz is back Currently i m hoping from MIUI v4 roms when Zack released his 1st build then Kaio Ken vice versa whichever seemed to be good enough for the moment..as i have used your MIUI GB & v4 rom earlier(i guess u know) they are promising..now i have two main concerns ie, battery & stability without any fatal bugs bcoz dont get enough time to experiment I wish this rom will rock..definitely flash after seeing some reviews..btw will the MIUI v4 themes work on this(i guess NO ) Does this based on the latest CM7 nightly??&& do mention the dates in the changelogs in future..ALL D BEST
Hi I port miui this rom
Sent from my LG-P350 using xda premium
---------- Post added at 05:31 PM ---------- Previous post was at 05:29 PM ----------
http://forum.xda-developers.com/showthread.php?t=1874016http://forum.xda-developers.com/showthread.php?t=1874016
I have probs in framework you can helpme
Sent from my LG-P350 using xda premium
luisakira2301 said:
Hi I port miui this rom
Sent from my LG-P350 using xda premium
---------- Post added at 05:31 PM ---------- Previous post was at 05:29 PM ----------
http://forum.xda-developers.com/showthread.php?t=1874016http://forum.xda-developers.com/showthread.php?t=1874016
I have probs in framework you can helpme
Sent from my LG-P350 using xda premium
Click to expand...
Click to collapse
What's the problem!! there is nothing in thread relating to problem with framework
Launcher is very small.
Sent from my LG-P350 using xda premium
Jaani said:
Just back from work & wtf Fundooz is back Currently i m hoping from MIUI v4 roms when Zack released his 1st build then Kaio Ken vice versa whichever seemed to be good enough for the moment..as i have used your MIUI GB & v4 rom earlier(i guess u know) they are promising..now i have two main concerns ie, battery & stability without any fatal bugs bcoz dont get enough time to experiment I wish this rom will rock..definitely flash after seeing some reviews..btw will the MIUI v4 themes work on this(i guess NO ) Does this based on the latest CM7 nightly??&& do mention the dates in the changelogs in future..ALL D BEST
Click to expand...
Click to collapse
I don't have wifi anymore so I can't download ROM's at random now, so it is based on some nightly I had but I find it stable
And abt ROM, so far so good and stable and can't tell abt battery atm. Well it wont be updated often coz the bugs I found are not a great deal and m having exams on head but can't resist myself from new miui
Can use you framework bro?
Please
Sent from my LG-P350 using xda premium
Thx for rom. It really very good. :good:
P.S. Post to MDPI Lockscreens: http://forum.xda-developers.com/showpost.php?p=30955387&postcount=5

[MOD][CM10.1][4.2.2][GUIDE] Enable Multiuser (for noobs)

This is the noob-proof multiuser enabler guide for the CM10.1 - GS3 only!!
Want to enable multiuser on your galaxy S3 under CM10.1?? This is the easiest way to do it.
Updates - based on cm-10.1-2013XXXX-NIGHTLY-i9300.zip:
Multi_20130306
Multi_20130303
Multi_20130302
Multi_20130222
This is very simple: just flash the zip file and you're done!! just need to create the users under settings!! Can create up to 8 users!!
P.S. You need to reflash it for every new nightly installed!!!!
IMPORTANT INFORMATION!!!
I just found out a way to reduce FC in secondary user. Create 2 other users... delete the second, reboot and the third user should now be the second but without the FCs... well it should, it worked for me...
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Next is the tool I used to create the flashable mod zip. In case you wanna try for yourself or need to remake the mod for futures nightlies just download and follow the steps:
Links:
. JDK and JRE for windows 32bits - (are you under windows x64? Install the 32bits javas anyway)
. FrameworkFlasher Adapted from the wesf90 Original Thread and Updated from iBotPeaches Original Thread to run on CM10.1
1) Install JDK and JRE and Unzip FrameworkFlasher
2) copy your phone's framework-res.apk to the folder "place-framework-res-here"
3) run "RunMe.bat"
4) press 1 to decompile
5) Make the necessary changes under the folder "files-to-edit" ****
6) run 2 to recompile
7) run 3 and 4 to sign and zip the apk
8) Just flash your new zip and be happy!
**** In order to enable multiuser, it's necessery to change some xml file inside framework-res.apk and this is only possible by doing this decompile/compile process...
The files you need to change are:
. framework-res.apk\res\values\integers.xml
look for config_multiuserMaximumUsers and change the number of users (min 2)
Code:
<integer name="config_multiuserMaximumUsers">8</integer>
. framework-res.apk\res\layout-port\keyguard_host_view.xml
need to add this after the second </FrameLayout>
Code:
<FrameLayout androidprv:paddingTop="7.0dip" androidprv:layout_width="fill_parent" androidprv:layout_height="wrap_content">
<include androidprv:layout_gravity="top|center" androidprv:layout_width="fill_parent" androidprv:layout_height="fill_parent" layout="@layout/keyguard_multi_user_selector" />
</FrameLayout>
I made more changes than this so I advice to use mine own keyguard_host_view.xml
Thanks for the great work.... it worked perfectly. However, I have a feedback:
Few findings
- Unable to find option "Enable USB Debugging
- Unable to add facebook contact sync for secondary user
- Facebook sync not working
santoshtalluri
Unfortunetly multiuser feature still very limited and buggy... not my fault, it's Android/Cm10.1 fault... you also cant make/receive calls and themes cause fc in a secundary user...
santoshtalluri said:
Thanks for the great work.... it worked perfectly. However, I have a feedback:
Few findings
- Unable to find option "Enable USB Debugging
- Unable to add facebook contact sync for secondary user
- Facebook sync not working
Click to expand...
Click to collapse
Try tapping on the "Build Number" in settings 7-8 times to enable Developer Options.
Developer options only in primary user
help with decompile
I get the following failure when trying to decomile my apk. I am on the Sprint GS3 and d2spr CM10.1 2013-01-31 nightly. Any help would be appreciated. Also, I am making the leap that the same technique here works for any SG3 framework-res.apk and not just for the i9300. If that is an invalide assumption, then please set me straight. Thanks in advance...
---------------------------------------------------------------------
| Log - Sat 02/02/2013 -- 17:34:26.62 | Documents\Desktop\FrameworkFlasher-1.1.4\LogSimple.txt
---------------------------------------------------------------------
THE LOG BELOW IS FOR YOUR MOST RECENT PROCESS ONLY.
java version "1.6.0_39"
Java(TM) SE Runtime Environment (build 1.6.0_39-b04)
Java HotSpot(TM) Client VM (build 20.14-b01, mixed mode, sharing)
I: Loading resource table...
Exception in thread "main" brut.androlib.AndrolibException: Multiple resources: spec=0x01080293 drawable/ic_ab_back_holo_dark, config=-xhdpi
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:65)
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:58)
at brut.androlib.res.decoder.ARSCDecoder.readEntry(ARSCDecoder.java:196)
at brut.androlib.res.decoder.ARSCDecoder.readConfig(ARSCDecoder.java:165)
at brut.androlib.res.decoder.ARSCDecoder.readType(ARSCDecoder.java:130)
at brut.androlib.res.decoder.ARSCDecoder.readPackage(ARSCDecoder.java:105)
at brut.androlib.res.decoder.ARSCDecoder.readTable(ARSCDecoder.java:82)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:48)
at brut.androlib.res.AndrolibResources.getResPackagesFromApk(AndrolibResources.java:315)
at brut.androlib.res.AndrolibResources.loadMainPkg(AndrolibResources.java:50)
at brut.androlib.res.AndrolibResources.getResTable(AndrolibResources.java:43)
at brut.androlib.Androlib.getResTable(Androlib.java:44)
at brut.androlib.ApkDecoder.getResTable(ApkDecoder.java:148)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:128)
at brut.apktool.Main.main(Main.java:65)
@ swiggs98
Yes... probably works for your phone too....
The compile/decompile process can cause several erros when one or more conditions are not satisfied, so make sure:
1. Latest Java JDK/JRE 32 bits are installed
2. FrameworkFlasher is updated (the one I posted is updated, so use mine)
3. The folder name where FrameworkFlasher is running should not have spaces
4. framework-res.apk is not corrupted (I use WIFI file explorer to download framework-res.apk to my PC)
5. Wrong changes in framework-res files also ruins the process
Re: [MOD][CM10.1][4.2.1][GUIDE] Enable Multiuser (for noobs)
rfmalta said:
@ swiggs98
Yes... probably works for your phone too....
The compile/decompile process can cause several erros when one or more conditions are not satisfied, so make sure:
1. Latest Java JDK/JRE 32 bits are installed
2. FrameworkFlasher is updated (the one I posted is updated, so use mine)
3. The folder name where FrameworkFlasher is running should not have spaces
4. framework-res.apk is not corrupted (I use WIFI file explorer to download framework-res.apk to my PC)
5. Wrong changes in framework-res files also ruins the process
Click to expand...
Click to collapse
Thx. It was the version I had. Same version number but from the original forum.
bootlooping when after flashing the zip!
@ varund7726
according to your signature you're running AOKP ROM with a custom kernel Syiah... my mod is made for official CM10.1 ROM only...
rfmalta said:
This is the noob-proof multiuser enabler guide for the CM10.1 - GS3 only!!
Want to enable multiuser on your galaxy S3 under CM10.1?? This is the easiest way to do it.
Update 1 (based on build cm-10.1-20130204-NIGHTLY-i9300.zip)
1. Multi_user
This is very simple: just flash the zip file and you're done!! just need to create the users under settings!! Can create up to 5 users!!
P.S. You need to reflash these zips for every new nightly installed!!!!
Screenshots:
Next is the tool I used to create these flashable mods zips. In case you wanna try for yourself or need to remake the mods for futures nightlies just download and follow the steps:
Links:
2. JDK and JRE for windows 32bits - (are you under windows x64? Install the 32bits javas anyway)
3. FrameworkFlasher Adapted from the wesf90 Original Thread and Updated from iBotPeaches Original Thread to run on CM10.1
1) Install JDK and JRE and Unzip FrameworkFlasher
2) copy your phone's framework-res.apk to the folder "place-framework-res-here"
3) run "RunMe.bat"
4) press 1 to decompile
5) Make the necessary changes under the folder "files-to-edit" ****
6) run 2 to recompile
7) run 3 and 4 to sign and zip the apk
8) Just flash your new zip and be happy!
**** In order to enable multiuser, it's necessery to change some xml file inside framework-res.apk and this is only possible by doing this decompile/compile process...
The files you need to change are:
. framework-res.apk\res\values\integers.xml
look for config_multiuserMaximumUsers and change the number of users (min 2)
. framework-res.apk\res\layout-port\keyguard_host_view.xml
need to add <include layout="@layout/keyguard_multi_user_selector" /> before the second </FrameLayout> ---in my mods there are more changes than this so I advice to copy and paste this file from my mod to this new one---
Click to expand...
Click to collapse
My S3 (CM10.1 updated, stock kernel) is having FC with everything with a new user. The "Setup Wizard" can't start.
lucasdeeiroz
some native apps crash a lot but apps from play should work as I installed several games and facebook at my secondary user... so try removing second user and create it again...
rfmalta said:
lucasdeeiroz
some native apps crash a lot but apps from play should work as I installed several games and facebook at my secondary user... so try removing second user and create it again...
Click to expand...
Click to collapse
but i can't use anything with the new user: i can't configure it and i can't do anything 'cause the FC window appear for Wizard Setup, Contacts, Apollo, and it never stops. The only thing I can do is tap ok for FCs (no one app starts, neither launcher) and go to lockscreen to switch to original user.
Maybe the latest nightly release is not compatible with the old mod... so I have updated it to match 20130206... remove your secondary user under settings and reflash the new mod... create the new user and then you tell me if it works
rfmalta said:
Maybe the latest nightly release is not compatible with the old mod... so I have updated it to match 20130206... remove your secondary user under settings and reflash the new mod... create the new user and then you tell me if it works
Click to expand...
Click to collapse
tried wiping cache, fixing permissions, reflashing ROM AND MOD, deleting and recreating the user, but nothing works. the same FC problem. even the new 07/02's ROM and MOD.
it can be the gapps? the new user can't open the Wizard Setup (and I think it's part of gapps). I really want the multi user on my S3, so thanks for your work on it.
SOLVED! The problem is with the system theme. With the default theme, it worked!.
We can't apply themes to the system with multi user
Yes... themes cause FCs on secondary users... great to know it worked for you
rfmalta said:
Yes... themes cause FCs on secondary users... great to know it worked for you
Click to expand...
Click to collapse
superuser don't work on second user. is it a known issue or it never will work?
It's a known issue and its up to superuser developer to fix
Re: [MOD][CM10.1][4.2.1][GUIDE] Enable Multiuser (for noobs)
Will this work with aosp
Sent from my GT-I9300 using xda premium
@ sharingan92
maybe yes, maybe no... you gonna have to try... remember to backup first

[NCE}{SafeStrap]DeOdexed/Extreme Debloat/Stock/Android L Features

Naked TouchWiz v3.2 Tether/Non-Tether Builds Available!!!
Any Questions Should Be Posted In The Q&A Thread. I Will Be Keeping An Eye On Both This Thread And The Q&A Thread :good:
DO NOT USE ROM SLOTS! THEY DO NOT WORK YET! ONLY USE THE STOCK ROM SLOT!​
Extreme Debloat v1.9-v2.3b are all alpha builds; they might work, they might not. Let me know of any issues, but don't expect extensive support for these builds.​
You ever wanted a ROM that you put what you want into it? Ever wanted a ROM without all the crap you never use? This is the ROM for you!​
PLEASE READ: So we have many successful flashes! As you can see the ROM is under 400mb... It is very possible that we may have missed some useless files or bloatware; this is how you can help:
1: If you know the file name in the app/priv-app folder of the bloat then post it here or PM @elliwigy or @raynan!
2: Uninstalling something from Titanium Backup will tell you the com.android.whatever, and the last pop up right before you uninstall the bloat will be the exact file name that we need to remove it from the ROM! Thanks for the help, and enjoy!
Features:
- Based Off My AT&T NCE ZIP
- DeOdex Version Available (Odex Might Come Later Once Verified DeOdexed Works Well)
- Rooted
- BusyBox
- Zipaligned
- Native Hotspot
- Knox Free (v1.1+)
- Init.D (v1.1+)
- Debloated (More removed since v1.1+)
- Lollipop checkboxes, radio buttons and fonts
- Download Booster (Have to create a toggle for it to work which can be found in the thread for it. I will make instructions and have someone test out adding a toggle to Quick Tiles if the maker of it will give me permission to do so.)
Add-Ons:
- Google Now Launcher (Default Launcher)
- Android L Keyboard (Default and Only Keyboard. Go To Advanced Settings and Change Theme to Material)
- Android L System UI Sounds (Not All System UI Sounds are Available Yet, I Added What I Found!)
- Android L Alarm Sounds
- Android L Ringtones
- Android L Notification Sounds
- No Stock SMS (Removed stock SMS apk, move SMS apk from download link before flashing if you want stock on first boot)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Stuff Removed:
Naturally, in order to get the ROM down to size we had to remove a LOT of stuff from the ROM itself. All basic functions should work. Some of the things that were removed are here:
- Drive Mode
- Baby Stuff
- Kid Stuff
- AT&T Junk
- Samsung Junk
- Stock Messaging app
- Stock Browsers
- Stock Launcher
- Stock Ringtones, Notification Sounds & Alarms
- Stock Clock
- Ultra Power Saving Mode (not that you really need it anymore )
- SHealth
- S-Voice
- My Files
-Useless S-Pen Files
-Not working ART stuff
.... You Get The Picture! I do not want to hear about if I'm going to add this or that. If you want SHealth then this is not the ROM for you (unless you can find a zip or a way to side load it.) There are stock options with all the bloat you want!
Coming Soon:
-Themed SystemUI--Just a few more apps to go! :good:
-Themed System Apps
-Possibly Port Apps from my Nexus 5 Running Android "L"
-ART Compatibility
-Odexed Version
Working:
- Just About Everything!
- Location Bug Squashed (It will now stick without having to reboot device. If for some reason it wont stick, try a reboot and it should work.)
-No more settings FC
-Most FCs you find will be from features removed, head to apps folder and follow the Google Doc to install missing features.
Not Working:
- To Set Wallpaper, You Can Long Press Home Screen or Set From Gallery (I removed native wallpaper picker so it wont work through settings)
-Wallpaper Picker is in the download link!
Install Instructions:
1: Download ROM from link below.
2: Download SuperSU.zip from HERE.
3: Place ROM and SuperSU.zip on External SD Card (Or you should be able to use internal)
3.5: (Optional) Move/Copy stock apps from the download link to /system/app.
4: Boot in Recovery, make a backup if you want to be on the safe side.
5: In SafeStrap Recovery, use Stock Slot and Wipe (Standard wipe should work)
6: Flash the ROM.zip and then flash the SuperSU.zip immediately after.
7: Reboot System and ENJOY
I am not responsible for your phone if something goes wrong during flashing of the ROM. I can assure you both ODEX and DeOdex versions were tested on MY OWN retail Verizon S5 @raynan 's AT&T retail S5 and everything worked the way it should!​
Shout Outs:
- @Geohot for www.towelroot.com
- @Hashcode0f for this little thing called SafeStrap Recovery!
- @Misterxtc for answering all my questions
- @Edgarf28 For inspiring me to make this ROM (His XtreStoLite ROM is still smaller than mine haha) and also for his Aroma Add-on Package I used to see what I could remove without breaking the ROM
- Archikitchen (for the kitchen to make it happen)
- The AT&T users in here that asked me to make the ROM for AT&T
- The person who made the download booster MOD
- Viper4Android for the awesome audio MOD!
- @MrHyde03 for providing us with the toggle to be able to enable Download Booster! You're the man!
- @Versatile1 for letting me use his modded stock Email packages. Link to his page here.
- @kevin_1351 for letting me add his keyboard to the package! Link to his thread here.
[email protected] for the radio buttons and checkboxes!
- Everyone else I am forgetting!
Downloads:
v1.2-present
@raynan's Google Drive - Changelog and stock apps in Drive.
v1.1 - 7/5/2014 - ~618mb
Extreme Debloat v1.1 - Changelog in Post 3
MD5: 24990519c796b0450bb300ef74deed3e
DeOdex - 684mb:
Extreme Debloat v1.0
MD5: 7cb1ffe13da51a28522a282e9c494877
P.S. I have also uploaded the bases I created. I also updated my VZW S5 ROM that I put on the back-burner for you AT&T folks! So that ROM is going to be uploaded next, and then the bases for anyone to use as they see fit!
A donation is not required, but I would be grateful to those who help support the cause! I am saving funds for a new laptop and (I doubt it) any devices people want me to work on!
I Do Drink Beer! If You Like My Work Don't Be Afraid to Donate!​
XDA:DevDB Information
Naked TouchWiz, ROM for the AT&T Samsung Galaxy S 5
Contributors
elliwigy, Raynan
ROM OS Version: 4.4.x KitKat
Based On: Stock
Version Information
Status: Beta
Current Stable Version: 2.3 RC1
Current Beta Version: 2.3b
Created 2014-07-05
Last Updated 2014-12-08
Reserved
Add Ons:
Download Booster (already built into ROM just need to do this to be able to enable it)
1: Look up the thread in att forums for the zip.. will post by tom.. currently with fam but the vzw toggle will break
2: Go into SafeStrap Recovery and flash the file you downloaded. This will add the Download Booster Toggle to the Quick Tiles so you can enable Download Booster! Thanks go to MrHyde03 for making the flashable toggle.zip!
3: It does say NCG (Verizon Variant) but should also work for AT&T as the files used for download booster are identical.
Viper4Audio
1: It is already installed on the ROM as well as the build.prop has been edited.
2: Open Viper APK and install the drivers for it (it is easy and choose the settings you want.)
3: After the reboot, go into Settings>Sound>Music Effects and make sure Viper is selected. #Win
To Do List:
1: Obviously, remove more bloat!
Reserved
Changelog:
7/5/2014 = v1.1
- Knox Free
- Removed more ATT Bloat
- Added Init.D Support
- Size Down to ~618mb
7/4/2014 = v1.0
- Initial Release
Screenies:
Coming Soon
Yea I'll try it and thanks for making the rom.
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
Does Ultra Power Saving mode work still since the stock launcher is taken out? Bad things could happen ive read. Thanks for your hard work OP. Looks great.
LuckyColdJohnson said:
Does Ultra Power Saving mode work still since the stock launcher is taken out? Bad things could happen ive read. Thanks for your hard work OP. Looks great.
Click to expand...
Click to collapse
It does NOT work.. I removed it as bloat lmao.. But you shouldn't need it.. On my VZW S5 with this bad boy I pulled over 5.5 hours screen on time and just about 24hrs and still had 25-30% battery remaining before I plugged it in. This was with 4g/wifi, few calls, heavy web browsing, heave xda app, heavy gaming etc. for over 5.5 hours and still had battery remaining. The phone will use less resources with over 1gb of crap removed as well as you will have more storage space and more than 1gb of system ram (unless you install a bunch of apps back onto the phone.)
I pm'd you rather than commenting lol excited for another new ROM but I can test for you if you'd like.
i have about 5 or so people testing now so soon as they get back to me ill know whats up n post it if all is well!
Sent from my SM-G900V using XDA Premium HD app
I'd like to try if you don't have any bricks yet xD
Would my Gear Neo connect to this rom?
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
WizeGuyDezignz said:
Would my Gear Neo connect to this rom?
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I am not sure.. Out of the box No.. Lol.. But that is because i removed the gear manager files. However, I had a request in the VZW forum. I am not sure if this will flash the recovery (wont hurt to try it) but here is a (i hope to work) flashable zip to replace the gearmanager files: http://www.androidfilehost.com/?fid=23501681358557793
If it won't flash, you can extra it and the files go in System/App - then I would assume set permissions and you should be good to go.
elliwigy said:
I am not sure.. Out of the box No.. Lol.. But that is because i removed the gear manager files. However, I had a request in the VZW forum. I am not sure if this will flash the recovery (wont hurt to try it) but here is a (i hope to work) flashable zip to replace the gearmanager files: http://www.androidfilehost.com/?fid=23501681358557793
If it won't flash, you can extra it and the files go in System/App - then I would assume set permissions and you should be good to go.
Click to expand...
Click to collapse
Thanks man, and thanks for the rom! :thumbup:
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
my brains fried for the night.. i spent 12 hrs straight romming lol. im also uploading a deodex base rom i compiled from the stock tar.. so expect that either in a few hrs or tom when i wake up
Sent from my SM-G900V using XDA Premium HD app
Congratz man on the rom.
could you please upload some pics regarding the rom ?
there is no touchwiz launcher at all ? plus could you add a dpi changer or smthg to it ?
thank you
Ayman.y88 said:
Congratz man on the rom.
could you please upload some pics regarding the rom ?
there is no touchwiz launcher at all ? plus could you add a dpi changer or smthg to it ?
thank you
Click to expand...
Click to collapse
yea.. touch wiz launcher was removed.. and goal is to remove not add lol. changing dpi can cause too many issues.. i will get some screen up.. they are ftom vzw but same rom
Sent from my SM-G900V using XDA Premium HD app
A few issues I've noticed stock email is missing as well as the stock calendar maybe I'm missing these or blind please advise
As long as you back them up and restore them, you should be good to go. You can also look around for the apk and push it.
galaxy s4 nutjob said:
A few issues I've noticed stock email is missing as well as the stock calendar maybe I'm missing these or blind please advise
Click to expand...
Click to collapse
When you say stock email. Do you mean corporate email or gmail? I want to flash this but cant lose my work email whatsoever .
Tested on ART and restored a TiBu. Running perfect so far!

[MOD] 3Minit Battery - Read OP - Request Only! - LP / 6.0 [12/10/15]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PLEASE READ OP​
This is the work of @gharrington and the 3Minit Team, please see the original thread HERE, or HERE, I only compiled for users that are unfamiliar with the use of apktool, head over to his thread and thank him if you haven't already!
------------------------------------------------------------------
VIDEO ADDED UNDER INSTALL - METHOD 2 - Video by @jolly_roger_hook
------------------------------------------------------------------
~~~I no longer have the Nexus 6, but I will continue to support this thread. At the very minimum, please post the ROM link and exact version of that ROM you are running. If you don't post it, it creates more work for the team. Help us help you
This will give you the option of choosing between over 1100 different battery images!!!​
------------------------------------------------------------------------------
Screenshots - Informational, Tips, and Tricks
------------------------------------------------------------------------------
Take Full Advantage of 3Minit. You can adjust the size of the battery in the settings menu by changing the offset. Experiment and have fun!!
---------------------------------
To Install:
---------------------------------
Begin by Downloading the zip file below for whatever version your running or request update if not added
or
Make a flashable zip yourself with instructions below
Method 1 :
1. Reboot phone into TWRP
2. Wipe Dalvick Cache / Cache
3. Go To Install
4. Flash Zip
5. Reboot and Enjoy
Method 2:
(Only if you have force close issues from Method 1)
1. Reboot into TWRP
2. Go to mount and mount system
3. Go to advanced then file manager locate your system UI(system/priv-app/systemui/systemui.apk) and deleted it then flash the zip
4. Free version of app here 3MinitBatterySettings.apk
INSTALL VIDEO TUTORIAL CLICK HERE
Method 3 :
(If Method 1 or 2 Fail)
1. Download the zip file for your ROM in download section
2. Extract the SystemUI.apk and MinitBatteryResources.apk from the zip
3. Copy these 2 files to your phone
4. Navigate to /system/app with Root Explorer
5. Create a folder named MinitBatteryResources
6. Copy MinitBatteryResources.apk inside of that folder
7. Set permissions to rw-r-r or 0644
8. Navigate to /system/priv-app/SystemUI
9. Copy the modded SystemUI.apk attached to this post
10. Set permissions to rw-r-r or 0644 (If it reboots before you can do that, just set permissions after pgone reboots)
11. Reboot phone and hopefully you are good to go!
ATTENTION: USEFUL INFO - DON'T IGNORE - (KEEP IN MIND I USE THE PAID VERSION SO I DON'T KNOW WHAT FREE ONE DOESN'T HAVE
If the battery seems small, you can change the offset to make it larger so it's not so tiny you can't see it. The Offline batteries that are included, they seem to be perfect size all together. Just tinker around with it, that's just the size I use
For Batteries that you download by Colourable, You have to move the slider down to zero on Battery Text Colour or a percentage will be over top of that battery. Additionally, the mid level color I set to zero or else it will turn yellow at 50%. I turn it to zero and I actually use the 25% slider. You can put them all to zero if you like and the battery will do what it is meant to do. This only applies to the Colourable one's. The slider will not even adjust for different Batteries. See the Screenshot below
**Please report any issues you have...in a kindly manner
----------------------------
DOWNLOAD SECTION
----------------------------
LOLLIPOP ROMS
Request ONLY NOW
**If you decide that this mod isn't for you...Request a removal zip. You must state your ROM, current version of that ROM, and provide a link to the OP. If you do not do this I will ignore your request. Not trying to be mean about it, just don't have time to ask over and over. Help me help you
MARSHMALLOW ROMS
1. Pure Nexus ROM
Current Version - pure_nexus_shamu-6.0-20151121
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
2. Lite ROM
Current Version - MRA58R-Lite-6.0r3-11052015
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
3. xTRaSmooth ROM
Current Version - xTRaSmooth_MRA58R_Shamu_19.11.2015
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
4. Roasted Marshmallow
Current Version - Roasted_Marshmallow_v1.0_MRA58K
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
5. JDX ROM
Current Version - jdx-shamu-4.0.1
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Free Version w/ Center Clock - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
Download Paid Version w/ Center Clock- (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
7. Chroma ROM
Current Version - chroma_shamu-2015-12-7
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
8. SinLess ROM
Current Version - SinLessROM_v9.0.0_M_Shamu
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
9. Minimus ROM
Current Version - minimus_shamu-2015-10-13
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
10. UberMallow ROM
Current Version - uber_shamu-2015-11-16
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
11. N6ShamuM ROM
Current Version - N6ShamuM_v2.0.0
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Free Version w/ Center Clock - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
Download Paid Version w/ Center Clock - (If You didn't buy the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
12. Cataclysm ROM
Current Version - CataclysmMod-Nov_20_2015-SHAMU-MRA58R_Beta
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
13. Benzo-Zerosix ROM
Current Version - benzo-sixzerozero-20151116-0610-shamu
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
14. Dirty Unicorns
Current Version - DU_shamu_6.0_20151104-2122.v10.0-TEST
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
15. crdroid
Current Version - crdroid-6.0.0-20151114-shamu
Download Free Version - (If You didn't buy the 3Minit App) HERE
Download Paid Version - (If you already purchased the 3Minit App) HERE
(For PAID VERSION ONLY - After Flashing zip, download 3Minit paid version from playstore if you have not already done so)
**If you decide that this mod isn't for you...Request a removal zip. You must state your ROM, current version of that ROM, and provide a link to the OP. If you do not do this I will ignore your request. Not trying to be mean about it, just don't have time to ask over and over. Help me help you
---------------------------------
HOW TO DO IT YOURSELF
---------------------------------
If you want to do this yourself, you will need to have a deodexed ROM that you are working with. If you know how to deoedex that's good for you, but if you are not able to do that, and the ROM is not deodexed, then you are out of luck. There are smali files that you need to add to the system ui which are only found in deodexed APKs
Recommended Tools: Notepad ++, Advanced APK Tool, 7zip
1. You need to download the Smali FIles for APK Tool 2.x.x which can be found at http://www.3minit.com/
2. From Root Explorer - Copy Your SystemUI.apk and framework-res.apk to your SD Card
3. Pull SystemUI.apk and framework-res.apk off your phone and on your Computer
Extremely Important (Note: Use 7zip to extract META-INF folder and AndroidManifest.xml to Desktop before you decompile)
4. Install the Framework and decompile your SystemUI.apk (This requires Decompile knowledge - You should know what I am talking about)
5. Once decompiled, navigate to res/layout/system_icons.xml and open with notepad ++
6. Find:
Code:
android:layout_width="9.5dip"
and
Code:
android:layout_height="14.5dip"
Note: These values may not be an exact match, doesn't matter
Change both values to
Code:
android:layout_width="[COLOR="Red"]0.0dip[/COLOR]"
and
Code:
android:layout_height="[COLOR="red"]0.0dip[/COLOR]"
7. Hit enter and directly underneath that line add:
Code:
<com.android.systemui.statusbar.policy.MinitBattery android:layout_width="wrap_content" android:layout_height="wrap_content" />
Code:
[COLOR="red"][/COLOR]
8. Save your work and close notepad ++
9. You now to need to navigate to smali/com/android/systemui/statusbar/policy folder
10. Copy the 4 smali files into that policy folder
11. Time to recompile the SystemUI.apk
12. Once Compiling of SystemUI.apk is complete, open archive with 7zip (DON'T EXTRACT)
13. Delete META-INF folder and AndroidManifest.xml from newly compiled SystemUI.apk
14. Add the originals from Step 3
15. Download the 3Minit_Battery_free_NameYourZip.zip or 3Minit_Battery_paid_NameYourZip.zip (This will be your Flashable Zip)
16. Use 7zip to open NameYourZip and navigate to system/priv-app/SystemUI
17. Drag the Newly Compiled Completed SystemUI.apk into system/priv-app/SystemUI
18. Your Zip can now be flashed... Name the Zip whatever You want!!
Don't worry, if you need help because you are having issues, post your SystemUI.apk and framework-res.apk and give me the exact ROM and version you are running so we can help. I make no promises.
I am also not teaching how to Deodex or Decompile an APK....You must have knowledge in that area to do this...Good luck
If the battery seems small, you can change the offset to make it larger so it's not so tiny you can't see it. The Offline batteries that are included, they seem to be perfect size all together. Just tinker around with it, that's just the size I use
For Batteries by Colourable, You have to move the slider down to zero on Battery Text Colour or a percentage will be over top of that battery. Additionally, the mid level color I set to zero or else it will turn yellow at 50%. I turn it to zero and I actually use the 25% slider. You can put them all to zero if you like and the battery will do what it is meant to do. This only applies to the Colourable one's. The slider will not even adjust for different Batteries. See the Screenshot below
**Please report any issues you have...in a kindly manner
Give Thanks To:
@gharrington - For the Awesome MOD and hardwork
@BDFreak - For the Awesome APK Tool
@jolly_roger_hook - For Maintainig the OP and Running it while @bdorr1105 Was gone
@1Zero3forlife - For Helping me with others and providing help to others
@twcobra - For helping keep ROMS up to date for the team
@serch826 - For helping keep ROMS up to date for the team, testing, and troubleshooting
XDA:DevDB Information
3Minit Battery for Nexus 6, ALL ROMs for the Nexus 6 - created by @gharrington
Contributors
gharrington, bdorr1105, jolly_roger_hook, Twcobra, serch826
Version Information
Status: Stable
Current Stable Version: 4.0.1
Stable Release Date: 2015-11-03
Created 2014-06-30
Last Updated 2015-11-03
I've downloaded and flashed the zip, installed the app from the Play Store. Choose a battery style, and apply after download option. Battery doesn't change. Any tips?
It's all just an illusion
trickster2369 said:
I've downloaded and flashed the zip, installed the app from the Play Store. Choose a battery style, and apply after download option. Battery doesn't change. Any tips?
It's all just an illusion
Click to expand...
Click to collapse
I believe I found the issue and it looked to be with the zip, I do not believe it replaced the old systemUI.....I updated the zip it should work now...
EDIT**** Zip was the problem - It works now -------> Double check to see for all of thos who flashed if there is a loose systemui in your /system/priv-app folder. If so delete it
Working rock solid now. Thanks for sharing.
It's all just an illusion
trickster2369 said:
Working rock solid now. Thanks for sharing.
It's all just an illusion
Click to expand...
Click to collapse
Thanks glad it is working
What do you mean by a loose systemui?
dave2metz said:
What do you mean by a loose systemui?
Click to expand...
Click to collapse
Instead of it being in the SystemUI folder inside of priv-app, it was just loose inside the priv-app folder which is why it was not working. The correct modded SystemUI should be in /system/priv-app/SystemUI/SystemUI.apk
Sent from my Nexus 6
I have been trying to get this work for a long time. Do u think u can mod one for a different ROM if I provide the systemui ?
Thanks
aalupatti said:
I have been trying to get this work for a long time. Do u think u can mod one for a different ROM if I provide the systemui ?
Thanks
Click to expand...
Click to collapse
I need your systemui and framework as well... Tell me what ROM and Android version and I should be able to
Sent from my Nexus 6
Thanks...
Here are the files
https://www.dropbox.com/s/s5vuygdjamc4t30/SystemUI.apk?dl=0
https://www.dropbox.com/s/6zf4pmcdh0gg478/framework-res.apk?dl=0
I am on blisspop ROM v3.2
Vindicator's kernel
Android 5.1.1
Thanks
bdorr1105 said:
I need your systemui and framework as well... Tell me what ROM and Android version and I should be able to
Sent from my Nexus 6
Click to expand...
Click to collapse
aalupatti said:
Thanks...
Here are the files
https://www.dropbox.com/s/s5vuygdjamc4t30/SystemUI.apk?dl=0
https://www.dropbox.com/s/6zf4pmcdh0gg478/framework-res.apk?dl=0
I am on blisspop ROM v3.2
Vindicator's kernel
Android 5.1.1
Thanks
Click to expand...
Click to collapse
What version of 3.2 and is the rom deodexed?
Sent from my Nexus 6
May 8th. Deodexed
aalupatti said:
May 8th. Deodexed
Click to expand...
Click to collapse
Ok I will try and give it a shot.
@aalupatti here is the zip....Give it a try DOWNLOAD
Make sure you back up current setup in Recovery
Sent from my Nexus 6
bdorr1105 said:
Ok I will try and give it a shot.
@aalupatti here is the zip....Give it a try DOWNLOAD
Make sure you back up current setup in Recovery
Sent from my Nexus 6
Click to expand...
Click to collapse
Works perfect. Your are my new star... Thank you so much.. I was trying to get this to work for the past many months....
I am going to post this in the blisspop rom thread.
aalupatti said:
Works perfect. Your are my new star... Thank you so much.. I was trying to get this to work for the past many months....
I am going to post this in the blisspop rom thread.
Click to expand...
Click to collapse
No problem man, glad its working. I have had my bumps and bruises with it as well
Updated OP
Updated to latest version of AOSiP
- Enjoy
bdorr1105 said:
Updated to latest version of AOSiP
- Enjoy
Click to expand...
Click to collapse
Thanks Greeze Machine! Works like a charm!
would you do this for euphoria rom it is 5.1.1
https://www.dropbox.com/s/ob9imk3mxoy3ekn/SystemUI.rar?dl=0
jerrycoffman45 said:
would you do this for euphoria rom it is 5.1.1
Click to expand...
Click to collapse
Yes I would if you send me your system ui and framework res
bdorr1105 said:
Yes I would if you send me your system ui and framework res
Click to expand...
Click to collapse
thanks uploaded a link in my orignal post

Categories

Resources