[RECOVERY][TWRP] TWRP 2.8.7.0 Galaxy Trend GT-S7392 - Miscellaneous Android Development

This recovery is deprecated, use this
Hello every Galaxy Trend users i have compiled Twrp 2.8.7.0 ! ​
This twrp is compiled by omni 6.0 branch and this is amazing twrp i ever used and can't find any twrp better then this one yet and i think so every trend(GT-S7392) user should try this recovery on there device
if you are searching for cm11 for GT-S7392 then click here ​Install instructions :-
1. Download recovery.zip
2. Flash it from old cwm or old twrp
OR​1. Download recovery.tar.md5 and flash it from odin
OR​
1. Install terminal emulator from play store.
2. Download recovery.img file
3. Open terminal emulator and type su and give root permission .
4. Then type dd if=recovery.img of=/dev/block/mmcblk0p6
5. Now you have installed recovery successfully enjoy!
Screenshots:-​
http://forum.xda-developers.com/devdb/project/?id=13289#screenshots
Contributors
androidlover5842, tra_dax, zim555
@Neo Because of him i am on xda thanks
@DigiGoon for his compressed sources
Source Code: https://github.com/Grace5921/android_device_kyleve
Version Information
TWRP Version: 2.8.7.0
TWRP Kernel: Linux 3.4.x
Based On: Omni
Status: Stable
Created 2016-01-03
Last Updated 2016-01-03
Changelog:-​1. added more wipe options
2. added more backup option
3. now recovery can format without rm -rf
4. fixed sdcard partition issues
5. changed selinux to permissive
6. now recovery can flash rom more faster
if you are on my cm11 then you will receive twrp update​

I couldn't see anything about CM13 about "kyleve" on your GitHub.
Lie possiblity= %98
And by the way, can you show me your kernel source?

kadjarT said:
I couldn't see anything about CM13 about "kyleve" on your GitHub.
Lie possiblity= %98
And by the way, can you show me your kernel source?
Click to expand...
Click to collapse
sorry i typed wrong i have used omni 6.0 android/bootable/recovery in silm kat 4.4 sources thanks for telling i have fixed my mistake

androidlover5842 said:
sorry i typed wrong i have used omni 6.0 android/bootable/recovery in silm kat 4.4 sources thanks for telling i have fixed my mistake
Click to expand...
Click to collapse
But tree says it is not 6.0. It is 4.4.4.

kadjarT said:
But tree says it is not 6.0. It is 4.4.4.
Click to expand...
Click to collapse
i mean i have use omni 6.0 recovery source and slimKat 4.4.4 to compile twrp

kadjarT said:
And by the way, can you show me your kernel source? .
Click to expand...
Click to collapse
i can't upload kernel sources because i have used 379 gb this month and i am getting 16kb/sec up speed i will upload it on 7 jan

Nice work

KYLEVE said:
Nice work
Click to expand...
Click to collapse
thanks twrp is updated

Related

[ROM][UNOFFICIAL] CyanogenMod 11 Nightlies / OpenDesireProject

#include
/*
* 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.
*/
Click to expand...
Click to collapse
General:
These are UNOFFICIAL CM11.0 Kitkat Nightlies / Releases brought to you by Open Desire Project and TeamCodefire. Builds are generated automatically each night. Process starts around 00:30 PDT. If it fails, then there will be no build until the reason for failure is taken care of which can take time. Latest 12 nightlies will be kept on the server. If you want a longer history of them, you are free to archive them yourself.
Thanks and credits:
Andromadus
CodeAuroraForum
CyanogenMod
BananaGranola
Epic Beard Men
eXistZ
Flemmard
Flinny
goo.im
Juansheng
paulb_nl
randomblame
synergye
TeamCodefire (for build server and hosting, priceless)
Mustaavalkosta
All the rest that have helped to construct these builds and develop software for ace directly or indirectly in the past.
Githubs:
CyanogenMod
Open Desire Project
Changelogs:
CM Gerrit
CM Google+
Github (see above)
Installation instructions:
Download Nightlies
Download gapps from here
Put the files on SD card.
Reboot to recovery.
Do factory reset (ie. format /system, /data, /cache, /sd-ext and /sdcard/.android_secure)
Flash cm-11-YYYYMMDD-UNOFFICIAL-saga.zip
Flash gapps zip
Remember to flash boot.img via fastboot if you have S-ON.
Reboot and enjoy.
Update instructions:
Download Nightlies
Put the file on SD card.
Reboot to recovery.
Flash cm-11-YYYYMMDD-UNOFFICIAL-saga.zip
Remember to reflash boot.img via fastboot if you have S-ON.
No need to flash gapps as CM backuptool script should take care of them. (Results may vary depending on which gapps package you are using.)
Reboot and enjoy.
Kernel
Source: github
Compiler: stock AOSP gcc-4.7
Branch: cm-11.0
Kernel Version: 3.0.101
defconfig: saga_cm11_defconfig
Donations:
For hosting: codefi.re (use the donation button at the bottom of the page)
I and Mustaavalkosta don't really need your money right now but if you insist on donating to us we suggest you donate that money to EFF instead here: https://supporters.eff.org/donate
FAQ:
Q: I tried to flash the ROM and got this:
Code:
Installing update...
set_metadata_recursive: some changes failed
E:Error in /sdcard/..path od ROM.zip
(Status 7)
Installation aborted.
A: Update your recovery to one that is compatible with new recovery functions. See the list below.
4EXT Recovery Touch v1.0.0.6 RC 3 or newer
TWRP 2.8.0.0 SAGA or newer
Q: I've used HTC Dev unlock and flashed the rom but it won't boot. What should I do?
A: You need to extract boot.img from the zip and flash it via fastboot. If you don't have fastboot executable anymore from flashing recovery, install Android SDK platform tools (Linux users should find it from distro's package management) and then reboot to bootloader, open command prompt and navigate to the location you extracted your boot.img and type:
Code:
fastboot flash boot boot.img
You need to repeat this everytime you flash new version of this rom to ensure everything will work fluently as long as you have just basic HTC Dev unlock.
Q: Where are my developer and performance options?
A: http://goo.gl/jpS8r
Q: Feature X doesn't work, let's make 1000 posts about it to annoy everyone.
A: Please, dont. Use search and then use search again and only then report your problem with necessary logs. [Logcat guide, thanks to MusikMonk for the link]
Q: I hate you for not fixing this issue X!!!
A: I love you too.
Q: How I can build CM11.0 myself?
A: Setup a basic Android build environment.
Code:
mkdir cm11
cd cm11/
repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
mkdir -p .repo/local_manifests
wget https://github.com/OpenDesireProject/android/raw/cm-11.0/local_manifest.xml -O .repo/local_manifests/cm_odp.xml
repo sync
cd vendor/cm/
./get-prebuilts
cd ../../
. build/envsetup.sh
lunch cm_saga-userdebug
mka bacon
Once the build finishes you'll find your goods from out/target/product/saga/ directory.
Q: Something about something something something.
A: Ask the guy/gal next to you.
XDA:DevDB Information
Open Desire Project, ROM for the HTC Desire S
Contributors
kylon, Mustaavalkosta, paulb_nl
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
Based On: CyanogenMod
Version Information
Status: Nightly
Created 2014-10-29
Last Updated 2017-01-04
Reserved
Bugs:
headset mic
S2w switch in device settings
kylon said:
nightly builds will start tomorrow!
thanks to Mustaavalkosta.
Bugs:
Wifi AP/hotspot/tethering
headset mic
Click to expand...
Click to collapse
Thank you all, GODS of ROMS!!!!!!!!
So i've been using your 20141024 release and i'm sticking with it. For next release, should i make it dirty or clean install?
Awesome work :highfive:
kylon said:
nightly builds will start tomorrow!
thanks to Mustaavalkosta.
Bugs:
Wifi AP/hotspot/tethering
headset mic
Click to expand...
Click to collapse
Thanks people!
One question...
There will be Stable versions in this thread? i mean over time of course.
kylon said:
nightly builds will start tomorrow!
thanks to Mustaavalkosta.
Bugs:
Wifi AP/hotspot/tethering
headset mic
Click to expand...
Click to collapse
Download files are just up.
kylon said:
General:
These are UNOFFICIAL CM11.0 Kitkat Nightlies / Releases brought to you by Open Desire Project and TeamCodefire. Builds are generated automatically each night. Process starts around 00:30 PDT. If it fails, then there will be no build until the reason for failure is taken care of which can take time. Latest 12 nightlies will be kept on the server. If you want a longer history of them, you are free to archive them yourself.
Thanks and credits:
Andromadus
CodeAuroraForum
CyanogenMod
BananaGranola
Epic Beard Men
eXistZ
Flemmard
Flinny
goo.im
Juansheng
paulb_nl
randomblame
synergye
TeamCodefire (for build server and hosting, priceless)
Mustaavalkosta
All the rest that have helped to construct these builds and develop software for ace directly or indirectly in the past.
Githubs:
CyanogenMod
Open Desire Project
Changelogs:
CM Gerrit
CM Google+
Github (see above)
Installation instructions:
Download Nightlies / [BasketBuild mirror]
Download gapps from here. Pico/Nano/Micro recommended, Mini/Full/Stock doesn't fit in our system partition after the ROM has been installed.
[* This should be a temp step]Download this fix.
Put the files on SD card.
Reboot to recovery.
Do factory reset (ie. format /system, /data, /cache, /sd-ext and /sdcard/.android_secure)
Flash cm-11-YYYYMMDD-UNOFFICIAL-saga.zip
Flash gapps zip
[* This should be a temp step]Flash mic fix.
Remember to flash boot.img via fastboot if you have S-ON.
Reboot and enjoy.
Update instructions:
Download Nightlies / [BasketBuild mirror]
Put the file on SD card.
Reboot to recovery.
Flash cm-11-YYYYMMDD-UNOFFICIAL-saga.zip
[* This should be a temp step]Flash mic fix.
Remember to reflash boot.img via fastboot if you have S-ON.
No need to flash gapps as CM backuptool script should take care of them. (Results may vary depending on which gapps package you are using.)
Reboot and enjoy.
Kernel
Source: github
Compiler: stock AOSP gcc-4.7
Branch: cm-11.0
Kernel Version: 3.0.101
defconfig: saga_cm11_defconfig
Donations:
For hosting: codefi.re (use the donation button at the bottom of the page)
I and Mustaavalkosta don't really need your money right now but if you insist on donating to us we suggest you donate that money to EFF instead here: https://supporters.eff.org/donate
FAQ:
Q: I tried to flash the ROM and got this:
Code:
Installing update...
set_metadata_recursive: some changes failed
E:Error in /sdcard/..path od ROM.zip
(Status 7)
Installation aborted.
A: Update your recovery to one that is compatible with new recovery functions. See the list below.
4EXT Recovery Touch v1.0.0.6 RC 3 or newer
TWRP 2.8.0.0 SAGA or newer
Q: I've used HTC Dev unlock and flashed the rom but it won't boot. What should I do?
A: You need to extract boot.img from the zip and flash it via fastboot. If you don't have fastboot executable anymore from flashing recovery, install Android SDK platform tools (Linux users should find it from distro's package management) and then reboot to bootloader, open command prompt and navigate to the location you extracted your boot.img and type:
Code:
fastboot flash boot boot.img
You need to repeat this everytime you flash new version of this rom to ensure everything will work fluently as long as you have just basic HTC Dev unlock.
Q: Where are my developer and performance options?
A: http://goo.gl/jpS8r
Q: Feature X doesn't work, let's make 1000 posts about it to annoy everyone.
A: Please, dont. Use search and then use search again and only then report your problem with necessary logs. [Logcat guide, thanks to MusikMonk for the link]
Q: I hate you for not fixing this issue X!!!
A: I love you too.
Q: How I can build CM11.0 myself?
A: Setup a basic Android build environment.
Code:
mkdir cm11
cd cm11/
repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
mkdir -p .repo/local_manifests
wget https://github.com/OpenDesireProject/android/raw/cm-11.0/local_manifest.xml -O .repo/local_manifests/cm_odp.xml
repo sync
cd vendor/cm/
./get-prebuilts
cd ../../
. build/envsetup.sh
lunch cm_saga-userdebug
mka bacon
Once the build finishes you'll find your goods from out/target/product/saga/ directory.
Q: Something about something something something.
A: Ask the guy/gal next to you.
XDA:DevDB Information
Open Desire Project, ROM for the HTC Desire S
Contributors
kylon, Mustaavalkosta, paulb_nl
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
Based On: CyanogenMod
Version Information
Status: Nightly
Created 2014-10-29
Last Updated 2014-10-29
Click to expand...
Click to collapse
<3 :3
No sound in incoming - people don't hear me.
_hugh said:
Thanks people!
One question...
There will be Stable versions in this thread? i mean over time of course.
Click to expand...
Click to collapse
probably not.
Lapyyyyyy said:
No sound in incoming - people don't hear me.
Click to expand...
Click to collapse
flash mic fix.
kylon said:
probably not.
flash mic fix.
Click to expand...
Click to collapse
Thank you Kylon.
Three questions please:
-do we need to make a clean installation starting from this new nightly build for the first time?
-can we just dirty install for next nightly after this first one?
-will the headset mic be fixed?
Thankssssssssss
Clean install the dirty.
No guarantee
Installed per instructions, played with it a bit then restarted and since then dead black... Never happened something like this before...
Sent from my Desire S using Tapatalk
Last kernel (from build 28.10.2014) don't work with another ROMs - bootloop/restarts... Last kernel for me is ok. I think had been something new, like problem with sim card, if u remember year ago).
Restart phone... All is ok - without any issues.
Men, thank for hard work and your time!
docertabum said:
Installed per instructions, played with it a bit then restarted and since then dead black... Never happened something like this before...
Sent from my Desire S using Tapatalk
Click to expand...
Click to collapse
tomorrow i ll make a test kernel.
connect your phone via usb and use monitor (android sdk) to see the log. or you can use adb
Kylon, how different are these nightly from your last build on the other thread? I mean, do we need to update every day? So many changes every day?
Grazie
They are "clean", no test stuff.
No saga changes for now, only cm fixes/new features
kylon said:
They are "clean", no test stuff.
No saga changes for now, only cm fixes/new features
Click to expand...
Click to collapse
On the first page, intallation instructions there is:
"
Download gapps from here. Pico/Nano/Micro recommended, Mini/Full/Stock doesn't fit in our system partition after the ROM has been installed.
[* This should be a temp step]Download this fix."
What fix are you referring to? I found just the mic fix flinny zip attached
grazie
---------- Post added at 11:26 PM ---------- Previous post was at 11:22 PM ----------
Lapyyyyyy said:
Last kernel (from build 28.10.2014) don't work with another ROMs - bootloop/restarts... Last kernel for me is ok. I think had been something new, like problem with sim card, if u remember year ago).
Restart phone... All is ok - without any issues.
Men, thank for hard work and your time!
Click to expand...
Click to collapse
Hi is this new rom so different from the previous one ? everything working fine so far?
thanks
kylon said:
They are "clean", no test stuff.
No saga changes for now, only cm fixes/new features
Click to expand...
Click to collapse
Thanks for your effort. Besides Wifi Ap and calling mic needs fix, other than that it is working fine. I do not have headset though. Very smooth, fast and stable so far. Again thank you very much for your effort.
Same problem
docertabum said:
Installed per instructions, played with it a bit then restarted and since then dead black... Never happened something like this before...
Sent from my Desire S using Tapatalk
Click to expand...
Click to collapse
+1
dead screen after reboot
Ammiraglio said:
On the first page, intallation instructions there is:
is this new rom so different from the previous one ? everything working fine so far?
Click to expand...
Click to collapse
Hi! Everything works, with change file audio (fix is in this thread, at 1t post) works all good. Different - don't know

