I'm sorry for the inconvenience
i was Installation many thmes to my hd2 but when i go to set the new thems
as setting- today-slect athem for your device. idont see the new theme what i add on i just see the the thems come withe phone????
idownload theme as cab file and i but it in my storage card then i open the file
star the setup for the theme and every thing ok whene i go to add the theme icant find it!!!!!!!!
Please help me
for The right way
Thanks again
tariffi said:
I'm sorry for the inconvenience
i was Installation many thmes to my hd2 but when i go to set the new thems
as setting- today-slect athem for your device. idont see the new theme what i add on i just see the the thems come withe phone????
idownload theme as cab file and i but it in my storage card then i open the file
star the setup for the theme and every thing ok whene i go to add the theme icant find it!!!!!!!!
Please help me
for The right way
Thanks again
Click to expand...
Click to collapse
The themes you find here are generally for Sense/Manila so do not appear in the themes list in Settings>Appearance (these are just the WinMo themes so ignore them). Once you've copied a theme cab to your storage card you then need to run the cab (which is actually an install file) and make sure you install it to your device, not the storage card. Once you have run the install you will need to do a soft reset to allow the changes to take effect. Once you restart the theme should now be loaded! If you find you don't like it just go to Settings>Applications>Remove Programs and you should be able to uninstall there. Soft reset and you'll be back to where you started. It is also adviseable to do a full backup before you install any new theme just in case it is not compatible with your version of WinMo or Manila, which can cause problems.
Have fun!
Hi, I tried as you wrote, but it doesn't work. I tried the "W7 theme", and it turned out all my icons are turning white and nothing changed.
hhfautumn said:
Hi, I tried as you wrote, but it doesn't work. I tried the "W7 theme", and it turned out all my icons are turning white and nothing changed.
Click to expand...
Click to collapse
Ask in the thread you downloaded the theme from
hhfautumn said:
Hi, I tried as you wrote, but it doesn't work. I tried the "W7 theme", and it turned out all my icons are turning white and nothing changed.
Click to expand...
Click to collapse
The information writhe by "Dunc001" are 100% useful and correct.
First of all when you have problems by installing a cab/theme; mostly the problems are: wrong installation, not following the instructions, problems from some combination whit some manila/OS versions, ...
Fore receiving a optimal solution/answer to your problem it's better to communicate your/the problem on the specific Thread of the Theme/cab/program.
Reason way!? The developer/creator have the most experience/knowledge of his stuff, ore other users on that thread who know the solution/answer to your problem will be able to fix ore gives you a answer more quickly to it.
Also maybe a other user have had the same problem like you, and you see/reed immediately the answer to it. Ore future users with the same question will find the solution.
"Don't see this as a personal attack; I only tray to explain/help you out fore a more easier use of the XDA Thread's"
sorry brothers
did not work The same thing icant see the theme after setup
any help
thanks
Don't know, if you use my Win 7-Theme. If so, the wa, to install was described before. But there is also anothwr theme online, for tbis you need Wisbar Advance Desktop. Witbout this, you can't run the theme. It's really important to know, how to install a cab and to read the instructions in the thread. Most time the error is sitting a little away from the device.
any help brother
I'm using a Lenovo a60 phone. It has dual SIM support. However i rarely keep the second SIM card activated which results in a no-signal icon beside the 1st SIM signal icon. Anyway i can remove the NO SIGNAL icon ONLY? I still want the signal strenth of the second SIM to appear when SIM 2 is activated but i don't want the icon when SIM 2 is deactivated.
I believe it lies somewhere in the SystemUI.apk since that's how i removed the Vibration Indicator icon.
ALSO inf anyone knows how to removed the NO SIGNAL icon in the statusbar of ANY PHONE(dual sim or not) please post it. I'll examine it and port the changes according to my firmware!
Thnx!
Nevermind...figured it out
Sir, I have same problem...can you tell me, what you do?
thanks before...
AldoSebastian said:
Sir, I have same problem...can you tell me, what you do?
thanks before...
Click to expand...
Click to collapse
Since i NEVER need SIM 2 i removed the icon COMPLETELY. Si it won't appear even when you insert SIM 2. BUt that shouldn't be too hard to figure out. If you wanna remove SIM 2 completely, lemme know.
Can you tell me how to do that? I don't really need SIM2...
AldoSebastian said:
Can you tell me how to do that? I don't really need SIM2...
Click to expand...
Click to collapse
Sorry about the late reply. Computer HD crashed :/
Anyways here are the steps.
1)Decompile SystemUI.apk
2)Go to com/android/systemui/statusbar/policy/StatusBarPolicy.smali <---Make a backup of this file before proceeding.
3)Find 'phone_signal_2' and delete the invoke-virtual 'setIcon()' method after it. (The invoke-virtual setIcon() method MAY NOT be immediately after 'phone_signal_2'. There maybe other lines in between. DO NOT delete those.)
4)Repeat Step 3 for EVERY instance of 'phone_signal_2'.
5)Recompile SystemUI.apk(don't forget to delete classes.dex from the 'keep' folder )
6)Push it back to your phone and change permissions to rw-rw-r
7)Reboot & Enjoy the extra status bar space
sd3993 said:
Since i NEVER need SIM 2 i removed the icon COMPLETELY. Si it won't appear even when you insert SIM 2. BUt that shouldn't be too hard to figure out. If you wanna remove SIM 2 completely, lemme know.
Click to expand...
Click to collapse
A better and simple way to hide SIM2 signal icon:
1. Edit file /system/build.prop
2. Find this line os code (without quotes) "ro.operator.optr=OP02"
3. Change it to (without quotes) "ro.operator.optr=OP01"
3. Save and Reboot
lingfude said:
A better and simple way to hide SIM2 signal icon:
1. Edit file /system/build.prop
2. Find this line os code (without quotes) "ro.operator.optr=OP02"
3. Change it to (without quotes) "ro.operator.optr=OP01"
3. Save and Reboot
Click to expand...
Click to collapse
I've looked in the build.prop of my Alcatel OneTouch Idol and couldnt fint the line "ro.operator.optr=OP02" at all.
Can someone help me with this?
ketjuh92 said:
I've looked in the build.prop of my Alcatel OneTouch Idol and couldnt fint the line "ro.operator.optr=OP02" at all.
Can someone help me with this?
Click to expand...
Click to collapse
add it
Sent from my S500 using xda app-developers app
SpaceCaker said:
add it
Sent from my S500 using xda app-developers app
Click to expand...
Click to collapse
Can't edit the file for some reason.
lingfude said:
A better and simple way to hide SIM2 signal icon:
1. Edit file /system/build.prop
2. Find this line os code (without quotes) "ro.operator.optr=OP02"
3. Change it to (without quotes) "ro.operator.optr=OP01"
3. Save and Reboot
Click to expand...
Click to collapse
not working on jb 4.1.2
Maybe replacing stat_signal_null.png image by a blank one will do the trick without modifying smali code.
I'am not dev but had done some mods in icons.
sd3993 said:
Sorry about the late reply. Computer HD crashed :/
Anyways here are the steps.
1)Decompile SystemUI.apk
2)Go to com/android/systemui/statusbar/policy/StatusBarPolicy.smali <---Make a backup of this file before proceeding.
3)Find 'phone_signal_2' and delete the invoke-virtual 'setIcon()' method after it. (The invoke-virtual setIcon() method MAY NOT be immediately after 'phone_signal_2'. There maybe other lines in between. DO NOT delete those.)
4)Repeat Step 3 for EVERY instance of 'phone_signal_2'.
5)Recompile SystemUI.apk(don't forget to delete classes.dex from the 'keep' folder )
6)Push it back to your phone and change permissions to rw-rw-r
7)Reboot & Enjoy the extra status bar space
Click to expand...
Click to collapse
Thanks but my SystemUI.apk: I can not find StatusBarPolicy.smali.
i ATTACH FILES: policy.rar from my "com/android/systemui/statusbar/policy/"
help me, please.
i have dual sim note2 and found a solution to hide sim2 from status bar
go to "/system" and open "buil.prop" with text editor
found line "ro.nosignal.hideicons=no"
change it to "ro.nosignal.hideicons=yes" no quotes
if no card was inserted the icon disapear, or if you lose signal from network also disapear, for both sim slots
i have jellybean 4.1.1
Not Working
formigacareca said:
i have dual sim note2 and found a solution to hide sim2 from status bar
go to "/system" and open "buil.prop" with text editor
found line "ro.nosignal.hideicons=no"
change it to "ro.nosignal.hideicons=yes" no quotes
if no card was inserted the icon disapear, or if you lose signal from network also disapear, for both sim slots
i have jellybean 4.1.1
Click to expand...
Click to collapse
not working on my Lenovo A590
another idea ?
lingfude said:
A better and simple way to hide SIM2 signal icon:
1. Edit file /system/build.prop
2. Find this line os code (without quotes) "ro.operator.optr=OP02"
3. Change it to (without quotes) "ro.operator.optr=OP01"
3. Save and Reboot
Click to expand...
Click to collapse
for me didn't work, then I checked all the options in permission for "build.prop". now my phone turn on but doesn't boot.
Edit: I fixed it with adb.exe
SaidJan said:
for me didn't work, then I checked all the options in permission for "build.prop". now my phone turn on but doesn't boot.
Edit: I fixed it with adb.exe
Click to expand...
Click to collapse
You can always use Gravitybox to do this.
lingfude said:
You can always use Gravitybox to do this.
Click to expand...
Click to collapse
I tried it, too.
GravitiBox also hide both wifi and signal bar icons together. It's not possible to hide only signal bar. I want to know when I'm connected to wifi in the statusbar.
sd3993 said:
I'm using a Lenovo a60 phone. It has dual SIM support. However i rarely keep the second SIM card activated which results in a no-signal icon beside the 1st SIM signal icon. Anyway i can remove the NO SIGNAL icon ONLY? I still want the signal strenth of the second SIM to appear when SIM 2 is activated but i don't want the icon when SIM 2 is deactivated.
I believe it lies somewhere in the SystemUI.apk since that's how i removed the Vibration Indicator icon.
ALSO inf anyone knows how to removed the NO SIGNAL icon in the statusbar of ANY PHONE(dual sim or not) please post it. I'll examine it and port the changes according to my firmware!
Thnx!
Click to expand...
Click to collapse
Bro sorry to reply to a old thread , but i have opposite problem and need your help.
I have AOSP v4 rom for redmi note 3 and i'm using 2 sims in it , but the problem is developer of rom has merged both signal bar of both sims into 1 in status bar , so does not matter if you have 1 sim actiavted or 2 , it only shows only signal bar of 1 sim.
Can you please help me getting back the signal bar of 2nd sim also. ?
plz it's a request .
I have posted same question in this thread with screenshot, nobody is helping me , please do help.
http://forum.xda-developers.com/general/general/how-to-2-signal-bars-dual-sim-status-t3366574
akhil17kr said:
Bro sorry to reply to a old thread , but i have opposite problem and need your help.
I have AOSP v4 rom for redmi note 3 and i'm using 2 sims in it , but the problem is developer of rom has merged both signal bar of both sims into 1 in status bar , so does not matter if you have 1 sim actiavted or 2 , it only shows only signal bar of 1 sim.
Can you please help me getting back the signal bar of 2nd sim also. ?
plz it's a request .
I have posted same question in this thread with screenshot, nobody is helping me , please do help.
http://forum.xda-developers.com/general/general/how-to-2-signal-bars-dual-sim-status-t3366574
Click to expand...
Click to collapse
Try adding (without quotes) "ro.operator.optr=OP02" to build.prop. If there's already a line with "ro.operator.optr=OP01", just change it to "ro.operator.optr=OP02". note that it's OPzerotwo.
I'm, not a dev, this just seems like the logical thing to do, since the opposite disables the status bar junk.
Hi, I have a CCE SM70 (a brazilian device, it is good but without support) and I have a terrible problem, I tried to change the SystemUI.apk file, reboot, but when it boot, the status bar and wallpeper desappears, my phone don't have recovery and I tried to change the apk to original (I have a same second device) but it still not working.
Would not be possible to make a backup on another device and install it in mine? (I'm very newbie)
My Android is 4.0.4, I just tried to change my SystemUI for this -.- : http://forum.xda-developers.com/showthread.php?t=2359553
Question in any doubt about my system or others, sorry for bad english, sorry if posted in wrong thread
Hello , this is full device info http://specdevice.com/showspec.php?id=5909-0a47-ffff-ffffeb90030d ..... so i was trying to change icons from notification bar and found there wasnt battery icons in systemui.apk so i started looking for another way then i find in system>framework>framework-res.apk this app has battery icons so i copied it in sd card then replace icons then when i placed it back in its place phone got hang and stop responding so i remove battery and when i restarted it. it stuck on boot animation .........
i need help to fix it recovery is working ,factory mode is working pc reconize it as v850 but unable to connect to adb :good:
while looking for solution on google i found its flash file its bin formate but i dont know how to check if its working...
i really need help thanks in advance
please guys any help
Greeting
I've a problem in my Note 9 device
Not allowing to USE 2 SIM card + SD Card hack
it works fine but an error/blocking message from Samsung "There seems to be something in your SIM card tray slot that doesn't belong there, Check it and try again"
Any solutions ?
Tweaks: bypass MicroSD/Sim2 tray lock
So as most of you know, in latest Oreo firmwares Samsung added a check to prevent using both Sim2/MicroSD at same time in one slot (screenshot in attachments), fortunately this lock is pretty much easy to bypass, do this:
Decompile services.jar, open /com/android/server/StorageManagerService.smali class and in it search for isSimSdBlock() method. It should look like this:
Once you found it, all you have to do is to make sure the method always returns false, so basically all you need to do is to replace the whole method code inside to match this:
Code:
Recompile services.jar, push it on your device, profit
Credits to @corsicanu for the finding, don't forget to credit him if you're gonna use this little tweak on your project
Only solution i found but don't understand what is serviecs.jar where i can find it in my phone