When you encounter the error message "image is not signed or corrupt" while trying to flash TWRP using the fastboot command, it generally means that the TWRP image file you're trying to flash is either: 1. **Corrupted**: The file might be incomplete or damaged. 2. **Not signed**: Some devices require images to be signed with a specific key that matches the device’s firmware to ensure security. Here are steps to troubleshoot and resolve the issue: ### 1. **Check the TWRP File** - **Verify the file integrity**: Redownload the TWRP image from the official TWRP website for your specific device. Check the file's checksum (MD5 or SHA256) to ensure it wasn't corrupted during download. - **Correct device version**: Make sure you're downloading the correct TWRP image version for your specific device model. Using the wrong version could lead to compatibility issues. ### 2. **Unlock Bootloader** - **Ensure the bootloader is unlocked**: If your device's bootloader is locked, it will reject any unsigned images. Make sure your bootloader is unlocked before flashing TWRP. You can check this by running: ``` fastboot oem unlock ``` or ``` fastboot flashing unlock ``` Be aware that unlocking the bootloader may wipe your device’s data. ### 3. **Use an Official or Supported Version** - **Use an official TWRP build**: Sometimes, unofficial or older builds of TWRP might not work correctly with your device’s firmware. Stick to official releases whenever possible. - **Try alternative recoveries**: If TWRP doesn’t work, you might want to try flashing another custom recovery that supports your device (e.g., OrangeFox Recovery). ### 4. **Use Different Fastboot Commands** - **Try another command**: Instead of flashing directly to the boot partition, try booting into TWRP temporarily: ``` fastboot boot [twrp filename].img ``` This will boot TWRP without permanently installing it. From within TWRP, you can then install TWRP to the recovery partition or use its advanced features. ### 5. **Update Fastboot** - **Update Fastboot tools**: Ensure that you’re using the latest version of the platform tools (ADB and Fastboot) from Google’s official site. ### 6. **Flash TWRP via the Recovery Partition** - **Alternative flashing location**: If you are flashing TWRP to the boot partition and it fails, you can try flashing it to the recovery partition instead: ``` fastboot flash recovery [twrp filename].img ``` - After flashing, immediately boot into TWRP by holding the key combination for recovery on your device (usually Power + Volume Up/Down) to prevent the stock recovery from overwriting it. ### 7. **Custom Kernel or Firmware Compatibility** - **Custom Kernel**: If you're using a custom kernel, ensure that it's compatible with the version of TWRP you're trying to install. - **Firmware Compatibility**: Ensure your current firmware is compatible with the TWRP version you're flashing. Sometimes, updating your device's firmware may be necessary before flashing TWRP. If you've tried all these steps and are still facing issues, you may need to look for device-specific forums (like XDA Developers) where others have encountered and resolved similar problems.
Hey @TechNest will it work on oppo a37fw running on android 5.1.1 (lollypop) ? And also what if we factory reset the mobile after this , will it be on android 12 or again back to it's orignal android version
you need to check on the website whether your phone model is listed or not, if you are unable to find, please let me know the phone model number I will try to help you.
@@TechNest1 my model is Realme 1 and I can't find it in the list for TWRP or on the pixelexperience site. Is it still possible to upgrade my Realme 1 to Android 12?
@TechNest1 My model is SM-A350GN/DS and I can't find it in the list for TWRP or on the pixelexperience site. Is it still possible to upgrade my SM-A350GN/DS to Android 12?
Currently, I use a motorala G7 play and it is not found in the list in pixelExperience there is moto G7 power. Is this correct? 5:56 Also, i tape a similar and its sayed deprecated. What happen if i install it?
Is there any way to upgrade a Nokia 3.1 Plus (Cricket) TA-1124 to anything further than Android 9? I have one, it looks brand new, battery lasts forever, but most apps don’t support Android 9 anymore. I know the regular Nokia 3.1 Plus runs Android 10, but the Cricket models do not. It’s a shame to throw away a phone that still looks and works like new, but I haven’t found any information. Any help bro? 🙏
after installing custom rom android 12 any otp mobile did not received. jio app did not receiving otp flipkart amazon etc. no any app receving otp if i put other mobile sim number and write otp in custom rom mobile app will login but main sim in custom rom did not working with otp what will solution.
Hi , is it working with a samrtphone which was released on android 8 and the latest official version is android 10 ? I mean specificaly Huawei p20. Second thing - not connected strictly to the subject of video - in 2024 how many apps is working on android 10 ? Will it be a problem using this older version of android ?
hello, i've do all the stapes that you've mentioned on the video but afer a qualcom crash, i've try to reboot it and.. nothign appened, the phone is juste black, idk if it's oon or off, i've try to force bootup but nothing happened, no vibration, same thing for hard reboot
Tried to flash a custom ROM (android 14) for my 10 or G. Phone booted to TWRP successfully but after flashing the ROM, the phone got stuck on re-start loop. Tried to do a factory reset which failed. Now the phone is stuck in try again and factory reset options from android recovery. Not sure if service centers are still operational for 10 or G as they are not taking calls anymore. At this point, do I throw the phone away :P or still something can be done to make it functional again?
can you help me update my 2 Samsung Note 3 phones (SM-N9005 & SM-N9002) with a newer Android version or install another OS like lineage or Graphene? I'm not super technical. I can pay you for your help.
During your installation I see: "Failed to ... (invalid argument)". two times and "unable to find.. ." in red. Are these errors normal to see during installation?
I am and have been having ( the same exact problem for the ADB???? It Will Not Install, As I Also Do Not Get (The Install ADB exe Pop-up to Install It, Every Time????) What have I Done Wrong???????
Sir ur vedio was very good means very simple and informative..but was a little fast to my catchup..i have to rewind ur vedio many times to follow it..Great work sir..Thanks
hello i installed ADB and device driver on a different computer and it works, i run fastboot mode ADB reboot bootloader but when i type fastboot devices no device is shown on my computer what is that means?
Hi, honor 7A phone is not listed in the android download webpage. can you please suggest and alternative website or resource for the same.
wow an indian who speaks clear english
Neatly explained in structured format. Keep it bro
Thanks Bro👍
When i enter "fastboot flash boot [twrp file]" it tells me that the image is not signed or corrupt, what do i do???
When you encounter the error message "image is not signed or corrupt" while trying to flash TWRP using the fastboot command, it generally means that the TWRP image file you're trying to flash is either:
1. **Corrupted**: The file might be incomplete or damaged.
2. **Not signed**: Some devices require images to be signed with a specific key that matches the device’s firmware to ensure security.
Here are steps to troubleshoot and resolve the issue:
### 1. **Check the TWRP File**
- **Verify the file integrity**: Redownload the TWRP image from the official TWRP website for your specific device. Check the file's checksum (MD5 or SHA256) to ensure it wasn't corrupted during download.
- **Correct device version**: Make sure you're downloading the correct TWRP image version for your specific device model. Using the wrong version could lead to compatibility issues.
### 2. **Unlock Bootloader**
- **Ensure the bootloader is unlocked**: If your device's bootloader is locked, it will reject any unsigned images. Make sure your bootloader is unlocked before flashing TWRP. You can check this by running:
```
fastboot oem unlock
```
or
```
fastboot flashing unlock
```
Be aware that unlocking the bootloader may wipe your device’s data.
### 3. **Use an Official or Supported Version**
- **Use an official TWRP build**: Sometimes, unofficial or older builds of TWRP might not work correctly with your device’s firmware. Stick to official releases whenever possible.
- **Try alternative recoveries**: If TWRP doesn’t work, you might want to try flashing another custom recovery that supports your device (e.g., OrangeFox Recovery).
### 4. **Use Different Fastboot Commands**
- **Try another command**: Instead of flashing directly to the boot partition, try booting into TWRP temporarily:
```
fastboot boot [twrp filename].img
```
This will boot TWRP without permanently installing it. From within TWRP, you can then install TWRP to the recovery partition or use its advanced features.
### 5. **Update Fastboot**
- **Update Fastboot tools**: Ensure that you’re using the latest version of the platform tools (ADB and Fastboot) from Google’s official site.
### 6. **Flash TWRP via the Recovery Partition**
- **Alternative flashing location**: If you are flashing TWRP to the boot partition and it fails, you can try flashing it to the recovery partition instead:
```
fastboot flash recovery [twrp filename].img
```
- After flashing, immediately boot into TWRP by holding the key combination for recovery on your device (usually Power + Volume Up/Down) to prevent the stock recovery from overwriting it.
### 7. **Custom Kernel or Firmware Compatibility**
- **Custom Kernel**: If you're using a custom kernel, ensure that it's compatible with the version of TWRP you're trying to install.
- **Firmware Compatibility**: Ensure your current firmware is compatible with the TWRP version you're flashing. Sometimes, updating your device's firmware may be necessary before flashing TWRP.
If you've tried all these steps and are still facing issues, you may need to look for device-specific forums (like XDA Developers) where others have encountered and resolved similar problems.
@@TechNest1 great thanks!
Can Lenovo Legion Phone Duel 2020 be updated to Android 12? Please answer, because its name was not in the list of the twrp site.❤
Sorry Dear, not yet available
Please how do I get the Android build file for Tecno Pop 5 Pro
Bahi fast boot krne ke bad cmd me nadi sonkr rha hai device or uske bad kush nahi kr pa rha hu 😞kush bato
Bhai, mai issue samjh nahi paya. thoda acche se explain kar sakte ho kya?
Hey @TechNest will it work on oppo a37fw running on android 5.1.1 (lollypop) ?
And also what if we factory reset the mobile after this , will it be on android 12 or again back to it's orignal android version
Will this works on device that are not longer supported for the update? My device is only from 2019 so I don't think it's too old
you need to check on the website whether your phone model is listed or not, if you are unable to find, please let me know the phone model number I will try to help you.
@@TechNest1 I don't really have high hopes for it tho 😅 but it's Oppo F11 Pro
@@TechNest1 my model is Realme 1 and I can't find it in the list for TWRP or on the pixelexperience site. Is it still possible to upgrade my Realme 1 to Android 12?
@TechNest1 My model is SM-A350GN/DS and I can't find it in the list for TWRP or on the pixelexperience site. Is it still possible to upgrade my SM-A350GN/DS to Android 12?
@@TechNest1 Asus Zenfone 2 Laser(720p)
'ur amazing, thanks bro ;) this tutorial it's perfect, the stages are exactly as they should be 👌👌👍👍
Did it work
Not able to find Android build for Samsung A8+. Can you help on this?
I dont find my Samsung S21Fe on the PixelExperience Website. Why?
if i download wrong device file and install wrong device file...problem?
Sir in redmi note 5 pro after all process will rebooting bootloop problem is happening
What should i do if my phone is not listed in the TWRP list? I have the samsung galaxy folder 2.
Please allow me sometime, will check and confirm current due to some personal issues I am stopping working on videos
Is updating from Android 7.0 Nougat possible?
SM-A310F
No
fastboot oem unlock failed...why?.... i am using realme c21y..pls advise me..tq
Nice tutorial sir, one Q , after upgrade to 9 to 12 version , will phone slow down ?
it will not impact much as this is customized as per system configuration, so you can go for it. but do not install unnecessary apps 😀
Please reply me am using tecno camon 17p I want to upgrade mine to android 12
This will not work for your phone, working on a new video in that I will cover it. Sorry currently due to some issues my videos are getting delayed
@@TechNest1 okay sir I will wait
@@TechNest1 still waiting please
Currently, I use a motorala G7 play and it is not found in the list in pixelExperience there is moto G7 power. Is this correct? 5:56
Also, i tape a similar and its sayed deprecated. What happen if i install it?
Here they dont have the file for Oppo F11 Pro. They have a few for other Oppo models. In this case what is the alternative? Pls advise.
Is there any way to upgrade a Nokia 3.1 Plus (Cricket) TA-1124 to anything further than Android 9?
I have one, it looks brand new, battery lasts forever, but most apps don’t support Android 9 anymore. I know the regular Nokia 3.1 Plus runs Android 10, but the Cricket models do not.
It’s a shame to throw away a phone that still looks and works like new, but I haven’t found any information. Any help bro? 🙏
Youy can use diffrent custome OS like LineageOS, If you want to know the steps you can wait I will release a new video soon.
I am using Samsung M21. This device is not listed. Can I install another device's build? Will it make an issue?
No it will not support, please don’t try
I will try exactly what you did on my android 5 lenovo phablet from 2016 (its not too old, hopefully)
Selecting my device on the site
after installing custom rom android 12 any otp mobile did not received. jio app did not receiving otp flipkart amazon etc. no any app receving otp if i put other mobile sim number and write otp in custom rom mobile app will login but main sim in custom rom did not working with otp what will solution.
Try to use sms organizer, a app from Microsoft.
play.google.com/store/apps/details?id=com.microsoft.android.smsorganizer
Where can I get an Android image for Samsung XCover? There is no build image available from that link.
Worked for my Mi A1 phone. But it shows the same error 7:49 whenever the phone restart.
that is exactly what i want nice explaination well going keep it up
Did it work?
@@Yolospring nope,it will erase your phone data
@@Magplant-qw1zv if i back upp it and do it will it turned to Android 12
@@Magplant-qw1zv Yeah, its gonna erase your phone data, it's installing a new operating system
i couldnt find the twrp for my phone or the pixel experience either
and this video said for any device :/
Could not find Android built for Micromax in1b,is there any other soln?
Please how can I upgrade my Umidigi A11 pro max. I can't find it on the andriod build
Please reply me
YOU ARE THE BEST WORK WITH MY SAMSUNG S20
Thanks mate 😊
What to do if our device is not present in the pixel experience ? Pls reply fast🙏🏻
If not listed then you can’t upgrade
Very informative 👍 Please come up with more such videos....
how to upgrade infinix phones. sir can you please explain
Sir kya oppo a7 me ye update ho skta h .. plz btaiye sir
what if i cant see the type of my phone bro in the infix catogory, i.e infinix zero 5. is there another way or not. glad if you could answer that.
Bro, please allow me sometime I am working on a new video where you will have the details with Android 13 support as well.
@@TechNest1 ok
Sir, mere pas Sony xperia xz premium smartphone h main usme android 12 kaise install kar sakta hu
My device are not found in build
Hi , is it working with a samrtphone which was released on android 8 and the latest official version is android 10 ?
I mean specificaly Huawei p20.
Second thing - not connected strictly to the subject of video - in 2024 how many apps is working on android 10 ? Will it be a problem using this older version of android ?
hello, i've do all the stapes that you've mentioned on the video but afer a qualcom crash, i've try to reboot it and.. nothign appened, the phone is juste black, idk if it's oon or off, i've try to force bootup but nothing happened, no vibration, same thing for hard reboot
it's probably hard bricked. Sorry for your loss. Or maybe it isn't. Not really sure.
Hi bro I'm not finding Samsung A30 on download list for the android build
To download ROM please use the below link:
forum.xda-developers.com/t/pixel-expeirence-for-a30-and-a30s-android-12.4352289/
Tried to flash a custom ROM (android 14) for my 10 or G. Phone booted to TWRP successfully but after flashing the ROM, the phone got stuck on re-start loop. Tried to do a factory reset which failed. Now the phone is stuck in try again and factory reset options from android recovery. Not sure if service centers are still operational for 10 or G as they are not taking calls anymore. At this point, do I throw the phone away :P or still something can be done to make it functional again?
Dear sir, I have Panasonic Eluga X1 pro, may i able to upgrade from Android version 8.0 to version 12 ? I will obliged if you help me, thanks
I can't find TWRP for Nuu b10 phone, is there a recovery image for this model?
Build is not available for Sony devices!! 😢
Hi there,
I have a Samsung J6 and I was wondering if it would work with it. Please let me know on this.
Many thanks!
sir mera phone vivo y95 aur iskra twrp nehi milraha hai iska official site mein
can you help me update my 2 Samsung Note 3 phones (SM-N9005 & SM-N9002) with a newer Android version or install another OS like lineage or Graphene? I'm not super technical. I can pay you for your help.
my Asus Rog Phone 2 is not listed on the android build website...
How can I back up my data if my device is not found in TWRP devices?
Pls what about x-tigi m20s what files should I use
What about a verizon LG stylo 5?
My Device name is Motorola Motoe40 but nit showing pixel android 12 version
one more thing, my Android 12 version is not available at the link provided I am looking for the Nexus 5X
I am trying to find a custom rom. Give me sometime👍
thank you very much no hurry :-)
Thanks mate
Hi, will it wok samsung j7 2016? adb devices is showing unauthorized while connecting computer.
Worked ?
Tcl 10 tab max how to upgrade Android 12 please help me
After fastboot reboot my redmi note 7 not showing any twrp logo on mobile, mobile stuck on redmi logo, can you please help me to resolve the issue.
Can I do this on my old huawei p40 pro? As I want to rebuild it as a media phone
Please can I do this to get android 12 on my infinix zero x pro?
what about samsung wide 5 twrp? not shown on list
will this process work out for vivo x21 which is running on 9 version?
Vivo can't unlock bootloader so no
How to upgrade android on Samsung M30S to 12 or 13.
Is there twrp for camon 12 pro.?
I can't also find camon in android file
Help me
No, it is not available for camom 12
Please sir I want to change from Android 7 to 12 is it possible phone model Itel s32
My samsung a10 is a 64 bit but running in 32 so I cant play games that I want can you help me plss
During your installation I see:
"Failed to ... (invalid argument)". two times
and "unable to find.. ." in red.
Are these errors normal to see during installation?
Will this process works in realme 2
You can check here whether you have your device or not.
download.pixelexperience.org/devices
I have a Sonim XP8 released with Android 8. Is it possible to update to Android 12?
No your phone will keep crashing
I am and have been having ( the same exact problem for the ADB???? It Will Not Install, As I Also Do Not Get (The Install ADB exe Pop-up to Install It, Every Time????) What have I Done Wrong???????
Am I using the wrong file extractor??? Or does it not matter , ( Cause it's just a zip file anyway????)
How do I install android 12 on a only partition device??
I can't find the TWRP for my phone.. it's a Huawei Y9s. Could you please help?
Can I Update to Android 12 On my Oppo A92, I can't find it in Pixel Experience, help :(
Hi bro I'm not finding oppo A83 (2018) on download list for the android build & TWRP for my phone
Sir ur vedio was very good means very simple and informative..but was a little fast to my catchup..i have to rewind ur vedio many times to follow it..Great work sir..Thanks
Sorry I am responding very late, but thanks a lot for your appreciation.🤗
could not find android build for vivo x21..and twrp..Any possible solutions pls..
Sorry, Currently stable version for vivo x21 is not available
can this be used in tablet
Dont say any phone!!
Why
@@DJ-CHAVNET pixel experience is not available for any phone, but very limited phones. Just like me, it's not available for Asus Zenfone 2 Laser
I couldn't find my phone on the website, i have a honor 7c
I have LG Q6 plus , Model : LG M700DSK .....there is no twrp file in your link or any android build
IT is support in oppo a5 2020 how to upgrade android 12
sim no work i have bug on this rom please no instal \Ancient Os Oppo a37 f \ is verry good rom work all
Thx a ton it worked❤❤
Bro for sam a10s noting found twrp recovery
What can I do because I can't find a way to install a costom rom for this device
Hi mine is also a10 have u found any solution ?
I have android 12 on my samsung tab a 7 but it does not look same as yours it look same as android 11 : ( whyy
good job, im gonna try to upgrade my tablet
cannot install ADB-Tool System cannot find the mentioned Path i use Windows 11
Sorry If is not working, I am planning to create a new video with more details
@@TechNest1 thank you very much 👍
hello i installed ADB and device driver on a different computer and it works, i run fastboot mode ADB reboot bootloader but when i type fastboot devices no device is shown on my computer what is that means?
Hello, do you know where I can get TWRP for Xiaomi Redmi NFC 9C?
It's not in the list
hi quick question i have intel mt105 tablet, no twrp files and no match in pixel files, what do i do
Ey, bro can i Change my phone? Asus zenfone 5Z
Sorry Bro, not available for this model.
Is this same process is used for vivo Y12G
Will it works on Samsung galaxy a10s and a30s??
If I do your way, will my phone be heavy after the update? Will the rams be increased or not?
My phone is realme 7i
No it will not that phone runs Android 11 normally it will probably be about 1.5% higher
Sir I am not able to find techno camon 12 air on twrp and it's android 12 update
does gpay and other banking apps work in this custom rom?
Yes it will work
can I do it for Android version 6?
Can I install new android in car connected tab
can u tell me how to make my one ui notification bar look like android 12+ notification bar
Is it going to install stock Android OS ?
ভাই আমি ফোনের ভারসন চেঞ্জ করছি আমার রিয়েলমি c53 ভারসন ১৩ লাগবে কি ভাবে আগের ভারসন পাবো একটা সহজ ভাবে ভিডিও দাও।।।প্লিজ