[[GUIDE:MTK]] Show/Hide L Panel - Miscellaneous Android Development

For L Style Header go HERE
For L Style Header[Advanced] go HERE
For Panel Transparency go HERE
For adding L Style Date/Clock View go HERE
To add Battery/WiFi/Bluetooth/Alarm icons in Header go HERE
Yo guys! I am here with a simple tutorial for Show/Hide L panel in MTK devices[only] {Or the devices which have flip_settings.xml in res/layout of their UI.}
So, if you have followed this guide by @EboyBasit already,
and also followed this add on by me already[not compulsory], then you may proceed to the next step, that will make you show hide your L Panel with just one click.
Let's start!
1.Decompile your SystemUI.
2.Navigate to res/layout and open gemini_status_bar_expanded.xml, and cut your L Toggle code from the xml.
For example, in my case, I shall cut this code from my XML.
Code:
<include layout="@layout/ani_ltoggle" />
3.Close the XML.
4.Now navigate to res/layout and open flip_settings.xml
Look for this line:
Code:
<com.android.systemui.statusbar.phone.QuickSettingsContainerView android:id="@id/quick_settings_container" android:layout_width="fill_parent" android:layout_height="wrap_content" android:animateLayoutChanges="true" android:columnCount="@integer/quick_settings_num_columns" />
Now, replace the WHOLE line with your L Toggle code.
For example, in my case, my flip_settings.xml would now look like this
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.QuickSettingsScrollView android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/close_handle_underlap" android:overScrollMode="ifContentScrolls"
xmlns:android="http://schemas.android.com/apk/res/android">
<include layout="@layout/ani_ltoggle" />
</com.android.systemui.statusbar.phone.QuickSettingsScrollView>
Now close that XML, and Recompile the UI.
Sign. Push to system/app with permissions 644.
WHAT HAVE WE DONE EXACTLY?​The thing is, we have replaced the stock flipped settings with our L Panel! That means, when you click for second screen, the L Panel will appear!
Credits:
Gabriel Abadilla [For helping me]
Material Group. [Without which I would still be a noob :fingers-crossed: ]
@Aniruddha_Pathak [Me]
And you!

Aniruddha_Pathak said:
Yo guys! I am here with a simple tutorial for Show/Hide L panel in MTK devices[only] {Or the devices which have flip_settings.xml in res/layout of their UI.}
So, if you have followed this guide by @eboybasit already,
and also followed this add on by me already[not compulsory], then you may proceed to the next step, that will make you show hide your L Panel with just one click.
Let's start!
1.Decompile your SystemUI.
2.Navigate to res/layout and open gemini_status_bar_expanded.xml, and cut your L Toggle code from the xml.
For example, in my case, I shall cut this code from my XML.
Credits:
Gabriel Abadilla [For helping me]
Material Group. [Without which I would still be a noob :fingers-crossed: ]
@Aniruddha_Pathak [Me]
And you!
Click to expand...
Click to collapse
@Aniruddha_Pathak
Are u know it works on TW ROM (samsung)? I tried use the ten ten xml panel but get FC, so using the scroll down stock from this moment

mjraogr said:
@Aniruddha_Pathak
Are u know it works on TW ROM (samsung)? I tried use the ten ten xml panel but get FC, so using the scroll down stock from this moment
Click to expand...
Click to collapse
Upload your expanded XML sir....let me try it for you

My Layout
Aniruddha_Pathak said:
Upload your expanded XML sir....let me try it for you
Click to expand...
Click to collapse
Morning Aniruddha
It's my layout expanded on attachment, the Lpanel layout it's included on Scrollview between brightness bar and ongoing/notification
This UI will be part for my ROM update and this help will be appointed
thanks for ur help
MJ
View attachment MyLayout.zip

@mjraogr here sir, your layout with smalis
As I don't have a touchwiz device, hence won't will be able to give my best, and if this doesn't work, you can anytime contact @bittooshubham, he will surely help you

Aniruddha_Pathak said:
@mjraogr here sir, your layout with smalis
As I don't have a touchwiz device, hence won't will be able to give my best, and if this doesn't work, you can anytime contact @bittooshubham, he will surely help you
Click to expand...
Click to collapse
Oh bro, thank for your help
But exactly this smali i had been put and compiled in my systemUi,
These is ten-ten smali layout's that i had troubles cause it divided in 4 parts and get Force closed
The ten-ten layouts don't have framelayouts just work in linear, it's must be the fixes to do, i didn't find yet and had been put inside scroll view
I will try put and compile this layout in attachment that you changed and insert tenten ok
thanks one more time
MJ
---------- Post added at 01:50 PM ---------- Previous post was at 01:45 PM ----------
Aniruddha_Pathak said:
@mjraogr here sir, your layout with smalis
As I don't have a touchwiz device, hence won't will be able to give my best, and if this doesn't work, you can anytime contact @bittooshubham, he will surely help you
Click to expand...
Click to collapse
Completing...
So if we will have error, keep with the TW layout while don't find solution , just the show hide will be different
I will contact @bittooshubham
MJ

mjraogr said:
Oh bro, thank for your help
But exactly this smali i had been put and compiled in my systemUi,
These is ten-ten smali layout's that i had troubles cause it divided in 4 parts and get Force closed
The ten-ten layouts don't have framelayouts just work in linear, it's must be the fixes to do, i didn't find yet and had been put inside scroll view
I will try put and compile this layout in attachment that you changed and insert tenten ok
thanks one more time
MJ
---------- Post added at 01:50 PM ---------- Previous post was at 01:45 PM ----------
Completing...
So if we will have error, keep with the TW layout while don't find solution , just the show hide will be different
I will contact @bittooshubham
MJ
Click to expand...
Click to collapse
Notify me when you compile it

Aniruddha_Pathak said:
Notify me when you compile it
Click to expand...
Click to collapse
Hi Bro
I compiled
The button action works but the panel is under the notification cart and upper at header. ( Like the stacked cards)
Maybe this happened because the FrameLayouts positions and the headers must be separated by FrameLayouts
I tried others postions and insert linears layouts , animes by smalis 1 and 3 but no success. Do you have another sugestion?
hide
View attachment 3347341
expanded
View attachment 3347342

mjraogr said:
Hi Bro
I compiled
The button action works but the panel is under the notification cart and upper at header. ( Like the stacked cards)
Maybe this happened because the FrameLayouts positions and the headers must be separated by FrameLayouts
I tried others postions and insert linears layouts , animes by smalis 1 and 3 but no success. Do you have another sugestion?
hide
View attachment 3347341
expanded
View attachment 3347342
Click to expand...
Click to collapse
Complement
Now It works!!!
I burned the brain but it worked ,
I changed the position inside the scroller and isolated the first FrameLayouts, and insert the margintop parameters

mjraogr said:
Complement
Now It works!!!
I burned the brain but it worked ,
I changed the position inside the scroller and isolated the first FrameLayouts, and insert the margintop parameters
Click to expand...
Click to collapse
Congo

Guide for mtk is easier than touchwiz

bittooshubham said:
Guide for mtk is easier than touchwiz
Click to expand...
Click to collapse
Oh yes But I and you both are used to touchwiz now

Hahaa..yup

Related

[GUIDE][CM11][KK] How to make Transparent Status and Navigation Bar on KitKat 4.4

