[MOD][zipalign] ultra Theme Status Bar Widget: Dim/25%/40% + Dim/15%/25%

Status
Not open for further replies.

hansip87

Senior Member
Jan 14, 2011
2,915
2,242
0
Jakarta
bump.. :) I wonder, Does anybody can incorporate CM swipe to remove notification into this stock SystemUI.apk..? I want to do that, but haven't got an idea where to start.. :-/
 

hansip87

Senior Member
Jan 14, 2011
2,915
2,242
0
Jakarta
Ultra theme is now zipaligned. Please check first post.

Oops sorry, the updated one does not contain the second level of low brightness. Check out later.

Sent from my ST18i using XDA App
 
Last edited:

hansip87

Senior Member
Jan 14, 2011
2,915
2,242
0
Jakarta
Download from the link inside how to. Unfortunately I use the old one so no second level. Think I'll fix this tonite.

Sent from my ST18i using XDA App
 

DaddyCool78

Member
Feb 1, 2012
9
1
0
add screen standby delay control

This is very useful. However, there is another feature that I believe is used frequently and would merit to stand in this quick access bar : the standby screen delay ! (hope that's the right translation)

When playing angry bird, we tap the screen often, but when reading a forum or else, not. Would be superb to be able to quickly set the delay between 30sec and 10 minutes (and why not more settings)

Thank you very much for this mod
 

hansip87

Senior Member
Jan 14, 2011
2,915
2,242
0
Jakarta
This is very useful. However, there is another feature that I believe is used frequently and would merit to stand in this quick access bar : the standby screen delay ! (hope that's the right translation)

When playing angry bird, we tap the screen often, but when reading a forum or else, not. Would be superb to be able to quickly set the delay between 30sec and 10 minutes (and why not more settings)

Thank you very much for this mod
Well, unfortunately i don't know how.. :-/ I just added some option to this SystemUI.apk, i have no knowledge to add some additional function :(

Update: Mod updated. Please download again.
 
Last edited:
  • Like
Reactions: DaddyCool78

DaddyCool78

Member
Feb 1, 2012
9
1
0
Well, unfortunately i don't know how.. :-/ I just added some option to this SystemUI.apk, i have no knowledge to add some additional function.
Well, I think it's my turn to put my hands in the droid.. This seems like a nice little project to start understanding what's inside the box. (5 days droid owner :p )

Could you explain me very simply how you mod the thing ? I think you need to open SystemUI.apk, in what ? Eclipse ? Or alink...

-----
Also, I have a question concerning the "Auto" setting (as in Auto/Dim/25%/40/etc). I've noted that Auto means 100% with small automatic adjustment (maybe to 90%?). I was believing that it would go from 0 -> 100% depending on the ambiant light (night, outdoor, etc.).

Is that a misinterpretation from me ? Or is that a work-in-progress consideration ?
 

hansip87

Senior Member
Jan 14, 2011
2,915
2,242
0
Jakarta
Well, I think it's my turn to put my hands in the droid.. This seems like a nice little project to start understanding what's inside the box. (5 days droid owner :p )

Could you explain me very simply how you mod the thing ? I think you need to open SystemUI.apk, in what ? Eclipse ? Or alink...

-----
Also, I have a question concerning the "Auto" setting (as in Auto/Dim/25%/40/etc). I've noted that Auto means 100% with small automatic adjustment (maybe to 90%?). I was believing that it would go from 0 -> 100% depending on the ambiant light (night, outdoor, etc.).

Is that a misinterpretation from me ? Or is that a work-in-progress consideration ?
Search in Android hacking forum in XDA, find about APK Multi Tool. That is for decompiling APK. after decompiling, you must learn how to edit .smali file inside the decompiled apk. .smali file is interpreted Java file for Android. You can google "dalvik opcode" to learn .smali language. No .java file though, so you must learn the converted language.

Auto means Automatic Brightness that is supported for other devices (the original author port this apk from Samsung GS2). Unfortunately Ray does not support Auto as a separate function, but integrated instead (with some mod ofc). So effectively Auto is set as 100% on Ray. That's why my modification only use Dim as the lowest level.
 
  • Like
Reactions: DaddyCool78

hansip87

Senior Member
Jan 14, 2011
2,915
2,242
0
Jakarta
and I thought it would be "simple" *sigh....
It is simple actually, if you know how to code Java, the differences are:
1. Variable cannot be created too much, you must reuse the available variable
2. the variable is not hard typed like in java.
3. Calling object function is more kinda C like, but with object passed as parameter p0.

Try to learn, it's relatively easy i promise :)
 

DaddyCool78

Member
Feb 1, 2012
9
1
0
Search in Android hacking forum in XDA, find about APK Multi Tool. That is for decompiling APK. after decompiling, you must learn how to edit .smali file inside the decompiled apk. .smali file is interpreted Java file for Android. You can google "dalvik opcode" to learn .smali language. No .java file though, so you must learn the converted language.
Alright, thanks for the insight, after all, I went to Android specifically to get my hands dirty, now it's a matter of keeping up the pace in the learning curve :p

I've found a nice widget-app "No screen off" which is doing only that in the most simplest way (i think). I'll try reverse engineer on that one and the SystemUI.apk ... Hope I can contribute some code before the end of the year :rolleyes:

Auto means Automatic Brightness that is supported for other devices (the original author port this apk from Samsung GS2). Unfortunately Ray does not support Auto as a separate function, but integrated instead (with some mod ofc). So effectively Auto is set as 100% on Ray. That's why my modification only use Dim as the lowest level.
Ok, now it makes sense, maybe you should add a mention about that since it's a hack for the Ray forum.
 

MegaWath

Senior Member
Feb 5, 2012
74
18
0
25
Naples
Hy guys..
On my Xperia ray doesn't work D:
After the reboot the status bar disappeared.. thanks to titanium backup i've installed it again and works; have you any ideas?
 

hansip87

Senior Member
Jan 14, 2011
2,915
2,242
0
Jakarta
Hy guys..
On my Xperia ray doesn't work D:
After the reboot the status bar disappeared.. thanks to titanium backup i've installed it again and works; have you any ideas?
Permission, permission, permission.. Never forget about that.

Plus, Please go here for the latest version thank you. This thread will be closed (hopefully).

Sent from my ST18i using XDA App
 
Last edited:
Status
Not open for further replies.