Red Dragon Recovery Project [3.5.2][X01AD] [OFFICIAL] Based on TWRP for Asus Zenfone Max M2 - Asus Zenfone Max M2 ROMs, Kernels, Recoveries, & O

{
"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"
}
Red Dragon Recovery Project based on 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.
*
*/
CHANGELOG
- updated source to TWRP 3.5.2_10
- now works on all custom roms, vendors & kernels
- #SAR
Features:
- Decryption works
- Otg works
- Flash Rom works
- Sideload works
- Can flash custom dtbo
- FBE support
- Kernel has pstore enabled
Known Issues:
None yet. You tell me.
Requirements:
Unlocked bootloader.
Computer/Laptop
Flashing Instructions ::
1. Download the Red-Dragon-recovery.zip file to your device
2. Reboot to your custom TWRP-based Recovery
3. Install the Red-Dragon-recovery.zip file as a normal zip
4. The device will automatically reboot into Red Dragon recovery after installation finished
5. Enjoy!
To Flash the TWRP:
Code:
fastboot flash recovery recovery.img
Then reboot in TWRP manually or using a fastboot command.
Code:
fastboot boot recovery.img
or
Code:
fastboot oem reboot-recovery
REMEMBER: is important that from fastboot you directly go in TWRP mode or the TWRP will be overwritten.
Reccomended ADB and Fastboot binaries:
Adb and Fastboot Installer
Download:
Link:-
Source code:
https://github.com/Teamwin/android_bootable_recovery
https://github.com/asusdevices/twrp_device_asus_X01AD
https://github.com/stormbreaker-project/kernel_asus_X01AD
XDA:DevDB Information
TWRP, Tool/Utility for the Asus Zenfone Max M2
Contributors
chickentikka007
Source Code: https://github.com/asusdevices/twrp_device_asus_X01AD
Version Information
Status: Stable
Current Stable Version: 3.5.0
Stable Release Date: 2021-05-15
Created 2020-04-15
Last Updated 2021-05-15

.

Surendra R sonawane said:
.
Click to expand...
Click to collapse

twrp bricked help!

janerjcv88 said:
twrp bricked help!
Click to expand...
Click to collapse
Try re flashing recovery or use any other recovery

I tried to reboot for twrp via fastboot with the codes "fastboot boot recovery.img" and the code "fastboot oem reboot-recovery" and it does not reboot to twrp

Related

