Buuf Dock for LauncherPro - G2 and Desire Z Themes and Apps

looking for that awesome light brown buuf dock for the launcherpro that is found on the adw buuf theme, any help?

I'll post it soon.
charliehustl415 said:
looking for that awesome light brown buuf dock for the launcherpro that is found on the adw buuf theme, any help?
Click to expand...
Click to collapse
I'm the developer Fractal Systems.
I am currently updating ADW.BuuF.Theme to include a lot of enhancements.
One of those is to include docks.
The dock you are referring to is generated from code:
Code:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#DD63594A"
android:endColor="#00000000"
android:angle="90"/>
<padding android:left="4dp"
android:top="1dp"
android:right="4dp"
android:bottom="1dp" />
<corners android:bottomRightRadius="1dp" android:bottomLeftRadius="1dp"
android:topLeftRadius="7dp" android:topRightRadius="7dp"/>
</shape>
I have created actual drawables, but I'm hoping there is a way to display the xml drawable in the dock picker. It hasn't worked for me yet, and I've been unable to replicate the dock I made with the code above.
I'll post it when I get it, even if I have to make it an actual .png graphic resource. I'll need to figure this out first if I want to do that...Still hoping I can use the xml drawables to somehow display them in the dock picker gallery.

everythingisround said:
I'm the developer Fractal Systems.
I am currently updating ADW.BuuF.Theme to include a lot of enhancements.
One of those is to include docks.
The dock you are referring to is generated from code:
Code:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#DD63594A"
android:endColor="#00000000"
android:angle="90"/>
<padding android:left="4dp"
android:top="1dp"
android:right="4dp"
android:bottom="1dp" />
<corners android:bottomRightRadius="1dp" android:bottomLeftRadius="1dp"
android:topLeftRadius="7dp" android:topRightRadius="7dp"/>
</shape>
I have created actual drawables, but I'm hoping there is a way to display the xml drawable in the dock picker. It hasn't worked for me yet, and I've been unable to replicate the dock I made with the code above.
I'll post it when I get it, even if I have to make it an actual .png graphic resource. I'll need to figure this out first if I want to do that...Still hoping I can use the xml drawables to somehow display them in the dock picker gallery.
Click to expand...
Click to collapse
a png file would be so awesome!

Here it is!
I finally figured out how to change that code into an image file:
http://stackoverflow.com/questions/8519967/suggestions-for-creating-an-img-from-android-xml-drawable
Now, drumroll please...
Download Link: http://fractalsystems.org/images/dock_originalxml.png
{
"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"
}
Also, an FYI, ADW.BuuF.Theme was removed from Android Market...I still have no idea why!
Check out this thread for more info:
http://forum.xda-developers.com/showthread.php?t=1393037

Related

Lock screen fonts

Managed to change the lock screen sliders to froyo stock ones but I am now wanting to change the font of the clock / date / service provider.
Normally it looks like you would just change the clockopia font for the clock but moto is not using this. The current font being used is DroidSans but if I change this it is pretty much used everywhere!
Is there an XML somewhere I can change?
Maybe keyguard_screen_lock.xml in the framework-res.apk? But I can't see any reference to a font or typeface in there and I just read that you can only use the android default fonts in the layout XMLs so would have to set it in a jar somewhere...
By the way the lock screen sliders are definitely less choppy in the new euro deblurred ROM.
OK so after a bit more digging I can say that the lock screen layout is defined in zz_moto_keyguard_screen_tab_unlock.xml and it uses a bunch of blur styles like: style="\@style/Blur.BigTimeTxt"
Anyone know where these styles are defined?
[Edit]
Looks like it might be in values/styles.xml in the decompiled framework-res.apk
Looking at android.policy.jar next
Also looked at the standard android opensource 2.1 policy code and I can't see any reference to the clock font.
Help!
I think this might be a topic for defy themes forums not general.
Sent using motorola defy
Jt612 said:
I think this might be a topic for defy themes forums not general.
Sent using motorola defy
Click to expand...
Click to collapse
I originally posted it there but it got moved by a mod (the_scotsman).
That's odd i would have thought it was a themeing thing especially because your discussing how.
Sent using motorola defy
Can any devs out there point me in the right direction?
I have copied the standard android lock screen layout and created a new zz_moto_keyguard_screen_tab_unlock.xml which in my opinion looks much cooler than the default defy one.
http://dl.dropbox.com/u/17360979/zz_moto_keyguard_screen_tab_unlock.zip
Still can't figure out how to change the clock font to clockopia though
How does one use this lock screen ? Extract the apk and replace three default and rezip ? Is it possible to use metamorph
Sent using motorola defy
You would need to extract and decompile the framework-res.apk copy in the new XML and then recompile & re zip.
Found it in the framework.jar
Done!
{
"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"
}
good you managed to do it..
it would be nice if you shared how...

