[MOD][Sense 4a]Volume Wake - HTC Pico (Explorer)

Wake your pico running Sense 4a with a press of volume keys
​
Click to expand...
Click to collapse
Instructions:
-Copy the attached file to SD Card
-Reboot to recovery
-Flash the .zip
Credits:
-Navmad
-MarteenXDA
Downloads:
Dev-Host
MD5 Sum: 540caac4012528cfb8056372366ce829

Awesome Tutorial by MarteenXDA
MaartenXDA said:
HOW TO ADD THIS YOURSELF
Requirements:
APKTool/Smali and Baksmali
Rooted device
ADB
Common sense
1) Edit android.policy.jar
A: Execute the following commands in cmd to pull the file from your device:
Code:
adb pull /system/framework/android.policy.jar .
baksmali -x android.policy.jar -o classout
B: Find this file and open it: classout\smali\com\android\internal\policy\impl\KeyguardViewMediator.smali
Find the method "isWakeKeyWhenKeyguardShowing(IZ)Z"
There are switches at the bottom of the method
Remove the ones containing "0x18" and "0x19"
Execute this command: "smali classout -o classes.dex" to recompile the classes.dex and put it back in your android.policy.jar
2) Edit your Generic.kl
A: Execute this command to pull the file from your device:
Code:
adb pull /system/usr/keylayout/Generic.kl
B: Open it in a text editor and change these lines:
Code:
key 114 VOLUME_DOWN
key 115 VOLUME_UP
to
Code:
key 114 VOLUME_DOWN WAKE_DROPPED
key 115 VOLUME_UP WAKE_DROPPED
3) Make it survive reboot
Grab the 89Volwake from the .zip file in /system/etc/init.d and place it in your own /system/etc/init.d
PLEASE DON'T TOUCH THE INIT.D SCRIPT
Click to expand...
Click to collapse

it's working great :thumbup:

can it be used other roms?

wsdyleon said:
can it be used other roms?
Click to expand...
Click to collapse
Only sense4a ROMs and its derivatives

Thanks OP
added in my ex build#5

Hpsgill said:
Thanks OP
added in my ex build#5
Click to expand...
Click to collapse
Said thanks still didn't press it :what:
Sent from my HTC Desire X using xda premium

ohh sorry
see now
i forgot

I've a small doubt.. Most of the Sense derivatives use android.policy.jar to include the sound mods. So if ppl replace this file wouldn't they lose the sound mods?
Sent from my HTC Explorer A310e using xda premium

mahenderkumar.dr said:
I've a small doubt.. Most of the Sense derivatives use android.policy.jar to include the sound mods. So if ppl replace this file wouldn't they lose the sound mods?
Sent from my HTC Explorer A310e using xda premium
Click to expand...
Click to collapse
Probably, you add sound mods again, decompile it and copy paste those smali's again.
Sent from my HTC Desire X using xda premium

Kindly provide flashable zip for sense 4.1 ROM..
Sent from my HTC Explorer A310e using Tapatalk 4 Beta

Related

[MOD]Xperia X10 Custom transition animations

