[How to] Xperia E-Deodex rom on locked BL - Sony Xperia Miro, Tipo (Dual), J, E

I'll show you how deodex on locked bl
Needed:
- XPERIA E
- ADB
- pack deodex
- Root
- Flash Gordon
1. Download Flash Gordon, and install.
2. Put a pack on the phone, and run Flash Gordon.
3. Select a package and click Flash deodex.
4. Reboot
5. Run CMD, go to adb, and type (will be easiest to do this: Go to the folder with adb, stick shift, and the open the Open dialog recommending here)
adb shell
su
stop
mount -o rw,remount /system/ /system/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot​6. Ready
Download:​
Code:
http://www27.zippyshare.com/v/32240545/file.html

@Tejo001 Can you confirm you successfully used FlashGordon to flash the complete /system/apps folder before I try this method.. Thx

As I thought.. Bricked due to fc when trying to flash over running apps/system.. Ftf to the rescue!! (on E1 4.4.2 kitkat, with my own flashable deodex patch)

This method only works on E because it is converted from the ROM 2.33

I need comfirmation Have you try this methode ? Because i need a deodex rom for the systemui.apk i will install ^^ Because i have deleted the stock systemui.apk accidentally.. So you can certified this methode
And, you can make screenchot Thank you !
Sry my bad english :3

Yes

Thank you ! ♥
THANK YOU !
You have save me 2 times ! Because i deleted my systemui and with the flash i have it ! And i have now a deoxdex ROM ! Thank you !

There is no problem. Since I'm here

