CM10.1 Changed recents app window - Nexus 4 Themes and Apps

Ok after a request here i decide to give it a try to create this as i wanted too and also as i see that many asked it...this is created using as base a CM10.1 custom rom i think it will work unchanged with official CM10.1 rom but i dont think it will work with any other roms like AOKP or PA,Pacman...you need to edit it a bit to make it work...
I choose chrome based windows cause pretty like that what i wanted..you can try by changing a single .png file but you may having problems with application title..cause its coded to show in the place that chrome window have space...
Anyway this is my 2nd "Theme" called it what ever you liked
{
"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"
}
The distortion on the recent apps may caused by two reasons...
1)I have changed my dpi to 268 by editing build.prop
2)I have put wrong pixels size to thumbnails
Download
You can find more styles here
1. Stock Browser tab view style
2. Chrome Browser style
3. Black small line
Thanks @vicino for his tutorial
Thanks @evilisto for his tutorial too
I needed both tutorials to make this work!!

Ok to make this work...
1)Follow everything on here http://forum.xda-developers.com/showthread.php?t=2116735
1a)6. Go to framework-res\es\values\dimens.xml and change thumbnail height and width size to:
Here it ask you to change this two values to 160 and 240 as i do but as you can see it stretces my images so you may need to play with those values a bit!!
2)After this you need to have the two files a post...and you need to take YOUR APK same xml's and compare them with mine...for this i use this, i myself only edit what different on "MINE" xmls only..i left the APK'S xmls extra stuff as it is...
3)Do the same with the 2nd xml i have upload
4)Compile your apk and check your log if you had errors on compiling..
Its not extremly difficult the key part is to compare the two xml's and edit the right stuff...its not hard but need 40-45minutes to double check all the time the code on xmls!!
Have fun!

Will this work for Xylon?
[DEVICENEXUS⁴] [ROMXYLON] [KERNELFRANCO] [RECOVERYTWRP]

Nice work
Which tool you used for compilation/decompilation?
coz mine is corrupting the apk I guess :/

Can't you just make a zip we can just flash? I'm running cm10.1 as well
Sent from my Nexus 4 using Tapatalk 2

would like it to be implemented in all roms
with different styles
chrome style is elegant
would love in mac style too...

akshaybz said:
Nice work
Which tool you used for compilation/decompilation?
coz mine is corrupting the apk I guess :/
Click to expand...
Click to collapse
apkmanger
MR_XXIV said:
Can't you just make a zip we can just flash? I'm running cm10.1 as well
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
The zip is flashable!
sid21 said:
would like it to be implemented in all roms
with different styles
chrome style is elegant
would love in mac style too...
Click to expand...
Click to collapse
Systemui is the most editable file in the rom..so all the new tweaks devs add to their roms pass through this file....my base rom is a cm10.1 with a bit of tweaks..so my systemui is a way smaller than systemui from PA and all this features are missing from PA's systemui...

Can someone please post a guide that allows me to have recents apps exactly like this http://forum.xda-developers.com/showthread.php?t=1589963 ?
It respect to stock and chrome style (that is also good) in really wonderful!
at the moment i use last Rootbox nightly, could it create problems?
Thanks

Francesco46 said:
Can someone please post a guide that allows me to have recents apps exactly like this http://forum.xda-developers.com/showthread.php?t=1589963 ?
It respect to stock and chrome style (that is also good) in really wonderful!
at the moment i use last Rootbox nightly, could it create problems?
Thanks
Click to expand...
Click to collapse
This tut only have diff that used above the source code...im sorry i can't make this code to work with simple apk editing..cause it have smali files code and you have to "translate" java code to binary code!
although its a beautiful work!!

Just in case anyone is here using axiom for that other site this causes a boot loop on it
sent from my avatar hating nexus 4. space fern gully sucks.

if we can not apply that kind of "theme", we might try to recreate a style, very similar to what I was referring in the previous post? it would be awesome for us nexus 4

