[ROM] [GB][GSM] Zicron Green (GB with style) - Xperia Play Android Development

Zicron-Green fixed
It's Gingerbread restyled
Android 2.3.7
Adreno boosted
Phablet style status bar
300 and over RAM :good:
Smooth UI experience:highfive:
Xperia S launcher
Black Themed Playstore
modded loading spinner tell me what u think
Flash busybox fix after ROM
In this ROM I'm really trying to change the look of GB to be a little more attractive than basic look [Beauty and Performance]
Downloads
https://www.dropbox.com/sh/6f9ho3bxrh8exer/jgR8-BV8SY

Looks AWESOME, downloading right now
Sent from my R800i using xda app-developers app

kina strange but benchmark is poor but games run smooth like butter

taalibj01 said:
kina strange but benchmark is poor but games run smooth like butter
Click to expand...
Click to collapse
Benchmarks' scores depend on governor, i/o scheduler, cpu clock and the adreno booster version too
Anyway I'm using your rom:
You've done an amazing work, the only bug i've found so far it's the black on black text on layouts like when you keep pressed the screen on launcher etc.
EDIT:
Here's my score w/ stock clocks
Sent from my R800i using xda app-developers app

CriGiu said:
Benchmarks' scores depend on governor, i/o scheduler, cpu clock and the adreno booster version too
Anyway I'm using your rom:
You've done an amazing work, the only bug i've found so far it's the black on black text on layouts like when you keep pressed the screen on launcher etc.
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
LOL i knew someone would complain about that:laugh:
its an extremely simple fix i'll do it now and upload a patch

