Hello guys!
With 00.ante's help I'm trying to make the Honeycomb Theme with SGSII Lockscreen work. (Actually my idea and 00.ante did every xml edit cause I failed hard )
We have one big problem: In Settings.apk the popups (animations etc.) have black font on black background (=unreadable).
So could anybody tell me which lines to change in which xml to make the font white?
Thanks alot!
.:Crack:. said:
Hello guys!
With 00.ante's help I'm trying to make the Honeycomb Theme with SGSII Lockscreen work. (Actually my idea and 00.ante did every xml edit cause I failed hard )
We have one big problem: In Settings.apk the popups (animations etc.) have black font on black background (=unreadable).
So could anybody tell me which lines to change in which xml to make the font white?
Thanks alot!
Click to expand...
Click to collapse
This is a hard one.. ill give you 5 letters hint ..
S M A L I
good luck ..
Smali ..
Well, what exactly? xD
.:Crack:. said:
Hello guys!
With 00.ante's help I'm trying to make the Honeycomb Theme with SGSII Lockscreen work. (Actually my idea and 00.ante did every xml edit cause I failed hard )
We have one big problem: In Settings.apk the popups (animations etc.) have black font on black background (=unreadable).
So could anybody tell me which lines to change in which xml to make the font white?
Thanks alot!
Click to expand...
Click to collapse
defined on framework-res.apk, and you can find it on settings too.
its easy to find it, do a search on Layout and color or drawable folder, when u decompiled the apk.
fonts color
Framework-res.apk\res\values Styles
for fonts widget:
<style name="Widget.TextView" parent="@style/Widget"> <item name="textColor">#ffffffff</item> </style>
Framework-res.apk\res\values Colors (Y2) for secondary popup fonts:
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="bright_foreground_light">#ffffffff</color> </resources>
now my settings.apk Looks Awesome
ak said:
Framework-res.apk\res\values Styles
for fonts widget:
<style name="Widget.TextView" parent="@style/Widget"> <item name="textColor">#ffffffff</item> </style>
Framework-res.apk\res\values Colors (Y2) for secondary popup fonts:
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="bright_foreground_light">#ffffffff</color> </resources>
Click to expand...
Click to collapse
Sir, Thanks for sharing that Stuffs..
plzz tell me, what more modifications can I do in a gingerbread settings.apk ??? I need to Theme it more... Hope u reply soon
I am wanting to change the sub-menu colour using the instructions found here
http://forum.xda-developers.com/showthread.php?p=9664604#post9664604
In /res/color/zzz_tw_secondary_text_sub.xml change the colors in the following two lines to ffffffff:
Code:
<item android:state_window_focused="false" android:color="#ffffffff" />
<item android:color="#ffffffff" />
I compile the framework-res.apk and push it to the framework. In settings the colour change is visible ie- selecting Display works and so does About phone.
Location and Security, Accounts and sync, Locale and Text causes FC
I have tried signing, copying original arsc file etc but no luck
I have compiled the framework-res with a new rom also no luck
My guess is that there is a supporting file somewhere that also require to be changed. Your help is appreciated
I think you just made a "f" too much.
It should be ffffff
Sent from my GT-I9000 using XDA App
SOLVED
I sucessfully compiled using eclipse
I then tried a different version of apktool which worked
Syntax is ff followed by 6 hex caracter colour code in the example it is ff ffffff for white
Sent from my GT-I9000 using XDA App
The new ics scroll bars on holo themed apps are lovely, but if you use an app that hasnt been updated its sad to see the old gingerbread scroll bars come back.
Here is a simple mode for any rom to bring those pretty scroll bars back!
Decompile framework-res.apk
/res/values/styles.xml
lines 95-99
Code:
<item name="scrollbarSize">10.0dip</item>
<item name="scrollbarThumbHorizontal">@drawable/scrollbar_handle_holo_dark</item>
<item name="scrollbarThumbVertical">@drawable/scrollbar_handle_holo_dark</item>
<item name="scrollbarTrackHorizontal">@null</item>
<item name="scrollbarTrackVertical">@null</item>
lines 121
Code:
<item name="scrollViewStyle">@style/Widget.Holo.ScrollView</item>
lines 218-222
Code:
<item name="fastScrollThumbDrawable">@drawable/fastscroll_thumb_holo</item>
<item name="fastScrollPreviewBackgroundLeft">@drawable/fastscroll_label_left_holo_dark</item>
<item name="fastScrollPreviewBackgroundRight">@drawable/fastscroll_label_right_holo_dark</item>
<item name="fastScrollTrackDrawable">@drawable/fastscroll_track_holo_dark</item>
<item name="fastScrollOverlayPosition">atThumb</item>
Compile and you are done!
nice one. can you still grab them to move up/down?
nikosrs4 said:
nice one. can you still grab them to move up/down?
Click to expand...
Click to collapse
I would believe so, do you know of a gingerbread app with this functionality?
I can try right now
BlackDino said:
I would believe so, do you know of a gingerbread app with this functionality?
I can try right now
Click to expand...
Click to collapse
iTag has it from what I see now. you have to scroll a little in songs list to show up.
thanks
nikosrs4 said:
iTag has it from what I see now. you have to scroll a little in songs list to show up.
thanks
Click to expand...
Click to collapse
Hmm the list isn't long enough to bring up fastscrolling, it should still function though
can you make glowing on gingerbread too? i tried on UOTkitchen and it nothing happen.... may edit .xml? sorry my bad english, Thank you
hi!
i made a litte SystemUI pulldown animation (only for AOKP B29)
it looks like a overglow effect
it slowly comes in and slowly fades away
no screenshots.. only a video(not super clear)(outdated the animation is now much smoother)
http://www.youtube.com/watch?v=8wxZX0uwwuo&feature=youtu.be
backup your current systemui!
and flash the download in cwm
want to make one yourself?
see second post
Download
http://dl.dropbox.com/u/63404537/CWMSystemUIPulldownAnimation1.3.zip
Back To Stock AOKP 29 (thnx to t-rip)
http://dl.dropbox.com/u/63404537/StockB29CWMSystemUI.zip
if you like my work please consider a donation
TUTORIAL
here we go! i will try and make this as clear as possible
1. plug in your phone
2. adb pull /system/app/SystemUI.apk
3. make a copy and keep it somewhere save(need this later)
4. decompile SystemUI.apk
5. browse your way to /res/layout/status_bar_tracker and open the file
you will see a lot of code
change the lines in your systemui to the red lines in the code below
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.TrackingView android:orientation="vertical" [COLOR="red"]android:background="@drawable/pulldown" [/COLOR]android:paddingLeft="0.0px" android:paddingRight="0.0px" android:paddingBottom="0.0px" android:focusable="true" android:visibility="gone" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android">
<FrameLayout [COLOR="Red"]android:background="@drawable/pulldown_background" [/COLOR]android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0">
<com.android.systemui.statusbar.policy.WeatherText android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:layout_gravity="bottom" android:paddingBottom="40.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.android.systemui.statusbar.phone.CarrierLabel android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:layout_gravity="bottom" android:paddingBottom="20.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</FrameLayout>
<com.android.systemui.statusbar.phone.CloseDragHandle android:orientation="vertical" android:id="@id/close" android:background="#ee000000" android:layout_width="fill_parent" android:layout_height="wrap_content">
<ImageView android:layout_gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/status_bar_close_on" android:scaleType="fitCenter" />
</com.android.systemui.statusbar.phone.CloseDragHandle>
</com.android.systemui.statusbar.phone.TrackingView>
6.save and go to /res/drawable/
7.make an .xml file named pulldown.xml
8. open it and paste the code below inside and save
8a. the android:drawable lines represent the images of the animation
so make sure the name of the images and the lines are the same.
so in my case the first image is called
android:drawable="@drawable/pulldown_anim001"
and je can add or remove lines to match the number of images you are going to use
Code:
<?xml version="1.0" encoding="utf-8"?>
<animation-list android:oneshot="false"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:duration="150" android:drawable="@drawable/pulldown_anim001" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim002" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim003" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim004" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim005" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim006" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim007" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim008" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim009" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim010" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim011" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim012" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim013" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim014" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim015" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim016" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim017" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim018" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim019" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim020" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim021" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim022" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim023" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim024" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim025" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim026" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim027" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim028" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim029" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim030" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim031" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim032" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim033" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim034" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim035" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim036" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim037" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim038" />
9. place your images you are going use in drawable-xhdpi
10. place this image in your drawable-xhdpi
11. save and compile your SystemUI
12. open your backup of the SystemUI apk and copy the res map and the resources.arsc of the just compiled apk into the backup
13. adb remount
14. adb push /system/app/
15. adb reboot
hope this is clear
this should work on every gnex rom
I tested it and like the effect!
It would be better if the glow animation would be a little more fluid. Right now you can see each "frame" of the animation.
But it doesn't affect performance yet! That's most important I think.
EDIT:
I attached a CWM-zip with the stock System-UI based on your zip. You can put it in the opening post. I guess a lot of people like to have a way back to stock without backing up the apk.
t-rip said:
I tested it and like the effect!
It would be better if the glow animation would be a little more fluid. Right now you can see each "frame" of the animation.
But it doesn't affect performance yet! That's most important I think.
EDIT:
I attached a CWM-zip with the stock System-UI based on your zip. You can put it in the opening post. I guess a lot of people like to have a way back to stock without backing up the apk.
Click to expand...
Click to collapse
i am working on a smoother one!
oo thank u!i forgot, i will add it in the first post
updated the animation!
its smoother now
wow this is cool!
This is pretty awesome! I just wish it was smoother. Is the op the updated one?
Sent from my Galaxy Nexus using Tapatalk
foxehkins said:
This is pretty awesome! I just wish it was smoother. Is the op the updated one?
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
the download in the first post is the updated one! and 50% smoother then the one in the video
i can make it smoother but it a lot of work
but i am working on it!
update!
1.3
much smoother now
Totally smooth now or just smooth?
Can you tell us what did you changed in the SystemUI.apk so we can have your mod while keeping our theme?
Oops, screwed up my b28 hehe.
Is it possible to make a zipthemer file?
I would love this on CNA
Works fine. But a bit laggy
Sent from my Galaxy Nexus using XDA Premium HD app
arzbhatia said:
Totally smooth now or just smooth?
Click to expand...
Click to collapse
no not totally i will work on that but that will use 80 images i think
LKNim said:
Can you tell us what did you changed in the SystemUI.apk so we can have your mod while keeping our theme?
Click to expand...
Click to collapse
yes, i will place a tutorial when i have time
ezcats said:
Is it possible to make a zipthemer file?
I would love this on CNA
Click to expand...
Click to collapse
i will place a tutorial when i have some time its very easy to make
its the same for all roms so its more helpfull then a zipthemer
Hello
Awesome mod, I like flashy things... Just a question before I go ahead, I have black exodus, if I install this... it will still be blue right? not white?
EDIT just tried, got rid of the settings made by black exodus in the status bar, the glow is blue. Will you make mods with different colours in the future?
FC1032 said:
Hello
Awesome mod, I like flashy things... Just a question before I go ahead, I have black exodus, if I install this... it will still be blue right? not white?
EDIT just tried, got rid of the settings made by black exodus in the status bar, the glow is blue. Will you make mods with different colours in the future?
Click to expand...
Click to collapse
If he writes a turorial it will be very easy to change the images he used. Even on your own
tututu tutorial placed
Hi to all...
This is a little guide on how to mod mms.apk of a stock samsung firmware and on how to apply a full or semi transparence to the notification items, if exists any similar guide (i have searched many part of this section and i haven't found nothing of this) please, moderators, delete this thread.
First of all keep in mind that we'll work on XWLPG 4.0.3 firmware.
I'm assuming that you have the basic knowledge on how to decompile-recompile apk of your system image.
Ok, let's start...
PART 1 - HOW TO APPLY A BACKGROUND IMAGE TO MMS.APK
We'll need to "patch" this apk, because as it is, the mms.apk use a solid color (black) like background and we want to use an image instead.
So, first, decompile mms.apk
Go to res/values/styles.xml
Search for this (usually the last paragrapher)
Code:
<style name="TwMessageTheme" parent="@touchwiz:style/TwTheme">
<item name="android:windowNoTitle">true</item>
</style>
delete it and paste the following
Code:
<style name="TwMessageTheme" parent="@android:style/Theme.DeviceDefault.Wallpaper">
<item name="android:windowBackground">@drawable/mms_bg</item>
</style>
Of course you must insert a PNG called mms_bg.png in your drawable-hdpi folder (i have used a 470x512 resolution image).
Done....now recompile your mms.apk and push it in to your system/app folder!
The following screen show the results of this modification
{
"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"
}
PART 2 - HOW TO SET TRANSPARENT COLOR TO NOTIFICATION ITEMS
This is the link of the guide, found in other section, that used for make this.
The following screen shows the default visual appearance of the notification items background
Sorry, this isn't an image from a stock samsung rom, but as you can see is a solid dark grey color, something similar of a stock look.
With this little tip you can change this and make it full or semi transparent
Decompile you SystemUI.apk (remember to install your framework, it's a proprietary rom)
Go to res/values/drawables.xml
search for the following (usually the line number 34)
Code:
<item type="drawable" name="notification_item_background_color">#ff1f2225</item>
SEMI TRANSPARENT -----> change the value #ff1f2225 with #77000000
You will have the following
Code:
<item type="drawable" name="notification_item_background_color">#77000000</item>
FULL TRANSPARENT ------> change the value #ff1f2225 with #00000000
You will have the following
Code:
<item type="drawable" name="notification_item_background_color">#00000000</item>
Now recompile system.UI and you're done.
The screen shot shows an example of semi transparent background
Enjoy....
Ps.: sorry for my bad english (i feel like a robot writing this )
Pps.: i know this is a very little "how to", nothing special, but i am trying to be useful to this great community...
umberto1978 said:
Hi to all...
This is a little guide on how to mod mms.apk of a stock samsung firmware and on how to apply a full or semi transparence to the notification items, if exists any similar guide (i have searched many part of this section and i haven't found nothing of this) please, moderators, delete this thread.
First of all keep in mind that we'll work on XWLPG 4.0.3 firmware.
I'm assuming that you have the basic knowledge on how to decompile-recompile apk of your system image.
Ok, let's start...
PART 1 - HOW TO APPLY A BACKGROUND IMAGE TO MMS.APK
We'll need to "patch" this apk, because as it is, the mms.apk use a solid color (black) like background and we want to use an image instead.
So, first, decompile mms.apk
Go to res/values/styles.xml
Search for this (usually the last paragrapher)
Code:
<style name="TwMessageTheme" parent="@touchwiz:style/TwTheme">
<item name="android:windowNoTitle">true</item>
</style>
delete it and paste the following
Code:
<style name="TwMessageTheme" parent="@android:style/Theme.DeviceDefault.Wallpaper">
<item name="android:windowBackground">@drawable/mms_bg</item>
</style>
Of course you must insert a PNG called mms_bg.png in your drawable-hdpi folder (i have used a 470x512 resolution image).
Done....now recompile your mms.apk and push it in to your system/app folder!
The following screen show the results of this modification
PART 2 - HOW TO SET TRANSPARENT COLOR TO NOTIFICATION ITEMS
This is the link of the guide, found in other section, that used for make this.
The following screen shows the default visual appearance of the notification items background
Sorry, this isn't an image from a stock samsung rom, but as you can see is a solid dark grey color, something similar of a stock look.
With this little tip you can change this and make it full or semi transparent
Decompile you SystemUI.apk (remember to install your framework, it's a proprietary rom)
Go to res/values/drawables.xml
search for the following (usually the line number 34)
Code:
<item type="drawable" name="notification_item_background_color">#ff1f2225</item>
SEMI TRANSPARENT -----> change the value #ff1f2225 with #77000000
You will have the following
Code:
<item type="drawable" name="notification_item_background_color">#77000000</item>
FULL TRANSPARENT ------> change the value #ff1f2225 with #00000000
You will have the following
Code:
<item type="drawable" name="notification_item_background_color">#00000000</item>
Now recompile system.UI and you're done.
The screen shot shows an example of semi transparent background
Enjoy....
Ps.: sorry for my bad english (i feel like a robot writing this )
Pps.: i know this is a very little "how to", nothing special, but i am trying to be useful to this great community...
Click to expand...
Click to collapse
hello sir.. would be able to mod the statusbar? I mean, when u pull down the notification bar, the statusbar and the icons will be overlapped or covered by a black background.. so, u won't be able to see the statusbar icons when u pull down..
maanz said:
hello sir.. would be able to mod the statusbar? I mean, when u pull down the notification bar, the statusbar and the icons will be overlapped or covered by a black background.. so, u won't be able to see the statusbar icons when u pull down..
Click to expand...
Click to collapse
Ok i understand.... But i don' t think i can make this (i have a lot to learn)
Anyway i am not at home, but when i can i can try to see this. Sorry.
Try to open a thread in the Q&A section and make here the question, maybe some dev can properly answer. Hi.
Inviato dal mio GT-I9100 con Tapatalk 2
umberto1978 said:
Ok i understand.... But i don' t think i can make this (i have a lot to learn)
Anyway i am not at home, but when i can i can try to see this. Sorry.
Try to open a thread in the Q&A section and make here the question, maybe some dev can properly answer. Hi.
Inviato dal mio GT-I9100 con Tapatalk 2
Click to expand...
Click to collapse
ok sir.. thanks.
Thanks for the tutorial
What method are you using to decompile the apks? Ive tried lots of different apktools but all cause errors
Sent from my GT-N7000 using xda premium
maskerwsk said:
Thanks for the tutorial
What method are you using to decompile the apks? Ive tried lots of different apktools but all cause errors
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Wow, someone gets interested!
Aside the joking, can you be more specific, please? in which part of tutorial you have difficult? and when do you have error? at decompiling or recompiling?
Im trying to make the notifications transparent. these are controlled in the res/values/drawables.xml
However when i try to decompile the systemui.apk with any apktool i get errors in the coding. Most of the lines will be fine and show up as they should. However i get around 10-15 lines of /APKTOOL DUMMY/ text.
What version of apktool or software did you use to decompile your apks for this tutorial?
I hope that makes sense lol
Sent from my GT-N7000 using xda premium
maskerwsk said:
Im trying to make the notifications transparent. these are controlled in the res/values/drawables.xml
However when i try to decompile the systemui.apk with any apktool i get errors in the coding. Most of the lines will be fine and show up as they should. However i get around 10-15 lines of /APKTOOL DUMMY/ text.
What version of apktool or software did you use to decompile your apks for this tutorial?
I hope that makes sense lol
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Sorry if i reply lately, but my sons make me busy all the time when i am at home...
First...i use apk manager
Well, make sure you install the framework of your rom when decompiling SystemUI (option 10 instead of 9, when the shell requests it drag and drop framework-res.apk of your rom in to the apk manager's window, that's because the one that came with apk manager is generic one ).
I am using THIS apk manager, all credits to Wanam: it's a modded version based over 4.9 official release.
Let me know if works (it should).
Thanks for the help.
However im still getting errors on decomiling.
I did some testing this morning and the only file im having errors on is the res/values/drawables.xml
Everything else is fine but that.
Used the apktool you linked and still get samr thing.
Grrrr ita getting annoying lol
Sent from my GT-N7000 using xda premium
maskerwsk said:
Thanks for the help.
However im still getting errors on decomiling.
I did some testing this morning and the only file im having errors on is the res/values/drawables.xml
Everything else is fine but that.
Used the apktool you linked and still get samr thing.
Grrrr ita getting annoying lol
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Assuming that you had follow my instructions (i refer to install framework of your rom) and it st, can you send to me your systemUI and your framework-res.apk?
Just one thing: note that you can decompile only not themed apk (original)....
EDIT: send me the log too
Ahhhh i think that could be an issue.
The framework and systemui have both been themed using the universal Zip theme. Ill get the original files tested and see how it goes
Yeah i installed the franework as you said
Sent from my GT-N7000 using xda premium
I managed to get it to work
Thank you for the help!!
The background image has been changed but its also added a 'title bar' see picture.
This wasnt there before. Any idea on how to get rid?
Sent from my GT-N7000 using xda premium
maskerwsk said:
I managed to get it to work
Thank you for the help!!
The background image has been changed but its also added a 'title bar' see picture.
This wasnt there before. Any idea on how to get rid?
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Do you remember how was original title bar? Was it black, like original background?
If you can post a picture of the stock apk, cause it maybe a little different from the GS2 one
It wasnt there at all. The blue bar was at the top of the screen
Sent from my GT-N7000 using xda premium
maskerwsk said:
It wasnt there at all. The blue bar was at the top of the screen
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
LOL, now i have understand well, soory (i am like retarded )
So please describe exactly what you've done. Cause you have the device on signature and not a GS2, so if you have followed my instructions maybe something to modify in proceedure.
I have a galaxy note n7000 and i followed your tut to the letter. All the coding was the same in my mms.apk as in your tutorial.
Looking at your screenshots you have it too. Might have a play with the codes
Sent from my GT-N7000 using xda premium
Got it to work
I just used the bit of your code which specified the mms_bg and it works great
Thanks for the help on this.
Sent from my GT-N7000 using xda premium
can you also change the colour of the background within mms.apk for example when you click a message and enter the conversation view the background behind the bubbles would look much better black instead of grey/blue colour
is this possible its one thing i hate about stock mms.apk
buxz777 said:
can you also change the colour of the background within mms.apk for example when you click a message and enter the conversation view the background behind the bubbles would look much better black instead of grey/blue colour
is this possible its one thing i hate about stock mms.apk
Click to expand...
Click to collapse
Yeah, it's possible for sure. I had understand that this background is not a PNG but a solid color (if anyone here knows more please tell), just i need to recognize the xml style and patch it in the right way. To do this i only need time.
Once it is done we can also tell to our dear mms.apk to use an image file instead a solid color (balck or grey, it doesn't matter).
Great Tutorial
I was looking for this for too long !!!!
Thanks..