How do you erase EVERYTHING before a fresh install? - Moto G Q&A, Help & Troubleshooting

Like most people, usually when I go to install a new rom, I just boot into recovery and format system/data/cache...etc before the installation. Unfortunately, this method is not as thorough as I would like and a lot of stuff is left behind. Therefore, I'm looking for a method that essentially erases everything but the bootloader. From what I understand, the only way to accomplish this is through adb.
So I have a few questions:
What are the adb commands to delete everything in preparation of a completely fresh install? - rom,kernel,recovery,radio etc...
Will this affect essential parameters such as booting into the bootloader, battery stats,charging,hardware interface, etc?( I would like to avoid messing with anything like that)
These are the following files that I have:
cwm_recovery.img
stock_rom.zip
custom_kernel.zip
stock_radio.zip
After deleting everything, I assuming the first thing to install would be the recovery image - from which the remaining zip files can be installed(in the order listed?).
How do you install the aforementioned recovery.img using adb?
What are the adb commands to push the remaining zip files onto the internal sd card?(no external sd available)
But if I deleted everything, would an sdcard still be mounted? If not, what are the adb commands to remount everything needed for the remaining items?
Lastly, is there a better way of doing this?
I know it's a lot to cover but after searching through many forums and blog posts, I can't seem to find any info on doing exactly this. Just bits and pieces about adb commands and troubleshooting botched installs of various devices. So any info would be appreciated.

IN BOOTLOADER/FASTBOOT MODE
To erase everything:
PHP:
mfastboot erase cache
mfastboot erase userdata
To erase partitions:
PHP:
mfastboot erase system
mfastboot erase boot
mfastboot erase userdata
mfastboot erase recovery
To flash a new ROM:
PHP:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3 (if exist)
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
If you want copy files from PC to Mobile (internal SDCARD):
PHP:
adb push [namefile] /sdcard/[namefile]
If you want copy files from Mobile (internal SDCARD) to PC:
PHP:
adb pull /sdcard/[namefile] [namefile]

lept_2014 said:
IN BOOTLOADER/FASTBOOT MODE
To erase everything:
PHP:
mfastboot erase cache
mfastboot erase userdata
To erase partitions:
PHP:
mfastboot erase system
mfastboot erase boot
mfastboot erase userdata
mfastboot erase recovery
Order to flash a new ROM:
PHP:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3 (if exist)
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
If you want copy files from PC to Mobile (internal SDCARD):
PHP:
adb push [namefile] /sdcard/[namefile]
If you want copy files from Mobile (internal SDCARD) to PC:
PHP:
adb pull /sdcard/[namefile] [namefile]
Click to expand...
Click to collapse
I erased everything with;
fastboot erase system
fastboot erase cache
fastboot erase data
but there is an error after flashing stock rom (device is android one second gen)
E: failed to mount /cache
device can't wipe cache or data via stock recovery, what can I do?
log
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
Starting TWRP 2.8.7.0 on Thu Feb 12 16:53:58 1970
(pid 205)
RECOVERY_SDCARD_ON_DATA := true
I:Lun file '/sys/devices/platform/msm_hsusb/gadget/lun0/file'
TW_INCLUDE_CRYPTO := true
I:Found brightness file at '/sys/class/leds/lcd-backlight/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
Starting the UI...Pixel format: 720x1280 @ 32bpp
Pixel format: BGR_565
Using qcomm overlay
Left Split=0
Right Split=0
Using qualcomm overlay
framebuffer: fd 4 (720 x 1280)
TW_SCREEN_BLANK_ON_BOOT := true
I:Scaling the curtain width 0.666667x and height 0.666667x
=> Linking mtab
=> Processing recovery.fstab
Irocessing '/boot'
Irocessing '/splash'
Irocessing '/system'
Irocessing '/cache'
I:Can't probe device /dev/block/mmcblk0p29
I:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p29', current file system: 'ext4'
Irocessing '/data'
I:Setting up '/data' as data/media emulated storage.
I:Created '/sdcard' folder.
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
get_crypt_ftr_info crypto key location: 'footer'
Bad magic for real block device /dev/block/mmcblk0p31
E:Could not mount /data and unable to find crypto footer.
I:Can't probe device /dev/block/mmcblk0p31
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
E:Unable to recreate /data/media folder.
Irocessing '/oem'
Irocessing '/microSD'
I:Created '/microSD' folder.
Irocessing '/firmware'
I:Created '/firmware' folder.
Irocessing '/modemst1'
Irocessing '/modemst2'
Irocessing '/persist'
I:Created '/persist' folder.
Irocessing '/aboot'
Irocessing '/abootbak'
I:Backup folder set to '/data/media/TWRP/BACKUPS/487ae026'
I:Settings storage is '/data/media'
Updating partition details...
I:Can't probe device /dev/block/mmcblk0p29
E:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p29', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
...done
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
E:Unable to mount storage.
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p24 | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p24
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
/splash | /dev/block/mmcblk0p17 | Size: 10MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p17
Display_Name: Logo
Storage_Name: Logo
Backup_Path: /splash
Backup_Name: splash
Backup_Display_Name: Logo
Storage_Path: /splash
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/system | /dev/block/mmcblk0p25 | Size: 1511MB Used: 1065MB Free: 446MB Backup Size: 1065MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p25
Display_Name: System
Storage_Name: System
Backup_Path: /system
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/cache | /dev/block/mmcblk0p29 | Size: 0MB Used: 0MB Free: 0MB 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/mmcblk0p29
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
/data | /dev/block/mmcblk0p31 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage
Symlink_Path: /data/media
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p31
Length: -16384
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
MTP_Storage_ID: 65537
/oem | /dev/block/mmcblk0p19 | Size: 58MB Used: 11MB Free: 47MB Backup Size: 11MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p19
Display_Name: OEM
Storage_Name: OEM
Backup_Path: /oem
Backup_Name: oem
Backup_Display_Name: OEM
Storage_Path: /oem
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/microSD | /dev/block/mmcblk1p1 | Size: 7444MB Used: 7304MB Free: 140MB Backup Size: 7304MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: microSD
Storage_Name: microSD
Backup_Path: /microSD
Backup_Name: microSD
Backup_Display_Name: microSD
Storage_Path: /microSD
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/firmware | /dev/block/mmcblk0p21 | Size: 63MB Used: 48MB Free: 15MB Backup Size: 48MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p21
Display_Name: Modem
Storage_Name: Modem
Backup_Path: /firmware
Backup_Name: firmware
Backup_Display_Name: Modem
Storage_Path: /firmware
Current_File_System: vfat
Fstab_File_System: ext4
Backup_Method: files
/modemst1 | /dev/block/mmcblk0p12 | Size: 1MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent
Primary_Block_Device: /dev/block/mmcblk0p12
Display_Name: IMEI
Storage_Name: IMEI
Backup_Path: /modemst1
Backup_Name: modemst1
Backup_Display_Name: IMEI
Storage_Path: /modemst1
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/modemst2 | /dev/block/mmcblk0p13 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /modemst1
Primary_Block_Device: /dev/block/mmcblk0p13
Display_Name: modemst2
Storage_Name: modemst2
Backup_Path: /modemst2
Backup_Name: modemst2
Backup_Display_Name: modemst2
Storage_Path: /modemst2
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/persist | /dev/block/mmcblk0p28 | Size: 27MB Used: 0MB Free: 27MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /modemst1
Primary_Block_Device: /dev/block/mmcblk0p28
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
/aboot | /dev/block/mmcblk0p3 | Size: 1MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent
Primary_Block_Device: /dev/block/mmcblk0p3
Display_Name: Bootloader
Storage_Name: Bootloader
Backup_Path: /aboot
Backup_Name: aboot
Backup_Display_Name: Bootloader
Storage_Path: /aboot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/abootbak | /dev/block/mmcblk0p4 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /aboot
Primary_Block_Device: /dev/block/mmcblk0p4
Display_Name: abootbak
Storage_Name: abootbak
Backup_Path: /abootbak
Backup_Name: abootbak
Backup_Display_Name: abootbak
Storage_Path: /abootbak
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
I:Loading package: TWRP (/script/ui.xml)
I:Load XML directly
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
E:Unable to mount /data/media during GUI startup.
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
I:Checking resolution...
I:Scaling theme width 0.666667x and height 0.666667x, offsets x: 0 y: 0
I:Loading resources...
open_png /twres/images/twrplogo.png
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
open_png /twres/images/menu-button.png
open_png /twres/images/file.png
open_png /twres/images/folder.png
open_png /twres/images/slideout.png
open_png /twres/images/indeterminate001.png
open_png /twres/images/indeterminate002.png
open_png /twres/images/indeterminate003.png
open_png /twres/images/indeterminate004.png
open_png /twres/images/indeterminate005.png
open_png /twres/images/indeterminate006.png
open_png /twres/images/indeterminate007.png
open_png /twres/images/progress_empty.png
open_png /twres/images/progress_fill.png
open_png /twres/images/checkbox_empty.png
open_png /twres/images/checkbox_checked.png
open_png /twres/images/radio_empty.png
open_png /twres/images/radio_selected.png
open_png /twres/images/medium-button.png
open_png /twres/images/sort-button.png
open_png /twres/images/minus-button.png
open_png /twres/images/plus-button.png
open_png /twres/images/home-icon.png
open_png /twres/images/back-icon.png
open_png /twres/images/slider.png
open_png /twres/images/slider-used.png
open_png /twres/images/slider-touch.png
open_png /twres/images/unlock.png
open_png /twres/images/keyboard1.png
open_png /twres/images/keyboard2.png
open_png /twres/images/keyboard3.png
open_png /twres/images/keyboard4.png
open_png /twres/images/cursor.png
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
IageSet::CheckInclude loading filename: '/twres/portrait.xml'
I:Loading included resources...
I:Loading included variables...
I:Loading mouse cursor...
I:Loading included 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 install_image
I:Loading page flashimage_confirm
I:Loading page clear_vars
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 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 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/TWRP/BACKUPS/487ae026'
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 selectstorage
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 settings
I:Loading page timezone
I:Loading page screen
I:Loading page Vibrate
I:Loading page advanced
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 filemanageracction
I:Loading page decrypt
I:Loading page decrypt_pattern
I:Loading page trydecrypt
I:Loading page terminalfolder
I:Loading page terminalcommand
I:Loading page sideload
I:Loading page fixperms
I:Loading page installsu
I:Loading page system_readonly
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
SELinux contexts loaded from /file_contexts
I:Can't probe device /dev/block/mmcblk0p29
E:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p29', current file system: 'ext4'
I:Could not check /cache/recovery SELinux contexts, using /sbin/teamwin instead which may be inaccurate.
Full SELinux support is present.
I:Can't probe device /dev/block/mmcblk0p29
E:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p29', current file system: 'ext4'
I:Not using /misc, not defined in fstab.
I:Not using /misc, not defined in fstab.
Startup Commands:
ro.cm.device=g1
ro.adb.secure=0
ro.com.android.dateformat=MM-dd-yyyy
ro.boot.ftm=0
ro.boot.emmc=true
ro.boot.console=ttyHSL0
ro.boot.selinux=permissive
ro.boot.baseband=msm
ro.boot.hardware=qcom
ro.boot.serialno=487ae026
ro.twrp.boot=1
ro.twrp.version=2.8.7.0
ro.wifi.channels=
ro.allow.mock.location=0
ro.board.platform=msm8916
ro.build.id=LMY48W
ro.build.date=Mon Oct 26 13:25:21 PHT 2015
ro.build.date.utc=1445837121
ro.build.host=AtaraXis
ro.build.tags=test-keys
ro.build.type=userdebug
ro.build.user=1cefire
ro.build.flavor=full_g1-userdebug
ro.build.display.id=full_g1-userdebug 5.1.1 LMY48W eng.1cefire.20151026.132051 test-keys
ro.build.product=g1
ro.build.version.sdk=22
ro.build.version.base_os=
ro.build.version.release=5.1.1
ro.build.version.codename=REL
ro.build.version.incremental=eng.1cefire.20151026.132051
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2015-10-01
ro.build.description=full_g1-userdebug 5.1.1 LMY48W eng.1cefire.20151026.132051 test-keys
ro.build.fingerprint=google/full_g1/g1:5.1.1/LMY48W/eng.1cefire.20151026.132051:userdebug/test-keys
ro.build.characteristics=default
ro.dalvik.vm.native.bridge=0
ro.secure=0
ro.zygote=zygote32
ro.carrier=unknown
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.cpu.abilist=armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.name=full_g1
ro.product.board=MSM8916
ro.product.brand=google
ro.product.model=A1
ro.product.device=g1
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=google
ro.baseband=msm
ro.bootmode=unknown
ro.hardware=qcom
ro.revision=0
ro.serialno=487ae026
ro.bootloader=unknown
ro.debuggable=1
ro.factorytest=0
net.bt.name=Android
net.change=net.bt.name
init.svc.adbd=running
init.svc.healthd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.set_permissive=stopped
twrp.crash_counter=0
dalvik.vm.isa.arm.features=div
dalvik.vm.lockprof.threshold=500
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
persist.sys.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart.so
service.adb.root=1
keyguard.no_require_sim=true
I:Can't probe device /dev/block/mmcblk0p29
I:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p29', current file system: 'ext4'
I:Failed to mount /cache for TWFunc::Update_Log_File
I:Can't probe device /dev/block/mmcblk0p29
E:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p29', current file system: 'ext4'
tw_get_context failed to get selinux context
I:Failed to get default contexts and file mode for storage files.
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
E:Unable to mount /data/media/TWRP/.twrps when trying to read settings file.
I:Attempt to load settings from settings file...
I:Settings file '/data/media/TWRP/.twrps' not found.
I:Can't probe device /dev/block/mmcblk0p29
I:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p29', current file system: 'ext4'
I:Unable to mount '' to write version number.
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
__bionic_open_tzdata: couldn't find any tzdata when looking for CST6CDT,M3.2.0,M11.1.0!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:TWFunc::Fixup_Time: Pre-fix date and time: 1970-02-12--11-54-03
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:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Enabling MTP during startup
I:Starting MTP
Starting MTP
I:Can't probe device /dev/block/mmcblk0p31
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Get_Max_FileSize::maxFileSize: 4294967296
I:sending message to add 65538 '/microSD' 'microSD'
I:Message sent, add storage ID: 65538
MTP Enabled
I:Switching packages (TWRP)
I:Set page: 'system_readonly'
created new mtpserver object
MtpServer::run fd: 21
mtppipe add storage 65538 '/microSD'
MtpStorage id: 65538 path: /microSD
Iperation_start: 'Toggle System Mount'
I:Can't probe device /dev/block/mmcblk0p31
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
Iperation_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:Switching packages (TWRP)
I:Set page: 'wipe'
I:Set page: 'advancedwipe'
I:Set page: 'action_page'
Iperation_start: 'Format'
I:wipe list 'DALVIK;/system;/cache;/data;'
I:wipe_path 'DALVIK'
I:Can't probe device /dev/block/mmcblk0p31
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
E:Failed to wipe dalvik
Updating partition details...
I:Can't probe device /dev/block/mmcblk0p29
E:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p29', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
...done
I:Can't probe device /dev/block/mmcblk0p31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
E:Unable to mount storage.
I:Set page: 'action_complete'
Iperation_end - status=1
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set page: 'selectstorage'
I:Can't probe device /dev/block/mmcblk0p31
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Backup folder set to '/microSD/TWRP/BACKUPS/487ae026'
I:Can't probe device /dev/block/mmcblk0p31
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Set page: 'clear_vars'
I:Set page: 'install'
I:Can't probe device /dev/block/mmcblk0p31
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
Iperation_start: 'Flashing'
Installing '/microSD/000FLASH000/ROM/cm-12.1-20151226-NIGHTLY-crackling.zip'...
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
I:Zip contains SELinux file_contexts file in its root. Extracting to /file_contexts
I:Legacy property environment initialized.
script aborted: This package is for device: crackling,vixen; this device is g1.
This package is for device: crackling,vixen; this device is g1.
I:Legacy property environment disabled.
E:Error executing updater binary in zip '/microSD/000FLASH000/ROM/cm-12.1-20151226-NIGHTLY-crackling.zip'
Error flashing zip '/microSD/000FLASH000/ROM/cm-12.1-20151226-NIGHTLY-crackling.zip'
Updating partition details...
I:Can't probe device /dev/block/mmcblk0p29
E:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p29', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p31
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p31', current file system: 'ext4'
...done
I:Set page: 'flash_done'
Iperation_end - status=1
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'reboot'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'settings'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'partsdcard'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'filemanagerlist'
I:Set page: 'advanced'
I:Set page: 'confirm_action'
I:Set page: 'action_page'
Iperation_start: 'Copy Log'
I:Copying file /tmp/recovery.log to /microSD/recovery.log

Use 'To flash a new ROM' point, with a STOCK ROM for you Moto G.

Related

Stuck on Boot Animation any Rom =/

I have this thing in a gigantic knot.
What I'm trying to accomplish: Crombi-kk w/ f2fs and Rom2sd/data2sd and Thatkernal. I have a class10 16GB microSD. I'm using latest CWM for tf700 (6.0.4.7)
What I have accomplished so far: Softbrick. All it does is sit at loading screen for whatever rom (ive tried crombi and latest night build of cm11) I flash until battery dies. =/
What I have done to troubleshoot: Wiped everything via CWM. Data/factory wipe, Dalvick, formatted everything.
I am using this tablet for work and I don't want to get in trouble for bricking company property.
What do, XDA?
BTW, you guys are absolutely amazing. keep up the android dev!
Hi,
Did you enable ART before flashing the ROM?
sziggins said:
Hi,
Did you enabled ART before flashing the ROM?
Click to expand...
Click to collapse
negative.
from a quick google on how to enable ART - looks like i have to enable it via Settings app. I'm not able to get that far. stuck at boot screen of cyanogen mod loading animation
eldiablo1 said:
negative.
from a quick google on how to enable ART - looks like i have to enable it via Settings app. I'm not able to get that far. stuck at boot screen of cyanogen mod loading animation
Click to expand...
Click to collapse
Seems you didn't follow Pretoriano80' thread. Well, I would install latest TWRP or Flashable TWRP 2.6.3-that3 By that and follow the Pretoriano80s' instructions.
What bootloader are you on?
Does CWM even support F2FS?
Switch to TWRP 2.7.1.1 and also ake sure the card is formatted correctly as per the CROMBi-kk guide.
sziggins said:
Seems you didn't follow Pretoriano80' thread. Well, I would install latest TWRP or Flashable TWRP 2.6.3-that3 By that and follow the Pretoriano80s' instructions.
Click to expand...
Click to collapse
will try as well
berndblb said:
What bootloader are you on?
Click to expand...
Click to collapse
us_epad-10.6.1.14.4-2010329 a03
sbdags said:
Does CWM even support F2FS?
Switch to TWRP 2.7.1.1 and also ake sure the card is formatted correctly as per the CROMBi-kk guide.
Click to expand...
Click to collapse
i will try this
eldiablo1 said:
us_epad-10.6.1.14.4-2010329 a03
i will try this
Click to expand...
Click to collapse
I had that suspicion. You need to upgrade your bootloader to 10.6.1.14.10. The .4 doesn't play well with KitKat it seems.
The easiest way is to head over to the CROMi-X thread, grab the bootloader/TWRP package from the OP and flash it in CWM.
Reboot
The TWRP version in that package does not support f2fs, so you need to flash a compatible recovery again.
Boot back into bootloader and flash TWRP 2.7.1.1 or CWM.
I believe CWM 6.0.4.7 supports f2fs - at least Philz recovery, which is based on koush's does.
You do not need to follow Praetoriano's instructions if you want to flash CROMBi-KK. All you have to do is format /data to f2fs prior to installation of the rom. The installer does everything else for you.
berndblb said:
I had that suspicion. You need to upgrade your bootloader to 10.6.1.14.10. The .4 doesn't play well with KitKat it seems.
The easiest way is to head over to the CROMi-X thread, grab the bootloader/TWRP package from the OP and flash it in CWM.
Reboot
The TWRP version in that package does not support f2fs, so you need to flash a compatible recovery again.
Boot back into bootloader and flash TWRP 2.7.1.1 or CWM.
I believe CWM 6.0.4.7 supports f2fs - at least Philz recovery, which is based on koush's does.
You do not need to follow Praetoriano's instructions if you want to flash CROMBi-KK. All you have to do is format /data to f2fs prior to installation of the rom. The installer does everything else for you.
Click to expand...
Click to collapse
I am currently booted into twrp 2.7.1.1 and am attempting to flash tf700_10.6.1.14.10_us_boot_twrp_2610_signed.zip
when i try to flash i get a big red Failed status. the logs say i.imgur com/7zZEWQD jpg
any ideas?
eldiablo1 said:
I am currently booted into twrp 2.7.1.1 and am attempting to flash tf700_10.6.1.14.10_us_boot_twrp_2610_signed.zip
when i try to flash i get a big red Failed status. the logs say i.imgur com/7zZEWQD jpg
any ideas?
Click to expand...
Click to collapse
Do you have "check zip signature" checked just above the "Swipe to flash" button? If yes, the zip got corrupted during download.
berndblb said:
Do you have "check zip signature" checked just above the "Swipe to flash" button? If yes, the zip got corrupted during download.
Click to expand...
Click to collapse
i have it unchecked. ill redownload and try again and check the md5 sig
I have redownloaded the .10 bootload twrp package and verified its MD5 and it matches. I am still getting same results as failed. =/
eldiablo1 said:
I have redownloaded the .10 bootload twrp package and verified its MD5 and it matches. I am still getting same results as failed. =/
Click to expand...
Click to collapse
adb pull /tmp/recovery.log
Post this file.
_that said:
adb pull /tmp/recovery.log
Post this file.
Click to expand...
Click to collapse
I am unable to see my device in adb. I have installed the latest correct drivers on my win7 x64 pc. my pc is showing an "android composite ADB interface" in device manager while plugged in and in fastboot mode. but when i do ADB devices - no devices populate =/
eldiablo1 said:
I am unable to see my device in adb. I have installed the latest correct drivers on my win7 x64 pc. my pc is showing an "android composite ADB interface" in device manager while plugged in and in fastboot mode. but when i do ADB devices - no devices populate =/
Click to expand...
Click to collapse
It's perfectly normal that adb doesn't work in fastboot mode, but adb should work in recovery. If not, try different drivers ("Universal naked drivers" are regularly mentioned).
_that said:
It's perfectly normal that adb doesn't work in fastboot mode, but adb should work in recovery. If not, try different drivers ("Universal naked drivers" are regularly mentioned).
Click to expand...
Click to collapse
omg lol XD I am still a little new to the droid scene.
I booted into my twrp and am now able to adb. so silly. here is my log.
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
Starting TWRP 2.7.1.1 on Tue Jun 24 20:34:22 2014
BOARD_HAS_NO_REAL_SDCARD := true
I:Internal path defined: '/data/media'
I:External path defined: '/external_sdcard'
I:Mount: Unable to find partition for path '/data'
TW_NO_REBOOT_RECOVERY := true
TW_NO_REBOOT_BOOTLOADER := true
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
TW_INCLUDE_CRYPTO := true
I:Found brightness file at '/sys/devices/platform/pwm-backlight/backlight/pwm-backlight/brightness'
Starting the UI...Pixel format: 1920x1200 @ 16bpp
Pixel format: BGR_565
Not using qualcomm overlay, 'tegra_fb'
framebuffer: fd 4 (1920 x 1200)
=> Linking mtab
Renaming regular /etc/recovery.fstab -> /etc/recovery.fstab.bak
Moving /etc/twrp.fstab -> /etc/recovery.fstab
=> Processing recovery.fstab
Irocessing '/system'
Irocessing '/cache'
Irocessing '/misc'
Irocessing '/staging'
Irocessing '/data'
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
Bad magic for real block device /dev/block/mmcblk0p8
E:Could not mount /data and unable to find crypto footer.
I:Can't probe device /dev/block/mmcblk0p8
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
E:Unable to recreate /data/media folder.
Irocessing '/recovery'
Irocessing '/boot'
Irocessing '/external_sdcard'
I:Created '/external_sdcard' folder.
I:Backup folder set to '/data/media/TWRP/BACKUPS/0166160e04281610'
I:Settings storage is '/data/media'
Updating partition details...
I:Can't probe device /dev/block/mmcblk0p8
E:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
E:Unable to mount internal storage.
I:Unmounting main partitions...
Partition Logs:
/system | /dev/block/mmcblk0p1 | Size: 755MB Used: 459MB Free: 296MB Backup Size: 459MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p1
Display_Name: System
Storage_Name: System
Backup_Path: /system
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/cache | /dev/block/mmcblk0p2 | Size: 421MB Used: 7MB Free: 414MB Backup Size: 7MB
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/mmcblk0p2
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
/misc | /dev/block/mmcblk0p3 | Size: 2MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p3
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
/staging | /dev/block/mmcblk0p4 | Size: 816MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p4
Display_Name: staging
Storage_Name: staging
Backup_Path: /staging
Backup_Name: staging
Backup_Display_Name: staging
Storage_Path: /staging
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/data | /dev/block/mmcblk0p8 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage
Symlink_Path: /data/media
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p8
Length: -16384
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/recovery | /dev/block/mmcblk0p9 | Size: 8MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p9
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
/boot | /dev/block/mmcblk0p10 | Size: 8MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p10
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
/external_sdcard | /dev/block/mmcblk1p1 | Size: 4095MB Used: 433MB Free: 3662MB Backup Size: 433MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: Micro SDcard
Storage_Name: Micro SDcard
Backup_Path: /external_sdcard
Backup_Name: external_sdcard
Backup_Display_Name: Micro SDcard
Storage_Path: /external_sdcard
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
I:Loading package: TWRP (/script/ui.xml)
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
E:Unable to mount /data/media during GUI startup.
I:Loading package: TWRP (/res/ui.xml)
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 clear_vars
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 reboot
I:Loading page selectstorage
I:Loading page mount
I:Loading page usb_mount
I:Loading page usb_umount
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 selectfilesystem
I:Loading page backup
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/TWRP/BACKUPS/0166160e04281610'
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 settings
I:Loading page timezone
I:Loading page screen
I:Loading page Vibrate
I:Loading page advanced
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 filemanageracction
I:Loading page decrypt
I:Loading page trydecrypt
I:Loading page terminalfolder
I:Loading page terminalcommand
I:Loading page sideload
I:Loading page installsu
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
Startup Commands: ro.sf.lcd_density=240
ro.com.google.clientidbase=android-google
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.com.android.wifi-watchlist=GoogleGuest
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.boot.emmc=0
ro.boot.carrier=wifi-only
ro.boot.serialno=0166160e04281610
ro.boot.productid=0x04
ro.boot.commchip_id=0
ro.emmc=0
ro.epad.model=TF700T
ro.epad.model_id=04
ro.omni.device=tf700t
ro.omni.version=4.4.2-20140606-tf700t-HOMEMADE
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=tegra
ro.build.id=KVT49L
ro.build.date=Fri Jun 6 20:18:57 UTC 2014
ro.build.date.utc=0
ro.build.host=ded1.ktechnology.net
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=dees_troy
ro.build.display.id=omni_tf700t-eng 4.4.2 KVT49L 8d195fb610 test-keys
ro.build.product=tf700t
ro.build.version.sdk=19
ro.build.version.release=4.4.2
ro.build.version.codename=REL
ro.build.version.incremental=8d195fb610
ro.build.description=US_epad-user 4.2.1 JOP40D US_epad-10.6.1.14.10-20130801 release-keys
ro.build.fingerprint=asus/US_epad/EeePad:4.2.1/JOP40D/US_epad-10.6.1.14.10-20130801:user/release-keys
ro.build.characteristics=tablet
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.config.notification_sound=pixiedust.ogg
ro.crypto.fs_type=ext4
ro.crypto.keyfile.userdata=footer
ro.crypto.fs_flags=0x00000406
ro.crypto.fs_options=data=ordered,delalloc
ro.crypto.fs_mnt_point=/data
ro.crypto.fs_real_blkdev=/dev/block/mmcblk0p8
ro.kernel.android.checkjni=1
ro.secure=0
ro.carrier=wifi-only
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.name=EeePad
ro.product.board=cardhu
ro.product.brand=asus
ro.product.model=ASUS Transformer Pad TF700T
ro.product.device=tf700t
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=asus
ro.baseband=unknown
ro.bootmode=unknown
ro.hardware=cardhu
ro.opengles.version=131072
ro.revision=0
ro.serialno=0166160e04281610
ro.bootloader=unknown
ro.debuggable=1
ro.modversion=OmniROM-4.4.2-20140606-tf700t-HOMEMADE
ro.factorytest=0
ro.setupwizard.enterprise_mode=1
rw.km_fips_status=ready
tf.enable=y
net.bt.name=Android
net.change=net.bt.name
init.svc.adbd=running
init.svc.ueventd=running
init.svc.mischelp=restarting
init.svc.recovery=running
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
dalvik.vm.heapsize=384m
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapminfree=512k
dalvik.vm.dexopt-flags=m=y
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.heaptargetutilization=0.75
persist.sys.fw.camera.status=1
persist.sys.usb.config=mtp,adb
persist.sys.dalvik.vm.lib=libdvm.so
persist.sys.root_access=1
persist.tegra.nvmmlite=1
service.adb.root=1
keyguard.no_require_sim=true
I:Copying file /cache/recovery/log to /cache/recovery/last_log
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
E:Unable to mount /data/media/TWRP/.twrps when trying to read settings file.
I:Attempt to load settings from settings file...
I:Settings file '/data/media/TWRP/.twrps' not found.
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p8', current file system: 'ext4'
__bionic_open_tzdata: couldn't find any tzdata when looking for CST6CDT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
I:Switching packages (TWRP)
bumping out of desperation
eldiablo1 said:
bumping out of desperation
Click to expand...
Click to collapse
Ah, right. Your log contained no hint that you tried to install anything. But this is a bit worrying:
eldiablo1 said:
/data | /dev/block/mmcblk0p8 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
...
I:Can't probe device /dev/block/mmcblk0p8
I:Unable to mount '/data'
Click to expand...
Click to collapse
Your data partition seems to have a problem. Try formatting it in TWRP (note from Cpt. Obvious: you will lose all data on your device). If that doesn't work, post the output of
adb shell ls -l /dev/block/mmc*
Click to expand...
Click to collapse
_that said:
Ah, right. Your log contained no hint that you tried to install anything. But this is a bit worrying:
Your data partition seems to have a problem. Try formatting it in TWRP (note from Cpt. Obvious: you will lose all data on your device). If that doesn't work, post the output of
Click to expand...
Click to collapse
sadly, trying to wipe data from twrp failed.
here is output requested
http://imgur.com/t2FIdh7
eldiablo1 said:
sadly, trying to wipe data from twrp failed.
Click to expand...
Click to collapse
I said "format", not "wipe".
And if you want any help with TWRP issues, you need to post /tmp/recovery.log.
The partition list looks OK so far, next check would be the contents of /proc/partitions.

