Add a Circle ImageView to Framework + Circle Profile Picture Guide - Galaxy Y GT-S5360 General

Good day again. I have a new guide here over XDA again. This time I brought you Circle ImageView. I cant make a circle imageview by just using the ordinary imageview. So I came up unto an idea to make a Circle ImageView by means of AOSP. Please dont discriminate me if this guide doesnt useful for some, its for themers. if I help press thanks.
Download Link:
Code:
[url]https://www.mediafire.com/?ra3i2oqb0r7e27t[/url]
Fork this in Github if you want,
Code:
[URL="https://github.com/PineappleOwl/CircleImageView"]https://github.com/PineappleOwl/CircleImageView[/URL]
Now we will be putting the smali in framework,
1. Download the zip over there at the download link.
2. Extract it.
3. Pull your framework.jar
4. Decompile it.
5. Now put the smali you downloaded in the decompiled framework.jar in the directory /smali/android/widget/
6. Compile the framework.jar now.
7. Flash.
As you can see after flashing, there is no changes. Yes thats true LOL. To make it work
Import your new framework.jar in your apktool.
As you now want to add a circle imageview in your layout, here is an example:
Code:
<CircleImageView android:src="@drawable/thepicture" android:layout_height="fill_parent" android:layout_width="fill_parent" />
Apply as ordinary imageview but only make the first word CircleImageView.
Note: LenoxEvolutionV3PrePotatoXLenox has this already in its framework. But only implemented a circle in Lockscreen.
[Update]Circle Custom Picture:
1. I assume you did this already.
2. Now we gonna edit the smali of b16h22's profile picture, open the smali.
3. Now replace every "ImageView" word into "CircleImageView"
4. Save.
5. Enjoy
SS:
{
"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"
}
Credits:
Lenox Developers
Potato Inc. specially the Ninja.
AOSP
Greets,
PineappleOwl

CircleImageView is <3

tentenponce said:
CircleImageView is <3
Click to expand...
Click to collapse
Someone requested it hahah then I post. By the way Ive been keeping an eye on your signature.

Look like Lenox right ?
Sent from my GT-S5360 using XDA Free mobile app

GSculerlor said:
Look like Lenox right ?
Sent from my GT-S5360 using XDA Free mobile app
Click to expand...
Click to collapse
Yes indeed sir hehe

Thank you
Cool now I know how to do it.
By the way who's the monkey? XD:laugh:

TheNightBaron said:
Cool now I know how to do it.
By the way who's the monkey? XD:laugh:
Click to expand...
Click to collapse
Hahaha I dont know maybe you sir. :laugh::laugh::laugh:

LOL
PineappleOwl said:
Hahaha I dont know maybe you sir. :laugh::laugh::laugh:
Click to expand...
Click to collapse
Hahaha :laugh:

Boooooom!
The thing that ive been waiting.HAHA Thanks bon-bon :good::good:

RikudouSennin said:
The thing that ive been waiting.HAHA Thanks bon-bon :good::good:
Click to expand...
Click to collapse
Oh I remembered you Bon bon Glad to knew your username heheh

PineappleOwl said:
Oh I remembered you Bon bon Glad to knew your username heheh
Click to expand...
Click to collapse
Great guide,just wanted to know that what editing needs in layout to have changeable pic with b16h22's sir guide?
Thnk u bro

nightwalker said:
Great guide,just wanted to know that what editing needs in layout to have changeable pic with b16h22's sir guide?
Thnk u bro
Click to expand...
Click to collapse
When you want to use it in an owner picture. Just simply go to the smali of sir b16h22 and then change every "ImageView" you see and turn it into "CircleImageView"

PineappleOwl said:
When you want to use it in an owner picture. Just simply go to the smali of sir b16h22 and then change every "ImageView" you see and turn it into "CircleImageView"
Click to expand...
Click to collapse
Thnk u bro,where to place b16h22's smali?In framework.jar?

Cool!
PineappleOwl said:
Good day again. I have a new guide here over XDA again. This time I brought you Circle ImageView. I cant make a circle imageview by just using the ordinary imageview. So I came up unto an idea to make a Circle ImageView by means of AOSP. Please dont discriminate me if this guide doesnt useful for some, its for themers. if I help press thanks.
Download Link:
Code:
[url]https://www.mediafire.com/?ra3i2oqb0r7e27t[/url]
Fork this in Github if you want,
Code:
[URL="https://github.com/PineappleOwl/CircleImageView"]https://github.com/PineappleOwl/CircleImageView[/URL]
Now we will be putting the smali in framework,
1. Download the zip over there at the download link.
2. Extract it.
3. Pull your framework.jar
4. Decompile it.
5. Now put the smali you downloaded in the decompiled framework.jar in the directory /smali/android/widget/
6. Compile the framework.jar now.
7. Flash.
As you can see after flashing, there is no changes. Yes thats true LOL. To make it work
Import your new framework.jar in your apktool.
As you now want to add a circle imageview in your layout, here is an example:
Code:
<CircleImageView android:src="@drawable/thepicture" android:layout_height="fill_parent" android:layout_width="fill_parent" />
Apply as ordinary imageview but only make the first word CircleImageView.
Note: LenoxEvolutionV3PrePotatoXLenox has this already in its framework. But only implemented a circle in Lockscreen.
[Update]Circle Custom Picture:
1. I assume you did this already.
2. Now we gonna edit the smali of b16h22's profile picture, open the smali.
3. Now replace every "ImageView" word into "CircleImageView"
4. Save.
5. Enjoy
SS:
Credits:
Lenox Developers
Potato Inc. specially the Ninja.
AOSP
Greets,
PineappleOwl
Click to expand...
Click to collapse
Thanks sir, I was looking for this :good:

