This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This guide is for advince users only! better guide comming soon on XDA (I have test this on my own umidigi a7 pro ) | |
In order to root your umidigi a7 pro you need to: | |
1) download device FW --> https://community.umidigi.com/forum.php?mod=forumdisplay&fid=235 (DO NOT download the EEA verison if you are not in Europe!) | |
2) download sp flash tool in case you brick you phone. --> https://spflashtool.com/ | |
3) unlock your bootloader --> https://www.getdroidtips.com/unlock-bootloader-umidigi-a5-pro-2/ | |
2) flash this vbmeta.img file with fastboot in bootloader mode. --> https://mega.nz/file/dnAS3AhD#g5PnSg-0UKFvyhZSZ8Em6gKO2Do7avaUepPmsH75-Bg |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title: StevenBlack/hosts | |
# | |
# This hosts file is a merged collection of hosts from reputable sources, | |
# with a dash of crowd sourcing via GitHub | |
# | |
# Date: 15 May 2020 23:48:20 (UTC) | |
# Number of unique domains: 57,739 | |
# | |
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
er.clipboard.ClipboardService | |
04-19 18:58:46.764 5380 5380 D SystemServerTiming: StartClipboardService took to complete: 8ms | |
04-19 18:58:46.765 5380 5380 I SystemServer: StartNetworkManagementService | |
04-19 18:58:46.781 5380 5960 I NetworkManagement: onDaemonConnected() | |
04-19 18:58:46.785 5380 5380 D SystemServerTiming: StartNetworkManagementService took to complete: 20ms | |
04-19 18:58:46.786 5380 5380 I SystemServer: StartIpSecService | |
04-19 18:58:46.793 5380 5380 D SystemServerTiming: StartIpSecService took to complete: 7ms | |
04-19 18:58:46.794 5380 5380 I SystemServer: StartTextServicesManager | |
04-19 18:58:46.794 5380 5380 I SystemServiceManager: Starting com.android.server.TextServicesManagerService$Lifecycle | |
04-19 18:58:46.800 5380 5380 D SystemServerTiming: StartTextServicesManager took to complete: 7ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## fix for PotatoCenter:compileFlutterBuildRelease FAILED error when building POSP (baked-release) | |
# The error | |
``` | |
> Task :PotatoCenter:compileFlutterBuildRelease FAILED | |
********************************************************* | |
WARNING: This version of shared_preferences will break your Android build if it or its dependencies aren't compatible with AndroidX. | |
See https://goo.gl/CP92wY for more information on the problem and how to fix it. | |
This warning prints for all Android build failures. The real root cause of the error may be unrelated. | |
********************************************************* |