Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.95 KB | None | 0 0
  1. vincent@vincent-HP-Spectre-x360-Convertible:~/Downloads$ adb shell
  2. OnePlus7Pro:/ # ls
  3. acct init.recovery.service.rc sbin
  4. bin init.recovery.usb.rc sdcard
  5. bugreports license sepolicy
  6. cache metadata sideload
  7. charger mnt storage
  8. config odm sys
  9. d oem system
  10. data op2 system_root
  11. default.prop plat_file_contexts tmp
  12. dev plat_hwservice_contexts twres
  13. etc plat_property_contexts ueventd.qcom.rc
  14. file_contexts plat_seapp_contexts ueventd.rc
  15. file_contexts.bin plat_service_contexts usbstorage
  16. firmware postinstall vendor
  17. init proc vendor_file_contexts
  18. init.blu_spark.rc product vendor_hwservice_contexts
  19. init.rc prop.default vendor_property_contexts
  20. init.recovery.hlthchrg.rc recovery vendor_seapp_contexts
  21. init.recovery.mksh.rc res vendor_service_contexts
  22. init.recovery.qcom.rc root vndservice_contexts
  23. OnePlus7Pro:/ # cd t
  24. tmp/ twres/
  25. OnePlus7Pro:/ # cd t
  26. /sbin/sh: cd: /t: No such file or directory
  27. 2|OnePlus7Pro:/ # cd tmp/
  28. OnePlus7Pro:/tmp # cat recovery.log
  29. Starting TWRP 3.3.1-x | blu_spark v9.103-bd924b79 on Thu Jan 1 01:10:21 1970
  30. (pid 565)
  31. BOARD_HAS_NO_REAL_SDCARD := true
  32. RECOVERY_SDCARD_ON_DATA := true
  33. TW_NO_USB_STORAGE := true
  34. TW_HAS_EDL_MODE := true
  35. TW_INCLUDE_CRYPTO := true
  36. I:TW_BRIGHTNESS_PATH := /sys/class/backlight/panel0-backlight/brightness
  37. I:Found brightness file at '/sys/class/backlight/panel0-backlight/brightness'
  38. I:Got max brightness 1023 from '/sys/class/backlight/panel0-backlight/max_brightness'
  39. I:TWFunc::Set_Brightness: Setting brightness control to 102
  40. I:LANG: en
  41. I:AB_OTA_UPDATER := true
  42. Starting the UI...
  43. setting DRM_FORMAT_BGRA8888 and GGL_PIXEL_FORMAT_BGRA_8888
  44. setting DRM_FORMAT_ARGB8888 and GGL_PIXEL_FORMAT_RGBA_8888
  45. setting DRM_FORMAT_ARGB8888 and GGL_PIXEL_FORMAT_RGBA_8888
  46. Using drm graphics.
  47. I:TWFunc::Set_Brightness: Setting brightness control to 102
  48. I:Loading package: splash (/twres/splash.xml)
  49. I:Load XML directly
  50. I:PageManager::LoadFileToBuffer loading filename: '/twres/splash.xml' directly
  51. I:Checking resolution...
  52. I:Scaling theme width 1.333333x and height 1.583333x, offsets x: 0 y: 80 w: 0 h: -80
  53. I:Loading resources...
  54. I:Loading variables...
  55. I:Loading mouse cursor...
  56. I:Loading pages...
  57. I:Loading page splash
  58. I:Switching packages (splash)
  59. => Linking mtab
  60. => Processing /etc/twrp.fstab
  61. I:Reading /etc/twrp.fstab
  62. I:Processing '/boot'
  63. I:Processing '/system'
  64. I:Created '/system' folder.
  65. I:Processing '/system_image'
  66. I:Processing '/vendor'
  67. I:Processing '/vendor_image'
  68. I:Processing '/metadata'
  69. I:Processing '/data'
  70. I:FBE contents 'ice', filenames 'aes-256-cts'
  71. I:Flag identified for processing, but later unmatched: 36
  72. I:Processing '/firmware'
  73. I:Created '/firmware' folder.
  74. I:Processing '/misc'
  75. I:Processing '/modem'
  76. I:Processing '/bluetooth'
  77. I:Processing '/dsp'
  78. I:Processing '/efs1'
  79. I:Processing '/efs2'
  80. I:Processing '/efsc'
  81. I:Processing '/efsg'
  82. I:Processing '/op2'
  83. I:Created '/op2' folder.
  84. I:Processing '/usbstorage'
  85. I:Created '/usbstorage' folder.
  86. I:Done processing fstab files
  87. I:Setting up '/data' as data/media emulated storage.
  88. I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
  89. I:Setting up '/data' as data/media emulated storage.
  90. I:Backup folder set to '/data/media/TWRP/BACKUPS/ff28ce5d'
  91. I:Settings storage is '/data/media'
  92. I:Decrypt adopted storage starting
  93. I:PageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
  94. I:No /data/system/storage.xml for adopted storage
  95. Updating partition details...
  96. I:Data backup size is 0MB, free: 227550MB.
  97. I:Unable to mount '/usbstorage'
  98. I:Actual block device: '', current file system: 'vfat'
  99. ...done
  100. I:Unmounting main partitions...
  101.  
  102.  
  103. Partition Logs:
  104. /boot | /dev/block/bootdevice/by-name/boot_a | Size: 96MB
  105. Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
  106. Primary_Block_Device: /dev/block/bootdevice/by-name/boot
  107. Display_Name: Boot
  108. Storage_Name: boot
  109. Backup_Path: /boot
  110. Backup_Name: boot
  111. Backup_Display_Name: Boot
  112. Storage_Path: /boot
  113. Current_File_System: emmc
  114. Fstab_File_System: emmc
  115. Backup_Method: dd
  116.  
  117. /system | /dev/block/bootdevice/by-name/system_a | Size: 3363MB Used: 1298MB Free: 2064MB Backup Size: 1298MB
  118. Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI IsPresent SlotSelect Mount_Read_Only
  119. Primary_Block_Device: /dev/block/bootdevice/by-name/system
  120. Display_Name: System
  121. Storage_Name: System
  122. Backup_Path: /system
  123. Backup_Name: system
  124. Backup_Display_Name: System
  125. Storage_Path: /system
  126. Current_File_System: ext4
  127. Fstab_File_System: ext4
  128. Backup_Method: files
  129.  
  130. /system_image | /dev/block/bootdevice/by-name/system_a | Size: 3472MB
  131. Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
  132. Primary_Block_Device: /dev/block/bootdevice/by-name/system
  133. Display_Name: System Image
  134. Storage_Name: system_image
  135. Backup_Path: /system_image
  136. Backup_Name: system_image
  137. Backup_Display_Name: System Image
  138. Storage_Path: /system_image
  139. Current_File_System: emmc
  140. Fstab_File_System: emmc
  141. Backup_Method: dd
  142.  
  143. /vendor | /dev/block/bootdevice/by-name/vendor_a | Size: 991MB Used: 745MB Free: 246MB Backup Size: 745MB
  144. Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI IsPresent SlotSelect Mount_Read_Only
  145. Primary_Block_Device: /dev/block/bootdevice/by-name/vendor
  146. Display_Name: Vendor
  147. Storage_Name: Vendor
  148. Backup_Path: /vendor
  149. Backup_Name: vendor
  150. Backup_Display_Name: Vendor
  151. Storage_Path: /vendor
  152. Current_File_System: ext4
  153. Fstab_File_System: ext4
  154. Backup_Method: files
  155.  
  156. /vendor_image | /dev/block/bootdevice/by-name/vendor_a | Size: 1024MB
  157. Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
  158. Primary_Block_Device: /dev/block/bootdevice/by-name/vendor
  159. Display_Name: Vendor Image
  160. Storage_Name: vendor_image
  161. Backup_Path: /vendor_image
  162. Backup_Name: vendor_image
  163. Backup_Display_Name: Vendor Image
  164. Storage_Path: /vendor_image
  165. Current_File_System: emmc
  166. Fstab_File_System: emmc
  167. Backup_Method: dd
  168.  
  169. /metadata | /dev/block/sda17 | Size: 11MB Used: 0MB Free: 11MB Backup Size: 0MB
  170. Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
  171. Primary_Block_Device: /dev/block/sda17
  172. Display_Name: metadata
  173. Storage_Name: metadata
  174. Backup_Path: /metadata
  175. Backup_Name: metadata
  176. Backup_Display_Name: metadata
  177. Storage_Path: /metadata
  178. Current_File_System: ext4
  179. Fstab_File_System: ext4
  180. Backup_Method: files
  181.  
  182. /data | /dev/block/sda19 | Size: 227609MB Used: 0MB Free: 227550MB Backup Size: 0MB
  183. Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage
  184. Symlink_Path: /data/media
  185. Symlink_Mount_Point: /sdcard
  186. Primary_Block_Device: /dev/block/sda19
  187. Display_Name: Data
  188. Storage_Name: Internal Storage
  189. Backup_Path: /data
  190. Backup_Name: data
  191. Backup_Display_Name: Data
  192. Storage_Path: /data/media
  193. Current_File_System: ext4
  194. Fstab_File_System: ext4
  195. Backup_Method: files
  196. MTP_Storage_ID: 65537
  197. Metadata Key Directory: /metadata/vold/metadata_encryption
  198.  
  199. /firmware | /dev/block/bootdevice/by-name/modem_a | Size: 299MB Used: 147MB Free: 152MB Backup Size: 147MB
  200. Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Mount_To_Decrypt SlotSelect Mount_Read_Only
  201. Primary_Block_Device: /dev/block/bootdevice/by-name/modem
  202. Display_Name: Firmware
  203. Storage_Name: Firmware
  204. Backup_Path: /firmware
  205. Backup_Name: firmware
  206. Backup_Display_Name: Firmware
  207. Storage_Path: /firmware
  208. Current_File_System: vfat
  209. Fstab_File_System: vfat
  210. Backup_Method: files
  211.  
  212. /misc | /dev/block/sda3 | Size: 1MB
  213. Flags: IsPresent
  214. Primary_Block_Device: /dev/block/sda3
  215. Display_Name: misc
  216. Storage_Name: misc
  217. Backup_Path: /misc
  218. Backup_Name: misc
  219. Backup_Display_Name: misc
  220. Storage_Path: /misc
  221. Current_File_System: emmc
  222. Fstab_File_System: emmc
  223. Backup_Method: dd
  224.  
  225. /modem | /dev/block/bootdevice/by-name/modem_a | Size: 300MB
  226. Flags: Can_Be_Backed_Up Has_SubPartition IsPresent SlotSelect
  227. Primary_Block_Device: /dev/block/bootdevice/by-name/modem
  228. Display_Name: Modem
  229. Storage_Name: Modem
  230. Backup_Path: /modem
  231. Backup_Name: modem
  232. Backup_Display_Name: Modem
  233. Storage_Path: /modem
  234. Current_File_System: emmc
  235. Fstab_File_System: emmc
  236. Backup_Method: dd
  237.  
  238. /bluetooth | /dev/block/bootdevice/by-name/bluetooth_a | Size: 1MB
  239. Flags: Can_Be_Backed_Up Is_SubPartition IsPresent SlotSelect
  240. SubPartition_Of: /modem
  241. Primary_Block_Device: /dev/block/bootdevice/by-name/bluetooth
  242. Display_Name: bluetooth
  243. Storage_Name: bluetooth
  244. Backup_Path: /bluetooth
  245. Backup_Name: bluetooth
  246. Backup_Display_Name: bluetooth
  247. Storage_Path: /bluetooth
  248. Current_File_System: emmc
  249. Fstab_File_System: emmc
  250. Backup_Method: dd
  251.  
  252. /dsp | /dev/block/bootdevice/by-name/dsp_a | Size: 64MB
  253. Flags: Can_Be_Backed_Up Is_SubPartition IsPresent SlotSelect
  254. SubPartition_Of: /modem
  255. Primary_Block_Device: /dev/block/bootdevice/by-name/dsp
  256. Display_Name: dsp
  257. Storage_Name: dsp
  258. Backup_Path: /dsp
  259. Backup_Name: dsp
  260. Backup_Display_Name: dsp
  261. Storage_Path: /dsp
  262. Current_File_System: emmc
  263. Fstab_File_System: emmc
  264. Backup_Method: dd
  265.  
  266. /efs1 | /dev/block/sdf2 | Size: 2MB
  267. Flags: Can_Be_Backed_Up Has_SubPartition IsPresent
  268. Primary_Block_Device: /dev/block/sdf2
  269. Display_Name: EFS
  270. Storage_Name: EFS
  271. Backup_Path: /efs1
  272. Backup_Name: efs1
  273. Backup_Display_Name: EFS
  274. Storage_Path: /efs1
  275. Current_File_System: emmc
  276. Fstab_File_System: emmc
  277. Backup_Method: dd
  278.  
  279. /efs2 | /dev/block/sdf3 | Size: 2MB
  280. Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
  281. SubPartition_Of: /efs1
  282. Primary_Block_Device: /dev/block/sdf3
  283. Display_Name: efs2
  284. Storage_Name: efs2
  285. Backup_Path: /efs2
  286. Backup_Name: efs2
  287. Backup_Display_Name: efs2
  288. Storage_Path: /efs2
  289. Current_File_System: emmc
  290. Fstab_File_System: emmc
  291. Backup_Method: dd
  292.  
  293. /efsc | /dev/block/sdf5 | Size: 0MB
  294. Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
  295. SubPartition_Of: /efs1
  296. Primary_Block_Device: /dev/block/sdf5
  297. Display_Name: efsc
  298. Storage_Name: efsc
  299. Backup_Path: /efsc
  300. Backup_Name: efsc
  301. Backup_Display_Name: efsc
  302. Storage_Path: /efsc
  303. Current_File_System: emmc
  304. Fstab_File_System: emmc
  305. Backup_Method: dd
  306.  
  307. /efsg | /dev/block/sdf4 | Size: 2MB
  308. Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
  309. SubPartition_Of: /efs1
  310. Primary_Block_Device: /dev/block/sdf4
  311. Display_Name: efsg
  312. Storage_Name: efsg
  313. Backup_Path: /efsg
  314. Backup_Name: efsg
  315. Backup_Display_Name: efsg
  316. Storage_Path: /efsg
  317. Current_File_System: emmc
  318. Fstab_File_System: emmc
  319. Backup_Method: dd
  320.  
  321. /op2 | /dev/block/sda7 | Size: 231MB Used: 8MB Free: 223MB Backup Size: 8MB
  322. Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
  323. Primary_Block_Device: /dev/block/sda7
  324. Display_Name: op2
  325. Storage_Name: op2
  326. Backup_Path: /op2
  327. Backup_Name: op2
  328. Backup_Display_Name: op2
  329. Storage_Path: /op2
  330. Current_File_System: ext4
  331. Fstab_File_System: ext4
  332. Backup_Method: files
  333.  
  334. /usbstorage | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
  335. Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable Is_Storage
  336. Primary_Block_Device: /dev/block/sdg1
  337. Alternate_Block_Device: /dev/block/sdg
  338. Display_Name: USB Storage
  339. Storage_Name: USB Storage
  340. Backup_Path: /usbstorage
  341. Backup_Name: usbstorage
  342. Backup_Display_Name: USB Storage
  343. Storage_Path: /usbstorage
  344. Current_File_System: vfat
  345. Fstab_File_System: vfat
  346. Backup_Method: files
  347. Mount_Flags: 0, Mount_Options: utf8
  348. MTP_Storage_ID: 65538
  349.  
  350. I:Loading package: TWRP (/data/media/TWRP/theme/ui.zip)
  351. I:Loading zip theme
  352. I:Loading package: TWRP (/twres/ui.xml)
  353. I:Load XML directly
  354. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CN.xml' directly
  355. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
  356. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
  357. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_PT.xml' directly
  358. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_TW.xml' directly
  359. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
  360. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/cz.xml' directly
  361. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
  362. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
  363. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
  364. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
  365. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ja.xml' directly
  366. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
  367. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
  368. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
  369. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
  370. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
  371. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
  372. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
  373. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
  374. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/el.xml' directly
  375. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
  376. parsing languageFile
  377. parsing languageFile done
  378. I:PageManager::LoadFileToBuffer loading filename: '/twres/ui.xml' directly
  379. I:Checking resolution...
  380. I:Scaling theme width 1.333333x and height 1.583333x, offsets x: 0 y: 80 w: 0 h: -80
  381. I:Loading resources...
  382. I:Failed to load image from indeterminate013, error -1
  383. I:Loading variables...
  384. I:Loading mouse cursor...
  385. I:Loading pages...
  386. I:Including file: /twres/portrait.xml...
  387. I:PageManager::LoadFileToBuffer loading filename: '/twres/portrait.xml' directly
  388. I:Loading resources...
  389. I:Loading variables...
  390. I:Loading mouse cursor...
  391. I:Loading pages...
  392. I:Loading page main
  393. I:Loading page main2
  394. I:Loading page install
  395. I:Loading page flash_confirm
  396. I:Loading page flash_zip
  397. I:Loading page flash_done
  398. I:Loading page flash_sleep_and_reboot
  399. I:Loading page flashimage_confirm
  400. I:Loading page clear_vars
  401. I:Loading page reboot_system_routine
  402. I:Loading page confirm_action
  403. I:Loading page action_page
  404. I:Loading page singleaction_page
  405. I:Loading page action_complete
  406. I:Loading page filecheck
  407. I:Loading page rebootcheck
  408. I:Loading page appcheck
  409. I:Loading page wipe
  410. I:Loading page advancedwipe
  411. I:Loading page formatdata
  412. I:Loading page formatdata_confirm
  413. I:Loading page checkpartitionlist
  414. I:Loading page partitionoptions
  415. I:Loading page refreshfilesystem
  416. I:Loading page selectfilesystem
  417. I:Loading page backup
  418. I:Loading page backup_options
  419. I:Loading page backupname1
  420. I:Loading page backupname2
  421. I:Loading page backupencryption
  422. I:Loading page backupencryption2
  423. I:Loading page checkbackuppassword
  424. I:Loading page backup_run
  425. I:Loading page restore
  426. I:Unable to open '/data/media/TWRP/BACKUPS/ff28ce5d'
  427. I:Loading page restore_read
  428. I:Loading page restore_decrypt
  429. I:Loading page try_restore_decrypt
  430. I:Loading page restore_select
  431. I:Loading page renamebackup
  432. I:Loading page restore_run
  433. I:Loading page mount
  434. I:Loading page usb_mount
  435. I:Loading page usb_umount
  436. I:Loading page system_readonly_check
  437. I:Loading page reboot
  438. I:Loading page rebootapp
  439. I:Loading page system_readonly
  440. I:Loading page settings
  441. I:Loading page settings_timezone
  442. I:Loading page settings_screen
  443. I:Loading page settings_vibration
  444. I:Loading page settings_language
  445. I:Loading page copylog
  446. I:Loading page advanced
  447. I:Loading page partsdcardsel
  448. I:Loading page partsdcardcheck
  449. I:Loading page partsdcard
  450. I:Loading page htcdumlock
  451. I:Loading page repackselect
  452. I:Loading page repackconfirm
  453. I:Loading page lock
  454. I:Loading page filemanagerlist
  455. I:Loading page filemanageroptions
  456. I:Loading page choosedestinationfolder
  457. I:Loading page filemanagerrenamefile
  458. I:Loading page filemanagerrenamefolder
  459. I:Loading page filemanagerchmod
  460. I:Loading page filemanagerconfirm
  461. I:Loading page filemanageraction
  462. I:Loading page decrypt
  463. I:Loading page decrypt_pattern
  464. I:Loading page trydecrypt
  465. I:Loading page terminalcommand
  466. I:Loading page sideload
  467. I:Loading page fixcontexts
  468. I:Loading page slideout
  469. I:Loading page select_storage
  470. I:Loading page select_language
  471. I:Set page: 'clear_vars'
  472. I:Set page: 'main2'
  473. I:Switching packages (TWRP)
  474. Boot command: bootonce-bootloader
  475. Startup Commands:
  476. ro.boottime.adbd=2135605210
  477. ro.boottime.init=1809
  478. ro.boottime.init.selinux=29
  479. ro.boottime.init.cold_boot_wait=231
  480. ro.boottime.ueventd=1862171381
  481. ro.boottime.boot-1-0=2098591717
  482. ro.boottime.recovery=2108038645
  483. ro.boottime.ldconfigtxt=2108615260
  484. ro.boottime.prepdecrypt=2099174894
  485. ro.boottime.time_daemon=2100071613
  486. ro.boottime.sbinqseecomd=2136379741
  487. ro.boottime.keymaster-4-0=2173660630
  488. ro.boottime.gatekeeper-1-0=2174893287
  489. ro.boottime.servicemanager=2176043860
  490. ro.boottime.set_permissive=2107445364
  491. ro.boottime.hwservicemanager=2097960519
  492. ro.config.ringtone=omni_ringtone1.ogg,omni_ringtone1.ogg
  493. ro.config.alarm_alert=omni_alarm1.ogg
  494. ro.config.notification_sound=omni_notification1.ogg
  495. dalvik.vm.isa.arm.variant=cortex-a53
  496. dalvik.vm.isa.arm.features=default
  497. dalvik.vm.isa.arm64.variant=kryo
  498. dalvik.vm.isa.arm64.features=default
  499. dalvik.vm.lockprof.threshold=500
  500. dalvik.vm.stack-trace-dir=/data/anr
  501. dalvik.vm.image-dex2oat-filter=verify-at-runtime
  502. debug.atrace.tags.enableflags=0
  503. ro.art.hiddenapi.warning=1
  504. ro.com.google.clientidbase=android-google
  505. ro.com.android.wifi-watchlist=GoogleGuest
  506. ro.opa.eligible_device=true
  507. ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
  508. ro.boot.mode=recovery
  509. ro.boot.type=normal
  510. ro.boot.memcg=1
  511. ro.boot.prmec=true
  512. ro.boot.battery.absent=false
  513. ro.boot.console=ttyMSM0
  514. ro.boot.product.hardware.sku=noese
  515. ro.boot.selinux=permissive
  516. ro.boot.baseband=msm
  517. ro.boot.dtbo_idx=7
  518. ro.boot.fastboot=1
  519. ro.boot.hardware=qcom
  520. ro.boot.keymaster=1
  521. ro.boot.bootdevice=1d84000.ufshc
  522. ro.boot.hw_version=21
  523. ro.boot.rf_version=5
  524. ro.boot.prj_version=1
  525. ro.boot.rpmb_enable=true
  526. ro.boot.slot_suffix=_a
  527. ro.boot.startupmode=dc_charger
  528. ro.boot.project_name=18821
  529. ro.boot.usbcontroller=a600000.dwc3
  530. ro.omni.device=guacamole
  531. ro.omni.version=9-20190715-guacamole-HOMEMADE
  532. ro.omni.version.security_patch=
  533. ro.twrp.boot=1
  534. ro.twrp.version=3.3.1-x | blu_spark v9.103
  535. ro.vndk.lite=true
  536. ro.vndk.version=28
  537. ro.wifi.channels=
  538. ro.allow.mock.location=1
  539. ro.board.platform=msmnile
  540. ro.build.id=PQ3A.190705.003
  541. ro.build.date=Mon Jul 15 15:50:49 WEST 2019
  542. ro.build.date.utc=1563202249
  543. ro.build.host=info
  544. ro.build.tags=test-keys
  545. ro.build.type=eng
  546. ro.build.user=stk
  547. ro.build.flavor=omni_guacamole-eng
  548. ro.build.display.id=omni_guacamole-eng 9 PQ3A.190705.003 eng.stk.20190715.155111 test-keys
  549. ro.build.product=OnePlus7Pro
  550. ro.build.selinux=1
  551. ro.build.version.sdk=28
  552. ro.build.version.base_os=
  553. ro.build.version.release=9
  554. ro.build.version.codename=REL
  555. ro.build.version.incremental=eng.stk.20190715.155111
  556. ro.build.version.preview_sdk=0
  557. ro.build.version.all_codenames=REL
  558. ro.build.version.security_patch=2099-12-31
  559. ro.build.version.min_supported_target_sdk=17
  560. ro.build.ab_update=true
  561. ro.build.description=omni_guacamole-eng 9 PQ3A.190705.003 eng.stk.20190715.155111 test-keys
  562. ro.build.characteristics=default
  563. ro.build.system_root_image=true
  564. ro.bionic.ld.warning=1
  565. ro.kernel.android.checkjni=1
  566. ro.secure=0
  567. ro.treble.enabled=false
  568. ro.display.series=OnePlus 7 Pro
  569. ro.product.cpu.abi=arm64-v8a
  570. ro.product.cpu.abilist=armeabi-v7a,armeabi
  571. ro.product.cpu.abilist32=armeabi-v7a,armeabi
  572. ro.product.cpu.abilist64=
  573. ro.product.name=OnePlus7Pro
  574. ro.product.board=msmnile
  575. ro.product.brand=OnePlus
  576. ro.product.model=GM1917
  577. ro.product.device=OnePlus7Pro
  578. ro.product.manufacturer=OnePlus
  579. ro.baseband=msm
  580. ro.bootmode=recovery
  581. ro.hardware=qcom
  582. ro.revision=0
  583. ro.services.whitelist.packagelist=com.google.android.gms
  584. ro.bootimage.build.date=Mon Jul 15 15:50:49 WEST 2019
  585. ro.bootimage.build.date.utc=1563202249
  586. ro.bootimage.build.fingerprint=OnePlus/omni_guacamole/guacamole:9/PQ3A.190705.003/stk07151550:eng/test-keys
  587. ro.bootloader=unknown
  588. ro.debuggable=1
  589. ro.modversion=OmniROM-9-20190715-guacamole-HOMEMADE
  590. ro.setupwizard.enterprise_mode=1
  591. ro.property_service.version=2
  592. ro.control_privapp_permissions=enforce
  593. ro.actionable_compatible_property.enabled=false
  594. fbe.contents=ice
  595. fbe.filenames=aes-256-cts
  596. init.svc.adbd=restarting
  597. init.svc.ueventd=running
  598. init.svc.boot-1-0=running
  599. init.svc.recovery=running
  600. init.svc.ldconfigtxt=stopped
  601. init.svc.prepdecrypt=stopped
  602. init.svc.time_daemon=restarting
  603. init.svc.sbinqseecomd=running
  604. init.svc.keymaster-4-0=running
  605. init.svc.gatekeeper-1-0=running
  606. init.svc.servicemanager=running
  607. init.svc.set_permissive=stopped
  608. init.svc.hwservicemanager=running
  609. twrp.crash_counter=0
  610. twrp.action_complete=0
  611. crypto.ready=1
  612. sys.usb.ffs.ready=1
  613. ro.build.fingerprint=OnePlus/omni_guacamole/guacamole:9/PQ3A.190705.003/stk07151550:eng/test-keys
  614. hwservicemanager.ready=true
  615. ro.persistent_properties.ready=true
  616. ro.boot.serialno=ff28ce5d
  617. ro.serialno=ff28ce5d
  618. service.adb.root=1
  619. net.bt.name=Android
  620. net.tethering.noprovisioning=true
  621. sys.usb.state=adb
  622. sys.usb.controller=a600000.dwc3
  623. persist.sys.usb.config=adb
  624. persist.sys.dalvik.vm.lib.2=libart.so
  625. persist.sys.disable_rescue=true
  626. sys.usb.config=adb
  627. ro.vendor.build.security_patch=2099-12-31
  628. ro.vendor.product.device=OnePlus7Pro
  629. vendor.sys.listeners.registered=true
  630. vendor.usb.controller=a600000.dwc3
  631. vendor.gatekeeper.disable_spu=true
  632. ro.crypto.type=file
  633. ro.crypto.state=encrypted
  634.  
  635. SELinux contexts loaded from /file_contexts
  636. I:Unable to find a directory to store TWRP logs.Full SELinux support is present.
  637. tw_get_context got selinux context: u:object_r:system_data_file:s0
  638. I:Got default contexts and file mode for storage files.
  639. I:TWFunc::Fixup_Time: Pre-fix date and time: 1970-01-01--01-10-22
  640. I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch
  641. I:TWFunc::Fixup_Time: will attempt to use the ats files now.
  642. I:TWFunc::Fixup_Time: no ats files found, leaving untouched!
  643. I:Unable to find a directory to store TWRP logs.I:Unable to find a directory to store TWRP logs.I:Recreating recovery/ folder.
  644. I:Copying file recovery/log to recovery/last_log
  645. I:Mount: Unable to find partition for path '/recovery'
  646. I:Unable to find a directory to store TWRP logs.I:Attempt to load settings from settings file...
  647. I:InfoManager file '/data/media/TWRP/.twrps' not found.
  648. I:Backup folder set to '/data/media/TWRP/BACKUPS/ff28ce5d'
  649. I:Unable to find a directory to store TWRP logs.I:Unable to find cache directory
  650. I:Unable to mount '/usbstorage'
  651. I:Actual block device: '', current file system: 'vfat'
  652. __bionic_open_tzdata: couldn't find any tzdata when looking for CST6CDT,M3.2.0,M11.1.0!
  653. __bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
  654. I:TWFunc::Set_Brightness: Setting brightness control to 102
  655. I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
  656. parsing languageFile
  657. parsing languageFile done
  658. I:Translating partition display names
  659. I:Backup folder set to '/data/media/TWRP/BACKUPS/ff28ce5d'
  660. I:Unable to find a directory to store TWRP logs.I:Starting MTP
  661. I:Cannot find file /sys/class/android_usb/android0/idVendor
  662. I:Cannot find file /sys/class/android_usb/android0/idProduct
  663. I:sending message to add 65537 '/data/media' 'Internal Storage'
  664. I:Message sent, add storage ID: 65537 '/data/media'
  665. MTP Enabled
  666. I:[MTP] Starting MTP
  667. I:Switching packages (TWRP)
  668. I:Set page: 'system_readonly'
  669. I:[MTP] created new mtpserver object
  670. I:[MTP] mtppipe add storage 65537 '/data/media'
  671. E:[MTP] Failed to start usb driver!I:operation_start: 'Toggle System Mount'
  672. I:Unable to find a directory to store TWRP logs.I:operation_end - status=0
  673. I:Set page: 'main'
  674. I:Set page: 'clear_vars'
  675. I:Set page: 'main2'
  676. I:Set page: 'main'
  677. I:Set page: 'clear_vars'
  678. I:Set page: 'main2'
  679. I:Switching packages (TWRP)
  680. I:Starting Adb Backup FIFO
  681. I:Set page: 'main'
  682. I:Set page: 'clear_vars'
  683. I:Set page: 'main2'
  684. I:Set page: 'advanced'
  685. I:Set page: 'main'
  686. I:Set page: 'clear_vars'
  687. I:Set page: 'main2'
  688. I:Set page: 'settings'
  689. I:Set page: 'main'
  690. I:Set page: 'clear_vars'
  691. I:Set page: 'main2'
  692. I:Set page: 'advanced'
  693. I:Set page: 'sideload'
  694. I:Set page: 'main'
  695. I:Set page: 'clear_vars'
  696. I:Set page: 'main2'
  697. I:Set page: 'install'
  698. I:Set page: 'main'
  699. I:Set page: 'clear_vars'
  700. I:Set page: 'main2'
  701. I:Set page: 'install'
  702. I:Set page: 'flash_confirm'
  703. I:Set page: 'install'
  704. I:Set page: 'flash_confirm'
  705. I:Set page: 'flash_zip'
  706. I:operation_start: 'Flashing'
  707. I:Unable to find a directory to store TWRP logs.Installing zip file '/sdcard/lineage-16.0-20191018-nightly-guacamole-signed.zip'
  708. Checking for Digest file...
  709. I:AB zip
  710. I:has_legacy_properties: Could not open /tmp/updater: No such file or directory!
  711. I:Legacy property environment not used in updater.
  712. Failed to parse build number in post-build-incremental=a7db283b60.
  713. __bionic_open_tzdata: couldn't find any tzdata when looking for CST6CDT,M3.2.0,M11.1.0!
  714. __bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
  715. [1231/201146:INFO:sideload_main.cc(207)] Update Engine Sideloading starting
  716. [1231/201146:INFO:boot_control_recovery.cc(77)] Loaded boot_control HAL 'Boot control HAL' version 0.1 authored by 'Code Aurora Forum'.
  717. [1231/201146:INFO:update_attempter_android.cc(207)] Using this install plan:
  718. [1231/201146:INFO:install_plan.cc(77)] InstallPlan: new_update, source_slot: A, target_slot: B, url: file:///sdcard/lineage-16.0-20191018-nightly-guacamole-signed.zip, payload: (size: 743329585, metadata_size: 128518, metadata signature: , hash: D991EC970C7947550B784A5A81FB34222C6EDABB3BE075159C277C1AFD017C26, payload type: unknown), hash_checks_mandatory: false, powerwash_required: false
  719. [1231/201146:INFO:update_attempter_android.cc(391)] Marking booted slot as good.
  720. [1231/201146:INFO:update_attempter_android.cc(406)] Scheduling an action processor start.
  721. [1231/201146:INFO:action_processor.cc(46)] ActionProcessor: starting InstallPlanAction
  722. [1231/201146:INFO:action_processor.cc(116)] ActionProcessor: finished InstallPlanAction with code ErrorCode::kSuccess
  723. [1231/201146:INFO:action_processor.cc(143)] ActionProcessor: starting DownloadAction
  724. [1231/201146:INFO:install_plan.cc(77)] InstallPlan: new_update, source_slot: A, target_slot: B, url: file:///sdcard/lineage-16.0-20191018-nightly-guacamole-signed.zip, payload: (size: 743329585, metadata_size: 128518, metadata signature: , hash: D991EC970C7947550B784A5A81FB34222C6EDABB3BE075159C277C1AFD017C26, payload type: unknown), hash_checks_mandatory: false, powerwash_required: false
  725. [1231/201146:INFO:download_action.cc(195)] Marking new slot as unbootable
  726. [1231/201146:INFO:multi_range_http_fetcher.cc(45)] starting first transfer
  727. [1231/201146:INFO:multi_range_http_fetcher.cc(74)] starting transfer of range 8659+743329585
  728. Step 1/2[1231/201146:INFO:delta_performer.cc(201)] Completed 0/? operations, 16384/743329585 bytes downloaded (0%), overall progress 0%
  729. [1231/201146:INFO:delta_performer.cc(544)] Manifest size in payload matches expected value from Omaha
  730. [1231/201146:INFO:delta_performer.cc(1369)] Verifying metadata hash signature using public key: /etc/update_engine/update-payload-key.pub.pem
  731. [1231/201146:INFO:delta_performer.cc(1411)] Metadata hash signature matches value in Omaha response.
  732. [1231/201146:INFO:delta_performer.cc(1431)] Detected a 'full' payload.
  733. [1231/201146:INFO:delta_performer.cc(382)] PartitionInfo old boot sha256: size: 0
  734. [1231/201146:INFO:delta_performer.cc(382)] PartitionInfo new boot sha256: Lby6WcLW20pGel6l6m8tyHGlTkdHMpqtkMMiHLgSYhk= size: 100663296
  735. [1231/201146:INFO:delta_performer.cc(382)] PartitionInfo old dtbo sha256: size: 0
  736. [1231/201146:INFO:delta_performer.cc(382)] PartitionInfo new dtbo sha256: hAhl9di69BvXH+PYnk7aYfAufLq2KAl/1SAOcL3xGOk= size: 8388608
  737. [1231/201146:INFO:delta_performer.cc(382)] PartitionInfo old system sha256: size: 0
  738. [1231/201146:INFO:delta_performer.cc(382)] PartitionInfo new system sha256: 0inIN9ZYz9WE831MTQ8n8YfLAQHhUMyT6V3SUTNp4ZM= size: 3640655872
  739. [1231/201146:INFO:delta_performer.cc(382)] PartitionInfo old vendor sha256: size: 0
  740. [1231/201146:INFO:delta_performer.cc(382)] PartitionInfo new vendor sha256: C1qNLupIyZAE02Y/KcLsHS2aY5OgB2qVhUetDMKAB7M= size: 1073741824
  741. [1231/201146:INFO:delta_performer.cc(382)] PartitionInfo old vbmeta sha256: size: 0
  742. [1231/201146:INFO:delta_performer.cc(382)] PartitionInfo new vbmeta sha256: AYxH1Nr72iHw4rKf88Ij+aof/WLv9l60oiz5SohHZts= size: 4096
  743. [1231/201146:INFO:delta_performer.cc(368)] Applying 48 operations to partition "boot"
  744. [1231/201146:INFO:delta_performer.cc(661)] Starting to apply update payload operations
  745. [1231/201147:INFO:delta_performer.cc(368)] Applying 4 operations to partition "dtbo"
  746. [1231/201148:INFO:delta_performer.cc(368)] Applying 1736 operations to partition "system"
  747. [1231/201156:INFO:delta_performer.cc(201)] Completed 179/2301 operations (7%), 104071168/743329585 bytes downloaded (14%), overall progress 10%
  748. [1231/201203:INFO:delta_performer.cc(201)] Completed 310/2301 operations (13%), 208142336/743329585 bytes downloaded (28%), overall progress 20%
  749. [1231/201211:INFO:delta_performer.cc(201)] Completed 460/2301 operations (19%), 312213504/743329585 bytes downloaded (42%), overall progress 30%
  750. [1231/201220:INFO:delta_performer.cc(201)] Completed 585/2301 operations (25%), 416268288/743329585 bytes downloaded (56%), overall progress 40%
  751. [1231/201226:INFO:delta_performer.cc(201)] Completed 783/2301 operations (34%), 491323392/743329585 bytes downloaded (66%), overall progress 50%
  752. [1231/201229:INFO:delta_performer.cc(201)] Completed 1243/2301 operations (54%), 491339776/743329585 bytes downloaded (66%), overall progress 60%
  753. [1231/201232:INFO:delta_performer.cc(201)] Completed 1703/2301 operations (74%), 491372544/743329585 bytes downloaded (66%), overall progress 70%
  754. [1231/201236:INFO:delta_performer.cc(368)] Applying 512 operations to partition "vendor"
  755. [1231/201240:INFO:delta_performer.cc(201)] Completed 1887/2301 operations (82%), 584237056/743329585 bytes downloaded (78%), overall progress 80%
  756. I:TWFunc::Set_Brightness: Setting brightness control to 5
  757. I:TWFunc::Set_Brightness: Setting brightness control to 0
  758. I:TWFunc::Set_Brightness: Setting brightness control to 102
  759. [1231/201248:INFO:delta_performer.cc(201)] Completed 2061/2301 operations (89%), 683868160/743329585 bytes downloaded (92%), overall progress 90%
  760. I:Set overlay: ''
  761. [1231/201255:INFO:delta_performer.cc(368)] Applying 1 operations to partition "vbmeta"
  762. [1231/201255:INFO:delta_performer.cc(201)] Completed 2301/2301 operations (100%), 743329585/743329585 bytes downloaded (100%), overall progress 100%
  763. [1231/201255:INFO:delta_performer.cc(1309)] Extracted signature data of size 264 at 743200539
  764. [1231/201255:INFO:multi_range_http_fetcher.cc(112)] terminating transfer
  765. [1231/201255:INFO:multi_range_http_fetcher.cc(172)] Received transfer terminated.
  766. [1231/201255:INFO:multi_range_http_fetcher.cc(124)] TransferEnded w/ code 200
  767. [1231/201255:INFO:multi_range_http_fetcher.cc(158)] Done w/ all transfers
  768. [1231/201255:INFO:delta_performer.cc(1567)] Verifying payload using public key: /etc/update_engine/update-payload-key.pub.pem
  769. [1231/201255:INFO:delta_performer.cc(1604)] Payload hash matches value in payload.
  770. [1231/201255:INFO:action_processor.cc(116)] ActionProcessor: finished DownloadAction with code ErrorCode::kSuccess
  771. [1231/201255:INFO:action_processor.cc(143)] ActionProcessor: starting FilesystemVerifierAction
  772. [1231/201255:INFO:filesystem_verifier_action.cc(108)] Hashing partition 0 (boot) on device /dev/block/bootdevice/by-name/boot_b
  773. Step 2/2[1231/201255:INFO:filesystem_verifier_action.cc(199)] Hash of boot: Lby6WcLW20pGel6l6m8tyHGlTkdHMpqtkMMiHLgSYhk=
  774. [1231/201255:INFO:filesystem_verifier_action.cc(108)] Hashing partition 1 (dtbo) on device /dev/block/bootdevice/by-name/dtbo_b
  775. [1231/201255:INFO:filesystem_verifier_action.cc(199)] Hash of dtbo: hAhl9di69BvXH+PYnk7aYfAufLq2KAl/1SAOcL3xGOk=
  776. [1231/201255:INFO:filesystem_verifier_action.cc(108)] Hashing partition 2 (system) on device /dev/block/bootdevice/by-name/system_b
  777. [1231/201309:INFO:filesystem_verifier_action.cc(199)] Hash of system: 0inIN9ZYz9WE831MTQ8n8YfLAQHhUMyT6V3SUTNp4ZM=
  778. [1231/201309:INFO:filesystem_verifier_action.cc(108)] Hashing partition 3 (vendor) on device /dev/block/bootdevice/by-name/vendor_b
  779. [1231/201313:INFO:filesystem_verifier_action.cc(199)] Hash of vendor: C1qNLupIyZAE02Y/KcLsHS2aY5OgB2qVhUetDMKAB7M=
  780. [1231/201313:INFO:filesystem_verifier_action.cc(108)] Hashing partition 4 (vbmeta) on device /dev/block/bootdevice/by-name/vbmeta_b
  781. [1231/201313:INFO:filesystem_verifier_action.cc(199)] Hash of vbmeta: AYxH1Nr72iHw4rKf88Ij+aof/WLv9l60oiz5SohHZts=
  782. [1231/201313:INFO:action_processor.cc(116)] ActionProcessor: finished FilesystemVerifierAction with code ErrorCode::kSuccess
  783. [1231/201313:INFO:action_processor.cc(143)] ActionProcessor: starting PostinstallRunnerAction
  784. [1231/201313:INFO:postinstall_runner_action.cc(166)] Performing postinst (system/bin/otapreopt_script at /postinstall/system/bin/otapreopt_script) installed on device /dev/block/bootdevice/by-name/system_b and mountable device /dev/block/bootdevice/by-name/system_b
  785. [1231/201313:INFO:postinstall_runner_action.cc(173)] Format file for new system/bin/otapreopt_script is: data
  786. [1231/201313:INFO:subprocess.cc(152)] Subprocess exited with si_status: 127
  787. [1231/201313:INFO:subprocess.cc(156)] Subprocess output:
  788. [0101/011313:ERROR:process.cc(303)] Exec of /postinstall/system/bin/otapreopt_script failed:: No such file or directory
  789.  
  790. [1231/201313:ERROR:postinstall_runner_action.cc(299)] Postinst command failed with code: 127
  791. [1231/201313:INFO:postinstall_runner_action.cc(319)] Ignoring postinstall failure since it is optional
  792. gpt_utils_set_xbl_boot_partition: setting /dev/block/bootdevice/by-name/xbl_b lun as boot lun
  793. get_scsi_node_from_bootdevice:scsi generic node is :/dev/sg5:
  794. [1231/201313:INFO:postinstall_runner_action.cc(352)] All post-install commands succeeded
  795. [1231/201313:INFO:action_processor.cc(116)] ActionProcessor: finished last action PostinstallRunnerAction with code ErrorCode::kSuccess
  796. [1231/201313:INFO:update_attempter_android.cc(294)] Processing Done.
  797. [1231/201313:INFO:update_attempter_android.cc(303)] Update successfully applied, waiting to reboot.
  798. I:Updater process ended with RC=0
  799. I:Install took 87 second(s).
  800. I:operation_start: 'Flashing'
  801. I:Unable to find a directory to store TWRP logs.Installing zip file '/sdcard/sailfishos-guacamole-release-3.1.0.11-alpha1-xreactx.zip'
  802. Checking for Digest file...
  803. I:Update binary zip
  804. Verifying package compatibility...
  805. Package doesn't contain compatibility_not.zip entry
  806. I:Extracting updater binary 'META-INF/com/google/android/update-binary'
  807. I:Zip does not contain SELinux file_contexts file in its root.
  808. I:Legacy property environment not used in updater.
  809. SELinux: Loaded file_contexts
  810.  
  811. ========================================
  812. Hybris Installer
  813. ========================================
  814. ======================================== Device: guacamole
  815. Hybris Installer Version: 3.1.0.11
  816. ======================================== Device: guacamole Version: 3.1.0.11 Image: sailfishos-guacamole-release-3.1.0.11-alpha1-xreactx.tar.bz2
  817. Image: sailfishos-guacamole-release-3.1.0.11-alpha1-xreactx.tar.bz2 Size: 342M
  818. Size: 342M Partitions:
  819. /boot -> /dev/block/bootdevice/by-name/boot
  820. /data -> /dev/block/bootdevice/by-name/userdata
  821. Partitions: /boot -> /dev/block/bootdevice/by-name/boot /data -> /dev/block/bootdevice/by-name/userdata========================================
  822. ========================================
  823. Device check succeeded, mounting filesystems ...
  824. Device check succeeded, mounting filesystems ...detected filesystem ext4 for /dev/block/bootdevice/by-name/userdata
  825. detected filesystem ext4 for /dev/block/bootdevice/by-name/userdata
  826. mount: Failed to mount /dev/block/bootdevice/by-name/userdata at /data: Device or resource busy
  827. mount: Failed to mount /dev/block/bootdevice/by-name/userdata at /data: Device or resource busyCopying filesystem archive ...
  828. Copying filesystem archive ...Copying installation script ...
  829. Running installation script ...
  830. about to run program [/tmp/updater-unpack.sh] with 1 args
  831. Copying installation script ...Running installation script ...tar: exec bunzip2: No such file or directory
  832. tar: read error
  833. run_program: child exited with status 1
  834. script aborted: Failed to extract filesystem!
  835. Failed to extract filesystem!error: 25
  836. Updater process ended with ERROR: 7
  837. I:Install took 2 second(s).
  838. Error installing zip file '/sdcard/sailfishos-guacamole-release-3.1.0.11-alpha1-xreactx.zip'
  839. Updating partition details...
  840. I:Data backup size is 0MB, free: 226484MB.
  841. I:Unable to mount '/usbstorage'
  842. I:Actual block device: '', current file system: 'vfat'
  843. ...done
  844. I:Set page: 'flash_done'
  845. I:operation_end - status=1
  846. OnePlus7Pro:/tmp #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement