[MOD][4.1.2]Change floating MultiWindow cascade icon for ANY ROM[N8000/N8010/N8013] - Galaxy Note 10.1 Android Development

Starting with 4.1.2, Samsung has included a floating cascade icon for apps which are MultiWindow capable, but do not use the standard Android menu bar. This icon automatically overlays the app in the lower right hand corner when in full-screen mode. An example of this is SolidExplorer. The developers added MultiWindow compatibility, but the icon gets overlayed in the lower right corner, as seen here:
{
"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"
}
On certain apps this overlay can get in the way of other buttons or text, and can be annoying. This mod will allow you to change the icon on ANY 4.1.2 based ROM, for N8000, N8010, and N8013. It will NOT remove any features of your ROM.
Here's an example of SolidExplorer with one of my modified icons:
Of course, the floating icon will change for all apps that already have the floating icon. This will NOT add MultiWindow capability to any apps that don't already have it.
There are currently 9 icons to choose from, and I will make more as people request them.
REQUIREMENTS: Root is NOT required, but a custom recovery IS required.
INSTRUCTIONS/DOWNLOADS: Go here for the instructions and download links: http://jammasterclay.webs.com/
NOTE: In order to keep everything working properly, you will need to go through Step 2 every time you flash a ROM update. This ensures that no custom features of your ROM will break.
THANKS:
bjbinc: his mod made me think of the idea for a universal solution. Check out his apps here.
VillainROM and Partners: Their script is what allows this to work on any ROM and allowed me to cut the steps down from 6 to 2. Check out the VRTheme thread here.
I am not responsible for any damage incurred by your device. Be a responsible flasher!

This is great news and good work looking forward to trying this out.

Amazing news. That will be a great solution for everybody! Look forward to trying this out ASAP.

Instructions and download links are here: http://jammasterclay.webs.com/ and added to the OP.
PLEASE ONLY SHARE LINKS TO THIS THREAD.
Feedback appreciated :good:

Works great on my 8013 with omega rom easy to follow instructions trying to come up with some ideas for the icons. Keep up the good work clay

Works great on GT N8000 with Omega v2.0 rom

This is asking too much but it would be better if we can drag that button elsewhere instead of changing the size of the button.

cproaudio said:
This is asking too much but it would be better if we can drag that button elsewhere instead of changing the size of the button.
Click to expand...
Click to collapse
Yu can move wherever you want see screenshots.

Confirmed working on N8000 with Omega Rom V2.0.
Dragging function working too.
Thank you for your work.

kolmanb said:
Yu can move wherever you want see screenshots.
http://db.tt/1upKXQxl
Click to expand...
Click to collapse
I can not find the function for dragging...

ddborello said:
I can not find the function for dragging...
Click to expand...
Click to collapse
The ability to drag the icon is unique to Omega ROM. It isn't something I will add to this mod because it involves changing system framework files. Because each ROM has their own special features and additions then if I made a flashable zip to allow the button to be moveable you would most likely loose some other functionality in your ROM. My main focus of this mod is to make it work on any 4.1.2 ROM without breaking anything.
If you want the moveable icon I would recommend you try Omega ROM. Its what I use personally and it's been very reliable. They also have a great dev team that's very responsive.
PS: in Omega you just press the icon and drag it, there's no option to enable.
Sent from my Galaxy Nexus using Tapatalk 2

Great job!!!!!!!
Thank you very much .
But the "update.zip" some one built cannot work correctly on other devices . You have to do it step by step .

bykevin said:
Great job!!!!!!!
Thank you very much .
But the "update.zip" some one built cannot work correctly on other devices . You have to do it step by step .
Click to expand...
Click to collapse
That is correct, that's what allows it to work with any ROM. Theoretically if two people have the same ROM and device it world work, but even on the same ROM if people choose different insulation options it would mess stuff up. Better to just make a new update ZIP every time you flash a ROM. Once you get the process down it only takes a few seconds.

XDA members @dzul89 and @mishteuse brought it to my attention that updating edify for ZipThemer no longer worked with the SuperSU zip. This was caused by a change in the instillation scripts for newer versions of SuperSU. Rather than finding another way to make ZipThemer work, I decided it would be a good time to switch to a new method altogether. As a result, the new procedure uses VRTheme zips and is now only 2 steps!
Let me know if you have any problems.

