[REQUEST] Can someone Decompile and Recompile this SystemUI.apk please? - Android Q&A, Help & Troubleshooting

This SystemUI.apk is from AICP for the Moto G Titan XT1068.
I tried doing it myself but I could not recompile it as I got many errors.
What needs to be done is:
Decompile APK.
Change the following in : Res\Values\dimens.xml
<dimen name="recents_task_view_rounded_corners_radius">8.0dip</dimen>
to
<dimen name="recents_task_view_rounded_corners_radius">2.0dip</dimen>
Recompile so that I can replace with my SystemUI.apk
Can someone please do this if it does not cause any trouble?!
It was my first try doing all this, someone with some experience shall have no trouble.
Thanks in Advanced.

Instead of asking someone to do it for you why not try to fix the errors your self.

Related

[Solved] Reduce statusbar to 0

I'm trying to reduce the statusbar height to 0 pixels, hence hiding it without loosing the notification features.
I am using CM 10.1 nightly ROM.
Up to now I have done this:
1) decompiled framework-res.apk with apktool
2) opened with Notepad \res\values\dimens.xml
3) modified these values to 0
<dimen name="status_bar_height">0.0dip</dimen>
<dimen name="navigation_bar_height">0.0dip</dimen>
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
<dimen name="navigation_bar_width">0.0dip</dimen>4) build the new framework-res.apk with apktool
5) copied the new file over the old one
6) rebooted... rebooted... rebooted...
As you might understend, after the mod my phone got stuck rebooting.
Could anyone point me to the correct way of modding framework-res.apk?
Thanks!
Giocarro said:
I'm trying to reduce the statusbar height to 0 pixels, hence hiding it without loosing the notification features.
I am using CM 10.1 nightly ROM.
Up to now I have done this:
1) decompiled framework-res.apk with apktool
2) opened with Notepad \res\values\dimens.xml
3) modified these values to 0
<dimen name="status_bar_height">0.0dip</dimen>
<dimen name="navigation_bar_height">0.0dip</dimen>
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
<dimen name="navigation_bar_width">0.0dip</dimen>4) build the new framework-res.apk with apktool
5) copied the new file over the old one
6) rebooted... rebooted... rebooted...
As you might understend, after the mod my phone got stuck rebooting.
Could anyone point me to the correct way of modding framework-res.apk?
Thanks!
Click to expand...
Click to collapse
i dont think this would work as the text and content containers would be looking for a workspace which wasnt there. are you looking to loose the statusbar completely and only have the pulldouwn notifications or are you just looking to simply make it trasnparent?
I am looking for a way to hide the statusbar because I want it replaced by LMT Launcher.
Now I just got the problem solved following this advice.
Thanks!
Giocarro said:
I am looking for a way to hide the statusbar because I want it replaced by LMT Launcher.
Now I just got the problem solved following this advice.
Thanks!
Click to expand...
Click to collapse
No worries, just for note in the future, you can hide the Status bar by adding a simple code to the android manifest for the systemui
(this means if you ever want it back its just 1 line to delete rather than messing with dimens)
Could you please elaborate your suggestion? Sounds definitely better than mine!
Giocarro said:
Could you please elaborate your suggestion? Sounds definitely better than mine!
Click to expand...
Click to collapse
Of course, decompile the systemui.apk form your rom open up the android manifest and add something similar to the below line under activities in the android manifest. it will automatically hide the statusbar.
If you want the statusar back again just remove this line
<activity android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"/>

[Q] Can not decompile SystemUI.apk

I want to decompile SystemUI.apk for editing, but the problem is that it is already themed and decompliling throws many errors at me. Any idea how can I edit that "already edited" SystemUI.apk. It has been taken from Custom Rom (JB 4.1). Thanks

Samsung Galaxy Star Custom Carrier Label

I've been looking for ways on how to customize our carrier label but found none. Fortunately, I've found this great thread http://forum.xda-developers.com/showthread.php?t=1570956 which gave me the idea so I started modifying my device and I was able to customize it, so I decided to share it with you guys since this site has been a great help for a beginner like me. So here's how:
Requirements
1. Apktool
2. Notepad++ or any xml editor
**Since modifying this is so complicated, I attached the edited xml which will replace your current xmls.**
Download the attached zip and extract it.
Open strings.xml and find this line (its in the endline )
<string name="iamLinker">InsertYourTextHere</string>
change the text in red font to your desired text and save
Extract your SystemUI
move the following xmls to /res/layout -- look for layout-ldpi as well
status_bar_expanded.xml
tw_status_bar_expanded.xml
tw_status_bar_expanded_dual.xml
move the following xmls to /res/values
strings.xml
styles.xml
recompile and push the modified SystemUI.apk
then reboot.
And that's it! Don't forget to hit thanks if this helps!
emmantot said:
I've been looking for ways on how to customize our carrier label but found none. Fortunately, I've found this great thread http://forum.xda-developers.com/showthread.php?t=1570956 which gave me the idea so I started modifying my device and I was able to customize it, so I decided to share it with you guys since this site has been a great help for a beginner like me. So here's how:
Requirements
1. Apktool
2. Notepad++ or any xml editor
**Since modifying this is so complicated, I attached the edited xml which will replace your current xmls.**
Download the attached zip and extract it.
Open strings.xml and find this line (its in the endline )
<string name="iamLinker">InsertYourTextHere</string>
change the text in red font to your desired text and save
Extract your SystemUI
move the following xmls to /res/layout -- look for layout-ldpi as well
status_bar_expanded.xml
tw_status_bar_expanded.xml
tw_status_bar_expanded_dual.xml
move the following xmls to /res/values
strings.xml
styles.xml
recompile and push the modified SystemUI.apk
then reboot.
And that's it! Don't forget to hit thanks if this helps!
Click to expand...
Click to collapse
Really nice ... but this is the wrong place to post.
Please move this to the Galaxy Star General forum.

Can't edit systemui.apk in Alcatel flash6042d

Hi I was trying to decompile and edit xmls in systemui.apk but after decompiling the folder does not have "res" folder contains the xmls so I searched around and found out that the xmls were in systemui-res.apk present in custpack/jrd_custres/apk so I tried to decompile it after trials and errors I decompiled KT and edited the xmls but then while recompiling I get error messages like android manifest not present though they weren't from the start.
So please can anybody help me with this I wanted to remove the transparent codes in status bar_expanded .
Plzzz help

[GUIDE] Enable Pixel navigation bar

Decompile framework-res.apk and open res/values/bools.xml
Change the value of
Code:
<bool name="config_showNavigationBar">false</bool>
to true.
Recompile framework-res.apk
Decompile SystemUI_ZTE.apk. Copy all the images (attached) to the res/drawable-xxxhdpi-v4 folder. Say yes to overwrite.
Recompile SystemUI_ZTE.
Is there anyway someone can make this flash able.
victorythagr8 said:
Is there anyway someone can make this flash able.
Click to expand...
Click to collapse
Not possible because the framework-res and SystemUI apks are different for each ROM and build.

Categories

Resources