maboloshi / mipay-extract

Extract Mi Pay from MIUI China Rom
GNU General Public License v3.0
11 stars 3 forks source link

米9se windows下功能提取 #4

Open maboloshi opened 5 years ago

maboloshi commented 5 years ago

米9se。 将extract.bat修改为

@echo off
pushd %~dp0
if not exist tools\win32\ (
    tools\win32-tools.exe -otools -y
)
call tools\win32-addons\add.bat > NUL
tools\win32\bin\bash.exe -c 'export EXTRA_PRIV="app/SogouInput app/VoiceAssist app/MiuiSuperMarket"; PATH=$PWD/tools/win32/bin bash extract.sh %*'
pause

后(原rom没有VoiceTrigger所以没加),报错

--> deodexing VoiceAssist...
----> classes:
basename: missing operand
Try 'basename --help' for more information.
Can't find file: system/app/VoiceAssist/oat/arm64/VoiceAssist.odex/
--> abort
--> clean deodex
请按任意键继续. . .

检查了一下

VoiceAssist/oat目录下只有一个arm,没有arm64,应怎样修改以通过?

Originally posted by @ltrsunny in https://github.com/maboloshi/mipay-extract/issues/2#issuecomment-481577800

maboloshi commented 5 years ago

@ltrsunny Windows下功能提取 命令如下: extract.bat文件保持原样

E:\work\MIUI2EU\mipay-extract>set EXTRA_PRIV=app/SogouInput app/VoiceAssist app/
MiuiSuperMarket

E:\work\MIUI2EU\mipay-extract>extract.bat --appvault

或者 修改extract.bat文件如下:

@echo off
pushd %~dp0
if not exist tools\win32\ (
    tools\win32-tools.exe -otools -y
)
call tools\win32-addons\add.bat > NUL
tools\win32\bin\bash.exe -c 'EXTRA_PRIV="app/SogouInput app/VoiceAssist app/MiuiSuperMarket" PATH=$PWD/tools/win32/bin bash extract.sh %*'
pause
ltrsunny commented 5 years ago

@ltrsunny Windows下功能提取 命令如下: extract.bat文件保持原样

E:\work\MIUI2EU\mipay-extract>set EXTRA_PRIV=app/SogouInput app/VoiceAssist app/
MiuiSuperMarket

E:\work\MIUI2EU\mipay-extract>extract.bat --appvault

这次卡在小爱了😂。 Can't find file: system/app/VoiceAssist/oat/arm64/VoiceAssist.odex/ 另外小米版讯飞输入法的名字您知道吗?

maboloshi commented 5 years ago

@ltrsunny 你能告诉我 你怎么操作的么 这个脚本本身没问题的

ltrsunny commented 5 years ago

@ltrsunny 你能告诉我 你怎么操作的么 这个脚本本身没问题的

git clone了这个repo,下载mi9se国版rom;分别试了你给的命令法与修改bat法

maboloshi commented 5 years ago

@ltrsunny 我用米9se rom 在mac试了下 确实有报错 我来看看问题在哪

ltrsunny commented 5 years ago

@ltrsunny 我用米9se rom 在mac试了下 确实有报错 我来看看问题在哪

辛苦了

ltrsunny commented 5 years ago

再次反馈,默认脚本+appvault生成的两个包刷入都报错

