[q] how to transparent status bar on lockscreen for galaxy s3?? - Galaxy S III Q&A, Help & Troubleshooting

HOW TO TRANSPARENT STATUS BAR ON LOCKSCREEN FOR GALAXY S3??
i tried, many way to TRANSPARENT STATUS BAR ON LOCKSCREEN but, it was failed, so i want help from XDA member...
i can chaged TRANSPARENT STATUS BAR ON HOMESCREEN but, not LOCKSCREEN. :crying:
please, help me for this problem... thanks alot.
ps. i used android 4.1.2.
please, help me. :crying:

sfhkorea said:
HOW TO TRANSPARENT STATUS BAR ON LOCKSCREEN FOR GALAXY S3??
i tried, many way to TRANSPARENT STATUS BAR ON LOCKSCREEN but, it was failed, so i want help from XDA member...
i can chaged TRANSPARENT STATUS BAR ON HOMESCREEN but, not LOCKSCREEN. :crying:
please, help me for this problem... thanks alot.
ps. i used android 4.1.2.
please, help me. :crying:
Click to expand...
Click to collapse
if you have a custom rom you can try using JKay framework, that allows transparent status bar aswell as allot of other features

reply.
Ryanscobberwash said:
if you have a custom rom you can try using JKay framework, that allows transparent status bar aswell as allot of other features
Click to expand...
Click to collapse
thnaks for help me.
is it possible for using normal samsung rom and use Jkay framework??? or only for use custom rom??

sfhkorea said:
thnaks for help me.
is it possible for using normal samsung rom and use Jkay framework??? or only for use custom rom??
Click to expand...
Click to collapse
Also possible with stock samsung rom, but I guess you need root and the jkay app (?)
Sent from my GT-I9300 using xda app-developers app

chrismast said:
Also possible with stock samsung rom, but I guess you need root and the jkay app (?)
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
how about don't use jkay app and just edit framework-res.apk or SystemUI.apk etc...??
is it possible, for like this way??

sfhkorea said:
how about don't use jkay app and just edit framework-res.apk or SystemUI.apk etc...??
is it possible, for like this way??
Click to expand...
Click to collapse
JKay now has a free version of his app when you flash the framework im not quite sure what the free version lets you do as I have the paid version but I recommend giving it a go anyways, its a really good mod and is well worth buying the app for

Ryanscobberwash said:
JKay now has a free version of his app when you flash the framework im not quite sure what the free version lets you do as I have the paid version but I recommend giving it a go anyways, its a really good mod and is well worth buying the app for
Click to expand...
Click to collapse
then, is the only way is using Jkay app??
i want just edit some .apk file and make transparent lockscreen status bar...
help me again please...:crying:

sfhkorea said:
then, is the only way is using Jkay app??
i want just edit some .apk file and make transparent lockscreen status bar...
help me again please...:crying:
Click to expand...
Click to collapse
i just checked and the free version of the app does allow for the transparent lockscreen status bar heres a link to the JKay thread so you can check it out http://forum.xda-developers.com/showthread.php?t=1807819

Ryanscobberwash said:
i just checked and the free version of the app does allow for the transparent lockscreen status bar heres a link to the JKay thread so you can check it out http://forum.xda-developers.com/showthread.php?t=1807819
Click to expand...
Click to collapse
Thank alot.
i think the way only use JKAY app... and it will be good app, because they have many thing to apply...~~
anyways, thank you so much help me~~
Thanks to Ryanscobberwash / chrismast.

sfhkorea said:
Thank alot.
i think the way only use JKAY app... and it will be good app, because they have many thing to apply...~~
anyways, thank you so much help me~~
Thanks to Ryanscobberwash / chrismast.
Click to expand...
Click to collapse
it is an awesome mod ive been using it for ages there are loads of things you can do with it and no problem

sfhkorea said:
i want just edit some .apk file and make transparent lockscreen status bar...
help me again please...:crying:
Click to expand...
Click to collapse
You need to decompile the SystemUI.apk and edit two xml files to the ones indicated in red in the lines shown below, basically change #FF000000 to #00000000
1 res / layout / tw_super_status_bar.xml
<com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#00000000" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
2. res / values / drawables.xml
<item type="drawable" name="status_bar_background">#00000000</item>
Save the two files and compile the apk and flash back to your phone
You only need to flash the two files 1 is the TW-Super_Status_Bar.xml and 2 is the Resources.arsc not the whole apk, just extract the files from the compiled apk to the same file location using a flashable zip like vrtheme.
1. goes in the res / layout folder
2. goes in the SystemUI.apk folder (the same location as the res folder not in the res folder)
If it does not appear to work on the lock screen go to live wallpapers and set any live wallpaper as your home and lock screen then it should work.

