[RECOVERY][G4][OFFICIAL] Sky Hawk Recovery Project 2.2 BETA [2020-03-30] - G4 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... 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.
*/
SHRP is inspired by Material design 2 to bring the newest design to the native TWRP. SHRP provides much more along side of it's rich UI experience. New dashboard makes it very easy to interact with TWRP. SHRP got some cool features like Whole new theming section ,Flash Magisk (root or unroot), Camera2api enabler Directly from dashboard, Password protection etc. It's all started , lot more to come.
- Themes
- List view mode along with grid dashboard
- Status bar customization
- New rounded icons added on dashboard
- Notch mode with toggle to disable
- Dark mode or pure white, it's on you
- Navigation bar customization
- Settings + Advanced Settings
- Flash Magisk
- Clear fingerprints.
- Flash ViperFX
- Recovery Locking , Pin or Pattern lock
- CPU core lock/unlock
- Language changing
- Hal3 / CameraAPI2 enabling/disabling
- Oreo+ Reboot menu style
- Redesigned lock screen interface
- Flashlight
- Magisk manager - Enable, disable or delete magisk modules right from SHRP
- and many more, flash right now to find out
1. Make sure you have a custom recovery installed
2. Download the latest SHRP recovery for your device
3. Boot into recovery
4. Flash shrp recovery zip
5. Reboot to recovery.
6. Done
you tell
keep an eye on the FAQ though!
DOWNLOAD P (pie) - flavor
(There are only P based builds atm - that might change but depends on user requests)
Official: at SkyHawk website
Github
Website
ScreenShots
Telegram Group
EpicX
DNI9
Giovix92
TeamWin
osmOsis
VR25
Topjohnwu
Mauronofrio
DarthJabba9
Special Thanks
Pritish
Kirill
Burak D.
ZJRDroid
LayeardDevMod
Olek & Oliwier
LeChenOS
steadfasterX (implementing secure hashing for pass/pattern protection + locking down MTP and ADB)
​
Maintainer: steadfasterX
Based On: TWRP
TWRP Version: 3.3.1
Device tree: github
SHRP source: project manifest
XDA:DevDB Information
SkyHawk Recovery Project, Tool/Utility for the LG G4
Contributors
steadfasterX
Source Code: https://github.com/Suicide-Squirrel/shrp_bootable_recovery
Version Information
Status: Beta
Created 2020-03-30
Last Updated 2020-08-23

Frequently Asked Questions
FAQ #1: Why SHRP? We already have TWRP?!
Look at the screenshots.. Look at the features.. e.g. TWRP's UI is like "1980", SHRP like "2020"
FAQ #2: When you set a password in the "Security" menu it will not persist on re-flashing SHRP. How to keep it?
This is expected behavior (as the pass gets stored within the recovery image itself) but you can make it persistent through flashing SHRP releases like that:
boot to SHRP
set your pass/pattern lock
from your PC:
Code:
adb shell
cp /twres/slts /sdcard/SHRP/data/slts
FAQ #3: The "Security" menu allows me to setup a password/Pattern but.. how secure is my device then?
Well first of all my SHRP builds using my personal patches to
1) store the password/pattern in a secure manner (so no one can read it) - see this PR
2) locking down MTP and ADB until you enter your pass/pattern - see this PR
and 3) re-enabling auto-naming of backup names. - see this PR
The first two were absolutely required IMHO before one can say this is an usable feature so I added it as I think it should be. All three are in progress of review atm and hopefully get added upstream to the official source soon. Once the PR's have been merged they will be in place for the official builds as well.
Other then that:
the whole "security" setting within a recovery is just useful for one specific use-case:
*protecting your phone when the attacker does *not* have access to it by fastboot*
as soon as the attacker has access by fastboot any security setting is useless as you can overwrite the recovery by whatever
you like. that's a matter of fact which simply comes with unlocking the bootloader.
FAQ #4: I've used the Magisk Installer of SHRP but I miss the Magisk Manager after boot. Is that expected?
Kind of yes. The reason is that the app gets deodexed on boot first. That means you need another boot and the Magisk Manager will magically appear
FAQ #5: I want to set a pattern in "Security" menu but I have issues drawing a pattern, is there a trick?
yes there is one :
Touch your starting point but only continue when you feel a short vibration - THEN start drawing.
If you do not feel that short vibration repeat the touch until you feel it. After that drawing will work as expected.
.-

Reserved

Spectacular *_*

Looks yummy? Am saying just give me call feature and i could use it as daily drivers

how to use SHRP version Magisk?

waterblue85 said:
how to use SHRP version Magisk?
Click to expand...
Click to collapse
What do you mean ? There is a magisk menu in shrp
Sent from my OnePlus 6T using XDA Labs

waterblue85 said:
how to use SHRP version Magisk?
Click to expand...
Click to collapse
Extract hawk recovery zip and copy SHRP folder (it contains addons and data) to internal storage of your phone.
Reboot to recovery and use magisk option to root.
Works for me:good:

I lost everything related to my mobile network when I flashed it. If you want to recreate the issue this is what I did:
1. Clean install of Lineage OS 16 via twrp and booted to check success
2. flashed SHRP
3. full factory reset inc wiping system
4. flashed lineage again
5. flash open gapps 9.0 arm64
6. tried to flash magisk but it failed
7. booted and set up phone (no network at this stage) when I say no network i don't mean it's asking me to insert a sim card i'm saying it doesn't even recognise that there is a sim tray present at all.
8. issue resolves itself after reboot
It should be noted that this problem didn't exist when I flashed lineage with twrp the phone booted fine and everything worked as it should.

vert21B said:
Extract hawk recovery zip and copy SHRP folder (it contains addons and data) to internal storage of your phone.
Reboot to recovery and use magisk option to root.
Works for me:good:
Click to expand...
Click to collapse
Just flash SHRP in TWRP . Done. No need to extract anything .
Sent from my OnePlus 6T using XDA Labs

