[RECOVERY][UNOFFICIAL] TWRP 3.3.1 for Galaxy A6+ - Samsung Galaxy A6 ROMs, Kernels, Recoveries, & Oth

Team Win Recovery Project (Only for Snapdragon-based Galaxy A6+)
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.
*/
Everything from original recovery post is still valid, please read before proceeding.
Information:
enabled F2FS support
fixed CPU temperature readings
fixed time/date (only on ROMs without stock vendor)
fixed full-disk encryption (msm keystore implementation)
fixed screen brightness setting
customized theme
compiled from Lineage OS 16 source
Sources: TWRP (upstream), busybox, kernel, device-tree
Downloads: Image, Tarball for Odin
Screenshots:
{
"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"
}
Changelog:
06.01.2020:
-added fstab, usb init script from ashyx's recovery
Be aware of bootloader bug:
Once you entered recovery there is no way to reboot device in normal/download mode except from recovery itself. Which is problematic if it's not operating correctly.
Ideas how to get out of it in case you stuck in broken recovery:
1. Use adb (provided that it works)
Code:
adb reboot
2. Connect keyboard via OTG-adapted and press Alt + SysRq + O to power off device (saved my device).
3. Disconnect battery or let it die while burning bootloader splash into the screen.
4. Use USB Jig to enter download/EDL mode (might be ignored by bootloader just like key-combo).

Thanks!

MTP doesnt work
Restore old TWRP backups doesnt work

nebkas said:
MTP doesnt work
Click to expand...
Click to collapse
Sorry, didn't test that in the end.
nebkas said:
Restore old TWRP backups doesnt work
Click to expand...
Click to collapse
i omitted some partitions from fstab (and missed other) because i thought that restoring modem/apnhlos from old binary may soft-brick device. But after some testing it appears that it's only checked in download mode. I will add those partitions back in next release.

Not_Sure said:
Sorry, didn't test that in the end.
i omitted some partitions from fstab (and missed other) because i thought that restoring modem/apnhlos from old binary may soft-brick device. But after some testing it appears that it's only checked in download mode. I will add those partitions back in next release.
Click to expand...
Click to collapse
Will you release your Lineage port too?

nebkas said:
Will you release your Lineage port too?
Click to expand...
Click to collapse
No need, Edgars released it and is working on it now. I'll focus on kernel.

nebkas said:
MTP doesnt work
Restore old TWRP backups doesnt work
Click to expand...
Click to collapse
Now it should work.

Do you need to use the forced encryption disabler?
I don't really care about the "full functionality" in TWRP, but I want to watch L1 widevine content with my rooted A605FN, and that isn't possible if the /data partition was formated.
But the (old?) "SM-A605-keymaster-fix-by-Not_Sure.zip" needs /data access, so I guess the forced encryption disabler is needed for that fix?
And what is the difference between the "fixed full-disk encryption (msm keystore implementation)" in this TWRP Mod and the (old?) "SM-A605-keymaster-fix-by-Not_Sure.zip"? Is there even any?

Last time i tried TWRP and root and there is a bug in lock screen system. is this version have that problem too?

help
Can we use this twrp for my A6+ android 10? will it work if i use it?

pandavova said:
Do you need to use the forced encryption disabler?
I don't really care about the "full functionality" in TWRP, but I want to watch L1 widevine content with my rooted A605FN, and that isn't possible if the /data partition was formated.
But the (old?) "SM-A605-keymaster-fix-by-Not_Sure.zip" needs /data access, so I guess the forced encryption disabler is needed for that fix?
And what is the difference between the "fixed full-disk encryption (msm keystore implementation)" in this TWRP Mod and the (old?) "SM-A605-keymaster-fix-by-Not_Sure.zip"? Is there even any?
Click to expand...
Click to collapse
It doesn't work not because /data was formatted, but because boot partition was changed which breaks chain of trust.
"fixed full-disk encryption (msm keystore implementation)" means that TWRP can decrypt /data but only when it was encrypted with "SM-A605-keymaster-fix-by-Not_Sure.zip" previously applied. If you have non-rooted stock ROM you still have to format /data first.

