[Deodex] [Android 5.1] [Sprout] [LMY47O] Deodex Framework - Android One (First-Generation) Cross-Device Genera

Deodexed Framework​
Deodexed Framework files for latest LMY47O Stock.
Deodexed Framework for ease editing,modding and tweaking of Framework.
"Boot.oat to Dex"
There is no need to Deodex apps because they are already deodexed.
Why to Deodex?
Because of deodexing you can edit your framework jar files such as android.policy.jar , framework.jar
Now they all contains class.dex .(which contains smali)
Required
LMY47O -{5.1 Stock Lollipop}
How to
Flash the given Zip.
it will not clear/wipe data or system.
Download
https://docs.google.com/file/d/0B8jbduQMLiqwemtHYUUtTXNrWGM/edit
Credits
@_riddle for oat to dex.
@Golv for Deodex Script.
@garynych2010 for his Zip Update Script.
@ThunderSky7

ThunderSky7 said:
Deodexed Framework​
Deodexed Framework files for latest LMY47O Stock.
Deodexed Framework for ease editing,modding and tweaking of Framework.
"Boot.oat to Dex"
There is no need to Deodex apps because they are already deodexed.
Why to Deodex?
Because of deodexing you can edit your framework jar files such as android.policy.jar , framework.jar
Now they all contains class.dex .(which contains smali)
Required
LMY47O -{5.1 Stock Lollipop}
How to
Flash the given Zip.
it will not clear/wipe data or system.
Download
https://docs.google.com/file/d/0B8jbduQMLiqwemtHYUUtTXNrWGM/edit
Credits
@_riddle for oat to dex.
@Golv for Deodex Script.
@garynych2010 for his Zip Update Script.
@ThunderSky7
Click to expand...
Click to collapse
Great work :good:
working, i test decompile n recompile android.policy.jar, framework.jar

Trying deodex stock rom and do factory reset..., i got Setup Wizard force close

rodhiesutrawan said:
Trying deodex stock rom and do factory reset..., i got Setup Wizard force close
Click to expand...
Click to collapse
Which method your are using to Deodex ?
And For what version of Android you are deodexing?

ThunderSky7 said:
Which method your are using to Deodex ?
And For what version of Android you are deodexing?
Click to expand...
Click to collapse
Using method from this thread http://forum.xda-developers.com/galaxy-s5/general/tool-deodex-tool-android-l-t2972025
I am on LMY470.

Well done Bro

Can someone post FM radio app deodexed

kumar akarsh said:
Can someone post FM radio app from dis ROM plzzzzz.
Click to expand...
Click to collapse
FM Radio apk with libs --
https://docs.google.com/file/d/0B8jbduQMLiqwQkpZNjhnRmNtaTA/edit?usp=docslist_api

How to install this FM app.. Plz help..

Easy
kulankit97 said:
How to install this FM app.. Plz help..
Click to expand...
Click to collapse
this is for stock 5.1 ( LMY40I )
FM Radio
push it to /system/priv-app/FMRadio/[Here with apk and lib folder]
and
if necessary
copy that lib files at
/system/lib/[Here. .so files]

Thanks..
---------- Post added at 09:29 PM ---------- Previous post was at 09:25 PM ----------
Will it work for Moto G GPe 5.1 ?

kulankit97 said:
Thanks..
---------- Post added at 09:29 PM ---------- Previous post was at 09:25 PM ----------
Will it work for Moto G GPe 5.1 ?
Click to expand...
Click to collapse
No. This will not work

kulankit97 said:
Thanks..
---------- Post added at 09:29 PM ---------- Previous post was at 09:25 PM ----------
Will it work for Moto G GPe 5.1 ?
Click to expand...
Click to collapse
Will Work on Only Android One Devices

Related

how do i know iam on which rom?

my about phone details are:
android 4.0.4
baseband version n7000xxlrk
kernel version 3.0.15-n7000jplr8-cl979677 [email protected]#3
build number imm76d.jplr8
somedays before i rooted with PhilZ-cwm6-JPLR8-OJP-2.7-signed
iam on stock rom???? or what???
and can anybody suggest me about the bootanimations for this.
thanx in advance
yeah you are on stock rom and if you have used philz kernel, the you are safe
---------- Post added at 03:54 PM ---------- Previous post was at 03:53 PM ----------
search for boot animation and you will get loads of then.
how can i use the boot animations for this kernel and rom?
download your boot animation in bootanimation.zip format.
and paste it in the system/media folder. set permissions to rw-r-r
reboot
ttsadaf said:
how can i use the boot animations for this kernel and rom?
Click to expand...
Click to collapse
Here you can find a lot of bootanimations
http://forum.xda-developers.com/showthread.php?t=1460899
You can either flash it or extract bootanimation.zip and paste it in the system/media/

