[Discussion] Official TWRP for Beryllium [3.3.0.0] [05092019]

Saswata Chakraborty

Senior Member
Jan 6, 2018
2,217
1,469
173
City Of Joy
saswatachakraborty.wixsite.com
The op stole the works from official maintainer?
But. Why? Can't sir. Dees_troy make itself as it's his project?

Sent from my Poco F1 using Tapatalk
If the original developer gives permission to create the thread on behalf of him, then it's fine. Or else, it's unethical to just go ahead and create a thread of someone else'e work (even if you give credit to the original developer).
 
Last edited:

sanzNya

Senior Member
Apr 26, 2012
1,351
349
0
tangerang
If the original developer gives permission to create the thread on behalf of him, then it's fine. Or else, it's unethical to just go ahead and create a thread of someone else'e work (even if you give credit to the original developer).
So. The op has permission from sir. Dees_troy? He must make it clear for this case I think.

Sent from my Poco F1 using Tapatalk
 

drganbds

Senior Member
Oct 5, 2009
1,839
973
0
Guys my phone goes to fastboot mode when I restore miui stock back from any pie custom ROM through twrp...what's the issue? Again when I tried to flash custom ROM to boot it gets bootloop and on several try my touch is non responsive on recovery what could be the reason? I was on miui 10.1.3 pie initially
 

Riegusto

Senior Member
Aug 27, 2016
169
124
53
Gent
For al People wondering what this version can and can not do, or why it could give problems comes from the official site:

Maintainer: Dees_Troy

This build of TWRP will (probably) only work with devices using Full Disk Encryption (FDE) and may not work with devices that have been converted to File Based Encryption (FBE). FBE support may be added at a later date.

This device uses dm-verity!
This means that swiping to allow system modifications will prevent you from being able to boot if you are using the stock kernel. In order to bypass dm-verity's boot prevention, you will have to install a kernel that has dm-verity disabled in the fstab.


Guys my phone goes to fastboot mode when I restore miui stock back from any pie custom ROM through twrp...what's the issue? Again when I tried to flash custom ROM to boot it gets bootloop and on several try my touch is non responsive on recovery what could be the reason? I was on miui 10.1.3 pie initially
Read my post, it explains it, knowledge is power ;)
 
Last edited:
  • Like
Reactions: GizmoFreak

MasterFURQAN

Senior Member
Dec 12, 2013
802
178
73
25
Srinagar
This build of TWRP will (probably) only work with devices using Full Disk Encryption (FDE) and may not work with devices that have been converted to File Based Encryption (FBE). FBE support may be added at a later date.
It'd be a great help for everyone if you could explain the difference between FDE and FBE. And how to know what kind of encryption is enabled on one's device.

I'm on MIUI 10.1.3 EU Pie Stable rooted with magisk 18 and on UNOFFICIAL TWRP with working decryption latest version 20181212 .
 

FELIPE NDC

Member
Oct 11, 2014
45
11
0
The difference is, the official one has more bugs then the unofficially,
I found
1. Can't mount external sd
2. Has Date bug (still backup is1970)
3. Has 15 sec delay touch bug.
I'm back on unofficial now

And you've forget to mention that: It isn't opening aroma files.

Whenever i try to flash an aroma file on it's Official TWRP 3.2.3.1 and 3.2.3.0, the TWRP gets frozen.

I've already tried the same aroma file on my Oneplus 3, Moto G5S, MOTO G5 PLUS AND MOTO X 2014 and it works just fine.

But, it gets frozen on POCOPHONE F1 OFFICIAL TWRP. :crying:

But in other hand, i'd like to thank you @Dees_Troy for giving us support & for your hard work. :highfive:
 
Last edited:

ipdev

Senior Member
Feb 14, 2016
1,173
1,198
133
It'd be a great help for everyone if you could explain the difference between FDE and FBE. And how to know what kind of encryption is enabled on one's device.

I'm on MIUI 10.1.3 EU Pie Stable rooted with magisk 18 and on UNOFFICIAL TWRP with working decryption latest version 20181212 .
To all wondering the same.
About encryption, this is a good start. Link
Easiest way to tell if and what version of encryption is used, is to use the getprop command in a terminal app or adb shell.

getprop ro.crypto.state

encrypted = Device is encryption
unencrypted = Device is not encrypted

getprop ro.crypto.type

file = FBE (File Base Encryption)
block = FDE (Full Disk Encryption)
Nothing returned = Not encrypted

Example using adb and three different devices.
Code:
bash-3.2# adb shell getprop ro.crypto.state
encrypted
bash-3.2# adb shell getprop ro.crypto.type
file

bash-3.2# adb shell getprop ro.crypto.state
encrypted
bash-3.2# adb shell getprop ro.crypto.type
block

bash-3.2# adb shell getprop ro.crypto.state
unencrypted
bash-3.2# adb shell getprop ro.crypto.type
Cheers. :)
 

Sheikh Nadeem

Senior Member
Jun 11, 2012
324
28
0
Srinagar
To all wondering the same.
About encryption, this is a good start. Link
Easiest way to tell if and what version of encryption is used, is to use the getprop command in a terminal app or adb shell.

getprop ro.crypto.state

encrypted = Device is encryption
unencrypted = Device is not encrypted

getprop ro.crypto.type

file = FBE (File Base Encryption)
block = FDE (Full Disk Encryption)
Nothing returned = Not encrypted

Example using adb and three different devices.
Code:
bash-3.2# adb shell getprop ro.crypto.state
encrypted
bash-3.2# adb shell getprop ro.crypto.type
file

bash-3.2# adb shell getprop ro.crypto.state
encrypted
bash-3.2# adb shell getprop ro.crypto.type
block

bash-3.2# adb shell getprop ro.crypto.state
unencrypted
bash-3.2# adb shell getprop ro.crypto.type
Cheers. :)
Mine doesn't return any value so its not encrypted. This means I can't use official twrp?
 

Klusio19

Senior Member
Nov 13, 2018
85
9
0
can't restore after nandroid back up screen stuck and the phone reboot to fastboot any solution??
Make system image and vendor image backup. Not normal system and vendor.

---------- Post added at 07:01 PM ---------- Previous post was at 06:58 PM ----------

can't restore after nandroid back up screen stuck and the phone reboot to fastboot any solution??
Btw, it's better NOW to use unofficial TWRP, because official one has maany bugs more than unofficial.
 

drstereos

Senior Member
Mar 17, 2012
50
2
28
Make system image and vendor image backup. Not normal system and vendor.

---------- Post added at 07:01 PM ---------- Previous post was at 06:58 PM ----------


Btw, it's better NOW to use unofficial TWRP, because official one has maany bugs more than unofficial.
thanks...
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone