Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Well I found the sdx tutorial I posted here is the link....
[Tutorial]Modifying The Notifications Pull Down Menu - SDX-Developers Forum
Sadly it points to the op thread over at 2fastroms.com which is now in hieatus...give me a day or so I need to get xfuzzion out of my laptop and also tins this for you if I recall though it was systemui.apk where that was made once I decompile the apk I can find it quickly
Sent from my RM-845_nam_vzw_100 using Board Express
i didnt know that lol. im on ics thanks alot man
Ok I finally got into my /home directory and it might take me a few days to get things up and running but here are some pointers you can start looking and playing with...
1.Decompile SystemUI.apk
2.Have a look at SystemUI.apk/res/layout/status_bar_tracking.xml
3.Change the status_bar_tracking.xml to point the background to a drawable.. Something like :-
<View android:background="@drawable/shade_bg" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" />
that is if you want to use a transparent image. that never worked to well for me. I ended up playing with the values in the xml's in the /color directory and the /values....Believe me I had to play with it. We kept detailed notes of all the code changes we did as 2fast and I passed back and forth a commit file that had our changes as we made them. Unfortunately since i had the tutorial on the site I did not record those changes particularly. My system is still set for ICS or JB I am getting errors from apktool so I need to fix some stuff,,,upload me a decompiled systemUI and I can probably tell you what exactly are the values within the XMLs - Hey I been resting from all this for some months...lol
Really. No one knows. How odd