nightwalker said:
Thnk u bro,where to place b16h22's smali?In framework.jar?
Click to expand...
Click to collapse
No sir . the original way. Just replace the ImageView to CircleImageView in his smali hehe
Sent from my Nexus 7 using Tapatalk

Sir, i still didnt get mean of this :
As you can see after flashing, there is no changes. Yes thats true LOL. To make it work
Import your new framework.jar in your apktool.
As you now want to add a circle imageview in your layout, here is an example:
Code:
Code:
<CircleImageView android:src="@drawable/thepicture" android:layout_height="fill_parent" android:layout_width="fill_parent" />
Apply as ordinary imageview but only make the first word CircleImageView.
Click to expand...
Click to collapse
Where i must place that code ?

GSculerlor said:
Sir, i still didnt get mean of this :
Where i must place that code ?
Click to expand...
Click to collapse
Hehe when you compiled the framework.jar make it now your framework.jar in apktool change too
Sent from my Nexus 7 using Tapatalk

PineappleOwl said:
Oh I remembered you Bon bon Glad to knew your username heheh
Click to expand...
Click to collapse
Can i add this on CM based roms ?

RikudouSennin said:
Can i add this on CM based roms ?
Click to expand...
Click to collapse
Cm9 and above wont work hehehe
Sent from my Nexus 7 using Tapatalk

sir can u tell me how to add owner pic at lockscreen? i have tried b16h22's guide but got fc on sb coz i have same thing on sb too any help sir?

Related

[Theme]The Blues-Hero v1 For Hero Roms! Released!