Related

[THEME] Clean TW Lockscreen Mod

Hi everyone!
I didn't like the animated arrows on Samsung's lockscreen, but couldn't find a mod for it here.
So I tweaked it a bit to remove the text and the arrows Here's a preview:
{
"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"
}
Includes my battery icons as a bonus
XWJPA
XWJPA (with multi-locale support)
XXJPO (with multi-locale support)
How-to:
1. Decompile framework-res.apk, navigate to \res\values\
2. do a search for strings.xml files in explorer
3. Drag and drop all the files from the search results into Notepad++
4. Find using REG expressions:
zzz_glass_lock_help_text_2.*
replace with:
zzz_glass_lock_help_text_2"> </string>
(Tip: use the "replace in all open documents" button)
5. Save all files
6. Compile apk as usual
Nice m8. Works great.
Edit: Noticed that I still have the text for swiping the screen. Did you remove only english text because mine is in finnish?
What is the name of the file you have edited to remove the wordings?
Nice
Can you also make this for JPM please?
pekkala89 said:
Nice m8. Works great.
Edit: Noticed that I still have the text for swiping the screen. Did you remove only english text because mine is in finnish?
Click to expand...
Click to collapse
Thanks for the note, here's a fixed version with support for other languages. Let me know if it works.
XWJPA Lockscreen mod with multi locale support
CQDOTCOM said:
What is the name of the file you have edited to remove the wordings?
Click to expand...
Click to collapse
For English, it's under res\values\strings.xml
Do a search in the file for zzz_glass_lock_help_text_2
You can also find other strings.xml files for various languages in other values folders (e.g. values-es)
Is it possible to get this for JM1? I would absolutely love this D:
Using your JPO Version but changed battery icon (Version E from repository)
For anyone interested..
Updateable through CWM (rename to update.zip or use install from zip option).
thank you great work!
Does it need deodexed ROM?
Sent from my GT-I9000 using Tapatalk
@Cy4n1d3 Can I use this with JPA?
xAmandilx said:
@Cy4n1d3 Can I use this with JPA?
Click to expand...
Click to collapse
As JPO and JPA seem to be mostly different in localization I would take a wild guess and say yes.
You better prepare an update.zip with your vanilla framework though better safe than sorry.
Does this work on stock ughjh2?
fluidd said:
Does this work on stock ughjh2?
Click to expand...
Click to collapse
Not at the moment, I'm waiting for the official Froyo builds to be released before making mods for them. Right now seems many are suffering from ORD (me included )
Also looking into how the pngs can be added to apks to save some work
This is exactlly what i was looking for...but now ive had it for a few days and reading other mods is there any chance you could make the extended power menu for this aswell? then it will truely be perfection...
tragusman said:
This is exactlly what i was looking for...but now ive had it for a few days and reading other mods is there any chance you could make the extended power menu for this aswell? then it will truely be perfection...
Click to expand...
Click to collapse
I agree.. i love the look of this theme..
If it included the ext. power menu.. I would use it forever.. lol
Maybe this is something that can be done by me if someone tells me how?
Also i am a noob with this stuff.. i have no idea how to install this even with instructions in thread.. So i would like to make this into a cwm flashable zip.. with the power menu added. If it's easy maybe someone could tell me how or just cook it up for me?
Damn I love that clock.
I wish there was a widget with that clock on the market,
looks very elegant
brendonsled said:
Damn I love that clock.
I wish there was a widget with that clock on the market,
looks very elegant
Click to expand...
Click to collapse
You and me both
cant find res\[email protected]
any chance to receive quick tutorial how to do this mode?
plus, does anyone know how to change the unlock limits? i feel like i need to scroll way more then i like in order to unlock the screen.

[DEVTOOL] Saint's Color Editor v1.1 (changing colors in Android XML files made easy)