i am surprised to see there are no threads or active threads discussing the mods that can be done to the transition animations.
i have found few threads in XDA which actually works on Xperia X10.
http://forum.xda-developers.com/showthread.php?t=831562
And the actual main thread.
http://forum.xda-developers.com/showthread.php?t=814072
i have attached the one which has all the effects together used (also which worked on my device)
Note:I have directly pushed framework_res.apk ,so not sure whether Metamorph thing works
Nice find ;-)
Will try it!
Sent from my X10i using XDA App
It's really nice, I liked it, thanks man !
Nice find i will try it
Sent from my X10i using Tapatalk
these are some great animations thanks man but if you want to keep your themed framwork just replace the folder called anim in framework.apk using winrar
please
jassired said:
i am surprised to see there are no threads or active
Note:I have directly pushed framework_res.apk ,so not sure whether Metamorph thing works
Click to expand...
Click to collapse
thanks but, please can you explain how to push directly?
I created a folder "X10" the root of my hard drive, and I have pull file 3: adb , AdbWinApi.dll , AdbWinUsbApi.dll
then I launched the command prompt and typed
Code:
adb push-res.apk framework / system / framework / framework-res.apk
but after he wrote:
Code:
can not stat 'framework-res.apk': No such file or directory
please help a Newbie
black97one said:
thanks but, please can you explain how to push directly?
I created a folder "X10" the root of my hard drive, and I have pull file 3: adb , AdbWinApi.dll , AdbWinUsbApi.dll
then I launched the command prompt and typed
Code:
adb push-res.apk framework / system / framework / framework-res.apk
but after he wrote:
Code:
can not stat 'framework-res.apk': No such file or directory
please help a Newbie
Click to expand...
Click to collapse
Copy and replace with the animations in framevork res / using. rar / and install new framevork using Chewitt installer
i find this thread http://forum.xda-developers.com/showthread.php?t=835004
but i don't undestand what to do with, and where is "Chewitt installer"?
sorry
black97one said:
i find this thread http://forum.xda-developers.com/showthread.php?t=835004
but i don't undestand what to do with, and where is "Chewitt installer"?
sorry
Click to expand...
Click to collapse
Ok i will upload full black theme installer with custom animation and,some changes to look perfect, your phone must be rooted and reed tutorial in your post, and ... here is what you get after http://i54.tinypic.com/28kmqkw.png
and download
http://www.megafileupload.com/en/file/284753/X10-Res-Mods-1-2-custom-change-rar.html
great thanks!
it work!!!
black97one said:
great thanks!
it work!!!
Click to expand...
Click to collapse
No big deal bro
very nice find, thank you for posting....it's working flawlessly, even if implemented in a theme....! Great!
Thanks buddy
I have already flash a framework with Metamorph who change the animations.
But your animations are toooo cooool, how can i get this?
Bluewall said:
I have already flash a framework with Metamorph who change the animations.
But your animations are toooo cooool, how can i get this?
Click to expand...
Click to collapse
Framework res-animation/rename.apk to rar-extract with rar or better with 7zip/, btw animations from 4g evo or here
mipepim said:
Framework res-animation/rename.apk to rar-extract with rar or better with 7zip/, btw animations from 4g evo or here
Click to expand...
Click to collapse
Please help me i dont know how to do it. I copy the framework-res.apk from system/framework to SD and renamre it from apk to rar and open with rar and replace the anim Folder from your Transistion.zip with the one in framework is this right? Where do i need to copy Transition.xml then and when im finished can i just rename it back tu apk and copy it to system/framework with Root Explorer or do i need to do something special?
mipepim said:
Framework res-animation/rename.apk to rar-extract with rar or better with 7zip/, btw animations from 4g evo or here
Click to expand...
Click to collapse
Thanks for digging them out. Makes it easier!
*Edit-
Where do i need to copy Transition.xml
Click to expand...
Click to collapse
Transition.xml is not used. It is for if you use this with Ninjamorph or something similar.
Is it working on U20i?
zyker said:
is it working on u20i?
Click to expand...
Click to collapse
you can try....
mipepim said:
you can try....
Click to expand...
Click to collapse
I drag the anim folder into framework-res.apk in winrar and it works!!

[Q] RCTeam tweaks and button light

