[TWRP][v3.2][UNOFFICIAL][SC8830]TeamWin Recovery Project For Walton Primo EF4+ - Miscellaneous Android Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/
About TWRP
TWRP is an open source, community project. TWRP development is done by roughly 4 people at this point. We also have a large support community with many people who are willing to answer questions and help people with their devices either through our IRC channel.
Team Win was originally formed to work on porting WiMAX to CM7 for the HTC EVO 4G. After our work on the EVO 4G we wanted to work on a project that would work on more devices than just the EVO 4G and we settled on working on a recovery. Today TWRP is the leading custom recovery for Android phones.
A custom recovery is used for installing custom software on your device. This custom software can include smaller modifications like rooting your device or even replacing the firmware of the device with a completely custom "ROM" like OmniROM.
Bug
None (post below if you find one)
How To Install
Via Custom Recovery
Download twrp.img from download section.
Boot into a old twrp then goto install and press on install images.
Find and select your downloaded twrp.img then click on recovery and swipe.
Now reboot recovery & enjoy
Via Rashr {Need Root for this method}
Download and install Rashr app From Play Store Or Download Rashr From Here
Download twrp.img file from download section and Put It In your Sdcard
Now Open Rashr And Grant For Root permission
Click on Recovery from storage and Select twrp.img file
then click Yes To Flash Recovery.
If You Get Sucsess then Hit Yes on the popup To Go in Recovery.
Downloads
TWRP-3.2.0-0 # Initial Release
TWRP-3.2.1-0 # Changelog
Thanks to
Md. Naimur Rahman
muralivijay
Device Model : Walton Primo EF4+(ef4x)
Kernel : 3.10.65 Stock Marshmallow
Device Tree- https://github.com/Parthib24/android_device_walton_ef4x
TWRP Source Code(Modified to work with our device)- https://github.com/Parthib24/android_bootable_recovery-sprd
Original TWRP Source Code- https://github.com/omnirom/android_bootable_recovery

Porting Guide for TWRP 3.xx .!
Replace From Stock recovery.img or boot.img>>
Full Split-image folder.

bug fix
Waiting for output color fix.
Edit: Nice. Bug is fixed !..

TWRP 3.2.1-0 Changelog
Fixed wrong GGL format detection(aka invert_color) #9c71ed2
Minui fixes (cryptomilk)
Better android-8.0 compatibility in ROM trees (Dees_Troy)
Fix missing library in android-8.0 (nkk71)
Fix inconsistent SDCard naming (DevUt)
Default to TWRP restore instead of adb backup restore to fix restore on fresh TWRP boot (jlask)

Related

[RECOVERY] Carliv Touch Recovery v5.7 for DiaglogOptima TC-A7