Saint's Color Editor v1.1​
I developed this tool to easily edit android colors in decompiled xml files. I'm sharing it here to help other themers because personally I found changing colors in xml files as the most painful part of theming.​
{
"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"
}
Download ColorEditor.zip (v1.1)
Click to expand...
Click to collapse
Change Log
Version 1.1
* Looks up and loads named colors like @color/black from the same xml file and also interprets standard named colors
* Improved error handling​
Click to expand...
Click to collapse
How to install and use?
Pretty simple..
- Unzip ColorEditor.exe anywhere you like and run..
- You must have Microsoft .NET Framework 4 installed on your pc
- Open any android xml file that contains colors
- Click on colors you want to change and choose alternate color from the color dialog that pops up (the app will automatically identify the hex code)
- When you are done, hit File/Save or Saveas..​... as simple as that
Click to expand...
Click to collapse
Remember to thank me if I made your life easy.. Cheers..​
Thx for this mate. Ill try and give feedback. Quite nice idea i must say
Cheers,
Vertumus said:
Thx for this mate. Ill try and give feedback. Quite nice idea i must say
Cheers,
Click to expand...
Click to collapse
Redownload again.. I made a fix since some standard color hex values were not translated properly and I have also included a Undo/Redo functionality..
I don't know why this tool did not got any attention from themers, since it is quite handy.
Thanks mate, again
Very great work mate!
I'll try it!
Big!
Vertumus said:
I don't know why this tool did not got any attention from themers, since it is quite handy.
Thanks mate, again
Click to expand...
Click to collapse
people are probably used to notepads i guess
Notepad++ actually
Thanks for the tool!
Sent from my #sgs2
Very good tool definately makes changing colors easy. One question is do you use this to change the colors.xml from framework res cause i seem to just get boot loops whenever changing a couple of colours in that file even if just copy the resources file to a working framework res still get a bootloop. Not sure what to try. I only change the clock and secondary text colour. Any help would be great.
Thanks
Sent from my GT-I9100 using XDA App
Thanks Very nice tool
Thanks for the tool. Definitely a handy one to go in the collection.
txr33 said:
Very good tool definately makes changing colors easy. One question is do you use this to change the colors.xml from framework res cause i seem to just get boot loops whenever changing a couple of colours in that file even if just copy the resources file to a working framework res still get a bootloop. Not sure what to try. I only change the clock and secondary text colour. Any help would be great.
Thanks
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Yes, I use this a lot to change colors.xml and no I never had boot loops. Boot loops cannot be due to changing colors. It could be due to the way you compile the apk's. For system apk's try not to flash signed apk's. I used to get boot loops when I sign system apk's. Flash only unsigned system apk's. Hope this helps...
hi i want to change the color of like the text in messages, the text which you type out, which value should i edit in my framework color.xml?

