Please, help me root my Performance... - Sony Xperia X Performance Questions & Answers

HI. First of all, sorry for my english....
I've successfully unlocked bootloader, now i'm going to root my phone, but, how?!? I've read a lot of guides here, but i'm not so good with modding, and every thread hasn't a full specified "how to" with step by step tutorial.....
So.... I'm following this
https://forum.xda-developers.com/xp...ment/mod-sony-stock-patcher-xperia-x-t3528148
And i've download the sony stock patcher N zip file and i put it into my sdcard.
But I read that I need TWRP first, so for now i've downloaded the TWRP 3.1.0 zip file and the img file from this thread
https://forum.xda-developers.com/xp...recovery-twrp-3-0-2-0-touch-recovery-t3470402
I've open a cmd and type fastboot devices, and the device appear.... but now?
I have to simply type "flash twrp.img" following the instructions on twrp site?
Then i have to simply boot into recovery and flash the sony stock patcher.zip?
And then, i have to flash supersu? (i don't know ho to find SSU files...)
thanks

If you want to flash TWRP, you need to type "fastboot flash recovery <TWRP filename>" (for example, your TWRP image is named "twrp-3.1.0-0-dora.img",
then you should type "fastboot flash recovery twrp-3.1.0-0-dora.img")
After flashing, boot into recovery and then flash the sony stock patcher and SuperSU.
You can get SuperSU over here.

Related

[Q] Can someone walk me through how to install Multirom?

A little info:
I have a 5.0.2 Stock ROM installed (Lexodus ROM). What kernel or .img do I need?
I've already looked up tutorials to no avail, and they don't teach it manually just how to use the app...
I basically have everything downloaded and I need to know what to flash.
I would like to flash the new Blisspop ROM (5.1.1, CM12.1) as a secondary. Can I have more than two?
I do NOT want to use fastboot because I am unexperienced in it. If you can please teach me how to flash everything solely from my phone (Flashify).
I'm very cautious about this because everyone on the thread seems to know what to do except for me, so I'd like to know how without messing up my phone please.
http://forum.xda-developers.com/moto-g-2014/development/mod-multirom-v31-t3045290
Here you can find everything. First flash stelar kernel that is the only One that supporta kexec(multirom) on stock ROMs. then follow the multirom tutorial. There it explains a lot. U need an sd card formated ext4 or a partition formated ext4. And then u install inside your SD card. U can google videos step by step. U can flash 100 roms depending the size of your ext4 partition. Please read first post and good luck!
I'm also a bit inexperienced not I think fastboot its easy and safest to use and for install a recovery just make sure your flashing the right file in the right partition.
Install adb, fastboot and proper phone drivers
Unlock bootloader you can't skip this step
Put device in fastboot mode, turn off the. Press power on and vol down keys together for a couple second release and you'll see a menu that's fastboot.
In cmd
Fastboot devices (check if your device is recognized correctly if not install drivers again)
fastboot flash recovery recovery.img (this install the multimod compatible recovery download recovery from guide rename it to recovery.img)
Fastboot reboot (reboot phone)
Boot into recovery flash mulirom.zip and stellar kernel and you're done

need help, mucked up during installing cm11

I have a Sony Xperia Z1 and I have had cyanogenmod12.1 on my device for a little while now, but there are a couple of bugs and I wanted to go back to cyanogenmod11, so I downloaded the cm11 zip file onto my device and copyed it to the sd card,I then downloaded TWRP manager because the cyanogenmod recvoary does not have a zip file or flash part in the recovary, so I followed the procedures and then I flashed TWRP recovary. Once I got into the TWRP recovary I found the zip file for cm11 I then clicked flash. Not long later it said succesfull and then i had to reboot, i clicked reboot and this is where it whet wrong. My device then went into a bootloop because I left my device for 10mins. I then tried to access the custom recovary but it just came up with the sony logo and no custom recovary has come up since.
Jack Neilson said:
I ave a Sony Xperia Z1 and I have had cyanogenmod12.1 on my device for a little while now, but there are a couple of bugs and I wanted to go back to cyanogenmod11, so I downloaded the cm11 zip file onto my device and copyed it to the sd card,I then downloaded TWRP manager because the cyanogenmod recvoary does not have a zip file or flash part in the recovary, so I followed the procedures and then I flashed TWRP recovary. Once I got into the TWRP recovary I found the zip file for cm11 I then clicked flash. Not long later it said succesfull and then i had to reboot, i clicked reboot and this is where it whet wrong. My device then went into a bootloop because I left my device for 10mins. I then tried to access the custom recovary but it just came up with the sony logo and no custom recovary has come up since. Please help
-Jack
Click to expand...
Click to collapse
Hello,
I have reported this thread to be moved to the right Q&A so that experts there maybe able to help.
-Vatsal
If you made a backup, flash dual recovery then restore the backup?
Otherwise flash stock and start again
The only solution is to flash your firmware and start from zero point
Since you said there is bootloop and no recovery
Or you can flash twrp img file through fastboot mode
But for safety flash is best
You do not need to do a fresh flash. Doing so without deselected some things might wipe data like photos.
1. If you don't already have the fastboot and ADB drivers, get them here
2. Download a kernel with recovery and extract the boot.img
3. Open up command prompt in the folder the boot.img is in
4. Make sure your device is turned off completely
5. Hold volume down while attaching it to your computer
6a. If you just want to have temporary acces to recovery type in this code:
Code:
fastboot boot boot.img
6b. If you want to keep acces and use the recovery after rebooting type in this code:
Code:
fastboot flash boot boot.img
7. Enter recovery the way you would normally do, backup your important files and/or flash the new rom and kernel you would like to use

Corrupted partition - Global red magic 3 Rom phone

help me please. Phone RED MAGIC 3
I tried to install the custom ROM and my phone ended up corrupting the partition. I can't start in recovery mode, it is on that screen where you have the options: Restart, restart in recovery mode, restart in emergency recovery mode, Shut down. I downloaded the Chinese ROM, but in ZIP format. It has a lot of files, with boot.img and others in .img format, it also has the META-INF folder. How can I flash this ZIP to install the ROM? thanks
It looks like you did that without knowing enough about the procedure. The are a lot of guides explaining how to do it in the Red Magic 3 thread. Take a see about a solution.
Now, your problem is that you flashed the zip in the recovery without unlocking bootloader first. You must boot into the bootloader (the menu where you see that options to boot) and use the next fastboot commands (I won't explain about adb and fastboot. You have to download it and install them before use it. Look any guide on XDA):
Code:
fastboot oem nubia_unlock NUBIA_NX629J
At this step, you unlocked the bootloader temporally to flash any .IMG file
Code:
fastboot flashing unlock
You should see an advirtise screen that tells you about that your data is going to be fully wiped. Accept it and then you should be able to boot into the system and even into the recovery. To return to the global rom, simply flash the global rom (EU or NA) again. Don't lock the bootloader again or your phone will show you the same corruption screen. To flash the roms you don't have to uncompress the zip files you downloaded.
I hope that could be useful for you. Regards.
Perseo99 said:
It looks like you did that without knowing enough about the procedure. The are a lot of guides explaining how to do it in the Red Magic 3 thread. Take a see about a solution.
Now, your problem is that you flashed the zip in the recovery without unlocking bootloader first. You must boot into the bootloader (the menu where you see that options to boot) and use the next fastboot commands (I won't explain about adb and fastboot. You have to download it and install them before use it. Look any guide on XDA):
Code:
fastboot oem nubia_unlock NUBIA_NX629J
At this step, you unlocked the bootloader temporally to flash any .IMG file
Code:
fastboot flashing unlock
You should see an advirtise screen that tells you about that your data is going to be fully wiped. Accept it and then you should be able to boot into the system and even into the recovery. To return to the global rom, simply flash the global rom (EU or NA) again. Don't lock the bootloader again or your phone will show you the same corruption screen. To flash the roms you don't have to uncompress the zip files you downloaded.
I hope that could be useful for you. Regards.
Click to expand...
Click to collapse
Good Morning!
Thank you very much for the answers. I did all of these procedures via FASTBOOT, but I forgot to unlock the OEM, for this reason it corrupted. After it's corrupted, I do the OEM unlock procedure, however, when the file is ZIP (where it contains the startup items, META-INF) an error appears: file does not exist android.info.txt. This ZIP is for flashing via the system's internal memory, not via FLASHBOOT. As I cannot recover the recovery mode, I cannot update this ROM.zip. Is there another way to flash this zip? Sorry for the typo, I'm using google translator.
yurifonseca said:
Good Morning!
Thank you very much for the answers. I did all of these procedures via FASTBOOT, but I forgot to unlock the OEM, for this reason it corrupted. After it's corrupted, I do the OEM unlock procedure, however, when the file is ZIP (where it contains the startup items, META-INF) an error appears: file does not exist android.info.txt. This ZIP is for flashing via the system's internal memory, not via FLASHBOOT. As I cannot recover the recovery mode, I cannot update this ROM.zip. Is there another way to flash this zip? Sorry for the typo, I'm using google translator.
Click to expand...
Click to collapse
There is no much more options. There is only a way to flash the chinese rom for the phone and it's flashing the zip you downloaded in the recovery. If the message of "corrupted device" stills appearing before enter the flashing unlock fastboot command I recommend you to use he recovery tool that you could find in various of the threads about the Red Magic 3, but you should be able to boot the rom before the flashing unlock, I told you this because it happened to me in the same way.
If you are trying to flash the files of the different partitions in .img format, I have to tell that it's a little complicated because the zip doesn't contains a system.img, so you will halve to loose your data once to recover the phone...
Easy fix. Use the red magic 3 unbrick too. https://forum.xda-developers.com/red-magic-3/how-to/tool-nubia-red-magic-3-unbirck-tool-t3965044
Just follow the instructions in the tool zip.

Phone goes into fastboot mode after I reboot, can't get into system or recovery

My phone keeps getting stuck on fastboot mode.
I'll flash the standard MIUI ROM using the MiFlash Tool, then I flash a custom recovery and a custom ROM(EvolutionX in this case), everything works and I can set up my phone, but as soon as I reboot I can no longer boot into android or recovery. i've tried flashing multiple recoveries using fastboot and straight up booting a recovery using "fastboot boot recovery.img" but it still always go to fastboot. The only solution is to start the process all over again, and obviously that's just not an option since I can never turn my phone off after that.
Any tips?
I think I got it solved, at least I got it to reboot into Android and TWRP.
I used this guide, but I'll write the steps I took here in case you're having the same issue. I wound up using xiaomi.eu MIUI rom, but it shouldn't matter what you use, I'll assume you're stuck in fastboot.
Do "fastboot flash vendor vendor.img", you get this vendor.img from the fastboot version of the official MIUI ROM, after you decompress the .tar.gz it should be in the "images" folder
Do "fastboot flash recovery twrp.img" then "fastboot boot twrp.img", this should flash twrp as your recovery and then boot into it, for some reason it only worked with the official twrp, not orange fox.
Assuming you got into TWRP you should now flash the latest firmware(I got mine from xiaomifirmwareupdater.com) make sure you download just the firmware not the entire rom, mine was named something like fw_raphael_miui... .zip
Format data (not wipe, format, it's a separate option in TWRP), it should ask you to type yes, so do that.
Flash whatever ROM you want
Hopefully this helps you, I hate finding forum posts marked "solved" but with no instructions. I also tried the "vbmeta_dv_shivsom.img" method some threads mentioned but it didn't work
Here's a pastebin of the guide I used in case the original link goes down
You can get all the files I mentioned from xiaomifirmwareupdater.com and the official TWRP site
Out of all that, the one instruction that solves it is the format data step. This is the magic step required. You always need to do this when flashing over MIUI.
Flashing vendor was totally irrelevant.
This will tell you what you need to do.
Simple Guide to flashing successfully
Here's a quick guide to some of the basics. Which recovery. ---------------------------- Use the latest from here. https://forum.xda-developers.com/k20-pro/development/recovery-unofficial-twrp-xiaomi-redmi-t3944363/post79823568 Do not use Orange...
forum.xda-developers.com
Thanks a lot man! I'm having this issue and it is beyond annoying. I've lost so much time with this BS.
Edit: Does not help actually
I just had the same problem with my Lamentablet.
I was trying stuff up and restarted it in fastboot mode and got stuck there.
So, ways to deal with it:
adb reboot recovery
rebooted the tablet in recovery mode. All I had then was to press the power button to activate Reboot. Solved! From now on it boots normally.
Meanwhile I had discovered that by typing
fasboot continue
the tablet would resume, but at the next reboot cycle, power down + up cycle or reboot after a crash, the tablet would reboot into fastboot mode...
And I found this out when it crashed (it's not called a Lamentablet for nothing!).
Luckily I had a PC with Linux around. It didn't have the software installed but drivers were already in the Kernel and installing adb and fastboot was a matter of mere seconds. If I didn't have an easily ready PC at hand, this tablet would have become a brick until plugged in and rebooted...
OMG Thanks dude.... I'm literally working to installing custom rom on redmi 7a from stock rom but I don't know what reason that make my phone always stuck on fastboot when format data, before this was fine.
Osga21 said:
I think I got it solved, at least I got it to reboot into Android and TWRP.
I used this guide, but I'll write the steps I took here in case you're having the same issue. I wound up using xiaomi.eu MIUI rom, but it shouldn't matter what you use, I'll assume you're stuck in fastboot.
Do "fastboot flash vendor vendor.img", you get this vendor.img from the fastboot version of the official MIUI ROM, after you decompress the .tar.gz it should be in the "images" folder
Do "fastboot flash recovery twrp.img" then "fastboot boot twrp.img", this should flash twrp as your recovery and then boot into it, for some reason it only worked with the official twrp, not orange fox.
Assuming you got into TWRP you should now flash the latest firmware(I got mine from xiaomifirmwareupdater.com) make sure you download just the firmware not the entire rom, mine was named something like fw_raphael_miui... .zip
Format data (not wipe, format, it's a separate option in TWRP), it should ask you to type yes, so do that.
Flash whatever ROM you want
Hopefully this helps you, I hate finding forum posts marked "solved" but with no instructions. I also tried the "vbmeta_dv_shivsom.img" method some threads mentioned but it didn't work
Here's a pastebin of the guide I used in case the original link goes down
You can get all the files I mentioned from xiaomifirmwareupdater.com and the official TWRP site
Click to expand...
Click to collapse
thanks bro. flashing vendor after a format from twrp did the good

Question RECOVERY BOOTLOOP

Hello guys!
I am having a problem updating my current TWRP (version 3.52 came from one youtuber) to TWRP 3.6/OrangeFox.
I carefully follow steps. Even extracting my own rom boot.img just to flash it in accordance to said step. I successfully flash the said recovery but when i reboot to system or power off. It just keeps booting to recovery. Hoping for some enlightenment. Thank you!
1) you did not say what steps you did, or which tutorial you followed
2) what do you need twrp for?
jjsan said:
1) you did not say what steps you did, or which tutorial you followed
2) what do you need twrp for?
Click to expand...
Click to collapse
Reboot your phone into fastboot mode
Download Blank VBmeta and flash it using fastboot flash vbmeta vbmeta.img
Next, download TWRP .IMG file and flash it using fastboot flash boot IMAGE_NAME.img
Reboot into recovery mode (fastboot reboot recovery)
When booted into recovery, reflash stock boot.img (Install -> Install Image -> Select stock boot.img -> “Flash to: Boot”)
Next, go in Advanced -> Flash current TWRP and swipe to flash TWRP.
Reboot and enjoy!
That's the instruction given in a thread. I followed it but no luck. Keeps rebooting to recovery.
cant say if it works or not.
for rooting its better patch img and flash.
read this. there is also solution for bootloop
How To root Redmi Note 10S without TWRP (Text Guide in English)
By Following this guide, you will lose your warranty so keep that in mind before you begin. (Although you have probably already lost your warranty by unlocking the bootloader) So, if like me, you ended up buying the Redmi Note 10S because it was...
forum.xda-developers.com
jjsan said:
cant say if it works or not.
for rooting its better patch img and flash.
read this. there is also solution for bootloop
How To root Redmi Note 10S without TWRP (Text Guide in English)
By Following this guide, you will lose your warranty so keep that in mind before you begin. (Although you have probably already lost your warranty by unlocking the bootloader) So, if like me, you ended up buying the Redmi Note 10S because it was...
forum.xda-developers.com
Click to expand...
Click to collapse
I already root my device . Just confused why the posted updated TWRP and Orangefox (both by Woomy) doesn't let me boot to system.
pumpkin072618 said:
Reboot your phone into fastboot mode
Download Blank VBmeta and flash it using fastboot flash vbmeta vbmeta.img
Next, download TWRP .IMG file and flash it using fastboot flash boot IMAGE_NAME.img
Reboot into recovery mode (fastboot reboot recovery)
When booted into recovery, reflash stock boot.img (Install -> Install Image -> Select stock boot.img -> “Flash to: Boot”)
Next, go in Advanced -> Flash current TWRP and swipe to flash TWRP.
Reboot and enjoy!
That's the instruction given in a thread. I followed it but no luck. Keeps rebooting to recovery.
Click to expand...
Click to collapse
hmm, you sure you actually installed the stock rom kernel?
J6idot said:
hmm, you sure you actually installed the stock rom kernel?
Click to expand...
Click to collapse
I used the extracted boot.img pulled using adb. Am i doing it right?
pumpkin072618 said:
I used the extracted boot.img pulled using adb. Am i doing it right?
Click to expand...
Click to collapse
You can download the original ROM package and extract the boot.img from it, see if it works
Xiaomi Firmware Updater
The ultimate script that provides firmware packages for Xiaomi devices.
xiaomifirmwareupdater.com

Categories

Resources