[Guide][LP] How to Add Task Manager Panel to SystemUI - Sony Cross-Device Development Themes and Apps

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?

Related

[MOD]XPERIA Z/T JB Lockscreen Mod | 30/03/13

XPERIA Z/T JB LOCKSCREEN
MODIFIED LAYOUT
{
"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"
}
​
Features:
New Layout
Moved SliderControls to bottom for easy access
Clock does not disappear while touching SliderControls
Downloads:
Lockscreen with Permanent Hint Text
Lockscreen with Hint Visible for First 3 Unlocks
Lockscreen with Semi-Transparent Backplate
Lockscreen with Full Transparent Backplate
Credits:
erorcun - For porting lockscreen to ICS
In case the flashable zip doesn't work, extract the apk and push it to /system/app/. And leave a report too.
Feel free to leave any suggestion. Have fun!
Gud job... It's awesome that's what I need ... :thumbup:
Xperia World
Acro S (Hikari) Stockrom .55 Rooted LB India
jealybean Tab 'n' Grid Theme
New batteryicon statusbar
Theme project "TRON"
Great work, I've seen it in the Xperia P thread before.
P.S Can you do a version with the clock in the bottom of the screen as well?
I don't mind if the clock hides while sliding
Posted by Sony Xperia™ Ion via xda-premium
Is work landscape ?, if not could you do to make this possible ?
regards
juan
---------- Post added at 11:43 AM ---------- Previous post was at 11:37 AM ----------
Zip give me error status 0, I will push apk in system
Put apk in system work perfect, thanks
but..if you can do this with landscape EXCELENT
ARNOB said:
Great work, I've seen it in the Xperia P thread before.
P.S Can you do a version with the clock in the bottom of the screen as well?
I don't mind if the clock hides while sliding
Posted by Sony Xperia™ Ion via xda-premium
Click to expand...
Click to collapse
Yes!
juanenbas said:
Is work landscape ?, if not could you do to make this possible ?
regards
juan
---------- Post added at 11:43 AM ---------- Previous post was at 11:37 AM ----------
Zip give me error status 0, I will push apk in system
Put apk in system work perfect, thanks
but..if you can do this with landscape EXCELENT
Click to expand...
Click to collapse
Thanks for reporting. Landscape is possible. But the sliders when pulled will look awkward!
soumya_digi said:
Yes!
Click to expand...
Click to collapse
Waiting...
Posted by Sony Xperia™ Ion via xda-premium
Ok, no problem if you can I can test this landscape mode no problem
regards
juan
ARNOB said:
Waiting...
Posted by Sony Xperia™ Ion via xda-premium
Click to expand...
Click to collapse
Here you go:
Screenshot:
Download:
http://d-h.st/SUU
Please report if the zip is working or not!
juanenbas said:
Ok, no problem if you can I can test this landscape mode no problem
regards
juan
Click to expand...
Click to collapse
Ok, I'm making one for you. Please make sure your framework-res is modified to allow lockscreen rotation.
EDIT: Try this -- http://d-h.st/7mZ
Can you add swipe notifications? Like in ICS lockscreen :good:
soumya_digi said:
Here you go:
Screenshot:
Download:
http://d-h.st/SUU
Please report if the zip is working or not!
Ok, I'm making one for you. Please make sure your framework-res is modified to allow lockscreen rotation.
EDIT: Try this -- http://d-h.st/7mZ
Click to expand...
Click to collapse
What must to have modified in this framework/res ?
juanenbas said:
What must to have modified in this framework/res ?
Click to expand...
Click to collapse
Does your existing lockscreen rotates? If not then you'll have to decompile your framework-res.apk, and edit two lines in res/values/bools.xml from
PHP:
<bool name="config_enableLockScreenRotation">false</bool>
<bool name="lockscreen_isPortrait">true</bool>
to
PHP:
<bool name="config_enableLockScreenRotation">true</bool>
<bool name="lockscreen_isPortrait">false</bool>
michalmx0 said:
Can you add swipe notifications? Like in ICS lockscreen :good:
Click to expand...
Click to collapse
Unfortunately, no!
soumya_digi said:
Does your existing lockscreen rotates? If not then you'll have to decompile your framework-res.apk, and edit two lines in res/values/bools.xml from
PHP:
<bool name="config_enableLockScreenRotation">false</bool>
<bool name="lockscreen_isPortrait">true</bool>
to
PHP:
<bool name="config_enableLockScreenRotation">true</bool>
<bool name="lockscreen_isPortrait">false</bool>
I dont have values carpet inside RES, Can i create this one ?
Click to expand...
Click to collapse
juanenbas said:
I dont have values carpet inside RES, Can i create this one ?
Click to expand...
Click to collapse
You mean no values folder, right? Did you decompile with apktool or just extracted?
juanenbas said:
I dont have values carpet inside RES, Can i create this one ?
Click to expand...
Click to collapse
compile UxpNxtLockScreen.apk, you can not edit/creat it using winzip
@juanenbas I want to move SliderControls, which xml ?
soumya_digi said:
You mean no values folder, right? Did you decompile with apktool or just extracted?
Click to expand...
Click to collapse
Just extracted !!...I dont know to use the apktool, sorry
well, great, can you show us how to change the values to make it like that , I want to make some modifications for my XV
just for ics?
fabidesca said:
just for ics?
Click to expand...
Click to collapse
Yes for ICS
Finnaly I use this post
http://forum.xda-developers.com/showthread.php?t=1525045
Thanks. Was looking for this mod.
It's a pain to when I need to start camera from lock screen with old Xperia Z lock screen but now it fine.
It's Possible to use for jellybean 4.2.2 (Slim bean)?

