[REQ] Close Button - Galaxy S 4 Q&A, Help & Troubleshooting

When i was on galaxy s3 "raubakatze" create a simple "Close button" in red color.
Anyone know is it possible in s4? I have the same archive with the zip file to flash in s3. In s4 with root explorer i didnt found the same .png file in systemui.apk of s4.
Can anyone help?
Thank for all support and sorry for my bad english
EDIT: I found the source in SystemUI.apk and the name of two files to change the "close button" are:
SystemUI.apk/res/drawable-xxhdpi
status_bar_close_off.png
status_bar_close_on.png
But i dont know why to change this in my current SystemUI.apk

filipelima27 said:
When i was on galaxy s3 "raubakatze" create a simple "Close button" in red color.
Anyone know is it possible in s4? I have the same archive with the zip file to flash in s3. In s4 with root explorer i didnt found the same .png file in systemui.apk of s4.
Can anyone help?
Thank for all support and sorry for my bad english
EDIT: I found the source in SystemUI.apk and the name of two files to change the "close button" are:
SystemUI.apk/res/drawable-xxhdpi
status_bar_close_off.png
status_bar_close_on.png
But i dont know why to change this in my current SystemUI.apk
Click to expand...
Click to collapse
Fala filipelima27
Don't forget "status_bar_close_dim.png" too ...
I've didn't quite got you ... you want these buttons to be "red" ?
I would invite you to take a look in my S4 Theme (signature) and then see if it feets your needs.
Nice regards.
.

Related

Request for a file

Hi to all, I'm working on porting of the rom galaxy S5 on a galaxy S2 only that I would need a file for enable and test the private mode.
In fact, the file in question is located in this path:
Code:
/mnt/shell/privatemode
If anyone can help me, sending me the file in question?
P.S. If I posted in the wrong section, you might me the courtesy to move this thread

[Q&A] [Guides & Links] THE GALAXY S5 UNIFIED MODS THREAD

Q&A for [Guides & Links] THE GALAXY S5 UNIFIED MODS THREAD
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [Guides & Links] THE GALAXY S5 UNIFIED MODS THREAD. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Remove Quickconnect & Sfind from Pulldown
Hello,
Please can anyone help me remove Quickconnect & Sfind from Pulldown --> Galaxy I9505 (lollippop), i am rooted but i cant figure out how to edit the SystemUI.apk (decompile & stuff).
Thank You
SyShade said:
Hello,
Please can anyone help me remove Quickconnect & Sfind from Pulldown --> Galaxy I9505 (lollippop), i am rooted but i cant figure out how to edit the SystemUI.apk (decompile & stuff).
Thank You
Click to expand...
Click to collapse
You're going to need to do a bunch of reading, then more, then more. It's not the hardest thing to do, but removing stuff like that can be tricky. You're better off flashing a custom rom for now. There are plenty of threads with a ton of info here though.
Hello
metalfan78 said:
You're going to need to do a bunch of reading, then more, then more. It's not the hardest thing to do, but removing stuff like that can be tricky. You're better off flashing a custom rom for now. There are plenty of threads with a ton of info here though.
Click to expand...
Click to collapse
i did managed to modd the SytemUi but wen i put it back on to the phone it crashed the SystemUi, couldn't recover even whith restore and original file, reinstaled the rom, still buggiing me alot those buttons, the lollippop for the s4 was released rather a short time ago. so anyone wants to help me get rid of those buttons ( i have a problem whith "Everyting should be almost perfect")
Thank you for your time
You should check out a program called winmerge, I use it all the time when modding. It lets you compare files to find what you need.
SyShade said:
Hello,
Please can anyone help me remove Quickconnect & Sfind from Pulldown --> Galaxy I9505 (lollippop), i am rooted but i cant figure out how to edit the SystemUI.apk (decompile & stuff).
Thank You
Click to expand...
Click to collapse
Decompile SystemUI.apk and go to values/dimens
And change this
Code:
<dimen name="finder_connect_layout_height">57.0dip</dimen
To this
Code:
<dimen name="finder_connect_layout_height">0.0dip</dimen
increasing ringtone
Hi guys ive just regained root on firmware G900IDVU1ANK1 and i am trying to remove the annoying increasing ringtone. I have followed this guide http://forum.xda-developers.com/showthread.php?t=2733001 but the stupid thing still rings ascending. I noticed that there is only 1 instance of this line - Landroid/media/AudioManager;->setStreamVolume(III)V where as the thread says there should be 2. I used the SecTeleService apk from an earlier version rom (NE1) but it just crashes.
Any help is appreciated.
Thanks
Daniel.
amigo24 said:
Hi guys ive just regained root on firmware G900IDVU1ANK1 and i am trying to remove the annoying increasing ringtone. I have followed this guide http://forum.xda-developers.com/showthread.php?t=2733001 but the stupid thing still rings ascending. I noticed that there is only 1 instance of this line - Landroid/media/AudioManager;->setStreamVolume(III)V where as the thread says there should be 2. I used the SecTeleService apk from an earlier version rom (NE1) but it just crashes.
Any help is appreciated.
Thanks
Daniel.
Click to expand...
Click to collapse
If you are doing this for Android L, the file to modify is now Telecom.apk and the guide is near the bottom of post #4 in my home guide thread.
tdunham said:
If you are doing this for Android L, the file to modify is now Telecom.apk and the guide is near the bottom of post #4 in my home guide thread.
Click to expand...
Click to collapse
No, im still running 4.4.2, rom is NJ1 build
edit
does not work vibration
keeping back
kill does not vibrate
thanks
How can I change an option in SecSettings.apk to redirect to another option?
Currently, Power Saving mode uses PowerSavingModeSettingsActivity and I want it to use PowerSavingModeSettings2014Activity. It has a few more options than what Settings currently uses. Thanks.
evilvoice said:
How can I change an option in SecSettings.apk to redirect to another option?
Currently, Power Saving mode uses PowerSavingModeSettingsActivity and I want it to use PowerSavingModeSettings2014Activity. It has a few more options than what Settings currently uses. Thanks.
Click to expand...
Click to collapse
Search the entire smali folder with a tool like fileseek for PowerSavingModeSettingsActivity and change where it invokes it to PowerSavingModeSettings2014Activity. This is very simplified and may not work but that is how I would approach it to begin.
Awasome
great work thanks
Ok this will probably be a lengthy question and refers to the incall backgrounds mod. Its also for a sprint note3 lp rom.
The problem is when you select the image it displays briefly until the call connects then it switches back to the stock. When you receive a call it displays the chosen background until you answer it then it reverts back to stock. We have went over and over the instructions and cannot find out where the issue is. I think the issue that needs to be fixed is actually in the fullscreen mod though can someone help please.
https://www.dropbox.com/s/y4xubqtc4nmz6tv/LegacyInCallUI.apk?dl=0
Hi, guys!
Please help me, how i can ADD ficeto.colorpicker in my device? Please, give me the link on add colorpicker.
trylogic said:
Hi, guys!
Please help me, how i can ADD ficeto.colorpicker in my device? Please, give me the link on add colorpicker.
Click to expand...
Click to collapse
Its included in customsettings.
http://forum.xda-developers.com/gal...de-understanding-creating-smali-mods-t2488033
Hi, Guys!
Please tell me how to change the size of the switches in "CustomSettings" or switches in general? Sorry, i can't add scrin.
trylogic said:
Hi, Guys!
Please tell me how to change the size of the switches in "CustomSettings" or switches in general? Sorry, i can't add scrin.
Click to expand...
Click to collapse
The on/off switches are framework-res.apk images I believe and will affect the entire rom, not just customsettings.