Hello Everyone!!
Lots of people asked me how to make transparent status and transparent navigation bar on android 4.4 kitkat as it supports transparent status and navigation bar. So i thought of writing this guide so that every one get's benefit of this.
Here u go:
To make use of transparent status and navigation feature of Android 4.4 in your activity(it may be launcher or any activity):
Add these below lines in style.xml of your activity/launcher's main activity theme.
HTML:
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
Where attribute android:windowTranslucentStatus set the transparency of status bar and android:windowTranslucentNavigation used for transparency of navigation bar
Or you can also use one of these themes as your parent
HTML:
Theme.Holo.NoActionBar.TranslucentDecor
Theme.Holo.Light.NoActionBar.TranslucentDecor
By enabling translucent system bars, your layout will fill the area behind the system bars, so you must also enable fitsSystemWindows for the portion of your layout that should not be covered by the system bars.
HTML:
<item name="android:fitsSystemWindows">true</item>
You can use anyone of the above approach to make transparent System bars of your activity.
You can also read original android docs Here
If u like my work, press thanks:laugh:
.
Me getting error while recompiling
CAN U PLZ MAKE TRANSPARENT BAR FOR THAT GIVEN APK :????????
gmp009 said:
Me getting error while recompiling
CAN U PLZ MAKE TRANSPARENT BAR FOR THAT GIVEN APK :????????
Click to expand...
Click to collapse
Bro as above mentioned themes were introduced in Kitkat so they doesn't work with older versions so in order to use those themes in your apk decopile your apk with kitkat framwork-res.apk(available in any CM11 Rom) and then compile it.It will work.try it let me know if that works:laugh:
ashishdubey said:
bro as above mentioned themes were introduced in kitkat so they doesn't work with older versions so in order to use those themes in your apk decopile your apk with kitkat framwork-res.apk(available in any cm11 rom) and then compile it.it will work.try it let me know if that works:laugh:
Click to expand...
Click to collapse
now getting this :/
gmp009 said:
now getting this :/
Click to expand...
Click to collapse
No problem that's warning ignore it..try to u use compiled apk.!!!
ashishdubey said:
no problem that's warning ignore it..try to u use compiled apk.!!!
Click to expand...
Click to collapse
i did but that launcher is not working now
gmp009 said:
i did but that launcher is not working now
Click to expand...
Click to collapse
what issue u r getting send me the logcats??
ashishdubey said:
what issue u r getting send me the logcats??
Click to expand...
Click to collapse
Now that launcher is not showing up its like not installed but its in system/app lol
gmp009 said:
Now that launcher is not showing up its like not installed but its in system/app lol
Click to expand...
Click to collapse
Might be u r getting some signature issue.
ashishdubey said:
Might be u r getting some signature issue.
Click to expand...
Click to collapse
I did sign now its working but its same no transparency......
gmp009 said:
hmm so how can i sign my app now ?
Click to expand...
Click to collapse
Read this post u will find out how to sign apk http://forum.xda-developers.com/showthread.php?t=2251719 .download jarsigner for that.Then install or move that signed apk to system>app.
ashishdubey said:
Read this post u will find out how to sign apk http://forum.xda-developers.com/showthread.php?t=2251719 .download jarsigner for that.Then install or move that signed apk to system>app.
Click to expand...
Click to collapse
I DID ITS WORKING BUT NO TRANSPARENCY Still same
gmp009 said:
I DID ITS WORKING BUT NO TRANSPARENCY Still same
Click to expand...
Click to collapse
bro i m not able to install ur apk as some libs are missing also i m using sony phone.i have checked ur manifest.xml and found that there is no theme defined in your main activity "com.android.launcher2.Launcher" define a theme and add transparent status bar styles corresponding to that theme in style.xml. hope that works
Thanks for this awesome guide!
How can I get the status bar to imitate the colour scheme of the top action bar? Blue bit.
I added fit window option but it didn't do anything.
Edit : Here's the screenshot!
Sent from my Nexus 5 using Tapatalk
krishneelg3 said:
Thanks for this awesome guide!
How can I get the status bar to imitate the colour scheme of the top action bar? Blue bit.
I added fit window option but it didn't do anything.
Edit : Here's the screenshot!
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Bro try to remove window:background attribute from theme or make it transparent instead of white!
ashishdubey said:
Bro try to remove window:background attribute from theme or make it transparent instead of white!
Click to expand...
Click to collapse
I removed it, it went back to normal.
What exactly do I do to make it transparent??? change /white to transparent or do i need to change it from <item to <color ? and make it #00000000?
Explain it a bit Thanks for the help!
Edit: Changed
<item name="android:windowBackground">@*android:color/white</item> to
<color name="android:windowBackground">#0000000</color>
And compiled it, it didn't compile, anything i'm doing wrong here?
Sent from my Nexus 5 using Tapatalk
krishneelg3 said:
I removed it, it went back to normal.
What exactly do I do to make it transparent??? change /white to transparent or do i need to change it from <item to <color ? and make it #00000000?
Explain it a bit Thanks for the help!
Edit: Changed
<item name="android:windowBackground">@*android:color/white</item> to
<color name="android:windowBackground">#0000000</color>
And compiled it, it didn't compile, anything i'm doing wrong here?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
hey give define that color in colors.xml like <color name="any_name">#00000000</color>
then in style.xml use it like this <item name="android:windowBackground">@color/any_name</item>
ashishdubey said:
hey give define that color in colors.xml like <color name="any_name">#00000000</color>
then in style.xml use it like this <item name="android:windowBackground">@color/any_name</item>
Click to expand...
Click to collapse
Okay, it compiled. I made two with one being color/white and the new one color/trans
The white one looked whites with shades. and the transparent one was just black :s, the status bar didn't blend into the blue action bar? it just went black. Any idea what happened?
EDIT : Fixed i moved the fitWindow function to the theme window. all is working! Thanks for this guide. And very helpful OP user!
So I defined a new colour in color.xml
<color name="nexus">#ff4d9ad8</color>
I went into styles, and changed
<item name="android:windowBackground">@*android:color/transparent</item> to
<item name="android:windowBackground">@*android:color/nexus</item>
Now when compiling, it gives off an error, doesn't compile?
Thanks for the help!
krishneelg3 said:
So I defined a new colour in color.xml
<color name="nexus">#ff4d9ad8</color>
I went into styles, and changed
<item name="android:windowBackground">@*android:color/transparent</item> to
<item name="android:windowBackground">@*android:color/nexus</item>
Now when compiling, it gives off an error, doesn't compile?
Thanks for the help!
Click to expand...
Click to collapse
Wrong way of using it...
use like this <item name="android:windowBackground">@color/nexus</item>:laugh:

