i want to make a mod,let my atrix(running 2.2.2 now),using 2.3.4 UI.i already have copied the image from drawable-hdpi.but here are my two major problem.
1.i cannot change the menu background color.
it's still black.
2.i also cannot change the date color in the notification bar.
how can i modify them??plz tell me ..
Related
The clock on the very top of the phone by battery indicator disappeared. I am not able to find under setting how to add it back on. Please Help me.
i thought it disappears after i flash the new " colored top task bar " for 318 devices ...
which found in this article : " Black Taskbars for DELL 318 ROM "
http://forum.xda-developers.com/showthread.php?t=895865
It doesnt like your framework, you need to revert to your previous one/stock.
huh .. !! but how ??
its here bro from your prev's work
from arabic_script_0.781_windows inside generated folder u find framework.jar
and good luck bro
Hello , I have many questions, I'm sorry. I'm using Samsung Galaxy S II, I9100
1) How can I add text on Settings section. About Phone / I want to add text (xxxx mods)
2) How can I using ADB , SDK , JDK ? Can you give guide link ? ADB is very necessary. Open Windows command prompt. How can I open ? , what is adb shell ?
3) I want make some mods. Example , notification area background , notification area shortcut , notification area image. Add lock botton on Status bar.
And I want make transparent any apps. How can I ?
6) Can you give color codes and other codes for xml ?
And example , I want add a lock button shortcut on status bar. How do I know which file I should add.
If you help me , I would be happy. Thank you
I have a Verizon LG Lucid with stock 4.0.4 on it. Here:imgur.com/Igb4l you can see my notification screen with a nice red box drawn around the items I would like to disable. However, before I can disable such items I need to know what they are called. I have tried every combination of words I can think of to google search but not no avail.
So here's what I need to know:
1. What are these items called?
2. Are they contained within the software of LG, Verizon, or stock Android?
3. Where would be a good topic to begin researching now that I know what's what?
Edit: I think the key here lies within systemUI.apk. I will investigate that.
Edit: I learned a lot about APK's and modifying them. Currently all I've been able to do is make the status bar disappear. Maybe it isn't actually in systemui...
Edit: Success! I finally got the wifi notification bar to "go away" by setting its height to 0.0 in SystemUI>res>layout>wifi_onetouch_layout.xml as seen in a thread about hiding the music player. A few problems I ran into: I had to switch the aapt that comes with apktool with aapt from the android SDK to build without errors. After it was built I had to copy META -INF and AndroidManifest from the vanilla SystemUI.apk then zipalign it. I used a root file manager on the phone to move and rename everything.
Here's a nice screenshot of my progress: imgur.com/YA7bu
First of all let me make it clear what I am talking about, in settings>about phone when you repeatedly tap android version you get the image of the android and then when you press it down you get the flying android animation. What I want to do is change the image and text when pressing the android version. I currently have Fluorescent Feather ROM but want to change the image (for personal use). I'm sure its in the framework (the images) but for the text what must I edit?
Image is attached, for what I want to edit.
Thanks
Hi all,
We've got several custom fonts in the game I'm working on (All the fonts are custom) but on 4.4 only one of them is failing to work. Nothing has changed with this font in well over a year and stop working on 4.4 (confirmed on a Nexus 5 and Nexus 10).
The font is being loaded the exact same way as all the other fonts in the game (Typeface.createFromFile("xyz")) but the OS is returning the default font (Roboto) and giving no indication as to why it's not loading our font.
Does anyone know how to debug why Android isn't loading our font? Nothing is being printed out into logcat and I can't see anything in the documentation that says what would cause the fonts to fail. All the fonts in the game are OTF and since it's a licenced font we can't modify the font into TTF and I can't post the font here if anyone wanted to see it for debugging purposes.