Skip to content

Instantly share code, notes, and snippets.

View Vgdn1942's full-sized avatar

Василий Ковалёв Vgdn1942

View GitHub Profile
@Vgdn1942
Vgdn1942 / AdbCommands
Created October 30, 2024 10:47 — forked from Pulimet/AdbCommands
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.
2023-03-10 11:35:34.895 8653-8813 TRANSPORT ru.evotor.external.integrations D HTTP request found
2023-03-10 11:35:34.897 8653-8813 TRANSPORT ru.evotor.external.integrations D COMMAND = [CommandRegistration input=[STRING], output=[STRING]] (12)
2023-03-10 11:35:34.898 8653-8813 System.out ru.evotor.external.integrations I read {
2023-03-10 11:35:34.898 8653-8813 System.out ru.evotor.external.integrations I "agentCode": [
2023-03-10 11:35:34.899 8653-8813 System.out ru.evotor.external.integrations I "bankPayingAgent",
2023-03-10 11:35:34.899 8653-8813 System.out ru.evotor.external.integrations I "payingAgent"
2023-03-10 11:35:34.899 8653-8813 System.out ru.evotor.external.integrations I ],
2023-03-10 11:35:34.899 8653-8813 System.out ru.evotor.external.integrations I "cashier": {
2023-03-10 11:35:34.899 8653-8813 S
---------------------------- PROCESS STARTED (6522) for package ru.evotor.external.integrations ----------------------------
--------- beginning of system
2023-03-01 08:44:38.833 2379-2446 ActivityThread ru.evotor.external.integrations E Failed to find provider info for com.google.android.gms.chimera
2023-03-01 08:45:39.781 572-572 NotificationService system_process E Muting recently noisy 0|ru.evotor.external.integrations|5235|null|10078
2023-03-01 08:45:39.824 572-572 NotificationService system_process E Muting recently noisy 0|ru.evotor.external.integrations|5235|null|10078
2023-03-01 08:46:04.651 572-693 ActivityManager system_process E ANR in ru.evotor.drivers.kkm
PID: 3598
Reason: executing serv
@Vgdn1942
Vgdn1942 / log.log
Last active February 3, 2023 13:25
log
2023-02-03 16:24:17.909 2402-3958 TRANSPORT ru.evotor.external.integrations D connected
2023-02-03 16:24:17.910 2402-3958 TRANSPORT ru.evotor.external.integrations D check handler HttpHandler
2023-02-03 16:24:17.911 2402-3958 TRANSPORT ru.evotor.external.integrations D handler HttpHandler is found!
2023-02-03 16:24:17.911 2402-3958 TRANSPORT ru.evotor.external.integrations D HTTP request found
2023-02-03 16:24:17.922 2402-3958 TRANSPORT ru.evotor.external.integrations D COMMAND = [CommandVerifyMarkingCode input=[STRING], output=[STRING]] (15)
2023-02-03 16:24:17.923 2402-3958 System.out ru.evotor.external.integrations I read {
2023-02-03 16:24:17.923 2402-3958 System.out ru.evotor.external.integrations I "datamark": "MDE0NDk0NTUwNDM1MzA2ODIxUVhZWFNBTEdMTVlRUR05MUVFMDYdOTJZV0NYYm1LNlNOOHZ2d294WkZrN1dBWThXb0pOTUdHcjZDZ3RpdWphMDRjPQ==",
2023-02-03 16:24:17.92
vgdn1942@Asus_X513_EAN MINGW64 ~/Android/Projects/integration1c33 (develop_test_json)
$ git diff
diff --git a/app/src/main/java/ru/evotor/external/integrations/MainActivity.kt b/app/src/main/java/ru/evotor/external/integrations/MainActivity.kt
index 9b9d611..c467a9f 100644
--- a/app/src/main/java/ru/evotor/external/integrations/MainActivity.kt
+++ b/app/src/main/java/ru/evotor/external/integrations/MainActivity.kt
@@ -158,6 +158,9 @@ class MainActivity : Activity() {
)
}
D/TRANSPORT: HTTP request found
D/TRANSPORT: COMMAND = [CommandRegistration input=[STRING], output=[STRING]] (12)
I/System.out: read {
I/System.out: "agentCode": [
I/System.out: "bankPayingAgent"
I/System.out: ],
I/System.out: "automaticNumber": "12136556",
I/System.out: "cashier": {
I/System.out: "inn": "12345678",
I/System.out: "name": "Asdf"
@Vgdn1942
Vgdn1942 / logcat.log
Created June 27, 2022 14:51
IMX Bluetooth Fail
06-27 17:28:35.964 638 638 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
06-27 17:29:00.002 638 638 D KeyguardClockSwitch: Updating clock: 17:29
06-27 17:29:03.157 0 0 W healthd : battery l=85 v=3 t=35.0 h=2 st=2 c=400 fc=4000000 cc=32 chg=a
06-27 17:29:04.136 618 713 E bt_hci : command_timed_out
06-27 17:29:04.136 618 713 E bt_hci : command_timed_out_log_info: 1 commands pending response
06-27 17:29:04.136 618 713 E bt_hci : command_timed_out_log_info: Waited 2000 ms for a response to opcode: 0x803 *matches timer*
06-27 17:29:04.136 618 713 E bt_hci : command_timed_out_log_info: Size 13 Hex 03 08 0a 01
06-27 17:29:04.136 618 713 I bt_hci_timeout: 2051
06-27 17:29:04.136 618 713 E bt_hci : command_timed_out: requesting a firmware dump.
06-27 17:29:04.141 618 713 E bt_hci : command_timed_out: Setting a timer to restart.
@Vgdn1942
Vgdn1942 / WIFI_MAC.c
Last active June 22, 2022 12:27
WIFI_MAC
// 1. Измените строку в файле /vendor/mediatek/proprietary/custom/$project/cgen/inc
/* WIFI file version */
#define AP_CFG_RDEB_FILE_WIFI_LID_VERNO "000"
//На
/* WIFI file version */
#define AP_CFG_RDEB_FILE_WIFI_LID_VERNO "001"
05-16 23:30:21.889 289 471 I FslCameraHAL: trigger: 0 afMode 4 afTriggerId 1
05-16 23:30:21.889 289 471 I FslCameraHAL: ANDROID_CONTROL_AF_TRIGGER_IDLE: 0
05-16 23:30:21.889 289 471 I FslCameraHAL: ANDROID_CONTROL_AF_TRIGGER_IDLE 3: 0
05-16 23:30:21.922 289 471 I FslCameraHAL: trigger: 0 afMode 4 afTriggerId 1
05-16 23:30:21.922 289 471 I FslCameraHAL: ANDROID_CONTROL_AF_TRIGGER_IDLE: 0
05-16 23:30:21.922 289 471 I FslCameraHAL: ANDROID_CONTROL_AF_TRIGGER_IDLE 3: 0
05-16 23:30:21.955 289 471 I FslCameraHAL: trigger: 0 afMode 4 afTriggerId 1
05-16 23:30:21.955 289 471 I FslCameraHAL: ANDROID_CONTROL_AF_TRIGGER_IDLE: 0
05-16 23:30:21.955 289 471 I FslCameraHAL: ANDROID_CONTROL_AF_TRIGGER_IDLE 3: 0
05-16 23:30:21.989 289 471 I FslCameraHAL: trigger: 0 afMode 4 afTriggerId 1
@Vgdn1942
Vgdn1942 / fixdd
Created April 28, 2022 10:03 — forked from mmtrt/fixdd
[ROOT] [Termux] [Script] [Fix] [begonia] DriveDroid on Android 9+
#!/data/data/com.termux/files/usr/bin/bash
setprop sys.usb.config cdrom
setprop sys.usb.configfs 1
getprop sys.usb.config >/config/usb_gadget/g1/configs/b.1/strings/0x409/configuration
rm /config/usb_gadget/g1/configs/b.1/f* &>/dev/null