File tree 1 file changed +44
-0
lines changed
1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1
1
# config-scripts
2
+ cosmog configuration scripts
3
+
4
+ 1 . ** redroid_init.sh**
5
+ - TBD
6
+ - Requirements:
7
+ -TBD
8
+
9
+
10
+ 2 . ** redroid_host.sh**
11
+ - This script should be run on your redroid host
12
+ - Requirements:
13
+ - redroid_setup.sh
14
+ - vm.txt
15
+ - ip per line:
16
+ - localhost:5555, localhost:5556, localhost:5557, etc
17
+ -redroid containers should already be running before you start
18
+
19
+ 3 . ** redroid_device.sh**
20
+ - This script is required by redroid_host.sh
21
+ - This performs all of the necessary steps inside of redroid itself
22
+ - Including setting up magisk and all necessary features
23
+
24
+ 4 . ** atv_host.sh**
25
+ - This script must be run on a host on the same network as your android device(s)
26
+ - Requirements:
27
+ - atv_device.sh
28
+ - warning.xml (disables opengl warning on opengl devices < 3)
29
+ - devices.txt
30
+ - ip per line:
31
+ - 192.168.1.1, 192.168.1.2, etc
32
+
33
+ 5 . ** atv_device.sh**
34
+ - This script is required by atv_host.sh
35
+ - This performs all of the necessary steps inside of android itself
36
+ - Including setting up magisk features
37
+
38
+ 6 . ** nmap_adb.sh**
39
+ - This script performs a network search for port 5555
40
+ - It will output the results into devices.txt
41
+ - You can also have it auto generate all IPs specified by a range
42
+ - Argument options:
43
+ - ./nmap_adb.sh 192.168.1.0/24
44
+ - ./nmap_adb.sh 172.16.0.0/24 10.0.1.0/16
45
+ - ./nmap_adb.sh 192.169.1.0-50 (generator)
You can’t perform that action at this time.
0 commit comments