There are many logs. Here is one I believe I also pressed the “send to support” link for.
2023-08-26 20:08:07,283 DEBUG [JavaFX Application Thread] e.e.i.EasyInstaller [null:-1]
OS name = Windows 10
Java Home = D:\easy-installer
Current working dir = D:\easy-installer
ADB folder path = D:\easy-installer\bin\adb
2023-08-26 20:08:07,345 DEBUG [JavaFX Application Thread] e.e.i.EasyInstaller [null:-1] language = en, country = US
2023-08-26 20:08:07,509 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] initialize()
2023-08-26 20:08:07,515 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] loadSubScene(null)
2023-08-26 20:08:07,692 DEBUG [JavaFX Application Thread] e.e.i.EasyInstaller [null:-1] Detected screen’s size = 1920.0 x 1080.0
stage’s size = 1440.0 x 1024.0
2023-08-26 20:08:11,140 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] loadSubScene(beforeYouBeginRoot)
2023-08-26 20:08:11,141 DEBUG [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] change view()
2023-08-26 20:08:12,490 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] loadSubScene(connectDeviceRoot)
2023-08-26 20:08:12,491 DEBUG [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] change view()
2023-08-26 20:09:22,342 WARN [JavaFX Application Thread] e.e.i.c.s.EnableADBController [null:-1] imageName = enableADB10.png, error = java.lang.NullPointerException: Input stream must not be null
2023-08-26 20:09:39,049 WARN [JavaFX Application Thread] e.e.i.c.s.EnableADBController [null:-1] imageName = enableADB11.png, error = java.lang.NullPointerException: Input stream must not be null
2023-08-26 20:09:39,510 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] ResetNextButtonEventHandler()
2023-08-26 20:09:39,512 WARN [JavaFX Application Thread] e.e.i.c.s.EnableADBController [null:-1] imageName = enableADB12.png, error = java.lang.NullPointerException: Input stream must not be null
2023-08-26 20:09:39,966 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] loadSubScene(enableDevMode)
2023-08-26 20:09:39,967 DEBUG [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] change view()
2023-08-26 20:09:41,764 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] loadSubScene(checkDriverInstallation)
2023-08-26 20:09:41,765 DEBUG [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] change view()
2023-08-26 20:09:42,101 INFO [JavaFX Application Thread] e.e.i.c.s.DeviceDetectedController [null:-1] startDetection()
2023-08-26 20:09:42,106 INFO [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] runADBDevicesCmd():
2023-08-26 20:09:42,114 DEBUG [Thread-4] e.e.i.t.CommandExecutionTask [null:-1] updateParameters(), Parameters = {1=devices, 2=-l}
2023-08-26 20:09:42,115 DEBUG [Thread-4] e.e.i.t.CommandExecutionTask [null:-1] getFullCmd(), full command = [cmd.exe, /c, ““D:\easy-installer\bin\adb\adb” “devices” “-l””]
2023-08-26 20:09:42,232 DEBUG [Thread-4] e.e.i.t.CommandExecutionTask [null:-1]
(debug)List of devices attached
2023-08-26 20:09:42,232 DEBUG [Thread-4] e.e.i.t.CommandExecutionTask [null:-1]
(debug)202011T2E002413 device product:Teracube_2e model:Teracube_2e device:Teracube_2e transport_id:15
2023-08-26 20:09:42,241 DEBUG [Thread-4] e.e.i.t.CommandExecutionTask [null:-1] Exit value = 0
2023-08-26 20:09:42,244 DEBUG [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] raw shell outputs =
List of devices attached
202011T2E002413 device product:Teracube_2e model:Teracube_2e device:Teracube_2e transport_id:15
2023-08-26 20:09:42,244 DEBUG [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] checkAdbDevicesResult(202011T2E002413 device product:Teracube_2e model:Teracube_2e device:Teracube_2e transport_id:15)
2023-08-26 20:09:42,245 INFO [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] Device has been found
2023-08-26 20:09:42,245 DEBUG [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] Current subString : 202011T2E002413
2023-08-26 20:09:42,246 DEBUG [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] Current subString : device
2023-08-26 20:09:42,246 DEBUG [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] Current subString : product:Teracube_2e
2023-08-26 20:09:42,246 DEBUG [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] “product” keyword has been found
2023-08-26 20:09:42,246 DEBUG [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] Current subString : model:Teracube_2e
2023-08-26 20:09:42,247 DEBUG [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] “model” keyword has been found
2023-08-26 20:09:42,247 DEBUG [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] Current subString : device:Teracube_2e
2023-08-26 20:09:42,247 DEBUG [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] “device” keyword has been found
2023-08-26 20:09:42,247 DEBUG [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] Current subString : transport_id:15
2023-08-26 20:09:42,248 DEBUG [Thread-4] e.e.i.t.DeviceDetectionTask [null:-1] call(), result: Device found
2023-08-26 20:09:42,258 INFO [JavaFX Application Thread] e.e.i.h.DeviceHelper [null:-1] loadYaml(/yaml/Teracube_2e_flash.yml)
2023-08-26 20:09:42,309 DEBUG [JavaFX Application Thread] e.e.i.u.ConfigParser [null:-1] parseSteps(yaml)
2023-08-26 20:09:42,310 DEBUG [JavaFX Application Thread] e.e.i.u.ConfigParser [null:-1] --step type:custom
2023-08-26 20:09:42,311 DEBUG [JavaFX Application Thread] e.e.i.u.ConfigParser [null:-1] parseCustomStep(yaml)
2023-08-26 20:09:42,311 DEBUG [JavaFX Application Thread] e.e.i.u.ConfigParser [null:-1] --step type:load
2023-08-26 20:09:42,315 DEBUG [JavaFX Application Thread] e.e.i.u.ConfigParser [null:-1] --step type:custom-executable
2023-08-26 20:09:42,315 DEBUG [JavaFX Application Thread] e.e.i.u.ConfigParser [null:-1] --step type:load
2023-08-26 20:09:42,315 DEBUG [JavaFX Application Thread] e.e.i.u.ConfigParser [null:-1] --step type:askAccount
2023-08-26 20:09:42,316 DEBUG [JavaFX Application Thread] e.e.i.u.ConfigParser [null:-1] --step type:custom-executable
2023-08-26 20:09:44,498 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] loadSubScene(deviceDetectedRoot)
2023-08-26 20:09:44,499 DEBUG [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] change view()
2023-08-26 20:09:44,825 INFO [JavaFX Application Thread] e.e.i.h.DeviceHelper [null:-1] loadYaml(/yaml/Teracube_2e_fs.yml)
2023-08-26 20:09:44,826 INFO [JavaFX Application Thread] e.e.i.u.ConfigParser [null:-1] parseSourcesToDownload(…yaml…)
2023-08-26 20:09:44,827 DEBUG [JavaFX Application Thread] e.e.i.u.ConfigParser [null:-1] → url: https://images.ecloud.global/stable/2e/IMG-e-latest-2e.zip, filePath: IMG-e-latest-2e.zip
2023-08-26 20:09:44,827 INFO [JavaFX Application Thread] e.e.i.c.s.DownloadSrcController [null:-1] startNextDownload()
2023-08-26 20:09:44,828 DEBUG [JavaFX Application Thread] e.e.i.c.s.DownloadSrcController [null:-1] taskIterator has next ? {} true
2023-08-26 20:09:44,830 INFO [JavaFX Application Thread] e.e.i.c.s.DownloadSrcController [null:-1] bindProgressUIToService()
2023-08-26 20:09:44,831 INFO [JavaFX Application Thread] e.e.i.c.s.DownloadSrcController [null:-1] DownloadService.createTask(https://images.ecloud.global/stable/2e/IMG-e-latest-2e.zip,IMG-e-latest-2e.zip)
2023-08-26 20:09:44,843 DEBUG [Thread-5] e.e.i.t.DownloadTask [null:-1] downloadFile(https://images.ecloud.global/stable/2e/IMG-e-latest-2e.zip.sha256sum, C:\Users\Chuck\AppData\Local\easy-installer\sources\Teracube_2e\IMG-e-latest-2e.zip.sha256sum)
2023-08-26 20:09:45,132 DEBUG [Thread-5] e.e.i.t.DownloadTask [null:-1] local file exist, size is 86
2023-08-26 20:09:45,145 DEBUG [Thread-5] e.e.i.t.DownloadTask [null:-1] last modified date = Sat Aug 26 18:18:38 UTC 2023
2023-08-26 20:09:46,158 DEBUG [Thread-5] e.e.i.t.DownloadTask [null:-1] response code: 200, OK
2023-08-26 20:09:46,191 DEBUG [Thread-5] e.e.i.t.DownloadTask [null:-1] remote fileSize = 86.0
2023-08-26 20:09:46,192 DEBUG [Thread-5] e.e.i.t.DownloadTask [null:-1] full file size = 86.0
2023-08-26 20:09:46,197 DEBUG [Thread-5] e.e.i.t.DownloadTask [null:-1] validChecksum(C:\Users\Chuck\AppData\Local\easy-installer\sources\Teracube_2e\IMG-e-latest-2e.zip.sha256sum)
2023-08-26 20:09:46,208 DEBUG [Thread-5] e.e.i.t.DownloadTask [null:-1] ChecksumLine = 6c4181b981bd14cec7ac3b454a79e1aaa5295830061f5ab8ac99c2a364ca59bb IMG-e-latest-2e.zip
2023-08-26 20:09:46,209 DEBUG [Thread-5] e.e.i.t.DownloadTask [null:-1] createFileChecksum()
2023-08-26 20:09:56,195 DEBUG [Thread-6] e.e.i.t.DownloadTask [null:-1] timeoutThread is over!
2023-08-26 20:09:57,815 DEBUG [Thread-5] e.e.i.t.DownloadTask [null:-1] compare checksum: 6c4181b981bd14cec7ac3b454a79e1aaa5295830061f5ab8ac99c2a364ca59bb vs 6c4181b981bd14cec7ac3b454a79e1aaa5295830061f5ab8ac99c2a364ca59bb
2023-08-26 20:09:57,820 DEBUG [JavaFX Application Thread] e.e.i.c.s.DownloadSrcController [null:-1] DownloadService.succeeded()
2023-08-26 20:09:57,822 INFO [JavaFX Application Thread] e.e.i.c.s.DownloadSrcController [null:-1] startNextDownload()
2023-08-26 20:09:57,824 DEBUG [JavaFX Application Thread] e.e.i.c.s.DownloadSrcController [null:-1] taskIterator has next ? {} false
2023-08-26 20:09:57,824 DEBUG [JavaFX Application Thread] e.e.i.c.s.DownloadSrcController [null:-1] onDownloadsComplete()
2023-08-26 20:10:01,406 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] loadSubScene(downloadSceneRoot)
2023-08-26 20:10:01,409 DEBUG [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] change view()
2023-08-26 20:10:01,741 DEBUG [JavaFX Application Thread] e.e.i.c.s.CustomStepController [null:-1] initialize customStep controller
2023-08-26 20:11:07,890 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] loadSubScene(uiRoot)
2023-08-26 20:11:07,890 DEBUG [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] change view()
2023-08-26 20:11:07,891 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] ResetNextButtonEventHandler()
2023-08-26 20:11:08,212 DEBUG [Thread-7] e.e.i.t.CommandExecutionTask [null:-1] updateParameters(), Parameters = {device_id=202011T2E002413, fastboot_folder_path=D:\easy-installer\bin\adb}
2023-08-26 20:11:08,213 DEBUG [Thread-7] e.e.i.t.CommandExecutionTask [null:-1] getFullCmd(), full command = [cmd.exe, /c, "“D:\easy-installer\bin\scripts\reboot-fastboot.bat” “202011T2E002413” “D:\easy-installer\bin\adb"”]
2023-08-26 20:11:19,164 DEBUG [Thread-7] e.e.i.t.CommandExecutionTask [null:-1]
(debug)202011T2E002413 fastboot
2023-08-26 20:11:19,181 DEBUG [Thread-7] e.e.i.t.CommandExecutionTask [null:-1]
(debug)‘fastboot_detect’ is not recognized as an internal or external command,
2023-08-26 20:11:19,181 DEBUG [Thread-7] e.e.i.t.CommandExecutionTask [null:-1]
(debug)operable program or batch file.
2023-08-26 20:11:19,209 DEBUG [Thread-7] e.e.i.t.CommandExecutionTask [null:-1]
(debug)“fastboot mode detected”
2023-08-26 20:11:19,210 DEBUG [Thread-7] e.e.i.t.CommandExecutionTask [null:-1] Exit value = 0
2023-08-26 20:11:19,219 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] loadSubScene(uiRoot)
2023-08-26 20:11:19,222 DEBUG [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] change view()
2023-08-26 20:11:19,222 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] ResetNextButtonEventHandler()
2023-08-26 20:11:19,556 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1] updateParameters(), Parameters = {device_id=202011T2E002413, fastboot_folder_path=D:\easy-installer\bin\adb}
2023-08-26 20:11:19,557 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1] getFullCmd(), full command = [cmd.exe, /c, ““D:\easy-installer\bin\scripts\gs290-flashingUnlock.bat” “202011T2E002413” “D:\easy-installer\bin\adb"”]
2023-08-26 20:11:19,663 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>set DEVICE_ID=”“202011T2E002413"”
2023-08-26 20:11:19,664 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>set FASTBOOT_FOLDER_PATH=D:\easy-installer\bin\adb\
2023-08-26 20:11:19,664 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if not defined DEVICE_ID (exit /b 101 )
2023-08-26 20:11:19,665 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if not defined FASTBOOT_FOLDER_PATH (exit /b 102 )
2023-08-26 20:11:19,665 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>set FASTBOOT_PATH=“D:\easy-installer\bin\adb\fastboot”
2023-08-26 20:11:19,666 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>“D:\easy-installer\bin\adb\fastboot” -s "“202011T2E002413"” flashing unlock
2023-08-26 20:11:24,704 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1]
(debug)(bootloader) Start unlock flow
2023-08-26 20:11:27,822 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1]
(debug)OKAY [ 8.116s]
2023-08-26 20:11:27,823 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Finished. Total time: 8.124s
2023-08-26 20:11:27,826 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if errorlevel 1 (exit /b 2 )
2023-08-26 20:11:27,827 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>timeout 1 1>nul 2>&1
2023-08-26 20:11:27,843 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>exit /b 0
2023-08-26 20:11:27,844 DEBUG [Thread-8] e.e.i.t.CommandExecutionTask [null:-1] Exit value = 0
2023-08-26 20:11:27,845 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] loadSubScene(uiRoot)
2023-08-26 20:11:27,845 DEBUG [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] change view()
2023-08-26 20:11:27,846 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] ResetNextButtonEventHandler()
2023-08-26 20:11:28,163 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1] updateParameters(), Parameters = {device_id=202011T2E002413, archive_path=C:\Users\Chuck\AppData\Local\easy-installer\sources\Teracube_2e\IMG-e-latest-2e.zip, fastboot_folder_path=D:\easy-installer\bin\adb, java_folder_path=D:\easy-installer}
2023-08-26 20:11:28,164 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1] getFullCmd(), full command = [cmd.exe, /c, ““D:\easy-installer\bin\scripts\Teracube_2e-install-from-bootloader.bat” “202011T2E002413” “C:\Users\Chuck\AppData\Local\easy-installer\sources\Teracube_2e\IMG-e-latest-2e.zip” “D:\easy-installer\bin\adb" “D:\easy-installer””]
2023-08-26 20:11:28,238 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>set DEVICE_ID=”“202011T2E002413"”
2023-08-26 20:11:28,241 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>set ARCHIVE_PATH=C:\Users\Chuck\AppData\Local\easy-installer\sources\Teracube_2e\IMG-e-latest-2e.zip
2023-08-26 20:11:28,243 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>set FASTBOOT_FOLDER_PATH=D:\easy-installer\bin\adb\
2023-08-26 20:11:28,243 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>set JAVA_FOLDER_PATH=D:\easy-installer
2023-08-26 20:11:28,244 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if not defined DEVICE_ID (exit /b 101 )
2023-08-26 20:11:28,244 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if not defined ARCHIVE_PATH (exit /b 102 )
2023-08-26 20:11:28,245 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if not defined FASTBOOT_FOLDER_PATH (exit /b 103 )
2023-08-26 20:11:28,245 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if not defined JAVA_FOLDER_PATH (exit /b 104 )
2023-08-26 20:11:28,246 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>set FASTBOOT_PATH=“D:\easy-installer\bin\adb\fastboot”
2023-08-26 20:11:28,247 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>set JAR_PATH=“D:\easy-installer/bin/jar”
2023-08-26 20:11:28,248 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>for %a in (“C:\Users\Chuck\AppData\Local\easy-installer\sources\Teracube_2e\IMG-e-latest-2e.zip”) do (
2023-08-26 20:11:28,248 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)set ARCHIVE_FOLDER_PATH=%~dpa"
2023-08-26 20:11:28,248 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) echo
2023-08-26 20:11:28,249 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug))
2023-08-26 20:11:28,249 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>(
2023-08-26 20:11:28,249 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)set ARCHIVE_FOLDER_PATH=C:\Users\Chuck\AppData\Local\easy-installer\sources\Teracube_2e"
2023-08-26 20:11:28,250 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) echo
2023-08-26 20:11:28,250 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug))
2023-08-26 20:11:28,250 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)ECHO is on.
2023-08-26 20:11:28,250 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>cd “C:\Users\Chuck\AppData\Local\easy-installer\sources\Teracube_2e"”
2023-08-26 20:11:28,254 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>“D:\easy-installer/bin/jar” -x -v -f “C:\Users\Chuck\AppData\Local\easy-installer\sources\Teracube_2e\IMG-e-latest-2e.zip”
2023-08-26 20:11:28,733 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: ramdisk-recovery.img
2023-08-26 20:11:28,740 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: dtb.img
2023-08-26 20:11:28,741 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: vbmeta_system.img
2023-08-26 20:11:28,742 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: vbmeta_vendor.img
2023-08-26 20:11:28,775 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: userdata.img
2023-08-26 20:11:29,170 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: recovery.img
2023-08-26 20:11:29,173 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: vbmeta.img
2023-08-26 20:11:33,853 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: vendor.img
2023-08-26 20:11:55,862 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: system.img
2023-08-26 20:11:56,008 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: dtbo.img
2023-08-26 20:11:56,273 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: boot.img
2023-08-26 20:12:03,801 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: product.img
2023-08-26 20:12:03,910 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: cache.img
2023-08-26 20:12:03,929 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) inflated: ramdisk.img
2023-08-26 20:12:03,962 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if errorLevel 1 (exit /b 10 )
2023-08-26 20:12:03,962 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>echo “unpacked archive”
2023-08-26 20:12:03,962 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)“unpacked archive”
2023-08-26 20:12:03,963 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>ping 127.0.0.1 -n 1 -w 10000 1>NUL
2023-08-26 20:12:04,498 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>“D:\easy-installer\bin\adb\fastboot” -w
2023-08-26 20:12:04,825 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Erasing ‘userdata’ OKAY [ 0.297s]
2023-08-26 20:12:06,222 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)mke2fs 1.45.4 (23-Sep-2019)
2023-08-26 20:12:06,237 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Creating filesystem with 13958139 4k blocks and 3489792 inodes
2023-08-26 20:12:06,239 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Filesystem UUID: d3d21d7a-444c-11ee-b1ba-bbb14c40c399
2023-08-26 20:12:06,240 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Superblock backups stored on blocks:
2023-08-26 20:12:06,241 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
2023-08-26 20:12:06,241 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) 4096000, 7962624, 11239424
2023-08-26 20:12:06,241 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Allocating group tables: 0/426 done
2023-08-26 20:12:06,242 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Writing inode tables: 0/426 done
2023-08-26 20:12:06,242 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Creating journal (65536 blocks): done
2023-08-26 20:12:06,242 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Writing superblocks and filesystem accounting information: 0/426 done
2023-08-26 20:12:06,242 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Sending ‘userdata’ (4669 KB) OKAY [ 0.153s]
2023-08-26 20:12:06,378 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Writing ‘userdata’ OKAY [ 0.197s]
2023-08-26 20:12:06,394 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Erasing ‘cache’ OKAY [ 0.010s]
2023-08-26 20:12:06,566 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)mke2fs 1.45.4 (23-Sep-2019)
2023-08-26 20:12:06,574 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Creating filesystem with 110592 4k blocks and 110592 inodes
2023-08-26 20:12:06,578 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Filesystem UUID: d45487b0-444c-11ee-88a8-a9c8f98e4e2d
2023-08-26 20:12:06,582 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Superblock backups stored on blocks:
2023-08-26 20:12:06,591 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug) 32768, 98304
2023-08-26 20:12:06,594 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Allocating group tables: 0/4 done
2023-08-26 20:12:06,599 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Writing inode tables: 0/4 done
2023-08-26 20:12:06,607 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Creating journal (4096 blocks): done
2023-08-26 20:12:06,610 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Writing superblocks and filesystem accounting information: 0/4 done
2023-08-26 20:12:06,661 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Sending ‘cache’ (284 KB) OKAY [ 0.015s]
2023-08-26 20:12:06,691 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Writing ‘cache’ OKAY [ 0.030s]
2023-08-26 20:12:06,704 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Erasing ‘metadata’ OKAY [ 0.007s]
2023-08-26 20:12:06,708 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Erase successful, but not automatically formatting.
2023-08-26 20:12:06,709 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)File system type raw data not supported.
2023-08-26 20:12:06,710 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Finished. Total time: 2.180s
2023-08-26 20:12:06,715 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if errorLevel 1 (exit /b 11 )
2023-08-26 20:12:06,720 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>echo “user data wiped”
2023-08-26 20:12:06,722 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)“user data wiped”
2023-08-26 20:12:06,723 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>ping 127.0.0.1 -n 5 -w 10000 1>NUL
2023-08-26 20:12:10,823 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>“D:\easy-installer\bin\adb\fastboot” -s "“202011T2E002413"” flash boot boot.img
2023-08-26 20:12:11,639 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Sending ‘boot’ (32768 KB) OKAY [ 0.778s]
2023-08-26 20:12:12,100 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Writing ‘boot’ OKAY [ 0.461s]
2023-08-26 20:12:12,101 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Finished. Total time: 1.249s
2023-08-26 20:12:12,107 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if errorLevel 1 (exit /b 12 )
2023-08-26 20:12:12,108 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>ping 127.0.0.1 -n 1 -w 10000 1>NUL
2023-08-26 20:12:12,143 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>echo “Flashed boot”
2023-08-26 20:12:12,145 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)“Flashed boot”
2023-08-26 20:12:12,146 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>“D:\easy-installer\bin\adb\fastboot” -s "“202011T2E002413"” flash recovery recovery.img
2023-08-26 20:12:13,007 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Sending ‘recovery’ (32768 KB) OKAY [ 0.821s]
2023-08-26 20:12:13,449 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Writing ‘recovery’ OKAY [ 0.440s]
2023-08-26 20:12:13,464 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Finished. Total time: 1.266s
2023-08-26 20:12:13,529 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if errorLevel 1 (exit /b 13 )
2023-08-26 20:12:13,545 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>ping 127.0.0.1 -n 1 -w 10000 1>NUL
2023-08-26 20:12:13,630 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>echo “Flashed recovery”
2023-08-26 20:12:13,633 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)“Flashed recovery”
2023-08-26 20:12:13,663 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>“D:\easy-installer\bin\adb\fastboot” -s "“202011T2E002413"” flash vbmeta vbmeta.img
2023-08-26 20:12:13,774 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Sending ‘vbmeta’ (8 KB) OKAY [ 0.007s]
2023-08-26 20:12:13,777 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Writing ‘vbmeta’ OKAY [ 0.004s]
2023-08-26 20:12:13,779 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Finished. Total time: 0.014s
2023-08-26 20:12:13,789 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if errorLevel 1 (exit /b 14 )
2023-08-26 20:12:13,789 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>ping 127.0.0.1 -n 1 -w 10000 1>NUL
2023-08-26 20:12:13,825 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>echo “Flashed vbmeta”
2023-08-26 20:12:13,825 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)“Flashed vbmeta”
2023-08-26 20:12:13,826 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>“D:\easy-installer\bin\adb\fastboot” -s "“202011T2E002413"” flash vbmeta_system vbmeta_system.img
2023-08-26 20:12:13,865 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Sending ‘vbmeta_system’ (4 KB) OKAY [ 0.007s]
2023-08-26 20:12:13,870 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Writing ‘vbmeta_system’ OKAY [ 0.004s]
2023-08-26 20:12:13,873 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Finished. Total time: 0.014s
2023-08-26 20:12:13,877 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if errorLevel 1 (exit /b 15 )
2023-08-26 20:12:13,877 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>ping 127.0.0.1 -n 1 -w 10000 1>NUL
2023-08-26 20:12:13,904 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>echo “Flashed vbmeta_system”
2023-08-26 20:12:13,905 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)“Flashed vbmeta_system”
2023-08-26 20:12:13,905 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>“D:\easy-installer\bin\adb\fastboot” -s "“202011T2E002413"” flash vbmeta_vendor vbmeta_vendor.img
2023-08-26 20:12:13,941 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Sending ‘vbmeta_vendor’ (4 KB) OKAY [ 0.007s]
2023-08-26 20:12:13,946 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Writing ‘vbmeta_vendor’ OKAY [ 0.005s]
2023-08-26 20:12:13,947 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Finished. Total time: 0.015s
2023-08-26 20:12:13,950 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if errorLevel 1 (exit /b 16 )
2023-08-26 20:12:13,958 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>ping 127.0.0.1 -n 1 -w 10000 1>NUL
2023-08-26 20:12:13,975 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>echo “Flashed vbmeta_vendor”
2023-08-26 20:12:13,975 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)“Flashed vbmeta_vendor”
2023-08-26 20:12:13,976 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>“D:\easy-installer\bin\adb\fastboot” -s "“202011T2E002413"” reboot fastboot
2023-08-26 20:12:14,008 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Rebooting into fastboot OKAY [ 0.004s]
2023-08-26 20:12:15,053 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)< waiting for 202011T2E002413 >
2023-08-26 20:13:38,536 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)fastboot: error: Failed to boot into userspace fastboot; one or more components might be unbootable.
2023-08-26 20:13:38,543 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>ping 127.0.0.1 -n 6 -w 10000 1>NUL
2023-08-26 20:13:43,657 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>echo “Rebooted on fastboot”
2023-08-26 20:13:43,657 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)“Rebooted on fastboot”
2023-08-26 20:13:43,658 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>“D:\easy-installer\bin\adb\fastboot” -s "“202011T2E002413"” flash system system.img
2023-08-26 20:13:46,812 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Sending sparse ‘system’ 1/14 (131068 KB) OKAY [ 3.113s]
2023-08-26 20:13:46,816 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)Writing ‘system’ FAILED (remote: ‘This partition doesn’t exist’)
2023-08-26 20:13:46,816 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)fastboot: error: Command failed
2023-08-26 20:13:46,822 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1]
(debug)D:\easy-installer>if errorLevel 1 (exit /b 18 )
2023-08-26 20:13:46,830 DEBUG [Thread-9] e.e.i.t.CommandExecutionTask [null:-1] Exit value = 18
2023-08-26 20:13:46,835 INFO [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] ResetNextButtonEventHandler()
2023-08-26 20:13:54,539 INFO [Thread-10] e.e.i.t.UploadToEcloudTask [null:-1] call(), url = https://murena.io/s/4qRxWjeM5Yb72b4, filepath = C:\Users\Chuck\AppData\Local\easy-installer\de1e46e0-1993-4432-8e48-550f65da9827.log
2023-08-26 20:14:00,382 DEBUG [Thread-10] e.e.i.t.UploadToEcloudTask [null:-1] Response code of log’s upload : 201
2023-08-26 20:14:00,383 INFO [JavaFX Application Thread] e.e.i.c.LogController [null:-1] sendLogToSupport(), sending log: success
2023-08-26 20:29:23,710 INFO [JavaFX Application Thread] e.e.i.EasyInstaller [null:-1] stage is closing
2023-08-26 20:29:23,718 DEBUG [JavaFX Application Thread] e.e.i.c.MainWindowController [null:-1] onStop()
2023-08-26 20:29:23,719 DEBUG [JavaFX Application Thread] e.e.i.c.s.LoadStepController [null:-1] LoadStepController.stop()