anyone else have the problem with the bluetooth icon? after installing this mod, the bluetooth connected icon doesn't come on, it just keeps showing the regular 'bluetooth on' icon. anyone have any ideas?
again i'm running samsung galaxy s2 hercules (tmobile usa) 2.3.6 based rom, with touchwiz.
thanks
frescoraja
anyone else have the problem with the bluetooth icon? after installing this mod, the bluetooth connected icon doesn't come on, it just keeps showing the regular 'bluetooth on' icon. anyone have any ideas?
again i'm running samsung galaxy s2 hercules (tmobile usa) 2.3.6 based rom, with touchwiz.
thanks
frescoraja
It's more because of the incomplete decompilation and recompilation. The only fix is to wait brut.all new version of apktool.jar..
It's more because of the incomplete decompilation and recompilation. The only fix is to wait brut.all new version of apktool.jar..
actually i fixed the bluetooth icon problem. it was in framework.jar, the IStatusBarService$Stub.smali class. there are some lines at the end of the original code that don't appear in your tutorial, so i didn't know exactly what to do with them.. but now i figured it out!
now the only problem i have is with the browser notifications.. if i download something, i get the notification "Download complete" like normal, but if i swipe it away, it will keep coming back at random times until i press "clear" button or tap to remove it. ... .not a big deal, just some people have noticed it and want me to fix it. any ideas on what might be causing it, i'm all ears!
thanks
frescoraja
actually i fixed the bluetooth icon problem. it was in framework.jar, the IStatusBarService$Stub.smali class. there are some lines at the end of the original code that don't appear in your tutorial, so i didn't know exactly what to do with them.. but now i figured it out!
now the only problem i have is with the browser notifications.. if i download something, i get the notification "Download complete" like normal, but if i swipe it away, it will keep coming back at random times until i press "clear" button or tap to remove it. ... .not a big deal, just some people have noticed it and want me to fix it. any ideas on what might be causing it, i'm all ears!
thanks
frescoraja
Umm.. What lines did you found? I didn't realize it
Well.. Seems like it's fixable if you fix the services object. The stub class is the placeholder of the true services class inside services.jar but I don't have the code for that. Maybe someone can go in and take a look at the code to make it similar with notificationclearall function.
Umm.. What lines did you found? I didn't realize it
Well.. Seems like it's fixable if you fix the services object. The stub class is the placeholder of the true services class inside services.jar but I don't have the code for that. Maybe someone can go in and take a look at the code to make it similar with notificationclearall function.
sent from my white ray using XDA App
so here is what the original framework.jar IStatusBarService$Stub.smali class looked like (at the end of the file, like in step 2.1 step 4 in your tutorial)
the bold green parts are the lines that don't appear in your tutorial:
Originally, I took the bold lines from your tutorial that you're supposed to add and put them AFTER the green bold part. that is when i got the bluetooth icon error. Now, I put your code BEFORE the green bold part, and it fixed the bluetooth connected icon error. but, as i said, there is still a problem with the browser notifications disappearing permanently. the orange part is showing another small difference in the code from yours, the switch id was 1a2 in my original code, not 124 like yours, but i don't think this is causing any problems.
so here is what the original framework.jar IStatusBarService$Stub.smali class looked like (at the end of the file, like in step 2.1 step 4 in your tutorial)
the bold green parts are the lines that don't appear in your tutorial:
Originally, I took the bold lines from your tutorial that you're supposed to add and put them AFTER the green bold part. that is when i got the bluetooth icon error. Now, I put your code BEFORE the green bold part, and it fixed the bluetooth connected icon error. but, as i said, there is still a problem with the browser notifications disappearing permanently. the orange part is showing another small difference in the code from yours, the switch id was 1a2 in my original code, not 124 like yours, but i don't think this is causing any problems.
again sorry for cluttering your thread. i can remove it if you want. just curious if anything pops out at you as questionable.
thanks for looking
frescoraja
Thanks for the info Well then again, it's vendor specific coding i suppose.. and if you look at the code, before the :cond_xxx there's always a goto before it so either you puti it before or after shouldn't affect the end result because in both cases, both will go to somewhere else, not following what's the next line after that.
Thanks for the info Well then again, it's vendor specific coding i suppose.. and if you look at the code, before the :cond_xxx there's always a goto before it so either you puti it before or after shouldn't affect the end result because in both cases, both will go to somewhere else, not following what's the next line after that.
i know, i don't get why it made a difference either. i can't think of anything else to try now though. i do know so far, that the bug exists for notifications from the stock web browser and dolphin web browser , but it doesn't happen when opera browser is used.
oh well, an ICS rom from a trusted developer just dropped so i probably won't be spending much more time on this.
XDA Developer TV Producer Kevin set up his phone to respond to … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?