How To Guide Vivo x70 Pro+ Bootloader Unlock - HOW TO GUIDE

Search This thread

Killuminati91

Senior Member
Dec 12, 2012
398
169

THIS GLITCH HAS BEEN FIXED AS OF MAY 2022. IF YOUR FIRMWARE IS PAST THAT SECURITY LEVEL YOU CAN NOT OPEN THE BOOTLOADER ANYMORE.


WARNING! THIS IS EXPERIMENTAL, I HAVE NO IDEA WHERE WE CAN GO FROM HERE.
THIS MIGHT BREAK YOUR DEVICE!!!

UNLOCKING THE BOOTLOADER REQUIRES A WIPE AFTERWARDS!
UNLOCKING THE BOOTLOADER WILL DISABLE YOUR FINGERPRINT READER! (FIXED BY RELOCKING)
UNLOCKING THE BOOTLOADER MIGHT REMOVE BOKEH MODES FROM PORTRAIT. (NOT SURE)


This is a breakthrough! Thanks to our crazy russian friend in this thread I succeeded in opening the bootloader. (Origin OS)

--------------------------------------------------------------------

Long Tutorial:
Download 1: https://forum.xda-developers.com/t/guide-how-to-reboot-to-edl-from-fastboot.3394292/
Download 2 vivo fastboot_v2: https://forum.xda-developers.com/t/how-to-unlock-bootloader-of-vivo-phones.3686690/
Download 3 vendor.img: https://forum.xda-developers.com/t/...hers-new-vivo-oppo-models-check-list.4440801/

NEEDED: Vivo USB Driver
NEEDED: ADB and Fastboot (Added to PATH)

1. Enable OEM Unlock in Developer Options
2. Connect your device via ADB
3. Use "adb reboot fastboot"
4. Use "fastboot reboot bootloader" -> This fastboot now looks different
5. Copy the vendor.img into the folder of Download 2
6. Open two cmd's in Download 2
7. Type in "fastboot vivo_bsp unlock_vivo" into the first one, hit enter
8. Type in "fastboot flash vendor vendor.img" into the second one, hit enter
9. Immediately switch back to the first one, press up and enter many times
10. If you time this right your bootloader is unlocked
11. Press the power button to restart the phone and see your bootloader warning
12. Let the phone restart a few times until it asks you to wipe
13. Select the first option, then select the one on the right to proceed

I unlocked, relocked and unlocked again to be sure, this seems to be a safe method!

Much thanks to @Naveen Singh and @Pervokur
 

Attachments

  • 20220512_211637.jpg
    20220512_211637.jpg
    778.7 KB · Views: 1,286
  • 20220512_211733.jpg
    20220512_211733.jpg
    763.2 KB · Views: 1,301
Last edited:

Killuminati91

Senior Member
Dec 12, 2012
398
169
Notes:

- Unlocking the Bootloader disables the fingerprint reader
- Relocking the bootloader is possible with "fastboot vivo_bsp lock_vivo" while in bootloader
- Relocking the bootloader FIXES the fingerprint reader
- "fastboot boot twrp.img" does not work -> FAILED (remote: unknown command)
- Flashing magisk patched vendor_boot and boot doesnt let us start the phone -> straight into fastboot
- Flashing FunTouch recovery hangs on the logo after rebooting into recovery

- You can reboot into EDL Mode with "fastboot oem reboot-edl" -> NO MORE TEST POINT NEEDED!
-> This relocks the bootloader as soon as you leave EDL mode. Careful!


Backing Up:
- It is not possible to boot twrp via "fastboot boot twrp.img" -> Unrecognized command
- It is not possible to backup partitions with QFIL in EDL-mode
- It is not possible to read partitions in Miracle Box (Error 1001)

Where do we go from here?

- First thing should be to figure out how we can BACK UP all existing partitions before we mess something up
- AFTERWARDS we could get root or flash the Funtouch OS version

Anyone with ideas about backing up the device?

Edit: First progress! By flashing vbmeta, vendor_boot, boot, and recovery from the FunTouch version my recovery now is english!

----------------------------------------------------------------

fastboot oem device-info
Code:
(bootloader) Verity mode: true
(bootloader) Device unlocked: true
(bootloader) Device critical unlocked: true
(bootloader) Charger screen enabled: true

These are the partitions Ive tried flashing from FunTouch Firmware, logs still say the device is chinese.
fastboot flash modem NON-HLOS.bin
fastboot flash dsp dspso.bin
fastboot flash bluetooth BTFM.bin
fastboot flash qupfw qupv3fw.elf
fastboot flash keymaster km41.mbn
fastboot flash uefisecapp uefi_sec.mbn
fastboot flash shrm shrm.elf
fastboot flash multiimgoem multi_image.mbn
fastboot flash cpucp cpucp.elf
fastboot flash storsec storsec.mbn
fastboot flash tz tz.mbn
fastboot flash devcfg devcfg.mbn
fastboot flash aop aop.mbn
fastboot flash hyp hypvm.mbn
fastboot flash xbl_config xbl_config.elf
fastboot flash xbl xbl.elf
fastboot flash storage firmware.bin
fastboot flash logfs logfs_ufs_8mb.bin
fastboot flash featenabler featenabler.mbn
fastboot flash spunvm spunvm.bin
fastboot flash rtice rtice.mbn
fastboot flash mdcompress mdcompress.mbn

fastboot flash boot boot.img
fastboot flash vm-bootsys vm-bootsys.img
fastboot flash dtbo dtbo.img
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_oem vbmeta_oem.img
fastboot flash vbmeta_vgc vbmeta_vgc.img
fastboot flash vendor_boot vendor_boot.img
fastboot flash recovery recovery.img

fastboot flash abl abl.elf
 
Last edited:

BlueSky_Vincent

Senior Member
Apr 8, 2013
233
62
Pahang
Notes:

- Unlocking the Bootloader disables the fingerprint reader
- Relocking the bootloader is possible with "fastboot vivo_bsp lock_vivo" while in bootloader
- Relocking the bootloader FIXES the fingerprint reader
- "fastboot boot twrp.img" does not work -> FAILED (remote: unknown command)

Backing Up:
- It is not possible to boot twrp via "fastboot boot twrp.img" -> Unrecognized command
- It is not possible to backup partitions with QFIL in EDL-mode
- It is not possible to read partitions in Miracle Box (Error 1001)

Where do we go from here?

- First thing should be to figure out how we can BACK UP all existing partitions before we mess something up
- AFTERWARDS we could get root or flash the Funtouch OS version

Anyone with ideas about backing up the device?
Thanks man. I'm not a developer but i definitely hate the originOS. Waiting patiently for your progess. Thanks a lot man.
 

Killuminati91

Senior Member
Dec 12, 2012
398
169
Im not a developer either so this is as far as I can go sadly. I tried flashing all img's from the FunTouch update to their corresponding partitions but the phone boots into a blackscreen and then bootlop.
The recovery is english though. It lets me install CN Firmware update in recovery but not the FunTouch update. So the check is deeper than that.

Easily flashed back my chinese firmware and it is working - there has to be a way somehow.

Also NOTE: The bootloader unlock will probably get fixed in a future update so I would NOT update unless we dont figure anything out in the next few months.
 

BlueSky_Vincent

Senior Member
Apr 8, 2013
233
62
Pahang
Im not a developer either so this is as far as I can go sadly. I tried flashing all img's from the FunTouch update to their corresponding partitions but the phone boots into a blackscreen and then bootlop.
The recovery is english though. It lets me install CN Firmware update in recovery but not the FunTouch update. So the check is deeper than that.

Easily flashed back my chinese firmware and it is working - there has to be a way somehow.

Also NOTE: The bootloader unlock will probably get fixed in a future update so I would NOT update unless we dont figure anything out in the next few months.
How about if we root the phone first by magisk and editing the buildprop and change it value with vivo x70+ india version? Then we try to flash the funtouchOS. But first need someone with the files.
 
  • Like
Reactions: Killuminati91

Killuminati91

Senior Member
Dec 12, 2012
398
169
How about if we root the phone first by magisk and editing the buildprop and change it value with vivo x70+ india version? Then we try to flash the funtouchOS. But first need someone with the files.
Thats what i was thinking as well. Im currently trying to adapt TWRP to our phone but when repacking the img I end up with a TWRP.img that is too large to flash to recovery "FAILED (remote: 'Error flashing partition : Volume Full')". I need to find a way to slim down TWRP.

But there have to be some kind of checks before booting into recovery too. Even when editing the default.prop from the default recovery and flashing that one it refuses to boot into the modified recovery. And after a reboot the default recovery gets reflashed. I think @Pervokur is trying to figure something out for another vivo model, guess we just have to wait.

Edit: Switched to Ubuntu to work on this, packaged TWRP is way smaller now. This one SHOULD work (ONLY ON PD2145_A_1.8.13!!!) but boots into the Vivo Logo until we can pass the checks.

twrp_lahaina_pd2145_a_1.8.13.img
 
Last edited:

BlueSky_Vincent

Senior Member
Apr 8, 2013
233
62
Pahang
Thats what i was thinking as well. Im currently trying to adapt TWRP to our phone but when repacking the img I end up with a TWRP.img that is too large to flash to recovery "FAILED (remote: 'Error flashing partition : Volume Full')". I need to find a way to slim down TWRP.

But there have to be some kind of checks before booting into recovery too. Even when editing the default.prop from the default recovery and flashing that one it refuses to boot into the modified recovery. And after a reboot the default recovery gets reflashed. I think @Pervokur is trying to figure something out for another vivo model, guess we just have to wait.

Edit: Switched to Ubuntu to work on this, packaged TWRP is way smaller now. This one SHOULD work (ONLY ON PD2145_A_1.8.13!!!) but boots into the Vivo Logo until we can pass the checks.

twrp_lahaina_pd2145_a_1.8.13.img
Wow.. cool man. I'm currently on PD2145B_A_5.13.25
 

Pervokur

Senior Member
Feb 15, 2022
270
81
you can try to flash gsi with integrated root like LOS, then backup partitions with dd if=/dev/block/... of=/....
 

Pervokur