SamsungOne font ttf files?

I needed SamsungOne font ttf files to use with Digital Clock Xperia widget and struggled to find any.
The only one I could find is SamsungOne-200_v1.0.ttf
If you know of any, please post files or links here.
Try this one here
Extracted from samsung website and then converted to ttf.
Although it's labeled Korean it should change Eng fonts as well.
Hi
try this
can you please share the Samsung One 200?
Attach file?
Yes, I will, but i can't find see how to add an attached file. Any pointers appreciated.
Update: done it! See next post.
SamsungOne-200.zip
Attached
can you please share the Samsung One 300 and 600?
Here you have them almost all. You only have to rename the file format to .ttf with rootexplorer or similar.
https://github.com/SamsungInternet/loti/find/master?q=
xda_Nebula said:
I needed SamsungOne font ttf files to use with Digital Clock Xperia widget and struggled to find any.
The only one I could find is SamsungOne-200_v1.0.ttf
If you know of any, please post files or links here.
Click to expand...
Click to collapse
If I'm not mistaken, what I have here is the font used in the Galaxy S8 clock widget. I'm also planning to use this font for Digital Clock Xperia, unfortunately I don't the upgraded version. I'll be glad if this will be of help to you.
Oh, I'm new here, I can't post an outside link. Wondering if you could help me here.

Samsung galaxy j320P emoji change

Hello, I got a Samsung Galaxy J320P for Christmas and didn't like the design of some of the emojis. so i extracted the ttf file, and edited them. now i cant find out how to turn the folder back into ttf so i can use them. anybody know how to do that? If so please tell me! thanks

[Need Help] Changing Statusbar Icons To Stock Android

Hello XDA, i don't know if this is the right place to ask this but i was trying to change the status bar icons in my A510F which i failed. I don't have any experience about editing apk files or theming. So if someone can help me edit the systemui.apk to change the status bar icons to stock android icons? Thanks so much!
SystemUI.apk is provided below! (Uploaded to mega because large file)
https://mega.nz/#!Alc3zATQ!FQaSsLMmJmsUIOCY8jdPbvXcyp1acfTfM6Fe4iziTPs
AOSP icons
Must it be with SystemUI?
Cause you can change it with some apks from substratum...
Mihai.INdreias said:
Must it be with SystemUI?
Cause you can change it with some apks from substratum...
Click to expand...
Click to collapse
Yeah I know I was going to buy the plugin soon if I couldn't find a way to do it with editing systemui

Categories

Resources