You are doing this at your own risk. I am not responsible for whatever happens to your phone.
Click to expand...
Click to collapse
I present a few modified notification panels for any CM10 based ROM..
INTRUCTIONS : FLASH IN RECOVERY!
SCREENSHOTS :
Style 1 >>>
{
"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"
}
Style 2 >>>
Style 3 >>>
Style 4 >>>
Style 5 >>>]
Style 6 >>>]
So far, I have made 9 panels:
50% Transparent Style 1
50% Transparent Style 2
50% Transparent Style 3
75% Transparent Style 1
75% Transparent Style 2
75% Transparent Style 3
100% Transparent Style 4
75% Transparent Style 5
Toggles Above Time (Style 6)
Note : 0% = Full Transparent ; 100% = Opaque
<<DOWNLOAD HERE>>
I will try my best to take care of requests but I am still learning..
Nice work mate keep it up
Sent from my HTC Desire C using xda app-developers app
New Style
aashay960 said:
New Style
Click to expand...
Click to collapse
All three styles are Awesome Bro
Great Work :good:
I look forward to your Work :fingers-crossed:
LaKsHaY1997 said:
All three styles are Awesome Bro
Great Work :good:
I look forward to your Work :fingers-crossed:
Click to expand...
Click to collapse
Give me some good ideas if you have.. Regarding color, transparency, font color etc
aashay960 said:
Give me some good ideas if you have.. Regarding color, transparency, font color etc
Click to expand...
Click to collapse
Make bar at bottom non-transparent
Sent from my HTC Desire C using xda app-developers app
Set an higher level of contrast between non activated widgets and notification panel in 75% style 1, and it would be very awesome
(Look at bluetooth and mobile data widgets, they're like invisible)
Sent from my HTC Desire C using XDA Premium 4 mobile app
Can you make the "clear all" button
To the right
Just see the photo and you will understand me
Edit: using style 1 50% transparent
webhijacker said:
Can you make the "clear all" button
To the right
Just see the photo and you will understand me
Edit: using style 1 50% transparent
Click to expand...
Click to collapse
+1
smoza said:
Set an higher level of contrast between non activated widgets and notification panel in 75% style 1, and it would be very awesome
(Look at bluetooth and mobile data widgets, they're like invisible)
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Can you explain a little more about what is it you want to be done? You mean, make the deactivated widgets "whiter"?
webhijacker said:
Can you make the "clear all" button
To the right
Just see the photo and you will understand me
Edit: using style 1 50% transparent
Click to expand...
Click to collapse
Shad0wPanda said:
+1
Click to expand...
Click to collapse
I tried a lot to make this happen but i couldn't figure out..sorry. Btw, look at the screenshots that I have posted from my phone. There is a clock in the left of the date so that takes up most of the space. So when I have notification, the clear button automatically appears on the right (Look at Style 3 screen ) I know this is not the solution you want but as long as it does what it does...:cyclops:
Yep, a bit whiter so they can be more easy to understand what you're pressing (I don't know if you'll understand)
Sent from my HTC Desire C using XDA Premium 4 mobile app
smoza said:
Yep, a bit whiter so they can be more easy to understand what you're pressing (I don't know if you'll understand)
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes I understand.. That would require editing png files. Although I have never tried it before, I'll try it now. I hate using photoshop :crying:
Edit - OK it's not that difficult.. Look at the bluetooth in this screnshot.
So what I'll do is make colored buttons like this for 'on' and white buttons for 'off'. Sound good? Because if I just make the 'off' buttons whiter then it will be difficult to understand the difference between off and on.
aashay960 said:
Yes I understand.. That would require editing png files. Although I have never tried it before, I'll try it now. I hate using photoshop :crying:
Click to expand...
Click to collapse
It's not hard to edit png files with photoshop (or gimp, that's easier)
Sent from my HTC Desire C using XDA Premium 4 mobile app
smoza said:
It's not hard to edit png files with photoshop (or gimp, that's easier)
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'm using www.pixlr.com
aashay960 said:
I'm using www.pixlr.com
Click to expand...
Click to collapse
I saw your screenshot but I don't like so much the bluetooth icon on the widgets... If you teach me how to edit the notification panel I'll be very happy to try to edit it on my own (because I can't explain well what I think to do D: )
Sent from my HTC Desire C using XDA Premium 4 mobile app
smoza said:
I saw your screenshot but I don't like so much the bluetooth icon on the widgets... If you teach me how to edit the notification panel I'll be very happy to try to edit it on my own (because I can't explain well what I think to do D: )
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That was just a quick thing to get the idea across
What you should do is get your SystemUI.apk from system/app in your phone to your PC. To edit png, we dont need to decompile it. Just open it with WinRAR. Dont extract.
The notification toggle buttons are found in res\drawable-mdpi folder in the apk. Make the image you want using photoshop (or whatever) and drag and drop in the apk. make sure the filename of the png is the same.
Select 'Store' in the Compression Method. Don't select 'Normal'.
It's that simple
smoza said:
I saw your screenshot but I don't like so much the bluetooth icon on the widgets... If you teach me how to edit the notification panel I'll be very happy to try to edit it on my own (because I can't explain well what I think to do D: )
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That was just a quick thing to get the idea across
What you should do is get your SystemUI.apk from system/app in your phone to your PC. To edit png, we dont need to decompile it. Just open it with WinRAR. Dont extract.
The notification toggle buttons are found in res\drawable-mdpi folder in the apk. Make the image you want using photoshop (or whatever) and drag and drop in the apk. make sure the filename of the png is the same.
Select 'Store' in the Compression Method. Don't select 'Normal'.
It's that simple
aashay960 said:
That was just a quick thing to get the idea across
What you should do is get your SystemUI.apk from system/app in your phone to your PC. To edit png, we dont need to decompile it. Just open it with WinRAR. Dont extract.
The notification toggle buttons are found in res\drawable-mdpi folder in the apk. Make the image you want using photoshop (or whatever) and drag and drop in the apk. make sure the filename of the png is the same.
Select 'Store' in the Compression Method. Don't select 'Normal'.
It's that simple
Click to expand...
Click to collapse
I thought it was harder
The last thing: can you explain me how to edit system ui (decompiling it)? I'm interested to edit it
Sent from my HTC Desire C using XDA Premium 4 mobile app
smoza said:
I thought it was harder
The last thing: can you explain me how to edit system ui (decompiling it)? I'm interested to edit it
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
There are quite a few options to do that..
I use apktool. Search for it.
Decompiling is not difficult. Getting it to properly recompile is.. It took me a while to understand but don't worry i'll help you. It will be easy for you.
thanks
thanks bro
Related
http://www.androidpolice.com/2011/0...d-theme-for-cyanogenmod-7-its-the-bees-knees/
Can't wait to see this on our aria.
Sent from my Liberty using XDA App
Epic theme is epic.
Can't wait for the release
I may try to port this theme sometime because I was liking it as well.
Yea I agree. Can't wait to have it on the aria
Sent from my Liberty using XDA App
.
Are you all gonna say that no one has try it just to see if it works?
http://forum.xda-developers.com/showpost.php?p=11228183&postcount=112
Darius_bd said:
.
Are you all gonna say that no one has try it just to see if it works?
http://forum.xda-developers.com/showpost.php?p=11228183&postcount=112
Click to expand...
Click to collapse
*Drool*
I'm try it now
Sent from my Liberty using XDA App
Darius_bd said:
.
Are you all gonna say that no one has try it just to see if it works?
http://forum.xda-developers.com/showpost.php?p=11228183&postcount=112
Click to expand...
Click to collapse
I just thought the status bar icons were a little blurryish.
brswattt said:
I just thought the status bar icons were a little blurryish.
Click to expand...
Click to collapse
Me too, but I can live with it.
Wow. This theme is amazing. Love the horizontal signal bars.
Pulldown background is kinda "off" for me.
I could marry this theme it looks so good!
Sent from my Liberty using XDA App
turdferguson92 said:
Pulldown background is kinda "off" for me.
Click to expand...
Click to collapse
Yeah, pleading in the thread for the author to make it less transparent.
Now, I wonder... could it be given a blurry background?
The update is out and its awesome
Sent from my Liberty using XDA App
Noz85 said:
The update is out and its awesome
Sent from my Liberty using XDA App
Click to expand...
Click to collapse
V2 alpha?
Sent from my Liberty using XDA App
this is nice, i love the theme feature
klbmth said:
V2 alpha?
Sent from my Liberty using XDA App
Click to expand...
Click to collapse
Indeed
Sent from my Liberty using XDA App
I am able to exchange "com_android_systemui.xml" with the one from Cyanbread to fix the pulldown problems, but it changes the pulldown to a stock look. I am not sure what looks better, with the transparency and grey block on the top left, or the stock look. I did change the pulldown background to something less transparent (75%) and it looks much better than fully transparent. In order to fix the pulldown correctly one would have to smali the xml and mod it correctly to fit the mdpi sizes.
To see the less transparent background you can set to another theme, uninstall Honeybread, then install the one I have attached, set it as your theme and reboot.
Noz85 said:
Indeed
Sent from my Liberty using XDA App
Click to expand...
Click to collapse
Agreed, just think how good it will be when its finished and ported!
Sent from my Liberty using XDA App
I agree running v2 and its great just somethings that need to be touched up.
Sent from my Liberty using XDA App
bkmo said:
To see the less transparent background you can set to another theme, uninstall Honeybread, then install the one I have attached, set it as your theme and reboot.
Click to expand...
Click to collapse
Thanks man! Yet some questions... can I use this xml with the V1? I like that version more. And, it's possible to give it a different name in order to try it next to the original Honeybread? And I guess it has to be signed for it to work, can you gimme a quick explanation in how that works?
Thks
Darius_bd said:
Thanks man! Yet some questions... can I use this xml with the V1? I like that version more. And, it's possible to give it a different name in order to try it next to the original Honeybread? And I guess it has to be signed for it to work, can you gimme a quick explanation in how that works?
Thks
Click to expand...
Click to collapse
Ill attach the file you need to drop into the /res/drawable-hdpi folder using your archive program. And yes then it needs to be re-signed. The name is compiled in so you have to uninstall/re-install to get the modded version. This PNG file will darken the pulldown background, but leave the pulldown messed up a bit because it is set for hdpi only.
To get the stock notification pulldown you need to replace the /res/xml/com_android_systemui.xml with the one from Cyanbread.apk, but this will give you a totally stock look.
edit: I zipped up the background PNG because it gets displayed on the post, and does not download correctly.
I think this is a pretty incredible theme, even with the little errors and the fact it's HDPI. It's still beyond sick.
Hello Everyone
This is something I threw together for myself and have put many hours into. I have decided to share it with everyone here on XDA! Please let me know what you think of it! I take no credit for the majority of images found in this theme! I have gathered the images from across the web and XDA . I just put them in the order I like them to be in. Also I did edit most of the images to match the color of the theme better. There are lots of images in this theme. So many I can't remember where they all came from. Much thanks goes out to everyone for doing a great job on these themes! If you find your work in this theme and would like credit or for me to remove it please PM me. I will give credit where credit is due.
A big thanks goes out to MrDSL for setting me up with a great base for this apk and for getting all of my xml edits working properly! Thanks bro!
Now for the usual disclaimer: I'm not responsible for ANY damages that may occur from you using this theme. You flash this at you own risk and assume full responsibility for your DEVICE. Always make sure you make a Nandroid Backup just incase something goes wrong.
IMPORTANT
How To Install this Theme
Download your Apk from the link provided
Install the Apk with a file manager
Apply theme via Theme Chooser and Reboot(Ignore the missing assests error)
Download the Metamorphs you would like that are in the link below
I prefer Zipthemer to apply the Metamorphs
That's it! Enjoy the Magic
Hit the Thanks Button(optional but always appreciated)
IMPORTANT
Please follow these directions after you install BluMagic to ensure you get results from my Screenies
Go into Settings < CyanogenMod Setting < Interface < Status bar Tweaks < Battery status style < Icon (Default)
Go into Settings < Accounts & sync < Click your Account < Make sure Gmail is synced
Go into Spare Parts < Turn Window animations to Fast < Turn Transition animations to Fast < Make sure you DO NOT turn on Fancy Input animation
{
"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"
}
BluMagic Downloads
Downloads Here
Credits and Special Thanks to these contributors
Cyanogen Team
echoside1313
Elite Customs
fernando sor
GregTard
HTCClay
jairomeo
Kfunk
LfcFan1977
meXdroidMod Team
Mod Nation
pauldiddy
silverxbv2
Team Carbon
tiger013
thebowers
UpwardSpiral
XsMagical
Anyone that has ever made a theme some of it may be in here
This theme uses quite a few images from Steel Blue. Team Carbon has done a great job on a Theme Chooser theme for CM7. They even have multiple colors found in the market.
The Animations I used along with YouTube videos found here. They are the Bounce, Flip, Flying, Fold and some new ones from the meXdroidMod Team. I mixed them all together to create a unique blend. So they will be different then what is shown in the link above.
Hope everyone enjoys this! I have put a lot of hours into this theme to get it to the point its at now. Please don't foget to hit the Thanks button!
Goodies
Goodies
Screenies for BluMagic v2.2
Font Packs
The font in the Screenshots is attached below. I got it from here. Thanks to fachadick. He has created some great fonts! Take a look around and find one you like.
http://forum.xda-developers.com/showthread.php?t=801160
Alternate Bootanimations
I have attached several bootanimations at the bottom. Including the one used in this theme Blue Android. I have found these through out other threads and just wanted to share them. Download from below and just Flash via Recovery thats it.
Docks and Icons
I have also attached the dock and icons used in this theme. They are in a non-flashable zip. DO NOT Flash it through Recovery. You must unzip it and extract the images to your SD Card using a File Manager(Market). You must have ADW EX or Launcher Pro to use the docks and you can apply them through settings. For the icons ADW EX has a custom shortcut built in. So you can use that to change the icon on ADW EX. If you use Launcher Pro you will need Desktop VisualizeR(Market) to apply the icons. These are just like any other Icon Packs found on XDA so there are lots of guides around
Hope everyone enjoys everything and if you need any help just ask.
This is pretty beast dude
Sent from my T-Mobile myTouch 3G Slide using XDA App
Thank you! Please let me know what you think! I'm up for suggestions. Also I have noticed several things I will fix in the next release. If anyone finds anything wrong please post screens. I will try to fix it.
Sent from my CM7 Slide using the XDA App
Daaamn, I call this blue magic.. marvelous... good work bro!
Sent from my supersonic EVO using XDA App
Wtf why did you say this is not fully themed?!?! Almost everything I see so far is themed it really is good I don't see anything else that needs theming ....
Sent from my T-Mobile myTouch 3G Slide using XDA App
Moneygator said:
Daaamn, I call this blue magic.. marvelous... good work bro!
Sent from my supersonic EVO using XDA App
Click to expand...
Click to collapse
Thanks bro! Put some work into this. I like that name! Blue magic
Sent from my CM7 Slide using the XDA App
purple1 said:
Wtf why did you say this is not fully themed?!?! Almost everything I see so far is themed it really is good I don't see anything else that needs theming ....
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
I didn't say it wasn't all themed. Sorry if it came out that way. I simply meant that I will keep working on it and tweeking it to the new Nightlies. Therefore its not complete
Sent from my CM7 Slide using the XDA App
That's some really nice work bro. Makes me wish real hard that I had a Slide instead of my OG Droid. Glad I at least got a look at your screenshots, beautiful.
BodyMarks said:
That's some really nice work bro. Makes me wish real hard that I had a Slide instead of my OG Droid. Glad I at least got a look at your screenshots, beautiful.
Click to expand...
Click to collapse
Thank you bro! Thank you for stopping by Glad you like it. I'll DM you.
Sent from my CM7 Slide using the XDA App
Updated OP as to not cause confusion Thanks purple1. Also added a link to where I found the animations. They have YouTube videos so you can kinda see what I mean.
Sent from my CM7 Slide using the XDA App
Looks awesome man. ??-how do you change the font?
Sent from my T-Mobile myTouch 3G Slide using XDA Premium App
joshuasvt said:
Looks awesome man. ??-how do you change the font?
Sent from my T-Mobile myTouch 3G Slide using XDA Premium App
Click to expand...
Click to collapse
Updated the second post with a link to where I found the font. Enjoy.
Sent from my CM7 Slide using the XDA App
Smokem_I said:
The font in the Screenshots is called Sovba. I got it from here.
http://forum.xda-developers.com/showthread.php?t=801160
Take a look around and find a font you like. He has created a lot of good fonts. They are all Flashable zips. So just flash and enjoy.
Sent from my CM7 Slide using the XDA App
Click to expand...
Click to collapse
Great job my friend on the theme - it looks AWESOME! Your statusbar may find it's way onto the dark horse theme. I am impressed!
Kfunk said:
Great job my friend on the theme - it looks AWESOME! Your statusbar may find it's way onto the dark horse theme. I am impressed!
Click to expand...
Click to collapse
Thanks bro! Glad you like it! For sure bro use any image you would like. Check out the Toast png it goes well with your theme
Sent from my CM7 Slide using the XDA App
I will be making the fixes I mentioned and getting it ready for 17. I might make some changes. So if there is something you do/don't like PLEASE let me know. Otherwise I will make some little changes but they will be noticeable. Feedback is always welcome
Sent from my CM7 Slide using the XDA App
That clock you have in the pic looks cool anyway to put that in?
Sent from my T-Mobile myTouch 3G Slide using XDA App
purple1 said:
That clock you have in the pic looks cool anyway to put that in?
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
Everything in the Screenshots should already be there. Are you referring to the clock in the status bar? That will only show up if you have an alarm set.
I'm searching for a new battery icon as we speak. Hopefully I can find one that looks good when the battery percentage tweek is applied. The current one turns white :/
Other than that is there anything you don't like? I'm not sure if I like the dots for the signal bars anymore. I would like to know if you want to keep them?
Have you noticed any errors?
Edit: I've decided to wait for more feedback till I update the theme. I'll probably make one for RC2 also since it doesn't seem many people have tried it.
Sent from my CM7 Slide using the XDA App
love the theme looks great. only thing is it lags a lil on the transition animation. or it could just be my phone i'm always flashing this and that
lackskills said:
love the theme looks great. only thing is it lags a lil on the transition animation. or it could just be my phone i'm always flashing this and that
Click to expand...
Click to collapse
Thanks I put some time into picking images from all around the web.
You could be right on the transition. I tried something a little different on that animation. I can make it faster on the next release. I'll take out the bounce. Then it won't seem to lag.
Sent from my CM7 Slide using the XDA App
Introducing
the PurPle Monster ooZing Green............
Warning this is beta software! if you mess up your phone dont come wining to me becase you broke computing rule #1 BACKUP YOUR DATA!!! Boot into CWM & make a Nandroid first
This has been made from Sleeper 2.0.04 Framwork & for Sleeper DeODEX. I do have reports of it working on CleanGB 1.12 So dont beafred to try it out on any DeODEXed EL30 ROM.
Remember Mount /system if your on MTD or its not going to work. Also wipe cashe & Dalvik ( still trying to get the install script to work so this step can be eliminated)
A Note to ALL WHO installed < 4.6.2 on Sleeper or any ROM that uses .qmg boot Animations you need to delete 3 file
delete /system/media/bootani.qmg
delete /system/media/bootsamsungloop.qmg
delete /system/media/bootsamsung.qmg (is not in Sleeper but may be on others ROMs non the less if its there & you want bootanimation.zip to work you need to delete it.
Use adb, ES File Explorer, Root Explorer what ever you want to & how to do this is beyond the scope of a theme OP.
To install Swype
Uninstall any & all versions of Swype and the Beta installer. i use Titanium backup to do this but make sure you pick a different keyboard before uninstalling then a reboot just for the heck of it before installing Purple Swype.
Note on Purple Swype i removed every language but U.S. English to trim down the size of the apk. its now only 6.04 MB
Change Log See Post #4 Also read the change because things may have changed a little from the screen shots and the change log will be updated faster that the screen shots.
{
"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"
}
Wallpapers I did not size them down so you can use them just how you would like to fit around your own home screen setups.
credits and stuff
android Google
Boot Animation & Shutdown optmsprim2 Helix Boot animations
Took a few things from Shake & Bake travmofosho
Swype: Swype, Me, DJDarkKnight
Dailer Keypad: travmofosho & zman519
SMS/MMS: travmofosho, & zman519
Some icons from KBlues: kennyglass123
Testing kennyglass123 & Nashdogg
If you think i took your work & missed you just PM me about it.
Change Log is Post Number #4 Just scroll down
Link to 4.9.0 If Dev Host deletes this zip again idk WHY or WTF there problem is with this theme
Purple Swype (edit links down) Google it, the asshats at Swype made DJDarkNight take them down. If your upset about this go to the Swype Forums and tell them the colors they use suck & if there going to ***** about the work of people like djdarkknight then they BETTER start SUPORTING THEMES!
More info http://jbthemes.com/djdarkknight/daswypethemes/
i think i like the sound of it.
can't wait
O my. My wife will love it if I could put a purple and green theme on here phone. Can't wait.
Sent from my SPH-D700 using xda premium
Change Log
4.9 Fixed the menu icons in the DailerTabActivity, Fixed a few icons in Contacts.
4.8 added Matching Purple Fascinate TouchWiz Calendar
4.7.2 Fixed bug in updater script, to delete the .cfg file in the shutdown folder. Now the shutdown Animation should work right
All 4.7.2 does is delete \system\media\video\shutdown\ so that the new one that comes with the theme works right. So if your on 4.7.1 no need to flash the hole thing just delete \system\media\video\shutdown\shutdown.cfg
4.7.1 fine-tuning purple Incoming SMS/MMS (what do you guys think about the spacing of incoming text in the bubble? let me know)
4.7 Incoming SMS/MMS are purple, Default contact icon in MMS/SMS change to the purple android like in the rest of the theme, Contacts icon modified. android guy is now also purple the tabs on top are still green,
4.6.2 Script updated to delete stock Boot Animations so the one with the theme works. Added a few wallpapers to be copied to /sdcard/wallpapers/
4.6.1 Toast now has purple glow, quick toggle indicator line is now Green.
4.5 Fixed the little blue line in the dialer, Transparent Volume Box.
4.4 The top of the Dialer. Keypad, Logs & Favorites Buttons had a Blue background Fixed to Pruple
4.3 First Beta released on xda or any where.
Warring note to others Solved the below problem with out a new laptop
I found that apkshellext_v2 Link was the problem with copy pasteing 1000s of files in to an apk would cause 7zip to throw a Out of RAM error Cool shell extenthion but not at the cost of not being able to Dev stuff on said PC.
Arrrrrrr,
OK i'm home now with more RAM was working on this for a few days & then i try to insert the pngs with 7zip & i guess 2 Gigs of ram (on my Vaio) was not going to cut it. O well it has lived a good life flashing Subaru ECUs among the hacking it has been used for. Got it on Black Friday 2007.
One for CleanGB would be excellent
Sent from my SPH-D700 using xda premium
BubZX said:
One for CleanGB would be excellent
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
Yes well i'm using Sleeper right now, & there are NO themes for it So i made my own.
Any one want to test i have a pritty good beta right now.
Any one know where the hell the SDcard Icon/png for "media scanner running" is i have looked every where for the dam thing i know its in one of the Framework apks or SystemUI.apk or some thing?
zman519 said:
Yes well i'm using Sleeper right now, & there are NO themes for it
Click to expand...
Click to collapse
I had no problem using my KGBlues on Sleeper and a few others have installed it as well. But this is turning out nicely.
Sent from my SPH-D700 using xda premium
Ill test it for ya to see if it runs on CleanGB
Sent from my SPH-D700 using xda premium
kennyglass123 said:
I had no problem using my KGBlues on Sleeper and a few others have installed it as well. But this is turning out nicely.
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
Ya my bad I did not test urs. Its nice
Sent from the Drivers Seat of my Suby txting and Driving doing 100MPH+ in a school zone! Ha.
zman519 said:
Ya my bad I did not test urs. Its nice
Sent from the Drivers Seat of my Suby txting and Driving doing 100MPH+ in a school zone! Ha.
Click to expand...
Click to collapse
I saw the screens in q+a... lookin good. i would of course name it "Pimp Joose" but thats just me.
Anyone running sleeper rom is gonna love this. This theme is pretty bad @$$. Honestly I didn't think purple and green would look that great together, but zman has done an awesome job with this and made it look pretty slick.
Nashdogg said:
Anyone running sleeper rom is gonna love this. This theme is pretty bad @$$. Honestly I didn't think purple and green would look that great together, but zman has done an awesome job with this and made it look pretty slick.
Click to expand...
Click to collapse
I love Purple & Green together. One thing i'v wanted to do to my WRX is a Neon Electric metallic Green with Purple splashes around the wheels kinda like would be on a Truck from mudding But thats talk for NASIOC
Writing the OP right now i should have it up for open testing soon.
Good news! I flashed it onto CleanGB and it works great! I must have had a bad download earlier today.
kennyglass123 said:
Good news! I flashed it onto CleanGB and it works great! I must have had a bad download earlier today.
Click to expand...
Click to collapse
That's great news. Everything works on clean gb? I was gonna try it myself when testing earlier but figured if it was made for sleeper then I should test it on that rom first. Thanks for the info Kenny.
Nashdogg said:
That's great news. Everything works on clean gb? I was gonna try it myself when testing earlier but figured if it was made for sleeper then I should test it on that rom first. Thanks for the info Kenny.
Click to expand...
Click to collapse
I always like to boldly go where no man has gone before...LOL. it will probably work just as well on any deodexed EL30 ROM with the scrolling mod.
Sent from my SPH-D700 using xda premium
The blue background in the dialer is a .9.png icon in twframework-res.apk>res>drawable-hpdi and the media scanning icon is in mediaprovider.apk>res>drawable_hdpi
Sent from my SPH-D700 using xda premium
travmofosho said:
The blue background in the dialer is a .9.png icon in twframework-res.apk>res>drawable-hpdi and the media scanning icon is in mediaprovider.apk>res>drawable_hdpi
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
the square ones right
zman519 said:
the square ones right
Click to expand...
Click to collapse
Yup.. I suggest theminging all the blue ones though just to ensure an overall smooth theme
Sent from my SPH-D700 using xda premium
travmofosho said:
Yup.. I suggest theminging all the blue ones though just to ensure an overall smooth theme
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
Looks like I'm one px of on the T shaped ones do I have to go down with the black on to the T part?
Sent from the Drivers Seat of my Suby txting and Driving doing 100MPH+ in a school zone! Ha.
zman519 said:
Looks like I'm one px of on the T shaped ones do I have to go down with the black on to the T part?
Sent from the Drivers Seat of my Suby txting and Driving doing 100MPH+ in a school zone! Ha.
Click to expand...
Click to collapse
???
Hi xda fellows!
Do you want fullscreen in fullscreen apps but in all normal apps you still want the statusbar but not the navbar?
Well that's what I wanted and I found a simple tweak for doing it.
But first there're some new ways to do this, one is by downloading GMD Auto hide keys softkeys from Play Store which works great (no reboot needed and navkeys that you swipe up) or you can use the Xposed Framework as explained by sunbriel
sunbriel said:
I just wanted to bump this thread to add some new info. There's another method to hide the softkeys without having to mess with build.prop. Download Xposed Framework and GravityBox module. In GravityBox settings find Expanded desktop option and set it to hide softkeys. You can then hide and show softkeys by pressing the Power button and selecting Expanded desktop. No need to reboot to toggle it.
Click to expand...
Click to collapse
On 4.4 + you can use an Xposed module to force Immersive mode too, it's simply called "Force immersive mode"
Sent from my Xperia Z
Now to the build.prop way:
Before doing this you need to download a navbar replacement like LMT ( http://forum.xda-developers.com/showthread.php?t=1330150 ) or button savior ( https://play.google.com/store/apps/details?id=com.smart.swkey )
1. Make sure to make a backup in case that the app crashes and it doesn't start or something else, just in case. It's almost impossible to make a bootloop by doing this but just in case, it's better to have it here.
2. Open the replacement app and test it, make sure it works for you.
3. Make it autostart at reboot. VERY IMPORTANT.
4. Download a file explorer if you for some reason don't have one (I recommend Solid Explorer) , open it and Go to /system and open build.prop
5. Add "qemu.hw.mainkeys=1", without the ""marks, at the bottom, it should look something like one of the attachments:
{
"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"
}
6. Reboot.
7. Done, now it will look like the other attachments (I use lmt) :
If it helped please show you appreciation by pressing thanks and rating thread 5 stars both here and in the LMT thread if you use that :thumbup:
Important information:
On RAZRs it seems like this doesn't work, Motorola seem to have removed this option. The systemui.apk just crashes. If you test this and this doesn't happen to you, please tell me
Sent from my C6603 using Tapatalk 2
For those wondering what the build.prop tweak does actually do is:
It's telling the android system that your phone does have hardware keys so it does not need to show onscreen keys/navbar.
Therefore it shouldn't be any problems with your phone since it isn't really something extraordinary.
Sent from my C6603 using Tapatalk 2
I prefear so far use Button Savior, more better and speedy to use than LMT, this last i think is only beatiful to see but not practical to use
is only my Opinion, only tastes :good:
tanoxxx said:
I prefear so far use Button Savior, more better and speedy to use than LMT, this last i think is only beatiful to see but not practical to use
is only my Opinion, only tastes :good:
Click to expand...
Click to collapse
Haha yeah, but this works for both so it's up to the user to decide But I like the LMT for gaming and fullscreen apps to see if I've got any notifications and the clock
Sent from my C6603 using Tapatalk 2
Very nice but too bad I'm using THIS and I don't want my xperia z to go into bootloop again like the previous incident that I had
this thread and app to the exact thing just install it..for more info go to the main thread here
also this another thing do the same thing its like having hide navbar and pie together in the same apk...if you learn how to use it...but it also hide your own status bar giving you a modified 4.2 style status bar..anyway if you want to try it here is the link
found it usefull dont hesitate to tnx thehawk or me ..i just remember these app to post here because to this thread..cheeeres!
eddietah said:
Very nice but too bad I'm using THIS and I don't want my xperia z to go into bootloop again like the previous incident that I had
Click to expand...
Click to collapse
Actually it's almost impossible to make the phone ho into bootloop with this, you need to be quite skilled to do it, like deleting the whole build.prop
lyndonguti said:
this thread and app to the exact thing just install it..for more info go to the main thread here
also this another thing do the same thing its like having hide navbar and pie together in the same apk...if you learn how to use it...but it also hide your own status bar giving you a modified 4.2 style status bar..anyway if you want to try it here is the link
found it usefull dont hesitate to tnx thehawk or me ..i just remember these app to post here because to this thread..cheeeres!
Click to expand...
Click to collapse
Ah didn't know about that one, good for users that don't want to edit their build.prop, will add it a link to your post in op fullscreen thought hides the statusbar too all the time, you have to press the icon, reveal pie and then look at the statusbar and you have to buy pro to enable per app setting. Had pro but thought this was better
Skickat från min C6603 via Tapatalk 2
lyndonguti said:
this thread and app to the exact thing just install it..for more info go to the main thread here
also this another thing do the same thing its like having hide navbar and pie together in the same apk...if you learn how to use it...but it also hide your own status bar giving you a modified 4.2 style status bar..anyway if you want to try it here is the link
found it usefull dont hesitate to tnx thehawk or me ..i just remember these app to post here because to this thread..cheeeres!
Click to expand...
Click to collapse
TheHawk002 said:
Actually it's almost impossible to make the phone ho into bootloop with this, you need to be quite skilled to do it, like deleting the whole build.prop
Ah didn't know about that one, good for users that don't want to edit their build.prop, will add it a link to your post in op fullscreen thought hides the statusbar too all the time, you have to press the icon, reveal pie and then look at the statusbar and you have to buy pro to enable per app setting. Had pro but thought this was better
Skickat från min C6603 via Tapatalk 2
Click to expand...
Click to collapse
Sound so good to be true but I don't dare to take any risks again lol
eddietah said:
Sound so good to be true but I don't dare to take any risks again lol
Click to expand...
Click to collapse
Haha it's up to you but you won't be experience all this fullscreen estate
Sent from my C6603 using Tapatalk 2
I use full!screen+ app on the market and it's perfect and simple to use
Thank you!!!!
Sent from my C6603 using xda premium
Thanks
Sent from my C6603 using xda premium
i have also used this for a while, but the problem is that all menu buttons in apps is hidden. I use fullscreentoggle and LMT, and for example the play store menubutton in top bar is gone...
is there anyway to fix this?
Holyachmed said:
i have also used this for a while, but the problem is that all menu buttons in apps is hidden. I use fullscreentoggle and LMT, and for example the play store menubutton in top bar is gone...
is there anyway to fix this?
Click to expand...
Click to collapse
If you use the menu button in lmt instead, otherwise their isn't any fix for this.
Sent from my C6603 using Tapatalk 2
Does the RecentApps button in LMT work with a rooted stock Rom on Xperia Z?
I have found that it doesn't once full screen is enabled
Sent from my C6603 using Xparent Skyblue Tapatalk 2
All Day On XDA said:
Does the RecentApps button in LMT work with a rooted stock Rom on Xperia Z?
I have found that it doesn't once full screen is enabled
Sent from my C6603 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
Yes it does since it doesn't kill the systemUI process, so everything in LMT will work
Sent from my C6603 using Tapatalk 2
Yes I just realised that it works when using the build.prop tweak rather than the full!screen app
Thanks for the quick reply though.
Sent from my C6603 using Xparent Skyblue Tapatalk 2
TheHawk002 said:
Yes it does since it doesn't kill the systemUI process, so everything in LMT will work
Sent from my C6603 using Tapatalk 2
Click to expand...
Click to collapse
My system UI is crashing after this build.prop tweak, so while my bottom soft buttons disappear so does my notifications. I am however on a RAZR HD, should I modify the build.prop tweak you provided in any way?
Thanks :thumbup:
RTwoD2 said:
My system UI is crashing after this build.prop tweak, so while my bottom soft buttons disappear so does my notifications. I am however on a RAZR HD, should I modify the build.prop tweak you provided in any way?
Click to expand...
Click to collapse
That's weird, Motorola must have made something wrong while building or they just skipped it if none of there latest phones have hardware buttons... Which android version are you on?
Sent from my C6603 using Tapatalk 2
Is it any way to do this ?
I don't have to use home replacement or to make new theme - just to change app icons on Sense 5 Rosie drawer
You have to open your app drawer and you can drag and drop from there
Sent from my HTC One X using Tapatalk 2
Thanks but can see that my question is not clear enough
How to replace f.e. typical phone icon to a silver one ?
It doesn't work the way you explained - can change app but can't change the icon only this way
Hi
Greetings
Search for some mods about icon in theme sector might you can get what u want
Sent from my HTC Sensation Z710e using xda premium
robbin7 said:
Thanks but can see that my question is not clear enough
How to replace f.e. typical phone icon to a silver one ?
It doesn't work the way you explained - can change app but can't change the icon only this way
Click to expand...
Click to collapse
that i dont know normally i would use a app to change icons but you cant do that with sense 5