Skip to content

Commit 4d4f46d

Browse files
committed
custom device profile
1 parent 521630c commit 4d4f46d

7 files changed

Lines changed: 127 additions & 379 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,8 @@ dependencies {
4444
compileOnly 'de.robv.android.xposed:api:82'
4545
implementation 'androidx.appcompat:appcompat:1.6.1'
4646
implementation 'com.google.android.material:material:1.9.0'
47+
implementation 'org.json:json:20210307'
48+
implementation 'com.github.topjohnwu.libsu:core:6.0.0'
49+
implementation 'com.github.topjohnwu.libsu:io:6.0.0'
50+
implementation 'com.github.topjohnwu.libsu:service:6.0.0'
4751
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"manufacturer": "blackshark",
3+
"brand": "blackshark",
4+
"product": "KTUS-A0",
5+
"device": "KTUS-A0",
6+
"model": "Shark KTUS-A0",
7+
"hardware": "qcom",
8+
"board": null,
9+
"bootloader": null,
10+
"refreshRate": "120",
11+
"username": null,
12+
"hostname": null,
13+
"fingerprint": "blackshark/KTUS-A0/KTUS-A0:13/TQ3A.230705.001/230705:user/release-keys"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"manufacturer": "realme",
3+
"brand": "realme",
4+
"product": "RMX3800",
5+
"device": "RE5C4FL1",
6+
"model": "RMX3800",
7+
"hardware": "qcom",
8+
"board": null,
9+
"bootloader": null,
10+
"refreshRate": "120",
11+
"username": null,
12+
"hostname": null,
13+
"fingerprint": "realme/RMX3800/RE5C4FL1:13/TQ3A.230705.001/230705:user/release-keys"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"manufacturer": "asus",
3+
"brand": "asus",
4+
"product": "WW_AI2401",
5+
"device": "AI2401",
6+
"model": "ASUS_AI2401",
7+
"hardware": "qcom",
8+
"board": null,
9+
"bootloader": null,
10+
"refreshRate": "165",
11+
"username": null,
12+
"hostname": null,
13+
"fingerprint": "asus/WW_AI2401/AI2401:13/TQ3A.230705.001/230705:user/release-keys"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"manufacturer": "samsung",
3+
"brand": "samsung",
4+
"product": "e3qxeea",
5+
"device": "SM-S928B",
6+
"model": "SM-S928B",
7+
"hardware": "qcom",
8+
"board": null,
9+
"bootloader": null,
10+
"refreshRate": "120",
11+
"username": null,
12+
"hostname": null,
13+
"fingerprint": "samsung/e3qxeea/SM-S928B:13/TQ3A.230705.001/230705:user/release-keys"
14+
}

0 commit comments

Comments
 (0)