Here is the NewVision v3r2 with new lock screen, the oponish dialer, palm pre status bar, and Ophone drawables.
All Credit goes to JAC and Drizzy for making this amazing speedy rom, Just touched up some drawable's and added mods that were out there already for you guys. The dialer and locksreen were not created by me, I actually couldnt find the thread so I cant find the person who made the graphics but anyway thanks to him lol, also give thanks to L3 Wish for some images used.
All edits done by me Diaztradeinc enjoy and remember F*^% Palm..haha
Change log: The Blues-Hero v1
1.Ported l3wish status bar,
2.L3wish drawables,
3.Rosie is now transparent,
4.Changed home_screen on load
5.HtcMusic.apk skinned
6.Twitter.apk slightly edited
7.Mms.apk Edited
8.Over 200 images edited!
9.And a couple other things i forgot...Enjoy
FOR THE LATEST AND BETTER QUALITY SCREEN SHOTS PLEASE VISIT:
http://www.flickr.com/photos/[email protected]/
SCREENSHOTS:
View attachment 215180
View attachment 215181
View attachment 215182
View attachment 215183
View attachment 215184
{
"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 LINK:
The Blues-Hero v1
http://www.mediafire.com/?hnzrkjgqnyj
good stuff on this,
wish it had the original hero battery bar, the ophone looks ugly :/
johnnylicious said:
good stuff on this,
wish it had the original hero battery bar, the ophone looks ugly :/
Click to expand...
Click to collapse
I'll change it, just waiting to see if someone can cook me up a new rosie drawer app bar, tired of seeing it look so plain.
diaztradeinc said:
I'll change it, just waiting to see if someone can cook me up a new rosie drawer app bar, tired of seeing it look so plain.
Click to expand...
Click to collapse
got it thanks =D and yeah hero needs to be really themed up forsure!
What file do I need to pull the get the Palm Pre status bar?
I'm too lazy to flash another ROM.
Thank you in advance.
BTW I do believe g1junky and/or Drizzy made the dialer and lock screen.
http://forum.xda-developers.com/showthread.php?t=538942
nice i must say....def flashing as we speak.
Z҉A҉L҉G҉O̚̕̚ said:
What file do I need to pull the get the Palm Pre status bar?
I'm too lazy to flash another ROM.
Thank you in advance.
BTW I do believe g1junky and/or Drizzy made the dialer and lock screen.
http://forum.xda-developers.com/showthread.php?t=538942
Click to expand...
Click to collapse
lmfao me tooo! i wanted palm-hero!!!
Z҉A҉L҉G҉O̚̕̚ said:
What file do I need to pull the get the Palm Pre status bar?
I'm too lazy to flash another ROM.
Thank you in advance.
BTW I do believe g1junky and/or Drizzy made the dialer and lock screen.
http://forum.xda-developers.com/showthread.php?t=538942
Click to expand...
Click to collapse
You won't be able to pull and push the one file, you need the whole framework.apk if you want to push. I think it's best to just flash, or download the rom then pull the framework.apk and push. The file is statusbar_backround.png i believe.
do u know what dont work on this rom..the only thing i dont like bout the HERO is there is no bluetooth..other then that its great
I just want the ophone dialer! how do I do that? thx!
johnnylicious said:
lmfao me tooo! i wanted palm-hero!!!
Click to expand...
Click to collapse
LOL i want a Palm-Hero as well, i asked l3 wish to see if he can mod his app drawer to work on hero but I dont think he wants to. Thats all i need and i can do the rest.
diaztradeinc said:
You won't be able to pull and push the one file, you need the whole framework.apk if you want to push. I think it's best to just flash, or download the rom then pull the framework.apk and push. The file is statusbar_backround.png i believe.
Click to expand...
Click to collapse
Is the framework.apk com.htc.resources.apk?
Dror520 said:
I just want the ophone dialer! how do I do that? thx!
Click to expand...
Click to collapse
Download it from the thread jonnylicious has, then open both apks, copy and paste the res folders on to the same apks on the rom you want to flash, sign the update and flash. lol not that simple, you cant push the two apks because they run on there own odex files, so thats why you have to copy paste just the res folders to the original rom you want the dialer on.
Z҉A҉L҉G҉O̚̕̚ said:
Is the framework.apk com.htc.resources.apk?
Click to expand...
Click to collapse
Nah its in:
framework-res.apk/res/drawables you have to change it there then
framework-res.apk/res/drawable-480x320 and in..
framework-res.apk/res/drawable-land-480x320
Nice Work as usual
diaztradeinc said:
Here is the NewVision v3r2 with new lock screen, the oponish dialer, palm pre status bar, and Ophone drawables.
All Credit goes to JAC and Drizzy for making this amazing speedy rom, Just touched up some drawable's and added mods that were out there already for you guys. The dialer and locksreen were not created by me, I actually couldnt find the thread so I cant find the person who made the graphics but anyway thanks to him lol, also give thanks to L3 Wish for the status bar....Enjoy
My screenshot app wasnt working so only got two screen shots sorry guys...
SCREENSHOTS:
View attachment 213103
View attachment 213104
DOWNLOAD LINK:
http://www.mediafire.com/?zzw2zujnk2c
Click to expand...
Click to collapse
Dear Drizzy
Nice work as usual ,where have you been
Going to test it
Why you didn't put the new version in the same link that your previous releases it's :
http://forum.xda-developers.com/showthread.php?t=540791
diaztradeinc said:
Nah its in:
framework-res.apk/res/drawables you have to change it there then
framework-res.apk/res/drawable-480x320 and in..
framework-res.apk/res/drawable-land-480x320
Click to expand...
Click to collapse
this is kinda off topic but how do you open an apk and change the code and files in it? thx!
diaztradeinc said:
Nah its in:
framework-res.apk/res/drawables you have to change it there then
framework-res.apk/res/drawable-480x320 and in..
framework-res.apk/res/drawable-land-480x320
Click to expand...
Click to collapse
Crap. Just push the wrong apk. At least the phone restarted.
Thanks for the answer.
el_rhma said:
Dear Drizzy
Nice work as usual ,where have you been
Going to test it
Why you didn't put the new version in the same link that your previous releases it's :
http://forum.xda-developers.com/showthread.php?t=540791
Click to expand...
Click to collapse
Drizzy didnt post this dl i did diaztradeinc lol but its all his work just did sum lil upgrades.
diaztradeinc said:
Nah its in:
framework-res.apk/res/drawables you have to change it there then
framework-res.apk/res/drawable-480x320 and in..
framework-res.apk/res/drawable-land-480x320
Click to expand...
Click to collapse
Yes! It works. I just pushed frame-res.apk to /system/framework with no problems. Didn't even have to resign an apk.
Z҉A҉L҉G҉O̚̕̚ said:
Yes! It works. I just pushed frame-res.apk to /system/framework with no problems. Didn't even have to resign an apk.
Click to expand...
Click to collapse
Nice, glad to hear it worked.

[MOD] [4.1.2] [LSJ] More toggles on jelly bean leaked

hello guys, more toggles for jelly bean leaked deodexed.
Come with black status bar (i hate it grey).
download
screenie
{
"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"
}
more to come
Credits:
Legendk95 for the awesome deodexed base
Ok I give up... What option are you using to change the displayed toggles?
I've looked everywhere but I'm stumped
As there's no Rom control/settings type app, would you let me know if they are indeed selectable?
Appreciate your work.
Thanks
Mirko ddd said:
hello guys, more toggles for jelly bean leaked deodexed.
Click to expand...
Click to collapse
i added a link to this thread in my general thread [Cleaned]
ofc i give credits
k4bbe said:
Ok I give up... What option are you using to change the displayed toggles?
I've looked everywhere but I'm stumped
As there's no Rom control/settings type app, would you let me know if they are indeed selectable?
Appreciate your work.
Thanks
Click to expand...
Click to collapse
Lol
Answer is to focus on quickpanel.smali
There s something that define which toggles to display (array)
So u have to edit arrays adding other toggles.
No secret no hard things.
I m a recognized noob (look at the signature) so if i can u can.
Cheers
LastStandingDroid said:
i added a link to this thread in my general thread [Cleaned]
ofc i give credits
Click to expand...
Click to collapse
Thx buddy
Mirko ddd said:
Lol
Answer is to focus on quickpanel.smali
There s something that define which toggles to display (array)
So u have to edit arrays adding other toggles.
No secret no hard things.
I m a recognized noob (look at the signature) so if i can u can.
Cheers
Thx buddy
Click to expand...
Click to collapse
Lol. Thanks. If you are a noob then I haven't been born yet! Your mods are very popular
I'll give that a go.
Quickpanel.smali will be found in the decompiled SystemUi right?
Thanks for the heads up.
Hie bro
Can i Add This Feature to My Mod ? [ My All in One Mod For LSJ ] ?
Or Simply provide me how to on your git
k4bbe said:
Lol. Thanks. If you are a noob then I haven't been born yet! Your mods are very popular
I'll give that a go.
Quickpanel.smali will be found in the decompiled SystemUi right?
Thanks for the heads up.
Click to expand...
Click to collapse
no need anymore to focuson quickpanel.smali since i already told ya where to look
uhave to edit /res/values/arrays.xml and add missing toggles.
Missing toggles are in smali\com\android\systemui\statusbar\policy\quicksetting
PS: my mods are not popular
ICS_XD said:
Hie bro
Can i Add This Feature to My Mod ? [ My All in One Mod For LSJ ] ?
Or Simply provide me how to on your git
Click to expand...
Click to collapse
hey buddy, grab it and credit
i will not update git until 3 December (lots of stuffs to do with my gf, we have romantic holidays lol)
Mirko ddd said:
no need anymore to focuson quickpanel.smali since i already told ya where to look
uhave to edit /res/values/arrays.xml and add missing toggles.
Missing toggles are in smali\com\android\systemui\statusbar\policy\quicksetting
PS: my mods are not popular
hey buddy, grab it and credit
i will not update git until 3 December (lots of stuffs to do with my gf, we have romantic holidays lol)
Click to expand...
Click to collapse
Go And Edit Your Gf's Smaliz these days PPP
ICS_XD said:
Go And Edit Your Gf's Smaliz these days PPP
Click to expand...
Click to collapse
lol
is this worck with RRemix 3.1.2 JB?
mmu7med said:
is this worck with RRemix 3.1.2 JB?
Click to expand...
Click to collapse
Theard's Title said "XXLSJ" Leak. Not working with AOKP / CM.
Thanks, works like a charm! One question, where does the toggle "driving mode" stand for, what does it do?
Sent from my GT-I9100 using xda premium
One thing I need is a torch toggle
Sent from my GT-I9100 using Tapatalk 2
wis1152 said:
one thing i need is a torch toggle
sent from my gt-i9100 using tapatalk 2
Click to expand...
Click to collapse
+1
Also, Odexed version is faster and many may prefer it. It would be great to have this mod (and others) for the Odexed ones.
Thanks in advance
i9100 @ cm 10
faraaz said:
Thanks, works like a charm! One question, where does the toggle "driving mode" stand for, what does it do?
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
driving mode need to read notification with voice.
i.e when u drive and u got messages a voice tells you who sent u that message and its content
wis1152 said:
One thing I need is a torch toggle
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
yoshi
MySeLfPT said:
+1
Also, Odexed version is faster and many may prefer it. It would be great to have this mod (and others) for the Odexed ones.
Thanks in advance
i9100 @ cm 10
Click to expand...
Click to collapse
odexed version doesnt need, u can use same version deletin you odex file.
MySeLfPT said:
+1
Also, Odexed version is faster and many may prefer it. It would be great to have this mod (and others) for the Odexed ones.
Thanks in advance
i9100 @ cm 10
Click to expand...
Click to collapse
For odexed rom, flash this mod delete SystemUI.odex from system/app and reboot.
MyLifeRocks10 said:
For odexed rom, flash this mod delete SystemUI.odex from system/app and reboot.
Click to expand...
Click to collapse
Hie bro mine systemui is working my tester reported me now
Sent from my GT-I9100G using xda premium
MyLifeRocks10 said:
For odexed rom, flash this mod delete SystemUI.odex from system/app and reboot.
Click to expand...
Click to collapse
Hi, I just tried flashing the mod and then deleting systemUI.odex. But when I reboot, I have no status bar at all? Please help me out
BobPowers said:
Hi, I just tried flashing the mod and then deleting systemUI.odex. But when I reboot, I have no status bar at all? Please help me out
Click to expand...
Click to collapse
wipe dalvik cache and reboot
Mirko ddd said:
wipe dalvik cache and reboot
Click to expand...
Click to collapse
mmm....tried that and also reinstalled and wiped cach and Dalvik... it still hasn't returned! I wanted it black but not gone
---------- Post added at 07:57 PM ---------- Previous post was at 07:46 PM ----------
ICS_XD said:
Hie bro mine systemui is working my tester reported me now
Sent from my GT-I9100G using xda premium
Click to expand...
Click to collapse
hi...if you have this working could you post your systemui.odex file so I can try and insert it manually on mine....I have lost my status bar after deleting that .odex file

[UPDATE][MOD][MIUI V5] MiuiSystemUI & Framework-res

Mod For MIUI V5 3.6.7 GNex 4.2.2
1. MiuiSystemUI.apk & Framework-res.apk
Feature
#Small Navbar (30.0dip) HTC One icon
#Switch icon statusbar (Left signal, Right Battery)
#Carrier Logo (Center)
#NoClock
Dowload link : http://db.tt/1Co15MW0
{
"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"
}
2. Just MiuiSystemUI.apk
Feature
#left signal
#right battery
#center clock
See attachment
Download here : http://db.tt/bXro29nM
Push manual on your system
For MIUI V5 Maguro 3.6.28​
Feature
1. MiuiSystemUI :
* Left Signal - Carrier Logo - WiFi signal
* Right Battery Icon
* Center Clock
2. Framework-res
* 30 DPI Port and 28DPI Land
Now Flashable zip
Thanks @playya for Blank.zip
Screenshot :
Download : Here
Credit :
@xxxMADxxx
@rezarivani
@fa7erin
@petrukgrinder
@Noe88
@oXside89
and all member iLuminouss Fams
I did this and I like the nav bar now, but how do I get rid of the Hexa icon on top of my screen/statusbar?
Or how do I go back to normal system?
Thanks
first link not working
Rapydax said:
I did this and I like the nav bar now, but how do I get rid of the Hexa icon on top of my screen/statusbar?
Or how do I go back to normal system?
Thanks
Click to expand...
Click to collapse
It's carrier logo man, include on MiuiSystemUI.apk (first mod)
If u use miuisystemui.apk on the second mod, the carrier logo (Hexa) doesn't uppears.
Sent from myUI using XDA Premium
flyologist said:
first link not working
Click to expand...
Click to collapse
Post edit.
Link working now
Sent from myUI using XDA Premium
would be great a flashable zip!!!!
Cool.......
Can you share your theme??
And can carrier logo be change?
kemihansome said:
Cool.......
Can you share your theme??
And can carrier logo be change?
Click to expand...
Click to collapse
Wait for release dude.
Yes. It's can change.
Put carrier_logo.png in .mtz theme >> com.android.systemui/drawable-xhdpi.
Or u can put MiuiSystemUI.apk res/dawable-xhdpi.
Sent from myUI using XDA Premium
hey man I understand you want to contribute but I must admit making a zip or even manipulating zips that are already out there is really not that hard. Not trying to flame but people like ways to go back in case they dont like it as well. I know I know there are ways that we should all know but unfortunately many are lazy.
I have attached a Blank/Empty flashable zip that I have used the flash themes prior so if you like you can simply add your apk file to a proper folder and use. Hope it helps
Edit: Fyi - when I tried to download apk to add to zip my virus protection/Google deemed it as harmful
playya said:
hey man I understand you want to contribute but I must admit making a zip or even manipulating zips that are already out there is really not that hard. Not trying to flame but people like ways to go back in case they dont like it as well. I know I know there are ways that we should all know but unfortunately many are lazy.
I have attached a Blank/Empty flashable zip that I have used the flash themes prior so if you like you can simply add your apk file to a proper folder and use. Hope it helps
Edit: Fyi - when I tried to download apk to add to zip my virus protection/Google deemed it as harmful
Click to expand...
Click to collapse
Thanks dude.
Next update I use flashable zip
Sent from myUI using XDA Premium
Shandness said:
Thanks dude.
Next update I use flashable zip
Sent from myUI using XDA Premium
Click to expand...
Click to collapse
no problem
Using second mod on my gnex and working fine, however, the carrier name still appears on the left hand side, and in my case it's too long (pepephone), is there anyway to make it disappear?
thanks for your work!
guachine said:
Using second mod on my gnex and working fine, however, the carrier name still appears on the left hand side, and in my case it's too long (pepephone), is there anyway to make it disappear?
thanks for your work!
Click to expand...
Click to collapse
Use spn config and replace the carrier name with space or everything word u want
This spn config.apk : http://goo.im/devs/Wajk/Mi2/addon/MiuiSpnConfig.apk
Sent from myUI using XDA Premium
Shandness said:
Use spn config and replace the carrier name with space or everything word u want
This spn config.apk : http://goo.im/devs/Wajk/Mi2/addon/MiuiSpnConfig.apk
Sent from myUI using XDA Premium
Click to expand...
Click to collapse
Got it!!!!
thanks a lot, I thought it was going to be difficult, but it's been a piece of cake!!
thanks!!
Shandness said:
Wait for release dude.
Yes. It's can change.
Put carrier_logo.png in .mtz theme >> com.android.systemui/drawable-xhdpi.
Or u can put MiuiSystemUI.apk res/dawable-xhdpi.
Sent from myUI using XDA Premium
Click to expand...
Click to collapse
Thanks man.....
Works wella,
Any new mod will be highly appreciated :thumbup:
Sent from my Galaxy Nexus using xda premium
Just one question if I want replace the default carrier logo for the 2nd mod with a custom one do I just have to place carrier_logo in res/drawable-xhdpi folder or do i have to also add something to the status_bar.xml?
Thanks
I noticed the file says Maguro, I'm just wondering if I can flash this on the Toro?
Sent from my Galaxy Nexus using xda app-developers app
flyologist said:
Just one question if I want replace the default carrier logo for the 2nd mod with a custom one do I just have to place carrier_logo in res/drawable-xhdpi folder or do i have to also add something to the status_bar.xml?
Thanks
Click to expand...
Click to collapse
Second Mod Just carrier name. No carrier logo
kreep22 said:
I noticed the file says Maguro, I'm just wondering if I can flash this on the Toro?
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
If MIUI Toro same base with Maguro it will be work
Yes I understand that, What I meant was if I wanted to add a custom logo instead of my default logo to the 2nd mod with the center clock do I just add my own carrier_logo.png to res/drawable-xhdpi folder in miuisystemui.apk or do I have to also add a line to the status_bar.xml ? and if there is a line to be added what is it
thanks

[GUIDE] How to add device info in ExpandedView (Real Info from device)

CREDITS
THE POTATOINC
WHAT IS THIS?
Its just a simple device info that can be add in expandedview (or in any app)
FEATURES
ROM Name
Phone model
Android version
CPU
Memory
Battery level
Up time
WHAT IS SPECIAL TO THIS MOD?
You will see several mods with this kind of details but in this, the details is actually
the details of your phone (According to my facebook friends) that's why I made this mod
HOW TO ADD/USE
Decompile your SystemUI.apk
Download the attached ZIP file
Extract then paste to your smali folder
Go to SystemUI.apk/res/layout/statusbar_expanded.xml
paste this code anywhere you want to put it
Code:
[FONT=Century Gothic]<com.potato.statusbar.deviceInfo.Information android:layout_marginLeft="5dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="#fff" />[/FONT]
Compile your SystemUI.apk again.
SCREENIES
{
"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"
}
SCREENSHOT FROM OTHER DEVICE
Pol Lube - ArcMobile Nitro 500d
Zion Near Samsung GT-S5360
TROUBLESHOOTING
BTW thread is updated.
If still not showing try to put
android:layout_weight="1"
You can use this your mod/rom but please don't change the name
ex. com.YOURAWESOMESUPERLICIOUSDELICOUSNAME.statusbar.myModzz
And a small credits and thanks is okay.
If you want to modify the code please let me know it first
​
Thanksfor this
Can u give me java code of that?
Sent from my GT-S5570I
How can I translate it
nhyaiba712 said:
How can I translate it
Click to expand...
Click to collapse
Open Information.smali then search for the text that you want to translate.
thanks for this
thx for this
how can I do so as a ArcMobile Nitro 500d or Zion Near Samsung GT-S5360?
hey nice one. but is there any way to display only the ram info?
thanks for this
mariozawa said:
CREDITS
THE POTATOINC
WHAT IS THIS?
Its just a simple device info that can be add in expandedview (or in any app)
FEATURES
ROM Name
Phone model
Android version
CPU
Memory
Battery level
Up time
WHAT IS SPECIAL TO THIS MOD?
You will see several mods with this kind of details but in this, the details is actually
the details of your phone (According to my facebook friends) that's why I made this mod
HOW TO ADD/USE
Decompile your SystemUI.apk
Download the attached ZIP file
Extract then paste to your smali folder
Go to SystemUI.apk/res/layout/statusbar_expanded.xml
paste this code anywhere you want to put it
Code:
[FONT=Century Gothic]<com.potato.statusbar.deviceInfo.Information android:layout_marginLeft="5dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="#fff" />[/FONT]
Compile your SystemUI.apk again.
SCREENIES
SCREENSHOT FROM OTHER DEVICE
Pol Lube - ArcMobile Nitro 500d
Zion Near Samsung GT-S5360
TROUBLESHOOTING
BTW thread is updated.
If still not showing try to put
android:layout_weight="1"
You can use this your mod/rom but please don't change the name
ex. com.YOURAWESOMESUPERLICIOUSDELICOUSNAME.statusbar.myModzz
And a small credits and thanks is okay.
If you want to modify the code please let me know it first
​
Click to expand...
Click to collapse
thanks can you share code to add that thing in settings about
@mariozawa bro awesome guides by u.
How to add info on the statusbar tracing like in the screenshot of zion near.
It gives a different look.
Thanks.
very good i made it but i have this result can you help me??
HELP
Sir I made it my problem is that I want it to fit on bottom how to do that sir?:laugh:
G.M.L said:
very good i made it but i have this result can you help me??
Click to expand...
Click to collapse
dansoy92 said:
Sir I made it my problem is that I want it to fit on bottom how to do that sir?:laugh:
Click to expand...
Click to collapse
All you have to do is set android:layout variables. I had the same problem with it being stuck at the top. But adding android:layout_gravity="bottom|center", android:gravity="center" and some padding you get this
Sent from my Galaxy Note II
icedventimocha said:
All you have to do is set android:layout variables. I had the same problem with it being stuck at the top. But adding android:layout_gravity="bottom|center", android:gravity="center" and some padding you get this
Sent from my Galaxy Note II
Click to expand...
Click to collapse
sir, extract dowloaded file then i have "com" folder, have to copy to systemui/smali/com ?
and i want add this to statusbar ( not expanded panel ) and i just want it show memory so what i have to do ( delete other smali file ? )
Sorry sir
I'm just noob
my question
how to make writing to center ?
soory my english is bad
btw nice work :good:
Just in case someone needs it here are the smali files for lollipop
@mariozawa it seems like mod doesn't work on Note 5/Lollipop 5.1.1.....
Any chance of workaround?
wcoast said:
@mariozawa it seems like mod doesn't work on Note 5/Lollipop 5.1.1.....
Any chance of workaround?
Click to expand...
Click to collapse
Just a try. Did you look for another status_bar_expanded.xml? I'm on Note Edge and since 5.1.1 I have a second one and have to use it.
Gesendet von meinem SM-N915FY mit Tapatalk
and2 said:
Just a try. Did you look for another status_bar_expanded.xml? I'm on Note Edge and since 5.1.1 I have a second one and have to use it.
Gesendet von meinem SM-N915FY mit Tapatalk
Click to expand...
Click to collapse
Note 5 have status_bar_expanded, sub_status_bar_expanded, status_bar_expanded_header and msim_status_bar_expanded
---------- Post added at 07:17 AM ---------- Previous post was at 06:53 AM ----------
@and2 I have tried all status_bar_expanded that I can see and even added android:layout_weight="1" but no luck...
wcoast said:
Note 5 have status_bar_expanded, sub_status_bar_expanded, status_bar_expanded_header and msim_status_bar_expanded
---------- Post added at 07:17 AM ---------- Previous post was at 06:53 AM ----------
@and2 I have tried all status_bar_expanded that I can see and even added android:layout_weight="1" but no luck...
Click to expand...
Click to collapse
Even if you try it in layout-sw360dp-xxxhdpi-v13/status_bar_expanded.xml, strange. When ifind some time i have to try it on the Note 5 port of my wife.

[Guide][LP] How to Add Task Manager Panel to SystemUI

Hi!
Just wanna share simple mod: how to show task manager panel to statusbar expanded
Should work on stock or any custom rom using stock SystemUI
Requirement: rooted device & know how to decompile, recompile, sign apk
Steps
- decompile SystemUI.apk
- open res/values/bools.xml
- find
Code:
<bool name="config_showTaskManagerSwitcher">false</bool>
- change it to
Code:
<bool name="config_showTaskManagerSwitcher">true</bool>
- open res/layout/status_bar_expanded_header.xml
- find
Code:
<ImageButton android:id="@id/task_manager_button" android:visibility="gone" android:layout_width="48.0dip" android:layout_height="@dimen/status_bar_header_height" android:src="@drawable/ic_tasklist_switch_normal" android:layout_marginStart="8.0dip" android:layout_toStartOf="@id/settings_button" style="@android:style/Widget.Material.Button.Borderless" />
<ImageButton android:id="@id/somc_qs_button" android:background="@drawable/ripple_drawable" android:layout_width="@dimen/multi_user_switch_width_collapsed" android:layout_height="@dimen/status_bar_header_height" android:src="@drawable/ic_edit_settings" android:contentDescription="@string/accessibility_desc_edit_quick_settings" android:layout_toStartOf="@id/settings_button" style="@android:style/Widget.Material.Button.Borderless" />
- change them to
Code:
<ImageButton android:id="@id/task_manager_button" android:background="@drawable/ripple_drawable" android:visibility="gone" android:layout_width="@dimen/multi_user_switch_width_collapsed" android:layout_height="@dimen/status_bar_header_height" android:src="@drawable/ic_tasklist_switch_normal" android:layout_toStartOf="@id/settings_button" style="@android:style/Widget.Material.Button.Borderless" />
<ImageButton android:id="@id/somc_qs_button" android:background="@drawable/ripple_drawable" android:layout_width="@dimen/multi_user_switch_width_collapsed" android:layout_height="@dimen/status_bar_header_height" android:src="@drawable/ic_edit_settings" android:contentDescription="@string/accessibility_desc_edit_quick_settings" android:layout_toStartOf="@id/task_manager_button" style="@android:style/Widget.Material.Button.Borderless" />
- save all changes
- recompile, sign, push
- done
Screenshoot
{
"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"
}
Thank you for the guide, I will try to add it later.
Off-topic:
Do you how to change status bar/toggle icons to AOSP style? I am looking to change WiFi and Signal icons in status bar and Wifi toggle in quick settings.
Also, any way to disable this annoying auto sync pop-up message when you toggle on/off in quick settings.
Great Guide.Thanks
Thanks, I will try it later!!!
How to add the visualizer the same as you in screenshot?
Enviado desde mi D6603 mediante Tapatalk
Workin' perfectly on XZL <3
I have this bug on stock Sony .200 build number . The icons to change tile order overlaps, there are 2 of them and one doesn't disappear :/
Good news and bad news: I added the Equalizer from this tutorial: http://forum.xda-developers.com/android/themes/guide-how-to-add-selectable-8-style-t3070550
But the icons are still overlaping
I can provide all neccesary files to help fix It.
somtimes my quick settings blank and i must click on task manager to show it again, any help ??
masteriori said:
Thank you for the guide, I will try to add it later.
Off-topic:
Do you how to change status bar/toggle icons to AOSP style? I am looking to change WiFi and Signal icons in status bar and Wifi toggle in quick settings.
Also, any way to disable this annoying auto sync pop-up message when you toggle on/off in quick settings.
Click to expand...
Click to collapse
yes, I do
Chxrlyglez said:
Thanks, I will try it later!!!
How to add the visualizer the same as you in screenshot?
Enviado desde mi D6603 mediante Tapatalk
Click to expand...
Click to collapse
here http://forum.xda-developers.com/android/themes/guide-how-to-add-selectable-8-style-t3070550/
xkeita said:
Workin' perfectly on XZL <3
Click to expand...
Click to collapse
nice
cachanilla86 said:
I have this bug on stock Sony .200 build number . The icons to change tile order overlaps, there are 2 of them and one doesn't disappear :/
Good news and bad news: I added the Equalizer from this tutorial: http://forum.xda-developers.com/android/themes/guide-how-to-add-selectable-8-style-t3070550
But the icons are still overlaping
I can provide all neccesary files to help fix It.
Click to expand...
Click to collapse
did u follow steps carefully?
can u upload ur status_bar_expanded_header.xml & dimens.xml?
rebiiejr said:
somtimes my quick settings blank and i must click on task manager to show it again, any help ??
Click to expand...
Click to collapse
never happen to me
idid idamrep said:
did u follow steps carefully?
can u upload ur status_bar_expanded_header.xml & dimens.xml?
Click to expand...
Click to collapse
Both file are attached. I'm gonna downgrade to 546 to see if it works on the older build number
cachanilla86 said:
Both file are attached. I'm gonna downgrade to 546 to see if it works on the older build number
Click to expand...
Click to collapse
u have two lines with same id
delete the last one
idid idamrep said:
u have two lines with same id
delete the last one
Click to expand...
Click to collapse
Yeah! It works...but I was on 546 build number, so the users of Z2 have to delete the other line. I'm gonna go back to .200 now. Thanks! :good::highfive:
Working Perfectly here
nice guide @idid idamrep
will try it soon
sir, i can't find <bool name="config_showTaskManagerSwitcher"> string on bools.xml? is this work on another AOSP rom? based on Cyanogenmod?
never mind, i got my problem
Black Plague said:
Working Perfectly here
Click to expand...
Click to collapse
How's you added blur in SystemUI ?
wolfmannight said:
How's you added blur in SystemUI ?
Click to expand...
Click to collapse
here u go buddy
http://repo.xposed.info/module/serajr.blurred.system.ui.lp
apktool for some reason won't recompile my systemui.apk
Did u install the correct framework files bro
Black Plague said:
Did u install the correct framework files bro
Click to expand...
Click to collapse
yes i am using framework from my phone
rom: cyanogenmod
based on android 5.1.1
latest apk tool - it will decompile but will not re-compile
aww I dont have any idea about Cyanogen mod framework coz I used to work only on Stock Sony Roms, did others confirm this mod working on a CM base Rom?

Categories

Resources