[RECOVERY][ALL VARIANTS] TWRP 3.3.1-0 Touch Recovery

[URL=http://www.directupload.net]
[/URL]
​Team Win Recovery Project (TWRP) is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system, functions often unsupported by stock recovery images. It is, therefore, often installed when rooting Android devices, although it isn't dependent on a device being rooted to be installed.​
​treltexx (N910C/H) : Download
trhpltexx (N910U) : Download
trelteskt (N910S/L/K) : Download
tbelteskt (N915S/L/K) : Download
tre3calteskt (N916S/L/K) : Download​
​There are three ways [and possibly some more] to flash TWRP​1. Flash the .tar file using Odin​2. Extract the .tar and flash "recovery.img" using an existing TWRP installation [flash the file to recovery partition]​3. Flash the extracted "recovery.img" using either Flashify or TWRP Official App​
XDA:DevDB Information
[RECOVERY][UNOFFICIAL][N910C/H] TWRP 3.2.3-0 Touch Recovery, Tool/Utility for the Samsung Galaxy Note 4
Contributors
DahakePL, ananjaser1211
Source Code: https://github.com/omnirom/android_bootable_recovery/
Version Information
Status: Stable
Current Stable Version: 3.3.1-0
Stable Release Date: 2019-06-11
Created 2018-08-31
Last Updated 2019-06-10
CHANGELOG
3.2.3-0
❑ Initial release for N910 C / H / U and S / L / K
❑ Updated device source [ Huge thanks to @ananjaser1211 ]
❑ Fixed mount /system bug [ Also thanks to anan ]
❑ Initial release for N915 S / L / K
❑ Initial release for N916 S / L / K
❑ All variants of Note 4 supported as well as N915SLK Note Edge
Changelog TWRP 3.3.1-0
❑ Reworked device tree
❑ Removed broken F2FS
❑ Updated kernel
❑ Unified code names to skt
❑ Fixed N910L/K code-name issue
treltexx (N910C/H) : Download
trhpltexx (N910U) : Download
trelteskt (N910S/L/K) : Download
tbelteskt (N915S/L/K) : Download
tre3calteskt (N916S/L/K) : Download
Awesome work Adam :good: keep it up
Wow, thank you so much
Good job but I still need beta2 room
Thanks Adam Great Work :highfive:
Thanks sir. This is requirement recovery for 8.0. I hope bote 4 still alive. Good job and wish your day happily
thanx nice work!
nice work, i was waiting for a TWRP update for treltexx, flashing now, thx
What's the difference between 3.2.1.1 and 3.2.3.0 ?
Trex888 said:
What's the difference between 3.2.1.1 and 3.2.3.0 ?
Click to expand...
Click to collapse
More improvement and fix bug
Hey Adam - nice update! Flashed the .img thru TWRP - all good. Thank you!
DahakePL said:
http://www.directupload.net
ABOUT
Team Win Recovery Project (TWRP) is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system, functions often unsupported by stock recovery images. It is, therefore, often installed when rooting Android devices, although it isn't dependent on a device being rooted to be installed.
DOWNLOAD
MEGA - https://mega.nz/#!oM1GDSyA!PWh413Ws4vPPptiSnEg7ZR38irQNpQJ8EhcU7FAOqNo
GOOGLE DRIVE - https://drive.google.com/open?id=1bnEGxVNAR7EBfOdHiKDr1miZrbWLlw-y
HOW TO INSTALL
Flash the .tar file using Odin or extract the .tar and flash "recovery.img" using an existing TWRP installation [flash the file to recovery partition]
XDA:DevDB Information
[RECOVERY][UNOFFICIAL][N910C/H] TWRP 3.2.3-0 Touch Recovery, Tool/Utility for the Samsung Galaxy Note 4
Contributors
DahakePL, ananjaser1211
Source Code:https://github.com/omnirom/android_bootable_recovery/
Version Information
Status: Stable
Current Stable Version: 3.2.3-0
Created 2018-08-31
Last Updated 2018-08-31
Click to expand...
Click to collapse
How to extract .tar to recovery.img plz
youur said:
How to extract .tar to recovery.img plz
Click to expand...
Click to collapse
Try WinZip
Great work. Much respect
youur said:
How to extract .tar to recovery.img plz
Click to expand...
Click to collapse
With solid explorer you can do it.... Of you are using that file manager!
youur said:
How to extract .tar to recovery.img plz
Click to expand...
Click to collapse
Root Explorer worked for me.
Thanks for your effort and much respect.
Correct me if i am wrong but I have noticed there is no efs partition backup option in backup menu.
How to backup efs partition ?
Trex888 said:
Thanks for your effort and much respect.
Correct me if i am wrong but I have noticed there is no efs partition backup option in backup menu.
How to backup efs partition ?
Click to expand...
Click to collapse
Just scrolling up & down the screen and you will see all backup options.
The same works for other menus to.
gele777 said:
Just scrolling up & down the screen and you will see all backup options.
The same works for other menus to.
Click to expand...
Click to collapse
Thanks

[07/19/2020][9.X] Android Open Source Project Pie Huawei P8 Lite 2017

About the Android Open Source Project
Android is an open source software stack for mobile devices and a corresponding open source project led by Google. This site and the Android Open Source Project (AOSP) repository offer the information and source code needed to create custom variants of the Android stack, port devices and accessories to the Android platform, and ensure devices meet the compatibility requirements that keep the Android ecosystem a healthy and stable environment for millions of users.
BUGS:
TELL ME.
sdcard that I will fix in next build.
GAPPS:
Click here to download this gapps.
Downloads:
09/05/2020
aosp-9-20200508-prague-haky86.zip
Fix gapps issue.
Fix hwc thanks to Flex1911.
I forget to include NFC fix, just flash Treble's module.
19/19/2020
aosp-9-20200716-hi6250-haky86.zip
Restart works.
Fix Google Play errors:
Go to Settings.
Open Apps.
Search for Google Play Store and Google Play Services.
Give the permissions especially to storages to get Play Store worked correctley.
XDA:DevDB Information
Android Open Source Project Pie for HI6250 Emui 8.x based, ROM for the Honor 8 Lite
Contributors
haky 86, flex1911
Source Code: http://github.com/hak86
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
ROM Firmware Required: Emui 8.x
Based On: AOSP
Version Information
Status: Stable
Stable Release Date: 2018-11-18
Beta Release Date: 2018-11-18
Created 2018-11-18
Last Updated 2019-11-14
** Note **
reserved:
topic will be reopened once download is uploaded
Edit: rom uploaded
Any experience with this?
dtrail1 said:
Any experience with this?
Click to expand...
Click to collapse
same as other roms, I simply remove kirin970 stuff.
I'm assuming Gapps are not included?
verntechguy said:
I'm assuming Gapps are not included?
Click to expand...
Click to collapse
Nope isn't included. I will use this thread as unique place for all my Pie ROMs.
haky 86 said:
Nope isn't included. I will use this thread as unique place for all my Pie ROMs.
Click to expand...
Click to collapse
Thanks for the info. So opengapps should work right? How about Magisk? Standard version should work?
verntechguy said:
Thanks for the info. So opengapps should work right? How about Magisk? Standard version should work?
Click to expand...
Click to collapse
for gapps I recommend pico, since it is "demo" build for nfc you have to flash magisk module, for magisk use 17.1 and up also don't forget to install the manager application.
haky 86 said:
for gapps I recommend pico, since it is "demo" build for nfc you have to flash magisk module, for magisk use 17.1 and up also don't forget to install the manager application.
Click to expand...
Click to collapse
My variant doesn't have nfc so I don't have to worry about that. Will try this out once I'm free. Thanks for your work!
** Breaking News **
AOSP Extended is HERE
08/11/2018:
AospExtended-v6.0-hi6250-20181108-1232-UNOFFICIAL.zip
Bugs: media works just via VLC application or similar, I will fix in next build.
Don't forget to do the following things:
1-)Reboot in TWRP and mount system, vendor and splash2 partitions.
2-)Run the following command from terminal: /sbin/sh /system/bin/releasetools.kirin970.sh
3-)Flash eRecovery and do factory reset to boot the rom properly. P.S: if boot with a fully worked twrp you don't need to flash stock eRecovery.
No screenshots? I forget to save them but see the one in the attached files
Telegram: https://t.me/HakyGSI
** Note **
AOSP has been updated
aosp-pie-9.0.0_r16-hi6250-090112018.tar.gz
Android 9.0.0 R16.
Hotspot fixed.
NFC fixed properly.
Don't forget run releasetools.kirin970.sh script via twrp to boot the whole rom.
cookremier said:
Dates doesn´t match to the files in the main post.
Look at this:
AOSP Extended:
18/11/2018:
AospExtended-v6.0-hi6250-20181108-1232-UNOFFICIAL.zip
Do you live in the future with a Flux Compensator ???
Click to expand...
Click to collapse
yes, I'm coming from the future .
it just a typo's error
Any other recommendation before flashing your Image? Tried it by coming from EMUI 8 but got sparse error after flashing system.img in fastboot.
pete80pro said:
By following your Tutorial I'm gettin error message on flashing System.img with fastboot.
I have to be on EMUI 8 before, any other needed things?
Click to expand...
Click to collapse
Flash phh's aosp 9 without wiping emui 8 system partition then try mine. in case not working wait next build then
I manage to boot LineageOS 16.0, I will fix error 7 here too and upload first beta in separate topic.
Good for daily use ? P10 Lite
cxyqqz said:
Good for daily use ? P10 Lite
Click to expand...
Click to collapse
Yes but I have to fix fastboot error first.
Anyways LineageOS 16.0 cancelled, sometime boot and some time doesn't boot. I'm start getting bored of from Emui 8.x and back to emui 5.x developments that are better in certain sense.
P20 Lite ane-lx support?
A_S_A113 said:
P20 Lite ane-lx support?
Click to expand...
Click to collapse
yes it is, the next image of AOSP 9 with fastboot fix will come out in next hours.
haky 86 said:
AOSP Extended is HERE
08/11/2018:
AospExtended-v6.0-hi6250-20181108-1232-UNOFFICIAL.zip
Bugs: media works just via VLC application or similar, I will fix in next build.
Don't forget to do the following things:
1-)Reboot in TWRP and mount system, vendor and splash2 partitions.
2-)Run the following command from terminal: /sbin/sh /system/bin/releasetools.kirin970.sh
3-)Flash eRecovery and do factory reset to boot the rom properly. P.S: if boot with a fully worked twrp you don't need to flash stock eRecovery.
No screenshots? I forget to save them but see the one in the attached files
Telegram: https://t.me/HakyGSI
Click to expand...
Click to collapse
What do you mean by flashing erecovery, you mean stock recovery right? (recovery ramdisk)
steven360 said:
What do you mean by flashing erecovery, you mean stock recovery right? (recovery ramdisk)
Click to expand...
Click to collapse
yes stock recovery, it is needed just to wipe data & cache. the releasetools.kirin970.sh can be flashed by twrp post rom installation by /sbin/sh in shell.