Code:
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired. Please
* do some research if you have any concerns about features included in this Recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Carliv Touch Recovery 5.7​
This is a CWM based recovery and I did put up some work to update it to lollipop (cm 12.1) and marshmallow (cm-13) after official cwm development stopped at kitkat. It works with LOLLIPOP and MARSHMALLOW kernels and it builds with cm 12.1 or aicp lp-5.1 (version 5.2) and with cm 13 or aicp mm-6.0 (version 6.1).
This is for those who want a lighter and simpler recovery or they just liked CWM before. It's not as good or complex as twrp, but it will do the job just fine.
For gui I ported PhilZ Recovery full touch module.
Features:
- EXT4 and F2FS if you need it.
- full touch menu ported by me from PhilZ touch Recovery. The old Napstar-xda touch module was good but it's quite old and to update that was too much work. Actually There is a version 4 with that touch module, all working, but the touch doesn't work with some input drivers and I had to give up on it for the new and improved version from PhilZ.
- all cwm functionalities are up and working (adb, sideload, backup, restore, install, mass storage...). There is no mtp and if your phone doesn't have an external sdcard you can't connect it to PC while is in recovery mode. But there is usb-otg support, of course if your phone was shipped with that.
- added new menu for backup and restore advanced, to use it for backing or restoring only a specific partition and I also ported from PhilZ the multizip flashing function.
- in Carliv menu there is now a new section for flashing boot and recovery images. It is a feature that I needed during many recovery builds testing. I wanted an easier way to flash other image without booting to android and using an app like RashR. You can browse your storage locations for any image and after choose you will have to select on wich partition should that be flashed. I added multiple confirmations check to avoid flashing on wrong partition. This feature works only with boot and recovery images. I won't add other partitions to this because for other things there are multiple backup restore functions.
- for MTK phones (if the flag is used in Boardconfig) there is a new menu to backup and restore some important partitions like uboot, nvram an secro because they are involved in restoring a lost IMEI, and also the logo partition which may often get broken by bad ported ROMs.
- besides these all my old specific menus (aroma, rainbow...) are still in place.
- added support for dencrypting and mounting data partition using the builtin minivold from cyanogenmod with vdc commands (the ideea came from this post of Lekensteyn). Tested and working well with text ar hex passwords, and maybe will work with pin too but I don't think it will work with pattern .
- there is no included root solution. I choose to do it this way because there is no universal root solution now and someone may end up messing things with a non-working root option. You can flash a zip installer from Chainfire's SuperSu or other solution that may work for your phone.
Bug:
Please report to me any that you find
Download:
AndroidFileHost
Credit:
@bluefirebird
AMRDevelopment​

[EOL] [RECOVERY] [wind3] TWRP v3.5.2 For LYF Wind 3

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DISCLAIMER:
* 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
INTRODUCTION:
Spoiler
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 which are functions often unsupported by stock recovery images. It is, therefore, often installed when flashing, installing or rooting Android devices, although it isn't dependent on a device being rooted to be installed.
Read more about TWRP here.
​
FEATURES:
Spoiler
All Normal TWRP Functions
Added Latest LOS Kernel 3.10.108
Added Unmount System
Synced With latest Sources
Fixed Battery Indicator
Added LED Support
Option To Backup EFS
Fixed Reboot Option!
And Many More!
BUGS:
Spoiler
None
INSTALLATION:
Spoiler
1. With PC (Recommended) :
Copy the downloaded recovery to adb folder
press and hold shift key and right click anywher on the file explorer screen
open cmd from the context menu
then make sure you rename the downloaded recovery to recovery.img
now put the phone in fastboot mode by holding the power+vol up until you see the green screen
type
Code:
fastboot devices
you will see your phone connected
Now to install type
Code:
fastboot flash recovery recovery.img
now to reboot type
Code:
fastboot reboot
after phone starts to go into recovery type
Code:
adb reboot recovery
the twrp is ready!
2. Without PC :
Open your existing recovery
navigate to the downloaded recovery file
select 'install image' option
select the recovery image and swipe to install for recovery
now reboot the recovery
And you will also see the magic
SCREENSHOTS:
Spoiler
You Guys Upload
DOWNLOADS:
Spoiler
Download From Android File Host
Download From Mega
SOURCE:
Spoiler
Kernel Trees: Here
Recovery: TeamWin
TWRP Device: wind3
CREDITS:
Spoiler
TeamWin
And Everyone
Version Info: v3.5.2
Status: Stable
Architecture: arm64
Release: Final
Reserved!

[UNOFFICIAL] OrangeFox Recovery Project [R11.1_1] for Mi MIX (lithium)

OrangeFox Recovery Project
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
* Your warranty is now void.
*
* We're not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
OrangeFox is FREE SOFTWARE​
Supports: Treble, Miui, Custom Roms
Credits
KMP Design - for amazing splash
TWRP Team - for base recovery
The OrangeFox Team - for your hard work
All our testers - for your patience and help
FEATURES:
Add Support for terminal from filemanager
Add file manager option to edit selected file
Open Magisk apk as zip
Implement 'twrp format data' to format /data
Update the ZIP signature verification
Update the initd addon
Re-sign the internal zips
Addon to remove survival scripts
Flashable zip for backing up OrangeFox settings (/FFiles/OF_backup_settings.zip)
Many UI and other fixes and enhancements
Work-around for MTP issues after data format (if enabled by the maintainer)
DOWNLOADS
OrangeFox Recovery: Mi MIX (lithium)
INSTALLATION
1. Download the OrangeFox zip to your device
2. Reboot to your existing OrangeFox (or other custom TWRP-based) Recovery
3. Install the OrangeFox zip as a normal zip installer
4. The device will automatically reboot into OrangeFox recovery after installation (allow this to happen)
5. Enjoy!
FAQ and Guides: https://wiki.orangefox.tech/en/guides
XDADevDB Information
OrangeFox Recovery Project, Tool/Utility for the Xiaomi Mi MIX (lithium)
Contributors
MrYacha, DarthJabba9, Nicholas Magill (Inkypen)
Source Code: https://gitlab.com/OrangeFox
Version Information
Status: Unofficial
Current Stable Version: R11.1_1
Can I flash treble images from this recovery as this device supports treble
[email protected] said:
Can I flash treble images from this recovery as this device supports treble
Click to expand...
Click to collapse
i tried on all different rom versions and it works fine
hxckxr said:
i tried on all different rom versions and it works fine
Click to expand...
Click to collapse
ROM is not the same as Treble gsi images
If the dev says "Supports: treble " then it supports treble.

[Recovery][Unofficial][Stable]OrangeFox Recovery[A12/A13]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
Code:
#include <std_disclaimer.h>
/*
* Your warranty is... 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 Recovery
* 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.
*/
Features:
- Android 12/13 Supported
- Encryption working
- FBE and Dynamic Partition Supported
- Coustamization Supported
- Built - in Magisk install Supported
- And many more
Variants:
This Recovery comes in two variants:
- Normal: The Normal variant (For NON-Dynamic/Retrofitted ROM) - The A12/13 ROM which are only FBE and not dynamic/retrofitted. So to Flash them use the Normal Variant
- Dynamic: The Dynamic variant (For Dynamic/Retrofitted ROM) - The A12/13 ROM which are dynamic/retrofitted. So to Flash them use the Dynamic Variant.
Notes:
* This is a release for Android 12 / Android 13 ROMs only.
* Always Flash the complete OrangeFox Recovery Zip.
* Always make a FULL backup of your data and internal storage BEFORE flashing.
Downloads:
Normal: Here
Dynamic: Here
Installation:
Normal:
1. Download the Recovery Zip
2. Reboot to you current recovery
3. Flash the zip
4. The Device will be automatically rebooted to OrangeFox Recovery after Installation
Dynamic:
1. Download the Recovery Zip and keep it on sdcard or PC or USB OTG
2. Reboot to your current Recovery
3. Wipe cache, data, system, vendor and Format Data
4. Reboot to Recovery again
5. Go to current recovery terminal and type the command
Code:
mkdir -p /data/media/0/
6. Copy recovery to the phone through PC or flash using SD Card or USB OTG
7. Flash the Recovery
8. It will be automatically rebooted to OrangeFox Recovery
9. Wipe dalvik,cache,data,metadata
10. Flash Rom
11. Format Data
12. Reboot to System
Credits:
- Zeelog for base trees and kernel source.
- Alone0316 for Support.
Source Code: https://gitlab.com/OrangeFox
Kernel sources: https://github.com/zeelog/android_kernel_xiaomi_mido
Version Information:
Status: Stable
Current Version: R11.1_A12
Beta Release Date: 2023-04-20
Created 2023-04-20
Last Updated 2023-04-20
Reserved
Please note the official thread here: https://forum.xda-developers.com/t/recovery-12-13-official-orangefox-recovery-project-r11-1.3775933/
DarthJabba9 said:
Please note the official thread here: https://forum.xda-developers.com/t/recovery-12-13-official-orangefox-recovery-project-r11-1.3775933/
Click to expand...
Click to collapse
Sorry for the late reply sir but I already released before any official thing and at that time device was dropped on telegram and was also planning to apply for official maintainer thats why I created XDA thread.
Post link: https://t.me/rn4dl/19186
No problem. The two threads can co-exist.
DarthJabba9 said:
No problem. The two threads can co-exist.
Click to expand...
Click to collapse
Thanks sir. By the way, I am also there in Orangefox's official discord.

Development [RECOVERY] Unofficial OrangeFox Recovery Project Stable for Samsung Galaxy A73 5G [SM-A736B]

OrangeFox Recovery Project
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
Code:
/*
* Your warranty is now void.
*
* We're not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
OrangeFox is FREE SOFTWARE​
Supports Treble, Miui, Custom Roms
Supports Both Dynamic and Non-Dynamic Partitions
Downloads: HERE
INSTALLATION WITH TWRP
0. Backup your ROM, your data, your internal storage, and your settings/apps, to an External storage medium [OPTIONAL]
1. Download the OrangeFox zip file to your device
2. Reboot to your Custom Recovery
3. Flash the OrangeFox zip file as a normal zip
4. The device will automatically reboot into OrangeFox recovery after installation (allow this to happen)
5. Enjoy!
INSTALLATION WITH ODIN
0. Download Odin3, Samsung's Android USB Drivers, extract file zip and only use file tar and a disabled vbmeta image.
1. Connect your phone to your PC and boot in Download Mode (power off your device and hold both volume up and volume down buttons).
2. Open Odin3, select the recovery tar by clicking the "AP" button and the patched vbmeta tar by clicking "USERDATA", then press the Start button.
3 .Reboot your phone in recovery mode: while it still plugged in your PC, hold both the power and volume up buttons.
4 .Once has booted you need to format again your data partition in order to be able to boot in system again. To do so touch Wipe>Format Data and follow the instructions in screen.
Guides; Frequently Asked Questions; Installation; Troubleshooting; Sundry Information:
* See https://wiki.orangefox.tech/en/guides
Credits
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* All our testers - for your patience and help
* - @BlackMesa123 for device tree for a52s
* Nguyenhung9xdev
Version Information
Status: Stable
Current Beta Version: R11.1_1
Latest Beta Release Date: 12/05/2023
Source Code: https://gitlab.com/OrangeFox
Device Tree: https://github.com/nguyenhung9xdev2022/android_device_samsung_a73xq/tree/fox-12.1
Changelog: 12/05/2023
Code:
- Intial release
hi, i have some questions:
- does this recovery supports gsi installing like twrp? can i flash gsi.iso into system?
- gsi's are working well on a73?
- ril are fixed? i saw a few weeks ago that trebledroid added something in a march release about qcom in-call audio (didn't know if it's related)
sorry if there isn't the correct place to ask this, but i just registered to xda to ask this questions and i didn't know how it works.
tysm
NGDPL Nk said:
hi, i have some questions:
- does this recovery supports gsi installing like twrp? can i flash gsi.iso into system?
- gsi's are working well on a73?
- ril are fixed? i saw a few weeks ago that trebledroid added something in a march release about qcom in-call audio (didn't know if it's related)
sorry if there isn't the correct place to ask this, but i just registered to xda to ask this questions and i didn't know how it works.
tysm
Click to expand...
Click to collapse
[UNOFFICIAL][ROM][13.0][ENCRYPTION] LineageOS 20 for A73 5G
LineageOS is a free, community built, aftermarket firmware distribution of Android 13, which is designed to increase performance and reliability over stock Android for your device. LineageOS is based on the Android Open Source Project with extra...
forum.xda-developers.com

Categories

Resources