i am using gingerdx v22 on my w8 walkman. i noticed that it has no background image, it has black solid background. so i want to know how to add background image in framework-res so that it appear as like in screenshot below...pls guide me
{
"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"
}
Before editing your framework try to use another or different themes.
Mika Dee said:
Before editing your framework try to use another or different themes.
Click to expand...
Click to collapse
i dont want to use theme for just a background image..
i m ready to mess up framework-res
adminn said:
i dont want to use theme for just a background image..
i m ready to mess up framework-res
Click to expand...
Click to collapse
Try by unziping this apk and compare the content with your framework.apk for modification. this is from GC 8.2 which look like stock rom as in my sig pic.
dipusen said:
Try by unziping this apk and compare the content with your framework.apk for modification. this is from GC 8.2 which look like stock rom as in my sig pic.
Click to expand...
Click to collapse
ok, compared and found that your framework has background.png image in drawable-mdpi, mine dont have, so i added background in mine but didnt appeared,,,
any chane in xmls is required?????
can i use your framework in gingerdx v22????
adminn said:
ok, compared and found that your framework has background.png image in drawable-mdpi, mine dont have, so i added background in mine but didnt appeared,,,
any chane in xmls is required?????
can i use your framework in gingerdx v22????
Click to expand...
Click to collapse
you have to make change in xml files to show the background image.
i dont know the framework file i uploaded will work in GDX. think not.
dipusen said:
you have to make change in xml files to show the background image.
i dont know the framework file i uploaded will work in GDX. think not.
Click to expand...
Click to collapse
i want to know which xml file, line? there are tons of xml file in there
adminn said:
i want to know which xml file, line? there are tons of xml file in there
Click to expand...
Click to collapse
Sorry this time I can not help you. If I knew it I could have already done this.
This question is already answered and completely explained...if im not wrong at kuyadroid thread, just use search before asking...
dsaklein said:
This question is already answered and completely explained...if im not wrong at kuyadroid thread, just use search before asking...
Click to expand...
Click to collapse
pls give link, tried search many time but unable to find relevant thread.
Search kuyadroid thread if im not wrong there is an answer....
Sent from my X8 using XDA App
thnx all, but I figured it out myslf, bg depends on res/values/styles.xml
lolz....late rply helped me to learn a lot about android, ....
yess ur right...framework-res\res\values\styles.xml
there is my example styles framework-res.apk from PrimeHD 80 ...
in section <style name="Theme">
<item name="windowBackground">@drawable/screen_background_dark</item>
<item name="colorBackgroundCacheHint">?colorBackground</item>
to
<item name="windowBackground">@drawable/semc_bg</item>
<item name="colorBackgroundCacheHint">@null</item>
*semc_bg >>> your png image file, put on drawable-mdpi & drawable-land-mdpi folder
sorry for my bad english...
fjw0803 said:
yess ur right...framework-res\res\values\styles.xml
there is my example styles framework-res.apk from PrimeHD 80 ...
in section <style name="Theme">
<item name="windowBackground">@drawable/screen_background_dark</item>
<item name="colorBackgroundCacheHint">?colorBackground</item>
to
<item name="windowBackground">@drawable/semc_bg</item>
<item name="colorBackgroundCacheHint">@null</item>
*semc_bg >>> your png image file, put on drawable-mdpi & drawable-land-mdpi folder
sorry for my bad english...
Click to expand...
Click to collapse
U are right too
Sent from my E16i using XDA
Related
Does anyone knows if it's possible to disable the emotions in the default ICS messaging app? Because I really don't like them..
Sent from my HTC Incredible S using XDA
looked through all of the settings and couldn't find a thing :O I'll let you know if I find something
Sent from my HTC Incredible S using XDA
I've looked trough all the options as well, even trough the system files..
Sent from my HTC Incredible S using XDA
Believe it's in SystemUI.apk. You will have to decompile it.
I forgot the exact location, but in one of the hdmi/mdpi etc folders, you will find icons for all the emoticons of that rom. Change them to transparent ones or regular emoticons and that should do the trick.
kaijura said:
Believe it's in SystemUI.apk. You will have to decompile it.
I forgot the exact location, but in one of the hdmi/mdpi etc folders, you will find icons for all the emoticons of that rom. Change them to transparent ones or regular emoticons and that should do the trick.
Click to expand...
Click to collapse
I have no experience with decompiling apk files so how do I do it?
Sent from my HTC Incredible S using XDA
MrSenne said:
I have no experience with decompiling apk files so how do I do it?
Sent from my HTC Incredible S using XDA
Click to expand...
Click to collapse
give us ur SystemUI.apk and somebody ( for example me ) will decompile it & try to help u
SandySemenov said:
give us ur SystemUI.apk and somebody ( for example me ) will decompile it & try to help u
Click to expand...
Click to collapse
Here it is.
MrSenne said:
Here it is.
Click to expand...
Click to collapse
tried to decomplile with ApkManager 5 but failed.
just extract it and cant find emotions pics ;(
i'm afraid i cant help
terribly sorry..
the only thing i found - nyandroid pics in SystemUI.apk\res\drawable-nodpi
{
"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"
}
That sucks..
My fault, I pointed you to the wrong file earlier. Just looked over again. For ICS, it is in framework-res.apk under /res/drawable-hdpi/
the files are emo_*.png
You can try dragging and dropping new emoticons in. If you have problems after doing this (like android doesn't work correctly) then it's probably because you'll have to decompile and recompile it.
I don't have time to do that for you, but you can learn very easily if you take the time to read and do it:
http://forum.xda-developers.com/showthread.php?t=1511730
kaijura said:
My fault, I pointed you to the wrong file earlier. Just looked over again. For ICS, it is in framework-res.apk under /res/drawable-hdpi/
the files are emo_*.png
You can try dragging and dropping new emoticons in. If you have problems after doing this (like android doesn't work correctly) then it's probably because you'll have to decompile and recompile it.
I don't have time to do that for you, but you can learn very easily if you take the time to read and do it:
http://forum.xda-developers.com/showthread.php?t=1511730
Click to expand...
Click to collapse
And what if I want to completely delete the smileys? And make ' ' just a textsmiley?
Sent from my HTC Incredible S using XDA
MrSenne said:
And what if I want to completely delete the smileys? And make ' ' just a textsmiley?
Click to expand...
Click to collapse
Pretty straightforward:
1) Open an graphics editing application on the desktop
2) erase the image
3) Use the text tool
4) Type ": )" to replace
5) Save the file
6) Put it back in the apk or compile with it and you are done.
You should try it first. It's not really that difficult..
I'll try it tonight and post wheter it worked or didn't work.
One last question, after I've editted the apk, how do I install it on my phone so the old one is removed? Just overwrite the old one?
This will sound very weird, I found all the smiley files, but the smiley I really wanted to delete isn't there...
I'm looking for the smiley that appears when you type "<3" but it just isn't there...
Feels good to know that I'm not the only one who wants to delete it!
Sent from my HTC Incredible S using XDA
Anyone?
guys can anyone teach me how to edit the background of mms.apk.. i was able to modify the bubbles but not the background.. please help me
{
"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"
}
Sent from my LG-P990 using Tapatalk 2
what????
You must say what you want
cojo11 said:
what????
You must say what you want
Click to expand...
Click to collapse
i want to change the blue background into pure black.. not the bubble background, the conversation background
Sent from my LG-P990 using Tapatalk 2
here is my mms.apk
that is a problem,me and some guys trie it but nobody has done it,when you make it,please say how;-)
i may have an idea but i can't build it after decompiling.. that is my problem
Sent from my LG-P990 using Tapatalk 2
tell me what,maybe i can help
maybe at PM;-)
i think the backgroundd is not a .png file but a configuration which can be found in one of the xml files inside the layout folder..
Sent from my LG-P990 using Tapatalk 2
i think two but i find only one enrty with background and chage it,but nothing happend:-(
cojo11 said:
i think two but i find only one enrty with background and chage it,but nothing happend:-(
Click to expand...
Click to collapse
how did you compile it? i can't do it with apktool
Sent from my LG-P990 using Tapatalk 2
how about editing list_item_background in drawable folder?
Sent from my LG-P990 using Tapatalk 2
shure you can do it with apktool
what will you edit here??
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true" android:drawable="@android:color/transparent" />
<item android:state_selected="false" android:state_pressed="true" android:drawable="@android:color/transparent" />
<item android:state_selected="false" android:drawable="@android:color/transparent" />
</selector>
cojo11 said:
shure you can do it with apktool
what will you edit here??
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true" android:drawable="@android:color/transparent" />
<item android:state_selected="false" android:state_pressed="true" android:drawable="@android:color/transparent" />
<item android:state_selected="false" android:drawable="@android:color/transparent" />
</selector>
Click to expand...
Click to collapse
dude i guess i found it.. i just cant try it coz i cant recompile my apks.. can u please edit compose_message_activity.xml in res/layout folder and change #ffadc0ce to black hexa #000000....
dont laugh,i modify today some apk but after modify the mms.apk,nothing work anymore:-(
same when i change nothig in a apk,only errors:-(
the same on 2 pcs
cojo11 said:
dont laugh,i modify today some apk but after modify the mms.apk,nothing work anymore:-(
same when i change nothig in a apk,only errors:-(
the same on 2 pcs
Click to expand...
Click to collapse
no worries mate.. look what i've done
Sent from my LG-P990 using Tapatalk 2
hey great!! how???
or can you give me maybe the apk??
cojo11 said:
hey great!! how???
or can you give me maybe the apk??
Click to expand...
Click to collapse
i did what i told you.. i edited that xml.. and finally apktool worked for me here is the apk
great!!! now i hope its from a 20q;-)
i will put it in my Rom with big credit to you
cojo11 said:
great!!! now i hope its from a 20q;-)
i will put it in my Rom with big credit to you
Click to expand...
Click to collapse
of course its from v20q rom.. i have a fully stock rom themed by me
nice,when you want,you can upload it or i put in my Rom with credits,may you will try my Rom
Hey, I hope someone can help me this is driving me mad
can someone point me which file i need to edit in order to change this transparent BG to black one
{
"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"
}
thanks
alexfreakyy said:
Hey, I hope someone can help me this is driving me mad
can someone point me which file i need to edit in order to change this transparent BG to black one
thanks
Click to expand...
Click to collapse
I think the u need u edit this (SystemUI.apk/res/layout/tw_status_bar_expand.xml)
Then android:background='#XXXXXXXX' ..to the color u want..
Gameboy21 said:
I think the u need u edit this (SystemUI.apk/res/layout/tw_status_bar_expand.xml)
Then android:background='#XXXXXXXX' ..to the color u want..
Click to expand...
Click to collapse
I'm on ICS AOSP so there's no tw resources i tried looking into statusbar_Expanded but didn't found anything
alexfreakyy said:
I'm on ICS AOSP so there's no tw resources i tried looking into statusbar_Expanded but didn't found anything
Click to expand...
Click to collapse
Oops..i saw TW icons..
Check here (res/layout/status_bar_expanded.xml) ..
EDIT: I know how to do it..u have that file i mentioned above.. ??
Gameboy21 said:
Oops..i saw TW icons..
Check here (res/layout/status_bar_expanded.xml) ..
EDIT: I know how to do it..u have that file i mentioned above.. ??
Click to expand...
Click to collapse
yes i have status_bar_expanded.xml
alexfreakyy said:
yes i have status_bar_expanded.xml
Click to expand...
Click to collapse
Leave that..
First Decompile SystemUi.apk..
navigate to your values folder n then open drawables.xml..
It will look like this:
{ <resources>
<item type="drawable" name="notification_number_text_color">#ffffffff</item>
<item type="drawable" name="notification_item_background_color">#ff111111</item>
<item type="drawable" name="notification_item_background_color_pressed">#ff257390</item>
<item type="drawable" name="ticker_background_color">#ff1d1d1d</item>
<item type="drawable" name="status_bar_background">#ff000000</item>
<item type="drawable" name="status_bar_recents_background_solid">#e5000000</item>
<item type="drawable" name="status_bar_recents_app_thumbnail_background">#88000000</item>
<item type="drawable" name="status_bar_notification_row_background_color">#ff090909</item>
<item type="drawable" name="notification_header_bg">#ff000000</item>
<item type="drawable" name="notification_tracking_bg">#e5000000</item>
<item type="drawable" name="recents_callout_line">#99ffffff</item>
<item type="drawable" name="notification_item_background_legacy_color">#ffaaaaaa</item>
</resources> }
tried changeing color codes there too but did'nt work :|
alexfreakyy said:
tried changeing color codes there too but did'nt work :|
Click to expand...
Click to collapse
Ahh..
I think this alternative would work..
First decompile Systemui.apk ..navigate to values n then drawable-mdpi.. then change {status_bar_expand_default.png} to your black background custom image..{let the name be same..just replace with black bg pic..}
Then res/layout/status_bar_expanded.xml ..
<FrameLayout android:id="@id/notification_panel" android:background="@drawable/status_bar_expand_default" androidaddingTop="@dimen/notification_panel_padding_top" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/notification_panel_margin_left" }
I think this will work..
Tried that but status_bar_expanded.xml is different also tried to change some of android:background="" codes to black but no changes on transparency
alexfreakyy said:
Tried that but status_bar_expanded.xml is different also tried to change some of android:background="" codes to black but no changes on transparency
Click to expand...
Click to collapse
U tried the method..??
Gameboy21 said:
U tried the method..??
Click to expand...
Click to collapse
Yes
Already found it it was the first line damm i had to add only android:background="custom.png" anyway thanks
alexfreakyy said:
Already found it it was the first line damm i had to add only android:background="custom.png" anyway thanks
Click to expand...
Click to collapse
I told ya..hehe..
Gameboy21 said:
I told ya..hehe..
Click to expand...
Click to collapse
Yea but now it's giving me this nasty bug
alexfreakyy said:
Yea but now it's giving me this nasty bug
Click to expand...
Click to collapse
Need to look at your .xml file..
For ics it statusbar notification row.xml
Inside layout
For notifications
And statusbar tracking xml fir BG
Sent from my ST25i using xda app-developers app
MODDED XPERIA THEME ACCENT
with Changeable System app background color
Hi guys, I know after updating to Jelly Bean. I found some problem on theme. For example, when I changed theme from XPERIA into Ruby, only framework button color has changed. But, It still black background.
I have a good idea, I opened each theme apks and there's no 'semc_bg_tile' and then I resolved this to add semc_bg_tile and before that, I modded color of semc_bg_tile and I put on each of theme. I installed this. IT'S WORKING 100 %
Click to expand...
Click to collapse
I'm introducing my modded Xperia Themes and It's for JB Stock ROM. I included changeable system app background color function that I would be seems like ICS
Let's see my screenshot
{
"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"
}
Click to expand...
Click to collapse
REQUIREMENTS
Rooted Stock JB ROM
DOWNLOAD THIS !!!
COPY INTO SD CARD AND REBOOT INTO CWM
FLASH VIA CWM AND ENJOY !!!
Click to expand...
Click to collapse
TUTORIAL
- Download my attachment 'semc_bg_tile.png
- Decompile one of theme apk that placed from system > app. For example BlackTheme.apk
- Copy semc_bg_tile.png into res > drawable-xhdpi
- Add this line in R$drawable.smali on smali/ com/ sonyericsson/ blacktheme LIKE THIS
Code:
.field public static final semc_bg_tile:I = 0x7f020003
- Add this line in public.xml
Code:
<public type="drawable" name="semc_bg_tile" id="0x7f020003" />
- Recompile and sign this
Click to expand...
Click to collapse
CLICK THANKS IF YOU LIKE MY WORK !!
very nice work.:good:
I've been thinking about ways to try and improve the sony themes from just a color overlay and a wallpaper.
I'm wondering if its possible to add in the "semc_***" png's from framework-res so themes can be applied on the fly without having to flash zip files.
I might have a play tonight if i get bored.
Thanks, really useful! I'll update my theme according to your tutorial when I get time
Posted by Sony Xperia™ Ion via xda-premium
Man is not possible now to add more themes to the list? or we still have to replace stock ones?
daniel090588 said:
Man is not possible now to add more themes to the list? or we still have to replace stock ones?
Click to expand...
Click to collapse
Yes, It's possible
I made a total black background for my setting. Thanks
Sent from my T-Rex
josephnero said:
I made a total black background for my setting. Thanks
Sent from my T-Rex
Click to expand...
Click to collapse
Screenshot please !!
Sent from my LT25i using xda premium
screen Coming up
josephnero said:
screen Coming up
Click to expand...
Click to collapse
So you can edit this png for yours
Sent from my LT25i using xda premium
yes.i guess
danisariandi said:
Yes, It's possible
Click to expand...
Click to collapse
How can we do that man?
daniel090588 said:
How can we do that man?
Click to expand...
Click to collapse
by add semc_bg_tile
daniel090588 said:
How can we do that man?
Click to expand...
Click to collapse
I'm assuming you mean add extra themes instead of modifying exciting themes?
If so look for cm10 theme tutorial and follow how to package rename.
Off the top of my head,
you need to decompile and edit the Android manifest xml package name on the top line.
Then edit the res/values/strings xml to match your new package name
Then compile and sign/install.
If no body gives you a better guide, I'll do it when I get home in an hour or two.
I don´t know anything about compiling apks i just wanted to know if it was possible and may be some developer try it and share some new themes with us i really don´t have a lot of free time to do this job but if it´s possible that would be great to have may be the old xperia themes and the new ones without having to flash anything
is to necessary to do semc_bg_tile?
as I did semc_theme_bg and it did not work??
jatinrungta said:
is to necessary to do semc_bg_tile?
as I did semc_theme_bg and it did not work??
Click to expand...
Click to collapse
Semc_bg_tile
Sent from my LT25i using xda premium
@danisariandi
does this work on Xperia P with JB?
Pandemic said:
@danisariandi
does this work on Xperia P with JB?
Click to expand...
Click to collapse
Maybe work
Sent from my LT15i using xda app-developers app
danisariandi said:
Maybe work
Sent from my LT15i using xda app-developers app
Click to expand...
Click to collapse
nope it didn`t work, i sended you a pm please respond on that @danisariandi
Hi guys, I ask this here,because there are so much good developers,who might help!
I really need help and I want to learn how to change color of text in settings (from white to black for example) ? I know to change background,but this isnt the same. I want my color black !
Here is the picture how I want that text looks in settings:
{
"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"
}
:cyclops:
First decompile ur framework res.apk, go to ur decompiled file folder.
Do this:~
Go to this directory
res\values
Styles
for fonts widget:
<style name="Widget.TextView"
parent="@style/Widget">
<item name="textColor">**#ffffffff**</
item>
</style>
Change **#???????? to what colour u want by using hex codes.
Do this also:~
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>
Please give me ur framework, i'll help u
kreatonn said:
First decompile ur framework res.apk, go to ur decompiled file folder.
Do this:~
Go to this directory
res\values
Styles
for fonts widget:
<style name="Widget.TextView"
parent="@style/Widget">
<item name="textColor">**#ffffffff**</
item>
</style>
Change **#???????? to what colour u want by using hex codes.
Do this also:~
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>
Please give me ur framework, i'll help u
Click to expand...
Click to collapse
Uh thank you very much! Here is framework-res.apk, extract it after download:
http://www.mediafire.com/?nk7fx2c46c3eeyk
Do u want to change it in what colour?? U want change only settings.apk or whole font??
Sent from my Xperia Miro using xda premium
kreatonn said:
Do u want to change it in what colour?? U want change only settings.apk or whole font??
Sent from my Xperia Miro using xda premium
Click to expand...
Click to collapse
I just want to change font color in settings from white to black, leave font default,just change color to black
2010matej said:
I just want to change font color in settings from white to black, leave font default,just change color to black
Click to expand...
Click to collapse
Hi, i've encounter a problem. Do you gimme ur original framework?? Or it a modded framework?? Please be more specified.
Sent from my Xperia Miro using xda premium
kreatonn said:
Hi, i've encounter a problem. Do you gimme ur original framework?? Or it a modded framework?? Please be more specified.
Sent from my Xperia Miro using xda premium
Click to expand...
Click to collapse
Its origin
Sent from my Xperia J using xda premium
But i got this problem
Sent from my Xperia Miro using Tapatalk 2
When i will have time i will search for framework and upload it
Sent from my Xperia J using xda premium
kreatonn said:
Do u want to change it in what colour?? U want change only settings.apk or whole font??
Sent from my Xperia Miro using xda premium
Click to expand...
Click to collapse
hey plz listen i want to change my font colour frm white to black......wht should i do??
prashantsharma324 said:
hey plz listen i want to change my font colour frm white to black......wht should i do??
Click to expand...
Click to collapse
I was asking the same question and i still didnt found answer!
2010matej said:
I was asking the same question and i still didnt found answer!
Click to expand...
Click to collapse
Same here ??