` Starting TWRP 3.2.3-0401-3f7fc68d on Wed Jan 14 18:54:56 1970 (pid 565) TWRP Version : 3.2.3-0401 Build Date : Mon Apr 1 22:23:39 CST 2019 Build User : wzsx150 BOARD_HAS_NO_REAL_SDCARD := true TW_HAS_REBOOT_EDL := true TW_DEFAULT_DEVICE_NAME := MI 9 SE TW_NO_VERITY_OPT_ENCRYPT := true TW_EXCLUDE_DEL_PWD := true TW_USE_RESTORE_STOCK_REC := true TW_USE_SIGN_BOOT := true TW_USE_LEDS_HAPTICS := true RECOVERY_SDCARD_ON_DATA := true TW_NO_USB_STORAGE := true TW_INCLUDE_CRYPTO := true I:Find_File: Error opening '/sys/class/leds/lcd-backlight' I:Found brightness file at '/sys/devices/platform/soc/ae00000.qcom,mdss_mdp/backlight/panel0-backlight/brightness' I:Got max brightness 2047 from '/sys/devices/platform/soc/ae00000.qcom,mdss_mdp/backlight/panel0-backlight/max_brightness' I:Persist tw_brightness: '818' I:TWFunc::Set_Brightness: Setting brightness control to 818 I:LANG: zh_CN Starting the UI... setting DRM_FORMAT_BGRA8888 and GGL_PIXEL_FORMAT_BGRA_8888 setting DRM_FORMAT_ARGB8888 and GGL_PIXEL_FORMAT_RGBA_8888 setting DRM_FORMAT_ARGB8888 and GGL_PIXEL_FORMAT_RGBA_8888 Using drm graphics. I:TWFunc::Set_Brightness: Setting brightness control to 818 I:Loading package: splash (/twres/splash.xml) I:Load XML directly I:PageManager::LoadFileToBuffer loading filename: '/twres/splash.xml' directly I:Checking resolution... I:Scaling theme width 1.000000x and height 1.171875x, offsets x: 0 y: 90 w: 0 h: -90 I:Loading resources... I:Loading variables... I:Loading mouse cursor... I:Loading pages... I:Loading page splash I:Switching packages (splash) => Linking mtab => Processing /etc/twrp.fstab I:Reading /etc/twrp.fstab I:Processing '/data' I:FBE contents 'ice', filenames 'aes-256-cts' I:Processing '/cache' I:Processing '/system_root' I:Processing '/system_image' I:Processing '/boot' I:Processing '/dtbo' I:Processing '/recovery' I:Processing '/vendor' I:Processing '/vendor_image' I:Processing '/firmware' I:Created '/firmware' folder. I:Processing '/firmware_image' I:Processing '/persist' I:Created '/persist' folder. I:Attempt to load settings from /persist settings file... I:InfoManager loading from '/persist/.twrps_wzsx150'. I:TWFunc::Set_Brightness: Setting brightness control to 818 I:TWFunc::Fixup_Time: Pre-fix date and time: 1970-01-14--18-54-56 I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch I:TWFunc::Fixup_Time: will attempt to use the ats files now. I:TWFunc::Fixup_Time: Setting time offset from file /persist/time/ats_2, offset 1553907590908 I:TWFunc::Fixup_Time: Date and time corrected: 2019-04-12--19-54-47 I:Processing '/persist_image' I:Processing '/persistbak' I:Created '/persistbak' folder. I:Processing '/persistbak_image' I:Processing '/bt_firmware' I:Created '/bt_firmware' folder. I:Processing '/bt_firm_image' I:Processing '/dsp' I:Created '/dsp' folder. I:Processing '/dsp_image' I:Processing '/cust' I:Created '/cust' folder. I:Processing '/cust_image' I:Processing '/logfs' I:Created '/logfs' folder. I:Processing '/splash' I:Processing '/logo' I:Processing '/tz' I:Processing '/misc' I:Processing '/keystore' I:Processing '/ssd' I:Processing '/frp' I:Processing '/ddr' I:Processing '/devinfo' I:Processing '/fsc' I:Processing '/sec' I:Processing '/fsg' I:Processing '/efs1' I:Processing '/efs2' I:Processing '/abl' I:Processing '/xbl' I:Processing '/msadp' I:Processing '/apdp' I:Processing '/cmnlib64' I:Processing '/cmnlib' I:Processing '/keymaster' I:Processing '/hyp' I:Processing '/devcfg' I:Processing '/usb-otg' I:Created '/usb-otg' folder. I:Done processing fstab files I:Setting up '/data' as data/media emulated storage. I:mount -o bind '/data/media' '/sdcard' process ended with RC=0 I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0 I:File Based Encryption is present I:update osversion: start I:system: ro.build.version.release=[9] I:system: ro.build.version.security_patch=[2019-04-01] I:system: os_version=[9.0.0] I:system: os_patch_level=[2019-04] I:system: osversion_val=[301990196(0x12000134)] I:system: osversion_val is ok I:update osversion: process '/dev/block/bootdevice/by-name/recovery' I:recovery: osversion_val=[301990196(0x12000134)] I:recovery: os_version=[9.0.0] I:recovery: os_patch_level=[2019-04] I:recovery and system osversion_val is the same, skipped e4crypt_initialize_global_de calling retrieveAndInstallKey Key exists, using: /data/unencrypted/key Using Keymaster HAL: 4 from QTI for encryption. Security level: TRUSTED_ENVIRONMENT, HAL: android.hardware.keymaster@4.0::IKeymasterDevice/default Added key 52955015 (ext4:90258afc46a800bd) to keyring 71783045 in process 565 Added key 997857613 (f2fs:90258afc46a800bd) to keyring 71783045 in process 565 Added key 90657640 (fscrypt:90258afc46a800bd) to keyring 71783045 in process 565 contents mode 'ice' filenames 'aes-256-cts' Wrote system DE key reference to:/data/unencrypted/ref e4crypt_init_user0 Preparing: /data/misc/vold/user_keys Preparing: /data/misc/vold/user_keys/ce Preparing: /data/misc/vold/user_keys/de Skipping non-de-key .. Using Keymaster HAL: 4 from QTI for encryption. Security level: TRUSTED_ENVIRONMENT, HAL: android.hardware.keymaster@4.0::IKeymasterDevice/default Added key 1023585612 (ext4:bf080402c6be1602) to keyring 71783045 in process 565 Added key 264404411 (f2fs:bf080402c6be1602) to keyring 71783045 in process 565 Added key 832118605 (fscrypt:bf080402c6be1602) to keyring 71783045 in process 565 Installed de key for user 0 Skipping non-de-key . e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1 Preparing: /data/system/users/0 Preparing: /data/misc/profiles/cur/0 Preparing: /data/system_de/0 Preparing: /data/misc_de/0 Preparing: /data/vendor_de/0 Preparing: /data/user_de/0 contents mode 'ice' filenames 'aes-256-cts' not actually forking for vold_prepare_subdirs Using synthetic password method Handle is '46205909657dd5e0' get synthetic password type: pattern I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' I:Settings storage is '/data/media/0' I:update osversion: already done, skipped Updating partition details... I:Data backup size is 6731MB, free: 42083MB. I:Unable to mount '/usb-otg' I:Actual block device: '', current file system: 'vfat' I:Translating partition display names I:String resources not loaded when looking for 'system'. Using default value. I:String resources not loaded when looking for 'system_image'. Using default value. I:String resources not loaded when looking for 'vendor'. Using default value. I:String resources not loaded when looking for 'vendor_image'. Using default value. I:String resources not loaded when looking for 'cache'. Using default value. I:String resources not loaded when looking for 'boot'. Using default value. I:String resources not loaded when looking for 'recovery'. Using default value. I:String resources not loaded when looking for 'data'. Using default value. I:String resources not loaded when looking for 'data_backup'. Using default value. I:String resources not loaded when looking for 'internal'. Using default value. I:String resources not loaded when looking for 'usbotg'. Using default value. I:String resources not loaded when looking for 'usbotg'. Using default value. I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' ...done I:Unmounting main partitions...

Partition Logs: /data | /dev/block/sda29 | Size: 51974MB Used: 6731MB Free: 42083MB Backup Size: 6731MB Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Is_Encrypted Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage Symlink_Path: /data/media/0 Symlink_Mount_Point: /sdcard Primary_Block_Device: /dev/block/sda29 Display_Name: Data Storage_Name: Internal Storage Backup_Path: /data Backup_Name: data Backup_Display_Name: Data (excl. storage) Storage_Path: /data/media/0 Current_File_System: ext4 Fstab_File_System: ext4 Backup_Method: files MTP_Storage_ID: 65537

/cache | /dev/block/sda27 | Size: 231MB Used: 0MB Free: 231MB Backup Size: 0MB Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Primary_Block_Device: /dev/block/sda27 Display_Name: Cache Storage_Name: Cache Backup_Path: /cache Backup_Name: cache Backup_Display_Name: Cache Storage_Path: /cache Current_File_System: ext4 Fstab_File_System: ext4 Backup_Method: files

/system_root | /dev/block/sde49 | Size: 3471MB Used: 3033MB Free: 438MB Backup Size: 3033MB Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Mount_Read_Only Primary_Block_Device: /dev/block/sde49 Display_Name: System Storage_Name: System Backup_Path: /system_root Backup_Name: system_root Backup_Display_Name: System Storage_Path: /system_root Current_File_System: ext4 Fstab_File_System: ext4 Backup_Method: files

/system_image | /dev/block/sde49 | Size: 3584MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde49 Display_Name: System Image Storage_Name: system_image Backup_Path: /system_image Backup_Name: system_image Backup_Display_Name: System Image Storage_Path: /system_image Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/boot | /dev/block/sde43 | Size: 128MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde43 Display_Name: Boot Storage_Name: boot Backup_Path: /boot Backup_Name: boot Backup_Display_Name: Boot Storage_Path: /boot Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/dtbo | /dev/block/sde38 | Size: 24MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde38 Display_Name: dtbo Storage_Name: dtbo Backup_Path: /dtbo Backup_Name: dtbo Backup_Display_Name: dtbo Storage_Path: /dtbo Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/recovery | /dev/block/sda26 | Size: 64MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sda26 Display_Name: Recovery Storage_Name: recovery Backup_Path: /recovery Backup_Name: recovery Backup_Display_Name: Recovery Storage_Path: /recovery Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/vendor | /dev/block/sde48 | Size: 1487MB Used: 942MB Free: 545MB Backup Size: 942MB Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent Mount_Read_Only Primary_Block_Device: /dev/block/sde48 Display_Name: Vendor Storage_Name: Vendor Backup_Path: /vendor Backup_Name: vendor Backup_Display_Name: Vendor Storage_Path: /vendor Current_File_System: ext4 Fstab_File_System: ext4 Backup_Method: files

/vendor_image | /dev/block/sde48 | Size: 1536MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde48 Display_Name: Vendor Image Storage_Name: Vendor_image Backup_Path: /vendor_image Backup_Name: vendor_image Backup_Display_Name: Vendor Image Storage_Path: /vendor_image Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/firmware | /dev/block/sde47 | Size: 191MB Used: 127MB Free: 64MB Backup Size: 127MB Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Primary_Block_Device: /dev/block/sde47 Display_Name: Firmware Storage_Name: Firmware Backup_Path: /firmware Backup_Name: firmware Backup_Display_Name: Firmware Storage_Path: /firmware Current_File_System: vfat Fstab_File_System: vfat Backup_Method: files

/firmware_image | /dev/block/sde47 | Size: 192MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde47 Display_Name: Firmware Storage_Name: Firmware Backup_Path: /firmware_image Backup_Name: firmware_image Backup_Display_Name: Firmware Storage_Path: /firmware_image Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/persist | /dev/block/sda22 | Size: 57MB Used: 1MB Free: 56MB Backup Size: 1MB Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent Primary_Block_Device: /dev/block/sda22 Display_Name: Persist Storage_Name: Persist Backup_Path: /persist Backup_Name: persist Backup_Display_Name: Persist Storage_Path: /persist Current_File_System: ext4 Fstab_File_System: ext4 Backup_Method: files

/persist_image | /dev/block/sda22 | Size: 64MB Flags: IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sda22 Display_Name: Persist Storage_Name: Persist Backup_Path: /persist_image Backup_Name: persist_image Backup_Display_Name: Persist Storage_Path: /persist_image Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/persistbak | /dev/block/sda23 | Size: 57MB Used: 0MB Free: 57MB Backup Size: 0MB Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent Primary_Block_Device: /dev/block/sda23 Display_Name: Persist_backup Storage_Name: Persist_backup Backup_Path: /persistbak Backup_Name: persistbak Backup_Display_Name: Persist_backup Storage_Path: /persistbak Current_File_System: ext4 Fstab_File_System: ext4 Backup_Method: files

/persistbak_image | /dev/block/sda23 | Size: 64MB Flags: IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sda23 Display_Name: Persist_backup Storage_Name: Persist_backup Backup_Path: /persistbak_image Backup_Name: persistbak_image Backup_Display_Name: Persist_backup Storage_Path: /persistbak_image Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/bt_firmware | /dev/block/sde23 | Size: 63MB Used: 0MB Free: 63MB Backup Size: 0MB Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent Primary_Block_Device: /dev/block/sde23 Display_Name: bluetooth Storage_Name: bluetooth Backup_Path: /bt_firmware Backup_Name: bt_firmware Backup_Display_Name: bluetooth Storage_Path: /bt_firmware Current_File_System: vfat Fstab_File_System: vfat Backup_Method: files

/bt_firm_image | /dev/block/sde23 | Size: 1MB Flags: IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde23 Display_Name: bluetooth Storage_Name: bluetooth Backup_Path: /bt_firm_image Backup_Name: bt_firm_image Backup_Display_Name: bluetooth Storage_Path: /bt_firm_image Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/dsp | /dev/block/sde42 | Size: 27MB Used: 18MB Free: 9MB Backup Size: 18MB Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent Primary_Block_Device: /dev/block/sde42 Display_Name: dsp Storage_Name: dsp Backup_Path: /dsp Backup_Name: dsp Backup_Display_Name: dsp Storage_Path: /dsp Current_File_System: ext4 Fstab_File_System: ext4 Backup_Method: files

/dsp_image | /dev/block/sde42 | Size: 48MB Flags: IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde42 Display_Name: dsp Storage_Name: dsp Backup_Path: /dsp_image Backup_Name: dsp_image Backup_Display_Name: dsp Storage_Path: /dsp_image Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/cust | /dev/block/sda28 | Size: 975MB Used: 1MB Free: 974MB Backup Size: 1MB Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent Primary_Block_Device: /dev/block/sda28 Display_Name: cust Storage_Name: cust Backup_Path: /cust Backup_Name: cust Backup_Display_Name: cust Storage_Path: /cust Current_File_System: ext4 Fstab_File_System: ext4 Backup_Method: files

/cust_image | /dev/block/sda28 | Size: 1024MB Flags: IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sda28 Display_Name: cust Storage_Name: cust Backup_Path: /cust_image Backup_Name: cust_image Backup_Display_Name: cust Storage_Path: /cust_image Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/logfs | /dev/block/sda14 | Size: 4MB Used: 0MB Free: 4MB Backup Size: 0MB Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent Primary_Block_Device: /dev/block/sda14 Display_Name: logfs Storage_Name: logfs Backup_Path: /logfs Backup_Name: logfs Backup_Display_Name: logfs Storage_Path: /logfs Current_File_System: vfat Fstab_File_System: vfat Backup_Method: files

/splash | /dev/block/sda20 | Size: 32MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sda20 Display_Name: splash Storage_Name: splash Backup_Path: /splash Backup_Name: splash Backup_Display_Name: splash Storage_Path: /splash Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/logo | /dev/block/sde41 | Size: 64MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde41 Display_Name: logo Storage_Name: logo Backup_Path: /logo Backup_Name: logo Backup_Display_Name: logo Storage_Path: /logo Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/tz | /dev/block/sde30 | Size: 2MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde30 Display_Name: tz Storage_Name: tz Backup_Path: /tz Backup_Name: tz Backup_Display_Name: tz Storage_Path: /tz Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/misc | /dev/block/sda11 | Size: 4MB Flags: IsPresent Primary_Block_Device: /dev/block/sda11 Display_Name: misc Storage_Name: misc Backup_Path: /misc Backup_Name: misc Backup_Display_Name: misc Storage_Path: /misc Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/keystore | /dev/block/sda8 | Size: 0MB Flags: IsPresent Primary_Block_Device: /dev/block/sda8 Display_Name: keystore Storage_Name: keystore Backup_Path: /keystore Backup_Name: keystore Backup_Display_Name: keystore Storage_Path: /keystore Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/ssd | /dev/block/sda2 | Size: 0MB Flags: IsPresent Primary_Block_Device: /dev/block/sda2 Display_Name: ssd Storage_Name: ssd Backup_Path: /ssd Backup_Name: ssd Backup_Display_Name: ssd Storage_Path: /ssd Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/frp | /dev/block/sda9 | Size: 0MB Flags: IsPresent Primary_Block_Device: /dev/block/sda9 Display_Name: frp Storage_Name: frp Backup_Path: /frp Backup_Name: frp Backup_Display_Name: frp Storage_Path: /frp Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/ddr | /dev/block/sdd4 | Size: 1MB Flags: IsPresent Primary_Block_Device: /dev/block/sdd4 Display_Name: ddr Storage_Name: ddr Backup_Path: /ddr Backup_Name: ddr Backup_Display_Name: ddr Storage_Path: /ddr Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/devinfo | /dev/block/sda17 | Size: 16MB Flags: IsPresent Primary_Block_Device: /dev/block/sda17 Display_Name: devinfo Storage_Name: devinfo Backup_Path: /devinfo Backup_Name: devinfo Backup_Display_Name: devinfo Storage_Path: /devinfo Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/fsc | /dev/block/sdf1 | Size: 0MB Flags: IsPresent Primary_Block_Device: /dev/block/sdf1 Display_Name: fsc Storage_Name: fsc Backup_Path: /fsc Backup_Name: fsc Backup_Display_Name: fsc Storage_Path: /fsc Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/sec | /dev/block/sde1 | Size: 0MB Flags: IsPresent Primary_Block_Device: /dev/block/sde1 Display_Name: sec Storage_Name: sec Backup_Path: /sec Backup_Name: sec Backup_Display_Name: sec Storage_Path: /sec Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/fsg | /dev/block/sde33 | Size: 8MB Flags: Can_Be_Backed_Up IsPresent Primary_Block_Device: /dev/block/sde33 Display_Name: fsg Storage_Name: fsg Backup_Path: /fsg Backup_Name: fsg Backup_Display_Name: fsg Storage_Path: /fsg Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/efs1 | /dev/block/sdf6 | Size: 8MB Flags: Can_Be_Backed_Up Has_SubPartition IsPresent Primary_Block_Device: /dev/block/sdf6 Display_Name: EFS Storage_Name: EFS Backup_Path: /efs1 Backup_Name: efs1 Backup_Display_Name: EFS Storage_Path: /efs1 Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/efs2 | /dev/block/sdf7 | Size: 8MB Flags: Can_Be_Backed_Up Is_SubPartition IsPresent SubPartition_Of: /efs1 Primary_Block_Device: /dev/block/sdf7 Display_Name: efs2 Storage_Name: efs2 Backup_Path: /efs2 Backup_Name: efs2 Backup_Display_Name: efs2 Storage_Path: /efs2 Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/abl | /dev/block/sde28 | Size: 2MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde28 Display_Name: abl Storage_Name: abl Backup_Path: /abl Backup_Name: abl Backup_Display_Name: abl Storage_Path: /abl Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/xbl | /dev/block/sdb2 | Size: 7MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sdb2 Display_Name: xbl Storage_Name: xbl Backup_Path: /xbl Backup_Name: xbl Backup_Display_Name: xbl Storage_Path: /xbl Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/msadp | /dev/block/sde7 | Size: 0MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde7 Display_Name: msadp Storage_Name: msadp Backup_Path: /msadp Backup_Name: msadp Backup_Display_Name: msadp Storage_Path: /msadp Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/apdp | /dev/block/sde6 | Size: 0MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde6 Display_Name: apdp Storage_Name: apdp Backup_Path: /apdp Backup_Name: apdp Backup_Display_Name: apdp Storage_Path: /apdp Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/cmnlib64 | /dev/block/sde18 | Size: 1MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde18 Display_Name: cmnlib64 Storage_Name: cmnlib64 Backup_Path: /cmnlib64 Backup_Name: cmnlib64 Backup_Display_Name: cmnlib64 Storage_Path: /cmnlib64 Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/cmnlib | /dev/block/sde16 | Size: 1MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde16 Display_Name: cmnlib Storage_Name: cmnlib Backup_Path: /cmnlib Backup_Name: cmnlib Backup_Display_Name: cmnlib Storage_Path: /cmnlib Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/keymaster | /dev/block/sde21 | Size: 1MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde21 Display_Name: keymaster Storage_Name: keymaster Backup_Path: /keymaster Backup_Name: keymaster Backup_Display_Name: keymaster Storage_Path: /keymaster Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/hyp | /dev/block/sde35 | Size: 8MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde35 Display_Name: hyp Storage_Name: hyp Backup_Path: /hyp Backup_Name: hyp Backup_Display_Name: hyp Storage_Path: /hyp Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/devcfg | /dev/block/sde12 | Size: 0MB Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img Primary_Block_Device: /dev/block/sde12 Display_Name: devcfg Storage_Name: devcfg Backup_Path: /devcfg Backup_Name: devcfg Backup_Display_Name: devcfg Storage_Path: /devcfg Current_File_System: emmc Fstab_File_System: emmc Backup_Method: dd

/usb-otg | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable Is_Storage Primary_Block_Device: /dev/block/sdg1 Alternate_Block_Device: /dev/block/sdg Display_Name: USB-OTG Storage_Name: USB-OTG Backup_Path: /usb-otg Backup_Name: usb-otg Backup_Display_Name: USB-OTG Storage_Path: /usb-otg Current_File_System: vfat Fstab_File_System: vfat Backup_Method: files Mount_Flags: 0, Mount_Options: utf8 MTP_Storage_ID: 65538

I:Loading package: TWRP (/twres/ui.xml) I:Load XML directly I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CN.xml' directly I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly parsing languageFile parsing languageFile done I:PageManager::LoadFileToBuffer loading filename: '/twres/ui.xml' directly I:Checking resolution... I:Scaling theme width 1.000000x and height 1.171875x, offsets x: 0 y: 90 w: 0 h: -90 I:Loading resources... I:Failed to load image from indeterminate013, error -1 I:Loading variables... I:Loading mouse cursor... I:Loading pages... I:Including file: /twres/portrait.xml... I:PageManager::LoadFileToBuffer loading filename: '/twres/portrait.xml' directly I:Loading resources... I:Loading variables... I:Loading mouse cursor... I:Loading pages... I:Loading page main I:Loading page main2 I:Loading page install I:Loading page flash_confirm I:Loading page flash_zip I:Loading page flash_done I:Loading page flash_sleep_and_reboot I:Loading page flashimage_confirm I:Loading page clear_vars I:Loading page reboot_system_routine I:Loading page confirm_action I:Loading page action_page I:Loading page singleaction_page I:Loading page action_complete I:Loading page filecheck I:Loading page rebootcheck I:Loading page appcheck I:Loading page wipe I:Loading page advancedwipe I:Loading page formatdata I:Loading page formatdata_confirm I:Loading page checkpartitionlist I:Loading page partitionoptions I:Loading page refreshfilesystem I:Loading page selectfilesystem I:Loading page backup I:Loading page backup_options I:Loading page backupname1 I:Loading page backupname2 I:Loading page backupencryption I:Loading page backupencryption2 I:Loading page checkbackuppassword I:Loading page backup_run I:Loading page restore I:Unable to open '/data/media/0/TWRP/BACKUPS/a225c992' I:Loading page restore_read I:Loading page restore_decrypt I:Loading page try_restore_decrypt I:Loading page restore_select I:Loading page renamebackup I:Loading page restore_run I:Loading page mount I:Loading page usb_mount I:Loading page usb_umount I:Loading page system_readonly_check I:Loading page reboot I:Loading page rebootapp I:Loading page system_readonly I:Loading page settings I:Loading page settings_timezone I:Loading page settings_screen I:Loading page settings_vibration I:Loading page settings_language I:Loading page copylog I:Loading page rmforceencrypt I:Loading page close_avb_2 I:Loading page advanced I:Loading page partsdcardsel I:Loading page partsdcardcheck I:Loading page partsdcard I:Loading page htcdumlock I:Loading page lock I:Loading page filemanagerlist I:Loading page filemanageroptions I:Loading page choosedestinationfolder I:Loading page filemanagerrenamefile I:Loading page filemanagerrenamefolder I:Loading page filemanagerchmod I:Loading page filemanagerconfirm I:Loading page filemanageraction I:Loading page decrypt I:Loading page decrypt_pattern I:Loading page trydecrypt I:Loading page terminalcommand I:Loading page sideload I:Loading page fixcontexts I:Loading page installsu I:Loading page installsu_userdo I:Loading page slideout I:Loading page select_storage I:Loading page select_language I:Set page: 'decrypt_pattern' I:Switching packages (TWRP) SELinux contexts loaded from /file_contexts Full SELinux support is present. Startup Commands:

ro.boottime.adbd=5439431507 ro.boottime.init=3475 ro.boottime.init.selinux=58 ro.boottime.init.cold_boot_wait=1443 ro.boottime.logd=5409508486 ro.boottime.ueventd=3933581299 ro.boottime.recovery=5418603851 ro.boottime.ldconfigtxt=5419965778 ro.boottime.logd-reinit=5411000101 ro.boottime.sbinqseecomd=5807454580 ro.boottime.fingerprintid=3934492914 ro.boottime.keymaster-4-0=5842391455 ro.boottime.gatekeeper-1-0=5843739163 ro.boottime.servicemanager=5408292288 ro.boottime.set_permissive=5417261924 ro.boottime.hwservicemanager=5406975570 ro.config.ringtone=omni_ringtone1.ogg,omni_ringtone1.ogg ro.config.alarm_alert=omni_alarm1.ogg ro.config.notification_sound=omni_notification1.ogg ro.dalvik.vm.native.bridge=0 dalvik.vm.isa.arm.variant=cortex-a9 dalvik.vm.isa.arm.features=default dalvik.vm.isa.arm64.variant=kryo300 dalvik.vm.isa.arm64.features=default dalvik.vm.dexopt.secondary=true dalvik.vm.usejit=true dalvik.vm.lockprof.threshold=500 dalvik.vm.dex2oat-Xms=64m dalvik.vm.dex2oat-Xmx=512m dalvik.vm.appimageformat=lz4 dalvik.vm.usejitprofiles=true dalvik.vm.stack-trace-dir=/data/anr dalvik.vm.image-dex2oat-Xms=64m dalvik.vm.image-dex2oat-Xmx=64m dalvik.vm.image-dex2oat-filter=verify-at-runtime dalvik.vm.dex2oat-minidebuginfo=true debug.atrace.tags.enableflags=0 ro.sf.lcd_density=480 ro.adb.secure=0 ro.art.hiddenapi.warning=1 ro.com.google.clientidbase=android-xiaomi ro.com.android.dataroaming=false ro.com.android.wifi-watchlist=GoogleGuest ro.opa.eligible_device=true ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html ro.boot.dp=0x0 ro.boot.hwc=CN ro.boot.cpuid=0x69803c71 ro.boot.console=ttyMSM0 ro.boot.hwlevel=MP ro.boot.init_rc=/init.rc ro.boot.ramdump=disable ro.boot.selinux=permissive ro.boot.baseband=msm ro.boot.configfs=true ro.boot.dtbo_idx=49 ro.boot.hardware=qcom ro.boot.hwversion=3.9.0 ro.boot.keymaster=1 ro.boot.bootdevice=1d84000.ufshc ro.boot.secureboot=1 ro.boot.avb_version=1.1 ro.boot.usbcontroller=a600000.dwc3 ro.boot.verifiedbootstate=orange ro.omni.device=xiaomi9se ro.omni.version=9-20190401-xiaomi9se-HOMEMADE ro.omni.version.security_patch= ro.twrp.boot=1 ro.twrp.version=3.2.3-0401 ro.vndk.lite=true ro.vndk.version=28 ro.wifi.channels= ro.allow.mock.location=1 ro.board.platform=sdm710 ro.build.id=PQ2A.190305.002 ro.build.date=Mon Apr 1 22:23:39 CST 2019 ro.build.date.utc=1420041600 ro.build.host=wzsx150-virtual-machine ro.build.tags=test-keys ro.build.type=eng ro.build.user=wzsx150 ro.build.flavor=omni_xiaomi9se-eng ro.build.display.id=omni_xiaomi9se-eng 9 PQ2A.190305.002 eng.wzsx15.20190401.222851 test-keys ro.build.product=grus ro.build.selinux=1 ro.build.version.sdk=28 ro.build.version.base_os= ro.build.version.release=9 ro.build.version.codename=REL ro.build.version.incremental=eng.wzsx15.20190401.222851 ro.build.version.preview_sdk=0 ro.build.version.all_codenames=REL ro.build.version.security_patch=2019-04-01 ro.build.version.min_supported_target_sdk=17 ro.build.description=grus-user 9 PKQ1.181121.001 V10.2.3.0.PFBCNXM release-keys ro.build.characteristics=default ro.build.system_root_image=true ro.bionic.ld.warning=1 ro.kernel.android.checkjni=1 ro.secure=0 ro.treble.enabled=true ro.zygote=zygote32 ro.carrier=unknown ro.product.cpu.abi=arm64-v8a ro.product.cpu.abilist=armeabi-v7a,armeabi ro.product.cpu.abilist32=armeabi-v7a,armeabi ro.product.cpu.abilist64= ro.product.name=grus ro.product.board=sdm710 ro.product.brand=Xiaomi ro.product.model=MI 9 SE ro.product.device=grus ro.product.locale=zh-CN ro.product.locale.region=CN ro.product.locale.language=zh ro.product.vendor.name=omni_xiaomi9se ro.product.vendor.brand=Xiaomi ro.product.vendor.model=MI 9 SE ro.product.vendor.device=xiaomi9se ro.product.vendor.manufacturer=Xiaomi ro.product.manufacturer=Xiaomi ro.baseband=msm ro.bootmode=unknown ro.hardware=qcom ro.revision=0 ro.services.whitelist.packagelist=com.google.android.gms ro.bootimage.build.date=Mon Apr 1 22:23:39 CST 2019 ro.bootimage.build.date.utc=1554128619 ro.bootimage.build.fingerprint=Xiaomi/omni_xiaomi9se/xiaomi9se:9/PQ2A.190305.002/wzsx15004012223:eng/test-keys ro.bootloader=unknown ro.debuggable=1 ro.modversion=OmniROM-9-20190401-xiaomi9se-HOMEMADE ro.recovery_id=0x4cad8eafbbe1b1cd660ab0f9b6131d6ee4f33664000000000000000000000000 ro.setupwizard.enterprise_mode=1 ro.property_service.version=2 ro.control_privapp_permissions=enforce ro.actionable_compatible_property.enabled=false fbe.contents=ice fbe.filenames=aes-256-cts init.svc.adbd=running init.svc.logd=running init.svc.ueventd=running init.svc.recovery=running init.svc.ldconfigtxt=stopped init.svc.logd-reinit=stopped init.svc.sbinqseecomd=running init.svc.fingerprintid=stopped init.svc.keymaster-4-0=running init.svc.gatekeeper-1-0=running init.svc.servicemanager=running init.svc.set_permissive=stopped init.svc.hwservicemanager=running twrp.crash_counter=0 twrp.fingerprintid.prop=1 twrp.fingerprintid.system=/dev/block/by-name/system twrp.fingerprintid.vendor=/dev/block/by-name/vendor twrp.action_complete=0 twrp.update_osversion.counter=1 keyguard.no_require_sim=true recovery.perf.mode=0 tombstoned.max_tombstone_count=50 sys.usb.ffs.ready=1 ro.build.fingerprint=Xiaomi/polaris/polaris:8.0.0/OPR1.170623.032/V9.5.19.0.ODGMIFA:user/release-keys hwservicemanager.ready=true log.tag.stats_log=I ro.logd.size.stats=64K ro.persistent_properties.ready=true pm.dexopt.boot=extract pm.dexopt.ab-ota=speed-profile pm.dexopt.shared=speed pm.dexopt.install=speed-profile pm.dexopt.inactive=verify pm.dexopt.bg-dexopt=speed-profile pm.dexopt.first-boot=extract ro.boot.serialno=a225c992 ro.serialno=a225c992 service.adb.root=1 net.bt.name=Android net.tethering.noprovisioning=true sys.usb.state=adb sys.usb.controller=a600000.dwc3 persist.sys.usb.config=adb persist.sys.dalvik.vm.lib.2=libart.so persist.sys.country=CN persist.sys.language=zh persist.sys.timezone=Asia/Shanghai persist.sys.disable_rescue=true persist.sys.isUsbOtgEnabled=true sys.usb.config=adb ro.vendor.build.date=Mon Apr 1 22:23:39 CST 2019 ro.vendor.build.date.utc=1554128619 ro.vendor.build.fingerprint=Xiaomi/omni_xiaomi9se/xiaomi9se:9/PQ2A.190305.002/wzsx15004012223:eng/test-keys ro.vendor.build.security_patch=2018-08-05 ro.vendor.product.cpu.abilist=armeabi-v7a,armeabi ro.vendor.product.cpu.abilist32=armeabi-v7a,armeabi ro.vendor.product.cpu.abilist64= vendor.sys.listeners.registered=true ro.crypto.type=file ro.crypto.state=encrypted

I:Copying file /cache/recovery/log to /cache/recovery/last_log I:Is encrypted, do decrypt page first I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CN.xml' directly parsing languageFile parsing languageFile done I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' I:Switching packages (TWRP) I:Set page: 'decrypt' I:Set page: 'decrypt_pattern' I:Set page: 'trydecrypt' I:operation_start: 'Decrypt' I:Decrypting FBE for user 0 Using synthetic password method Handle is '46205909657dd5e0' get synthetic password type: pattern Using synthetic password method Handle is '46205909657dd5e0' using secdis keystoreid matched handle_sub: '46205909657dd5e0' copying '/data/misc/keystore/user_0/1000_USRPKEY_synthetic_password_46205909657dd5e0' to '/tmp/misc/keystore/user_0/0_USRPKEY_synthetic_password_46205909657dd5e0' copying '/data/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^10' to '/tmp/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^10' copying '/data/misc/keystore/user_0/.10157_chr_USRPKEY_ee8643797a6fe69a25b63f3d7ddcafe5dcec0883b39e1762c67a946ed068321e' to '/tmp/misc/keystore/user_0/.10157_chr_USRPKEY_ee8643797a6fe69a25b63f3d7ddcafe5dcec0883b39e1762c67a946ed068321e' copying '/data/misc/keystore/user_0/.masterkey' to '/tmp/misc/keystore/user_0/.masterkey' copying '/data/misc/keystore/user_0/.10075_chr_USRPKEY_RSA_KEY' to '/tmp/misc/keystore/user_0/.10075_chr_USRPKEY_RSA_KEY' copying '/data/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^3' to '/tmp/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^3' copying '/data/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^7' to '/tmp/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^7' copying '/data/misc/keystore/user_0/10030_USRCERT_RSA_KEY' to '/tmp/misc/keystore/user_0/10030_USRCERT_RSA_KEY' copying '/data/misc/keystore/user_0/.10038_chr_USRPKEY_snet_test_keys' to '/tmp/misc/keystore/user_0/.10038_chr_USRPKEY_snet_test_keys' copying '/data/misc/keystore/user_0/.10030_chr_USRPKEY_RSA_KEY' to '/tmp/misc/keystore/user_0/.10030_chr_USRPKEY_RSA_KEY' copying '/data/misc/keystore/user_0/10157_USRPKEY_1oAMTJkBFw9W_FEq1hqUamfbatoDZTX4dgzbT9s94BY' to '/tmp/misc/keystore/user_0/10157_USRPKEY_1oAMTJkBFw9W_FEq1hqUamfbatoDZTX4dgzbT9s94BY' copying '/data/misc/keystore/user_0/.10053_chr_USRPKEY_RSA_KEY' to '/tmp/misc/keystore/user_0/.10053_chr_USRPKEY_RSA_KEY' copying '/data/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^1' to '/tmp/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^1' copying '/data/misc/keystore/user_0/10157_USRPKEY_CMCC_SDK' to '/tmp/misc/keystore/user_0/10157_USRPKEY_CMCC_SDK' copying '/data/misc/keystore/user_0/10038_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^12' to '/tmp/misc/keystore/user_0/10038_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^12' copying '/data/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^6' to '/tmp/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^6' copying '/data/misc/keystore/user_0/10075_USRPKEY_RSA_KEY' to '/tmp/misc/keystore/user_0/10075_USRPKEY_RSA_KEY' copying '/data/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^2' to '/tmp/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^2' copying '/data/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^9' to '/tmp/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^9' copying '/data/misc/keystore/user_0/.10038_chr_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^12' to '/tmp/misc/keystore/user_0/.10038_chr_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^12' copying '/data/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^1' to '/tmp/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^1' copying '/data/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^9' to '/tmp/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^9' copying '/data/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^5' to '/tmp/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^5' copying '/data/misc/keystore/user_0/.10159_chr_USRPKEY_CMCC_SDK' to '/tmp/misc/keystore/user_0/.10159_chr_USRPKEY_CMCC_SDK' copying '/data/misc/keystore/user_0/.1000_chr_USRPKEY_synthetic_password_46205909657dd5e0' to '/tmp/misc/keystore/user_0/.0_chr_USRPKEY_synthetic_password_46205909657dd5e0' copying '/data/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963b+^3' to '/tmp/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963b+^3' copying '/data/misc/keystore/user_0/10171_USRPKEY_RSA_KEY' to '/tmp/misc/keystore/user_0/10171_USRPKEY_RSA_KEY' copying '/data/misc/keystore/user_0/10157_USRCERT_1oAMTJkBFw9W_FEq1hqUamfbatoDZTX4dgzbT9s94BY' to '/tmp/misc/keystore/user_0/10157_USRCERT_1oAMTJkBFw9W_FEq1hqUamfbatoDZTX4dgzbT9s94BY' copying '/data/misc/keystore/user_0/10038_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^13' to '/tmp/misc/keystore/user_0/10038_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^13' copying '/data/misc/keystore/user_0/10053_USRPKEY_RSA_KEY' to '/tmp/misc/keystore/user_0/10053_USRPKEY_RSA_KEY' copying '/data/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^8' to '/tmp/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^8' copying '/data/misc/keystore/user_0/10038_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^4' to '/tmp/misc/keystore/user_0/10038_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^4' copying '/data/misc/keystore/user_0/.10038_chr_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^11' to '/tmp/misc/keystore/user_0/.10038_chr_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^11' copying '/data/misc/keystore/user_0/.10038_chr_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^8' to '/tmp/misc/keystore/user_0/.10038_chr_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^8' copying '/data/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^13' to '/tmp/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^13' copying '/data/misc/keystore/user_0/10030_USRPKEY_RSA_KEY' to '/tmp/misc/keystore/user_0/10030_USRPKEY_RSA_KEY' copying '/data/misc/keystore/user_0/10171_USRCERT_RSA_KEY' to '/tmp/misc/keystore/user_0/10171_USRCERT_RSA_KEY' copying '/data/misc/keystore/user_0/10038_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^9' to '/tmp/misc/keystore/user_0/10038_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^9' copying '/data/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^7' to '/tmp/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^7' copying '/data/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^12' to '/tmp/misc/keystore/user_0/10038_CACERT_unstable+^825349ac930c2370b39f30e7d789963a+^12' copying '/data/misc/keystore/user_0/10038_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^5' to '/tmp/misc/keystore/user_0/10038_USRPKEY_unstable+^825349ac930c2370b39f30e7d789963a+^5' copying '/data/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^8' to '/tmp/misc/keystore/user_0/10038_USRCERT_unstable+^825349ac930c2370b39f30e7d789963a+^8' copying '/data/misc/keystore/user_0/10159_USRCERT_CMCC_SDK' to '/tmp/misc/keystore/user_0/10159_USRCERT_CMCC_SDK' Starting keystore service... Starting keystore_auth service... spblob v2 Stopping keystore... e4crypt_unlock_user_key 0 serial=0 token_present=0 Skipping non-key .. Skipping non-key . Trying user CE key /data/misc/vold/user_keys/ce/0/current Successfully retrieved key Added key 11054198 (ext4:b06c41fb0df02675) to keyring 71783045 in process 565 Added key 231761033 (f2fs:b06c41fb0df02675) to keyring 71783045 in process 565 Added key 88279718 (fscrypt:b06c41fb0df02675) to keyring 71783045 in process 565 Installed ce key for user 0 e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1 Preparing: /data/system/users/0 Preparing: /data/misc/profiles/cur/0 Preparing: /data/system_de/0 Preparing: /data/misc_de/0 Preparing: /data/vendor_de/0 Preparing: /data/user_de/0 contents mode 'ice' filenames 'aes-256-cts' not actually forking for vold_prepare_subdirs Decrypted Successfully! Data分区已成功解密 I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' 正在更新分区详情... I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0 I:Data backup size is 6731MB, free: 42083MB. I:Unable to mount '/usb-otg' I:Actual block device: '', current file system: 'vfat' I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' 完成... I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0 /data | /dev/block/sda29 | Size: 51974MB Used: 6731MB Free: 42083MB Backup Size: 6731MB Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Is_Encrypted Is_Decrypted Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage Symlink_Path: /data/media/0 Symlink_Mount_Point: /sdcard Primary_Block_Device: /dev/block/sda29 Display_Name: Data Storage_Name: 内置存储 Backup_Path: /data Backup_Name: data Backup_Display_Name: Data(不包含内置存储) Storage_Path: /data/media/0 Current_File_System: ext4 Fstab_File_System: ext4 Backup_Method: files MTP_Storage_ID: 65537

I:Unmounting main partitions... tw_get_context got selinux context: u:object_r:media_rw_data_file:s0 I:Got default contexts and file mode for storage files. I:Decrypt adopted storage starting I:PageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly I:No /data/system/storage.xml for adopted storage I:Set page: 'main' I:Set page: 'clear_vars' I:Set page: 'main2' I:operation_end - status=0 I:Set page: 'main' I:Set page: 'clear_vars' I:Set page: 'main2' I:Switching packages (TWRP) I:Attempt to load settings from settings file... I:InfoManager loading from '/data/media/0/TWRP/.twrps_wzsx150'. I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab I:Version number saved to '/cache/recovery/.version' I:Unable to mount '/usb-otg' I:Actual block device: '', current file system: 'vfat' I:TWFunc::Set_Brightness: Setting brightness control to 818 I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CN.xml' directly parsing languageFile parsing languageFile done I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' I:Starting MTP I:Cannot find file /sys/class/android_usb/android0/idVendor I:Cannot find file /sys/class/android_usb/android0/idProduct I:[MTP] Starting MTP I:sending message to add 65537 '/data/media/0' '内置存储' I:Message sent, add storage ID: 65537 '/data/media/0' MTP已启用 I:Check_Lifetime_Writes result: '0' I:Switching packages (TWRP) I:Set page: 'system_readonly' I:[MTP] created new mtpserver object I:[MTP] MtpServer::run fd: 21 I:[MTP] mtppipe add storage 65537 '/data/media/0' I:[MTP] MtpStorage id: 65537 path: /data/media/0 I:Set overlay: 'select_language' I:Set overlay: '' I:operation_start: 'Set Language' I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CN.xml' directly parsing languageFile parsing languageFile done I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' I:operation_end - status=0 I:Loading package: TWRP (/data/media/0/TWRP/theme/ui_wzsx150.zip) I:Loading zip theme I:Failed to load package '/data/media/0/TWRP/theme/ui_wzsx150.zip'. I:Attempting to reload stock theme... I:Loading package: TWRP (/twres/ui.xml) I:Load XML directly I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CN.xml' directly I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly parsing languageFile parsing languageFile done I:PageManager::LoadFileToBuffer loading filename: '/twres/ui.xml' directly I:Checking resolution... I:Scaling theme width 1.000000x and height 1.171875x, offsets x: 0 y: 90 w: 0 h: -90 I:Loading resources... I:Failed to load image from indeterminate013, error -1 I:Loading variables... I:Loading mouse cursor... I:Loading pages... I:Including file: /twres/portrait.xml... I:PageManager::LoadFileToBuffer loading filename: '/twres/portrait.xml' directly I:Loading resources... I:Loading variables... I:Loading mouse cursor... I:Loading pages... I:Loading page main I:Loading page main2 I:Loading page install I:Loading page flash_confirm I:Loading page flash_zip I:Loading page flash_done I:Loading page flash_sleep_and_reboot I:Loading page flashimage_confirm I:Loading page clear_vars I:Loading page reboot_system_routine I:Loading page confirm_action I:Loading page action_page I:Loading page singleaction_page I:Loading page action_complete I:Loading page filecheck I:Loading page rebootcheck I:Loading page appcheck I:Loading page wipe I:Loading page advancedwipe I:Loading page formatdata I:Loading page formatdata_confirm I:Loading page checkpartitionlist I:Loading page partitionoptions I:Loading page refreshfilesystem I:Loading page selectfilesystem I:Loading page backup I:Loading page backup_options I:Loading page backupname1 I:Loading page backupname2 I:Loading page backupencryption I:Loading page backupencryption2 I:Loading page checkbackuppassword I:Loading page backup_run I:Loading page restore I:Unable to open '/data/media/0/TWRP/BACKUPS/a225c992' I:Loading page restore_read I:Loading page restore_decrypt I:Loading page try_restore_decrypt I:Loading page restore_select I:Loading page renamebackup I:Loading page restore_run I:Loading page mount I:Loading page usb_mount I:Loading page usb_umount I:Loading page system_readonly_check I:Loading page reboot I:Loading page rebootapp I:Loading page system_readonly I:Loading page settings I:Loading page settings_timezone I:Loading page settings_screen I:Loading page settings_vibration I:Loading page settings_language I:Loading page copylog I:Loading page rmforceencrypt I:Loading page close_avb_2 I:Loading page advanced I:Loading page partsdcardsel I:Loading page partsdcardcheck I:Loading page partsdcard I:Loading page htcdumlock I:Loading page lock I:Loading page filemanagerlist I:Loading page filemanageroptions I:Loading page choosedestinationfolder I:Loading page filemanagerrenamefile I:Loading page filemanagerrenamefolder I:Loading page filemanagerchmod I:Loading page filemanagerconfirm I:Loading page filemanageraction I:Loading page decrypt I:Loading page decrypt_pattern I:Loading page trydecrypt I:Loading page terminalcommand I:Loading page sideload I:Loading page fixcontexts I:Loading page installsu I:Loading page installsu_userdo I:Loading page slideout I:Loading page select_storage I:Loading page select_language I:Switching packages (TWRP) I:Loading language 'zh_CN' I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CN.xml' directly parsing languageFile parsing languageFile done I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' I:operation_start: 'Toggle System Mount' I:operation_end - status=0 I:Set page: 'main' I:Set page: 'clear_vars' I:Set page: 'main2' I:Set page: 'main' I:Set page: 'clear_vars' I:Set page: 'main2' I:Starting Adb Backup FIFO I:Switching packages (TWRP) I:Set page: 'main' I:Set page: 'clear_vars' I:Set page: 'main2' I:Set page: 'install' I:Set page: 'flash_confirm' I:Set page: 'install' I:Set page: 'flash_confirm' I:Set page: 'flash_zip' I:operation_start: 'Flashing' 正在安装zip刷机包:/sdcard/eufix-appvault-GRUS-V10.2.5.0.PFBCNXM.zip 正在检测Digest文件... 跳过Digest校验:没有找到Digest文件! I:Update binary zip I:Zip does not contain SELinux file_contexts file in its root. I:Legacy property environment not used in updater.

**** MIUI 9/10 xiaomi.eu Rom Fix ****by @linusyang version: GRUS-V10.2.5.0.PFBCNXM Mounting filesystems...mount: can't find /system in /etc/fstab Archive: /sdcard/eufix-appvault-GRUS-V10.2.5.0.PFBCNXM.zip creating: META-INF/ creating: META-INF/com/ creating: META-INF/com/google/ creating: META-INF/com/google/android/ inflating: META-INF/com/google/android/update-binary creating: system/app/MetokNLP/ inflating: system/app/MetokNLP/MetokNLP.apk creating: system/app/MetokNLP/lib/ creating: system/app/MetokNLP/lib/arm64/ inflating: system/app/MetokNLP/lib/arm64/libjni_metok.so inflating: system/app/MetokNLP/lib/arm64/liblocSDK6c.so inflating: system/app/MetokNLP/lib/arm64/libmiui_apssdk.so creating: system/priv-app/PersonalAssistant/ inflating: system/priv-app/PersonalAssistant/PersonalAssistant.apk creating: system/priv-app/PersonalAssistant/lib/ creating: system/priv-app/PersonalAssistant/lib/arm/ inflating: system/priv-app/PersonalAssistant/lib/arm/libAPSE_1.1.5.so inflating: system/priv-app/PersonalAssistant/lib/arm/libBaiduMapSDK_base_v4_3_2.so inflating: system/priv-app/PersonalAssistant/lib/arm/libTrafficRadar.so inflating: system/priv-app/PersonalAssistant/lib/arm/libdidi_secure.so inflating: system/priv-app/PersonalAssistant/lib/arm/libflybird.so inflating: system/priv-app/PersonalAssistant/lib/arm/libjni-interface-lib.so inflating: system/priv-app/PersonalAssistant/lib/arm/libnative-lib.so inflating: system/priv-app/PersonalAssistant/lib/arm/libserverkey.so inflating: system/priv-app/PersonalAssistant/lib/arm/libsgmain.so inflating: system/priv-app/PersonalAssistant/lib/arm/libsgmainso-6.3.87.so inflating: system/priv-app/PersonalAssistant/lib/arm/libsqlcipher.so inflating: system/priv-app/PersonalAssistant/lib/arm/libtbtv3312.so inflating: system/priv-app/PersonalAssistant/lib/arm/libweibosdkcore.so

Clean files... Adding files...cp: can't create directory '/system/system/priv-app/': No such file or directory

Error: Failed to copy priv-appsAborting... Failed to install xiaomi.eu rom fix!Updater过程结束,错误:1 I:Install took 1 second(s). 安装zip刷机包/sdcard/eufix-appvault-GRUS-V10.2.5.0.PFBCNXM.zip时出错 正在更新分区详情... I:Data backup size is 6731MB, free: 42083MB. I:Unable to mount '/usb-otg' I:Actual block device: '', current file system: 'vfat' I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' 完成... I:Set page: 'flash_done' I:operation_end - status=1 I:Set page: 'confirm_action' I:Set page: 'clear_vars' I:Set page: 'flash_done' I:Set page: 'clear_vars' I:Set page: 'install' I:Set page: 'flash_confirm' I:Set page: 'flash_zip' I:operation_start: 'Flashing' 正在安装zip刷机包:/sdcard/eufix-appvault-GRUS-V10.2.5.0.PFBCNXM.zip 正在检测Digest文件... 跳过Digest校验:没有找到Digest文件! I:Update binary zip I:Zip does not contain SELinux file_contexts file in its root. I:Legacy property environment not used in updater.

**** MIUI 9/10 xiaomi.eu Rom Fix ****by @linusyangversion: GRUS-V10.2.5.0.PFBCNXMMounting filesystems...mount: can't find /system in /etc/fstab Archive: /sdcard/eufix-appvault-GRUS-V10.2.5.0.PFBCNXM.zip creating: META-INF/ creating: META-INF/com/ creating: META-INF/com/google/ creating: META-INF/com/google/android/ inflating: META-INF/com/google/android/update-binary creating: system/app/MetokNLP/ inflating: system/app/MetokNLP/MetokNLP.apk creating: system/app/MetokNLP/lib/ creating: system/app/MetokNLP/lib/arm64/ inflating: system/app/MetokNLP/lib/arm64/libjni_metok.so inflating: system/app/MetokNLP/lib/arm64/liblocSDK6c.so inflating: system/app/MetokNLP/lib/arm64/libmiui_apssdk.so creating: system/priv-app/PersonalAssistant/ inflating: system/priv-app/PersonalAssistant/PersonalAssistant.apk creating: system/priv-app/PersonalAssistant/lib/ creating: system/priv-app/PersonalAssistant/lib/arm/ inflating: system/priv-app/PersonalAssistant/lib/arm/libAPSE_1.1.5.so inflating: system/priv-app/PersonalAssistant/lib/arm/libBaiduMapSDK_base_v4_3_2.so inflating: system/priv-app/PersonalAssistant/lib/arm/libTrafficRadar.so inflating: system/priv-app/PersonalAssistant/lib/arm/libdidi_secure.so inflating: system/priv-app/PersonalAssistant/lib/arm/libflybird.so inflating: system/priv-app/PersonalAssistant/lib/arm/libjni-interface-lib.so inflating: system/priv-app/PersonalAssistant/lib/arm/libnative-lib.so inflating: system/priv-app/PersonalAssistant/lib/arm/libserverkey.so inflating: system/priv-app/PersonalAssistant/lib/arm/libsgmain.so inflating: system/priv-app/PersonalAssistant/lib/arm/libsgmainso-6.3.87.so inflating: system/priv-app/PersonalAssistant/lib/arm/libsqlcipher.so inflating: system/priv-app/PersonalAssistant/lib/arm/libtbtv3312.so inflating: system/priv-app/PersonalAssistant/lib/arm/libweibosdkcore.so

Clean files... Adding files...cp: can't create directory '/system/system/priv-app/': No such file or directory

Error: Failed to copy priv-appsAborting... Failed to install xiaomi.eu rom fix!Updater过程结束,错误:1 I:Install took 1 second(s). 安装zip刷机包/sdcard/eufix-appvault-GRUS-V10.2.5.0.PFBCNXM.zip时出错 正在更新分区详情... I:Data backup size is 6731MB, free: 42083MB. I:Unable to mount '/usb-otg' I:Actual block device: '', current file system: 'vfat' I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' 完成... I:Set page: 'flash_done' I:operation_end - status=1 I:Set page: 'clear_vars' I:Set page: 'install' I:Set page: 'flash_confirm' I:Set page: 'flash_zip' I:operation_start: 'Flashing' 正在安装zip刷机包:/sdcard/mipay-GRUS-V10.2.5.0.PFBCNXM.zip 正在检测Digest文件... 跳过Digest校验:没有找到Digest文件! I:Update binary zip I:Zip does not contain SELinux file_contexts file in its root. I:Legacy property environment not used in updater.


  • MIUI 9/10 MiPay Addons *

    by @linusyang version: GRUS-V10.2.5.0.PFBCNXM Mounting filesystems... mount: can't find /system in /etc/fstab Archive: /sdcard/mipay-GRUS-V10.2.5.0.PFBCNXM.zip creating: META-INF/ creating: META-INF/com/ creating: META-INF/com/google/ creating: META-INF/com/google/android/ inflating: META-INF/com/google/android/update-binary creating: system/ creating: system/app/ creating: system/app/Mipay/ inflating: system/app/Mipay/Mipay.apk creating: system/app/NextPay/ inflating: system/app/NextPay/NextPay.apk creating: system/app/NextPay/lib/ creating: system/app/NextPay/lib/arm64/ inflating: system/app/NextPay/lib/arm64/libentryexpro.so inflating: system/app/NextPay/lib/arm64/libuptsmaddonmi.so creating: system/app/TSMClient/ inflating: system/app/TSMClient/TSMClient.apk creating: system/app/UPTsmService/ inflating: system/app/UPTsmService/UPTsmService.apk creating: system/app/UPTsmService/lib/ creating: system/app/UPTsmService/lib/arm64/ inflating: system/app/UPTsmService/lib/arm64/libentryexpro.so inflating: system/app/UPTsmService/lib/arm64/libuptsmaddonmi.so inflating: system/app/UPTsmService/lib/arm64/libuptsmservice.so

Clean files... Adding files...cp: can't create directory '/system/system/app/Mipay': No such file or directory cp: can't create directory '/system/system/app/NextPay': No such file or directory cp: can't create directory '/system/system/app/TSMClient': No such file or directory cp: can't create directory '/system/system/app/UPTsmService': No such file or directory

Error: Failed copy appsAborting... Failed to install mipay addons!Updater过程结束,错误:1 I:Install took 1 second(s). 安装zip刷机包/sdcard/mipay-GRUS-V10.2.5.0.PFBCNXM.zip时出错 正在更新分区详情... I:Data backup size is 6731MB, free: 42083MB. I:Unable to mount '/usb-otg' I:Actual block device: '', current file system: 'vfat' I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' 完成... I:Set page: 'flash_done' I:operation_end - status=1 I:Set page: 'clear_vars' I:Set page: 'install' I:Set page: 'main' I:Set page: 'clear_vars' I:Set page: 'main2' I:Set page: 'advanced' I:Set page: 'main' I:Set page: 'clear_vars' I:Set page: 'main2' I:Set page: 'mount' Truncating string cache entries. I:Set page: 'main' I:Set page: 'clear_vars' I:Set page: 'main2' I:Set page: 'install' I:Set page: 'flash_confirm' I:Set page: 'flash_zip' I:operation_start: 'Flashing' 正在安装zip刷机包:/sdcard/eufix-appvault-GRUS-V10.2.5.0.PFBCNXM.zip 正在检测Digest文件... 跳过Digest校验:没有找到Digest文件! I:Update binary zip I:Zip does not contain SELinux file_contexts file in its root. I:Legacy property environment not used in updater.


  • MIUI 9/10 xiaomi.eu Rom Fix *

    by @linusyang version: GRUS-V10.2.5.0.PFBCNXM Mounting filesystems... mount: can't find /system in /etc/fstab mount: can't find /system in /proc/mounts

Failed to mount read-write!Remount as read-write...Archive: /sdcard/eufix-appvault-GRUS-V10.2.5.0.PFBCNXM.zip creating: META-INF/ creating: META-INF/com/ creating: META-INF/com/google/ creating: META-INF/com/google/android/ inflating: META-INF/com/google/android/update-binary creating: system/app/MetokNLP/ inflating: system/app/MetokNLP/MetokNLP.apk creating: system/app/MetokNLP/lib/ creating: system/app/MetokNLP/lib/arm64/ inflating: system/app/MetokNLP/lib/arm64/libjni_metok.so inflating: system/app/MetokNLP/lib/arm64/liblocSDK6c.so inflating: system/app/MetokNLP/lib/arm64/libmiui_apssdk.so creating: system/priv-app/PersonalAssistant/ inflating: system/priv-app/PersonalAssistant/PersonalAssistant.apk creating: system/priv-app/PersonalAssistant/lib/ creating: system/priv-app/PersonalAssistant/lib/arm/ inflating: system/priv-app/PersonalAssistant/lib/arm/libAPSE_1.1.5.so inflating: system/priv-app/PersonalAssistant/lib/arm/libBaiduMapSDK_base_v4_3_2.so inflating: system/priv-app/PersonalAssistant/lib/arm/libTrafficRadar.so inflating: system/priv-app/PersonalAssistant/lib/arm/libdidi_secure.so inflating: system/priv-app/PersonalAssistant/lib/arm/libflybird.so inflating: system/priv-app/PersonalAssistant/lib/arm/libjni-interface-lib.so inflating: system/priv-app/PersonalAssistant/lib/arm/libnative-lib.so inflating: system/priv-app/PersonalAssistant/lib/arm/libserverkey.so inflating: system/priv-app/PersonalAssistant/lib/arm/libsgmain.so inflating: system/priv-app/PersonalAssistant/lib/arm/libsgmainso-6.3.87.so inflating: system/priv-app/PersonalAssistant/lib/arm/libsqlcipher.so inflating: system/priv-app/PersonalAssistant/lib/arm/libtbtv3312.so inflating: system/priv-app/PersonalAssistant/lib/arm/libweibosdkcore.so

Clean files... Adding files...cp: can't create directory '/system/system/priv-app/': No such file or directory

Error: Failed to copy priv-appsAborting... Failed to install xiaomi.eu rom fix!Updater过程结束,错误:1 I:Install took 1 second(s). 安装zip刷机包/sdcard/eufix-appvault-GRUS-V10.2.5.0.PFBCNXM.zip时出错 正在更新分区详情... I:Data backup size is 6731MB, free: 42083MB. I:Unable to mount '/usb-otg' I:Actual block device: '', current file system: 'vfat' I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' 完成... I:Set page: 'flash_done' I:operation_end - status=1 I:Set page: 'clear_vars' I:Set page: 'install' I:Set page: 'flash_confirm' I:Set page: 'flash_zip' I:operation_start: 'Flashing' 正在安装zip刷机包:/sdcard/mipay-GRUS-V10.2.5.0.PFBCNXM.zip 正在检测Digest文件... 跳过Digest校验:没有找到Digest文件! I:Update binary zip I:Zip does not contain SELinux file_contexts file in its root. I:Legacy property environment not used in updater.


  • MIUI 9/10 MiPay Addons ***by @linusyangversion: GRUS-V10.2.5.0.PFBCNXMMounting filesystems...mount: can't find /system in /etc/fstab mount: can't find /system in /proc/mounts

Failed to mount read-write!Remount as read-write...Archive: /sdcard/mipay-GRUS-V10.2.5.0.PFBCNXM.zip creating: META-INF/ creating: META-INF/com/ creating: META-INF/com/google/ creating: META-INF/com/google/android/ inflating: META-INF/com/google/android/update-binary creating: system/ creating: system/app/ creating: system/app/Mipay/ inflating: system/app/Mipay/Mipay.apk creating: system/app/NextPay/ inflating: system/app/NextPay/NextPay.apk creating: system/app/NextPay/lib/ creating: system/app/NextPay/lib/arm64/ inflating: system/app/NextPay/lib/arm64/libentryexpro.so inflating: system/app/NextPay/lib/arm64/libuptsmaddonmi.so creating: system/app/TSMClient/ inflating: system/app/TSMClient/TSMClient.apk creating: system/app/UPTsmService/ inflating: system/app/UPTsmService/UPTsmService.apk creating: system/app/UPTsmService/lib/ creating: system/app/UPTsmService/lib/arm64/ inflating: system/app/UPTsmService/lib/arm64/libentryexpro.so inflating: system/app/UPTsmService/lib/arm64/libuptsmaddonmi.so inflating: system/app/UPTsmService/lib/arm64/libuptsmservice.so

Clean files... Adding files...cp: can't create directory '/system/system/app/Mipay': No such file or directory cp: can't create directory '/system/system/app/NextPay': No such file or directory cp: can't create directory '/system/system/app/TSMClient': No such file or directory cp: can't create directory '/system/system/app/UPTsmService': No such file or directory

Error: Failed copy appsAborting... Failed to install mipay addons!Updater过程结束,错误:1 I:Install took 1 second(s). 安装zip刷机包/sdcard/mipay-GRUS-V10.2.5.0.PFBCNXM.zip时出错 正在更新分区详情... I:Data backup size is 6731MB, free: 42083MB. I:Unable to mount '/usb-otg' I:Actual block device: '', current file system: 'vfat' I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' 完成... I:Set page: 'flash_done' I:operation_end - status=1 I:Set page: 'confirm_action' I:Set page: 'action_page' I:operation_start: 'Format' 使用mke2fs格式化Cache... I:mke2fs command: mke2fs -t ext4 -m 0 /dev/block/sda27 mke2fs 1.43.3 (04-Sep-2016) Discarding device blocks: 4096/65536 done
Creating filesystem with 65536 4k blocks and 65536 inodes Filesystem UUID: 49da86ec-56be-4230-ae46-0e1821e0e7f8 Superblock backups stored on blocks: 32768

Allocating group tables: 0/2 done
Writing inode tables: 0/2 done
Creating journal (4096 blocks): done Writing superblocks and filesystem accounting information: 0/2 done

I:mke2fs -t ext4 -m 0 /dev/block/sda27 process ended with RC=0 完成... I:Recreating /cache/recovery folder. I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab I:Version number saved to '/cache/recovery/.version' 正在更新分区详情... I:Data backup size is 6731MB, free: 42083MB. I:Unable to mount '/usb-otg' I:Actual block device: '', current file system: 'vfat' I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' 完成... I:Set page: 'action_complete' I:operation_end - status=0 I:operation_start: 'Format' 正在清除Dalvik Cache目录... 已清除:/data/dalvik-cache Dalvik Cache目录清除完毕! 正在更新分区详情... I:Data backup size is 6392MB, free: 42424MB. I:Unable to mount '/usb-otg' I:Actual block device: '', current file system: 'vfat' I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' 完成... I:operation_end - status=0 I:Set page: 'clear_vars' I:Set page: 'flash_done' I:Set page: 'clear_vars' I:Set page: 'install' I:Set page: 'flash_confirm' I:Set page: 'flash_zip' I:operation_start: 'Flashing' 正在安装zip刷机包:/sdcard/eufix-appvault-GRUS-V10.2.5.0.PFBCNXM.zip 正在检测Digest文件... 跳过Digest校验:没有找到Digest文件! I:Update binary zip I:Zip does not contain SELinux file_contexts file in its root. I:Legacy property environment not used in updater.


  • MIUI 9/10 xiaomi.eu Rom Fix *

    by @linusyang version: GRUS-V10.2.5.0.PFBCNXM Mounting filesystems... mount: can't find /system in /etc/fstab mount: can't find /system in /proc/mounts

Failed to mount read-write!Remount as read-write...Archive: /sdcard/eufix-appvault-GRUS-V10.2.5.0.PFBCNXM.zip creating: META-INF/ creating: META-INF/com/ creating: META-INF/com/google/ creating: META-INF/com/google/android/ inflating: META-INF/com/google/android/update-binary creating: system/app/MetokNLP/ inflating: system/app/MetokNLP/MetokNLP.apk creating: system/app/MetokNLP/lib/ creating: system/app/MetokNLP/lib/arm64/ inflating: system/app/MetokNLP/lib/arm64/libjni_metok.so inflating: system/app/MetokNLP/lib/arm64/liblocSDK6c.so inflating: system/app/MetokNLP/lib/arm64/libmiui_apssdk.so creating: system/priv-app/PersonalAssistant/ inflating: system/priv-app/PersonalAssistant/PersonalAssistant.apk creating: system/priv-app/PersonalAssistant/lib/ creating: system/priv-app/PersonalAssistant/lib/arm/ inflating: system/priv-app/PersonalAssistant/lib/arm/libAPSE_1.1.5.so inflating: system/priv-app/PersonalAssistant/lib/arm/libBaiduMapSDK_base_v4_3_2.so inflating: system/priv-app/PersonalAssistant/lib/arm/libTrafficRadar.so inflating: system/priv-app/PersonalAssistant/lib/arm/libdidi_secure.so inflating: system/priv-app/PersonalAssistant/lib/arm/libflybird.so inflating: system/priv-app/PersonalAssistant/lib/arm/libjni-interface-lib.so inflating: system/priv-app/PersonalAssistant/lib/arm/libnative-lib.so inflating: system/priv-app/PersonalAssistant/lib/arm/libserverkey.so inflating: system/priv-app/PersonalAssistant/lib/arm/libsgmain.so inflating: system/priv-app/PersonalAssistant/lib/arm/libsgmainso-6.3.87.so inflating: system/priv-app/PersonalAssistant/lib/arm/libsqlcipher.so inflating: system/priv-app/PersonalAssistant/lib/arm/libtbtv3312.so inflating: system/priv-app/PersonalAssistant/lib/arm/libweibosdkcore.so

Clean files... Adding files...cp: can't create directory '/system/system/priv-app/': No such file or directory

Error: Failed to copy priv-appsAborting... Failed to install xiaomi.eu rom fix!Updater过程结束,错误:1 I:Install took 1 second(s). 安装zip刷机包/sdcard/eufix-appvault-GRUS-V10.2.5.0.PFBCNXM.zip时出错 正在更新分区详情... I:Data backup size is 6392MB, free: 42424MB. I:Unable to mount '/usb-otg' I:Actual block device: '', current file system: 'vfat' I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' 完成... I:Set page: 'flash_done' I:operation_end - status=1 I:Set page: 'clear_vars' I:Set page: 'install' I:Set page: 'flash_confirm' I:Set page: 'flash_zip' I:operation_start: 'Flashing' 正在安装zip刷机包:/sdcard/mipay-GRUS-V10.2.5.0.PFBCNXM.zip 正在检测Digest文件... 跳过Digest校验:没有找到Digest文件! I:Update binary zip I:Zip does not contain SELinux file_contexts file in its root. I:Legacy property environment not used in updater.


  • MIUI 9/10 MiPay Addons *

    by @linusyang version: GRUS-V10.2.5.0.PFBCNXM Mounting filesystems... mount: can't find /system in /etc/fstab mount: can't find /system in /proc/mounts Failed to mount read-write! Remount as read-write... Archive: /sdcard/mipay-GRUS-V10.2.5.0.PFBCNXM.zip creating: META-INF/ creating: META-INF/com/ creating: META-INF/com/google/ creating: META-INF/com/google/android/ inflating: META-INF/com/google/android/update-binary creating: system/ creating: system/app/ creating: system/app/Mipay/ inflating: system/app/Mipay/Mipay.apk creating: system/app/NextPay/ inflating: system/app/NextPay/NextPay.apk creating: system/app/NextPay/lib/ creating: system/app/NextPay/lib/arm64/ inflating: system/app/NextPay/lib/arm64/libentryexpro.so inflating: system/app/NextPay/lib/arm64/libuptsmaddonmi.so creating: system/app/TSMClient/ inflating: system/app/TSMClient/TSMClient.apk creating: system/app/UPTsmService/ inflating: system/app/UPTsmService/UPTsmService.apk creating: system/app/UPTsmService/lib/ creating: system/app/UPTsmService/lib/arm64/ inflating: system/app/UPTsmService/lib/arm64/libentryexpro.so inflating: system/app/UPTsmService/lib/arm64/libuptsmaddonmi.so inflating: system/app/UPTsmService/lib/arm64/libuptsmservice.so

Clean files... Adding files...cp: can't create directory '/system/system/app/Mipay': No such file or directory cp: can't create directory '/system/system/app/NextPay': No such file or directory cp: can't create directory '/system/system/app/TSMClient': No such file or directory cp: can't create directory '/system/system/app/UPTsmService': No such file or directory

Error: Failed copy appsAborting... Failed to install mipay addons!Updater过程结束,错误:1 I:Install took 1 second(s). 安装zip刷机包/sdcard/mipay-GRUS-V10.2.5.0.PFBCNXM.zip时出错 正在更新分区详情... I:Data backup size is 6392MB, free: 42424MB. I:Unable to mount '/usb-otg' I:Actual block device: '', current file system: 'vfat' I:Translating partition display names I:Backup folder set to '/data/media/0/TWRP/BACKUPS/a225c992' 完成... I:Set page: 'flash_done' I:operation_end - status=1 I:Set overlay: 'slideout' I:Set overlay: '' I:Set page: 'clear_vars' I:Set page: 'install' I:Set page: 'main' I:Set page: 'clear_vars' I:Set page: 'main2' I:Set page: 'advanced' I:Set page: 'copylog' I:Set page: 'action_page' I:operation_start: 'Copy Log' I:Copying file /tmp/recovery.log to /data/media/0/recovery.log

`