great mod!

The website http://jammasterclay.webs.com/ is defunct.
Is there any way of getting ahold of this?
EDIT: Thanks! It's up again!

Related

[PC BETA APP] AndroSkinner .1 - Mix and merge themes

This is currently for HDPI devices
This is something I made personally to help with constantly merging themes to get the desired look I want. It wasn't until I saw ThemePorter that I thought this would be useful. I plan on developing this to the max if the interest is there. This will allow you to virtually merge any roms no matter what version of android the themed ROM is running (froyo/sense/2.1/2.2). It does this by analyzing the files within the hdpi/mdpi/ldpi folder of the themed ROM and replacing it with the new version only if it exists in the old ROM.
Requirements:
-Windows based PC
-.NET 4.0 framework installed (If you dont currently have it installed, the program should download and install.
-If you have any issues running it, try running as adminstrator
Features
-Mix and match system framework images from different ROMS
-The current version only allows for framework images (status bar icons, buttons, checkboxes, etc..)
Instructions
Important:
**Extract the contents of the zip file to C:\AndroSkinner**
Once the program is installed and loaded, select your current ROM be selecting load from the dropdown. Do the same for the themed ROM. Once both are loaded, click the merge button.
After the program completes the merge, your modified system.framework-res.apk will be in C:\AndroSkinner. You need to push this back to "system\framework\" using ADB.
Important Notes
--I take no responsibility for any damage done to your phone--
There is still a possiblity that you may get a bootloop after pushing modified framework back to your phone so I reccommend creatin a nandroid backup. Depending on the themes you chose to merge the level of elements combined will vary. All I can say is try and report back. There may be something I can do to fix it.
Planned Upgrades
-Make it universal (right now it only supports hdpi)
-Convert mdpi themes to hdpi themes? (Not sure if possible)
-Ability to chose which items you want to merge IE: Only status bar icons, Only buttons, or combination of the both
-Automatically push the new framework to your phone
-Optionally create a metamorph to be used for flashing
-Optionally create an update.zip for flashing
-View which items were merged
-Merging things other then the system framework
-TBD
Please submit any bugs any ideas for future improvement. You are what will make this an useful tool or not
http://www.mediafire.com/file/9j4rrel57sjfhd4/AndroSkinner.zip
If you'd like to support the future development of AndroSkinner please do so below. Every bit helps
Stealing this +)
Maybe this one too
I like this, i'll have to try it. I currently use theme porter
mrono said:
I like this, i'll have to try it. I currently use theme porter
Click to expand...
Click to collapse
It's the same concept only it has an UI. If people find it useful I plan on integrating a lot more features.. I was using it to switch my status bar icons from the cyanmod nightlies.. It saved me some time and I figured I would share it..
WOW amazing work those updates couldnt come fast enough lol. What about the xml files?
I keep getting a licensing error"? Quits the app
rjmjr69 said:
WOW amazing work those updates couldnt come fast enough lol. What about the xml files?
I keep getting a licensing error"? Quits the app
Click to expand...
Click to collapse
I'll be re-uploading shortly
ComplexMinded said:
I'll be re-uploading shortly
Click to expand...
Click to collapse
ok
will be waiting
rjmjr69 said:
ok
will be waiting
Click to expand...
Click to collapse
one more sec.. thought I fixed the issue
ComplexMinded said:
one more sec.. thought I fixed the issue
Click to expand...
Click to collapse
ok lol take your time rather a good working product
It's back up.. Existing users just replace the contents of the existing folder and run the setup. It will update your existing application.
ComplexMinded said:
It's back up.. Existing users just replace the contents of the existing folder and run the setup. It will update your existing application.
Click to expand...
Click to collapse
{
"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"
}
rjmjr69 said:
Click to expand...
Click to collapse
Same problem here. Win7 64bit with .NET 4 installed.
Hey guys, try again.. If it fails i'll have to build this without some of the tools that make my life easier =P
Worked for me. Thanks!
I keep getting an error. Tried different roms, different themes, XP 32bit and Win7 64 bit.
I'm getting the attached error. You should also add a 'default' radio button in the options, or make them check buttons as to unselect them you gotta restart it.
Win7 64-bit
nugzo said:
I keep getting an error. Tried different roms, different themes, XP 32bit and Win7 64 bit.
Click to expand...
Click to collapse
I'll be working on this tonight. The issue stems from it looking for the framework-res.apk in a full ROM. It then looks for the res/drawable-hdpi/ folder within that apk. It looks like there is no res folder in your framework-res.apk.
ComplexMinded said:
I'll be working on this tonight. The issue stems from it looking for the framework-res.apk in a full ROM. It then looks for the res/drawable-hdpi/ folder within that apk. It looks like there is no res folder in your framework-res.apk.
Click to expand...
Click to collapse
Thanks a lot. Something i'm doing wrong?
I finally was able to run it all the way through without getting the "res" error, but it did not create a folder under c:\Androskinner. Not sure if it was 100% complete or not.
I do all my Theme tweaks the long way so cant wait until the next update.
Thanks