Tejo001 said:
This method only works on E because it is converted from the ROM 2.33
Click to expand...
Click to collapse
thanks, so are you saying FlashGordon does overwrite system/apps successfully or not (forget about what device I am on - I've made a perfectly good flashable deodex patch for my E1, as I did for Z Ultra and other sony devices http://forum.xda-developers.com/showthread.php?t=2798690).
Sorry for bugging you on this - I'm just confused how this could work on a running system (and I have an "unlockable" bootloader hence looking into other methods like this).
thanks again..

Related

Deodexed Xperia Miro Rom

So here is a deodexed system rom for xperia miro pure stock
SystemUI in attachments just put in done_app folder before flashing sorry for inconvenience
Installation is hard atm, untill i can make a flashable zip
copy "done_frame", and "done_app", and move them to the root of the sdcard.
adb shell
su (Accept prompt if appears on phone)
stop
mount -o rw,remount /system/ /system/
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/done_frame/* /system/framework/
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot
Download : Done App - http://www.mediafire.com/?o6pskgc64de68rb
Done framework - http://www.mediafire.com/?764m840iu1fn8tc
Neurom707 said:
So here is a deodexed system rom for xperia miro pure stock
Installation is hard atm, untill i can make a flashable zip
copy "done_frame", and "done_app", and move them to the root of the sdcard.
adb shell
su (Accept prompt if appears on phone)
stop
mount -o rw,remount /system/ /system/
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/done_frame/* /system/framework/
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot
Download : Done App - http://www.mediafire.com/?o6pskgc64de68rb
Done framework - http://www.mediafire.com/?764m840iu1fn8tc
Click to expand...
Click to collapse
hello neurom .. Which firmware do you deodex?
Nathan Ali Ashari said:
hello neurom .. Which firmware do you deodex?
Click to expand...
Click to collapse
Latest i believe it was 11.0.A.5.5
Neurom707 said:
Latest i believe it was 11.0.A.5.5
Click to expand...
Click to collapse
where the SystmUI.apk ?
It works on locked bootloader?
I have the original firmware 11.0.A.5.5.
Kind regards,
Jorge Moreira
Jorge Moreira said:
It works on locked bootloader?
I have the original firmware 11.0.A.5.5.
Kind regards,
Jorge Moreira
Click to expand...
Click to collapse
yes
Nathan Ali Ashari said:
where the SystmUI.apk ?
Click to expand...
Click to collapse
sorry i had modded ui will upload soon but soft bricked miro 5 mins ago and stuck
its working?
edzacruz95 said:
its working?
Click to expand...
Click to collapse
Yes use gimlo rom for miro tho much easier and saves time
its working in xperia miro st23a with bootloader locked?
Yes it is working with locked bootloaders
http://forum.xda-developers.com/showthread.php?t=2151400
^^ Flash that via cwm
Neurom707 said:
Yes it is working with locked bootloaders
http://forum.xda-developers.com/showthread.php?t=2151400
^^ Flash that via cwm
Click to expand...
Click to collapse
Are there any bugs ?
ispukan said:
Are there any bugs ?
Click to expand...
Click to collapse
GPS Fc's Statusbar for 30 seconds but thats all
bump! thanks

Deodexed Apps and Framework files,Install using ADB Shell method&Deodexed ur Rom

Hello Friends,
Here with a simple project which will help many users like me READY COMPLETE DEODEXED APPS & FRAMEWORK for your stock firmware
Reason behing making this ....
I have come accross many users asking for how to deodexed ROM.. Note 3 being very new device has very less options available in terms of roms etc to choose from so i decided and learned how to deodexed apps and frameworks and uploaded here so users with the same firmware can just use ADB SHELL Method with Root access and apply this deodexed files and make the complete ROM DEODEXED without any issue
Note : It will just replace the current apks and frameworks files with deodexed files
These files are taken from "INS-N900XXUBMJ1"Change List 01.10.2013 -} 1624790
U can apply these apks / files on N900
You have to install Using ADB Method "How to Setup"
Requirement
N900 firmware N900XXUBMJ1
Rooted Device
USB Debugging Enabled
Download
Here
Use the below command one by one once your device is connected and give access once its asked on the device to start the process
HTML:
adb shell
su
stop
mount -o rw,remount /system/ /system/
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/done_frame/* /system/framework/
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot
Credits
@A.S._id (Always helping)
@DjeMBeY (His Inpiring thread for deodexed roms helped me a lot)
@xda
Excellent work my friend thank you!
it only works on the N900 ? not on the N9005 ?
yoga7862 said:
it only works on the N900 ? not on the N9005 ?
Click to expand...
Click to collapse
I have taken the apps from N900 so I guess its works well with that's only
however if u wanna try with i9005 u can @ your Risk I m not sure of result honestly
If it does not work u ll have Boot Loop & u may have to flash stock firmware using Odin
OK, thanks a lot for the answer.

[Deodex][UPDATED] XL build 15.3.A.1.14

Deodexed files for build 15.3.A.1.14 from here
1. Copy app and framework folder to root of internal sd
2. Place adb tools somewhere on your windows PC
3. Turn on USB Debugging on and stay awake under developers options (If you didnt didn't get the developer options press build number 7 times)
4. Connect your phone to PC and make sure drivers are installed
5. Run the bat "Copy_Deodexed_and_Reboot.bat" under adb tools
6. The phone will reboot and if all worked fine, you will see "Android is Upgrading" on next boot as it creates Dalvik Cache
Enjoy !
Note: Those who are facing unexpected system reboots during deodexing process please first install remountrebootfix by [NUT]. You can download it from here.
Thanks to serajr for bat file
Great bro... :good:
I think this script will help! It worked here with no "remont fix" by [NUT] !!!
Code:
adb devices
adb shell "su -c 'stop'"
adb shell "su -c 'mount -o rw,remount -t ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system'"
adb shell "su -c 'chmod 777 /system/app'"
adb shell "su -c 'chmod 777 /system/framework'"
adb shell "su -c 'cp /sdcard/app/* /system/app/'"
adb shell "su -c 'rm /system/app/*.odex'"
adb shell "su -c 'cp /sdcard/framework/* /system/framework/'"
adb shell "su -c 'rm /system/framework/*.odex'"
adb shell "su -c 'mount -o ro,remount -t ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system'"
adb reboot
.
.
don't need remountfix but do need to be rooted.
i cant download dedexed files, it says "there's an error during download"
Download this LINK
I have edit some batch with your deodex folder....app and framework..
Just Extract to Computer then connect your devices with enable USB DEBUGGING.
Then Open Menu.bat, choose number 2 for deodex...
wait untill all file have push to system, then enter any key to reboot..
BTW great job:good:
Levered said:
Download this LINK
I have edit some batch with your deodex folder....app and framework..
Just Extract to Computer then connect your devices with enable USB DEBUGGING.
Then Open Menu.bat, choose number 2 for deodex...
wait untill all file have push to system, then enter any key to reboot..
BTW great job:good:
Click to expand...
Click to collapse
Does not work for me says push completed at the end but my files still have .odex changed nothing i have root access and latest busybox also developer options> USB dedugging on help
Taher.apk said:
Does not work for me says push completed at the end but my files still have .odex changed nothing i have root access and latest busybox also developer options> USB dedugging on help
Click to expand...
Click to collapse
does you enable unknown sources?
Levered said:
does you enable unknown sources?
Click to expand...
Click to collapse
Yes i do
Levered said:
does you enable unknown sources?
Click to expand...
Click to collapse
i did it via root explorer any way thank you very much for the deodex
How did You replace files using root explorer , i have problem with busybox (system halt on remount system) with system ver.15.3.A.0.26 ?
Levered said:
Download this LINK
I have edit some batch with your deodex folder....app and framework..
Just Extract to Computer then connect your devices with enable USB DEBUGGING.
Then Open Menu.bat, choose number 2 for deodex...
wait untill all file have push to system, then enter any key to reboot..
BTW great job:good:
Click to expand...
Click to collapse
I've enabled USB Debugging an Unknown Sources, the batch pushes everything and when it's time to copy to system, i'm getting error: device not found... and my L reboots...
I don't have installed remountrebootfix, because i think it's not necessary; i've mounted r/w with root explorer and my device didn't reboot... even i deleted a lot of bloatware before
still got odex files.. i'm trying to delete it manually using rootex but when i'm trying to restart it i've got bootloop :crying:
me too still odex files help please!!!!!!!
Its work!i dont have odex files..:good:
Hipom said:
Its work!i dont have odex files..:good:
Click to expand...
Click to collapse
How did you make it work? Have you used remount reboot fix?
Escrito desde mi Xperia L y weá
EDIT: Worked like a charm... Steps i did:
1. Root by the VRoot method, the installed SuperSU
2. Installed RemountRebootFix
3. Used the batch file by Levered
No odex files remaining!
Thanks all!
I just use deodex JB.zip extract zip and run the bat..odex files gone..
Sent from my C2105 using xda app-developers app
Deodexing working fine!
just download the deodexed files link mentioned in first post
then copy the app and framework folder to the deodexer tool which we had used for .17 firmware.
next execute the batch file and follow onscreen instructions!
your'e done!
Deodex build 15.3.A.1.12
Download files from here
Extract somewhere
Copy "app" and "framework" folder to root of your internal sd card
Make sure that USB Debugging is on
Run the batch under "adb tools" folder
Thanks to serajr for bach file
After i use this deodexed files my XperiaHome not working The latest XperiaHome 6.1.T.0.6 not working but version 6.1.A.0.5 working well )
[r[/QUOTE] Heh, You think giving us complicated code without instruction will deodexed the new firmware with just one touch ? huh,,i know you're A PRO (whoa tat crazy pro fuyoo giler ar sheram nih ,,) but PLEASE TEACH THE NOOBS STEP BY STEP .. Please give us a simple step for putting the code through Command prompt(it should run as admin etc) bla2,,man you take this really easy..this really dissapointed me,,

[Guide] How to Deodex Xperia C Stock rom JB 4.2.2 B# 16.0.B.2.6

How to Deodex Xperia C Stock rom JB 4.2.2 B# 16.0.B.2.6 without cwm
This way I was able to get it done & working
I am not responsible if You Brick your devices
Credits to All Dev's who given us good tools & made it Simple to get it done
All XDA users who have give easy tips.
Requried tools to get the job done
Holox Tool To back your Rom
If you like if press thanks
Universal Deodexer V4 to Deodex Apk's/jar's
Android SDK to push search here on xda to install & setup SDK
1. Download Holox Tool here & give credits there
Holox Tool here and follow the steps there how to backup Rom
2.Download Universal Deodexer V4[ALL DEVICES!!] & give credits there
Universal Deodexer and follow the steps there how to Deodex Apk's/jar's
1. Pull Framework files from Phone
2. Deodex all jar's file framework folder
3. make new folder & name "done_frame" copy all Deodex jar's files framework done_frame folder now
4. Now got Holox Tool folder & copy all apps *.apk & *.odex files from HoloxTool\ROM\app
also don't forget to deodex from framework folder SemcGenericUxpRes.apk & SemcGenericUxpRes.odex
5. make new folder & name "done_app" copy all Deodex apk's files framework done_app folder now
6. Connect your Phone to pc done_app & done_frame folders to root of sd card.
Now go here How to Push
Improtant Follow this steps to push files
Follow this steps to Push files & give credits there
Deodex ICS Strictly for Xperia S
Code:
adb shell
su
stop
mount -o rw,remount /system/ /system/
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/done_frame/* /system/framework/
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot
Reboot & enjoy
now your Phone is Deodexed
Now if you can edit or help us edit/theming.
proof
Thanks for the guide mate .
But can you tell me whats the difference between odex and deodex rom, and what exactly are the advantages of deoxed rom ?
metalrules321 said:
Thanks for the guide mate .
But can you tell me whats the difference between odex and deodex rom, and what exactly are the advantages of deoxed rom ?
Click to expand...
Click to collapse
please read here
The differences between Odex and Deodex Files
Xenon1978 said:
please read here
The differences between Odex and Deodex Files
Click to expand...
Click to collapse
If we can push files to our Xperia C, can we push rom like the same way? If there will be a rom for Xperia c of course.
TacoNikky said:
If we can push files to our Xperia C, can we push rom like the same way? If there will be a rom for Xperia c of course.
Click to expand...
Click to collapse
Yes I think so We can push. May be I will try it Later.
Xenon1978 said:
Yes I think so We can push. May be I will try it Later.
Click to expand...
Click to collapse
CWM is available for Xperia C. If your deodexed rom is flashable with CWM, can you please share it with us?
TacoNikky said:
CWM is available for Xperia C. If your deodexed rom is flashable with CWM, can you please share it with us?
Click to expand...
Click to collapse
no its not flashable with CWM
Xenon1978 said:
How to Deodex Xperia C Stock rom JB 4.2.2 B# 16.0.B.2.6 without cwm
This way I was able to get it done & working
I am not responsible if You Brick your devices
Credits to All Dev's who given us good tools & made it Simple to get it done
All XDA users who have give easy tips.
Requried tools to get the job done
Holox Tool To back your Rom
If you like if press thanks
Universal Deodexer V4 to Deodex Apk's/jar's
Android SDK to push search here on xda to install & setup SDK
1. Download Holox Tool here & give credits there
Holox Tool here and follow the steps there how to backup Rom
2.Download Universal Deodexer V4[ALL DEVICES!!] & give credits there
Universal Deodexer and follow the steps there how to Deodex Apk's/jar's
1. Pull Framework files from Phone
2. Deodex all jar's file framework folder
3. make new folder & name "done_frame" copy all Deodex jar's files framework done_frame folder now
4. Now got Holox Tool folder & copy all apps *.apk & *.odex files from HoloxTool\ROM\app
also don't forget to deodex from framework folder SemcGenericUxpRes.apk & SemcGenericUxpRes.odex
5. make new folder & name "done_app" copy all Deodex apk's files framework done_app folder now
6. Connect your Phone to pc done_app & done_frame folders to root of sd card.
Now go here How to Push
Improtant Follow this steps to push files
Follow this steps to Push files & give credits there
Deodex ICS Strictly for Xperia S
Code:
adb shell
su
stop
mount -o rw,remount /system/ /system/
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/done_frame/* /system/framework/
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot
Reboot & enjoy
now your Phone is Deodexed
Now if you can edit or help us edit/theming.
Click to expand...
Click to collapse
Can you show me exactly what did you do to deodex, because i tried so many times but failed. Plz. Sorry for my bad English
Get from here
Download Deodexed Stock System for Xperia C (16.0.B.2.16)
http://forum.xda-developers.com/son...dexed-stock-folder-xperia-c-16-0-b-2-t2867158
Bootloop
:
Xenon1978 said:
proof
Click to expand...
Click to collapse
can someone help whats Android version and Whats Compression Level on UnivresalDeodexerV5 for xperia c 4.2.2JB
every time i ended up with bootloop...............
Thanx....

[Completed] How to Deodex stock Rom for mtk chipset :)

Assalam Alikum (may peace be upon You) People!!
This Tutorial was also done by #Superstone
but that Method Doesn't work now
so here i am for new working Tutorial
Today I’ll be Showing you How To deodex your STOCK ROM
there is only one single signed tool Working with MTK 6592 chipset
Which is Known As UnReal-Deoder
Thanks To Super Stone a Junior member of XDA Fourms Community who found this tool Which is Written by UnReal Mitch and Compiled by Noracle
i-mobile Community Thailand 
So Let’s Get Started 
Requirements :-
1:- downloaded Java SDK 8
2:- Winrar or 7zip
3:-The Unreal-Deodexer
4:- Rooted Device with Root Manager
5:- MTK-Driod Tools 
Step:-
1:- Install the Downloaded java SDK
2:- Fetch The frame work and system apps via Root Explorer. To The sd card
3:- Extract Unreal-Deodexer make Sure there is no space in Directory i.e C:/downloads/Un-Realboxing
4:- now after removing Space paste the system framework folder and system apps in sytem folder in UnReal-Deodexer 
5:- and start Unreal-Deodexer and Wait Till its finished 
6:- after it has been Finished change the Name of Folder like
done_apps and done_framework
7:- post them in internat memory of Phone.
8:- Connect the phone with MTK-Droid Tools
9:- run Abd Terminal 
10:- Enter these Commands 
adb remount
adb shell
stop
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
rm /system/app/*.jex
cp /sdcard/done_framework/* /system/framework/
rm /system/framework/*.odex
rm /system/framework/*.jex
echo dalvik.vm.execution-mode=int:fast >> /system/build.prop
reboot recovery
11:-Now phone should be in Recovery mode. Wipe cache + dalvik cache in recovery. (Important to delete both caches! Otherwise phone might be stuck @ reboot...)
12:- reboot the phone (now deodexed rom needs quite a while for the first startup....)
13:- Enjoy Deodexed stock Rom 
Hi there,
There is many threads where is discussed about deodexing ROM's. See bellow:
[Guide] [Tutorial] How to Deodex Stock Rom using Universal Deodexer (Easiest Way)
[GUIDE][UPDATED] How to deodex stock kitkat roms
[GUIDE]【How To DEODEX Stock ROM】[UPDATE 30sept - FIX JELLYBEAN issue]
Ask in one of that thread if you have more querry about that.
Good luck

Categories

Resources