Hi
is it possible to adjust the level the button lights light up?
The problem is that my button light need a REALLY complete dark room to light up (or i have to cover the light sensor). Would be nice if they come up a little earlier!
When I first noticed it I was using the VoidU S rom (<- with RCTeam tweaks). Now I'm on Hyperion and the button lights was working fine until I updated to v1.2 including the RCTeam tweaks. So I think there could be a relationship between my button light problem and the RCTeam tweaks.
I like both roms very much! It's not the greatest problem but a solution would make it just perfect for me
Thank you in advance!
Do you have the auto brightness mod option enabled in RCTweaks?
"autoBrightness" is set to default. Change it to "lower" or "lowest" or back to "default" does not change the butoon light behaviour.
noodles2k said:
Do you have the auto brightness mod option enabled in RCTweaks?
Click to expand...
Click to collapse
You need to decompile the framework-res and edit values.xml and recompile.
Hey cool!
Thank you for your advice!
I will try my luck
MarylandCookie said:
You need to decompile the framework-res and edit values.xml and recompile.
Click to expand...
Click to collapse
Conclusion
it works!!!
i used apk manager to decompile and recompile the file /system/framework/framework-res.apk from the original rom... in my case Hyperion v1.2 by lowveld.
after that i edited the file \res\values\array.xml and changed the values for "config_autoBrightnessButtonBacklightValues" and "config_autoBrightnessKeyboardBacklightValues". Could be that "config_autoBrightnessButtonBacklightValues" is the only important value but i decided to play save
i attached my array.xml file (with already changed backlight values) for comparison for those with the same problem....
uint8_t said:
it works!!!
i used apk manager to decompile and recompile the file /system/framework/framework-res.apk from the original rom... in my case Hyperion v1.2 by lowveld.
after that i edited the file \res\values\array.xml and changed the values for "config_autoBrightnessButtonBacklightValues" and "config_autoBrightnessKeyboardBacklightValues". Could be that "config_autoBrightnessButtonBacklightValues" is the only important value but i decided to play save
i attached my array.xml file (with already changed backlight values) for comparison for those with the same problem....
Click to expand...
Click to collapse
Wow, your backlight works normal now??
Is this a flashable zip?
Sent from my HTC Desire S using xda premium
olyloh6696 said:
Wow, your backlight works normal now??
Is this a flashable zip?
Sent from my HTC Desire S using xda premium
Click to expand...
Click to collapse
I'd like to know too please, is this a flashable zip, and does it properly fix the backlight?
yes, it is a flashable zip file. i packt it back into the zip file i extracted it from and flashed it with recovery. my backlight seems to work properly now.
just try it yourself... all infos for decompiling/compiling framework-res can be found here on xda devolopers.
i can write a more detailed guidance if you dont get it. could last a few days because of lack of time.
...i dont want to post the zip file because i dont want to mirror lowveld's rom. please forgive that....
uint8_t said:
yes, it is a flashable zip file. i packt it back into the zip file i extracted it from and flashed it with recovery. my backlight seems to work properly now.
just try it yourself... all infos for decompiling/compiling framework-res can be found here on xda devolopers.
i can write a more detailed guidance if you dont get it. could last a few days because of lack of time.
...i dont want to post the zip file because i dont want to mirror lowveld's rom. please forgive that....
Click to expand...
Click to collapse
Thanks very much, I'll look into how to do that, it will be my first time! Is it possible to make it a flashable zip as a small fix rather than flashing the whole rom again?
i did not have that problem to make a flashable zip file because i'm using hyperion with the "back to stock look" patch. i just edited the framework-res.apk from the patch and only had to flash about 25mb....
i'm not that expert but i'm pretty sure that it is possible to make a flashable zip with just these framework-res
ems328i said:
Thanks very much, I'll look into how to do that, it will be my first time! Is it possible to make it a flashable zip as a small fix rather than flashing the whole rom again?
Click to expand...
Click to collapse
Glad you got it sorted mate
yeah, i'm glad too!
don't know if i've done it the best way but it works....
here is how i get it:
- get apk manager
- use 7-zip to extract the framework-res.apk from the rom (or patch)
- copy framework-res.apk to /<apk manager>/place-apk-here-for-modding
- start script.bat
- select 9 for decompiling
- edit files (array.xml) in /<apk manager>/projects/framework-res.apk
- select 11 for decompiling
-> system apk? => yes
-> aside frome the signiture...... => yes
-> delete resources.arsc from /<apk manager>/keep
-> press the <any key> button
- select 12 for signing
- find your modified framework-res.apk in /<apk manager>/place-apk-here-for-modding
- rename the signed one to framework-res.apk and place it back to the zip file you extracted it from using 7-zip
- flash the updated zip file via recovery
got the same issue........asked lowveld to create a flashable zip with this fix....
i'm not into decompiling etc.
But it's really annoying not to see the buttons
g-member said:
got the same issue........asked lowveld to create a flashable zip with this fix....
i'm not into decompiling etc.
But it's really annoying not to see the buttons
Click to expand...
Click to collapse
As I believe olyloh6696 has said in thread and I know that I've said something similar before....What's the issue....the buttons don't ever change position and lighting the LED's only burns power, so what's the real problem....stop using your phone under the covers
Lol.......naaahh.....it should work, i paid for those damn lights so they WILL burn!
Sent from my HTC Desire S using xda premium
g-member said:
got the same issue........asked lowveld to create a flashable zip with this fix....
i'm not into decompiling etc.
But it's really annoying not to see the buttons
Click to expand...
Click to collapse
Could you post the zip when you get it? I've tried to compile but it wasn't very successful and I can't test it properly as I gave the phone to my dad, he wants the lights
Backlight for soft buttons
You can try 'Keyboard backlight controller'. You can download it from the Market.
It works for me (running VoidU S v1.1a).
I hope this helps.
rayonight said:
You can try 'Keyboard backlight controller'. You can download it from the Market.
It works for me (running VoidU S v1.1a).
I hope this helps.
Click to expand...
Click to collapse
Thanks I'll give it a shot
Edit: only turns lights on or off, ideally I want them to work with the sensor....
if anyone could create a flashable zip for this I would happily donate some beer/flowers for wife etc money!!
Check out the hyperion thread, lowveld posted..... there is a fix for his rom......don't know if compatible with other roms
Sent from my HTC Desire S using Tapatalk