maboloshi commented 5 years ago

@ltrsunny 手上没有米9se 设备貌似系统结构与mi9 有区别,所以不方便帮你调试。另外,我已刷入内地版,今后未必会继续跟进

ltrsunny commented 5 years ago

@maboloshi 好的,谢谢

maboloshi commented 5 years ago

@ltrsunny 貌似是mount /system出了问题 具体原因不清楚 另外:

ltrsunny commented 5 years ago

@ltrsunny 貌似是mount /system出了问题 具体原因不清楚 另外:

  • 你的 twrp 是否是mi9 se专用版?
  • 你刷了xiaomi.eu 是否能正常使用?
  • 能否把整个刷机过程 描述一下

1.是专版。http://www.miui.com/thread-22352693-1-1.html 2.正常使用 3.拷入包,重启进recovery刷入(也试过手动挂载system,刷入生成的mipay包时会提示remount,然后失败)

这个twrp的写入功能应该没啥毛病,昨天我还刚升了9.4.11的系统

maboloshi commented 5 years ago

@ltrsunny 你不妨试试这个twrp https://androidfilehost.com/?fid=1395089523397926854 或者https://www120.zippyshare.com/v/jGZK0TUz/file.html

ltrsunny commented 5 years ago

@ltrsunny 你不妨试试这个twrp https://androidfilehost.com/?fid=1395089523397926854 或者https://www120.zippyshare.com/v/jGZK0TUz/file.html

你发的第二个就是我用的