Ahga said:
Last time i tried TWRP and root and there is a bug in lock screen system. is this version have that problem too?
Click to expand...
Click to collapse
It's not TWRP that breaks lock-screen. This should fix it.
Ameit said:
Can we use this twrp for my A6+ android 10? will it work if i use it?
Click to expand...
Click to collapse
Yes.

Phone stuck on startup loop.
Followed the instructions but the phone looping the Samsung logo indefinitely.

Is it for android 10 if not pls give me the android 10 link pls pls pls android 10 recovery..

Related

[UNOFFICIAL][RECOVERY][G7 Power] 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"
}
OrangeFox Recovery
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
INSTALLATION:
0. Backup your ROM, your data, your internal storage, and your settings/apps, to an external device
1. Flash boot image with "fastboot boot path/to/image"
2. The device will automatically reboot into OrangeFox recovery after installation (allow this to happen)
4. Install flashable zip
3. Enjoy!
Credits
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* All our testers - for your patience and help
FEATURES:
* Updated with latest TWRP commits
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* AromaFM
* Flashlight
* Password, torch, led
* Support for Miui and Custom ROMs
* Superb new UI and themes
* OrangeFox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
- choice of splash screen
* Alternative lockscreen
* And many more!
Source Code: https://gitlab.com/OrangeFox
Screenshots: https://files.orangefox.tech/Screenshots/R10/
Known Bugs:
Touch issues appears sometimes
IMG Download: https://mega.nz/#!5EUzHAyL!suKuh5aWtZCV7YcVT76RURZHrVGxovaQR4-eQKMM6mg
ZIP Download: https://mega.nz/#!cNMzia4R!FSr-G_6vs5hFK1XOyD5ns6JYwtug4hIhCJMVsaNCPYk
Thanks been waiting to try this., as I was unable to restore a stock backup using twrp 3.1.1 prior.
However, I am still facing error 255 when trying to restore data after I make a backup in orangefox,
and when I try to restore system, orange states system is in read only mode.
Anyone able to restore a backup using orange?
Awesome, thank you. Be flashing real soon
Thank you. Works great!
Haha! I think I've heard of this one before. It just so happens that my hard drive has crashed and I just made my 256 gig SD as internal so I have lost everything and it just so happens to TWRP server is down today so poof I'm magically going to try this
You're a wizard @Electimon ! Much thanks!
Super cute!
danny8 likes it!
Is the encryption key issue likely to change in the near future? It does work on op6t. Although it's os dependent. So you need different recovery when you go from android 9 to 10. Not sure how likely g7 power is to get official a10. I always thought Moto was pretty forth coming with system source code. Do I need to erase data and maybe use dm-verity from magisk to get data backup working? Or do I just stick with migrate app for now?
awesome recovery works great!! thanks
Has anyone gotten OF backup to work? I look forward to trying it again(feature rich is understatement) but cannot do much flashing as I have only my daily driver & need it to be recoverable(or transferred to new H/W) quickly. It's a good problem, hopefully work will afford me a new tester to play with if I can ever get out of the Covid Pit of Debt.
Off-topic, sorta, maybe related(?):
In TWRP, my 255 error was apparently not be an encryption issue. I found a clue on stack exchange: I saved & opened my log after a failed data backup in TWRP, searched the log for 'error' and located the last folder(or file) that errored out... 4th or 5th from last 'error' result in the log. In TWRP, I mounted 'system', opened File Manager and drilled to the troublesome folder, deleted it and immediately re-ran the backup successfully. I have since restored a backup successfully, with no ill effect.
*Before the 1st delete, I booted into the OS and used root file manager to find the folder was empty.
Edit: way too many grammatical & syntax errors. I am going to take a nap.
Thanks for the efforts!! But what is the diff between TWRP vs Orange Fox?
iamlaybhari said:
Thanks for the efforts!! But what is the diff between TWRP vs Orange Fox?
Click to expand...
Click to collapse
Ofox has more options
roadkill42 said:
Ofox has more options
Click to expand...
Click to collapse
Thanks for replying, but what are the options?? is there any guide on xda or any website?
iamlaybhari said:
Thanks for replying, but what are the options?? is there any guide on xda or any website?
Click to expand...
Click to collapse
I can't remember the options I would just flash it and look for ur self or fastboot boot it so I can look around with out loosing root

