[CWM Recovery 6.0.2.8] Locked BootLoader - Sony Xperia ZR

First of all this is not my work, pretty much a copy & paste from another thread.
Credit goes to DooMLoRD for creating the Recovery, Krabappel2548 for making this project, cpasjuste and Cxpher for helping out.
This was originally developed for the Xperia Z and there is no mention from them that this is confirmed working on the Xperia ZR however I have installed it on mine without any problems.
The original post can be found here: http://forum.xda-developers.com/showthread.php?t=2187363
HOW TO ENTER RECOVERY:
- Press volume up or down when green LED is on while booting
REQUIREMENTS:
- Locked bootloader
- Root
- Windows pc with adb drivers
INSTALLATION:
- Download the package and extract it to your pc.
- Run the script to install the recovery
- Enjoy it!
DOWNLOAD:
check out original thread:
http://forum.xda-developers.com/showthread.php?t=2187363

gmengass said:
First of all this is not my work, pretty much a copy & paste from another thread.
Credit goes to DooMLoRD for creating the Recovery, Krabappel2548 for making this project, cpasjuste and Cxpher for helping out.
This was originally developed for the Xperia Z and there is no mention from them that this is confirmed working on the Xperia ZR however I have installed it on mine without any problems.
The original post can be found here: http://forum.xda-developers.com/showthread.php?t=2187363
HOW TO ENTER RECOVERY:
- Press volume up or down when green LED is on while booting
REQUIREMENTS:
- Locked bootloader
- Root
- Windows pc with adb drivers
INSTALLATION:
- Download the package and extract it to your pc.
- Run the script to install the recovery
- Enjoy it!
DOWNLOAD:
check out original thread:
http://forum.xda-developers.com/showthread.php?t=2187363
Click to expand...
Click to collapse
First of all, thanks for the info bro.
Is your XZR is 100% working fine with no errors?
If its ok, i want to try this out too.

gmengass said:
First of all this is not my work, pretty much a copy & paste from another thread.
Credit goes to DooMLoRD for creating the Recovery, Krabappel2548 for making this project, cpasjuste and Cxpher for helping out.
This was originally developed for the Xperia Z and there is no mention from them that this is confirmed working on the Xperia ZR however I have installed it on mine without any problems.
The original post can be found here: http://forum.xda-developers.com/showthread.php?t=2187363
HOW TO ENTER RECOVERY:
- Press volume up or down when green LED is on while booting
REQUIREMENTS:
- Locked bootloader
- Root
- Windows pc with adb drivers
INSTALLATION:
- Download the package and extract it to your pc.
- Run the script to install the recovery
- Enjoy it!
DOWNLOAD:
check out original thread:
http://forum.xda-developers.com/showthread.php?t=2187363
Click to expand...
Click to collapse
Waste of a thread, you could have just merged this with the rooting guide.

akash4357 said:
Waste of a thread, you could have just merged this with the rooting guide.
Click to expand...
Click to collapse
maybe but i did not create the rooting thread.

njsdante said:
First of all, thanks for the info bro.
Is your XZR is 100% working fine with no errors?
If its ok, i want to try this out too.
Click to expand...
Click to collapse
I have already backed up, restored, advanced restored, cleared Dalvik, clear cache, install .zip form SD with no problems.

Hi gmengass,
Which model/firmware do you own ?
Edit : ok, I tried it. Recovery installed on my XZR C5503 10.1.1.A.1.310.

how do i uninstall the recovery i want to update my phone over air

nikhil18 said:
how do i uninstall the recovery i want to update my phone over air
Click to expand...
Click to collapse
I guess you can use FlashTool to flash the official FTF file to restore stock recovery.

BobLC said:
Hi gmengass,
Which model/firmware do you own ?
Edit : ok, I tried it. Recovery installed on my XZR C5503 10.1.1.A.1.310.
Click to expand...
Click to collapse
I did it too, but note that I have wait for 25 min to finished, so don't worry.

Related

[DISCONTINUED][CWM][ALL BL][STOCK] ClockWorkMod 6.0.4.6 for Xperia T/TL/TX/V v9