[MOD][Jellybean OS Animations & Fonts][ONE.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"
}
I decided to combine the Jell Bean Fonts and OS animations into one zip file to flash every time I flash a new ROM. I Take NO credit for the fonts or animations the credit goes to @superleeds27 and @hikarugo as far as i know.
Click to expand...
Click to collapse
Again I thought I would share for people who would like to have just the one zip file.
All I did was combine the mods and edit the update script.
Works with all ICS ROMS
Installation:
Flash through CWM
Link to original OS Animations thread and Fonts thread
Let me know if you would like any other JB things included e.g. Boot Animation etc
great mod, works flawlessly on RB 1.6
too bad the S2 had crappy screen resolution..
oh by the way, what is that twitter client used in the screenshot?
is it work for ressurection 2.6?
Edit : its worked...thanks dev
Thank you, works very well!
Gorjess said:
great mod, works flawlessly on RB 1.6
too bad the S2 had crappy screen resolution..
oh by the way, what is that twitter client used in the screenshot?
Click to expand...
Click to collapse
That Twitter client is called Boid(Play store link) and its FREE
Enjoy it guys
not booting
Got stuck during boot. help please.
i'm runing 4.0.3 and siyah 3.3.2
Rueben_ said:
Again I thought I would share for people who would like to have just the one zip file.
All I did was combine the mods and edit the update script.
Works with all ICS ROMS
Installation:
Flash through CWM
Link to original OS Animations thread and Fonts thread
Click to expand...
Click to collapse
Have just flashed these but cant find where i change them, could someone point me in the right direction please, Thanks in advance!!
sn0wman1 said:
Have just flashed these but cant find where i change them, could someone point me in the right direction please, Thanks in advance!!
Click to expand...
Click to collapse
The fonts should change automatically and so should the animations, try switching between multitasking apps and you should notice the new animations
Thank you ..
working fine with RR 2.6
Installed earlier and working great on slim ics...really liking the font!
correct me if im wrong ?? did RRemix rom had already JB animation include but not the font right
_-xXBilanoidXx-_ said:
correct me if im wrong ?? did RRemix rom had already JB animation include but not the font right
Click to expand...
Click to collapse
Yes it is...but i love this font..
Sent from my GT-I9100 using xda premium
forgive my ignorance, can istlar in ics?
tiedradiaz said:
forgive my ignorance, can istlar in ics?
Click to expand...
Click to collapse
Yes sirr!
Sent from my GT-I9100 using Tapatalk 2
What should I back-up from my phone in case something goes wrong?
Runing XWLPG
vibecatalin said:
What should I back-up from my phone in case something goes wrong?
Runing XWLPG
Click to expand...
Click to collapse
You could download the zip and see it's folder structure and then use any filemanager with root access and copy to a safe place like your sdcard or you could use ROMToolbox. Maybe titanium can backup fonts and animations too?
And I think in one of the original threads the OP has an backup zip tool of some kind.
Sent from my Paranoid SGS2
I intended to do that, but I saw that framework.res is modified and I have also a modified framework ( crt off , effect, and ics lockscreen) so If I overwrite it with this one will I loose my other modifications?
Or has anyone tried this on a XWLPG is it working fine?
vibecatalin said:
I intended to do that, but I saw that framework.res is modified and I have also a modified framework ( crt off , effect, and ics lockscreen) so If I overwrite it with this one will I loose my other modifications?
Or has anyone tried this on a XWLPG is it working fine?
Click to expand...
Click to collapse
Don't think so but I'm not 100%, see I already had CRT off and ICS lockscreen and it is still there.
I'm guessing this mod only alters animations and font and leaves the rest untouched somehow?
[SIC] said:
Don't think so but I'm not 100%, see I already had CRT off and ICS lockscreen and it is still there.
I'm guessing this mod only alters animations and font and leaves the rest untouched somehow?
Click to expand...
Click to collapse
I haven't used your mod, but used the original mods separately and both of the work just fine. I don't like the fonts though, so reverted to default roboto.

[Q] How to extract my Theme?