taalibj01 said:
LOL i knew someone would complain about that:laugh:
its an extremely simple fix i'll do it now and upload a patch
Click to expand...
Click to collapse
Thank you
Did you see my benchmark? I found out that Adreno Booster is missing on your rom (didn't find the adreno_config into /system/etc), so basically that is why you were getting lower values
Sent from my R800i using xda app-developers app

CriGiu said:
Benchmarks' scores depend on governor, i/o scheduler, cpu clock and the adreno booster version too
Anyway I'm using your rom:
You've done an amazing work, the only bug i've found so far it's the black on black text on layouts like when you keep pressed the screen on launcher etc.
EDIT:
Here's my score w/ stock clocks
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
ahh ok thanks for explaining and good benchmark btw:good: i got 3 1/2 stars with white out ROM V2
oh and about the theme chooser i wanted to make for white out ROM i decided i'll use a script instead so the user will just have to select witch one in the script and it would install the framework and UI and reboot the device
i finished another theme, dialed down the super sonic colors it really did kina make me sick looked like a unicorn puke on the phone so its still light and crisp with a slight minty green accent

CriGiu said:
Thank you
Did you see my benchmark? I found out that Adreno Booster is missing on your rom (didn't find the adreno_config into /system/etc), so basically that is why you were getting lower values
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
so true i only discovered it this morning clean forgot about the adreno boost files how terrible i'll fix that too

taalibj01 said:
ahh ok thanks for explaining and good benchmark btw:good: i got 3 1/2 stars with white out ROM V2
oh and about the theme chooser i wanted to make for white out ROM i decided i'll use a script instead so the user will just have to select witch one in the script and it would install the framework and UI and reboot the device
i finished another theme, dialed down the super sonic colors it really did kina make me sick looked like a unicorn puke on the phone so its still light and crisp with a slight minty green accent
Click to expand...
Click to collapse
framework-res.apk and SistemUI huh? So you've basically told the script to mount system and move those files in there...
It should be preeeetty simple to do it via android app then, using Process.exec();
Sent from my R800i using xda app-developers app

CriGiu said:
framework-res.apk and SistemUI huh? So you've basically told the script to mount system and move those files in there...
It should be preeeetty simple to do it via android app then, using Process.exec();
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
just like the reframe script but i need to make it to just change not backup to create bloat on sdcard
but wiat!! what about an xposed module for it just like app settings i believe that uses process.exec

taalibj01 said:
just like the reframe script but i need to make it to just change not backup to create bloat on sdcard
but wiat!! what about an xposed module for it just like app settings i believe that uses process.exec
Click to expand...
Click to collapse
I... don't get what you said lol xD
.exec(); serves to a Process to basically use the command line, so that I can for example obtain su access by using .exec("su\n" ); (\n stands for enter).
If you know how to make an android apl I can help you with that (I've not much time to do this myself)
Sent from my R800i using xda app-developers app

CriGiu said:
I... don't get what you said lol xD
.exec(); serves to a Process to basically use the command line, so that I can for example obtain su access by using .exec("su\n" ); (\n stands for enter).
If you know how to make an android apl I can help you with that (I've not much time to do this myself)
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
Dude!!! why didn't u tell me u know this kinda info earlier i would have just asked u to help me with building one:highfive: we can get layout resources from Themes manager (xperia) so it would just need a process to execute the change
the script i was going to use u would have to store themes on sd then the script would take it and replace framework and UI then reboot

taalibj01 said:
Dude!!! why didn't u tell me u know this kinda info earlier i would have just asked u to help me with building one:highfive: we can get layout resources from Themes manager (xperia) so it would just need a process to execute the change
the script i was going to use u would have to store themes on sd then the script would take it and replace framework and UI then reboot
Click to expand...
Click to collapse
It's not that easy: layouts have references in the R.class, that is a pre-built class that contains IDs of all resources. And you cannot modify a resource class.
Also, if you take the layout, you must take the activity that uses that layout, and we cannot use smali code to build an app.
So, it would be easier to do this ourselves.
Sent from my R800i using xda app-developers app

CriGiu said:
It's not that easy: layouts have references in the R.class, that is a pre-built class that contains IDs of all resources. And you cannot modify a resource class.
Also, if you take the layout, you must take the activity that uses that layout, and we cannot use smali code to build an app.
So, it would be easier to do this ourselves.
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
Ok but it should be something simple like just find framework and UI and just switch it fix permissions and reboot__ anyway I'll private message you on startup I have spear time so if there's anything you don't have time for you'll just msg me on what to do
I'll get the script together today

taalibj01 said:
Ok but what I meant was like following the layout of Xperia theme manager butt it should be something a little more simple like just find framework and UI and just switch it fix permissions and reboot__ anyway I'll private message you on startup I have spear time so if there's anything you don't have time for you'll just msg me on what to do
I'll get the script together today
Click to expand...
Click to collapse
As I remember semc Theme Manager uses private api's so I don't think we should use it as a base
Sent from my GT-P1010 using xda app-developers app

CriGiu said:
As I remember semc Theme Manager uses private api's so I don't think we should use it as a base
Sent from my GT-P1010 using xda app-developers app
Click to expand...
Click to collapse
That's true yesterday I was poking around in it and I saw private api's

More color and styles
Zicron will return with more mods and colors plus to come matching default themes
thanks to CriGu and myself system theme changing app :highfive:

taalibj01 said:
Zicron will return with more mods and colors plus to come matching default themes
thanks to CriGu and myself system theme changing app :highfive:
Click to expand...
Click to collapse
Did you managed to get it fully working?
Sent from my R800i using xda app-developers app

Almost just sorting out the last part by the way did u upload the sources yet so i can try to tweak it at primary level instead of already built

Oh come on people!!! if you don't like the ROM don't rate the post as terrible whats bad for u may be good for someone else NO ONE is the ultimate ROM maker!!!! gosh i'm fed up of that crap at least i'm trying something new oh and by the way the benchmark results are awsome

Related

How Solve Transparent Problem in Infinity ROM

How Solve Transparent Problem in Infinity ROM???
v2mgm said:
How Solve Transparent Problem in Infinity ROM???
Click to expand...
Click to collapse
+ 1 the the thread members suggest to change rom, but my kontr suggestion is to review the effect of transparency on various apps that were not designed with traparency in mind.
Sent from my GT-I9100 using Tapatalk
open the rom
extract all apks
find the Backgrounds of app
change them to full black
repack
install rom again
now not transparent
Sent from my GT-S5830 using xda premium
and infinity rom is meant to be transparent so dont wine
he did this onpurpose
its an cool rom
Sent from my GT-S5830 using xda premium
what is background app file name??
_BG but you need to find exact file
Sent from my GT-S5830 using xda premium
i'm so sorry.. but can you solve transparent problem (50 or 60 percent transparent) and upload.. i'm so sorry
v2mgm said:
what is background app file name??
Click to expand...
Click to collapse
I wrote about this in the rom's thread, and it's not WINNING, it's a bug report. I choose that rom for the sake of transparency, but i consider it to be a bag, when I have white text on main menu of battery monitor widget, and the same white text on submenues, which overlap the text of main menu thus making it unusable. You cannot read two lines of text positioned on top of each other, and the same size, the same color. This app is not part of a rom, it's from the market and I guess it's not the only app that has this issue. So, this is bug report which gets ignored and people who raise this issue, get rebuked. Don't be a jerk help to solve issue to those who REALLY like this rom.
Sent from my GT-I9100 using Tapatalk
@v2mgm I'm not calling you a jerk, this is general reply to xda members who forgets what they are here for. I actually thank you for trying to help at least somehow.
this is why all devs are leaving......
Sent from my GT-S5830 using xda premium
jesus this rom is awesome its suppose to be transparant if you would ever take the time to read about the rom you would know this! stop crying and change roms, but i do have a fix for it, its pretty simple just download a new cm7 theme for exp: miui then also download a cache cleaner run it reboot in full you have full transparancy without problems
dont say thanks hit the thanks button!
centrezuk said:
jesus this rom is awesome its suppose to be transparant if you would ever take the time to read about the rom you would know this! stop crying and change roms, but i do have a fix for it, its pretty simple just download a new cm7 theme for exp: miui then also download a cache cleaner run it reboot in full you have full transparancy without problems
dont say thanks hit the thanks button!
Click to expand...
Click to collapse
thx
this guy understands nims his rom
Sent from my GT-S5830 using xda premium
centrezuk said:
jesus this rom is awesome its suppose to be transparant if you would ever take the time to read about the rom you would know this! stop crying and change roms, but i do have a fix for it, its pretty simple just download a new cm7 theme for exp: miui then also download a cache cleaner run it reboot in full you have full transparancy without problems
dont say thanks hit the thanks button!
Click to expand...
Click to collapse
but i want ROM default theme without Transparent Problem!
v2mgm said:
but i want ROM default theme without Transparent Problem!
Click to expand...
Click to collapse
You can't have your own cake and eat it.
man i agree this is why devs are leaving
they work hard and you do this
if you dont like it change it
and yea if you need to reduce the transparency
go to the same thread again
he made some update that may help you
Click thanks if i helped
Sam
Flash newer version of infinity
i reduced transparency in that
LazySam said:
man i agree this is why devs are leaving
they work hard and you do this
if you dont like it change it
and yea if you need to reduce the transparency
go to the same thread again
he made some update that may help you
Click thanks if i helped
Sam
Click to expand...
Click to collapse
but not working!! patch name is backfulltransparancy!!!
v2mgm said:
but not working!! patch name is backfulltransparancy!!!
Click to expand...
Click to collapse
I updated rom so install that
Patch is for them who want full transparency as in new version i reduced transparency so this patch allow them to go back to full transparent
nims11 said:
I updated rom so install that
Patch is for them who want full transparency as in new version i reduced transparency so this patch allow them to go back to full transparent
Click to expand...
Click to collapse
it's OK!
Problem is SOLVED!
Thank you For your attention...
thanks for the update sir nims,by the way your ROM is awesome
I agree that this rom is very awesome, no complains. The transparency is also great and unique, but in other part some text cannot be seen, is there a fix for the text only? coz the theme and UI itself is really decent for me. Thanks

orange cm9 theme

PLEASE READ NEWER POSTS. THEY CONTAIN THE THEME.
Do not thank me for any of this, I simply asked. please give all thanks to lauterm.
If a mod can, please give all control of this original post to lauterm. Thanks
Bump.
Sent from my Galaxy Note on At&t
Bump again
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Orange_furball said:
Can someone make a simple orange theme for cm9 a2 or tell me how to do it? Many thanks!
Sent from my HP TouchPad CM9
Click to expand...
Click to collapse
use 7zip to edit apk
and copy icons to system ui and fremework
if. you cant
maybe i can do this for you
Sent from my SGH-T989 using XDA Premium HD app
sahhar1993 said:
use 7zip to edit apk
and copy icons to system ui and fremework
if. you cant
maybe i can do this for you
Sent from my SGH-T989 using XDA Premium HD app
Click to expand...
Click to collapse
Which apk?
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Orange_furball said:
Which apk?
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Click to expand...
Click to collapse
systemUI and framework
Sent from my SGH-T989 using XDA Premium HD app
Here are orange themed SystemUI and framework-res. I made these from the April 12 nightly. I'm not sure if they will work with any other versions of CM9. Definitely make a nandroid backup before you try them. You can push them via adb or copy them to /system/app/SystemUI.apk and /system/framework/framework.res.apk using something like Root Explorer. If you use something like Root Explorer mount the folder read/write, copy the files, and make sure the permissions are rw-r--r-- like the other files in those folder. Then, simply reboot.
I'm not sure if I'll get around to ever theming any more stuff orange, but it can't hurt to let me know stuff I missed or did wrong.
Enjoy!
lauterm said:
Here are orange themed SystemUI and framework-res. I made these from the April 12 nightly. I'm not sure if they will work with any other versions of CM9. Definitely make a nandroid backup before you try them. You can push them via adb or copy them to /system/app/SystemUI.apk and /system/framework/framework.res.apk using something like Root Explorer. If you use something like Root Explorer mount the folder read/write, copy the files, and make sure the permissions are rw-r--r-- like the other files in those folder. Then, simply reboot.
I'm not sure if I'll get around to ever theming any more stuff orange, but it can't hurt to let me know stuff I missed or did wrong.
Enjoy!
Click to expand...
Click to collapse
Thank you!!! I will try tomorrow!!
#GalaxyNoteI717
This my first attempt at theming. I learned a lot, and there is still tons I don't know.
Sent from my MB860 using XDA
lauterm said:
This my first attempt at theming. I learned a lot, and there is still tons I don't know.
Sent from my MB860 using XDA
Click to expand...
Click to collapse
Good work men
Sent from my SGH-T989 using XDA Premium HD app
Updated!
Updated for the 20120418 official nightly...and zipaligned this time
SystemUI.apk - It adds a new set of battery icons with a little keyboard. I assume that is for when you have an external keyboard attached.
Trebuchet.apk (NEW) - Orange theme added for homescreens and appdrawer. It also replaces the blue architecture wallpaper with an orangified version. It's pretty hideous though. I'll try to come up with something better at some point.
framework-res.apk - Now available and hopefully working too. I've never had any success copy/pasting framework-res. I always have to use adb.
lauterm said:
Updated for the 20120418 official nightly...and zipaligned this time
SystemUI.apk - It adds a new set of battery icons with a little keyboard. I assume that is for when you have an external keyboard attached.
Trebuchet.apk (NEW) - Orange theme added for homescreens and appdrawer. It also replaces the blue architecture wallpaper with an orangified version. It's pretty hideous though. I'll try to come up with something better at some point.
framework-res.apk - Coming soon...I hope...
Click to expand...
Click to collapse
I will change the name of this and edit the op. If you can get a mod to do it, I will give you full control of the original post for this.
#GalaxyNoteI717
Orange_furball said:
I will change the name of this and edit the op. If you can get a mod to do it, I will give you full control of the original post for this.
#GalaxyNoteI717
Click to expand...
Click to collapse
No worries. I'm not really sure I'll be able to keep up with updating this anyway. It's kind of a pain. Hopefully, CM9 Reloaded will support tablets soon.
The newest nightly has Theme Chooser for CM9. Hopefully, someone will make an orange theme. I don't yet know how to make Theme Chooser themes.

[Request]Toggle Quick Panel for Xperia S ICS

I want Toggle Quick Panel on Xperia S (ICS)
and Request Mass Storage for Xperia S
(I was Try apk from gingerbread can't run mass storage)
Thank ^^
+1
Need them too..
does not work, smali not ported
It would be nice if someone could try to port the quick panel
Sent from my LT26i using xda premium
There is an app that basically does the same thing:
https://play.google.com/store/apps/details?id=de.j4velin.notificationToggle
It works fine on ICS.
RiotRick said:
There is an app that basically does the same thing:
https://play.google.com/store/apps/details?id=de.j4velin.notificationToggle
It works fine on ICS.
Click to expand...
Click to collapse
WOW Great!! Thanks ^^
I use that and it's ace but I find it often 'slips' down the notifications list. Is there some trick to making it stay at the top?
3Shirts said:
I use that and it's ace but I find it often 'slips' down the notifications list. Is there some trick to making it stay at the top?
Click to expand...
Click to collapse
It does that occasionally for me too. Guess that's the downside of it being an app instead of systemui mod. But at least it works.
Also if you want the gps / nfc to be direct toggles and you have root. Make a system app of it: http://vps201.fra05-inx03.webhod.de/thomas/j4velin_development/dl-root.php?app=nt
/edit: in the settings of the app there is a toggle "display in the on-going no notifications section". Seem like if you uncheck it, it will be moved back to the top.
It looks pretty nice too. The CM9 icons you can download from within the app fit the xps theme pretty well:
Yeah I have it as a system app and use the CM icons.
RiotRick said:
/edit: in the settings of the app there is a toggle "display in the on-going no notifications section". Seem like if you uncheck it, it will be moved back to the top.
Click to expand...
Click to collapse
That doesn't seem to make any difference for me. It still drops below most new notifications. Ah well, it'll do until some modded SystemUI's start to appear.
I'm working on it but i dosen't loads becose of the odex file when somebody wil deodex the room i have it ready!
Sent from my LT26i using xda premium
I have most the firmware deodexed already to do notification toggles plus do power button restart / reboot to cwm.
I can upload the deodexed framework/res and android.policy jars when I get home so we can do the above.
Having trouble deodexing qcrilhook.odex tho.
Edit: These are NOT pre-modded, just stock ready for your modding pleasure.
Deodexed the following:
-android.policy.jar
-framework-res.apk
-framework.jar
-SystemUI.apk
Sent from my LT26i using xda premium
thanks mate but pls can u upload them to box or something else the framework res are damaged i really need them!
---------EDIT---------
the SystemUI.apk is damaged to!
to be sure upload them all on external site pls
Another great app for showing toggles in the notification area is Power Controls: https://play.google.com/store/apps/details?id=com.painless.pc
Unlike Notification toggle, it DOES stay above other notifications. Pretty awesome all round.
RR
optik19918 said:
thanks mate but pls can u upload them to box or something else the framework res are damaged i really need them!
---------EDIT---------
the SystemUI.apk is damaged to!
to be sure upload them all on external site pls
Click to expand...
Click to collapse
Damn sorry mate will do right now.
Sent from my LT26i using xda premium
richierich said:
Another great app for showing toggles in the notification area is Power Controls: https://play.google.com/store/apps/details?id=com.painless.pc
Unlike Notification toggle, it DOES stay above other notifications. Pretty awesome all round.
RR
Click to expand...
Click to collapse
Does not support Reboot and Shutdown, so: no
If you're just looking for an app to add notification widgets I use "elixir 2" it does this and more, I've just got resource monitoring activated temp, cpu, mem, sdcard, internal etc on the notification bar but u can add buttons and apps etc also.
But I think we want the real deal ;-)
Sent from my LT26i using xda premium
Am I the only one who can't compile SystemUI whiteout it getting 'bad'. After I push it to the phone and reboot it doesn't work (gone). Even when I do not change anything (only decompile and recompile), it doesn't work.. Had the same problem when I deodexed it myself. :/
skifyr123 said:
Am I the only one who can't compile SystemUI whiteout it getting 'bad'. After I push it to the phone and reboot it doesn't work (gone). Even when I do not change anything (only decompile and recompile), it doesn't work.. Had the same problem when I deodexed it myself. :/
Click to expand...
Click to collapse
same problem here! but i have an idea, i cannot test because i'm at work! since SystemUI.apk is framework dependent we must deodex the framework files first ! if you have some time to test let me know if it works!
and sorry for my poor english hope you understand me!
somemadcaaant said:
I have most the firmware deodexed already to do notification toggles plus do power button restart / reboot to cwm.
Click to expand...
Click to collapse
sorry maybe off-topic.
could you tell how to deodex the stock rom?
thx
There are a few good tutorials about I use:
http://forum.xda-developers.com/showthread.php?t=1208320
http://code.google.com/p/smali/wiki/DeodexInstructions
I suspect you'll need the SemcGenericUxpRes.apk framework file as dependency when decompiling.
Sent from my LT26i using xda premium

[MOD-SYSTEMUI] Transparent status bar **Only for sense roms**

I wanted to have transparent status bar for months and after struggling, i present you my mod'ed framework that will give you the transparent status bar you always wanted (LOL sounds like a promising advertisment!)
This framework is from Rempuzzle rom, i havent tested this on any other sense rom but Rempuzzle. Also i made this on the new framework of rempuzzle with the new graphics so use it on it.
1 - Backup your previous framework just in case or backup whole rom if you are bored to reflash framework-res.apk
2 - Just flash my zip file through clockwork and you'll be all set. If you find any problem when flashing just extract framework-res and push it to /system/framework
3 - After flashing check the permissions on framework-res.apk and see if they are rw-r-r
4 - Leave a thanks or tell me if it didnt work for anyone! :laugh:
For months you say!! Well you didn't search much then did you? There's a few already been posted and I know this because one of them is mine lol,which also has modded notifications and statusbar icons.
Good though
slymobi said:
For months you say!! Well you didn't search much then did you? There's a few already been posted and I know this because one of them is mine lol,which also has modded notifications and statusbar icons.
Good though
Click to expand...
Click to collapse
Not really, the only ones i found was for cm not for sense. Well could you post the links to them? Im interested
I flashed it with cwm and then the boot Animation freezes and it Starts again (bootloop) . Can you help me?
Sent from my HTC Wildfire using xda app-developers app
MrTergum said:
I flashed it with cwm and then the boot Animation freezes and it Starts again (bootloop) . Can you help me?
Sent from my HTC Wildfire using xda app-developers app
Click to expand...
Click to collapse
I assume you did a nandroid backup? just restore and try to extract, push it manually with e.g. ES file explorer (don't forget to check/assign correct permissions)
Yeah thats My Problem to Set the permission ... how Can i Do that ? (i'm such a noob...)
Sent from my HTC Wildfire using xda app-developers app
MrTergum said:
Yeah thats My Problem to Set the permission ... how Can i Do that ? (i'm such a noob...)
Sent from my HTC Wildfire using xda app-developers app
Click to expand...
Click to collapse
once you have copied the file into its path,long click and choose properties / permissions
"what was that!!!"
thank u
arjunpratap said:
thank u
Click to expand...
Click to collapse
Then press theTHANKSbutton!
It's easier to post a reply!
BTW: You don't really post those useless "thanks" post just to get your 10 post full so you can post in each tread in xda, do you?
YAWN!!!! why do people beg for thanks?? just be happy to have helped. THANKS
R.V.3
slymobi said:
YAWN!!!! why do people beg for thanks?? just be happy to have helped. THANKS
R.V.3
Click to expand...
Click to collapse
yes you're right mate but I'm also pee'd off (a lot) by revisiting threads for new posts just to find out someone wanted to tell the world that he's happy
Ok just one thing i dont like is that in some apps the statusbar turns grey and thats not looking good. In some other apps the statusbar is black, so how Can i get this for the other apps like Facebook, messenger ...?
Sent from my HTC Wildfire using xda app-developers app
MrTergum said:
Ok just one thing i dont like is that in some apps the statusbar turns grey and thats not looking good. In some other apps the statusbar is black, so how Can i get this for the other apps like Facebook, messenger ...?
Sent from my HTC Wildfire using xda app-developers app
Click to expand...
Click to collapse
You can't, the white,grey or black you see behind the statusbar is determined by the background in the app so you'd have to edit every app causing the problem which is more trouble than its worth.
Sent from my GT-I9100 using Tapatalk 2
I believe its better not to have transparent statusbar because things overlap and background changes, but anyway !

Translucent Status Bar

Hey themers:
I'm just getting acquainted with making small modifications to the system and am currently working from a stock 4.0.4 LPL based ROM. I would like to implement a 50% translucent effect on the TW status bar.
I've decompiled SystemUI.apk many different ways - as a non-system app, an app w/ dependencies (both framework-res.apk and twframework-res.apk), I've recompiled without any issues at all and immediately de-compiled to make sure my changes "stick", and they do. I then throw them into a flashable zip, wipe cache/dalvik, flash the zip and fix permissions, no go.
I'm following a guide that was originally posted in the GS2 forum that instructs us to do the following:
1) SystemUI StatusBar.smali - locate the "...Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V" statement and change the const/v16 above it from "const/16 v16, 0x4" to "const/16 v16, -0x3".
2) Go to res > values > drawables.xml and edit "status_bar_background" hex to #7f000000 for 50% transparency.
This didn't work on its own, so on top of that I also tried implementing the same sort of change mentioned in #1 above on both the PhoneStatusBar and TabletStatusBar.smali files. Still no go. The system boots no problem, but just no change in the visual appearance of the status bar.
Does anyone have any ideas outside of this on what smali file or statement in the above files might control this feature? I'm still digging but didn't know if others had attempted this. Thanks to any and all who are willing to help. I don't need anyone to look at code for me, just a gentle shove in the right direction would be fantastic!
+1 for this.
I'd love to see this work.
jtdo said:
+1 for this.
I'd love to see this work.
Click to expand...
Click to collapse
+1
was looking for something like that for month.
I'll get there...The solution cannot be far off from what has already been documented. However it seems others have not yet been able to do it on this device...probably just because there are more pressing projects underway. Guess it's up to us noobs lol
Sent from my SGH-T989 using XDA Premium HD app
djmatt604 said:
I'll get there...The solution cannot be far off from what has already been documented. However it seems others have not yet been able to do it on this device...probably just because there are more pressing projects underway. Guess it's up to us noobs lol
Sent from my SGH-T989 using XDA Premium HD app
Click to expand...
Click to collapse
Haha anything is possible on XDA (;
djmatt604 said:
I'll get there...The solution cannot be far off from what has already been documented. However it seems others have not yet been able to do it on this device...probably just because there are more pressing projects underway. Guess it's up to us noobs lol
Sent from my SGH-T989 using XDA Premium HD app
Click to expand...
Click to collapse
Does tw use a standard grey block to extend the background for the status bar? It sounds like it would and if that is do you could try adding that grey colour to an alpha channel on the image.
Just a thought
Sent from my HTC Desire HD using xda app-developers app
scaryshark said:
Does tw use a standard grey block to extend the background for the status bar? It sounds like it would and if that is do you could try adding that grey colour to an alpha channel on the image.
Just a thought
Sent from my HTC Desire HD using xda app-developers app
Click to expand...
Click to collapse
I'll have a look this week!
You need to modify the "tw_" variants of the status bar definitions to see anything happen, TouchWiz UI does not use the regular assets/definitions.
qreeves said:
You need to modify the "tw_" variants of the status bar definitions to see anything happen, TouchWiz UI does not use the regular assets/definitions.
Click to expand...
Click to collapse
Thank you sir! I will give it another go. Have a TW ROM to update in the next cpl weeks, this might make it in
Sent from my Infamous Tab.
djmatt604 said:
Thank you sir! I will give it another go. Have a TW ROM to update in the next cpl weeks, this might make it in /QUOTE]
No problem, I spent most of last night working out how to move the system bar from the bottom of the screen to the top using a decompiled SystemUI from the TouchWiz rom for the Galaxy Tab. You might find that even though you make the bar transparent that the area behind it is black anyway (it is for me at least using the official 4.0.4 rom) due to it assuming that the system bar is being rendered there. I'm yet to figure out how to manipulate the rest of the WindowManager environment to fix the issue.
Click to expand...
Click to collapse

Categories

Resources