Senior Member
Feb 15, 2022
270
81
I have created misc partition for you(didn't test it on your phone, but it should be fine, i guess ). You don't have sdcard, but you can flash ota from usb stick with otg adapter.
Just rename your ota to ota.zip, put on usb stick and flash misc partition.
Then reboot, update will start automatically.

text inside img:
recovery
--update_package=/otg/ota.zip
--mode=native_update


Inside my recovery ramdisk I have found another mods(didn't test any)

mode=reset_settings
mode=update_silent
mode=update_with_app
mode=nv_switch (sounds dangerous)
 

Attachments

  • misc.img
    1 MB · Views: 89
Last edited:
  • Love
Reactions: Killuminati91

Pervokur

Senior Member
Feb 15, 2022
270
81
actualy this way you can flash indian oem zip from ota_zip folder
there shouldn't be any checks inside metadata and updater-script

your oem name will be changed and mb it will be enough to pass checks and flash full indian firmware

ps there's a way to flash oem.zip from ota update even without unlocking bootloader
 
Last edited:

BlueSky_Vincent

Senior Member
Apr 8, 2013
233
62
Pahang
actualy this way you can flash indian oem zip from ota_zip folder
there shouldn't be any checks inside metadata and updater-script

your oem name will be changed and mb it will be enough to pass checks and flash full indian firmware

ps there's a way to flash oem.zip from ota update even without unlocking bootloader
Does it involving modifying ota/factory image and sideloading it into the phone via recovery?
 

Pervokur

Senior Member
Feb 15, 2022
270
81
Does it involving modifying ota/factory image and sideloading it into the phone via recovery?
Didn't test on your phone! I did't even check your ota firmware zip. There could be major differences.

A11 ota firmwares for my phone (vivo y31)have oem zips inside, there is no checks at all
oem_PD2050IF_EX_RU_NULL_NULL.zip
oem_PD2050IF_EX_KZ_NULL_NULL.zip
oem_PD2050IF_EX_UA_NULL_NULL.zip
etc

metadata file:

package-type=full,oem
zeldadoor=true

no checks

updater-script:

# --- Start patching dynamic partitions ---
# Update dynamic partition metadata
assert(update_dynamic_partitions(package_extract_file("dynamic_partitions_op_list")));
...
no checks at all

The only limitation is that you shouldn't enter recovery manualy. (adb/fastboot/buttons will result in recovery.gui_mode=1)

On my phone i have used com.iqoo.engineermode
activity launcher > factory test, 3rd tab > software update. You can download 1.5 version.

It's required three files in root directory

1. full ota update, which should be renamed to update-full.zip
2. vgc_NULL_PDxxxxx_EXMA.zip
3. target oem zip which should be renamed to apps.zip

If ota update return "package limited update" then you should use two usb sticks and otg adapter
Copy three files to 1st usb stick
Copy apps.zip to 2nd usb stick and rename to update-full.zip.

Run "otg software update" with 1st usb stick and after all checks passed(when phone start rebooting) just replace usb drives

That's how phone will start installing oem zip without any checks.(since android rebooted himself)

I didn't switch oem, i have switched vgc_null to vgc test and back(long before unlocking bootloader). So i don't know what will be result for you!

does your phone have A12 firmware?
 
Last edited:
  • Like
Reactions: bitwarden

Pervokur

Senior Member
Feb 15, 2022
270
81
I wouldn't waste my time on custom recovery, just try to pach stock in order to remove files checks of ota firmware. Then you will be able to run any updater-scripts.
 

BlueSky_Vincent

Senior Member
Apr 8, 2013
233
62
Pahang
Didn't test on your phone! I did't even check your ota firmware zip. There could be major differences.

A11 ota firmwares for my phone (vivo y31)have oem zips inside, there is no checks at all
oem_PD2050IF_EX_RU_NULL_NULL.zip
oem_PD2050IF_EX_KZ_NULL_NULL.zip
oem_PD2050IF_EX_UA_NULL_NULL.zip
etc

metadata file:

package-type=full,oem
zeldadoor=true

no checks

updater-script:

# --- Start patching dynamic partitions ---
# Update dynamic partition metadata
assert(update_dynamic_partitions(package_extract_file("dynamic_partitions_op_list")));
...
no checks at all

The only limitation is that you shouldn't enter recovery manualy. (adb/fastboot/buttons will result in recovery.gui_mode=1)

On my phone i have used com.iqoo.engineermode
activity launcher > factory test, 3rd tab > software update. You can download 1.5 version.

It's required three files in root directory

1. full ota update, which should be renamed to update-full.zip
2. vgc_NULL_PDxxxxx_EXMA.zip
3. target oem zip which should be renamed to apps.zip

If ota update return "package limited update" then you should use two usb sticks and otg adapter
Copy three files to 1st usb stick
Copy apps.zip to 2nd usb stick and rename to update-full.zip.

Run "otg software update" with 1st usb stick and after all checks passed(when phone start rebooting) just replace usb drives

That's how phone will start installing oem zip without any checks.(since android rebooted himself)

I didn't switch oem, i have switched vgc_null to vgc test and back(long before unlocking bootloader). So i don't know what will be result for you!

does your phone have A12 firmware?
I've A11. Will check the update package first then applying your method. I also don't want to go through hassle to unlock bootloader and install twrp for stock rom.
 

Killuminati91

Senior Member
Dec 12, 2012
398
169
Awesome progress Pervokur!

It seems like otg is not mounted after flashing your misc.img though. I've tried to format the USB to FAT32, NTFS as well as Exfat - it never gets recognized by the phone.

E:[libfs_mgr]Skipping mounting 'dev/block/sdg'
E:[libfs_mgr]Failed to mount /otg: No such file or directory

According to my recovery.fstab it is the correct path though.

#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
system /system ext4 ro,barrier=1,discard wait,avb=vbmeta_system,logical,first_stage_mount
product /product ext4 ro,barrier=1,discard wait,avb=vbmeta_system,logical,first_stage_mount
vendor /vendor ext4 ro,barrier=1,discard wait,avb,logical,first_stage_mount
odm /odm ext4 ro,barrier=1,discard wait,avb,logical,first_stage_mount
oem /oem ext4 ro,barrier=1,discard wait,avb=vbmeta_oem,logical,first_stage_mount
vgc /vendor/vgc ext4 ro,barrier=1,discard wait,avb=vbmeta_vgc,logical,first_stage_mount
/dev/block/by-name/metadata /metadata ext4 noatime,nosuid,nodev,discard wait,check,formattable,first_stage_mount
/dev/block/bootdevice/by-name/userdata /data f2fs noatime,nosuid,nodev,discard,inlinecrypt,reserve_root=32768,resgid=1065,fsync_mode=nobarrier latemount,wait,resize,formattable,fileencryption=aes-256-xts:aes-256-cts:v2+inlinecrypt_optimized+wrappedkey_v0,keydirectory=/metadata/vold/metadata_encryption,metadata_encryption=aes-256-xts:wrappedkey_v0,quota,reservedsize=128M,sysfs_path=/sys/devices/platform/soc/1d84000.ufshc,checkpoint=fs
/dev/block/bootdevice/by-name/cache /cache ext4 nosuid,noatime,nodev,barrier=1 wait
/dev/block/bootdevice/by-name/persist /mnt/vendor/persist ext4 noatime,nosuid,nodev,barrier=1 wait
/dev/block/bootdevice/by-name/boot /boot emmc defaults defaults
/dev/block/bootdevice/by-name/recovery /recovery emmc defaults defaults
/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults
/devices/platform/soc/8804000.sdhci/mmc_host* /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto,encryptable=footer
/devices/platform/soc/1da4000.ufshc_card/host* /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto,encryptable=footer
/devices/platform/soc/*.ssusb/*.dwc3/xhci-hcd.*.auto* /storage/usbotg vfat nosuid,nodev wait,voldmanaged=usbotg:auto
/dev/block/bootdevice/by-name/modem /vendor/firmware_mnt vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:eek:bject_r:firmware_file:s0 wait
/dev/block/bootdevice/by-name/dsp /vendor/dsp ext4 ro,nosuid,nodev,barrier=1 wait
/dev/block/bootdevice/by-name/bluetooth /vendor/bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=227,fmask=337,context=u:eek:bject_r:bt_firmware_file:s0 wait
/dev/block/sdg /otg vfat nosuid,nodev,barrier=1,data=ordered,nodelalloc wait
/dev/block/mmcblk1p1 /sdcard vfat nosuid,nodev,barrier=1,data=ordered,nodelalloc wait

---------------------------------------------------------------------------------------------------

If I adb push the ota.zip to /data, change the path in your misc.img and then run it the script actually runs until:
assert failed: update_dynamic_partitions(package_extract_file("dynamic_partitions_op_list"))

I cant adb push the ota to /sdcard because it does not have enough memory.


PS: Sorry for the confusion in the other forum, Google Translate is making it extremely hard to understand and explain myself properly.
 
Last edited:

Pervokur

Senior Member
Feb 15, 2022
270
81

update package manager init. update package : /otg/ota.zip
[ 5.173919] matching nothing update mode :native_update
[ 5.173967] E:mUpdateApp = false : Success
[ 5.173977] E:mUpdateApp = false : Success
[ 5.174933] [RecoveryCMD]I: install Recovery Command:
[ 5.174956] {
[ 5.174963] "command" : "install",
[ 5.174968] "install" :
[ 5.174973] {
[ 5.174978] "apps_package" : "",
[ 5.174983] "dynamic_package" : "",
[ 5.174988] "extend_package" : "",
[ 5.174993] "fourth_package" : "",
[ 5.174997] "retry_count" : 0,
[ 5.175002] "should_clean_data" : false,
[ 5.175007] "should_wipe_cache" : false,
[ 5.175012] "third_package" : "",
[ 5.175017] "update_package" : "/otg/ota.zip"
[ 5.175022] }
[ 5.175029] }
[ 5.175080] I:Switching ui theme (VIVO)
[ 5.175179] I:Operations threaded[1] will running : 'run_action_bridge_once_cmd'
[ 5.175432] I:Start action: 'Recovery Script Action'
[ 5.175855] [RecoveryCMD]I: Recovery Command Parser get command:
[ 5.175983] {
[ 5.175993] "command" : "install",
[ 5.176000] "install" :
[ 5.176006] {
[ 5.176011] "apps_package" : "",
[ 5.176017] "dynamic_package" : "",
[ 5.176022] "extend_package" : "",
[ 5.176028] "fourth_package" : "",
[ 5.176033] "retry_count" : 0,
[ 5.176038] "should_clean_data" : false,
[ 5.176043] "should_wipe_cache" : false,
[ 5.176049] "third_package" : "",
[ 5.176053] "update_package" : "/otg/ota.zip"
[ 5.176059] }
[ 5.176100] }
[ 5.176799] [ROOTS]I: write the otg host_mode enable
[ 5.179573] I:generated scanline__00000077:03010101_00000A02_00000000 [ 26 ipp] (73 ins) at [0x7debb00f00:0x7debb01024] in 60208 ns
[ 5.179611]
[ 5.179997] I:generated scanline__00000077:03545401_00000000_00000000 [ 65 ipp] (94 ins) at [0x7debb01030:0x7debb011a8] in 22761 ns
[ 5.180020]
[ 5.504521] [ROOTS]I: Find the otg otg enable file: /sys/devices/virtual/dwc3_vusb/usb0/host_mode
[ 5.504792] [ROOTS]I: wait otg device start...
[ 6.305299] [ROOTS]E: can't find otg device /dev/block/sdg, wait 1s
[ 6.305334] [ROOTS]E: can't find otg device /dev/block/sdg1, wait 1s
[ 6.305341] [ROOTS]E: can't find otg device /dev/block/sdg, wait 1s
[ 7.305956] [ROOTS]E: can't find otg device /dev/block/sdg, wait 1s
[ 7.305993] [ROOTS]E: can't find otg device /dev/block/sdg1, wait 1s
[ 7.305999] [ROOTS]E: can't find otg device /dev/block/sdg, wait 1s
[ 8.706312] [ROOTS]I: find otg device /dev/block/sdg
[ 8.707354] I:[libfs_mgr]__mount(source=/dev/block/sdg,target=/otg,type=vfat)=-1: Invalid argument
[ 8.707720] E:[libfs_mgr]Failed to mount /otg: Invalid argument
[ 8.707741] E:[libfs_mgr]Failed to mount /otg: Invalid argument
[ 8.707748] E:fail to mount path /otg/ota.zip(/dev/block/sdg) at /otg : Invalid argument
[ 8.707756] E:fail to mount path /otg/ota.zip(/dev/block/sdg) at /otg : Invalid argument
[ 8.707762] E:try to mount by vivo_ensure_path_mounted.
[ 8.707769] E:try to mount by vivo_ensure_path_mounted.
[ 8.713519] [ROOTS]I: vivo_mount_otg otg mount sucess(blk_device: /dev/block/sdg1, fs_type: vfat)
[ 8.713919] Supported API: 3
[ 8.713944] Supported API: 3
[ 8.713983] Finding update package...
[ 8.713990] Finding update package...
[ 8.713998] I:Update package id: /otg/ota.zip

mb for your device it's should be
/storage/usbotg/ota.zip
 
Last edited:

Killuminati91

Senior Member
Dec 12, 2012
398
169
Nope, thats not it either. Here is my log output with /storage/usbotg/ota.zip

[ 0.000188] I:Starting recovery (pid 431) on Wed Jan 7 01:54:56 1970
[ 0.000261]
[ 0.000889] I:[libfs_mgr]dt_fstab: Skip disabled entry for partition vendor
[ 0.001484] [ROOTS]I: vivo_load_volume_table this deives is support file encrypted
[ 0.180009] I:[libfs_mgr]__mount(source=/dev/block/bootdevice/by-name/userdata,target=/data,type=f2fs)=0: Success
[ 0.180422] [ROOTS]I: vivo_load_volume_table mount /data result: 0, error: Success
[ 0.180430] [ROOTS]I: vivo_load_volume_table Success mount /data to /dev/block/bootdevice/by-name/userdata
[ 0.180435]
[ 0.181465] [ROOTS]I: FBE vivo_load_volume_table /data/unencrypted/key/version isn't exited
[ 0.181477] recovery filesystem table
[ 0.181482] =========================
[ 0.181486] 0 /system ext4 system 0
[ 0.181493] 1 /product ext4 product 0
[ 0.181497] 2 /vendor ext4 vendor 0
[ 0.181501] 3 /odm ext4 odm 0
[ 0.181507] 4 /oem ext4 oem 0
[ 0.181511] 5 /vendor/vgc ext4 vgc 0
[ 0.181517] 6 /metadata ext4 /dev/block/by-name/metadata 0
[ 0.181527] 7 /data f2fs /dev/block/bootdevice/by-name/userdata 0
[ 0.181533] 8 /cache ext4 /dev/block/bootdevice/by-name/cache 0
[ 0.181537] 9 /mnt/vendor/persist ext4 /dev/block/bootdevice/by-name/persist 0
[ 0.181541] 10 /boot emmc /dev/block/bootdevice/by-name/boot 0
[ 0.181548] 11 /recovery emmc /dev/block/bootdevice/by-name/recovery 0
[ 0.181552] 12 /misc emmc /dev/block/bootdevice/by-name/misc 0
[ 0.181558] 13 /storage/sdcard1 vfat /devices/platform/soc/8804000.sdhci/mmc_host* 0
[ 0.181562] 14 /storage/sdcard1 vfat /devices/platform/soc/1da4000.ufshc_card/host* 0
[ 0.181568] 15 /storage/usbotg vfat /devices/platform/soc/*.ssusb/*.dwc3/xhci-hcd.*.auto* 0
[ 0.181573] 16 /vendor/firmware_mnt vfat /dev/block/bootdevice/by-name/modem 0
[ 0.181579] 17 /vendor/dsp ext4 /dev/block/bootdevice/by-name/dsp 0
[ 0.181583] 18 /vendor/bt_firmware vfat /dev/block/bootdevice/by-name/bluetooth 0
[ 0.181590] 19 /otg vfat /dev/block/sdg 0
[ 0.181594] 20 /sdcard vfat /dev/block/mmcblk1p1 0
[ 0.181600] 21 /tmp ramdisk ramdisk 0
[ 0.181604]
[ 0.181680] I:[libfs_mgr]dt_fstab: Skip disabled entry for partition vendor
[ 0.181826] I:[libfs_mgr]dt_fstab: Skip disabled entry for partition vendor
[ 0.181896] [ROOTS]I: load property begin
[ 0.202996] I:[libfs_mgr]Created logical partition oem on device /dev/block/dm-0
[ 0.203007] [ROOTS]I: partition oem block device /dev/block/dm-0
[ 0.204508] [ROOTS]I: Success to mount /oem at /dev/block/dm-0
[ 0.225472] I:[libfs_mgr]Created logical partition vgc on device /dev/block/dm-1
[ 0.225486] [ROOTS]I: partition vgc block device /dev/block/dm-1
[ 0.226456] [ROOTS]E: Fail to mount /vgc at /dev/block/dm-1 (Invalid argument)
[ 0.326997] [VivoFunc]I: Copying file '/tmp/oem.prop' to '/cache/recovery/oem.prop'
[ 0.327114] [VivoFunc]I: Copying file '/tmp/vgc.prop' to '/cache/recovery/vgc.prop'
[ 0.328185] [ROOTS]I: Success to unmount /oem
[ 0.339823] I:[libfs_mgr]Unmapped logical partition oem
[ 0.339836] [ROOTS]I: load property end
[ 0.344873] SELinux: Loaded file_contexts
[ 0.346516] I:[libfs_mgr]superblock s_max_mnt_count:65535,/dev/block/bootdevice/by-name/cache
[ 0.348360] I:[libfs_mgr]__mount(source=/dev/block/bootdevice/by-name/cache,target=/cache,type=ext4)=0: Success
[ 0.349787] I:[libfs_mgr]dt_fstab: Skip disabled entry for partition vendor
[ 0.350494] I:Boot command: boot-recovery
[ 0.350504] I:Got 3 arguments from boot message
[ 0.350657] I:[libfs_mgr]dt_fstab: Skip disabled entry for partition vendor
[ 0.351303] I:[libfs_mgr]dt_fstab: Skip disabled entry for partition vendor
[ 0.352174] I:DataManager:set default values
[ 0.352383] I:Found brightness file at '/sys/class/backlight/panel0-backlight/brightness'
[ 0.352479] I:Got max brightness 2047 from '/sys/class/backlight/panel0-backlight/max_brightness'
[ 0.353234] I:Volume (/cache) is already mounted
[ 0.355663] D:857:get_IQOO_NV_item(): get_IQOO_NV_item start
[ 0.355718]
[ 0.355730] D:318:get_backup_path(): /dev/block/bootdevice/by-name/backup
[ 0.356091] D:764:read_iqoo_nv_from_backup(): index=0, iqoo_nvram_nv:0x7ff78868e0, iqoo_sv=PD2145B_A_1.8.13
[ 0.356100]
[ 0.356107] D:51:verify_iqoo_nv_checksum(): IQOO_NV_Item size=1464
[ 0.356112] D:55:verify_iqoo_nv_checksum(): verify ok
[ 0.356116]
[ 0.356120] D:867:get_IQOO_NV_item(): first copy verify OK
[ 0.356342] D:764:read_iqoo_nv_from_backup(): index=1, iqoo_nvram_nv:0xb4000070712be6e0, iqoo_sv=PD2145B_A_1.8.13
[ 0.356351]
[ 0.356358] D:51:verify_iqoo_nv_checksum(): IQOO_NV_Item size=1464
[ 0.356362] D:55:verify_iqoo_nv_checksum(): verify ok
[ 0.356367]
[ 0.356370] D:871:get_IQOO_NV_item(): second copy verify OK
[ 0.356374] I:=======is_root:0
[ 0.357125] I:DataManager:set default values
[ 0.357207] I:Found brightness file at '/sys/class/backlight/panel0-backlight/brightness'
[ 0.357276] I:Got max brightness 2047 from '/sys/class/backlight/panel0-backlight/max_brightness'
[ 0.357805] [VivoFunc]I: Copying file '/recovery_resources/images/logo_5g.png' to '/recovery_resources/images/logo.png'
[ 0.458869] [GuardianAngleClient]I: defaultServiceManager: SUCCESS
[ 0.459118] [GuardianAngleClient]I: getService(GuardianAngleService): SUCCESS
[ 0.459128] [GuardianAngleClient]I: interface cast: SUCCESS
[ 0.459134] I:Start to fbe decrypt metadata
[ 0.459503] I:Start to fbe decrypt user de
[ 0.460893] I:UncryptDevice crypto type:file result:0
[ 0.461095] I:Volume (/data) is already mounted
[ 0.561651] I:sys locale: zh-CN, kSupportGdpr:0, overseas:0
[ 0.561881] recovery vivo_load_dyn_prop set dyn_prop is DYNN
[ 0.561983] I:gui_set_brightness: Setting brightness control to 0
[ 0.562208] setting DRM_FORMAT_BGRA8888 and GGL_PIXEL_FORMAT_BGRA_8888
[ 0.562489] Try to use drm graphics.
[ 0.562499] drm_init dev_name is /dev/dri/card0
[ 0.569078] setting DRM_FORMAT_ARGB8888 and GGL_PIXEL_FORMAT_RGBA_8888
[ 0.569148] setting DRM_FORMAT_ARGB8888 and GGL_PIXEL_FORMAT_RGBA_8888
[ 0.622461] Using drm graphics.
[ 0.645808] I:gui_set_brightness: Setting brightness control to 614
[ 0.670306] I:Loading package: VIVO (/recovery_resources/ui.xml)
[ 0.670316] I:Load XML directly
[ 0.670368] I:pageManager::LoadFileToBuffer loading filename: '/recovery_resources/languages/zh-CN.xml' directly
[ 0.670601] I:pageManager::LoadFileToBuffer loading filename: '/recovery_resources/languages/en-US.xml' directly
[ 0.670755] I:pageManager::LoadFileToBuffer loading filename: '/recovery_resources/languages/fr-FR.xml' directly
[ 0.670910] I:pageManager::LoadFileToBuffer loading filename: '/recovery_resources/languages/es-ES.xml' directly
[ 0.671062] I:pageManager::LoadFileToBuffer loading filename: '/recovery_resources/languages/de-DE.xml' directly
[ 0.671220] I:pageManager::LoadFileToBuffer loading filename: '/recovery_resources/languages/es-US.xml' directly
[ 0.671374] I:pageManager::LoadFileToBuffer loading filename: '/recovery_resources/languages/en.xml' directly
[ 0.671535] I:pageManager::LoadFileToBuffer loading filename: '/recovery_resources/languages/zh-CN.xml' directly
[ 0.671616] parse language file start
[ 0.671735] parse language file done
[ 0.673203] I:pageManager::LoadFileToBuffer loading filename: '/recovery_resources/ui.xml' directly
[ 0.673616] I:Checking resolution...
[ 0.673625] I:Scaling theme width 1.000000x and height 1.111111x, offsets x: 0 y: 0 w: 0 h: 0
[ 0.673632] I:Loading resources...
[ 0.676053] I:generated scanline__00000077:03010101_00008001_00000000 [195 ipp] (241 ins) at [0x6f5dfd43c0:0x6f5dfd4784] in 77552 ns
[ 0.676062]
[ 0.679631] I:generated scanline__00000077:03010102_00008002_00000000 [192 ipp] (238 ins) at [0x6f5dfd4790:0x6f5dfd4b48] in 40313 ns
[ 0.679640]
[ 0.719838] I:Failed to load image from progress_anim024, error -1
[ 0.722219] I:Failed to load image from anim_chrysanthemum009, error -1
[ 0.725055] I:Failed to load image from vivo_battery020, error -1
[ 0.750118] I:Loading variables...
[ 0.750291] I:Loading pages...
[ 0.750298] I:Including file: /recovery_resources/portrait.xml...
[ 0.750303] I:pageManager::LoadFileToBuffer loading filename: '/recovery_resources/portrait.xml' directly
[ 0.750597] I:Loading resources...
[ 0.750604] I:Loading variables...
[ 0.750608] I:Loading pages...
[ 0.750612] I:Loading page clear_vars
[ 0.750646] I:Loading page main
[ 0.750653] I:Loading page recovery
[ 0.750709] I:generated scanline__00000077:03545401_00000A01_00000000 [ 69 ipp] (113 ins) at [0x6f5dfd4b50:0x6f5dfd4d14] in 21979 ns
[ 0.750717]
[ 0.752447] I:generated scanline__00000077:03545401_00000A08_00000000 [ 69 ipp] (116 ins) at [0x6f5dfd4d20:0x6f5dfd4ef0] in 9895 ns
[ 0.752456]
[ 0.757669] I:Loading page survival
[ 0.759844] I:Loading page fastboot
[ 0.762038] I:Loading page install
[ 0.762522] I:Loading page goto_surival
[ 0.762529] I:Loading page install_fileselector
[ 0.762655] I:Unable to open ''
[ 0.762662] I:Loading page goto_install
[ 0.762669] I:Loading page packagechecking
[ 0.762722] I:Loading page packagecheck_done
[ 0.763177] I:Loading page install_active
[ 0.763184] I:Loading page rootchecking
[ 0.763238] I:Loading page rootcheck_done
[ 0.763560] I:Loading page prepare_log
[ 0.763627] I:Loading page tmpfile_selector
[ 0.763732] I:Unable to open ''
[ 0.763739] I:Loading page wipe
[ 0.763823] I:Loading page wipe_data_confirm
[ 0.763829] I:Loading page wipe_data_confirm_dload
[ 0.763834] I:Loading page wipe_data_gatekeeper_dload
[ 0.763840] I:Loading page wipe_data_gatekeeper
[ 0.763845] I:Loading page format_data_prompt
[ 0.765669] I:Loading page wipe_data
[ 0.765677] I:Loading page wipe_data_dload
[ 0.765684] I:Loading page wipe_data_all
[ 0.765689] I:Loading page wipe_cache_confirm
[ 0.765693] I:Loading page wipe_cache
[ 0.765697] I:Loading page wipe_settings_confirm
[ 0.765701] I:Loading page wipe_settings_gatekeeper
[ 0.765707] I:Loading page wipe_settings
[ 0.765711] I:Loading page confirm_box
[ 0.765928] I:Loading page confirm_box_big
[ 0.766071] I:Loading page confirm_box_big2
[ 0.766212] I:Loading page confirm_auto_box_big
[ 0.766353] I:Loading page action_page
[ 0.766773] I:Loading page action_page2
[ 0.766780] I:Loading page action_page3
[ 0.766806] I:Loading page action_box
[ 0.766815] I:Loading page action_complete
[ 0.769247] I:Loading page action_complete2
[ 0.769318] I:Loading page action_complete3
[ 0.773062] I:Loading page vivo_gatekeeper
[ 0.773072] I:Loading page vivo_gatekeeper_predecrypt
[ 0.773079] I:Loading page vivo_gatekeeper_decrypt
[ 0.773492] I:Loading page vivo_gatekeeper_password4
[ 0.773960] I:Loading page vivo_gatekeeper_password6
[ 0.774416] I:Loading page vivo_gatekeeper_password4_16
[ 0.775346] I:Loading page vivo_gatekeeper_password
[ 0.776266] I:Loading page vivo_gatekeeper_pattern
[ 0.776695] I:Loading page vivo_gatekeeper_trydecrypt
[ 0.776702] I:Loading page vivo_gatekeeper_forbid
[ 0.777122] I:Loading page wifi_link_prepare
[ 0.777129] I:Loading page wifi_link_action
[ 0.777191] I:Loading page wifi_link_complete
[ 0.777198] I:Loading page wifi_link_selector
[ 0.777305] I:Unable to open 'cwd'
[ 0.777312] I:Loading page wifi_link_gatekeeper
[ 0.777481] I:Loading page pkg_dload_prepare
[ 0.777488] I:Loading page pkg_dload_init
[ 0.777540] I:Loading page pkg_dload_ensure
[ 0.780333] I:Loading page pkg_dload_check_action
[ 0.780342] I:Loading page pkg_dload_confirm_box
[ 0.780622] I:Loading page pkg_dloading_prepare
[ 0.780629] I:Loading page pkg_dloading_action
[ 0.784228] I:Loading page pkg_dloading_error
[ 0.785010] I:Loading page system_repair_prepare
[ 0.786432] I:Switching ui theme (VIVO)
[ 0.786730] I:locale is [zh-CN]
[ 0.786871] I:Volume (/cache) is already mounted
[ 0.786883] I:gui_set_brightness: Setting brightness control to 614
[ 0.811177] I:Volume (/cache) is already mounted
[ 0.811319] stage is []
[ 0.811327] reason is []
[ 0.811331] time is [1970-01-07--01-54-57]
[ 0.811338] Command: "/system/bin/recovery" "--update_package=/storage/usbotg/ota.zip" "--mode=native_update"
[ 0.811343]
[ 0.811486] persist.audio.fluence.speaker=true
[ 0.811493] persist.audio.fluence.voicerec=false
[ 0.811497] persist.audio.fluence.voicecall=true
[ 0.811501] persist.audio.fluence.voicecomm=true
[ 0.811549] ro.bluetooth.a2dp_offload.supported=true
[ 0.811556] persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac-lc3
[ 0.811561] persist.bluetooth.a2dp_offload.disabled=false
[ 0.811601] vendor.bluetooth.soc=hastings
[ 0.811608] persist.vendor.bt.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac-ldac
[ 0.811612] persist.vendor.btstack.asd.support=true
[ 0.811616] persist.vendor.btstack.enable.splita2dp=true
[ 0.811621] persist.vendor.btstack.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac-ldac
[ 0.811627] ro.boot.bootreason=HARD_RESET/PS_HOLD/0x01
[ 0.811650] ro.boottime.adbd=3616917602
[ 0.811656] ro.boottime.init=1783073384
[ 0.811661] ro.boottime.init.mount.cache=1
[ 0.811665] ro.boottime.init.selinux=48653646
[ 0.811669] ro.boottime.init.first_stage=438853020
[ 0.811697] ro.boottime.init.cold_boot_wait=1168
[ 0.811703] ro.boottime.logd=3613837029
[ 0.811708] ro.boottime.charger=3611513071
[ 0.811712] ro.boottime.ueventd=2291362029
[ 0.811716] ro.boottime.qseecomd=3477149008
[ 0.811719] ro.boottime.recovery=3612616404
[ 0.811723] ro.boottime.tombstoned=3476167706
[ 0.811727] ro.boottime.touchupdate=3615597237
[ 0.811734] ro.boottime.guardianangle=4026517654
[ 0.811738] ro.boottime.keymaster-4-1=3996063904
[ 0.811742] ro.boottime.gatekeeper-1-0=3997961820
[ 0.811746] ro.boottime.servicemanager=3466712654
[ 0.811750] ro.boottime.hwservicemanager=3467538175
[ 0.811754] ro.boottime.vndservicemanager=3468385102
[ 0.811758] ro.boottime.wait_for_keymaster=3999763279
[ 0.811762] ro.boottime.init.mount.data=177
[ 0.811785] ro.cold_boot_done=true
[ 0.811814] persist.sys.colourgamut.en.vivo=0
[ 0.811822] ro.config.hifi_config_state=2
[ 0.811827] config.disable_rtt=true
[ 0.811831] config.disable_consumerir=true
[ 0.811863] ro.bionic.arch=arm64
[ 0.811870] ro.bionic.2nd_arch=arm
[ 0.811874] ro.bionic.cpu_variant=kryo300
[ 0.811878] ro.bionic.2nd_cpu_variant=cortex-a75
[ 0.812294] dalvik.vm.minidebuginfo=true
[ 0.812300] dalvik.vm.dex2oat-minidebuginfo=true
[ 0.812305] dalvik.vm.dex2oat-max-image-block-size=524288
[ 0.812309] dalvik.vm.dex2oat-resolve-startup-strings=true
[ 0.812313] dalvik.vm.dex2oat-updatable-bcp-packages-file=/system/etc/updatable-bcp-packages.txt
[ 0.812317] debug.sf.hw=0
[ 0.812321] debug.sf.enable_hwc_vds=1
[ 0.812325] debug.sf.latch_unsignaled=1
[ 0.812328] debug.sf.enable_gl_backpressure=1
[ 0.812332] debug.sf.high_fps_early_phase_offset_ns=-4000000
[ 0.812339] debug.sf.enable_advanced_sf_phase_offset=1
[ 0.812343] debug.sf.disable_client_composition_cache=1
[ 0.812347] debug.sf.high_fps_late_sf_phase_offset_ns=-4000000
[ 0.812351] debug.sf.high_fps_early_gl_phase_offset_ns=-4000000
[ 0.812355] debug.sf.high_fps_late_app_phase_offset_ns=1000000
[ 0.812359] debug.egl.hw=0
[ 0.812363] debug.atrace.tags.enableflags=0
[ 0.812367] debug.mdpcomp.logs=0
[ 0.812371] debug.stagefright.ccodec=4
[ 0.812375] debug.stagefright.omx_default_rank=0
[ 0.812378] debug.dual_display.vts=false
[ 0.812382] av.offload.enable=true
[ 0.812386] bt.max.hfpclient.connections=1
[ 0.812390] ro.cm.feature=0x0000001F
[ 0.812394] ro.qc.sdk.audio.ssr=false
[ 0.812397] ro.qc.sdk.audio.fluencetype=none
[ 0.812406] ro.sf.enable_fb_scaling=1
[ 0.812410] ro.art.hiddenapi.warning=0
[ 0.812414] ro.com.baidu.searchbox=data/yzfswj/another/
[ 0.812418] ro.com.google.gmsversion=11_202101
[ 0.812423] ro.com.google.clientidbase=android-vivo
[ 0.812427] ro.lmk.use_new_strategy=true
[ 0.812437] ro.nfc.port=I2C
[ 0.812441] ro.opa.eligible_device=true
[ 0.812446] ro.soc.manufacturer=QTI
[ 0.812450] ro.hwui.path_cache_size=32
[ 0.812454] ro.hwui.layer_cache_size=48
[ 0.812457] ro.hwui.texture_cache_size=72
[ 0.812461] ro.hwui.gradient_cache_size=1
[ 0.812465] ro.hwui.r_buffer_cache_size=8
[ 0.812469] ro.hwui.drop_shadow_cache_size=6
[ 0.812473] ro.hwui.text_large_cache_width=2048
[ 0.812476] ro.hwui.text_small_cache_width=1024
[ 0.812480] ro.hwui.text_large_cache_height=1024
[ 0.812484] ro.hwui.text_small_cache_height=1024
[ 0.812488] ro.hwui.texture_cache_flushrate=0.4
[ 0.812492] ro.vivo.dm.config=CMCC-CTCC-UNICOM
[ 0.812496] ro.vivo.op.entry=FULL_SC
[ 0.812500] ro.vivo.op.entry.version=
[ 0.812503] ro.vivo.dyn.name=DYNN
[ 0.812507] ro.vivo.dyn.type=DYNN
[ 0.812511] ro.vivo.dyn.support=yes
[ 0.812515] ro.vivo.lcm.xhd=FHD_20_9
[ 0.812519] ro.vivo.lte.voice.type=CSFB
[ 0.812523] ro.vivo.net.entry=no
[ 0.812537] ro.vivo.oem.name=PD2145_N_NULL_NULL
[ 0.812543] ro.vivo.oem.support=yes
[ 0.812547] ro.vivo.ota.status=0
[ 0.812551] ro.vivo.rom.style=vigour
[ 0.812555] ro.vivo.boot.dp_type=mini
[ 0.812558] ro.vivo.cota.enable=1
[ 0.812562] ro.vivo.board.version=MA
[ 0.812566] ro.vivo.build.version.sdk=1
[ 0.812570] ro.vivo.build.version.incremental=5.13.12
[ 0.812574] ro.vivo.system.product.model=PD2145
[ 0.812578] ro.vivo.system.product.version=PD2145_A_5.13.12
[ 0.812582] ro.vivo.system.hardware.version=PD2145MA
[ 0.812586] ro.vivo.product.series=X
[ 0.812589] ro.vivo.product.release.model=
[ 0.812593] ro.vivo.product.cmiit_id=2021CP9866
[ 0.812597] ro.vivo.product.overseas=no
[ 0.812601] ro.vivo.support.mdc=1
[ 0.812605] ro.vivo.uninstall=yes
[ 0.812609] ro.vivo.cipherchain.tee.support=yes
[ 0.812612] ro.vivo.durationtime.InitSecondStage=2
[ 0.812618] ro.wifi.channels=
[ 0.812622] ro.allow.mock.location=0
[ 0.812626] ro.audio.ozo_camera_enable=true
[ 0.812630] ro.board.bbk=MA
[ 0.812634] ro.board.api_level=30
[ 0.812637] ro.board.first_api_level=30
[ 0.812641] ro.build.oem.projects=PD2145 PD2145B PD2145C
[ 0.812645] ro.build.keys=release-keys
[ 0.812649] ro.build.artpp.support=true
[ 0.812653] ro.build.artpp.profile_version=010
[ 0.812657] ro.build.expect.hardware=PD2145MA
[ 0.812660] ro.build.flavor=lahaina-user
[ 0.812664] ro.build.feature.softsim=yes
[ 0.812668] ro.build.version.bbk=PD2145_A_5.13.12
[ 0.812672] ro.build.version.all_codenames=REL
[ 0.812676] ro.build.version.preview_sdk_fingerprint=REL
[ 0.812680] ro.build.version.min_supported_target_sdk=23
[ 0.812684] ro.build.software.version=PD2145_A_5.13.12
[ 0.812688] ro.build.netaccess.version=PD2145_A_5.13.12
[ 0.812692] ro.build.representative.fingerprint=vivo/PD2145/PD2145:11/RP1A.200720.012/compiler0317230929:user/release-keys
[ 0.812696] ro.build.characteristics=default
[ 0.812699] ro.iorapd.enable=true
[ 0.812703] ro.system.build.id=RP1A.200720.012
[ 0.812707] ro.system.build.date=Thu Mar 17 23:09:29 CST 2022
[ 0.812711] ro.system.build.date.utc=1647529769
[ 0.812715] ro.system.build.tags=release-keys
[ 0.812718] ro.system.build.type=user
[ 0.812722] ro.system.build.version.sdk=30
[ 0.812726] ro.system.build.version.release=11
[ 0.812730] ro.system.build.version.incremental=eng.compil.20220317.230929
[ 0.812734] ro.system.build.version.release_or_codename=11
[ 0.812738] ro.system.build.fingerprint=vivo/PD2145/PD2145:11/RP1A.200720.012/compiler0317230929:user/release-keys
[ 0.812742] ro.treble.enabled=true
[ 0.812745] ro.factory.bbk_dp=0
[ 0.812749] ro.factory.adb_flag=no
[ 0.812753] ro.product.net.entry.bbk=no
[ 0.812757] ro.product.build.id=RP1A.200720.012
[ 0.812761] ro.product.build.date=Thu Mar 17 23:09:29 CST 2022
[ 0.812765] ro.product.build.date.utc=1647529769
[ 0.812768] ro.product.build.tags=release-keys
[ 0.812772] ro.product.build.type=user
[ 0.812776] ro.product.build.version.sdk=30
[ 0.812784] ro.product.build.version.release=11
[ 0.812789] ro.product.build.version.incremental=eng.compil.20220317.230929
[ 0.812793] ro.product.build.version.release_or_codename=11
[ 0.812797] ro.product.build.fingerprint=vivo/PD2145/PD2145:11/RP1A.200720.012/compiler0317230929:user/release-keys
[ 0.812801] ro.product.cuptsm=VIVO|ESE|01|02
[ 0.812805] ro.product.locale=zh-CN
[ 0.812809] ro.product.system.name=PD2145
[ 0.812812] ro.product.system.brand=vivo
[ 0.812816] ro.product.system.model=V2145A
[ 0.812820] ro.product.system.device=PD2145
[ 0.812824] ro.product.system.manufacturer=vivo
[ 0.812828] ro.product.dmtklog=true
[ 0.812832] ro.product.product.name=PD2145
[ 0.812835] ro.product.product.brand=vivo
[ 0.812839] ro.product.product.model=V2145A
[ 0.812843] ro.product.product.device=PD2145
[ 0.812847] ro.product.product.manufacturer=vivo
[ 0.812851] ro.product.upgrade.level=1.2
[ 0.812854] ro.product.system_ext.name=PD2145
[ 0.812858] ro.product.system_ext.brand=vivo
[ 0.812862] ro.product.system_ext.model=V2145A
[ 0.812866] ro.product.system_ext.device=PD2145
[ 0.812870] ro.product.system_ext.manufacturer=vivo
[ 0.812873] ro.recovery.vivo.custom_limit=0
[ 0.812877] ro.recovery.support.tf=no
[ 0.812881] ro.recovery.debug_level=1
[ 0.812885] ro.recovery.emergent_mode=0
[ 0.812889] ro.bluetooth.wipower=true
[ 0.812892] ro.bluetooth.emb_wp_mode=true
[ 0.812896] ro.bluetooth.library_name=libbluetooth_qti.so
[ 0.812900] ro.preinstall.path=/data/yzfswj/another/
[ 0.812904] ro.system_ext.build.id=RP1A.200720.012
[ 0.812908] ro.system_ext.build.date=Thu Mar 17 23:09:29 CST 2022
[ 0.812912] ro.system_ext.build.date.utc=1647529769
[ 0.812915] ro.system_ext.build.tags=release-keys
[ 0.812919] ro.system_ext.build.type=user
[ 0.812923] ro.system_ext.build.version.sdk=30
[ 0.812927] ro.system_ext.build.version.release=11
[ 0.812931] ro.system_ext.build.version.incremental=eng.compil.20220317.230929
[ 0.812934] ro.system_ext.build.version.release_or_codename=11
[ 0.812938] ro.system_ext.build.fingerprint=vivo/PD2145/PD2145:11/RP1A.200720.012/compiler0317230929:user/release-keys
[ 0.812942] ro.postinstall.fstab.prefix=/system
[ 0.812946] ro.setupwizard.suppress_d2d=true
[ 0.812950] ro.setupwizard.wifi_on_exit=false
[ 0.812954] ro.setupwizard.stat_bar_disable=0x00010000
[ 0.812958] ro.actionable_compatible_property.enabled=true
[ 0.812962] mmp.enable.3g2=true
[ 0.812966] use.voice.path.for.pcm.voip=true
[ 0.812969] init.svc.adbd=running
[ 0.812973] init.svc.logd=running
[ 0.812981] init.svc.charger=running
[ 0.812985] init.svc.ueventd=running
[ 0.812989] init.svc.qseecomd=running
[ 0.812993] init.svc.recovery=running
[ 0.812997] init.svc.touchupdate=stopped
[ 0.813001] init.svc.guardianangle=running
[ 0.813005] init.svc.keymaster-4-1=running
[ 0.813008] init.svc.gatekeeper-1-0=running
[ 0.813012] init.svc.servicemanager=running
[ 0.813016] init.svc.hwservicemanager=running
[ 0.813020] init.svc.vndservicemanager=running
[ 0.813024] init.svc.wait_for_keymaster=stopped
[ 0.813028] qcom.hw.aac.encoder=true
[ 0.813032] rild.libpath=/vendor/lib64/libril-qc-hal-qmi.so
[ 0.813035] audio.offload.buffer.size.kb=32
[ 0.813039] audio.offload.disable=true
[ 0.813043] audio.offload.gapless.enabled=true
[ 0.813047] media.settings.xml=/vendor/etc/media_profiles_vendor.xml
[ 0.813051] media.stagefright.enable-aac=true
[ 0.813054] media.stagefright.enable-qcp=true
[ 0.813058] media.stagefright.enable-http=true
[ 0.813062] media.stagefright.enable-scan=true
[ 0.813066] media.stagefright.enable-fma2dp=true
[ 0.813070] media.stagefright.enable-player=true
[ 0.813074] media.aac_51_output_enabled=true
[ 0.813077] tunnel.audio.encode=true
[ 0.813081] persist.mm.enable.prefetch=true
[ 0.813085] persist.data.df.agg.dl_pkt=10
[ 0.813089] persist.data.df.agg.dl_size=4096
[ 0.813093] persist.data.df.dl_mode=5
[ 0.813097] persist.data.df.ul_mode=5
[ 0.813111] persist.data.df.dev_name=rmnet_usb0
[ 0.813116] persist.data.df.iwlan_mux=9
[ 0.813120] persist.data.df.mux_count=8
[ 0.813124] persist.data.wda.enable=true
[ 0.813128] persist.data.netmgrd.qos.enable=true
[ 0.813132] persist.demo.hdmirotationlock=false
[ 0.813136] persist.rild.nitz_plmn=
[ 0.813140] persist.rild.nitz_long_ons_0=
[ 0.813144] persist.rild.nitz_long_ons_1=
[ 0.813148] persist.rild.nitz_long_ons_2=
[ 0.813152] persist.rild.nitz_long_ons_3=
[ 0.813156] persist.rild.nitz_short_ons_0=
[ 0.813159] persist.rild.nitz_short_ons_1=
[ 0.813163] persist.rild.nitz_short_ons_2=
[ 0.813167] persist.rild.nitz_short_ons_3=
[ 0.813171] persist.color.red.x=6900
[ 0.813175] persist.color.red.y=3150
[ 0.813179] persist.color.blue.x=1500
[ 0.813183] persist.color.blue.y=600
[ 0.813188] persist.color.green.x=2650
[ 0.813192] persist.color.green.y=6800
[ 0.813196] persist.rmnet.data.enable=true
[ 0.813200] persist.timed.enable=true
[ 0.813204] persist.backup.ntpServer=0.pool.ntp.org
[ 0.813208] persist.camera.privapp.list=org.codeaurora.snapcam,com.android.camera
[ 0.813212] persist.operator.sv.number=00
[ 0.813216] persist.fuse_sdcard=true
[ 0.813220] recovery.boot.device_id=01ce003500380035003100340037006400390064003400310064
[ 0.813224] recovery.boot.device_type=UFS
[ 0.813229] recovery.load.props=1
[ 0.813233] recovery.load.persist_props=1
[ 0.813238] recovery.state.root=0
[ 0.813242] recovery.state.services.ready=1
[ 0.813245] recovery.crypto.decrypt.result=success
[ 0.813249] recovery.service=1
[ 0.813253] recovery.systime=1970-01-07--01-54-57
[ 0.813257] recovery.gui_mode=0
[ 0.813261] recovery.properties.loaded=1
[ 0.813265] recovery.engine_mode=0
[ 0.813269] recovery.repair_mode=0
[ 0.813272] recovery.silent_mode=0
[ 0.813276] recovery.bsptest_mode=0
[ 0.813280] recovery.vivolog_flag=0
[ 0.813284] recovery.fastboot_mode=0
[ 0.813288] recovery.oem_properties.ready=true
[ 0.813292] recovery.oem_properties.loaded=1
[ 0.813295] recovery.vgc_properties.loaded=1
[ 0.813299] recovery.charger_battery=1
[ 0.813303] recovery.gui_initialized=1
[ 0.813307] recovery.build_properties.loaded=1
[ 0.813311] recovery.persist_properties.loaded=1
[ 0.813314] recovery.product_properties.loaded=1
[ 0.813318] recovery.persistent_properties.ready=true
[ 0.813322] DEVICE_PROVISIONED=1
[ 0.813326] persist.sys.colortemp.en.vivo=4
[ 0.813330] persist.sys.colortemp.ui.vivo=127
[ 0.813333] ro.config.ringtone=Newborn.ogg
[ 0.813337] ro.config.alarm_alert=New_world.ogg
[ 0.813341] ro.config.delete_sound=/system/media/audio/ui/global_delete.ogg
[ 0.813345] ro.config.message_sound=Fresh.ogg
[ 0.813349] ro.config.battery_sound2=/system/media/audio/ui/LowBattery2.ogg
[ 0.813353] ro.config.calendar_sound=Arrangement.ogg
[ 0.813357] ro.config.superx_a_sound=/system/media/audio/ui/SuperX_a.ogg
[ 0.813360] ro.config.superx_b_sound=/system/media/audio/ui/SuperX_b.ogg
[ 0.813364] ro.config.musicplayer_open=/system/media/audio/ui/MusicPlayer_open.ogg
[ 0.813368] ro.config.musicplayer_close=/system/media/audio/ui/MusicPlayer_close.ogg
[ 0.813372] ro.config.notification_sound=Encounter.ogg
[ 0.813376] ro.config.alarm_component_sound=/system/media/audio/ui/success.ogg
[ 0.813380] ro.config.fos_use_tracktitle_sound=true
[ 0.813384] ro.boot.vc.magic=none
[ 0.813388] ro.boot.uart=uart2
[ 0.813392] ro.boot.flash.locked=0
[ 0.813395] ro.boot.memcg=1
[ 0.813399] ro.boot.vbmeta.size=11136
[ 0.813403] ro.boot.vbmeta.digest=480c4460cfbd3590912afbd329d8275bf183e0eb6fa4f7b61a001707d24ad568
[ 0.813407] ro.boot.vbmeta.hash_alg=sha256
[ 0.813411] ro.boot.vbmeta.avb_version=1.0
[ 0.813415] ro.boot.vbmeta.device_state=unlocked
[ 0.813418] ro.boot.dtb_idx=0
[ 0.813422] ro.boot.baseband=msm
[ 0.813426] ro.boot.dtbo_idx=6
[ 0.813430] ro.boot.hardware=qcom
[ 0.813434] ro.boot.keymaster=1
[ 0.813437] ro.boot.bootdevice=1d84000.ufshc
[ 0.813445] ro.boot.veritymode=enforcing
[ 0.813450] ro.boot.boot_devices=soc/1d84000.ufshc
[ 0.813454] ro.boot.recovery_mode=1
[ 0.813458] ro.boot.usbcontroller=a600000.dwc3
[ 0.813462] ro.boot.securebootkeyver=4
[ 0.813466] ro.boot.secureboot_enable=1
[ 0.813473] ro.boot.securebootkeyhash=2c0a52ffbd8db687b56f6a98d8840f46597a4dde6d9dc8d00039873ce6d74f60
[ 0.813478] ro.boot.verifiedbootstate=orange
[ 0.813482] ro.build.id=RP1A.200720.012
[ 0.813486] ro.build.date=Thu Mar 17 23:09:29 CST 2022
[ 0.813490] ro.build.date.utc=1647529769
[ 0.813494] ro.build.host=comsz01078159
[ 0.813498] ro.build.tags=release-keys
[ 0.813501] ro.build.type=user
[ 0.813505] ro.build.user=compiler
[ 0.813509] ro.build.display.id=RP1A.200720.012 release-keys
[ 0.813513] ro.build.product=unknown
[ 0.813517] ro.build.version.sdk=30
[ 0.813521] ro.build.version.base_os=
[ 0.813524] ro.build.version.release=11
[ 0.813528] ro.build.version.codename=REL
[ 0.813532] ro.build.version.incremental=eng.compil.20220317.230929
[ 0.813536] ro.build.version.preview_sdk=0
[ 0.813540] ro.build.version.security_patch=2022-03-01
[ 0.813543] ro.build.version.release_or_codename=11
[ 0.813547] ro.build.description=unknown-user 11 RP1A.200720.012 eng.compil.20220317.230929 release-keys
[ 0.813551] ro.product.cpu.abi=arm64-v8a
[ 0.813555] ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
[ 0.813559] ro.product.name=PD2145
[ 0.813563] ro.product.brand=vivo
[ 0.813567] ro.product.model=V2145A
[ 0.813571] ro.product.device=PD2145
[ 0.813574] ro.product.manufacturer=vivo
[ 0.813578] ro.baseband=msm
[ 0.813582] ro.bootmode=unknown
[ 0.813586] ro.hardware=qcom
[ 0.813590] ro.revision=0
[ 0.813593] ro.bootloader=unknown
[ 0.813597] ro.debuggable=1
[ 0.813601] ro.property_service.version=2
[ 0.813605] init.svc.tombstoned=running
[ 0.813609] sys.usb.state=adb
[ 0.813613] sys.usb.controller=a600000.dwc3
[ 0.813616] persist.sys.sf.color_mode=0
[ 0.813620] persist.sys.sf.color_saturation=1.0
[ 0.813624] persist.sys.dalvik.vm.lib.2=libart.so
[ 0.813628] ro.crypto.volume.metadata.method=dm-default-key
[ 0.813632] ro.crypto.dm_default_key.options_format.version=2
[ 0.813636] af.fast_track_multiplier=2
[ 0.813640] ro.sf.lcd_density=480
[ 0.813644] ro.com.android.dataroaming=false
[ 0.813647] ro.gfx.driver.1=com.qualcomm.qti.gpudrivers.lahaina.api30
[ 0.813651] ro.lmk.kill_timeout_ms=100
[ 0.813655] ro.lmk.thrashing_limit=30
[ 0.813659] ro.lmk.kill_heaviest_task=true
[ 0.813663] ro.lmk.use_minfree_levels=false
[ 0.813667] ro.lmk.psi_complete_stall_ms=70
[ 0.813671] ro.lmk.thrashing_limit_decay=10
[ 0.813674] ro.lmk.swap_free_low_percentage=10
[ 0.813678] ro.minui.pixel_format=RGBX_8888
[ 0.813682] ro.zygote=zygote64_32
[ 0.813686] ro.opengles.version=196610
[ 0.813690] ro.telephony.default_network=22,22
[ 0.813693] ro.oem_unlock_supported=1
[ 0.813697] ro.control_privapp_permissions=enforce
[ 0.813701] drm.service.enabled=true
[ 0.813705] audio.offload.video=false
[ 0.813709] audio.deep_buffer.media=true
[ 0.813713] media.stagefright.thumbnail.prefer_hw_codecs=true
[ 0.813716] keyguard.no_require_sim=true
[ 0.813720] telephony.lteOnCdmaDevice=1
[ 0.813724] persist.radio.multisim.config=dsds
[ 0.813728] ro.dalvik.vm.native.bridge=0
[ 0.813732] dalvik.vm.isa.arm.variant=cortex-a75
[ 0.813736] dalvik.vm.isa.arm.features=default
[ 0.813740] dalvik.vm.isa.arm64.variant=kryo300
[ 0.813744] dalvik.vm.isa.arm64.features=default
[ 0.813747] dalvik.vm.dexopt.secondary=true
[ 0.813751] dalvik.vm.usejit=true
[ 0.813755] dalvik.vm.heapsize=512m
[ 0.813759] dalvik.vm.dex2oat-Xms=64m
[ 0.813763] dalvik.vm.dex2oat-Xmx=512m
[ 0.813766] dalvik.vm.heapmaxfree=8m
[ 0.813770] dalvik.vm.heapminfree=4m
[ 0.813774] dalvik.vm.heapstartsize=16m
[ 0.813778] dalvik.vm.appimageformat=lz4
[ 0.813782] dalvik.vm.usejitprofiles=true
[ 0.813789] dalvik.vm.heapgrowthlimit=256m
[ 0.813794] dalvik.vm.image-dex2oat-Xms=64m
[ 0.813798] dalvik.vm.image-dex2oat-Xmx=64m
[ 0.813802] dalvik.vm.heaptargetutilization=0.75
[ 0.813806] ro.frp.pst=/dev/block/bootdevice/by-name/frp
[ 0.813810] ro.odm.build.date=Thu Mar 17 23:09:29 CST 2022
[ 0.813814] ro.odm.build.date.utc=1647529769
[ 0.813817] ro.odm.build.version.incremental=eng.compil.20220317.230929
[ 0.813821] ro.odm.build.fingerprint=vivo/PD2145/PD2145:11/RP1A.200720.012/compiler0317230929:user/release-keys
[ 0.813825] ro.boot.fstab_suffix=default
[ 0.813829] ro.boot.dynamic_partitions=true
[ 0.813833] ro.hwui.use_vulkan=
[ 0.813837] ro.vivo.os.name=Funtouch
[ 0.813841] ro.vivo.os.build.display.id=OriginOS Ocean
[ 0.813844] ro.vivo.os.version=13.0
[ 0.813848] ro.vivo.fist.os.version=12.0
[ 0.813852] ro.vivo.market.name=vivo X70 Pro+
[ 0.813856] ro.vivo.system.region.version=W10
[ 0.813860] ro.vivo.product.model=PD2145
[ 0.813863] ro.vivo.product.release.name=PD2145
[ 0.813867] ro.vivo.product.version=PD2145_A_5.13.12
[ 0.813871] ro.vivo.product.platform=SM8350
[ 0.813875] ro.vivo.product.solution=QCOM
[ 0.813879] ro.vivo.hardware.version=PD2145MA
[ 0.813883] ro.vivo.internet.name=vivo X70 Pro+
[ 0.813886] ro.board.platform=lahaina
[ 0.813890] ro.kernel.qemu.gles=0
[ 0.813894] ro.system.vivo.feature.nr=true
[ 0.813898] ro.vendor.build.date=Thu Mar 17 23:09:29 CST 2022
[ 0.813902] ro.vendor.build.date.utc=1647529769
[ 0.813906] ro.vendor.build.version.incremental=eng.compil.20220317.230929
[ 0.813910] ro.vendor.build.fingerprint=vivo/PD2145/PD2145:11/RP1A.200720.012/compiler0317230929:user/release-keys
[ 0.813914] ro.carrier=unknown
[ 0.813917] ro.product.cpu.abilist32=armeabi-v7a,armeabi
[ 0.813921] ro.product.cpu.abilist64=arm64-v8a
[ 0.813925] ro.product.odm.name=PD2145
[ 0.813929] ro.product.odm.brand=vivo
[ 0.813933] ro.product.odm.model=V2145A
[ 0.813937] ro.product.odm.device=PD2145
[ 0.813940] ro.product.odm.manufacturer=vivo
[ 0.813944] ro.product.board=lahaina
[ 0.813948] ro.product.model.bbk=PD2145
[ 0.813952] ro.product.vendor.name=PD2145
[ 0.813960] ro.product.vendor.brand=vivo
[ 0.813964] ro.product.vendor.model=V2145A
[ 0.813969] ro.product.vendor.device=PD2145
[ 0.813973] ro.product.vendor.manufacturer=vivo
[ 0.813976] ro.product.country.region=CN-ZH
[ 0.813980] ro.product.customize.bbk=N
[ 0.813984] ro.product.customize.comercial=NULL
[ 0.813988] ro.product.first_api_level=30
[ 0.813992] ro.hardware.bbk=PD2145MA
[ 0.813996] ro.hardware.egl=adreno
[ 0.814000] ro.hardware.vulkan=adreno
[ 0.814003] ro.hardware.nfc_nci=SN100x
[ 0.814007] ro.bootimage.build.date=Thu Mar 17 23:09:29 CST 2022
[ 0.814011] ro.bootimage.build.date.utc=1647529769
[ 0.814015] ro.bootimage.build.fingerprint=vivo/PD2145/PD2145:11/RP1A.200720.012/compiler0317230929:user/release-keys
[ 0.814019] ro.surface_flinger.has_HDR_display=true
[ 0.814023] ro.surface_flinger.protected_contents=true
[ 0.814027] ro.surface_flinger.set_touch_timer_ms=200
[ 0.814030] ro.surface_flinger.use_color_management=true
[ 0.814034] ro.surface_flinger.has_wide_color_display=true
[ 0.814038] ro.surface_flinger.wcg_composition_dataspace=143261696
[ 0.814042] ro.surface_flinger.max_virtual_display_dimension=4096
[ 0.814046] ro.surface_flinger.max_frame_buffer_acquired_buffers=3
[ 0.814050] ro.surface_flinger.force_hwc_copy_for_virtual_displays=true
[ 0.814053] ro.surface_flinger.use_content_detection_for_refresh_rate=true
[ 0.814057] aaudio.mmap_policy=2
[ 0.814061] aaudio.hw_burst_min_usec=2000
[ 0.814065] aaudio.mmap_exclusive_policy=2
[ 0.814069] persist.rcs.supported=0
[ 0.814072] persist.system.vivo.face.unlock.strong=1
[ 0.814078] persist.system.vivo.face.unlock.convenience.scheme=0
[ 0.814082] persist.system.vivo.face.wallpaper.brightness.adjustment=1
[ 0.814086] persist.system.vivo.enable_color_mode_id=0
[ 0.814094] sys.usb.ffs.ready=1
[ 0.814099] ro.build.fingerprint=vivo/PD2145/PD2145:11/RP1A.200720.012/compiler0317230929:user/release-keys
[ 0.814103] pm.dexopt.boot=verify
[ 0.814107] pm.dexopt.ab-ota=speed-profile
[ 0.814111] pm.dexopt.shared=speed
[ 0.814115] pm.dexopt.install=speed-profile
[ 0.814118] pm.dexopt.inactive=verify
[ 0.814122] pm.dexopt.bg-dexopt=speed-profile
[ 0.814126] pm.dexopt.first-boot=quicken
[ 0.814130] ro.adb.secure=0
[ 0.814134] ro.secure=0
[ 0.814138] persist.sys.vivo.product.cust=N
[ 0.814142] sys.usb.config=adb
[ 0.814145] sys.usb.configfs=1
[ 0.814149] ro.crypto.type=file
[ 0.814153] ro.gsid.image_running=0
[ 0.814157] gsid.image_installed=0
[ 0.814161] hwservicemanager.ready=true
[ 0.814165] ro.incremental.enable=yes
[ 0.814168] init.svc_debug_pid.adbd=434
[ 0.814172] init.svc_debug_pid.logd=432
[ 0.814176] init.svc_debug_pid.charger=430
[ 0.814180] init.svc_debug_pid.ueventd=404
[ 0.814184] init.svc_debug_pid.qseecomd=419
[ 0.814188] init.svc_debug_pid.recovery=431
[ 0.814191] init.svc_debug_pid.tombstoned=418
[ 0.814195] init.svc_debug_pid.touchupdate=
[ 0.814199] init.svc_debug_pid.guardianangle=528
[ 0.814203] init.svc_debug_pid.keymaster-4-1=522
[ 0.814207] init.svc_debug_pid.gatekeeper-1-0=523
[ 0.814211] init.svc_debug_pid.servicemanager=415
[ 0.814214] init.svc_debug_pid.hwservicemanager=416
[ 0.814218] init.svc_debug_pid.vndservicemanager=417
[ 0.814222] init.svc_debug_pid.wait_for_keymaster=
[ 0.814226] log.tag.stats_log=I
[ 0.814230] log.tag.APM_AudioPolicyManager=V
[ 0.814233] persist.log.tag.QMI_FW=S
[ 0.814237] ro.logd.size=1024K
[ 0.814241] ro.logd.size.main=4096K
[ 0.814245] ro.logd.size.stats=64K
[ 0.814249] ro.logd.size.system=4096K
[ 0.814253] persist.debug.wfd.enable=1
[ 0.814257] persist.debug.coresight.config=stm-events
[ 0.814260] ril.subscription.types=NV,RUIM
[ 0.814264] persist.radio.vivo.fiveg=true
[ 0.814268] persist.radio.vivo.support.ims_expire=true
[ 0.814272] persist.radio.vivo.elevator_on=true
[ 0.814276] ro.boot.serialno=1542824205000UX
[ 0.814280] ro.serialno=1542824205000UX
[ 0.814284] security.perf_harden=0
[ 0.814287] external_storage.projid.enabled=1
[ 0.814291] external_storage.casefold.enabled=1
[ 0.814295] external_storage.sdcardfs.enabled=0
[ 0.814302] ro.config.lock.wallpaper.another=/system/etc/custom/wallpaperb/wallpaper.png
[ 0.814307] ro.config.wallpaper.another=/system/etc/custom/wallpaperb/wallpaper.png
[ 0.814311] dev.pm.dyn_samplingrate=1
[ 0.814315] dev.mnt.blk.oem=
[ 0.814319] dev.mnt.blk.data=sda
[ 0.814322] dev.mnt.blk.cache=sda
[ 0.814328] dev.mnt.blk.vendor.firmware_mnt=sde
[ 0.814332] net.bt.name=Android
[ 0.814336] sys.usb.mtp.batchcancel=1
[ 0.814339] sys.vendor.shutdown.waittime=500
[ 0.814343] sys.qca1530=detect
[ 0.814347] qemu.hw.mainkeys=0
[ 0.814351] qemu.hw.mainkeys.vivo=0
[ 0.814355] persist.sys.usb.config=adb,mtp
[ 0.814359] persist.sys.wfd.virtual=0
[ 0.814362] persist.sys.fflag.override.settings_bluetooth_hearing_aid=true
[ 0.814368] persist.sys.eyecare.index=0
[ 0.814372] persist.sys.dcdiming.en.vivo=0
[ 0.814375] persist.sys.bluelight.manage.defred=255
[ 0.814379] persist.sys.bluelight.manage.minred=255
[ 0.814383] persist.sys.bluelight.manage.defblue=136
[ 0.814387] persist.sys.bluelight.manage.minblue=86
[ 0.814391] persist.sys.bluelight.manage.defgreen=207
[ 0.814395] persist.sys.bluelight.manage.mingreen=172
[ 0.814398] persist.sys.bluelight.standard.defred=255
[ 0.814402] persist.sys.bluelight.standard.minred=255
[ 0.814406] persist.sys.bluelight.standard.defblue=189
[ 0.814410] persist.sys.bluelight.standard.minblue=150
[ 0.814414] persist.sys.bluelight.standard.defgreen=232
[ 0.814418] persist.sys.bluelight.standard.mingreen=218
[ 0.814422] persist.sys.bluelight.fingerprint.defred=255
[ 0.814425] persist.sys.bluelight.fingerprint.minred=255
[ 0.814429] persist.sys.bluelight.fingerprint.defblue=189
[ 0.814437] persist.sys.bluelight.fingerprint.minblue=150
[ 0.814442] persist.sys.bluelight.fingerprint.defgreen=235
[ 0.814446] persist.sys.bluelight.fingerprint.mingreen=222
[ 0.814450] persist.sys.colortemp.manage.maxred=169
[ 0.814453] persist.sys.colortemp.manage.minred=255
[ 0.814457] persist.sys.colortemp.manage.maxblue=255
[ 0.814461] persist.sys.colortemp.manage.minblue=173
[ 0.814465] persist.sys.colortemp.manage.maxgreen=186
[ 0.814469] persist.sys.colortemp.manage.mingreen=223
[ 0.814473] persist.sys.colortemp.standard.maxred=230
[ 0.814477] persist.sys.colortemp.standard.minred=255
[ 0.814480] persist.sys.colortemp.standard.maxblue=255
[ 0.814484] persist.sys.colortemp.standard.minblue=208
[ 0.814488] persist.sys.colortemp.standard.maxgreen=239
[ 0.814492] persist.sys.colortemp.standard.mingreen=239
[ 0.814496] persist.sys.colortemp.fingerprint.maxred=229
[ 0.814500] persist.sys.colortemp.fingerprint.minred=255
[ 0.814503] persist.sys.colortemp.fingerprint.maxblue=255
[ 0.814507] persist.sys.colortemp.fingerprint.minblue=209
[ 0.814511] persist.sys.colortemp.fingerprint.maxgreen=240
[ 0.814515] persist.sys.colortemp.fingerprint.mingreen=241
[ 0.814519] persist.sys.strictmode.disable=true
[ 0.814523] persist.sys.display_num=1
[ 0.814526] persist.sys.force_sw_gles=1
[ 0.814530] persist.sys.disable_rescue=true
[ 0.814534] persist.vivo.face.assistant=0
[ 0.814538] persist.vivo.audio.record.volumeproc.enable=true
[ 0.814542] persist.vivo.feiyu.enable=true
[ 0.814546] persist.vivo.panel.calibration=2
[ 0.814550] persist.vivo.phone.wfd=Have_wfd
[ 0.814554] persist.vivo.phone.hifi=Have_hifi
[ 0.814557] persist.vivo.phone.fps_max=120
[ 0.814561] persist.vivo.phone.usb_otg=Have_otg_usbc
[ 0.814565] persist.vivo.phone.sarpower=Have_sarpower
[ 0.814569] persist.vivo.phone.super_lcd=false
[ 0.814573] persist.vivo.phone.panel_type=Amoled
[ 0.814577] persist.vivo.phone.fps_default=1
[ 0.814580] persist.vivo.phone.screen_size=60
[ 0.814584] persist.vivo.phone.panel_max_nit=500
[ 0.814588] persist.vivo.phone.panel_gray_limit=0
[ 0.814592] persist.vivo.radio.type.abbr=A
[ 0.814596] persist.vivo.radio.type.list=TDD-LTE,FDD-LTE,CDMA2000,WCDMA,GSM
[ 0.814600] persist.vivo.smart.datacard=1
[ 0.814603] persist.vivo.charge.logo=1
[ 0.814607] persist.vivo.charge.version=1
[ 0.814611] persist.vivo.wpc_tx=0
[ 0.814615] persist.vivo.carmode.support=1
[ 0.814619] persist.vivo.compass.no_return=true
[ 0.814623] persist.vivo.netlock=CTCC_CMCC_UNICOM
[ 0.814627] persist.vivo.product.cust=N
[ 0.814630] persist.vivo.service.model=1
[ 0.814634] persist.vivo.support.lra=1
[ 0.814638] persist.vivo.support.sound.vibrate=1
[ 0.814642] persist.vivo.support.wallet.icon=true
[ 0.814646] persist.vivo.support.monster.new.animation=true
[ 0.814650] persist.vivo.support.pcshare=1
[ 0.814654] persist.vivo.support.edge_rejection_configure=true
[ 0.814658] persist.vivo.smartkey.enable=true
[ 0.814663] persist.vivo.bluetooth.support.aie=1
[ 0.814667] persist.vivo.displayp3.support=1
[ 0.814671] persist.vivo.jovicarmode.support=1
[ 0.814675] persist.vivo.voicewakeup.chip.type=samsung
[ 0.814678] persist.vivo.voicewakeup.solution.type=chip
[ 0.814682] persist.vivo.calling_state=0
[ 0.814686] persist.vivo.vivo4dgamevib.enable=3
[ 0.814690] persist.vivo.magscreenOn_cali=false
[ 0.814694] persist.vivo.check_fast_charge=1
[ 0.814698] persist.vivo.motion_raise2wake=enable
[ 0.814701] persist.vivo.disable_chg_switch=1
[ 0.814705] persist.vivo.enable_fast_charge=1
[ 0.814709] persist.vivo.weixin_calling_state=0
[ 0.814713] persist.vivo.wireless_charge_support=1
[ 0.814717] persist.vivo.new_three_finger_gesture=true
[ 0.814721] persist.vendor.vivo.nfc.chip.type=SN110
[ 0.814724] persist.vendor.vivo.nfc.share=1
[ 0.814732] persist.vendor.vivo.nfc.function=11011000
[ 0.814736] persist.vendor.vivo.nfc.autoswitch=1
[ 0.814745] persist.vendor.vivo.nfc.cardreadft=1
[ 0.814749] persist.vendor.vivo.nfc.readerevents=1
[ 0.814753] persist.vendor.vivo.nfc.passivelisten=1
[ 0.814757] persist.vendor.vivo.wallet.nfc.channel=1
[ 0.814761] persist.vendor.vivo.support.ese=true
[ 0.814765] persist.service.adb.enable=1
[ 0.814769] persist.service.debuggable=1
[ 0.814773] persist.traced.enable=1
[ 0.814776] ro.vendor.audio.sdk.ssr=false
[ 0.814780] ro.vendor.audio.sdk.fluencetype=none
[ 0.814784] vendor.audio.hw.aac.encoder=false
[ 0.814788] vendor.audio.adm.buffering.ms=2
[ 0.814792] vendor.audio.hal.boot.timeout.ms=20000
[ 0.814796] vendor.audio.hal.output.suspend.supported=true
[ 0.814800] vendor.audio.use.sw.ape.decoder=true
[ 0.814803] vendor.audio.use.sw.alac.decoder=true
[ 0.814807] vendor.audio.use.sw.mpegh.decoder=true
[ 0.814811] vendor.audio.flac.sw.decoder.24bit=true
[ 0.814815] vendor.audio.safx.pbe.enabled=false
[ 0.814819] vendor.audio.dolby.ds2.enabled=false
[ 0.814822] vendor.audio.dolby.ds2.hardbypass=false
[ 0.814826] vendor.audio.enable.mirrorlink=false
[ 0.814830] vendor.audio.parser.ip.buffer.size=262144
[ 0.814834] vendor.audio.tunnel.encode=false
[ 0.814838] vendor.audio.volume.headset.gain.depcal=true
[ 0.814842] vendor.audio.feature.fm.enable=true
[ 0.814845] vendor.audio.feature.hfp.enable=true
[ 0.814849] vendor.audio.feature.ras.enable=true
[ 0.814853] vendor.audio.feature.wsa.enable=false
[ 0.814857] vendor.audio.feature.vbat.enable=true
[ 0.814861] vendor.audio.feature.ssrec.enable=true
[ 0.814865] vendor.audio.feature.fluence.enable=true
[ 0.814868] vendor.audio.feature.snd_mon.enable=true
[ 0.814872] vendor.audio.feature.src_trkn.enable=true
[ 0.814876] vendor.audio.feature.afe_proxy.enable=true
[ 0.814880] vendor.audio.feature.audiozoom.enable=false
[ 0.814884] vendor.audio.feature.compr_cap.enable=false
[ 0.814888] vendor.audio.feature.hdmi_edid.enable=true
[ 0.814891] vendor.audio.feature.hwdep_cal.enable=false
[ 0.814895] vendor.audio.feature.spkr_prot.enable=true
[ 0.814899] vendor.audio.feature.compr_voip.enable=false
[ 0.814903] vendor.audio.feature.hifi_audio.enable=false
[ 0.814907] vendor.audio.feature.keep_alive.enable=true
[ 0.814911] vendor.audio.feature.maxx_audio.enable=false
[ 0.814914] vendor.audio.feature.power_mode.enable=true
[ 0.814918] vendor.audio.feature.anc_headset.enable=false
[ 0.814922] vendor.audio.feature.compress_in.enable=true
[ 0.814926] vendor.audio.feature.usb_offload.enable=true
[ 0.814930] vendor.audio.feature.a2dp_offload.enable=true
[ 0.814934] vendor.audio.feature.display_port.enable=true
[ 0.814937] vendor.audio.feature.dsm_feedback.enable=false
[ 0.814943] vendor.audio.feature.dynamic_ecns.enable=true
[ 0.814947] vendor.audio.feature.external_dsp.enable=false
[ 0.814951] vendor.audio.feature.incall_music.enable=true
[ 0.814955] vendor.audio.feature.kpi_optimize.enable=false
[ 0.814958] vendor.audio.feature.custom_stereo.enable=false
[ 0.814962] vendor.audio.feature.ext_hw_plugin.enable=false
[ 0.814966] vendor.audio.feature.battery_listener.enable=true
[ 0.814970] vendor.audio.feature.external_speaker.enable=false
[ 0.814974] vendor.audio.feature.hdmi_passthrough.enable=true
[ 0.814978] vendor.audio.feature.compress_meta_data.enable=true
[ 0.814982] vendor.audio.feature.concurrent_capture.enable=true
[ 0.814985] vendor.audio.feature.multi_voice_session.enable=true
[ 0.814989] vendor.audio.feature.external_speaker_tfa.enable=false
[ 0.814993] vendor.audio.feature.deepbuffer_as_primary.enable=false
[ 0.814997] vendor.audio.feature.record_play_concurency.enable=false
[ 0.815001] vendor.audio.feature.usb_offload_burst_mode.enable=true
[ 0.815005] vendor.audio.feature.usb_offload_sidetone_volume.enable=false
[ 0.815008] vendor.audio.offload.track.enable=false
[ 0.815012] vendor.audio.offload.buffer.size.kb=32
[ 0.815016] vendor.audio.offload.gapless.enabled=true
[ 0.815024] vendor.audio.offload.multiaac.enable=true
[ 0.815029] vendor.audio.offload.multiple.enabled=false
[ 0.815033] vendor.audio.offload.passthrough=false
[ 0.815037] vendor.audio.spkr_prot.tx.sampling_rate=48000
[ 0.815040] vendor.voice.path.for.pcm.voip=true
[ 0.815044] persist.vendor.audio.avs.afe_api_version=9
[ 0.815048] persist.vendor.audio.bcl.enabled=false
[ 0.815052] persist.vendor.audio.ras.enabled=false
[ 0.815056] persist.vendor.audio.spv3.enable=false
[ 0.815060] persist.vendor.audio.spv4.enable=false
[ 0.815063] persist.vendor.audio.vbat.enabled=false
[ 0.815067] persist.vendor.audio.apptype.multirec.enabled=false
[ 0.815071] persist.vendor.audio.fluence.tmic.enabled=false
[ 0.815075] persist.vendor.audio.fluence.speaker=true
[ 0.815079] persist.vendor.audio.fluence.voicerec=false
[ 0.815083] persist.vendor.audio.fluence.voicecall=true
[ 0.815087] persist.vendor.audio.speaker.prot.enable=false
[ 0.815090] persist.vendor.audio.ha_proxy.enabled=true
[ 0.815094] persist.vendor.audio.ambisonic.auto.profile=false
[ 0.815098] persist.vendor.audio.ambisonic.capture=false
[ 0.815102] persist.vendor.audio.voicecall.speaker.stereo=false
[ 0.815106] persist.vendor.audio.ll_playback_bargein=true
[ 0.815110] persist.vendor.qcom.bluetooth.soc=hastings
[ 0.815117] persist.vendor.qcom.bluetooth.scram.enabled=false
[ 0.815122] persist.vendor.qcom.bluetooth.enable.splita2dp=true
[ 0.815126] persist.vendor.qcom.bluetooth.twsp_state.enabled=false
[ 0.815130] persist.vendor.qcom.bluetooth.aac_frm_ctl.enabled=true
[ 0.815134] persist.vendor.qcom.bluetooth.aac_vbr_ctl.enabled=true
[ 0.815138] persist.vendor.qcom.bluetooth.a2dp_mcast_test.enabled=false
[ 0.815142] persist.vendor.qcom.bluetooth.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac-ldac-aptxadaptiver2
[ 0.815146] persist.vendor.qcom.bluetooth.aptxadaptiver2_1_support=true
[ 0.815149] persist.vendor.service.bdroid.ssrlvl=3
[ 0.815153] persist.vendor.camera.vivo.p3.support=1
[ 0.815157] persist.vendor.camera.vivop3.support=1
[ 0.815161] persist.vendor.cne.feature=1
[ 0.815165] persist.vendor.data.profile_update=true
[ 0.815169] ro.odm.build.id=RP1A.200720.012
[ 0.815172] ro.odm.build.tags=release-keys
[ 0.815176] ro.odm.build.type=user
[ 0.815180] ro.odm.build.version.sdk=30
[ 0.815184] ro.odm.build.version.release=11
[ 0.815188] ro.odm.build.version.release_or_codename=11
[ 0.815192] ro.odm.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
[ 0.815195] ro.odm.product.cpu.abilist32=armeabi-v7a,armeabi
[ 0.815199] ro.odm.product.cpu.abilist64=arm64-v8a
[ 0.815203] ro.vendor.val.vivo.oem.name=PD2145_CN-ZH_FULL_SC_NULL
[ 0.815207] ro.vendor.val.vivo.oem.model=
[ 0.815211] ro.vendor.val.vivo.product.model=PD2145
[ 0.815215] ro.vendor.val.vivo.product.version=PD2145_A_5.13.12
[ 0.815218] ro.vendor.val.build.version.bbk=PD2145_A_5.13.12
[ 0.815222] ro.vendor.val.build.software.version=PD2145_A_5.13.12
[ 0.815226] ro.vendor.val.product.name=PD2145
[ 0.815230] ro.vendor.val.product.country.region=CN-ZH
[ 0.815234] ro.vendor.vivo.product.model=PD2145
[ 0.815238] ro.vendor.vivo.product.version=PD2145_A_5.13.12
[ 0.815242] ro.vendor.vivo.product.overseas=no
[ 0.815245] ro.vendor.vivo.product.platform=SM8350
[ 0.815249] ro.vendor.vivo.product.solution=QCOM
[ 0.815253] ro.vendor.vivo.support.cdrom=1
[ 0.815257] ro.vendor.vivo.support_key_type=qcom_widevine_L1
[ 0.815261] ro.vendor.build.id=RP1A.200720.012
[ 0.815265] ro.vendor.build.tags=release-keys
[ 0.815269] ro.vendor.build.type=user
[ 0.815272] ro.vendor.build.version.sdk=30
[ 0.815276] ro.vendor.build.version.release=11
[ 0.815280] ro.vendor.build.version.release_or_codename=11
[ 0.815284] ro.vendor.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
[ 0.815288] ro.vendor.product.cpu.abilist32=armeabi-v7a,armeabi
[ 0.815292] ro.vendor.product.cpu.abilist64=arm64-v8a
[ 0.815296] ro.vendor.use_data_netmgrd=true
[ 0.815299] ro.vendor.extension_library=libqti-perfd-client.so
[ 0.815307] ro.hardware.nfc_share=1
[ 0.815312] vendor.hw.fm.init=0
[ 0.815316] vendor.qti.location.force.debug=5
[ 0.815320] vendor.vivo.strict.authority.mode=2
[ 0.815324] vendor.power.pasr.enabled=true
[ 0.815328] vendor.audio_hal.period_size=192
[ 0.815332] vendor.audio_hal.in_period_size=144
[ 0.815335] vendor.audio_hal.period_multiplier=3
[ 0.815339] vendor.aac_richtap.config.path=/odm/etc/aac_richtap.config
[ 0.815343] persist.vendor.bt.aac_frm_ctl.enabled=true
[ 0.815347] persist.vendor.bt.aac_vbr_frm_ctl.enabled=true
[ 0.815351] persist.vendor.qfp=true
[ 0.815355] persist.vendor.data.mode=concurrent
[ 0.815359] persist.vendor.vivo.qmi.fw.log=1
[ 0.815362] persist.vendor.qcomsysd.enabled=1
[ 0.815366] persist.vendor.dpmhalservice.enable=1
[ 0.815370] vendor.gatekeeper.disable_spu=true
[ 0.815374] ro.vendor.display.cabl=0
[ 0.815378] ro.vendor.display.sensortype=2
[ 0.815382] vendor.display.comp_mask=0
[ 0.815385] vendor.display.disable_scaler=0
[ 0.815389] vendor.display.disable_excl_rect=0
[ 0.815393] vendor.display.use_smooth_motion=1
[ 0.815397] vendor.display.enable_early_wakeup=1
[ 0.815401] vendor.display.enable_async_powermode=0
[ 0.815404] vendor.display.disable_offline_rotator=1
[ 0.815408] vendor.display.enable_optimize_refresh=1
[ 0.815412] vendor.display.disable_hw_recovery_dump=1
[ 0.815416] vendor.display.disable_excl_rect_partial_fb=1
[ 0.815420] ro.vendor.qti.va_odm.support=1
[ 0.815424] ro.vendor.qti.va_aosp.support=1
[ 0.815428] ro.vendor.perf.scroll_opt=1
[ 0.815431] ro.vendor.beluga.c=0x4800
[ 0.815435] ro.vendor.beluga.p=0x3
[ 0.815439] ro.vendor.beluga.s=0x900
[ 0.815443] ro.vendor.beluga.t=0x240
[ 0.815447] ro.vendor.vivo.hardware.version=PD2145MA
[ 0.815450] vendor.gralloc.disable_ubwc=0
[ 0.815454] persist.vendor.ims.playout_delay=50
[ 0.815458] persist.vendor.ims.disableADBLogs=1
[ 0.815462] persist.vendor.ims.disableIMSLogs=1
[ 0.815466] persist.vendor.ims.disableQXDMLogs=1
[ 0.815470] persist.vendor.ims.dropset_feature=2
[ 0.815474] persist.vendor.ims.disableDebugLogs=1
[ 0.815480] vendor.mm.enable.qcom_parser=16777215
[ 0.815484] vendor.pasr.activemode.enabled=true
[ 0.815488] vendor.camera.aux.packagelist=org.codeaurora.snapcam,com.android.camera,com.vivo.bsptest,com.iqoo.engineermode
[ 0.815493] persist.vendor.dpm.feature=11
[ 0.815496] persist.vendor.dpm.idletimer.mode=default
[ 0.815500] ro.vendor.qspm.enable=true
[ 0.815504] persist.vendor.qteeconnector.retrying_timeout=2000
[ 0.815508] persist.vendor.qteeconnector.retrying_interval=30
[ 0.815512] persist.vendor.radio.atfwd.start=true
[ 0.815516] persist.vendor.radio.rat_on=combine
[ 0.815520] persist.vendor.radio.custom_ecc=1
[ 0.815523] persist.vendor.radio.mt_sms_ack=30
[ 0.815527] persist.vendor.radio.poweron_opt=1
[ 0.815531] persist.vendor.radio.data_con_rprt=true
[ 0.815535] persist.vendor.radio.sib16_support=1
[ 0.815539] persist.vendor.radio.procedure_bytes=SKIP
[ 0.815542] persist.vendor.radio.apm_sim_not_pwdn=1
[ 0.815548] persist.vendor.radio.process_sups_ind=1
[ 0.815552] persist.vendor.radio.enableadvancedscan=true
[ 0.815556] ro.vendor.build.security_patch=2022-03-01
[ 0.815560] persist.vendor.sensors.logger.enabled=1
[ 0.815566] persist.vendor.sensors.sync_request=true
[ 0.815570] persist.vendor.sensors.on_change_sample_period=true
[ 0.815574] persist.vendor.sensors.allow_non_default_discovery=true
[ 0.815624] vendor.sys.listeners.registered=true
[ 0.815650] vendor.usb.diag.func.name=ffs
[ 0.815657] vendor.usb.use_ffs_mtp=1
[ 0.815698] vendor.camera.fullsize.packagelist=com.antutu.ABenchMark,com.ludashi.benchmark,com.feisu.cpujkds,com.xsoftstudio.androtics
[ 0.815705] vendor.camera.fullsize.extrapackagelist=com.finalwire.aida64
[ 0.815729] persist.vendor.vivo.ssr.enable_ramdumps=2
[ 0.815852] ro.vndk.version=30
[ 0.815858] ro.product.vndk.version=30
[ 0.815902]
[ 0.815973] I:[libfs_mgr]dt_fstab: Skip disabled entry for partition vendor
[ 0.817284] I:[libfs_mgr]dt_fstab: Skip disabled entry for partition vendor
[ 0.817811] update package manager init. update package : /storage/usbotg/ota.zip
[ 0.818017] matching nothing update mode :native_update
[ 0.818030] E:mUpdateApp = false : Success
[ 0.818036] E:mUpdateApp = false : Success
[ 0.818226] recovery Dyn path /data/vivo-common/dyn/system_dyn.img is not exit!
[ 0.818761] recovery create data/vivo-common
[ 0.818789] recovery create /data/vivo-common/dyn
[ 0.818831] recovery Dyn is prepared
[ 0.818840] I:prepareDynupdate result is 0
[ 0.818930] [RecoveryCMD]I: install Recovery Command:
[ 0.818941] {
[ 0.818946] "command" : "install",
[ 0.818950] "install" : {
[ 0.818954] "apps_package" : "",
[ 0.818958] "dynamic_package" : "",
[ 0.818962] "extend_package" : "",
[ 0.818966] "fourth_package" : "",
[ 0.818970] "retry_count" : 0,
[ 0.818974] "should_clean_data" : false,
[ 0.818978] "should_wipe_cache" : false,
[ 0.818982] "third_package" : "",
[ 0.818985] "update_package" : "/storage/usbotg/ota.zip"
[ 0.818989] }
[ 0.818993] }
[ 0.818997]
[ 0.819003] I:Switching ui theme (VIVO)
[ 0.819009] I:Set active page: 'action_page'
[ 0.819041] I:Operations threaded[1] will running : 'run_action_bridge_once_cmd'
[ 0.819174] I:Start action: 'Recovery Script Action'
[ 0.819386] [RecoveryCMD]I: Recovery Command Parser get command:
[ 0.819417] {
[ 0.819423] "command" : "install",
[ 0.819429] "install" : {
[ 0.819433] "apps_package" : "",
[ 0.819437] "dynamic_package" : "",
[ 0.819442] "extend_package" : "",
[ 0.819446] "fourth_package" : "",
[ 0.819453] "retry_count" : 0,
[ 0.819457] "should_clean_data" : false,
[ 0.819461] "should_wipe_cache" : false,
[ 0.819465] "third_package" : "",
[ 0.819470] "update_package" : "/storage/usbotg/ota.zip"
[ 0.819474] }
[ 0.819478] }
[ 0.819485]
[ 0.820155] E:inotify_add_watch failed: No such file or directory
[ 0.820199] E:inotify_add_watch failed: No such file or directory
[ 0.820790] I:generated scanline__00000077:03010101_00000A02_00000000 [ 26 ipp] (73 ins) at [0x6f5dfd4f00:0x6f5dfd5024] in 30260 ns
[ 0.820803]
[ 0.820982] I:generated scanline__00000077:03545401_00000000_00000000 [ 65 ipp] (94 ins) at [0x6f5dfd5030:0x6f5dfd51a8] in 10729 ns
[ 0.820989]
[ 20.866154] E:[libfs_mgr]Skipping mounting '/devices/platform/soc/*.ssusb/*.dwc3/xhci-hcd.*.auto*'
[ 20.866192] E:[libfs_mgr]Skipping mounting '/devices/platform/soc/*.ssusb/*.dwc3/xhci-hcd.*.auto*'
[ 20.866343] I:[libfs_mgr]__mount(source=/devices/platform/soc/*.ssusb/*.dwc3/xhci-hcd.*.auto*(missing),target=/storage/usbotg,type=vfat)=-1: No such file or directory
[ 20.866592] E:[libfs_mgr]Failed to mount /storage/usbotg: No such file or directory
[ 20.866606] E:[libfs_mgr]Failed to mount /storage/usbotg: No such file or directory
[ 20.866614] E:fail to mount path /storage/usbotg/ota.zip(/devices/platform/soc/*.ssusb/*.dwc3/xhci-hcd.*.auto*) at /storage/usbotg : No such file or directory
[ 20.866621] E:fail to mount path /storage/usbotg/ota.zip(/devices/platform/soc/*.ssusb/*.dwc3/xhci-hcd.*.auto*) at /storage/usbotg : No such file or directory
[ 20.866628] E:try to mount by vivo_ensure_path_mounted.
[ 20.866634] E:try to mount by vivo_ensure_path_mounted.
[ 20.866667] E:Failed to mount /storage/usbotg/ota.zip
[ 20.866676] E:Failed to mount /storage/usbotg/ota.zip
[ 20.866683] [RecoveryCMD]E: Failed to set up the package access, skipping installation
[ 20.866712] [RecoveryCMD]I: command:"install" result : 1
[ 20.871672] [RecoveryCMD]E: install_package FAIL, errType:0 errVersion:
[ 20.872300] I:Volume (/cache) is already mounted
[ 20.872460] I:Volume (/cache) is already mounted
[ 20.875640] [VivoFunc]E: Exec_Cmd(): pid: 564!
[ 20.881633] [BGDATA]E: file /cache/recovery/app_update_log is not exists
[ 20.881644] [BGDATA]E: file /data/vlog is not exists
[ 20.881649] [BGDATA]E: Path /data/logData/modules is not exists
[ 21.881030] I:Set active page: 'action_complete'
[ 21.881745] I:Finish action (status=1)
[ 43.920767] Installation aborted.
[ 43.920799] Installation aborted.
[ 45.822656] stop Timer Task...
[ 45.822715] Timer Task expired!
[ 45.822725] Timer Task destructed!
[ 45.836862] stop Timer Task...
[ 45.836918] Timer Task expired!
[ 45.836925] Timer Task destructed!
[ 45.836976] D:857:get_IQOO_NV_item(): get_IQOO_NV_item start
[ 45.836983]
[ 45.838214] D:764:read_iqoo_nv_from_backup(): index=0, iqoo_nvram_nv:0x7ff78862d0, iqoo_sv=PD2145B_A_1.8.13
[ 45.838225]
[ 45.838230] D:51:verify_iqoo_nv_checksum(): IQOO_NV_Item size=1464
[ 45.838234] D:55:verify_iqoo_nv_checksum(): verify ok
[ 45.838238]
[ 45.838245] D:867:get_IQOO_NV_item(): first copy verify OK
[ 45.838475] D:764:read_iqoo_nv_from_backup(): index=1, iqoo_nvram_nv:0xb4000070712d6920, iqoo_sv=PD2145B_A_1.8.13
[ 45.838484]
[ 45.838492] D:51:verify_iqoo_nv_checksum(): IQOO_NV_Item size=1464
[ 45.838497] D:55:verify_iqoo_nv_checksum(): verify ok
[ 45.838501]
[ 45.838505] D:871:get_IQOO_NV_item(): second copy verify OK
[ 45.838509] I:IQOO_NV_item old RecoveryFlag:[2]
[ 45.838594] I:IQOO_NV_item RecoveryFlag Head:[0], mask:[c0000000]
[ 45.838621] I:IQOO_NV_item new RecoveryFlag:[2]
[ 45.838935] I:IQOO_NV_TOOL_Item RecoveryStatus:[11]
[ 45.840890] E:mUpdateApp = false : No such file or directory
[ 45.840903] E:mUpdateApp = false : No such file or directory
[ 45.841821] I:gui_set_brightness: Setting brightness control to 0
[ 45.850771] I:Saving locale "zh-CN"
[ 45.851007] I:Volume (/cache) is already mounted
[ 45.851865] I:Unmount /system success.
[ 45.852380] I:Unmount /product success.
[ 45.852898] I:Unmount /vendor success.
[ 45.853409] I:Unmount /odm success.
[ 45.853922] I:Unmount /oem success.
[ 45.854443] I:Unmount /vendor/vgc success.
[ 45.854953] I:Unmount /metadata success.
[ 45.927874] I:Unmount /data success.
[ 45.928021] I:Unmount /mnt/vendor/persist success.
[ 45.928129] I:Unmount /boot success.
[ 45.928231] I:Unmount /recovery success.
[ 45.928331] I:Unmount /misc success.
[ 45.928428] I:Unmount /storage/sdcard1 success.
[ 45.928529] I:Unmount /storage/sdcard1 success.
[ 45.928626] I:Unmount /storage/usbotg success.
[ 45.930061] I:Unmount /vendor/firmware_mnt success.
[ 45.930196] I:Unmount /vendor/dsp success.
[ 45.930296] I:Unmount /vendor/bt_firmware success.
[ 45.930390] I:Unmount /otg success.
[ 45.930484] I:Unmount /sdcard success.
[ 45.930576] I:Unmount /mnt/system success.
[ 45.930791] I:Volume (/cache) is already mounted
[ 45.930827] I:Volume (/cache) is already mounted
[ 45.931046] I:Volume (/cache) is already mounted
[ 45.933555] I:Volume (/cache) is already mounted

I completely returned to the CN Firmware and then modified your script to /data/ota.zip and adb pushed ota.zip to data.
Now I get a security version is older than current. I'll try to modify the update script and retry. But we are getting somewhere!

Edit: Okay signature verification is STILL active. Cant flash a modified zip.
 
Last edited:

Pervokur

Senior Member
Feb 15, 2022
270
81
It's hard to think without phone ><

Did you try to install gsi with root? Or somehow patch stock recovery in order to disable ota firmware check, so you would be able to run any scripts from recovery as fake ota.


I think it's crucial to back up all partitions(except super and userdata) before swithching to another country firmware
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5

    THIS GLITCH HAS BEEN FIXED AS OF MAY 2022. IF YOUR FIRMWARE IS PAST THAT SECURITY LEVEL YOU CAN NOT OPEN THE BOOTLOADER ANYMORE.


    WARNING! THIS IS EXPERIMENTAL, I HAVE NO IDEA WHERE WE CAN GO FROM HERE.
    THIS MIGHT BREAK YOUR DEVICE!!!

    UNLOCKING THE BOOTLOADER REQUIRES A WIPE AFTERWARDS!
    UNLOCKING THE BOOTLOADER WILL DISABLE YOUR FINGERPRINT READER! (FIXED BY RELOCKING)
    UNLOCKING THE BOOTLOADER MIGHT REMOVE BOKEH MODES FROM PORTRAIT. (NOT SURE)


    This is a breakthrough! Thanks to our crazy russian friend in this thread I succeeded in opening the bootloader. (Origin OS)

    --------------------------------------------------------------------

    Long Tutorial:
    Download 1: https://forum.xda-developers.com/t/guide-how-to-reboot-to-edl-from-fastboot.3394292/
    Download 2 vivo fastboot_v2: https://forum.xda-developers.com/t/how-to-unlock-bootloader-of-vivo-phones.3686690/
    Download 3 vendor.img: https://forum.xda-developers.com/t/...hers-new-vivo-oppo-models-check-list.4440801/

    NEEDED: Vivo USB Driver
    NEEDED: ADB and Fastboot (Added to PATH)

    1. Enable OEM Unlock in Developer Options
    2. Connect your device via ADB
    3. Use "adb reboot fastboot"
    4. Use "fastboot reboot bootloader" -> This fastboot now looks different
    5. Copy the vendor.img into the folder of Download 2
    6. Open two cmd's in Download 2
    7. Type in "fastboot vivo_bsp unlock_vivo" into the first one, hit enter
    8. Type in "fastboot flash vendor vendor.img" into the second one, hit enter
    9. Immediately switch back to the first one, press up and enter many times
    10. If you time this right your bootloader is unlocked
    11. Press the power button to restart the phone and see your bootloader warning
    12. Let the phone restart a few times until it asks you to wipe
    13. Select the first option, then select the one on the right to proceed

    I unlocked, relocked and unlocked again to be sure, this seems to be a safe method!

    Much thanks to @Naveen Singh and @Pervokur
    4
    I will write a full guide and share my files once I get developer access on android file host. Generally it should be possible to switch OriginOS -> Funtouch (and the other way around) on every vivo phone that has the same hardware for both versions. You just need a qfil / split rom and a newer ota update of the target firmware.

    General Guide can be found here.
    2
    Any updates on this? Is it possible to safely flash Funtouch to china version?

    I am on Funtouch now with working signal. I also have a method to return to Origin OS.
    OTA Updates CAN disable signal again until you fix it after updating but that shouldnt be that big of a problem.

    IN THEORY there should be a better way than flashing huge partitions:
    1. Unlock Bootloader
    2. Install magisk and make all partitions read-writeable
    3. Edit ALL build.props to replace system identifiers with the indian version (system, vendor, odm, oem, vgc, recovery)
    4. Flash adb enabled recovery
    5. Push ota to /data
    6. Use modified misc.img to install from /data

    I am writing a guide for the manual, heavier version right now. But it involves a lot of flashing and I cant garantuee that it will work on every phone.

    @Waylan2022 : Seems like your bootloader is locked?! What are you trying to achieve there?
    2
    Someone made a xda news announcement for this thread lol.


    The final caveat, which is a minor one, is that you will have to flash a custom vendor image using a modified Fastboot binary and rely on a race condition for the bootloader to be unlocked.

    Actually nothing is flashed, because
    --vendor partiotion is inside super and can only be flashed in fastbootd mode
    --you can't flash anything with locked BL
    --command could be
    fastboot flash randomword randomimg.img

    mb even porno.mp4 could be used instead of random.img file
    2
    you can try to flash gsi with integrated root like LOS, then backup partitions with dd if=/dev/block/... of=/....
    As a safer alternative, don't flash, temporarily boot it with DSU Sideloader. That keeps the entire stock OS intact, both for complete dumping and for using after you're done with it.
    (Saw this post in the sidebar, felt interested, plus I've used this method on a few devices already)