ag4751 said:
You need to decompile the SystemUI.apk and edit two xml files to the ones indicated in red in the lines shown below, basically change #FF000000 to #00000000
1 res / layout / tw_super_status_bar.xml
<com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#00000000" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
2. res / values / drawables.xml
<item type="drawable" name="status_bar_background">#00000000</item>
Save the two files and compile the apk and flash back to your phone
You only need to flash the two xml’s not the whole apk, just extract the files from the compiled apk to the same file location using a flashable zip like vrtheme.
If it does not appear to work on the lock screen go to live wallpapers and set any live wallpaper as your home and lock screen then it should work.
Click to expand...
Click to collapse
Thanks. i just did "live wallpapers and set any live wallpaper as your home and lock screen then it should work." this method, finally, i fix my problem.:good::fingers-crossed:
thanks...:good:
THANKS TO - Ryanscobberwash / chrismast / ag4751

ag4751 said:
You need to decompile the SystemUI.apk and edit two xml files to the ones indicated in red in the lines shown below, basically change #FF000000 to #00000000
1 res / layout / tw_super_status_bar.xml
<com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#00000000" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
2. res / values / drawables.xml
<item type="drawable" name="status_bar_background">#00000000</item>
Save the two files and compile the apk and flash back to your phone
You only need to flash the two files 1 is the TW-Super_Status_Bar.xml and 2 is the Resources.arsc not the whole apk, just extract the files from the compiled apk to the same file location using a flashable zip like vrtheme.
1. goes in the res / layout folder
2. goes in the SystemUI.apk folder (the same location as the res folder not in the res folder)
If it does not appear to work on the lock screen go to live wallpapers and set any live wallpaper as your home and lock screen then it should work.
Click to expand...
Click to collapse
I try to decompile my systemui.apk , but with no luck Anyone can help me to decompile and recompile the systemUI.apk ? I will like make this modification .
PLEASE . THANK YOU

Related

[Q] Extract stock rom , Settings.apk , ADB, make mod and transparent , edit xml

Hello , I have many questions, I'm sorry. I'm using Samsung Galaxy S II, I9100
1) I want to Extract stock rom and make signed , zipaligned and deodexed custom rom. THIS IS great guide but not support ICS. How can I ?
2) I can't decompile Settings apk. (I used Wanam's apk mananer and ApkMultitool. But I can't decompile. I tried Wanam's stock custom rom's Settings.apk. No , I can't decompile.
3) How can I add text on Settings section. About Phone / I want to add text (xxxx mods)
4) 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 ?
5) 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
Arnadel said:
Hello , I have many questions, I'm sorry. I'm using Samsung Galaxy S II, I9100
1) I want to Extract stock rom and make signed , zipaligned and deodexed custom rom. THIS IS great guide but not support ICS. How can I ?
2) I can't decompile Settings apk. (I used Wanam's apk mananer and ApkMultitool. But I can't decompile. I tried Wanam's stock custom rom's Settings.apk. No , I can't decompile.
3) How can I add text on Settings section. About Phone / I want to add text (xxxx mods)
4) 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 ?
5) 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
Click to expand...
Click to collapse
I answered some question this thread - > http://forum.xda-developers.com/showthread.php?t=1748798
2) Can you give log.txt , Settings.apk
4) GUIDE - CHECK OUT.
5) framework-res.apk and System.UI apk. You can put image in drawable-hdpi , and edit layout / ....xml files
6) http://www.december.com/html/spec/color.html
Straise said:
I answered some question this thread - > http://forum.xda-developers.com/showthread.php?t=1748798
2) Can you give log.txt , Settings.apk
4) GUIDE - CHECK OUT.
5) framework-res.apk and System.UI apk. You can put image in drawable-hdpi , and edit layout / ....xml files
6) http://www.december.com/html/spec/color.html
Click to expand...
Click to collapse
How can I change settings background wallpaper ?
Arnadel said:
How can I change settings background wallpaper ?
Click to expand...
Click to collapse
Using 7zip or Winrar
Framework-res.apk res/drawable-nodpi find this image and change tw_background_dark.png --> 480x800
Straise said:
Using 7zip or Winrar
Framework-res.apk res/drawable-nodpi find this image and change tw_background_dark.png --> 480x800
Click to expand...
Click to collapse
Thank you , I can't change my battery style .. ?
Arnadel said:
Thank you , I can't change my battery style .. ?
Click to expand...
Click to collapse
Very easy ,
SystemUI.apk / res / drawable hdpi / stat_sys_battery_xx.png
Straise said:
Very easy ,
SystemUI.apk / res / drawable hdpi / stat_sys_battery_xx.png
Click to expand...
Click to collapse
Wifi signal icon ?
Arnadel said:
Wifi signal icon ?
Click to expand...
Click to collapse
Same , in systemui.apk , res , drawablehdpi , stat_sys_wifi_signal_xx.png
Straise said:
Same , in systemui.apk , res , drawablehdpi , stat_sys_wifi_signal_xx.png
Click to expand...
Click to collapse
Okay I can't find Rom's name in about phone. How can I change?
Arnadel said:
Okay I can't find Rom's name in about phone. How can I change?
Click to expand...
Click to collapse
System / build.prop / ro.build.display.id=ROM NAME