[Recovery][TWRP][SANTONI] Recovery for Redmi 4x/Redmi 4 (India)

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.
{
"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"
}
/*
* Your warranty is now void.
*
* 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.
*
*/
Click to expand...
Click to collapse
Install guide:
> Install fastboot tools from google's sdk on your PC
> Enter fastboot mode
> Unlock your bootloader
> Download recovery*.img and Lazyflasher
> Copy lazyflasher In your internal Phone memory
> Run fastboot flash recovery twrp-3.1.0-1-santoni.img in command line
> Boot into recovery and flash Lazy flasher (Important for miui, else you can boot into system)
> Reboot and enjoy it
Download:
Lazy flasher
twrp-3.1.0-1-santoni.img
Lazy flasher - updated link
Thejayyadav said:
Need recovery for Redmi 4x (China) or Redmi 4 (India)
Click to expand...
Click to collapse
You find it on MIUI official Forum, i can't post the link.
Video tutorial for rooting redmi 4/4x
I have unlocked my phone recently. And then I downloaded TWRP from "twrp.me" for my Redmi 4X. And I tried to flash it through adb and fastboot. And I successfully flashed. But unfortunately my phone doesn't boot to TWRP recovery except commanding through cmd "fastboot boot recovery.img". When I try to boot to recovery mode with volume up + power button, the stock recovery comes up. How can I fix this?
its asking password for decrypt mount at recovery startup
cssk19 said:
its asking password for decrypt mount at recovery startup
Click to expand...
Click to collapse
Clear data
twrp
incubus9867 said:
I have unlocked my phone recently. And then I downloaded TWRP from "twrp.me" for my Redmi 4X. And I tried to flash it through adb and fastboot. And I successfully flashed. But unfortunately my phone doesn't boot to TWRP recovery except commanding through cmd "fastboot boot recovery.img". When I try to boot to recovery mode with volume up + power button, the stock recovery comes up. How can I fix this?
Click to expand...
Click to collapse
Have you solved this issue? I've the same problem
Thejayyadav 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.
Install guide:
> Install fastboot tools from google's sdk on your PC
> Enter fastboot mode
> Unlock your bootloader
> Download recovery*.img and Lazyflasher
> Copy lazyflasher In your internal Phone memory
> Run fastboot flash recovery twrp-3.1.0-1-santoni.img in command line
> Boot into recovery and flash Lazy flasher (Important for miui, else you can boot into system)
> Reboot and enjoy it
Download:
Lazy flasher
twrp-3.1.0-1-santoni.img
Click to expand...
Click to collapse
Thanks buddy
i was using twrp 3.0 but as i installed latest 3.1.1 it is encrypted and asking for password . Files are also not properly flashing . System mount unmount error etc. I did factory format , data wipes and also flashed recovery using fastboot but nothing happened but when i reverted back to twrp 3.0 all the problems were solved .
Same for me, went back to 3.0.3.0, too, because of the encryption problem. This might be solved (not testet yet):
see: h11ps://forums.oneplus.net/threads/fix-wrong-pin-pattern-when-restoring-twrp-nandroid-backup.452384/page-2#post-16003616
I just edited the scipt within the zip-file to only remove the locksettings.db (without testing, yet):
see: h11ps://forums.oneplus.net/threads/fix-wrong-pin-pattern-when-restoring-twrp-nandroid-backup.452384/page-2#post-15926929
Edit: just upgraded to "TWRP 3.1.0-1 Santoni.img" (see dl-link above) which runs without any problem so far...
Use TWRP 3.1.0..
DON'T use the newest 3.1.1.0... it's faulty as sh*te
Why i am not able to boot into recovery through advanced power option? Even i tried through power and volume up buttons but failed.... Please help me....
volumeup+volumedown+power=twrp recovery
Or use the twrp app to boot into recovery, BUT do not twrp update!! It'll update to the sh*te 3.1.1 version!
Plz sign the petition if you guys want that the kernel sources must be released for redmi 4X https://www.change.org/p/xiaomi-dev...m_medium=copylink&utm_campaign=share_petition
Error 7 while flashing post 1 zip on redmi 4x
Please let me give sollution for installing pie i had error 7 while flashing post 1 zip file
JASALPURABM said:
Please let me give sollution for installing pie i had error 7 while flashing post 1 zip file
Click to expand...
Click to collapse
File download corrup
I had try that also but same issue from different downloaded file also

[RECOVERY][TWRP][ZS570KL/PRO] TWRP Recovey for Zenfone 3 Deluxe! [29-09-2017]