This thread is no longer continued. My T died a few weeks ago for second time in his life and there is no cheap repair. I see you in the LG G2 forums (current device)
CLOCKWORKMOD FOR XPERIA T/TL/TX/V v9
From v1 to v8: based on this, so most credits go to cray_Doze.
From v9 onwards: own development.​
This is for:
Rooted phones
Locked/Unlocked bootloaders
Stock firmwares T/TL/TX/V (ICS & JB)
What is working:
Backup
Restore
External SD
Flash zip files
Mount/Unmount partitions
And so on, so apparently all (further testing and feedback will be appreciated)
What is NOT working:
Some users are reporting issues on latest v9 like error mounting both system partition and usb storage, formating external sd, and others. Take in account that CWM 6.0.4.6 is the latest version available for our devices, as many of you are requesting repeatedly. It comes from CM10.1, which is Android 4.3 while most of us are still on 4.1. So a lot of things are expected to not work. While Android 4.3 finally arrives for our devices and these issues are solved, if you're experiencing problems downgrade to v8 which is fully functional. Simple and clear.
Installing:
Installing CWM for the first time is as simple as:
Download CWM v4 installer for ICS if you are on Ice Cream Sandwich or CWM v9 installer for JB if you are on Jelly Bean, and unzip
Enable USB debugging and connect phone to your computer
Run install.bat/install.sh
Flashing CWM from itself (could be required after flash a rom) is as simple as:
Download CWM v4 flashable for ICS if you are on Ice Cream Sandwich or CWM v9 flashable for JB if you are on Jelly Bean, and copy to your phone
Flash the zip file from CWM
Older versions can be found here.
Entering CWM:
Disconnect usb cable and power off the phone
Power on the phone
When SONY logo appears:
On Xperia T/TL/TX press repeatedly (not holding) volume-down button until the phone vibrates
On Xperia V running ICS press repeatedly (not holding) volume-down button until the phone vibrates
On Xperia V running JB try one of these:
Press repeatedly (not holding) power button until the phone vibrates
Tap repeatedly the screen
Wait a few seconds and you will be on CWM
Navigating CWM:
Volume+ for up
Volume- for down
Power button for enter/ok
Unable to enter recovery?
Make sure you have granted superuser permissions to adb shell. Sometimes this occurs when running install.bat/install.sh for the first time, sometimes not. Best way is open a command terminal on your favourite operative system, enter "adb shell" and then enter "su". Your super user application will ask you for grant permissions, accept and retry running install.bat/install.sh.
Changelog:
v1: Modified sh script (removed some unnecessary commands, added validations with messages for install success/failed)
v2: Modified binary to display correct model information and versioning
v3: Tweaked chargemon script for JB kernels compatibility (many thanks to TiMiN8R for provide this solution)
v4: Reboot Fix self-integrated
v5: Tweaked chargemon script for Xperia V 9.1.A.1.140 firmware compatibility (many thanks to cray_Doze for provide this solution)
v6: Updated to CWM 6.0.3.0, solved wrong backup time
v7: Copy proper charger file for every supported Xperia model (installer version will ask for model whereas flashable version will try to determine it based on ro.semc.product.model build.prop property)
v8: Added install.sh script to allow installation from Linux environments (just applies to installer version, but flashable version also upgrades to do not embroil versioning)
v9: Updated to CWM 6.0.4.6
Bug reporting:
If you found a bug, or this CWM is not working for you, please send me a PM with:
A description of your problem
Which version of CWM you are
Which version of Android you are
Which model of Xperia you own
Dropbox links (or similar) to download the following log files (you must pull off from your phone just after reproduce the error):
/cache/chargemon/chargemon.log
/cache/recovery/last_log
If you help me, I will be able to help you. If your sole intention is to post something like "this doesn't work" or "please repair" and nothing more, your post will be ignored (at least by myself).
Last but not least, say that I just own the Xpertia T, not the TL/TX/V. That just means one thing: tracking and solving bugs on these are, as little, very difficult. Be patient and trust on hard work of developers.
Important notes:
Some users are experiencing problems entering CWM when they upgrade root's integrated busybox (1.20.0 version) to a mayor version (many thanks to istux for report this issue). Try reinstalling CWM to fix (many thanks to devilmaycry2020 to provide this solution).
If you come from ROM-integrated CWM, chances are that you do not have the proper charger file for your device model (it is copied on CWM installation, but no one has been performed due the integration nature). So if you are suffering automatic power on when charging, you must reinstall CWM.
Enjoy it!​
Does it work after do that: http://forum.xda-developers.com/showpost.php?p=32978279&postcount=2 on latest 7.0.A.3.195?
will link to the all in one thread
Pacjonek said:
Does it work after do that: http://forum.xda-developers.com/showpost.php?p=32978279&postcount=2 on latest 7.0.A.3.195?
Click to expand...
Click to collapse
At the moment you can't install CWM on FW195 with locked bootloader, but you can try this.
davidmarco said:
At the moment you can't install CWM on FW195 with locked bootloader, but you can try this.
Click to expand...
Click to collapse
It works for me. After that everything works (root) but recovery disappears.
To make back recovery, just use install.bat again.
I have a .195, root and recovery on locked bootloaoder
Thanks guys!
would this work on a Xperia TL rooted running .303?
Thanks
bamer02 said:
would this work on a Xperia TL rooted running .303?
Click to expand...
Click to collapse
It should, originally was developed for Xperia SX/GX and works in T like a charm, so I think both TL and TX are also candidates.
Please report if you try and works.
will do. ill try as soon as i get home. thanks.
davidmarco said:
Upgrade to Stock Firmware 7.0.A.3.195
Now that you have recovery, you can upgrade to FW195 as said here. After that, you need to install CWM again (don't worry, it will work even though you are in FW195 with locked bootloader; many thanks to Pacjonek for this info).
Enjoy it!​
Click to expand...
Click to collapse
After upgrading you need to flash this file in order to get the 7.0.A.3.195 stock kernel. People have reported bugs with extended standy mode causing bootloops with this method and a 303 kernel.
davidmarco said:
It should, originally was developed for Xperia SX/GX and works in T like a charm, so I think both TL and TX are also candidates.
Please report if you try and works.
Click to expand...
Click to collapse
It works.
Now, which roms would work? I understand they need to be stock based roms. But, is there a way around it? I want to try the MIUI rom on the Xperia. by the way, i did not upgrade to .195. I am still on .303.
Yes there is a way around it,unlock your bootloaderand them you can flash custom kernels. With a locked bootloader you are limited to stock kernels and stock based ROMs
Sent from the future on my Star Trek communicator.
Sent from my LT30p using XDA premium.
davidmarco said:
It should, originally was developed for Xperia SX/GX and works in T like a charm, so I think both TL and TX are also candidates.
Please report if you try and works.
Click to expand...
Click to collapse
Tried on TX (LT29i). It works!
But after installing recovery not apply OTA updates. It would be great to have the ability to remove recovery, for OTA update, as easy as installing.
dogsly said:
Tried on TX. It works!
But after installing recovery not OTA update. It would be great to have the ability to remove recovery for OTA update as easy as installing.
Click to expand...
Click to collapse
I'm on latest 195 FW so I'm unable to confirm that issue, but install recovery is no more than push a bunch of files to the device. Tomorrow I will try the opposite, pushing back any overwritten file. In theory this should work.
If you want the latest firmware you can also try this and then install CWM (it worked for me).
Any confirmed attempt on a TL running 7.0.B.1.152?
Sent from my GT-P3110 using Tapatalk 2
davidmarco said:
I'm on latest 195 FW so I'm unable to confirm that issue, but install recovery is no more than push a bunch of files to the device. Tomorrow I will try the opposite, pushing back any overwritten file. In theory this should work.
Click to expand...
Click to collapse
I wrote a little tool to remove CWM from our devices, it just deletes the stuff pushed by the installer and restores some original files. It can be downloaded from here.
It would be nice if someone could confirm that OTA update is working after remove CWM.
hkjr said:
Any confirmed attempt on a TL running 7.0.B.1.152?
Sent from my GT-P3110 using Tapatalk 2
Click to expand...
Click to collapse
I tried on my TL with .152, but so far no go.
Sent from my LT30at using xda premium
HawaiianJohn said:
I tried on my TL with .152, but so far no go.
Click to expand...
Click to collapse
Is the script outputting the message "CWM succesfully installed!" ?
Users of other Xperia devices have reported some combination of keystrokes working for them (when Sony logo is on screen), like press repeatedly vol+, hold vol-, tap screen multiple times... Have you tried some of these?
davidmarco said:
Is the script outputting the message "CWM succesfully installed!" ?
Users of other Xperia devices have reported some combination of keystrokes working for them (when Sony logo is on screen), like press repeatedly vol+, hold vol-, tap screen multiple times... Have you tried some of these?
Click to expand...
Click to collapse
Yes, it gave a "CWM successfully installed", press any key to continue message.
I haven't tried any combinations of volume +/- or screen taps other than the instructions that we're provided... so I'll try some other combos and see if that works. However, one time I got the phone into "SAFE MODE". Kinda surprised me.
Sent from my LT30at using xda premium
for me,i start the phone, when i have the logo "Sony", I press the touch vol+ and when the phone vibrate, I release the touch et it's good ^^
but i have a problem with the restore, i make my restore and after i bootloop ? :/
Meelouw said:
for me,i start the phone, when i have the logo "Sony", I press the touch vol+ and when the phone vibrate, I release the touch et it's good ^^
but i have a problem with the restore, i make my restore and after i bootloop ? :/
Click to expand...
Click to collapse
Wipe davlik cache and reboob.

[STOCK][C6602&C6603][4.2.2] Update to 10.3.1.A.0.244 [Rooted & XZDualRecovery][LB/UB]

[STOCK][C6602&C6603][4.2.2] Update to 10.3.1.A.0.244 [Rooted & XZDualRecovery][LB/UB]
Requirements:
Flashtool by @Androxyde
XZDualRecovery 2.5 RELEASE or newer.
Current FW version: 10.3.A.0.423, maybe others too, let me know!
Special features:
Superuser integrated in system, FULL root, no reboots when remounting /system RW!
XZDualRecovery 2.7 BETA (CWM ADVANCED 6.0.3.4 & TWRP 2.6.0.0) pre-installed;
Tailored FTF to minimize the chance of accidental system wiping!
No need to clear caches!
@shem2409 created a nice youtube video guide to assist you in your work, be sure to check this post for it! Thanks m8!
The C6603 ROM is based on the FTF provided by @NetSkill in this thread. Thanks dude
The C6602 ROM is based on the FTF provided by @alfiabraham in this thread. Thanks dude
In the following guide I suggest you use an external SDCard but that's just good practice, you can use your internal storage or even an USB OTG storage device in TWRP if you like to install, that's no problem!... If you are modding and the likes, best is to have an external sdcard, just for safeties sake.
C6602: How to update to 10.3.1.A.0.244:
For C6602: Download C6602GI.flashable.244.zip (Bittorrent: 741MB) and C6602_10.3.1.A.0.244_GenericI-stripped.ftf (15MB), save it somewhere you remember;
Put 'C6602GI.flashable.244.zip' on (the external) SDcard1;
Put 'C6602_10.3.1.A.0.244_GenericI-stripped.ftf' inside the Flashtool/firmwares folder;
Create a backup of your phone in CWM or TWRP and don't forget to backup the contents of 'SDCard0';
Flash 'C6602GI.flashable.244.zip' in TWRP, do not reboot but go back to the main menu, then go to reboot->power off;
Flash everything in 'C6602_10.3.1.A.0.244_GenericI-stripped.ftf';
Reboot to system without clearing (dalvik-/)cache.
C6603: How to update to 10.3.1.A.0.244:
For C6603: Download C6603CE.flashable.244.zip (Bittorrent: 688MB) and C6603_10.3.1.A.0.244_GenericCE-stripped.ftf (15MB), save it somewhere you remember;
Put 'C6603CE.flashable.244.zip' on (the external) SDcard1;
Put 'C6603_10.3.1.A.0.244_GenericCE-stripped.ftf' inside the Flashtool/firmwares folder;
Create a backup of your phone in CWM or TWRP and don't forget to backup the contents of 'SDCard0';
Flash 'C6603CE.flashable.244.zip' in TWRP, do not reboot but go back to the main menu, then go to reboot->power off;
Flash everything in 'C6603_10.3.1.A.0.244_GenericCE-stripped.ftf';
Reboot to system without clearing (dalvik-/)cache.
The first boot will be considerably slower and after a long wait at the boot animation you will see Android optimizing the apps on your phone.
I have done this myself along side @Tamirwig, using this method and we have not found any problem yet, again! :fingers-crossed:
NOTE: You will eventually/inevitably get the triangle screen again after doing this update (typically after you shut down your phone to reboot it without an actual reboot command), you will have to sit this one out it seems, it keeps coming back until it's done...
DO NOT INTERRUPT IT, LET IT RUN AND DO IT'S THING! you have been warned!
Enjoy! :laugh:
Known XZDualRecovery Issues:
Busybox Updater/Installer: If you have XZDualRecovery installed, un-install any Busybox updating app/tool as most if not all of them will install a version of busybox which does not support the lzma compression applets XZDualRecovery depends on. The version installed together with XZDualRecovery is very stable and I have yet to hear anyone complain about it's stability.
How to report errors:
Please, before shouting out "It doesn't work!!1!" or "I lost root!" or even "My phone reboots when remounting /system RW!!" try the following:
Restore a /system ONLY using any means you are familiar with so you can try again.
Root it using [Z][ROOT] DooMLoRD Easy Rooting Toolkit.
Install XZDualRecovery and then try to update again using TWRP. This time you can skip the FTF as it has already done it's job.
If it still fails something from there on: LOGS!!.
NOTE: The important ones can be found in /cache/recovery and in /tmp/XZDualRecovery, pack them up and send them to me.
Thank you
Works great! Thanks.
Flashing everything and not only baseband?
Gesendet von meinem C6603 mit Tapatalk 4 Beta
Just flash it (The stripped ftf) as is, you don't need to exclude anything or mess with the flashing settings.
This is awesome stuff! Can I flash this on my 6602? I have the XZ Dual recovery already installed with a C6603 stock rom.
carlsbad28 said:
This is awesome stuff! Can I flash this on my 6602? I have the XZ Dual recovery already installed with a C6603 stock rom.
Click to expand...
Click to collapse
you can, just don't expect LTE to magically work all of a sudden
[NUT] said:
you can, just don't expect LTE to magically work all of a sudden
Click to expand...
Click to collapse
Lol! Yes, of course! Downloading now!
[NUT] said:
you can, just don't expect LTE to magically work all of a sudden
Click to expand...
Click to collapse
ja deodexei this build but I have error when installing the system to move files deodex
anyone know why it reboots to mount rw
Thank you.
Just making sure this won't delete any of my current data, files, etc? I've made a backup of them already on cwm but just making sure
Currently using excelsus ROM by zero
Xperia Z Vanilla
bootloop here
Coming from monxdified Honami 01-03 rom.
Is this newer than.... 423??
Sent from my C6603 using xda app-developers app
Yes, .244 is newer than .423
just flashed the stock .244 yesterday.
I had a dual recovery before (somewhen...).... but i guess thats gone now ? (even flashed a few doom kernels between)
If i just flash this in CWM will it work ? Or is it essential to install Dual recovery before ?
P.S could you please consider using a different hoster for your .torrent files ? i use my NAS as external download station. Instead of just using the link Copy&Paste i had to wait 10sec, download the .torrent file and configure the download manually.
Or just a direct link to the .torrent file wihout waiting time, that would be awesome.
Flashed this successfully following instructions on the OP on my C6602.
One thing I noticed though, after flashing the zip, I went back to Menu in TWRP then tapped on Reboot. A prompt came up saying Root permissions are lost and a swipe to fix was shown. I did not attempt to fix and proceeded to next instruction and flashed through Flashboot.
Thanks for this update and guide @[NUT] Amazing piece of work.
EDIT: BTW, after the phone booted, I did not lose any data. Just an FYI. Oh, I still haven't seen that Triangle you mentioned in the OP. Hope it doesn't pop up.
carlsbad28 said:
Flashed this successfully following instructions on the OP on my C6602.
One thing I noticed though, after flashing the zip, I went back to Menu in TWRP then tapped on Reboot. A prompt came up saying Root permissions are lost and a swipe to fix was shown. I did not attempt to fix and proceeded to next instruction and flashed through Flashboot.
Thanks for this update and guide @[NUT] Amazing piece of work.
EDIT: BTW, after the phone booted, I did not lose any data. Just an FYI. Oh, I still haven't seen that Triangle you mentioned in the OP. Hope it doesn't pop up.
Click to expand...
Click to collapse
try rebooting after first boot
Thanks [NUT] I have updated my Z and I didn't even have to use titanium backup to restore anything, this is by far the easiest update I have ever done :good:
juanmaasecas said:
bootloop here
Coming from monxdified Honami 01-03 rom.
Click to expand...
Click to collapse
Same here, doesn't work for me I'm afraid...
is there any exploit to root an already updated version via pc-companion.
i have run the DooMLoRD-easy-rootkit_v18 and is not working (linux / windows)
BeetoCarvalho said:
ja deodexei this build but I have error when installing the system to move files deodex
anyone know why it reboots to mount rw
Thank you.
Click to expand...
Click to collapse
If you look at /tmp in a file manager app there should be 2 files there: killedric and remountedrootfs . If they are not there then the RIC service is probably active... can you check that for me?
dreamville said:
Just making sure this won't delete any of my current data, files, etc? I've made a backup of them already on cwm but just making sure
Currently using excelsus ROM by zero
Xperia Z Vanilla
Click to expand...
Click to collapse
Nope, the backup is in case something fails... but you should not lose anything if it all works as planned.
juanmaasecas said:
bootloop here
Coming from monxdified Honami 01-03 rom.
Click to expand...
Click to collapse
To migrate from a custom rom to stock is asking for problems sir... sorry but if you really want to use this ROM, make sure you have app backups and do a factory reset.
Haldi4803 said:
just flashed the stock .244 yesterday.
I had a dual recovery before (somewhen...).... but i guess thats gone now ? (even flashed a few doom kernels between)
If i just flash this in CWM will it work ? Or is it essential to install Dual recovery before ?
P.S could you please consider using a different hoster for your .torrent files ? i use my NAS as external download station. Instead of just using the link Copy&Paste i had to wait 10sec, download the .torrent file and configure the download manually.
Or just a direct link to the .torrent file wihout waiting time, that would be awesome.
Click to expand...
Click to collapse
You will be faster off when not using this package but rooting it with the workaround by DooMLoRD and installing the current XZDualRecovery....
For you and people like you i will add a direct link to the file on the download screen.
carlsbad28 said:
Flashed this successfully following instructions on the OP on my C6602.
One thing I noticed though, after flashing the zip, I went back to Menu in TWRP then tapped on Reboot. A prompt came up saying Root permissions are lost and a swipe to fix was shown. I did not attempt to fix and proceeded to next instruction and flashed through Flashboot.
Thanks for this update and guide @[NUT] Amazing piece of work.
EDIT: BTW, after the phone booted, I did not lose any data. Just an FYI. Oh, I still haven't seen that Triangle you mentioned in the OP. Hope it doesn't pop up.
Click to expand...
Click to collapse
TWRP expects a certain permission on the su executable... which is basically the same as with my packages. Even DooMLoRD sets the same... i was going to report a bug on that to Team Win about that soon... it's annoying. Root works fine either way.
spazzy1912 said:
try rebooting after first boot
Click to expand...
Click to collapse
Shutting down is more the trigger...
dazjp71 said:
Thanks [NUT] I have updated my Z and I didn't even have to use titanium backup to restore anything, this is by far the easiest update I have ever done :good:
Click to expand...
Click to collapse
You're welcome, here to please
[NUT] said:
Nope, the backup is in case something fails... but you should not lose anything if it all works as planned.
To migrate from a custom rom to stock is asking for problems sir... sorry but if you really want to use this ROM, make sure you have app backups and do a factory reset.
Click to expand...
Click to collapse
Hmmm but I'm on excelsus by zero ROM....would that cause an issue if updated like you said to the other person in the above quote?
Xperia Z Vanilla

TX 4.3 root & deodex for LB

I'm not developer, but I'm a normal user that trying to help TX user. Go the the link (http://apk.tw/thread-495505-1-1.html) and download those files (TX LT29i 4.3 295 deodex flashable04.zip and Xperia Tx 4.3 Root 懶人工具包.zip). After downloaded (Xperia Tx 4.3 Root 懶人工具包.zip) file, inside contain 4 files (UPDATE-SuperSU-v1.91.zip, XT-lockeddualrecovery2.7.89-BETA.flashable.zip, XT-lockeddualrecovery2.7.89-BETA.installer.zip, and Xperia_TX_LT29i 9.2.A.0.295 USA kernelonly.ftf). Then place files (UPDATE-SuperSU-v1.91.zip, XT-lockeddualrecovery2.7.89-BETA.flashable.zip, and TX LT29i 4.3 295 deodex flashable04.zip) into your phone.
Reminder : First your device have to be Rooted and CWM installed.
Instruction :
1. Boot into CWM
2. Wipe cache, dalvik cache, and personal data
3. Flash TX LT29i 4.3 295 deodex flashable04.zip
4. Then follow by XT-lockeddualrecovery2.7.89-BETA.flashable.zip, and UPDATE-SuperSU-v1.91.zip without reboot.
5. POWER OFF YOUR PHONE (not reboot)
6. Using Flashtool to flash the kernal.ftf file (Xperia_TX_LT29i 9.2.A.0.295 USA kernelonly.ftf)
7. Done
Note : Reported Xposed Installer 2.4.1 having issue.
Sorry for my bad english. Just want to share to TX user. Hope it works. Thanks
joonlin said:
I'm not developer, but I'm a normal user that trying to help TX user. Go the the link (http://apk.tw/thread-495505-1-1.html) and download those files (TX LT29i 4.3 295 deodex flashable04.zip and Xperia Tx 4.3 Root 懶人工具包.zip). After downloaded (Xperia Tx 4.3 Root 懶人工具包.zip) file, inside contain 4 files (UPDATE-SuperSU-v1.91.zip, XT-lockeddualrecovery2.7.89-BETA.flashable.zip, XT-lockeddualrecovery2.7.89-BETA.installer.zip, and Xperia_TX_LT29i 9.2.A.0.295 USA kernelonly.ftf). Then place files (UPDATE-SuperSU-v1.91.zip, XT-lockeddualrecovery2.7.89-BETA.flashable.zip, and TX LT29i 4.3 295 deodex flashable04.zip) into your phone.
Reminder : First your device have to be Rooted and CWM installed.
Instruction :
1. Boot into CWM
2. Wipe cache, dalvik cache, and personal data
3. Flash TX LT29i 4.3 295 deodex flashable04.zip
4. Then follow by XT-lockeddualrecovery2.7.89-BETA.flashable.zip, and UPDATE-SuperSU-v1.91.zip without reboot.
5. POWER OFF YOUR PHONE (not reboot)
6. Using Flashtool to flash the kernal.ftf file (Xperia_TX_LT29i 9.2.A.0.295 USA kernelonly.ftf)
7. Done
Note : Reported Xposed Installer 2.4.1 having issue.
Sorry for my bad english. Just want to share to TX user. Hope it works. Thanks
Click to expand...
Click to collapse
thanks u so much !
it working perfect
hi joonlin
in the main site there is a step install CWM XT-lockeddualrecovery2.7.89-BETA , i wonder if CWM4XperiaT_v8 was installed working or not ?
thanks
Confirmed root to be working, but CWM does not after following the translated steps. I can live without it for now though.
Thank you
blackcat1XIII said:
thanks u so much !
it working perfect
Click to expand...
Click to collapse
devilmaycry2020 said:
hi joonlin
in the main site there is a step install CWM XT-lockeddualrecovery2.7.89-BETA , i wonder if CWM4XperiaT_v8 was installed working or not ?
thanks
Click to expand...
Click to collapse
SammiSaysHello said:
Confirmed root to be working, but CWM does not after following the translated steps. I can live without it for now though.
Thank you
Click to expand...
Click to collapse
I find solution that can make CWM and Xposed installer working! :laugh:
After follow all the instruction on my first post, now:
1. Make sure have to tick unknown source and USB debugging (Abount phone > keep clicking the build number until it show Developer options)
2. Open file (XT-lockeddualrecovery2.7.89-BETA.installer.zip) and run (install.bat)
3. While progressing, check your phone and select OK
4. Done!
5. After installing then open app (NDR Utils), select ClockWordMod and click Reboot into Recovery (don't not press volume up or down while rebooting).
*6. If Reboot into Recovery not working, then manually power off and on again, but I think still having some issue there. Sorry if not working
For Xposed Installer:
1. Download from http://forum.xda-developers.com/showpost.php?p=48484642&postcount=6846
2. Install. Then shut down your phone and power on again.
3. Done.
joonlin said:
I find solution that can make CWM and Xposed installer working! :laugh:
After follow all the instruction on my first post, now:
1. Make sure have to tick unknown source and USB debugging (Abount phone > keep clicking the build number until it show Developer options)
2. Open file (XT-lockeddualrecovery2.7.89-BETA.installer.zip) and run (install.bat)
3. While progressing, check your phone and select OK
4. Done!
5. After installing then open app (NDR Utils), select ClockWordMod and click Reboot into Recovery (don't not press volume up or down while rebooting)
For Xposed Installer:
1. Download from http://forum.xda-developers.com/showpost.php?p=48484642&postcount=6846
2. Install. Then shut down your phone and power on again.
3. Done.
Click to expand...
Click to collapse
This worked!
SammiSaysHello said:
This worked!
Click to expand...
Click to collapse
But I think the CWM not working. Can't flash from sdcard
joonlin said:
But I think the CWM not working. Can't flash from sdcard
Click to expand...
Click to collapse
Hm. I haven't actually tried flashing anything
Have you tried both CWM and TWRP?
SammiSaysHello said:
Hm. I haven't actually tried flashing anything
Have you tried both CWM and TWRP?
Click to expand...
Click to collapse
Yup. Error on mounting SDcard.
CWM didn't work , error mounting sdcard0, error mounting sdcard1 too. useless if CWM dont work.
devilmaycry2020 said:
CWM didn't work , error mounting sdcard0, error mounting sdcard1 too. useless if CWM dont work.
Click to expand...
Click to collapse
btw try this method by blackcat and report http://forum.xda-developers.com/showthread.php?p=50420194
I'm having problem with super su with this tutorial. i dont know if i miss something or this is really a bug. i did this tutorial two times already today but it come up with the same result everytime i open SuperSU please help me guys.
"There is no SU binary installed,and SuperSU cannot install it. This is a problem!
If you just upgraded to Android 4.3, you need to manually re-root- consult the relevant forums for your device"
Oohhlala said:
btw try this method by blackcat and report http://forum.xda-developers.com/showthread.php?p=50420194
Click to expand...
Click to collapse
Did you try it and cwm work? I dont think it will work, anyway i reverted to 4.1.2, new 4.3 have too many bugs
i don´t understand what do i need to do this, op say sthat i have to be rooted and CWM installed, and i allready have that on 4.1.2 but i do all the steps, wipe everything then flash deodex zip, then flash SU update then recoverry flashable zip and after that turn off the phone and flash only 4.3 kernel on flashtool, but when my phone turns on root is allready lost, can anybody tell me what im doing wrong, is there a problem if i do this from oficial 4.1.2 i have locked bootloader
daniel090588 said:
i don´t understand what do i need to do this, op say sthat i have to be rooted and CWM installed, and i allready have that on 4.1.2 but i do all the steps, wipe everything then flash deodex zip, then flash SU update then recoverry flashable zip and after that turn off the phone and flash only 4.3 kernel on flashtool, but when my phone turns on root is allready lost, can anybody tell me what im doing wrong, is there a problem if i do this from oficial 4.1.2 i have locked bootloader
Click to expand...
Click to collapse
Shouldn't be a problem with locked bootloader. After flashing (TX LT29i 4.3 295 deodex flashable04.zip), try to flash (XT-lockeddualrecovery2.7.89-BETA.flashable.zip), then (UPDATE-SuperSU-v1.91.zip). Mmm.. and my opinion is not to upgrade to sony official 4.3 JB, because having lot of bugs and the most annoying bug is that will turn your phone off when fully charge. Maybe you can try 4.3 leak from EXR
joonlin said:
Shouldn't be a problem with locked bootloader. After flashing (TX LT29i 4.3 295 deodex flashable04.zip), try to flash (XT-lockeddualrecovery2.7.89-BETA.flashable.zip), then (UPDATE-SuperSU-v1.91.zip). Mmm.. and my opinion is not to upgrade to sony official 4.3 JB, because having lot of bugs and the most annoying bug is that will turn your phone off when fully charge. Maybe you can try 4.3 leak from EXR
Click to expand...
Click to collapse
Thanks man i.ve allready try it and i locked the bootloader again and restore the TA backup, i´m testing now with this method http://forum.xda-developers.com/showthread.php?t=2657190 and yes i know about all the bugs on 4.3, personally didn´t see that bug on my phone i leave it all night charging and wake up and its on and 100% charged so there´s no problem there for me, what does really bothers me is the volume bug and low volume system, but with root and CWM installed i guess it can be fixed.
So in order to use this method I should start with rooted 4.1.2? If so unfortunately I've lost root access due to official 4.3 update
XPS_93 said:
So in order to use this method I should start with rooted 4.1.2? If so unfortunately I've lost root access due to official 4.3 update
Click to expand...
Click to collapse
same like me. can i start with rooted 4.1.2?
XPS_93 said:
So in order to use this method I should start with rooted 4.1.2? If so unfortunately I've lost root access due to official 4.3 update
Click to expand...
Click to collapse
lagunabad said:
same like me. can i start with rooted 4.1.2?
Click to expand...
Click to collapse
As long as your phone is rooted and having CWM, then it will works fine.

[GUIDE]Xperia_TX_LT29i_9.2.A.1.199 Deodexed + root + CWM

hi all
someone chinese guy translate to english please.
http://www.mobile01.com/topicdetail.php?f=569&t=3774860&last=49078241
hi, @devilmaycry2020
this is the link for deodexed rom from OP given by you
https://mega.co.nz/#F!zxRyWYTQ!qgWw2anKKj9ZpLc_ItFIVA
thanks =D
izukamikain said:
hi, @devilmaycry2020
this is the link for deodexed rom from OP given by you
https://mega.co.nz/#F!zxRyWYTQ!qgWw2anKKj9ZpLc_ItFIVA
thanks =D
Click to expand...
Click to collapse
i've got it but got bootloop at sony logo. please translate the tutorial step by step how to flash it. can't read chinese language .thanks
Base on your link , for TX -
1) flash ROM in recovery - DO NOT reboot
2) flash lockeddualrecovery2.7.XX-BETA - DO NOT reboot
3) flash UPDATE-SuperSU-v1.9X.zip - DO NOT reboot
4) turn off phone (by taking out battery)
5) flash kernelonly.ftf with flashtool
then you're done
---------- Post added at 09:46 AM ---------- Previous post was at 09:30 AM ----------
For the rest , SP & V -
SP
You'll only need to
1) flash rom - DO NOT reboot
2) flash UPDATE-SuperSU-v1.9X
3) switch off phone (by taking out battery)
4) flash kernelonly.ftf using flashtool in flashmode
V
SP
You'll only need to
1) flash rom
2) switch off phone (by taking out battery)
3) flash kernelonly.ftf using flashtool in flashmode
Prerequisites for all device ( T / TX / V /SP ) -
1) rooted JB 4.1 fw with recovery installed
recommended recovery as follow :
T: lockeddualrecovery2.7.XX-BETA
TX: lockeddualrecovery2.7.XX-BETA
V: CWM6-cDM_v2.5_vfix2
SP: CWM_SP_LB_43
all of which can be found in the specific device thread in XDA
Works Perfectly!:good:
Dowload
1.TX LT29i 4.3 199 deodex USA ROMflash01S.zip
2.LT29i_9.2.A.1.199_USA kernelonly.ftf
From This Link >> https://mega.co.nz/#F!zxRyWYTQ!qgWw2anKKj9ZpLc_ItFIVA
3.XT-lockeddualrecovery2.7.94-BETA.flashable.zip (6.83MB)
From This Link >> http://nut.xperia-files.com/
4.UPDATE-SuperSU-v1.9X.zip
(I cant see the link in Chinese web but I already have the File If you want Download from my attachment)
****Then see the method that @crexzz Translate for us and follow those step****
add more link for better download speed :https://drive.google.com/file/d/0B7eKk4lF9rkONnJpcEwtYzZiUWs/edit?usp=sharing
devilmaycry2020 said:
i've got it but got bootloop at sony logo. please translate the tutorial step by step how to flash it. can't read chinese language .thanks
Click to expand...
Click to collapse
usually i use kernel with cwm, flash the rom, flash the superSU, and reboot =3
izukamikain said:
usually i use kernel with cwm, flash the rom, flash the superSU, and reboot =3
Click to expand...
Click to collapse
thanks. i dont want unlock bootloader if yes i can easy root 4.3 and not mention here mate.
devilmaycry2020 said:
thanks. i dont want unlock bootloader if yes i can easy root 4.3 and not mention here mate.
Click to expand...
Click to collapse
oh okay i forgot to say that im in UBL. pardon me.
still. thanks for sharing it =D
izukamikain said:
oh okay i forgot to say that im in UBL. pardon me.
still. thanks for sharing it =D
Click to expand...
Click to collapse
no problem
this guide is OK but have a bug is remount reboot problem, that's mean if i copy or delete any file in system folder the phone auto reboot. i've tried to flash remountrebootfix file but after that root had gone. "there is no SU binary installed....." . then i reflash SuperSU 1.93 and root come back but still have remount reboot problem .please help
really would like to try it, understand the procedure but really i have no clue where to download the needed files for XPERIA V...
I guess I only need ROM and kernelonly.ftf!?!?!?
thanks in advance!
doenen said:
really would like to try it, understand the procedure but really i have no clue where to download the needed files for XPERIA V...
I guess I only need ROM and kernelonly.ftf!?!?!?
thanks in advance!
Click to expand...
Click to collapse
Yup, you only need the flash the ROM with your existing recovery
then switch off phone
then u flash kernelonly.ftf using flashtool (flashmode)
this is the link, source from the page OP has linked to.
tps://mega.co.nz/#F!6k40HAxY!E7SSR9Y0un1QzN7it5NNuA
sorry, not enough post to insert link
crexzz said:
Yup, you only need the flash the ROM with your existing recovery
then switch off phone
then u flash kernelonly.ftf using flashtool (flashmode)
this is the link, source from the page OP has linked to.
tps://mega.co.nz/#F!6k40HAxY!E7SSR9Y0un1QzN7it5NNuA
sorry, not enough post to insert link
Click to expand...
Click to collapse
thank you very much! do i keep recovery AND root!?
crexzz said:
Base on your link , for TX -
1) flash ROM in recovery - DO NOT reboot
2) flash lockeddualrecovery2.7.XX-BETA - DO NOT reboot
3) flash UPDATE-SuperSU-v1.9X.zip - DO NOT reboot
4) turn off phone (by taking out battery)
5) flash kernelonly.ftf with flashtool
then you're done
---------- Post added at 09:46 AM ---------- Previous post was at 09:30 AM ----------
For the rest , SP & V -
SP
You'll only need to
1) flash rom - DO NOT reboot
2) flash UPDATE-SuperSU-v1.9X
3) switch off phone (by taking out battery)
4) flash kernelonly.ftf using flashtool in flashmode
V
SP
You'll only need to
1) flash rom
2) switch off phone (by taking out battery)
3) flash kernelonly.ftf using flashtool in flashmode
Prerequisites for all device ( T / TX / V /SP ) -
1) rooted JB 4.1 fw with recovery installed
recommended recovery as follow :
T: lockeddualrecovery2.7.XX-BETA
TX: lockeddualrecovery2.7.XX-BETA
V: CWM6-cDM_v2.5_vfix2
SP: CWM_SP_LB_43
all of which can be found in the specific device thread in XDA
Click to expand...
Click to collapse
hi.
i did as your guide and it's worked, root ok, cwm ok . but 1 big problem.
Have you got remount reboot problem when you copy / delete in system folder ? if no please show me how to do.
devilmaycry2020 said:
hi.
i did as your guide and it's worked, root ok, cwm ok . but 1 big problem.
Have you got remount reboot problem when you copy / delete in system folder ? if no please show me how to do.
Click to expand...
Click to collapse
i am not sure bro, i do not own the Xperia T neither did i try those roms. i only translated the steps to english for you.
could be a few possibilities for such problems
what did you try to delete? if it's apps , why don't u try using uninstaller app to uninstall instead of the usual way using a root browser
did you do anything out of the norm when flashing the ROM, recovery, SU update in recovery AND their kernelonly FTF using flashtool (in flashmode)?
thru out the whole process from flashing ROM till flashing kernelonly FTF, your phone should not be allowed to be booted/start up at all
perhaps you should tried re-doing the whole process and as follow -
1) revert to previous version
2) perform factory reset, including internal storage
3) root & install recovery from computer ( preferred recovery according to the site : XT-lockeddualrecovery2.7.91.installer.zip , or lastest)
4) boot up your phone, check everything is in order and ok, do not even update anything when prompted
5) enter recovery, in successive manner without rebooting your phone thru out,
flash rom
flash XT-lockeddualrecover flashable zip
flash update-supersu
6) after flashing is done, switch off your phone by taking out the battery
7) reinsert battery and DO NOT START your phone
8) place the kernelonly FTF in your flashtool\firmware folder
9) start flashtool, do not change any option and flash the kernelonly FTF to your phone
then you'll be done. Actually i do not see any reason why it'll give any problems unless the ROM or kernelonly FTF is not properly built or corrupted during download
alternatively, if it still gives problem, you can try flashing your own FTF file instead of their kernelonly FTF.
If you flash your own 9.2.A.1.199 FTF, just exclude "system"
disclaimer: i could be wrong
---------- Post added at 05:23 AM ---------- Previous post was at 05:07 AM ----------
doenen said:
thank you very much! do i keep recovery AND root!?
Click to expand...
Click to collapse
Yup, according to the original thread OP.
The ROM downloaded from their thread is supposed to be rooted, deodexed & include philz touch recovery(not stated which version though)
crexzz said:
i am not sure bro, i do not own the Xperia T neither did i try those roms. i only translated the steps to english for you.
could be a few possibilities for such problems
what did you try to delete? if it's apps , why don't u try using uninstaller app to uninstall instead of the usual way using a root browser
did you do anything out of the norm when flashing the ROM, recovery, SU update in recovery AND their kernelonly FTF using flashtool (in flashmode)?
thru out the whole process from flashing ROM till flashing kernelonly FTF, your phone should not be allowed to be booted/start up at all
perhaps you should tried re-doing the whole process and as follow -
1) revert to previous version
2) perform factory reset, including internal storage
3) root & install recovery from computer ( preferred recovery according to the site : XT-lockeddualrecovery2.7.91.installer.zip , or lastest)
4) boot up your phone, check everything is in order and ok, do not even update anything when prompted
5) enter recovery, in successive manner without rebooting your phone thru out,
flash rom
flash XT-lockeddualrecover flashable zip
flash update-supersu
6) after flashing is done, switch off your phone by taking out the battery
7) reinsert battery and DO NOT START your phone
8) place the kernelonly FTF in your flashtool\firmware folder
9) start flashtool, do not change any option and flash the kernelonly FTF to your phone
then you'll be done. Actually i do not see any reason why it'll give any problems unless the ROM or kernelonly FTF is not properly built or corrupted during download
alternatively, if it still gives problem, you can try flashing your own FTF file instead of their kernelonly FTF.
If you flash your own 9.2.A.1.199 FTF, just exclude "system"
disclaimer: i could be wrong
---------- Post added at 05:23 AM ---------- Previous post was at 05:07 AM ----------
Yup, according to the original thread OP.
The ROM downloaded from their thread is supposed to be rooted, deodexed & include philz touch recovery(not stated which version though)
Click to expand...
Click to collapse
thanks.
i want to modding my phone so uninstall app is not i want. i didn't take any things out of ROM zip file.
when i flash kernel, i exclude TA because it will lock SIM
if i flash whole FTF file but exclude system, my rom not deodex anymore ?
which phone have you got ? and your 4.3 dont have remount reboot problem ?
Anyone tried this guide?? but changing or replace the recovery XT-lockeddualrecovery with PhilZ Touch CWM Advanced Edition??......
So like this (For BL) :
Dowload :
1. TX LT29i 4.3 199 deodex USA ROMflash01S.zip
2. XT-lockeddualrecovery2.7.94-BETA.flashable.zip (Replaced to [RECOVERY][T,TL,TX,V][LB]PhilZ Touch CWM Advanced Edition) on this thread : http://forum.xda-developers.com/showthread.php?t=2657190
3. UPDATE-SuperSU-v1.93.zip
4. LT29i_9.2.A.1.199_USA kernelonly.ftf
Then :
1. coming from 4.1.2 JB ROM, Rooted + CWM for NW v8 or v7 is installed
2. flash ROM in recovery - DO NOT reboot
3. [RECOVERY][T,TL,TX,V][LB]PhilZ Touch CWM Advanced Edition - DO NOT reboot
4. flash UPDATE-SuperSU-v1.9X.zip - DO NOT reboot
5. turn off phone (by taking out battery)
6. flash kernelonly.ftf with flashtool
And it's work or doesn't work???....
because I prefer "PhilZ Touch CWM Advanced Edition" than XT-lockeddualrecovery ,
Regards
ibanez7
thanks
ibanez7 said:
Anyone tried this guide?? but changing or replace the recovery XT-lockeddualrecovery with PhilZ Touch CWM Advanced Edition??......
So like this (For BL) :
Dowload :
1. TX LT29i 4.3 199 deodex USA ROMflash01S.zip
2. XT-lockeddualrecovery2.7.94-BETA.flashable.zip (Replaced to [RECOVERY][T,TL,TX,V][LB]PhilZ Touch CWM Advanced Edition) on this thread : http://forum.xda-developers.com/showthread.php?t=2657190
3. UPDATE-SuperSU-v1.93.zip
4. LT29i_9.2.A.1.199_USA kernelonly.ftf
Then :
1. coming from 4.1.2 JB ROM, Rooted + CWM for NW v8 or v7 is installed
2. flash ROM in recovery - DO NOT reboot
3. [RECOVERY][T,TL,TX,V][LB]PhilZ Touch CWM Advanced Edition - DO NOT reboot
4. flash UPDATE-SuperSU-v1.9X.zip - DO NOT reboot
5. turn off phone (by taking out battery)
6. flash kernelonly.ftf with flashtool
And it's work or doesn't work???....
because I prefer "PhilZ Touch CWM Advanced Edition" than XT-lockeddualrecovery ,
Regards
ibanez7
thanks
Click to expand...
Click to collapse
your step is OK, i've tried it before you posted here, but the big problem is if i touch any files in system. my phone auto reboot. very annoy. can't do anything. turn back to 4.1.2
devilmaycry2020 said:
your step is OK, i've tried it before you posted here, but the big problem is if i touch any files in system. my phone auto reboot. very annoy. can't do anything. turn back to 4.1.2
Click to expand...
Click to collapse
You sure its work mate?, okay.. thank for the info, i think the root acces is not fix... need to fix it, (same case as in 4.1.2 build .67), maybe you can try this root fix, but i'm not sure its will work or not :
http://forum.xda-developers.com/showthread.php?t=2334552
ibanez7 said:
You sure its work mate?, okay.. thank for the info, i think the root acces is not fix... need to fix it, (same case as in 4.1.2 build .67), maybe you can try this root fix, but i'm not sure its will work or not :
http://forum.xda-developers.com/showthread.php?t=2334552
Click to expand...
Click to collapse
i'm sure, root OK, CWM ok, i've tried flash remountrebootfix by [NUT] but after flash ROOT HAS GONE, then i reflash superSU, ROOT come back, but remount reboot NOT FIX.

