Change clock position - T-Mobile LG G2x

Does anyone know how to move the clock on the status bar to the left or atleast centered on cm7 based Roms?
sent from my Google device

Try using Super Status Bar. I believe that's what it is called. Check the market.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Not quite what I want but I guess its the closest thing. I wanted to move the clock already on my phone not a layover but thanks bud
Nvidia always!

Ta Da: http://forum.xda-developers.com/showthread.php?t=1174202

Doh! Deleted. Wrong thread!

If you're experienced in decompiling, editing and recompiling APK's, it's a simple mod in the systemUI.apk I believe. I've seen a thread on this website before showing you the code that needs replacing inside proper directory of the decompiled APK. I would do a google search for it and it should be easy to find. If not, let me know if you're interested in doing it yourself and I'll try to find it for you.
EDIT- Here's the tut on how to do it yourself. Pretty self explanatory and easy to follow, any questions just ask!
http://forum.xda-developers.com/showthread.php?t=1174202

Related

>1 instance of wm5newmenu? yup.

i read somewhere, that multiple instances of wm5newmenu arent possible.
So, i thought i check something to make it possible, and it works.
Now, i have one menu under softkey 1, and second menu on softkey 2. both are different, and can be placed anywhere on screen
Method is simple, but i am not sure, if i can say how - registry editor and hexeditor are needed to make it possible..and it is possible.
i am so damn happy, no more launchers=more RAM.
Thanks for author for such useful app.
testscreen:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
as You can see both menus are similar now..but not the same all i need is to configure new new menu now
btw, i managed to do the trick to have INDEPENDENT configurators too, and it's working.
upd: oops damn, sorry i post it in wrong forum ... could post be moved to..somewhere?

Theme like this

Can anyone do a theme like this...these Icons are awesome!!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
stricklerjosh said:
Can anyone do a theme like this...these Icons are awesome!!!
Click to expand...
Click to collapse
the icons would be easy.. All u need to do is find some icons through google/deviantart/web.. open up photoshop and greyscale them..etc.. or replace color.. taskbar not sure of..not my area.lol
U got a link to the theme in question.. or to the icons etc..
Don't really have a link was doing a google search for a question about launcherpro beta and found it on droid forums...I really like it a lot. I don't have photoshop and don't know the first thing about theming or any of this. I figured if I posted it here someone who knows what they are doing might like it and be able to help me out.
Here is where i got it from:
http://www.droidforums.net/forum/droid-applications/45198-launcherpro-beta-super-fast-smooth-launcher-68.html
Thanks

Skinning ChompSMS Widget

So I use chompSMS all the time, tried everything else around and it allows me to reply quickly to txt when i need to. Recently I been working on creating some themes but haven't got things to where I want to release them. I Bought the extended controls on market and really loved the customization. More colors would be nice but I thought using the same idea or other apps such as chomp would be great. As of right now I skinned my widget and things are not perfect but, I will get it there soon enough. Maybe at some point I could build an app that would allow you to customize these widgets and apps.
Here is a screen shot of what I did to mine. If you understand how to edit png files and install apps then the process isnt too hard. PM me if you want the instructions other wise i found the widget backgroun in /res/drawable-port-hdpi. From what I can see most things in it could be customized.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[Q] How can I link my ListPreference to an actual piece of data in another apk

So, I have edited the CM9 Settings.apk AND SystemUI.apk. I added the following code
Code:
<ListPreference
android:entries="@array/dutchgfx_entries"
android:title="@string/dutchgfx_title"
android:key="dutchgfx_****"
android:summary="@string/dutchgfx_summary"
android:entryValues="@array/dutchgfx_entryvalues" />
to the system_settings.xml.
My list works and appears and I can select my options correctly.
But, I need to link this preference to @color/notification_item_background_color in SystemUI.apk, and I do not know even where to start. If any of you can give em any insight as to how to do this, i'de be very grateful. here is a screenshot of my menu (in case it helps at all)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Bump
Got it to work, just need to figure out how to make the data send now, i have new project, buttons preferences and etc, just wanna send color code from one app to another. Help anyone?

[Gingerbread] Notification Toggle in Status Bar

Hello Fellow XDA Members.
First of all Let me thank you each and every one in this Wonderful Forum.
You people are awesome. I have learned many things regarding android tweaks and mods and this is just because of you guys.
Here my Problem:
I have tried to search in the forum for a Guide/Tutorial for getting a Notification Toggle in Status Bar. Yeah, I came across lidroid method, but that method relates to SG and i am using a Micromax Mobile [Gingerbread] . So, I couldn't able to success with Lidroid Method.
Can anyone has any Idea, how to Get Notification toggles in status bar.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(PS: I know, there are some application which we can get what i want, but i would like to learn though editing .jar, .apk etc.. files)
Thank you In advance,
Any Idea Guys??

Categories

Resources