[Q] how to change notification panel style...

Hi Everyone...
Recently i had took a simple project...trying to mod a rom and give it a new look...i did all things what i know... like Systemui,Farmwork_res,Settings, etc,etc...but now i want to change the notification panel of my rom...and want to add lawa v5 notification panel style on my rom...But i didn't find any tutorial about this...I asked one bro and he said that to change notification panel you have to edit System ui/res/values/style.xml...But he didn't tell me that what i change in this xml...Can anybody help me in changing notification panel style?!!or give me a proper tutorial please....
Md.Shafikul.islam said:
Nobody helps me... :'(
Click to expand...
Click to collapse
hey, i dont know how to do that. but i can recommend that ( actually i am doing in that way)
1. find any systemui.apk that has the style what you want.
2. decompile it and go to res/values/style.xml
3. match your style.xml and your downloanded style.xml
4. try to simulate your xml to that xml .
hope this helps.
thanks bro...
SmiLeToLife said:
hey, i dont know how to do that. but i can recommend that ( actually i am doing in that way)
1. find any systemui.apk that has the style what you want.
2. decompile it and go to res/values/style.xml
3. match your style.xml and your downloanded style.xml
4. try to simulate your xml to that xml .
hope this helps.
Click to expand...
Click to collapse
i will try it...but can i change my styles with another style?mean replaced it?!!or add all things from another style to my style?!!by notepad?!!
Md.Shafikul.islam said:
i will try it...but can i change my styles with another style?mean replaced it?!!or add all things from another style to my style?!!by notepad?!!
Click to expand...
Click to collapse
don't try to change whole lines !!!
for example :
in your style.xml -- > <style name="BackgroundOnlyTheme" parent= @ANDROID:style/Theme.Holo.
in dowloanded style.xml --> <style name="BackgroundOnlyTheme" parent= @ANDROID:style/Theme.Holo.Light">
so you have to edit your line and add '' Light '' end of it. it will look like @ANDROID:style/Theme.Holo.Light
The important thing is you have to figure out what lines are related to your notification panel!!!
I am doing the same thing right now. I have couple cm11 themes and i am changing my sytles, colors, dimens according to theme's styles, colors.xml etc ..
I am using notepad++.
Just open the 2 xmls that you wanan check. Put them side by side and check the lines.
if something going wrong when your systemui get function ... you have to come back to your xml and check the line again.
The last say --> maybe you will need to change some drawble xmls and some drawble hdpi/ xhdpi/ xxhdpi files according to your dpi .
thanks again
SmiLeToLife said:
don't try to change whole lines !!!
for example :
in your style.xml -- > <style name="BackgroundOnlyTheme" parent= @ANDROID:style/Theme.Holo.
in dowloanded style.xml --> <style name="BackgroundOnlyTheme" parent= @ANDROID:style/Theme.Holo.Light">
so you have to edit your line and add '' Light '' end of it. it will look like @ANDROID:style/Theme.Holo.Light
The important thing is you have to figure out what lines are related to your notification panel!!!
I am doing the same thing right now. I have couple cm11 themes and i am changing my sytles, colors, dimens according to theme's styles, colors.xml etc ..
I am using notepad++.
Just open the 2 xmls that you wanan check. Put them side by side and check the lines.
if something going wrong when your systemui get function ... you have to come back to your xml and check the line again.
The last say --> maybe you will need to change some drawble xmls and some drawble hdpi/ xhdpi/ xxhdpi files according to your dpi .
Click to expand...
Click to collapse
thanks again..but can you say that whichs xml on drawable may need to edit?plz.....
Md.Shafikul.islam said:
thanks again..but can you say that whichs xml on drawable may need to edit?plz.....
Click to expand...
Click to collapse
it depends on the rom ...
i had to edit
- ic_notify_button_bg.xml
- notification_header_bg.xml
- qs_tile_background.xml
- system_bar_notification_header_bg.xml
in drawble. I am running kitkat 4.4
maybe you need to edit those xmsl as well, maybe you dont need, maybe you dont have those xmls. not sure
Okey...got it....
SmiLeToLife said:
it depends on the rom ...
i had to edit
- ic_notify_button_bg.xml
- notification_header_bg.xml
- qs_tile_background.xml
- system_bar_notification_header_bg.xml
in drawble. I am running kitkat 4.4
maybe you need to edit those xmsl as well, maybe you dont need, maybe you dont have those xmls. not sure
Click to expand...
Click to collapse
:good: last question. do i change the another's xml in values too?!!like color.xml....etc.etc?!!
Md.Shafikul.islam said:
:good: last question. do i change the another's xml in values too?!!like color.xml....etc.etc?!!
Click to expand...
Click to collapse
maybe ... it depends on the theme's color and style. For instance: you will set your notifaction panel is white and if ur text color is white then you will not be able to read/see your notification you gotta see what's hapening after editing styles ... if it's ok then no problem. if it is as my mention then you gotta edit your colors.xml ...
i hope you got the concept of the work.
you can search any tutorial for editing notification panel. All necessary steps can be found. according to those tutorials you can edit your systemui.
For instance:
In the tutorial will say let's edit this line according to that .... you have to find this line at the xml in your lewa systemui and edit according to it
good luck happy theming ...

[[GUIDE]] Header: Lollipop Style!

For L Style Header[Advanced] go HERE
For Panel Transparency go HERE
For adding L Style Date/Clock View go HERE
To add Battery/WiFi/Bluetooth/Alarm icons in Header go HERE
Yo guys! Today I am here with a simple tutorial to create a look alike L Style Header in notification Panel!
I was just playing with the layouts and made this
STEP 1:
1.Decompile SystemUI.apk.
go to res/layout/ and open status_bar_expanded_header.xml [MTK]/ tw_status_bar_expanded_header.xml[Samsung]
In second line find:
Code:
android:background="blablabla"
Make it look like this:
Code:
android:background="#ff243137"
Now in same XML find the rest
Code:
android:background="blablabla"
And replace all with this: [Keep android:background="#ff243137" as it is ]
Code:
android:background="#00000000"
Recompile the SystemUI. Don't sign it yet.
STEP 2
Now,
2.Again go to res/layout/ and open status_bar_expanded_header.xml [MTK]/ tw_status_bar_expanded_header.xml[Samsung]
Download the attached zip here, Extract the zip and paste l_header.9.png to res/drawable-hdpi or drawable-mdpi or drawable-xxhdpi [What your device has by default]
Find this in second line of the XML:
Code:
android:background="#ff243137"
Make it look like this:
Code:
android:background="@drawable/l_header"
Save the XML.
Now navigate to res/values/ and open dimens.xml and search for
Code:
<dimen name="notification_panel_header_height">48.0dip</dimen>
Change it to
Code:
<dimen name="notification_panel_header_height">96.0dip</dimen>
Save the XML.
Recompile the SystemUI, sign, push to system/app with permissions 644
Credits: @Aniruddha_Pathak [Me]
Material Files Group.
And you
HIT THANKS IF YOU LIKE MY WORKS
Thanks brother.. I'm gonna try it
itsraj011 said:
Thanks brother.. I'm gonna try it
Click to expand...
Click to collapse
Okay
Here's mine..... Without the guide ....... But easy and nice guide ?
sdeepb said:
Here's mine..... Without the guide ....... But easy and nice guide ?
Click to expand...
Click to collapse
We both share a same mind L O L Playing with layouts creates good things, isn't it
Aniruddha_Pathak said:
We both share a same mind L O L Playing with layouts creates good things, isn't it
Click to expand...
Click to collapse
Ya but I don't own anything apart from the ss
sdeepb said:
Ya but I don't own anything apart from the ss
Click to expand...
Click to collapse
Hahahaha Hit the thanks button if you find the guide useful
Aniruddha_Pathak said:
Hahahaha Hit the thanks button if you find the guide useful
Click to expand...
Click to collapse
Already did
sdeepb said:
Already did
Click to expand...
Click to collapse
Thanks for the thanks
Awesome Guide mr.awesome.
arun.negi004 said:
Awesome Guide mr.awesome.
Click to expand...
Click to collapse
Thank you buddy :angel:
Very good
works fine
Have anymore awesome guides like this?
Hit the thanks button if you like it
mjraogr said:
Very good
works fine
Click to expand...
Click to collapse
Thanks bro
Umm...I am posting as soon as I successfully experiment bro
kirito9 said:
Have anymore awesome guides like this?
Click to expand...
Click to collapse
If you are on L panel, you may try THIS
I shall post after trying and experimenting some things new bro
Aniruddha_Pathak said:
If you are on L panel, you may try THIS
I shall post after trying and experimenting some things new bro
Click to expand...
Click to collapse
Oh cool cool, where can i find the L panel guide?
@kirito9 , HERE
Aniruddha_Pathak said:
@kirito9 , HERE
Click to expand...
Click to collapse
Kudos
Nice
Aniruddha_Pathak said:
Thanks bro
Click to expand...
Click to collapse
Perfect
I had somethings to do, like hide TW toggles and rearrange layouts, it needs and give new attributes to frame layouts
Its results
The only things that a didnt have succes was the show/hide , ( im used the ten ten layout divided on 4 parts ) but the tw layout dont accept.,
so it running with stock scrolldown
mjraogr said:
Perfect
I had somethings to do, like hide TW toggles and rearrange layouts, it needs and give new attributes to frame layouts
Its results
The only things that a didnt have succes was the show/hide , ( im used the ten ten layout divided on 4 parts ) but the tw layout dont accept.,
so it running with stock scrolldown
Click to expand...
Click to collapse
Reply to me on my other thread sir

