I have try many mods that include settings.apk but I can't found any modded settings.apk that have auto IP support menu on the Wi-Fi setting..
I does not like the default icons menu with the gray colors, but I can't find any settings.apk that support the auto IP, so I still use the default one
If one of you have a modded settings.apk with support for auto IP on the Wi-Fi setting please give me the download link or attach it here, maybe someone there also need it
drafha said:
I have try many mods that include settings.apk but I can't found any modded settings.apk that have auto IP support menu on the Wi-Fi setting..
I does not like the default icons menu with the gray colors, but I can't find any settings.apk that support the auto IP, so I still use the default one
If one of you have a modded settings.apk with support for auto IP on the Wi-Fi setting please give me the download link or attach it here, maybe someone there also need it
Click to expand...
Click to collapse
wrong topic !!! when you peeps learn it ever?? :/
Reported
Moved to Q&A.
Pandemic said:
wrong topic !!! when you peeps learn it ever?? :/
Reported
Click to expand...
Click to collapse
Sorry if I post on the wrong topic..
You may need to check the different between the default settings.apk and modded settings.apk on the wi-fi setting..
Related
Hi, I don't know is this the correct forum or not...if it's not can a mod move it.
Anyway, I've found in Gingerbread roms that the wifi, signal statusbar icons change when connected to internet/sync successful. Is there anyway to change this like editing xml files?
EDIT: found white/green icons(data) in lge-res.apk but can't find wifi. So what do i need to do next?
This is something I was researching as well. If I find an answer I post it here.
I find out there are in SystemUI.apk.
Sent from my LG-P500
I am using the Unamed rom, after using a different rom that allowed the use of the JkayMod which made it easy to remove icons in the status bar by just the uncheck of a box. Does anyone know how to remove the alarm clock icon in the status bar when it is active for an alarm? I just think it is kind of annoying...
hallor618 said:
I am using the Unamed rom, after using a different rom that allowed the use of the JkayMod which made it easy to remove icons in the status bar by just the uncheck of a box. Does anyone know how to remove the alarm clock icon in the status bar when it is active for an alarm? I just think it is kind of annoying...
Click to expand...
Click to collapse
Have you tried pressing menu -> settings -> alarm clock settings -> hide alarm icon?
let me find the code real quick
Thanks man
http://forum.xda-developers.com/showpost.php?p=8104552&postcount=2
Ok so here is the link, follow the post as far as lines to delete and add
The only difference is the smali file that needs to be edited, Statusbarpolicy.smali, is in the systemUI.apk
Decompile that apk and you will find the file in smali/com/android/systemui/statusbar/policy
yoderk said:
http://forum.xda-developers.com/showpost.php?p=8104552&postcount=2
Ok so here is the link, follow the post as far as lines to delete and add
The only difference is the smali file that needs to be edited, Statusbarpolicy.smali, is in the systemUI.apk
Decompile that apk and you will find the file in smali/com/android/systemui/statusbar/policy
Click to expand...
Click to collapse
On a different device these days looking to do the same mod. StatusBarPolicy.smali doesn't appear to exist in SystemUI.apk and I can't find a reference to 'alarm' in any of the smali files that contain StatusBar in the name. Any thoughts on where else to check? (It's still Android 4.0.4)
Edit: Found the relevant code in SystemUI.apk\smail\com\android\systemui\statusbar\phone\PhoneStatusBarPolicy.smali
yoderk said:
http://forum.xda-developers.com/showpost.php?p=8104552&postcount=2
Ok so here is the link, follow the post as far as lines to delete and add
The only difference is the smali file that needs to be edited, Statusbarpolicy.smali, is in the systemUI.apk
Decompile that apk and you will find the file in smali/com/android/systemui/statusbar/policy
Click to expand...
Click to collapse
All the information in this link is gone. Does anyone have a cached version or know where else I can find it?
creeve4 said:
All the information in this link is gone. Does anyone have a cached version or know where else I can find it?
Click to expand...
Click to collapse
Wow, the OP removed all the content from the thread and replaced it with "Deprecated", locked the thread, and doesn't allow PMs. Never mind the fact that that information was still entirely relevant to all pre-JB devices...
Seems pretty crummy to just remove all the info. I wonder why he did it.
Sorry to bump this up, but I published an Xposed mod recently to hide the icon (permanently or based upon configurable time to next alarm). Will work on any rooted 4.0.3 or higher ROM.
Hi!
Any developer out there who would make a little change at an existing apk(xml)?
Best regards!
still searching...
what type of change?
if you mean adding a new element to the xml i think that you cannot because then you need to rebuild (compile and especially pre-compile) the apk.
but if you are talking about changing some values of an already existing object that may work.
What apk ? And what do you want changed ? Need to post a little more detail if you expect an answer. It would also help if you upload the apk.
Benz-Driver said:
Hi!
Any developer out there who would make a little change at an existing apk(xml)?
Best regards!
Click to expand...
Click to collapse
What type of apk ? Is it for GB or ICS ? what is your target platform ? If it is for GB I can do it . But not in deep . If you tell me what exactly you want to do , I can help you. PM Me.
Thanks for your answers!!!
I'll try to explain it:
It's an hotspot widget, which allows to turn on Wifi Hotspot by just clicking the toggle.
When clicking the toggle, Hotspot is "starting", that means it's not ready but on the way. When Hotspot has fully starting has finished and is available to be used there is another toggle icon.
So, what is missing right now, is, that after pressing the toggle the indicator graphic shows "starting".
Hmm, my english isn't very good, but i'll give the best to make it understandable. Therefore a made two screenshots and add the graphic which should appear when having pressed the toggle and before the toggle has changed to the one displayed at the second screenshot:
So, what has to be changed, is - to my opinion - the parameters for appwidget_settings_ind_mid_c.9.png - so that the attached graphic is displayed.
I have to mention that i already modified the apk by changing stat_sys_tether_wifi_off and stat_sys_tether_wifi_on.
Benz-Driver said:
Thanks for your answers!!!
I'll try to explain it:
It's an hotspot widget, which allows to turn on Wifi Hotspot by just clicking the toggle.
When clicking the toggle, Hotspot is "starting", that means it's not ready but on the way. When Hotspot has fully starting has finished and is available to be used there is another toggle icon.
So, what is missing right now, is, that after pressing the toggle the indicator graphic shows "starting".
Hmm, my english isn't very good, but i'll give the best to make it understandable. Therefore a made two screenshots and add the graphic which should appear when having pressed the toggle and before the toggle has changed to the one displayed at the second screenshot:
So, what has to be changed, is - to my opinion - the parameters for appwidget_settings_ind_mid_c.9.png - so that the attached graphic is displayed.
I have to mention that i already modified the apk by changing stat_sys_tether_wifi_off and stat_sys_tether_wifi_on.
Click to expand...
Click to collapse
To decompile I need your framework apk.
I only have the apk i attached. The Widget was downloaded from the market (free).
Ok, i made new screenshots to explain:
1.) Hotspot "Off":
2.) Hotspot "starting":
3.) Hotspot "On":
When "Tethering oder Hotspot aktiv" is displayed (=starting modus, second screenshot) in the status line after pressing the toggle, there should appear this
instead of this
Benz-Driver said:
I only have the apk i attached. The Widget was downloaded from the market (free).
Click to expand...
Click to collapse
Check the attached file whether it working or not. You have some problem with images . Then do not appear properly.
Thanks, but nothing changed. It's still like in the 3 screenshots above.
EDIT:
Oh, i forgot to mention, that changes must affect drawable-mdpi as the device (Sonyericsson Xperia Active has only 320x480 pixel screen resolution!!
@musarraf172
Could this be the reason, that nothing changed? Am i right, that you changed the xml values fpr drawable-hdpi and not drawable-mdpi? It's my fault, i should have mentioned that it's for a low resolution screen, sorry!!
Benz-Driver said:
@musarraf172
Could this be the reason, that nothing changed? Am i right, that you changed the xml values fpr drawable-hdpi and not drawable-mdpi? It's my fault, i should have mentioned that it's for a low resolution screen, sorry!!
Click to expand...
Click to collapse
I changed for both as I was confused . I have tested in on my phone (HTC) . It was working but the images was overlapping.
EDIT:
I think I am misunderstood. What exactly you want to change ? only some icons ? If so please tell me in more simple words.
Ok, i'll try to explain but my english is not that good (sorry):
When i press the toggle
there should appear a dark green indicator line - like here:
And in the end when the Hotspot is fully activated this should appear:
That means, there should be 3 steps:
Off
-> Start
-> On
Why aren't the pics in my post displayed?
Ok, I'll try to explain again:
The indicator is too low (about 13 pixels too low) and too wide (about 12 pixels on each side, 24 pixels total) as you can see at the new screenshot.
So the xml-parameters should be changed for
1.)appwidget_settings_ind_off_c.9.png (drawable-mdpi as it's a low resolution device with 320x480 display)
2.)appwidget_settings_ind_mid_c.9.png (drawable-mdpi)
3.)appwidget_settings_ind_on_c.9.png (drawable-mdpi)
They have to be changed all the same way.
Please(!!!) can anybody help me?
So you want three total icons.
One for off:
One for starting:
One for on:
This should not be too hard to accomplish.
Yes, that would be what i'm looking for.
But maybe it would be enough, if the position of the indicator would be changed.
Can't do it here at work, and it seems someone is on the right track. I can look at it this afternoon maybe.
Are the images separate. Meaning an icon and an indicator bar. That seems like overkill unless the indicator bar is moving (showing progress). I would think that three static images would be just fine.
If it is just the xml that needs to be edited, can you paste it here?
I made screenshot of what the original apk (not modified in any way!) looks like. Unfortunately I'm not sure which xml contains the information for the position of the graphics. But you can see what graphics are available originally and maybe this gives a hint on how the xml is designed? I tried to attach the xml files to thhis posting but the file format isn't allowed. So i attach the original, unmodified apk.
3 static images would be good, also, if possible, but i think that would be more complicated, what do you mean?
Originally there are 2 icons (off and on) and 3 indicator graphics (off - mid(=start) - on). But i think it would be also good to use 3 static images instead of the combination of the 2 static images and the 3 additional indicator graphics.
I also made 3 screenshots what the original unmodified apk looks like when Hotspot is off, has started and is on.
EDIT:
I'm wrong! I just saw, that the original akp works by having a background for all 3 situations (off - mid(=start) -on) and just varies the WLAN symbol in the middle of it. And additional the indicator graphics.
So there seem to be following graphic combinations originally:
1.) Toggle Off: appwidget_bg.9.png + stat_sys_tether_wifi_off.png + appwidget_settings_ind_off_c.9.png
2.) Toggle pressed (Hotspot Starting): appwidget_bg.9.png + stat_sys_tether_wifi_off.png + appwidget_settings_ind_mid_c.9.png
3.) Hotspot On: appwidget_bg.9.png + stat_sys_tether_wifi_on.png + appwidget_settings_ind_mid_c.9.png
can you guys please tell me how to change the color of the text 'messaging' (green colored) to white....
need it fast!!
please reply fast sir
Ok first. You didnt give any real info. Second If you need a fast reply you are in the wrong place. This is not a support site.
i am themeing this apk for myself... and i wanted to know in which xml i may find the color code to this text .....
i searched the internet and i wanted this to change to white
here is the apk...........
it is from galaxy y s 5620 gingerbread
pandorasmindabhi said:
i am themeing this apk for myself... and i wanted to know in which xml i may find the color code to this text .....
i searched the internet and i wanted this to change to white
here is the apk...........
it is from galaxy y s 5620 gingerbread
Click to expand...
Click to collapse
Wont do me any good. I cant decompile it as I am missing the framework dependencies to decompile it. I would start looking in the layout folder for the list layout xml. Then go from there. Is this a TW rom, AOSP, Ect. Those things matter as the mms apk is very different depending on device.
Hi guys...
One of my first posts on here.
I'm having trouble modifying the quick settings toggles on my Cubot X9. Chinese phone with mediatek hardware.
The quick settings have been modified by Cubot by the looks of it, now the problem is, I don't want it looking like this, the white is HIDEOUS!
I've tried xposed mods, after a long deodexing session, but none of the quick settings mods work. Its not xposed, because other mods work.
I have dug into my priv-app folder, but couldn't find SystemUi.apk anywhere, only a SystemUI_ss.apk instead. This seems to be a modified systemui.
What the hell is this about? And how can I mod it? I don't really want to decompile and recompile, because it doesn't even have the values folder with all the XML files in it...
I baffled!!
Please someone help me.. I have screenshots but am not allowed to post as under 10 posts :\ pm me for screens if needed. They show the quick settings and the SystemUI_ss.apk
ukhellfire666 said:
Hi guys...
One of my first posts on here.
I'm having trouble modifying the quick settings toggles on my Cubot X9. Chinese phone with mediatek hardware.
The quick settings have been modified by Cubot by the looks of it, now the problem is, I don't want it looking like this, the white is HIDEOUS!
I've tried xposed mods, after a long deodexing session, but none of the quick settings mods work. Its not xposed, because other mods work.
I have dug into my priv-app folder, but couldn't find SystemUi.apk anywhere, only a SystemUI_ss.apk instead. This seems to be a modified systemui.
What the hell is this about? And how can I mod it? I don't really want to decompile and recompile, because it doesn't even have the values folder with all the XML files in it...
I baffled!!
Please someone help me.. I have screenshots but am not allowed to post as under 10 posts :\ pm me for screens if needed. They show the quick settings and the SystemUI_ss.apk
Click to expand...
Click to collapse
You will have to decompile the apks. You will most likely have to search for them. Not a whole to do other wise. You might even have to find a different apktool to do the job as most don't deal with the way China based devices alter system apks.
Hey, I have the same issue too. Just recently received my Cubot X9 and I have managed to perfect near everything but those damn ugly white and green quick settings :/ I would LOVE to hear from anyone who manages to fix/get around this issue Please send me an email at [email protected] if you figure it out
ukhellfire666 said:
Hi guys...
One of my first posts on here.
I'm having trouble modifying the quick settings toggles on my Cubot X9. Chinese phone with mediatek hardware.
The quick settings have been modified by Cubot by the looks of it, now the problem is, I don't want it looking like this, the white is HIDEOUS!
I've tried xposed mods, after a long deodexing session, but none of the quick settings mods work. Its not xposed, because other mods work.
I have dug into my priv-app folder, but couldn't find SystemUi.apk anywhere, only a SystemUI_ss.apk instead. This seems to be a modified systemui.
What the hell is this about? And how can I mod it? I don't really want to decompile and recompile, because it doesn't even have the values folder with all the XML files in it...
I baffled!!
Please someone help me.. I have screenshots but am not allowed to post as under 10 posts :\ pm me for screens if needed. They show the quick settings and the SystemUI_ss.apk
Click to expand...
Click to collapse
Hey, I'm sorry but my English is very poor. I also Cubot X9 and I do not mind the white background and green icons but I'd like quick setting as CyanogenMod. Does anyone know how to add it?
Finally getting somewhere! I had to decompile the apk and then recompile.
Replacing the original Systemui_ss.apk
The only way I can find that works.
I now have grey background instead of white, and no stpuid grey pulley up thing that doesn't have a use :/
If anyone wants screens or guidance on what files I'm changing along the ways, feel free to ask. I will be writing a guide once I've played somemore and got everything boned down.
I look forward to some guidance and immediately try. However, I would also welcome Cm ROM for my device. Sorry. My English is very bad using Google translate
Odesláno z mého X9 pomocí Tapatalk