[RECOVERY] [OP3/3T] TeamWin Recovery Project [TWRP][UNOFFICIAL][3.4.0-0][16/06/2020]

Team Win Recovery Project[TWRP]
Latest Version : 3.4.0-0-oneplus3
ChangeLog :
Device ChangeLog :-
* EDL Mode Optimised
* Few asserts added
* Misc Cleanup
RECOVERY ChangeLog :-
- Include Latest Twrp Code
For More Info
Download :- Unavailable
NOTES
- Reboot to TWRP and flash lastest IMG file as Recovery
- Can also be flashed via termial/Command Prompt.
Commands
fastboot flash recovery twrp-3.4.0-0-oneplus3-20200616.img
faatboot boot twrp-3.4.0-0-oneplus3-20200616.img
Source
Kernel :- https://github.com/LineageOS/android...neplus_msm8996
XDA:DevDB Information
TEAMWIN RECOVERY PROJECT, Tool/Utility for the OnePlus 3
Contributors
Gaurav24
Version Information
Status: Stable
Current Stable Version: 3.4.0-0
Stable Release Date: 2020-06-16
Created 2020-06-16
Last Updated 2020-06-16
Just updated my SAR twrp to this unofficial one by flashing image in twrp. Working fine and seems to have /system mounted as /system_root and /system, probably for backward compatibility.
Thanks for building, as it is the latest unofficial official, it will be my recovery from now on.
Edit: SAR patches are nicely integrated (see github).
Screenshot
What if SAR TWRP and Magisk?
Johan2020 said:
Thanks for building, as it is the latest unofficial official, it will be my recovery from now on.
Click to expand...
Click to collapse
There's no mention of 3.4 on the official website. Also what makes this recovery better? I'm not sure I understand much of the changelog. Hopefully the screen lock bug has been fixed. I assumed the next release would mainly be geared towards dynamic partitions support for newer devices running Android 10.
What's new?
Compatible with pre-10 roms? toybox/busybox? backup /system still broken?
Ah yes, the twrp app if you confirm yes to install will cause bootloop. That's all i can think what's wrong with the official.
Do we know if f2fs is properly managed now ? Thanks for the info.
Thread closed on behalf of the OP @Gaurav24
OP doesn't maintain this project any longer.