[Q] Change Grid size in apps menu

Hi guys, i've just rooted my phone with PINGPONG app and I was wondering if there is any app that could give me the option to chage the grid size in the app menu. I am aware that I can change the grid size on the main screen but when you do that there is a difference between the size of the icons on your mai menu and app menu.
Thanks
I would also like to know how to do this.
Why there is no reply on that thread? Application grid size not changeable or what?
...editing xml in
TouchWizHome_ZERO_MR1\res\values-sw360dp-xxxhdpi-v13\integers.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="apps_list_column_count">5</integer> (default is 4)
<integer name="apps_list_row_count">5</integer>
</resources>
worked for me
FM-Phone said:
...editing xml in
TouchWizHome_ZERO_MR1\res\values-sw360dp-xxxhdpi-v13\integers.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="apps_list_column_count">5</integer> (default is 4)
<integer name="apps_list_row_count">5</integer>
</resources>
worked for me
Click to expand...
Click to collapse
Any other solution? That file and directory is not there (integer.xml)???
Your apk?? u find it under "system\priv-app\TouchWizHome_ZERO_MR1\ TouchWizHome_ZERO_MR1.apk"
decompile it with apktool and go to TouchWizHome_ZERO_MR1\res\values-sw360dp-xxxhdpi-v13\ folder. Edit with NotePad++ the "integers.xml" File, save and compile it.
currently have too little time to look for changes in the values for icon size in app-drawer
FM-Phone said:
Your apk?? u find it under "system\priv-app\TouchWizHome_ZERO_MR1\ TouchWizHome_ZERO_MR1.apk"
decompile it with apktool and go to TouchWizHome_ZERO_MR1\res\values-sw360dp-xxxhdpi-v13\ folder. Edit with NotePad++ the "integers.xml" File, save and compile it.
currently have too little time to look for changes in the values for icon size in app-drawer
Click to expand...
Click to collapse
Can you please upload your TouchWizHome_ZERO_MR1.apk here?
okay, try it if it works for you
FM-Phone said:
okay, try it if it works for you
Click to expand...
Click to collapse
Thanks but not worked for me. It shows touchwiz home stopped working...
sorry, I've no idea. maybe that works for you?
http://forum.xda-developers.com/showpost.php?p=63118289&postcount=90
otherwise, send me your apk and I'll try it with your version
FM-Phone said:
sorry, I've no idea. maybe that works for you?
http://forum.xda-developers.com/showpost.php?p=63118289&postcount=90
otherwise, send me your apk and I'll try it with your version
Click to expand...
Click to collapse
Here is my TouchWizHome_ZERO_MR1. Thank you for your support. Please see the details in my signature.
I do not believe that it works but try it
rony0505 said:
Thanks but not worked for me. It shows touchwiz home stopped working...
Click to expand...
Click to collapse
Did you set the right permissions to the apk? It should have rw-r--r--
FM-Phone said:
I do not believe that it works but try it
Click to expand...
Click to collapse
not working. Same issue.
---------- Post added at 10:08 AM ---------- Previous post was at 10:02 AM ----------
XxM4tzexX said:
Did you set the right permissions to the apk? It should have rw-r--r--
Click to expand...
Click to collapse
Yes I set it but not working. Permission 776? 766?
---------- Post added at 10:31 AM ---------- Previous post was at 10:08 AM ----------
HOME GRID and APP drawer (5X5)
Solved: Finally it works. Just copy the apk file (link below) to the destination and change the permission to rw-r--r--. It will only make the apk grid size 5X5. And then I install prototype 5.0 of Masik ROM and it also change the icon size as note 5. Hope it helps for others.
http://forum.xda-developers.com/showpost.php?p=63118289&postcount=90
rony0505 said:
not working. Same issue.
Finally it works with changing permission to 644 from the mentioned link. Just copy the apk file to the destination and change the permission. But the icon size is not small.
http://forum.xda-developers.com/showpost.php?p=63118289&postcount=90
Click to expand...
Click to collapse
You do realize that rw-r--r-- equals 644?? :laugh:
XxM4tzexX said:
You do realize that rw-r--r-- equals 644?? :laugh:
Click to expand...
Click to collapse
HAHAHA yes. Now I understand . Thanks
rony0505 said:
not working. Same issue.
HOME GRID and APP drawer (5X5)
Solved: Finally it works. Just copy the apk file (link below) to the destination and change the permission to rw-r--r--. It will only make the apk grid size 5X5. And then I install prototype 5.0 of Masik ROM and it also change the icon size as note 5. Hope it helps for others.
http://forum.xda-developers.com/showpost.php?p=63118289&postcount=90
Click to expand...
Click to collapse
cool good to hear :good:
please, can you post a screenshot of your app-drawer. I would like to see the size of the icons.
thank you
FM-Phone said:
cool good to hear :good:
please, can you post a screenshot of your app-drawer. I would like to see the size of the icons.
thank you
Click to expand...
Click to collapse
Here you go...home and app drawer attached...
None of this would be necessary if Samsung would provide a simple option to change the application drawer grid size. There already is such a functionality, albeit limited to three options, to change the home screen grid size. Why do you not offer something similar for the application drawer, Samsung?!