Stock 2.2 Theme

Can someone give me a link or a framework-res.apk to a 2.2 stock theme for HDPI devices?
Like this:
{
"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"
}
+1
I've made it but didn't know how to have notification + clock black text.
+1 I like theme "stock" of android!
someone managed to modify sources.jar ? (black text)
Here's one for an X10 that you could pull apart
http://www.4shared.com/file/fKigopxT/framework-res.html
Vaiofr said:
+1 I like theme "stock" of android!
someone managed to modify sources.jar ? (black text)
Click to expand...
Click to collapse
I can modify sources.jar but don't know which string.
Several times i've tried to do it...my only result was a stock theme but without black text and clock (that remains white).
@HTCDevil
I have the same problem, I tried to change the color but no results
Developers can we help?
Would comparing the two files in this post help shed any light ?
http://forum.xda-developers.com/showpost.php?p=10538233&postcount=1
FlanFlinger said:
Would comparing the two files in this post help shed any light ?
http://forum.xda-developers.com/showpost.php?p=10538233&postcount=1
Click to expand...
Click to collapse
Thanks, but it's only for deleting clock, not for modifying its colours.
I have modified some xml but i think colours want to be changed using a hex editor.
Anyway it's difficult to find the right string with hex.
Many users have done that but didn't answer at this.
I contacted AOSPish's OP asking him about which xml we have to modify...but he did that project time ago...so he didn't remember.
I'm available for cooperation. See you guys
It is not in the xml file but sources.jar!
A change with smali and backsmali with SDK no ?
HTCDevil said:
Thanks, but it's only for deleting clock, not for modifying its colours.
I have modified some xml but i think colours want to be changed using a hex editor.
Anyway it's difficult to find the right string with hex.
Click to expand...
Click to collapse
I thought there might be a change in the xml lurking somewhere that wasn't so obvious.
In theory there should only be a change from the hex for white and black.
I'm sure somewhere in an older theme someone had changed the clock colour, I'll have a search about as it's probably buried in amongst a gazzillion posts somewhere

[Q] How do I theme this part of the status bar? *top left*

{
"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"
}
I installed liquid rom v1.1 and that part was different, the icons were, I don't know, less transparent. The icons on the left were all solid colors. Never seen that before. Now, it has changed back on its own, for no reason I can think of and I want to change it back.
Any help would be greatly appreciated, I can decomplie, edit, and compile apk and framework just fine. Hopefully it's easy tho.
Oh yeah its a breeze. All you have to do is decomopile the systemUI.apk and find those .png's that you want to edit. Finish the changes with Photoshop or whatever you're using and recompile, and push it back into the system. I noticed that one of the icons was from titanium backup. You will have to actually go inti that .apk and edit those as well if you want to make them all uniform-which would probably take a million years haha
Edit:
Actually some of those might be in the framework apk just decompile both haha
seanyuan62 said:
Oh yeah its a breeze. All you have to do is decomopile the systemUI.apk and find those .png's that you want to edit. Finish the changes with Photoshop or whatever you're using and recompile, and push it back into the system. I noticed that one of the icons was from titanium backup. You will have to actually go inti that .apk and edit those as well if you want to make them all uniform-which would probably take a million years haha
Edit:
Actually some of those might be in the framework apk just decompile both haha
Click to expand...
Click to collapse
I doubt this is the case. Why would ALL the developers use the same ugly greyish color. I'm sure its just a transparency thing.
http://forum.xda-developers.com/showpost.php?p=23474072&postcount=4
good day.
chopper the dog said:
http://forum.xda-developers.com/showpost.php?p=23474072&postcount=4
good day.
Click to expand...
Click to collapse
Do you decompile with 1.4.3 and recompile with 1.4.2 (apktool)?
anton2009 said:
Do you decompile with 1.4.3 and recompile with 1.4.2 (apktool)?
Click to expand...
Click to collapse
I've been using Apk_Multi-Tool_Alpha_02 with the github experimental builds addon. Not sure which version of apktool is in the "other" folder though. It has handled everything I throw at (except contacts & phone) without having to play one jar to decompile and another to recompile game.
good day.

[MOD][DEV NEEDED]Softkeys in Statusbar(Not Tablet Mod)