[RECOVERY] TWRP for Blackview A80Pro [UNOFFICIAL] [Android 10]

TWRP Recovery Project for the Blackview A80Pro Android 10
Team Win Recovery Project or TWRP for short. Its a fully touch driven user interface, completely theme-able & you can change just about every aspect of the look and feel.
Now ported to the Blackview A80Pro.​
I am not responsible for any bricked imei, when flashing TWRP backup the NVRAM partition to be safe, do not root until having an actually good working backup, if you signal goes restore your backup.
Click to expand...
Click to collapse
Download - You'll always find the latest release in here: https://github.com/DevZillion/android_device_blackview_a80pro_eea/releases​Known Issues / Report Issues -https://github.com/DevZillion/android_device_blackview_a80pro_eea/issues​​
How to install​
[Magisk patched boot.img required to properly boot recovery.]
Bash:
fastboot flash recovery recovery.img
After booting into TWRP flash this zip and format data to remove internal storage encryption.
Click to expand...
Click to collapse
Sources​
TWRP Source - https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp/tree/twrp-11
Device Tree - https://github.com/DevZillion/android_device_blackview_a80pro_eea
Kernel Sources - The manufacturer refused to give them.
Click to expand...
Click to collapse
Special thanks to:​
TeamWin for the Recovery Project.
Blackview for their stock kernel with toggable SELinux wich does not follow GPL Licenses.
Zillion for doing the device tree.
Click to expand...
Click to collapse
Actual TWRP status: Bugfixing; Try at your own risk and only if you know what you're doing.

Categories

Resources