[GUIDE][MOD][2.3+]How to add Owner text in Statusbar || with app controller

Introduction
Luminious Owner Text is a Mod i have created for Adding ur Name into statusbar or somewhere else and then control it via App its will save ur time No need to reboot after applying changes through app
Features​
Text Color Changer
Text Changer
RealTime Changing
Okay now lets implement it
Requirements​
apktool
notepad++
brain.jar
Step1​
Decompile SystemUI.apk (there is many guides available for that)
open merge all smali's provided in attachment
Open res/layout/tw_status_bar.xml
Copy this line and paste it anywhere in statusbar.xml its upto u where u want ur name​
Code:
<com.shadesk.mods.ShadyText android:textStyle="bold" android:id="@+id/shadytext" android:layout_width="wrap_content" android:layout_height="wrap_content" />
Save everything & recompile ur work and then again decompile the newly created apk​
Step2​
open smali/com/shadesk/ShadyText.smali
Open Public.xml
find this in public.xml & copy its id means 0x7fxxxxxx here xxx will be some digits cuz mine & ur = not same so i use xx​
Code:
<public type="id" name="shadytext"
Copy the id of the line i have mention before and replace with this​
Code:
0x7f0d0143
NOTE:- 0x7f0d0143 is in ShadyText.smali so find this & replace the code with ur id​
Done
Save Everything
Recompile
Sign
Push
Install The Apk Provided in Attachments
Enjoy
There is two apk in attachmentd one is for gb users and one is for 3.0 above​
Screenshots in 2nd post
Credits in 3rd post
Screenshots
SCREENS​
CREDITS
CREDITS
@AndroidFire for helping me into customviews
@b16h22 for his source & permissiom to use
@serajr for smali guide​
:thumbup::thumbup::thumbup:
Just amazing!!
I'm glad to know I've helped you out somehow!
Good Job sir
Glad to know that you put my name on it.by the way nice mod keep it up
serajr said:
Just amazing!!
I'm glad to know I've helped you out somehow!
Click to expand...
Click to collapse
Nice to see master on my Thread btw sir seriously ur External Guide helped me alot and Thank u
@RaKesh & @AndroidFire Thanks Guyz
Lol Fire bro i have to put ur name u know y?? Because of customviews
nice mode >>>>
ARGHA_DAS said:
Introduction
Luminious Owner Text is a Mod i have created for Adding ur Name into statusbar or somewhere else and then control it via App its will save ur time No need to reboot after applying changes through app
Features​
Text Color Changer
Text Changer
RealTime Changing
Okay now lets implement it
Requirements​
apktool
notepad++
brain.jar
Step1​
Decompile SystemUI.apk (there is many guides available for that)
open merge all smali's provided in attachment
Open res/layout/tw_status_bar.xml
Copy this line and paste it anywhere in statusbar.xml its upto u where u want ur name​
Code:
<com.shadesk.mods.ShadyText android:textStyle="bold" android:id="@+id/shadytext" android:layout_width="wrap_content" android:layout_height="wrap_content" />
Save everything & recompile ur work and then again decompile the newly created apk​
Step2​
open smali/com/shadesk/ShadyText.smali
Open Public.xml
find this in public.xml & copy its id means 0x7fxxxxxx here xxx will be some digits cuz mine & ur = not same so i use xx​
Code:
<public type="id" name="shadytext"
Copy the id of the line i have mention before and replace with this​
Code:
0x7f0d0143
NOTE:- 0x7f0d0143 is in ShadyText.smali so find this & replace the code with ur id​
Done
Save Everything
Recompile
Sign
Push
Install The Apk Provided in Attachments
Enjoy
There is two apk in attachmentd one is for gb users and one is for 3.0 above​
Screenshots in 2nd post
Credits in 3rd post
Click to expand...
Click to collapse
bro @ARGHA_DAS can ua add it here? . i mean the text size option bro. .thanks in advance. . .keep it up. . .
yeah buddy just wait for the updates
Dreamstar said:
nice mode >>>>
Click to expand...
Click to collapse
Thanks

Categories

Resources