[STOCK ROM][Root][FTF] XTZ SGP312 - Upgrade to 10.5.1.A.0.283 VMo EU4 + Deoxeded

Requirements:
Flashtool by @Androxyde --> http://www.flashtool.net/index.php
Already Rooted SGP312 with custom recovery installed ( if not, grab a 10.5.A.0.230 ftf, root with towelroot then install a recovery)
Dl link :
SGP312_10.5.1.A.0.283.flashable.zip --> https://mega.co.nz/#!4MtQGCIJ!ja_gYJ7ta2nnrcEaRIpljmmehd4wF2f52nHE2GLB_N8
SGP312_10.5.1.A.0.283_VMo_EU4_Stripped.ftf --> https://mega.co.nz/#!MBVwVB7J!I-_KueRRexo7D8Am9OFYXKkf9eiOH4KRjpmQr2lR3Yc
-- > make an nandroid backup before flashing
1. Put 'SGP312_10.5.1.A.0.283.flashable.zip' on (the external) SDcard
2. Put 'SGP312_10.5.1.A.0.283_VMo_EU4_Stripped.ftf ' inside the Flashtool/firmwares folder on your comp
3. Reboot to recovery then flash 'SGP312_10.5.1.A.0.283.flashable.zip' , don't wipe anything
4.POWEROFF yout TABZ, don't reboot in system
5. Launch flashtool in flashboot mode,select SGP312_10.5.1.A.0.283_VMo_EU4_Stripped.ftf then press volume down and plug your TABZ to your comp to flash the stripped FTF
6. Reboot to system
Upon completion you will have Android 4.4.4 rooted rom SGP312_10.5.1.A.0.283_VMo_EU4 with @[NUT] dual recovery version 2.7.154 for TABZ installed with all your apps and data from previous rom
Big thanks to @[NUT]
Update : Deodexed flashable .zip from recovery for ppl who like to mod roms later : https://mega.co.nz/#!NUFlmApQ!iPCM5CE_aj199f4jIUejZ4djOkefSs8j7dEbYHF0J-I. Just flash the zip in recovery and widpe cache/davilkcache (make a nandroid backup first)
ibis69 said:
Requirements:
Flashtool by @Androxyde --> http://www.flashtool.net/index.php
Already Rooted SGP312 with custom recovery installed ( if not, grab a 10.5.A.0.230 ftf, root with towelroot then install a recovery)
Dl link :
SGP312_10.5.1.A.0.283.flashable.zip --> https://mega.co.nz/#!4MtQGCIJ!ja_gYJ7ta2nnrcEaRIpljmmehd4wF2f52nHE2GLB_N8
SGP312_10.5.1.A.0.283_VMo_EU4_Stripped.ftf --> https://mega.co.nz/#!MBVwVB7J!I-_KueRRexo7D8Am9OFYXKkf9eiOH4KRjpmQr2lR3Yc
-- > make an nandroid backup before flashing
1. Put 'SGP312_10.5.1.A.0.283.flashable.zip' on (the external) SDcard
2. Put 'SGP312_10.5.1.A.0.283_VMo_EU4_Stripped.ftf ' inside the Flashtool/firmwares folder on your comp
3. Reboot to recovery then flash 'SGP312_10.5.1.A.0.283.flashable.zip' , don't wipe anything
4.POWEROFF yout TABZ, don't reboot in system
5. Launch flashtool in flashboot mode,select SGP312_10.5.1.A.0.283_VMo_EU4_Stripped.ftf then press volume down and plug your TABZ to your comp to flash the stripped FTF
6. Reboot to system
Upon completion you will have Android 4.4.4 rooted rom SGP312_10.5.1.A.0.283_VMo_EU4 with @[NUT] dual recovery version 2.7.154 for TABZ installed with all your apps and data from previous rom
Big thanks to @[NUT]
Click to expand...
Click to collapse
Dude, I'm surprised nobody but me and another guy have liked your post.
I used your guide cuz to me it was the shortest, simplest and easiest one to follow, and the fact that the firmware was flashable from recovery was a big bonus.
And by the way, if you're the guy that created the flashable package and the stripped tft, then I thank you 50 times for that. If you're the guy that uploaded those files to Mega, then I think you 100 times for that!
Either way, thank you VERY much for the best upgrade process for this latest firmware.
:good: :good: :good: :good: :good: :good: :good: :good: :good: :good: :good: :good: :good:
jeebspawnshop said:
Dude, I'm surprised nobody but me and another guy have liked your post.
I used your guide cuz to me it was the shortest, simplest and easiest one to follow, and the fact that the firmware was flashable from recovery was a big bonus.
And by the way, if you're the guy that created the flashable package and the stripped tft, then I thank you 50 times for that. If you're the guy that uploaded those files to Mega, then I think you 100 times for that!
Either way, thank you VERY much for the best upgrade process for this latest firmware.
:good: :good: :good: :good: :good: :good: :good: :good: :good: :good: :good: :good: :good:
Click to expand...
Click to collapse
Thanx, I'm the guy who made the ftf and upload it to mega but kudos goes to @Nut for his dualrecovery and his guide to make update.zip for xperia handsets.
BTW, i've just made a flashable zip for people who wants a deoxeded rom for modding purposes --> link added to op
Thanks very much for uploading this! Was hoping someone would release a de-odexed version.
Can I just flash the deodexed zip or do I need to flash the original first? The deodexed zip seems a lot smaller than the original file.
Cheers.
adielee said:
Thanks very much for uploading this! Was hoping someone would release a de-odexed version.
Can I just flash the deodexed zip or do I need to flash the original first? The deodexed zip seems a lot smaller than the original file.
Cheers.
Click to expand...
Click to collapse
Hi, deodexed zip need to be done after flashing ( and testing ...) the non deoxeded first.
ibis69 said:
Hi, deodexed zip need to be done after flashing ( and testing ...) the non deoxeded first.
Click to expand...
Click to collapse
Cheers for the quick reply.
adielee said:
Cheers for the quick reply.
Click to expand...
Click to collapse
thanks for this, this is for erope xperia tab z 312 only? cand this be used on Canada and USA as well? im Canadian, eh!
cheers and thanks for this
Hello,
I need help after trying to install the rom.
I've followed your tutorial. I've installed the rom with CWM recovery without error.
I've connected the device in with the flashtool and choose the SGP312_10.5.1.A.0.283_VMo_EU4_Stripped.ftf and flash. First it failed because the driver were installing. Then I've tried again and it went without error. I've then disconnect the device and tried to power on but nothing happen. I've managed to boot in flashboot mode and choose restart to system in the flashtool, but nothing happen.
Now I'm stuck and I cannot boot in flashboot mode anymore ! like if the device was completly dead, no LED flashing or something.
What should I try now ?
cantenna said:
thanks for this, this is for erope xperia tab z 312 only? cand this be used on Canada and USA as well? im Canadian, eh!
Rom can be used worldwide. I'm in Aust and no issues.
Possibly work with 311 as well, I think the only difference may be the model number in build prop.
Click to expand...
Click to collapse

Categories

Resources