TWRP Recovery for ZS570KL / ZS570KL PRO
{
"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
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 procedures,
* tools or terms in this thread before proceeding! 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.
*/
Download and install TWRP recovery. Special thanks to @shakalaca for the first TWRP builds for our device!
Warning!
Always have your original firmware, recovery and boot files in case things don't go as expected
Backup all of your personal data!
Prerequisites
Adb and Fastboot installed. I recommend you to install it from HERE.
Drivers installed. Try using these or Universal ADB Drivers
Download
Grab the recovery img file from any of the mirrors:
MEGA (Shakalaca builds)
AndroidFileHost
Try it!
This is for you if you just want to temporary boot into TWRP recovery without replacing your current installed recovery. In case you need to flash a single zip, or just becuase it's your will not to install it!
Connect your device to your computer and boot it into bootloader mode. Turn off the device and press Volume up + Power button. Or by using adb command:
Code:
adb reboot bootloader
Now open a terminal window inside the folder where the twrp recovery img file is placed and run the command:
Code:
fastboot boot <twrp img file name>
This command will NOT replace yout current recovery, it will temporary boot into TWRP recovery. This means once you are done using it, reboot your device and you will still have your current recovery untouched.​Install it!
In order to install TWRP and replace your current recovery follow the next instructions.
Connect your device to your computer and boot it into bootloader mode as described in the previous step. Now open a terminal window inside the folder where the twrp recovery img file is placed and run the command:
Code:
fastboot flash recovery <twrp img file name>
Done! Enjoy your fresh installed TWRP recovery!​
Reserved...
Thanks
Just a heads up, With shaka's TWRP for the zenfone 3 zs550kl, I recieved ERROR 7 when flashing the Android 7 zip file. Flashed stock recovery and everything was fine.
Tried after that to boot from TWRP and it never booted into android, gave it a good 20mins. Figured you might want this information here.
Thanks for the development!
Hello, i tried fastboot boot <twrp img file name> but FAILED (remote: bootimage: incomplete or not signed) can you help me please?
fandyrahmats said:
Hello, i tried fastboot boot <twrp img file name> but FAILED (remote: bootimage: incomplete or not signed) can you help me please?
Click to expand...
Click to collapse
This is not a boot.img, this is a recovery.
Google the steps to flashing twrp and you will find a guide for flashing the recovery.
Why i cant unlock bootloader ? I tried using from official website but i'm getting error failed map blabla. Please help
fandyrahmats said:
Why i cant unlock bootloader ? I tried using from official website but i'm getting error failed map blabla. Please help
Click to expand...
Click to collapse
try download the first image on support asus and open recovery to flash and try again
So unlocked bootloader is not needed to flash twrp and then root?
TWRP can't decrypt device even with the right password...
TWRP Version 3.2.2 released!! Thanks to @shakalaca
sebastiandg7 said:
TWRP Version 3.2.2 released!! Thanks to @shakalaca
Click to expand...
Click to collapse
is there a way to unlock the bootloader for this device? the official unlock tool doesn't work it just errors me
Karoths said:
is there a way to unlock the bootloader for this device? the official unlock tool doesn't work it just errors me
Click to expand...
Click to collapse
I did it with the official tool when I was in 6.0
sebastiandg7 said:
I did it with the official tool when I was in 6.0
Click to expand...
Click to collapse
yeah im on 8.0 and they have a tool that "works" on android 8 but it doesn't actually work and i Don't know how to unlock the bootloader any other way.
i heard some people backing down to an older android version to install twrp then going back to 8 but i don't know how to roll back
Karoths said:
yeah im on 8.0 and they have a tool that "works" on android 8 but it doesn't actually work and i Don't know how to unlock the bootloader any other way.
i heard some people backing down to an older android version to install twrp then going back to 8 but i don't know how to roll back
Click to expand...
Click to collapse
You can find me in telegram as @sebastiandg7. There I can help you more.
sebastiandg7 said:
You can find me in telegram as @sebastiandg7. There I can help you more.
Click to expand...
Click to collapse
alright i'll contact you on telegram then

ZTE Blade A475 ( Telstra 4GX HD ) Custom Recovery's

Code:
*** Disclamer
These files are provided as-is without any warranty or guarantees.
You agree to take full responsibility and/or liability for any damages, injury or any other unexpected results that may happen as a result of using these files.
These files are still in development and bugs are expected.
You agree that by using these files you will not hold the developer/s responsible and/or liable for any damages, injury or other undesired results from using these files.
Introduction
ZTE Blade A475 - Telstra 4GX HD variant
Unofficial custom recovery port collection.
Click to expand...
Click to collapse
Images
{
"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"
}
Click to expand...
Click to collapse
Installation instructions
Download desired recovery
Download & open SP Flash Tool v5.16 +
Download Android_scatter file for your device
Select downloaded scatter file in SP Flash Tool
Select the location section on Recovery in SP Flash Tool, Navigate to downloaded recovery and select
Select Download mode in SP Flash Tool ( important : not firmware upgrade )
Turn off your device and remove the battery
Place the battery back in to the device and connect your device to the computer via USB
The flash should start automatically when finding a connection
Wait for flash OK message and disconnect the device
Installation Completed !!!
Click to expand...
Click to collapse
Boot instructions
Turn off your device
Hold ( volume + ) and ( power ) simultaneously until you see the boot selection menu
Press ( volume - ) to scroll through selections until recovery is highlighted
Press ( volume + ) to select recovery for booting
Recovery will boot automatically
Congratulations, Your desired custom recovery has been installed and booted !
Click to expand...
Click to collapse
Download
MT6735_Android_scatter.txt
MT6735M_Android_scatter.txt
Unofficial Philz Touch 6.59 Ported.img
Unofficial TWRP 3.1.1 Ported.img
Unofficial TWRP 3.0.2 Ported.img
SP Flash Tool v5.18 from spflashtool.com
Click to expand...
Click to collapse
Notes
Code:
[note] TWRP 3.0.2 port is currently the most stable for Telstra 4GX HD
[fixed] Removed unnecessary regions in TWRP 3.0.2 port
FAQ
Q. Why do I see the message " HW Chip ID Mismatch " when trying to flash the recovery ?
A. You need to download and select the alternative Android_scatter.txt file prior to flashing.
Click to expand...
Click to collapse
Thanks To/Credits
Code:
* Team Win Recovery Project
* Philz Touch
* SP Flash Tool
XDA:DevDB Information
Unofficial Custom Recovery Builds for ZTE Blade A475, Tool/Utility for the ZTE Blade
Contributors
Zillinium
Version Information
Status: Beta
Created 2018-04-27
Last Updated 2018-04-26
Click to expand...
Click to collapse
Duplicate of this thread. Thread closed.

ZTE Blade A475 ( Telstra 4GX HD ) Custom Recovery's

Code:
*** Disclamer
These files are provided as-is without any warranty or guarantees.
You agree to take full responsibility and/or liability for any damages, injury or any other unexpected results that may happen as a result of using these files.
These files are still in development and bugs are expected.
You agree that by using these files you will not hold the developer/s responsible and/or liable for any damages, injury or other undesired results from using these files.
Introduction
ZTE Blade A475 - Telstra 4GX HD variant
Unofficial custom recovery port collection.
Click to expand...
Click to collapse
Images
{
"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"
}
Click to expand...
Click to collapse
Installation instructions
Download desired recovery
Download & open SP Flash Tool v5.16 +
Download Android_scatter file for your device
Select downloaded scatter file in SP Flash Tool
Select the location section on Recovery in SP Flash Tool, Navigate to downloaded recovery and select
Select Download mode in SP Flash Tool ( important : not firmware upgrade )
Turn off your device and remove the battery
Place the battery back in to the device and connect your device to the computer via USB
The flash should start automatically when finding a connection
Wait for flash OK message and disconnect the device
Installation Completed !!!
Click to expand...
Click to collapse
Boot instructions
Turn off your device
Hold ( volume + ) and ( power ) simultaneously until you see the boot selection menu
Press ( volume - ) to scroll through selections until recovery is highlighted
Press ( volume + ) to select recovery for booting
Recovery will boot automatically
Congratulations, Your desired custom recovery has been installed and booted !
Click to expand...
Click to collapse
Download
MT6735_Android_scatter.txt
MT6735M_Android_scatter.txt
Unofficial Philz Touch 6.59 Ported.img
Unofficial TWRP 3.1.1 Ported.img
Unofficial TWRP 3.0.2 Ported.img
SP Flash Tool v5.18 from spflashtool.com
Click to expand...
Click to collapse
Notes
Code:
[note] TWRP 3.0.2 port is currently the most stable for Telstra 4GX HD
[fixed] Removed unnecessary regions in TWRP 3.0.2 port
FAQ
Q. Why do I see the message " HW Chip ID Mismatch " when trying to flash the recovery ?
A. You need to download and select the alternative Android_scatter.txt file prior to flashing.
Click to expand...
Click to collapse
Thanks To/Credits
Code:
* Team Win Recovery Project
* Philz Touch
* SP Flash Tool
XDA:DevDB Information
Unofficial Custom Recovery Builds for ZTE Blade A475, Tool/Utility for the ZTE Blade
Contributors
Zillinium
Version Information
Status: Beta
Created 2018-04-27
Last Updated 2018-04-26
Click to expand...
Click to collapse
The 3.0.2 version works fine on my A475 but sometimes it bugs and need to restart so it can mount the partitions properly, anyways it is very usefull, congrats :good:

[Recovery][A107M][U5][UNOFFICIAL] TWRP 3.5.0 by Topser99

{
"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.
*
* 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 doing this to your device
* 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.
*/
Team Win Recovery Project is a custom recovery for Android devices.
It allows you to back up and restore your data, flash custom ROMs to your device, repair broken file systems, root your device and more.
Disclaimer:
- I do not claim this work as my own, this thread was created to have an XDA thread for A10s TWRP. I will try my best to keep it up to date with Topser99's work, but can't promise that will remain for ever. If you want the latest TWRP and to be notified as soon as its published, be sure to join the Telegram channel.
- I am not responsible about any damage of any kind that this custom binary may cause.
- Please read the whole main post & related ones before proceed and follow the guide as it is wrote. I will not offer support for any issues that have been already stated.
- Your Knox Warranty Bit will be blown once you flash this or others custom binaries, preventing you to use Knox Features. It can't be resetted in any way, so think twice before flashing this.
- Bugs can be reported here in XDA or via our Telegram Group. Please be more clear as possible and make sure you provide detailed info when reporting bugs (device variant and logcat).
How to Install:
First, you need to unlock the bootloader. Here's how to do it:
- Backup all media before proceeding, this will erase everything in your internal storage including music and photos
- Go to developer settings and enable [OEM Unlock]
- Reboot to download mode
- When prompted, press and hold VOL + to enter bootloader unlock mode
- Press VOL + to confirm you want to unlock bootloader, this will wipe your data
- If you think the bootloader is fully unlocked, it is actually not! Samsung introduced VaultKeeper, meaning the bootloader will still reject any unofficial partitions before VaultKeeper explicitly allows it.
- Go through the initial setup. Skip through all the steps since data will be wiped again later when we flash TWRP and magisk
- Enable developer options, and confirm that the OEM unlocking option exists. This means the VaultKeeper service has unleashed the bootloader. This step is MANDATORY.
- Your bootloader now accepts unofficial images in download mode.
PREQUISITE: Add Disable_Dm-Verity_ForceEncrypt.zip to your External SD card because you will not have access to your internal SD card. Also add Magisk if you plan on flashing it.
After finally unlocking the bootloader, proceed with installing TWRP (tar) with Odin:
- Boot to download mode and load TWRP tar file and VBMeta disabler tar file in AP and BL of Odin, doesn't matter which goes where
- Disable [Auto Reboot] in Odin
- Flash
- Force a reboot by pressing VOL+, VOL - and POWER buttons at the same time
- After the screen goes black, IMMEDIATELY let go of all buttons and IMMEDIATELY press and hold VOL+ and POWER button at the same time to boot to TWRP
- BUG: Once you boot to TWRP, the screen will be black. Just turn the screen off and on 2 times and it should make TWRP work.
- After booting to TWRP successfully, go to WIPE in TWRP.
- At the bottom, you should see an option to FORMAT DATA. After you select it, you will be asked to type "yes" in your keyboard. If you do not see this, you probably selected the wrong option.
- After formatting data, flash the Disable_Dm-Verity_ForceEncrypt.zip with TWRP. This is done to avoid future bootloops.
(Optional) Flash magisk.zip to root (google where to find it)
- Reboot to system
- Wait patiently for the device to boot for the first time
Downloads:
TWRP, vbmeta disabler and Odin
Disable_Dm-Verity_ForceEncrypt.zip
Bugs:
TWRP breaks your ability to register new fingerprints. Keep this in mind if you decide to flash it
Every time you boot to recovery, you will be greeted with a black screen. Turn the screen on and off two times every time.
Source Code: https://github.com/topser9/Twrp_device_samsung_a10s
Source Code: https://github.com/Chatur27/Eureka-kernel-for-SM-A107-Q/tree/GSI
Change log:
Credits:
- Samsung for kernel source code
- TeamWin for their awesome recovery
- @Topser99 for compiling, updating, and maintaining for A10s
Join our A10s Telegram group​
Code:
Check out the latest projects on our Telegram, where we share our advancement on new things and try to help as best as we can.
For anything already released, please ask here in XDA
Link: Telegram Group
Join our Spanish General Android Telegram group​
Code:
Grupo para los que hablamos español en donde discutimos Android en general /// Group made for Spanish speakers to discuss Android in general
Link: Telegram Group​
-reserved 2-
Hello! The link to Mega is down...
Mely Gamer said:
Hello! The link to Mega is down...
Click to expand...
Click to collapse
Please wait for the link to be renewed. Or download it from the official twrp site.
Hi does this work for a107f?
Thank you XDA seniors and developers for all the work youve done we who are fans of your work and members of the android community truly appreciate your efforts in creating custom roms,recoveries and kernels!! Thank You !!!!!
elbart88 said:
Hi does this work for a107f?
Click to expand...
Click to collapse
a107f have different TWRP, and it's available

Categories

Resources