Xperia 10 - kernel + root

wang4632

Member
Jun 5, 2012
13
0
0
This works for me. Best idea is to use fastboot boot boot.magisk.img to test, then fastboot flash boot boot.magisk.img to flash it if it works.
hi, may I know your device info? Mine is I4193, 53.0.a.4.114, brought from HongKong China. I want root my Xperia 10, but I not sure if it works...
thanks a lot!!

---------- Post added at 11:32 AM ---------- Previous post was at 11:03 AM ----------

hi, may I know your device info? Mine is I4193, 53.0.a.4.114, brought from HongKong China. I want root my Xperia 10, but I not sure if it works...
thanks a lot!!
not work for me, it cause keeping reboot looping , I flash back to stock img.
 

Adi_OP

Member
Aug 18, 2018
39
8
0
Warka
I patched stock boot.img with latest magisk (19.1) for I41xx variant but not test it yet. I'll do it today later. If u want to test it just type this command 'fastboot boot boot-magisk-i41xx.img' and if it works u can flash it safetly.

Here's link: dl.dropboxusercontent.com/s/7ru7qqr4j6uubi9/boot-magisk-i41xx.img

edit:
How I did it?
I just downloaded stock boot.img and patched it with my other rooted device using magisk manager.
 
Last edited:

wang4632

Member
Jun 5, 2012
13
0
0
I patched stock boot.img with latest magisk (19.1) for I41xx variant but not test it yet. I'll do it today later. If u want to test it just type this command 'fastboot boot boot-magisk-i41xx.img' and if it works u can flash it safetly.

Here's link: dl.dropboxusercontent.com/s/7ru7qqr4j6uubi9/boot-magisk-i41xx.img

edit:
How I did it?
I just downloaded stock boot.img and patched it with my other rooted device using magisk manager.
It didn't work on my I4193.
 

bluelemonzz

Member
Sep 21, 2009
9
7
0
I took the risk and it is all working! Thank you. I have the I3123 version on this phone, but the steps I imagine would be similar for the other versions of the Xperia 10.

Here are all the steps I took:
1)Unlock bootloader. There are tutorials how to do this.
2)On the computer [I used Windows 10], download files for ADB (called platform tools) and USB drivers. I was able to find these on the Sony Developer website (google search "How to unlock bootloader - Open Devices - Sony Developer World" will take you directly to it). Extract both zip files. You should now have 2 folders, named "platform-tools" and "usb_driver".
3)When you plug in your phone, Windows will try to install the drivers. If it cannot, direct the path of the drivers to the USB drivers folder. This step should've already been done when unlocking the bootloader, but just repeating just in case.
4)Download the boot.img and boot.magisk.img from MAREK10747's cloud storage (links on the top of thread). Place these files directly in the platform-tools folder
5)Put phone into fastboot mode. <Turn phone off <Hold the Volume Up button on phone while plugging into computer through the USB cable<Phone led will turn blue and screen will be black. You're now in fastboot mode.
6)On the computer, go to the platform tools folder. Hold the shift key while right clicking on an empty space on the screen. Click "Open Power Shell Window Here."
7)Type
fastboot devices
I had to type it like this for some reason: .\/fastboot devices
If you get a result, then that means that your computer is communicating with your phone.
8)Now you got to flash some files to the phone. These are the commands I used:
\/fastboot flash boot boot.img
.\/fastboot flash boot boot.magisk.img
You should get confirmation after running each line saying OK. Then run this command
.\/fastboot reboot
9)After phone restarts, download and install MagiskManager-v7.2.0.apk. Do a Google search for this file (it's on this site, xda) Run app. It will ask you to install additional files, say yes. Phone will restart. It will install Magisk version 19.0. I tried flashing to the latest version, but phone start bootlooping. I would recommend keeping it to whatever it defaults to rather than updating.
10)That should do it. Magisk passes SafetyNet checks and all rooted apps are working.

Thank you very much for your files MAREK10747 :) and for helping me get root.
 

pattiandy

Member
Jul 14, 2018
8
2
0
i got stuck in a SONY-android-restart bootloop..

I took the risk and it is all working! Thank you. I have the I3123 version on this phone, but the steps I imagine would be similar for the other versions of the Xperia 10.

Here are all the steps I took:
1)Unlock bootloader. There are tutorials how to do this.
2)On the computer [I used Windows 10], download files for ADB (called platform tools) and USB drivers. I was able to find these on the Sony Developer website (google search "How to unlock bootloader - Open Devices - Sony Developer World" will take you directly to it). Extract both zip files. You should now have 2 folders, named "platform-tools" and "usb_driver".
3)When you plug in your phone, Windows will try to install the drivers. If it cannot, direct the path of the drivers to the USB drivers folder. This step should've already been done when unlocking the bootloader, but just repeating just in case.
4)Download the boot.img and boot.magisk.img from MAREK10747's cloud storage (links on the top of thread). Place these files directly in the platform-tools folder
5)Put phone into fastboot mode. <Turn phone off <Hold the Volume Up button on phone while plugging into computer through the USB cable<Phone led will turn blue and screen will be black. You're now in fastboot mode.
6)On the computer, go to the platform tools folder. Hold the shift key while right clicking on an empty space on the screen. Click "Open Power Shell Window Here."
7)Type
fastboot devices
I had to type it like this for some reason: .\/fastboot devices
If you get a result, then that means that your computer is communicating with your phone.
8)Now you got to flash some files to the phone. These are the commands I used:
\/fastboot flash boot boot.img
.\/fastboot flash boot boot.magisk.img
You should get confirmation after running each line saying OK. Then run this command
.\/fastboot reboot
9)After phone restarts, download and install MagiskManager-v7.2.0.apk. Do a Google search for this file (it's on this site, xda) Run app. It will ask you to install additional files, say yes. Phone will restart. It will install Magisk version 19.0. I tried flashing to the latest version, but phone start bootlooping. I would recommend keeping it to whatever it defaults to rather than updating.
10)That should do it. Magisk passes SafetyNet checks and all rooted apps are working.

Thank you very much for your files MAREK10747 :) and for helping me get root.

i got stuck in a SONY-android-restart bootloop..
 
  • Like
Reactions: surdee

Growking99

Senior Member
Nov 11, 2016
53
4
0
Someone please help!!! My computer will read my xperia 10 and adb devices works and I can see that my device is being read and or seen by adb but when I boot to the bootloader through adb commands my computer does not read my device through fastboot commands
 

Bardok84

Member
Apr 30, 2014
43
9
0
Torre del Mar (Malaga)
Someone Who Rooted the Xperia 10 following this tutorial....

Does Google Pay works?????

In my case, once I rooted my xperia, Google pay did not work because Google pay detected the Root. Then I hid Root status using xposed and RootCloak, and Root was hid for Google Pay... but know, it does not work again , this time Google Pay says that it cannot work because the bootloader is unlocked...


So what can I do???? it is possible to have a XPERIA 10 Rooted and Unlocked with Google Pay working???? if so,.... what I have to do???


Thank you very much for your invaluable support.

Kind regards
 
  • Like
Reactions: ToastedToast

llamajockey

New member
Sep 28, 2019
4
2
0
Can I root with an older kernel?

My xperia 10 is at kernel 8.xx ...the August release.
Can I proceed with the root using an older kernel?
I think I'm supposed to get the current kernel from my phone and create a patched image but I have no idea how to extract my current kernel.

Thanks for any help!
 
  • Like
Reactions: MAREK10747

AndrOdin

Member
Mar 5, 2020
20
20
0
Root od avalaible on all kernels . If you want to get from me kernels with my support donate me :) and send to me pm .
I have sent you a PM regards a kernel patch for a newer kernel version, if that is something you can help with?
I would like to give a donation, if you can help?

info:
kernel 4.4.153-perf+ #1 Wed Apr 17 11:01:53 2019
Firmware build 53.0.A.14.28
 

utopiate

Senior Member
Feb 21, 2011
220
87
0
Someone please help!!! My computer will read my xperia 10 and adb devices works and I can see that my device is being read and or seen by adb but when I boot to the bootloader through adb commands my computer does not read my device through fastboot commands
If 'fastboot devices' does not return with a code then reinstall adb/fastboot drivers. Also try another usb port.