Question Flash TWRP in Samsung Galaxy A12 (SM-A127F/DS) - Samsung Galaxy A12

I am trying to flash TWRP in a bootloader-unlocked SM-A127F/DS. But the phone is stuck at Entering Fastboot Mode ... I am using adb in Ubuntu and used the following command
Code:
sudo fastboot flash recovery twrp.img
The twrp.img that I downloaded is for Samsung Galaxy A12 only, also I had tried previous builds of the same. Still no luck.
Tried to flash TWRP using Heimdall using the command
Code:
heimdall flash --RECOVERY twrp.img
Here too no luck.
Please suggest a method with Ubuntu OS for TWRP flashing since I do not have a Windows system.

Related

[Q] Cannot flash any custom recovery on Moto G XT1033

Yesterday I unlocked my bootloader on Moto G XT1033.After that I tried to flash CWM using mfastboot but after booting to recovery I get black screen with white/multi-colored lines and its gets stuck there.
However,I can still boot to my stock rom (Android 4.4.4) successfully.
I also tried flashing TWRP and Philz but i get the same problem everytime.Please help..
modifan14 said:
Yesterday I unlocked my bootloader on Moto G XT1033.After that I tried to flash CWM using mfastboot but after booting to recovery I get black screen with white/multi-colored lines and its gets stuck there.
However,I can still boot to my stock rom (Android 4.4.4) successfully.
I also tried flashing TWRP and Philz but i get the same problem everytime.Please help..
Click to expand...
Click to collapse
try using regular fastboot from the android sdk platform tools
and the latest TWRP build
and use this command
Code:
fastboot flash recovery openrecovery-twrp-2.8.1.0-xt1032.img
or
Code:
fastboot boot openrecovery-twrp-2.8.1.0-xt1032.img
make sure to the recovery img file in the same folder where fastboot and adb files are
AgentChaos said:
try using regular fastboot from the android sdk platform tools
Code:
fastboot boot openrecovery-twrp-2.8.1.0-xt1032.img
make sure to the recovery img file in the same folder where fastboot and adb files are
Click to expand...
Click to collapse
Thanks. The above command worked perfectly.

Installing TWRP with fastboot or Odin

Hey, I was just wondering if there are any differences flashing TWRP with Odin and fastboot.
Thanks guys!
You can't use fastboot on Samsung devices.

TWRP to Magisk

went to OTA Pie.
Bootloader is unlocked, but phone is S-On.
I'd like to TWRP then Magisk.
From Download mode (to install TWRP) I get "command not found" when I enter fastboot flash recovery twrp.img.
What am I doing wrong?
metropical said:
went to OTA Pie.
Bootloader is unlocked, but phone is S-On.
I'd like to TWRP then Magisk.
From Download mode (to install TWRP) I get "command not found" when I enter fastboot flash recovery twrp.img.
What am I doing wrong?
Click to expand...
Click to collapse
Put twrp.img into directory with adb and fastboot files for Win OS.
Command line must be run from directory where you have adb, fastboot and twrp.img.
same for Mac OS. Done this many times over the years. But not working with Pie on U11.
In Bootloader or Download I get: command not found for either fastboot devices or fastboot flash recovery /Users/fritz/Downloads/•\ android/twrp-3.4.img.
But adb works fine.
Showing modified and S-On, both of which I don't think I had with Oreo.
I had the wrong fastboot version. TWRP and Magisk are in.
For anyone looking for the right adb & fastboot tools for Mac OS, the link on this page, even though old, is good.
Android Basics: How to Install ADB & Fastboot on Mac, Linux & Windows
ADB and Fastboot are probably the most essential tools for any Android aficionado. They can do everything from backing up your device to unlocking your bootloader with a few simple steps. This paves the way for many new tweaks and customizations that weren't possible before. The required...
android.gadgethacks.com

Any way to install TWRP on mix 3?

I have Mix 3, unlocked bootloader. I made a flash of the latest TWRP 3.5 perseus for Mix 3 with the command:
fastboot flash revovery twrp.img
Later I used the command:
fastboot boot twrp.img
the phone is rebooting and there is only a black screen. When I restart it manually and enter recovery, there is only a stock version (MiRecovery)
I have exactly the same problem. It only works when I execute the command
fastboot flash revovery twrp.img
twice.
However it I try to install any custom ROM via TWRP it ends up in a bootloop...
illballer said:
It only works when I execute the command
fastboot flash revovery twrp.img
twice.
Click to expand...
Click to collapse
Thanks for the hint, i was desperate, it wouldn't boot into twrp at all, even with "fastboot boot twrp.img". Now let's flash some custom rom hoping it won't bootloop...

fastboot flash recovery twrp stuck at sending (Samsung Galaxy A21s Android 11)

Hi Everyone,
I"m trying to flash my device and following is my environment:
Device: Samsung Galaxy A21s, Android 11
TWRP Image Version: TWRP 3.5.2
System: Mac OS 10.15.7
When I launch the
On Device it states: "Entering fastboot mode"
On Terminal​When I run the following command:
./fastboot devices
Output:
Returns the Serial Number of my device.
And when following command is run:
./fastboot flash recovery twrp.img
Output:
Sending 'recovery' (21544 KB)
And it get stuck over there.
I hope to find the solution for the problem...
Thanks,
Waqar
Similar issue with me too.
My issue is that fastboot boot twrp.img appears to get pushed to my Oneplus 7 pro but then the boot doesn't occur.
The phone is live in fastboot with the oneplus black and white fastboot screen.
I tried various previous versions of twrp that worked in the past and the current versions for my phone and they all behaved the same way.
My phone is on 11.0.1.1, stock image, magisk 23.
Windows 10.
Changed out usb-c cables also (both were good quality cables), and usb 3/2 ports.
waqarul said:
Hi Everyone,
I"m trying to flash my device and following is my environment:
Device: Samsung Galaxy A21s, Android 11
TWRP Image Version: TWRP 3.5.2
System: Mac OS 10.15.7
When I launch the
On Device it states: "Entering fastboot mode"
On Terminal​When I run the following command:
./fastboot devices
Output:
Returns the Serial Number of my device.
And when following command is run:
./fastboot flash recovery twrp.img
Output:
Sending 'recovery' (21544 KB)
And it get stuck over there.
I hope to find the solution for the problem...
Thanks,
Waqar
Click to expand...
Click to collapse
Try this
Code:
fastboot devices
fastboot reboot fastboot
fastboot flash recovery twrp.img
fastboot boot twrp.img
Hy i think you need to use odin to flash on samsung use 7zip and pack the .img as .tar and flash with odin
had the same problem on my galaxy a22

Categories

Resources