[NEWS/.FTF Files] New firmware (10.1.E.0.265) for XPERIA TABLET Z

jaseli

Senior Member
Jul 16, 2008
83
12
0
The only way to root new firmware at the moment may be flashing a CWM zip of the latest version, after flashing the rootable FTF with root and recovery installed.
And OTA from a rooted firmware also works.
my situation was,

1. out of the box firmware 244
2. upgraded to 250
3. rooted using root many android
4. download 265 OTA
5. failed to install 265 OTA

6. Flashtool did not recognise my rooted SO-03E
7. failed to flash FTF file because flashtool did not recognise my tablet has turned on USB debugging mode.

8. updated via Sony Mobile Update Service
9. lost my root.

m(。≧Д≦。)m



從我使用 Tapatalk 2 的 SO-03E 發送
 

Fishmanzero

Senior Member
Sep 20, 2010
133
25
0
my situation was,

1. out of the box firmware 244
2. upgraded to 250
3. rooted using root many android
4. download 265 OTA
5. failed to install 265 OTA

6. Flashtool did not recognise my rooted SO-03E
7. failed to flash FTF file because flashtool did not recognise my tablet has turned on USB debugging mode.

8. updated via Sony Mobile Update Service
9. lost my root.

m(。≧Д≦。)m



從我使用 Tapatalk 2 的 SO-03E 發送
What's the version of your Flashtool? I was using beta6, and it should work as SUS is able to flash your tab...
I just did exactly what you did, so I tried to flash back one version older, just wondering why OTA works this time.
 

jaseli

Senior Member
Jul 16, 2008
83
12
0
What's the version of your Flashtool? I was using beta6, and it should work as SUS is able to flash your tab...
I just did exactly what you did, so I tried to flash back one version older, just wondering why OTA works this time.
i tried both the stable and beta6 version of Flashtool in both (flashtool and flashtool v64) on my Windows 8.

at point 6...all versions of flashtool i tried did not recognise my Tablet when i plugged it on with USB.

after i have updated my tablet with the Sony Mobile Update Service (SMUS), flashtool recongise my tablet when i plug the USB in.

i got my first 250 OTA before i root, and updated it successfully

i got the 265 OTA after the root, can download a 4.5mb OTA file to my tablet, but cannot install the OTA properly.
 

Rootk1t

Senior Member
Jun 2, 2013
1,415
631
143
I've got mt tablet with 10.1.1.A.1.253 firmware in stock. Can i downgrade to the previous firmware (what better?) root it with script (locked bootloader) and the update to 10.1.1.A.1.253 again to keep rooted and latest firmware?
 
Last edited:

om22

Senior Member
Feb 4, 2013
1,321
639
0
Munich
guys you know you need to go into flashmode for flashtool to recognise your device? when the device is off: press volume down and connect the tab to the pc WHILE HOLDING VOL DOWN. You will have green led and your tab will be recognized by Flashtool
 

DdcCabuslay

Senior Member
Feb 18, 2012
1,428
1,603
0
ddccabuslay.blogspot.ca
Anyway to root new fimware 370 yet?
If you rooted 344 you should be able to update OTA via Update Centre and keep root. I'm yet to test this theory; don't have enough battery to install update.

Edit: it works, but opening the system to R/W will cause the device to reboot. So I guess we'll have to wait for a stable root for 370.

Sent from my Xperia Tablet Z using xda developers app
 
Last edited:

harrylwc

Member
Feb 29, 2008
9
5
0
Here is the code of /system/etc/install-recovery.sh (so-03e 10.1.e.265 rooted),reboot problem solved:

Code:
#!/system/bin/sh
mount -o rw,remount /
killall ric;mv /sbin/ric /sbin/ric.bak
killall ric
 

jaseli

Senior Member
Jul 16, 2008
83
12
0
Here is the code of /system/etc/install-recovery.sh (so-03e 10.1.e.265 rooted),reboot problem solved:

Code:
#!/system/bin/sh
mount -o rw,remount /
killall ric;mv /sbin/ric /sbin/ric.bak
killall ric
@harrylwc
can you share with us how did u get your so-03e rooted and upgraded to 265?
thanks


Sent from my SO-03E using Tapatalk HD
 

harrylwc

Member
Feb 29, 2008
9
5
0
@harrylwc
can you share with us how did u get your so-03e rooted and upgraded to 265?
thanks


Sent from my SO-03E using Tapatalk HD
Here is the link of root many,make sure u current firmware version must be 10.1.e.0.244.
http://forum.xda-developers.com/showthread.php?t=1886460

Then factory reset u tablet(setting>backup&reset>factory data reset)
after that,u can upgrade to 10.1.e.0.265 by OTA

U may hit reboot problem after upgraded to 265.here is the solution:
Download terminal emulator app from Google play store
download install-recovery.sh and unzip it to /sdcard
Run below command on terminal emulator

Code:
su
mount -o rw,remount /
killall ric;mv /sbin/ric /sbin/ric.bak
killall ric
mount -o rw,remount /system
cp /sdcard/install-recovery.sh /system/etc/install-recovery.sh
chmod 755 /system/etc/install-recovery.sh
 

Attachments

Last edited:

harrylwc

Member
Feb 29, 2008
9
5
0

jaseli

Senior Member
Jul 16, 2008
83
12
0
Finally we can make it rooted!!! for Docomo SO-03E

265 root
https://skydrive.live.com/?cid=d419e72a27c5bdd1&id=D419E72A27C5BDD1!182&authkey=!AC7v0GDr5kWzT6M

If already rooted from 265, OTA to 269 (still keep rooted)

Just in case, you have updated to 269, then using this for root:

269 root
https://skydrive.live.com/?cid=d419e72a27c5bdd1&id=D419E72A27C5BDD1!187&authkey=!ALbJ06Hz8lsHe9o
Thanks @hkfriend

i had my 269 rooted~!!!


Sent from my SO-03E using Tapatalk HD
 
Last edited:

jaseli

Senior Member
Jul 16, 2008
83
12
0
Exactly how does this root tool work? Install Android SDK and ADB, connect tablet to computer in debug mode, run install.bat?
guess so.
if you already tried root many android.
you only need to extract the file and run the install bat in windows.

since it was written by japanese, expect to read messed characters during the process

Sent from my SO-03E using Tapatalk HD
 

salanos

Senior Member
Dec 8, 2012
84
13
0
guess so.
if you already tried root many android.
you only need to extract the file and run the install bat in windows.

since it was written by japanese, expect to read messed characters during the process

Sent from my SO-03E using Tapatalk HD
Do I have to run Root Many Android first? The Japanese characters in the install.bat show correctly.
Do you lose any user files or Mobile BRAVIA Engine 2, etc. after using the rooting kit? Thanks!
 

jaseli

Senior Member
Jul 16, 2008
83
12
0
Do I have to run Root Many Android first? The Japanese characters in the install.bat show correctly.
Do you lose any user files or Mobile BRAVIA Engine 2, etc. after using the rooting kit? Thanks!
you dont have to run rma first.
i am not sure if anything files were removed. i just use my tablet as usual. no factory reset. bravia engine 2 sticks.

Sent from my SO-03E using Tapatalk HD