[OFFICIAL] TWRP 3 for Samsung Galaxy Core Plus (SM-G350) - Miscellaneous Android Development

Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* DO NOT LEECH MY DOWNLOADS, PLEASE RE-DIRECT YOUR FORUM/PAGE
* TO THIS THREAD, IF YOU LIKE MY WORK, YOU CAN SAY THANKS
*/
Introduction
This is TWRP 3 for the Samsung Galaxy Core Plus (SM-G350) aka cs02
This should be ready to use!
Changelog
22-10-2017:
There is now an official TWRP available on the TeamWin page:
The unofficial thread and files will be kept in case anyone wants to rollback.
You ARE ALLOWED to report stuff about the official builds as well as the unofficial builds here.
22-05-2017:
TWRP 3.1.1-0 upstream changes
Kernel is now built with arm-eabi-4.8 (Commits)
This is now built from TeamWin's official sources, until we get official builds (New source is here)
28-04-2017:
Fixed SELinux (fixed magically, so I can't present a commit. May have been fixed since the last build, but didn't work until now)
09-04-2017:
TWRP 3.1.0-0 upstream changes
Fixed wiping partitions (commit)
24-11-2016:
Set the Setting for doing "rm -rf" instead of formatting as default (commit)
21-11-2016:
Bringup
Installation Instructions
Requirements
A computer with Administrator/root privileges
A network connection
Your phone charged to at least 50%
Instructions for Windows
Download Samsung's ODIN and the .tar image from the 'Downloads' section
Extract ODIN and open it using your Administrator privileges
Add the .tar file into the 'AP' field
Put your device into Download mode by holding [Vol-] and [Home] while powering on the device
Confirm the prompt on the display by pressing [Vol+] once
Connect your phone to your computer
Press 'Start' and wait until it shows 'PASS'
If you are on the stock OS, immeadiately reboot into the recovery by holding [Vol+] and [Home] while the device reboots
Instructions for macOS/Linux
Install Heimdall through homebrew/[your package manager]/compiling
Download the .img file from the 'Downloads' section
Put your device into Download mode by holding [Vol-] and [Home] while powering on the device
Confirm the prompt on the display by pressing [Vol+] once
Connect your phone to your computer
Open your terminal and execute the following command:
Code:
heimdall flash --RECOVERY twrp-cs02-x.x.x-x-xxxxxxxx.img
If you are on the stock OS, immeadiately reboot into the recovery by holding [Vol+] and [Home] while the device reboots
Downloads
Samsung USB Drivers
Odin v3.09
Odin v3.11.1
twrp-cs02-3.1.1-0-20170512.tar
twrp-cs02-3.1.1-0-20170512.img
Thanks To/Credits
Thanks to @santeri3700 and @berkantkz for teaching me the basics of ROM Development and helping me with Errors
XDA:DevDB Information
TWRP 3 for Samsung Galaxy Core Plus (SM-G350), Tool/Utility for all devices (see above for details)
Contributors
TimSchumi
Source Code: https://github.com/TeamWin?q=cs02
Version Information
Status: Stable
Current Stable Version: 3.1.1-0
Stable Release Date: 2017-05-12
Created 2016-11-21
Last Updated 2020-09-13

Quick Update:
I now know what is causing the issues with non-block-based zip files. The Recovery does not have SELinux support by now, which would provide the metadata command it is complaining about. I will try to add in SELinux support and then release TWRP 3.1.0-0 with full flashing capability

It seems that I have the wiping gotten to work. Only SELinux remaining and I could make it official
Probably a new build will come?
EDIT: New build of TWRP 3.1.0-0 with fixed wiping is up!

is it flashable with rashr?
edit: yes it is.