[Kitchen] Serendipity Add-on/Mods Kitchen

Welcome to the Serendipity Add-on/Mods Kitchen!​The kitchen's purpose is to provide an easy to use Add-on/Mod implementation. You simply pick the things you would like to include.
Then you are presented with a Flashable .zip file. Follow the instructions bellow and your done.
Update: The Kitchen has been closed. Send me a private message for anything you need.
Installation:
1. After you make your selections, a file is presented for download.
2. Drop the Serendipity.zip as is onto the SD card.
3. Reboot into recovery.
4. Select Install .zip from SD
5. Select .zip on SD
6. Confirm install
7. Reboot
8. Enjoy!
Click to expand...
Click to collapse
If you have any problems please report them here!
Please Post your build number given to you with your download.
Don't have Serendipity but feel your ROM would benefit from a customized kitchen?
Feel free to contact me at www.Android-Dev-Roms.com.
Serendipity Signature!
Tired of trying to keep up with the ever changing version number of Serendipity in your signatures?
By placing this image code in your signatures you will get a dynamically updating Serendipity image! See it below! Replace "(" & ")" with "[" & "]"
Code:
(IMG)http://www.android-dev-roms.com/sig.png(/IMG)
{
"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"
}
First.
So Chance, how about my question on changing the font color?
xdahgary said:
First.
So Chance, how about my question on changing the font color?
Click to expand...
Click to collapse
Oh sorry haven't looked at it sorry been busy with everything
ChanceM said:
Okay I will be swapping out the red text for white all the way to 0.
Click to expand...
Click to collapse
lol. that wasn't me, but thanks I also like white all the way to zero on the android battery mod. My question was on how to change the color of the sub text in the Settings menu. It's probably some tweaking of some xml file. metamorph maybe?
chance, im assuming this comes with the latest serendipity as well?
edit, downloaded see its just an updater. thank you for your hard work, this is awesome
I cant download using my phone because the download button is hidden by ads when i view the site on the mobile browser. This happens in both mobile and full views.
wibs said:
I cant download using my phone because the download button is hidden by ads when i view the site on the mobile browser. This happens in both mobile and full views.
Click to expand...
Click to collapse
Very Sorry! I have pushed them as far right as possible let me know if that works better. Sorry for the Ads just trying to pay for the hosting for the kitchen.
Works now when viewing the full site, still not the mobile but that isn't a big deal. I understand the need for the ads though! What better way to get clicks than to cover up the submit button
now though it is giving me an error "content error - the requested file is too large for conversion in the gateway/proxy". Sorry for causing all this trouble! Is there anything i can do to help?
Just want to say thanks for all of your hard work new to the ROM thing here , love Serendipity makes my phone run 1000% better than before!
Now to find the equivalent of Serendipity for my wife's xperia x10a
BTW funds are low right now but I plan on making a donation soon
Just updated to 5.10 and tried out the Add-on Kitchen for the first time. Very impressed and thanks for streamlining! No problems to report at this time.
So I've been working hard to change the look of my phone. I came across this post under the i9000 themes forum for VA Green:
http://forum.xda-developers.com/showpost.php?p=11129613&postcount=811
After some tinkering I got this nice epic unlock. But the Orb and Glass unlock kept the month and date. So can anyone help me with remove that? I don't know how to edit xml, but I'm willing to learn.
xdahgary said:
So I've been working hard to change the look of my phone. I came across this post under the i9000 themes forum for VA Green:
http://forum.xda-developers.com/showpost.php?p=11129613&postcount=811
After some tinkering I got this nice epic unlock. But the Orb and Glass unlock kept the month and date. So can anyone help me with remove that? I don't know how to edit xml, but I'm willing to learn.
Click to expand...
Click to collapse
The layouts for the lockscreens are in the framework-res.apk so decompile that and then try removing the <textview> that correspond to the date and time.
Used rom kitchen for the first time today. Was excellent and worked like a charm.
Sent from my Captivate
ChanceM said:
The layouts for the lockscreens are in the framework-res.apk so decompile that and then try removing the <textview> that correspond to the date and time.
Click to expand...
Click to collapse
Yeah, racked my brains out. How do I decompile?
xdahgary said:
Yeah, racked my brains out. How do I decompile?
Click to expand...
Click to collapse
try these http://code.google.com/p/android-apktool/
Okay I have changed
Version A
Version D
Version Droid
Gingerbread
They are now 100 - 0 in all white.
Cheers,
ChanceM
Nice work Chance. This was great to build a mod update pack.
Running rgb v4 kernel and serendipity 5.10. The update packages compiled thru ur site aren't updating the mods I select. Haven't tried an app but the batt mod, clear not, animations do not change
Edit: 2.6.32.9 build on the kernel
Nice work Chance x4. U 2 are what make this rom so good.
MBC663 said:
Running rgb v4 kernel and serendipity 5.10. The update packages compiled thru ur site aren't updating the mods I select. Haven't tried an app but the batt mod, clear not, animations do not change
Edit: 2.6.32.9 build on the kernel
Nice work Chance x4. U 2 are what make this rom so good.
Click to expand...
Click to collapse
I need the build number from the kitchen so I can look at the log.
Edit tested all of the above and its working fine. Was there an assert error?

