Hi everyone.
I been try almost all the arc launcher that i can find on XDA forum but can't seems to find one that has 5 rows of icons instead of 4.
Will a dev please make a arc launcher with the following specs?
5 - 7 home pages
5 Rows of icons on home pages
5 column of icons on app draw
transparent app draw - the white one instead of stock dark one.
or if someone can help me point to a tutorial that I can follow and to modify the arc launcher my self.
Thanks allot.
The ones here didn't help:
http://forum.xda-developers.com/showpost.php?p=11814168&postcount=1
...?
xdadevelopers1222 said:
The ones here didn't help:
http://forum.xda-developers.com/showpost.php?p=11814168&postcount=1
...?
Click to expand...
Click to collapse
I managed to change the home screen to 5 panels but I can't get the home screen rows right.
I can place 5 rows of widgets on the home screen but instead of all 5 of them staying at the top of the launcher dock 1 of them is half under the dock.
all I did was this: ones in red
in C:\Users\ShuFen Li\Desktop\New folder\projects\ArcHome.apk\res\values\integers
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<integer name="apptay_grid_rows">4</integer>
<integer name="apptray_grid_cols">5</integer>
<integer name="desktop_grid_rows">5</integer>
What doe the ones below means?
<integer name="desktop_grid_cols">4</integer>
<integer name="stage_grid_cols">4</integer>
<integer name="min_pane_switch_duration">1000</integer>
<integer name="pane_margin">15</integer>
<integer name="number_of_desktop_panes">5</integer>
What these below? do they define the speed that the launcher open and close the app draw?
<integer name="scale_up_transition_scale_duration">300</integer>
<integer name="scale_up_transition_translate_duration">240</integer>
<integer name="scale_up_transition_alpha_duration">240</integer>
</resources>
Do i need to change the resolution?
How can I solve this?
Thanks
Yeah that extra row would do alot.
I didnt manage to get all my widgets on my phone as before. Id rather have one panel full of widgets.
Sent from my Arcified X10 CM 6.1.3
will a dev please help withe the arc home screen launcher please?
I managed to change the resolution of the screen but not the placement of the widgets, half of the fifth widgets still gets stuck behind launcher bar on the bottom of the screen
thanks
Thanks!
I want this..
Modding Xperia Arc Launcher
Hello friends., anyone here can post Arc launcher with 5 x 5 desktop screen.. i tried editing the xml files, but i cant install on my Xperia x10 with Wolfbreak rom.. it says " App not installed " i think modders here can help me out in this.. Thanks in advance
Related
When I was thinking on what device I should buy, I vacillated between the Sony Ericsson Xperia Active and the Defy+. I liked the UI of the Active, but I decided to buy the Defy. However I determined myself I'll use the Active's Launcher, no matter what.
I know there's a lot of Xperia Arc Launcher out there (same as the Active's), but all is the same version (2.0.A.0.22) and all was modified somehow what I don't need. So, I decided to port the newest Launcher without any major modifications. I grabbed the latest firmware of the Xperia Arc (4.0.2.A.0.62), and torn it to pieces. Disassembled the Launcher and modified it to work on any WVGA (480x854) resolution Android devices. And when I was in there, in the firmware, I extracted some of the widgets too.
The Launcher (Ver: 2.1.A.0.10):
The Launcher is not modified. I only changed some settings to make the corners appears on this resolution and corrected the alignings. So, it has 4x4 appdrawer and 5 pages, like the original. You can modify these settings if you unpack the apk and change some values in some xml files. I'll make a Howto to it soon.
This is only tested on WVGA (480x854) device. If you want to try it out or it's not working on your resolution, I'll glad to help.
There's two way to install it:
With simple installation, by running the apk. After that, you need to copy the 2 other files to \system, otherwise the "Share" option will not work and you'll face with FCs. You'll need root to do that and you need to reboot after copied the files!!!
With the Update.zip from the bootloader.
Widgets:
2 kind of Digital Clock widgets
Media widget
2 kind of Switch widgets
Calendar widget
Favourites and Call Log widget
World Clock widget
Downloads:
Launcher - installer
Launcher - Update.zip - Updated (17.04.2012)
Widgets
Theres' some widgets I could not make to work:
Photos and Videos widget
Music widget
Weather widget
The Theme Selector of the Launcher
I made The Photos and Videos widget installable, but it's not usable, because it has some problems with the Advanced Widget Framework of the Launcher. Someone needs to check it. It's inside the apk of the Launcher (\smali\com\sonyericsson\advancedwidget\framework\).
The Music and the Weather widgets are not installable. I could not figure out the problem. I could not start the Theme Selector of the Launcher either. The needed files are in the compressed file too. If someone has a little bit of free time and the necessary knowledge, it's possible to make it work.
Download:
Non-working widgets
Screenshots:
What you can modify:
The resolution (not the exact one, but alignments and sizes)
Rows and cols of the appdrawer
Rows and cols number of the desktop/home
Open and closed radius of the corners
The align of the icons in the corners
First, dump the SE_Arc_Home.apk with APKTool. Then the following files may contains useful things to you.
res\values\integers.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="folder_max_rows">4</integer> - maximum rows of icons in folders
<integer name="folder_max_cols">4</integer> - maximum cols of icons in folders
<integer name="apptay_grid_rows">3</integer> - rows of the appdrawer (at hdpi resolution, the used value is in values-hdpi\integers.xml)
<integer name="apptray_grid_cols">4</integer> - cols of the appdrawer
<integer name="desktop_grid_rows">4</integer> - rows of the icons on home
<integer name="desktop_grid_cols">4</integer> - cols of the icons on home
<integer name="stage_grid_cols">4</integer>
<integer name="min_pane_switch_duration">1000</integer>
<integer name="desktop_first_pane_switch_wait_duration">0</integer>
<integer name="pane_margin">15</integer>
<integer name="number_of_desktop_panes">5</integer> - pages of home
<integer name="scale_up_transition_scale_duration">300</integer>
<integer name="scale_up_transition_translate_duration">240</integer>
<integer name="scale_up_transition_alpha_duration">240</integer>
<integer name="text_shadow_radius">1</integer>
<integer name="text_shadow_dx">1</integer>
<integer name="text_shadow_dy">1</integer>
</resources>
res\values\dimens.xml (at hdpi res, you'll found some values in values-hdpi\dimens.xml too)
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="folder_arrow_size">17.0dip</dimen>
<dimen name="folder_title_height">50.0dip</dimen>
<dimen name="folder_padding_left">10.0dip</dimen>
<dimen name="folder_padding_top">43.0dip</dimen>
<dimen name="folder_padding_right">10.0dip</dimen>
<dimen name="folder_padding_bottom">11.0dip</dimen>
<dimen name="icon_image_width">48.0dip</dimen>
<dimen name="icon_image_height">48.0dip</dimen>
<dimen name="hint_corner_radius">2.0dip</dimen>
<dimen name="icon_padding_top">5.0dip</dimen>
<dimen name="cell_width">80.0dip</dimen> - width of the icons on home (80x4=320, at 5 icons 320/5=64)
<dimen name="cell_height">100.0dip</dimen> - height of the icons on home (100x4=400, at 5 icons 400/5=80)
<dimen name="desktop_height">400.0dip</dimen> - the "usable" height of home
<dimen name="folder_cell_width">74.0dip</dimen> - width of folders
<dimen name="folder_cell_height">80.0dip</dimen> - height of folders
<dimen name="stage_cell_width">64.0dip</dimen>
<dimen name="stage_cell_height">82.0dip</dimen>
<dimen name="stage_breadth">93.0dip</dimen>
<dimen name="apptray_cell_width">75.0dip</dimen> - width of icons in appdrawer (75x4=300, at 5 icons 300/5=60)
<dimen name="apptray_cell_height">110.0dip</dimen> - height of icons in appdrawer (110x4=440, at 5 icons 440/5=88)
<dimen name="apptray_portrait_height">360.0dip</dimen> - height of the appdrawer
<dimen name="desktop_transform_bottom_margin">53.0dip</dimen>
<dimen name="desktop_padding_top">25.0dip</dimen>
<dimen name="desktop_padding_left">0.0dip</dimen>
<dimen name="desktop_nudge_width">5.0dip</dimen>
<dimen name="desktop_right_nudge_padding_right">0.0dip</dimen>
<dimen name="desktop_pane_switch_margin_left">30.0dip</dimen>
<dimen name="desktop_pane_switch_margin_right">30.0dip</dimen>
<dimen name="desktop_focus_padding_right">0.0dip</dimen>
<dimen name="desktop_focus_padding_bottom">0.0dip</dimen>
<dimen name="desktop_pane_switch_nudge_offset">30.0dip</dimen>
<dimen name="folder_scroll_margin">30.0dip</dimen>
<dimen name="apptray_pane_switch_margin_left">30.0dip</dimen>
<dimen name="apptray_pane_switch_margin_right">30.0dip</dimen>
<dimen name="apptray_pane_switch_nudge_offset">30.0dip</dimen>
<dimen name="apptray_right_nudge_padding_right">0.0dip</dimen>
<dimen name="apptray_nudge_width">5.0dip</dimen>
<dimen name="apptray_margin_top">35.0dip</dimen>
<dimen name="apptray_padding_left">8.0dip</dimen>
<dimen name="apptray_padding_top">16.0dip</dimen>
<dimen name="apptray_backplate_offsetx">0.0dip</dimen>
<dimen name="apptray_backplate_width">0.0dip</dimen>
<dimen name="switch_apptray_button_padding_side">3.0dip</dimen>
<dimen name="apptray_controls_padding_side">10.0dip</dimen>
<dimen name="trashcan_padding_side">7.0dip</dimen>
<dimen name="folder_icon_selector_icon_margin_left">12.0dip</dimen>
<dimen name="folder_icon_selector_side">58.0dip</dimen>
<dimen name="badge_text_size">12.0dip</dimen>
<dimen name="network_name_text_size">13.0dip</dimen>
<dimen name="network_name_view_size">18.0dip</dimen>
<dimen name="corner_button_max_icon_size">48.0dip</dimen>
<dimen name="apptray_uninstall_badge_offset">4.0dip</dimen>
<dimen name="app_share_drop_zone_height">25.0dip</dimen>
<dimen name="app_sharing_icn_padding">1.0dip</dimen>
<dimen name="folder_minis_padding_top">5.5dip</dimen>
<dimen name="styles_fbi_buttoncontainer_marginTop">20.0dip</dimen>
<dimen name="styles_fbi_buttoncontainer_marginBottom">20.0dip</dimen>
<dimen name="styles_fbi_button_text_size">14.699982dip</dimen>
<dimen name="semc_text_size_medium">18.0sp</dimen>
<dimen name="semc_text_size_small">14.0sp</dimen>
<dimen name="semc_text_size_button">@dimen/semc_text_size_small</dimen>
</resources>
Now I'll show you how you can modify the corners. These lines can be found in smali\com\sonyericsson\cornerbutton\CornerButton.smali file.
The closed radius of the corners
.line 215
new-instance v2, Lcom/sonyericsson/cornerbutton/CornerButtonArc;
const/16 v3, 0x60
The expanded radius of the corners.
The important part is with red. If you reach "ff" at the first column, you can use the second. So, you can set the second column from 0 to 1, and you can start over with the first one from 0. (I hope it's understandable. )
sput-object v0, Lcom/sonyericsson/cornerbutton/CornerButton;->EXPANDED_RADIUS:[I
return-void
nop
:array_0
.array-data 0x4
0x3ct 0x0t 0x0t 0x0t
0x5at 0x0t 0x0t 0x0t
0xb0t 0x0t 0x0t 0x0t
0xcct 0x0t 0x0t 0x0t
0xfft 0x0t 0x0t 0x0t
.end array-data
.end method
The position of the icons in the corners
.line 216
new-instance v2, Lcom/sonyericsson/cornerbutton/CornerButtonActions;
const/16 v3, 0x19
const/16 v4, 0x2b
If you've done with the settings, repack the apk with APKTool, then sign it with SignAPk. After that, try it out.
I'm looking for newer version for a long time. But i have a ldpi device (qvga). Can you modify to work on ldpi devices please? I'll help to test it
is there any way to get it 480*800 and get some screenshots?
links seem to have been taken down
Link is dead .
work perfectly on lg p990 miui ! tks!
please widget timescape plis! xD
Can you do for mdpi please? Thanks
carvajaljn said:
work perfectly on lg p990 miui ! tks!
please widget timescape plis! xD
Click to expand...
Click to collapse
screenshots plz
alankstiyo said:
screenshots plz
Click to expand...
Click to collapse
Code:
app_vercode:1
device_model:p990
build_version:2.2.10
condition:1
processName:com.sonyericsson.timescape.ui
pid:5652
uid:10136
tag:null
shortMsg:java.lang.RuntimeException
longMsg:java.lang.RuntimeException: Could not get uniform location for uTime
stackTrace:java.lang.RuntimeException: Could not get uniform location for uTime
at com.sonyericsson.ui3d.core.shader.ShaderFactory.setupUniformHandle(ShaderFactory.java:136)
at com.sonyericsson.timescape.splinelist.shader.SplineShaderFactory.createTileShader(SplineShaderFactory.java:44)
at com.sonyericsson.timescape.splinelist.factory.SplineListFactory.createWelcomeTile(SplineListFactory.java:227)
at com.sonyericsson.timescape.ui.welcome.WelcomeTileView$1$1.run(WelcomeTileView.java:127)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1326)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1118)
Enviado desde mi Optimus 2X usando Tapatalk
Enlace del álbum:
https://picasaweb.google.com/104174834255461483725/Xda
----
via android app [Picasa Tool Pro]
timescape found whit adw
alankstiyo said:
is there any way to get it 480*800 and get some screenshots?
Click to expand...
Click to collapse
Feel free to try out and inform me about the problems. I'll try to make the modification FAQ today.
idhbar said:
Link is dead .
Click to expand...
Click to collapse
The links are fine, but the 4shared is overloaded sometimes.
carvajaljn said:
work perfectly on lg p990 miui ! tks!
please widget timescape plis! xD
Click to expand...
Click to collapse
The Timescape is one of the Advanced Widgets too, so first, we need to correct out the AdvWidget Framework in the Launcher.
Modification Howto added...
iam getting application not installed ,, galaxy s MIUI
Non-working for Galaxy Ace, refuses to install sorry.
jakTomas said:
iam getting application not installed ,, galaxy s MIUI
Click to expand...
Click to collapse
TheJoesif said:
Non-working for Galaxy Ace, refuses to install sorry.
Click to expand...
Click to collapse
Can you check the logcat during installation? I want to know what is the problem. Try to copy the 2 additional files to the system and reboot before install.
cant install, i get an error ending with no certificates in adb, any ideea?
EDIT: nvm, idk why i didnt sign it good at first try
That calendar widget looks great. Is there any way to get it to work on another launcher? When I install it on FTL Launcher Pro I can add it to my screen but it shows no appointments.
Jens Christensen said:
That calendar widget looks great. Is there any way to get it to work on another launcher? When I install it on FTL Launcher Pro I can add it to my screen but it shows no appointments.
Click to expand...
Click to collapse
I think it's somehow linked to the Launcher, like the GO Widgets to the Go Launcher.
I have tried the method, compiled successfully.
But after installing/comping to system with correct permission and than restart, laucher not found
What to do now
chiragvagh said:
I have tried the method, compiled successfully.
But after installing/comping to system with correct permission and than restart, laucher not found
What to do now
Click to expand...
Click to collapse
Screw this launcher and go for new xperia z one
Sent from my HTC Desire X using xda premium
Hello,
I'm on stock 2.3.6 rooted. I started manually editing/modifying my galaxy fit. Now I want to edit the dockbar of stock 2.3.6. I really hate that semi-transparency of the dockbar of the main screen. So far I managed to edit the dockbar of the app drawer, but can't find the .png of the MAIN SCREEN DOCKBAR BACKGROUND. Also, I can't figure out(if i find it) how to make it 100% transparent.
Can someone help me out with this??Which .png(from Touchwiz30Launcher.apk/res/drawable-Idpi) is it?
Edit: Ok,so I found it, but i can't make it full transparent.If i edit the .png, I can only give it a full color
If i try to edit the coresponding XML file, I don't know what to put in there.
"TouchWiz30Launcher.apk\res\drawable\homescreen_menu_mainmenu_icon_bg.xml" : <?xml version="1.0" encoding="utf-8" ?>
- <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/menu_background_transparent" />
</layer-list>
Lawr3nce said:
Hello,
I'm on stock 2.3.6 rooted. I started manually editing/modifying my galaxy fit. Now I want to edit the dockbar of stock 2.3.6. I really hate that semi-transparency of the dockbar of the main screen. So far I managed to edit the dockbar of the app drawer, but can't find the .png of the MAIN SCREEN DOCKBAR BACKGROUND. Also, I can't figure out(if i find it) how to make it 100% transparent.
Can someone help me out with this??Which .png(from Touchwiz30Launcher.apk/res/drawable-Idpi) is it?
Edit: Ok,so I found it, but i can't make it full transparent.If i edit the .png, I can only give it a full color
If i try to edit the coresponding XML file, I don't know what to put in there.
"TouchWiz30Launcher.apk\res\drawable\homescreen_menu_mainmenu_icon_bg.xml" : <?xml version="1.0" encoding="utf-8" ?>
- <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/menu_background_transparent" />
</layer-list>
Click to expand...
Click to collapse
just replace @color/menu_background_transparent with @color/transparent
if you don't have a transparent color in your app go to /res/values/colors.xml and add this line:
<color name="transparent">#00000000</color>
ehsan-black said:
just replace @color/menu_background_transparent with @color/transparent
if you don't have a transparent color in your app go to /res/values/colors.xml and add this line:
<color name="transparent">#00000000</color>
Click to expand...
Click to collapse
Thanks a lot. I already made it transparent. I just went on a online photoeditor site and edited the image KEEPING its transparency, made full transparent and voilla!
The thing is that the windows editor wouldn't keep transparency of the png's(or I don't know how to do it).
Lawr3nce said:
Thanks a lot. I already made it transparent. I just went on a online photoeditor site and edited the image KEEPING its transparency, made full transparent and voilla!
The thing is that the windows editor wouldn't keep transparency of the png's(or I don't know how to do it).
Click to expand...
Click to collapse
change color mode to RGB and save it again.
I love the new Nexus 5 but the icons are a bit to big for my taste on the new launcher.
Is it possible to shrink the icons on the homescreen / app drawer ? 5x5 would also be nice.
zat0x said:
I love the new Nexus 5 but the icons are a bit to big for my taste on the new launcher.
Is it possible to shrink the icons on the homescreen / app drawer ? 5x5 would also be nice.
Click to expand...
Click to collapse
Install a different launcher like Appex,Nova where you can change the icon size etc or root the phone and lower the DPI in build.prop.
gee2012 said:
Install a different launcher like Appex,Nova where you can change the icon size etc or root the phone and lower the DPI in build.prop.
Click to expand...
Click to collapse
You could install a widget like multicon. Works really good on my S3.
gee2012 said:
Install a different launcher like Appex,Nova where you can change the icon size etc or root the phone and lower the DPI in build.prop.
Click to expand...
Click to collapse
If you lower dpi in build.prop, google now don't display the header images anymore...
Please note I am not responsible for anything bad happening to your device in case you mess something up. I have done everything written in this thread myself. But if you do not recompile the APK properly you might have to restore. So backup first.
I have made some modifications in my SystemUI and I am posting them here in case any of you might want those as well.
1. Remove S-Finder Bar from Notification Panel
Although I have seen another post on how to do that, but that method does not work right, the notification panel animation gets messed up that way.
To remove S-Finder Bar,
Simply go to system/build.prop and change
ro.product.name=xxx
to
ro.product.name=vzw
and thats it. Just restart and it will be gone.
As a side effect you will get permanent data icon even when using wifi. But it can be fixed if you want to.
Decompile SystemUI.apk and change the following files in res/drawable-xxhdpi to 1x1 transparent pngs.
i) All the files starting with stat_sys_data_disabled
ii) All the files starting with stat_sys_data_connected_disabled
And thats it. Recompile the APK and push into the system.
Now you have S Finder Bar gone with no side effect data icon.
2. Make the Recent Apps background fully transparent.
To do this, you need to go to res/values/colors.xml and look for the following line
<color name="recents_panel_background_color">
and put the following value there instead of the one written there
<color name="recents_panel_background_color">#33000000</color>
I have it set to nearly full transparent just like stock android but you can change it if you want.
Now to make the buttons background transparent as well go to drawables.xml in the same folder and look for the line
<item type="drawable" name="recents_item_button_background">
change its value to
<item type="drawable" name="recents_item_button_background">#00000000</item>
and recompile/push into system and you are done.
3. Change the color of default Black status bar.
The entire look of lollipop is white and majority of non material design apps are white as well, so I have changed the default color of my status bar to grey instead of black. It matches well with legacy apps like root explorer as I use the white theme. Plus it looks amazing with Chrome.
To change the color of the status bar to your liking go to res/values/colors.xml in decompiled SystemUI and look for
<color name="system_bar_background_opaque">
now the value in this line can be changed to the hex color of your choice.
If you want to set it the same as the one in screenshot. Change it to
<color name="system_bar_background_opaque">#ff9a9a9a</color>
4. To make the clock center
http://forum.xda-developers.com/gal...ide-lollipop-clock-center-status-bar-t2989179
5. To Clear the space taken by Clear All Button in notification center (Thanks to tkari4)
When you pull down notification center there is wasted space on bottom taken by clear all button specially in Landscape mode.
you can attain that space.
NOTE: Clear all button will still work but there will be no text. You just press in the space of clear button and it will clear all.
open SystemUI.apk\res\values\dimens.xml and set these to 0.0dip
<dimen name="close_handle_height">34.0dip</dimen>
<dimen name="close_handle_underlap">34.0dip</dimen>
recompile and push in system
I have also hidden the Semi Transparent Status Bar in stock launcher and made it fully transparent. I can post it too if someone wants that.
I have also changed status bar icons to stock lollipop and modified the lockscreen to look like stock lollipop.
Reply if you want any of those.
I am here to help further if needed.
How to make statusbar fully transparent?
Hey man,
I need your help to make my statusbar fully transparent and change its icons.
royawais said:
Please note I am not responsible for anything bad happening to your device in case you mess something up. I have done everything written in this thread myself. But if you do not recompile the APK properly you might have to restore. So backup first.
I have made some modifications in my SystemUI and I am posting them here in case any of you might want those as well.
1. Remove S-Finder Bar from Notification Panel
Although I have seen another post on how to do that, but that method does not work right, the notification panel animation gets messed up that way.
To remove S-Finder Bar,
Simply go to system/build.prop and change
ro.product.name=xxx
to
ro.product.name=vzw
and thats it. Just restart and it will be gone.
As a side effect you will get permanent data icon even when using wifi. But it can be fixed if you want to.
Decompile SystemUI.apk and change the following files in res/drawable-xxhdpi to 1x1 transparent pngs.
i) All the files starting with stat_sys_data_disabled
ii) All the files starting with stat_sys_data_connected_disabled
And thats it. Recompile the APK and push into the system.
Now you have S Finder Bar gone with no side effect data icon.
2. Make the Recent Apps background fully transparent.
To do this, you need to go to res/values/colors.xml and look for the following line
<color name="recents_panel_background_color">
and put the following value there instead of the one written there
<color name="recents_panel_background_color">#33000000</color>
I have it set to nearly full transparent just like stock android but you can change it if you want.
Now to make the buttons background transparent as well go to drawables.xml in the same folder and look for the line
<item type="drawable" name="recents_item_button_background">
change its value to
<item type="drawable" name="recents_item_button_background">#00000000</item>
and recompile/push into system and you are done.
3. Change the color of default Black status bar.
The entire look of lollipop is white and majority of non material design apps are white as well, so I have changed the default color of my status bar to grey instead of black. It matches well with legacy apps like root explorer as I use the white theme. Plus it looks amazing with Chrome.
To change the color of the status bar to your liking go to res/values/colors.xml in decompiled SystemUI and look for
<color name="system_bar_background_opaque">
now the value in this line can be changed to the hex color of your choice.
If you want to set it the same as the one in screenshot. Change it to
<color name="system_bar_background_opaque">#ff9a9a9a</color>
4. To make the clock center
http://forum.xda-developers.com/gal...ide-lollipop-clock-center-status-bar-t2989179
5. To Clear the space taken by Clear All Button in notification center (Thanks to tkari4)
When you pull down notification center there is wasted space on bottom taken by clear all button specially in Landscape mode.
you can attain that space.
NOTE: Clear all button will still work but there will be no text. You just press in the space of clear button and it will clear all.
open SystemUI.apk\res\values\dimens.xml and set these to 0.0dip
<dimen name="close_handle_height">34.0dip</dimen>
<dimen name="close_handle_underlap">34.0dip</dimen>
recompile and push in system
I have also hidden the Semi Transparent Status Bar in stock launcher and made it fully transparent. I can post it too if someone wants that.
I have also changed status bar icons to stock lollipop and modified the lockscreen to look like stock lollipop.
Reply if you want any of those.
I am here to help further if needed.
Click to expand...
Click to collapse
hello , need some help to make some of your mods (recents background transparent) i cant find the res/values/colors.xml, i already open the SystemUi.apk , but a dont see the (value folder), will you gime a heand. thanks in advance.
Hello how to modify the lockscreen to look like stock lollipop?
royawais said:
Please note I am not responsible for anything bad happening to your device in case you mess something up. I have done everything written in this thread myself. But if you do not recompile the APK properly you might have to restore. So backup first.
I have made some modifications in my SystemUI and I am posting them here in case any of you might want those as well.
1. Remove S-Finder Bar from Notification Panel
Although I have seen another post on how to do that, but that method does not work right, the notification panel animation gets messed up that way.
To remove S-Finder Bar,
Simply go to system/build.prop and change
ro.product.name=xxx
to
ro.product.name=vzw
and thats it. Just restart and it will be gone.
As a side effect you will get permanent data icon even when using wifi. But it can be fixed if you want to.
Decompile SystemUI.apk and change the following files in res/drawable-xxhdpi to 1x1 transparent pngs.
i) All the files starting with stat_sys_data_disabled
ii) All the files starting with stat_sys_data_connected_disabled
And thats it. Recompile the APK and push into the system.
Now you have S Finder Bar gone with no side effect data icon.
2. Make the Recent Apps background fully transparent.
To do this, you need to go to res/values/colors.xml and look for the following line
<color name="recents_panel_background_color">
and put the following value there instead of the one written there
<color name="recents_panel_background_color">#33000000</color>
I have it set to nearly full transparent just like stock android but you can change it if you want.
Now to make the buttons background transparent as well go to drawables.xml in the same folder and look for the line
<item type="drawable" name="recents_item_button_background">
change its value to
<item type="drawable" name="recents_item_button_background">#00000000</item>
and recompile/push into system and you are done.
3. Change the color of default Black status bar.
The entire look of lollipop is white and majority of non material design apps are white as well, so I have changed the default color of my status bar to grey instead of black. It matches well with legacy apps like root explorer as I use the white theme. Plus it looks amazing with Chrome.
To change the color of the status bar to your liking go to res/values/colors.xml in decompiled SystemUI and look for
<color name="system_bar_background_opaque">
now the value in this line can be changed to the hex color of your choice.
If you want to set it the same as the one in screenshot. Change it to
<color name="system_bar_background_opaque">#ff9a9a9a</color>
4. To make the clock center
http://forum.xda-developers.com/gal...ide-lollipop-clock-center-status-bar-t2989179
5. To Clear the space taken by Clear All Button in notification center (Thanks to tkari4)
When you pull down notification center there is wasted space on bottom taken by clear all button specially in Landscape mode.
you can attain that space.
NOTE: Clear all button will still work but there will be no text. You just press in the space of clear button and it will clear all.
open SystemUI.apk\res\values\dimens.xml and set these to 0.0dip
<dimen name="close_handle_height">34.0dip</dimen>
<dimen name="close_handle_underlap">34.0dip</dimen>
recompile and push in system
I have also hidden the Semi Transparent Status Bar in stock launcher and made it fully transparent. I can post it too if someone wants that.
I have also changed status bar icons to stock lollipop and modified the lockscreen to look like stock lollipop.
Reply if you want any of those.
I am here to help further if needed.
Click to expand...
Click to collapse
can you please help me to create hidden virtual power button on the right top corner?
ive searched everywhere and tried decompiling the stock SystemUI and did everything like i followed but when recompiling always get errors :crying:
please help me
Is there any way to hide app lebels (not apps) of homescreen and app drawer in poco launcher?? It's looking Messy with levels
What do you mean levels
Aashish Bakshi said:
What do you mean levels
Click to expand...
Click to collapse
The app name below the app icons. In 3rd party launcher there is a option for hide the names and that look clean
Subhransu90 said:
The app name below the app icons. In 3rd party launcher there is a option for hide the names and that look clean
Click to expand...
Click to collapse
Oh you meant label
No in poco launcher there's no way to hide labels
Only way is to change to a custom launcher like nova launcher which I generally use since it gives tons of customisations
I created an overlay apk that sets to transparent the icons' label on the homescreen, following this https://code.tutsplus.com/tutorials...runtime-resource-overlay-framework--cms-29708
In pratice it replaces the following lines in /res/values/styles.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="WorkspaceIconTitle">
<item name="android:textSize">1sp</item>
<item name="android:textColor">#00000000</item>
<item name="android:shadowColor">#00000000</item>
</style>
<style name="WorkspaceIconTitle.dark">
<item name="android:textColor">#00000000</item>
<item name="android:shadowColor">#00000000</item>
</style>
</resources>
You must place the attached .apk in /system/vendor/overlay that is read-only if you are not root.
Reboot and it should do its job.
Tested and working on a Xiaomi Mi 9 running Poco Launcher v. 2.7.4.38 on Android 10
I rewrote the apk because number in badges were not showing
Now it only overlays the text size property with 1 dp size, that is so small you should not even see the label (if you watch closely and have a contrasting background you could see a small line)