Hey guys i have made some sort of theme just combined ALOT ALOT ALOT of stuff together you can check it out in my signature i wanted to know if there is some where to just pull it all out, i dont want to make a nandroid or some sort of backup to get my apps back i just want some apk or zip that i can move from galaxy nexus to another galaxy nexus and that it will just change the theme so i thought about pulling out my theme and just changing files in another theme that is already ready.
Will be happy for a guide if someone know or for some direction, i have no knowledge in android software only in java.
Thank You
EDIT: already made 3 themes but it takes me around a day to make each perfect but i cant save them so im just wasting alot of time on changing it back to the previous one. still needs help! how to just copy all the shortcuts/wallpaper/widgets etc. TY!
BUMP ?
If you're not de-compiling and recompiling the apk's on your computer then I wouldn't really call what you have a "theme" because at that point you would have the edited apk's i.e. systemUI, framework-res and others on your computer. But from your link it looks like you have a couple "customizable" apps and you changed 3 of the navbar images. Have you done anything to mms, email, calculator, phone, contacts, settings to make a "complete" theme? You can adb pull the apk's you edited from your device and package them in a zip to flash on another device. But that device needs to be running the same exact rom.
Why you're not using and working with the theme engine is beyond me.
good day.
I have most of the stuff you said inverted with different mods, so how about make it more simple just export the home screen? how do i do that?
all the rest i can adjust each apk and recompile it then flash it and have the right color/theme for stuff like contracts/phone etc.
what is theme engine? i am using aokp and its abit them-able and also some launchers can give 1 color theme to most of the stuff my base was Holo Green btw i just customized it, so what exactly do you mean when you say theme engine?
TY
vitalero said:
I have most of the stuff you said inverted with different mods, so how about make it more simple just export the home screen? how do i do that?
all the rest i can adjust each apk and recompile it then flash it and have the right color/theme for stuff like contracts/phone etc.
what is theme engine? i am using aokp and its abit them-able and also some launchers can give 1 color theme to most of the stuff my base was Holo Green btw i just customized it, so what exactly do you mean when you say theme engine?
TY
Click to expand...
Click to collapse
You need to download a theme template and edit it by decompiling it.
This is the Theme Chooser engine being referred to. Its used in CyanogenMod and AOKP, PA.. etc
{
"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"
}
Go see this thread to learn more: http://forum.xda-developers.com/showthread.php?t=964391
This is a section dedicated to theme building / etc: http://forum.xda-developers.com/forumdisplay.php?f=527
Hope this helps. Go build a theme!
thank you for your answer but none of the above are including what im trying to do, i already know what is theme manager and i know i can tweak themes to change them but again my problem is themes i already made i want to export them, i dont know how to re edit a full team and add inverted stuff and change homescreen with 10 widgets on it from code that doesnt even make sense all i want to do is to save the way my screen looks like to be able to upload it on any rom on same device later on in the future that way i can also export to people my themes and use them myself. the guide you gave me is not about editing themes its just about how to change folders and files in an already exist theme which i cant do becouse i have no idea where all my widgets icons shortcuts that i use implanted in the phone so i cant really copy paste them. thank you for trying tho.
vitalero said:
thank you for your answer but none of the above are including what im trying to do, i already know what is theme manager and i know i can tweak themes to change them but again my problem is themes i already made i want to export them, i dont know how to re edit a full team and add inverted stuff and change homescreen with 10 widgets on it from code that doesnt even make sense all i want to do is to save the way my screen looks like to be able to upload it on any rom on same device later on in the future that way i can also export to people my themes and use them myself. the guide you gave me is not about editing themes its just about how to change folders and files in an already exist theme which i cant do becouse i have no idea where all my widgets icons shortcuts that i use implanted in the phone so i cant really copy paste them. thank you for trying tho.
Click to expand...
Click to collapse
Widgets/Shortcuts are launcher items, Try and find the export option in your launcher settings. You can then copy these exported setting files to another phone and import them there (the apps/widgets need to be installed though)

SystemUI mods for SM-T815 Deodex AOJ4

