Related
Does anyone know how to change the carrier name in the notification drop down?
Sent from my SPH-L710 using xda premium
Humzaman said:
Does anyone know how to change the carrier name in the notification drop down?
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Check in the framework - res.apk file...
Sent from my SPH-L710 using xda premium
Humzaman said:
Does anyone know how to change the carrier name in the notification drop down?
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Here's how (should work on any TW ROM)
-Decompile SystemUI.apk (make sure you install resources from framework-res.apk and twframework-res.apk before decompiling)
-Navigate to your decompiled SystemUI folder and go to /res/layout/tw_status_bar_expanded.xml
-Look for
Code:
<com.android.systemui.statusbar.phone.CarrierLabel>
-Delete that text and replace it with
Code:
<TextView
-Now in that same line, right after this
Code:
android:layout_alignParentLeft="true"
Add this
Code:
android:text="@string/custom_carrier"
-Save and close that xml
-Next go to /res/values/strings.xml
-Go to the very bottom of the xml and add this right above </resources>
Code:
<string name="custom_carrier">ADD_YOUR_CUSTOM_TEXT_HERE</string>
-Save and close that xml
-apktool doesn't add the META-INF folder so you can click and drag the original META-INF into the apk, I'd also add back that original AndroidManifest.xml from the original SystemUI.apk
-Next you can make a flashable zip for your new apk and flash in recovery
Alternatively you can try this:
-decompile your framework-res.apk
-navigate to /res/xml/eri.xml
-search for "Sprint" and replace any instances with your custom text
-save the xml, recompile and make a flashable zip
fergie716 said:
Here's how (should work on any TW ROM)
-Decompile SystemUI.apk (make sure you install resources from framework-res.apk and twframework-res.apk before decompiling)
-Navigate to your decompiled SystemUI folder and go to /res/layout/tw_status_bar_expanded.xml
-Look for
Code:
<com.android.systemui.statusbar.phone.CarrierLabel>
-Delete that text and replace it with
Code:
<TextView
-Now in that same line, right after this
Code:
android:layout_alignParentLeft="true"
Add this
Code:
android:text="@string/custom_carrier"
-Save and close that xml
-Next go to /res/values/strings.xml
-Go to the very bottom of the xml and add this right above </resources>
Code:
<string name="custom_carrier">ADD_YOUR_CUSTOM_TEXT_HERE</string>
-Save and close that xml
-apktool doesn't add the META-INF folder so you can click and drag the original META-INF into the apk, I'd also add back that original AndroidManifest.xml from the original SystemUI.apk
-Next you can make a flashable zip for your new apk and flash in recovery
Alternatively you can try this:
-decompile your framework-res.apk
-navigate to /res/xml/eri.xml
-search for "Sprint" and replace any instances with your custom text
-save the xml, recompile and make a flashable zip
Click to expand...
Click to collapse
Dude youre a huge help. Thanks. But when I tried decompiling the apk on my PC with apk tool it just says the apk location was not found or could not be read. Btw I'm a noob, still learning my way around Android.
Sent from my SPH-L710 using xda premium
Humzaman said:
Dude youre a huge help. Thanks. But when I tried decompiling the apk on my PC with apk tool it just says the apk location was not found or could not be read. Btw I'm a noob, still learning my way around Android.
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
I'll shoot you a PM tomorrow after school
Sent from my SPH-L710 using Tapatalk 2
fergie716 said:
I'll shoot you a PM tomorrow after school
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
Thanks man!
Sent from my SPH-L710 using xda premium
Hello
I have rebuild framework-res.apk to enable the lookscreen rotation
My original file are a file from LT28h 6.1.E.2.68 DEODEX.
1) copy lookscreen_rotation.zip on the SDcard
2) reboot on CMW and install the previous Zip.
3) Wipe cache and dalvik cache
4) enjoy
Tutorial :
What you need (download this Zipfiles):
Java.exe
Apktool.jar
Update.zip
How to decompile :
in first time download the /system/framework/framework-res.apk from the phone en put in the APKTool folder
if you never have used APKTool
download the /system/framework/SemcGenericUxpRes.apk file from telephone to APKTool folder
inside command window go to the APKTool Folder
type : java -jar apktool.jar if framework-res.apk
type : java -jar apktool.jar if SemcGenericUxpRes.apk
Make the modifications :
inside command window go to the APKTool Folder
type : java -jar apktool.jar d framework-res.apk
with Textfile editor
open ./framework-res/apktool.yml
Delete this lines :
Code:
usesFramework:
ids:
- 2
Save the file
open ./framework-res/res/values/styles.xml
Find and replace this lines :
Code:
Find : <item name="windowBackground">@[B]com.sonyericsson.uxp:[/B]drawable/semc_bg</item>
Replace by : <item name="windowBackground">@drawable/semc_bg</item>
and
Code:
Find : <item name="windowBackground">@[B]com.sonyericsson.uxp:[/B]drawable/semc_bg_brigh</item>
Replace by : <item name="windowBackground">@drawable/semc_bg_brigh</item>
Save the file
open ./framework-res/res/values/bools.xml
Find the line : <bool name="config_enableLockScreenRotation">false</bool>
Replace false by true
Save the file
Build and Sign Framework-res.apk (Sc01.jpg - Sc02.jpg - Sc03.jpg):
inside command window go to the APKTool Folder
type : java -jar apktool.jar d framework-res framework.zip
Open framework.zip and extract the fileresources.arsc
Open the originalframework-res.apk with zipfile editor like 7zip
Replace resources.arsc by the previously extracted file
Framework-res.apk is now Ok
How to put Framework-res.apk in the phone (Sc04.jpg):
Copy Framework-res.apk in the folder /system/framework/ of the fileupdate.zip
Copy Update.zip in the phone's SDcard
Reboot the phone on CWM and make a backup (Not required, but highly recommended)
Install Update.zip and make Wipe cache and dalvik cache
Click to expand...
Click to collapse
Screenshoot :
screens?
It's imposible for me to make a lookscreen screenshot.
When I try to do, I make a screenshot of my home. I don't know why.
Sent from my LT28h using xda app-developers app
Pretty cool, it would be neat to have something like this for Xperia S.
sorry for this bad shot
So this changes your lockscreen to the aosp one, and when you have rotation enabled it rotates your lockscreen aswell?
fcb13 said:
So this changes your lockscreen to the aosp one, and when you have rotation enabled it rotates your lockscreen aswell?
Click to expand...
Click to collapse
Exactly :good:
Looking great. Like to see mod for my SXS stock deodexed .55 fw. I can upload my framework-res.apk if u hv time to do.
Can we get this with the stock locker instead of asop
Sent from my LT28i using xda app-developers app
Got the rotation working but still got the old slide unlocker, any idea what could have happened?
If you wan't I rebuild your framework-res.apk, send me the file (DEODEX only) with the versoin on MP.
Or you can wait, I will make a tutorial.
Sent from my LT28h using xda app-developers app
pepitto52 said:
If you wan't I rebuild your framework-res.apk, send me the file (DEODEX only) with the versoin on MP.
Or you can wait, I will make a tutorial.
Sent from my LT28h using xda app-developers app
Click to expand...
Click to collapse
Better the tutorial
People have to learn instead of using everything already modded, it's more fun to do something by himself
Envoyé depuis mon LT26i avec Tapatalk
niaboc79 said:
Better the tutorial
People have to learn instead of using everything already modded, it's more fun to do something by himself
Envoyé depuis mon LT26i avec Tapatalk
Click to expand...
Click to collapse
Indeed. I know how to, but it never goes right for me.
Sent from my LT26i using Tapatalk
Any chance of you modifying this to work with small apps by niaboc?
fcb13 said:
Any chance of you modifying this to work with small apps by niaboc?
Click to expand...
Click to collapse
Hello !
I have download the last Update of Small apps by niaboc and enable the lookscreen rotation.
you can download here.
The file is not tested by me. If you install on your phone, give me feed back.
techdeisel said:
Can we get this with the stock locker instead of asop
Click to expand...
Click to collapse
I found with my ion that after install I still had stock lock screen that rotated, however in landscape there is no unlock button available. Unlock only in portrait. But the music player still worked along with notifications (you can unlock screen with notification slider)
twent4 said:
Got the rotation working but still got the old slide unlocker, any idea what could have happened?
Click to expand...
Click to collapse
When reading in SKIFYR123's "ION original theme project" thread I found I needed to remove "UxpNxtLockScreen.apk" from the /system/apps folder. Now I have rotating aosp lock screen.
~Jaramie
sent by my ION
work in Xperia S???
The tutorial work on all xperia 2012 ICS
Sent from my LT28h using xda app-developers app
You Decompiled framework-res.apk can be worked?I did it many times but failed.
pepitto52 said:
Hello
I have rebuild framework-res.apk to enable the lookscreen rotation
My original file are a file from LT28h 6.1.E.2.68 DEODEX.
1) copy lookscreen_rotation.zip on the SDcard
2) reboot on CMW and install the previous Zip.
3) Wipe cache and dalvik cache
4) enjoy
Screenshoot :
Click to expand...
Click to collapse
Thanks for that tutorial!! I did the same for Xperia S!! Based in this Framework by accts http://forum.xda-developers.com/showthread.php?t=2047999
:laugh::victory:
Hai,
This is easy guide to get back ripple effect in galaxy s III mini...
REQUIREMENTS:
1. Rotted only
2. Deodex and not deodex
INSTRUCTION:
1. DECOMPILE framework-res.apk
2. Go to
Framework-res/res/values-hdpi/
3. Open bools.xml
4. Find
Code:
<bool name="config_isWaterRippleEnabled">false</bool>
5. Change to
Code:
<bool name="config_isWaterRippleEnabled">true</bool>
save bools.xml
6. Recompile framework-res.apk
7. Push new framework-res.apk to system/framework, set permision to rw-r-r
8. Reboot
Done, and now you get back ripple effect in your S III mini.
And if you like my work, don't forget to click on "Thanks" button
Sent from my GT-I8190 using xda premium
what tool u use? link please..
can u provide some SS guide?
thanks
Apkmanager, or apktool
Sent from my GT-I8190 using xda premium
CahBagoes354 said:
Apkmanager, or apktool
Sent from my GT-I8190 using xda premium
Click to expand...
Click to collapse
help me enable ripple effect please ,
heres my framework http://www.mediafire.com/?gdr089y8t6xl1y2
Thanks first for you Mod/Guides !!!!!:good::good::good:
Houston we have a Problem :
Please can you help me ???
What doing wrong ??:crying:
cheech01 said:
Thanks first for you Mod/Guides !!!!!:good::good::good:
Houston we have a Problem :
Please can you help me ???
What doing wrong ??:crying:
Click to expand...
Click to collapse
you change the image .9. png
AW: [MOD][GUIDE] 4.1.2 Enable Ripple Effect
No...i have only change ripple Effekt to true..... but i have a Theme Installed before. Is this the problem?
This theme : http://forum.xda-developers.com/showthread.php?t=2156286
Sent from my GT-I8190 using xda premium
cheech01 said:
No...i have only change ripple Effekt to true..... but i have a Theme Installed before. Is this the problem?
This theme : http://forum.xda-developers.com/showthread.php?t=2156286
Sent from my GT-I8190 using xda premium
Click to expand...
Click to collapse
you have to patch it back in the picture, use draw9patch.
Sent from my GT-I8190 using xda premium
cheech01 said:
Thanks first for you Mod/Guides !!!!!:good::good::good:
Houston we have a Problem :
Please can you help me ???
What doing wrong ??:crying:
Click to expand...
Click to collapse
Which version of apktool do you have? It needs to be 1.5.2. Update your aapt as well.
finally managed to make the changes to my framework-res.apk
apktool version needed to be updated and then it worked
thanks to CahBagoes354
This don't work for me! I use apk-multi-tool to decompile and recompile framework-res.apk but when i push it i get bootloop.
Decompile and compile without any error. Do i need to do something more?
same here :/
Sent from my GT-I8190 using xda app-developers app
same here too...
same with xxamj3. phone boots well, when i lock the screen it goes bootloops and never opens
edit: my bad. compiled with new apktool and it works
burak185 said:
same with xxamj3. phone boots well, when i lock the screen it goes bootloops and never opens
edit: my bad. compiled with new apktool and it works
Click to expand...
Click to collapse
how do you manage to compile i always get error apktool didnt find sorces
hello , no find this file in framework-res values-hdpi ... how to search this ? i have xxamg4 stock rom
halfnakedprince said:
how do you manage to compile i always get error apktool didnt find sorces
Click to expand...
Click to collapse
This guide worked for me
CahBagoes354 said:
Hai,
This is easy guide to get back ripple effect in galaxy s III mini...
REQUIREMENTS:
1. Rotted only
2. Deodex and not deodex
INSTRUCTION:
1. DECOMPILE framework-res.apk
2. Go to
Framework-res/res/values-hdpi/
3. Open bools.xml
4. Find
Code:
<bool name="config_isWaterRippleEnabled">false</bool>
5. Change to
Code:
<bool name="config_isWaterRippleEnabled">true</bool>
save bools.xml
6. Recompile framework-res.apk
7. Push new framework-res.apk to system/framework, set permision to rw-r-r
8. Reboot
Done, and now you get back ripple effect in your S III mini.
And if you like my work, don't forget to click on "Thanks" button
Sent from my GT-I8190 using xda premium
Click to expand...
Click to collapse
Mod Edit Quote shortened
thanks...its work for me..
khaisttj92 said:
thanks...its work for me..
Click to expand...
Click to collapse
help me please ! thanx i have xxamj2
is there any1 here have deodexed framework-res.apk s3 mini xxAMG4.....i need it pls....tq
This is a quick dev guide to enable navigation bar for S4.
Decompile SystemUI.apk go to res/values/drawables and add:
Code:
[COLOR=#8b008b]<item [COLOR=#ff0000]type[/COLOR][COLOR=#0000ff]="drawable"[/COLOR] [COLOR=#ff0000]name[/COLOR][COLOR=#0000ff]="tw_navigationbar_bg"[/COLOR]>[/COLOR]#ff000000[COLOR=#8b008b]</item>[/COLOR]
Now download attached files and copy files to corresponding folders in SystemUI.apk if folder does not exist(drawables-xhdpi) create it.
Compile SystemUI.apk and push to device (nothing will happen yet) Just to check device boots fine.
Now use any buil.prop editor and add line:
Code:
qemu.hw.mainkeys=0
You can also enable it now through framework-res method.
Reboot and your done.
Please hit thanks and give credits.
Hi OP,
This looks just what I've been waiting for - if only there was a way to disable the stock menu and back buttons; my only gripe with the S4 is that I'm always touching one of theses buttons accidentally
JibbaJoy said:
Hi OP,
This looks just what I've been waiting for - if only there was a way to disable the stock menu and back buttons; my only gripe with the S4 is that I'm always touching one of theses buttons accidentally
Click to expand...
Click to collapse
This can easily be done when I find time I will add how to.
Sent from my GT-I9505 using xda premium
works perfect but no text under buttons below could you add them
I can´t find the /values/drawables after extracted the SystemUI.apk ? And where to add the following code please.
<item type="drawable" name="tw_navigationbar_bg">#ff000000</item>
missing /values/drawables
https://dl.dropboxusercontent.com/u/41923164/Untitled.png
janjan said:
I can´t find the /values/drawables after extracted the SystemUI.apk ? And where to add the following code please.
<item type="drawable" name="tw_navigationbar_bg">#ff000000</item>
missing /values/drawables
https://dl.dropboxusercontent.com/u/41923164/Untitled.png
Click to expand...
Click to collapse
you have to put <item type="drawable" name="tw_navigationbar_bg">#ff000000</item> inside drawables.xml, you can find it under decompiled SystemUI.apk /res/values
edit: copy the files to SystemUI.apk/res and add the line qemu.hw.mainkeys=0 with root explorer (text editor mode) in build.prop
bruzski said:
you have to put <item type="drawable" name="tw_navigationbar_bg">#ff000000</item> inside drawables.xml, you can find it under decompiled SystemUI.apk /res/values
edit: copy the files to SystemUI.apk/res and add the line qemu.hw.mainkeys=0 with root explorer (text editor mode) in build.prop
Click to expand...
Click to collapse
But after decompiled SystemUI.apk. /res/values is missing. Se the picture which i post above. thanks
janjan said:
But after decompiled SystemUI.apk. /res/values is missing. Se the picture which i post above. thanks
Click to expand...
Click to collapse
decompiled SystemUI.apk doesn't seem complete !! do you get errors while decompiling ? what version of apktool do you use?
I am using APK-Multi-Tool-Stable-RELEASE which is the latest version. no error during decompiling.. Which version do you use? Iam going to decompile it once again.
Edit.. still missing https://dl.dropboxusercontent.com/u/41923164/missing.png
i use ApkManager V6.1, works great!
Deleted
it seems this method is not working for me. i followed the instructions on the OP
include framework-res.apk, twframework-res.apk with "apktool if"
decomplie systemui.apk
modify res/values/drawables.xml to include <item type="drawable" name="tw_navigationbar_bg">#ff000000</item>
copy and replace files from the Navigation.zip into the res folder
recompile systemui.apk
i get a lot of @Styles errors and no default warnings when i try to compile
I tried using both latest version of apktool v152 and aapt from feb 2013 method and apkmanager v6.1 method and the results are the same
after i cleared the @style warnings with the "+" solution I am able to compile systemui.apk but when I copy it onto my device I lost the status bar and I still cant enable the navigation bar.
anyone else getting the same results?
TIA
Decompile errors
I'm trying to decompile SystemUI.apk (copied it from my phone "system\app" to "\place-apk-here-for-modding" folder) using ApkManager V6.1.
I'm getting an error message. Can somebody help please ? Log is attached.
Thanks!
Ok. I was able to decompile SystemUI.apk using ApkManager V6.1. The problem was in missing framework-res.apk and twframework-res.apk in "apktool" folder.
Now I'm getting errors on apk compilation. Please take a look at the attached log file. What am I missing now ?
Thank you!
hocgwai said:
it seems this method is not working for me. i followed the instructions on the OP
include framework-res.apk, twframework-res.apk with "apktool if"
decomplie systemui.apk
modify res/values/drawables.xml to include <item type="drawable" name="tw_navigationbar_bg">#ff000000</item>
copy and replace files from the Navigation.zip into the res folder
recompile systemui.apk
i get a lot of @Styles errors and no default warnings when i try to compile
I tried using both latest version of apktool v152 and aapt from feb 2013 method and apkmanager v6.1 method and the results are the same
after i cleared the @style warnings with the "+" solution I am able to compile systemui.apk but when I copy it onto my device I lost the status bar and I still cant enable the navigation bar.
anyone else getting the same results?
TIA
Click to expand...
Click to collapse
I just noticed that I have exactly the same problem as you are. Were you able to get it working ?
Its is more difficult decompiling and recompiling S4 SystemUI and I don't have time to write a tut now so 2 options
Use this you can turn nav bar on off with settings app or
Use this SystemUI.apk I have done the work for you it will recompile as normal and the only mod is %battery apart from that it is stock.
gharrington said:
Its is more difficult decompiling and recompiling S4 SystemUI and I don't have time to write a tut now so 2 options
Use this you can turn nav bar on off with settings app or
Use this SystemUI.apk I have done the work for you it will recompile as normal and the only mod is %battery apart from that it is stock.
Click to expand...
Click to collapse
Thank you !
One question before I proceed with your advice. I have Canadian SGH-I337M version with rooted stock I337MUMUAMDJ rom.
Can I use your SystemUI.apk (%battery mode) with my ROM ?
fmark said:
Thank you !
One question before I proceed with your advice. I have Canadian SGH-I337M version with rooted stock I337MUMUAMDJ rom.
Can I use your SystemUI.apk (%battery mode) with my ROM ?
Click to expand...
Click to collapse
People have reported this working but just make a backup first nothing ventured nothing gained
All I do is have 2 zips on my sdcard the original and the modded one if the mod fails simply boot into recovery and reflash original it takes 1 min to be up and running again
fmark said:
Ok. I was able to decompile SystemUI.apk using ApkManager V6.1. The problem was in missing framework-res.apk and twframework-res.apk in "apktool" folder.
Now I'm getting errors on apk compilation. Please take a look at the attached log file. What am I missing now ?
Thank you!
Click to expand...
Click to collapse
If you get an error in decompiling the apk, remove the "system_bar_settings_view.xml" and "system_bar_notification_panel_title.xml" from the layout folder
(SystemUI.apk\res\layout\). Don't forget to put the files back after compiling the modded statusbar.
:fingers-crossed:
bruzski said:
If you get an error in decompiling the apk, remove the "system_bar_settings_view.xml" and "system_bar_notification_panel_title.xml" from the layout folder
(SystemUI.apk\res\layout\). Don't forget to put the files back after compiling the modded statusbar.
:fingers-crossed:
Click to expand...
Click to collapse
Decompiling is fine - no errors. I'm getting errors when compiling.
---------- Post added at 07:29 AM ---------- Previous post was at 07:26 AM ----------
gharrington said:
People have reported this working but just make a backup first nothing ventured nothing gained
All I do is have 2 zips on my sdcard the original and the modded one if the mod fails simply boot into recovery and reflash original it takes 1 min to be up and running again
Click to expand...
Click to collapse
No, unfortunately your systemui.apk is not compatible with my Rom.
I need to solve compilation errors. Any advice on that?
Thank you!
NOTE:I am creating this thread to share with you all how to get CRT animation in galaxy y.I dont know if there is any other thread where this has been discussed as it is not possible to go through all the threads.If this has been discussed then please ignore.
Now coming to the instruction how to do it:
go to system settings
go to display
go to animation
select "All Window animation"
Now install "Screen Off and Lock(its free on google play)"
now open the Screen Of and Lock settings
enable "Delay device locking"
select "Old TV style" in "Screen off Animation"
Done!!!
Thats it now you have CRT effect as your screen off animation
are u serious????
we want to enable it in framework-res.apk..
Well, still a good alternative since no one has yet managed to enabled it by modding the framework.
Its working but not with lock key.
I have to press icon on screen then its working.
Sent from my GT-S6102 using xda app-developers app
Yes man me too these happening any idea how to get these animation by pressing power button
Sent from my Ace-i
ALTAMAS said:
Its working but not with lock key.
I have to press icon on screen then its working.
Sent from my GT-S6102 using xda app-developers app
Click to expand...
Click to collapse
Yes u have to touch the onscreen key bcoz thats how the app is made.....and according to me its gud only as it saves the hardware key from being pressed again and again......
Hitesh2626 said:
Yes man me too these happening any idea how to get these animation by pressing power button
Sent from my Ace-i
Click to expand...
Click to collapse
In order to do so we need to edit the framework_res.apk......According to many tutorials it should contain a bools.xml file in values folder and we need to edit a particular line in it to make crt work.But unfortunately our framework_res.apk doesn't have that values folder as seen by me.....if any one can find bools.xml int their framework_res.apk after decompiling it then let me know.....
Nice effect, thx bro!!
Send from my GT-S5360 (Nemesis Hybrid KuroKernel BRAVIA™ xLoud™ Dolby Mobile™ Beats™ CyberShot™ 1GB Internal)
Arthur Kings said:
Nice effect, thx bro!!
Send from my GT-S5360 (Nemesis Hybrid KuroKernel BRAVIA™ xLoud™ Dolby Mobile™ Beats™ CyberShot™ 1GB Internal)
Click to expand...
Click to collapse
u r welcome
smith44 said:
In order to do so we need to edit the framework_res.apk......According to many tutorials it should contain a bools.xml file in values folder and we need to edit a particular line in it to make crt work.But unfortunately our framework_res.apk doesn't have that values folder as seen by me.....if any one can find bools.xml int their framework_res.apk after decompiling it then let me know.....
Click to expand...
Click to collapse
Oh really ??
Try to decompile the framework and you shall find bools.xml.
Instead of asking others to do it..
kaustubh.rockstar said:
Oh really ??
Try to decompile the framework and you shall find bools.xml.
Instead of asking others to do it..
Click to expand...
Click to collapse
dude first read the post before replying...i said i have already decompiled framework_res.apk but it contains no bools.xml....thats y i asked if some1 finds it then to report it...so that we can try editing it...........
smith44 said:
In order to do so we need to edit the framework_res.apk......According to many tutorials it should contain a bools.xml file in values folder and we need to edit a particular line in it to make crt work.But unfortunately our framework_res.apk doesn't have that values folder as seen by me.....if any one can find bools.xml int their framework_res.apk after decompiling it then let me know.....
Click to expand...
Click to collapse
Bools line deletion doesn't work, i tried it before.
This post is in compliance with the national potato safety regulation.
[Galaxy S 4 LTE]
smith44 said:
In order to do so we need to edit the framework_res.apk......According to many tutorials it should contain a bools.xml file in values folder and we need to edit a particular line in it to make crt work.But unfortunately our framework_res.apk doesn't have that values folder as seen by me.....if any one can find bools.xml int their framework_res.apk after decompiling it then let me know.....
Click to expand...
Click to collapse
i found your problem....
Having this kinda CRT is like having a JB themed GB rom in sgy .