[MOD][CM10.1] TRANSPARENT STATUS BAR +++ (Added for CM10.1-Alpha-7)

​
Click to expand...
Click to collapse
CM10.1 TRANSPARENT STATUS BAR +++
GUIDE FOR DEVS : http://forum.xda-developers.com/showthread.php?t=2234355
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------​
Click to expand...
Click to collapse
SCREENSHOTS & DOWNLOAD
DOWNLOAD FOR CM10.1-ALPHA-7 IN POST #45
DOWNLOAD FOR CM10.1-ALPHA-6 IN POST #38
DOWNLOAD FOR CM10.1-ALPHA-5 IN POST #26
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOR CM10.1-Alpha-4
100 % TRANSPARENCY
{
"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 : CM10.1-alpha.4_100%-TRANSPARENT_STATUS_BAR
80% TRANSPARENCY
DOWNLOAD : CM10.1-alpha.4_80%-TRANSPARENT_STATUS_BAR
100 % TRANSPARENCY +++( Center Clock with seconds + 0.0 k/s )
DOWNLOAD : CM10.1-alpha.4_100%-TRANSPARENT_STATUS_BAR_Plus.Plus
80 % TRANSPARENCY +++( Center Clock with seconds + 0.0 k/s )
DOWNLOAD : CM10.1-alpha.4_80%-TRANSPARENT_STATUS_BAR_Plus.Plus
REMOVE-CM10.1-alpha.4_TRANSPARENT_STATUS_BAR
INSTALLATION
CWM
WIPE CACHE
INSTALL ZIP FROM SD
REBOOT
HAVE FUN :good::laugh:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
CREDIT & THANKS
ARCO
EVILISTO
dzolcp
tiklefish
[Unofficial Community] Galaxy Wonder CyanogenMod Indonesia
IF YOU LIKE THIS MOD, PLEASE PRESS MY THANKS BUTTON TOO:good::laugh:​
You did it man! Really big thanks! One thing: I would like to port this mod to zte blade, running cm10.1, so which file has been modified to get transparent statusbar? And of course I will add ur name to thanks list!!!
I think you are the guy, who makes we always happy
Awesome work dude, you must be the first guy to get this working on CM10.1, hat's off to you
What i'd like to know is how you did it? Or at least, what files would I have to swap from your systemUI to mine to get it working. I would like to add a transparent statusbar to my ROM, so if you can reply, that would be great. I will also give you credit where needed of course :fingers-crossed:
Thanks in advance.
kyan31 said:
Awesome work dude, you must be the first guy to get this working on CM10.1, hat's off to you
What i'd like to know is how you did it? Or at least, what files would I have to swap from your systemUI to mine to get it working. I would like to add a transparent statusbar to my ROM, so if you can reply, that would be great. I will also give you credit where needed of course :fingers-crossed:
Thanks in advance.
Click to expand...
Click to collapse
I will post the guide soon
Thanks, I am right now trying to add PhoneWindowManager.smali from ur android.policy.jar
Hope it works, and of course transparent hex code to systemui
peetu20 said:
Thanks, I am right now trying to add PhoneWindowManager.smali from ur android.policy.jar
Hope it works, and of course transparent hex code to systemui
Click to expand...
Click to collapse
yes that, will work,. but I will post the basic what line in that smali you must edit ..
Yes, that worked
Ps. tip, if you want more transparent statusbar to homescreen, just set lockscreen bg to fully transparent, then it doesnt look ugly
Guide for dev
[GUIDE][CM10.1] Transparent StatusBar, Center Clock, Add more tiles Coloums.
:good:
i'll try this one
Amazing! Everything works fine, released this mod port to zte blade modaco forums. Thanks!
aepkyo said:
i'll try this one
Click to expand...
Click to collapse
good luck
peetu20 said:
Amazing! Everything works fine, released this mod port to zte blade modaco forums. Thanks!
Click to expand...
Click to collapse
Enjoy
Thanks alot dude, I appreciate it
Everytime I Open Messaging or any other application status bar is Morphing into White
AndiLawZ said:
Everytime I Open Messaging or any other application status bar is Morphing into White
Click to expand...
Click to collapse
That's the way it works.
Sent from my GT-I8150 using xda app-developers app
hey adi, can you make if open app the statusbar background change into black ? but this is great
UPDATED TO CM10.1 ALPHA 3
Thks
Enviado desde mi GT-I9100 usando Tapatalk 2
I love it! I'm just wondering if there is the possibility to only have the transperant statusbar at the launcher? (and at the lockscreen if possible)
Great work !
ianfebriyanto said:
hey adi, can you make if open app the statusbar background change into black ? but this is great
Click to expand...
Click to collapse
we will need to edit per app
piefert said:
I love it! I'm just wondering if there is the possibility to only have the transperant statusbar at the launcher? (and at the lockscreen if possible)
Great work !
Click to expand...
Click to collapse
did you meant "transparent Navbar " ?., i am still got fail
Adi Aisiteru Reborn said:
we will need to edit per app
did you meant "transparent Navbar " ?., i am still got fail
Click to expand...
Click to collapse
Haha no i actually meant the same as ianfebriyanto did. But if it needs to be edited per app, does that mean you only have to edit the apps where the statusbarbackground is transperant?

[Port] Xperia Z1 Taskswitcher, Small Apps and Plugin View V1 15/11 [DISCONTINUED]

{
"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"
}
Features:
Based: Quick Settings Toggles.
Full features from lastest Xperia Z1: Small Apps, Taskswitcher and Plugin View.
Long press toggle buttons that bring up relevant Settings.
Power button at right statusbar corner.
New UI.
Multiple Small Apps.
Click to expand...
Click to collapse
Screenshots:
Instruction:
Only for deodexed ROM
Delete this line in build.prop
Code:
dalvik.vm.dexopt-flags=m=y
Flash ZIP through CWM, dalvik cache and Reboot
** No need delete or do something with old Taskswitcher.
Click to expand...
Click to collapse
Gredits: @kongaz2 and Ryo Ueshima
Download: ***
Please don't complain about animation anymore, I will decide improve or not .Thanks !
V1:
For Stock framework: DOWNLOAD
For who are using my lastest framework (V4): DOWNLOAD
Options:
SystemUI without power button at right statusbar corner and big small app Calculator: Download
Click to expand...
Click to collapse
Changelogs:
V1:
Fixed layout bug.
Fixed FC when press "Share" button...
Fixed FC when enable on-screen button.
Resize recents thumbnail (smaller, can show 4 apps).
Edit recents background.
Black Quick Settings.
Click to expand...
Click to collapse
(***) Don't worry, all framework.jar I'm using supported all features ex: honami home, advanced volume control, sony sketch, phonebook, walkman and more...
This is awesome!! The only thing left is the 4.2.2 lockscreen and a perfect camera, and we have everything.. thanks DEV
Thanks @jjwrongjj bro for your awsome work..you are always making us happy..waiting for the download link...
Sent from my LT28i using XDA Premium 4 mobile app
wohooo....this looks amazing !!!
cant wait to test it
upload the files soon pls
thanks man
my friend always do the best
Will it works on eXistenZ framework?
Wow ! Amazing bro !___!
HitFan said:
Will it works on eXistenZ framework?
Click to expand...
Click to collapse
It will work, but some pngs will uncorrect (Advanced volume control) and cannot using checkbox (will FC).
Upload your framework.jar, I will add to it work
jjwrongjj said:
It will work, but some pngs will uncorrect (Advanced volume control) and cannot using checkbox (will FC).
Upload your framework.jar, I will add to it work
Click to expand...
Click to collapse
Here U go. Thanks in advance!
https://www.box.com/s/q22zyl73jqytxqx3anec
@jjwrongjj please check inbox for my PM
Do I need to uninstall the stock smallapps before I apply this mod?
TitaniumZERO said:
Do I need to uninstall the stock smallapps before I apply this mod?
Click to expand...
Click to collapse
No need
HitFan said:
Here U go. Thanks in advance!
https://www.box.com/s/q22zyl73jqytxqx3anec
@jjwrongjj please check inbox for my PM
Click to expand...
Click to collapse
Here for eXistenZ Ultra: http://www.mediafire.com/?zqybyw550qm5rd5
My recent apps is showing nothing, even if i open an app nd minimize it, it does not show up in the app switcher
please fix it
chawlasrijan said:
My recent apps is showing nothing, even if i open an app nd minimize it, it does not show up in the app switcher
please fix it
Click to expand...
Click to collapse
It shows, but only when u pressing home. If u release home button recent apps are hiding. 
 @jjwrongjj please fix it!
@jjwrongjj : can you upload a system ui without power button shortcut on status bar??
HitFan said:
It shows, but only when u pressing home. If u release home button recent apps are hiding.
@jjwrongjj please fix it!
Click to expand...
Click to collapse
Yes !!! I can confirm that
pls fix it
thanks
@jjwrongjj
Thank you for Good work! :laugh::good:
But can you share Active Clip apk in Screenshot?
Thanks
Flashed jjwronjj's z ultra framework then the z1 taskswitcher zip..working like charm and ****in perfect..
Sent from my LT28i using XDA Premium 4 mobile app
chawlasrijan said:
My recent apps is showing nothing, even if i open an app nd minimize it, it does not show up in the app switcher
please fix it
Click to expand...
Click to collapse
HitFan said:
It shows, but only when u pressing home. If u release home button recent apps are hiding.
@jjwrongjj please fix it!
Click to expand...
Click to collapse
chawlasrijan said:
Yes !!! I can confirm that
pls fix it
thanks
Click to expand...
Click to collapse
I had this problem at first time install (old version). Something from old SystemUI wrong, I dont know exactly what happened.
So only 1 solution: Do a fresh install ROM again and flash this. Or intergrate this mod to your ROM and install. It will be solved
It's random bug ...
ARNOB said:
@jjwrongjj : can you upload a system ui without power button shortcut on status bar??
Click to expand...
Click to collapse
Delete this line in status_bar.xml
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:layout_gravity="right" android:id="@id/home" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lock" android:layout_toRightOf="@id/recent_apps" android:contentDescription="@string/accessibility_back" systemui:keyCode="26" systemui:keyRepeat="false" systemui:glowBackground="@drawable/ic_sysbar_highlight" androidrientation="vertical" />
entrysky said:
@jjwrongjj
Thank you for Good work! :laugh::good:
But can you share Active Clip apk in Screenshot?
Thanks
Click to expand...
Click to collapse
Here mate
thanks
friend this is amazing mod thanks , i hope you can fix the problem :good:

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

Add a Circle ImageView to Framework + Circle Profile Picture Guide

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?

Categories

Resources