[Q] shut down animation directory on ics

I can't find the shutdown animation in a miui rom for extract it and port to another rom....suggestions? thx
I'm loking for the same...
Do you find it?
But still be a directory or mybe now is a .zip file like the boot one???
don't know...that could be on the italian pack we use...you see what's written? spegnimento...that's italian, so, the shut down image could be added from italian miui...I still can't find it!!
did you found anything??
I'm looking for the same.
Im running HyperNonSense 2.4... Mine is under data/local.... Im not sure if its the same with other roms..
Sent from my HTC Sensation using Tapatalk
either it will be at /data/local
or
/system/customize/resource
ganeshp said:
either it will be at /data/local
or
/system/customize/resource
Click to expand...
Click to collapse
I'm using MIUI v4 2.7.6 and downanimation is not located as an .zip anywhere I know.
data/local - nope
customize/resource - nope
Richi_Ric said:
I'm using MIUI v4 2.7.6 and downanimation is not located as an .zip anywhere I know.
data/local - nope
customize/resource - nope
Click to expand...
Click to collapse
the bootanimation and shutdown animation paths are not constant and varies according to ROM
the two paths i mentioned above are more general places ..idk what path the MIUI chosen to keep the shutdown animation
but you can see/check the path by following the below way
Open the following xml file in your phone.
/system/customize/CID/default.xml
Find the entry shutdown animation and see the path there
ganeshp said:
either it will be at /data/local
or
/system/customize/resource
Click to expand...
Click to collapse
ganeshp said:
the bootanimation and shutdown animation paths are not constant and varies according to ROM
the two paths i mentioned above are more general places ..idk what path the MIUI chosen to keep the shutdown animation
but you can see/check the path by following the below way
Open the following xml file in your phone.
/system/customize/CID/default.xml
Find the entry shutdown animation and see the path there
Click to expand...
Click to collapse
The problem is it doesen't have /customize folder in /system
Richi_Ric said:
The problem is it doesen't have /customize folder in /system
Click to expand...
Click to collapse
i doubt that coz i just downloaded the MIUI 2.7.6 ROM
and checked it myself ..the path and the file is there
may be you are checking the wrong path (if using file explorer you need to check from root i.e "/" as file explorer has /sdcard as default )
anyways coming to point
i opened the file and checked it myself
the bootanimation zip is at
/system/media/
and the customization is not set for downanimation (ie shutdown configuration)
i modded that default.xml file (I'll attach it here ..you can replace it )
so keep the downanimation.zip (name should be exact) at /system/media/
and replace the default.xml w.r.t mine
default.xml file
I missed the whole folder OMG That's super noob
anyway thanks for the help I'll try it and post the results ASAP.
Thanks once again. one more point where is the original MIUI 2.7.6 downanimation is located? is it in system/customize/resource?
HTH I missed it.
Richi_Ric said:
I missed the whole folder OMG That's super noob
anyway thanks for the help I'll try it and post the results ASAP.
Thanks once again. one more point where is the original MIUI 2.7.6 downanimation is located? is it in system/customize/resource?
HTH I missed it.
Click to expand...
Click to collapse
No there is no down animation path present in the default.xml
That's why I've given the modded xml which supports the down animation.. Check my earlier post
And you should keep your down animation zip at /system/media I mentioned that earlier too
Sent from my pyramid.. Through blazing fast sonic waves
yup downloaded and waiting for my sis to bring her htc sensation (it's her phone )
meanwhile can you help me same with htc desire hd?
thanks in advance
Richi_Ric said:
yup downloaded and waiting for my sis to bring her htc sensation (it's her phone )
meanwhile can you help me same with htc desire hd?
thanks in advance
Click to expand...
Click to collapse
The same solution for desire hd too
Just check the default.xml file find the path and then place the down animation.. That's all
Sent from my pyramid.. Through blazing fast sonic waves
Buddy I cross checked 3-4 times there is no /system/customize/resource folder in MIUI roms [NON SENSE BASED]. I believe customize/resource folder is present in SENSE BASED ROMs.
I'm using Rom: (NON SENSE BASED)
HTC Sensation - 2.6.29
HTC Desire HD - 2.7.6
Hope this info can help you to help me out
peace.

[GUIDE] How to Port ROM's to the HTC Explorer

I know there are many Guides out there but most of them don't work for Pico!
so i decided to make one myself...
Things you will need installed on your PC
Notepad++
Winzip/Winrar
Q) What device should i port from?
A)These Devices are the Best!
Xperia S
HTC Sensation
HTC Sensation XL
HTC Desire
HTC Desire HD
Feel Free to try other devices
Base ROM and PORT ROM
Base ROM is what is Developed For Pico
Port ROM is what ROM you want to port for pico
Note: If you are porting a CM(PORT) which is ICS the BASE should Be cm9... same for JB
Now Let's start Porting!
Extract the BASE ROM to a Folder named Base
Extract the PORT ROM to a Folder named Port
Open Base ROM and go to system folder
DELETE "app,fonts,framework,media"
Open Port ROM and go to system folder
COPY "app,fonts,framework,media"
and paste it in System folder of the Base ROM
Open Port ROM and go to etc folder
Open Permissions Folder copy everything EXCEPT handheld_core_hardware.xml and platform
and paste it in the etc folder of the BASE ROM
Open Base ROM and go to system/etc/init.d folder
DELETE all files except 00banner
Open Port ROM and go to system/etc/init.d Folder
COPY everything Except 00banner
and paste it in the init.d folder of the BASE ROM
Now open build.prop And edit
ro.build.display.id=add what you want here
ro.modversion=add what you want here
Now open build.prop of PORT ROM and find
ro.config.ringtone=
ro.config.notification_sound=
ro.config.alarm_alert=
COPY there 3 lines and replace them in the BASE ROM's build.prop
Now Open updater-script
scroll down and find the lines starting with set_perm (there will be lots of them!)
Copy only those lines From PORT ROM's updater-script to BASE ROM's updater-script
If You find any extra file or folder in system folder of PORT rom than copy them to your base rom system folder.
Open updater-script from PORT ROM and copy all the set_perm lines and replace them with the lines in BASE ROM
To prevent bootloop copy
libandroid_runtime.so
libandroid_servers.so
libmedia_jni.so
from system/lib in PORT ROM and REPLACE it with the files in system/lib of BASE ROM
Now ZIP the ROM and flash it
If you have a error read second and third post
Thanks
Status error 7 : Remove some apk's from system/app
NOTE: Zip should be below 145 MB to flash!!
Set_perm error : check recovery log and you will get your answer I'm serious
symlinks failed error : clean install ROM - wipe dalvik cache**
reserved
Good
Well done.. good work
but many other same guides are available on the forum so why did you did so much effort..
artistaditya said:
Well done.. good work
but many other same guides are available on the forum so why did you did so much effort..
Click to expand...
Click to collapse
60 % of them did not work 4 me!
shouldnt ideal devices be: Htc wildfire S, HTC desire C, Samsung Galaxy mini,gio and ace?
good job in explaining about what causes the errors and how to fix them!:thumbup:
This tut worked for me very well!
codexblack said:
shouldnt ideal devices be: Htc wildfire S, HTC desire C, Samsung Galaxy mini,gio and ace?
good job in explaining about what causes the errors and how to fix them!:thumbup:
This tut worked for me very well!
Click to expand...
Click to collapse
^^
You are too fast codexblack
Sent from my HTC Explorer A310e using xda app-developers app
Personally.. Porting for me is :
Code:
adb logcat
Sad there is no mention of it.
Ps : Unpacked ROM should be less than 235 mb.. Zip size may vary.. but ultimately unpacked size is what we care about..
There is no particular method afaik. All "methods" fail at some point or the other. Nothing is foolproof.
Anywho :good:
Explain
How this guide is different from
Rishabhraj and dance off guide of porting rom ???
No disrespect intended !!!!!
Sent from my HTC Explorer A310e using xda premium
Thread Closed​
As requested by OP​

[How to]Mod Crt-off animation

My old thread is a Question but i fix this problem. Today i want share for all how to do it:fingers-crossed:
You can download service.jar at:https://www.box.com/s/iydyj8cw2hvot1j5okjf - old file
Download of XXMC8 MODDED CRT-OFF AND PATCHED SUPERCHANGER: http://d-h.st/oOM :good:
Some Tweak and etc on file of XXMC8 because is newer(Kyrillos13 said)
Instructions:
1. Copy to sdcard
2. Open Root Explorer, Copy file and go to System/framework
3. Mount R/O to R/W
4. Replace system/framework [BACKUP First]
5. Set Permission rw-r--r--
6. remount R/W to R/O
7. Reboot
FOR lazy People:
DOWNLOAD it and flash via CWM: (not need mount preload)
CRT-off + Superchanger: http://d-h.st/QDY
Only Superchanger: http://d-h.st/GCh
Note: Only take effect in stock kernel and BCS Kernel(I tested in two kernel is stock and bcs it work fine but in D-kernel v2 cannot work)
Thanks to @kyrillos13 has mod it:victory:
Thanks to Rox has mod and patched it is newer
P/S:I'm sorry my english so bad
shine911 said:
I like crt-off animation and i tried mod it but CRT-OFF not work and i have boot loop!:crying:
i want mod it, What should i do? I want everybody help me to mod CRT-OFF animation! Thanks before!
Can you share CRT-Animation off for ACE 2 running Jelly Bean ROM XXMC8?
I have been tried ROM Kyrillos v5 and v7b have Crt-Off and worked perfectly.
I do not understand any part of it affecting CRT - off Animation
Please:victory:
P/S:I'm sorry my english so bad
Click to expand...
Click to collapse
framework services.jar modification....
next lite rom (v1.2) is worked!
just push services.jar from Kyrillos to the right folder and replace the original one... all's working, tested on myself!..
Thanks! I will try it
Sent from my GT-I8160 using xda premium
I tried and not work
p/s: i using d-kernel v2, what wrong?
Thanks all! I try flash stock kernel and it worked
You should use edit button. It's forum not chat, you know?
Wysyłane z mojego GT-I8160 za pomocą Tapatalk 2
Can anyone share the services.jar from kyrillos?
Sent from my GT-I8160 using xda app-developers app
judas1977 said:
You should use edit button. It's forum not chat, you know?
Wysyłane z mojego GT-I8160 za pomocą Tapatalk 2
Click to expand...
Click to collapse
Sorry, I known
shine911 said:
Sorry, I known
Click to expand...
Click to collapse
Can u please share how u did it and upload the services.jar from kyrillos? Pls.
Sent from my GT-I8160 using xda app-developers app
Services.jar is at the top. After you download it, push it into system/framework/ and reboot.
Well the services.jar file from my rom is from MB4. MC8's services.jar is newer with more fixes/tweaks so it would be better to port it to MC8, but i am too lazy now. I will make many mods for the final JB version!
kyrillos13 said:
Well the services.jar file from my rom is from MB4. MC8's services.jar is newer with more fixes/tweaks so it would be better to port it to MC8, but i am too lazy now. I will make many mods for the final JB version!
Click to expand...
Click to collapse
I will wait final jb and your mod
Can you share me how to mod crt-off for services.jar?
I want try it
Sent from my GT-I8160 using xda premium
Is it me or the link isnt working?
Edit: link worked on other browser
Sent from my GT-I8160 using xda app-developers app
Works great, but with speaker phone, screen goes black (yes, with crt effect) and immediately screen goes back on. Watched it happening during a conversation which lasted over 12 minutes
Sent from my GT-i8160 using Tapatalk
szucsi1996 said:
framework services.jar modification....
next lite rom (v1.2) is worked!
Click to expand...
Click to collapse
is this for GT-I8160
I have modded MC8 services.jar. Now there is CRT-Off effect
Rox said:
I have modded MC8 services.jar. Now there is CRT-Off effect
Click to expand...
Click to collapse
Rox help me patch services.jar not have crt-off. I try patch but not perfect
Sent from my GT-I8160 using xda premium
http://d-h.st/oOM
Here is MC8 services.jar with CRT-Off + patch for supercharging Enjoy !
To install it put it to /system/framework using root explorer and set permissions to rw-r--r--
Rox said:
http://d-h.st/oOM
Here is MC8 services.jar with CRT-Off + patch for supercharging Enjoy !
To install it put it to /system/framework using root explorer and set permissions to rw-r--r--
Click to expand...
Click to collapse
Can you link the guide you followed? I'll try to add a toggle to turn on/off CRT Effect

Categories

Resources