[P-ROM] GreyBlur ★ v2.1 ★ 4/22

WARNING
DO NOT INSTALL ON BELL ATRIX FOR THE TIME BEING. INSTALL AT YOUR OWN RISK. THIS IS BETA SOFTWARE.​Download, Changelog
GreyBlur v2.1 Website
FOLLOW ME ON TWITTER!
​Installation Guide
Help!? How do I install?
​Features
Fully deodexed framework, applications
Fully zipaligned
SD card speed hack
Memory hack
Init.d execution
Grey themed with transparencies
Power options (reboot)
Fully animated
Custom fonts
Enables sideloading
Apply's tethering APN
Hulu hack integrated
Webtop via HDMI hack integrated
HDMI mirroring hack integrated
Latest Flash, Gmail, Market applications
Removes bloatware
Edify update script
Battery savings modifications
Speed enhancements (incl. media scanning disabled)
Modified Gingerbread launcher (further modified for speed)
Honeycomb icons
Honeycomb music player
Gingerbread gallery, desk clock
with Google Voice Action (ie. “set alarm 4:00 PM”)
Advertisement blocking
Large APN list
Widget Picker
Lowered proximity sensor delay time
Latest version of Tenfar's CWM recovery
​CreditsAnimations
Master™
Axura lockscreen and top status bar image - Devs4Android
Ririal
for the Media Scanning tweak
Fenny
for the awesome Webtop mod
weichel
for HDMI mirroring
tenfar
CWM recovery port
agentdr8
Flash library for Hulu playing in Dolphin browser
GitBrew.org
Download links provided!​Donate
Donations (click here) are welcome. Make sure to donate to tenfar, Ririal, Fenny, synergye, weichel, and other developers! They worked on many of the pieces in this ROM. See the credits above.
If you'd like to help me out, visit my website, subscribe via Twitter for exclusive Beta links, and check out my website's articles.​GitBrew.orgAre you a developer looking for anonymous 100mbit mirror creation? Contact [email protected] for information.
​HELP!
Calendar widget broken! - Sorry! This is a known bug.
Hulu isn't working! - http://forum.xda-developers.com/showpost.php?p=12774760&postcount=3645
To-Do ListPower widget highlights
Triple keyboard: GB, Multi-touch, and Swype
Market icon
Fix dialer theme (grey icon)
Test GPU vs. CPU for graphics processing
Possible application for scripts​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"
}
Wow nice work! Going to try this out tonight!
let the feast begin
goddamn i wish we had a bell sbf
I assume this is the project you've been working on? I can't tell you how many times I've been refreshing these forums just to see what you've done!
Is an SBF flash necessary, or can I just flash from recovery (running gingerblur 1.3)?
Screenshots added to the second post for easiness.
Hope you guys like it. This is definitely a "beta" release work-in-progress. I learned a heck of a lot about theming with this project. Going to hugely benefit future projects.
thatoneguy247 said:
Is an SBF flash necessary, or can I just flash from recovery (running gingerblur 1.3)?
Click to expand...
Click to collapse
Feel free to flash over GingerBlur. But if you have any problems, don't say I didn't warn you that an SBF flash was needed.
I flashed over GingerBlur and it worked fine. But I made some noob mistakes with GingerBlur that might screw with things. We'll see.
Very nice!! Might go ahead and try it out tomorrow!
I am soo gonna try this out!! Thanks alot Kenn!!
By the way. I'm a terrible graphic designer, so if you see any icons that look out-of-place or plain not good, just tell me!
Looking for theme criticism on this one.
OMG! I love it! Installing now, will report back.
Can we just install over GingerBlur, or must we wipe everything?
PixoNova said:
OMG! I love it! Installing now, will report back.
Can we just install over GingerBlur, or must we wipe everything?
Click to expand...
Click to collapse
You may install over GingerBlur. Should work fine.
Of course, it is always best to wipe with an SBF flash.
kennethpenn said:
You may install over GingerBlur. Should work fine.
Of course, it is always best to wipe with an SBF flash.
Click to expand...
Click to collapse
Just wondering if flashing sbf alot shortens the life of your phone? Ive done it about 20 times this month already!
Installing
kennethpenn said:
You may install over GingerBlur. Should work fine.
Of course, it is always best to wipe with an SBF flash.
Click to expand...
Click to collapse
Over GingerBlur (With HoneyGlow 2.6 Theme on top of that as well)
Will report back....
EDIT: Installed fine, and I LOVE the new transition and menu effects!!!
Gutterball said:
Just wondering if flashing sbf alot shortens the life of your phone? Ive done it about 20 times this month already!
Click to expand...
Click to collapse
No it shouldn't.
would you mind posting what you did regarding battery life so we can test without having to install?
franciscojavierleon said:
would you mind posting what you did regarding battery life so we can test without having to install?
Click to expand...
Click to collapse
There's no way I'll be able to remember all of the mods. Mostly check the settings.db modifications and build.prop. It's a few things.
I installed it and it looks great , but I lost my gingerbread keyboard ?
Sent from my MB860 using XDA Premium App
MarcoPolo78 said:
I installed it and it looks great , but I lost my gingerbread keyboard ?
Sent from my MB860 using XDA Premium App
Click to expand...
Click to collapse
That's not a part of the ROM.
I can package up a Gingerbread keyboard MOD .zip if you'd like. I'll post it in a minute.