[ROM][Android 13.0][SURYA] crDroid v9.5 [OFFICIAL][FBEv2][05-06]

{
"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:
*** Disclaimer
I am not responsible for any damage you made to your device
You have been warned
crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today
Features:
https://github.com/crdroidandroid/crdroid_features/blob/13.0/README.mkdn
Flashing Instructions:
Pre-installation:
TWRP
NikGapps (Core recommend)
Magisk
First time installation:
As always make backups beforehand
Boot into TWRP
Flash Rom
Flash Gapps, Magisk etc. and factory reset + format data
Flash Disable Force Encryption if you want to be decrypted
Reboot to system and profit
Update installation:
Boot into TWRP and flash rom
Flash Disable Force Encryption if you are decrypted
Reboot to system
Sources:
ROM: https://github.com/crdroidandroid
Kernel: https://github.com/crdroidandroid/android_kernel_xiaomi_surya
Download:
ROM https://crdroid.net/surya
Changelog: https://raw.githubusercontent.com/crdroidandroid/android_vendor_crDroidOTA/13.0/changelog_surya.txt
Known issues:
You tell me
Visit official website @ crDroid.net
crDroid Surya Telegram
crDroid Community Telegram
Donate to help our team pay server costs
Reserved
Reserved again
Thanks for the ROM, just quick question: SElinux permissive, disabled or enforcing?
Exciting times ahead for surya. Just to be clear, latest firmware, so that's 12.0.4. We flash this over 12.0.4, correct? Just had to be extra sure.
Thank you for release the rom
payas0 said:
Exciting times ahead for surya. Just to be clear, latest firmware, so that's 12.0.4. We flash this over 12.0.4, correct? Just had to be extra sure.
Click to expand...
Click to collapse
yes but do a factory reset
GtrCraft said:
yes but do a factory reset
Click to expand...
Click to collapse
Thanks. I'm currently on RROS which us based on 12.0.3 so I'll probably have to fastboot flash 12.0.4 first. I don't need to factory reset from a freshly flashed 12.0.4, right? I'll test this out pretty soon.
No need to format data?
editheraven said:
No need to format data?
Click to expand...
Click to collapse
It's probably recommended to format data after flashing this since it's based on Android 11 and you are flashing it over MIUI 12.0.4 which is MIUI and based on Android 10.
Correct me if I'm wrong.
If you format data before flashing the custom rom, make sure you have a spare microsd. Otherwise you very likely won't be able to access internal storage from a computer to transfer the rom files...
Anyway, I'm guessing this still has the 5Ghz Wifi bug, right?
aLexzkter said:
If you format data before flashing the custom rom, make sure you have a spare microsd. Otherwise you very likely won't be able to access internal storage from a computer to transfer the rom files...
Anyway, I'm guessing this still has the 5Ghz Wifi bug, right?
Click to expand...
Click to collapse
Or you can adb push the files to /sdcard/. Thats6 what I did when I formated before flashing the ROM.
How is everyone's HDR content experience so far? Similar to the issue I had with RROS, playing HDR videos on YouTube gives out really washed out, dull videos.
payas0 said:
Or you can adb push the files to /sdcard/. Thats6 what I did when I formated before flashing the ROM.
Click to expand...
Click to collapse
That's an advanced technique I wasn't even aware of. I thought it was impossible to access internal storage from a PC
Usb debug default on when restart. and ringtone sounds bad, please check
I have a problem, the charging is only at 15w 3000mah, when before it was around 4200mah
there's something i can do about it, the rom is perfect, only that bothers me ...
Alvian_P said:
Usb debug default on when restart. and ringtone sounds bad, please check
Click to expand...
Click to collapse
Same issue here for ringtone but maybe it's related to magisk, I flashed stock 12.0.4 then crdroid, reboot recovery flash gapps and format data everything works fine, check ringtone and in my memories it sounded normal then I installed magisk 21.1 and now it's sizzling

			
				
Bananatoes49 said:
Same issue here for ringtone but maybe it's related to magisk, I flashed stock 12.0.4 then crdroid, reboot recovery flash gapps and format data everything works fine, check ringtone and in my memories it sounded normal then I installed magisk 21.1 and now it's sizzling
Click to expand...
Click to collapse
ringtone is distortion, here the solution
[New] Viper4Android on Android 10 (No ringtone distortion/bluetooth audio issue)
Hi there, The tutorial will show you how to make Viper4Android work on Android 10 and avoid issues like ringtone distortion or no Bluetooth audio. Please uninstall previous installations of viper or any other audio mod before proceeding to the...
forum.xda-developers.com
has anyone tried to install ANX Camera?
it seems only feature that I am missing, other than that very good battery backup.

[RECOVERY][UNOFFICIAL] Orangefox recovery for Nexus 5 (hammerhead)[R11]

{
"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"
}
OrangeFox Recovery Project
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 Recovery is one of the most popular custom recoveries, with amazing additional features, fixes and a host of supported devices
OrangeFox Recovery have been operating for over two years. In that time we have improved the quality, stability, and device support of the recovery. Today OrangeFox is the leader in stability, UI design, and UX. Installing OrangeFox means being with the latest code and fastest fixes.
OrangeFox Recovery was originally designed for Xiaomi Redmi Note 4X Snapdragon (mido). Right now we support 47+ devices.
Installations
Download the OrangeFox zip file to your device
Reboot to your custom TWRP-based Recovery
Install the OrangeFox zip file as a normal zip
The device will automatically reboot into OrangeFox recovery after installation (allow this to happen)
Enjoy!
Downloads
hammerhead-orangefox - Manage Files at SourceForge.net
Source Code:
Device tree: https://github.com/z3DD3r/twrp_android_device_lge_hammerhead
I just bought a Nexus 5. Nice to see development for a 7 year old device.
SirRGB said:
I just bought a Nexus 5. Nice to see development for a 7 year old device.
Click to expand...
Click to collapse
you are welcome.
btw, how about after installing it.
Your right. I wasnt able to install Ofox, its too big for the recovery partition for some reason. I tried both the installler and installing via fastboot. Im currently running CrDroid11 with expanded system partition.
Ofox1 - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
SirRGB said:
Your right. I wasnt able to install Ofox, its too big for the recovery partition for some reason. I tried both the installler and installing via fastboot. Im currently running CrDroid11 with expanded system partition.
Ofox1 - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
Click to expand...
Click to collapse
I can confirm, doesn't matter how you try to install it or boot it up or if your device has an increased system partition or not, the current recovery image is too big for the recovery partition to be installed.
Mr.FREE_Bird said:
I can confirm, doesn't matter how you try to install it or boot it up or if your device has an increased system partition or not, the current recovery image is too big for the recovery partition to be installed.
Click to expand...
Click to collapse
try this:
fastboot flash -S 500M system system.img
hehedemuse said:
try this:
fastboot flash -S 500M system system.img
Click to expand...
Click to collapse
This will not help. -S just splits the flashable image into chunks. That flag will not change the size of recovery partition. You should decrease the size of your OrangeFox-Unofficial-hammerhead.img to fit the size of hammerhead's recovery partition (23068672 byes)
Have u ever tested this recovery on hammerhead? I guess no, because you can't even flash it ...
z3DD3r said:
decrease
This will not help. -S just splits the flashable image into chunks. That flag will not change the size of recovery partition. You should decrease the size of your OrangeFox-Unofficial-hammerhead.img to fit the size of hammerhead's recovery partition (23068672 byes)
Have u ever tested this recovery on hammerhead? I guess no, because you can't even flash it ...
Click to expand...
Click to collapse
How to decrease?
hehedemuse said:
How to decrease?
Click to expand...
Click to collapse
there is a new build flag implemented, you can give it a try
set this in Boardconfig.mk
FOX_DRASTIC_SIZE_REDUCTION := 1
or this, if it still doesnt work
FOX_EXTREME_SIZE_REDUCTION := 1
nvm, it is still too big, tried myself...

Development [RECOVERY][UNOFFICIAL] TWRP 3.6.0_11-0 for OnePlus Nord 2 5G [denniz]

{
"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"
}
Team Win Recovery Project 3.x, or TWRP 3.x 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.
*
*/
What's doesn't working ?
- You tell me
Flash guide:
Code:
- fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
- fastboot flash recovery recoveryname.img
Download:
TWRP 3.6.0_11-0 recovery and vbmeta image for denniz
TWRP mirror
Source code:
Device tree: https://github.com/oneplus-mt6893-devs/android_device_oneplus_denniz/tree/android-11
Kernel source: Prebuilt kernel from OxygenOS 11.3 A.14
Telegram support group:
Click here
Credits:
I want to say a big thanks to the tester hofatheripper (Telegram)
Informations:
TWRP version: 3.6.0_11-0
Created: 2021-09-15
Last Update: 2021-12-21
TWRP on Nord 2 5G
RESERVED #1
Good work, thank you
Awesome, thanks
Awesome
Finally nord 2 can see some light. Thank you.
Seems to work fine with the v10 rom, just as long as you reflash the boot image again.
I got into a boot loop before reflashing the v10 boot image.
flashed recovery, rebooted system. To access the recovery again, you can use the power + volume buttons (in what order?) Or I have to use a computer and enter through fastboot.
It is working on oos 11.3 v10 rom
edulcorante1 said:
flashed recovery, rebooted system. To access the recovery again, you can use the power + volume buttons (in what order?) Or I have to use a computer and enter through fastboot.
Click to expand...
Click to collapse
You can use Magisk to reboot to recovery. When you open the app, press the circle arrow icon on the top right.
do i need to unlock the OEM/Bootloader first?
I've been busy for 2 days to update to the new v12, but it seems that this TWRP version just causes bootloops with it. Reformatting data (factory reset) seems to solve the issue, but it also resets the recovery.
Has anyone been able to recover after the update? With this I mean TWRP on v12?
I suspect it has something to do with encryption, but I might be wrong there.
Eastw1ng said:
I've been busy for 2 days to update to the new v12, but it seems that this TWRP version just causes bootloops with it. Reformatting data (factory reset) seems to solve the issue, but it also resets the recovery.
Has anyone been able to recover after the update? With this I mean TWRP on v12?
I suspect it has something to do with encryption, but I might be wrong there.
Click to expand...
Click to collapse
Old version is working on v12 and v13.
Its also working on new PACMAN nord 2
That's so strange, I'll probably give it a try again when I have some proper time. Thanks!
Old version is working on v12 and v13.
pankspoo said:
Its also working on new PACMAN nord 2
Click to expand...
Click to collapse
HI
What you mean by older version? I can see only one unofficial?
twrp-3.5.2_11-0-UNOFFICIAL-denniz.img​
jis251 said:
Old version is working on v12 and v13.
HI
What you mean by older version? I can see only one unofficial?
twrp-3.5.2_11-0-UNOFFICIAL-denniz.img​
Click to expand...
Click to collapse
Developers is saying in quoted post by me that they are creating support for newest build like v12 and v13 then I said old build (I. E current build) is also working
Strange on latest v13 when I flashed twrp and rebooted to system it's reverting to stock recovery again @TheMalachite ?
A new TWRP update is available ! Check first post for download it
Changelog:
- Sync with TWRP 3.6.0 sources
- Update prebuilt kernel to A.14
It works great, but after reboot it seems it gets overwritten. Am I the only one with that issue?

Development TWRP for Samsung Galaxy A7 Lite SM-T220 SM-T225 SM-T227

{
"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.
*
* 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.
*/
Remember this is in early development (alpha)
Not Working:
> Adb Sideloading
> Vibration (minor issue)
> Other Problems: Sometimes when you boot recovery touch not works and only solution is to re-flash TWRP again from Odin, this is kernel issue, we need custom kernel. I found out that in that case you can reboot with usb otg and mouse connected and twrp could start working on next reboot.
Install Instructions
Flash TWRP from Odin on AP Slot & Hold Volume Up + Power while flashing until TWRP appears.
Go to Advanced > Terminal and type "multidisabler" (without quotes", then data wipe.
Now reboot into system, after completing first setup of the device reboot into TWRP again to see if you can see the contents of your Internal Storage, you should, if yes you have successfully disabled Samsung encryption of internal storage.
Downloads (SM-T220): https://github.com/Skorpion96/android_device_samsung_gta7lite/releases/
Downloads (SM-T225): https://github.com/DevZillion/android_device_samsung_gta7lite/releases/tag/v0.1.0_T225
Downloads (SM-T227): https://github.com/DevZillion/android_device_samsung_gta7lite/releases/tag/v0.0.0_T227
Credits to me obviously for testing and recovery tree: https://github.com/Skorpion96/gta7lite_recovery
and to https://github.com/DevZillion for helping with TWRP.
Sources:
Device Tree:https://github.com/Skorpion96/android_device_samsung_gta7lite/tree/main
TWRP:https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp/tree/twrp-11
Kernel - Samsung's Stock Kernel built from source.
Flash twrp with Odin which slot ...AP yes Thanks
tom.android said:
Flash twrp with Odin which slot ...AP yes Thanks
Click to expand...
Click to collapse
yes i'll add at the post
Skorpion96 said:
yes i'll add at the post
Click to expand...
Click to collapse
There's one thing not clear enough from the instructions. It says we download the multidisabler...but where do we put it? Or is it already integrated within the TWRP functions?
nirogu325 said:
There's one thing not clear enough from the instructions. It says we download the multidisabler...but where do we put it? Or is it already integrated within the TWRP functions?
Click to expand...
Click to collapse
yes i'll fix
Skorpion96 said:
yes i'll fix
Click to expand...
Click to collapse
That's ok. I will wait until hopefully we get a custom kernel. Touch function didn't work on the first try and when I rebooted back into the GSI, I noticed I could not lower the notification panel as if touch was disabled for that part.
@nirogu325 post fixed
This is in too early development
Zillion said:
This is in too early development
Click to expand...
Click to collapse
added
I'll be adding releases here if SKorpion96 doesn't I don't own the device so don't expect a lot of releases from me.
Releases · DevZillion/android_device_samsung_gta7lite
Contribute to DevZillion/android_device_samsung_gta7lite development by creating an account on GitHub.
github.com
SM-T225 Samsung firmware no root .
Can't showup twrp during flash with odin and press power + volume up simultaneously.
You'll require Magisk v24 Patched AP tar to be able to boot into twrp
Edit: Add the file to AP slot and click Flash on Odin. Start Holding Volume Up + Power until the unlocked bootloader warning appears. Then press Power to remove it and wait for twrp to boot.
tom.android said:
SM-T225 Samsung firmware no root .
Can't showup twrp during flash with odin and press power + volume up simultaneously.
Click to expand...
Click to collapse
patch firmware with magisk
Skorpion96 said:
patch firmware with magisk
Click to expand...
Click to collapse
Magisk v25 or higher will not work.
Booted into recovery but no touch
Difficul said:
Booted into recovery but no touch
Click to expand...
Click to collapse
touch bug, reflash twrp and boot into it again
Difficul said:
Booted into recovery but no touch
Click to expand...
Click to collapse
Maybe we need a t225 specific kernel, the actual kernel is from t220
Zillion said:
Maybe we need a t225 specific kernel, the actual kernel is fro t220
Click to expand...
Click to collapse
but difference between two tablets is sim support, touch shouldn't be an issue. anyway let's see if lapchong would compile kernel of t225
Zillion said:
Maybe we need a t225 specific kernel, the actual kernel is fro t220
Click to expand...
Click to collapse
Of T225 is MT8768T
But in line 3 of system prop is mt6765
Difficul said:
Of T225 is MT8768T
But in line 3 of system prop is mt6765
Click to expand...
Click to collapse
I'll check later. I need t225 and t220 stock recoveries

Categories

Resources