A working build of TWRP is now available on the TeamWin Download Page (https://twrp.me/samsung/samsunggalaxycoreplus.html). I'll keep the old TWRP images here so you can revert if you experience any problems. I'll sooner or later mark this thread as official, too.
Note: You are allowed to report bugs or anything else about the unofficial images as well as the official images in this thread (Because I don't want to maintain a seperate thread).

TimSchumi said:
A working build of TWRP is now available on the TeamWin Download Page (https://twrp.me/samsung/samsunggalaxycoreplus.html). I'll keep the old TWRP images here so you can revert if you experience any problems. I'll sooner or later mark this thread as official, too.
Note: You are allowed to report bugs or anything else about the unofficial images as well as the official images in this thread (Because I don't want to maintain a seperate thread).
Click to expand...
Click to collapse
Thanks.

After flashing twrp.tar, only the original recovery is started.
What to do?

Grigori88 said:
After flashing twrp.tar, only the original recovery is started.
What to do?
Click to expand...
Click to collapse
Did you boot into the stock ROM after flashing TWRP? If yes, it was overwritten again because of that. You have to instantly reboot into recovery after flashing

It does not work for me, I do not know what happens
TimSchumi said:
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* DO NOT LEECH MY DOWNLOADS, PLEASE RE-DIRECT YOUR FORUM/PAGE
* TO THIS THREAD, IF YOU LIKE MY WORK, YOU CAN SAY THANKS
*/
Introduction
This is TWRP 3 for the Samsung Galaxy Core Plus (SM-G350) aka cs02
This should be ready to use!
Changelog
22-10-2017:
There is now an official TWRP available on the TeamWin page:
The unofficial thread and files will be kept in case anyone wants to rollback.
You ARE ALLOWED to report stuff about the official builds as well as the unofficial builds here.
22-05-2017:
TWRP 3.1.1-0 upstream changes
Kernel is now built with arm-eabi-4.8 (Commits)
This is now built from TeamWin's official sources, until we get official builds (New source is here)
28-04-2017:
Fixed SELinux (fixed magically, so I can't present a commit. May have been fixed since the last build, but didn't work until now)
09-04-2017:
TWRP 3.1.0-0 upstream changes
Fixed wiping partitions (commit)
24-11-2016:
Set the Setting for doing "rm -rf" instead of formatting as default (commit)
21-11-2016:
Bringup
Installation Instructions
Requirements
A computer with Administrator/root privileges
A network connection
Your phone charged to at least 50%
Instructions for Windows
Download Samsung's ODIN and the .tar image from the 'Downloads' section
Extract ODIN and open it using your Administrator privileges
Add the .tar file into the 'AP' field
Put your device into Download mode by holding [Vol-] and [Home] while powering on the device
Confirm the prompt on the display by pressing [Vol+] once
Connect your phone to your computer
Press 'Start' and wait until it shows 'PASS'
If you are on the stock OS, immeadiately reboot into the recovery by holding [Vol+] and [Home] while the device reboots
Instructions for macOS/Linux
Install Heimdall through homebrew/[your package manager]/compiling
Download the .img file from the 'Downloads' section
Put your device into Download mode by holding [Vol-] and [Home] while powering on the device
Confirm the prompt on the display by pressing [Vol+] once
Connect your phone to your computer
Open your terminal and execute the following command:
Code:
heimdall flash --RECOVERY twrp-cs02-x.x.x-x-xxxxxxxx.img
If you are on the stock OS, immeadiately reboot into the recovery by holding [Vol+] and [Home] while the device reboots
Downloads
Samsung USB Drivers
Odin v3.09
Odin v3.11.1
twrp-cs02-3.1.1-0-20170512.tar (Primary, Mirror)
twrp-cs02-3.1.1-0-20170512.img (Primary, Mirror)
Thanks To/Credits
Thanks to @santeri3700 and @berkantkz for teaching me the basics of ROM Development and helping me with Errors
XDA:DevDB Information
TWRP 3 for Samsung Galaxy Core Plus (SM-G350), Tool/Utility for all devices (see above for details)
Contributors
TimSchumi
Source Code: https://github.com/TeamWin?q=cs02
Version Information
Status: Stable
Current Stable Version: 3.1.1-0
Stable Release Date: 2017-05-12
Created 2016-11-21
Last Updated 2018-03-26
Click to expand...
Click to collapse
When I perform the steps, load but give error, look:
Code:
heimdall flash --RECOVERY twrp-cs02-3.1.1-0-20170512.imgHeimdall v1.4.1
Copyright (c) 2010-2014 Benjamin Dobell, Glass Echidna
http://www.glassechidna.com.au/
This software is provided free of charge. Copying and redistribution is
encouraged.
If you appreciate this software and you would like to support future
development please consider donating:
http://www.glassechidna.com.au/donate/
Initialising connection...
Detecting device...
Claiming interface...
Setting up interface...
Initialising protocol...
Protocol initialisation successful.
Beginning session...
Some devices may take up to 2 minutes to respond.
Please be patient!
Session begun.
Downloading device's PIT file...
ERROR: Failed to receive PIT file part #16!
ERROR: Failed to download PIT file!
Ending session...
Rebooting device...
ERROR: Failed to receive reboot confirmation!
Releasing device interface...

Nasher_87-ARG- said:
Introduction
This is TWRP 3 for the Samsung Galaxy Core Plus (SM-G350) aka cs02
This should be ready to use!
Changelog
22-10-2017:
There is now an official TWRP available on the TeamWin page:
The unofficial thread and files will be kept in case anyone wants to rollback.
You ARE ALLOWED to report stuff about the official builds as well as the unofficial builds here.
22-05-2017:
TWRP 3.1.1-0 upstream changes
Kernel is now built with arm-eabi-4.8 (Commits)
This is now built from TeamWin's official sources, until we get official builds (New source is here)
28-04-2017:
Fixed SELinux (fixed magically, so I can't present a commit. May have been fixed since the last build, but didn't work until now)
09-04-2017:
TWRP 3.1.0-0 upstream changes
Fixed wiping partitions (commit)
24-11-2016:
Set the Setting for doing "rm -rf" instead of formatting as default (commit)
21-11-2016:
Bringup
Installation Instructions
Requirements
A computer with Administrator/root privileges
A network connection
Your phone charged to at least 50%
Instructions for Windows
Download Samsung's ODIN and the .tar image from the 'Downloads' section
Extract ODIN and open it using your Administrator privileges
Add the .tar file into the 'AP' field
Put your device into Download mode by holding [Vol-] and [Home] while powering on the device
Confirm the prompt on the display by pressing [Vol+] once
Connect your phone to your computer
Press 'Start' and wait until it shows 'PASS'
If you are on the stock OS, immeadiately reboot into the recovery by holding [Vol+] and [Home] while the device reboots
Instructions for macOS/Linux
Install Heimdall through homebrew/[your package manager]/compiling
Download the .img file from the 'Downloads' section
Put your device into Download mode by holding [Vol-] and [Home] while powering on the device
Confirm the prompt on the display by pressing [Vol+] once
Connect your phone to your computer
Open your terminal and execute the following command:
When I perform the steps, load but give error, look:
Click to expand...
Click to collapse
1. Try a newer version of Heimdall
2. Checked the cable? Maybe try a different one.
3. Run Heimdall as administrator/root.

Thanks Tim
TimSchumi said:
1. Try a newer version of Heimdall
2. Checked the cable? Maybe try a different one.
3. Run Heimdall as administrator/root.
Click to expand...
Click to collapse
Perfect, I try. :good:
Heimdall is 1.4.1 version. Its ok, i think
The cable is new, no too new new but are you work to transfer data. Buy other

My too
Nasher_87-ARG- said:
Perfect, I try. :good:
Heimdall is 1.4.1 version. Its ok, i think
The cable is new, no too new new but are you work to transfer data. Buy other
Click to expand...
Click to collapse
I don't know what happens, same PIT problem

Related

[TWRP][OFFICIAL] TWRP 3.3.0-0 for OUKITEL K10 [MT6763]

This TWRP Recovery Is Compiled From Source & Officially Supported
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Prerequisites
1. Unlocked bootloader.
Bugs
1. No bugs
2. If you have found a bug, please consider posting it to my GitHub Issues.
Instructions
1. Go to the fastboot mode.
2. Download the recovery.img and transfer it to the adb folder.
3. Open the cmd/terminal and change directory into the adb folder.
4. Now confirm/check that device is connected by typing:-
Code:
fastboot devices
If you got your device seriel number there then you are ready to continue otherwise try connecting device again and make sure USB debugging is on and you have granted permission to the PC to debug.
5. After that we will flash this TWRP recovery to the recovery partition by below command:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. Now unplug your device and then hold power button untill the phone turned off,after that press power button while holding vol down(-) button simultaneously and you will boot into TWRP recovery mode.
Enjoy !
Downloads
Official TWRP Page: https://twrp.me/oukitel/oukitelk10.html
GitHub Release : Here (release name : TWRP-OUKITEL-K10)
Version Information
ROM OS Version: 8.1 Oreo
Source Code: Device Tree
Based On: TWRP
Credits
Omni Team for minimal TWRP source
@chankruze (myself) for device tree and compilation.
SUPPORT
Official Telegram Group
Official Telegram Channel
Reserved For Future Updates
I need a device owner to check for these information below. Reach me if you have the device and willing to help this to be official.
For verifying BOARD_FLASH_BLOCK_SIZE
For verifying PIXEL_FORMAT
Instructions To Check
PIXEL_FORMAT : Install AIDA64 App. Under Display section, try to find GL_EXT_texture_format_ line and note down the last portion of that line GL_EXT_texture_format_BGRA8888. That should be in BGRA8888 or BRGA8888 format. Send me that info with screenshot.
Can't find download link.
There is official twrp 3.2 out there for oukitel k10 already as I believe.
We need a rom developers for our phones.
a602820922 said:
Can't find download link.
There is official twrp 3.2 out there for oukitel k10 already as I believe.
We need a rom developers for our phones.
Click to expand...
Click to collapse
You think i am joking ?
I wrote the gerrit patche for adding oukitel mix2 to official TWRP, in the same patch bigbiff added OUKITEL for the first time.
Can't find download link ? Jesus... see attachment.
Download the recovery.img and test. If have the device i will ask you to read post #2.
omg that are really good news thx for your hard work on my phone ♥
i need backup my phone after it i can unlock my bootloader and try this can i use it with android 7 or need i update my android first to 8.1 ?
today i flash android 8.1 on my phone and your recovery
target reported max download size of 134217728 bytes
sending 'recovery' (20540 KB)...
OKAY [ 6.268s]
writing 'recovery'...
OKAY [ 0.292s]
finished. total time: 6.562s
it´s working more or less
i have one problem my internal storage in twrp is 0 mb if i wipe it it´s ok i can see the real mb if i restart phone and go into android and them back to twpr the storage it´s again 0 mb
can you fix that problem pls :*
ADB is working, OTG is mounted one-time, MTP does not work but i´m happy with my android 8 update
thx chankruze you are an awesome developer <3
ps cant post screenshot cause i have not 10 post ... i send it privat
Xian K10 said:
i have one problem my internal storage in twrp is 0 mb if i wipe it it´s ok i can see the real mb if i restart phone and go into android and them back to twpr the storage it´s again 0 mb
Click to expand...
Click to collapse
That's due to the encryption,
Every time you boot your mobile phone on it starts encrypting our device automatically.
You have to disable this function.
If you want disable it than thare is no possibility to have an access to the storage.
Sent from my K10 using Tapatalk
verifying PIXEL_FORMAT
It is BGRA8888
Recovery does not work, stuck in boot loop.
After flashing this recovery, the /data partition is broken.
Even with an older TWRP version, e.g. 3.2.1.0, no recovery of the /data partition is possible.

[TWRP][OFFICIAL] TWRP 3.3.0-0 for OUKITEL WP1 [MT6763]

This TWRP Recovery Is Compiled From Source & Officially Supported
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Prerequisites
1. Unlocked bootloader.
Bugs
1. No bugs
2. If you have found a bug, please consider posting it to my GitHub Issues.
Instructions
1. Go to the fastboot mode.
2. Download the recovery.img and transfer it to the adb folder.
3. Open the cmd/terminal and change directory into the adb folder.
4. Now confirm/check that device is connected by typing:-
Code:
fastboot devices
If you got your device seriel number there then you are ready to continue otherwise try connecting device again and make sure USB debugging is on and you have granted permission to the PC to debug.
5. After that we will flash this TWRP recovery to the recovery partition by below command:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. Now unplug your device and then hold power button untill the phone turned off,after that press power button while holding vol down(-) button simultaneously and you will boot into TWRP recovery mode.
Enjoy !
Downloads
Official TWRP Page: https://twrp.me/oukitel/oukitelkwp1.html
Unofficial GitHub Release : Here (release name : TWRP-OUKITEL-WP1)
Version Information
ROM OS Version: 8.1 Oreo
Source Code: Device Tree
Based On: TWRP
Credits
Omni Team for minimal TWRP source
@chankruze (myself) for device tree and compilation.
SUPPORT
Official Telegram Group
Official Telegram Channel

[TWRP][OFFICIAL] TWRP 3.3.0-0 for UMIDIGI F1 Play [MT6771]

This TWRP Recovery Is Compiled From Source & Officially Supported
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Prerequisites
1. Unlocked bootloader.
Bugs
1. No bugs
2. If you have found a bug, please consider posting it to my GitHub Issues.
Instructions
1. Go to the fastboot mode.
2. Download the recovery.img and transfer it to the adb folder.
3. Open the cmd/terminal and change directory into the adb folder.
4. Now confirm/check that device is connected by typing:-
Code:
fastboot devices
If you got your device seriel number there then you are ready to continue otherwise try connecting device again and make sure USB debugging is on and you have granted permission to the PC to debug.
5. After that we will flash this TWRP recovery to the recovery partition by below command:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. Now unplug your device and then hold power button untill the phone turned off,after that press power button while holding vol down(-) button simultaneously and you will boot into TWRP recovery mode.
Enjoy !
Downloads
Official TWRP Page: https://twrp.me/oukitel/umidigif1playhtml
Unofficial GitHub Release : Here (release name : TWRP-OUKITEL-WP1)
Version Information
ROM OS Version: 8.1 Oreo
Source Code: Device Tree
Based On: TWRP
Credits
Omni Team for minimal TWRP source
@chankruze (myself) for device tree and compilation.
SUPPORT
Official Telegram Group
Official Telegram Channel
Does anyone knows if this can be installed on the "normal" F1 (not the F1 Play)?
If I unpack this and swap kernel for the F1 can I post it in F1 thread to share. Or can the f1 be added as a build branch?
EDIT:
Well it boots, but does not have working MTP.
the one i have been using already(a ported one) has working MTP, I will stay with it.
chankruze said:
This TWRP Recovery Is Compiled From Source & Officially Supported
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Prerequisites
1. Unlocked bootloader.
Bugs
1. No bugs
2. If you have found a bug, please consider posting it to my GitHub Issues.
Instructions
1. Go to the fastboot mode.
2. Download the recovery.img and transfer it to the adb folder.
3. Open the cmd/terminal and change directory into the adb folder.
4. Now confirm/check that device is connected by typing:-
Code:
fastboot devices
If you got your device seriel number there then you are ready to continue otherwise try connecting device again and make sure USB debugging is on and you have granted permission to the PC to debug.
5. After that we will flash this TWRP recovery to the recovery partition by below command:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. Now unplug your device and then hold power button untill the phone turned off,after that press power button while holding vol down(-) button simultaneously and you will boot into TWRP recovery mode.
Enjoy !
Downloads
Official TWRP Page: https://twrp.me/oukitel/umidigif1playhtml
Unofficial GitHub Release : Here (release name : TWRP-OUKITEL-WP1)
Version Information
ROM OS Version: 8.1 Oreo
Source Code: Device Tree
Based On: TWRP
Credits
Omni Team for minimal TWRP source
@chankruze (myself) for device tree and compilation.
SUPPORT
Official Telegram Group
Official Telegram Channel
Click to expand...
Click to collapse
for UMIDIGI F1 will it ?
Is the BL unlockable with just the old fasboot bl unlock commands? It's a little hard to find info on this thing. Must not be very popular yet.
Does this work on Android 9.0
#Starlord37# said:
Does this work on Android 9.0
Click to expand...
Click to collapse
This is for F1 play (which is 9.0 out of the box)
BZ0RG said:
This is for F1 play (which is 9.0 out of the box)
Click to expand...
Click to collapse
Ok I was wondering because it said android 8.1
@Starlord37 The last official release works well too (available at twrp website)
Just owned my F1 play.
Soon I will make my rom for it
Gesendet von meinem F1 mit Tapatalk

[RECOVERY][OFFICIAL] TWRP 3.3.x for Ulefone Armor 6

This TWRP recovery Is compiled from source & will be supported officially soon
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this project
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Prerequisites
1. Unlocked bootloader.
Bugs
1. Not tested yet
2. If you have found a bug, please consider posting it to my GitHub Issues.
Instructions
1. Go to the fastboot mode.
2. Download the recovery image and transfer it to the adb folder.
3. Open the cmd/terminal and change directory into the adb folder.
4. Now confirm/check that device is connected by typing:-
Code:
fastboot devices
If you got your device seriel number there then you are ready to continue otherwise try connecting device again and make sure USB debugging is on and you have granted permission to the PC to debug.
5. After that we will flash this TWRP recovery to the recovery partition by below command:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. Now unplug your device and then use your device key combo to boot into TWRP recovery mode.
Enjoy !
Downloads
Android File Host: https://www.androidfilehost.com/?w=files&flid=296748
Official TWRP Page: Yet to submit
Contributors
chankruze
Source Code: https://github.com/N00bTree/android_device_ulefone_Armor_6
Version Information
Status: stable
Thank you! I can confirm this also works on the Armor 6E.
i have been able to flash it but its pretty useless as i cant decrypt it and no other options show up
mentalik said:
i have been able to flash it but its pretty useless as i cant decrypt it and no other options show up
Click to expand...
Click to collapse
I had same problem, I flashed https://androidfilehost.com/?fid=6006931924117895653 and formatted internal data.
thanks that solved it for me
jonezy82 said:
I had same problem, I flashed https androidfilehost.com ?fid=6006931924117895653 and formatted internal data.
Click to expand...
Click to collapse
How do i even flash that? twrp is refusing to let me do anything.
Yoosk said:
How do i even flash that? twrp is refusing to let me do anything.
Click to expand...
Click to collapse
EDIT: Have you tried to select "cancel" when you get into twrp?
You can get past of decryption by selecting "cancel".
You need to format your internal storage, then flash that .zip from usb-otg usbstick.
FYI: I got my phone screwed once, I just flashed stock firmware with sp_flash_tool and it formatted storage for me.

[RECOVERY] TWRP 3.3.x for Realme U1

This TWRP Recovery Is Compiled From Source & Wii Be Suupported Officially
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Prerequisites
1. Unlocked bootloader.
Bugs
1. No bugs
2. If you have found a bug, please consider posting it to my GitHub Issues.
Instructions
1. Go to the fastboot mode.
2. Download the recovery.img and transfer it to the adb folder.
3. Open the cmd/terminal and change directory into the adb folder.
4. Now confirm/check that device is connected by typing:-
Code:
fastboot devices
If you got your device seriel number there then you are ready to continue otherwise try connecting device again and make sure USB debugging is on and you have granted permission to the PC to debug.
5. After that we will flash this TWRP recovery to the recovery partition by below command:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. Now unplug your device and then hold power button untill the phone turned off, after that use your device key combo to boot into TWRP recovery mode.
Enjoy !
Downloads
Official TWRP Page: coming soon !
Unofficial Release : https://www.androidfilehost.com/?w=files&flid=298136
Version Information
ROM OS Version: 8.1 Oreo
Source Code: Device Tree
Based On: TWRP
Credits
Omni Team for minimal TWRP source
@chankruze (myself) for device tree and compilation.
SUPPORT
Official Telegram Group
Official Telegram Channel

Categories

Resources