Skip to content

Instantly share code, notes, and snippets.

View ANDROID2468's full-sized avatar
๐Ÿ˜

ANDROID2468 ANDROID2468

๐Ÿ˜
  • Tennessee, UnitedStates
View GitHub Profile
@ANDROID2468
ANDROID2468 / rooting umidigi a7 pro (magisk)
Last active March 25, 2025 19:19
rooting the umidigi a7 pro (magisk)
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.
# 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
@ANDROID2468
ANDROID2468 / CamLog(eng build)
Created April 20, 2020 18:59
CamLog(eng build) vs986 POSP
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
@ANDROID2468
ANDROID2468 / flutter fix
Last active April 20, 2020 04:27
fix for PotatoCenter:compileFlutterBuildRelease FAILED error when building POSP (baked-release)
## 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.
*********************************************************