@steadfasterX Nice! I didn't think the recovery manager needed an update until now.

ANDROID2468 said:
@steadfasterX Nice! I didn't think the recovery manager needed an update until now.
Click to expand...
Click to collapse
Hehe .. Yea actually the most important reason for me building this was password protection (which I needed to fix first though ...).
Sent from my OnePlus 6T using XDA Labs

lostunsunghero said:
I lost everything related to my mobile network when I flashed it. If you want to recreate the issue this is what I did:
1. Clean install of Lineage OS 16 via twrp and booted to check success
2. flashed SHRP
3. full factory reset inc wiping system
4. flashed lineage again
5. flash open gapps 9.0 arm64
6. tried to flash magisk but it failed
7. booted and set up phone (no network at this stage) when I say no network i don't mean it's asking me to insert a sim card i'm saying it doesn't even recognise that there is a sim tray present at all.
8. issue resolves itself after reboot
It should be noted that this problem didn't exist when I flashed lineage with twrp the phone booted fine and everything worked as it should.
Click to expand...
Click to collapse
not re-producible here and not related to SHRP.. (see my next post)
.-

steadfasterX said:
not re-producible here.
.-
Click to expand...
Click to collapse
Strange I tried it myself again the way I described and everything worked fine. A couple of reboots later and the bug appeared again, same resolution though reboot and it's fixed. Could be an intertmittant lineage problem maybe?

lostunsunghero said:
Strange I tried it myself again the way I described and everything worked fine. A couple of reboots later and the bug appeared again, same resolution though reboot and it's fixed. Could be an intertmittant lineage problem maybe?
Click to expand...
Click to collapse
That's a known rild issue since pie. You can check known issues if you like but that has nothing to do with TWRP/SHRP
Sent from my OnePlus 6T using XDA Labs

Can I use it with Usu loaded devices?

burakozyurek41 said:
Can I use it with Usu loaded devices?
Click to expand...
Click to collapse
sure
.-

This looks fantastic! I have been able to install successfully. Am I right in saying that the current version does not support encryption?

lgg4-user said:
This looks fantastic! I have been able to install successfully. Am I right in saying that the current version does not support encryption?
Click to expand...
Click to collapse
Correct like TWRP P it does not support decrypt
Sent from my OnePlus 6T using XDA Labs

This recovery looks so cool!
I've noticed one bug (although it's not crucial):
When flashing a ROM, if you press the power button, it goes to the lockscreen (well, I know that's because you removed the screen time-out).
At the bottom of this lockscreen, there is a torch tile tile that works half of the times. The screen says:
Code:
echo 1 > /sys/class/leds/led:switch/brightness
process ended with ERROR: 1

Related

[ROM][10] TotsukaOS Q for J730X/J530X

Disclaimer
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.
{
"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"
}
Some personal thoughts:
- you should read at least install instructions stated in this post - i won`t offer support for any issues regarding installation;
- press 'Thanks' button instead of saying it - it will keep the thread clean and keep me motivated to do more;
- if you take any of my work without my permission you'll be reported.
ROM Features (V3)
Only for G610X, J730X and J530X as of now
Android 10
OneUI 2 ported from Galaxy J6[J600GUBS7CTG1]
OneUI 2.1 SecSettings
Stock J600G build values
July security patch
Working front and rear live focus with many more camera tweaks
Adjusted DPI for 16:9 aspect ratio
Bluetooth fixed + no pairing issues
Other mods like AppLock, Secure Folder and Dual speaker mod
Custom Software info page
Disabled frp lock
Disabled useless security stuff
Samsung Fingerprint Gestures
Updated Fingerprint HAL for better experience
Fingerprint + Face Unlock Supported
Fully extractable ROM unlike most Q ports
Heavily de-knoxed/debloated
High performance mode
Pre included CSC Tweaks
Rootable with magisk stable
S10 Dolby Atmos
S10+ OMC with many selectable features
Safetynet Passing
Screen Recorder
Secure folder
Semi-deodexed to prevent ui lags + save space
Using Ares Kernel 5.1 by @SPARTANICUS
Tons of Aroma selectable features
Much more i cant remember
How about bugs?
Camera might not work on some apps like WhatsApp because of outdated oreo camera lib(G610X Only)
Knox related features wont work
NFC (J730 and J530 only)
None other encountered so far
V1/V2 Credits
Credits
@corsicanu for helping with stuff/several contribution to exynos
@ananjaser1211 for helping with stuff/several contribution to exynos/7870
@SPARTANICUS for AresKernel and previous kernel releases
@bien2004official for working on this since day 1
@Astrako for camera fix and several other contributions
- my telegram testers @azsuperBored, @kique119, @OZIM2001, @ljjehl, I remember
Special thanks to @exynos_nibba on telegram for helping with the release
Credits
@corsicanu for helping with stuff/several contribution to exynos
@ananjaser1211 for helping with stuff/several contribution to exynos/7870
@SPARTANICUS for AresKernel and previous kernel releases
- my telegram testers @azsuperBored, @OZIM2001, @ljjehl, I remember, @J6idot
Special thanks to Exynos_nigg and nepbish07al on telegram for helping with the release.
XDA:DevDB Information
TotsukaOSQ, ROM for the Samsung Galaxy J7 (2017)
Contributors
soulr344, corsicanu, ananjaser1211
Source Code: https://github.com/SPART4NICUS/Ares_7870
ROM OS Version: Android 10
ROM Kernel: Linux 3.10.x
Version Information
Status: Testing
Current Stable Version: 3.0
Stable Release Date: 2020-08-29
Created 2020-08-29
Last Updated 2020-08-29
Reserved
Downloads
TotsukaOS V3 Post
Screenshots:-
http://imgur.com/gallery/JeNhRGX
Reserved
How to install:
Make sure you've flashed Create Vendor 2.0 and updated TWRP to latest available before flashing this rom.
Once you have treble ready device, reboot to recovery once again and do the usual wipes(system, vendor, cache/dalvik)
If you're coming from stock Format internal storage.
If you're coming from other ROMs/AOSP ROMs/Previous versions of this ROM, make sure to wipe DATA as well.
Once you've completed above mentioned steps, flash the ROM zip and select desired features in AROMA Installer.
After its completed, reboot to system. Wait for 30 seconds at the bootanim and hard reboot(powerkey+voldown+homebutton).
Setup device and flash mods like magisk after that.
Reporting Bugs:
Join our telegram group to report bugs. Make sure to attach a logcat or your report will be ignored. If the installation fails, attach /sdcard/Totsuka.log.
Contact Us:
Message me
Updates channel
Group Chat
TotsukaOS V3.0
Current Changelog:
Updated to J600G July Release
July security patch
Added Aroma Installer with tons of added features
Added Rear Camera Live Focus
Fixed Offline Charging misalignment
Fixed bluetooth and pairing issues
SecSettings modded for ROM info
Changed Fingerprint animation to home button
Added S10 Dolby
Repatched Secure Folder
Updated fingerprint hal for faster unlock
Patched face+fp unlock
Refer to the main thread for full feature list
Ares kernel 5.1 Banica (enforcing) is included in the ROM
Check post 2 for installation steps.
Make sure to wipe data even if you're coming from OLD Totsuka Build.
Check the original post for bug info.
Downloads
MD5: c144e9da9c5f62493fa08155c19db59a
SHA1: e279b08a180b4352527a986b2dbdab3bcccc7d44
Google Drive
Misc
Telegram Contact
Telegram Channel
Telegram Group
Click to expand...
Click to collapse
Don't forget to stay safe! All the best!
soulr344 said:
How to install:
Make sure you've flashed Create Vendor 2.0 and updated TWRP to latest available before flashing this rom.
Once you have treble ready device, reboot to recovery once again and do the usual wipes(system, vendor, cache/dalvik)
If you're coming from stock Format internal storage.
If you're coming from other ROMs/AOSP ROMs/Previous versions of this ROM, make sure to wipe DATA as well.
Once you've completed above mentioned steps, flash the ROM zip and select desired features in AROMA Installer.
After its completed, reboot to system. Wait for 30 seconds at the bootanim and hard reboot(powerkey+voldown+homebutton).
Setup device and flash mods like magisk after that.
Reporting Bugs:
Join our telegram group to report bugs. Make sure to attach a logcat or your report will be ignored. If the installation fails, attach /sdcard/Totsuka.log.
Contact Us:
Message me
Updates channel
Group Chat
Click to expand...
Click to collapse
Nice
I tried to install this ROM following all instructions, after select aroma features, i reboot to system but the cellphone dont go bootanimation it goes to blue screen with 'Downloading... Do not turn off target', i can go to odin mode but even forzing shutdown only appears black screen with logo 'Samsung Galaxy J7 Pro' and returns to blue screen, i cant even go to recovery mode anymore, is there a solution or i lose my phone?
Great Job my friend
twrp 3.4.0
OneDrive
onedrive.live.com
SD card is detected?
Is dual Messenger patched or not or any volte issue ..for ins user ..
Rom is very smooth and boot animation is awesome
Blafio said:
SD card is detected?
Click to expand...
Click to collapse
The sd card is detected. I have seen for myself.
please anyone guide me to twrp install guide for j730f stock android 9.0. tryed to flash twrp but no luck bootloops. mounting problems for data, internel etc
imlop said:
please anyone guide me to twrp install guide for j730f stock android 9.0. tryed to flash twrp but no luck bootloops. mounting problems for data, internel etc
Click to expand...
Click to collapse
What are you using rom?
imlop said:
please anyone guide me to twrp install guide for j730f stock android 9.0. tryed to flash twrp but no luck bootloops. mounting problems for data, internel etc
Click to expand...
Click to collapse
You can't mount data unless you flash encryption disable then reboot recovery and FORMAT data then wipe data
So keep backup for everything you need.
ahmdnz7797sy said:
You can't mount data unless you flash encryption disable then reboot recovery and FORMAT data then wipe data
So keep backup for everything you need.
Click to expand...
Click to collapse
any guide for disabling encryption, didn't saw or found anything related to that matter, thanks
ichbinahmet said:
What are you using rom?
Click to expand...
Click to collapse
stock 9.0
imlop said:
any guide for disabling encryption, didn't saw or found anything related to that matter, thanks
Click to expand...
Click to collapse
Anyway, this thread for tatsuka, not for twrp, so you will not see anything about twrp
Twrp/any custome recovery/ install steps is
Enable developer options
Enable oem unlock
Reboot download
In odin untick auto reboot
Flash recovery tar file
Manually reboot recovery
Flash no verity opt encrept 6 0 zip
Reboot recovery again to make sure it's still there
Done
If you flashed ofox you need to flash ofox zip file inside to let recovery set some proper files
Read carefully
[RECOVERY][TWRP 3.3.0][7.0/8.1/9.0] Galaxy J7 (2017) [17.04.2019]
Unofficial TWRP 3.3.0 For J7 2017 Disclaimer 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...
forum.xda-developers.com
ahmdnz7797sy said:
Anyway, this thread for tatsuka, not for twrp, so you will not see anything about twrp
Twrp/any custome recovery/ install steps is
Enable developer options
Enable oem unlock
Reboot download
In odin untick auto reboot
Flash recovery tar file
Manually reboot recovery
Flash no verity opt encrept 6 0 zip
Reboot recovery again to make sure it's still there
Done
If you flashed ofox you need to flash ofox zip file inside to let recovery set some proper files
Read carefully
[RECOVERY][TWRP 3.3.0][7.0/8.1/9.0] Galaxy J7 (2017) [17.04.2019]
Unofficial TWRP 3.3.0 For J7 2017 Disclaimer 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...
forum.xda-developers.com
Click to expand...
Click to collapse
Anan's TWRP is so buggy.
ichbinahmet said:
Anan's TWRP is so buggy.
Click to expand...
Click to collapse
so you mean your latest twrp is way better than anans old one. thanks ❤
i will try to do above mentioned procedure
and was so confused by this problem.
I have read anans twrp thred complete with new update problems after 2017 year etc
thank you guys for your hardworks for j7 ❤❤
sorry about posting my problem here
ichbinahmet said:
Anan's TWRP is so buggy.
Click to expand...
Click to collapse
IDK. anyway, i mentioned steps.

[RECOVERY] [Unified] [OP6xT] Sky Hawk Recovery Project 3.0

{
"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.
*/
SHRP is inspired by Material design 2 to bring the newest design to the native TWRP. SHRP provides much more along side of it's rich UI experience. New dashboard makes it very easy to interact with TWRP. SHRP got some cool features like Whole new theming section ,Flash Magisk (root or unroot), Camera2api enabler Directly from dashboard, Password protection etc. It's all started , lot more to come.
- Themes
- Status bar customization
- New rounded icons added on dashboard
- Notch mode with toggle to disable
- Dark mode or pure white, it's on you
- Navigation bar customization
- Settings + Advanced Settings
- Flash Magisk
- Clear fingerprints
- Recovery Locking , Pin or Pattern lock
- Hal3 / CameraAPI2 enabling/disabling
- Oreo+ Reboot menu style
- Redesigned lock screen interface
- Flashlight
- Magisk manager - Enable, disable or delete magisk modules right from SHRP
- Text Editor
- Custom Themes
- Theme, Lock, Addon survival
- Some OTA functionalities
- SHRP Injection (A/B)
- Magisk injection
- Auto decrypt
- and many more, flash right now to find out
1. Make sure you have a custom recovery installed
2. Download the latest SHRP recovery for your device
3. Boot into recovery
4. Flash shrp recovery zip
5. Reboot to recovery.
6. Done
You tell...
DOWNLOAD NOW
Github
Website
ScreenShots
Telegram Group
EpicX
DNI9
Giovix92
TeamWin
osmOsis
VR25
Topjohnwu
Mauronofrio
DarthJabba9
steadfasterX
GeopJr
oddlyspaced
Corsicanu
Zackptg5
Jcadduono
Special Thanks
Pritish
Kirill
Burak D.
ZJRDroid
LayeardDevMod
Olek & Oliwier
LeChenOS
TipzTeam
And all the developers whoever contributed to TWRP & SHRP
Please inform if we forgot to mention your name here , thanks !
​
Maintainer: SIDDK
Based On: TWRP
TWRP Version: 3.6.0
Unified Recovery For OnePlus 6 & 6T
Reserved
Some Screenshots
Siddk said:
Some Screenshots
View attachment 5184153View attachment 5184155View attachment 5184157View attachment 5184159View attachment 5184161View attachment 5184163
Click to expand...
Click to collapse
thanx man!! been waiting for this one for a long time!
Nice, thanks for sharing the project! Flashed Bootleggers 11 and magisk 21.2 without issues. does themeing work?
erad1 said:
Nice, thanks for sharing the project! Flashed Bootleggers 11 and magisk 21.2 without issues. does themeing work?
Click to expand...
Click to collapse
yes theming works also you can create theme too here
Thanks for something new for op6 will try soon
Siddk said:
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.
*/
SHRP is inspired by Material design 2 to bring the newest design to the native TWRP. SHRP provides much more along side of it's rich UI experience. New dashboard makes it very easy to interact with TWRP. SHRP got some cool features like Whole new theming section ,Flash Magisk (root or unroot), Camera2api enabler Directly from dashboard, Password protection etc. It's all started , lot more to come.
- Themes
- Status bar customization
- New rounded icons added on dashboard
- Notch mode with toggle to disable
- Dark mode or pure white, it's on you
- Navigation bar customization
- Settings + Advanced Settings
- Flash Magisk
- Clear fingerprints
- Recovery Locking , Pin or Pattern lock
- Hal3 / CameraAPI2 enabling/disabling
- Oreo+ Reboot menu style
- Redesigned lock screen interface
- Flashlight
- Magisk manager - Enable, disable or delete magisk modules right from SHRP
- Text Editor
- Custom Themes
- Theme, Lock, Addon survival
- Some OTA functionalities
- SHRP Injection (A/B)
- Magisk injection
- Auto decrypt
- and many more, flash right now to find out
1. Make sure you have a custom recovery installed
2. Download the latest SHRP recovery for your device
3. Boot into recovery
4. Flash shrp recovery zip
5. Reboot to recovery.
6. Done
You tell...
DOWNLOAD NOW
Github
Website
ScreenShots
Telegram Group
EpicX
DNI9
Giovix92
TeamWin
osmOsis
VR25
Topjohnwu
Mauronofrio
DarthJabba9
steadfasterX
GeopJr
oddlyspaced
Corsicanu
Zackptg5
Jcadduono
Special Thanks
Pritish
Kirill
Burak D.
ZJRDroid
LayeardDevMod
Olek & Oliwier
LeChenOS
TipzTeam
And all the developers whoever contributed to TWRP & SHRP
Please inform if we forgot to mention your name here , thanks !
​
Maintainer: SIDDK
Based On: TWRP
TWRP Version: 3.5.0
Click to expand...
Click to collapse
In download section Add on Rescue zip? It Stand for what?
sschacko1960 said:
In download section Add on Rescue zip? It Stand for what?
Click to expand...
Click to collapse
addon contain multiple zip included like magisk, overlay & dm verity zip if you reset device those file removed from data
so no need to flash recovery again to get those files just flashing addon will restore those zips
Siddk said:
addon contain multiple zip included like magisk, overlay & dm verity zip if you reset device those file removed from data
so no need to flash recovery again to get those files just flashing addon will restore those zips
Click to expand...
Click to collapse
Thank you
Not working i'm currently on latest official twrp & syberia os 11 . Tried installing both via zip as well as recovery ramdisk , after installing zip & rebooting to recovery old twrp reopens & after installing img does not boot to recovery mode stuck in bootloader warning
JUMANZI said:
Not working i'm currently on latest official twrp & syberia os 11 . Tried installing both via zip as well as recovery ramdisk , after installing zip & rebooting to recovery old twrp reopens & after installing img does not boot to recovery mode stuck in bootloader warning
Click to expand...
Click to collapse
I have the same problem. It installed just fine and then I booted to system and while attempting to reboot to recovery or system, it gets stuck in bootloader warning screen.
EDIT : It works when I change slots from fastboot but only momentarily. I still can not reboot to recovery from system. I'm using EvoX.
JUMANZI said:
Not working i'm currently on latest official twrp & syberia os 11 . Tried installing both via zip as well as recovery ramdisk , after installing zip & rebooting to recovery old twrp reopens & after installing img does not boot to recovery mode stuck in bootloader warning
Click to expand...
Click to collapse
thesumanthapa said:
I have the same problem. It installed just fine and then I booted to system and while attempting to reboot to recovery or system, it gets stuck in bootloader warning screen.
EDIT : It works when I change slots from fastboot but only momentarily. I still can not reboot to recovery from system. I'm using EvoX.
Click to expand...
Click to collapse
Issue is occurring on twrp
boot to shrp via img then flash shrp zip
thesumanthapa said:
I have the same problem. It installed just fine and then I booted to system and while attempting to reboot to recovery or system, it gets stuck in bootloader warning screen.
EDIT : It works when I change slots from fastboot but only momentarily. I still can not reboot to recovery from system. I'm using EvoX.
Click to expand...
Click to collapse
The same as you,I also boot to shrp via img then flash shrp zip ,after that i reboot to recovery, it gets stuck in bootloader with a warning screen
JinYaoYu said:
The same as you,I also boot to shrp via img then flash shrp zip ,after that i reboot to recovery, it gets stuck in bootloader with a warning screen
Click to expand...
Click to collapse
Facing issue on which rom? because me tested on oos working fine
But rom with prebuilt twrp facing this issue
Siddk said:
Facing issue on which rom? because me tested on oos working fine
But rom with prebuilt twrp facing this issue
Click to expand...
Click to collapse
Facing issues on H2OS ,Android 10
tried every method doesn't work
crashdump mode trying to boot from image via fastboot. Using Siberia 12. Recovey wont boot if installed via zip
Both of your recoveries caused my 6t to freak out. Boot image in slow motion, screen went nuts. Is the installer dynamic in the way it recognizes which device you're using because I thought you couldn't use the same recovery for the 6 and 6t on a12 because of encryption issues. I think the only reason my device even booted is because if on F2FS unencrypted
And with SHRP I thought you had to flash the img and then the zip? That's my experience in the past with other devices, but perhaps the 6t is different?

[RECOVERY] [taimen] Sky Hawk Recovery Project v3.1 [04-11-2021]

{
"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.
*/
SHRP is inspired by Material design 2 to bring the newest design to the native TWRP. SHRP provides much more along side of it's rich UI experience. New dashboard makes it very easy to interact with TWRP. SHRP got some cool features like Whole new theming section ,Flash Magisk (root or unroot), Camera2api enabler Directly from dashboard, Password protection etc. It's all started , lot more to come.
- Themes
- Status bar customization
- New rounded icons added on dashboard
- Notch mode with toggle to disable
- Dark mode or pure white, it's on you
- Navigation bar customization
- Settings + Advanced Settings
- Flash Magisk
- Clear fingerprints
- Recovery Locking , Pin or Pattern lock
- Hal3 / CameraAPI2 enabling/disabling
- Oreo+ Reboot menu style
- Redesigned lock screen interface
- Flashlight
- Magisk manager - Enable, disable or delete magisk modules right from SHRP
- Text Editor
- Custom Themes
- Theme, Lock, Addon survival
- Some OTA functionalities
- SHRP Injection (A/B)
- Magisk injection
- Auto decrypt
- and many more, flash right now to find out
1. Restart the phone to Bootloader
2. Enter Temporary Recovery
fastboot boot SHRP_Recovery_v3.0_taimen.img
3. Data decryption (the password is the phone lock screen password)
4. Click Install and flash into SHRP-Install_v3.0_taimen.zip
5. Unzip SHRP-Resource_v3.0_taimen.zip to the root directory of the phone's built-in storage (/sdcard/)
6. Installation is complete
You tell...
DOWNLOAD NOW
Github
Website
ScreenShots
Telegram Group
EpicX
DNI9
Giovix92
TeamWin
osmOsis
VR25
Topjohnwu
Mauronofrio
DarthJabba9
steadfasterX
GeopJr
oddlyspaced
Corsicanu
Zackptg5
Jcadduono
Henloboi
TechyMinati
Special Thanks
Pritish
Kirill
Burak D.
ZJRDroid
LayeardDevMod
Olek & Oliwier
LeChenOS
TipzTeam
And all the developers whoever contributed to TWRP & SHRP
Please inform if we forgot to mention your name here , thanks !
​
Maintainer: ReallySnow
Based On: TWRP
First Build Date: 01/22/2021
Last Build Date: 04/11/2021
TWRP Version: 3.5.1
Device Tree: https://github.com/ReallySnow/twrp_device_google_taimen, https://github.com/ReallySnow/twrp_device_google_wahoo
Screenshot

			
				
irmas5 said:
Hi. Like i understand here are recoverrry for taimen?
Click to expand...
Click to collapse
Yes
Can't see any files in Google-Drive download link
palimatix said:
Can't see any files in Google-Drive download link
Click to expand...
Click to collapse
There is a problem, re-upload later
I have to question the point of this given we can only fastboot to recovery on Android 11....
Ok....just flashed it....decryption goes through fine and so does flashing.... kudos to the Dev team!
amandeepparmar said:
Ok....just flashed it....decryption goes through fine and so does flashing.... kudos to the Dev team!
Click to expand...
Click to collapse
What about SHRP-Install_v3.0_taimen.zip, do you flash on twrp especially on android 11?
a_khusairi said:
What about SHRP-Install_v3.0_taimen.zip, do you flash on twrp especially on android 11?
Click to expand...
Click to collapse
Yes. Recovery zip works and sticks on beautifully! You may flash it after you have booted from img file.
amandeepparmar said:
Yes. Recovery zip works and sticks on beautifully! You may flash it after you have booted from img file.
Click to expand...
Click to collapse
yes, it works fine on android 11, thank you @ReallySnow
amandeepparmar said:
Yes. Recovery zip works and sticks on beautifully! You may flash it after you have booted from img file.
Click to expand...
Click to collapse
Hello. And together with magisk?
pablo9023 said:
Hello. And together with magisk?
Click to expand...
Click to collapse
Yes, I'm on Dec stock rom with latest canary build + universal fix 1.1.1 flashed via SHRP, SafetyNet passes.
I get an error 1 failed to install magisk. i followed the instructions but no luck, can someone help? i'm gonna try old way by patching boot image in magisk manager but i really like this recovery so any help i would appreciate
mount -W /system_root process ended with error 1
Hello, can you also make a build for walleye?
ReallySnow said:
Yes
Click to expand...
Click to collapse
Hi. Backup and restore works on this recovery?
Dear OP, I'm so happy seeing new custom recovery for our devices! Please consider releasing a version for walleye. Our version of TWRP is much more outdated than taimen's TWRP.
Greetings!
New to rooting and installing recoveries and ROMs on this phone but any suggestions for running into mounting errors with this? Loving it otherwise but limited on functionality thus far.
Tried it:
Temp booted to it
Couldnt copy zips to flash internal storage via MTP...nope
abd pushed the installer.zip to tmp
Flashed it from there
adb pushed resources folder
Bootloop
At that point i again asked myself "whats the point?"
Back to temp booting TWRP which works 100%
Booted, flashed, unzipped and copied to root directory! Works incredibly well and intuitively.
Would you please elaborate on using the resources when in SHAP Recovery?
Also, can you elaborate on MTP issues. What should we look out for? Can I just boot TWRP if have an MTP issue?
Thanks. This is AWESOME

[ROM] [Android 12] [taimen] ArrowOS 12.0 | OFFICIAL

{
"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"
}
ArrowOS​
Code:
/*
* 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.
* It is your fault because you chose to do all the modifications on your device.
* Remember projects like these and the work done on them is a hobby to the
* contributors and the team members, no one is working for you nor is getting paid for it
* have some respect for the work done by them since it is done purely on interest or a hobby
*/
ABOUT
ArrowOS is an Android Open Source Project based Android mobile operating system started with the aim of keeping things simple, clean and neat.
Website: https://arrowos.net
Telegram: Channel | TG Portal/Links
Github: https://github.com/ArrowOS
Code Review: review.arrowos.net
E-mail: arrowos.contact
PayPal: Donate to us
Blog: blog.arrowos.net
Checkout more documentation at (maintainership/contributing): Check this out
WHAT WORKS?
Almost everything
WHAT DOESN'T WORK?
You tell me
Be sure to include a log : check how to
DOWNLOADS
Click here to Download
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
GPL compliance:
ROM Source- https://github.com/ArrowOS
Kernel Source- https://github.com/ArrowOS-Devices/android_kernel_google_wahoo
Having used it for couple of days now, it is a really stable ROM with almost everything working well. Great job on this.
What about walleye?
@ coolsid8
I realy would like to confirm that!
A very stable, smooth, snappy and fluid ROM!
Great work an BIG Thanks to ReallySnow!!
If you would like to have root access and no encryption, you can go the way I take:
- reboot > bootloader
- boot to TWRP
- wipe cache/system/data
- flash Arrow-v12.0-taimen-....zip
- reboot to bootloader
- change active slot! (because it´s a sideload to the inactiv slot)
- boot to TWRP again
- flash magisk
- flash Disable_Dm-Verity_ForceEncrypt_11.02.2020.zip
- format data !
- now reboot to system ... and setup your new fresh android 12 system!
Together with the Magisk module Pixifier_v4 you have a nice connection to the Pixel 6
SElinux is permissive or enforcing? Google Pay works with NFC?
Please give me a link to the Magisk module Pixifier_v4
Shell66666 said:
Please give me a link to the Magisk module Pixifier_v4
Click to expand...
Click to collapse
I got it from the telegramm-channel "ReallySnow ROM Discussion"
Telegram: Contact @ReallySnow_ENChat
t.me
MartinN6 said:
@ coolsid8
I realy would like to confirm that!
A very stable, smooth, snappy and fluid ROM!
Great work an BIG Thanks to ReallySnow!!
If you would like to have root access and no encryption, you can go the way I take:
- reboot > bootloader
- boot to TWRP
- wipe cache/system/data
- flash Arrow-v12.0-taimen-....zip
- reboot to bootloader
- change active slot! (because it´s a sideload to the inactiv slot)
- boot to TWRP again
- flash magisk
- flash Disable_Dm-Verity_ForceEncrypt_11.02.2020.zip
- format data !
- now reboot to system ... and setup your new fresh android 12 system!
Together with the Magisk module Pixifier_v4 you have a nice connection to the Pixel 6
Click to expand...
Click to collapse
Is flashing disable dm Verity.zip important ?
Kakashi04 said:
Is flashing disable dm Verity.zip important ?
Click to expand...
Click to collapse
No! It is there to prevent encryption.
So if you boot to TWRP again, you can "see" the folder from internal storage. But it is less save.
IS there support for volte?
MartinN6 said:
@ coolsid8
I realy would like to confirm that!
A very stable, smooth, snappy and fluid ROM!
Great work an BIG Thanks to ReallySnow!!
If you would like to have root access and no encryption, you can go the way I take:
- reboot > bootloader
- boot to TWRP
- wipe cache/system/data
- flash Arrow-v12.0-taimen-....zip
- reboot to bootloader
- change active slot! (because it´s a sideload to the inactiv slot)
- boot to TWRP again
- flash magisk
- flash Disable_Dm-Verity_ForceEncrypt_11.02.2020.zip
- format data !
- now reboot to system ... and setup your new fresh android 12 system!
Together with the Magisk module Pixifier_v4 you have a nice connection to the Pixel 6
Click to expand...
Click to collapse
you might like to revise the lines:
- reboot to bootloader
- change active slot! (because it´s a sideload to the inactiv slot)
to just
- reboot to bootloader
as someone might think they have to manually switch active slots, when merely rebooting to bootloader after flash does this for you - i think this is what you mean, but it may confuse people the way it is written
and also
- format data !
might better be changed to
- do a factory reset (simply swipe on Wipe screen in TWRP)
you do not need to format data
a factory reset after any ROM install is a good idea...unless dirty flashing of course!
also worth mentioning if you sideload (adb sideload Disable_Dm-Verity_ForceEncrypt_11.02.2020.zip) Disable_Dm-Verity_ForceEncrypt_11.02.2020.zip wont be able to read the zip filename to automatically set options, you'll need to use the volume keys to enable/disable features...safe to disable all options
Incredible work. Everything works perfectly, even safetynet, nfc. Thank you very much for this work.
Thanks again dev.
Is volte module working?
Arnab Pal said:
Is volte module working?
Click to expand...
Click to collapse
yup
MridulDR said:
yup
Click to expand...
Click to collapse
Really? Like we can make calls?
Y'all add lockscreen album art in it like as pixel dust 11
My Pixel 2 XL crashes when Auto-Rotate Orientation is enabled... Any advises on this?
- Missing VPN features as well...
Extremely fluid and snappy ROM. Finally got to experience Android 12! Haven't faced any issues so far (it's only been a day). I shall daily the ROM and list down issues, if I run into any.
For flashing, make sure to follow these instructions by @MartinN6, and these additional instructions by @73sydney
To get banking apps to work, make sure to flash Magisk, install Riru module and then flash Universal Safety Net Fix V2.1.2 using Magisk. Banking apps that I use seems to be working fine (mostly gpay).
infotechjrf said:
My Pixel 2 XL crashes when Auto-Rotate Orientation is enabled... Any advises on this?
- Missing VPN features as well...
Click to expand...
Click to collapse
It works without problems
Are there any alternatives to sourceforge?
I downloaded this ROM many times with browser, wget, curl and always stuck at 99% then fails!!
Edit: nvm I used (wget -c) to continue downloading.

Development [RECOVERY][Unofficial][lisa] Sky Hawk Recovery Project 3.1[SHRP]

{
"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.
*/
SHRP is inspired by Material design 2 to bring the newest design to the native TWRP. SHRP provides much more along side of it's rich UI experience. New dashboard makes it very easy to interact with TWRP. SHRP got some cool features like Whole new theming section ,Flash Magisk (root or unroot), Camera2api enabler Directly from dashboard, Password protection etc. It's all started , lot more to come.
- Themes
- Status bar customization
- New rounded icons added on dashboard
- Notch mode with toggle to disable
- Dark mode or pure white, it's on you
- Navigation bar customization
- Settings + Advanced Settings
- Flash Magisk
- Clear fingerprints
- Hal3 / CameraAPI2 enabling/disabling
- Oreo+ Reboot menu style
- Redesigned lock screen interface
- Flashlight
- Magisk manager - Enable, disable or delete magisk modules right from SHRP
- Text Editor
- Custom Themes
- Theme, Lock, Addon survival
- Some OTA functionalities
- SHRP Injection (A/B)
- Magisk injection
- Auto decrypt
- and many more, flash right now to find out
1. Make sure you have a custom recovery installed
2. Download the latest SHRP recovery for your device
3. Boot into recovery
4. Flash shrp bootimage (extract from the zip)
5. Reboot to recovery.
6. Done
OR
1. fastboot boot boot.img
2. select the boot.img and flash it in recovery ramdisk
Themes
Rest you tell..
Check Attachment
Github
Website
ScreenShots
Telegram Group
Telegram Device Group
EpicX
DNI9
Giovix92
TeamWin
osmOsis
VR25
Topjohnwu
Mauronofrio
DarthJabba9
steadfasterX
GeopJr
oddlyspaced
Corsicanu
Zackptg5
Jcadduono
Henloboi
TechyMinati
Special Thanks
Pritish
Kirill
Burak D.
ZJRDroid
LayeardDevMod
Olek & Oliwier
LeChenOS
TipzTeam
And all the developers whoever contributed to TWRP & SHRP
Please inform if we forgot to mention your name here , thanks !
​Maintainer: @HimanshuRaj
TWRP Version: 3.5.1_11-0
Device Tree: https://github.com/hraj9258/android_device_xiaomi_lisa
Credit: Adithya for device tree
Awesome, thanks! Unfortunately, there is no attachment.
eplin said:
Awesome, thanks! Unfortunately, there is no attachment.
Click to expand...
Click to collapse
now it is their
Sorry, I'm just curious - all these custom recoveries for Lisa are ported fro TWRP 3.5, not the latest TWRP branch 3.6 (I know, there is no official TWRP for Lisa yet)?
Also, does this SHRP for Lisa supports encryption on Internal memory for the stock MIUI 125, A11?
And the last question please (this is my first A/B phone):
To which partition would zip install SHRP?
I e., I installed Magisk by flashing the Magisk patched boot.img to boot (currently, system is on B) - would my Magisk be preserved upon installing the SHRP?
Thanks
zgfg said:
Sorry, I'm just curious - all these custom recoveries for Lisa are ported fro TWRP 3.5, not the latest TWRP branch 3.6 (I know, there is no official TWRP for Lisa yet)?
Also, does this SHRP for Lisa supports encryption on Internal memory for the stock MIUI 125, A11?
And the last question please (this is my first A/B phone):
To which partition would zip install SHRP?
I e., I installed Magisk by flashing the Magisk patched boot.img to boot (currently, system is on B) - would my Magisk be preserved upon installing the SHRP?
Thanks
Click to expand...
Click to collapse
1. They arent ported, insted they are based on that, as the team is busy these days, so they arent able merge the upstream changes,
2. yes, it can decrypt the miui 12.5(a11), and I hope It can decrypt aosp ROMs too
3. well, i cant say much when it come to a/b or va/b devices, i don't have any experience with it
all i can say is:
- Extract the boot.img from the attached zip
- use fastboot to boot it, i.e. fastboot boot boot.img
- then navigate to the shrp-boot.img and flash that to recovery ramdisk
Thank you very much!
I have tested all four custom recoveries so far available for Lisa, here on XDA
Your SHRP is the only one that successfully decrypts and uses Internal storage - screenshot attached
(Screenshots from SHRP were also saved to /Pictures/Screenshots on the Internal storage)
zgfg said:
Thank you very much!
I have tested all four custom recoveries so far available for Lisa, here on XDA
Your SHRP is the only one that successfully decrypts and uses Internal storage - screenshot attached
(Screenshots from SHRP were also saved to /Pictures/Screenshots on the Internal storage)
Click to expand...
Click to collapse
I'm unable to mount USB storage or decrypt internal storage using the device password, its showing 0MB for me, completely black, I just switched to pixel os, using LOS recovery, and I want to shift to SHRP, any help will be greatly appreciated.
Surapathi Kiran said:
I'm unable to mount USB storage or decrypt internal storage using the device password, its showing 0MB for me, completely black, I just switched to pixel os, using LOS recovery, and I want to shift to SHRP, any help will be greatly appreciated.
Click to expand...
Click to collapse
I'm on stock and it works perfectly for me, both with unlock pin and pattern
Cannot advise you about LOS - except that switching the ROM usually (Xiaomi pgones) requires formatting (not just wiping) Data
Updated the recovery build,
- fixed the USB OTG mount
HimanshuRaj said:
Updated the recovery build,
- fixed the USB OTG mount
Click to expand...
Click to collapse
Did you maybe fix support for EXTERNAL SD card - it doesn't see anything from the SD card (to the other side it works perfectly with Internal memory)
I didn't test yet OTG - will try with the new buid
zgfg said:
Did you maybe fix support for EXTERNAL SD card - it doesn't see anything from the SD card (to the other side it works perfectly with Internal memory)
I didn't test yet OTG - will try with the new buid
Click to expand...
Click to collapse
both external sdcard and USB OTG should be working fine in this new build
HimanshuRaj said:
both external sdcard and USB OTG should be working fine in this new build
Click to expand...
Click to collapse
Attachment in the OP post #1 is still the old one - could you please update/attach
I tried to follow your GitHub link from OP post #1 but there is no Release there to download the img
PS: Seems I found on your TG channel
HimanshuRaj said:
both external sdcard and USB OTG should be working fine in this new build
Click to expand...
Click to collapse
Just downloaded from TG, please check my TG and Checksum screenshots did I download the correct boot.img?
I have both external SD card and USB OTG stick.
Screenshots show how MiXPlorer correctly reads both
I successfully mounted USB OTG stick and SHRP correctly reads it's filesystem
But I cannot Mount external_sd in SHRP, nor I could select it for the active storage.
Files in SHRP show empty external_sd - screenshots from SHRP are also attached
Am I doing something wrong, or could I provide you some log files for debugging (for the SD card)?
Thanks
phone stuck on fastboot after installing shrp, any help
Phil_z3phyr said:
phone stuck on fastboot after installing shrp, any help
Click to expand...
Click to collapse
please read the instructions carefully
Is the OP attachment updated with latest SHRP ? as the last update was on 5 feb while OP last edit is at end of Jan
shouk_1987 said:
Is the OP attachment updated with latest SHRP ? as the last update was on 5 feb while OP last edit is at end of Jan
Click to expand...
Click to collapse
Last time I downloaded the latest version (fix for OTG) from TG
zgfg said:
Attachment in the OP post #1 is still the old one - could you please update/attach
I tried to follow your GitHub link from OP post #1 but there is no Release there to download the img
PS: Seems I found on your TG channel
Click to expand...
Click to collapse
What is the TG channel name ?
shouk_1987 said:
What is the TG channel name ?
Click to expand...
Click to collapse
It was in the OP, seems you found (posted to TG)
brief question for expert members.
I tried to download directly from shrp site. In soundforge no directory of our lisa device. in devices list , no link to mi 11 lite 5g ne. the https://github.com/hraj9258/android_device_xiaomi_lisa has no img file. Where i find the last updated and official img file?

Categories

Resources