Hi,
There are some sweets for deodexed aoj4:
1. 3minit battery mod.
I think everyone knows what does that mean,so no screenshots needed.
Download from Mega
2. Wide notification panel with 10 quick settings buttons
Looks same as stock,but screen wide. Quantity of quick settings buttons increased to 10. See screenshots from next point,looks same, but with stock colors.
Download from Mega
3. Wide notification panel with 10 quick settings buttons,black color.
I really don't like stock colors,more over Amoled displays don't like white color for energy saving.That was the reason for me to make dark themed notification panel(sound volume panels also dark).
{
"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"
}
Download from Mega
Thanks, the black color looks classy - like in windows 10
Best regards
Amber
Disable ADM in galaxy Tab S2 T815Y
Any ideas as to disable android device manager completely? not just turning it on and off in google settings or settings.
Hi, is there any chance that it will be working on t715?
Flashed the 3rd one and it gives me system ui stopped working
Flashed your deodexed zip to remove it.
Do you think its because I'm using google now launcher or its something else I should look for
papampi said:
Flashed the 3rd one and it gives me system ui stopped working
Flashed your deodexed zip to remove it.
Do you think its because I'm using google now launcher or its something else I should look for
Click to expand...
Click to collapse
Sorry for late reply.I had no internet access for some period.
I don't think that the reason for stopping is launcher.Look for another reason like some tweaks for SystemUI.
hi,
do you know if this works on a T810 ?
or omebody tried it?
thanks!
adddy2
adddy2 said:
hi,
do you know if this works on a T810 ?
or omebody tried it?
thanks!
adddy2
Click to expand...
Click to collapse
The only man who can answer your question is You.
Unfortunatelly I don't have 810 on hands and cann't test it.
Just make full back up with TWRP and flash required zip. You will see the result and then make a post in this thread so I will add 810 to topic.
Thank you.
Since you already figured out how to change the cot on this version of systemui, care to give me a little help on which values to modify on my t715? I spent all night yesterday on trying to get this to work but I apparently did something wrong.
/system/privapp/systemui/systemui.apk/ is correct, right? Other versions of touch wiz seem to use the drawable-xxhdpi folder, but I can only find that in /vendor/.
I'd just use your apk but I can't afford a broken system today because I have finals in a couple days and I shouldn't even be making this post actually.
katakis1,
First of all you should make your system deodexed.
/system/privapp/systemui/systemui.apk/ is correct, right?
That is correct. But you need to decompile this file to make changes like it was made in my modds.
Unfortunatelly I cannot write complete how-to because of lack of time. But you can find these how-to's on xda-forum.Just use search. Find any how-to concerning tweaks or color changes of systemui.apk for any popular Samsung model(I was using how-to from S5,S6 and Note 4).
3rd option gave error: systemui stopped working. No mods installed, only deodexed.
inkyadrian said:
3rd option gave error: systemui stopped working. No mods installed, only deodexed.
Click to expand...
Click to collapse
I have just dowloaded 3rd option from MEGA and flashed on my Tab. Everything working well. Youn should check any other tweaks to systemui. Mods should be installed to clean deodexed OJ4 system.
There is another screenshot taken just few minutes ago.
Successfully compiled zip for T715 from yours, need permission to share.
sarjarim said:
Successfully compiled zip for T715 from yours, need permission to share.
Click to expand...
Click to collapse
You are always welcome!Just give me a link to yours.
zaleks13 said:
You are always welcome!Just give me a link to yours.
Click to expand...
Click to collapse
https://www.dropbox.com/s/yu8bho8gb6f7hxg/Black SystemUI for Jaf T715.zip?dl=0
Tested only on Jaf ROM T715
Please create another theme, not that I'm too demanding. It's just so quite here in tab s2 room.
sarjarim said:
Please create another theme, not that I'm too demanding. It's just so quite here in tab s2 room.
Click to expand...
Click to collapse
Please,explain what do you need.
zaleks13 said:
Please,explain what do you need.
Click to expand...
Click to collapse
I really don't believe this tab s2 room would be so quite. If you could make another theme, any theme, it would be nice.
Example :
PS: I kept failing recompile apk... : (
Look,all these compilation-recompilations take a lot of time,but now,unfortunatelly,i do not have such free time.Sorry.From other side,i was making dark theme for my own and decided do share it with others.
zaleks13 said:
Look,all these compilation-recompilations take a lot of time,but now,unfortunatelly,i do not have such free time.Sorry.From other side,i was making dark theme for my own and decided do share it with others.
Click to expand...
Click to collapse
@zaleks13 your 3minit battery mod still working on 6.0.1 !? I'm not going MM because 2 reason. Your system mod and Sixaxis controller

Categories

Resources