Q: How to port SystemUI.apk - Samsung Galaxy Star
Dev..
How to port System UI for our Star?
There're a lot of guide here but I can find the correct way porting system ui?
Can anyone guide me? I wanna port S5 ui for 5282
xtrmx2 said:
Dev..
How to port System UI for our Star?
There're a lot of guide here but I can find the correct way porting system ui?
Can anyone guide me? I wanna port S5 ui for 5282
Click to expand...
Click to collapse
Can you check this one http://forum.xda-developers.com/showthread.php?t=2203166 ? and actually there's not a correct or bad way , all of should be good but they differ in the way how they are explained .
Thanks for the advice..
I've done some of the TUT there. Just curious how to make GPS toggle on our star?
I've found this xml on star...
============================
<string-array name="QuickSettingButtonAttribute">
<item>Wifi</item>
<item><string-array name="QuickSettingButtonAttribute">
<item>Wifi</item>
<item>Location</item>
<item>SilentMode</item>
<item>AutoRotate</item>
<item>Bluetooth</item>
<item>MobileData</item>
<item>DormantMode</item>
<item>PowerSaving</item>
<item>AllShareCast</item>
<item>MultiWindow</item>
=============================
... but there's no toggle button on quick setting panel. Can you teach me how to make it visible like on S5 (Gps and Powersaving)
xtrmx2 said:
Thanks for the advice..
I've done some of the TUT there. Just curious how to make GPS toggle on our star?
I've found this xml on star...
============================
<string-array name="QuickSettingButtonAttribute">
<item>Wifi</item>
<item><string-array name="QuickSettingButtonAttribute">
<item>Wifi</item>
<item>Location</item>
<item>SilentMode</item>
<item>AutoRotate</item>
<item>Bluetooth</item>
<item>MobileData</item>
<item>DormantMode</item>
<item>PowerSaving</item>
<item>AllShareCast</item>
<item>MultiWindow</item>
=============================
... but there's no toggle button on quick setting panel. Can you teach me how to make it visible like on S5 (Gps and Powersaving)
Click to expand...
Click to collapse
I'm not expert on making custom UI -Actually I've never made one before- .
Anyway ..you can mess a little bit but like an expert .... try to find if there is any code related to the items like wifi or location then see what this code do then try to edit it a little bit to suit your needs then add another item <item>GPS</item>..
Or you can just decompile s5 systemUI and see how the have made it .
Related
[REQUEST] Help deodexing systemui.apk
I have a Samsung Dart (same hw as galaxy mini) with CM7 and I'm trying to make my status bar transparent, but the rom is not deodexed. I think it is ok to deodex systemui only, but the problem is I don't have access to a computer with Windows right now. I couldn't find any tuts describing how to do it with Linux, so I have uploaded my systemui apk and systemui.odex in case anybody feels generous enough to deodex it for me. If you feel like making the status bar 100% transparent too, all the better, but I can do that myself if necessary. Thanks in advance.. http://www.4shared.com/android/6CrbSun6/SystemUI.html http://www.4shared.com/file/B4ZGqnfd/SystemUI.html
bump and a pretty please ??
[Q] Framework-res modding
hi, i am working on some framewaork modding.. i want to edit my phone's framework such that anything doesn't overscroll..if i can't get u clear see the screenshot u'll understand what i want to say....:good::good: so can any1 tell me which xml do i need to look in/edit in order to achieve what i'm looking for...
bump
[Q] Help me with SystemUI.apk
Hi there. Someone who can help me, I'm in this android operating system and I want to make my own changes to the SystemUI.apk. I wonder if there is way to transparent notifications curtain and / or putting on any image, and if so if I have to change if they are. Decompile XML that are oh just change the images of the same resolution. And I hope you can help me, I have the right skills to lead the process but the dilemma is that not where enpesar. Thank you:laugh:
PekeƱo Lukas said: Hi there. Someone who can help me, I'm in this android operating system and I want to make my own changes to the SystemUI.apk. I wonder if there is way to transparent notifications curtain and / or putting on any image, and if so if I have to change if they are. Decompile XML that are oh just change the images of the same resolution. And I hope you can help me, I have the right skills to lead the process but the dilemma is that not where enpesar. Thank you:laugh: Click to expand... Click to collapse I believe for you to modify anything, you'd need to first be rooted to have su access in order to overwrite a system app. Second, you'd have to get a apk decompiler that finds the src and unencrypts the class files. Unfortunately, I cannot find any resources to help with this.
Help with SystemUI.apk
Hi, after flashing a zip from a developer in themes section i lost my navigation buttons and notification bar.. Someone told me that is becouse a bad systemUI.apk.. Can someone give me a good one? Thanks ..
Custom Tiles to pretty stock ROM
Hi there guys and girls I have stock Lollipop Rom, rooted with TWRP installed; I would like to add a few tiles to the very few available at the moment, also if possible reorder them.. I searched and searched, here and on Google, but the only things I found were: old old and useless method for JB, xposed module (cannot install Xposed here, it's an x86_64 CPU) and the Custom Quick Settings app, which doesn't work good for me.. So, I unpacked the framework of the ROM, de-compiled SysteUI.apk but now I'm basically lost because I don't know what to edit to achieve my goal! I can't even understand what to look for: I'm pretty sure my stuff should be in qs* xml and smali files, but it's a mess there Do you please have any tips for me, any how-to, guide, suggestions, whatever? I take everything!! Thanks a lor, see you!
brainvision said: So, I unpacked the framework of the ROM, de-compiled SysteUI.apk but now I'm basically lost because I don't know what to edit to achieve my goal! I can't even understand what to look for: I'm pretty sure my stuff should be in qs* xml and smali files, but it's a mess there Do you please have any tips for me, any how-to, guide, suggestions, whatever? I take everything!! Thanks a lor, see you! Click to expand... Click to collapse Will this do, I would look in your SystemUI first. - http://forum.xda-developers.com/galaxy-s5/development/mod-t3005222
thanks but I'm already looking at SystemUI but it's plenty of stuff there and it's difficult to change tiles.. Also the thread you linked is only for Samsung Touchwiz, you can see from the attached screenshot that shows the dialog where to pick which tiles/Quick Settings to include.. There the OP just unlock the limited number, but the rest of the stuff is already there..