[HOW TO] Enable S6 launcher hidden settings

There is a way how to enable hidden S6 launcher settings.
You need to know how to use compile/decompile programing.
1-decompile TouchWizHome_ZERO
2-go to decompiled folder TouchWizHome_ZERO_src/res/xml/
3-open home_settings_chooser.xml in text editor
4-go to /home_settings_title" android:selectable="false
5-change to /home_settings_title" android:selectable="true (like in picture below.
6-save it go back and compile the APK again.
7-replace the modified TouchWizHome_ZERO.apk to the system folder and reboot the phone
It will be like this
Thanks! What settings can be done in Touchwiz? Anyone has already a modded apk?
Thanks!
gpvecchi said:
Thanks! What settings can be done in Touchwiz? Anyone has already a modded apk?
Thanks!
Click to expand...
Click to collapse
There you enabeling hidden settings.like to change the animations,speed and other tweaks to the launcher
Can anyone post the modded apk please?
I just found the TouchWizHome_ZERO_MR1.apk and it won't decompile for some reason :/
For those reasons:
Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:54)
at brut.androlib.res.AndrolibResources.getResPackagesFromApk(AndrolibResources.java:604)
at brut.androlib.res.AndrolibResources.loadMainPkg(AndrolibResources.java:74)
at brut.androlib.res.AndrolibResources.getResTable(AndrolibResources.java:66)
at brut.androlib.Androlib.getResTable(Androlib.java:49)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:93)
at brut.apktool.Main.cmdDecode(Main.java:169)
at brut.apktool.Main.main(Main.java:85)
Caused by: java.io.IOException: Expected: 0x001c0001, got: 0x00000000
at brut.util.ExtDataInput.skipCheckInt(ExtDataInput.java:48)
at brut.androlib.res.decoder.StringBlock.read(StringBlock.java:43)
at brut.androlib.res.decoder.ARSCDecoder.readPackage(ARSCDecoder.java:95)
at brut.androlib.res.decoder.ARSCDecoder.readTable(ARSCDecoder.java:81)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:49)
... 7 more
stark1995 said:
Can anyone post the modded apk please?
Click to expand...
Click to collapse
This!
Sent from my SAMSUNG-SM-G920A using Tapatalk
I hope this will allow center app button...
gpvecchi said:
I hope this will allow center app button...
Click to expand...
Click to collapse
Nope.
stark1995 said:
Can anyone post the modded apk please?
Click to expand...
Click to collapse
+1 please
There is a video demo of S6 launcher enabled hidden settings https://youtu.be/3G9vGWX5-dc
Created by #nguyenxuanhoa http://forum.xda-developers.com/galaxy-s6/development/vnrom-s6-g920fxxu1aocv-v1-0-aroma-t3088154 @all credit is going to him
I tried to do exactly what you said on TouchWizHome_ZERO_MR1 but it doesn't show up. Do I need to edit something else?
I wonder can I pull it from the rom and place it on my phone. Going to try ?
Sent from my SAMSUNG-SM-G920A using Tapatalk
Don't work on Albe95 S6 Port 3.0
OMassalia said:
Don't work on Albe95 S6 Port 3.0
Click to expand...
Click to collapse
It did work. Used zip from here:
http://forum.xda-developers.com/note-4/themes-apps/s6-luncher-note-4-excellent-t3150054
First delete Touchwiz_Home_MR1 at system/privapp then flash the zip through recovery
and reboot. What's not working for me is blur/parallax/weather effect. I got fc's when i try
to enable these features.
jimdgreat3 said:
It did work. Used zip from here:
http://forum.xda-developers.com/note-4/themes-apps/s6-luncher-note-4-excellent-t3150054
First delete Touchwiz_Home_MR1 at system/privapp then flash the zip through recovery
and reboot. What's not working for me is blur/parallax/weather effect. I got fc's when i try
to enable these features.
Click to expand...
Click to collapse
I will test your file
---------- Post added at 09:04 ---------- Previous post was at 08:55 ----------
1-decompile TouchWizHome_ZERO
2-go to decompiled folder TouchWizHome_ZERO_src/res/xml/
3-open home_settings_chooser.xml in text editor
4-go to /home_settings_title" android:selectable="false
5-change to /home_settings_title" android:selectable="true (like in picture below.
6-save it go back and compile the APK again.
7-replace the modified TouchWizHome_ZERO.apk to the system folder and reboot the phone
I do that and don't work. What do you in your version to work ? Sorry for my poor english
OMassalia said:
Don't work on Albe95 S6 Port 3.0
Click to expand...
Click to collapse
You must download the zip file for Touchwiz home apk on the link i gave you.
then delete the Touchwiz_Home_MR1 folder in system/privapp
after that reboot in recovery ang flash the Touchwiz_Home.apk
which you just download. reboot after flashing.
I'm on albe95 S6 Port V3.0 and can confirm it's working.
No need to decompile/compile apk.
jimdgreat3 said:
It did work. Used zip from here:
http://forum.xda-developers.com/note-4/themes-apps/s6-luncher-note-4-excellent-t3150054
First delete Touchwiz_Home_MR1 at system/privapp then flash the zip through recovery
and reboot. What's not working for me is blur/parallax/weather effect. I got fc's when i try
to enable these features.
Click to expand...
Click to collapse
Work on 5.0.2?
Sent from my SAMSUNG-SM-G920A using Tapatalk
OMassalia said:
I will test your file
---------- Post added at 09:04 ---------- Previous post was at 08:55 ----------
1-decompile TouchWizHome_ZERO
2-go to decompiled folder TouchWizHome_ZERO_src/res/xml/
3-open home_settings_chooser.xml in text editor
4-go to /home_settings_title" android:selectable="false
5-change to /home_settings_title" android:selectable="true (like in picture below.
6-save it go back and compile the APK again.
7-replace the modified TouchWizHome_ZERO.apk to the system folder and reboot the phone
I do that and don't work. What do you in your version to work ? Sorry for my poor english
Click to expand...
Click to collapse
I done it before but i formated my pc and i dont have the tools to compile and decompile the app.can you give me the tools and ill try to edit it again and post a zip file?
mariolcela said:
I done it before but i formated my pc and i dont have the tools to compile and decompile the app.can you give me the tools and ill try to edit it again and post a zip file?
Click to expand...
Click to collapse
You want apk tool and signapk ?

Nexus 6 stock google camera file with odex file

Can anybody post stock marshmallow camera apk with odex file?
bibhu059 said:
Can anybody post stock marshmallow camera apk with odex file?
Click to expand...
Click to collapse
Sam problem bro, please give Camera Odex file,
Help
Goto>Root browser>System>App>Camera>Arm>.odex than copy

[GUIDE] How to deodex your Z5 roms

Hi Guys ,
Due to many requests and because I don't have the time, the internet connexion and the Health to support all variants, I want to share with you how to make your Deodex for your Z5 !!!!
I AM NOT RESPONSIBLE TO ANY END OF THE WORLD DAMAGE BRICK OR THINGS LIKE THAT ON YOUR DEVICE !!! READ CAREFULLY AND ALWAYS DO A BACKUP FIRST !!!!
So let's get into it!
You will need:
A computer with java and flashtool installed
the SVADEODEXERFORART Tool here
This Zip I made for my deodex with Serajr base
Winrar or 7zip
DiskInternals linux reader program installed (google it)
The Z5 variant FTF
FIRST: Extracting the system folder
-Open your FTF file with Winrar or 7zip and extract the system.sin file.
-Open Flashtool and go to Tools>Sin Editor and browse to the system.sin you extracted earlier. When selected, click Extract data button and wait Flashtool to finish the data extraction. You can close Flashtool after the end.
-Open the system.ext4 file you got after flashtool extraction with DiskInternals linux reader and double clik on the system partition (5.2GB partition).
-Select the App, priv-app, framework and vendor folder and Build.prop file and click save. Click next, set a folder in desktop called system and save the folders and file in this newly created folder (System on your desktop). Close the program after the end.
SECOND: Deodex the folder extracted
-Extract and copy the deodex tool (SVADeodexerForArt) in the system folder on your desktop
-Delete the others folder in vendor folder except the app folder (You will have only vendor/app folder)
-Copy the 3 folder inside the vendor/app and the Semcgeneric folder from framework to the system/app or system/priv-app folder.
-Launch the tool, browse to the system folder and select this folder . After tick the 3 box in the left, clik Execute and let's the tool do some magic.
-A log will normally pop up in the end and if you have no error we can continue.
-If finished without errors, go to the SVADEODEXERFORART folder. You will see the 3 folders with deodexed app. Cut or copy them to another folder, for example Z5 deodex folder
-Create the vendor and vendor/app folder in the new folder with deodexed app in it and cut-paste the 3 deodexed folders you copied earlier from app or priv-app folder to vendor/app folder and do the same for the deodexed Semcgeneric folder to framework
Congratulations you have deodexed your rom
THIRD: Flash the deodex zip
-Take the zip and copy inside the system folder, the folders you deodex earlier
-Go to recovery and flash
You are normally on deodexed rom
You can clean the files if successfull
Sorry for the language mistakes too :fingers-crossed:
If you have some problems check this Youtube Video. It can help you
Special Thanks to:
@serajr for this deodex zip base
@auras76 for this help for the first deodex
@svadev for this awesome tool
DiskInternals linux reader didn't see any files in system.ext4 .Please help. Thanks
devilmaycry2020 said:
DiskInternals linux reader didn't see any files in system.ext4 .Please help. Thanks
Click to expand...
Click to collapse
I've been using ext2explore to open and extract system.ext4. And I highly recommend to use SuperR Kitchen on Linux to deodex since I got random FC (different apps in different time to deodex) with any apps when I do deodex on Windows.
RyTekk said:
I've been using ext2explore to open and extract system.ext4. And I highly recommend to use SuperR Kitchen on Linux to deodex since I got random FC (different apps in different time to deodex) with any apps when I do deodex on Windows.
Click to expand...
Click to collapse
Thanks. But deodexing rom in linux is difficult for many guys. include me
devilmaycry2020 said:
DiskInternals linux reader didn't see any files in system.ext4 .Please help. Thanks
Click to expand...
Click to collapse
Can you post some screenshots?
Envoyé de mon E6653 en utilisant Tapatalk
RyTekk said:
I've been using ext2explore to open and extract system.ext4. And I highly recommend to use SuperR Kitchen on Linux to deodex since I got random FC (different apps in different time to deodex) with any apps when I do deodex on Windows.
Click to expand...
Click to collapse
For people who have Linux yes but I can't install Linux on my computer for HDD reason
Can you make a guide for Linux with SuperR ?
Envoyé de mon E6653 en utilisant Tapatalk
root
bro sorry for ask hear
bro pls tell me how to root xperia z5 dual with locked bootloader????????
---------- Post added at 03:48 PM ---------- Previous post was at 03:47 PM ----------
root
bro sorry for ask hear
bro pls tell me how to root xperia z5 dual with locked bootloader????????
rameshkotibani said:
bro sorry for ask hear
bro pls tell me how to root xperia z5 dual with locked bootloader????????
---------- Post added at 03:48 PM ---------- Previous post was at 03:47 PM ----------
root
bro sorry for ask hear
bro pls tell me how to root xperia z5 dual with locked bootloader????????
Click to expand...
Click to collapse
No root available for z5 locked bootloader.
---------- Post added at 05:26 PM ---------- Previous post was at 05:23 PM ----------
lordriguez said:
Can you post some screenshots?
Envoyé de mon E6653 en utilisant Tapatalk
Click to expand...
Click to collapse
I've used 7zip to extract system.ext4 successful anyway. Thanks
but how to flash deodex zip
rameshkotibani said:
but how to flash deodex zip
Click to expand...
Click to collapse
You need rooted phone. OK ?
success in xperia z3+ dual....
thanks bro
Can you explain this step please:
--copy The 3 folder inside the vendor / app and the SEMC Generic folder from framework to the system / app or system / priv-app folder.
Grazie
xfire said:
Can you explain this step please:
--copy The 3 folder inside the vendor / app and the SEMC Generic folder from framework to the system / app or system / priv-app folder.
Grazie
Click to expand...
Click to collapse
I don't see how i can explain more than that.... There are 3 folders in vendor/app and the semcgeneric folder in system/framework copy them and paste in sytem/app or system/priv-app to be deodexed
lordriguez said:
I don't see how i can explain more than that.... There are 3 folders in vendor/app and the semcgeneric folder in system/framework copy them and paste in sytem/app or system/priv-app to be deodexed
Click to expand...
Click to collapse
Thanks, now I understood (translation by google), but in the vendor / app folder, I only have two folders: CromeCustomizazion and Ims.
xfire said:
Thanks, now I understood (translation by google), but in the vendor / app folder, I only have two folders: CromeCustomizazion and Ims.
Click to expand...
Click to collapse
2 folders? The first time I heard that...
I have them and the nativeAudioLatency folder...
Copy them and continue ! Be sure to make a TWRP backup before testing...
Envoyé de mon E6653 en utilisant Tapatalk
SvaDeodexerForArt did not work for me, always failed at boot.oat. But using Superrs-Kitchen on Manjaro Linux, I could do it easily. Very clear instructions all through the process.
I created the .253 deodex and flashed it. No issues so far.
ganeshbiyer said:
SvaDeodexerForArt did not work for me, always failed at boot.oat. But using Superrs-Kitchen on Manjaro Linux, I could do it easily. Very clear instructions all through the process.
I created the .253 deodex and flashed it. No issues so far.
Click to expand...
Click to collapse
Hi
How could you do that ? I've tried to use SuperR Kitchen in Ubuntu but always failed. Bootloop at boot animation. Could you help me to deodex for E6683. Thank you.
There are many option when deodexing rom.
devilmaycry2020 said:
Hi
How could you do that ? I've tried to use SuperR Kitchen in Ubuntu but always failed. Bootloop at boot animation. Could you help me to deodex for E6683. Thank you.
There are many option when deodexing rom.
Click to expand...
Click to collapse
Sorry for the delay in replying.
Please follow the steps in the link.
I don't use Ubuntu. The steps are shown using Mint 18. You can get system.ext4 and kernel.elf using flashtool.
ganeshbiyer said:
Sorry for the delay in replying.
Please follow the steps in the link.
I don't use Ubuntu. The steps are shown using Mint 18. You can get system.ext4 and kernel.elf using flashtool.
Click to expand...
Click to collapse
Thanks for your help.
It's seem you didn't zipaligning apk file before make flashable ROM zip ? And you need a sample deodex.zip file to make final z5 deodexed zip , right ?
And there is an error while zipaligning apk file. here is the log file.
devilmaycry2020 said:
Thanks for your help.
It's seem you didn't zipaligning apk file before make flashable ROM zip ? And you need a sample deodex.zip file to make final z5 deodexed zip , right ?
Click to expand...
Click to collapse
There is a 224 Deodex zip, in the forum. You can use that. No, I did not zip align them.

[Z5] [7.1.1] [.54] [Deodexed]Super User Mod [Patched services.jar]

Hello good people,
After upgrading to android 7.1.1, most of Z5 users lose access to font selector cos tha superuser mod wasnt being patched correctly. Today with tha help of @Beetle84 and @serajr :good: (tha grand master), i present yhu a perfectly patched services.jar to give full access to super user mod.
Enjoy folks.....:victory::highfive:
Posted screenshots from font selector so as to see as evidence.
Thanks.....
Note: Make sure yhu are in selinux permissive mode...
Thread updated with services.jar from 54 FW..... Enjoy
18 downloads and 2 thanks? Come on people, it wont kill you to hit the thanks button...
whalesplaho said:
Hello good people,
After upgrading to android 7.1.1, most of Z5 users lose access to font selector cos tha superuser mod wasnt being patched correctly. Today with tha help of @Beetle84 and @serajr :good: (tha grand master), i present yhu a perfectly patched services.jar to give full access to super user mod.
Enjoy folks.....:victory::highfive:
Posted screenshots from font selector so as to see as evidence.
Thanks.....
Click to expand...
Click to collapse
Just flash in TWRP? Or what? Thanks.
MitoTakatori said:
Just flash in TWRP? Or what? Thanks.
Click to expand...
Click to collapse
Sure mate.... But make sure yhu re deodex or goto system/framwork/oat/ and delete services.odex file.
whalesplaho said:
Sure mate.... But make sure yhu re deodex or goto system/framwork/oat/ and delete services.odex file.
Click to expand...
Click to collapse
I see. Thanks! Re deodex before or after flashing the file?
---------- Post added at 07:02 AM ---------- Previous post was at 07:00 AM ----------
This Super User Mod, what is it exactly?
MitoTakatori said:
I see. Thanks! Re deodex before or after flashing the file?
---------- Post added at 07:02 AM ---------- Previous post was at 07:00 AM ----------
This Super User Mod, what is it exactly?
Click to expand...
Click to collapse
Deodex of tha rom must be done before flashing tha mod. But if yhu dnt have a full deodex rom, den yhu can just delete services.odex file den reboot to twrp and flash tha super user mod.
As tha name implies, super user mod gives advanced functionality to a rom, disable signature verification added by google which makes it hard to use modded system apps. Dis mods gives access to uses modded camera like xnext camera mod, font selector to change fonts and use some modded xperia themes and so on.
whalesplaho said:
Deodex of tha rom must be done before flashing tha mod. But if yhu dnt have a full deodex rom, den yhu can just delete services.odex file den reboot to twrp and flash tha super user mod.
As tha name implies, super user mod gives advanced functionality to a rom, disable signature verification added by google which makes it hard to use modded system apps. Dis mods gives access to uses modded camera like xnext camera mod, font selector to change fonts and use some modded xperia themes and so on.
Click to expand...
Click to collapse
I see. Thanks a lot friend! I happen to have stock 7.1.1 ROM. I just flashed it. So it's safe to flash this file and I will have the Super user mod?
MitoTakatori said:
I see. Thanks a lot friend! I happen to have stock 7.1.1 ROM. I just flashed it. So it's safe to flash this file and I will have the Super user mod?
Click to expand...
Click to collapse
Yeap brov..... Dnt forget to back up first please and also delete the services.odex file den boot to twrp and flash mod. But some apps dat requires deodex rom might not work properly.
whalesplaho said:
Yeap brov..... Dnt forget to back up first please and also delete the services.odex file den boot to twrp and flash mod. But some apps dat requires deodex rom might not work properly.
Click to expand...
Click to collapse
I see. Thanks brov! I will try this.
---------- Post added at 08:29 AM ---------- Previous post was at 08:02 AM ----------
So I already deleted services.odex inside the directory you said and flashed the mod. Where can I find the font selector?
MitoTakatori said:
I see. Thanks brov! I will try this.
---------- Post added at 08:29 AM ---------- Previous post was at 08:02 AM ----------
So I already deleted services.odex inside the directory you said and flashed the mod. Where can I find the font selector?
Click to expand...
Click to collapse
Here yhu go buddy;
https://forum.xda-developers.com/crossdevice-dev/sony/root-font-selector-igor-eisberg-t3367521
Using this for Xnext camera ?
Thank you so much for the patch!
colorado48 said:
Using this for Xnext camera
Thank you so much for the patch!
Click to expand...
Click to collapse
Happy it works.... Tried font selector too?
whalesplaho said:
Happy it works.... Tried font selector too?
Click to expand...
Click to collapse
I just flashed the zip.
Went to display -> font selector but the system force rebooted
Maybe i dont have deodexed rom?
I'm running patched kernel + your patched services.jar
colorado48 said:
I just flashed the zip.
Went to display -> font selector but the system force rebooted
Maybe i dont have deodexed rom?
I'm running patched kernel + your patched services.jar
Click to expand...
Click to collapse
Try dis... Copy to system/ and fix permission with rwx rxx rxx and apply den move to system/framework/ and reboot.
Its working here!
whalesplaho said:
Try dis... Copy to system/ and fix permission with rwx rxx rxx and apply den move to system/framework/ and reboot.
Its working here!
Click to expand...
Click to collapse
I also got error. When selected font settings RED light appear the reboot.
Read
Write
Executable
rwx rxx rxx
rxx not possible?
Yeah, I'm still getting reboots too
i'm assuming that is rw-r-r (0644) ?
Dnt know whats wrong but its working fine here..... Try dis one too please!
whalesplaho said:
Dnt know whats wrong but its working fine here..... Try dis one too please!
Click to expand...
Click to collapse
They dont have deodexed roms I think.
Beetle84 said:
They dont have deodexed roms I think.
Click to expand...
Click to collapse
i decompiled my own services.jar and done the tutorial of serajr for applying disabling signature. but font selector gives me reboot also 3 red led blink. tried your services.jar also still no luck also i have deodexed rom.
xaaaj said:
i decompiled my own services.jar and done the tutorial of serajr for applying disabling signature. but font selector gives me reboot also 3 red led blink. tried your services.jar also still no luck also i have deodexed rom.
Click to expand...
Click to collapse
Upload a copy of your STOCK deodexed services.jar and I will have a look.

Categories

Resources