Semi Brick HTC One SV K2_UL

Hello all! Great to see the SV still around.... and everyone busy on making the damn thing heat up!
I was messing around trying to update the rom and finally got Viper 1.6 on but the top speaker was giving robotic sound. I didnt really understand how or where to find the firmware having trawled google (noobvirus)
I stupidly flashed an odex_v3 whole ROM from old splatterhand and now the phone has an issue.....
Wont boot into recovery, gets stuck on teamwin logo.
I can connect via ADB.
Bootloader says unlocked tampered
Would appreciate some help, or this phone will become a well deserved paper weight or stress reliever.
Code:
C:\OneDrivers_Fastboot\Fastboot>fastboot flash recovery openrecovery-twrp-2.5.0.
0-m7wls.img
sending 'recovery' (7912 KB)...
OKAY [ 1.094s]
writing 'recovery'...
FAILED (remote: image update error)
finished. total time: 2.297s
C:\OneDrivers_Fastboot\Fastboot>fastboot getvar all
getvar:all FAILED (status malformed (0 bytes))
finished. total time: 0.000s
C:\OneDrivers_Fastboot\Fastboot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.00.0000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: ive hidden this
(bootloader) imei: ive hidden this
(bootloader) product: k2_ul
(bootloader) platform: HBOOT-8930
(bootloader) modelid: PL8010000
(bootloader) cidnum: ORANG001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3760mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
getvar:all FAILED (status read failed (Too many links))
finished. total time: 0.078s
Hello all! Great to see the SV still around.... and everyone busy on making the damn thing heat up!
Click to expand...
Click to collapse
Not sure where you see something heating up here
I was messing around trying to update the rom and finally got Viper 1.6 on but the top speaker was giving robotic sound. I didnt really understand how or where to find the firmware having trawled google (noobvirus)
I stupidly flashed an odex_v3 whole ROM from old splatterhand and now the phone has an issue.....
Click to expand...
Click to collapse
Both rom's are from the same base, so i won't see it, why my odexed rom should be the reason for your problems.
Anyway, i have searched the web for some ORANG001 stuff and i found a RUU which maybe could help you out of your issues:
PL80IMG_K2_UL_JB422_SENSE50_MR_Orange_UK_3.11.61.1 0_Radio_1.18.40a.00.05_10.81a.40.23_release_340236 _signed.zip
Try to flash this RUU (this will wipe all data):
Rename the zip file to PL80IMG.zip (make sure it is not named PL80IMG.zip.zip) and copy it in the external sdcard.
Then boot into the bootloader and let the phone recognize the PL80IMG.zip. Confirm to update with vol+ and let it run until its finished.
Maybe you need to relock your bootloader, to get the RUU running. Not sure about that atm.
old.splatterhand said:
Not sure where you see something heating up here
Both rom's are from the same base, so i won't see it, why my odexed rom should be the reason for your problems.
Anyway, i have searched the web for some ORANG001 stuff and i found a RUU which maybe could help you out of your issues:
PL80IMG_K2_UL_JB422_SENSE50_MR_Orange_UK_3.11.61.1 0_Radio_1.18.40a.00.05_10.81a.40.23_release_340236 _signed.zip
Try to flash this RUU (this will wipe all data):
Rename the zip file to PL80IMG.zip (make sure it is not named PL80IMG.zip.zip) and copy it in the external sdcard.
Then boot into the bootloader and let the phone recognize the PL80IMG.zip. Confirm to update with vol+ and let it run until its finished.
Maybe you need to relock your bootloader, to get the RUU running. Not sure about that atm.
Click to expand...
Click to collapse
Ok, did that, and it loaded up the blue bar to the top right slowly, completed and then nothing... no option to update.
Simply stays in bootloader menu. I can go to recovery, and I tried to load Viper again but it hung at 75%.
Thanks for help so far.
Recovery file Contents:
Code:
Starting TWRP 2.8.5.0 on Mon May 22 01:38:37 2017
(pid 141)
I:Lun file '/sys/devices/platform/msm_hsusb/gadget/lun0/file'
I:Found brightness file at '/sys/class/leds/lcd-backlight/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
Starting the UI...Pixel format: 480x800 @ 32bpp
Pixel format: RGBX_8888
Not using qualcomm overlay, 'msmfb43_80201'
framebuffer: fd 3 (480 x 800)
=> Linking mtab
=> Processing recovery.fstab
I:Processing '/boot'
I:Processing '/cache'
I:Processing '/data'
I:Processing '/devlog'
I:Created '/devlog' folder.
I:Processing '/misc'
I:Processing '/int_sd'
I:Created '/int_sd' folder.
I:Processing '/recovery'
I:Processing '/sdcard'
I:Created '/sdcard' folder.
I:Processing '/system'
I:Created '/and-sec' folder.
I:Creating Android Secure: /int_sd/.android_secure
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
E:Unable to recreate and-sec folder.
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Backup folder set to '/int_sd/TWRP/BACKUPS/HT321TP05036'
I:Settings storage is '/int_sd'
Updating partition details...
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
...done
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
E:Unable to mount storage.
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p20 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p20
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
/cache | /dev/block/mmcblk0p34 | Size: 220MB Used: 4MB Free: 216MB Backup Size: 4MB
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/mmcblk0p34
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
/data | /dev/block/mmcblk0p35 | Size: 1165MB Used: 20MB Free: 1144MB Backup Size: 20MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Encrypt_Backup Use_Userdata_Encryption
Primary_Block_Device: /dev/block/mmcblk0p35
Display_Name: Data
Storage_Name: Data
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/devlog | /dev/block/mmcblk0p25 | Size: 19MB Used: 17MB Free: 2MB Backup Size: 17MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p25
Display_Name: devlog
Storage_Name: devlog
Backup_Path: /devlog
Backup_Name: devlog
Backup_Display_Name: devlog
Storage_Path: /devlog
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/misc | /dev/block/mmcblk0p22 | Size: 0MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p22
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
/int_sd | /dev/block/mmcblk0p36 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Has_Android_Secure Is_Storage Is_Settings_Storage
Symlink_Path: /int_sd/.android_secure
Symlink_Mount_Point: /and-sec
Primary_Block_Device: /dev/block/mmcblk0p36
Display_Name: int_sd
Storage_Name: int_sd
Backup_Path: /and-sec
Backup_Name: and-sec
Backup_Display_Name: Android Secure
Storage_Path: /int_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65537
/recovery | /dev/block/mmcblk0p21 | Size: 15MB
Flags: IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p21
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
/sdcard | /dev/block/mmcblk1p1 | Size: 7683MB Used: 873MB Free: 6809MB Backup Size: 873MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: sdcard
Storage_Name: sdcard
Backup_Path: /sdcard
Backup_Name: sdcard
Backup_Display_Name: sdcard
Storage_Path: /sdcard
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/system | /dev/block/mmcblk0p33 | Size: 1338MB Used: 856MB Free: 482MB Backup Size: 856MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p33
Display_Name: System
Storage_Name: System
Backup_Path: /system
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
I:Loading package: TWRP (/script/ui.xml)
I:Load XML directly
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
E:Unable to mount /int_sd during GUI startup.
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
I:Checking resolution...
I:Loading resources...
open_png /twres/images/menu-button.png
open_png /twres/images/file.png
open_png /twres/images/folder.png
open_png /twres/images/slideout.png
open_png /twres/images/indeterminate001.png
open_png /twres/images/indeterminate002.png
open_png /twres/images/indeterminate003.png
open_png /twres/images/indeterminate004.png
open_png /twres/images/indeterminate005.png
open_png /twres/images/indeterminate006.png
open_png /twres/images/indeterminate007.png
open_png /twres/images/progress_empty.png
open_png /twres/images/progress_fill.png
open_png /twres/images/checkbox_empty.png
open_png /twres/images/checkbox_checked.png
open_png /twres/images/radio_empty.png
open_png /twres/images/radio_selected.png
open_png /twres/images/medium-button.png
open_png /twres/images/sort-button.png
open_png /twres/images/minus-button.png
open_png /twres/images/plus-button.png
open_png /twres/images/home-icon.png
open_png /twres/images/back-icon.png
open_png /twres/images/slider.png
open_png /twres/images/slider-used.png
open_png /twres/images/slider-touch.png
open_png /twres/images/unlock.png
open_png /twres/images/keyboard1.png
open_png /twres/images/keyboard2.png
open_png /twres/images/keyboard3.png
open_png /twres/images/keyboard4.png
open_png /twres/images/cursor.png
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:PageSet::CheckInclude loading filename: '/twres/portrait.xml'
I:Loading included resources...
I:Loading included variables...
I:Loading mouse cursor...
I:Loading included 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 install_image
I:Loading page flashimage_confirm
I:Loading page clear_vars
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 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 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 '/int_sd/TWRP/BACKUPS/HT321TP05036'
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 selectstorage
I:Loading page mount
I:Loading page usb_mount
I:Loading page usb_umount
I:Loading page reboot
I:Loading page settings
I:Loading page timezone
I:Loading page screen
I:Loading page Vibrate
I:Loading page advanced
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 filemanageracction
I:Loading page decrypt
I:Loading page trydecrypt
I:Loading page terminalfolder
I:Loading page terminalcommand
I:Loading page sideload
I:Loading page fixperms
I:Loading page installsu
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
No file contexts for SELinux
Kernel does not have support for reading SELinux contexts.
Startup Commands:
ro.boot.pagesize=2048
ro.boot.lb=1
ro.boot.efuse_info=FNSL
ro.boot.cid=ORANG001
ro.boot.devicerev=3
ro.boot.batt_poweron=good_battery
ro.boot.carrier=ORANGE-UK
ro.boot.mid=PL8010000
ro.boot.keycaps=qwerty
ro.boot.dq=PASS
ro.boot.mode=recovery
ro.boot.serialno=HT321TP05036
ro.boot.bootloader=2.00.0000
ro.boot.nledhw=0
ro.boot.ddrmid=(0x1)
ro.serialno=HT321TP05036
ro.bootmode=recovery
ro.baseband=unknown
ro.bootloader=2.00.0000
ro.hardware=k2_ul
ro.revision=3
ro.emmc=1
ro.boot.emmc=1
ro.factorytest=0
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.sys.usb.config=adb
ro.build.id=JZO54K
ro.build.display.id=cm_k2_ul-eng 4.1.2 JZO54K f5a9f2c204 test-keys
ro.build.version.incremental=f5a9f2c204
ro.build.version.sdk=16
ro.build.version.codename=REL
ro.build.version.release=4.1.2
ro.build.date=Thu Feb 12 11:36:50 UTC 2015
ro.build.date.utc=0
ro.build.type=eng
ro.build.user=dees_troy
ro.build.host=ded1.ktechnology.net
ro.build.tags=test-keys
ro.product.model=One SV
ro.product.brand=htc
ro.product.name=cm_k2_ul
ro.product.device=k2_ul
ro.product.board=k2_ul
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HTC
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8960
ro.build.product=k2_ul
ro.build.description=cm_k2_ul-eng 4.1.2 JZO54K f5a9f2c204 test-keys
ro.build.fingerprint=htc/cm_k2_ul/k2_ul:4.1.2/JZO54K/f5a9f2c204:eng/test-keys
ro.build.characteristics=default
ro.cm.device=k2_ul
ro.rommanager.developerid=cyanogenmod
keyguard.no_require_sim=true
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.cm.version=10-20150212-UNOFFICIAL-k2_ul
ro.modversion=10-20150212-UNOFFICIAL-k2_ul
ro.config.ringtone=CyanTone.ogg
ro.config.notification_sound=CyanMessage.ogg
ro.config.alarm_alert=CyanAlarm.ogg
ro.carrier=unknown
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
ro.kernel.android.checkjni=1
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
init.svc.ueventd=running
init.svc.set_permissive=stopped
init.svc.recovery=running
service.adb.root=1
init.svc.adbd=running
twrp.crash_counter=0
ro.twrp.boot=1
ro.twrp.version=2.8.5.0
Running boot script...
I:/sbin/postrecoveryboot.sh process ended with RC=0
Finished running boot script.
I:Copying file /cache/recovery/log to /cache/recovery/last_log
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
E:Unable to mount /int_sd/TWRP/.twrps when trying to read settings file.
I:Attempt to load settings from settings file...
I:Settings file '/int_sd/TWRP/.twrps' not found.
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:Enabling MTP during startup
I:Starting MTP
Starting MTP
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Get_Max_FileSize::maxFileSize: 4294967296
I:sending message to add 65538 '/sdcard' 'sdcard'
I:Message sent, add storage ID: 65538
MTP Enabled
I:Switching packages (TWRP)
created new mtpserver object
MtpServer::run fd: 50
mtppipe add storage 65538 '/sdcard'
MtpStorage id: 65538 path: /sdcard
I:Set page: 'backup'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'wipe'
I:Set page: 'action_page'
I:operation_start: 'Format'
Formatting Cache using make_ext4fs function.
I:Cannot lookup security context for '/cache'
Creating filesystem with parameters:
Size: 234876928
Block size: 4096
Blocks per group: 32768
Inodes per group: 7168
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 57343
Block groups: 2
Reserved block group size: 15
Created filesystem with 11/14336 inodes and 1961/57343 blocks
I:Recreating /cache/recovery folder.
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
Formatting Data using make_ext4fs function.
I:Cannot lookup security context for '/data'
Creating filesystem with parameters:
Size: 1241509888
Block size: 4096
Blocks per group: 32768
Inodes per group: 7584
Inode size: 256
Journal blocks: 4735
Label:
Blocks: 303103
Block groups: 10
Reserved block group size: 79
Created filesystem with 11/75840 inodes and 9984/303103 blocks
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
Updating partition details...
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
...done
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
E:Unable to mount storage.
I:Set page: 'action_complete'
I:operation_end - status=1
I:Set page: 'clear_vars'
I:Set page: 'wipe'
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'
Installing '/sdcard/ViperSV_1.5.0.zip'...
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment initialized.
aroma/s: Initializing
Starting AROMA Installer version 2.70RC2
(c) 2013 by amarullz xda-developers
Starting AROMA Installer version 2.70RC2
(c) 2013 by amarullz xda-developers
aroma/s: Mute Parent
aroma/s: Saving Arguments
aroma/s: Open Archive
aroma/s: Initializing Resource
aroma/s: Opening Freetype
aroma/s: INDR Input Device: msm8930-sitar-snd-card Headset Jack (event7) - Class : 0
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: INDR Input Device: msm8930-sitar-snd-card Button Jack (event6) - Class : 0
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: VIRTUALKEY[event5,0] (158,80,850,90,90)]
aroma/s: VIRTUALKEY[event5,1] (102,240,850,90,90)]
aroma/s: VIRTUALKEY[event5,2] (249,400,850,90,90)]
aroma/s: INDR Input Device: synaptics-rmi-touchscreen (event5) - Class : 7
aroma/s: VKN : 3, CALIB : (0,1100,0,1740)
aroma/s: INDR Input Device: compass (event4) - Class : 0
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: INDR Input Device: proximity (event3) - Class : 0
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: INDR Input Device: lightsensor-level (event2) - Class : 0
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: INDR Input Device: k2_ul-keypad (event1) - Class : 1
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: INDR Input Device: h2w headset (event0) - Class : 1
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: Starting Interface
aroma/e: PNG(META-INF/com/google/android/aroma/themes/venom/bg.png): Not Supported. Only 8 Bit Depth with 3/4 Channel or Pallete.
aroma/s: (1) Freetype fonts loaded as Font Family
aroma/s: (1) Freetype fonts loaded as Font Family
__bionic_open_tzdata: couldn't find any tzdata when looking for CST6CDT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
salmanc said:
Ok, did that, and it loaded up the blue bar to the top right slowly, completed and then nothing... no option to update.
Simply stays in bootloader menu. I can go to recovery, and I tried to load Viper again but it hung at 75%.
Thanks for help so far.
Recovery file Contents:
Code:
Starting TWRP 2.8.5.0 on Mon May 22 01:38:37 2017
(pid 141)
I:Lun file '/sys/devices/platform/msm_hsusb/gadget/lun0/file'
I:Found brightness file at '/sys/class/leds/lcd-backlight/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
Starting the UI...Pixel format: 480x800 @ 32bpp
Pixel format: RGBX_8888
Not using qualcomm overlay, 'msmfb43_80201'
framebuffer: fd 3 (480 x 800)
=> Linking mtab
=> Processing recovery.fstab
I:Processing '/boot'
I:Processing '/cache'
I:Processing '/data'
I:Processing '/devlog'
I:Created '/devlog' folder.
I:Processing '/misc'
I:Processing '/int_sd'
I:Created '/int_sd' folder.
I:Processing '/recovery'
I:Processing '/sdcard'
I:Created '/sdcard' folder.
I:Processing '/system'
I:Created '/and-sec' folder.
I:Creating Android Secure: /int_sd/.android_secure
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
E:Unable to recreate and-sec folder.
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Backup folder set to '/int_sd/TWRP/BACKUPS/HT321TP05036'
I:Settings storage is '/int_sd'
Updating partition details...
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
...done
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
E:Unable to mount storage.
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p20 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p20
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
/cache | /dev/block/mmcblk0p34 | Size: 220MB Used: 4MB Free: 216MB Backup Size: 4MB
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/mmcblk0p34
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
/data | /dev/block/mmcblk0p35 | Size: 1165MB Used: 20MB Free: 1144MB Backup Size: 20MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Encrypt_Backup Use_Userdata_Encryption
Primary_Block_Device: /dev/block/mmcblk0p35
Display_Name: Data
Storage_Name: Data
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/devlog | /dev/block/mmcblk0p25 | Size: 19MB Used: 17MB Free: 2MB Backup Size: 17MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p25
Display_Name: devlog
Storage_Name: devlog
Backup_Path: /devlog
Backup_Name: devlog
Backup_Display_Name: devlog
Storage_Path: /devlog
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/misc | /dev/block/mmcblk0p22 | Size: 0MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p22
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
/int_sd | /dev/block/mmcblk0p36 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Has_Android_Secure Is_Storage Is_Settings_Storage
Symlink_Path: /int_sd/.android_secure
Symlink_Mount_Point: /and-sec
Primary_Block_Device: /dev/block/mmcblk0p36
Display_Name: int_sd
Storage_Name: int_sd
Backup_Path: /and-sec
Backup_Name: and-sec
Backup_Display_Name: Android Secure
Storage_Path: /int_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65537
/recovery | /dev/block/mmcblk0p21 | Size: 15MB
Flags: IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p21
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
/sdcard | /dev/block/mmcblk1p1 | Size: 7683MB Used: 873MB Free: 6809MB Backup Size: 873MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: sdcard
Storage_Name: sdcard
Backup_Path: /sdcard
Backup_Name: sdcard
Backup_Display_Name: sdcard
Storage_Path: /sdcard
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/system | /dev/block/mmcblk0p33 | Size: 1338MB Used: 856MB Free: 482MB Backup Size: 856MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p33
Display_Name: System
Storage_Name: System
Backup_Path: /system
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
I:Loading package: TWRP (/script/ui.xml)
I:Load XML directly
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
E:Unable to mount /int_sd during GUI startup.
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
I:Checking resolution...
I:Loading resources...
open_png /twres/images/menu-button.png
open_png /twres/images/file.png
open_png /twres/images/folder.png
open_png /twres/images/slideout.png
open_png /twres/images/indeterminate001.png
open_png /twres/images/indeterminate002.png
open_png /twres/images/indeterminate003.png
open_png /twres/images/indeterminate004.png
open_png /twres/images/indeterminate005.png
open_png /twres/images/indeterminate006.png
open_png /twres/images/indeterminate007.png
open_png /twres/images/progress_empty.png
open_png /twres/images/progress_fill.png
open_png /twres/images/checkbox_empty.png
open_png /twres/images/checkbox_checked.png
open_png /twres/images/radio_empty.png
open_png /twres/images/radio_selected.png
open_png /twres/images/medium-button.png
open_png /twres/images/sort-button.png
open_png /twres/images/minus-button.png
open_png /twres/images/plus-button.png
open_png /twres/images/home-icon.png
open_png /twres/images/back-icon.png
open_png /twres/images/slider.png
open_png /twres/images/slider-used.png
open_png /twres/images/slider-touch.png
open_png /twres/images/unlock.png
open_png /twres/images/keyboard1.png
open_png /twres/images/keyboard2.png
open_png /twres/images/keyboard3.png
open_png /twres/images/keyboard4.png
open_png /twres/images/cursor.png
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:PageSet::CheckInclude loading filename: '/twres/portrait.xml'
I:Loading included resources...
I:Loading included variables...
I:Loading mouse cursor...
I:Loading included 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 install_image
I:Loading page flashimage_confirm
I:Loading page clear_vars
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 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 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 '/int_sd/TWRP/BACKUPS/HT321TP05036'
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 selectstorage
I:Loading page mount
I:Loading page usb_mount
I:Loading page usb_umount
I:Loading page reboot
I:Loading page settings
I:Loading page timezone
I:Loading page screen
I:Loading page Vibrate
I:Loading page advanced
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 filemanageracction
I:Loading page decrypt
I:Loading page trydecrypt
I:Loading page terminalfolder
I:Loading page terminalcommand
I:Loading page sideload
I:Loading page fixperms
I:Loading page installsu
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
No file contexts for SELinux
Kernel does not have support for reading SELinux contexts.
Startup Commands:
ro.boot.pagesize=2048
ro.boot.lb=1
ro.boot.efuse_info=FNSL
ro.boot.cid=ORANG001
ro.boot.devicerev=3
ro.boot.batt_poweron=good_battery
ro.boot.carrier=ORANGE-UK
ro.boot.mid=PL8010000
ro.boot.keycaps=qwerty
ro.boot.dq=PASS
ro.boot.mode=recovery
ro.boot.serialno=HT321TP05036
ro.boot.bootloader=2.00.0000
ro.boot.nledhw=0
ro.boot.ddrmid=(0x1)
ro.serialno=HT321TP05036
ro.bootmode=recovery
ro.baseband=unknown
ro.bootloader=2.00.0000
ro.hardware=k2_ul
ro.revision=3
ro.emmc=1
ro.boot.emmc=1
ro.factorytest=0
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.sys.usb.config=adb
ro.build.id=JZO54K
ro.build.display.id=cm_k2_ul-eng 4.1.2 JZO54K f5a9f2c204 test-keys
ro.build.version.incremental=f5a9f2c204
ro.build.version.sdk=16
ro.build.version.codename=REL
ro.build.version.release=4.1.2
ro.build.date=Thu Feb 12 11:36:50 UTC 2015
ro.build.date.utc=0
ro.build.type=eng
ro.build.user=dees_troy
ro.build.host=ded1.ktechnology.net
ro.build.tags=test-keys
ro.product.model=One SV
ro.product.brand=htc
ro.product.name=cm_k2_ul
ro.product.device=k2_ul
ro.product.board=k2_ul
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HTC
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8960
ro.build.product=k2_ul
ro.build.description=cm_k2_ul-eng 4.1.2 JZO54K f5a9f2c204 test-keys
ro.build.fingerprint=htc/cm_k2_ul/k2_ul:4.1.2/JZO54K/f5a9f2c204:eng/test-keys
ro.build.characteristics=default
ro.cm.device=k2_ul
ro.rommanager.developerid=cyanogenmod
keyguard.no_require_sim=true
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.cm.version=10-20150212-UNOFFICIAL-k2_ul
ro.modversion=10-20150212-UNOFFICIAL-k2_ul
ro.config.ringtone=CyanTone.ogg
ro.config.notification_sound=CyanMessage.ogg
ro.config.alarm_alert=CyanAlarm.ogg
ro.carrier=unknown
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
ro.kernel.android.checkjni=1
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
init.svc.ueventd=running
init.svc.set_permissive=stopped
init.svc.recovery=running
service.adb.root=1
init.svc.adbd=running
twrp.crash_counter=0
ro.twrp.boot=1
ro.twrp.version=2.8.5.0
Running boot script...
I:/sbin/postrecoveryboot.sh process ended with RC=0
Finished running boot script.
I:Copying file /cache/recovery/log to /cache/recovery/last_log
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
E:Unable to mount /int_sd/TWRP/.twrps when trying to read settings file.
I:Attempt to load settings from settings file...
I:Settings file '/int_sd/TWRP/.twrps' not found.
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:Enabling MTP during startup
I:Starting MTP
Starting MTP
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
I:Get_Max_FileSize::maxFileSize: 4294967296
I:sending message to add 65538 '/sdcard' 'sdcard'
I:Message sent, add storage ID: 65538
MTP Enabled
I:Switching packages (TWRP)
created new mtpserver object
MtpServer::run fd: 50
mtppipe add storage 65538 '/sdcard'
MtpStorage id: 65538 path: /sdcard
I:Set page: 'backup'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'wipe'
I:Set page: 'action_page'
I:operation_start: 'Format'
Formatting Cache using make_ext4fs function.
I:Cannot lookup security context for '/cache'
Creating filesystem with parameters:
Size: 234876928
Block size: 4096
Blocks per group: 32768
Inodes per group: 7168
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 57343
Block groups: 2
Reserved block group size: 15
Created filesystem with 11/14336 inodes and 1961/57343 blocks
I:Recreating /cache/recovery folder.
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
Formatting Data using make_ext4fs function.
I:Cannot lookup security context for '/data'
Creating filesystem with parameters:
Size: 1241509888
Block size: 4096
Blocks per group: 32768
Inodes per group: 7584
Inode size: 256
Journal blocks: 4735
Label:
Blocks: 303103
Block groups: 10
Reserved block group size: 79
Created filesystem with 11/75840 inodes and 9984/303103 blocks
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
Updating partition details...
I:Can't probe device /dev/block/mmcblk0p36
E:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
...done
I:Can't probe device /dev/block/mmcblk0p36
I:Unable to mount '/int_sd'
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'vfat'
E:Unable to mount storage.
I:Set page: 'action_complete'
I:operation_end - status=1
I:Set page: 'clear_vars'
I:Set page: 'wipe'
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'
Installing '/sdcard/ViperSV_1.5.0.zip'...
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment initialized.
aroma/s: Initializing
Starting AROMA Installer version 2.70RC2
(c) 2013 by amarullz xda-developers
Starting AROMA Installer version 2.70RC2
(c) 2013 by amarullz xda-developers
aroma/s: Mute Parent
aroma/s: Saving Arguments
aroma/s: Open Archive
aroma/s: Initializing Resource
aroma/s: Opening Freetype
aroma/s: INDR Input Device: msm8930-sitar-snd-card Headset Jack (event7) - Class : 0
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: INDR Input Device: msm8930-sitar-snd-card Button Jack (event6) - Class : 0
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: VIRTUALKEY[event5,0] (158,80,850,90,90)]
aroma/s: VIRTUALKEY[event5,1] (102,240,850,90,90)]
aroma/s: VIRTUALKEY[event5,2] (249,400,850,90,90)]
aroma/s: INDR Input Device: synaptics-rmi-touchscreen (event5) - Class : 7
aroma/s: VKN : 3, CALIB : (0,1100,0,1740)
aroma/s: INDR Input Device: compass (event4) - Class : 0
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: INDR Input Device: proximity (event3) - Class : 0
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: INDR Input Device: lightsensor-level (event2) - Class : 0
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: INDR Input Device: k2_ul-keypad (event1) - Class : 1
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: INDR Input Device: h2w headset (event0) - Class : 1
aroma/s: VKN : 0, CALIB : (0,0,0,0)
aroma/s: Starting Interface
aroma/e: PNG(META-INF/com/google/android/aroma/themes/venom/bg.png): Not Supported. Only 8 Bit Depth with 3/4 Channel or Pallete.
aroma/s: (1) Freetype fonts loaded as Font Family
aroma/s: (1) Freetype fonts loaded as Font Family
__bionic_open_tzdata: couldn't find any tzdata when looking for CST6CDT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
Click to expand...
Click to collapse
I'm not that much into recovery logs, but maybe someone with more knowledge than me can take a look at the log? @nkk71 maybe :angel:
Reflash the RUU, make sure it's not a corrupt download, then boot it up.
I don't know anything about this device, so not sure how I can help much, but
Code:
C:\OneDrivers_Fastboot\Fastboot>fastboot flash recovery openrecovery-twrp-2.5.0.0-m7wls.img
You should definitely not be flashing a recovery meant for an HTC One M7 SPRINT variant!
Your recovery log shows /int_sd (mmcblk0p36) as corrupt it seems, so maybe you need to format that too, dunno about this device, but I would recommend you flash the RUU
I tend to do it from the command line so I can see the output of the flash, but like I said, I don't know anything about this device, so maybe the sdcard method is recommended.
nkk71 said:
Reflash the RUU, make sure it's not a corrupt download, then boot it up.
I don't know anything about this device, so not sure how I can help much, but
Code:
C:\OneDrivers_Fastboot\Fastboot>fastboot flash recovery openrecovery-twrp-2.5.0.0-m7wls.img
You should definitely not be flashing a recovery meant for an HTC One M7 SPRINT variant!
Your recovery log shows /int_sd (mmcblk0p36) as corrupt it seems, so maybe you need to format that too, dunno about this device, but I would recommend you flash the RUU
I tend to do it from the command line so I can see the output of the flash, but like I said, I don't know anything about this device, so maybe the sdcard method is recommended.
Click to expand...
Click to collapse
Re downloaded, Put on SD card. Rebooted to bootloader......I did the same thing, renamed to PL80IMG and its a zip file. Boot loader just reloads after blue bar reaches top.
Seems to think its the wrong image file....??
Are you guys absolutely sure that is the right RUU for my device?
Code:
*** TAMPERED ***
*** UNLOCKED ***
K2_UL PVT SHIP S-ON RL
HBOOT-2.00.0000
RADIO-1.15.40a.00.04
OpenDSP-v9.2.0268.1214
eMMC-boot
Mar 29 2013, 17:51:12:-1
HBOOT
etc
etc
Fastboot Try:
Code:
C:\OneDrivers_Fastboot\Fastboot>fastboot flash zip PL80IMG.zip
sending 'zip' (681078 KB)...
OKAY [ 34.219s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 34.266s
C:\OneDrivers_Fastboot\Fastboot>fastboot oem lock
...
(bootloader) SD: write failed in CMD25.
(bootloader) [PG_ERROR] htc_pg_part_update(982):
(bootloader) sd_write_sector failed
(bootloader) [PG_ERROR] htc_pg_part_traverse(930):
(bootloader) fn return error
(bootloader) Lock successfully...
(bootloader) mipi_dsi_panel_off
(bootloader) **** This command mode dma test is failed ****
(bootloader) pm8038_vreg_disable function, vreg_id = 1
(bootloader) TZ_HTC_SVC_DISABLE ret = 536739196 (0x1FFDFD7C)
FAILED (status read failed (Too many links))
finished. total time: 2.234s
C:\OneDrivers_Fastboot\Fastboot>fastboot oem lock
...
(bootloader) SD: write failed in CMD25.
(bootloader) [PG_ERROR] htc_pg_part_update(982):
(bootloader) sd_write_sector failed
(bootloader) [PG_ERROR] htc_pg_part_traverse(930):
(bootloader) fn return error
(bootloader) Lock successfully...
(bootloader) mipi_dsi_panel_off
(bootloader) **** This command mode dma test is failed ****
(bootloader) pm8038_vreg_disable function, vreg_id = 1
(bootloader) TZ_HTC_SVC_DISABLE ret = 536739196 (0x1FFDFD7C)
FAILED (status read failed (Too many links))
finished. total time: 2.234s
C:\OneDrivers_Fastboot\Fastboot>fastboot flash zip PL80IMG.zip
sending 'zip' (681078 KB)...
OKAY [ 35.906s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 35.937s
C:\OneDrivers_Fastboot\Fastboot>
Thanks again:good:
Do you think I need to do something like debrand the phone? Or is something corrupt?
I think there is something corrupt now. Flashing M7 recovery is not a good idea!
Go and flash this recovery.
Then see, if it boots into recovery and try flashing a 4.2.2 rom. Make sure to wipe/format (in wipe menu -> advanced wipe) all of these partitions: Dalvik Cache, Cache, System, Data, Internal SDcard.
The M7 recovery wasn't flashed anyway, it was rejected, that's why you still have the correct recovery.
But the sd write failures (and therefore unsuccessful relock of the device) seem to indicate faulty emmc. Not much you can do about that sorry.
And for ruu flashing it's:
1- fastboot oem rebootRUU
2- fastboot flash zip...
If you get "error 90, flush again..." then you need to issue the flash command again
3- fastboot flash zip...
Sent from my HTC 10 using XDA Labs
nkk71 said:
The M7 recovery wasn't flashed anyway, it was rejected, that's why you still have the correct recovery.
But the sd write failures (and therefore unsuccessful relock of the device) seem to indicate faulty emmc. Not much you can do about that sorry.
And for ruu flashing it's:
1- fastboot oem rebootRUU
2- fastboot flash zip...
If you get "error 90, flush again..." then you need to issue the flash command again
3- fastboot flash zip...
Sent from my HTC 10 using XDA Labs
Click to expand...
Click to collapse
Thanks for the information...I tried fastboot again....
Code:
C:\OneDrivers_Fastboot\Fastboot>fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
(bootloader) SD: write failed in CMD25.
OKAY [ 1.375s]
finished. total time: 1.375s
C:\OneDrivers_Fastboot\Fastboot>fastboot flash zip PL80IMG.zip
sending 'zip' (681078 KB)...
OKAY [ 36.984s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 37.078s
C:\OneDrivers_Fastboot\Fastboot>fastboot flash zip PL80IMG.zip
sending 'zip' (681078 KB)...
OKAY [ 37.390s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 37.437s
Are we looking at a full brick here....
SD card flashing in hboot gives:
Loading [PL80IMG.zip] blue bar runs upwards on the right of the screen and then says
no image or wrong image!... and fails
Can't help much further, if this device is anything like the M7 and above, then:
salmanc said:
Thanks for the information...I tried fastboot again....
Code:
C:\OneDrivers_Fastboot\Fastboot>fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
[B][COLOR="Red"](bootloader) SD: write failed in CMD25.[/COLOR][/B]
OKAY [ 1.375s]
finished. total time: 1.375s
Click to expand...
Click to collapse
Would lead me to believe the emmc is fried. No idea if it's different on your device, but that error does not look good at all.
All in all i would say, this device is dead
salmanc said:
Thanks for the information...I tried fastboot again....
Code:
C:\OneDrivers_Fastboot\Fastboot>fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
(bootloader) SD: write failed in CMD25.
OKAY [ 1.375s]
finished. total time: 1.375s
C:\OneDrivers_Fastboot\Fastboot>fastboot flash zip PL80IMG.zip
sending 'zip' (681078 KB)...
OKAY [ 36.984s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 37.078s
C:\OneDrivers_Fastboot\Fastboot>fastboot flash zip PL80IMG.zip
sending 'zip' (681078 KB)...
OKAY [ 37.390s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 37.437s
Are we looking at a full brick here....
SD card flashing in hboot gives:
Loading [PL80IMG.zip] blue bar runs upwards on the right of the screen and then says
no image or wrong image!... and fails
Click to expand...
Click to collapse
I see that you did not try the following sequence:
Code:
fastboot erase cache
fastboot oem rebootRUU
C:\OneDrivers_Fastboot\Fastboot>fastboot devices
HT321TP05036 fastboot
C:\OneDrivers_Fastboot\Fastboot>fastboot erase cache
erasing 'cache'...
FAILED (remote: erasing error!)
finished. total time: 1.188s
Just tried it...
whats left? Flashing something to it as a workaround?
salmanc said:
C:\OneDrivers_Fastboot\Fastboot>fastboot devices
HT321TP05036 fastboot
C:\OneDrivers_Fastboot\Fastboot>fastboot erase cache
erasing 'cache'...
FAILED (remote: erasing error!)
finished. total time: 1.188s
Just tried it...
whats left? Flashing something to it as a workaround?
Click to expand...
Click to collapse
There is a possible repair attempt, but it is completely unprofitable and does not guarantee proper operation.
Only then is it worth trying when you have very important data on your partitions and would like to recover them.
JTAG BOX + JTAG adapter for One SV
or
Your local GSM service.
I have a problem too, my one SV will not turn on but is recognised by windows as a Qualcomm hs-usb dload mode 9008 (COMxx) has anyone got the program_emmc_firehose 8960 mbn file? I have the hex file and the 8960 msimage mbn
Maybe the following threads will be helpful to you.
[R&D][QUALCOMM] Using QDL, EHostDL and DIAG interfaces & features
Qpst - mprg8960.hex [found!]
ze7zez said:
Maybe the following threads will be helpful to you.
[R&D][QUALCOMM] Using QDL, EHostDL and DIAG interfaces & features
Qpst - mprg8960.hex [found!]
Click to expand...
Click to collapse
I looked into it and its not very helpful, though in QPST I'm getting cookie if present not received when I restore the files

How I can solve Error 1 on TWRP(flashing Existenz 2.0.0 files)

When I try to flash DRM fix file,
' Failed : /system could not be mounted!
Updater process ended with ERROR : 1 '
occures,
When I try to flash Magisk,
'Updater process ended with ERROR : 1'
occures
How I can solve the problem?
This is my log file.
Starting TWRP 3.1.1-0-9c3b7e99 on Tue Jan 5 16:04:13 1971
(pid 415)
RECOVERY_SDCARD_ON_DATA := true
I:Lun file '/sys/class/android_usb/android0/f_mass_storage/lun0/file' does not exist, USB storage mode disabled
TW_INCLUDE_CRYPTO := true
I:Found brightness file at '/sys/class/leds/lcd-backlight/brightness'
I:Got max brightness 4095 from '/sys/class/leds/lcd-backlight/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 230
I:LANG: en
Starting the UI...
setting DRM_FORMAT_RGB565 and GGL_PIXEL_FORMAT_RGB_565
cannot find/open a drm device: No such file or directory
fb0 reports (possibly inaccurate):
vi.bits_per_pixel = 32
vi.red.offset = 0 .length = 8
vi.green.offset = 8 .length = 8
vi.blue.offset = 16 .length = 8
setting GGL_PIXEL_FORMAT_RGBA_8888
double buffered
framebuffer: 0 (1080 x 1920)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 230
I:Loading package: splash (/twres/splash.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/splash.xml' directly
(Skip!!!)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
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: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:Backup folder set to '/data/media/0/TWRP/BACKUPS/CB512DLR98'
I:Settings storage is '/data/media/0'
Iecrypt adopted storage starting
IageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:successfully loaded storage.xml
I:failed to open ''
Updating partition details...
Iata backup size is 0MB, free: 18979MB.
I:Unable to mount '/usbdisk'
I:Actual block device: '', current file system: 'auto'
...done
I:Unmounting main partitions...
Partition Logs:
/recovery | /dev/block/mmcblk0p48 | Size: 64MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p48
Display_Name: FOTAKernel
Storage_Name: FOTAKernel
Backup_Path: /recovery
Backup_Name: recovery
Backup_Display_Name: FOTAKernel
Storage_Path: /recovery
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/ta | /dev/block/mmcblk0p1 | Size: 2MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p1
Display_Name: TA "Trim-Area"
Storage_Name: TA "Trim-Area"
Backup_Path: /ta
Backup_Name: ta
Backup_Display_Name: TA "Trim-Area"
Storage_Path: /ta
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/system | /dev/block/mmcblk0p55 | Size: 5724MB Used: 153MB Free: 5571MB Backup Size: 153MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Mount_To_Decrypt
Primary_Block_Device: /dev/block/mmcblk0p55
Display_Name: System
Storage_Name: System
Backup_Path: /system
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/data | /dev/block/mmcblk0p54 | Size: 22266MB Used: 0MB Free: 18979MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage Retain_Layout_Version
Symlink_Path: /data/media/0
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p54
Length: -16384
Display_Name: Data
Storage_Name: Internal Storage
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
/cache | /dev/block/mmcblk0p43 | Size: 247MB Used: 0MB Free: 247MB 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/mmcblk0p43
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
/sdcard1 | /dev/block/mmcblk1p1 | Size: 29972MB Used: 22390MB Free: 7581MB Backup Size: 22390MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Display_Name: Micro SDcard
Storage_Name: Micro SDcard
Backup_Path: /sdcard1
Backup_Name: sdcard1
Backup_Display_Name: Micro SDcard
Storage_Path: /sdcard1
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/usbdisk | | 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/sda1
Alternate_Block_Device: /dev/block/sda
Display_Name: USB OTG
Storage_Name: USB OTG
Backup_Path: /usbdisk
Backup_Name: usbdisk
Backup_Display_Name: USB OTG
Storage_Path: /usbdisk
Current_File_System: auto
Fstab_File_System: auto
Backup_Method: files
MTP_Storage_ID: 65539
/idd | /dev/block/mmcblk0p51 | Size: 11MB Used: 0MB Free: 11MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p51
Display_Name: Diag
Storage_Name: Diag
Backup_Path: /idd
Backup_Name: idd
Backup_Display_Name: Diag
Storage_Path: /idd
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/oem | /dev/block/mmcblk0p53 | Size: 387MB Used: 221MB Free: 165MB Backup Size: 221MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p53
Display_Name: OEM
Storage_Name: OEM
Backup_Path: /oem
Backup_Name: oem
Backup_Display_Name: OEM
Storage_Path: /oem
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/qns | /dev/block/mmcblk0p52 | Size: 15MB Used: 0MB Free: 15MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p52
Display_Name: Qnovo
Storage_Name: Qnovo
Backup_Path: /qns
Backup_Name: qns
Backup_Display_Name: Qnovo
Storage_Path: /qns
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/boot | /dev/block/mmcblk0p30 | Size: 64MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p30
Display_Name: Kernel
Storage_Name: Kernel
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Kernel
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/modem_fs1 | /dev/block/mmcblk0p41 | Size: 2MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent Mount_To_Decrypt
SubPartition_Of: /boot
Primary_Block_Device: /dev/block/mmcblk0p41
Display_Name: modem_fs1 "Baseband"
Storage_Name: modem_fs1 "Baseband"
Backup_Path: /modem_fs1
Backup_Name: modem_fs1
Backup_Display_Name: modem_fs1 "Baseband"
Storage_Path: /modem_fs1
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/modem_fs2 | /dev/block/mmcblk0p42 | Size: 2MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent Mount_To_Decrypt
SubPartition_Of: /boot
Primary_Block_Device: /dev/block/mmcblk0p42
Display_Name: modem_fs2 "Baseband"
Storage_Name: modem_fs2 "Baseband"
Backup_Path: /modem_fs2
Backup_Name: modem_fs2
Backup_Display_Name: modem_fs2 "Baseband"
Storage_Path: /modem_fs2
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/firmware | /dev/block/mmcblk0p31 | Size: 94MB Used: 69MB Free: 25MB Backup Size: 69MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Mount_To_Decrypt
Primary_Block_Device: /dev/block/mmcblk0p31
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
Mount_Options: ro
/dsp | /dev/block/mmcblk0p32 | Size: 11MB Used: 4MB Free: 7MB Backup Size: 4MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p32
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
/persist | /dev/block/mmcblk0p44 | Size: 27MB Used: 0MB Free: 27MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p44
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
/keymaster | /dev/block/mmcblk0p15 | Size: 0MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p15
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
I:Loading package: TWRP (/data/media/0/TWRP/theme/ui.zip)
I:Loading zip theme
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
(Skip ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
parsing languageFile
parsing languageFile done
IageManager::LoadFileToBuffer loading filename: '/twres/ui.xml' directly
I:Checking resolution...
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...
IageManager::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: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 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 slideout
I:Loading page select_storage
I:Loading page select_language
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
no misc device set
Startup Commands:
ro.cm.build.version.plat.rev=0
ro.cm.build.version.plat.sdk=6
ro.cm.device=kagura
ro.cm.display.version=13.0-20170517-UNOFFICIAL-kagura
ro.cm.version=13.0-20170517-UNOFFICIAL-kagura
ro.cm.releasetype=UNOFFICIAL
ro.sf.lcd_density=480
ro.adb.secure=0
ro.com.google.clientidbase=android-google
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.com.android.wifi-watchlist=GoogleGuest
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.usb.pid_suffix=1E7
ro.boot.selinux=permissive
ro.boot.baseband=msm
ro.boot.hardware=qcom
ro.boot.serialno=CB512DLR98
ro.boot.bootdevice=7464900.sdhci
ro.boot.bootloader=s1
ro.boot.veritymode=enforcing
ro.boot.verifiedbootstate=orange
ro.twrp.boot=1
ro.twrp.version=3.1.1-0
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=msm8996
ro.build.id=MOB31K
ro.build.date=Wed May 17 20:34:31 UTC 2017
ro.build.date.utc=1495053271
ro.build.host=5f51a4c0d870
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=jenkins
ro.build.flavor=cm_kagura-eng
ro.build.display.id=cm_kagura-eng 6.0.1 MOB31K f81e9890f1 test-keys
ro.build.product=kagura
ro.build.selinux=1
ro.build.version.sdk=23
ro.build.version.base_os=
ro.build.version.release=6.0.1
ro.build.version.codename=REL
ro.build.version.incremental=f81e9890f1
ro.build.version.preview_sdk=0
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2016-12-01
ro.build.description=cm_kagura-eng 6.0.1 MOB31K f81e9890f1 test-keys
ro.build.fingerprint=Sony/cm_kagura/kagura:6.0.1/MOB31K/f81e9890f1:eng/test-keys
ro.build.characteristics=default
ro.config.ringtone=Orion.ogg
ro.config.alarm_alert=Helium.ogg
ro.config.notification_sound=Argon.ogg
ro.dalvik.vm.native.bridge=0
ro.kernel.android.checkjni=1
ro.secure=0
ro.zygote=zygote64_32
ro.cmlegal.url=https://cyngn.com/legal/privacy-policy
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=arm64-v8a
ro.product.name=cm_kagura
ro.product.board=F8831
ro.product.brand=Sony
ro.product.model=F8131
ro.product.device=kagura
ro.product.locale=en-US
ro.product.manufacturer=Sony
ro.baseband=msm
ro.bootmode=unknown
ro.hardware=qcom
ro.revision=0
ro.serialno=CB512DLR98
ro.bootimage.build.date=Wed May 17 20:38:27 UTC 2017
ro.bootimage.build.date.utc=1495053508
ro.bootimage.build.fingerprint=Sony/cm_kagura/kagura:6.0.1/MOB31K/f81e9890f1:eng/test-keys
ro.bootloader=s1
ro.debuggable=1
ro.modversion=13.0-20170517-UNOFFICIAL-kagura
ro.setupwizard.enterprise_mode=1
net.bt.name=Android
net.change=net.bt.name
sys.usb.ffs.ready=1
init.svc.adbd=running
init.svc.healthd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.set_permissive=stopped
init.svc.pulldecryptfiles=stopped
twrp.crash_counter=0
twrp.action_complete=0
debug.atrace.tags.enableflags=0
media.sf.omx-plugin=libffmpeg_omx.so
media.sf.extractor-plugin=libffmpeg_extractor.so
dalvik.vm.isa.arm.variant=cortex-a53
dalvik.vm.isa.arm.features=default
dalvik.vm.isa.arm64.variant=kryo
dalvik.vm.isa.arm64.features=default
dalvik.vm.usejit=true
dalvik.vm.lockprof.threshold=500
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.dex2oat-filter=verify-at-runtime
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
dalvik.vm.image-dex2oat-filter=verify-at-runtime
persist.sys.dun.override=0
persist.sys.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.root_access=0
service.adb.root=1
keyguard.no_require_sim=true
I:Copying file /cache/recovery/log to /cache/recovery/last_log
tw_get_context got selinux context: ubject_r:media_rw_data_file:s0
I:Got default contexts and file mode for storage files.
I:Attempt to load settings from settings file...
I:InfoManager loading from '/data/media/0/TWRP/.twrps'.
I:Backup folder set to '/sdcard1/TWRP/BACKUPS/CB512DLR98'
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Unable to mount '/usbdisk'
I:Actual block device: '', current file system: 'auto'
I:TWFunc::Set_Brightness: Setting brightness control to 230
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:Translating partition display names
I:Backup folder set to '/sdcard1/TWRP/BACKUPS/CB512DLR98'
I:TWFunc::Fixup_Time: Pre-fix date and time: 1971-01-05--10-04-14
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: no ats files found, leaving untouched!
I:Starting MTP
I:[MTP] Starting MTP
I:sending message to add 65537 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65537
I:sending message to add 65538 '/sdcard1' 'Micro SDcard'
I:Message sent, add storage ID: 65538
MTP Enabled
I:Check_Lifetime_Writes result: '382708'
I:Switching packages (TWRP)
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
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:[MTP] mtppipe add storage 65538 '/sdcard1'
I:[MTP] MtpStorage id: 65538 path: /sdcard1
I:Set page: 'settings'
I:Set page: 'settings_timezone'
I:Set page: 'settings_screen'
I:Set page: 'settings_vibration'
I:Set page: 'settings_language'
I:Set page: 'settings'
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: 'wipe'
I:Set page: 'action_page'
Iperation_start: 'Format'
I:Copying file /data/.layout_version to /.layout_version
Wiping data without wiping /data/media ...
I:skipped '/data/lost+found'
I:skipped '/data/misc/vold'
I:skipped '/data/media'
I:Unable to unlink '/data/vendor/radio/copy_complete': Directory not empty
I:Unable to unlink '/data/vendor/radio/prebuilt_db_support': Directory not empty
I:Unable to unlink '/data/vendor/radio/db_check_done': Directory not empty
I:Unable to unlink '/data/property/persist.camera.gyro.disable': Directory not empty
I:skipped '/data/system/storage.xml'
I:Unable to unlink '/data/user/0': Directory not empty
I:skipped '/data/.layout_version'
Done.
I:Copying file /.layout_version to /data/.layout_version
I:sending message to add 65537 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65537
I:[MTP] mtppipe add storage 65537 '/data/media/0'
I:[MTP] MtpStorage id: 65537 path: /data/media/0
E:[MTP] MtpServer::addStorage Storage for storage ID 65537 already exists.
Formatting Cache using make_ext4fs...
Creating filesystem with parameters:
Size: 268435456
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 65536
Block groups: 2
Reserved block group size: 15
Created filesystem with 11/16384 inodes and 2089/65536 blocks
I:Recreating /cache/recovery folder.
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
Updating partition details...
Iata backup size is 0MB, free: 18979MB.
I:Unable to mount '/usbdisk'
I:Actual block device: '', current file system: 'auto'
...done
I:Set page: 'action_complete'
Iperation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'wipe'
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'
Iperation_start: 'Flashing'
Installing zip file '/sdcard1/XZ_eXistenZ_Oreo_v2.0.0_patch_F8831_41.3.A.2.58.zip'
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
I:Update binary zip
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment initialized.
installing samsung updater extensions
==============================================
= =
= eXistenZ Oreo XZ =
= by Niaboc79 =
= =
==============================================
installing...
mount: failed to mount /dev/block/bootdevice/by-name/userdata at /data: Device or resource busy
minzip: Extracted file "/system/app/XperiaXLiveWallpaper-release/XperiaXLiveWallpaper-release.apk"
minzip: Extracted file "/system/app/theme-xperialoops2-release/theme-xperialoops2-release.apk"
(skip~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
minzip: Extracted file "/system/etc/customization/content/com/sonyericsson/wallpaperpicker/wallpapers/eXistenZ-M_white.png"
minzip: Extracted file "/system/etc/customization/content/com/sonyericsson/wallpaperpicker/wallpapers/eXistenZ-M_white_small.png"
minzip: Extracted file "/system/framework/framework-res.apk"
minzip: Extracted file "/system/framework/framework.jar"
minzip: Extracted file "/system/framework/services.jar"
minzip: Extracted file "/system/framework/somc-ext-telephony.jar"
minzip: Extracted file "/system/media/bootanimation.zip"
minzip: Extracted file "/system/priv-app/Dialer2/Dialer2.apk"
minzip: Extracted file "/system/priv-app/ScreenRecording/ScreenRecording.apk"
minzip: Extracted file "/system/priv-app/Settings/Settings.apk"
minzip: Extracted file "/system/priv-app/SystemUI/SystemUI.apk"
minzip: Extracted file "/system/priv-app/eXistenZ_Settings/eXistenZ_Settings.apk"
minzip: Extracted file "/system/priv-app/home-sonyEricsson-release/home-sonyEricsson-release.apk"
minzip: Extracted file "/oem/media/bootanimation.zip"
script result was [==============================================]
==============================================
= =
= Everything is installed: =
= =
==============================================
I:Updater process ended with RC=0
I:Legacy property environment disabled.
I:Install took 6 second(s).
Updating partition details...
Iata backup size is 0MB, free: 18979MB.
I:Unable to mount '/usbdisk'
I:Actual block device: '', current file system: 'auto'
...done
I:Set page: 'flash_done'
Iperation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'install'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
Iperation_start: 'Flashing'
Installing zip file '/sdcard1/DRMfix-System-Mode (1).zip'
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
I:Update binary zip
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment initialized.
Mounting partitions as rw
Failed: /system could not be mounted!
Updater process ended with ERROR: 1
I:Legacy property environment disabled.
I:Install took 0 second(s).
Error installing zip file '/sdcard1/DRMfix-System-Mode (1).zip'
Updating partition details...
Iata backup size is 0MB, free: 18979MB.
I:Unable to mount '/usbdisk'
I:Actual block device: '', current file system: 'auto'
...done
I:Set page: 'flash_done'
Iperation_end - status=1
I:Set page: 'clear_vars'
I:Set page: 'install'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
Iperation_start: 'Flashing'
Installing zip file '/sdcard1/Magisk-v14.5(1456).zip'
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
I:Update binary zip
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment initialized.
Archive: /sdcard1/Magisk-v14.5(1456).zip
inflating: META-INF/com/google/android/update-binary
inflating: META-INF/com/google/android/updater-script
inflating: addon.d/99-magisk.sh
inflating: arm/magiskboot
inflating: arm/magiskinit
inflating: arm64/magiskboot
inflating: arm64/magiskinit
inflating: chromeos/futility
inflating: chromeos/kernel.keyblock
inflating: chromeos/kernel_data_key.vbprivk
inflating: common/boot_patch.sh
inflating: common/magisk.apk
inflating: common/util_functions.sh
inflating: x64/magiskboot
inflating: x64/magiskinit
inflating: x86/magiskboot
inflating: x86/magiskinit
inflating: META-INF/MANIFEST.MF
inflating: META-INF/CERT.SF
inflating: META-INF/CERT.RSA
************************
* Magisk v14.5 Installer
************************
- Mounting /system, /vendor
sh: 21: unknown operand
- Device platform: arm
- Constructing environment
- Found boot image: /dev/block/mmcblk0p30
/dev/tmp/install/META-INF/com/google/android/updater-script: eval: line 1: /system/bin/dalvikvm: not found
- Unpacking boot image
/dev/tmp/install/META-INF/com/google/android/updater-script: /dev/tmp/install/common/boot_patch.sh: line 82: ./magiskboot: not found
- ChromeOS boot image detected
- Checking ramdisk status
/dev/tmp/install/META-INF/com/google/android/updater-script: /dev/tmp/install/common/boot_patch.sh: line 107: ./magiskboot: not found
! Boot image patched by other programs!
! Please restore stock boot image
- Unmounting partitions
Updater process ended with ERROR: 1
I:Legacy property environment disabled.
I:Install took 4 second(s).
Error installing zip file '/sdcard1/Magisk-v14.5(1456).zip'
Updating partition details...
Iata backup size is 4MB, free: 18975MB.
I:Unable to mount '/usbdisk'
I:Actual block device: '', current file system: 'auto'
...done
I:Set page: 'flash_done'
Iperation_end - status=1
I:Set page: 'clear_vars'
I:Set page: 'install'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
Iperation_start: 'Flashing'
Installing zip file '/sdcard1/SafetyNet_Cleaning_Tools.zip'
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
I:Update binary zip
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment initialized.
SafetyNet Cleaning Tools
sceryavuz
about to run program [/sbin/busybox] with 3 args
-Mounting filesystems..
--Mounting Data Partition..
mount: mounting /dev/block/mmcblk0p54 on /data failed: Device or resource busy
run_program: child exited with status 255
Progress: 50%
about to run program [/sbin/busybox] with 3 args
-Deleting old files...
-Unmount filesystems..
--Unmount Data Partition..
-Deleting cache files...
Progress: 100%
script result was [ ]
Finished!
I:Updater process ended with RC=0
I:Legacy property environment disabled.
I:Install took 2 second(s).
Updating partition details...
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
Iata backup size is 4MB, free: 18975MB.
I:sending message to remove 65537
I:Message sent, remove storage ID: 65537
I:[MTP] mtppipe remove storage 65537
I:Unable to mount '/usbdisk'
I:Actual block device: '', current file system: 'auto'
...done
I:Set page: 'flash_done'
Iperation_end - status=0
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'
Iperation_start: 'Copy Log'
I:Copying file /tmp/recovery.log to /sdcard1/recovery.log[/SIZE][/SIZE]
@XperiaXZperson
Please don't post the entire log on the Thread! Upload the log file to your Dropbox or Drive account and then just paste the link to the log on the Thread ??
Sent from my SM-G955W ??
I too am having this problem, I looked it up and apparently either a different TWRP recovery needs to be installed or a slightly older version of Magisk.

Development [RECOVERY] [OFFICIAL] TWRP 3.5.2 for Galaxy A52 4G

TWRP is an open source, community project. TWRP development is done by roughly 4 people at this point. We also have a large support community with many people who are willing to answer questions and help people with their devices on forums like xda-developers.​​Note​
Code:
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about doing this to your device
* YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
​​How to install (First of all: Have unlocked BL)​- If you don't know the basic steps, you can see this video as example
· Download twrp-3.5.2_10-0-a52q.tar file
· Disable Auto Reboot option in Odin
· Select AP, and get twrp-3.5.2_10-0-a52q.tar file
· Flash it
Hints after TWRP flashing​· Format data (You'll lose all data and things inside internal storage)
· Flash multidisabler zip
Credits​@hendramanu (For helping me about Kernel)
@DarthJabba9 (For miatoll device tree as base)
@redymedan (For testing)
@ShaDisNX255 (For testing)
Samsung (OSS Team)
TeamWin Recovery Project
​Download​twrp-3.5.2_10-0-a52q.tar
​Sources​Device Tree
Kernel Tree
​Support​Telegram Group
Changelog (2021/05/16)​Built with latest TWRP sources
Minor changes​Note​Flash DM Verity file​
RESERVED
Awesome, buddy, keep it up! x)
God Jobs! Install instruction, root and bypass safetynet
Great!
el0xren said:
Awesome, buddy, keep it up! x)
Click to expand...
Click to collapse
Thanks, I'll!
redymedan said:
God Jobs! Install instruction, root and bypass safetynet
Click to expand...
Click to collapse
Thanks for testing and giving proper support, sir! XD
hendramanu said:
Great!
Click to expand...
Click to collapse
Without your help I wouldn't be able to make it work.
Bundle of Thanks
Mohd Masab said:
Bundle of Thanks
Click to expand...
Click to collapse
Oh yeah XD
Great job! Thanks for bringing TWRP to our phone so quick!
Any plans to make it official?
VonSparq said:
Great job! Thanks for bringing TWRP to our phone so quick!
Any plans to make it official?
Click to expand...
Click to collapse
Yeah, I'll.
Hello
Were can i get the right files like multidisabler zip and the other files for rooting a 52 4G?
marle.m said:
Hello
Were can i get the right files like multidisabler zip and the other files for rooting a 52 4G?
Click to expand...
Click to collapse
The file for the multidisabler.zip can be found on this thread (for the orange fox custom recovery for the A52):
[U1][Recovery][Unofficial][A525X]OrangeFox Recovery 11.1
OrangeFox Recovery Project Huge thanks to @geekmaster21 for making this a reality /* * Your warranty is now void. * * I am not responsible for bricked devices, dead SD cards, * thermonuclear war, or you getting fired because the alarm app...
forum.xda-developers.com
And the file for rooting your phone can be found in this post:
[Root] Samsung Galaxy A52 SM-A525F Magisk Root
Root Samsung Galaxy A52 SM-A525F Android 11 Official - AUC4 Firmware. TWRP Recovery for Galaxy A52 Android 11 does not available yet when I posted this rooting guide. Use it at your own risk! Follow the instructions carefully and Make sure to...
forum.xda-developers.com
RealVelosh said:
Changelog (2021/05/16)​Built with latest TWRP sources
Minor changes​Note​Flash DM Verity file​
Click to expand...
Click to collapse
I've flashed TWRP normally and it does work, Then I've formatted UserData partition to ext4 without encryption and TWRP mounted it successfully. But after reboot to the system - OS reformats UserData partition with encryption and the next time I do boot TWRP /data partition can not be mounted (Failed to mount '/data' (Invalid argument))
Then I formatted UserData again and flashed DM-Verity ForceEncryption patch. After reboot to TWRP /data patition was successfully mounted. Then I've rebooted to the system. Device shown Samsung logo, wait a few time and rebooted again, bringing me to the TWRP. And then /data was Failed to mopunt again. I've rebooted to the system again with the same result - rebooted twice and bring to TWRP. Formatted UserData again, rebooted and no change.
Next I have recovered at first boot and later also dtbo partitions from a previously made all partitions backup on SD, rebooted again with no change, formatted UserData and rebooted one more time and system started as new.
After that I've flashed again DM-Verity patch, multidisabler-samsung-3.1.zip (it does switch off FBE and fix some other probs), Magisk (all the packs do patch and reassemble the boot partition) with the similar results. All flashes, works OK, but as soon as I do flash DM-Verity patch system goes boot loop or simplier bring ODIN mode settings screen right over Samsung logo and after evrey boot to the OS /data partition becomes reformatted with encryption (if it was previously formated to the generic ext4). Recovering of the boot and dtbo brings system back.
There are a few reasons to use TWRP without possibility of the UserData backup/restore nor without any access to UserData from recovery at all (e.g. via included rooted ADB). In case of any OS failure, there is no way to recover any user data from the encrypted partition.
There should be the way to switch stupid encryption off and avoid bootloops.
Guys, plz help who knows/can fix the problem!
DM-Verity and Multidisabler flashing logs attached below
DM-Verity and Multidisabler flashing logs for the post above
Code:
Starting TWRP 3.5.2_10-0-01407c1d on Tue Jan 9 10:42:00 2018
(pid 479)
TW_NO_REBOOT_BOOTLOADER := true
RECOVERY_SDCARD_ON_DATA := true
I:Lun file '/config/usb_gadget/g1/functions/mass_storage.0/lun.0/file'
TW_HAS_DOWNLOAD_MODE := true
I:TW_BRIGHTNESS_PATH := /sys/class/backlight/panel0-backlight/brightness
I:Found brightness file at '/sys/class/backlight/panel0-backlight/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 219
I:LANG: en
Starting the UI...
Skipping adf graphics -- not present in build tree
setting DRM_FORMAT_XBGR8888 and GGL_PIXEL_FORMAT_RGBA_8888
setting DRM_FORMAT_XBGR8888 and GGL_PIXEL_FORMAT_RGBA_8888
Using drm graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 219
TW_SCREEN_BLANK_ON_BOOT := true
I:TWFunc::Set_Brightness: Setting brightness control to 0
I:TWFunc::Set_Brightness: Setting brightness control to 219
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.176042x, offsets x: 0 y: 142 w: 0 h: -142
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page splash
I:Switching packages (splash)
I:Loading package: TWRP (/TWRP/theme/ui.zip)
I:Loading zip theme
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_TW.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CN.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_PT.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ja.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/id.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/el.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/cz.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.176042x, offsets x: 0 y: 142 w: 0 h: -142
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 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 multiuser_warning
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 '//TWRP/BACKUPS/RZ8R41CZ4VF'
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 fastbootreboot
I:Loading page reboot
I:Loading page reboot2
I:Loading page installapp
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 advanced
I:Loading page partsdcardsel
I:Loading page partsdcardcheck
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page repackselect
I:Loading page repackconfirm
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 canceldecrypt
I:Loading page terminalcommand
I:Loading page fastboot
I:Loading page sideload
I:Loading page fixcontexts
I:Loading page slideout
I:Loading page select_storage
I:Loading page select_language
I:Loading page decrypt_users
I:Loading page changeTwrpFolder
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
I:Startup Commands:
ro.boottime.adbd=12605297182
ro.boottime.init=2262
ro.boottime.init.selinux=35
ro.boottime.init.cold_boot_wait=154
ro.boottime.logd=12591158276
ro.boottime.ueventd=12423800047
ro.boottime.recovery=12597197755
ro.boottime.servicemanager=12586220151
ro.boottime.hwservicemanager=12584971922
ro.boottime.vndservicemanager=12587397651
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-a55
dalvik.vm.isa.arm.features=default
dalvik.vm.isa.arm64.variant=cortex-a76
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.minidebuginfo=true
dalvik.vm.appimageformat=lz4
dalvik.vm.usejitprofiles=true
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
dalvik.vm.dex2oat-max-image-block-size=524288
dalvik.vm.dex2oat-resolve-startup-strings=true
debug.atrace.tags.enableflags=0
ro.com.google.clientidbase=android-google
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.hwui.use_vulkan=
ro.omni.device=a52q
ro.omni.version=10-20210512-a52q-HOMEMADE
ro.omni.version.security_patch=
ro.twrp.boot=1
ro.twrp.version=3.5.2_10-0
ro.vndk.lite=true
ro.vndk.version=29
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=atoll
ro.build.id=QQ3A.200805.001
ro.build.date=Tue May 11 19:53:25 -03 2021
ro.build.date.utc=1620773605
ro.build.host=velosh
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=velosh
ro.build.flavor=omni_a52q-eng
ro.build.display.id=omni_a52q-eng 16.1.0 QQ3A.200805.001 eng.velosh.20210511.200608 test-keys
ro.build.product=a52q
ro.build.selinux=1
ro.build.version.sdk=29
ro.build.version.base_os=
ro.build.version.release=16.1.0
ro.build.version.codename=REL
ro.build.version.incremental=eng.velosh.20210511.200608
ro.build.version.preview_sdk=0
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2099-12-31
ro.build.version.preview_sdk_fingerprint=REL
ro.build.version.min_supported_target_sdk=23
ro.build.description=omni_a52q-eng 16.1.0 QQ3A.200805.001 eng.velosh.20210511.200608 test-keys
ro.build.characteristics=default
ro.minui.pixel_format=RGBX_8888
ro.bionic.ld.warning=1
ro.bionic.arch=arm64
ro.bionic.2nd_arch=arm
ro.bionic.cpu_variant=cortex-a76
ro.bionic.2nd_cpu_variant=cortex-a55
ro.iorapd.enable=false
ro.kernel.android.checkjni=1
ro.secure=0
ro.system.build.id=QQ3A.200805.001
ro.system.build.date=Tue May 11 19:53:25 -03 2021
ro.system.build.date.utc=1620773605
ro.system.build.tags=test-keys
ro.system.build.type=eng
ro.system.build.version.sdk=29
ro.system.build.version.release=16.1.0
ro.system.build.version.incremental=eng.velosh.20210511.200608
ro.system.build.fingerprint=Samsung/omni_a52q/a52q:16.1.0/QQ3A.200805.001/velosh05111953:eng/test-keys
ro.treble.enabled=false
ro.zygote=zygote32
ro.carrier=unknown
ro.display.series=Samsung Galaxy A52
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.odm.name=omni_a52q
ro.product.odm.brand=Samsung
ro.product.odm.model=Samsung Galaxy A52
ro.product.odm.device=a52q
ro.product.odm.manufacturer=Samsung
ro.product.name=omni_a52q
ro.product.board=atoll
ro.product.brand=Samsung
ro.product.model=Samsung Galaxy A52
ro.product.device=a52q
ro.product.locale=en-US
ro.product.system.name=omni_a52q
ro.product.system.brand=Samsung
ro.product.system.model=Samsung Galaxy A52
ro.product.system.device=a52q
ro.product.system.manufacturer=Samsung
ro.product.vendor.name=omni_a52q
ro.product.vendor.brand=Samsung
ro.product.vendor.model=Samsung Galaxy A52
ro.product.vendor.device=a52q
ro.product.vendor.manufacturer=Samsung
ro.product.manufacturer=Samsung
ro.baseband=msm
ro.bootmode=unknown
ro.hardware=qcom
ro.revision=8
ro.services.whitelist.packagelist=com.google.android.gms
ro.bootimage.build.date=Tue May 11 19:53:25 -03 2021
ro.bootimage.build.date.utc=1620773605
ro.bootimage.build.fingerprint=Samsung/omni_a52q/a52q:16.1.0/QQ3A.200805.001/velosh05111953:eng/test-keys
ro.bootloader=A525FXXU1AUC4
ro.debuggable=1
ro.modversion=OmniROM-10-20210512-a52q-HOMEMADE
ro.postinstall.fstab.prefix=/system
ro.setupwizard.enterprise_mode=1
ro.property_service.version=2
ro.control_privapp_permissions=enforce
ro.actionable_compatible_property.enabled=false
fbe.metadata.wrappedkey=true
init.svc.adbd=restarting
init.svc.logd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.servicemanager=restarting
init.svc.hwservicemanager=restarting
init.svc.vndservicemanager=running
twrp.crash_counter=0
twrp.action_complete=0
tombstoned.max_tombstone_count=50
ro.boot.em.did=207010510824E011
ro.boot.em.model=SM-A525F
ro.boot.em.status=0x0
ro.boot.em.rdx_dump=false
ro.boot.im.param.offset=9437232
ro.boot.kg=0x1
ro.boot.me.param.offset=9437312
ro.boot.pr.param.offset=9437472
ro.boot.rp=1
ro.boot.sb.debug0=0x0
ro.boot.sn.param.offset=9437392
ro.boot.wb.hs=E03
ro.boot.wb.snapQB=38809928R
ro.boot.sku.param.offset=9437552
ro.boot.svb.ver=SVB1.0
ro.boot.usrf=9438192
ro.boot.memcg=1
ro.boot.sales.param.offset=9437648
ro.boot.ulcnt=1
ro.boot.subpcb=0
ro.boot.vbmeta.avb_version=1.0
ro.boot.dtb_idx=0
ro.boot.product.model=SM-A525F
ro.boot.sec_atd.tty=/dev/ttyHS8
ro.boot.baseband=msm
ro.boot.dtbo_idx=5
ro.boot.hardware=qcom
ro.boot.hardware.sku=unknown
ro.boot.revision=8
ro.boot.ucs_mode=0
ro.boot.ap_serial=0x510824E0
ro.boot.carrierid=SER
ro.boot.carrierid.param.offset=9437644
ro.boot.dram_info=01,07,01,4G
ro.boot.fastbootd=false
ro.boot.keymaster=1
ro.boot.prototype.param.offset=9437660
ro.boot.bootdevice=1d84000.ufshc
ro.boot.bootloader=A525FXXU1AUC4
ro.boot.hdm_status=NONE
ro.boot.sales_code=SER
ro.boot.swp_config=0
ro.boot.avb_version=1.0
ro.boot.debug_level=0x4f4c
ro.boot.boot_devices=soc/1d84000.ufshc
ro.boot.force_upload=0x0
ro.boot.fstab_suffix=default
ro.boot.warranty_bit=1
ro.boot.boot_recovery=1
ro.boot.upload_offset=9438196
ro.boot.usbcontroller=a600000.dwc3
ro.boot.cp_debug_level=0x55FF
ro.boot.cp_reserved_mem=off
ro.boot.verifiedbootstate=orange
ro.boot.dynamic_partitions=true
ro.boot.reserve_mem_region=0x0
ro.build.fingerprint=Samsung/omni_a52q/a52q:16.1.0/QQ3A.200805.001/eng.velosh.20210511.200608:eng/test-keys
ro.gsid.image_running=0
hwservicemanager.ready=false
log.tag.stats_log=I
ro.logd.size.stats=64K
persist.debug.dalvik.vm.core_platform_api_policy=just-warn
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=RZ8R41CZ4VF
ro.serialno=RZ8R41CZ4VF
service.adb.root=1
net.bt.name=Android
net.tethering.noprovisioning=true
sys.usb.controller=a600000.dwc3
persist.sys.usb.config=mtp,adb
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.disable_rescue=true
sys.usb.config=adb
ro.odm.build.id=QQ3A.200805.001
ro.odm.build.date=Tue May 11 19:53:25 -03 2021
ro.odm.build.date.utc=1620773605
ro.odm.build.tags=test-keys
ro.odm.build.type=eng
ro.odm.build.version.sdk=29
ro.odm.build.version.release=16.1.0
ro.odm.build.version.incremental=eng.velosh.20210511.200608
ro.odm.build.fingerprint=Samsung/omni_a52q/a52q:16.1.0/QQ3A.200805.001/velosh05111953:eng/test-keys
ro.odm.product.cpu.abilist=armeabi-v7a,armeabi
ro.odm.product.cpu.abilist32=armeabi-v7a,armeabi
ro.odm.product.cpu.abilist64=
ro.vendor.build.id=QQ3A.200805.001
ro.vendor.build.date=Tue May 11 19:53:25 -03 2021
ro.vendor.build.date.utc=1620773605
ro.vendor.build.tags=test-keys
ro.vendor.build.type=eng
ro.vendor.build.version.sdk=29
ro.vendor.build.version.release=16.1.0
ro.vendor.build.version.incremental=eng.velosh.20210511.200608
ro.vendor.build.fingerprint=Samsung/omni_a52q/a52q:16.1.0/QQ3A.200805.001/velosh05111953:eng/test-keys
ro.vendor.build.security_patch=2099-12-31
ro.vendor.product.cpu.abilist=armeabi-v7a,armeabi
ro.vendor.product.cpu.abilist32=armeabi-v7a,armeabi
ro.vendor.product.cpu.abilist64=
vendor.usb.controller=a600000.dwc3
vendor.gatekeeper.disable_spu=true
=> Linking mtab
=> Processing /etc/recovery.fstab
I:Reading /etc/twrp.flags
I:Reading /etc/recovery.fstab
I:Processing '/system'
I:Created '/system_root' folder.
I:Unhandled flag: 'avb=vbmeta_system'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/vendor'
I:Unhandled flag: 'avb'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/product'
I:Created '/product' folder.
I:Unhandled flag: 'avb=vbmeta_system'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/odm'
I:Unhandled flag: 'avb'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/data'
I:Unhandled flag: 'latemount'
I:Unhandled flag: 'encryptable'
I:FBE wrapped key enabled for /data
I:Unhandled flag: 'quota'
I:Unhandled flag: 'reservedsize=128M'
I:Unhandled flag: 'checkpoint=fs'
I:Processing '/misc'
I:Processing remaining twrp.flags
I:Processing '/boot'
I:Processing '/cache'
I:Processing '/dtbo'
I:Processing '/efs'
I:Processing '/external_sd'
I:Created '/external_sd' folder.
I:Processing '/metadata'
I:FBE wrapped key enabled for /metadata
I:Processing '/modemst1'
I:Processing '/modemst2'
I:Processing '/omr'
I:Created '/omr' folder.
I:Processing '/omr_image'
I:Processing '/persist'
I:TWFunc::Fixup_Time: Pre-fix date and time: 2018-01-09--10-42-02
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 1621760559288
I:TWFunc::Fixup_Time: Date and time corrected: 2021-05-31--19-44-41
I:Processing '/persist_image'
I:Processing '/recovery'
I:Processing '/usb_otg'
I:Created '/usb_otg' folder.
I:Processing '/vbmeta'
I:Done processing fstab files
I:Trying to prepare system from super partition
I:Trying to prepare vendor from super partition
I:Trying to prepare product from super partition
I:Trying to prepare odm from super partition
I:Setting up '/data' as data/media emulated storage.
I:Can't probe device /dev/block/sda31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/sda31', current file system: 'f2fs'
I:Can't probe device /dev/block/sda31
Failed to mount '/data' (Invalid argument)
I:Actual block device: '/dev/block/sda31', current file system: 'f2fs'
Unable to recreate /data/media folder.
I:Backup folder set to '/data/media/TWRP/BACKUPS/RZ8R41CZ4VF'
I:Settings storage is '/data/media'
/super | /dev/block/by-name/super | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Alternate_Block_Device: /dev/block/by-name/super
Display_Name: super
Backup_Path: /super
Backup_Name: super
Backup_Display_Name: Super
Current_File_System: emmc
Backup_Method: dd
I:Unmounting main partitions...
Updating partition details...
I:checking for twrp app
I:Can't probe device /dev/block/sda31
Failed to mount '/data' (Invalid argument)
I:Actual block device: '/dev/block/sda31', current file system: 'f2fs'
I:Can't probe device /dev/block/sde1
I:Unable to mount '/usb_otg'
I:Actual block device: '/dev/block/sde1', current file system: 'auto'
...done
I:Can't probe device /dev/block/sda31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/sda31', current file system: 'f2fs'
Unable to mount storage
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
tw_get_context failed to get selinux context
I:Failed to get default contexts and file mode for storage files.
Partition Logs:
/system_root | /dev/block/dm-0 | Size: 5511MB Used: 5488MB Free: 22MB Backup Size: 5488MB
Flags: Can_Be_Mounted IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/dm-0
Display_Name: System
Storage_Name: System
Backup_Path: /system_root
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system_root
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/vendor | /dev/block/dm-1 | Size: 872MB Used: 862MB Free: 10MB Backup Size: 862MB
Flags: Can_Be_Mounted IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/dm-1
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
Mount_Flags: 0, Mount_Options: barrier=1,discard
/product | /dev/block/dm-2 | Size: 898MB Used: 897MB Free: 1MB Backup Size: 897MB
Flags: Can_Be_Mounted IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/dm-2
Display_Name: Product
Storage_Name: Product
Backup_Path: /product
Backup_Name: Product
Backup_Display_Name: Product
Storage_Path: /product
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/odm | /dev/block/dm-3 | Size: 3MB Used: 1MB Free: 2MB Backup Size: 1MB
Flags: Can_Be_Mounted IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/dm-3
Display_Name: ODM
Storage_Name: ODM
Backup_Path: /odm
Backup_Name: ODM
Backup_Display_Name: ODM
Storage_Path: /odm
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/data | /dev/block/sda31 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage
Symlink_Path: /data/media
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/sda31
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media
Current_File_System: f2fs
Fstab_File_System: f2fs
Backup_Method: files
Mount_Flags: 1030, Mount_Options: discard,reserve_root=32768,resgid=1065,fsync_mode=nobarrier
MTP_Storage_ID: 65537
Metadata Key Directory: /metadata/vold/metadata_encryption
/misc | /dev/block/sda10 | Size: 1MB
Flags: IsPresent
Primary_Block_Device: /dev/block/sda10
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
/boot | /dev/block/sda19 | Size: 96MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sda19
Display_Name: Kernel Image
Storage_Name: Kernel Image
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Kernel Image
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/cache | /dev/block/sda28 | Size: 582MB Used: 6MB Free: 576MB Backup Size: 6MB
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/sda28
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
/dtbo | /dev/block/sda21 | Size: 24MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sda21
Display_Name: DTBO Image
Storage_Name: DTBO Image
Backup_Path: /dtbo
Backup_Name: dtbo
Backup_Display_Name: DTBO Image
Storage_Path: /dtbo
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/efs | /dev/block/sda6 | Size: 20MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent
Primary_Block_Device: /dev/block/sda6
Display_Name: EFS
Storage_Name: EFS
Backup_Path: /efs
Backup_Name: efs
Backup_Display_Name: EFS
Storage_Path: /efs
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/external_sd | /dev/block/mmcblk0p1 | Size: 60891MB Used: 12889MB Free: 48001MB Backup Size: 12889MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk0p1
Alternate_Block_Device: /dev/block/mmcblk0
Display_Name: MicroSD Card
Storage_Name: MicroSD Card
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: MicroSD Card
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: auto
Backup_Method: files
MTP_Storage_ID: 65538
/metadata | /dev/block/sda24 | Size: 11MB Used: 0MB Free: 11MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/sda24
Display_Name: Metadata
Storage_Name: Metadata
Backup_Path: /metadata
Backup_Name: metadata
Backup_Display_Name: Metadata
Storage_Path: /metadata
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/modemst1 | /dev/block/sda1 | Size: 2MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs
Primary_Block_Device: /dev/block/sda1
Display_Name: modemst1
Storage_Name: modemst1
Backup_Path: /modemst1
Backup_Name: modemst1
Backup_Display_Name: modemst1
Storage_Path: /modemst1
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/modemst2 | /dev/block/sda2 | Size: 2MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs
Primary_Block_Device: /dev/block/sda2
Display_Name: modemst2
Storage_Name: modemst2
Backup_Path: /modemst2
Backup_Name: modemst2
Backup_Display_Name: modemst2
Storage_Path: /modemst2
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/omr | /dev/block/sda29 | Size: 45MB Used: 0MB Free: 45MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/sda29
Display_Name: OMR
Storage_Name: OMR
Backup_Path: /omr
Backup_Name: omr
Backup_Display_Name: OMR
Storage_Path: /omr
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/omr_image | /dev/block/sda29 | Size: 50MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sda29
Display_Name: OMR Image
Storage_Name: OMR Image
Backup_Path: /omr_image
Backup_Name: omr_image
Backup_Display_Name: OMR Image
Storage_Path: /omr_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/persist | /dev/block/sda5 | Size: 27MB Used: 0MB Free: 26MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/sda5
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/sda5 | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sda5
Display_Name: Persist Image
Storage_Name: Persist Image
Backup_Path: /persist_image
Backup_Name: persist_image
Backup_Display_Name: Persist Image
Storage_Path: /persist_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/recovery | /dev/block/sda20 | Size: 78MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sda20
Display_Name: Recovery Image
Storage_Name: Recovery Image
Backup_Path: /recovery
Backup_Name: recovery
Backup_Display_Name: Recovery Image
Storage_Path: /recovery
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/usb_otg | /dev/block/sde1 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/sde1
Alternate_Block_Device: /dev/block/sde
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: auto
Fstab_File_System: auto
Backup_Method: files
MTP_Storage_ID: 65539
/vbmeta | /dev/block/sde20 | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sde20
Display_Name: Vbmeta Image
Storage_Name: Vbmeta Image
Backup_Path: /vbmeta
Backup_Name: vbmeta
Backup_Display_Name: Vbmeta Image
Storage_Path: /vbmeta
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/super | /dev/block/by-name/super | Size: 9904MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Alternate_Block_Device: /dev/block/by-name/super
Display_Name: super
Backup_Path: /super
Backup_Name: super
Backup_Display_Name: Super
Current_File_System: emmc
Backup_Method: dd
I:Can't probe device /dev/block/sda31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/sda31', current file system: 'f2fs'
I:Can't probe device /dev/block/sda31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/sda31', current file system: 'f2fs'
Unable to mount /data/media/TWRP/.twrps
I:Attempt to load settings from settings file...
I:InfoManager file '/data/media/TWRP/.twrps' not found.
I:Backup folder set to '/data/media/TWRP/BACKUPS/RZ8R41CZ4VF'
I:Mount: Unable to find partition for path '/etc'
I:Copied file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Can't probe device /dev/block/sda31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/sda31', current file system: 'f2fs'
I:Can't probe device /dev/block/sde1
I:Unable to mount '/usb_otg'
I:Actual block device: '/dev/block/sde1', current file system: 'auto'
I:TWFunc::Set_Brightness: Setting brightness control to 219
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:Can't probe device /dev/block/sda31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/sda31', current file system: 'f2fs'
I:sending message to add 65538 '/external_sd' 'MicroSD Card'
I:Message sent, add storage ID: 65538 '/external_sd'
I:Can't probe device /dev/block/sde1
I:Unable to mount '/usb_otg'
I:Actual block device: '/dev/block/sde1', current file system: 'auto'
MTP Enabled
I:Path /cache/recovery/log.gz does not exist. Unable to copy /cache/recovery/last_log.gz
I:Starting Adb Backup FIFO
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:Translating partition display names
I:Backup folder set to '/data/media/TWRP/BACKUPS/RZ8R41CZ4VF'
I:checking for twrp app
I:Can't probe device /dev/block/sda31
I:Unable to mount '/data'
I:Actual block device: '/dev/block/sda31', current file system: 'f2fs'
I:Data partition cannot be mounted during app check
I:App not installed
I:Switching packages (TWRP)
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:[MTP] created new mtpserver object
I:[MTP] mtppipe add storage 65538 '/external_sd'
E:[MTP] Failed to start usb driver!I:TWFunc::Set_Brightness: Setting brightness control to 5
I:TWFunc::Set_Brightness: Setting brightness control to 0
I:TWFunc::Set_Brightness: Setting brightness control to 219
I:Set overlay: ''
I:Set page: 'install'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'wipe'
I:Set page: 'formatdata'
I:Set page: 'formatdata_confirm'
I:Set page: 'action_page'
I:operation_start: 'Format'
I:mkfs.f2fs command: /system/bin/make_f2fs
F2FS-tools: mkfs.f2fs Ver: 1.12.0 (2018-11-12)
Info: Disable heap-based policy
Info: Debug level = 1
Info: Trim is enabled
Info: No support kernel version!
Info: wanted sectors = 27911643 (in 4096 bytes)
Info: total device sectors = 27911647 (in 4096 bytes)
Info: Segments per section = 1
Info: Sections per zone = 1
Info: sector size = 4096
Info: total sectors = 27911643 (109029 MB)
Info: zone aligned segment0 blkaddr: 512
Info: add quota type = 0 => 4
Info: add quota type = 1 => 5
Info: [/dev/block/sda31] Discarding device
Info: This device doesn't support BLKSECDISCARD
Info: Discarded 109029 MB
[f2fs_init_sit_area: 537] Filling sit area at offset 0x00600000
[f2fs_init_nat_area: 571] Filling nat area at offset 0x00e00000
[f2fs_write_root_inode:1147] Writing root inode (hot node), 1cc00 0 200 at offset 0x00117760
[f2fs_write_default_quota:1223] Writing quota data, at offset 0001d201, 0001d202
[f2fs_write_qf_inode:1319] Writing quota inode (hot node), 1cc00 0 200 at offset 0x00117761
[f2fs_write_default_quota:1223] Writing quota data, at offset 0001d203, 0001d204
[f2fs_write_qf_inode:1319] Writing quota inode (hot node), 1cc00 0 200 at offset 0x00117762
[f2fs_update_nat_root:1373] Writing nat root, at offset 0x00000e00
[f2fs_add_default_dentry_root:1569] Writing default dentry root, at offset 0x0001d200
Info: Overprovision ratio = 0.610%
Info: Overprovision segments = 664 (GC reserved = 335)
[f2fs_write_check_point_pack: 712] Writing main segments, cp at offset 0x00000200
[f2fs_write_check_point_pack: 849] Writing Segment summary for HOT/WARM/COLD_DATA, at offset 0x00000201
[f2fs_write_check_point_pack: 876] Writing Segment summary for HOT_NODE, at offset 0x00000202
[f2fs_write_check_point_pack: 888] Writing Segment summary for WARM_NODE, at offset 0x00000203
[f2fs_write_check_point_pack: 899] Writing Segment summary for COLD_NODE, at offset 0x00000204
[f2fs_write_check_point_pack: 907] Writing cp page2, at offset 0x00000205
[f2fs_write_check_point_pack: 927] Writing NAT bits pages, at offset 0x000003fe
[f2fs_write_check_point_pack: 948] Writing cp page 1 of checkpoint pack 2, at offset 0x00000400
[f2fs_write_check_point_pack: 967] Writing cp page 2 of checkpoint pack 2, at offset 0x00000405
[f2fs_write_super_block:1000] Writing super block, at offset 0x00000000
Info: format successful
I:/system/bin/make_f2fs -d1 -f -O encrypt -O quota -O verity -w 4096 /dev/block/sda31 27911643 process ended with RC=0
Done.
You may need to reboot recovery to be able to use /data again.
Formatting Metadata using mke2fs...
I:mke2fs command: mke2fs -t ext4 -b 4096 /dev/block/sda24 4096
mke2fs 1.44.4 (18-Aug-2018)
Discarding device blocks: done
Creating filesystem with 4096 4k blocks and 4096 inodes
Allocating group tables: 0/1 done
Writing inode tables: 0/1 done
Creating journal (1024 blocks): done
Writing superblocks and filesystem accounting information: 0/1 done
I:mke2fs -t ext4 -b 4096 /dev/block/sda24 4096 process ended with RC=0
I:e2fsdroid command: e2fsdroid -e -S /file_contexts -a /metadata /dev/block/sda24
SELinux: Skipping /product_file_contexts: empty file
SELinux: Skipping /odm_file_contexts: empty file
SELinux: Loaded file_contexts
Created filesystem with 11/4096 inodes and 1164/4096 blocks
I:e2fsdroid -e -S /file_contexts -a /metadata /dev/block/sda24 process ended with RC=0
Done.
Updating partition details...
I:checking for twrp app
I:Data backup size is 0MB, free: 107239MB.
I:sending message to remove 65537
I:[MTP] mtppipe remove storage 65537
I:Message sent, remove storage ID: 65537
I:Can't probe device /dev/block/sde1
I:Unable to mount '/usb_otg'
I:Actual block device: '/dev/block/sde1', current file system: 'auto'
...done
I:Set page: 'action_complete'
I:operation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'formatdata'
I:Set page: 'wipe'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set overlay: 'select_storage'
I:No recovery folder found. Using default folder.
I:Backup folder set to '/external_sd/TWRP/BACKUPS/RZ8R41CZ4VF'
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'install'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
I:operation_start: 'Flashing'
Installing zip file '/external_sd/SMA525F/Disable_Dm-Verity_ForceEncrypt_11.02.2020.zip'
Unmounting System...
I:Update binary zip
Verifying package compatibility...
Package doesn't contain compatibility.zip entry
I:Extracting updater binary 'META-INF/com/google/android/update-binary'
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment not used in updater.
Archive: /external_sd/SMA525F/Disable_Dm-Verity_ForceEncrypt_11.02.2020.zip
inflating: tools/arm/magiskpolicy
inflating: tools/avb/verity.x509.pem
inflating: tools/x86/futility
inflating: META-INF/com/google/android/updater-script
inflating: META-INF/com/google/android/update-binary
inflating: tools/util_functions.sh
inflating: tools/chromeos/kernel.keyblock
inflating: tools/arm/futility
inflating: README.md
inflating: tools/chromeos/kernel_data_key.vbprivk
inflating: tools/ak3-core.sh
inflating: tools/arm/magiskboot
inflating: anykernel.sh
inflating: tools/boot_signer-dexed.jar
inflating: tools/arm/keycheck
inflating: tools/x86/magiskboot
inflating: tools/x86/busybox
inflating: tools/x86/keycheck
inflating: tools/arm/busybox
inflating: banner
inflating: tools/x86/magiskpolicy
inflating: tools/avb/verity.pk8
"*************************************************"
"* DmVerity,ForceEncrypt, and DiscQuota Disabler *"
"* By: Zackptg5 *"
"* Heavily based on the work of: *"
"* TopJohnWu and Jcadduono *"
"*************************************************"
AnyKernel3 by osm0sis @ xda-developers
Installing...
/dev/block/by-name/boot
- Chosen/Default Arguments:
Keep ForceEncrypt: false
Keep Dm-Verity: false
Keep Disc Quota: true
- Detecting Root Method...
No Magisk or SuperSu detected!
- Unpacking boot img...
96+0 records in
96+0 records out
100663296 bytes (96.0MB) copied, 0.333320 seconds, 288.0MB/s
Parsing boot image: [/tmp/anykernel/boot.img]
HEADER_VER [2]
KERNEL_SZ [19593046]
RAMDISK_SZ [721265]
SECOND_SZ [0]
RECOV_DTBO_SZ [0]
DTB_SZ [442805]
OS_VERSION [11.0.0]
OS_PATCH_LEVEL [2021-02]
PAGESIZE [4096]
NAME [SRPTH31C001]
CMDLINE [console=null androidboot.hardware=qcom androidboot.memcg=1 lpm_levels.sleep_disabled=1 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 service_locator.enable=1 swiotlb=1 androidboot.usbcontroller=a600000.dwc3 loop.max_part=7 printk.devkmsg=on firmware_class.path=/vendor/firmware_mnt/image]
CHECKSUM [655395809946a269635133b8182c5d25eedbce2a000000000000000000000000]
KERNEL_FMT [gzip]
RAMDISK_FMT [raw]
EXTRA_FMT [raw]
Loading cpio: [ramdisk.cpio]
bad cpio header
- Creating .magisk and .supersu files...
- Mounting odm
- Patching fstabs:
/vendor/etc/fstab.default
sed: can't create temp file '/vendor/etc/fstab.defaultduM1mw': Read-only file system
sed: can't create temp file '/vendor/etc/fstab.defaultFiCF3J': Read-only file system
/vendor/etc/fstab.emmc
sed: can't create temp file '/vendor/etc/fstab.emmcsKoxVW': Read-only file system
sed: can't create temp file '/vendor/etc/fstab.emmcOZ0SP8': Read-only file system
/vendor/etc/fstab.sqzr
sed: can't create temp file '/vendor/etc/fstab.sqzr2aORcY': Read-only file system
sed: can't create temp file '/vendor/etc/fstab.sqzrsC9i1L': Read-only file system
- Patching ramdisk...
Loading cpio: [ramdisk.cpio]
bad cpio header
Loading cpio: [ramdisk.cpio]
bad cpio header
Loading dtbs from [dtb]
Loading dtb.0000
Segmentation fault
- Unmounting odm
- Repacking boot img...
cp: '/tmp/anykernel/split_img/kernel' and 'kernel' are the same file
cp: '/tmp/anykernel/split_img/ramdisk.cpio' and 'ramdisk.cpio' are the same file
cp: '/tmp/anykernel/split_img/dtb' and 'dtb' are the same file
Parsing boot image: [/tmp/anykernel/boot.img]
HEADER_VER [2]
KERNEL_SZ [19593046]
RAMDISK_SZ [721265]
SECOND_SZ [0]
RECOV_DTBO_SZ [0]
DTB_SZ [442805]
OS_VERSION [11.0.0]
OS_PATCH_LEVEL [2021-02]
PAGESIZE [4096]
NAME [SRPTH31C001]
CMDLINE [console=null androidboot.hardware=qcom androidboot.memcg=1 lpm_levels.sleep_disabled=1 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 service_locator.enable=1 swiotlb=1 androidboot.usbcontroller=a600000.dwc3 loop.max_part=7 printk.devkmsg=on firmware_class.path=/vendor/firmware_mnt/image]
CHECKSUM [655395809946a269635133b8182c5d25eedbce2a000000000000000000000000]
KERNEL_FMT [gzip]
RAMDISK_FMT [raw]
EXTRA_FMT [raw]
Repack to boot image: [/tmp/anykernel/boot-new.img]
HEADER_VER [2]
KERNEL_SZ [11532140]
RAMDISK_SZ [721265]
SECOND_SZ [0]
RECOV_DTBO_SZ [0]
DTB_SZ [442805]
OS_VERSION [11.0.0]
OS_PATCH_LEVEL [2021-02]
PAGESIZE [4096]
NAME [SRPTH31C001]
CMDLINE [console=null androidboot.hardware=qcom androidboot.memcg=1 lpm_levels.sleep_disabled=1 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 service_locator.enable=1 swiotlb=1 androidboot.usbcontroller=a600000.dwc3 loop.max_part=7 printk.devkmsg=on firmware_class.path=/vendor/firmware_mnt/image]
CHECKSUM [df359cd050ad5baf4216552610edc82050b7ac21000000000000000000000000]
Done!
I:Updater process ended with RC=0
I:Install took 12 second(s).
Updating partition details...
I:checking for twrp app
Failed to mount '/odm' (No such file or directory)
I:Actual block device: '/dev/block/dm-3', current file system: 'ext4'
I:Data backup size is 0MB, free: 107239MB.
I:Can't probe device /dev/block/sde1
I:Unable to mount '/usb_otg'
I:Actual block device: '/dev/block/sde1', current file system: 'auto'
...done
I:Set page: 'flash_done'
I:operation_end - status=0
I:TWFunc::Set_Brightness: Setting brightness control to 5
I:TWFunc::Set_Brightness: Setting brightness control to 219
I:Set overlay: 'slideout'
I:TWFunc::Set_Brightness: Setting brightness control to 5
I:TWFunc::Set_Brightness: Setting brightness control to 219
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'
Multidisabler log for the post above
Code:
Starting TWRP 3.5.2_10-0-01407c1d on Tue Jan 9 10:54:14 2018
(pid 481)
TW_NO_REBOOT_BOOTLOADER := true
RECOVERY_SDCARD_ON_DATA := true
I:Lun file '/config/usb_gadget/g1/functions/mass_storage.0/lun.0/file'
TW_HAS_DOWNLOAD_MODE := true
I:TW_BRIGHTNESS_PATH := /sys/class/backlight/panel0-backlight/brightness
I:Found brightness file at '/sys/class/backlight/panel0-backlight/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 219
I:LANG: en
Starting the UI...
Skipping adf graphics -- not present in build tree
setting DRM_FORMAT_XBGR8888 and GGL_PIXEL_FORMAT_RGBA_8888
setting DRM_FORMAT_XBGR8888 and GGL_PIXEL_FORMAT_RGBA_8888
Using drm graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 219
TW_SCREEN_BLANK_ON_BOOT := true
I:TWFunc::Set_Brightness: Setting brightness control to 0
I:TWFunc::Set_Brightness: Setting brightness control to 219
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.176042x, offsets x: 0 y: 142 w: 0 h: -142
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page splash
I:Switching packages (splash)
I:Loading package: TWRP (/TWRP/theme/ui.zip)
I:Loading zip theme
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_TW.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CN.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_PT.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ja.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/id.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/el.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/cz.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.176042x, offsets x: 0 y: 142 w: 0 h: -142
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 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 multiuser_warning
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 '//TWRP/BACKUPS/RZ8R41CZ4VF'
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 fastbootreboot
I:Loading page reboot
I:Loading page reboot2
I:Loading page installapp
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 advanced
I:Loading page partsdcardsel
I:Loading page partsdcardcheck
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page repackselect
I:Loading page repackconfirm
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 canceldecrypt
I:Loading page terminalcommand
I:Loading page fastboot
I:Loading page sideload
I:Loading page fixcontexts
I:Loading page slideout
I:Loading page select_storage
I:Loading page select_language
I:Loading page decrypt_users
I:Loading page changeTwrpFolder
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
I:Startup Commands:
ro.boottime.adbd=12548707859
ro.boottime.init=2223
ro.boottime.init.selinux=27
ro.boottime.init.cold_boot_wait=146
ro.boottime.logd=12527005098
ro.boottime.ueventd=12368104317
ro.boottime.recovery=12533464577
ro.boottime.servicemanager=12521994213
ro.boottime.hwservicemanager=12520701609
ro.boottime.vndservicemanager=12523234317
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-a55
dalvik.vm.isa.arm.features=default
dalvik.vm.isa.arm64.variant=cortex-a76
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.minidebuginfo=true
dalvik.vm.appimageformat=lz4
dalvik.vm.usejitprofiles=true
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
dalvik.vm.dex2oat-max-image-block-size=524288
dalvik.vm.dex2oat-resolve-startup-strings=true
debug.atrace.tags.enableflags=0
ro.com.google.clientidbase=android-google
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.hwui.use_vulkan=
ro.omni.device=a52q
ro.omni.version=10-20210512-a52q-HOMEMADE
ro.omni.version.security_patch=
ro.twrp.boot=1
ro.twrp.version=3.5.2_10-0
ro.vndk.lite=true
ro.vndk.version=29
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=atoll
ro.build.id=QQ3A.200805.001
ro.build.date=Tue May 11 19:53:25 -03 2021
ro.build.date.utc=1620773605
ro.build.host=velosh
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=velosh
ro.build.flavor=omni_a52q-eng
ro.build.display.id=omni_a52q-eng 16.1.0 QQ3A.200805.001 eng.velosh.20210511.200608 test-keys
ro.build.product=a52q
ro.build.selinux=1
ro.build.version.sdk=29
ro.build.version.base_os=
ro.build.version.release=16.1.0
ro.build.version.codename=REL
ro.build.version.incremental=eng.velosh.20210511.200608
ro.build.version.preview_sdk=0
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2099-12-31
ro.build.version.preview_sdk_fingerprint=REL
ro.build.version.min_supported_target_sdk=23
ro.build.description=omni_a52q-eng 16.1.0 QQ3A.200805.001 eng.velosh.20210511.200608 test-keys
ro.build.characteristics=default
ro.minui.pixel_format=RGBX_8888
ro.bionic.ld.warning=1
ro.bionic.arch=arm64
ro.bionic.2nd_arch=arm
ro.bionic.cpu_variant=cortex-a76
ro.bionic.2nd_cpu_variant=cortex-a55
ro.iorapd.enable=false
ro.kernel.android.checkjni=1
ro.secure=0
ro.system.build.id=QQ3A.200805.001
ro.system.build.date=Tue May 11 19:53:25 -03 2021
ro.system.build.date.utc=1620773605
ro.system.build.tags=test-keys
ro.system.build.type=eng
ro.system.build.version.sdk=29
ro.system.build.version.release=16.1.0
ro.system.build.version.incremental=eng.velosh.20210511.200608
ro.system.build.fingerprint=Samsung/omni_a52q/a52q:16.1.0/QQ3A.200805.001/velosh05111953:eng/test-keys
ro.treble.enabled=false
ro.zygote=zygote32
ro.carrier=unknown
ro.display.series=Samsung Galaxy A52
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.odm.name=omni_a52q
ro.product.odm.brand=Samsung
ro.product.odm.model=Samsung Galaxy A52
ro.product.odm.device=a52q
ro.product.odm.manufacturer=Samsung
ro.product.name=omni_a52q
ro.product.board=atoll
ro.product.brand=Samsung
ro.product.model=Samsung Galaxy A52
ro.product.device=a52q
ro.product.locale=en-US
ro.product.system.name=omni_a52q
ro.product.system.brand=Samsung
ro.product.system.model=Samsung Galaxy A52
ro.product.system.device=a52q
ro.product.system.manufacturer=Samsung
ro.product.vendor.name=omni_a52q
ro.product.vendor.brand=Samsung
ro.product.vendor.model=Samsung Galaxy A52
ro.product.vendor.device=a52q
ro.product.vendor.manufacturer=Samsung
ro.product.manufacturer=Samsung
ro.baseband=msm
ro.bootmode=unknown
ro.hardware=qcom
ro.revision=8
ro.services.whitelist.packagelist=com.google.android.gms
ro.bootimage.build.date=Tue May 11 19:53:25 -03 2021
ro.bootimage.build.date.utc=1620773605
ro.bootimage.build.fingerprint=Samsung/omni_a52q/a52q:16.1.0/QQ3A.200805.001/velosh05111953:eng/test-keys
ro.bootloader=A525FXXU1AUC4
ro.debuggable=1
ro.modversion=OmniROM-10-20210512-a52q-HOMEMADE
ro.postinstall.fstab.prefix=/system
ro.setupwizard.enterprise_mode=1
ro.property_service.version=2
ro.control_privapp_permissions=enforce
ro.actionable_compatible_property.enabled=false
fbe.metadata.wrappedkey=true
init.svc.adbd=restarting
init.svc.logd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.servicemanager=restarting
init.svc.hwservicemanager=restarting
init.svc.vndservicemanager=running
twrp.crash_counter=0
twrp.action_complete=0
tombstoned.max_tombstone_count=50
ro.boot.em.did=207010510824E011
ro.boot.em.model=SM-A525F
ro.boot.em.status=0x0
ro.boot.em.rdx_dump=false
ro.boot.im.param.offset=9437232
ro.boot.kg=0x1
ro.boot.me.param.offset=9437312
ro.boot.pr.param.offset=9437472
ro.boot.rp=1
ro.boot.sb.debug0=0x0
ro.boot.sn.param.offset=9437392
ro.boot.wb.hs=E03
ro.boot.wb.snapQB=38809928R
ro.boot.sku.param.offset=9437552
ro.boot.svb.ver=SVB1.0
ro.boot.usrf=9438192
ro.boot.memcg=1
ro.boot.sales.param.offset=9437648
ro.boot.ulcnt=1
ro.boot.subpcb=0
ro.boot.vbmeta.avb_version=1.0
ro.boot.dtb_idx=0
ro.boot.product.model=SM-A525F
ro.boot.sec_atd.tty=/dev/ttyHS8
ro.boot.baseband=msm
ro.boot.dtbo_idx=5
ro.boot.hardware=qcom
ro.boot.hardware.sku=unknown
ro.boot.revision=8
ro.boot.ucs_mode=0
ro.boot.ap_serial=0x510824E0
ro.boot.carrierid=SER
ro.boot.carrierid.param.offset=9437644
ro.boot.dram_info=01,07,01,4G
ro.boot.fastbootd=false
ro.boot.keymaster=1
ro.boot.prototype.param.offset=9437660
ro.boot.bootdevice=1d84000.ufshc
ro.boot.bootloader=A525FXXU1AUC4
ro.boot.hdm_status=NONE
ro.boot.sales_code=SER
ro.boot.swp_config=0
ro.boot.avb_version=1.0
ro.boot.debug_level=0x4f4c
ro.boot.boot_devices=soc/1d84000.ufshc
ro.boot.force_upload=0x0
ro.boot.fstab_suffix=default
ro.boot.warranty_bit=1
ro.boot.boot_recovery=1
ro.boot.upload_offset=9438196
ro.boot.usbcontroller=a600000.dwc3
ro.boot.cp_debug_level=0x55FF
ro.boot.cp_reserved_mem=off
ro.boot.verifiedbootstate=orange
ro.boot.dynamic_partitions=true
ro.boot.reserve_mem_region=0x0
ro.build.fingerprint=Samsung/omni_a52q/a52q:16.1.0/QQ3A.200805.001/eng.velosh.20210511.200608:eng/test-keys
ro.gsid.image_running=0
hwservicemanager.ready=false
log.tag.stats_log=I
ro.logd.size.stats=64K
persist.debug.dalvik.vm.core_platform_api_policy=just-warn
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=RZ8R41CZ4VF
ro.serialno=RZ8R41CZ4VF
service.adb.root=1
net.bt.name=Android
net.tethering.noprovisioning=true
sys.usb.controller=a600000.dwc3
persist.sys.usb.config=mtp,adb
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.disable_rescue=true
sys.usb.config=adb
ro.odm.build.id=QQ3A.200805.001
ro.odm.build.date=Tue May 11 19:53:25 -03 2021
ro.odm.build.date.utc=1620773605
ro.odm.build.tags=test-keys
ro.odm.build.type=eng
ro.odm.build.version.sdk=29
ro.odm.build.version.release=16.1.0
ro.odm.build.version.incremental=eng.velosh.20210511.200608
ro.odm.build.fingerprint=Samsung/omni_a52q/a52q:16.1.0/QQ3A.200805.001/velosh05111953:eng/test-keys
ro.odm.product.cpu.abilist=armeabi-v7a,armeabi
ro.odm.product.cpu.abilist32=armeabi-v7a,armeabi
ro.odm.product.cpu.abilist64=
ro.vendor.build.id=QQ3A.200805.001
ro.vendor.build.date=Tue May 11 19:53:25 -03 2021
ro.vendor.build.date.utc=1620773605
ro.vendor.build.tags=test-keys
ro.vendor.build.type=eng
ro.vendor.build.version.sdk=29
ro.vendor.build.version.release=16.1.0
ro.vendor.build.version.incremental=eng.velosh.20210511.200608
ro.vendor.build.fingerprint=Samsung/omni_a52q/a52q:16.1.0/QQ3A.200805.001/velosh05111953:eng/test-keys
ro.vendor.build.security_patch=2099-12-31
ro.vendor.product.cpu.abilist=armeabi-v7a,armeabi
ro.vendor.product.cpu.abilist32=armeabi-v7a,armeabi
ro.vendor.product.cpu.abilist64=
vendor.usb.controller=a600000.dwc3
vendor.gatekeeper.disable_spu=true
=> Linking mtab
=> Processing /etc/recovery.fstab
I:Reading /etc/twrp.flags
I:Reading /etc/recovery.fstab
I:Processing '/system'
I:Created '/system_root' folder.
I:Unhandled flag: 'avb=vbmeta_system'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/vendor'
I:Unhandled flag: 'avb'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/product'
I:Created '/product' folder.
I:Unhandled flag: 'avb=vbmeta_system'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/odm'
I:Unhandled flag: 'avb'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/data'
I:Unhandled flag: 'latemount'
I:Unhandled flag: 'encryptable'
I:FBE wrapped key enabled for /data
I:Unhandled flag: 'quota'
I:Unhandled flag: 'reservedsize=128M'
I:Unhandled flag: 'checkpoint=fs'
I:Processing '/misc'
I:Processing remaining twrp.flags
I:Processing '/boot'
I:Processing '/cache'
I:Processing '/dtbo'
I:Processing '/efs'
I:Processing '/external_sd'
I:Created '/external_sd' folder.
I:Processing '/metadata'
I:FBE wrapped key enabled for /metadata
I:Processing '/modemst1'
I:Processing '/modemst2'
I:Processing '/omr'
I:Created '/omr' folder.
I:Processing '/omr_image'
I:Processing '/persist'
I:TWFunc::Fixup_Time: Pre-fix date and time: 2018-01-09--10-54-16
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 1621760559288
I:TWFunc::Fixup_Time: Date and time corrected: 2021-05-31--19-56-54
I:Processing '/persist_image'
I:Processing '/recovery'
I:Processing '/usb_otg'
I:Created '/usb_otg' folder.
I:Processing '/vbmeta'
I:Done processing fstab files
I:Trying to prepare system from super partition
I:Trying to prepare vendor from super partition
I:Trying to prepare product from super partition
I:Trying to prepare odm from super partition
I:Setting up '/data' as data/media emulated storage.
I:/system/bin/mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:No custom recovery folder found. Using TWRP as default.
I:Backup folder set to '/data/media/TWRP/BACKUPS/RZ8R41CZ4VF'
I:Settings storage is '/data/media'
/super | /dev/block/by-name/super | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Alternate_Block_Device: /dev/block/by-name/super
Display_Name: super
Backup_Path: /super
Backup_Name: super
Backup_Display_Name: Super
Current_File_System: emmc
Backup_Method: dd
I:Unmounting main partitions...
Updating partition details...
I:checking for twrp app
I:Data backup size is 0MB, free: 107239MB.
I:Can't probe device /dev/block/sde1
I:Unable to mount '/usb_otg'
I:Actual block device: '/dev/block/sde1', current file system: 'auto'
...done
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
tw_get_context got selinux context: u:object_r:unlabeled:s0
I:Got default contexts and file mode for storage files.
Partition Logs:
/system_root | /dev/block/dm-0 | Size: 5511MB Used: 5488MB Free: 22MB Backup Size: 5488MB
Flags: Can_Be_Mounted IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/dm-0
Display_Name: System
Storage_Name: System
Backup_Path: /system_root
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system_root
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/vendor | /dev/block/dm-1 | Size: 872MB Used: 862MB Free: 10MB Backup Size: 862MB
Flags: Can_Be_Mounted IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/dm-1
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
Mount_Flags: 0, Mount_Options: barrier=1,discard
/product | /dev/block/dm-2 | Size: 898MB Used: 897MB Free: 1MB Backup Size: 897MB
Flags: Can_Be_Mounted IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/dm-2
Display_Name: Product
Storage_Name: Product
Backup_Path: /product
Backup_Name: Product
Backup_Display_Name: Product
Storage_Path: /product
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/odm | /dev/block/dm-3 | Size: 3MB Used: 1MB Free: 2MB Backup Size: 1MB
Flags: Can_Be_Mounted IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/dm-3
Display_Name: ODM
Storage_Name: ODM
Backup_Path: /odm
Backup_Name: ODM
Backup_Display_Name: ODM
Storage_Path: /odm
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/data | /dev/block/sda31 | Size: 109027MB Used: 0MB Free: 107239MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage
Symlink_Path: /data/media
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/sda31
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media
Current_File_System: f2fs
Fstab_File_System: f2fs
Backup_Method: files
Mount_Flags: 1030, Mount_Options: discard,reserve_root=32768,resgid=1065,fsync_mode=nobarrier
MTP_Storage_ID: 65537
Metadata Key Directory: /metadata/vold/metadata_encryption
/misc | /dev/block/sda10 | Size: 1MB
Flags: IsPresent
Primary_Block_Device: /dev/block/sda10
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
/boot | /dev/block/sda19 | Size: 96MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sda19
Display_Name: Kernel Image
Storage_Name: Kernel Image
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Kernel Image
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/cache | /dev/block/sda28 | Size: 582MB Used: 6MB Free: 576MB Backup Size: 6MB
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/sda28
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
/dtbo | /dev/block/sda21 | Size: 24MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sda21
Display_Name: DTBO Image
Storage_Name: DTBO Image
Backup_Path: /dtbo
Backup_Name: dtbo
Backup_Display_Name: DTBO Image
Storage_Path: /dtbo
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/efs | /dev/block/sda6 | Size: 20MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent
Primary_Block_Device: /dev/block/sda6
Display_Name: EFS
Storage_Name: EFS
Backup_Path: /efs
Backup_Name: efs
Backup_Display_Name: EFS
Storage_Path: /efs
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/external_sd | /dev/block/mmcblk0p1 | Size: 60891MB Used: 12909MB Free: 47981MB Backup Size: 12909MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk0p1
Alternate_Block_Device: /dev/block/mmcblk0
Display_Name: MicroSD Card
Storage_Name: MicroSD Card
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: MicroSD Card
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: auto
Backup_Method: files
MTP_Storage_ID: 65538
/metadata | /dev/block/sda24 | Size: 11MB Used: 0MB Free: 11MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/sda24
Display_Name: Metadata
Storage_Name: Metadata
Backup_Path: /metadata
Backup_Name: metadata
Backup_Display_Name: Metadata
Storage_Path: /metadata
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/modemst1 | /dev/block/sda1 | Size: 2MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs
Primary_Block_Device: /dev/block/sda1
Display_Name: modemst1
Storage_Name: modemst1
Backup_Path: /modemst1
Backup_Name: modemst1
Backup_Display_Name: modemst1
Storage_Path: /modemst1
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/modemst2 | /dev/block/sda2 | Size: 2MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs
Primary_Block_Device: /dev/block/sda2
Display_Name: modemst2
Storage_Name: modemst2
Backup_Path: /modemst2
Backup_Name: modemst2
Backup_Display_Name: modemst2
Storage_Path: /modemst2
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/omr | /dev/block/sda29 | Size: 45MB Used: 0MB Free: 45MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/sda29
Display_Name: OMR
Storage_Name: OMR
Backup_Path: /omr
Backup_Name: omr
Backup_Display_Name: OMR
Storage_Path: /omr
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/omr_image | /dev/block/sda29 | Size: 50MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sda29
Display_Name: OMR Image
Storage_Name: OMR Image
Backup_Path: /omr_image
Backup_Name: omr_image
Backup_Display_Name: OMR Image
Storage_Path: /omr_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/persist | /dev/block/sda5 | Size: 27MB Used: 0MB Free: 26MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/sda5
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/sda5 | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sda5
Display_Name: Persist Image
Storage_Name: Persist Image
Backup_Path: /persist_image
Backup_Name: persist_image
Backup_Display_Name: Persist Image
Storage_Path: /persist_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/recovery | /dev/block/sda20 | Size: 78MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sda20
Display_Name: Recovery Image
Storage_Name: Recovery Image
Backup_Path: /recovery
Backup_Name: recovery
Backup_Display_Name: Recovery Image
Storage_Path: /recovery
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/usb_otg | /dev/block/sde1 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/sde1
Alternate_Block_Device: /dev/block/sde
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: auto
Fstab_File_System: auto
Backup_Method: files
MTP_Storage_ID: 65539
/vbmeta | /dev/block/sde20 | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sde20
Display_Name: Vbmeta Image
Storage_Name: Vbmeta Image
Backup_Path: /vbmeta
Backup_Name: vbmeta
Backup_Display_Name: Vbmeta Image
Storage_Path: /vbmeta
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/super | /dev/block/by-name/super | Size: 9904MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Alternate_Block_Device: /dev/block/by-name/super
Display_Name: super
Backup_Path: /super
Backup_Name: super
Backup_Display_Name: Super
Current_File_System: emmc
Backup_Method: dd
I:No custom recovery folder found. Using TWRP as default.
I:Attempt to load settings from settings file...
I:InfoManager loading from '/data/media/TWRP/.twrps'.
I:No custom recovery folder found. Using TWRP as default.
I:Backup folder set to '/data/media/TWRP/BACKUPS/RZ8R41CZ4VF'
I:Mount: Unable to find partition for path '/etc'
I:Copied file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Can't probe device /dev/block/sde1
I:Unable to mount '/usb_otg'
I:Actual block device: '/dev/block/sde1', current file system: 'auto'
I:TWFunc::Set_Brightness: Setting brightness control to 219
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' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media'
I:sending message to add 65538 '/external_sd' 'MicroSD Card'
I:Message sent, add storage ID: 65538 '/external_sd'
I:Can't probe device /dev/block/sde1
I:Unable to mount '/usb_otg'
I:Actual block device: '/dev/block/sde1', current file system: 'auto'
MTP Enabled
I:Copied file /cache/recovery/log.gz to /cache/recovery/last_log.gz
pigz: /cache/recovery/log.gz OK, has trailing junk which was ignored
I:Starting Adb Backup FIFO
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:Translating partition display names
I:No custom recovery folder found. Using TWRP as default.
I:Backup folder set to '/data/media/TWRP/BACKUPS/RZ8R41CZ4VF'
I:checking for twrp app
I:App not installed
I:Switching packages (TWRP)
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:[MTP] created new mtpserver object
E:[MTP] Failed to start usb driver!I:[MTP] mtppipe add storage 65537 '/data/media'
I:[MTP] mtppipe add storage 65538 '/external_sd'
I:Set page: 'install'
I:Set overlay: 'select_storage'
I:No recovery folder found. Using default folder.
I:Backup folder set to '/external_sd/TWRP/BACKUPS/RZ8R41CZ4VF'
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'install'
I:Set overlay: 'slideout'
I:Set overlay: ''
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'mount'
I:sending message to remove 65537
I:[MTP] mtppipe remove storage 65537
I:Message sent, remove storage ID: 65537
I:/system/bin/mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:sending message to add 65537 '/data/media' 'Internal Storage'
I:[MTP] mtppipe add storage 65537 '/data/media'
I:Message sent, add storage ID: 65537 '/data/media'
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'
Installing zip file '/external_sd/SMA525F/multidisabler-samsung-3.1.zip'
Unmounting System...
I:Update binary zip
Verifying package compatibility...
Package doesn't contain compatibility.zip entry
I:Extracting updater binary 'META-INF/com/google/android/update-binary'
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment not used in updater.
==================================================
= Multi-disabler v3.1 for Samsung devices =
= running Android 9 or later. =
= by Ian Macdonald =
==================================================
- Detected a A525F device with a AUC4 bootloader.
- The environment appears to be Android 16.
- Mounting /system...
- Attempt failed. Mounting at /system_root...
- Mounting /vendor...
- Disabling file-based encryption (FBE) for /data...
- Disabling restoration of stock recovery...
- ...already disabled.
- Disabling wsm...
- Found /vendor/etc/vintf/manifest.xml.
- ...unchanged.
- Found /system_root/system/etc/vintf/compatibility_matrix.device.xml.
- ...unchanged.
- Found /vendor/etc/vintf/manifest/vaultkeeper_manifest.xml.
- ...unchanged.
- Unmounting /vendor...
- Unmounting /system_root...
- Finished.
I:Updater process ended with RC=0
I:Install took 1 second(s).
Updating partition details...
I:checking for twrp app
I:Data backup size is 0MB, free: 107239MB.
I:Can't probe device /dev/block/sde1
I:Unable to mount '/usb_otg'
I:Actual block device: '/dev/block/sde1', current file system: 'auto'
...done
I:Set page: 'flash_done'
I:operation_end - status=0
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'
There is a official twrp for this device on the team win page now. They give clear instructions on how to install. One thing they point out is, to root first and then install twrp. Read the instructions, they explain a lot.
Hello TheDrive, you probably did the installation incorrectly, try redoing it. If it doesn't help, try looking for help in the Telegram group (better support).

Question Failed to mount '/system_root' (Block device required)

Hello!
After a successful rooting i wanted to install Lineageos but i see no 'system' partition in the advanced wipe selection window.
There is Dalvik / ART Cache, Product, ODM, Metadata, Data, Internal Storage, mnt/vendor/nvdata etc..
I did oversee the missing system partition in the first place and wiped every Partition as mentioned in the guide:
3. Once in TWRP select wipe, click advanced wipe and select data, system, internal storage, cache, dalvik, optional(efs, and thoes other stuff, not going to name them.)
Click to expand...
Click to collapse
Then i went on to Install and i didn't pay much attention to that line in the guide.
6. Now you should be in a install image screen, select System Image and swipe to FLASH.
Click to expand...
Click to collapse
Instead of installing it to the 'System Image' i installed it to 'Super (system vendor product odm)' and rebooted. I didn't boot Lineageos (what a surprize), so i tryed to install it to the boot partition, the recovery, optics and prism partition without success (what a surprize²).
After desperately trying to install i started to use my brain and clicked here and there and in the log window of the advanced wipe i read:
Failed to mount '/system_root' (Block device required)
Failed to mount '/vendor' (Block device required)
Failed to mount '/product' (Block device required)
Failed to mount '/odm' (Block device required)
Click to expand...
Click to collapse
Then i went to Mount and i saw that only Data and Cache are checked. So i clicked on System but it won't check. It stays unchecked. There is a seperate checkbox 'Mount system partition read-only' it was checked, so i unchecked it and it disappeared. Still can not check System.
I tryed to Format Data in Wipe but without success. I get the same errors in the log.
I use TWRP Version from here:
[AOSP-11] [OFFICIAL] Samsung SM-A125F TWRP
DISCLAIMER: I WAS NEVER, HAVE NEVER BEEN, AND WILL NEVER BE RESPONSIBLE OF ANY DAMAGES AGAINST YOUR DEVICES BY YOUR OWN MIS-OPERATIONS Install instructions: 1. Download an arbitrary SM-A125F firmware zip package on SamMobile.com, whose Android...
forum.xda-developers.com
I hope somebody can help me because i haven't found anything about Block device required on the internet.
Edit:
This is the fstab file:
system /system_root ext4 ro 0 0
vendor /vendor ext4 ro 0 0
product /product ext4 ro 0 0
odm /odm ext4 ro 0 0
/dev/block/mmcblk0p30 /metadata ext4 rw 0 0
/dev/block/mmcblk0p49 /data f2fs rw 0 0
/dev/block/mmcblk0p46 /cache ext4 rw 0 0
/dev/block/mmcblk0p16 /mnt/vendor/protect_f ext4 rw 0 0
/dev/block/mmcblk0p17 /mnt/vendor/protect_s ext4 rw 0 0
/dev/block/mmcblk0p26 /mnt/vendor/nvdata ext4 rw 0 0
/dev/block/mmcblk0p25 /mnt/vendor/nvcfg ext4 rw 0 0
/dev/block/mmcblk0p44 /prism ext4 ro 0 0
/dev/block/mmcblk0p45 /optics ext4 ro 0 0
/dev/block/mmcblk0p2 /efs ext4 rw 0 0
/dev/block/mmcblk0p29 /keydata ext4 rw 0 0
/dev/block/mmcblk0p28 /keyrefuge ext4 rw 0 0
/external_sd vfat rw 0 0
/usb-otg auto rw 0 0
Click to expand...
Click to collapse
The dmesg log:
dmesg a125f - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
noob_a12 said:
Hello!
After a successful rooting i wanted to install Lineageos but i see no 'system' partition in the advanced wipe selection window.
There is Dalvik / ART Cache, Product, ODM, Metadata, Data, Internal Storage, mnt/vendor/nvdata etc..
I did oversee the missing system partition in the first place and wiped every Partition as mentioned in the guide:
Then i went on to Install and i didn't pay much attention to that line in the guide.
Instead of installing it to the 'System Image' i installed it to 'Super (system vendor product odm)' and rebooted. I didn't boot Lineageos (what a surprize), so i tryed to install it to the boot partition, the recovery, optics and prism partition without success (what a surprize²).
After desperately trying to install i started to use my brain and clicked here and there and in the log window of the advanced wipe i read:
Then i went to Mount and i saw that only Data and Cache are checked. So i clicked on System but it won't check. It stays unchecked. There is a seperate checkbox 'Mount system partition read-only' it was checked, so i unchecked it and it disappeared. Still can not check System.
I tryed to Format Data in Wipe but without success. I get the same errors in the log.
I use TWRP Version from here:
[AOSP-11] [OFFICIAL] Samsung SM-A125F TWRP
DISCLAIMER: I WAS NEVER, HAVE NEVER BEEN, AND WILL NEVER BE RESPONSIBLE OF ANY DAMAGES AGAINST YOUR DEVICES BY YOUR OWN MIS-OPERATIONS Install instructions: 1. Download an arbitrary SM-A125F firmware zip package on SamMobile.com, whose Android...
forum.xda-developers.com
I hope somebody can help me because i haven't found anything about Block device required on the internet.
Edit:
This is the fstab file:
The dmesg log:
dmesg a125f - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
Click to expand...
Click to collapse
This is a bug in the TWRP, I mentioned that if you get that issue flash dyna patch to enable wirteing on DYNAMIC_PARTITIONS in RECOVERY_MODE. Explained here too:
Covering some misleading theories and issues with our A12
This thread will be updated regularly. If you don't agree with something comment and if I was proven wrong I will update the thread. Please don't comment or chat here if it isn't releated with something I said. If you need further help with...
forum.xda-developers.com
It is important to have dm-verify disabled before flashing or else(only if the ROM doesn't have full verified boot support) . Always wipe data, cache, old system partiton. Install on SYSTEM_IMAGE in TWRP every time. If in TWRP you get issues with flashing on SUPER partitions make sure to flash DynaPatch or Systemrw to disable SYSTEM_READ_ONLY recovery restrictions.
VBEMTA can disable dm-verify and allow modifcations of a PARTITION you wish to modify.
Click to expand...
Click to collapse
In the TWRP terminal i check if dm-verity with avbctl get-verity as mentioned here. But i get an error: sh: avbctl: inaccessible or not found
Nethertheless i tryed to disable dm-verity as explained here. I installed 'Disable_Dm-Verity_ForceEncrypt_11.02.2020' after it says Done! Updating partition details... i get again:
Failed to mount '/system_root' (Block device required) ... vendor etc...
Click to expand...
Click to collapse
I rebooted anyway and after that i still wasn't able to mount System. I got the same Failed to mount error. Then i found a newer Version of disable-dm-verity but still without success.
Then i installed Dynapatch-1.5. I flashed TWRP before with an empty vbmeta.img. After Dynapatch i rebooted but still the same error. I can't mount System.
I tryed to install dm-verity and then without booting Dynapatch but without success.
I don't know what i'm doing wrong. I stick with the install instructions of the programs but nothing seems to work.
Here's the Advanced Copy Log:
Advanced Copy Log A12 - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
noob_a12 said:
In the TWRP terminal i check if dm-verity with avbctl get-verity as mentioned here. But i get an error: sh: avbctl: inaccessible or not found
Nethertheless i tryed to disable dm-verity as explained here. I installed 'Disable_Dm-Verity_ForceEncrypt_11.02.2020' after it says Done! Updating partition details... i get again:
I rebooted anyway and after that i still wasn't able to mount System. I got the same Failed to mount error. Then i found a newer Version of disable-dm-verity but still without success.
Then i installed Dynapatch-1.5. I flashed TWRP before with an empty vbmeta.img. After Dynapatch i rebooted but still the same error. I can't mount System.
I tryed to install dm-verity and then without booting Dynapatch but without success.
I don't know what i'm doing wrong. I stick with the install instructions of the programs but nothing seems to work.
Here's the Advanced Copy Log:
Advanced Copy Log A12 - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
Click to expand...
Click to collapse
Follow my guide for rooting and then flash TWRP, then in TWRP flash dynapatch.
Unlocking the bootloader and rooting
DISCLAIMER: I WAS NEVER, HAVE NEVER BEEN, AND WILL NEVER BE RESPONSIBLE OF ANY DAMAGES AGAINST YOUR DEVICES BY YOUR OWN MIS-OPERATIONS # knox_bit_warranty:0x1 # # Your warranty is now void # # You have been warned. # # I will laught at you if you...
forum.xda-developers.com
I installed the stock firmware and rooted again. In TWRP at mount i can now check System and i don't get the 'Failed to mount (Block device required)' errors anymore.
I installed disable-dmvarity and dynapatch. In Mount the 'Mount system partition read-only' checkbox is gone, i guess that's a good sign.
Still, with System checked in Mount i don't see any 'system partition' in Wipe Advanced Wipe.
I tryed both disable-dmvaritys.
The Copy Log:
Copy Log A12 after Stockfirmw. rooting - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
noob_a12 said:
I installed the stock firmware and rooted again. In TWRP at mount i can now check System and i don't get the 'Failed to mount (Block device required)' errors anymore.
I installed disable-dmvarity and dynapatch. In Mount the 'Mount system partition read-only' checkbox is gone, i guess that's a good sign.
Still, with System checked in Mount i don't see any 'system partition' in Wipe Advanced Wipe.
I tryed both disable-dmvaritys.
The Copy Log:
Copy Log A12 after Stockfirmw. rooting - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
Click to expand...
Click to collapse
flash dynapatch again then, happend to me a couple of times too. it can be buggy sometimes
Hi. You can stabilize the afaneh92 twrp or the twrp you use. Put recovery inside minimal adb & fastboot folder. Reboot to recovery. In the recovery mode now you can see the fastboot option and reboot on it, then connect you're device to the PC and in the search bar fastboot folder where you place the recovery type cmd press enter, the terminal should open.
Type: 1-) fastboot devices
2-) fastboot flash recovery recovery.img
3-) unplug your devices reboot to recovery
4-) install Samsung multidisabler
5-) reboot to recovery , backup only boot IMG then flash magisk 22.0.zip and reboot directly to the system.
You can install after the GSI for your android easily. If you have problem to install gsi. You can tell me. Enjoy!
To install GSI image. Copy the system IMG in the internal memory or sdcard. If you have install magisk , uninstall it ( magisk can uninstall properly itself). Then reboot to recovery, flash samsung multidisaber, reboot to recovery again, backup boot image only. Don't wipe nothing.
Flash the system image to his slot,
Flash magisk 22.0 zip. Go now to Wipe and Wipe all data factory reset only.
Reboot to your new system and enjoy. Thanks
LAST_krypton said:
Follow my guide for rooting and then flash TWRP, then in TWRP flash dynapatch.
Unlocking the bootloader and rooting
DISCLAIMER: I WAS NEVER, HAVE NEVER BEEN, AND WILL NEVER BE RESPONSIBLE OF ANY DAMAGES AGAINST YOUR DEVICES BY YOUR OWN MIS-OPERATIONS # knox_bit_warranty:0x1 # # Your warranty is now void # # You have been warned. # # I will laught at you if you...
forum.xda-developers.com
Click to expand...
Click to collapse
And i found i forgot to flash DynaPatch on TWRP every turns before i flash others else
When every turns DynaPatch has been flashed but TWRP still reports block devices not found, then the TWRP itself is buggy, requires @edward0181 to follow up those all issues and fix, finally also upgrade to the next release
And @Yillié please update your DynaPatch
Even though after it was flashed with the latest TWRP by @edward0181 released those recent days ago, my device still says not even a single OS is installed even when an GSI image is successfully flash onto my Super partitions after flashing your DynaPatch which is too old for those latest GSI’s
Given those GSI’s are stable, then both DynaPatch and TWRP are buggy, that’s all
Esp @Yillié your final release of DynaPatch was at the previous autumn
1) Dynapatch ain't supposed to be a proper solution. Hou could consider it kind of a hack to that is to be used when fastbootd doesn't work or you don't have access to a PC.
2) Please attach your recovery logs + a link to the twrp build rather than saying xxxx's twrp.
3) I'd appreciate if you'd briefly describe the issue again..
follow the Edward's twrp install for gsi thats worked for me to boot the stock room before you installed twrp just flash a nulled VBMETA in userdata with twrp
[AOSP-11] [OFFICIAL] Samsung SM-A125F TWRP
DISCLAIMER: I WAS NEVER, HAVE NEVER BEEN, AND WILL NEVER BE RESPONSIBLE OF ANY DAMAGES AGAINST YOUR DEVICES BY YOUR OWN MIS-OPERATIONS Install instructions: 1. Download an arbitrary SM-A125F firmware zip package on SamMobile.com, whose Android...
forum.xda-developers.com
Yillié said:
1) Dybapatch ain't supposed to be a proper solution. Hou could consider it kind of a hack to that is to be used when fastbootd doesn't work or you don't have access to a PC.
2) Please attach your recovery logs + a link to the twrp build rather than saying xxxx's twrp.
3) I'd appreciate if you'd briefly describe the issue again..
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Also trying to fix mountpoints issues, but all failed up to now, all those mountpoint dirs are existing, but it somewhy still says "no such files or directories"
Running some commands from TWRP terminal on that build also reports (On TWRP Mount menu those below all couldn't be mounted, so requires Terminal to continue fixing) ...
Code:
# mount -o rw system /system_root
mount: system -> /system_root: no such file or dir
# mount -o rw system /system_image
mount: system -> /system_image: no such file or dir
# mount -o rw vendor /vendor
mount: vendor -> /vendor: no such file or dir
# mount -o rw odm /odm
mount: odm -> /odm: no such file or dir
# mount -o rw product /product
mount: product -> /product: no such file or dir
# mkdir -pv /system_root /system_image /vendor /odm /product
# mount -a
mount: system -> /system_root: no such file or dir
mount: system -> /system_image: no such file or dir
mount: vendor -> /vendor: no such file or dir
mount: odm -> /odm: no such file or dir
mount: product -> /product: no such file or dir
#
[Q] [TWRP] Before flashing any GSI on my system partition: E: unable to find partition size for /system_image
Whatever i tried to flash are phhuson's AOSP Squeak GSI, Lineage 19.1 GSI, and LeOSS GSI on specifically only the system image, but that error message isn't disappearing at all Another error message also never disappears ... E: unable to open or...
forum.xda-developers.com
Uh just those screenshots don't help a lot. Like I said before, please attach the recovery.log ( Advanced >> copy log ) in a reply and provide the direct link to the twrp build's xda post. Also please confirm that super partition is fine or in order words system, vendor , odm product etc do indeed exist and can at least be mounted read-only. If you can't mount them read only or Incase super partition is messed up, please flash stock super.img via Odin or twrp or AP+HOME_CSC/CSC in Odin.
Yillié said:
Uh just those screenshots don't help a lot. Like I said before, please attach the recovery.log ( Advanced >> copy log ) in a reply and provide the direct link to the twrp build's xda post. Also please confirm that super partition is fine or in order words system, vendor , odm product etc do indeed exist and can at least be mounted read-only. If you can't mount them read only or Incase super partition is messed up, please flash stock super.img via Odin or twrp or AP+HOME_CSC/CSC in Odin.
Click to expand...
Click to collapse
Those screenshots already contain important logs on sth that were being flashed
But you instead need full TWRP logs? However, if no errors are logs are unneccessary
So errors, warnings, and flashed media only TWRP logs are enough?
What to do after having flashed stock Super? After having flashed stock Super in the Mount menu System, Vendor, ODM, and Product partitions in solo could be mounted again
Code:
libc: bionic/libc/upstream-netbsd/lib/libc/regex/regerror.c:175: regerror: assertion "errbuf != NULL" failed
'SM-A125F'
I:=> using device id: 'SM-A125F'
TW_NO_REBOOT_BOOTLOADER := true
RECOVERY_SDCARD_ON_DATA := true
I:Lun file '/sys/class/android_usb/android0/f_mass_storage/lun0/file' does not exist, USB storage mode disabled
TW_HAS_DOWNLOAD_MODE := true
PRODUCT_USE_DYNAMIC_PARTITIONS := true
I:TW_BRIGHTNESS_PATH := /sys/devices/platform/panel/panel_drv/backlight/panel/brightness
I:Found brightness file at '/sys/devices/platform/panel/panel_drv/backlight/panel/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 200
I:TW_EXCLUDE_ENCRYPTED_BACKUPS := true
I:LANG: en
I:TW_NO_LEGACY_PROPS := true
Starting the UI...
setting DRM_FORMAT_RGBX8888 and GGL_PIXEL_FORMAT_RGBX_8888
cannot find/open a drm device: No such file or directory
fb0 reports (possibly inaccurate):
vi.bits_per_pixel = 32
vi.red.offset = 0 .length = 8
vi.green.offset = 8 .length = 8
vi.blue.offset = 16 .length = 8
setting GGL_PIXEL_FORMAT_RGBA_8888
double buffered
framebuffer: 0 (720 x 1600)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 200
I:Loading package: splash (/twres/splash.xml)
I:Load XML directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/splash.xml' directly
I:theme version from xml: 0, expected 5
Stock theme version does not match TWRP version.
I:Checking resolution...
I:Scaling theme width 0.666667x and height 0.833333x, offsets x: 0 y: 0 w: 0 h: 0
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page splash
I:Switching packages (splash)
I:Loading package: TWRP (/TWRP/theme/ui.zip)
I:Loading zip theme
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/cz.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/el.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/id.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_PT.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.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:theme version from xml: 0, expected 5
Stock theme version does not match TWRP version.
I:Checking resolution...
I:Scaling theme width 0.666667x and height 0.833333x, offsets x: 0 y: 0 w: 0 h: 0
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 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 multiuser_warning
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 '//TWRP/BACKUPS/SM-A125F'
I:Loading page restore_force
I:Unable to open '//TWRP/BACKUPS'
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 fastbootreboot
I:Loading page reboot
I:Loading page installapp
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 advanced
I:Loading page partsdcardsel
I:Loading page partsdcardcheck
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page repackselect
I:Loading page repackconfirm
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 decrypt_pin
I:Loading page trydecrypt
I:Loading page canceldecrypt
I:Loading page terminalcommand
I:Loading page fastboot
I:Loading page sideload
I:Loading page fixcontexts
I:Loading page slideout
I:Loading page select_storage
I:Loading page select_language
I:Loading page decrypt_users
I:Loading page changeTwrpFolder
I:Loading page restore_keymaster
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
I:Startup Commands:
ro.boottime.adbd=3284684922
ro.boottime.init=2623909076
ro.boottime.init.selinux=120583539
ro.boottime.init.first_stage=84206307
ro.boottime.init.cold_boot_wait=232
ro.boottime.ueventd=2908644153
ro.boottime.recovery=3279199460
ro.boottime.servicemanager=3205066999
ro.boottime.hwservicemanager=3202380999
ro.boottime.vndservicemanager=3208623999
ro.cold_boot_done=true
ro.bionic.arch=arm64
ro.bionic.2nd_arch=arm
ro.bionic.cpu_variant=cortex-a53
ro.bionic.2nd_cpu_variant=cortex-a53
dalvik.vm.minidebuginfo=true
dalvik.vm.dex2oat-minidebuginfo=true
dalvik.vm.dex2oat-max-image-block-size=524288
dalvik.vm.dex2oat-resolve-startup-strings=true
dalvik.vm.dex2oat-updatable-bcp-packages-file=/system/etc/updatable-bcp-packages.txt
debug.atrace.tags.enableflags=0
ro.twrp.boot=1
ro.twrp.target.devices=a12nseea
ro.twrp.version=3.6.1_11-Edward0181-DEV-RC4
ro.wifi.channels=
ro.allow.mock.location=1
ro.build.flavor=twrp_a12-eng
ro.build.selinux=1
ro.build.version.all_codenames=REL
ro.build.version.preview_sdk_fingerprint=REL
ro.build.version.min_supported_target_sdk=23
ro.build.characteristics=default
ro.iorapd.enable=true
ro.kernel.android.checkjni=1
ro.system.build.id=RQ1A.210205.004
ro.system.build.date=Sun Mar 27 19:21:18 CEST 2022
ro.system.build.date.utc=1648401678
ro.system.build.tags=test-keys
ro.system.build.type=eng
ro.system.build.version.sdk=30
ro.system.build.version.release=11
ro.system.build.version.incremental=eng.edward.20220327.192438
ro.system.build.version.release_or_codename=16.1.0
ro.system.build.fingerprint=Samsung/twrp_a12/a12:16.1.0/RQ1A.210205.004/edward03271921:eng/test-keys
ro.treble.enabled=false
ro.display.series=Samsung A12
ro.product.build.id=RQ1A.210205.004
ro.product.build.date=Sun Mar 27 19:21:18 CEST 2022
ro.product.build.date.utc=1648401678
ro.product.build.tags=test-keys
ro.product.build.type=eng
ro.product.build.version.sdk=30
ro.product.build.version.release=11
ro.product.build.version.incremental=eng.edward.20220327.192438
ro.product.build.version.release_or_codename=16.1.0
ro.product.build.fingerprint=Samsung/twrp_a12/a12:16.1.0/RQ1A.210205.004/edward03271921:eng/test-keys
ro.product.locale=en-US
ro.product.system.name=twrp_a12
ro.product.system.brand=Samsung
ro.product.system.model=SM-A125F
ro.product.system.device=a12
ro.product.system.manufacturer=Samsung
ro.product.product.name=twrp_a12
ro.product.product.brand=Samsung
ro.product.product.model=SM-A125F
ro.product.product.device=a12
ro.product.product.manufacturer=Samsung
ro.product.system_ext.name=twrp_a12
ro.product.system_ext.brand=Samsung
ro.product.system_ext.model=SM-A125F
ro.product.system_ext.device=a12
ro.product.system_ext.manufacturer=Samsung
ro.system_ext.build.id=RQ1A.210205.004
ro.system_ext.build.date=Sun Mar 27 19:21:18 CEST 2022
ro.system_ext.build.date.utc=1648401678
ro.system_ext.build.tags=test-keys
ro.system_ext.build.type=eng
ro.system_ext.build.version.sdk=30
ro.system_ext.build.version.release=11
ro.system_ext.build.version.incremental=eng.edward.20220327.192438
ro.system_ext.build.version.release_or_codename=16.1.0
ro.system_ext.build.fingerprint=Samsung/twrp_a12/a12:16.1.0/RQ1A.210205.004/edward03271921:eng/test-keys
ro.postinstall.fstab.prefix=/system
ro.actionable_compatible_property.enabled=false
init.svc.adbd=restarting
init.svc.ueventd=running
init.svc.recovery=running
init.svc.servicemanager=running
init.svc.hwservicemanager=running
init.svc.vndservicemanager=running
twrp.crash_counter=0
twrp.action_complete=0
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.config.notification_sound=pixiedust.ogg
ro.boot.em.did=000ac3086b58
ro.boot.em.model=SM-A125F
ro.boot.em.status=0x0
ro.boot.im.param.offset=3147536
ro.boot.me.param.offset=3147616
ro.boot.pr.param.offset=3147776
ro.boot.rp=2
ro.boot.sb.debug0=0x0
ro.boot.sn.param.offset=3147696
ro.boot.wb.hs=500
ro.boot.wb.snapQB=
ro.boot.sku.param.offset=3147856
ro.boot.svb.ver=SVB1.0
ro.boot.sales.param.offset=3146268
ro.boot.ulcnt=9
ro.boot.subpcb=0
ro.boot.vbmeta.avb_version=1.1
ro.boot.dtb_idx=0
ro.boot.sec_atd.tty=/dev/ttyS0
ro.boot.selinux=permissive
ro.boot.dtbo_idx=5
ro.boot.fmm_lock=0
ro.boot.hardware=mt6765
ro.boot.hardware.sku=hcesim
ro.boot.revision=7
ro.boot.uniqueno=000baedd4ac3cf8c
ro.boot.ap_serial=0x000baedd
ro.boot.carrierid=TGY
ro.boot.carrierid.param.offset=3146304
ro.boot.dram_info=01,07,01,4G
ro.boot.fastbootd=false
ro.boot.bootloader=A125FZHS2BVA4
ro.boot.sales_code=TGY
ro.boot.avb_version=1.1
ro.boot.debug_level=0x4f4c
ro.boot.boot_devices=bootdevice,11230000.mmc
ro.boot.warranty_bit=1
ro.boot.hmac_mismatch=0
ro.boot.odin_download=2
ro.boot.meta_log_disable=0
ro.boot.prototype_offset=3148544
ro.boot.verifiedbootstate=orange
ro.build.id=RQ1A.210205.004
ro.build.date=Sun Mar 27 19:21:18 CEST 2022
ro.build.date.utc=1648401678
ro.build.host=NRT39609
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=edward
ro.build.display.id=twrp_a12-eng 16.1.0 RQ1A.210205.004 eng.edward.20220327.192438 test-keys
ro.build.product=a12
ro.build.version.sdk=30
ro.build.version.base_os=
ro.build.version.release=11
ro.build.version.codename=REL
ro.build.version.incremental=eng.edward.20220327.192438
ro.build.version.preview_sdk=0
ro.build.version.security_patch=2099-12-31
ro.build.version.release_or_codename=16.1.0
ro.build.description=twrp_a12-eng 16.1.0 RQ1A.210205.004 eng.edward.20220327.192438 test-keys
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=armeabi-v7a,armeabi
ro.product.name=twrp_a12
ro.product.brand=Samsung
ro.product.model=SM-A125F
ro.product.device=a12
ro.product.manufacturer=Samsung
ro.baseband=unknown
ro.bootmode=unknown
ro.hardware=mt6765
ro.revision=7
ro.bootloader=A125FZHS2BVA4
ro.debuggable=1
ro.property_service.version=2
sys.usb.controller=musb-hdrc
persist.sys.dalvik.vm.lib.2=libart.so
ro.minui.pixel_format=RGBX_8888
ro.zygote=zygote32
tombstoned.max_tombstone_count=50
ro.dalvik.vm.native.bridge=0
dalvik.vm.isa.arm.variant=cortex-a53
dalvik.vm.isa.arm.features=default
dalvik.vm.isa.arm64.variant=cortex-a53
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.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
dalvik.vm.image-dex2oat-filter=extract
ro.odm.build.date=Sun Mar 27 19:21:18 CEST 2022
ro.odm.build.date.utc=1648401678
ro.odm.build.version.incremental=eng.edward.20220327.192438
ro.odm.build.fingerprint=Samsung/twrp_a12/a12:16.1.0/RQ1A.210205.004/edward03271921:eng/test-keys
ro.boot.dynamic_partitions=true
ro.hwui.use_vulkan=
ro.board.platform=mt6765
ro.vendor.build.date=Sun Mar 27 19:21:18 CEST 2022
ro.vendor.build.date.utc=1648401678
ro.vendor.build.version.sdk=30
ro.vendor.build.version.incremental=eng.edward.20220327.192438
ro.vendor.build.fingerprint=Samsung/twrp_a12/a12:16.1.0/RQ1A.210205.004/edward03271921:eng/test-keys
ro.carrier=unknown
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.odm.name=twrp_a12
ro.product.odm.brand=Samsung
ro.product.odm.model=SM-A125F
ro.product.odm.device=a12
ro.product.odm.manufacturer=Samsung
ro.product.board=mt6765
ro.product.vendor.name=twrp_a12
ro.product.vendor.brand=Samsung
ro.product.vendor.model=SM-A125F
ro.product.vendor.device=a12
ro.product.vendor.manufacturer=Samsung
ro.bootimage.build.date=Sun Mar 27 19:21:18 CEST 2022
ro.bootimage.build.date.utc=1648401678
ro.bootimage.build.fingerprint=Samsung/twrp_a12/a12:16.1.0/RQ1A.210205.004/edward03271921:eng/test-keys
ro.build.fingerprint=Samsung/twrp_a12/a12:11/RQ1A.210205.004/eng.edward.20220327.192438:eng/test-keys
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.secure=0
sys.usb.config=adb
sys.usb.configfs=1
sys.usb.ffs.aio_compat=1
ro.gsid.image_running=0
gsid.image_installed=0
hwservicemanager.ready=true
init.svc_debug_pid.adbd=326
init.svc_debug_pid.ueventd=312
init.svc_debug_pid.recovery=325
init.svc_debug_pid.servicemanager=323
init.svc_debug_pid.hwservicemanager=322
init.svc_debug_pid.vndservicemanager=324
log.tag.stats_log=I
ro.logd.size.stats=64K
persist.debug.dalvik.vm.core_platform_api_policy=just-warn
ro.boot.serialno=R58R30N2YHK
ro.serialno=R58R30N2YHK
service.adb.root=1
net.bt.name=Android
persist.sys.usb.config=adb
persist.sys.disable_rescue=true
persist.traced.enable=1
ro.odm.build.id=RQ1A.210205.004
ro.odm.build.tags=test-keys
ro.odm.build.type=eng
ro.odm.build.version.sdk=30
ro.odm.build.version.release=11
ro.odm.build.version.release_or_codename=16.1.0
ro.odm.product.cpu.abilist=armeabi-v7a,armeabi
ro.odm.product.cpu.abilist32=armeabi-v7a,armeabi
ro.odm.product.cpu.abilist64=
ro.vendor.build.id=RQ1A.210205.004
ro.vendor.build.tags=test-keys
ro.vendor.build.type=eng
ro.vendor.build.version.release=11
ro.vendor.build.version.release_or_codename=16.1.0
ro.vendor.product.cpu.abilist=armeabi-v7a,armeabi
ro.vendor.product.cpu.abilist32=armeabi-v7a,armeabi
ro.vendor.product.cpu.abilist64=
ro.vendor.build.security_patch=2099-12-31
ro.vndk.lite=true
ro.vndk.version=30
=> Linking mtab
=> Processing /etc/recovery.fstab
I:Reading /etc/twrp.flags
I:Reading /etc/recovery.fstab
I:Processing '/system'
I:Created '/system_root' folder.
I:Unhandled flag: 'first_stage_mount'
I:Processing '/vendor'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/product'
I:Created '/product' folder.
I:Unhandled flag: 'first_stage_mount'
I:Processing '/odm'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/metadata'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/data'
I:Unhandled flag: 'latemount'
I:Unhandled flag: 'reservedsize=128M'
I:Unhandled flag: 'checkpoint=fs'
I:Processing '/cache'
I:Created '/cache' folder.
I:Processing '/mnt/vendor/protect_f'
I:Created '/mnt/vendor/protect_f' folder.
I:Processing '/mnt/vendor/protect_s'
I:Created '/mnt/vendor/protect_s' folder.
I:Processing '/mnt/vendor/nvdata'
I:Created '/mnt/vendor/nvdata' folder.
I:Processing '/mnt/vendor/nvcfg'
I:Created '/mnt/vendor/nvcfg' folder.
I:Processing '/prism'
I:Unhandled flag: 'nofail'
I:Unhandled flag: 'avb'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/optics'
I:Unhandled flag: 'nofail'
I:Unhandled flag: 'avb'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/efs'
I:Processing '/keydata'
I:Created '/keydata' folder.
I:FBE contents 'aes-256-xts', filenames ''
I:Unhandled flag: 'nofail'
I:Processing '/keyrefuge'
I:FBE contents 'aes-256-xts', filenames ''
I:Unhandled flag: 'nofail'
I:Processing '/persistent'
I:Processing '/nvram'
I:Processing '/proinfo'
I:Processing '/bootloader'
I:Processing '/bootloader2'
I:Processing '/para'
I:Processing '/misc'
I:Unhandled flag: 'first_stage_mount'
I:Processing '/boot'
I:Unhandled flag: 'first_stage_mount'
I:Unhandled flag: 'nofail'
I:Processing '/recovery'
I:Unhandled flag: 'first_stage_mount'
I:Unhandled flag: 'nofail'
I:Processing '/logo'
I:Processing '/expdb'
I:Processing '/seccfg'
I:Processing '/tee1'
I:Processing '/tee2'
I:Processing '/scp1'
I:Processing '/scp2'
I:Processing '/sspm_1'
I:Processing '/sspm_2'
I:Processing '/efuse'
I:Processing '/md1img'
I:Processing '/md1dsp'
I:Processing '/md1arm7'
I:Processing '/md3img'
I:Processing '/gz1'
I:Processing '/gz2'
I:Processing '/spmfw'
I:Processing '/boot_para'
I:Processing '/odmdtbo'
I:Processing '/dtbo'
I:Processing '/vbmeta'
I:Processing '/vbmeta_samsung'
I:Processing '/vbmeta_system'
I:Processing '/uh'
I:Processing remaining twrp.flags
I:Processing '/dsp'
I:Processing '/external_sd'
I:Created '/external_sd' folder.
I:Processing '/mdm'
I:Processing '/modem'
I:Processing '/odm_image'
I:Processing '/optics_image'
I:Processing '/prism_image'
I:Processing '/product_image'
I:Processing '/system_image'
I:Processing '/usb-otg'
I:Created '/usb-otg' folder.
I:Processing '/vendor_image'
I:Done processing fstab files
I:Trying to prepare system from super partition
I:Symlinking /dev/block/dm-0 => /dev/block/bootdevice/by-name/system
I:Trying to prepare vendor from super partition
I:Symlinking /dev/block/dm-2 => /dev/block/bootdevice/by-name/vendor
I:Trying to prepare product from super partition
I:Symlinking /dev/block/dm-1 => /dev/block/bootdevice/by-name/product
I:Trying to prepare odm from super partition
I:Symlinking /dev/block/dm-3 => /dev/block/bootdevice/by-name/odm
I:Setting up '/data' as data/media emulated storage.
I:unable to open zip archive /system_root/system/apex/com.android.tzdata.apex. Reason: No such file or directory
I:Skipping non-existent apex file: /system_root/system/apex/com.android.tzdata.apex
I:unable to open zip archive /system_root/system/apex/com.android.media.swcodec.apex. Reason: No such file or directory
I:Skipping non-existent apex file: /system_root/system/apex/com.android.media.swcodec.apex
I:No custom recovery folder found. Using TWRP as default.
I:Backup folder set to '/data/media/TWRP/BACKUPS/SM-A125F'
I:Settings storage is '/data/media'
Updating partition details...
I:checking for twrp app
I:Data backup size is 0MB, free: 51231MB.
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
...done
/super | /dev/block/by-name/super | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Alternate_Block_Device: /dev/block/by-name/super
Display_Name: super
Backup_Path: /super
Backup_Name: super
Backup_Display_Name: Super (system vendor product odm)
Current_File_System: emmc
Backup_Method: dd
I:Unmounting main partitions...
Updating partition details...
I:checking for twrp app
I:Data backup size is 0MB, free: 51231MB.
I:cmd: /system/bin/exfat-fuse -o big_writes,max_read=131072,max_write=131072 /dev/block/mmcblk1p1 /external_sd
WARN: volume was not unmounted cleanly.
exfat-fuse: volume was not unmounted cleanly
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
...done
tw_get_context got selinux context: u:object_r:unlabeled:s0, file: /data/media
I:Got default contexts and file mode for storage files.
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
I:Switching packages (TWRP)
Partition Logs:
/system_root | /dev/block/dm-0 | Size: 3573MB Used: 3552MB Free: 20MB Backup Size: 3552MB
Flags: Can_Be_Mounted IsPresent Mount_Read_Only Is_Super
Primary_Block_Device: /dev/block/dm-0
Display_Name: System
Storage_Name: System
Backup_Path: /system_root
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system_root
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1
/vendor | /dev/block/dm-2 | Size: 502MB Used: 494MB Free: 8MB Backup Size: 494MB
Flags: Can_Be_Mounted IsPresent Mount_Read_Only Is_Super
Primary_Block_Device: /dev/block/dm-2
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
Mount_Flags: 0, Mount_Options: barrier=1
/product | /dev/block/dm-1 | Size: 897MB Used: 896MB Free: 1MB Backup Size: 896MB
Flags: Can_Be_Mounted IsPresent Mount_Read_Only Is_Super
Primary_Block_Device: /dev/block/dm-1
Display_Name: Product
Storage_Name: Product
Backup_Path: /product
Backup_Name: Product
Backup_Display_Name: Product
Storage_Path: /product
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1
/odm | /dev/block/dm-3 | Size: 3MB Used: 1MB Free: 2MB Backup Size: 1MB
Flags: Can_Be_Mounted IsPresent Mount_Read_Only Is_Super
Primary_Block_Device: /dev/block/dm-3
Display_Name: ODM
Storage_Name: ODM
Backup_Path: /odm
Backup_Name: ODM
Backup_Display_Name: ODM
Storage_Path: /odm
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1
/metadata | /dev/block/mmcblk0p30 | Size: 18MB Used: 0MB Free: 18MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p30
Display_Name: Metadata
Storage_Name: metadata
Backup_Path: /metadata
Backup_Name: metadata
Backup_Display_Name: metadata
Storage_Path: /metadata
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 1046, Mount_Options: noauto_da_alloc,discard,journal_checksum,data=ordered
/data | /dev/block/mmcblk0p49 | Size: 52501MB Used: 0MB Free: 51231MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage
Symlink_Path: /data/media
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p49
Crypto_Key_Location: aes-256-xts:aes-256-cts:v1
Length: -16384
Display_Name: Userdata
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media
Current_File_System: f2fs
Fstab_File_System: f2fs
Backup_Method: files
Mount_Flags: 1030, Mount_Options: discard,usrquota,grpquota,fsync_mode=nobarrier,reserve_root=32768,resgid=5678,inlinecrypt
MTP_Storage_ID: 65537
/cache | /dev/block/mmcblk0p46 | Size: 177MB Used: 0MB Free: 176MB 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/mmcblk0p46
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
Mount_Flags: 1030, Mount_Options: noauto_da_alloc,discard,journal_checksum,data=ordered
/mnt/vendor/protect_f | /dev/block/mmcblk0p16 | Size: 3MB Used: 0MB Free: 3MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p16
Display_Name: mnt/vendor/protect_f
Storage_Name: mnt/vendor/protect_f
Backup_Path: /mnt/vendor/protect_f
Backup_Name: mnt/vendor/protect_f
Backup_Display_Name: mnt/vendor/protect_f
Storage_Path: /mnt/vendor/protect_f
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 1030, Mount_Options: noauto_da_alloc,discard,journal_checksum,data=ordered
/mnt/vendor/protect_s | /dev/block/mmcblk0p17 | Size: 3MB Used: 0MB Free: 3MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p17
Display_Name: mnt/vendor/protect_s
Storage_Name: mnt/vendor/protect_s
Backup_Path: /mnt/vendor/protect_s
Backup_Name: mnt/vendor/protect_s
Backup_Display_Name: mnt/vendor/protect_s
Storage_Path: /mnt/vendor/protect_s
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 1030, Mount_Options: noauto_da_alloc,discard,journal_checksum,data=ordered
/mnt/vendor/nvdata | /dev/block/mmcblk0p26 | Size: 58MB Used: 3MB Free: 55MB Backup Size: 3MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p26
Display_Name: mnt/vendor/nvdata
Storage_Name: mnt/vendor/nvdata
Backup_Path: /mnt/vendor/nvdata
Backup_Name: mnt/vendor/nvdata
Backup_Display_Name: mnt/vendor/nvdata
Storage_Path: /mnt/vendor/nvdata
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 1030, Mount_Options: noauto_da_alloc,discard,journal_checksum,data=ordered
/mnt/vendor/nvcfg | /dev/block/mmcblk0p25 | Size: 27MB Used: 0MB Free: 27MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p25
Display_Name: mnt/vendor/nvcfg
Storage_Name: mnt/vendor/nvcfg
Backup_Path: /mnt/vendor/nvcfg
Backup_Name: mnt/vendor/nvcfg
Backup_Display_Name: mnt/vendor/nvcfg
Storage_Path: /mnt/vendor/nvcfg
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 1030, Mount_Options: noauto_da_alloc,discard,journal_checksum,data=ordered
/prism | /dev/block/mmcblk0p44 | Size: 774MB Used: 82MB Free: 692MB Backup Size: 82MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/mmcblk0p44
Display_Name: Prism
Storage_Name: prism
Backup_Path: /prism
Backup_Name: prism
Backup_Display_Name: prism
Storage_Path: /prism
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1
/optics | /dev/block/mmcblk0p45 | Size: 23MB Used: 0MB Free: 23MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/mmcblk0p45
Display_Name: Optics
Storage_Name: optics
Backup_Path: /optics
Backup_Name: optics
Backup_Display_Name: optics
Storage_Path: /optics
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1
/efs | /dev/block/mmcblk0p2 | Size: 3MB Used: 0MB Free: 3MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p2
Display_Name: EFS
Storage_Name: efs
Backup_Path: /efs
Backup_Name: efs
Backup_Display_Name: efs
Storage_Path: /efs
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 1030, Mount_Options: noauto_da_alloc,discard,journal_checksum,data=ordered
/keydata | /dev/block/mmcblk0p29 | Size: 11MB Used: 0MB Free: 11MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p29
Display_Name: keydata
Storage_Name: keydata
Backup_Path: /keydata
Backup_Name: keydata
Backup_Display_Name: keydata
Storage_Path: /keydata
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 1030, Mount_Options: noauto_da_alloc,discard,journal_checksum,data=ordered,inlinecrypt
/keyrefuge | /dev/block/mmcblk0p28 | Size: 11MB Used: 0MB Free: 11MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p28
Display_Name: keyrefuge
Storage_Name: keyrefuge
Backup_Path: /keyrefuge
Backup_Name: keyrefuge
Backup_Display_Name: keyrefuge
Storage_Path: /keyrefuge
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 1030, Mount_Options: noauto_da_alloc,discard,journal_checksum,data=ordered,inlinecrypt
/persistent | /dev/block/mmcblk0p24 | Size: 1MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p24
Display_Name: persistent
Storage_Name: persistent
Backup_Path: /persistent
Backup_Name: persistent
Backup_Display_Name: persistent
Storage_Path: /persistent
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/nvram | /dev/block/mmcblk0p4 | Size: 64MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p4
Display_Name: nvram
Storage_Name: nvram
Backup_Path: /nvram
Backup_Name: nvram
Backup_Display_Name: nvram
Storage_Path: /nvram
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/proinfo | /dev/block/mmcblk0p32 | Size: 3MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p32
Display_Name: proinfo
Storage_Name: proinfo
Backup_Path: /proinfo
Backup_Name: proinfo
Backup_Display_Name: proinfo
Storage_Path: /proinfo
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/bootloader | /dev/block/mmcblk0p12 | Size: 2MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p12
Display_Name: bootloader
Storage_Name: bootloader
Backup_Path: /bootloader
Backup_Name: bootloader
Backup_Display_Name: bootloader
Storage_Path: /bootloader
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/bootloader2 | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/lk2
Display_Name: bootloader2
Storage_Name: bootloader2
Backup_Path: /bootloader2
Backup_Name: bootloader2
Backup_Display_Name: bootloader2
Storage_Path: /bootloader2
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/para | /dev/block/mmcblk0p21 | Size: 0MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p21
Display_Name: para
Storage_Name: para
Backup_Path: /para
Backup_Name: para
Backup_Display_Name: para
Storage_Path: /para
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/misc | /dev/block/mmcblk0p22 | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p22
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
/boot | /dev/block/mmcblk0p36 | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p36
Display_Name: Kernel Image
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
/recovery | /dev/block/mmcblk0p37 | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p37
Display_Name: Recovery Image
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
/logo | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/logo
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
/expdb | /dev/block/mmcblk0p23 | Size: 20MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p23
Display_Name: expdb
Storage_Name: expdb
Backup_Path: /expdb
Backup_Name: expdb
Backup_Display_Name: expdb
Storage_Path: /expdb
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/seccfg | /dev/block/mmcblk0p18 | Size: 8MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p18
Display_Name: seccfg
Storage_Name: seccfg
Backup_Path: /seccfg
Backup_Name: seccfg
Backup_Display_Name: seccfg
Storage_Path: /seccfg
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/tee1 | /dev/block/mmcblk0p9 | Size: 2MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p9
Display_Name: tee1
Storage_Name: tee1
Backup_Path: /tee1
Backup_Name: tee1
Backup_Display_Name: tee1
Storage_Path: /tee1
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/tee2 | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/tee2
Display_Name: tee2
Storage_Name: tee2
Backup_Path: /tee2
Backup_Name: tee2
Backup_Display_Name: tee2
Storage_Path: /tee2
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/scp1 | /dev/block/mmcblk0p6 | Size: 1MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p6
Display_Name: scp1
Storage_Name: scp1
Backup_Path: /scp1
Backup_Name: scp1
Backup_Display_Name: scp1
Storage_Path: /scp1
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/scp2 | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/scp2
Display_Name: scp2
Storage_Name: scp2
Backup_Path: /scp2
Backup_Name: scp2
Backup_Display_Name: scp2
Storage_Path: /scp2
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/sspm_1 | /dev/block/mmcblk0p7 | Size: 1MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p7
Display_Name: sspm_1
Storage_Name: sspm_1
Backup_Path: /sspm_1
Backup_Name: sspm_1
Backup_Display_Name: sspm_1
Storage_Path: /sspm_1
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/sspm_2 | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/sspm_2
Display_Name: sspm_2
Storage_Name: sspm_2
Backup_Path: /sspm_2
Backup_Name: sspm_2
Backup_Display_Name: sspm_2
Storage_Path: /sspm_2
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/efuse | /dev/block/mmcblk0p40 | Size: 0MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p40
Display_Name: efuse
Storage_Name: efuse
Backup_Path: /efuse
Backup_Name: efuse
Backup_Display_Name: efuse
Storage_Path: /efuse
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/md1img | /dev/block/mmcblk0p33 | Size: 100MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p33
Display_Name: md1img
Storage_Name: md1img
Backup_Path: /md1img
Backup_Name: md1img
Backup_Display_Name: md1img
Storage_Path: /md1img
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/md1dsp | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/md1dsp
Display_Name: md1dsp
Storage_Name: md1dsp
Backup_Path: /md1dsp
Backup_Name: md1dsp
Backup_Display_Name: md1dsp
Storage_Path: /md1dsp
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/md1arm7 | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/md1arm7
Display_Name: md1arm7
Storage_Name: md1arm7
Backup_Path: /md1arm7
Backup_Name: md1arm7
Backup_Display_Name: md1arm7
Storage_Path: /md1arm7
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/md3img | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/md3img
Display_Name: md3img
Storage_Name: md3img
Backup_Path: /md3img
Backup_Name: md3img
Backup_Display_Name: md3img
Storage_Path: /md3img
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/gz1 | /dev/block/mmcblk0p11 | Size: 16MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p11
Display_Name: gz1
Storage_Name: gz1
Backup_Path: /gz1
Backup_Name: gz1
Backup_Display_Name: gz1
Storage_Path: /gz1
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/gz2 | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/gz2
Display_Name: gz2
Storage_Name: gz2
Backup_Path: /gz2
Backup_Name: gz2
Backup_Display_Name: gz2
Storage_Path: /gz2
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/spmfw | /dev/block/mmcblk0p5 | Size: 1MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p5
Display_Name: spmfw
Storage_Name: spmfw
Backup_Path: /spmfw
Backup_Name: spmfw
Backup_Display_Name: spmfw
Storage_Path: /spmfw
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/boot_para | /dev/block/mmcblk0p20 | Size: 1MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p20
Display_Name: boot_para
Storage_Name: boot_para
Backup_Path: /boot_para
Backup_Name: boot_para
Backup_Display_Name: boot_para
Storage_Path: /boot_para
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/odmdtbo | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/odmdtbo
Display_Name: odmdtbo
Storage_Name: odmdtbo
Backup_Path: /odmdtbo
Backup_Name: odmdtbo
Backup_Display_Name: odmdtbo
Storage_Path: /odmdtbo
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/dtbo | /dev/block/mmcblk0p13 | Size: 8MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p13
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
/vbmeta | /dev/block/mmcblk0p14 | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p14
Display_Name: Vbmeta Image
Storage_Name: vbmeta
Backup_Path: /vbmeta
Backup_Name: vbmeta
Backup_Display_Name: vbmeta
Storage_Path: /vbmeta
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/vbmeta_samsung | /dev/block/mmcblk0p38 | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p38
Display_Name: Vbmeta_Samsung Image
Storage_Name: vbmeta_samsung
Backup_Path: /vbmeta_samsung
Backup_Name: vbmeta_samsung
Backup_Display_Name: vbmeta_samsung
Storage_Path: /vbmeta_samsung
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/vbmeta_system | | Size: 0MB
Flags: Can_Be_Backed_Up Can_Flash_Img
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/vbmeta_system
Display_Name: Vbmeta_system Image
Storage_Name: vbmeta_system
Backup_Path: /vbmeta_system
Backup_Name: vbmeta_system
Backup_Display_Name: vbmeta_system
Storage_Path: /vbmeta_system
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/uh | /dev/block/mmcblk0p8 | Size: 2MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p8
Display_Name: uh
Storage_Name: uh
Backup_Path: /uh
Backup_Name: uh
Backup_Display_Name: uh
Storage_Path: /uh
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/dsp | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/dsp
Display_Name: dsp
Storage_Name: dsp
Backup_Path: /dsp
Backup_Name: dsp
Backup_Display_Name: dsp
Storage_Path: /dsp
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/external_sd | /dev/block/mmcblk1p1 | Size: 488350MB Used: 164152MB Free: 324198MB Backup Size: 164152MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: External_sd
Storage_Name: External_sd
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: External_sd
Storage_Path: /external_sd
Current_File_System: exfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/mdm | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/modem
Display_Name: mdm
Storage_Name: mdm
Backup_Path: /mdm
Backup_Name: mdm
Backup_Display_Name: mdm
Storage_Path: /mdm
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/modem | | Size: 0MB
Flags: Can_Be_Backed_Up
Primary_Block_Device: /dev/block/platform/bootdevice/by-name/apnhlos
Display_Name: Modem
Storage_Name: Modem
Backup_Path: /modem
Backup_Name: modem
Backup_Display_Name: Modem
Storage_Path: /modem
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/odm_image | odm | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: odm
Display_Name: Odm image
Storage_Name: Odm image
Backup_Path: /odm_image
Backup_Name: odm_image
Backup_Display_Name: Odm image
Storage_Path: /odm_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/optics_image | /dev/block/mmcblk0p45 | Size: 24MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p45
Display_Name: Optics Image
Storage_Name: Optics Image
Backup_Path: /optics_image
Backup_Name: optics_image
Backup_Display_Name: Optics Image
Storage_Path: /optics_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/prism_image | /dev/block/mmcblk0p44 | Size: 800MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p44
Display_Name: Prism Image
Storage_Name: Prism Image
Backup_Path: /prism_image
Backup_Name: prism_image
Backup_Display_Name: Prism Image
Storage_Path: /prism_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/product_image | product | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: product
Display_Name: Product image
Storage_Name: Product image
Backup_Path: /product_image
Backup_Name: product_image
Backup_Display_Name: Product image
Storage_Path: /product_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/system_image | system | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: system
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
/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/sda1
Alternate_Block_Device: /dev/block/sda
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: auto
Fstab_File_System: auto
Backup_Method: files
MTP_Storage_ID: 65539
/vendor_image | vendor | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: vendor
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
/super | /dev/block/by-name/super | Size: 5416MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Alternate_Block_Device: /dev/block/by-name/super
Display_Name: super
Backup_Path: /super
Backup_Name: super
Backup_Display_Name: Super (system vendor product odm)
Current_File_System: emmc
Backup_Method: dd
I:No custom recovery folder found. Using TWRP as default.
I:Attempt to load settings from settings file...
I:InfoManager loading from '/data/media/TWRP/.twrps'.
I:No recovery folder found. Using default folder.
I:Backup folder set to '/external_sd/TWRP/BACKUPS/SM-A125F'
I:Version number saved to '/cache/recovery/.version'
I:cmd: /system/bin/exfat-fuse -o big_writes,max_read=131072,max_write=131072 /dev/block/mmcblk1p1 /external_sd
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'auto'
I:TWFunc::Set_Brightness: Setting brightness control to 200
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' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media'
I:sending message to add 65538 '/external_sd' 'External_sd'
I:Message sent, add storage ID: 65538 '/external_sd'
MTP Enabled
I:Starting Adb Backup FIFO
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:Translating partition display names
I:No recovery folder found. Using default folder.
I:Backup folder set to '/external_sd/TWRP/BACKUPS/SM-A125F'
I:checking for twrp app
I:App not installed
I:Switching packages (TWRP)
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:[MTP] Using 'SM-A125F' for MTP device.
I:[MTP] created new mtpserver object
I:[MTP] mtppipe add storage 65537 '/data/media'
I:[MTP] mtppipe add storage 65538 '/external_sd'
I:TWFunc::Set_Brightness: Setting brightness control to 0
I:TWFunc::Set_Brightness: Setting brightness control to 200
I:TWFunc::Set_Brightness: Setting brightness control to 0
I:TWFunc::Set_Brightness: Setting brightness control to 200
I:TWFunc::Set_Brightness: Setting brightness control to 0
I:TWFunc::Set_Brightness: Setting brightness control to 200
I:TWFunc::Set_Brightness: Setting brightness control to 0
I:TWFunc::Set_Brightness: Setting brightness control to 200
I:Set overlay: ''
I:Set page: 'mount'
I:Is_Mounted: Unable to find partition for path '/mnt/vendor/protect_f'
I:Is_Mounted: Unable to find partition for path '/mnt/vendor/protect_s'
I:Is_Mounted: Unable to find partition for path '/mnt/vendor/nvdata'
I:Is_Mounted: Unable to find partition for path '/mnt/vendor/nvcfg'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'wipe'
I:Set page: 'advancedwipe'
I:Set page: 'action_page'
I:operation_start: 'Format'
I:wipe list 'DALVIK;/data;INTERNAL;/cache;'
I:wipe_path 'DALVIK'
Wiping Cache & Dalvik...
-- Dalvik Cache Directories Wipe Complete!
I:wipe_path '/data'
Wiping data without wiping /data/media ...
I:skipped '/data/media'
Done.
I:sending message to add 65537 '/data/media' 'Internal Storage'
I:[MTP] mtppipe add storage 65537 '/data/media'
I:Message sent, add storage ID: 65537 '/data/media'
I:wipe_path 'INTERNAL'
Wiping internal storage -- /data/media...
I:sending message to remove 65537
I:[MTP] mtppipe remove storage 65537
I:Message sent, remove storage ID: 65537
I:Recreating /data/media folder.
I:sending message to remove 65537
I:[MTP] mtppipe remove storage 65537
I:Message sent, remove storage ID: 65537
I:sending message to add 65537 '/data/media' 'Internal Storage'
I:[MTP] mtppipe add storage 65537 '/data/media'
I:Message sent, add storage ID: 65537 '/data/media'
I:wipe_path '/cache'
Removing all files under '/cache'
I:Recreating /cache/recovery/ folder.
I:Version number saved to '/cache/recovery/.version'
Updating partition details...
I:checking for twrp app
I:Data backup size is 0MB, free: 51231MB.
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
...done
I:Set page: 'action_complete'
I:operation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'settings'
I:Set page: 'settings_timezone'
I:Set page: 'settings_screen'
I:Set page: 'settings_vibration'
I:Set page: 'settings_language'
I:Set page: 'settings'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'settings'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set page: 'install'
I:Set page: 'flashimage_confirm'
I:Set page: 'action_page'
I:operation_start: 'Flash Image'
[IMAGE FLASH STARTED]
Image to flash: '/external_sd/Androids/mods/AOSP.phhuson.squeak.arm64b.vndklite.foss.secure.img'
Calculating restore details...
I:Image filename is: AOSP.phhuson.squeak.arm64b.vndklite.foss.secure.img
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
E:Unable to find partition size for '/system_image'
I:Set page: 'action_complete'
I:operation_end - status=1
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: 'install'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
I:operation_start: 'Flashing'
Installing zip file '/external_sd/Androids/mods/DynaPatch-v1.5.zip'
I:Update binary zip
Verifying package compatibility...
Package doesn't contain compatibility.zip entry
I:Extracting updater binary 'META-INF/com/google/android/update-binary'
I:Zip does not contain SELinux file_contexts file in its root.
Archive: /external_sd/Androids/mods/DynaPatch-v1.5.zip
inflating: tools/ak3-core.sh
inflating: anykernel.sh
inflating: META-INF/com/google/android/updater-script
inflating: META-INF/com/google/android/update-binary
inflating: tools/magiskboot
inflating: tools/busybox
inflating: tools/magiskpolicy
DynaPatch v1.5 by @Yilliee
Patches Recovery to allow flashing Images to Logical Parititions
Based on:
Recovery patch by corsicanu @ xda-developers"
AnyKernel3 by osm0sis @ xda-developers
mount: can't find /system in /etc/fstab
Installing...
chmod: /tmp/anykernel/ramdisk/*: No such file or directory
chown: /tmp/anykernel/ramdisk/*: No such file or directory
32+0 records in
32+0 records out
33554432 bytes (32.0MB) copied, 0.216737 seconds, 147.6MB/s
Parsing boot image: [/tmp/anykernel/boot.img]
HEADER_VER [2]
KERNEL_SZ [13030432]
RAMDISK_SZ [15834888]
SECOND_SZ [0]
EXTRA_SZ [0]
RECOV_DTBO_SZ [0]
DTB [111138]
OS_VERSION [11.0.0]
OS_PATCH_LEVEL [2099-12]
PAGESIZE [2048]
NAME []
CMDLINE [bootopt=64S3,32N2,64N2 androidboot.selinux=permissive buildvariant=eng]
CHECKSUM [262072e85fca4b88e2e21ff85360dddad5900323]
KERNEL_FMT [gzip]
RAMDISK_FMT [gzip]
84341 blocks
Pushing lines if the Recovery flags are present at system/etc/twrp.flags
bionic/libc/upstream-netbsd/lib/libc/regex/regerror.c:175: regerror: assertion "errbuf != NULL" failed
Aborted
bionic/libc/upstream-netbsd/lib/libc/regex/regerror.c:175: regerror: assertion "errbuf != NULL" failed
Aborted
bionic/libc/upstream-netbsd/lib/libc/regex/regerror.c:175: regerror: assertion "errbuf != NULL" failed
Aborted
bionic/libc/upstream-netbsd/lib/libc/regex/regerror.c:175: regerror: assertion "errbuf != NULL" failed
Aborted
cp: '/tmp/anykernel/split_img/kernel' and 'kernel' are the same file
cp: '/tmp/anykernel/split_img/dtb' and 'dtb' are the same file
Parsing boot image: [/tmp/anykernel/boot.img]
HEADER_VER [2]
KERNEL_SZ [13030432]
RAMDISK_SZ [15834888]
SECOND_SZ [0]
EXTRA_SZ [0]
RECOV_DTBO_SZ [0]
DTB [111138]
OS_VERSION [11.0.0]
OS_PATCH_LEVEL [2099-12]
PAGESIZE [2048]
NAME []
CMDLINE [bootopt=64S3,32N2,64N2 androidboot.selinux=permissive buildvariant=eng]
CHECKSUM [262072e85fca4b88e2e21ff85360dddad5900323]
KERNEL_FMT [gzip]
RAMDISK_FMT [gzip]
Repack to boot image: [/tmp/anykernel/boot-new.img]
HEADER_VER [2]
KERNEL_SZ [13030432]
RAMDISK_SZ [15838033]
SECOND_SZ [0]
EXTRA_SZ [0]
RECOV_DTBO_SZ [0]
DTB [111138]
OS_VERSION [11.0.0]
OS_PATCH_LEVEL [2099-12]
PAGESIZE [2048]
NAME []
CMDLINE [bootopt=64S3,32N2,64N2 androidboot.selinux=permissive buildvariant=eng]
CHECKSUM []
Done!
I:Updater process ended with RC=0
I:Install took 32 second(s).
Updating partition details...
I:checking for twrp app
I:Data backup size is 0MB, free: 51231MB.
I:sending message to remove 65537
I:[MTP] mtppipe remove storage 65537
I:Message sent, remove storage ID: 65537
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
...done
I:Set page: 'flash_done'
I:operation_end - status=0
I:Set page: 'confirm_action'
I:Set page: 'action_page'
I:operation_start: 'Format'
Removing all files under '/cache'
I:Recreating /cache/recovery/ folder.
I:Version number saved to '/cache/recovery/.version'
Updating partition details...
I:checking for twrp app
I:Data backup size is 0MB, free: 51231MB.
I:sending message to remove 65537
I:[MTP] mtppipe remove storage 65537
I:Message sent, remove storage ID: 65537
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
...done
I:Set page: 'action_complete'
I:operation_end - status=0
I:operation_start: 'Format'
Wiping Cache & Dalvik...
-- Dalvik Cache Directories Wipe Complete!
Updating partition details...
I:checking for twrp app
I:Data backup size is 0MB, free: 51231MB.
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
...done
I:operation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set page: 'install'
I:Set page: 'flashimage_confirm'
I:Set page: 'action_page'
I:operation_start: 'Flash Image'
[IMAGE FLASH STARTED]
Image to flash: '/external_sd/Androids/mods/AOSP.phhuson.squeak.arm64b.vndklite.foss.secure.img'
Calculating restore details...
I:Image filename is: AOSP.phhuson.squeak.arm64b.vndklite.foss.secure.img
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
E:Unable to find partition size for '/system_image'
I:Set page: 'action_complete'
I:operation_end - status=1
I:Set page: 'clear_vars'
I:Set page: 'flashimage_confirm'
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: 'settings'
I:Set page: 'settings_timezone'
I:Set page: 'settings'
I:Set page: 'settings_language'
I:operation_start: 'Set Language'
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:Translating partition display names
I:No recovery folder found. Using default folder.
I:Backup folder set to '/external_sd/TWRP/BACKUPS/SM-A125F'
I:operation_end - status=0
I:Loading package: TWRP (/data/media/TWRP/theme/ui.zip)
I:Loading zip theme
I:Failed to load package '/data/media/TWRP/theme/ui.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/cz.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/el.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/id.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_PT.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.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:theme version from xml: 0, expected 5
Stock theme version does not match TWRP version.
I:Checking resolution...
I:Scaling theme width 0.666667x and height 0.833333x, offsets x: 0 y: 0 w: 0 h: 0
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 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 multiuser_warning
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 '/external_sd/TWRP/BACKUPS/SM-A125F'
I:Loading page restore_force
I:Unable to open '/external_sd/TWRP/BACKUPS'
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 fastbootreboot
I:Loading page reboot
I:Loading page installapp
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 advanced
I:Loading page partsdcardsel
I:Loading page partsdcardcheck
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page repackselect
I:Loading page repackconfirm
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 decrypt_pin
I:Loading page trydecrypt
I:Loading page canceldecrypt
I:Loading page terminalcommand
I:Loading page fastboot
I:Loading page sideload
I:Loading page fixcontexts
I:Loading page slideout
I:Loading page select_storage
I:Loading page select_language
I:Loading page decrypt_users
I:Loading page changeTwrpFolder
I:Loading page restore_keymaster
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
I:Loading language 'en'
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:Translating partition display names
I:No recovery folder found. Using default folder.
I:Backup folder set to '/external_sd/TWRP/BACKUPS/SM-A125F'
I:Set page: 'settings'
I:Set page: 'settings_timezone'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set overlay: 'slideout'
I:Set overlay: ''
I:Set page: 'advanced'
I:Set page: 'copylog'
I:Set page: 'action_page'
I:operation_start: 'Copy Log'
Copied kernel log to /external_sd/dmesg.log
Copied recovery log to /external_sd/recovery.log.
I:Set page: 'action_complete'
I:operation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set page: 'install'
I:Set page: 'flashimage_confirm'
I:Set page: 'action_page'
I:operation_start: 'Flash Image'
[IMAGE FLASH STARTED]
Image to flash: '/external_sd/Androids/mods/AOSP.phhuson.squeak.arm64b.vndklite.foss.secure.img'
Calculating restore details...
I:Image filename is: AOSP.phhuson.squeak.arm64b.vndklite.foss.secure.img
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
E:Unable to find partition size for '/system_image'
I:Set page: 'action_complete'
I:operation_end - status=1
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set overlay: 'slideout'
I:Set overlay: ''
I:Set page: 'advanced'
I:Set page: 'copylog'
I:Set page: 'action_page'
I:operation_start: 'Copy Log'
Copied kernel log to /external_sd/dmesg.log
Copied recovery log to /external_sd/recovery.log.
I:Set page: 'action_complete'
I:operation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'mount'
I:Is_Mounted: Unable to find partition for path '/mnt/vendor/protect_f'
I:Is_Mounted: Unable to find partition for path '/mnt/vendor/protect_s'
I:Is_Mounted: Unable to find partition for path '/mnt/vendor/nvdata'
I:Is_Mounted: Unable to find partition for path '/mnt/vendor/nvcfg'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set page: 'install'
I:Set page: 'flashimage_confirm'
I:Set page: 'action_page'
I:operation_start: 'Flash Image'
[IMAGE FLASH STARTED]
Image to flash: '/external_sd/Androids/mods/AOSP.phhuson.squeak.arm64b.vndklite.foss.secure.img'
Calculating restore details...
I:Image filename is: AOSP.phhuson.squeak.arm64b.vndklite.foss.secure.img
I:Find_Partition_Size: ioctl error: (Inappropriate ioctl for device)
E:Unable to find partition size for '/system_image'
I:Set page: 'action_complete'
I:operation_end - status=1
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'
hd_scania said:
View attachment 5577291View attachment 5577265View attachment 5577269View attachment 5577275View attachment 5577277View attachment 5577279View attachment 5577267View attachment 5577271View attachment 5577273View attachment 5577281View attachment 5577265View attachment 5577269View attachment 5577275View attachment 5577277View attachment 5577279View attachment 5577267View attachment 5577271View attachment 5577273View attachment 5577281
Click to expand...
Click to collapse
Hi. You can fix this twrp by reflashing it in fastboot mode in twrp using sdk plateform tools..
Cmd: 1-fastboot devices
2- fastboot flash recovery recovery.img
3- reboot to recovery and all these problems can be fixed.
If you need details send a msg. Thanks
Reviving an old thread for an issue that's still real :
My Poco X3 Pro had exactly the same errors as on the screenshots, flashing super.img and dtbo.img from another phone fixed it.
To extract these images from another phone go on the twrp file manager, go to /dev/block/by-name and copy the img super and dtbo files, then add the .img extension manually
You could also try to download these 2 imgs online, or extract them from a rom
Jbrimb said:
Возрождаю старую тему по актуальной проблеме:
У моего Poco X3 Pro были точно такие же ошибки как на скринах, прошивка super.img и dtbo.img с другого телефона исправила.
Чтобы извлечь эти изображения из другого телефона, зайдите в файловый менеджер twrp, перейдите в /dev/block/by-name и скопируйте файлы img super и dtbo, затем добавьте расширение .img вручную.
Вы также можете попробовать скачать эти 2 изображения онлайн или извлечь их из рома.
Click to expand...
Click to collapse
Добрый день.
Пожалуйста, объясните подробно.
У меня точно такая же проблема.
Где взять img super и btbo

Categories

Resources