[RECOVERY][3.2.3-4][beryllium]Unofficial TWRP recovery for Xiaomi PocoPhone F1 - Xiaomi Poco F1 ROMs, Kernels, Recoveries, & Other

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.
*
*/
Features:
- Decrypt works
- Mtp works
- Adb works
- Notch theme included ( https://goo.gl/zh9ATT )
Download:
TWRP 3.2.3-4 Unofficial by mauronofrio
TWRP 3.2.3-1 Unofficial by mauronofrio
Source code:
https://github.com/omnirom/android_bootable_recovery
https://github.com/mauronofrio/android_device_xiaomi_beryllium
Donations:
Credits:
@notsyncing
@kimbo_985 for the testing
Created 2019-01-31

Thanks Mate!
May i know what's the difference between this version of twrp and the one which Vasishath has made?

jackgerald said:
Thanks Mate!
May i know what's the difference between this version of twrp and the one which Vasishath has made?
Click to expand...
Click to collapse
Sorry but i don't know the others twrps, i made one for xiaomi mi 8 and i ported also it on pocophone

jackgerald said:
Thanks Mate!
May i know what's the difference between this version of twrp and the one which Vasishath has made?
Click to expand...
Click to collapse
This one says decryption works. Others don't have it working so far.

Aroma installer works?? @mauronofrio

ayush.gl said:
Aroma installer works?? @mauronofrio
Click to expand...
Click to collapse
The aroma installer is not updated from 2015, to make it works is needed something by twrp and something by aroma team. Actually there is a mod can i try but it's needed a different aroma.version

mauronofrio said:
The aroma installer is not updated from 2015, to make it works is needed something by twrp and something by aroma team. Actually there is a mod can i try but it's needed a different aroma.version
Click to expand...
Click to collapse
I would love if you make aroma working. Testing this one right now. Thanks alot for your work.

Thanks bro for the Unofficial TWRP, but where is notch theme (included) ?
Sent from my Xiaomi Poco F1 using XDA Labs

hello working backup restore? very thanks
regards

d3athwarrior said:
This one says decryption works. Others don't have it working so far.
Click to expand...
Click to collapse
I think you're wrong there
My phone is encrypted. I use Vasishath's twrp and can browse/modify the filesystem when in twrp.

There is a 15seconds touch freeze. Other than that i don't find any bugs. Thanks mate.

mauronofrio said:
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.
Features:
- Decrypt works
- Mtp works
- Adb works
- Notch theme included ( https://goo.gl/zh9ATT )
Download:
TWRP 3.2.3-0 Unofficial by mauronofrio
Source code:
https://github.com/omnirom/android_bootable_recovery
https://github.com/mauronofrio/android_device_xiaomi_beryllium
Donations:
Credits:
@notsyncing
@kimbo_985 for the testing
Created 2019-01-31
Click to expand...
Click to collapse
Any plan to update with multirom support??

omarhasan96 said:
Any plan to update with multirom support??
Click to expand...
Click to collapse
There is already twrp multirom ...in multirom thread

Antidote03 said:
There is already twrp multirom ...in multirom thread
Click to expand...
Click to collapse
It doesnt support mtp and some other stuff

Is MIUI OTA update working?

Sometimes twrp freezes after any zip install ( gapps ). locking and unlocking fixes it though

SD card works on this recovery?

anthraxisabeast said:
SD card works on this recovery?
Click to expand...
Click to collapse
Yes it is working
ps_minky16 said:
Sometimes twrp freezes after any zip install ( gapps ). locking and unlocking fixes it though
Click to expand...
Click to collapse
MMM i need of more checks for this bug
edd_boy said:
Is MIUI OTA update working?
Click to expand...
Click to collapse
Not tested, you can try

d3athwarrior said:
This one says decryption works. Others don't have it working so far.
Click to expand...
Click to collapse
Lol! Did you even try the TWRP made by Vasishath? That twrp decrypts your device every time you boot into it. I have been using that TWRP since the beginning and never had to flash the DFE crap.

Rowdyy Ronnie said:
Lol! Did you even try the TWRP made by Vasishath? That twrp decrypts your device every time you boot into it. I have been using that TWRP since the beginning and never had to flash the DFE crap.
Click to expand...
Click to collapse
:good:
https://forum.xda-developers.com/showpost.php?p=78801149&postcount=10

Related

[RECOVERY][YP-G70] TWRP v2.8.0.0 [METICULUS]

bigbiff said:
Youtube video: http://www.youtube.com/watch?v=RIvWVS_Rkxo
Full TeamWin credits are on the TWRP page on the TeamWin website: http://teamw.in/project/twrp2
Introduction:
Team Win Recovery Project or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It's 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.
Key Features:
Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout true theming!
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
Onscreen keyboard
Decryption of /data
Easy selection of internal/external storage
See changelog below for new features
In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe cache & dalvik, and run a backup.
We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open source project.
Theming:
Information on TWRP 2 Theming - http://teamw.in/project/twrp2themers
Known Issues:
CWM backups are not compatible - please make a fresh backup in TWRP as soon as you have flashed it
Source Code:
GitHub - https://github.com/omnirom/android_bootable_recovery
Gerrit Instance - http://gerrit.omnirom.org
If you have made your own twrp build for an unsupported device, please let us know. We might add your build to the list of unofficial builds. Bear in mind that we are working hard to add more devices and we may add your device to our official build list later.
Support:
Click http://webchat.freenode.net/?channels=twrp for live support or join us in #twrp on Freenode IRC servers
Click to expand...
Click to collapse
SPECIAL NOTE: "Alternative recoveries" only work with ROM's built after 20140510 and only on the Nutella Kernel.
Download: meticulus.co.vu
XDA:DevDB Information
TWRP for Galaxy Player 5, Tool/Utility for the Samsung Galaxy Player 4.0, 5.0
Contributors
Meticulus
Version Information
Status: Testing
Created 2014-09-05
Last Updated 2014-09-11
Dude you are awesome
Sent from my YP-G70 using XDA Free mobile app
also work with beanstalk last build ?? btw great job again :good:
lildhiel08 said:
also work with beanstalk last build ?? btw great job again :good:
Click to expand...
Click to collapse
Yep?
Meticulus said:
Yep?
Click to expand...
Click to collapse
btw ur new rom bro ? nexus5 wel it work for switch internal
lildhiel08 said:
btw ur new rom bro ? nexus5 wel it work for switch internal
Click to expand...
Click to collapse
Its not my ROM. Its @kykint ☺
Meticulus said:
Its not my ROM. Its @kykint ☺
Click to expand...
Click to collapse
oh ..sorry bro
Status 7 error
edit: nevermind, I didn't go thru the alternative recovery install procedure...duh
Hi Meticulus,
Thanks for all you do !!
When I try to install, I get "This package is for m470 devices; this is a "YP-G70" "
beeewell said:
edit: nevermind, I didn't go thru the alternative recovery install procedure...duh
Hi Meticulus,
Thanks for all you do !!
When I try to install, I get "This package is for m470 devices; this is a "YP-G70" "
Click to expand...
Click to collapse
I double checked everything... looks like you downloaded the wrong one. Make sure to download from here: http://www.meticulus.co.vu/p/twrp-2630-for-galaxy-player-5.html
EDIT: alternative recovery procedure not needed, just flash in current recovery. m470 is Hisense Sero 7 Pro.... Definately downloaded the wrong one...
Meticulus said:
I double checked everything... looks like you downloaded the wrong one. Make sure to download from here: http://www.meticulus.co.vu/p/twrp-2630-for-galaxy-player-5.html
Click to expand...
Click to collapse
Thanks again. That's exactly what I did !!! :good:
All I am receiving is cloud storage when I try to download recovery.
iselfseeallah said:
All I am receiving is cloud storage when I try to download recovery.
Click to expand...
Click to collapse
You need to either "Request the Desktop site" or install the MEGA app from the playstore.:highfive:
Not, I will do with out.
OP updated with new link...
Meticulus said:
OP updated with new link...
Click to expand...
Click to collapse
I have Clockwork installed and it acts as if it flashes OK but when I reboot or restart its reverted back to clockwork. Thoughts?
cvondra said:
I have Clockwork installed and it acts as if it flashes OK but when I reboot or restart its reverted back to clockwork. Thoughts?
Click to expand...
Click to collapse
Um try READING the op.
I'm a little late to the party, but I've gotten my hands on an YP-G70. I tried installing TWRP on it, but CWM complaints about it being the wrong version. I couldn't see any different versions of it...I've also tried flashing it with Rashr flash tool, but that one also says it's not a valid recovery.
Any hints as to what I can do next?
I have been attempting to install CM12 / Carbon 5.1.1. I have worked my way up from GB to CM 11 / Carbon KK 4.4.4 then I get stuck.
After installing on reboot I get an initial Nutella logo for a few seconds and then the screen goes black (although you can tell it is still backlit) and then nothing. Left it for a couple of hours just in case it required a long install time... nothing. I can get it into this rudimentary recovery fwiw.
So came across this, Is it still mandatory to install TWRP 2.8.0.0? If so could someone kindly upload or add a new link please. Most are to Mega which is now kaput.
I tried installing from Slim 4.4.2 ( Beanstock is also on Mega but it only has TWRP 2.6.5) as suggested somewhere but no go either.
Thanks for breathing life back into my Player 5, I am eager to try Lollipop on it.
Thanks in advance.
How do I install it? I am on stock firmware, do I need a custom firmware first?
tiwas said:
I'm a little late to the party, but I've gotten my hands on an YP-G70. I tried installing TWRP on it, but CWM complaints about it being the wrong version. I couldn't see any different versions of it...I've also tried flashing it with Rashr flash tool, but that one also says it's not a valid recovery.
Any hints as to what I can do next?
Click to expand...
Click to collapse
I'm stuck at the same place. The error msg seems to imply its for the USA version:
"This package is for yp-G70, venturi,venturi_USA" devices. This device is a "herring".

[29/03/17][twrp recovery][v3.1.0]

[RECOVERY] [06/16/16] TWRP 3.1.0 - TeamWin Recovery Project
TeamWin is proud to present TWRP 3.0.2-0 for the Samsung Galaxy Note EDGE (Exynos/Qualcomm International)!
Youtube video: http://www.youtube.com/watch?v=RIvWVS_Rkxo
Full TeamWin credits are on the TWRP page on the TeamWin website: http://teamw.in/project/twrp2
Introduction:
Team Win Recovery Project or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It's 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.
Key Features:
Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout true theming!
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
Onscreen keyboard
Decryption of /data
Easy selection of internal/external storage
See changelog below for new features
In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe cache & dalvik, and run a backup.
We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open source project.
Download
In Attached Files. It's zip files.Flash via custom recovery
Changelog 22 Feb
-TWRP 3.0 (lot of change)
-Build with CM13.0
-Fix some minor bug
-Add full support for F2FS format
Changelog for 3.0.3.x
Build recovery from last source cm-14.1
Changelog 3.1.0
Update recovery from last commit in twrp/cm-14.1 for 915F/915FY/915G (for the moment only)
XDAevDB Information
915F 915FY 915T 915W8 915G 915P 915R4 915V 915TMO TWRP, Tool/Utility for the Galaxy Note Edge
Contributors
micky387
my source code: https://github.com/micky387
Version Information
Status: Stable
Created 2015-06-07
Last Updated 29-03-2017
Here TAR version.
You can Flash it by ODIN (in AP or PDA) :good:
EDIT
28/03/2017
Update 915F/915FY/915G to 3.1.0
29/03/2017
Add Tmo and Can variant
Thank works beautifully.
SM-N915FY
kernel: r16
http://forum.xda-developers.com/note-edge/orig-development/tw-emotroid-team-htcspain-t3111963
Rom: v3
http://forum.xda-developers.com/note-edge/development/rom-wip-note-edge-n915f-nk5-deodexed-t2977321
You`re the man. Thanks. I didn`t have time to flash anything but so far it`s working great.
Just tried it on rooted stock custom. Works like a charm. Nice job.
Thanks guys. Nobody test in T-Mobile variante ?
micky387 said:
Thanks guys. Nobody test in T-Mobile variante ?
Click to expand...
Click to collapse
I'm on T-Mobile. Just running a rooted basic ROM right now. Just flashed a theme is all.
micky387 said:
Thanks guys. Nobody test in T-Mobile variante ?
Click to expand...
Click to collapse
I installed on my T-mobile, and seems like it's working without any problems. I'm already made a backup and finished without a hiccup. Thank you for your work.
Sent from my SM-N915T using Tapatalk
@micky387
Great work!
May I update the guide?
Thanks all. Yes you can update your guide. So if all is all right,i can put T-Mobile in stable and build another variant.
Link's death
Information on TWRP 2 Theming - http://teamw.in/project/twrp2themers
Fooox1 said:
Link's death
Information on TWRP 2 Theming - http://teamw.in/project/twrp2themers
Click to expand...
Click to collapse
Yes. It's new twrp website and all are not uploaded
I'm going to try this on my spring variant any reason not to
Dont worry. I have build for sprint variant. It's in upload.
After,i build for verizon variant
Thank you so much! Looking forward to testing out the Sprint variant.
OK. So OP updated.
PLease read carefully OP. I take lot of my free time to write it and build .So please,dont pm me for nothing
I have build twrp for all variant device.
For device "in test" please test and report here if it working or not and say what version do you download.Thanks.
ATTENTION FOR USERS 915F and 915FY download again recovey in OP. I have fixed permission for theming.
Other variant still ok
Can any of the variants be tested on a n915g?
Beetle84 said:
Can any of the variants be tested on a n915g?
Click to expand...
Click to collapse
Sorry for mistake name. 915DT (tbltedt) is 915G. I have edited OP
micky387 said:
Sorry for mistake name. 915DT (tbltedt) is 915G. I have edited OP
Click to expand...
Click to collapse
Legend! Thanks mate.
Beetle84 said:
Legend! Thanks mate.
Click to expand...
Click to collapse
You can hit THANKS button if you like it

[OFFICIAL]TWRP 3.0.2-1 Recovery for Onyx

Code:
/*
* Your warranty is maybe still valid.
*
* 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.
*
*/
Introduction:
TWRP for OnePlus X (onyx)
Here are a few points to consider:
This Recovery should only be used for flashing when you are on New Bootloader
This recovery MUST NOT be used to flash a ROM that is based on old bootloader
Using this recovery, you may break the OTA. So it is advised that you should not flash OTA with this. Rather, Download OTA zip and then flash (Only if you know what you are doing)
Also refer This Post too.​Downloads & Flashing Instructions:
Official TWRP Page​CREDITS:
* TWRP Team
* eng.stk​FAQs:
Please Read This Post first
Q. I am on OOS 2.x/CM/AOSP based ROM, How do I use this?
A: Just Upgrade to OOS 3.x based ROM from TWRP. Then Flash this.
Q. Why Do I use this if i can just flash everything I need while updating to OOS 3.x ?
A: Well, There can be change of minds/plans. Also, OnePlus is close to releasing their sources for MM kernels. I saw no recovery to deal with custom kernels so I built it.​
Great job
Just to know, what's the difference between this and eng.stk one ?
Yours is compiled from just released sources ?
I think, it could be usefull, as it was clear for a lot of people with BS V41, to add a disclaimer like :
- this is a TWRP to flash and use on OOS 3 only
- it can not be used to flash OOS 3 while you are on OOS2 or a custom ROM CM13, RR....
- it can not be use to flash custom Roms like CM, AOSP, RR.....
Am I right ?
Kéno40 said:
I think, it could be usefull, as it was clear for a lot of people with BS V41, to add a disclaimer like :
- this is a TWRP to flash and use on OOS 3 only
- it can not be used to flash OOS 3 while you are on OOS2
- it can not be use to flash custom Roms like CM, AOSP, RR.....
Am I right ?
Click to expand...
Click to collapse
Yes, Indeed. I'll add this to OP
dadaz007 said:
Just to know, what's the difference between this and eng.stk one ?
Yours is compiled from just released sources ?
Click to expand...
Click to collapse
Compiled from source, yes. latest. mm branch.
xdaHG said:
We are supposed to flash this when we are on OOS3 and not before, right?
And also, all subversions of OOS3?
Click to expand...
Click to collapse
Yep. Only for OOS 3.x and based ROMs. cannot be used to flash other ROMs. for that, use Official TWRP thats HERE
xdaHG said:
Also, what is the advantage of using this TWRP over the bluspark one?
Click to expand...
Click to collapse
Blu spark is to be used for flashing OOS 2.x/CM/AOSP/CAF based ROMs.
But this recovery is to be used to flash OOS 3.x based ROMs.
We are supposed to flash this when we are on OOS3 and not before, right?
And also, all subversions of OOS3?
---------- Post added at 01:34 PM ---------- Previous post was at 12:52 PM ----------
Also, what is the advantage of using this TWRP over the bluspark one?
Nachiket.Namjoshi said:
Blu spark is to be used for flashing OOS 2.x/CM/AOSP/CAF based ROMs.
But this recovery is to be used to flash OOS 3.x based ROMs.
Click to expand...
Click to collapse
I think he was speaking about the BS TWRP V41 spécial OOS 3 .
Can I flash the recovery using flashify? Or only through Fastboot?
sundhar88 said:
Can I flash the recovery using flashify? Or only through Fastboot?
Click to expand...
Click to collapse
Yes you can if your on OOS3.
twrp-3.0.2-0-onyx-OOS-stable.img
DOWNLOAD
twrp-3.0.2-0-onyx-OOS-stable.img - AFH
CHANGELOG:
Code:
[B]twrp-3.0.2-0-onyx-OOS-stable.img[/B]
* fixed kernel panic on usb attachment in recovery
I tried this one to flash H2OS 2.0 (MM) and get an error message said that my phone is ONE, and the H2OS zip file is for E1001. Then I tried bluspark twrp 3.0.2.0-2 v41 and I was able to flash the zip.
namquang93 said:
I tried this one to flash H2OS 2.0 (MM) and get an error message said that my phone is ONE, and the H2OS zip file is for E1001. Then I tried bluspark twrp 3.0.2.0-2 v41 and I was able to flash the zip.
Click to expand...
Click to collapse
Ah, I got this.. should be fixed in a jiffy.. next update
Nachiket.Namjoshi said:
twrp-3.0.2-0-onyx-OOS-stable.img
DOWNLOAD
twrp-3.0.2-0-onyx-OOS-stable.img - AFH
CHANGELOG:
Code:
[B]twrp-3.0.2-0-onyx-OOS-stable.img[/B]
* fixed kernel panic on usb attachment in recovery
Click to expand...
Click to collapse
Nice effort!
Found 2 issues though:
- double tap 2 wake doesn't work
- problems installing H2OS MM (error 7, this package is for bla..bla..) >> edit: same issue as previous post
Both are working in eng.stk version.
UPDATE!
Downloads:
twrp-3.0.2-0-onyx-stable-0.2.img - AFH
Changelog:
Code:
[B]twrp-3.0.2-0-onyx-stable-0.2.img[/B]
* Changed product name from ONE to OnePlus (Which fixes Flashing of Official OnePlus ROMs such as OOS, H2OS)
Hmm doesn't boot for me on oos 3 bootloader.
Just black screen and white led
Nachiket.Namjoshi said:
[*]This Recovery should only be used for flashing when you are on OOS 3.x (and ROMs based on it)
[*]This recovery MUST NOT be used to flash a normal ROM that you get in the forum. Example of which ROMs it is compatible with: OOS, H2OS
Click to expand...
Click to collapse
I flashed CM13 over OOS 3 and it boots.
dadaz007 said:
Hmm doesn't boot for me on oos 3 bootloader.
Just black screen and white led
Click to expand...
Click to collapse
Probably you flashed something sketchy or in a wrong/unintended way, nevertheless, I will look into it.
PS: If you could provide me with a log, it would be helpful...
Thanks.
tech_master said:
I flashed CM13 over OOS 3 and it boots.
Click to expand...
Click to collapse
yes, thats because of this
I've flashed via TWRP and via Flashify, Rashr.... always selecting recovery image.
Edit: I think I find why it wouldn't boot. I haven't seen but I was on bluspark twrp.
I flash your previous twrp version, rebbot to recovery and flash last version and it works now.
@Nachiket.Namjoshi usb otg cannot be mounted in the latest build.
Anyway thanks for your work.
matwaking said:
@Nachiket.Namjoshi usb otg cannot be mounted in the latest build.
Anyway thanks for your work.
Click to expand...
Click to collapse
Can confirm.
Also, DT2W doesn't work....

[RECOVERY][UNOFFICIAL] TWRP 3.7.0_12 for Xiaomi Mi 10T Lite/10i/Redmi Note 9 Pro 5G (gauguin)

Team Win Recovery Project 3.x, 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.
#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. * */
Install Instructions:
- Make sure your bootloader is unlocked. If not, unlock it first.
- Reboot to bootloader
- Execute:
fastboot flash recovery twrp_UNOFFICIAL.img
fastboot reboot
DOWNLOAD HERE
Device trees : https://github.com/Dhollmen/Twrp_device_gauguin
TWRP manifest used : https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp/tree/twrp-12.1
Enjoy and report if there are bugs
reserved
Are you part of TEAM Win or are you developing this TWRP independently and will it evolve?
None o
NOSS8 said:
Are you part of TEAM Win or are you developing this TWRP independently and will it evolve ?
Click to expand...
Click to collapse
None of these, i just took a device trees and i upgraded TWRP to 3.7.0
Anyone tried it on miui custom rom?
gthanks friend please don't let Gauguin die I don't have the skills otherwise I would have supported him thanks again brother
rosy09 said:
gthanks friend please don't let Gauguin die I don't have the skills otherwise I would have supported him thanks again brother
Click to expand...
Click to collapse
Bro you serious Gauguin is not dying so far, it just got Android 13 custom roms + it has Xiaomi.eu
F-Google said:
Fratello serio, Gauguin non sta morendo finora, ha appena ricevuto rom personalizzate Android 13 + ha Xiao
Click to expand...
Click to collapse
Installed and tried to decrypt LOS 19.1 but was unable to. It asks for a pattern but fails to decrypt.
mr_bartek said:
Installed and tried to decrypt LOS 19.1 but was unable to. It asks for a pattern but fails to decrypt.
Click to expand...
Click to collapse
then decrypt by formatting data and flash noverity and retry
F-Google said:
then decrypt by formatting data and flash noverity and retry
Click to expand...
Click to collapse
I never needed it for LOS 18.1 so not sure why I would need it for 19.1?
mr_bartek said:
I never needed it for LOS 18.1 so not sure why I would need it for 19.1?
Click to expand...
Click to collapse
just try
Android 13 decryption support?
Athul Krishna said:
Android 13 decryption support?
Click to expand...
Click to collapse
idthnk so but try

[UNOFFICIAL][LineageOS 20.0][ Android 13 ] For A310, A510, and A710[ALPHA]

Code:
/*
* 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.
*
*/
Hi,
here you can find my build for the A310, A510, and A710,
most problems are already solved.
Here you can see how far everything is working for now.
Spoiler: Whats working
Boot
Audio
Bluetooth
Graphics
Cameras
Wifi
USB
Video playback (HW/SW)
Tethering via USB
OTA-Updates
RIL
Mobile data
GPS
DRM
Tethering via WIFI and Bluetooth
much more...
Spoiler: Whats not working
Sensors
Audio server is crashing in a phone call for a5 and a7
Date usage because of missing eBPF
Spoiler: Links
TWRP a3xelte
TWRP a5xelte
TWRP a7xelte
ROM
Do you like my work?
Than you can simply hit the thanks button and consider to spend me a coffee or a beer,
I'm doing this in my free time and it also costs a lot of money to buy hardware.
donate
Spoiler: How to install it?
Instructions (for S3, simply use the files for your device)
XDA:DevDB Information
[ROM][13.x][a3xelte a5xelte a7xelte][ALPHA] LineageOS 20, ROM for the Samsung Galaxy A3, A5 and A7 ( A310, A510, and A710)
Contributors
html6405
Source Code: https://github.com/html6405
ROM OS Version: 13.x T
ROM Kernel: Linux 3.x
ROM Firmware Required: TWRP 3.5.2
Based On: LineageOS
Thanks
danwood76 for the great work for these devices
The LineageOS team
And all others who have contributed to the Exynos projects past and present
Version Information
Status: Alpha
Created 2022-11-30
Last Updated 2022-11-30
I need testers to fix the sensors, please write me a PM.
I can't wait to try it on the A3 2016 phone, which I put on the shelf after buying a new phone. When will the HTML video come to the YouTube channel
yoooo great work!!!!!
i compiled TWRP 3.7.0-11.0 for A310F, anybody wanna test? it's still in a testing stage
Tried to upgrade a3 from 19 to 20. But stuck in twrp updating. Flashed IMG file too recovery partition. Then tried to reboot into recovery.
From that point I only see Samsung logo boot screen. Any long press button combo just vibrates and reboots that screen.
Any idea to debrick?
kurtn said:
Tried to upgrade a3 from 19 to 20. But stuck in twrp updating. Flashed IMG file too recovery partition. Then tried to reboot into recovery.
Click to expand...
Click to collapse
notnoelchannel said:
yoooo great work!!!!!
i compiled TWRP 3.7.0-11.0 for A310F, anybody wanna test? it's still in a testing stage
Click to expand...
Click to collapse
Did you try this one?
It should work to get into the download mode, try to press the button combination as long as needed,
it also could help to attach the usb charger to switch it off..
Then unplug it and give it another try to boot into the download mode and reflash a working TWRP.
html6405 said:
Did you try this one?
Click to expand...
Click to collapse
i didn't upload the twrp 3.7.0-11.0 anywhere, it's a private build. needs some fixes
kurtn said:
Tried to upgrade a3 from 19 to 20. But stuck in twrp updating.
Click to expand...
Click to collapse
can you attempt a clean install? if not, please try.
kurtn said:
Flashed IMG file too recovery partition. Then tried to reboot into recovery.
From that point I only see Samsung logo boot screen. Any long press button combo just vibrates and reboots that screen.
Click to expand...
Click to collapse
what recovery did you flash after twrp? LOS 20.0 recovery? if did, please reflash twrp 3.6.2 and attempt a clean install
notnoelchannel said:
i didn't upload the twrp 3.7.0-11.0 anywhere, it's a private build. needs some fixes
can you attempt a clean install? if not, please try.
what recovery did you flash after twrp? LOS 20.0 recovery? if did, please reflash twrp 3.6.2 and attempt a clean install
Click to expand...
Click to collapse
I cant do anything. I wait now for the battery to drain to shutdown.
I tried to install OP linked
Samsung Galaxy A3 2016 (Exynos)
Disclaimer:Team Win strives to provide a quality product. However, it is your decision to install our software on your device. Team Win takes no ...
twrp.me
kurtn said:
I cant do anything. I wait now for the battery to drain to shutdown.
I tried to install OP linked
Samsung Galaxy A3 2016 (Exynos)
Disclaimer:Team Win strives to provide a quality product. However, it is your decision to install our software on your device. Team Win takes no ...
twrp.me
Click to expand...
Click to collapse
Use vol down+home+power to force reboot, then try to install twrp 3.5.2
notnoelchannel said:
Use vol down+home+power to force reboot, then try to install twrp 3.5.2
Click to expand...
Click to collapse
Thank you. I made the mistake of releasing power button as soon as screen went dark.
So. Dirty upgrade worked. Signature spoofing not yet.
What sensors are to test?
Edit: all Sensors I tested work. Signature spoofing is only for system apps. Minmicrog CLI works.
How's performance? There's no way Android 13 is actually usable. How bad is performance with gapps?? This ****'s insane, once audio works I'll give this a shot. Keep up the good work!
HeladeraDragon said:
How's performance? There's no way Android 13 is actually usable. How bad is performance with gapps?? This ****'s insane, once audio works I'll give this a shot. Keep up the good work!
Click to expand...
Click to collapse
performance is the same like on android 12, i didn't test with gapps
Is it usable?
kurtn said:
So. Dirty upgrade worked. Signature spoofing not yet.
What sensors are to test?
Edit: all Sensors I tested work. Signature spoofing is only for system apps. Minmicrog CLI works.
Click to expand...
Click to collapse
Really? That's great, which version did you test?
The one in the main download folder or the one in the test folder?
Could someone test the a7 builds and report?
I've also created two builds, one with maybe not working sensors and another one in the test folder.
html6405 said:
Really? That's great, which version did you test?
The one in the main download folder or the one in the test folder?
Could someone test the a7 builds and report?
I've also created two builds, one with maybe not working sensors and another one in the test folder.
Click to expand...
Click to collapse
Normal build. It was like a week old when I installed it.
kurtn said:
Normal build. It was like a week old when I installed it.
Click to expand...
Click to collapse
Ok that's good to know,
could you also test the other build?
It could be that you will face a bootloop but idk.
But if you confirm that the normal build has working sensors, I'm already happy.
html6405 said:
Ok that's good to know,
could you also test the other build?
It could be that you will face a bootloop but idk.
But if you confirm that the normal build has working sensors, I'm already happy.
Click to expand...
Click to collapse
So they have identical file names? Only the test build is a few kilobytes larger.
No boot loop. Just stuck in boot animation for 10 minutes now. (Dirty flashed test over normal 20.0)
TheRain12 said:
I can't wait to try it on the A3 2016 phone, which I put on the shelf after buying a new phone. When will the HTML video come to the YouTube channel
Click to expand...
Click to collapse
Just tested: installation works without YouTube as well. Maybe better
kurtn said:
No boot loop. Just stuck in boot animation for 10 minutes now. (Dirty flashed test over normal 20.0)
Click to expand...
Click to collapse
Thanks, that's what I feared, but if you can confirm again, that really all sensors are working with the other build,
I'm happy.

Categories

Resources