[SKETCH] Dialer Tab for Galaxy. Need some help! - Galaxy S I9000 Themes and Apps

Hello to all XDA-Developers members,
I've made today a dialer layout, which is almost done. I must start to cutt-off the pngs for dialer app, but while i was working I started wondering if is there any way to make the tab bar of the dialer transparent.
Can you tell me if that is possible?
here is the design:
{
"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 know that I must retouch it
Please help me
EDIT
This is how I would like to look like with transparency

Hi
You'll need to modify some files in twframework-res.apk to change the tabs. Look for "tw_tab... .png". Unfortunately it's not controlled by the dialer.

but theoretically it is possible to make them transparent, am I right?

Theoretical its possible to theme anything in Android!

I have another question for you guys.
After I replaced some images in the dialertabactivity.apk and repacked it, replaced it in apps, my phone is not showing the app anymore. I even tryed to clean up the caches but useless. How am I suppose to proceed, so my app can be recognized by the phone.

WoW
Crysis21 said:
Hello to all XDA-Developers members,
I've made today a dialer layout, which is almost done. I must start to cutt-off the pngs for dialer app, but while i was working I started wondering if is there any way to make the tab bar of the dialer transparent.
Can you tell me if that is possible?
here is the design:
I know that I must retouch it
Please help me
EDIT
This is how I would like to look like with transparency
Click to expand...
Click to collapse
Damn I gonna put my ass over here, this dialer theme kicks buts.
I was searching for an samsung galaxy tab dialer/contacts apk for samsung i9000.
But i must say this is also good looking. did you already finish it?
Can't wait.

Crysis21 said:
I have another question for you guys.
After I replaced some images in the dialertabactivity.apk and repacked it, replaced it in apps, my phone is not showing the app anymore. I even tryed to clean up the caches but useless. How am I suppose to proceed, so my app can be recognized by the phone.
Click to expand...
Click to collapse
Did you resign it? I know it's not the same app but it happens with Widgetlocker if it's not been resigned... Use APK Manager should do the trick

can i somehow to test the apps in a virtual android emulator? because at my last try something went wrong and I needed to reflash all system. don;t know why.

Hey man.
If you've already got this dialer, can you optimize this dialer for multi-dpi resolutions? It isnt that hard if you know some basics It looks awesome!

I will try boys. It's not ready yet, I still have a lot of work to do and a lot to read, because I haven;t modified other apps before.
This is how I decided to look. Maybe in the future I will change it a bit.
i don't know a finish date, because I have many exams at school right now and my free time is very limited.
I hope you like it.

Awesome Style
i I to am looking for a better dialer app for he galaxy tab and this well looks awesome.
Let us know how its comming along, cant wait for you to get it finnished.

Crysis21 said:
I have another question for you guys.
After I replaced some images in the dialertabactivity.apk and repacked it, replaced it in apps, my phone is not showing the app anymore. I even tryed to clean up the caches but useless. How am I suppose to proceed, so my app can be recognized by the phone.
Click to expand...
Click to collapse
Just decompile the app and compile it after you are done.
Not unpack and repack because you lose the sign. Resign it won't work.
Sent from my GT-I9000 using Tapatalk

I don't think Signing is required for System apps.
Sent from my GT-I9000 using XDA App

I thougt that all android system apps are already signed by google

Hey buddy, nice design. I think you deleted AndroidManifest.xml from /keep folder (if you use apk manager). That and META-INF folder need to remain untouched and always kept.
So, basically, use apktool 1.3.1, when compiling answer yes to both questions, delete everything from /keep folder except META-INF and AndroidManifest.xml and thats it. In worse case scenario, even if you kept AndroidManifest and META-INF and the app still doesnt show up, unpack it with some archive manager and pack it back using zero compression. Must work.
As well, if you use adb push, make sure you always delete from the phone the app/file which you wanna replace.

redmaner said:
I thougt that all android system apps are already signed by google
Click to expand...
Click to collapse
mno...
System applications in our case (Samsung users) are signed by Samsung using their own private key and almost all system apps share a specific UID - and we cannot sign the app with samsung's private key as we do not have it (is encrypted in CERT.RSA)
What signing does is basically creating a SHA1 checksum of all the files in the specific application. One file - MANIFEST.MF - contains simple checksums (you can generate them with any SHA1 checksum utility) and the other - CERT.SF - has "certificate aligned" (cant find a better term) checksums.
These checksums can be bypassed for all the files inside the application except for AndroidManifest.xml as this is the file which gives information to the Android system on how the app works, what permissions it needs and other specifications. No AndroidManifest/bad checksum for it (because of modification..) = no application in the launcher.
Now, you can try resigning the app but as it requires resources from different files in the system which share that ID, the chances that it will work are limited.

wow amazing explanation... never knew what the MANIFEST.MF and CERT.SF files are for?... Thank you so much Cezar

Related

[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?

[APP] Mms.apk with different colors

Hi all,
I thought I'd share my modded Mms.apk with you. This was pulled from Calk's latest ROM. It should, however, work with any EL29 ROM. The only modifications are colors of the message bubbles, pulled from this MMS app. I tried using the app, but I was getting file compression errors when sending images, so I just modded the original Mms.apk slightly.
AS ALWAYS - YOU DO THIS AT YOUR OWN RISK
Install via adb (Windows):
1. Connect your phone to PC
2. Make sure USB debugging is enabled
3. open command prompt in the same folder as Android SDK or make sure you have PATH specified to it; place Mms.apk in the same folder
4. Type adb start-server at command prompt
5. Type adb remount
6. Type adb push Mms.apk /system/app
7. Type adb reboot
Once your phone reboots, you will have the new MMS.apk fully functional. You may have to re-add the Messaging link to the bottom bar.
If you have ROOT EXPLORER, you can simply copy Mms.apk into your /system/app folder replacing the original file. Back it up first, though, if you want to revert back to it.
Enjoy.
{
"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"
}
Cant you just drop it on your SD card then navigate your phone using ES file explorer or root explorer and copy and paste it into the system/app folder replacing the one thats in there, then reboot to get it to work?
If I am incorrect please let me know before I make a fatal error.... lol
I can't speak for THIS apk, however I just took a mms.apk from another rom, did exactly as you described but also changed the permissions, and it works fine. Why don't you make a back up and give it a go.
Sent from my SPH-D710 using xda premium
You can certainly install it using ROOT explorer. Works either way.
If I want to change the colors for the conversation list would the images be in the hdpi folder and the lines and stuff in the xml?
Sent from my Epic™ 4G Touch
Anybody got a pic of the conversation list?
looks good , its just what i was looking for
Honestly, I have no idea. This was a simple PNG swap from another Mms.apk.
globalninja said:
If I want to change the colors for the conversation list would the images be in the hdpi folder and the lines and stuff in the xml?
Sent from my Epic™ 4G Touch
Click to expand...
Click to collapse
Conversation list looks completely stock.
SayWhat10 said:
Anybody got a pic of the conversation list?
Click to expand...
Click to collapse
Anyone figure out how to mod the mms.apk so that i allows higher/larger file sizes for pics?? Iv tried but keep getting FC's once i push my version to the phone....
I would also like to have this for Calks ICS ROM. Any chance one could modify that for us?
This is funny I made one just like this a long time ago. It came from sensation rom if I remember correctly. Looks good.
Sent from my SPH-D710 using XDA
the rhyno said:
I would also like to have this for Calks ICS ROM. Any chance one could modify that for us?
Click to expand...
Click to collapse
Bump...
or anyone know of one that could just replace the mms.apk and still work.
I'd like to be able to do this with MIUI's MMS application and their phone app. I tried on THE GOODNESS ICS but the app just force closes. Anybody know a way to do this?
still trying to figure out how to change the colors .. i want blue and green
anyone know how?
Ma$etas said:
still trying to figure out how to change the colors .. i want blue and green
anyone know how?
Click to expand...
Click to collapse
You can get your own colors. For that you have to edit the message_bubble_xxx_.9.png files located in the res/drawable-hdpi directory inside the Mms.apk. These .9.png files are system-resizable PNGs that have to be edited with a special tool, like Draw9patch. If you google "how to edit .9.png files" you will find all sorts of tutorials and explanations.
Good luck.

[Q]Sense 1.0 theming issues

Hello all, I was wondering if someone more experienced with Sense 1.0 theming could help me out.
I'm trying to re-theme rosie from Jermaine's stock plus rom. I found the 8 pngs I need to edit and went to town on them. I placed the edited pngs into my htc.resources project folder (using apkmanager) and recompiled. I then flashed a from with the new HTC framework apk but Rosie would not load and kept force closing upon first boot.
I know there's an issue with my pngs, but what could it be? I'm a little curious as to how a simple image change could cause an application to crash. I retain the same dimensions and format (PNG) but I still get infinite crashes.
Is there a certain way I need to be saving the PNGs? Are there any other restrictions with how the images need to be? I know .9 patch images are insanely touchy with where pixels can and can't be, so is it a similar issue here? I'm not working with 9 patch images at all in this instance, so I am very confused. Do I have to edit some smali or XML files when I change image data?
I use Photoshop to do all my work and use the save for web and devices option. I leave the PNGs at 24-bits and take out all the metadata.
Any insight would be greatly appreciated!
Sent from my Droid Incredible using the XDA app.
Div033 said:
Hello all, I was wondering if someone more experienced with Sense 1.0 theming could help me out.
I'm trying to re-theme rosie from Jermaine's stock plus rom. I found the 8 pngs I need to edit and went to town on them. I placed the edited pngs into my htc.resources project folder (using apkmanager) and recompiled. I then flashed a from with the new HTC framework apk but Rosie would not load and kept force closing upon first boot.
I know there's an issue with my pngs, but what could it be? I'm a little curious as to how a simple image change could cause an application to crash. I retain the same dimensions and format (PNG) but I still get infinite crashes.
Is there a certain way I need to be saving the PNGs? Are there any other restrictions with how the images need to be? I know .9 patch images are insanely touchy with where pixels can and can't be, so is it a similar issue here? I'm not working with 9 patch images at all in this instance, so I am very confused. Do I have to edit some smali or XML files when I change image data?
I use Photoshop to do all my work and use the save for web and devices option. I leave the PNGs at 24-bits and take out all the metadata.
Any insight would be greatly appreciated!
Sent from my Droid Incredible using the XDA app.
Click to expand...
Click to collapse
If all your changing is images in an apk file you can just open (not unzip) the framework-res.apk file with 7-zip, navigate to the res\drawable-hdpi folder, and replace the images you want changed (drag and drop). Once done close 7-zip and push the edited framework-res.apk file to the phone.
cmlusco said:
If all your changing is images in an apk file you can just open (not unzip) the framework-res.apk file with 7-zip, navigate to the res\drawable-hdpi folder, and replace the images you want changed (drag and drop). Once done close 7-zip and push the edited framework-res.apk file to the phone.
Click to expand...
Click to collapse
I'm actually editing com.HTC.resources.apk, is it still okay to do it like that?
Sent from my Droid Incredible using the XDA app.
Div033 said:
I'm actually editing com.HTC.resources.apk, is it still okay to do it like that?
Sent from my Droid Incredible using the XDA app.
Click to expand...
Click to collapse
Yes it is. As long as its image files and not xml or anything else.
Sent from my ADR6350 using xda premium
Alright. I messed with some images (a couple were blank -- pure transparency, that a problem?) am I'm gonna try again. I also read never to sign HTC apks, which I was doing.
Thank you for the help everyone.
Sent from my Droid Incredible using the XDA app.
Success!
{
"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"
}
Thanks again everyone. I'm not sure if not signing or adding some data into those blank pngs fixed it, but at least I can move on.
So here's another question: if I want to edit 9 patch images, I do need to decompile, edit the 9 patch images correctly and recompile right?
Sent from my Droid Incredible using the XDA app.

[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