Log-Catcher-adb-v5.zip
2.7 MB
ADB 抓取日志小工具
1、USB调试怎么开自己搜索,如果卡在
2、在能开机的时候运行 su.bat 确保授权(注意手机上的权限申请弹窗,对于KernelSU请到管理器为Shell授权)
返回OK就是成功了
3、在开机第一屏出现厂商 logo 时运行 logcat.bat
两个窗口会出现
一个抓取系统日志,另一个是内核日志
4、复现问题并获取到log后,可以直接拔数据线,中止抓取日志,然后打包 log 文件夹上传
-----
1. Make sure the ADB driver is installed and USB debug mode is turned on
The answer to how to use ADB can be found on Google.
2. run su.bat when you can normally boot into the system to ensure that the authorization is successful (Watch for the permission request pop-up on your phone screen, for KernelSU please grant root to shell using manager.)
When it says OK is successful.
3. Run logcat.bat when the manufacturer logo appears on the first screen
Two windows will appear.
Catching system logs. AND Catching kmsg.
4. Please go to the folder named log , package it into an zip archive, then upload.
1、USB调试怎么开自己搜索,如果卡在
wait for device 请检查数据线连接和驱动2、在能开机的时候运行 su.bat 确保授权(注意手机上的权限申请弹窗,对于KernelSU请到管理器为Shell授权)
返回OK就是成功了
3、在开机第一屏出现厂商 logo 时运行 logcat.bat
两个窗口会出现
一个抓取系统日志,另一个是内核日志
4、复现问题并获取到log后,可以直接拔数据线,中止抓取日志,然后打包 log 文件夹上传
-----
1. Make sure the ADB driver is installed and USB debug mode is turned on
The answer to how to use ADB can be found on Google.
2. run su.bat when you can normally boot into the system to ensure that the authorization is successful (Watch for the permission request pop-up on your phone screen, for KernelSU please grant root to shell using manager.)
When it says OK is successful.
3. Run logcat.bat when the manufacturer logo appears on the first screen
Two windows will appear.
Catching system logs. AND Catching kmsg.
4. Please go to the folder named log , package it into an zip archive, then upload.
👍10❤🔥1🥰1
Magisk Modules Disabler-v3(3).zip
3.3 KB
This module allows you to disable the Magisk module if the data partition cannot be decrypted and cannot be restored to normal by entering Safe Mode.
---
## How To Use
Create a file named
If the system is successfully booted and the screen is unlocked properly these two files are automatically deleted to prevent all modules from being disabled each time the system is booted.
Create a file named
Tips: The module id is the name of the module's directory
Example: The module id of Log-Catcher is
---
## How To Use
Create a file named
disable_all_modules in /data/unencrypted or /cache to disable all modules.If the system is successfully booted and the screen is unlocked properly these two files are automatically deleted to prevent all modules from being disabled each time the system is booted.
Create a file named
disable.list in /data/unencrypted or /cache and write module ids (one module per line) in it to disable specific modules.Tips: The module id is the name of the module's directory
Example: The module id of Log-Catcher is
hwr_logcat👍3❤1🔥1
Unlock CN GMS-v3(3).zip
2.7 KB
https://github.com/yujincheng08/unlock-cn-gms/
LoveSy: Add support to Q and R
Howard:
Detect file location directly
Prevent the Play Store from failing to get the list of installed apps
LoveSy: Add support to Q and R
Howard:
Detect file location directly
Prevent the Play Store from failing to get the list of installed apps
👏1
Android_R_blur-enabler.zip
2.1 KB
加判断
之前能用的忽略
之前能用的忽略
Android_R_blur-enabler-rebootUI.zip
2.3 KB
这个版本会重启一次System UI
之前不生效的可以试试
之前不生效的可以试试
Tools
Unlock CN GMS-v5(5).zip
Unlock CN GMS-v6.1(7).zip
3.1 KB
https://github.com/Howard20181/unlock-cn-gms/releases/tag/v6.1
Compatible with KernelSU
Proper use of the REMOVE marker
Compatible with KernelSU
Proper use of the REMOVE marker
👍8
gnsstime-sync_fix-install.zip
6.2 KB
Enable GNSS time detection for Android 12+
为 Android 12 及以上设备启用 GNSS 时间源
Q&A:
Q: Do I need this module?
A: The AOSP default clock source is to prioritize from the NTP server, while the Carrier Network Time is used as a secondary clock source. GNSS is supported as a clock source starting with Android 12, but is not enabled by default.
It is recommended to install this module if you care about time accuracy and your location is not connected to AOSP's default NTP server. AOSP's default NTP server is
Q: How do I verify that the GNSS clock source is enabled?
Check the result of the command
The GNSS time source is enabled if the result is as follows:
GNSS time synchronization history can be viewed from
Q: When gnss time update service suggest a GNSS time?
A: GNSS time will be passively update when another app or service in the system requesting location updates.
Q: How to force update NTP time?
A:
为 Android 12 及以上设备启用 GNSS 时间源
Q&A:
Q: Do I need this module?
A: The AOSP default clock source is to prioritize from the NTP server, while the Carrier Network Time is used as a secondary clock source. GNSS is supported as a clock source starting with Android 12, but is not enabled by default.
It is recommended to install this module if you care about time accuracy and your location is not connected to AOSP's default NTP server. AOSP's default NTP server is
time.android.com, android.com domain is not reachable in some regions (adb shell settings put global ntp_server pool.ntp.org should fix this) and thus cannot synchronize the time. If the NTP time cannot be synchronized and the time cannot be obtained from the carrier's network (For example, using a cell phone without inserting a SIM card), the device's clock will be incorrect.Q: How do I verify that the GNSS clock source is enabled?
Check the result of the command
adb shell cmd time_detector dumpThe GNSS time source is enabled if the result is as follows:
TimeDetectorStrategy:
mCurrentConfigurationInternal=ConfigurationInternal{...mOriginPriorities=[network,telephony,gnss]...}...
.
.
.
Gnss suggestion history:
....
GNSS time synchronization history can be viewed from
Gnss suggestion historyQ: When gnss time update service suggest a GNSS time?
A: GNSS time will be passively update when another app or service in the system requesting location updates.
Q: How to force update NTP time?
A:
adb shell cmd network_time_update_service force_refresh👍1🤯1
Tools
gnsstime-sync_fix-install.zip
gnsstime-sync-v2.zip
6.1 KB
CRC64:
Change GNSS time priority to the first
2641787DC0C0AA02Change GNSS time priority to the first
👍4🤯1
esimsupport.zip
5.9 MB
翻新模块 https://t.iss.one/BDovo_Channel/5316
移植国际版系统的 eSIM 管理到国内版
更新 LPA 到 3.0.0
可能仅支持 HyperOS 2.0,所以仅允许 Android 15 安装(假定有 HyperOS 2.0 且国际版支持 eSIM 的设备已经是 Android 15)
移植国际版系统的 eSIM 管理到国内版
更新 LPA 到 3.0.0
可能仅支持 HyperOS 2.0,所以仅允许 Android 15 安装(假定有 HyperOS 2.0 且国际版支持 eSIM 的设备已经是 Android 15)
👍8
Tools
Log_Catcher-v23.zip
Module updated.
Because of the character limit, many separators have been removed, so while it looks like there are many characters, it's actually less than before. This is because I previously had Telegram Premium, but I don't have it anymore, which reduced the character limit.