[Theme] ---------------- Noticon ----------------

Noticon v1.0
This is my first noobish try to build something useful for the community of o2x.
Most of the work is placed in icons along the notification bar, pull down menu and some screens such as usb alert screen. There are 5 different versions of Noticon with different notification bars and toggle buttons (see below for pics). This theme also includes the BPM of Malicious Ken.
(FR19 ready)
Credits: Malicous Ken (XDA) & Agekalp(MyPhone)
Istallation guide:
BACKUP first...
Download .zip and place it in your external card
Start phone (Vol. down+Power button) and enter CWM
Find your way to the zip you placed in external card
Install zip from CWM's options
ps: im not responsible for any damage you may cause to your hard/software
Pics:
Notification icons (standar in all versions).
Icons like GPS,WIFI,2G/3G are transparent and shinny gloss when their bar(s) is/are empty)
{
"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"
}
Versions
Below you can see the differences of the 5 versions
(Notification bar & toggle buttons.
1. Koubi
2. Metbor
3. Metorth
4. Paga
5. Stroggy
I hope u like it
PS:
This will work on stock or modaco's roms (Froyo 2.2).
This will NOT work on CM's roms(Ginger) (thanx 75Markus)
For future use
Is the transparency working with GOLauncher EX?
im using launcher pro and its ok (you need a live wp to see the tranparent effect, that applies only to not. bar. rest is ok with or without a live wp)
Woww!! This is great stuff man!! Thanks for making this....
zarras said:
im using launcher pro and its ok (you need a live wp to see the tranparent effect, that applies only to not. bar. rest is ok with or without a live wp)
Click to expand...
Click to collapse
Thank for the reply, will try it
Is there no other workaround to get the transparent effect on not.bar other than using live wallpaper?
As far as i know... nop :-(
Send from my LG990 using Smoke signals
nice, but i´m quite sure it will NOT work on cm ...
Cm doesn´t use lge-res.apk, you have to theme framework-res.apk & sustemUI.apk instead ...
(or cyanbread.apk if you want to make it available in theme chooser ...)
but nice work anyway !
i didnt know that, thnx for the info markus, ill edit my post.
When ill jump to CM (stable) roms ill fix it too
hi how do install it in to my phone? sorry just got my android 2 days ago
anyways, good work !
Looks very nice! im going to try !
tnx!
Hahahaa, ComicSans in the OP. So funny
http://www.agencyfusion.com/intro/
Looks great good job. Works with ADW EX launcher
Sent from my LG-P990 using Tapatalk
this is a very nice mod!
Yeap, ppl was asking for those transparent thingies
Send from my LG990 using old fashioned Smoke signals
Σε ευχαριστω πολυ φιλε....:d:d
work perfectly !!!
thx for the mod status bar and notification zarras work 100% on Arc Launcher
transparan 100% work
only small bug i see . when charging the transparant gone into black
good job
Awesome zarras!
Thank you for your effort to to this.
But could you please offer some other icons in your framework cause i hate those colorful ones
I got you a PM cuz I couldnt post links ´... post leak >.>
or could you tell me (or give me a link to a tutorial) how to create that myself
Thanks, Martin
Hey MoFosis, i saw your links and its a great minimalistic work. Unfortunately atm i dont have much time to spare on this, but i'll keep it in my mind for a future use.
The file packages you have to edit is framework-res.apk & lge-res.apk.
They are located in /system/framework directory. Copy them --> PC, and then open them with 7zip. Your targets are
\system\framework\framework-res.apk\res\drawable-hdpi\
\system\framework\lge-res.apk\res\drawable-hdpi\
In those folders you will find all the icons you need to change
When you are done you copy them back into your phone's /system/framework (adjust permissions is needed use Root explorer or similar)
Ok I'll try my best!
Thank you.
Sent from my LG-P990 using XDA App

[THEMES][TWRP 3.x] Landscape Themes for Tablets (WIP)

When it comes to a custom recovery, Team Win Recovery Project (aka TWRP) is, IMHO, the best option available. It's 100% open source, just about anyone can build it, and it's also theme-able, since it's XML driven.
Most people that make themes for TWRP, do it for a phone (portrait style) and not a tablet (landscape style). That's the whole reason behind this thread, to make more themes available to tablet users.
Starting out, I'll be adding links to some portrait themes that I've ported over to landscape. The theme itself will not be my original work, but themes created by others (used with permission of course!) and credit to the author will be noted for each set of themes. All of the zips under the Downloads section are flash-able and can be installed from within TWRP itself.
NOTE: After flashing the zip file, or doing a manual install (see below), you will need to hit the "Home" button (no need to "Wipe Cache/Dalvik). Then, select "Advanced", followed by "Reload Theme" for your new theme to be loaded while still in recovery.
Since Android is also open source, each device is a little bit different, and the themes may need to be installed manually (again, see below). And since this is XDA, I need to make this statement:
KNO'DIS: I, OR ANYONE ELSE AT XDA, WILL NOT BE HELD RESPONSIBLE FOR "BRICKING" YOUR TABLET!! IF YOU MANAGE TO MAKE A BRICK, DUE TO YOUR "FUN-DA-MENTAL" INABILITY TO READ, GO BUILD A BBQ PIT WITH IT!!​ (Or ask for help, there's a lot of friendly people around here)​
Manual Install
The flash-able zip would install to the following path:
Code:
/data/media/0/TWRP
# And then it creates:
theme/ui.zip
# So, end result would be:
/data/media/0/TWRP/theme/ui.zip
You can use a root file explorer (such as ES) to create this path, if your device uses the "/sdcard" path instead of "/data/media/0". After this has been done, you may be able to flash the zip file with TWRP (untested).
Alternately, you can download the zip(s) you want, and extract to a convenient location on your PC. Then place the "theme" folder in: /data/media/0/TWRP, so TWRP can find it.
Themes Created by G.M.L
Abstract Blue (6-26-16)
View attachment 3795575
Abstract New (7-3-16)
View attachment 3802250
Black Metal (6-26-16)
View attachment 3795566
Green (6-26-16)
{
"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"
}
Metal (7-3-16)
Music Edition (6-26-16)
View attachment 3795568
RadioActive (6-26-16)
Red (7-3-16)
Stone (6-26-16)
Under Construction
View attachment 3795573
Wood
Request a Theme
If you've noticed a nice TWRP theme that's made for a phone and you would like to use it on your tablet, just post a link and I'll try to port it for you.
Downloads
Ported Themes
Source Links
fichl's Thread (which includes "landscape" themes as well)
G.M.L's Thread
Credits
@fichl (Recognized Themer)
@G.M.L
TeamWin
Reserve #1
Reserve #2 (Just in Case) :good:
Waiting for material theme
arycool said:
Waiting for material theme
Click to expand...
Click to collapse
Don't hold your breath...
The Materialized theme is far beyond the standard TWRP Theme (obviously). To port it to landscape would require a major rewrite of most, if not all the XML files, as well as resizing all the images.
That endeavor would take weeks (or months) to complete
NepoRood said:
Don't hold your breath...
The Materialized theme is far beyond the standard TWRP Theme (obviously). To port it to landscape would require a major rewrite of most, if not all the XML files, as well as resizing all the images.
That endeavor would take weeks (or months) to complete
Click to expand...
Click to collapse
Ouch...thanks for your explanation :good:
I though it just replaced a few things
And Iam wrong
arycool said:
Ouch...thanks for your explanation :good:
I though it just replaced a few things
And Iam wrong
Click to expand...
Click to collapse
No worries, if we could be lucky enough for it to be "a few things" I'd have took the plunge already
~oops~
Every zip I've tried to download says it is corrupted when I try to flash or unzip it. Anyone else seeing this?
Never mind... got it downloaded and installed but it still shows up in portrait. What am I doing wrong?
grimdbd said:
Every zip I've tried to download says it is corrupted when I try to flash or unzip it. Anyone else seeing this?
Never mind... got it downloaded and installed but it still shows up in portrait. What am I doing wrong?
Click to expand...
Click to collapse
They were working fine last I checked, but I'll check again. What are you trying to install on and what are you using for an archive tool?
TWRP for NEXUS 7 3G
Please help to make the landscape mode TWRP Recovery v2.8.7.0 or for v.2.8.7.4-v.3.0.0.0-v.3.0.2.0[/URL] NEXUS 7 3G. He wrote on the forums in its branch for the Nexus, but either one can not or do not want.
@NepoRood,
@G.M.L requested that i get with you about converting his AICP phone theme to tablet layout. Here is a link to the theme G.M.L created https://www.androidfilehost.com/?fid=745425885120700351 and he also gave permission.
When you have time and if you feel like it would be appreciated. Thanks:fingers-crossed:
_Sherrif said:
@NepoRood,
@G.M.L requested that i get with you about converting his AICP phone theme to tablet layout. Here is a link to the theme G.M.L created https://www.androidfilehost.com/?fid=745425885120700351 and he also gave permission.
When you have time and if you feel like it would be appreciated. Thanks:fingers-crossed:
Click to expand...
Click to collapse
Yeah, I'll take a crack at it for you. Give me a few days, also keep in mind: it's been a while since I've messed with any themes...
NepoRood said:
Yeah, I'll take a crack at it for you. Give me a few days, also keep in mind: it's been a while since I've messed with any themes...
Click to expand...
Click to collapse
Not a problem. Take your time brother, no rush just when you have the time to look into it.:good:

Categories

Resources