I was looking around the xmls in systemui.apk (it's the only thing I know to do well )
and I saw that in the file \res\layout-sw600dp\status_bar.xml
which obviously is for the tablet view cause starts with
Code:
<com.android.systemui.statusbar.tablet.TabletStatusBarView
has the lines for the softkeys
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="40.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_back" android:contentDescription="@string/accessibility_back" systemui:keyCode="4" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
firstly I removed the "systemui:glowBackground="@drawable/ic_sysbar_highlight""
and I thought to put these lines into \res\layout\status_bar.xml to see what happens to phone view. I was expecting a SystemUI FC but no! It worked and I got a view like this.
{
"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"
}
home key works fine, back key works in some apps, not all but sometimes it worked everywhere. As a kill button, it worked everywhere(some roms has an option to kill apps with pressing for some time the back key)
SO, if anyone can work on this, as an idea and make it work flawlessly, it would be great.
In addition, it would be also great if we had the statusbar at the bottom, not the top.
I'm not a dev, I just play with xmls, so I can't make it work the right way. You can try it and see how it works.
would be perfect to stay like this (but with all the default applications):
yeap, something like that but with stock density and all apps acting normally.
I'd use it. Would like a search key with the bottom nav buttons, ideally.
something like combining the status bar and the nav bar would be excellent. So much wasted space on the screen with a bar on top and bottom :/
Its gonna be one of the most eye candy MOD till date . Wish u luck with ur idea and hopefully respected DEV will look into it //
+1 for the idea ... hope you guys can get it to work
well, devs tend to not reply to noobs, although I understand why (the would have to do this all day)
on my way home i was thinking the same thing!
i also remembered that there was a mod for SGS2
that puts the SystemUI on the bottom
i will take a look if i can find it!
I might look into getting the tablet mode for the nav bar/status bar without the increased dpi.
I'll share my results with you guys
Sent from my Galaxy Nexus using xda premium
take a look at this mod for cm9
http://forum.xda-developers.com/showthread.php?t=1531222
you can make the systemui go to the bottem
if you edit the framework-res.apk you can make the navbar go away
or someone has to port it to aokp
then put the buttons in it en its good to go
hmmm really interisting idea. I like it.
we have work to do tonight
i found out that
the nav bar can be disabled
by decompiling the framework-res.apk
open /res/values/bools.xml en set config_showNavigationBar False
i think the position-code of the systemui statusbar is in
/res/layout/status_bar_tracking.xml
i want to try this out myself but when i compile the systemui and push it back to my device
it just chrashes..
or is there a special way of compiling the systemui?
i already tried putting in de original resource.arc
en tried signing it
blackdub370 said:
would be perfect to stay like this (but with all the default applications):
Click to expand...
Click to collapse
same for me...it would be perfect..

Quick Toggles Centering

Hey guys,
I've been playing around with the SystemUI apk and I can't seem to find where it defines how the notification toggles first display. I wish it would start left aligned instead of in the center so I don't have to wait that second for the bar to stop scrolling to the left. I'm hoping to avoid flashing another SystemUI as I've made some changes to mine that I'd like to not have to figure out again!
So far all I can find is how to change the height of the bar and remove the text, nothing about centering it.
I suppose another option if anyone has done it is remove unwanted toggles to make it short enough that it doesn't scroll. Has anyone done this?
After what seemed like hours of changing numbers to see what happened I managed to find /res/values-port/integers.xml
Changing
Code:
<integer name="config_QuickSettingButtonCount">5</integer>
TO
Code:
<integer name="config_QuickSettingButtonCount">9</integer>
Put all toggles 9 at the top without scrolling. It's a step at least...
Sigh... it was so simple to remove single items... I was looking way deeper than I had to.
/res/values-hdpi/arrays.xml
Contains all 9 toggles... Remove the lines of ones you don't want, change the file in the above post to match the number of settings in the list (if you want)
bradyonly said:
After what seemed like hours of changing numbers to see what happened I managed to find /res/values-port/integers.xml
Changing
Code:
<integer name="config_QuickSettingButtonCount">5</integer>
TO
Code:
<integer name="config_QuickSettingButtonCount">9</integer>
Put all toggles 9 at the top without scrolling. It's a step at least...
Click to expand...
Click to collapse
i cant find /res/values-port/integers.xml on CM9 rom, im assuming its under systemui apk. can you tell me the exact location of the integer.xml file
CM9 doesn't use the same toggles. Its also, not sammisized
Sent from my SGH-I747M using xda app-developers app
{
"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"
}
Edit /res/layout/tw_taskbar_extended.xml
And look for this block of code ( It should be line 5, maybe 6 )
Code:
<HorizontalScrollView android:id="@id/quicksetting_scroller" android:scrollbars="none" android:layout_width="wrap_content"
android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<com.android.systemui.statusbar.policy.quicksetting.QuickSettingPanel android:orientation="horizontal"
android:id="@id/quicksetting_container" android:layout_width="wrap_content" android:layout_height="wrap_content"
android:divider="@drawable/tw_black_bg" android:showDividers="middle" />
</HorizontalScrollView>
And change the gravity on the QuickSettingPanel to android:gravity="left" or android:gravity="left|center" to still give it the bounce.

Categories

Resources