Upload folder using huggingface_hub
Browse files- .gitattributes +6 -0
- test_Android1.ini/bootcompleted.ini +0 -0
- test_Android1.ini/cache.img +3 -0
- test_Android1.ini/cache.img.qcow2 +3 -0
- test_Android1.ini/config.ini +30 -0
- test_Android1.ini/data/misc/pstore/pstore.bin +3 -0
- test_Android1.ini/emu-launch-params.txt +13 -0
- test_Android1.ini/emulator-user.ini +6 -0
- test_Android1.ini/encryptionkey.img +3 -0
- test_Android1.ini/encryptionkey.img.qcow2 +0 -0
- test_Android1.ini/hardware-qemu.ini +123 -0
- test_Android1.ini/multiinstance.lock +0 -0
- test_Android1.ini/read-snapshot.txt +0 -0
- test_Android1.ini/snapshots/default_boot/compatible.pb +0 -0
- test_Android1.ini/snapshots/default_boot/hardware.ini +123 -0
- test_Android1.ini/snapshots/default_boot/ram.bin +3 -0
- test_Android1.ini/snapshots/default_boot/screenshot.png +3 -0
- test_Android1.ini/snapshots/default_boot/snapshot.pb +3 -0
- test_Android1.ini/snapshots/default_boot/textures.bin +3 -0
- test_Android1.ini/tmpAdbCmds/adbcommand3a711fe2-c354-477e-a559-3b629e2a6f1a +1 -0
- test_Android1.ini/tmpAdbCmds/adbcommandc122e8f6-928b-442f-8cca-255774c5d7e7 +1 -0
- test_Android1.ini/tmpAdbCmds/adbcommande2d2e71d-29d4-48c8-8f43-b69cf145bb03 +1 -0
- test_Android1.ini/tmpAdbCmds/adbcommanded72e64b-6dc8-45fa-8e76-bef5fba7a022 +1 -0
- test_Android1.ini/userdata-qemu.img +3 -0
- test_Android1.ini/userdata-qemu.img.qcow2 +3 -0
- test_Android1.ini/userdata.img +3 -0
- test_Android1.ini/version_num.cache +1 -0
.gitattributes
CHANGED
@@ -56,3 +56,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
59 |
+
test_Android1.ini/cache.img filter=lfs diff=lfs merge=lfs -text
|
60 |
+
test_Android1.ini/cache.img.qcow2 filter=lfs diff=lfs merge=lfs -text
|
61 |
+
test_Android1.ini/encryptionkey.img filter=lfs diff=lfs merge=lfs -text
|
62 |
+
test_Android1.ini/userdata-qemu.img filter=lfs diff=lfs merge=lfs -text
|
63 |
+
test_Android1.ini/userdata-qemu.img.qcow2 filter=lfs diff=lfs merge=lfs -text
|
64 |
+
test_Android1.ini/userdata.img filter=lfs diff=lfs merge=lfs -text
|
test_Android1.ini/bootcompleted.ini
ADDED
File without changes
|
test_Android1.ini/cache.img
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c39628d11159632d1d5b20a1bde5a0c96cc105ea2b4701dd80985fa6bc34d343
|
3 |
+
size 69206016
|
test_Android1.ini/cache.img.qcow2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45142ddf78fd72845776ff2167207f9d59f05687becd92e7d6bb55df9b09e441
|
3 |
+
size 3670016
|
test_Android1.ini/config.ini
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
PlayStore.enabled = false
|
2 |
+
abi.type = x86_64
|
3 |
+
avd.ini.encoding = UTF-8
|
4 |
+
fastboot.chosenSnapshotFile=
|
5 |
+
fastboot.forceChosenSnapshotBoot=no
|
6 |
+
fastboot.forceColdBoot=no
|
7 |
+
fastboot.forceFastBoot=yes
|
8 |
+
hw.accelerometer=yes
|
9 |
+
hw.arc=false
|
10 |
+
hw.audioInput=yes
|
11 |
+
hw.battery=yes
|
12 |
+
hw.camera.back=virtualscene
|
13 |
+
hw.dPad=no
|
14 |
+
hw.device.hash2=MD5:d37b758e1a2b070e348378c2efde849a
|
15 |
+
hw.device.manufacturer=Generic
|
16 |
+
hw.gps=yes
|
17 |
+
hw.gpu.enabled=yes
|
18 |
+
hw.gpu.mode=auto
|
19 |
+
hw.initialOrientation=Portrait
|
20 |
+
hw.keyboard=yes
|
21 |
+
hw.lcd.density=440
|
22 |
+
hw.lcd.height=2280
|
23 |
+
hw.lcd.width=1080
|
24 |
+
hw.mainKeys=no
|
25 |
+
hw.trackBall=no
|
26 |
+
hw.cpu.arch = x86_64
|
27 |
+
image.sysdir.1 = system-images/android-28/google_apis_playstore/x86_64/
|
28 |
+
tag.display = Google Play
|
29 |
+
tag.id = google_apis_playstore
|
30 |
+
disk.dataPartition.size = 6442450944
|
test_Android1.ini/data/misc/pstore/pstore.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af2c9a1b51319aab9288e4100ac171875626ac708a8ed6ad339672f7b2f176dc
|
3 |
+
size 65536
|
test_Android1.ini/emu-launch-params.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/home/jingran_su/workspace/digirl
|
2 |
+
/home/jingran_su/.android/emulator/emulator
|
3 |
+
10
|
4 |
+
emulator
|
5 |
+
-avd
|
6 |
+
test_Android1
|
7 |
+
-no-window
|
8 |
+
-no-audio
|
9 |
+
-skip-adb-auth
|
10 |
+
-no-boot-anim
|
11 |
+
-gpu
|
12 |
+
auto
|
13 |
+
-no-snapshot-load
|
test_Android1.ini/emulator-user.ini
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
window.x = 0
|
2 |
+
window.y = 0
|
3 |
+
window.scale = 0.800000
|
4 |
+
resizable.config.id = -1
|
5 |
+
posture = 0
|
6 |
+
uuid = 1730002406777
|
test_Android1.ini/encryptionkey.img
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30e14955ebf1352266dc2ff8067e68104607e750abb9d3b36582b8af909fcb58
|
3 |
+
size 1048576
|
test_Android1.ini/encryptionkey.img.qcow2
ADDED
Binary file (459 kB). View file
|
|
test_Android1.ini/hardware-qemu.ini
ADDED
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
hw.cpu.arch = x86_64
|
2 |
+
hw.cpu.ncore = 2
|
3 |
+
hw.ramSize = 1536
|
4 |
+
hw.screen = multi-touch
|
5 |
+
hw.mainKeys = false
|
6 |
+
hw.trackBall = false
|
7 |
+
hw.keyboard = true
|
8 |
+
hw.keyboard.lid = false
|
9 |
+
hw.keyboard.charmap = qwerty2
|
10 |
+
hw.dPad = false
|
11 |
+
hw.rotaryInput = false
|
12 |
+
hw.gsmModem = true
|
13 |
+
hw.gps = true
|
14 |
+
hw.battery = true
|
15 |
+
hw.accelerometer = true
|
16 |
+
hw.accelerometer_uncalibrated = true
|
17 |
+
hw.gyroscope = true
|
18 |
+
hw.audioInput = true
|
19 |
+
hw.audioOutput = true
|
20 |
+
hw.sdCard = true
|
21 |
+
disk.cachePartition = true
|
22 |
+
disk.cachePartition.path = /home/jingran_su/.android/avd/../avd/test_Android1.avd/cache.img
|
23 |
+
disk.cachePartition.size = 66m
|
24 |
+
test.quitAfterBootTimeOut = -1
|
25 |
+
test.delayAdbTillBootComplete = 0
|
26 |
+
test.monitorAdb = 0
|
27 |
+
hw.lcd.width = 1080
|
28 |
+
hw.lcd.height = 2280
|
29 |
+
hw.lcd.depth = 16
|
30 |
+
hw.lcd.circular = false
|
31 |
+
hw.lcd.density = 440
|
32 |
+
hw.lcd.backlight = true
|
33 |
+
hw.lcd.vsync = 60
|
34 |
+
hw.gltransport = pipe
|
35 |
+
hw.gltransport.asg.writeBufferSize = 1048576
|
36 |
+
hw.gltransport.asg.writeStepSize = 4096
|
37 |
+
hw.gltransport.asg.dataRingSize = 32768
|
38 |
+
hw.gltransport.drawFlushInterval = 800
|
39 |
+
hw.displayRegion.0.1.xOffset = -1
|
40 |
+
hw.displayRegion.0.1.yOffset = -1
|
41 |
+
hw.displayRegion.0.1.width = 0
|
42 |
+
hw.displayRegion.0.1.height = 0
|
43 |
+
hw.displayRegion.0.2.xOffset = -1
|
44 |
+
hw.displayRegion.0.2.yOffset = -1
|
45 |
+
hw.displayRegion.0.2.width = 0
|
46 |
+
hw.displayRegion.0.2.height = 0
|
47 |
+
hw.displayRegion.0.3.xOffset = -1
|
48 |
+
hw.displayRegion.0.3.yOffset = -1
|
49 |
+
hw.displayRegion.0.3.width = 0
|
50 |
+
hw.displayRegion.0.3.height = 0
|
51 |
+
hw.display1.width = 0
|
52 |
+
hw.display1.height = 0
|
53 |
+
hw.display1.density = 0
|
54 |
+
hw.display1.xOffset = -1
|
55 |
+
hw.display1.yOffset = -1
|
56 |
+
hw.display1.flag = 0
|
57 |
+
hw.display2.width = 0
|
58 |
+
hw.display2.height = 0
|
59 |
+
hw.display2.density = 0
|
60 |
+
hw.display2.xOffset = -1
|
61 |
+
hw.display2.yOffset = -1
|
62 |
+
hw.display2.flag = 0
|
63 |
+
hw.display3.width = 0
|
64 |
+
hw.display3.height = 0
|
65 |
+
hw.display3.density = 0
|
66 |
+
hw.display3.xOffset = -1
|
67 |
+
hw.display3.yOffset = -1
|
68 |
+
hw.display3.flag = 0
|
69 |
+
hw.multi_display_window = false
|
70 |
+
hw.hotplug_multi_display = false
|
71 |
+
hw.gpu.enabled = true
|
72 |
+
hw.gpu.mode = swangle_indirect
|
73 |
+
hw.initialOrientation = portrait
|
74 |
+
hw.camera.back = virtualscene
|
75 |
+
hw.camera.front = none
|
76 |
+
vm.heapSize = 384
|
77 |
+
hw.sensors.light = true
|
78 |
+
hw.sensors.pressure = true
|
79 |
+
hw.sensors.humidity = true
|
80 |
+
hw.sensors.proximity = true
|
81 |
+
hw.sensors.magnetic_field = true
|
82 |
+
hw.sensors.magnetic_field_uncalibrated = true
|
83 |
+
hw.sensors.gyroscope_uncalibrated = true
|
84 |
+
hw.sensors.orientation = true
|
85 |
+
hw.sensors.temperature = true
|
86 |
+
hw.sensors.rgbclight = false
|
87 |
+
hw.sensor.hinge = false
|
88 |
+
hw.sensor.hinge.count = 0
|
89 |
+
hw.sensor.hinge.type = 0
|
90 |
+
hw.sensor.hinge.sub_type = 0
|
91 |
+
hw.sensor.hinge.resizable.config = 1
|
92 |
+
hw.sensor.hinge.fold_to_displayRegion.0.1_at_posture = 1
|
93 |
+
hw.sensor.roll = false
|
94 |
+
hw.sensor.roll.count = 0
|
95 |
+
hw.sensor.roll.resize_to_displayRegion.0.1_at_posture = 6
|
96 |
+
hw.sensor.roll.resize_to_displayRegion.0.2_at_posture = 6
|
97 |
+
hw.sensor.roll.resize_to_displayRegion.0.3_at_posture = 6
|
98 |
+
hw.sensors.heart_rate = false
|
99 |
+
hw.sensors.wrist_tilt = false
|
100 |
+
hw.useext4 = true
|
101 |
+
hw.arc = false
|
102 |
+
hw.arc.autologin = false
|
103 |
+
kernel.path = /home/jingran_su/.android/system-images/android-28/google_apis_playstore/x86_64//kernel-ranchu
|
104 |
+
kernel.newDeviceNaming = yes
|
105 |
+
kernel.supportsYaffs2 = no
|
106 |
+
disk.ramdisk.path = /home/jingran_su/.android/system-images/android-28/google_apis_playstore/x86_64//ramdisk.img
|
107 |
+
disk.systemPartition.initPath = /home/jingran_su/.android/system-images/android-28/google_apis_playstore/x86_64//system.img
|
108 |
+
disk.systemPartition.size = 2641m
|
109 |
+
disk.vendorPartition.initPath = /home/jingran_su/.android/system-images/android-28/google_apis_playstore/x86_64//vendor.img
|
110 |
+
disk.vendorPartition.size = 800m
|
111 |
+
disk.dataPartition.path = /home/jingran_su/.android/avd/../avd/test_Android1.avd/userdata-qemu.img
|
112 |
+
disk.dataPartition.size = 6g
|
113 |
+
disk.encryptionKeyPartition.path = /home/jingran_su/.android/avd/../avd/test_Android1.avd/encryptionkey.img
|
114 |
+
PlayStore.enabled = false
|
115 |
+
avd.name = test_Android1
|
116 |
+
avd.id = test_Android1
|
117 |
+
fastboot.forceColdBoot = false
|
118 |
+
userdata.useQcow2 = false
|
119 |
+
firstboot.bootFromDownloadableSnapshot = true
|
120 |
+
firstboot.bootFromLocalSnapshot = true
|
121 |
+
firstboot.saveToLocalSnapshot = true
|
122 |
+
android.sdk.root = /home/jingran_su/.android
|
123 |
+
android.avd.home = /home/jingran_su/.android/avd
|
test_Android1.ini/multiinstance.lock
ADDED
File without changes
|
test_Android1.ini/read-snapshot.txt
ADDED
File without changes
|
test_Android1.ini/snapshots/default_boot/compatible.pb
ADDED
File without changes
|
test_Android1.ini/snapshots/default_boot/hardware.ini
ADDED
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
hw.cpu.arch = x86_64
|
2 |
+
hw.cpu.ncore = 2
|
3 |
+
hw.ramSize = 1536
|
4 |
+
hw.screen = multi-touch
|
5 |
+
hw.mainKeys = false
|
6 |
+
hw.trackBall = false
|
7 |
+
hw.keyboard = true
|
8 |
+
hw.keyboard.lid = false
|
9 |
+
hw.keyboard.charmap = qwerty2
|
10 |
+
hw.dPad = false
|
11 |
+
hw.rotaryInput = false
|
12 |
+
hw.gsmModem = true
|
13 |
+
hw.gps = true
|
14 |
+
hw.battery = true
|
15 |
+
hw.accelerometer = true
|
16 |
+
hw.accelerometer_uncalibrated = true
|
17 |
+
hw.gyroscope = true
|
18 |
+
hw.audioInput = true
|
19 |
+
hw.audioOutput = true
|
20 |
+
hw.sdCard = true
|
21 |
+
disk.cachePartition = true
|
22 |
+
disk.cachePartition.path = /home/jingran_su/.android/avd/../avd/test_Android1.avd/cache.img
|
23 |
+
disk.cachePartition.size = 66m
|
24 |
+
test.quitAfterBootTimeOut = -1
|
25 |
+
test.delayAdbTillBootComplete = 0
|
26 |
+
test.monitorAdb = 0
|
27 |
+
hw.lcd.width = 1080
|
28 |
+
hw.lcd.height = 2280
|
29 |
+
hw.lcd.depth = 16
|
30 |
+
hw.lcd.circular = false
|
31 |
+
hw.lcd.density = 440
|
32 |
+
hw.lcd.backlight = true
|
33 |
+
hw.lcd.vsync = 60
|
34 |
+
hw.gltransport = pipe
|
35 |
+
hw.gltransport.asg.writeBufferSize = 1048576
|
36 |
+
hw.gltransport.asg.writeStepSize = 4096
|
37 |
+
hw.gltransport.asg.dataRingSize = 32768
|
38 |
+
hw.gltransport.drawFlushInterval = 800
|
39 |
+
hw.displayRegion.0.1.xOffset = -1
|
40 |
+
hw.displayRegion.0.1.yOffset = -1
|
41 |
+
hw.displayRegion.0.1.width = 0
|
42 |
+
hw.displayRegion.0.1.height = 0
|
43 |
+
hw.displayRegion.0.2.xOffset = -1
|
44 |
+
hw.displayRegion.0.2.yOffset = -1
|
45 |
+
hw.displayRegion.0.2.width = 0
|
46 |
+
hw.displayRegion.0.2.height = 0
|
47 |
+
hw.displayRegion.0.3.xOffset = -1
|
48 |
+
hw.displayRegion.0.3.yOffset = -1
|
49 |
+
hw.displayRegion.0.3.width = 0
|
50 |
+
hw.displayRegion.0.3.height = 0
|
51 |
+
hw.display1.width = 0
|
52 |
+
hw.display1.height = 0
|
53 |
+
hw.display1.density = 0
|
54 |
+
hw.display1.xOffset = -1
|
55 |
+
hw.display1.yOffset = -1
|
56 |
+
hw.display1.flag = 0
|
57 |
+
hw.display2.width = 0
|
58 |
+
hw.display2.height = 0
|
59 |
+
hw.display2.density = 0
|
60 |
+
hw.display2.xOffset = -1
|
61 |
+
hw.display2.yOffset = -1
|
62 |
+
hw.display2.flag = 0
|
63 |
+
hw.display3.width = 0
|
64 |
+
hw.display3.height = 0
|
65 |
+
hw.display3.density = 0
|
66 |
+
hw.display3.xOffset = -1
|
67 |
+
hw.display3.yOffset = -1
|
68 |
+
hw.display3.flag = 0
|
69 |
+
hw.multi_display_window = false
|
70 |
+
hw.hotplug_multi_display = false
|
71 |
+
hw.gpu.enabled = true
|
72 |
+
hw.gpu.mode = swangle_indirect
|
73 |
+
hw.initialOrientation = portrait
|
74 |
+
hw.camera.back = virtualscene
|
75 |
+
hw.camera.front = none
|
76 |
+
vm.heapSize = 384
|
77 |
+
hw.sensors.light = true
|
78 |
+
hw.sensors.pressure = true
|
79 |
+
hw.sensors.humidity = true
|
80 |
+
hw.sensors.proximity = true
|
81 |
+
hw.sensors.magnetic_field = true
|
82 |
+
hw.sensors.magnetic_field_uncalibrated = true
|
83 |
+
hw.sensors.gyroscope_uncalibrated = true
|
84 |
+
hw.sensors.orientation = true
|
85 |
+
hw.sensors.temperature = true
|
86 |
+
hw.sensors.rgbclight = false
|
87 |
+
hw.sensor.hinge = false
|
88 |
+
hw.sensor.hinge.count = 0
|
89 |
+
hw.sensor.hinge.type = 0
|
90 |
+
hw.sensor.hinge.sub_type = 0
|
91 |
+
hw.sensor.hinge.resizable.config = 1
|
92 |
+
hw.sensor.hinge.fold_to_displayRegion.0.1_at_posture = 1
|
93 |
+
hw.sensor.roll = false
|
94 |
+
hw.sensor.roll.count = 0
|
95 |
+
hw.sensor.roll.resize_to_displayRegion.0.1_at_posture = 6
|
96 |
+
hw.sensor.roll.resize_to_displayRegion.0.2_at_posture = 6
|
97 |
+
hw.sensor.roll.resize_to_displayRegion.0.3_at_posture = 6
|
98 |
+
hw.sensors.heart_rate = false
|
99 |
+
hw.sensors.wrist_tilt = false
|
100 |
+
hw.useext4 = true
|
101 |
+
hw.arc = false
|
102 |
+
hw.arc.autologin = false
|
103 |
+
kernel.path = /home/jingran_su/.android/system-images/android-28/google_apis_playstore/x86_64//kernel-ranchu
|
104 |
+
kernel.newDeviceNaming = yes
|
105 |
+
kernel.supportsYaffs2 = no
|
106 |
+
disk.ramdisk.path = /home/jingran_su/.android/system-images/android-28/google_apis_playstore/x86_64//ramdisk.img
|
107 |
+
disk.systemPartition.initPath = /home/jingran_su/.android/system-images/android-28/google_apis_playstore/x86_64//system.img
|
108 |
+
disk.systemPartition.size = 2641m
|
109 |
+
disk.vendorPartition.initPath = /home/jingran_su/.android/system-images/android-28/google_apis_playstore/x86_64//vendor.img
|
110 |
+
disk.vendorPartition.size = 800m
|
111 |
+
disk.dataPartition.path = /home/jingran_su/.android/avd/../avd/test_Android1.avd/userdata-qemu.img
|
112 |
+
disk.dataPartition.size = 6g
|
113 |
+
disk.encryptionKeyPartition.path = /home/jingran_su/.android/avd/../avd/test_Android1.avd/encryptionkey.img
|
114 |
+
PlayStore.enabled = false
|
115 |
+
avd.name = test_Android1
|
116 |
+
avd.id = test_Android1
|
117 |
+
fastboot.forceColdBoot = false
|
118 |
+
userdata.useQcow2 = false
|
119 |
+
firstboot.bootFromDownloadableSnapshot = true
|
120 |
+
firstboot.bootFromLocalSnapshot = true
|
121 |
+
firstboot.saveToLocalSnapshot = true
|
122 |
+
android.sdk.root = /home/jingran_su/.android
|
123 |
+
android.avd.home = /home/jingran_su/.android/avd
|
test_Android1.ini/snapshots/default_boot/ram.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfd286afd35a5a8e4ff6aeef8d592e15bbeb5a3a31d67569a06ece5bb68f9573
|
3 |
+
size 598567190
|
test_Android1.ini/snapshots/default_boot/screenshot.png
ADDED
Git LFS Details
|
test_Android1.ini/snapshots/default_boot/snapshot.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1869b88f9f286fb89cbf0c2ffc516a2ff2a54adecf984a99cbaae1d89627624
|
3 |
+
size 1049
|
test_Android1.ini/snapshots/default_boot/textures.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8263dbd12a36f25a26812e93714c28656c398f134a9e4b4038d4fc63a3aeb76f
|
3 |
+
size 8584850
|
test_Android1.ini/tmpAdbCmds/adbcommand3a711fe2-c354-477e-a559-3b629e2a6f1a
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
adb: no emulators found
|
test_Android1.ini/tmpAdbCmds/adbcommandc122e8f6-928b-442f-8cca-255774c5d7e7
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
error: closed
|
test_Android1.ini/tmpAdbCmds/adbcommande2d2e71d-29d4-48c8-8f43-b69cf145bb03
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
adb: no emulators found
|
test_Android1.ini/tmpAdbCmds/adbcommanded72e64b-6dc8-45fa-8e76-bef5fba7a022
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
adb: no emulators found
|
test_Android1.ini/userdata-qemu.img
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f861d61f98a33217f4cf09bf511beed8a48e4805e1afc6f94a7d22e63d13a69
|
3 |
+
size 6442450944
|
test_Android1.ini/userdata-qemu.img.qcow2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1420bae2982082504d6348b7e817f89756490e69bd3794daf509ea3a95fb31c9
|
3 |
+
size 2469920768
|
test_Android1.ini/userdata.img
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30e14955ebf1352266dc2ff8067e68104607e750abb9d3b36582b8af909fcb58
|
3 |
+
size 1048576
|
test_Android1.ini/version_num.cache
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
5124027
|