[GUIDE] how to make battery % icon remove AM/PM ,remove battery text on the left

as most of the systemui here are without battery percentage icon or with left text percentage and alot of people asks to remove it and make the battery percentage icon holo circle
I thought a simple guide will be handy to everyone to mod her/his systemui.apk as he like.
so here we go:
1- to make the battery icon update every 1% without decompile apk:
open ur systemui.apk with winzip or winrar (don't unzip)
go to res\drawable and replace stat_sys_battery.xml & stat_sys_battery_charge.xml with the attached compiled.zip
go to res\drawable-mdpi put 204 png's (battery icons you wish attached holo circle for example )
close winzip
and your apk is ready don't work every time so please skip this and go decompile method 2
2- to make the battery icon update every 1% remove the percentage text on the left of battery icon and remove AM/PM clock
decompile Systemui,apk
battery %icon
go to res\drawable and replace stat_sys_battery.xml & stat_sys_battery_charge.xml with the attached decompiled.zip
go to res\drawable-mdpi put 204 png's (battery icons you wish attached holo circle for example )
remove the percentage text on the left of battery icon
goto res\layout\status_bar.xml open with notpad++ or Editplus 3
find android:id="@id/battery_text" add this line after it android:visibility="gone"
save the new xml
remove AM/PM clock
go to res\values\integers.xml
change the forth line to be like this <integer name="config_clock_am_pm_style">2</integer>
save the new xml
recompile and enjoy
the following samples based on serajr [App] Xperia T Tabbed 'n' Grid Toggles SystemUI ICS .587 FW - MDPI so thank him if u like them
SystemUI with 1%circle
my personal SystemUI screenshot attached
I'm just a noob messing around so use the guide on ur own risk (always keep a copy of the original systemui.apk)
press thanks if it helped
Hi Bro,,,,,
Sorry for bothering you....
I read all of your tutorial and I tried to learn it but I think I need your help....
I tried to remove the clock in the status bar on my systemui, but I cannot find the integer.xml.
Could you help me how to remove the status bar clock to give more space in the status bar?
Thanks....
Here I attached to you also my systemui.apk.
Yo Bro
Can you post here other battery icons?
bkh_0538 said:
Hi Bro,,,,,
Sorry for bothering you....
I read all of your tutorial and I tried to learn it but I think I need your help....
I tried to remove the clock in the status bar on my systemui, but I cannot find the integer.xml.
Could you help me how to remove the status bar clock to give more space in the status bar?
Thanks....
Here I attached to you also my systemui.apk.
Click to expand...
Click to collapse
why u didn't find intager.xml???
you have to decompile ur Systemui.apk to find that file
anyway I didn't try to remove the clock but I think u can remove it by deleting the following line from: res\layout\status_bar.xml
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="left|center" android:id="@id/clock" androidaddingLeft="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
I may try to do that for u when I have time
rockpaper said:
Yo Bro
Can you post here other battery icons?
Click to expand...
Click to collapse
If u like any battery icons on any systemui.apk download it and unzip the apk
then go to res/drawable-mdpi and copy them to ur SystemUI.apk
if the desired apk was not mdpi use Image Resizer to resize them
or google for icon packs.
1- to make the battery icon update every 1% without decompile apk:
open ur systemui.apk with winzip or winrar (don't unzip)
go to res\drawable and replace stat_sys_battery.xml & stat_sys_battery_charge.xml with the attached compiled.zip
go to res\drawable-mdpi put 204 png's (battery icons you wish attached holo circle for example )
close winzip
and your apk is ready
Click to expand...
Click to collapse
I can't do it for my Xperia mini ST15i
It hide my battery icon after I flash by CWM
glasseggs said:
I can't do it for my Xperia mini ST15i
It hide my battery icon after I flash by CWM
Click to expand...
Click to collapse
Attach ur system.apk
I'll check it for u
andro-SYR said:
if the desired apk was not mdpi use Image Resizer to resize them
Click to expand...
Click to collapse
For statusbar icons, you don't need to worry about resizing them. As long as the icons are in the right drawable folder, the phone will resize them automatically. Which is very handy.
I like what you've done here. Very neat.
If you want, I can show you how to turn this into a universal update.zip..
sent using the xda app!
Ticklefish said:
If you want, I can show you how to turn this into a universal update.zip..
sent using the xda app!
Click to expand...
Click to collapse
thanks
I'd like to do this
andro-SYR said:
Attach ur system.apk
I'll check it for u
Click to expand...
Click to collapse
Thanks you.
I have uploaded 2 file orginal and mod
Please check it for me
glasseggs said:
Thanks you.
I have uploaded 2 file orginal and mod
Please check it for me
Click to expand...
Click to collapse
here u go
Hi andro-SYR,
Regarding to baterry %, do you know if it's possible put the battery % text over the battery icon (embossed text) that way wouldn't be necessary one icon per %.
It is possible do this Mod?
andro-SYR
can you please mod my systemUI.apk. I cant mod it by myself im a noob.
this is my systemui.apk and the zip file of the logo that i want for battery.
thanks in advance!
Does it works on gingerbread?
Enviado desde mi SK17i usando Tapatalk 2
miguel_mp said:
Does it works on gingerbread?
Enviado desde mi SK17i usando Tapatalk 2
Click to expand...
Click to collapse
it should but not sure
ask pro not noob like me:cyclops:
rockpaper said:
andro-SYR
can you please mod my systemUI.apk. I cant mod it by myself im a noob.
this is my systemui.apk and the zip file of the logo that i want for battery.
thanks in advance!
Click to expand...
Click to collapse
I'm noob too
but its fun to try
anyway here is ur moded one
andro-SYR said:
I'm noob too
but its fun to try
anyway here is ur moded one
Click to expand...
Click to collapse
Thank you very much! Its working perfectly.
Do you know how to make bigger space(wider) for battery icons on statusbar? gingerbread systemui? you can pm to me..
Help needed
When I m trying ur process I m just losing my battery icon from my status bar.
Please help me...
Thank u.
If possible will u please compile my systemui.apk with my attached battery icons..
Sorry guys can't help anybody right now cus Im in syria with no electricity, no gas for generator, and no internet most of the time,
Thank god they cant cut the breathing air.
Sent from THE FREE SYRIA

[Q] How to change Statusbar?

Hello,
I want to create a rom and in it I want to change the status bar only on the homescreen to 100% transparent.
I have seen this thread but on my SystemUI.apk there isn't this file: /SystemUI/res/layout/tw_super_status_bar.xml.
Btw: I'm using a 4.2 Leak-based Rom.
so do you know how to decompile apks?
Glebun said:
so do you know how to decompile apks?
Click to expand...
Click to collapse
Yes, quit well

[REQ] Semi-Transparent Pulldown

Does anyone know how to make the notification pull down semi-transparent? I'm OK with vrtheme, but have no idea what to change with TW. I have seen it done in a few MODS for the phone but none by themselves. I have seen the option with Multi Mod but it isn't ready to go yet.
nweaver11 said:
Does anyone know how to make the notification pull down semi-transparent? I'm OK with vrtheme, but have no idea what to change with TW. I have seen it done in a few MODS for the phone but none by themselves. I have seen the option with Multi Mod but it isn't ready to go yet.
Click to expand...
Click to collapse
Its an xml edit, decompile the systemui.apk, go to res/ values/ drawables.xml. Open that xml with notepad++ or a similar text editor, go the the line "notification_background_color" change from ff000000 to 80000000 for semi trans the lower the first number the more transparent it will be. Then recompile the systemui.apk. Then either you can pull the resources.arsc file from the built apk and put in a vrtheme flashable, or just push the whole new systemui.apk to your phone.
rwc95 said:
Its an xml edit, decompile the systemui.apk, go to res/ values/ drawables.xml. Open that xml with notepad++ or a similar text editor, go the the line "notification_background_color" change from ff000000 to 80000000 for semi trans the lower the first number the more transparent it will be. Then recompile the systemui.apk. Then either you can pull the resources.arsc file from the built apk and put in a vrtheme flashable, or just push the whole new systemui.apk to your phone.
Click to expand...
Click to collapse
Thanks. I'll give it a shot.
Can you make a apk or flashable zip of this?
Sent from my epic rooted SCH-I545 S4 stock!
Haxzor11 said:
Can you make a apk or flashable zip of this?
Sent from my epic rooted SCH-I545 S4 stock!
Click to expand...
Click to collapse
I would, but I have not been able to get it to work.
nweaver11 said:
Does anyone know how to make the notification pull down semi-transparent? I'm OK with vrtheme, but have no idea what to change with TW. I have seen it done in a few MODS for the phone but none by themselves. I have seen the option with Multi Mod but it isn't ready to go yet.
Click to expand...
Click to collapse
nottach xposed mod found here on xda.
has about 70 mods, but each has an on/off toggle so u can just enable this one mod.

How to change settings background image on kitkat

How to change settings background image on kitkat
pllllllllllllllllllllllllllllllz
Try this:
forum.xda-developers.com/showthread.php?t=2342570
Sent from my GT-N7105 using XDA Premium 4 mobile app
Simple
Wanam exposed
Theme/system holo dark background
Choose image/color
Reboot.
AND CREATE THIS SORT OF THREAD IN THE HELP SECTION, NOT HERE.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
thanx all but i need to change manuel not via wnam
plllz any dev help me i need this
Romancy said:
thanx all but i need to change manuel not via wnam
plllz any dev help me i need this
Click to expand...
Click to collapse
You need to decompile framework-res.apk, remove tw_backround_holo_dark.xml from res/drawables and add a png image with the appropriate size into drawable-nodpi and (to be sure) even into the other folders which contain drawables. Rename it like the file you removed, but like .png, not xml. Then you must rebuild and so on.
You need apktool and some basic skill. Look for a tutorial, it is easy.
Decompile framework-res.apk
Then open res/drawable/tw_background_holo_dark.xml
change like this:
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:drawable="@drawable/tw_background_holo_dark" />
</shape>
and copy your background (tw_background_holo_dark.png) to drawable-xhdpi folder
compile and have fun.
To be true, both ways do work, though the second one is surely cleaner. My way simply recreates the situation before kit Kat, when there was no XML with its hard coded solid color.
Obviously keeping the XML is better for example when you want to set a transparent background and, in that case, you also need to edit a boolean in styles.
This way should work too
Decompile framework-res
delete res/drawable/tw_background_holo_dark.xml
and replace desired png file and name it tw_background_holo_dark.png to same place.
compile
done.
lucaoldb said:
You need to decompile framework-res.apk, remove tw_backround_holo_dark.xml from res/drawables and add a png image with the appropriate size into drawable-nodpi and (to be sure) even into the other folders which contain drawables. Rename it like the file you removed, but like .png, not xml. Then you must rebuild and so on.
You need apktool and some basic skill. Look for a tutorial, it is easy.
Click to expand...
Click to collapse
thanx maaaaaaan worked for me but dont working in dialr and contacts and i want to help me again plllz
first i want thanx you
i want ask you
1-plllllz tell me how to add apps in secsettings i want add my program in secsettings
2-when decompial secsettings and add name rom happened settings use ram 95m but dont add name or change use 35m
i want to help me whay use 95m and how to reduce ram in settings
3-how to remove icon note3 setting
plllz help me and thanx very much
dr.ketan said:
This way should work too
Decompile framework-res
delete res/drawable/tw_background_holo_dark.xml
and replace desired png file and name it tw_background_holo_dark.png to same place.
compile
done.
Click to expand...
Click to collapse
thanx man worked for me but dont working in dialr and contacts and i want to help me again plllz
first i want thanx you
i want ask you
1-plllllz tell me how to add apps in secsettings i want add my program in secsettings
2-when decompial secsettings and add name rom happened settings use ram 95m but dont add name or change use 35m
i want to help me whay use 95m and how to reduce ram in settings
3-how to remove icon note3 setting
plllz help me and thanx very much
The matter with adding your apps in settings is not as easy as replacing the background. Here is an example, but I think you can find much more http://forum.xda-developers.com/android/themes/guide-how-to-port-mokee-listview-t2808288
Regarding the fact the modified background does not show in contacts and dialer, I am running transparent contacts (not modded by me) on my note 2, and the background (this one edited by me) is correctly shown. To be true, my background is transparent too, but it worked the same with a modified background image. I am not a themer, but I can suggest you should modify the Holo dark background too, to be sure your contacts and dialer don't use it.
Coming to the ram used by secsettings, though your note 3 can surely bear it effortlessly, it could be related to the way apktool rebuilt the apk: zip aligning?
I am fairly a noob in these matters... Sorry.
lucaoldb said:
The matter with adding your apps in settings is not as easy as replacing the background. Here is an example, but I think you can find much more http://forum.xda-developers.com/android/themes/guide-how-to-port-mokee-listview-t2808288
Regarding the fact the modified background does not show in contacts and dialer, I am running transparent contacts (not modded by me) on my note 2, and the background (this one edited by me) is correctly shown. To be true, my background is transparent too, but it worked the same with a modified background image. I am not a themer, but I can suggest you should modify the Holo dark background too, to be sure your contacts and dialer don't use it.
Coming to the ram used by secsettings, though your note 3 can surely bear it effortlessly, it could be related to the way apktool rebuilt the apk: zip aligning?
I am fairly a noob in these matters... Sorry.
Click to expand...
Click to collapse
iam understand you but adding app in secsettings it is easy but dont worked for me see this http://www.youtube.com/watch?v=75ZzDs3seqw and this http://www.youtube.com/watch?v=nk44Fq9mMKU but not worked i dont know (dont compil)
and background iam sory iam dont understand you !!
and i think proplem ram becoz APK tool but i dont know where is the proplem and how to reduce ram in settings ?
Romancy said:
iam understand you but adding app in secsettings it is easy but dont worked for me see this http://www.youtube.com/watch?v=75ZzDs3seqw and this http://www.youtube.com/watch?v=nk44Fq9mMKU but not worked i dont know (dont compil)
and background iam sory iam dont understand you !!
and i think proplem ram becoz APK tool but i dont know where is the proplem and how to reduce ram in settings ?
Click to expand...
Click to collapse
So, if it does not compile, then you mustn't have very likely edited the xml in the right way.
The code to add should be the following
<PreferenceScreen android:title="Your app" android:key="your app" android:fragment="name of the package" />
I suppose, before decompiling, you used
apktool if
both for framework-res.apk and for the tw framework (it maybe important and could cause the issues in compiling).
If everything is right and still it does not compile, please share the log and I am sure that someone more skilled than me will be able to help you.
Regarding the background image, touchwiz uses (as you know) tw_background_holo_dark.xml (or png) but the framewoks still contains background_holo_dark.png, i.e. the standard android background.... Since I am not a themer, I don't know if your dialer needs both backgrounds to be replaced.. Just for me, since it is quite fast, I usually replace both files.
Coming to the ram in settings, I think I don't get what you are asking for, sorry
lucaoldb said:
So, if it does not compile, then you mustn't have very likely edited the xml in the right way.
The code to add should be the following
<PreferenceScreen android:title="Your app" android:key="your app" android:fragment="name of the package" />
I suppose, before decompiling, you used
apktool if
both for framework-res.apk and for the tw framework (it maybe important and could cause the issues in compiling).
If everything is right and still it does not compile, please share the log and I am sure that someone more skilled than me will be able to help you.
Regarding the background image, touchwiz uses (as you know) tw_background_holo_dark.xml (or png) but the framewoks still contains background_holo_dark.png, i.e. the standard android background.... Since I am not a themer, I don't know if your dialer needs both backgrounds to be replaced.. Just for me, since it is quite fast, I usually replace both files.
Coming to the ram in settings, I think I don't get what you are asking for, sorry
Click to expand...
Click to collapse
thanx man but now iam still on this line <PreferenceScreen android:title="Your app" android:key="your app" android:fragment="name of the package" />
what is the next iam add this line and info but waht the next ??
and iam adding frame+TW
my settings bg is transparent and it works great but i have one app called xblast tools and when you click on a setting and the other menu pops up it over laps the previous screen. it only happens on this app. is there anyway to change that so it does not do that and if so could someone point me in the right direction. i know if i use wanam i could change my settings bg to be dark but i dont want to change all of it, just this one app.

Categories

Resources