[RECOVERY][ALL VARIANTS] TWRP 3.3.1-0 Touch Recovery - Galaxy Note 4 Android Development (Exynos)

[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

Related

[APP][4.1+][ROOT] Odin Package Creator v1.3

Previously to create a Odin flashable package you need a Linux distribution.
So I created this light and simple application to do the job easily.
To create a package compatible with Odin is necessary UStar(Uniform Standard Tape ARchive)
compression by POSIX, Android does not support this type of compression, So it was necessary
to use the original GNU tar cross-compiled to ARM.
I created this application after my device(I9070) has come into loop after flash a kernel
under development. The recovery of my device is not in a reserved partition
but with the ramdisk, if the kernel does not run the recovery does not work.
Not wanting to install a firmware because it would lose my data, I had to create a functional
kernel flashable by Odin using a Linux distribution.
Features
Create any single package, it is of a kernel, recovery, etc.
Create multiple files in one package like firmware.
Generate MD5 for package to Odin check.
Requirements
Any device running Android 4.1.2+
Latest busybox and Root.
Changelog
Release 1.3 - STABLE
Reduced the number of calls BufferredWrite() on Logger()
Now the BufferredWrite() is called only if input is valid.
Improved the accuracy of controls, now the result
comes from OnPostExecute() and not the catch block in AsyncTask.
Updated method to install binary(Recently got an LG device and saw
that OPC was unable to mount /system, but now it works!)
Now I can say that OPC is stable for use.
Click to expand...
Click to collapse
Release 1.0
Initial TESTING release.
Click to expand...
Click to collapse
Release 1.01
Fix statusbar color issue.
Updated screens to Lollipop.
Click to expand...
Click to collapse
Release 1.1
Fix app orientation issue.
Improved app stability.
Now you can create multiple files in a package as firmware!
Click to expand...
Click to collapse
Release 1.2 BETA
Fixed all errors when installing the binary!
Improved stability (Fixed misc issues).
Click to expand...
Click to collapse
Get it on DOWNLOAD page.
If you need something to dump your partitions, can use my UAPM application.
XDA:DevDB Information
Odin Package Creator, App for all devices (see above for details)
Contributors
ferreirawax
Version Information
Status: Stable
Stable Release Date: 2015-01-08
Current Beta Version: v1.2
Beta Release Date: 2015-01-02
Created 2014-12-28
Last Updated 2015-01-08
How to use Odin Package Creator?
First you need the file you want to create the package, for example a Kernel,
You need to rename your file to the same name on the firmware. If your device
kernel has the name "kernel.bin" in the firmware, you need to rename your file
to "kernel.bin" and create the package using that name.
How to create "firmware" using Odin Package Creator?
Create a folder and place the files inside, Open the application and choose to create
a multiple package, select all files in the folder and give an output name. Remember to
use the same file names that are in the firmware!
Invalid Package on Odin
Invalid package happens when the error in package name, for example if the
kernel of your device is called "kernel.bin.md5" on firmware you should use
"kernel" as output, For if you leave "kernel.bin.md5" the output will be
"kernel.bin.md5.tar.md5" and Odin will accuse invalid package.
Error installing binary
This error can happen when the application can not read the sdcard or when you can
not mount the /system partition. Share log(located in /sdcard/OdinCreator/Common/outputs.txt)
here to me solve the problem on your device.
New release v1.01
I cant download?.....
hazri1974 said:
I cant download?.....
Click to expand...
Click to collapse
Try now
New release v1.1
New BETA release guys!
Thank you for this work!
New v1.3 release guys!
Release 1.3 - STABLE
Reduced the number of calls BufferredWrite() on Logger()
Now the BufferredWrite() is called only if input is valid.
Improved the accuracy of controls, now the result
comes from OnPostExecute() and not the catch block in AsyncTask.
Updated method to install binary(Recently got an LG device and saw
that OPC was unable to mount /system, but now it works!)
Now I can say that OPC is stable for use.
Click to expand...
Click to collapse
PS: I have not received any feedback, but someone besides me has managed to create a package and install normally on your device?:fingers-crossed:
ferreirawax said:
New v1.3 release guys!
PS: I have not received any feedback, but someone besides me has managed to create a package and install normally on your device?:fingers-crossed:
Click to expand...
Click to collapse
Hi Mate
This looks really interesting!
Ill give it a go over the weekend just in case something goes really wrong haha but i will report back of course!
Ed
ferreirawax said:
Previously to create a Odin flashable package you need a Linux distribution.
So I created this light and simple application to do the job easily.
To create a package compatible with Odin is necessary UStar(Uniform Standard Tape ARchive)
compression by POSIX, Android does not support this type of compression, So it was necessary
to use the original GNU tar cross-compiled to ARM.
I created this application after my device(I9070) has come into loop after flash a kernel
under development. The recovery of my device is not in a reserved partition
but with the ramdisk, if the kernel does not run the recovery does not work.
Not wanting to install a firmware because it would lose my data, I had to create a functional
kernel flashable by Odin using a Linux distribution.
Features
Create any single package, it is of a kernel, recovery, etc.
Create multiple files in one package like firmware.
Generate MD5 for package to Odin check.
Requirements
Any device running Android 4.1.2+
Latest busybox and Root.
Changelog
Get it on DOWNLOAD page.
If you need something to dump your partitions, can use my UAPM application.
XDA:DevDB Information
Odin Package Creator, App for all devices (see above for details)
Contributors
ferreirawax
Version Information
Status: Stable
Stable Release Date: 2015-01-08
Current Beta Version: v1.2
Beta Release Date: 2015-01-02
Created 2014-12-28
Last Updated 2015-01-08
Click to expand...
Click to collapse
Can u port it for ics or gingerbread
ferreirawax said:
New BETA release guys!
Click to expand...
Click to collapse
Can this be used to flash a full firmware like the Odin used in flashing samsung firmwares?
Eg.MODEM,PDF etc
use case ?
ferreirawax said:
Not wanting to install a firmware because it would lose my data, I had to create a functional
kernel flashable by Odin using a Linux distribution.
Click to expand...
Click to collapse
how about a non-wiping stock rom ? it preserves /data
usually people have the ROM image on hard disk from where they can extract kernels , boot.img, ... asf. maybe quicker than with an app , no ?
ferreirawax said:
Previously to create a Odin flashable package you need a Linux distribution.
So I created this light and simple application to do the job easily.
To create a package compatible with Odin is necessary UStar(Uniform Standard Tape ARchive)
compression by POSIX, Android does not support this type of compression, So it was necessary
to use the original GNU tar cross-compiled to ARM.
I created this application after my device(I9070) has come into loop after flash a kernel
under development. The recovery of my device is not in a reserved partition
but with the ramdisk, if the kernel does not run the recovery does not work.
Not wanting to install a firmware because it would lose my data, I had to create a functional
kernel flashable by Odin using a Linux distribution.
Features
Create any single package, it is of a kernel, recovery, etc.
Create multiple files in one package like firmware.
Generate MD5 for package to Odin check.
Requirements
Any device running Android 4.1.2+
Latest busybox and Root.
Changelog
Get it on DOWNLOAD page.
If you need something to dump your partitions, can use my UAPM application.
XDA:DevDB Information
Odin Package Creator, App for all devices (see above for details)
Contributors
ferreirawax
Version Information
Status: Stable
Stable Release Date: 2015-01-08
Current Beta Version: v1.2
Beta Release Date: 2015-01-02
Created 2014-12-28
Last Updated 2015-01-08
Click to expand...
Click to collapse
Looks promising bro. Will surely give it a go this weekend. ! !
Khizar Ali said:
Can u port it for ics or gingerbread
Click to expand...
Click to collapse
If demand is great for 2.3+, I will make a special version for 2.3-4.0.
natibongo said:
Can this be used to flash a full firmware like the Odin used in flashing samsung firmwares?
Eg.MODEM,PDF etc
Click to expand...
Click to collapse
This application does not flash odin packages as Mobile Odin. This application is used only to create Odin packages.
Yes, you can create a complete firmware with Odin Package Creator and install using Odin/Mobile Odin.
mai77 said:
how about a non-wiping stock rom ? it preserves /data
usually people have the ROM image on hard disk from where they can extract kernels , boot.img, ... asf. maybe quicker than with an app , no ?
Click to expand...
Click to collapse
At that time I was using a custom ROM.
I created a package using own ROM Kernel. Remembering that my device did not enter the recovery, for he uses the recovery from the ramdisk.
This varies depending on the situation.
ok
ferreirawax said:
If demand is great for 2.3+, I will make a special version for 2.3-4.0.
Click to expand...
Click to collapse
Please!
much appreciated, this will for sure come in handy :highfive:
Sent From S3 USER
ferreirawax said:
Previously to create a Odin flashable package you need a Linux distribution.
So I created this light and simple application to do the job easily.
To create a package compatible with Odin is necessary UStar(Uniform Standard Tape ARchive)
compression by POSIX, Android does not support this type of compression, So it was necessary
to use the original GNU tar cross-compiled to ARM.
I created this application after my device(I9070) has come into loop after flash a kernel
under development. The recovery of my device is not in a reserved partition
but with the ramdisk, if the kernel does not run the recovery does not work.
Not wanting to install a firmware because it would lose my data, I had to create a functional
kernel flashable by Odin using a Linux distribution.
Features
Create any single package, it is of a kernel, recovery, etc.
Create multiple files in one package like firmware.
Generate MD5 for package to Odin check.
Requirements
Any device running Android 4.1.2+
Latest busybox and Root.
Changelog
Get it on DOWNLOAD page.
If you need something to dump your partitions, can use my UAPM application.
XDA:DevDB Information
Odin Package Creator, App for all devices (see above for details)
Contributors
ferreirawax
Version Information
Status: Stable
Stable Release Date: 2015-01-08
Current Beta Version: v1.2
Beta Release Date: 2015-01-02
Created 2014-12-28
Last Updated 2015-01-08
Click to expand...
Click to collapse
Thank you so much for tool with apk file work direct with devices !! but on S3 devices it has big size that odin can't flash !! if u can please make the loop size for some devices has different system type of back up method to work !!

[RECOVERY][TWRP] TWRP 2.8.7.0 Galaxy Trend GT-S7392

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

[8.1] MIUI Oreo stable sGSI

Thread instructions will improve over time so
Read this OP carefully & understand pliz
Intro:
U can flash this (only system partition) on any treble enabled device
(other files are Device specific only ie. land here )
Code:
Disclaimer:
Custom modded ROM so you know the risks.
- angry Gf/wife, thermonuclear war
-getting fired cuz alarm didn't rang .
We not responsible
Fail-safe:
Alright as measure
1. take nandroid backup
2. Keep a recovery zip of official stable stock ROM
3. Flash it through Twrp, Redwolf, Orange Fox,
Black ,white, yellow, etc etc custom recovery
or PC, laptop : Mi flash. Flash Fast boot ROM
Working :
• everything
• unrooted version
•
•
•
~ Removed Apps
• Browser, file manager, email,scanner, music all Google things
(cuz updating them automatically moves to internal storage so why bother)
• removed boot animation so it will show " android " instead
(which means no boot animation file found but also means ROM is booted)
update
•
Not Working, Bugs:
• viLTE
What's new:
• steps are same download zips. They are twrp system back up.
Restore them
* Screenshots uploaded
Steps, How to, Flashing guide :
1. Flash any treble supported recovery
2. Mount system + cust/vendor partitions.
3. wipe normal + wipe vendor
4. Place
• system
• boot
• vendor
Into recovery backup folder & restore
5. Reboot (Boots in 10 min)
Credit:
everyone who contribute
On android open source code + fork
Sources:
• telegram Jayant 222
DOWNLOADS Links:
1. Standard TWRP
• Orange fox
• Batik
2. backup for land
• boot 13 MB
• system 999 MB
• vendor 132 MB
My link: Google Drive
Original link: Google Drive
Me :
Just thread updater :')
Imma not associated with DEVs. All Port r theirs just did slim and little change
Took backup uploaded that's all
Connect via telegram (4 queries)
Abhi_Rajgor group
Abhijeet_Rajgor channel
XDA:DevDB Information
8.1 MIUI Oreo ROM, ROM for the Xiaomi Redmi 3S
Contributors
Abhijeet Rajgor, Jayant222
ROM OS Version: 8.x Oreo
Version Information
Status: No Longer Updated
Created 2018-09-20
Last Updated 2019-08-18
Isn't this rom from tele group t.me/funtouchosp ?
Gapps include ???
Wow... Its really good to see developers trying to port miui roms over newer android versions.. Thank u all bros
ashok weird said:
Wow... Its really good to see developers trying to port miui roms over newer android versions.. Thank u all bros
Click to expand...
Click to collapse
He is owner of this port XD
Yes
esteh said:
Isn't this rom from tele group t.me/funtouchosp ?
Gapps include ???
Click to expand...
Click to collapse
All is his and MiUi am just as u know thread updater . Google app included
Thank you for ..
JSPiRiT said:
He is owner of this port XD
Click to expand...
Click to collapse
I did not know only have this redmi phone so i update through this.. pardon for not including everything all though am trying to help people as yours.
download link????
Some ss please.
link?
Some ss
Link download : t.me/funtouchosp
esteh said:
Some ss
Link download : t.me/funtouchosp
Click to expand...
Click to collapse
no link in tg.
wait
wangyiling said:
no link in tg.
wait
Click to expand...
Click to collapse
Its on pinned message
This should be in treble enabled device development also u should have taken permission of developer of this ROM before posting
sairam60 said:
This should be in treble enabled device development also u should have taken permission of developer of this ROM before posting
Click to expand...
Click to collapse
First thing it will work only on redmi 3s LAND
It won't work on other device ok.
Well if u really ask the real developer the MIUI which constructed whole ROM. Then the one u r referring need to ask for permission .. MIUI apps aren't open-source which is used in this ROM. But I don' wanna contradiction.
No one can stop using any ROM to anyone , me , you ,him or any other..
I got the ROM now even if it doesn't update it still better and i have other friend who can help me fork but i don't have resources so i just helping this way..
People tend to see other ways.. tell me really
What i get from this thread ?
(Don't care for thanks or whatever)so.
Not just telling u but in all..
Just enjoy everyone who is passionate and creating ... Customised ROMs.
Someone plz give direct download link
1. write who is creator of this port
2. sources are wrong
Hey, I am am planning to flash this tomorrow first thing. In the link provided in the OP, the 'system v2' folder says to download from the porter until you upload there. I have downloaded the files from @fxsheep from the original port thread. Can I just add the 'boot+modem+vendor' files provided by you to the original files by @fxsheep and restore through twrp?
I am new to this GSI thing so need to clear this out before I take any further steps.
That's the purpose
Krishna1204 said:
Hey, I am am planning to flash this tomorrow first thing. In the link provided in the OP, the 'system v2' folder says to download from the porter until you upload there. I have downloaded the files from @fxsheep from the original port thread. Can I just add the 'boot+modem+vendor' files provided by you to the original files by @fxsheep and restore through twrp?
I am new to this GSI thing so need to clear this out before I take any further steps.
Click to expand...
Click to collapse
Well, in simply way u need to
1. Flash trouble supported recovery (preferably Orange Fox)
2. Mount vendor
3. Flash any trouble enabled 8.1 Oreo ROM of your device (to get vendor)
4. Flash his backup.
This is the common way for all devices
But i tried to make for our , my redmi 3s prime
Choice is yours
Do whatever you like.. (telling in general)
Abhijeet Rajgor said:
Intro:
Miroom.ru mix Miui 10 Oreo 8.1 based sGSI
This version work only with land (Redmi 3s/Prime/x)
For ORIGINAL go to Porter's thread.
Ported
: Redmi 6 pro Chinese (arm64)
VoLTE ,viLTE works.
Fail-safe
Alright as measure
1. take nandroid backup
2. Keep a recovery zip of official stable stock ROM
3. Flash it through Twrp, Redwolf, Orange Fox, Black ,white, yellow, etc etc custom recovery
or PC: Mi flash
Bugs:
1. Can't turn of Find device or remove miui cloud.
steps:
(For user who r on stock or Miui based 6.0, 7.0 or any rom (non-terbel) )
1. Flash Orange fox latest recovery
2. Mount all partitions (so no worries)
*Place this files inside backup folder of recovery
3. Its #twrp backup so Restore
•system
•boot
•vendor
•modem
√ Reboot
4. There will be MI account lock page on startup.
Credit:
@miui + .ru
@fxsheep
@erfanoabdi
@JSPiRiT
@creativchic
@URARTU1
nd everyone who else contribute
On android open source code+fork
Source:
https://forum.xda-developers.com/pr...evelopment/8-1-miui10-project-treble-t3840198
t.me/funtouchosp
DOWNLOADS Links:
1. Boot vendor modem
2. system
https://drive.google.com/open?id=1L_aHBF79XCHRWgHyOZDLg-MVKp37hzZ_
ME:
Just thread updater
~ Temporary thread
I don't getting anything other than investing my time creating this so don't think i getting some rewards back from this thread or something precious or whatever u think its more. less help to people like me etc etc
So if u understood efforts very much thank you if not its ok go ahead request delete this thread. (Don't hit thank button)
Thanks
XDA:DevDB Information
8.1 MiUi 10 port sGSI Treble image, ROM for the Xiaomi Redmi 3S
Contributors
Abhijeet Rajgor, JSPiRiT
ROM OS Version: 2.3.x Gingerbread
Version Information
Status: Testing
Created 2018-09-20
Last Updated 2018-09-20
Click to expand...
Click to collapse
ROM OS Gingerbread
Abhijeet Rajgor said:
Well, in simply way u need to
1. Flash trouble supported recovery (preferably Orange Fox)
2. Mount vendor
3. Flash any trouble enabled 8.1 Oreo ROM of your device (to get vendor)
4. Flash his backup.
This is the common way for all devices
But i tried to make for our , my redmi 3s prime
Choice is yours
Do whatever you like.. (telling in general)
Click to expand...
Click to collapse
I got the procedure from the original thread. What I wanted to confirm was that will the vendor be flashed if I mount it with system and flash along with it. And thanks for the efforts for our land.

[RECOVERY[evert]Unofficial TWRP recovery for g6 plus

Features:
- If you find an error report it in comments or in evert groups
- fix mtp
- update blobs and other changes
- go down to the change list to see more things c:
Attention !
It is forbidden to change the url by shortening links respect my time and especially that it is free and free respect the URL that I share and if you share somewhere you have to give thanks @ seba3567
respect my time invested and only allow my link to the Android file server that I shared
evert for ever?
download:
https://www.androidfilehost.com/?w=files&flid=293693
install:
1. Enter the fastboot mode
2. Run "fastboot boot [name] .img" on the command line (if you want to have it permanently, once you have started to install, select and install the image, restart it in the system and then everything will be ready. . installed
3. Enjoy it
changelog
r1
- update sources
- sync pie r35
- fix mtp
-update partition
- It has been enabled to erase the vendor partition
XDA:DevDB Information
[RECOVERY[evert]Unofficial TWRP recovery for g6 plus, Tool/Utility for the Moto G6 Plus
Contributors
sebastian3567HD
Version Information
Status: Stable
Created 2019-05-08
Last Updated 2019-05-07
Thanks! I will test bro (Y)
Working awesome!
I guess flashing other rom will overwrite installed twrp!
This was my process:
Boot twrp: fastboot boot twrp.img
Go to advanced and select install recovery ramdisk
Check backup current boot(if something goes wrong only restore it)
Swipe to install
And flash Magisk after that
Reboot
Sent from my Moto G6 Plus using XDA Labs
sorry.....
thread closed the project was sent to evert groups in Latin

[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.

Categories

Resources