Related
Some radios of the atrix will have the " 1 bar signal " issue.
It is caused by a moto customize system setting flag "rat_signal_strength_raw".
If you use the radio version is not mapping with the system version, the flag won't correct. It will cause the radio signal is always 1 bar in 3G mode.
There is a workaround for this issue. We just ignore the flag.
I have made a fix in the SystemUI.apk. It will solve the one bar issue.
Now, with the workaround fix, you can use any version of the radios without one bar issue. Just try it now!
The attachment SystemUI.apk is based on 4.5.91.
DO NOT USE THIS in others base ROM.
How to use it?
I suggest you MUST backup your data and ROM first. Don't forget to delete the /system/app/SystemUI.odex and give permission rw-r--r to SystemUI.apk.
Using ROOT Explorer ( you can also use my free software "Super Manager" on the Market) or ADB to put the SystemUI.apk into /system/app and reboot your device.
Code:
adb shell rm /system/app/SystemUI.odex
adb push c:\SystemUI.apk /system/app
For the ROM cooker
If you are a ROM maker, you can use smali to decompile the SystemUI.apk
Find the file, com\android\systemui\statusbar\policy\StatusBarPolicy.smali
Search the keyword "rat_signal_strength_raw" and change the string into anything you like. For example :
Code:
Original: const-string v6, "rat_signal_strength_raw"
New: const-string v6, "rat_signal_strength_raw_gpc"
This removed the status bar completely from my phone. Running Alien 4.0, Faux 123, with GoLauncher.
carlharsch said:
This removed the status bar completely from my phone. Running Alien 4.0, Faux 123, with GoLauncher.
Click to expand...
Click to collapse
It means the APK is not match with your system.
The systemUI.apk is a system APK. If the signature is not correct, it will disappear
Maybe you can wait the ROM maker to import the fix.
Thanks for the reply. I'm restoring my backup now.
does not work on my atrix with 1.100.00r radio and stock 4.5.91
show 1 bar
carlharsch said:
This removed the status bar completely from my phone. Running Alien 4.0, Faux 123, with GoLauncher.
Click to expand...
Click to collapse
this is because you are not give permission rw-r--r for SystemUI.apk when move it
sergey1977 said:
does not work on my atrix with 1.100.00r radio and stock 4.5.91
show 1 bar
this is because you are not give permission rw-r--r for SystemUI.apk when move it
Click to expand...
Click to collapse
How i can give my phone or file the permission? I need a instruction for a beginner, sorry.
Domingo2010 said:
How i can give my phone or file the permission? I need a instruction for a beginner, sorry.
Click to expand...
Click to collapse
You can use root explorer.
Can confirm this works on UK T-mobile Atrix with Alien #4 and EternityProject kernel. Thanks =]
after deliting SystemUI.odex work correctly
Thanks
Works great, running Alien 4.0, Faux 123, international user (UK)
Thanks
worked on my 4.5.91 alien with kohlks kernel
had to backup first then reboot
status bar disappeared
then moved the new file and changed permissions and no more 1 bar
+1
thanks!
nameejokerx said:
You can use root explorer.
Click to expand...
Click to collapse
Ok thank you and how i can set these permissions?
Confirmed working on Alien 4, Att, on 1.97 baseband. Just make sure you set permissions correctly.
Is 1.97 the latest for att
It works for me on Alien4, Bell phone (on Rogers network at the moment), on 1.95 baseband. Somehow the permission of the file was set correctly after I reboot the phone, couldn't figure out why.
primeboss said:
Confirmed working on Alien 4, Att, on 1.97 baseband. Just make sure you set permissions correctly.
Is 1.97 the latest for att
Click to expand...
Click to collapse
AFAIK, 1.77.30 is the latest official att, 1.97 was the leaked beta radio. Someone please correct me if I'm wrong
You da man.... works great!
iamgpc said:
Some radios of the atrix will have the " 1 bar signal " issue.
It is caused by a moto customize system setting flag "rat_signal_strength_raw".
If you use the radio version is not mapping with the system version, the flag won't correct. It will cause the radio signal is always 1 bar in 3G mode.
There is a workaround for this issue. We just ignore the flag.
I have made a fix in the SystemUI.apk. It will solve the one bar issue.
Now, with the workaround fix, you can use any version of the radios without one bar issue. Just try it now!
The attachment SystemUI.apk is based on 4.5.91.
DO NOT USE THIS in others base ROM.
How to use it?
I suggest you MUST backup your data and ROM first. Don't forget to delete the /system/app/SystemUI.odex and give permission rw-r--r to SystemUI.apk.
Using ROOT Explorer ( you can also use my free software "Super Manager" on the Market) or ADB to put the SystemUI.apk into /system/app and reboot your device.
Code:
adb shell rm /system/app/SystemUI.odex
adb push c:\SystemUI.apk /system/app
For the ROM cooker
If you are a ROM maker, you can use smali to decompile the SystemUI.apk
Find the file, com\android\systemui\statusbar\policy\StatusBarPolicy.smali
Search the keyword "rat_signal_strength_raw" and change the string into anything you like. For example :
Code:
Original: const-string v6, "rat_signal_strength_raw"
New: const-string v6, "rat_signal_strength_raw_gpc"
Click to expand...
Click to collapse
awesome man,good job
For the lazy, after you push SystemUI.apk, type chmod 644 /system/app/SystemUI.apk to get the correct rw-r--r permissions, dunno why the OP left out the command for that. This works perfectly on mine running Aura and 1.97 baseband.
EDIT: It does break the removed carrier logo on Aura 1.1.2, so i gotta figure out how to remove that now! Ugh!
bimmerd00d said:
For the lazy, after you push SystemUI.apk, type chmod 644 /system/app/SystemUI.apk to get the correct rw-r--r permissions, dunno why the OP left out the command for that. This works perfectly on mine running Aura and 1.97 baseband.
EDIT: It does break the removed carrier logo on Aura 1.1.2, so i gotta figure out how to remove that now! Ugh!
Click to expand...
Click to collapse
If I do that, it just says SystemUI.apk is read only.
I just changed the permissions with root explorer.
Hi all,
Here is the patched SystemUI.apk for use only with this rom and users using the ALIEN THEME on the ALIEN ROM. This fixes the one bar bug as described in this thread.
ALIEN THEME ONLY.
http://www.multiupload.com/LK8R77AUDV
To install:
Code:
- Download SystemUI.apk from the link above.
- Mount your /system to r/w (I did this with RootExplorer)
- Use adb to backup your present SystemUI.apk .... for example (adb shell cp /system/app/SystemUI.apk SystemUI.apk.bak)
OR
Nandroid backup
- Copy the modified SystemUI.apk to /system/app/SystemUI.apk .... for example (adb push SystemUI.apk /system/app/SystemUI.apk)
- Set the correct permissions (644 / rw--r--r-) .... for example (adb shell chmod 644 /system/app/SystemUI.apk)
- Clear cache/dalvik in recovery and reboot =]
This worked on my phone with the ALIEN THEME. I am not saying it will work on yours. Give it a go and get back to me =]
Here is the first baterry percentage mod for Xperia Go!
But, we don't have recovery menu, so installation is difficult.
Recommended:
- FW 6.0.B.3.162 ROOTED! - http://forum.xda-developers.com/showthread.php?t=1829729
- Root explorer
Installation:
1. download this package:
- for first screenshot style http://www.mediafire.com/?d5ijofop3pgr20x
- second screenshot style http://www.mediafire.com/?o512npt2m7btwk6
2. unpack it and port to your sd card
3. copy framework-res.apk to system and change permission to rw-r-r
4. move framework-res.apk with changed permission to system/framefork and replace original
5. restart device ( hold on/off with volume up together )
6. when device boot again copy SystemUI.apk to system folder and change permission to rw-r-r
7. move SystemUI.apk to system/app and replace original
8. restart device ( hold on/off with volume up together )
9. use thanks button on this thread
Great job, pajoneer, thank you! I do prefer the clear, big numbers of Notification Toggle (see screenshot, maybe it will inspire you ), but your solution saves screen real estate. Thanks also for the clear instructions.
BTW, do you know a possibility of turning off the battery display altogether (thereby again saving screen space)?
Lebenita said:
Great job, pajoneer, thank you! I do prefer the clear, big numbers of Notification Toggle (see screenshot, maybe it will inspire you ), but your solution saves screen real estate. Thanks also for the clear instructions.
BTW, do you know a possibility of turning off the battery display altogether (thereby again saving screen space)?
Click to expand...
Click to collapse
try new honeycomb style
pajoneer said:
try new honeycomb style
Click to expand...
Click to collapse
Sorry for being dense, but how would I do that?
BTW, I have quickly tried my hand at decompiling and recompiling SystemUI.apk, but I'm not really getting anywhere with the tutorials I've found (after copying the compiled apk and rebooting, there is no notification bar...). Would you care to explain how you did it, pajoneer? Or maybe give me an idea of how to go about changing your apks?
Many thanks!
Lebenita
Lebenita said:
Sorry for being dense, but how would I do that?
BTW, I have quickly tried my hand at decompiling and recompiling SystemUI.apk, but I'm not really getting anywhere with the tutorials I've found (after copying the compiled apk and rebooting, there is no notification bar...). Would you care to explain how you did it, pajoneer? Or maybe give me an idea of how to go about changing your apks?
Many thanks!
Lebenita
Click to expand...
Click to collapse
when you recompile apk from system you must sign application. that's all
Would Really Be Great Ful If U Make The Mod For Sola
I Cn Provide The Files if u Need
Just PM Me!!
ashwin prabhunerurkar said:
Would Really Be Great Ful If U Make The Mod For Sola
I Cn Provide The Files if u Need
Just PM Me!!
Click to expand...
Click to collapse
No problem just give me framework-res.apk and SystemUI.apk from Sola and choose style of baterry icons. I will add new styles in future for both of them.
THe Files Nt Able To Upload Sum XDA Problem Wil Try Again In 2 Hrz
I kno I am Being Greedy But Cn u Make A Quick Panel In The SYSTEM UI
If u Need Ideas For It I Cn Upload Krabappel's Ui From His Rom From sola ??
pajoneer said:
when you recompile apk from system you must sign application. that's all
Click to expand...
Click to collapse
Have tried signing with several methods (including stericsons autosign here, the shortcut method here and with the "official" method here), to no avail. Even if I just decompile your apks and then recompile and push SystemUI.apk to the phone, the notification bar stops working.
Must have done something wrong, but I don't yet know what. With ApkTool, I have followed the usual procedure described e.g. here.
Thanks in advance for any guidance.
Lebenita
pajoneer said:
Here is the first baterry percentage mod for Xperia Go!
...
9. use thanks button on this thread
Click to expand...
Click to collapse
pajoneer, you have forgotten to give credit for the images, no? I originally thought you had made them yourself until I stumbled upon them in other threads.
ashwin prabhunerurkar said:
THe Files Nt Able To Upload Sum XDA Problem Wil Try Again In 2 Hrz
I kno I am Being Greedy But Cn u Make A Quick Panel In The SYSTEM UI
If u Need Ideas For It I Cn Upload Krabappel's Ui From His Rom From sola ??
Click to expand...
Click to collapse
Still Cant upload Wht To Do Now Can u Download The .182 Rom For Sola
It Is The Last Plezz Download .182
good work
Lebenita said:
pajoneer, you have forgotten to give credit for the images, no? I originally thought you had made them yourself until I stumbled upon them in other threads.
Click to expand...
Click to collapse
Icons are everywhere on the net. I don't said that i made icons but i made a pack with them. Btw i have icons from my pack for Xperia Arc http://forum.xda-developers.com/showthread.php?t=1554205 resized for mdpi device.
3. copy framework-res.apk to system and change permission to rw-r-r
when i copied the framework-res.apk it haven't finish copying my xperia go reboots it self.. now im on boot loop with sony logo.. what to do?
shibabz03 said:
3. copy framework-res.apk to system and change permission to rw-r-r
when i copied the framework-res.apk it haven't finish copying my xperia go reboots it self.. now im on boot loop with sony logo.. what to do?
Click to expand...
Click to collapse
you must copy framework-res.apk to system folder first and change permission not directly to system/framework because you will have bootloop
pajoneer said:
you must copy framework-res.apk to system folder first and change permission not directly to system/framework because you will have bootloop
Click to expand...
Click to collapse
Thanks! I copied it directly to system/framework thats why I ended up in a bootloop state.. Haha..
Anyway can I install the rar file via cwm or I really have to install this manually??
Sent from my ST27i using Tapatalk 2
Can i use in ics..
on my go...after repacing "framework-res.apk" its not booting.. its restarting on sony bootloader animation.
when i copied "framework-res.apk" i have first put it in system them ticked all the permissions then copied it to framework...
i had status bar toggle installed previously.. is that messing now with this installation?
Thankss.. XD
Working in ICS .54?
I've cwm so you can upload zip file if you want.
hi,
I'm trying to install stock sms app but i can't achieve this. It keeps saying : installation aborded
I am on chameleon rom 1.1 ( hybrid aosp/samsung rom)
Can you help me ?
(sorry if i made mistakes in my post i'm not english XD )
You should copy the apk into /system/app, then change permissions into 644 (rw--r--r), change group and owner to 'root', and finally reboot and try.
gb.yolo said:
You should copy the apk into /system/app, then change permissions into 644 (rw--r--r), change group and owner to 'root', and finally reboot and try.
Click to expand...
Click to collapse
i already tried it and it didn't work. and i am not sur about the about i trid to install because it s difficult to find the stock sms app.
i changed the permissions but i don t understand what you are saying by " 644 (rw--r--r)"
theoricaly it should work since i use an hybrid app ?
With a file manager, backup your mms.apk in /system/app in whatever folder you want. Then, copy the stock mms.apk into /system/app.
You shouldn't click on the .apk and let the app install as you do with other apk files, because this is a system application.
644 means read/write-read-read.
rw-r--r means u set read and write in the owner row , and set read only in the group row , and set read only too in the others row
Note : u get to permissions window in root explorer afer changing r/o read only to r/w read write from the button at the top
then just long click the item u want to change its permissions
i tried what you have said and it didn't work. Is a flashable zip existed ?
up
The stock mms.apk might not be compatible with the custom ROM you have on your phone...
Why do you say it doesn't work? What happens? You open it and it FCs or something else?
I just followed instructions given by posters above and it didn't worked. ( remove the old Mms.apk by the stock one, and fix the permissions, then reboot ) Maybe i don't have the good app, i don't understand why it didn't work; The chameleon rom support stock camera app of samsung and others apps...
piing said:
I just followed instructions given by posters above and it didn't worked. ( remove the old Mms.apk by the stock one, and fix the permissions, then reboot ) Maybe i don't have the good app, i don't understand why it didn't work; The chameleon rom support stock camera app of samsung and others apps...
Click to expand...
Click to collapse
Maybe the pakage cant be praised because of android version differnece , some apks from ics dont work on Jb and vice versa
So if u want a stock sms to work on jb , then download another jb rom that has it and take it from there
For pushing files to system app , it is better to first delete the app u want to replace then do a reboot after that copy the new app to system app and set premissions and set r/w back to r/o
HERE I PRESENT MY 1st MOD GUYS :fingers-crossed::fingers-crossed::fingers-crossed::good::good::good:
HERE IS THE LINK OF THE NEW SYSTEM APK http://www.mediafire.com/download/8e5snv66truvt7m/Settings.apk
THIS IS MY FIRST MOD GUYS SO PLS FORGIVE ME IF I MISSED SOMETHING ND ALWAYS MAKE A BACKUP OF UR ORINGNAL APK BEFORE REPLACING IT ND BEWARE THIS MOD IS FOR MY NEO V SO I DONT KNOW IT WILL WORK ON OTHER DEVICE OR NOT BUT THE SETTING APK TAKEN FROM ARC MOD SO IT WILL BE ............
PLS DONT MIRROR THE DOWNLOAD SITE FIRST MIRROR MY THREAD
METHOD
COPY UR ORIGINAL APK ND MAKE A BACKUP FOR SAFETY
THEN DOWNLOAD MY APK ( PROVIDED IN THE LINK ABOVE DO NOT DOWNLOAD ATTACHED FILE ITS FOR GIN2JELLYBEAN) ND IF U R DOWNLOADED FOR GIN2JELLYBEAN 2.4 THEN DOWNLOAD THE ATTACHED ONE ND RENAME IT TO Setings.apk
MOVE IT TO SYSTEM ND SET PERMISSION AS R W, R, R ( MEANS TICK FIRST TWO BOX IN FIRST ROW ND THEN FIRST ONE IN SECOND AND THIRD ROW)
AFTER THAT MOVE IT TO YOUR SYSTEM/APP ND REBOOT. :good::good::good::good:
IF U R GETTING FORCE CLOSE IN DISPLAY THEn TRY THIS ONE ( GIVEN BY SOME MEMBER)
Ok look how exactly i did it.
1) I backed up my phone via cwm
2) I downloaded the new apk and copied it to my sdcard.
3) Via root explorer i mount it to R/O and copy the new apk to system/app and suddenly my system rebooted.( as i already said dont move it to system/app. First move my apk to ur system folder and set permission then move it to system/app.
4) When opened again i couldn't find the settings icon and i tried to choose settings from my notification toogle but when i did that i had forced close.
5) Then i opened again root explorer and i changed the permissions and rebooted my phone by myself.
6) Now everything is working perfectly and i have no problems to any of the options.Everything is opening normally and it looks really beautiful.
I don't know if it has something to do with but i have locked bootloader.
PRESS THANKS IF U LIKE MY WORK
awesome!
Thanks. ...
sent from my neo v gin2jellybean 2.4
nice!
nice mod, thanks hitted :good:
So as the title says, I need the Z2 575 original stock systemui preferably in a flashable zip format
The reason is I recently flashed the Xperia X lockscreen and I want to revert back ( yes I have taken the backup but it's less hassle if someone provides me the systemui.
Thanks
Exactly same issue.
I flashed the whole zip prepared through prf though.
Hi Here you are..
Not a flashable but just copy the apk file.
Hope this will help you.
https://drive.google.com/open?id=0B6Uj-JoIxvh8NTMySFMxWjRsVkk
jeoleo7 said:
Hi Here you are..
Not a flashable but just copy the apk file.
Hope this will help you.
https://drive.google.com/open?id=0B6Uj-JoIxvh8NTMySFMxWjRsVkk
Click to expand...
Click to collapse
Is there any permissions ?
EDIT : I copied it and changed the permission rwrr but systemUI has stopped.
Any ideas ?
I just copied the file sysmteui.apk only and I don't know where to copy the other folder.
You can just copy it and overwrite the system so that permission remains r-w-r-r.
or manually check it and make r-w-r-r.
jeoleo7 said:
You can just copy it and overwrite the system so that permission remains r-w-r-r.
or manually check it and make r-w-r-r.
Click to expand...
Click to collapse
It didn't work and now am ****ed
Have to flash prerooted zip again
UPDATE : Restored my backup and back to stock lockscreen again :whew:
Oh really, should have cleared the cache too.
Anyway its fine now. ☺