3minit battery mod - Samsung Galaxy Note 8 Questions and Answers

Has anyone found a way to enable 3minit battery mod. I've checked the s8 forum with no dice. If anyone has found a option to enable, can you link us in the right direction, thanks

"Found a way!?" I's compatible to all Phones. The only "requirements" is that somemod mod the SystemUI( also decompile apk, put smalis in, add values to statusbar.xml then recompile and sign )
I mod the SystemUI by myself because actually no ROM use this mods.....i've made a flashable zip. 3 minit clock / battery....But its ONLY! for RENOVATE 1.1.
Which Rom you use?
Look at my Post here ;
https://forum.xda-developers.com/showpost.php?p=74001577&postcount=86

Bushido1992 said:
"Found a way!?" I's compatible to all Phones. The only "requirements" is that somemod mod the SystemUI( also decompile apk, put smalis in, add values to statusbar.xml then recompile and sign )
I mod the SystemUI by myself because actually no ROM use this mods.....i've made a flashable zip. 3 minit clock / battery....But its ONLY! for RENOVATE 1.1.
Which Rom you use?
Look at my Post here ;
https://forum.xda-developers.com/showpost.php?p=74001577&postcount=86
Click to expand...
Click to collapse
Pls share your Zip

Tomas1516 said:
Pls share your Zip
Click to expand...
Click to collapse
zip is included at the post, but only for Renovate Rom with actually version 2.3 ( i've updatet as a User Request)
Sent from my Galaxy Note 8 using XDA Labs

Related

[Q] Milestone2 2.3UI framework-res.apk

I just edit the framework-res.apk for my milestone2,
it have a black status bar now
but the text-color still black,I try deodex the services.odex ,edit it and smali
insert classes.dex into services.jar
adb push services.jar /system/framework
but it doesn't work... and cann't boot~~
what's the right way to deodex it?
I'm having problems deodexing too...
I used dsixda's Android Kitchen to deodex the framework from my system.img (created a blank boot.img to be able to load the files), but can't deodex android policy and service. They're the only two apks I can't deodex.
Someone could post a tutorial or already patched files.
Sent from my Milestone 2 XDA App
http://forum.xda-developers.com/showthread.php?t=765270
PS: Could a mod put this into Dev Forum of MS2 ? Since deodexing & Framework stuff is less or more developing..
I'm having black bar since the second day of my phone...
so if u don't want to bother:
download metamorph from market and open this file and apply:
http://www.megaupload.com/?d=YQ8CDVBU
you have to be rooted!
not my work somebody made it here on xda i just couldn't find the threat now...
Hi
Do anyone know wich Gingerbread Notification Bar can I use in my Milestone 2?
I installed the one posted by elfodd and I don't really like.
Thanks!
hey,,,u know how install burhome.apk, launcher in edited rom argen2stone ??i hope u so much that u can help me with this...thanks
elfodd said:
I'm having black bar since the second day of my phone...
so if u don't want to bother:
download metamorph from market and open this file and apply:
http://www.megaupload.com/?d=YQ8CDVBU
you have to be rooted!
not my work somebody made it here on xda i just couldn't find the threat now...
Click to expand...
Click to collapse
It works but clock and date (and operator also) are still black instead of white

CRT Animation XXKK9 CWM3

Only for Stock 2.3.6 XXKK9
Flash per CWM
Download:
CRT-ON
http://www.file-upload.net/download-3920544/CRT-XXKK9-CWM3.zip.html
http://www.2shared.com/file/_q2vviof/CRT-XXKK9-CWM3.html
CRT-OFF (STOCK)
http://www.file-upload.net/download-3920586/CRT-XXKK9-CWM3-Stock.zip.html
http://www.2shared.com/file/NuG_1MiT/CRT-XXKK9-CWM3-Stock.html
What about KKA? Will it work?
Hello,
is KKA the firmware version or baseband?
EDIT:
KKA is the firmware version ... no is only for the KK9
Baseband is KK5, build number is KKA.
Can't download from phone, will try again when I get to a computer
Sent from my GT-N7000 using XDA App
what is the crt animation???
the website doesnt work to download the file
Derjan23 ,
Would you mind telling me what files you modified to get the crt effect. I want to recompile my framework res (I'm on KK1).
Or else point me to a giude for acheiving this.
Thanx a million.
1. Decompile the framework-res.apk with Apk-Manager
2. Edit res/values/bools.xml
3. Search for "config_animateScreenLights" and change the "true" to "false".
4. Compile with Apk-Manager (System-App)
5. Make a update.zip with the new framework-res.apk
Would like this too on KKA!
EDIT: Never mind! Got it working through this thread: http://forum.xda-developers.com/showthread.php?t=1349149&highlight=crt
Sent from my GT-N7000 using xda premium
Derjan23
Thnx so much for those easy instructions. Got the CRT off working no problem.
However, I really want the CRT on effect as well and I see u got a framework here with it. Would you mind sharing what stuff to extract from the CRT-ON fw-res, in order to apply it to my own modded KK1.
Cheers mate.
works the crt effect after you make a screenshot with the s-pen or home+power ?
framework-res.apk too big for UOT kichen
framework-res.apk is too big to be imported in UOT kitchen (limited to 14000k) to include any battery custmomisation. Original KK9 framework-res.apk is 11828k. The one including CRT ON is 17200k. Why a so big difference ?

[How To]Ripple Lockscreen for 31XX,51XX + Transparent Status Bar for 31XX

I have had some people asking how to get the Samsung Ripple Lockscreen working so I thought I would add a small guide here how to do it so it can be done to any JB Samsung based ROM for both 31XX and 51XX tab 2s as has been tested on both. Tested on 4.1.2 but not on 4.1.1 but should still work for that too. This is the first how to I have done so sorry if it is not very good
Prerequisites
Deodexed Jelly Bean Samsung Based Rom
Apktool
Text Editor eg notepad++
Knowledge how to decompile and build apks and jars
You will need two files from the system/framework of your rom
1.framework-res.apk
2.services.jar
Framework-res.apk Changes
Decompile framework-res.apk
Navigate to folder framework-res/res/values
Open bools.xml in a text editor
look for
Code:
<bool name="config_isWaterRippleEnabled">false</bool>
and change to
Code:
<bool name="config_isWaterRippleEnabled">true</bool>
That is all for the framework-res.apk so build framework-res and copy across the META-INF folder from your original framework-res.apk to the newly compiled framework-res.apk and that is ready to go.
This will now give you the option in lockscreen settings to select ripple effect but depending on the base your wallpaper may be hidden with ripple effect enabled so to fix that you need to mod services.jar
Services.jar Changes
Download the attached WindowAnimator.zip
Extract WindowAnimator.smali from zip
Decompile services.jar
Navigate to smali/com/android/server/wm
Replace WindowAnimator.smali with the one attached
That is all that is needed for services.jar so build services.jar and it is ready to go
This will make your wallpaper visible when ripple lockscreen is selected.
Put the files in a flashable zip and flash in cwm or twrp recovery, push to system/framework or copy into system/framework which ever you prefer doing, personally I always just flash them in custom recovery so you can use the attached zip and and place your modded files inside and flash if you wish
Note
Same WindowAnimator.smali can be used for both 31XX and 51XX I have used it in both my roms for 31XX and 51XX
Ripple Lockscreen does not work with live wallpaper set as lockscreen wallpaper
This is only for Deodexed Samsung Based Jelly Bean roms
Feel free to include this in your rom just give credits.
How To Have Transparent SystemUI For 31XX
All changes are done to SystemUI.apk so you need to decompile it and apply the following changes below
Open res/layout/twsuperstatusbar.xml
Change this
Code:
android:background="#ff000000"
To this
Code:
android:background="#00000000"
Then open res/values/drawables.xml
Change this
Code:
<item type="drawable" name="status_bar_background">#ff1e1e1e</item>
To this
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
This is for full transparent status bar but you can change the colour code in drawables to any shade of transparency or another colour if you want
This is all that is needed to have the status bar show transparent
To have a transparent background for the pull down or to have any picture you like these changes are required.
Open res/layout/twstatusbarexpanded.xml
Change this
Code:
android:background="@drawable/notification_panel_bg"
To this
Code:
android:background="@drawable/tw_notification_panel_bg"
Download the attached png called tw_notification_panel_bg.png and add it to res/drawable-mdpi
This is all that is needed to make the drop down window transparent or to any picture you like.
If you want other parts set to transparent as well in the dropdown for example the notifications title, where the date is etc you will need to
Open res/layout/twstatusbarexpanded.xml
Look for all
Code:
android:background="#colorcode"
Change to this
Code:
android:background="#00000000"
If you want to change the quick settings buttons background then you need to edit the png labelled tw_quick_panel_quick_setting_button_bg_normal.9 to a transparent one as well as for the tw_status_bar_close_off.png and tw_status_bar_close_on.png they can be changed to a transparent image as well so you will pretty much have a full transparent SystemUI
Very good, i'll try this in MicroDelta ROM... :good:
EDIT: Already modded service.jar but having troubles to recompile framework-res.apk (I really don't know how to do it, googled it but all
methods didn't worked)
Please, someone that knows how to recompile it... here's the link for decompiled and modded Microdelta's framework! thnx
http://www.mediafire.com/?931j5x50bfujwa9
Narciso Neto said:
Very good, i'll try this in MicroDelta ROM... :good:
EDIT: Already modded service.jar but having troubles to recompile framework-res.apk (I really don't know how to do it, googled it but all
methods didn't worked)
Please, someone that knows how to recompile it... here's the link for decompiled and modded Microdelta's framework! thnx
http://www.mediafire.com/?931j5x50bfujwa9
Click to expand...
Click to collapse
try "apktool if framework-res.apk" and then try recompiling. @op Thanks for the guide. I'll try it once I get my tab back. "Is Water Ripple Enabled" XD lazy samsung.
Luigi2012SM64DS said:
try "apktool if framework-res.apk" and then try recompiling. @op Thanks for the guide. I'll try it once I get my tab back. "Is Water Ripple Enabled" XD lazy samsung.
Click to expand...
Click to collapse
Already tried that, and another 5 methods that i saw in google, tried updating java... still not recompiling!
Anyway, when you do it for your tab... plz post your framework,
Narciso Neto said:
Already tried that, and another 5 methods that i saw in google, tried updating java... still not recompiling!
Anyway, when you do it for your tab... plz post your framework,
Click to expand...
Click to collapse
@Narciso Neto Edit: my guess is that you didn't do "apktool if twframework-res.apk".
https://www.dropbox.com/s/oli9s7lxx7h3xmo/framework-res.rar
Luigi2012SM64DS said:
@Narciso Neto Edit: my guess is that you didn't do "apktool if twframework-res.apk".
https://www.dropbox.com/s/oli9s7lxx7h3xmo/framework-res.rar
Click to expand...
Click to collapse
Yes i did, with the original framework-res.apk and with twframework-res.apk...
My guess is that have something wrong with my PC.
Thnx for the framework...
EDIT: Bootloop, --'
EDIT²: That's my .zip file that i've flashed with CWM and got Bootloop, what's wrong?
http://www.mediafire.com/?xk2t7rbgn2z1cyd
txr33 said:
I have had some people asking how to get the Samsung Ripple Lockscreen working so I thought I would add a small guide here how to do it so it can be done to any JB Samsung based ROM for both 31XX and 51XX tab 2s as has been tested on both. Tested on 4.1.2 but not on 4.1.1 but should still work
Click to expand...
Click to collapse
Hey bro thanx for tutorial.
I have a questions:
which framework-res.apk to use???
There it shows three framework
A. Framework-res.apk
B. Framework-res2.apk
C. Twframework-res.apk
And please check your pm
Sent using xda app-developers app
Narciso Neto said:
Yes i did, with the original framework-res.apk and with twframework-res.apk...
My guess is that have something wrong with my PC.
Thnx for the framework...
EDIT: Bootloop, --'
EDIT²: That's my .zip file that i've flashed with CWM and got Bootloop, what's wrong?
http://www.mediafire.com/?xk2t7rbgn2z1cyd
Click to expand...
Click to collapse
You made the android policy changes right?
Sent from my GT-P3113 using Tapatalk HD
Luigi2012SM64DS said:
You made the android policy changes right?
Sent from my GT-P3113 using Tapatalk HD
Click to expand...
Click to collapse
I really dn't know what are talking about...
anyway, what I did:
-decompiled framework-res.apk >> edited bool.xml using Notepad++
-decompiled services.jar >> replaced the file
-downloaded the zip that you uploaded
-copied META-INF folder from the original framework-res.apk to new that you uploaded
-put services.jar and framework-res.apk in the zip
-flashed using CWM...
BOOTLOOP :silly:
Sorry i mean't the services.jar not android policy.
Anyways. you did wrong. I'll upload a flashable zip once i get home. At school right now.
Luigi2012SM64DS said:
Sorry i mean't the services.jar not android policy.
Anyways. you did wrong. I'll upload a flashable zip once i get home. At school right now.
Click to expand...
Click to collapse
Thanks...
Sent from my GT-P3110 using xda app-developers app
I apologize. I uploaded this earlier but forgot to post it here. Sorry.
https://www.dropbox.com/s/hgrjy88ghqcy1io/MicroDelta-JB-4.1.2-P3110XXDMC2-JB-ripplelockscreen.zip
Heres the ripple lockscreen for MicroDelta 4.1.2. Flashable with any recovery that supports updater-script's(Every single recovery ever made for gtab2 will work.).
Luigi2012SM64DS said:
I apologize. I uploaded this earlier but forgot to post it here. Sorry.
https://www.dropbox.com/s/hgrjy88ghqcy1io/MicroDelta-JB-4.1.2-P3110XXDMC2-JB-ripplelockscreen.zip
Heres the ripple lockscreen for MicroDelta 4.1.2. Flashable with any recovery that supports updater-script's(Every single recovery ever made for gtab2 will work.).
Click to expand...
Click to collapse
uhmm, I flashed your zip via CWM and i got bootloop... AGAIN! :silly:
did you flashed this on your Tab?
EDIT: tried flashing via TWRP, but stilll giving bootloop
I didn't test it. I don't have the time. Sorry. I guess no ripple for MicroDelta.
Luigi2012SM64DS said:
I didn't test it. I don't have the time. Sorry. I guess no ripple for MicroDelta.
Click to expand...
Click to collapse
Thnx amyway.. i'll give a try on another stock based rom
Sent from my GT-P3110 using xda app-developers app
Droidlover123 said:
Hey bro thanx for tutorial.
I have a questions:
which framework-res.apk to use???
There it shows three framework
A. Framework-res.apk
B. Framework-res2.apk
C. Twframework-res.apk
And please check your pm
Sent using xda app-developers app
Click to expand...
Click to collapse
I don't know why you have framework-res2.apk as Samsung roms do not have that but you need the first one framework-res.apk
Narciso Neto said:
Thnx amyway.. i'll give a try on another stock based rom
Sent from my GT-P3110 using xda app-developers app
Click to expand...
Click to collapse
Can you upload the unmodded services.jar and framework-res.apk from the rom and I will have a look at it.
txr33 said:
Can you upload the unmodded services.jar and framework-res.apk from the rom and I will have a look at it.
Click to expand...
Click to collapse
Here it is, MicroDelta's original framework-res and services.jar....
https://www.dropbox.com/s/rxi4n2pposd0a8k/framework%20files%20unmodded.zip
Narciso Neto said:
Here it is, MicroDelta's original framework-res and services.jar....
https://www.dropbox.com/s/rxi4n2pposd0a8k/framework%20files%20unmodded.zip
Click to expand...
Click to collapse
try this flash in recovery
https://www.dropbox.com/s/0325heiverhe45w/MicroDeltaRippleLock.zip
txr33 said:
try this flash in recovery
https://www.dropbox.com/s/0325heiverhe45w/MicroDeltaRippleLock.zip
Click to expand...
Click to collapse
Downloading to try... Thnx!
EDIT: it booted, but when i set the ripple lock option in settings, walpaper is blank, even after i try to set another one wallpaper...
Screenshot:
Sent from my GT-P3110 using xda app-developers app
Narciso Neto said:
Downloading to try... Thnx!
EDIT: it booted, but when i set the ripple lock option in settings, walpaper is blank, even after i try to set another one wallpaper...
Screenshot:
Sent from my GT-P3110 using xda app-developers app
Click to expand...
Click to collapse
Sorry I think I must have put the wrong services.jar in. Flash this https://www.dropbox.com/s/1tuq5jgjlyzwxt0/Services.jarcwm.zip includes just the services.jar

[Q] Include Lidroid notification toggles v2 in SystemUI.apk

Hi to all. I want to include Lidroid Toggles v2 in Warrior Rom SystemUI.apk with SystemUIsettings.apk. Someone could tell me what are the files to modify? Thanks
gorneman said:
Hi to all. I want to include Lidroid Toggles v2 in Warrior Rom SystemUI.apk with SystemUIsettings.apk. Someone could tell me what are the files to modify? Thanks
Click to expand...
Click to collapse
Is Lidroid Power Widget already included in your rom (I think this is the case) ? Do you want to change only the icons ?
Yes, lidroid included, but I suppose version 1.
I want to update it to version 2 and replace icons with these. And add SystemUIsettings.apk.
I decompiled SystemUI.apk and changed icons, but do not work.Thanks for the help
gorneman said:
Yes, lidroid included, but I suppose version 1.
I want to update it to version 2 and replace icons with these. And add SystemUIsettings.apk.
I decompiled SystemUI.apk and changed icons, but do not work.Thanks for the help
Click to expand...
Click to collapse
- First download XperiaT_JB_NotificationWidget_v2.
- Then extract SystemUI.apk from this zip.
- Open SystemUI.apk with Winrar (don't extract anything just open).
- Go in res/drawable-xhdpi
- remove the old icons and copy the new ones
- close Winrar
- copy SystemUI.apk in the zip
- flash the zip
- Enjoy
nreuge said:
- First download XperiaT_JB_NotificationWidget_v2.
- Then extract SystemUI.apk from this zip.
- Open SystemUI.apk with Winrar (don't extract anything just open).
- Go in res/drawable-xhdpi
- remove the old icons and copy the new ones
- close Winrar
- copy SystemUI.apk in the zip
- flash the zip
- Enjoy
Click to expand...
Click to collapse
I did it, but I can't access settings (Icon is gone from drawer)
gorneman said:
I did it, but I can't access settings (Icon is gone from drawer)
Click to expand...
Click to collapse
Strange...
Try to flash my mod Elegance and say me if it works.
You mod is great, but I don't like nav bar buttons (I like blue, but I prefer old icons), Could I change them?
gorneman said:
You mod is great, but I don't like nav bar buttons (I like blue, but I prefer old icons), Could I change them?
Click to expand...
Click to collapse
I'll do it, with the stock buttons
nreuge said:
I'll do it, with the stock buttons
Click to expand...
Click to collapse
nreuge I love the sony style icons and I really want to get them working on my xperia t with lidroid v1 however I have tried and tried with apktool and then with the opeining the systemui.apk in winrar and dropping the png files into there but I am still left with the original style icons.
Would you please be kind enough to make me a .zip with the sony style icons in the v1 lidroid please it would help me out alot as I love the mod, but want to keep my phone looking the sony style.
Thank You
dougie175 said:
nreuge I love the sony style icons and I really want to get them working on my xperia t with lidroid v1 however I have tried and tried with apktool and then with the opeining the systemui.apk in winrar and dropping the png files into there but I am still left with the original style icons.
Would you please be kind enough to make me a .zip with the sony style icons in the v1 lidroid please it would help me out alot as I love the mod, but want to keep my phone looking the sony style.
Thank You
Click to expand...
Click to collapse
Ok, try the attached mod. It's v2 with Sony style icons. No reason that v2 wouldn't work with your rom (with service.jar unsigned, it can be the reason of your previous failures).
nreuge said:
Ok, try the attached mod. It's v2 with Sony style icons. No reason that v2 wouldn't work with your rom (with service.jar unsigned, it can be the reason of your previous failures).
Click to expand...
Click to collapse
Thank You so much, works perfect and looks superb, really happy.
dougie175 said:
Thank You so much, works perfect and looks superb, really happy.
Click to expand...
Click to collapse
No need to say thanks, just click on thanks button beside my posts
nreuge said:
No need to say thanks, just click on thanks button beside my posts
Click to expand...
Click to collapse
Hehe I already did, really getting there with this phone now, if the bluetooth fix you posted works which I can test on monday all I have left to do is get to the bottom of why my phone will display having full service and work as normal, but if I try and make a call or text sometime it will randomly have no service, but I will start a new topic about that
nreuge said:
Ok, try the attached mod. It's v2 with Sony style icons. No reason that v2 wouldn't work with your rom (with service.jar unsigned, it can be the reason of your previous failures).
Click to expand...
Click to collapse
Does this work on any ROM? Like stock ROM?
peter-k said:
Does this work on any ROM? Like stock ROM?
Click to expand...
Click to collapse
It has worked beautifully on deodexed .141 and deodexed .145 for me
dougie175 said:
It has worked beautifully on deodexed .141 and deodexed .145 for me
Click to expand...
Click to collapse
Yes, it should work on all JB stock rom rooted & deodexed.

[[GUIDE]][[MOD]]How To Add MOD SystemUI In Stock Rom

This Is The Mod Which I Made By Myself..And Till Yet I Dint See This Guide In Galaxy Y/Y Duos Dev Thread/Forums
Hope So I Am The First One
Do You All Wanna Use MoD SystemUI By Kenjboy On Odexed Stock Rom..Mainly Those Which Have Swipe2Remove Feature...??
If Yes Then Just Keep Open Your Eyes Its Gonna Be Very Interesting.When I Will Manually Tell You-How To Add This On Odexed Stock Rom
REQUIREMENTS :-
Freshly DeOdexed Stock Rom..(I Used DDLG1 Deodexed Firmware)
XDuos's(Custom Rom=Xduos V3 2.0) Framework.jar Coz ICS Bars Framework Doesnt Boot Up When Odexed
Apktool (Mobile Version) [Its Not So Important]
14 toggles black
In Case If Your Status bar Is Gone
Link---- http://forum.xda-developers.com/attachment.php?attachmentid=1404835&d=1350337506
Mod SystemUI
Link--- http://forum.xda-developers.com/showthread.php?t=2364522
Rom-Odexer For Galaxy Y
Link--- https://www.box.com/s/lcmvrakwugd6n5cwllq5
Root Explorer
STEPS >=< Follow It Carefully
*** [For Bricked Results I Will Not Be Held Responsible] [[Cwm Backup Is Must]]
No Brick Should Occur If You Follow Carefully***
1.Install Deodexd Firmware
2.Extract ICS Bars,Then Delete Framework Folder In It Again Make Zip and ReInstall Ics Bars Mod By Kenjboy **I Used V3 Swipe2Remove+Battery Percent**
If You See Your Status Bar Gone After Installing..Then Just Install 14-black toggles For Stock Rom...And After That Only Again Install The ICS Bars(The Zip Which You Made Just Recently ...Without Framework folder)
3.Use Root Explorer...Open Xduos V3 2.0 Custom Rom.Copy Framework.jar
System>Framework>framework.jar
Copy It To Anywhere On Sd Card
4.Now make Odex of Your Installed SystemUI By Apktool.apk
**Check For The Odex Files Below**
Extract The Required Zip File And rename it to SystemUI.odex
5.Copy The SystemUI.odex File In System/app/Here **No Need Of Setting Permissions**
6.Then Now Make Flashable Zip Of framework.jar Extracted From Xduos Rom and Install It Through CWM
**Or Else You Use Root Explorer To Move It In System/framework/Here
It Will Replace The Stock Framework**No
7.Now Its All Done ..Just Reboot Into Recovery....And Flash Rom-Odexer-For Galaxy Y's Script...Which Will Odex Your Stock Rom For More Free Internal Space..
Now Its Finally Completed
CREDITS
Kenjboy For Awesome SystemUI Mod
If I Dint Mention Any1 Of Yours then please post here I Will Add Too
Enjoy And Press Thanks If I Helped You
where are the credits for 14toggles black?
-CALIBAN666- said:
where are the credits for 14toggles black?
Click to expand...
Click to collapse
Who Is The Dev Of 14 toggles black..Is It U??
you see the name in thread where i have posted it!its from Kundal,but dont mind me ididnt want to flame,its only a suggestion for prevent some problems bro.
-CALIBAN666- said:
you see the name in thread where i have posted it!its from Kundal,but dont mind me ididnt want to flame,its only a suggestion for prevent some problems bro.
Click to expand...
Click to collapse
I dnt knw any1..I Just Found It In Xda Thread and Downloaded...The toggles

Categories

Resources