Hello, I'm trying to rescue my father's Moto G (X1068 DSDS) that is stuck on bootloader. Everything started when it turned on and was stuck on the bootloader unlocked screen. I then turned the phone holding power + volume down and got to the fastboot screen, the phone is recognized:
Code:
$ fastboot devices
ZX1D22M9VX fastboot
I then proceed to download latest firmware available: XT1068_TITAN_RETAILDSDS_6.0_MPB24.65-34-3_cid7_CFC.xml.zip and proceed with the fastboot installation procedure, one by one.
Code:
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
But I can't get past the motoboot part. Here's the output that I got:
Code:
$ fastboot flash partition gpt.bin
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:partition: not found
target reported max download size of 536870912 bytes
sending 'partition' (32 KB)...
OKAY [ 0.062s]
writing 'partition'...
OKAY [ 0.342s]
finished. total time: 0.404s
$ fastboot flash motoboot motoboot.img
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:motoboot: not found
target reported max download size of 536870912 bytes
sending 'motoboot' (2184 KB)...
OKAY [ 0.162s]
writing 'motoboot'...
(bootloader) flashing tz ...
(bootloader) Failed to erase partition
(bootloader) Failed to flash tz
FAILED (remote failure)
finished. total time: 100.224s
And here's what it's displayed at the phone:
{
"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"
}
After that all subsequent commands fails and I have to restart the phone to try anything new. I tried to skip motoboot, and the flashing also fails, but during the boot.img flash.
I tried to manually erase the partitions using fastboot, but that also fails. I also tried to do a factory reset from the fastboot screen, but that also fails. Entering into recovery also fails. So I download latest twrp (twrp-3.2.1-0-titan.img) and tried to flash it, but it failed. So I tried to boot directly on it using:
Code:
$fastboot boot twrp-3.2.1-0-titan.img
And that was successful, so I first tried to flash this twrp backup: link and that failed. So then I tried to flash LineageOS and that also failed.
One thing that was really strange and that I couldn't mount any partition, and Internal storage was displaying as 0MB.
I can adb shell to the device while on twrp. So i grabbed the following logs:
recovery.log:
Code:
__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 3.2.1-0-2af13795 on Thu Jan 1 00:01:14 1970
(pid 153)
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 255 from '/sys/class/leds/lcd-backlight/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
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 = 24 .length = 8
vi.green.offset = 16 .length = 8
vi.blue.offset = 8 .length = 8
setting GGL_PIXEL_FORMAT_RGBX_8888
double buffered
framebuffer: 0 (720 x 1280)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 255
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 0.666667x and height 0.666667x, 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)
=> Linking mtab
Moving /etc/twrp.fstab -> /etc/recovery.fstab
=> Processing recovery.fstab
I:Reading /etc/recovery.fstab
I:Processing '/boot'
I:Processing '/cache'
I:Processing '/data'
I:Processing '/firmware'
I:Created '/firmware' folder.
I:Processing '/recovery'
I:Processing '/misc'
I:Processing '/system'
I:Processing '/sdcard1'
I:Created '/sdcard1' folder.
I:Processing '/usb-otg'
I:Created '/usb-otg' folder.
I:Done processing fstab files
Failed to mount '/cache' (Invalid argument)
I:Actual block device: '/dev/block/mmcblk0p35', current file system: 'ext4'
I:Setting up '/data' as data/media emulated storage.
I:Created '/sdcard' folder.
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
get_crypt_ftr_info crypto key location: 'footer'
Bad magic for real block device /dev/block/mmcblk0p38
Could not mount /data and unable to find crypto footer.
I:Setting up '/data' as data/media emulated storage.
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Can't probe device /dev/block/mmcblk0p38
Failed to mount '/data' (Invalid argument)
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
Unable to recreate /data/media folder.
I:Backup folder set to '/data/media/TWRP/BACKUPS/ZX1D22M9VX'
I:Settings storage is '/data/media'
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
Updating partition details...
Failed to mount '/cache' (Invalid argument)
I:Actual block device: '/dev/block/mmcblk0p35', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p38
Failed to mount '/data' (Invalid argument)
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
Failed to mount '/system' (Invalid argument)
I:Actual block device: '/dev/block/mmcblk0p36', current file system: 'ext4'
I:Unable to mount '/sdcard1'
I:Actual block device: '', current file system: 'auto'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'auto'
...done
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
Unable to mount storage
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p31 | Size: 9MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p31
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/mmcblk0p35 | 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/mmcblk0p35
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/mmcblk0p38 | 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/mmcblk0p38
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: f2fs
Fstab_File_System: f2fs
Backup_Method: files
Mount_Flags: 0, Mount_Options: inline_xattr
MTP_Storage_ID: 65537
/firmware | /dev/block/mmcblk0p1 | Size: 62MB Used: 47MB Free: 15MB Backup Size: 47MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Mount_To_Decrypt Mount_Read_Only
Primary_Block_Device: /dev/block/mmcblk0p1
Display_Name: Firmware
Storage_Name: Firmware
Backup_Path: /firmware
Backup_Name: firmware
Backup_Display_Name: Firmware
Storage_Path: /firmware
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/recovery | /dev/block/mmcblk0p32 | Size: 10MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p32
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
/misc | /dev/block/mmcblk0p30 | Size: 0MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p30
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
/system | /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 Mount_Read_Only
Primary_Block_Device: /dev/block/mmcblk0p36
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
/sdcard1 | | 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/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: MicroSD Card
Storage_Name: MicroSD Card
Backup_Path: /sdcard1
Backup_Name: sdcard1
Backup_Display_Name: MicroSD Card
Storage_Path: /sdcard1
Current_File_System: auto
Fstab_File_System: auto
Backup_Method: files
MTP_Storage_ID: 65538
/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
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Can't probe device /dev/block/mmcblk0p38
Failed to mount '/data' (Invalid argument)
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Unable to mount /data/media during GUI startup.
I:Loading package: TWRP (/twres/ui.xml)
I:Load 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_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/it.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 0.666667x and height 0.666667x, 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 appcheck
I:Loading page wipe
I:Loading page advancedwipe
I:Loading page formatdata
I:Loading page formatdata_confirm
I:Loading page checkpartitionlist
I:Loading page partitionoptions
I:Loading page refreshfilesystem
I:Loading page selectfilesystem
I:Loading page backup
I:Loading page backup_options
I:Loading page backupname1
I:Loading page backupname2
I:Loading page backupencryption
I:Loading page backupencryption2
I:Loading page checkbackuppassword
I:Loading page backup_run
I:Loading page restore
I:Unable to open '/data/media/TWRP/BACKUPS/ZX1D22M9VX'
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
I:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p35', 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:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p35', current file system: 'ext4'
Startup Commands:
ro.com.google.clientidbase=android-google
ro.com.android.dataroaming=true
ro.com.android.wifi-watchlist=GoogleGuest
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.boot.cid=0x7
ro.boot.emmc=true
ro.boot.mode=normal
ro.boot.hwrev=0x8400
ro.boot.radio=0x5
ro.boot.device=titan
ro.boot.fsg-id=
ro.boot.carrier=reteu
ro.boot.selinux=permissive
ro.boot.baseband=msm
ro.boot.hardware=qcom
ro.boot.serialno=ZX1D22M9VX
ro.boot.bootdevice=msm_sdcc.1
ro.boot.bootloader=0x4887
ro.boot.write_protect=0
ro.boot.powerup_reason=0x00100000
ro.boot.secure_hardware=1
ro.omni.device=titan
ro.omni.version=6.0.1-20171210-titan-HOMEMADE
ro.twrp.boot=1
ro.twrp.version=3.2.1-0
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=msm8226
ro.build.id=MOB30M
ro.build.date=Sun Dec 10 12:42:27 UTC 2017
ro.build.date.utc=0
ro.build.host=0fd045ccc84f
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=jenkins
ro.build.flavor=omni_titan-eng
ro.build.display.id=omni_titan-eng 6.0.1 MOB30M 15 test-keys
ro.build.product=titan
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=15
ro.build.version.preview_sdk=0
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2016-06-01
ro.build.description=omni_titan-eng 6.0.1 MOB30M 15 test-keys
ro.build.fingerprint=Motorola/omni_titan/titan:6.0.1/MOB30M/15:eng/test-keys
ro.build.characteristics=default
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.alarm_alert=Argon.ogg
ro.config.notification_sound=pixiedust.ogg
ro.dalvik.vm.native.bridge=0
ro.kernel.android.checkjni=1
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=omni_titan
ro.product.board=MSM8226
ro.product.brand=Motorola
ro.product.model=Moto G 2014
ro.product.device=titan
ro.product.locale=en-US
ro.product.manufacturer=Motorola
ro.baseband=msm
ro.bootmode=normal
ro.hardware=qcom
ro.revision=0
ro.serialno=ZX1D22M9VX
ro.bootimage.build.date=Sun Dec 10 12:44:01 UTC 2017
ro.bootimage.build.date.utc=1512909841
ro.bootimage.build.fingerprint=Motorola/omni_titan/titan:6.0.1/MOB30M/15:eng/test-keys
ro.bootloader=0x4887
ro.debuggable=1
ro.modversion=OmniROM-6.0.1-20171210-titan-HOMEMADE
ro.setupwizard.enterprise_mode=1
net.bt.name=Android
net.change=net.bt.name
init.svc.adbd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.set_permissive=stopped
twrp.crash_counter=0
twrp.action_complete=0
debug.atrace.tags.enableflags=0
dalvik.vm.isa.arm.variant=krait
dalvik.vm.isa.arm.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.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart
persist.sys.root_access=1
service.adb.root=1
keyguard.no_require_sim=true
recovery.perf.mode=0
I:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p35', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Failed to mount /cache or find /data/cache for TWFunc::Update_Log_File
I:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p35', 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/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', 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/ZX1D22M9VX'
I:Unable to mount '/cache'
I:Actual block device: '/dev/block/mmcblk0p35', current file system: 'ext4'
I:Unable to mount '' to write version number.
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Unable to mount '/sdcard1'
I:Actual block device: '', current file system: 'auto'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'auto'
__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: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/ZX1D22M9VX'
I:TWFunc::Fixup_Time: Pre-fix date and time: 1969-12-31--19-01-19
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/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Starting MTP
I:[MTP] Starting MTP
I:Can't probe device /dev/block/mmcblk0p38
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
MTP Enabled
I:Switching packages (TWRP)
I:Set page: 'system_readonly'
I:[MTP] created new mtpserver object
I:[MTP] MtpServer::run fd: 22
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 255
I:Set overlay: ''
I:Is_Mounted: Unable to find partition for path '/vendor'
I:operation_start: 'Toggle System Mount'
I:operation_end - status=1
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: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Starting Adb Backup FIFO
I:Set page: 'mount'
I:Set overlay: 'select_storage'
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'mount'
I:Set overlay: 'slideout'
I:Set overlay: ''
I:Set overlay: 'slideout'
I:Set overlay: ''
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'settings'
I:Set page: 'settings_vibration'
I:Set page: 'settings_language'
I:Set page: 'settings_timezone'
I:Set page: 'settings_screen'
I:Set page: 'settings'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set overlay: 'slideout'
I:Set overlay: ''
I:Set page: 'reboot'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'copylog'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'copylog'
I:Set page: 'action_page'
I:operation_start: 'Copy Log'
I:Can't probe device /dev/block/mmcblk0p38
Failed to mount '/data' (Invalid argument)
I:Actual block device: '/dev/block/mmcblk0p38', current file system: 'f2fs'
I:Copying file /tmp/recovery.log to /data/media/recovery.log
I:Cannot find file /data/media/dmesg.log
Copied kernel log to /data/media/dmesg.log
Copied recovery log to /data/media/recovery.log.
I:Set page: 'action_complete'
I:operation_end - status=0
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 255
I:Set overlay: ''
I:TWFunc::Set_Brightness: Setting brightness control to 5
I:TWFunc::Set_Brightness: Setting brightness control to 0
and dmesg.log: attached because file was to long.
Also I went too bootloader and grabbed the following info:
Code:
$ fastboot getvar all
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) version: 0.5
(bootloader) version-bootloader: 4887
(bootloader) product: titan
(bootloader) secure: yes
(bootloader) hwrev: 0x8400
(bootloader) radio: 0x5
(bootloader) emmc: 8GB Sandisk REV=06 PRV=07 TYPE=17
(bootloader) ram: 1024MB Elpida S4 SDRAM DIE=4Gb
(bootloader) cpu: MSM8226 CS
(bootloader) serialno: ZX1D22M9VX
(bootloader) cid: 0x0007
(bootloader) channelid: 0x40
(bootloader) uid: 28106D060F000000000000000000
(bootloader) unlocked: yes
(bootloader) securestate: unlocked
(bootloader) iswarrantyvoid: yes
(bootloader) mot_sst: 3
(bootloader) max-download-size: 536870912
(bootloader) reason: Volume down key pressed
(bootloader) imei: REDACTED
(bootloader) meid:
(bootloader) date: 12-01-2014
(bootloader) sku: XT1068
(bootloader) battid: (null)
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Thu Oct 19 23:11:31 UTC 2017"
(bootloader) ro.build.fingerprint[0]: motorola/titan_retaildsds/titan_um
(bootloader) ro.build.fingerprint[1]: tsds:6.0/MPB24.65-34-3/3:user/rele
(bootloader) ro.build.fingerprint[2]: ase-keys
(bootloader) ro.build.version.full[0]: Blur_Version.24.81.3.titan_retail
(bootloader) ro.build.version.full[1]: dsds.retaildsdsall.en.03
(bootloader) ro.build.version.qcom[0]: AU_LINUX_ANDROID_LNX.LA.3.5.1_RB1
(bootloader) ro.build.version.qcom[1]: .04.04.02.048.045
(bootloader) version-baseband: MSM8626BP_1032.3116.99.00R EMEA_DSDS_CUST
(bootloader) kernel.version[0]: Linux version 3.4.42-g0a0ded4 ([email protected]
(bootloader) kernel.version[1]: ilclbld87) (gcc version 4.8 (GCC) ) #1 S
(bootloader) kernel.version[2]: MP PREEMPT Mon Aug 22 14:27:42 CDT 2016
(bootloader) sdi.git: git=MBM-NG-V48.87-0-gdc5aeaf
(bootloader) sbl1.git: git=MBM-NG-V48.87-0-gbffe41a
(bootloader) rpm.git: git=MBM-NG-V48.87-0-gbe53f43
(bootloader) tz.git: git=MBM-NG-V48.87-0-g31cba28
(bootloader) aboot.git: git=MBM-NG-V48.87-0-g1b80345
(bootloader) partition-type: raw
(bootloader) partition-size:
(bootloader) qe: qe 1/1
(bootloader) productid: ZX1D22M9VX
(bootloader) sutinfo:
(bootloader) ro.carrier: reteu
all: listed above
finished. total time: 0.103s
I don't know what else to do, so does any one has any idea of what's happening and what can I do tho recovery this phone? I can provide any additional info that could help in debugging this problem
Thanks in advance.
Related
I'm S-off hboot 2.10 lastest twrp on the latest 4.3 rom. but everytime i try to install a rom it says error executing binary zip. how do i stop this?
kel29738 said:
I'm S-off hboot 2.10 lastest twrp on the latest 4.3 rom. but everytime i try to install a rom it says error executing binary zip. how do i stop this?
Click to expand...
Click to collapse
A recovery log would be helpful.
Captain_Throwback said:
A recovery log would be helpful.
Click to expand...
Click to collapse
__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.3.0 on Thu Mar 5 22:05:25 2015
(pid 144)TW_INCLUDE_DUMLOCK := true
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: 720x1280 @ 32bpp
Pixel format: RGBX_8888
Not using qualcomm overlay, 'msmfb42_90201'
framebuffer: fd 3 (720 x 1280)
=> Linking mtab
Renaming regular /etc/recovery.fstab -> /etc/recovery.fstab.bak
Moving /etc/twrp.fstab -> /etc/recovery.fstab
=> Processing recovery.fstab
Irocessing '/boot'
Irocessing '/cache'
Irocessing '/data'
Irocessing '/recovery'
Irocessing '/sd-ext'
I:Created '/sd-ext' folder.
Irocessing '/system'
Irocessing '/devlog'
I:Created '/devlog' folder.
Irocessing '/external_sd'
I:Created '/external_sd' folder.
Irocessing '/usb-otg'
I:Created '/usb-otg' folder.
I:Using automatic handling for /data/media emulated storage device.
I:Setting up '/data' as data/media emulated storage.
I:Created '/sdcard' folder.
I:mount '/data/media' '/sdcard' process ended with RC=0
I:Created '/and-sec' folder.
I:Creating Android Secure: /external_sd/.android_secure
I:mount '/external_sd/.android_secure' '/and-sec' process ended with RC=0
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/HT25FS401863'
I:Settings storage is '/data/media/0'
Updating partition details...
I:mount '/data/media/0' '/sdcard' process ended with RC=0
Iata backup size is 34MB, free: 11278MB.
I:Unable to mount '/sd-ext'
I:Actual block device: '', current file system: 'ext4'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:mount '/data/media/0' '/sdcard' process ended with RC=0
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p21 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p21
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/mmcblk0p37 | 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/mmcblk0p37
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/mmcblk0p38 | Size: 11843MB Used: 34MB Free: 11278MB Backup Size: 34MB
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/0
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p38
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: 65539
/recovery | /dev/block/mmcblk0p22 | Size: 15MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p22
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
/sd-ext | | 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 Removable Can_Encrypt_Backup Use_Userdata_Encryption
Primary_Block_Device: /dev/block/mmcblk1p2
Display_Name: SD-Ext
Storage_Name: SD-Ext
Backup_Path: /sd-ext
Backup_Name: sd-ext
Backup_Display_Name: SD-Ext
Storage_Path: /sd-ext
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/system | /dev/block/mmcblk0p36 | Size: 2141MB Used: 1281MB Free: 860MB Backup Size: 1281MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p36
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
/devlog | /dev/block/mmcblk0p26 | Size: 19MB Used: 16MB Free: 3MB Backup Size: 16MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p26
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
/external_sd | /dev/block/mmcblk1p1 | Size: 941MB Used: 0MB Free: 941MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI Removable IsPresent Has_Android_Secure Is_Storage
Symlink_Path: /external_sd/.android_secure
Symlink_Mount_Point: /and-sec
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: Micro SDcard
Storage_Name: Micro SDcard
Backup_Path: /and-sec
Backup_Name: and-sec
Backup_Display_Name: Android Secure
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65537
/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: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
I:Loading package: TWRP (/script/ui.xml)
I:Load XML directly
I:Loading package: TWRP (/data/media/0/TWRP/theme/ui.zip)
I:Loading zip theme
I:Loading package: TWRP (/res/ui.xml)
I:Load XML directly
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
IageSet::CheckInclude loading filename: ''
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 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/0/TWRP/BACKUPS/HT25FS401863'
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)
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
E:Cannot load volume /misc!
E:Cannot load volume /misc!
Startup Commands:
ro.qc.sdk.audio.fluencetype=fluence
ro.sf.lcd_density=320
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.nfc.port=I2C
ro.ril.set.mtusize=1422
ro.ril.svdo=true
ro.ril.enable.sdr=0
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.boot.dq=FAIL
ro.boot.lb=1
ro.boot.cid=SPCS_001
ro.boot.mid=PJ7510000
ro.boot.emmc=true
ro.boot.mode=recovery
ro.boot.ddrmid=(0x1)
ro.boot.nledhw=0
ro.boot.carrier=COMMON
ro.boot.keycaps=qwerty
ro.boot.selinux=permissive
ro.boot.hardware=qcom
ro.boot.pagesize=2048
ro.boot.serialno=HT25FS401863
ro.boot.devicerev=3
ro.boot.bootloader=2.10.0000
ro.boot.efuse_info=
ro.boot.batt_poweron=good_battery
ro.cdma.home.operator.alpha=Sprint
ro.cdma.home.operator.numeric=310120
ro.emmc=0
ro.omni.device=jewel
ro.omni.version=4.4.4-20141222-jewel-HOMEMADE
ro.twrp.boot=1
ro.twrp.version=2.8.3.0
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=msm8960
ro.build.id=JRO03C
ro.build.date=Mon Dec 22 08:28:04 CST 2014
ro.build.date.utc=0
ro.build.host=XPS12-Ubuntu
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=dees_troy
ro.build.display.id=omni_jewel-eng 4.4.4 KTU84P eng.dees_troy.20141222.082739 test-keys
ro.build.product=jewel
ro.build.version.sdk=19
ro.build.version.release=4.4.4
ro.build.version.codename=REL
ro.build.version.incremental=eng.dees_troy.20141222.082739
ro.build.description=3.16.651.3 CL147243 release-keys
ro.build.fingerprint=htc/jewel/jewel:4.1.1/JRO03C/147243.3:user/release-keys
ro.build.characteristics=default
ro.config.svlte1x=true
ro.config.ringtone=Orion.ogg
ro.config.alarm_alert=Argon.ogg
ro.config.notification_sound=pixiedust.ogg
ro.kernel.android.checkjni=1
ro.secure=0
ro.vendor.extension_library=/system/lib/libqc-opt.so
ro.carrier=unknown
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.name=jewel
ro.product.board=jewel
ro.product.brand=htc
ro.product.model=EVO
ro.product.device=jewel
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.wireless=WCN3660
ro.product.manufacturer=HTC
ro.baseband=unknown
ro.baseband.arch=msm
ro.bootmode=recovery
ro.hardware=qcom
ro.opengles.version=131072
ro.qualcomm.bt.hci_transport=smd
ro.revision=128
ro.serialno=HT25FS401863
ro.9kramdump=0
ro.telephony.call_ring.multiple=0
ro.telephony.ril_class=HTCQualcommRIL
ro.telephony.default_network=8
ro.bootloader=2.10.0000
ro.debuggable=1
ro.modversion=OmniROM-4.4.4-20141222-jewel-HOMEMADE
ro.factorytest=0
ro.setupwizard.enterprise_mode=1
ro.use_data_netmgrd=true
com.qc.hardware=true
dev.pm.dyn_samplingrate=1
gsm.sim.operator.alpha=Sprint
gsm.sim.operator.numeric=310120
gsm.sim.operator.iso-country=us
gsm.operator.alpha=Sprint
gsm.operator.numeric=310120
gsm.operator.iso-country=us
lpa.decode=true
net.bt.name=Android
net.change=net.bt.name
ril.subscription.types=RUIM,NV
usb.vendor=0bb4
usb.product.adb=0ff9
usb.product.mtpadb=0ca8
init.svc.adbd=running
init.svc.healthd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.choice_fn=stopped
init.svc.fstab_swap=stopped
rild.libargs=-d /dev/smd0
rild.libpath=/system/lib/libril-qc-qmi-1.so
twrp.crash_counter=0
wifi.interface=wlan0
debug.sf.hw=1
debug.egl.hw=1
debug.nfc.se=true
debug.nfc.fw_download=true
debug.nfc.fw_boot_download=false
debug.mdpcomp.logs=0
debug.composition.type=dyn
dalvik.vm.heapsize=256m
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapminfree=2m
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.gps.qmienabled=true
persist.hwc.mdpcomp.enable=true
persist.sys.usb.config=mass_storage,adb
persist.sys.dalvik.vm.lib=libdvm.so
persist.sys.root_access=1
persist.rild.ril.ltedr=0
persist.rild.ril.ltedrtable=max_retries=infinite,10000
persist.audio.vr.enable=false
persist.audio.fluence.mode=endfire
persist.audio.handset.mic=digital
persist.audio.speaker.location=high
persist.radio.snapshot_timer=2
persist.radio.always_send_plmn=true
persist.radio.snapshot_enabled=1
persist.radio.use_nv_for_ehrpd=true
persist.timed.enable=true
persist.thermal.monitor=true
persist.telephony.cdma.rproto=IP
persist.telephony.cdma.protocol=IP
persist.telephony.mpdn=false
service.adb.root=1
keyguard.no_require_sim=true
telephony.lteOnCdmaDevice=1
I:Copying file /cache/recovery/log to /cache/recovery/last_log
tw_get_context got selinux context: ubject_r:system_data_file:s0
I:Got default contexts and file mode for storage files.
I:Attempt to load settings from settings file...
I:Loading settings from '/data/media/0/TWRP/.twrps'.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/HT25FS401863'
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
__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:TWFunc::Set_Brightness: Setting brightness control to 255
I:TWFunc::Fixup_Time: Pre-fix date and time: 2015-03-05--16-05-26
I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch
I:TWFunc::Fixup_Time: Date and time corrected: 2015-03-05--16-05-27
I:Enabling MTP during startup
I:Starting MTP
twrp addStorage /data/media/0, mtpstorageid: 65539, maxFileSize: 17592186044415
twrp addStorage /external_sd, mtpstorageid: 65537, maxFileSize: 4294967295
Starting MTP
MTP Enabled
created new mtpserver object
adding internal storage
MtpStorage id: 65539 path: /data/media/0
I:Switching packages (TWRP)
MtpStorage id: 65537 path: /external_sd
I:Starting command line thread
MtpServer::run fd: 51
I:Set page: 'install'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
I:Set page: 'flash_zip'
Installing '/sdcard/cm-11-20141112-SNAPSHOT-M12-jewel.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.
mount: failed to mount /dev/block/platform/msm_sdcc.1/by-name/system at /system: No such file or directory
about to run program [/tmp/backuptool.sh] with 2 args
grep: /system/build.prop: No such file or directory
Not backing up files from incompatible version: 11
run_program: child exited with status 127
unmount of /system failed; no such volume
mount: failed to mount /dev/block/platform/msm_sdcc.1/by-name/userdata at /data: No such file or directory
about to run program [/tmp/otasigcheck.sh] with 1 args
You have an installed system that isn't signed with this build's key, aborting...
run_program: child exited with status 1
script aborted: Can't install this package on top of incompatible data. Please try another package or run a factory reset
Can't install this package on top of incompatible data. Please try another package or run a factory reset
I:Legacy property environment disabled.
E:Error executing updater binary in zip '/sdcard/cm-11-20141112-SNAPSHOT-M12-jewel.zip'
Error flashing zip '/sdcard/cm-11-20141112-SNAPSHOT-M12-jewel.zip'
Updating partition details...
Iata backup size is 34MB, free: 11278MB.
I:Unable to mount '/sd-ext'
I:Actual block device: '', current file system: 'ext4'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'flash_done'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'confirm_action'
I:Set page: 'action_page'
I:Copying file /tmp/recovery.log to /data/media/0/recovery.log
Mod Edit: Added Hide tags since it's a mile long
kel29738 said:
I'm S-off hboot 2.10 lastest twrp on the latest 4.3 rom. but everytime i try to install a rom it says error executing binary zip. how do i stop this?
Click to expand...
Click to collapse
It is always best to use the actual version, rather than just saying "latest". First reason being that it will help other users to figure out if they're having the same issues. Other reason being that it proves that you really are on the latest version. The latest version is 2.8.5. You're on 2.8.3. I think some others had issues with that version, though it may have only been certain builds. I'd try updating that and then see if you have better luck.
fizbanrapper said:
It is always best to use the actual version, rather than just saying "latest". First reason being that it will help other users to figure out if they're having the same issues. Other reason being that it proves that you really are on the latest version. The latest version is 2.8.5. You're on 2.8.3. I think some others had issues with that version, though it may have only been certain builds. I'd try updating that and then see if you have better luck.
Click to expand...
Click to collapse
I tried 2.8.5 same thing.... also im on 13.651.3 or is it because the PJ75IMG zip?
kel29738 said:
I tried 2.8.5 same thing.... also im on 13.651.3 or is it because the PJ75IMG zip?
Click to expand...
Click to collapse
Did you try captain throwback's build, or from the twrp site?
fizbanrapper said:
Did you try captain throwback's build, or from the twrp site?
Click to expand...
Click to collapse
yep, same thing man.
kel29738 said:
yep, same thing man.
Click to expand...
Click to collapse
I know if I have have to go back to a sense ROM, I have to flash the zip and let it fail, then reboot into recovery and flash again. I think I had to do the same once when I went from sense to AOSP, but my memory blows.
fizbanrapper said:
I know if I have have to go back to a sense ROM, I have to flash the zip and let it fail, then reboot into recovery and flash again. I think I had to do the same once when I went from sense to AOSP, but my memory blows.
Click to expand...
Click to collapse
I'm on sense 5
kel29738 said:
I'm on sense 5
Click to expand...
Click to collapse
wow, i just did what you did but i took my sd card out and then i installed the 2.8.5 twrp via fastboot then i added the files to the internal storage. and it worked. thanks man
Hello Guys,
I am desperate for some professional advice:
So I managed to brick my new Xiaomi Mi Pad 2 and make a huge mess along the way.
Currently it is in a bootloop with Custom Recovery installed (twrp 3.0). It all started after I flashed the China developer rom in sake of rooting, and failed to install or flash Gapps. So decided to flash back the stock Miui V7.2.1.0.KXFMIDA_20160129.0000.14_4.4 (Global) from twrp, hoping I would still have the custom recovery after flashing so I could re-root on the stock rom.
Then Bootloop started. So I just started trying everything I could, inc. flashing system.img and boot.img and stock recovery image seperately hoping I could somehow restore to factory settings. When all else failed I tried wiping and formatting everything using fastboot adb shell, hoping to flash the rom with adb after or sideload adb. Now I can't flash anything.
When I try to flash a zip using the fastboot adb shell: fastboot flash update update.zip or fastboot flash boot update.zip (I named the stock rom update.zip), i get errors and it fails.
When I try to reformat/wipe Microsd card and/or repair it with twrp, nothing works. I pasted the log below.
Nothing works. I hope I can recover the system from this mess. All I wanted was a stable global rom with root access and was too impatient to wait for Xiaomi to approve my oem unlock request.
Please help guys...
Thanks in advance! Thank you guys...
Here is the twrp log.
__bionic_open_tzdata: couldn't find any tzdata when looking for Asia/Shanghai!
__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 3.0.0-0 on Sun Apr 24 22:21:54 2016
(pid 2223)
BOARD_HAS_NO_REAL_SDCARD := true
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
TW_INCLUDE_CRYPTO := true
I:Found brightness file at '/sys/devices/pci0000:00/808622C1:01/i2c-1/i2c-LP855600:00/backlight/lcd-backlight/brightness'
I:Got max brightness 255 from '/sys/devices/pci0000:00/808622C1:01/i2c-1/i2c-LP855600:00/backlight/lcd-backlight/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:LANG: en
Starting the UI...setting DRM_FORMAT_BGRA8888 and GGL_PIXEL_FORMAT_BGRA_8888
Skipping drm graphics -- not present in build tree
fb0 reports (possibly inaccurate):
vi.bits_per_pixel = 32
vi.red.offset = 16 .length = 8
vi.green.offset = 8 .length = 8
vi.blue.offset = 0 .length = 8
setting GGL_PIXEL_FORMAT_BGRA_8888
single buffered
RECOVERY_BGRA
framebuffer: 0 (1536 x 2048)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:Loading package: splash (/twres/splash.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/splash.xml' directly
I:Checking resolution...
I:Scaling theme width 1.422222x and height 1.066667x, offsets x: 0 y: 0
parsing languageFile
parsing languageFile done
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page splash
I:Switching packages (splash)
=> Linking mtab
=> Processing recovery.fstab
Irocessing '/boot'
Irocessing '/cache'
Irocessing '/factory'
Irocessing '/config'
I:Created '/config' folder.
Irocessing '/data'
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' '/sdcard' process ended with RC=0
Irocessing '/misc'
Irocessing '/recovery'
Irocessing '/system'
Irocessing '/usb_otg'
I:Created '/usb_otg' folder.
Irocessing '/external_sd'
I:Created '/external_sd' folder.
I:Backup folder set to '/data/media/TWRP/BACKUPS/A3P40EB1BD82'
I:Settings storage is '/data/media'
Iecrypt adopted storage starting
IageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
Updating partition details...
Iata backup size is 291MB, free: 146MB.
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'auto'
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p9 | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p9
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/mmcblk0p12 | 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/mmcblk0p12
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: auto
Backup_Method: files
/factory | /dev/block/mmcblk0p3 | Size: 5MB Used: 0MB Free: 5MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p3
Display_Name: Factory
Storage_Name: Factory
Backup_Path: /factory
Backup_Name: factory
Backup_Display_Name: Factory
Storage_Path: /factory
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/config | /dev/block/mmcblk0p2 | Size: 3MB Used: 0MB Free: 3MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p2
Display_Name: config
Storage_Name: config
Backup_Path: /config
Backup_Name: config
Backup_Display_Name: config
Storage_Path: /config
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/data | /dev/block/mmcblk0p13 | Size: 439MB Used: 291MB Free: 146MB Backup Size: 291MB
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/mmcblk0p13
Crypto_Key_Location: /factory/userdata_footer
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: auto
Backup_Method: files
MTP_Storage_ID: 65537
/misc | /dev/block/mmcblk0p4 | Size: 6MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p4
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
/recovery | /dev/block/mmcblk0p10 | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p10
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
/system | /dev/block/mmcblk0p11 | Size: 619MB Used: 568MB Free: 50MB Backup Size: 568MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p11
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
/usb_otg | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped 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: 65538
/external_sd | | 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/mmcblk1p1
Display_Name: MicroSD
Storage_Name: MicroSD
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: MicroSD
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65539
I:Loading package: TWRP (/script/ui.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
IageManager::LoadFileToBuffer loading filename: '/script/ui.xml' directly
I:Loading package: TWRP (/data/media/TWRP/theme/ui.zip)
I:Loading zip theme
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/ui.xml' directly
I:Checking resolution...
I:Scaling theme width 1.422222x and height 1.066667x, offsets x: 0 y: 0
parsing languageFile
parsing languageFile done
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
IageManager::LoadFileToBuffer loading filename: '/twres/portrait.xml' directly
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 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 backup_options
I:Loading page backupname1
I:Loading page backupname2
I:Loading page backupencryption
I:Loading page backupencryption2
I:Loading page checkbackuppassword
I:Loading page backup_run
I:Loading page restore
I:Unable to open '/data/media/TWRP/BACKUPS/A3P40EB1BD82'
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 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 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.
Startup Commands:
ro.sf.lcd_density=320
ro.adb.secure=0
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=true
ro.frp.pst=/dev/block/by-name/android_persistent
ro.ufo.use_coreu=1
ro.ufo.use_msync=1
ro.boot.selinux=permissive
ro.boot.hardware=latte
ro.boot.serialno=A3P40EB1BD82
ro.boot.bootreason=unknown
ro.gnss.sv.status=true
ro.spid.gps.pmm=disabled
ro.spid.gps.RfType=GL_RF_4752_BRCM_EXT_LNA
ro.spid.gps.FrqPlan=FRQ_PLAN_26MHZ_2PPM
ro.twrp.boot=1
ro.twrp.version=3.0.0-0
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=gmin
ro.build.id=LMY47I
ro.build.date=2016.02.14
ro.build.date.utc=1441958843
ro.build.host=R420-1
ro.build.tags=dev-keys
ro.build.type=userdebug
ro.build.user=jenkins
ro.build.flavor=latte-user
ro.build.display.id=LMY47I
ro.build.product=cht_ffd
ro.build.version.sdk=22
ro.build.version.release=5.1
ro.build.version.codename=REL
ro.build.version.incremental=V7.1.5.0.LACCNCL
ro.build.version.all_codenames=REL
ro.build.description=latte-user 5.1 LMY47I V7.1.5.0.LACCNCK release-keys
ro.build.fingerprint=Xiaomi/latte/latte:5.1/LMY47I/V7.1.2.0.LACCNCK:user/release-keys
ro.build.characteristics=tablet,nosdcard
ro.radio.noril=yes
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.config.notification_sound=pixiedust.ogg
ro.dalvik.vm.isa.arm=x86
ro.dalvik.vm.native.bridge=libhoudini.so
ro.enable.native.bridge.exec=1
ro.secure=0
ro.zygote=zygote64_32
ro.carrier=unknown
ro.modules.location=/system/lib/modules
ro.product.cpu.abi=x86_64
ro.product.cpu.abilist=x86_64,x86,armeabi-v7a,armeabi,arm64-v8a
ro.product.cpu.abilist32=x86,armeabi-v7a,armeabi
ro.product.cpu.abilist64=x86_64,arm64-v8a
ro.product.name=latte
ro.product.board=latte
ro.product.brand=Xiaomi
ro.product.model=MI PAD 2
ro.product.device=latte
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=Xiaomi
ro.baseband=unknown
ro.bootmode=unknown
ro.hardware=latte
ro.opengles.version=196609
ro.revision=0
ro.serialno=A3P40EB1BD82
ro.telephony.default_network=9
ro.bootloader=unknown
ro.debuggable=1
ro.factorytest=0
drm.service.enabled=true
log.tag.CWS_CELLCOEX_MGR=DEBUG
log.tag.CWS_CELLCOEX_HANDLER=DEBUG
net.bt.name=Android
net.change=net.bt.name
sys.usb.config=adb
sys.mdmcli.jarPath=/system/framework/com.intel.internal.telephony.MmgrClient.jar
sys.mdmcli.className=com.intel.internal.telephony.mmgr.MmgrModemStatusMonitor
sys.charger.connected=1
sys.powerctl.no.shutdown=1
init.svc.adbd=stopping
init.svc.healthd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.watchdogd=running
init.svc.thermal_lite=running
rild.libpath=librapid-ril-core.so
twrp.crash_counter=0
twrp.action_complete=0
wifi.interface=wlan0
config.disable_cellcoex=0
dalvik.vm.isa.x86.features=default
dalvik.vm.isa.x86_64.features=sse4_2,aes_in,popcnt,movbe
dalvik.vm.heapsize=348m
dalvik.vm.lockprof.threshold=500
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapminfree=512k
dalvik.vm.heapstartsize=16m
dalvik.vm.heapgrowthlimit=200m
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
dalvik.vm.heaptargetutilization=0.75
persist.sys.usb.config=mtp,adb
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.country=CN
persist.sys.language=zh
persist.sys.timezone=Asia/Shanghai
persist.tel.hot_swap.support=true
persist.core.enabled=0
persist.intel.ogl.debug=/data/ufo.prop
persist.intel.ogl.username=Developer
persist.intel.ogl.dumpdebugvars=1
persist.service.apklogfs.enable=1
persist.ril-daemon.disable=0
service.adb.root=1
service.cellcoexmgr.rtcoex=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:system_data_file:s0
I:Got default contexts and file mode for storage files.
I:Attempt to load settings from settings file...
I:Loading settings from '/data/media/TWRP/.twrps'.
I:Backup folder set to '/data/media/TWRP/BACKUPS/A3P40EB1BD82'
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'auto'
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
__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
IageManager::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/A3P40EB1BD82'
I:Enabling MTP during startup
I:Starting MTP
Starting MTP
I:sending message to add 65537 '/data/media' 'Internal Storage'
I:Message sent, add storage ID: 65537
MTP Enabled
I:Check_Lifetime_Writes result: '0'
I:Switching packages (TWRP)
I:Set page: 'system_readonly'
created new mtpserver object
MtpServer::run fd: 18
mtppipe add storage 65537 '/data/media'
MtpStorage id: 65537 path: /data/media
I:Is_Mounted: Unable to find partition for path '/vendor'
Iperation_start: 'Toggle System Mount'
Iperation_end - status=1
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: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'sideload'
I:Set page: 'advanced'
I:Set page: 'sideload'
I:Set page: 'action_page'
Iperation_start: 'Sideload'
Starting ADB sideload feature...
Iisabling MTP
BOARD_HAS_NO_REAL_SDCARD := true
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
TW_INCLUDE_CRYPTO := true
I:Found brightness file at '/sys/devices/pci0000:00/808622C1:01/i2c-1/i2c-LP855600:00/backlight/lcd-backlight/brightness'
I:Got max brightness 255 from '/sys/devices/pci0000:00/808622C1:01/i2c-1/i2c-LP855600:00/backlight/lcd-backlight/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:LANG: en
Cancelling ADB sideload...
I:Signaling child sideload process to exit.
I:Killing child sideload process.
I:Waiting for child sideload process to exit.
Restarting adbd...
I:Starting MTP
Starting MTP
I:sending message to add 65537 '/data/media' 'Internal Storage'
I:Message sent, add storage ID: 65537
I:Set page: 'action_complete'
Iperation_end - status=1
created new mtpserver object
MtpServer::run fd: 19
mtppipe add storage 65537 '/data/media'
MtpStorage id: 65537 path: /data/media
I:Set page: 'clear_vars'
I:Set page: 'advanced'
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'
Iperation_start: 'Format'
I:wipe list '/external_sd;'
I:wipe_path '/external_sd'
Formatting Micro SDCard using mkfs.fat...
No device specified!
Usage: mkfs.fat [-a][-A][-c][-C][-v][-I][-l bad-block-file][-b backup-boot-sector]
[-m boot-msg-file][-n volume-name][-i volume-id]
[-s sectors-per-cluster][-S logical-sector-size][-f number-of-FATs]
[-h hidden-sectors][-F fat-size][-r root-dir-entries][-R reserved-sectors]
[-M FAT-media-byte][-D drive_number]
[--invariant]
[--help]
/dev/name [blocks]
mkfs.fat 3.0.28 (2015-05-16)
mkfs.fat process ended with ERROR: 1
Unable to wipe Micro SDCard.
Unable to wipe /external_sd.
Updating partition details...
Iata backup size is 291MB, free: 146MB.
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'auto'
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'action_complete'
Iperation_end - status=1
I:Set page: 'clear_vars'
I:Set page: 'advancedwipe'
I:checkpartitionlist list '/external_sd;'
I:checkpartitionlist part_path '/external_sd'
I:Set page: 'checkpartitionlist'
I:getpartitiondetails list '/external_sd;'
I:getpartitiondetails part_path '/external_sd'
I:Set page: 'partitionoptions'
I:Set page: 'confirm_action'
I:Set page: 'action_page'
Iperation_start: 'Repair Partition'
Repairing Micro SDCard using fsck.fat...
I:Repair command: /sbin/fsck.fat -y
usage: /sbin/fsck.fat [-aAbflrtvVwy] [-d path -d ...] [-u path -u ...]
device
-a automatically repair the filesystem
-A toggle Atari filesystem format
-b make read-only boot sector check
-d path drop that file
-f salvage unused chains to files
-l list path names
-n no-op, check non-interactively without changing
-p same as -a, for compat with other *fsck
-r interactively repair the filesystem (default)
-t test for bad clusters
-u path try to undelete that (non-directory) file
-v verbose mode
-V perform a verification pass
-w write changes to disk immediately
-y same as -a, for compat with other *fsck
/sbin/fsck.fat -y process ended with ERROR: 2
Unable to repair Micro SDCard.
I:Set page: 'action_complete'
Iperation_end - status=1
I:Set page: 'clear_vars'
I:Set page: 'partitionoptions'
I:Set page: 'advancedwipe'
I:Set page: 'wipe'
I:Set page: 'formatdata'
I:Set page: 'formatdata_confirm'
I:Set page: 'action_page'
Iperation_start: 'Format'
I:sending message to remove 65537
mtppipe remove storage 65537
I:Message sent, remove storage ID: 65537
failed with error: -1
flash_image /factory/userdata_footer /dev/zero process ended with ERROR: 255
E:Unable to wipe '/data' -- unknown file system 'auto'
Unable to format to remove encryption.
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:sending message to add 65537 '/data/media' 'Internal Storage'
I:Message sent, add storage ID: 65537
mtppipe add storage 65537 '/data/media'
MtpStorage id: 65537 path: /data/media
Updating partition details...
Iata backup size is 291MB, free: 146MB.
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'auto'
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'action_complete'
Iperation_end - status=1
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: 'mount'
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
I:Set overlay: 'select_storage'
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'mount'
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'auto'
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: 'backup'
Iperation_start: 'Refreshing Sizes'
Updating partition details...
Iata backup size is 291MB, free: 146MB.
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'auto'
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
...done
Iperation_end - status=0
I:Set page: 'backup'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
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 /data/media/recovery.log
@Captain_Throwback
i have htc 10 lifestyle product
can someone helpme to compile twrp working? i need enable adb on twrp for soff using xtc2clip. i tried some but no enable adb
it s possible port twrp for this htc 10. i tried twrp pme and that but no work problem partitions.
D:\PHONES\HTC>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.00
(bootloader) version-baseband: 3.0.U205591
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT6AJBZ00078
(bootloader) imei: 3515630xxxxxx
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: a56dj_ul
(bootloader) platform: hTCBmsm8226
(bootloader) modelid: 2PUK22001
(bootloader) cidnum: HTC__332
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 862e002a
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.016s
i tried this test https://www.androidfilehost.com/?fid=457095661767139461
and another cwm but cant enable adb on recovery mod https://www.4shared.com/rar/R8lxR9hEce/HTC_Desire_10_lifestyle.html
thanks in advance
That's the wront forum HTC 10 is not the same as HTC Desire. Look mate HTC Desire = Beginner Smartphone, HTC 10 High-End flagship. The 10 doenst make them the same or even similar.
Pulian said:
@Captain_Throwback
i have htc 10 lifestyle product
can someone helpme to compile twrp working? i need enable adb on twrp for soff using xtc2clip. i tried some but no enable adb
it s possible port twrp for this htc 10. i tried twrp pme and that but no work problem partitions.
D:\PHONES\HTC>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.00
(bootloader) version-baseband: 3.0.U205591
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT6AJBZ00078
(bootloader) imei: 3515630xxxxxx
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: a56dj_ul
(bootloader) platform: hTCBmsm8226
(bootloader) modelid: 2PUK22001
(bootloader) cidnum: HTC__332
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 862e002a
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.016s
i tried this test https://www.androidfilehost.com/?fid=457095661767139461
and another cwm but cant enable adb on recovery mod https://www.4shared.com/rar/R8lxR9hEce/HTC_Desire_10_lifestyle.html
thanks in advance
Click to expand...
Click to collapse
Did you copy the recovery log so I can take a look? Even if adb isn't working, if partitions are mounted (or at least external SD card mounts), you should be able to retrieve a log.
EDIT: This is the wrong forum. This would make more sense in the Desire 10 forum, I think (does that exist?)
sorry post here, can some moderator move to right section?
@Captain_Throwback
Starting TWRP 3.0.3-0_CPTB-TEST1-15eca661 on Thu Feb 23 17:09:42 2017
(pid 218)
I:Lun file '/sys/class/android_usb/android0/f_mass_storage/lun0/file'
TW_INCLUDE_CRYPTO := true
I:Found brightness file at '/sys/class/leds/lcd-backlight/brightness'
I:Got max brightness 255 from '/sys/class/leds/lcd-backlight/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
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 = 24 .length = 8
vi.green.offset = 16 .length = 8
vi.blue.offset = 8 .length = 8
setting GGL_PIXEL_FORMAT_RGBX_8888
double buffered
framebuffer: 0 (720 x 1280)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:Loading package: splash (/twres/splash.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/splash.xml' directly
I:Checking resolution...
I:Scaling theme width 0.666667x and height 0.666667x, 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)
=> Linking mtab
=> Processing recovery.fstab
Irocessing '/boot'
Irocessing '/cache'
Irocessing '/system'
Irocessing '/data'
Irocessing '/misc'
Irocessing '/recovery'
Irocessing '/devlog'
I:Created '/devlog' folder.
Irocessing '/carrier'
I:Created '/carrier' folder.
Irocessing '/reserve'
I:Created '/reserve' folder.
Irocessing '/external_sd'
I:Created '/external_sd' folder.
Irocessing '/usb_otg'
I:Created '/usb_otg' folder.
I:Using automatic handling for /data/media emulated storage device.
I:Setting up '/data' as data/media emulated storage.
I:Created '/sdcard' folder.
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/HT6AJBZ00078'
I:Settings storage is '/data/media/0'
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
Iecrypt adopted storage starting
IageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:successfully loaded storage.xml
Updating partition details...
Iata backup size is 276MB, free: 10680MB.
I:Can't probe device /dev/block/mmcblk0p37
Failed to mount '/carrier' (Invalid argument)
I:Actual block device: '/dev/block/mmcblk0p37', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p43
Failed to mount '/reserve' (Invalid argument)
I:Actual block device: '/dev/block/mmcblk0p43', current file system: 'vfat'
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p44 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p44
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/mmcblk0p46 | Size: 220MB Used: 5MB Free: 215MB Backup Size: 5MB
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
/system | /dev/block/mmcblk0p47 | Size: 2558MB Used: 2202MB Free: 356MB Backup Size: 2202MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p47
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/mmcblk0p48 | Size: 11090MB Used: 276MB Free: 10680MB Backup Size: 276MB
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/0
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p48
Crypto_Key_Location: /dev/block/platform/msm_sdcc.1/by-name/extra
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: 65539
/misc | /dev/block/mmcblk0p24 | Size: 1MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p24
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
/recovery | /dev/block/mmcblk0p45 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p45
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
/devlog | /dev/block/mmcblk0p38 | Size: 29MB Used: 25MB Free: 3MB Backup Size: 25MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p38
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
/carrier | /dev/block/mmcblk0p37 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p37
Display_Name: carrier
Storage_Name: carrier
Backup_Path: /carrier
Backup_Name: carrier
Backup_Display_Name: carrier
Storage_Path: /carrier
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/reserve | /dev/block/mmcblk0p43 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p43
Display_Name: reserve
Storage_Name: reserve
Backup_Path: /reserve
Backup_Name: reserve
Backup_Display_Name: reserve
Storage_Path: /reserve
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
/external_sd | /dev/block/mmcblk1p1 | Size: 1869MB Used: 985MB Free: 883MB Backup Size: 985MB
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_sd
Backup_Name: external_sd
Backup_Display_Name: Micro SDcard
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65537
/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: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
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
IageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/el.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/cz.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
IageManager::LoadFileToBuffer loading filename: '/twres/ui.xml' directly
I:Checking resolution...
I:Scaling theme width 0.666667x and height 0.666667x, 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...
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:Unable to open '/data/media/0/TWRP/BACKUPS/HT6AJBZ00078'
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.
Startup Commands:
ro.com.google.clientidbase=android-google
ro.com.android.dataroaming=true
ro.com.android.wifi-watchlist=GoogleGuest
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.boot.dq=FAIL
ro.boot.lb=1
ro.boot.cid=HTC__332
ro.boot.mid=2PUK22001
ro.boot.emmc=true
ro.boot.mode=normal
ro.boot.podt=0x3E8
ro.boot.engid=0
ro.boot.ddrmid=(0x1)
ro.boot.carrier=COMMON
ro.boot.ddrsize=2.0GB
ro.boot.keycaps=qwerty
ro.boot.selinux=permissive
[email protected]
ro.boot.hardware=qcom
ro.boot.pagesize=2048
ro.boot.rom_type=NORMAL
ro.boot.serialno=HT6AJBZ00078
ro.boot.devicerev=1
ro.boot.hwversion=N/A
ro.boot.bootloader=3.19.0.0000
ro.boot.efuse_info=RL
ro.boot.veritymode=enforcing
ro.boot.resetreason=normal
ro.boot.batt_poweron=good_battery
ro.boot.verifiedbootstate=green
ro.omni.device=a56dj
ro.omni.version=6.0.1-20170222-a56dj-HOMEMADE
ro.twrp.boot=1
ro.twrp.version=3.0.3-0_CPTB-TEST1
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=msm8226
ro.build.id=MOB31K
ro.build.date=Wed Feb 22 19:14:52 EST 2017
ro.build.date.utc=0
ro.build.host=QuadCore-SSD-BuildBox
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=throwback
ro.build.flavor=omni_a56dj-eng
ro.build.display.id=omni_a56dj-eng 6.0.1 MOB31K eng.throwback.20170222.191312 test-keys
ro.build.product=htc_a56djul
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=eng.throwback.20170222.191312
ro.build.version.preview_sdk=
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2016-11-05
ro.build.characteristics=default
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.alarm_alert=Argon.ogg
ro.config.notification_sound=pixiedust.ogg
ro.dalvik.vm.native.bridge=0
ro.kernel.android.checkjni=1
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.board=MSM8226
ro.product.brand=htc
ro.product.model=HTC Desire 10 lifestyle
ro.product.locale=en-US
ro.product.manufacturer=HTC
[email protected]
ro.bootmode=normal
ro.hardware=qcom
ro.revision=0
ro.serialno=HT6AJBZ00078
ro.9kramdump=0
ro.bootimage.build.date=Wed Feb 22 19:16:10 EST 2017
ro.bootimage.build.date.utc=1487808970
ro.bootimage.build.fingerprint=htc/omni_a56dj/a56dj:6.0.1/MOB31K/throwback02221914:eng/test-keys
ro.bootloader=3.19.0.0000
ro.debuggable=1
ro.modversion=OmniROM-6.0.1-20170222-a56dj-HOMEMADE
ro.setupwizard.enterprise_mode=1
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.chargeled=running
init.svc.choice_fn=stopped
init.svc.set_permissive=stopped
twrp.crash_counter=0
twrp.action_complete=0
debug.atrace.tags.enableflags=0
dalvik.vm.isa.arm.variant=cortex-a7
dalvik.vm.isa.arm.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.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart
persist.sys.root_access=1
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 '/data/media/0/TWRP/BACKUPS/HT6AJBZ00078'
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'vfat'
I:TWFunc::Set_Brightness: Setting brightness control to 255
IageManager::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/0/TWRP/BACKUPS/HT6AJBZ00078'
I:Enabling MTP during startup
I:Starting MTP
Starting MTP
I:sending message to add 65539 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65539
I:sending message to add 65537 '/external_sd' 'Micro SDCard'
I:Message sent, add storage ID: 65537
MTP Enabled
I:Check_Lifetime_Writes result: '0'
I:Switching packages (TWRP)
I:Set page: 'system_readonly'
created new mtpserver object
MtpServer::run fd: 16
mtppipe add storage 65539 '/data/media/0'
MtpStorage id: 65539 path: /data/media/0
mtppipe add storage 65537 '/external_sd'
MtpStorage id: 65537 path: /external_sd
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 255
I:Set overlay: ''
I:Is_Mounted: Unable to find partition for path '/vendor'
Iperation_start: 'Toggle System Mount'
Iperation_end - status=1
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: '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 /data/media/0/recovery.log
im booting recovery, no flashing, i cant damage original recovery. it is necesary flash recovery?
Pulian said:
im booting recovery, no flashing, i cant damage original recovery. it is necesary flash recovery?
Click to expand...
Click to collapse
For adb access? Yes. Just make a backup of stock recovery in TWRP and then fastboot flash TWRP. That should get adb working. You can reflash the stock recovery whenever you want once you back it up.
It looks like TWRP is working fine.
errors on recovery mount carrier and reserve , doesnt matter?
Pulian said:
errors on recovery mount carrier and reserve , doesnt matter?
Click to expand...
Click to collapse
No, they don't.
ok i flashed recovery and adb enable, but i havent touch on twrp. i used otg and mouse...
but using xtc2clip for soff, product id readed from twrp is QCOM and get error, maybe i need display correct product a56dj_ul for continue. how i can solve. thanks in advance.
or another way for get soff
edit:
ro.hardware=qcom
maybe that line need edit or is autogenerate from hardware?
Pulian said:
ok i flashed recovery and adb enable, but i havent touch on twrp. i used otg and mouse...
but using xtc2clip for soff, product id readed from twrp is QCOM and get error, maybe i need display correct product a56dj_ul for continue. how i can solve. thanks in advance.
or another way for get soff
edit:
ro.hardware=qcom
maybe that line need edit or is autogenerate from hardware?
Click to expand...
Click to collapse
That's the correct property for your device. That's the same thing it would read in Android. I have a workaround for the touch bug. I'll upload an updated build shortly.
ok now i see errors after falsh reco
Starting TWRP 3.0.3-0_CPTB-TEST1-15eca661 on Thu Feb 23 17:09:42 2017
(pid 218)
I:Lun file '/sys/class/android_usb/android0/f_mass_storage/lun0/file'
TW_INCLUDE_CRYPTO := true
I:Found brightness file at '/sys/class/leds/lcd-backlight/brightness'
I:Got max brightness 255 from '/sys/class/leds/lcd-backlight/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
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 = 24 .length = 8
vi.green.offset = 16 .length = 8
vi.blue.offset = 8 .length = 8
setting GGL_PIXEL_FORMAT_RGBX_8888
double buffered
framebuffer: 0 (720 x 1280)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:Loading package: splash (/twres/splash.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/splash.xml' directly
I:Checking resolution...
I:Scaling theme width 0.666667x and height 0.666667x, 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)
=> Linking mtab
=> Processing recovery.fstab
Irocessing '/boot'
Irocessing '/cache'
Irocessing '/system'
Irocessing '/data'
Irocessing '/misc'
Irocessing '/recovery'
Irocessing '/devlog'
I:Created '/devlog' folder.
Irocessing '/carrier'
I:Created '/carrier' folder.
Irocessing '/reserve'
I:Created '/reserve' folder.
Irocessing '/external_sd'
I:Created '/external_sd' folder.
Irocessing '/usb_otg'
I:Created '/usb_otg' folder.
I:Using automatic handling for /data/media emulated storage device.
I:Setting up '/data' as data/media emulated storage.
I:Created '/sdcard' folder.
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/HT6AJBZ00078'
I:Settings storage is '/data/media/0'
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
Iecrypt adopted storage starting
IageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:successfully loaded storage.xml
Updating partition details...
Iata backup size is 276MB, free: 10680MB.
I:Can't probe device /dev/block/mmcblk0p37
Failed to mount '/carrier' (Invalid argument)
I:Actual block device: '/dev/block/mmcblk0p37', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p43
Failed to mount '/reserve' (Invalid argument)
I:Actual block device: '/dev/block/mmcblk0p43', current file system: 'vfat'
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p44 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p44
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/mmcblk0p46 | Size: 220MB Used: 5MB Free: 215MB Backup Size: 5MB
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
/system | /dev/block/mmcblk0p47 | Size: 2558MB Used: 2202MB Free: 356MB Backup Size: 2202MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p47
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/mmcblk0p48 | Size: 11090MB Used: 276MB Free: 10680MB Backup Size: 276MB
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/0
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p48
Crypto_Key_Location: /dev/block/platform/msm_sdcc.1/by-name/extra
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: 65539
/misc | /dev/block/mmcblk0p24 | Size: 1MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p24
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
/recovery | /dev/block/mmcblk0p45 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p45
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
/devlog | /dev/block/mmcblk0p38 | Size: 29MB Used: 25MB Free: 3MB Backup Size: 25MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p38
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
/carrier | /dev/block/mmcblk0p37 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p37
Display_Name: carrier
Storage_Name: carrier
Backup_Path: /carrier
Backup_Name: carrier
Backup_Display_Name: carrier
Storage_Path: /carrier
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/reserve | /dev/block/mmcblk0p43 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p43
Display_Name: reserve
Storage_Name: reserve
Backup_Path: /reserve
Backup_Name: reserve
Backup_Display_Name: reserve
Storage_Path: /reserve
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
/external_sd | /dev/block/mmcblk1p1 | Size: 1869MB Used: 985MB Free: 883MB Backup Size: 985MB
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_sd
Backup_Name: external_sd
Backup_Display_Name: Micro SDcard
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65537
/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: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
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
IageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/el.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/cz.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
IageManager::LoadFileToBuffer loading filename: '/twres/ui.xml' directly
I:Checking resolution...
I:Scaling theme width 0.666667x and height 0.666667x, 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...
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:Unable to open '/data/media/0/TWRP/BACKUPS/HT6AJBZ00078'
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.
Startup Commands:
ro.com.google.clientidbase=android-google
ro.com.android.dataroaming=true
ro.com.android.wifi-watchlist=GoogleGuest
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.boot.dq=FAIL
ro.boot.lb=1
ro.boot.cid=HTC__332
ro.boot.mid=2PUK22001
ro.boot.emmc=true
ro.boot.mode=normal
ro.boot.podt=0x3E8
ro.boot.engid=0
ro.boot.ddrmid=(0x1)
ro.boot.carrier=COMMON
ro.boot.ddrsize=2.0GB
ro.boot.keycaps=qwerty
ro.boot.selinux=permissive
[email protected]
ro.boot.hardware=qcom
ro.boot.pagesize=2048
ro.boot.rom_type=NORMAL
ro.boot.serialno=HT6AJBZ00078
ro.boot.devicerev=1
ro.boot.hwversion=N/A
ro.boot.bootloader=3.19.0.0000
ro.boot.efuse_info=RL
ro.boot.veritymode=enforcing
ro.boot.resetreason=normal
ro.boot.batt_poweron=good_battery
ro.boot.verifiedbootstate=green
ro.omni.device=a56dj
ro.omni.version=6.0.1-20170222-a56dj-HOMEMADE
ro.twrp.boot=1
ro.twrp.version=3.0.3-0_CPTB-TEST1
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=msm8226
ro.build.id=MOB31K
ro.build.date=Wed Feb 22 19:14:52 EST 2017
ro.build.date.utc=0
ro.build.host=QuadCore-SSD-BuildBox
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=throwback
ro.build.flavor=omni_a56dj-eng
ro.build.display.id=omni_a56dj-eng 6.0.1 MOB31K eng.throwback.20170222.191312 test-keys
ro.build.product=htc_a56djul
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=eng.throwback.20170222.191312
ro.build.version.preview_sdk=
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2016-11-05
ro.build.characteristics=default
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.alarm_alert=Argon.ogg
ro.config.notification_sound=pixiedust.ogg
ro.dalvik.vm.native.bridge=0
ro.kernel.android.checkjni=1
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.board=MSM8226
ro.product.brand=htc
ro.product.model=HTC Desire 10 lifestyle
ro.product.locale=en-US
ro.product.manufacturer=HTC
[email protected]
ro.bootmode=normal
ro.hardware=qcom
ro.revision=0
ro.serialno=HT6AJBZ00078
ro.9kramdump=0
ro.bootimage.build.date=Wed Feb 22 19:16:10 EST 2017
ro.bootimage.build.date.utc=1487808970
ro.bootimage.build.fingerprint=htc/omni_a56dj/a56dj:6.0.1/MOB31K/throwback02221914:eng/test-keys
ro.bootloader=3.19.0.0000
ro.debuggable=1
ro.modversion=OmniROM-6.0.1-20170222-a56dj-HOMEMADE
ro.setupwizard.enterprise_mode=1
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.chargeled=running
init.svc.choice_fn=stopped
init.svc.set_permissive=stopped
twrp.crash_counter=0
twrp.action_complete=0
debug.atrace.tags.enableflags=0
dalvik.vm.isa.arm.variant=cortex-a7
dalvik.vm.isa.arm.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.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart
persist.sys.root_access=1
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 '/data/media/0/TWRP/BACKUPS/HT6AJBZ00078'
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'vfat'
I:TWFunc::Set_Brightness: Setting brightness control to 255
IageManager::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/0/TWRP/BACKUPS/HT6AJBZ00078'
I:Enabling MTP during startup
I:Starting MTP
Starting MTP
I:sending message to add 65539 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65539
I:sending message to add 65537 '/external_sd' 'Micro SDCard'
I:Message sent, add storage ID: 65537
MTP Enabled
I:Check_Lifetime_Writes result: '0'
I:Switching packages (TWRP)
I:Set page: 'system_readonly'
created new mtpserver object
MtpServer::run fd: 16
mtppipe add storage 65539 '/data/media/0'
MtpStorage id: 65539 path: /data/media/0
mtppipe add storage 65537 '/external_sd'
MtpStorage id: 65537 path: /external_sd
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 255
I:Set overlay: ''
I:Is_Mounted: Unable to find partition for path '/vendor'
Iperation_start: 'Toggle System Mount'
Iperation_end - status=1
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: '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 /data/media/0/recovery.log
Copied kernel log to /data/media/0/dmesg.log
Copied recovery log to /data/media/0/recovery.log.
I:Set page: 'action_complete'
Iperation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'advanced'
I:Set page: 'filemanagerlist'
I:Set page: 'filemanageroptions'
I:Set page: 'choosedestinationfolder'
I:Set page: 'filemanagerconfirm'
I:Set page: 'filemanageraction'
Iperation_start: 'Command'
I:Running command: 'cp "/tmp/recovery.log" "/external_sd"'
failed mounting partitions
Pulian said:
ok now i see errors after falsh reco
Code:
Starting TWRP 3.0.3-0_CPTB-TEST1-15eca661 on Thu Feb 23 17:09:42 2017
(pid 218)
I:Lun file '/sys/class/android_usb/android0/f_mass_storage/lun0/file'
TW_INCLUDE_CRYPTO := true
I:Found brightness file at '/sys/class/leds/lcd-backlight/brightness'
I:Got max brightness 255 from '/sys/class/leds/lcd-backlight/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
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 = 24 .length = 8
vi.green.offset = 16 .length = 8
vi.blue.offset = 8 .length = 8
setting GGL_PIXEL_FORMAT_RGBX_8888
double buffered
framebuffer: 0 (720 x 1280)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 255
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 0.666667x and height 0.666667x, 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)
=> Linking mtab
=> Processing recovery.fstab
I:Processing '/boot'
I:Processing '/cache'
I:Processing '/system'
I:Processing '/data'
I:Processing '/misc'
I:Processing '/recovery'
I:Processing '/devlog'
I:Created '/devlog' folder.
I:Processing '/carrier'
I:Created '/carrier' folder.
I:Processing '/reserve'
I:Created '/reserve' folder.
I:Processing '/external_sd'
I:Created '/external_sd' folder.
I:Processing '/usb_otg'
I:Created '/usb_otg' folder.
I:Using automatic handling for /data/media emulated storage device.
I:Setting up '/data' as data/media emulated storage.
I:Created '/sdcard' folder.
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/HT6AJBZ00078'
I:Settings storage is '/data/media/0'
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:Decrypt adopted storage starting
I:PageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:successfully loaded storage.xml
Updating partition details...
I:Data backup size is 276MB, free: 10680MB.
I:Can't probe device /dev/block/mmcblk0p37
Failed to mount '/carrier' (Invalid argument)
I:Actual block device: '/dev/block/mmcblk0p37', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p43
Failed to mount '/reserve' (Invalid argument)
I:Actual block device: '/dev/block/mmcblk0p43', current file system: 'vfat'
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p44 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p44
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/mmcblk0p46 | Size: 220MB Used: 5MB Free: 215MB Backup Size: 5MB
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
/system | /dev/block/mmcblk0p47 | Size: 2558MB Used: 2202MB Free: 356MB Backup Size: 2202MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p47
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/mmcblk0p48 | Size: 11090MB Used: 276MB Free: 10680MB Backup Size: 276MB
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/0
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p48
Crypto_Key_Location: /dev/block/platform/msm_sdcc.1/by-name/extra
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: 65539
/misc | /dev/block/mmcblk0p24 | Size: 1MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p24
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
/recovery | /dev/block/mmcblk0p45 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p45
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
/devlog | /dev/block/mmcblk0p38 | Size: 29MB Used: 25MB Free: 3MB Backup Size: 25MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p38
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
/carrier | /dev/block/mmcblk0p37 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p37
Display_Name: carrier
Storage_Name: carrier
Backup_Path: /carrier
Backup_Name: carrier
Backup_Display_Name: carrier
Storage_Path: /carrier
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/reserve | /dev/block/mmcblk0p43 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p43
Display_Name: reserve
Storage_Name: reserve
Backup_Path: /reserve
Backup_Name: reserve
Backup_Display_Name: reserve
Storage_Path: /reserve
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
/external_sd | /dev/block/mmcblk1p1 | Size: 1869MB Used: 985MB Free: 883MB Backup Size: 985MB
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_sd
Backup_Name: external_sd
Backup_Display_Name: Micro SDcard
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65537
/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: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
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
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_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/it.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 0.666667x and height 0.666667x, 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 appcheck
I:Loading page wipe
I:Loading page advancedwipe
I:Loading page formatdata
I:Loading page formatdata_confirm
I:Loading page checkpartitionlist
I:Loading page partitionoptions
I:Loading page refreshfilesystem
I:Loading page selectfilesystem
I:Loading page backup
I:Loading page backup_options
I:Loading page backupname1
I:Loading page backupname2
I:Loading page backupencryption
I:Loading page backupencryption2
I:Loading page checkbackuppassword
I:Loading page backup_run
I:Loading page restore
I:Unable to open '/data/media/0/TWRP/BACKUPS/HT6AJBZ00078'
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.
Startup Commands:
ro.com.google.clientidbase=android-google
ro.com.android.dataroaming=true
ro.com.android.wifi-watchlist=GoogleGuest
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.boot.dq=FAIL
ro.boot.lb=1
ro.boot.cid=HTC__332
ro.boot.mid=2PUK22001
ro.boot.emmc=true
ro.boot.mode=normal
ro.boot.podt=0x3E8
ro.boot.engid=0
ro.boot.ddrmid=(0x1)
ro.boot.carrier=COMMON
ro.boot.ddrsize=2.0GB
ro.boot.keycaps=qwerty
ro.boot.selinux=permissive
[email protected]
ro.boot.hardware=qcom
ro.boot.pagesize=2048
ro.boot.rom_type=NORMAL
ro.boot.serialno=HT6AJBZ00078
ro.boot.devicerev=1
ro.boot.hwversion=N/A
ro.boot.bootloader=3.19.0.0000
ro.boot.efuse_info=RL
ro.boot.veritymode=enforcing
ro.boot.resetreason=normal
ro.boot.batt_poweron=good_battery
ro.boot.verifiedbootstate=green
ro.omni.device=a56dj
ro.omni.version=6.0.1-20170222-a56dj-HOMEMADE
ro.twrp.boot=1
ro.twrp.version=3.0.3-0_CPTB-TEST1
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=msm8226
ro.build.id=MOB31K
ro.build.date=Wed Feb 22 19:14:52 EST 2017
ro.build.date.utc=0
ro.build.host=QuadCore-SSD-BuildBox
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=throwback
ro.build.flavor=omni_a56dj-eng
ro.build.display.id=omni_a56dj-eng 6.0.1 MOB31K eng.throwback.20170222.191312 test-keys
ro.build.product=htc_a56djul
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=eng.throwback.20170222.191312
ro.build.version.preview_sdk=
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2016-11-05
ro.build.characteristics=default
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.alarm_alert=Argon.ogg
ro.config.notification_sound=pixiedust.ogg
ro.dalvik.vm.native.bridge=0
ro.kernel.android.checkjni=1
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.board=MSM8226
ro.product.brand=htc
ro.product.model=HTC Desire 10 lifestyle
ro.product.locale=en-US
ro.product.manufacturer=HTC
[email protected]
ro.bootmode=normal
ro.hardware=qcom
ro.revision=0
ro.serialno=HT6AJBZ00078
ro.9kramdump=0
ro.bootimage.build.date=Wed Feb 22 19:16:10 EST 2017
ro.bootimage.build.date.utc=1487808970
ro.bootimage.build.fingerprint=htc/omni_a56dj/a56dj:6.0.1/MOB31K/throwback02221914:eng/test-keys
ro.bootloader=3.19.0.0000
ro.debuggable=1
ro.modversion=OmniROM-6.0.1-20170222-a56dj-HOMEMADE
ro.setupwizard.enterprise_mode=1
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.chargeled=running
init.svc.choice_fn=stopped
init.svc.set_permissive=stopped
twrp.crash_counter=0
twrp.action_complete=0
debug.atrace.tags.enableflags=0
dalvik.vm.isa.arm.variant=cortex-a7
dalvik.vm.isa.arm.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.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart
persist.sys.root_access=1
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: u:object_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 '/data/media/0/TWRP/BACKUPS/HT6AJBZ00078'
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'vfat'
I:TWFunc::Set_Brightness: Setting brightness control to 255
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/0/TWRP/BACKUPS/HT6AJBZ00078'
I:Enabling MTP during startup
I:Starting MTP
Starting MTP
I:sending message to add 65539 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65539
I:sending message to add 65537 '/external_sd' 'Micro SDCard'
I:Message sent, add storage ID: 65537
MTP Enabled
I:Check_Lifetime_Writes result: '0'
I:Switching packages (TWRP)
I:Set page: 'system_readonly'
created new mtpserver object
MtpServer::run fd: 16
mtppipe add storage 65539 '/data/media/0'
MtpStorage id: 65539 path: /data/media/0
mtppipe add storage 65537 '/external_sd'
MtpStorage id: 65537 path: /external_sd
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 255
I:Set overlay: ''
I:Is_Mounted: Unable to find partition for path '/vendor'
I:operation_start: 'Toggle System Mount'
I:operation_end - status=1
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: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'copylog'
I:Set page: 'action_page'
I:operation_start: 'Copy Log'
I:Copying file /tmp/recovery.log to /data/media/0/recovery.log
Copied kernel log to /data/media/0/dmesg.log
Copied recovery log to /data/media/0/recovery.log.
I:Set page: 'action_complete'
I:operation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'advanced'
I:Set page: 'filemanagerlist'
I:Set page: 'filemanageroptions'
I:Set page: 'choosedestinationfolder'
I:Set page: 'filemanagerconfirm'
I:Set page: 'filemanageraction'
I:operation_start: 'Command'
I:Running command: 'cp "/tmp/recovery.log" "/external_sd"'
failed mounting partitions
Click to expand...
Click to collapse
Please use "code" and "hide" tags if you're going to post a log. And I already said the /carrier and /reserve errors aren't anything to worry about. There's no real errors in that log. I'm still building you an updated one. Please wait a few minutes before posting any other feedback.
@Pulian
Try this version please and let me know if it boots/touch works and please post the log (either using a pastebin link, or within code and hide tags). Thanks.
https://www.androidfilehost.com/?fid=529152257862705512
thanks for you help, previous twrp have problem mount all partitions after flash, system, data etc, no enable mtp and when reboot say no OS.
new test2 twrp no enter recovery, just enteing recovering and then reboot OS
Pulian said:
thanks for you help, previous twrp have problem mount all partitions after flash, system, data etc, no enable mtp and when reboot say no OS.
new test2 twrp no enter recovery, just enteing recovering and then reboot OS
Click to expand...
Click to collapse
Interesting. So if the TEST1 version works when you boot it, you might just have to use it that way. There's no more I can do without kernel source for the device. Sorry.
can i dump kernel device rooted?, did you check this recovery ? https://www.4shared.com/rar/R8lxR9hEce/HTC_Desire_10_lifestyle.html
i found but cwm no adb enable
Pulian said:
can i dump kernel device rooted?, did you check this recovery ? https://www.4shared.com/rar/R8lxR9hEce/HTC_Desire_10_lifestyle.html
i found but cwm no adb enable
Click to expand...
Click to collapse
Kernel source. I already built you a working recovery - I'm not sure what you want me to do with that link?
@Pulian
Can you tell me how big is your recovery partition? Look at cat /proc/emmc please. Thanks!
Shall this also work for a A56DJ_DUGL? Damm I am getting a bit rusty in the steps to be taken. I already unlocked the bootloader @HTCDev. After confirmation of above functional TWRP can I just fastboot flash twrp recovery ?...
@Captain_Throwback
sorry i havent mobile phone now. Next time ill post details.
thanks for you great help
I didn't have this problem before, but it suddenly happened now. I finally got the GSI rom of LineageOS up and running, but I had a problem: I couldn't use Snapchat. Now, there is a work-around, which is that on stock Android you can log in to Snapchat, do a backup with Titanium and then restore it in the GSI rom and that would fix it. And it did! Boom! Fixed! Then, I realized that my banking apps ALSO needed Google Play Services, and I don't want that installed on my device. So, I went to TWRP and decided to do a backup so that I could go to stock android again and do the same thing I did with Snapchat with my two banking apps.
In TWRP, when I go to do the backup, I get an error:
"createTarFork() process ended with ERROR: 255"
This has happened multiple times, so I am not sure what to do to fix this. I will also paste the recovery log in the end of the post.
I googled the error and found that the Oneplus community has had problems with this as well, and their fix is going in the terminal, typing "su" to get root, and then type "pm remove-user 999". Normally, it would say the user was deleted successfully, but for me it just said that it was unable to delete user 999, so that doesn't work.
Here is the recovery log:
Starting TWRP 3.3.1-0-72d75b0b on Wed Jan 22 18:34:12 2020
(pid 3582)
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
I:TW_BRIGHTNESS_PATH := /sys/class/backlight/panel/brightness
I:Found brightness file at '/sys/class/backlight/panel/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 16300
I:LANG: en
Starting the UI...
setting DRM_FORMAT_ABGR8888 and GGL_PIXEL_FORMAT_BGRA_8888, GGL_PIXEL_FORMAT may not match!
cannot find/open a drm device: No such file or directory
fb0 reports (possibly inaccurate):
vi.bits_per_pixel = 32
vi.red.offset = 16 .length = 8
vi.green.offset = 8 .length = 8
vi.blue.offset = 0 .length = 8
setting GGL_PIXEL_FORMAT_BGRA_8888
double buffered
framebuffer: 0 (1080 x 2340)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 16300
I:Loading package: splash (/twres/splash.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/splash.xml' directly
I:Checking resolution...
I:Scaling theme width 1.000000x and height 1.177083x, offsets x: 0 y: 80 w: 0 h: -80
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page splash
I:Switching packages (splash)
=> Linking mtab
=> Processing /etc/recovery.fstab
I:Reading /etc/recovery.fstab
Irocessing '/modem'
Irocessing '/boot'
Irocessing '/cache'
Irocessing '/data'
Irocessing '/efs'
I:Created '/efs' folder.
Irocessing '/system_root'
Irocessing '/system_image'
Irocessing '/vendor'
I:Created '/vendor' folder.
Irocessing '/vendor_image'
Irocessing '/recovery'
Irocessing '/misc'
Irocessing '/external_sd'
I:Created '/external_sd' folder.
Irocessing '/usb-otg'
I:Created '/usb-otg' folder.
Ione processing fstab files
I:Setting up '/data' as data/media emulated storage.
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/R58MA7L9B2B'
I:Settings storage is '/data/media/0'
Updating partition details...
Iata backup size is 1358MB, free: 50180MB.
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/modem | /dev/block/mmcblk0p19 | Size: 45MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p19
Display_Name: Modem Firmware
Storage_Name: Modem Firmware
Backup_Path: /modem
Backup_Name: modem
Backup_Display_Name: Modem Firmware
Storage_Path: /modem
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/boot | /dev/block/mmcblk0p15 | Size: 36MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p15
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/mmcblk0p28 | Size: 371MB Used: 0MB Free: 371MB 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/mmcblk0p28
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/mmcblk0p32 | Size: 51730MB Used: 1358MB Free: 50180MB Backup Size: 1358MB
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/0
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p32
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
/efs | /dev/block/mmcblk0p3 | Size: 15MB Used: 2MB Free: 12MB Backup Size: 2MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p3
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
/system_root | /dev/block/mmcblk0p25 | Size: 1794MB Used: 1730MB Free: 64MB Backup Size: 1730MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/mmcblk0p25
Display_Name: System
Storage_Name: System
Backup_Path: /system_root
Backup_Name: system_root
Backup_Display_Name: System
Storage_Path: /system_root
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/system_image | /dev/block/mmcblk0p25 | Size: 4920MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p25
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
/vendor | /dev/block/mmcblk0p26 | Size: 635MB Used: 324MB Free: 311MB Backup Size: 324MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/mmcblk0p26
Display_Name: Vendor
Storage_Name: Vendor
Backup_Path: /vendor
Backup_Name: vendor
Backup_Display_Name: Vendor
Storage_Path: /vendor
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/vendor_image | /dev/block/mmcblk0p26 | Size: 656MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p26
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
/recovery | /dev/block/mmcblk0p16 | Size: 53MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p16
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
/misc | /dev/block/mmcblk0p14 | Size: 2MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p14
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
/external_sd | | 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/mmcblk1p1
Alternate_Block_Device: /dev/block/mmc1k1p1
Display_Name: Micro SDcard
Storage_Name: Micro SDcard
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: Micro SDcard
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/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/sdf1
Alternate_Block_Device: /dev/block/sdf
Display_Name: USB-OTG
Storage_Name: USB-OTG
Backup_Path: /usb-otg
Backup_Name: usb-otg
Backup_Display_Name: USB-OTG
Storage_Path: /usb-otg
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65539
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
IageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_TW.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CN.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_PT.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ja.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/el.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/cz.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
IageManager::LoadFileToBuffer loading filename: '/twres/ui.xml' directly
I:Checking resolution...
I:Scaling theme width 1.000000x and height 1.177083x, offsets x: 0 y: 80 w: 0 h: -80
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 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 terminalcommand
I:Loading page sideload
I:Loading page fixcontexts
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)
Startup Commands:
ro.boottime.adbd=2616945459
ro.boottime.init=2324
ro.boottime.init.selinux=62
ro.boottime.init.cold_boot_wait=101
ro.boottime.ueventd=2471115921
ro.boottime.recovery=2615015728
ro.boottime.set_permissive=2614439074
ro.config.ringtone=omni_ringtone1.ogg,omni_ringtone1.ogg
ro.config.alarm_alert=omni_alarm1.ogg
ro.config.notification_sound=omni_notification1.ogg
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.lockprof.threshold=500
dalvik.vm.stack-trace-dir=/data/anr
dalvik.vm.image-dex2oat-filter=verify-at-runtime
debug.atrace.tags.enableflags=0
ro.art.hiddenapi.warning=1
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.boot.em.did=4434cf2fa9dc
ro.boot.em.model=SM-A405FN
ro.boot.em.status=0x0
ro.boot.sn.param.offset=7342000
ro.boot.wb.hs=0e03
ro.boot.wb.snapQB=CUSTOM
ro.boot.svb.ver=SVB1.0
ro.boot.sales.param.offset=7340572
ro.boot.ulcnt=1
ro.boot.lassen.apfuse=8
ro.boot.product.model=SM-A405FN
ro.boot.sec_atd.tty=/dev/ttySAC2
ro.boot.selinux=enforcing
ro.boot.dtbo_idx=1
ro.boot.hardware=exynos7885
ro.boot.revision=4
ro.boot.ucs_mode=0
ro.boot.ap_serial=0x4434CF2FA9DC
ro.boot.carrierid=NEE
ro.boot.carrierid.param.offset=7340608
ro.boot.dram_info=FF,04,10,4G
ro.boot.prototype.param.offset=7345920
ro.boot.bootloader=A405FNXXU2ASJ3
ro.boot.avb_version=1.1
ro.boot.debug_level=0x4f4c
ro.boot.force_upload=0x0
ro.boot.warranty_bit=1
ro.boot.emmc_checksum=3
ro.boot.hmac_mismatch=0
ro.boot.odin_download=1
ro.boot.security_mode=1526595585
ro.boot.upload_offset=6880000
ro.boot.cp_reserved_mem=off
ro.boot.recovery_offset=7347968
ro.boot.verifiedbootstate=orange
ro.omni.device=a40dd
ro.omni.version=9-20191207-a40dd-HOMEMADE
ro.omni.version.security_patch=
ro.twrp.boot=1
ro.twrp.version=3.3.1-0
ro.vndk.lite=true
ro.vndk.version=28
ro.wifi.channels=
ro.allow.mock.location=1
ro.build.id=PQ3B.190801.002
ro.build.date=Sat Dec 7 00:32:51 UTC 2019
ro.build.date.utc=1575678771
ro.build.host=ubuntu
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=ponces
ro.build.flavor=omni_a40dd-eng
ro.build.display.id=omni_a40dd-eng 9 PQ3B.190801.002 eng.ponces.20191207.003253 test-keys
ro.build.product=a40dd
ro.build.selinux=1
ro.build.version.sdk=28
ro.build.version.base_os=
ro.build.version.release=9
ro.build.version.codename=REL
ro.build.version.incremental=eng.ponces.20191207.003253
ro.build.version.preview_sdk=0
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2099-12-31
ro.build.version.min_supported_target_sdk=17
ro.build.ab_update=false
ro.build.description=omni_a40dd-eng 9 PQ3B.190801.002 eng.ponces.20191207.003253 test-keys
ro.build.characteristics=default
ro.build.system_root_image=true
ro.bionic.ld.warning=1
ro.kernel.android.checkjni=1
ro.secure=0
ro.treble.enabled=false
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.name=omni_a40dd
ro.product.brand=Samsung
ro.product.model=Galaxy A40
ro.product.device=a40dd
ro.product.manufacturer=Samsung
ro.baseband=unknown
ro.bootmode=unknown
ro.hardware=exynos7885
ro.revision=4
ro.services.whitelist.packagelist=com.google.android.gms
ro.bootimage.build.date=Sat Dec 7 00:32:51 UTC 2019
ro.bootimage.build.date.utc=1575678771
ro.bootimage.build.fingerprint=Samsung/omni_a40dd/a40dd:9/PQ3B.190801.002/ponces12070032:eng/test-keys
ro.bootloader=A405FNXXU2ASJ3
ro.debuggable=1
ro.modversion=OmniROM-9-20191207-a40dd-HOMEMADE
ro.setupwizard.enterprise_mode=1
ro.property_service.version=2
ro.control_privapp_permissions=enforce
ro.actionable_compatible_property.enabled=false
init.svc.adbd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.set_permissive=stopped
twrp.crash_counter=0
twrp.action_complete=0
sys.usb.ffs.ready=1
ro.build.fingerprint=Samsung/omni_a40dd/a40dd:9/PQ3B.190801.002/ponces12070032:eng/test-keys
ro.persistent_properties.ready=true
ro.boot.serialno=R58MA7L9B2B
ro.serialno=R58MA7L9B2B
service.adb.root=1
net.bt.name=Android
net.tethering.noprovisioning=true
sys.usb.controller=13600000.dwc3
persist.sys.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.disable_rescue=true
sys.usb.configfs=1
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
tw_get_context got selinux context: ubject_r:media_rw_data_file:s0
I:Got default contexts and file mode for storage files.
I:Unable to find source file /cache/recovery/log.gz
I:Attempt to load settings from settings file...
I:InfoManager loading from '/data/media/0/TWRP/.twrps'.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/R58MA7L9B2B'
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:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
__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 16300
IageManager::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/0/TWRP/BACKUPS/R58MA7L9B2B'
I:Starting MTP
I:Cannot find file /sys/class/android_usb/android0/idVendor
I:Cannot find file /sys/class/android_usb/android0/idProduct
I:[MTP] Starting MTP
I:sending message to add 65537 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media/0'
MTP Enabled
I:[MTP] created new mtpserver object
I:[MTP] mtppipe add storage 65537 '/data/media/0'
I:Check_Lifetime_Writes result: '1947205'
I:Switching packages (TWRP)
I:Starting Adb Backup FIFO
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'backup'
I:Set overlay: 'select_storage'
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'backup'
I:Set page: 'backup_run'
Iperation_start: 'Nandroid'
Updating partition details...
Iata backup size is 1358MB, free: 50180MB.
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Backup Name is: '2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004'
I:Backup_Folder is: '/data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004'
I:Calculating backup details...
* Total number of partitions to back up: 8
* Total size of all data: 7071MB
* Available space: 50180MB
[BACKUP STARTED]
* Backup Folder: /data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004
Backing up Modem Firmware...
I:Reading '/dev/block/mmcblk0p19', writing '/data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004/modem.emmc.win'
I:Restored default metadata for /data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004/modem.emmc.win
* Generating digest...
I:SHA2 Digest: b04b23c29704ff0714b8e391adad329312e502ab9b8e94431bc3b40f1b2cf28f modem.emmc.win
I:digest_filename: /data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004/modem.emmc.win.sha2
* Digest Created.
Iartition Backup time: 1
Backing up Boot...
I:Reading '/dev/block/mmcblk0p15', writing '/data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004/boot.emmc.win'
I:Restored default metadata for /data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004/boot.emmc.win
* Generating digest...
I:SHA2 Digest: 5f6ec8c65e1814a8ed9da9139ab5672973831ca88a14220f0fefee7ff9a8d251 boot.emmc.win
I:digest_filename: /data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004/boot.emmc.win.sha2
* Digest Created.
Iartition Backup time: 1
Backing up Cache...
I:Creating backup...
I:Creating tar file '/data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004/cache.ext4.win'
I:addFile '/cache/backup_stage' including root: 0
==> set selinux context: ubject_r:cache_backup_file:s0
I:addFile '/cache/magisk.log.bak' including root: 0
==> set selinux context: ubject_r:cache_file:s0
I:addFile '/cache/backup' including root: 0
==> set selinux context: ubject_r:cache_private_backup_file:s0
I:addFile '/cache/recovery' including root: 0
==> set selinux context: ubject_r:cache_recovery_file:s0
I:addFile '/cache/recovery/log.gz' including root: 0
==> set selinux context: ubject_r:cache_recovery_file:s0
I:addFile '/cache/recovery/recovery.fstab' including root: 0
==> set selinux context: ubject_r:cache_recovery_file:s0
I:addFile '/cache/recovery/storage.fstab' including root: 0
==> set selinux context: ubject_r:cache_recovery_file:s0
I:addFile '/cache/recovery/last_log.gz' including root: 0
==> set selinux context: ubject_r:cache_recovery_file:s0
I:addFile '/cache/recovery/.version' including root: 0
==> set selinux context: ubject_r:cache_recovery_file:s0
I:addFile '/cache/magisk.log' including root: 0
==> set selinux context: ubject_r:cache_file:s0
I:Closing tar
I:Thread id 0 tarList done, 0 archives.
I:Thread ID 0 finished successfully.
I:InfoManager saving '/data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004/cache.info'
I:createTarFork() process ended with RC=0
* Generating digest...
I:SHA2 Digest: 2d2c7f0e8009eaceb73a92396dcaf7f9392c813914412ffd9c5d4c5226826189 cache.ext4.win
I:digest_filename: /data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004/cache.ext4.win.sha2
* Digest Created.
Iartition Backup time: 0
Backing up Data (excl. storage)...
Backups of Data do not include any files in internal storage such as pictures or downloads.
I:Creating backup...
I:Creating tar file '/data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004/data.ext4.win'
I:addFile '/data/drm' including root: 0
==> set selinux context: ubject_r:drm_data_file:s0
I:addFile '/data/app-private' including root: 0
==> set selinux context: ubject_r:apk_private_data_file:s0
I:addFile '/data/anr' including root: 0
==> set selinux context: ubject_r:anr_data_file:s0
I:addFile '/data/system_ce' including root: 0
==> set selinux context: ubject_r:system_data_file:s0
I:addFile '/data/system_ce/0' including root: 0
==> set selinux context: ubject_r:system_data_file:s0
I:addFile '/data/system_ce/0/esCjA2d4mG3ENHKhpfhqKA' including root: 0
==> set selinux context: ubject_r:system_data_file:s0
I:addFile '/data/system_ce/0/,E4Bpv9KzA91z4eQDQMdHB' including root: 0
==> set selinux context: ubject_r:system_data_file:s0
I:addFile '/data/system_ce/0/,E4Bpv9KzA91z4eQDQMdHB/XKGHlcuZbWvm8OTLTdWdTC' including root: 0
==> set selinux context: ubject_r:system_data_file:s0
I:Error adding file '/data/system_ce/0/,E4Bpv9KzA91z4eQDQMdHB/XKGHlcuZbWvm8OTLTdWdTC' to '/data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004/data.ext4.win'
Error creating backup.
I:ERROR tarList for thread ID 0
Error creating backup.
I:InfoManager saving '/data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004/data.info'
createTarFork() process ended with ERROR: 255
Backup Failed. Cleaning Backup Folder.
I:Copied file /tmp/recovery.log to /data/media/0/TWRP/BACKUPS/R58MA7L9B2B/2020-01-22--12-34-37_treble_arm64_bvN-userdebug_10_QQ1B200105004/recovery.log
I:Set page: 'action_complete'
Iperation_end - status=1
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 16300
I:Set overlay: ''
I:Set page: 'reboot_system_routine'
I:Set page: 'rebootcheck'
I:Set page: 'appcheck'
Iperation_start: 'Check for TWRP App'
I:App not installed
I:Set page: 'rebootapp'
Iperation_end - status=0
I:Set page: 'rebootapp'
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'
Any help is appreciated.
Encrypted
Sorry for my bad english. I am not literate and in Russian )))
---------- Post added at 09:44 PM ---------- Previous post was at 09:42 PM ----------
Either disable encryption in the magisk, or you had to sew an archive (patch) to disable encryption
Sorry for my bad english. I am not literate and in Russian )))
dmitrypershin2015 said:
Encrypted
Sorry for my bad english. I am not literate and in Russian )))
---------- Post added at 09:44 PM ---------- Previous post was at 09:42 PM ----------
Either disable encryption in the magisk, or you had to sew an archive (patch) to disable encryption
Sorry for my bad english. I am not literate and in Russian )))
Click to expand...
Click to collapse
I disabled it with Magisk, but I will try with a patch via TWRP to disable it. Also, your English was great.
LoggyDogDog said:
I disabled it with Magisk, but I will try with a patch via TWRP to disable it. Also, your English was great.
Click to expand...
Click to collapse
only one solution. it is necessary to do data cleansing and sew a patch disable encryption. twrp it may not work with encryption, and apparently that's partially encrypts the files (I suppose it magisk)
dmitrypershin2015 said:
only one solution. it is necessary to do data cleansing and sew a patch disable encryption. twrp it may not work with encryption, and apparently that's partially encrypts the files (I suppose it magisk)
Click to expand...
Click to collapse
But if my system was encrypted, I wouldn’t be able to see my files in the TWRP File Manager, right? I can do that, however. So I am not sure why this is not working.
LoggyDogDog said:
But if my system was encrypted, I wouldn’t be able to see my files in the TWRP File Manager, right? I can do that, however. So I am not sure why this is not working.
Click to expand...
Click to collapse
Well, I tried to delete them (files that interfere with the log), but this is a very long time. This encryption is not the entire section but some files. In any case, if you flash the encryption disable patch, it does not repeat (formatting must be done)
Sorry for my bad english. I am not literate and in Russian )))
LoggyDogDog said:
But if my system was encrypted, I wouldn’t be able to see my files in the TWRP File Manager, right? I can do that, however. So I am not sure why this is not working.
Click to expand...
Click to collapse
Do not sufferView attachment Disable_Dm-Verity_ForceEncrypt_10.20.2019.zip
Sorry for my bad english. I am not literate and in Russian )))
dmitrypershin2015 said:
Do not sufferView attachment 4933525
Sorry for my bad english. I am not literate and in Russian )))
Click to expand...
Click to collapse
Didn't work, sadly. I just booted back into the system after a long boot, and then I tried to make a backup in TWRP. Still got the error.
LoggyDogDog said:
Didn't work, sadly. I just booted back into the system after a long boot, and then I tried to make a backup in TWRP. Still got the error.
Click to expand...
Click to collapse
And do not fix it. This is so that there is no such thing.
Sorry for my bad english. I am not literate and in Russian )))
dmitrypershin2015 said:
And do not fix it. This is so that there is no such thing.
Sorry for my bad english. I am not literate and in Russian )))
Click to expand...
Click to collapse
Ah, that sucks. Thanks for the help anyway.
LoggyDogDog said:
Ah, that sucks. Thanks for the help anyway.
Click to expand...
Click to collapse
Translation bug. This will not fix it. But. Data cleaning. Flash patch. And it will not happen again
Sorry for my bad english. I am not literate and in Russian )))
dmitrypershin2015 said:
Translation bug. This will not fix it. But. Data cleaning. Flash patch. And it will not happen again
Sorry for my bad english. I am not literate and in Russian )))
Click to expand...
Click to collapse
I will try factory reset and flashing that. Thanks.
Also, what I tried to do to fix it was wiping everything, including internal storage, then flashing stock firmware on the phone via Odin. That did not work, sadly, so let us hope that this works. Thanks.
LoggyDogDog said:
I will try factory reset and flashing that. Thanks.
Also, what I tried to do to fix it was wiping everything, including internal storage, then flashing stock firmware on the phone via Odin. That did not work, sadly, so let us hope that this works. Thanks.
Click to expand...
Click to collapse
I wrote what to do. after installing twrp you need to sew the patch
Sorry for my bad english. I am not literate and in Russian )))
Hello everyone!
I have TWRP Recovery.
I go on ADB sideload and put in the cmd: adb sideload MIUI 7 v5.10.2.gm.zip. Up to here, we are. Now the problem is when it starts flashing. then at some point (if I remember correctly 57%), it says adb: failed to read command: No error. The phone restarts and stays in the boot forever (Obviously there is no operating system).
This happens on every custom ROM.
With "adb sideload" you can only flash a device's Stock ROM, but never a Custom ROM.
jwoegerbauer said:
With "adb sideload" you can only flash a device's Stock ROM, but never a Custom ROM.
Click to expand...
Click to collapse
sure you can I sideload a custom rom every day on my pixel 5
TheTesrter said:
Hello everyone!
I have TWRP Recovery.
I go on ADB sideload and put in the cmd: adb sideload MIUI 7 v5.10.2.gm.zip. Up to here, we are. Now the problem is when it starts flashing. then at some point (if I remember correctly 57%), it says adb: failed to read command: No error. The phone restarts and stays in the boot forever (Obviously there is no operating system).
This happens on every custom ROM.
Click to expand...
Click to collapse
you need to wipe data before you sideload a custom rom
jons99 said:
you need to wipe data before you sideload a custom rom
Click to expand...
Click to collapse
Yes, I format and wipe all partition! I don't know,really.
jons99 said:
sure you can I sideload a custom rom every day on my pixel 5
Click to expand...
Click to collapse
Yes one can sideload Custom ROMs via ADB but this typically requires that device's bootloader got unlocked and AVB got disabled.
May be on a Pixel 5 it directly works ...
jwoegerbauer said:
Yes one can sideload Custom ROMs via ADB but this typically requires that device's bootloader got unlocked and AVB got disabled.
May be on a Pixel 5 it directly works ...
Click to expand...
Click to collapse
I have unlocked boot loader, the phone have android 5.0, i have twrp.
jwoegerbauer said:
Yes one can sideload Custom ROMs via ADB but this typically requires that device's bootloader got unlocked and AVB got disabled.
May be on a Pixel 5 it directly works ...
Click to expand...
Click to collapse
one must have an unlocked bootloader in order to use twrp
TheTesrter said:
I have unlocked boot loader, the phone have android 5.0, i have twrp.
Click to expand...
Click to collapse
look dude make sure you have the correct files you need to flash and if you do and it still doesn't work then in twrp go to advanced and take a log the log goes in the twrp folder copy it to your pc and look in it scroll all the way down to the end and you'll see why it didn't flash
jons99 said:
look dude make sure you have the correct files you need to flash and if you do and it still doesn't work then in twrp go to advanced and take a log the log goes in the twrp folder copy it to your pc and look in it scroll all the way down to the end and you'll see why it didn't flash
Click to expand...
Click to collapse
Thanks! Now I'm occupied, I will try later.
jons99 said:
look dude make sure you have the correct files you need to flash and if you do and it still doesn't work then in twrp go to advanced and take a log the log goes in the twrp folder copy it to your pc and look in it scroll all the way down to the end and you'll see why it didn't flash
Click to expand...
Click to collapse
One thing, when I flash a room the phone restart... Then the log is deleted or it remains?
So? The thread is dead?
TheTesrter said:
So? The thread is dead?
Click to expand...
Click to collapse
did you get a log? if you did share
jons99 said:
did you get a log? if you did share
Click to expand...
Click to collapse
I asked when the phone reboot when the flashing stops, the logs remain or it will be deleted?
TheTesrter said:
I asked when the phone reboot when the flashing stops, the logs remain or it will be deleted?
Click to expand...
Click to collapse
should remain
you need 'adb sideload'
Clipping Path Adept said:
you need 'adb sideload'
Click to expand...
Click to collapse
Yes, I do it:
"adb sideload "C:\Users\ingfr\Downloads\MIUI 7 v5.10.2.gm.zip""
I'm trying now to get recovery log...
EDIT:
Strange.. Same error but OS is booting...
Wait for more updates
Sadly, I can't see the log (it doesn't save the log, when the phone shut down, the log deletes)..
BUT BUT, the os is working!
But, the thread is not closed, I need to resolve this problem...
jons99 said:
did you get a log? if you did share
Click to expand...
Click to collapse
hey @jons99....am a bit facing something a bit similar:
__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 3.3.1-0-f5955b1c on Sun Jan 1 11:18:19 2023
(pid 2779)
BOARD_HAS_NO_REAL_SDCARD := true
TW_NO_REBOOT_BOOTLOADER := true
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
TW_HAS_DOWNLOAD_MODE := true
TW_INCLUDE_CRYPTO := true
I:TW_BRIGHTNESS_PATH := /sys/devices/13900000.dsim/backlight/panel/brightness
I:Found brightness file at '/sys/devices/13900000.dsim/backlight/panel/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 162
I:LANG: en
Starting the UI...
setting DRM_FORMAT_ABGR8888 and GGL_PIXEL_FORMAT_BGRA_8888, GGL_PIXEL_FORMAT may not match!
cannot find/open a drm device: No such file or directory
fb0 reports (possibly inaccurate):
vi.bits_per_pixel = 32
vi.red.offset = 16 .length = 8
vi.green.offset = 8 .length = 8
vi.blue.offset = 0 .length = 8
setting GGL_PIXEL_FORMAT_BGRA_8888
double buffered
framebuffer: 0 (1440 x 2560)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 162
I:Loading package: splash (/twres/splash.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/splash.xml' directly
I:Checking resolution...
I:Scaling theme width 1.333333x and height 1.333333x, 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)
=> Linking mtab
=> Processing /etc/recovery.fstab
I:Reading /etc/recovery.fstab
Irocessing '/boot'
Irocessing '/recovery'
Irocessing '/system'
Irocessing '/data'
Irocessing '/cache'
Irocessing '/modem'
Irocessing '/efs'
I:Created '/efs' folder.
Irocessing '/usbstorage'
I:Created '/usbstorage' folder.
Ione processing fstab files
I:Setting up '/data' as data/media emulated storage.
I:Created '/sdcard' folder.
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:Setting up '/data' as data/media emulated storage.
I:Backup folder set to '/data/media/TWRP/BACKUPS/06157df609869927'
I:Settings storage is '/data/media'
Iecrypt adopted storage starting
IageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:No /data/system/storage.xml for adopted storage
Updating partition details...
Iata backup size is 0MB, free: 25745MB.
I:Can't probe device /dev/block/sda3
Failed to mount '/efs' (Invalid argument)
I:Actual block device: '/dev/block/sda3', current file system: 'ext4'
I:Unable to mount '/usbstorage'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/sda5 | Size: 28MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sda5
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
/recovery | /dev/block/sda6 | Size: 34MB
Flags: IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/sda6
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
/system | /dev/block/sda15 | Size: 3553MB Used: 3336MB Free: 217MB Backup Size: 3336MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/sda15
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/sda18 | Size: 25790MB Used: 0MB Free: 25745MB 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/sda18
Crypto_Key_Location: footer
Length: -20480
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
/cache | /dev/block/sda16 | Size: 192MB Used: 2MB Free: 189MB Backup Size: 2MB
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/sda16
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
/modem | /dev/block/sda8 | Size: 42MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/sda8
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
/efs | /dev/block/sda3 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/sda3
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
/usbstorage | | 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/sdd1
Alternate_Block_Device: /dev/block/sdd
Display_Name: USB Storage
Storage_Name: USB Storage
Backup_Path: /usbstorage
Backup_Name: usbstorage
Backup_Display_Name: USB Storage
Storage_Path: /usbstorage
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
I:Loading package: TWRP (/data/media/TWRP/theme/ui.zip)
I:Loading zip theme
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_PT.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/el.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/cz.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
IageManager::LoadFileToBuffer loading filename: '/twres/ui.xml' directly
I:Checking resolution...
I:Scaling theme width 1.333333x and height 1.333333x, 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...
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:Unable to open '/data/media/TWRP/BACKUPS/06157df609869927'
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 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 terminalcommand
I:Loading page sideload
I:Loading page fixcontexts
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)
Startup Commands:
ro.sf.lcd_density=560
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.arch=exynos7420
ro.boot.hw_rev=10
ro.boot.sec_atd.tty=/dev/ttySAC1
ro.boot.selinux=permissive
ro.boot.hardware=samsungexynos7420
ro.boot.serialno=06157df609869927
ro.boot.ucs_mode=0
ro.boot.bootdevice=15570000.ufs
ro.boot.bootloader=G925FXXU6EVG4
ro.boot.fmp_config=0
ro.boot.debug_level=0x4f4c
ro.boot.warranty_bit=1
ro.boot.emmc_checksum=3
ro.boot.hmac_mismatch=0
ro.boot.odin_download=1
ro.boot.security_mode=1526595585
ro.boot.boot_salescode=
ro.hwui.fbo_cache_size=16
ro.hwui.path_cache_size=16
ro.hwui.layer_cache_size=58
ro.hwui.shape_cache_size=4
ro.hwui.texture_cache_size=88
ro.hwui.gradient_cache_size=2
ro.hwui.r_buffer_cache_size=8
ro.hwui.drop_shadow_cache_size=6
ro.hwui.text_large_cache_width=4096
ro.hwui.text_small_cache_width=1024
ro.hwui.text_large_cache_height=2048
ro.hwui.text_small_cache_height=1024
ro.hwui.texture_cache_flushrate=0.4
ro.omni.device=zerolte
ro.omni.version=6.0.1-20190521-zerolte-HOMEMADE
ro.twrp.boot=1
ro.twrp.version=3.3.1-0
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=exynos7420
ro.build.id=MOB30M
ro.build.date=Tue May 21 20:54:04 UTC 2019
ro.build.date.utc=0
ro.build.host=27a846b0703a
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=jenkins
ro.build.flavor=omni_zerolte-eng
ro.build.display.id=omni_zerolte-eng 6.0.1 MOB30M 16 test-keys
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=16
ro.build.version.preview_sdk=0
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2016-06-01
ro.build.characteristics=default
ro.kernel.android.checkjni=1
ro.secure=0
ro.zygote.disable_gl_preload=1
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.name=zeroltexx
ro.product.board=samsungexynos7420
ro.product.brand=samsung
ro.product.model=SM-G925F
ro.product.device=zerolte
ro.product.manufacturer=samsung
ro.baseband=unknown
ro.bootmode=unknown
ro.chipname=exynos7420
ro.hardware=samsungexynos7420
ro.revision=0
ro.serialno=06157df609869927
ro.bootimage.build.date=Tue May 21 20:58:48 UTC 2019
ro.bootimage.build.date.utc=1558472328
ro.bootimage.build.fingerprint=samsung/omni_zerolte/zerolte:6.0.1/MOB30M/16:eng/test-keys
ro.bootloader=G925FXXU6EVG4
ro.debuggable=1
ro.modversion=OmniROM-6.0.1-20190521-zerolte-HOMEMADE
ro.setupwizard.enterprise_mode=1
ro.lcd_brightness=162
ro.lcd_min_brightness=0
net.bt.name=Android
net.change=net.bt.name
sys.usb.state=mtp,adb
sys.usb.config=mtp,adb
sys.usb.configfs=0
init.svc.adbd=stopping
init.svc.ueventd=running
init.svc.recovery=running
init.svc.set_permissive=stopped
twrp.crash_counter=0
twrp.action_complete=0
debug.atrace.tags.enableflags=0
dalvik.vm.isa.arm.variant=generic
dalvik.vm.isa.arm.features=default
dalvik.vm.isa.arm64.variant=generic
dalvik.vm.isa.arm64.features=default
dalvik.vm.usejit=true
dalvik.vm.lockprof.threshold=500
dalvik.vm.dex2oat-filter=verify-at-runtime
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.image-dex2oat-filter=verify-at-runtime
persist.sys.usb.config=mtp,adb
persist.sys.dalvik.vm.lib.2=libart
persist.sys.root_access=1
service.adb.root=1
Renaming regular /file_contexts -> /file_contexts.bak
Moving /prebuilt_file_contexts -> /file_contexts
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
tw_get_context got selinux context: ubject_r:media_rw_data_file:s0
I:Got default contexts and file mode for storage files.
I:Copying file /cache/recovery/log to /cache/recovery/last_log
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/06157df609869927'
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Unable to mount '/usbstorage'
I:Actual block device: '', current file system: 'vfat'
__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 162
IageManager::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/06157df609869927'
I:Starting MTP
I:[MTP] Starting MTP
I:sending message to add 65537 '/data/media' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media'
MTP Enabled
I:Switching packages (TWRP)
I:Set page: 'system_readonly'
I:[MTP] Using '/dev/mtp_usb' for MTP device.
I:[MTP] created new mtpserver object
I:[MTP] MtpServer::run fd: 31
I:[MTP] mtppipe add storage 65537 '/data/media'
I:[MTP] MtpStorage id: 65537 path: /data/media
I:Is_Mounted: Unable to find partition for path '/vendor'
Iperation_start: 'Toggle System Mount'
Iperation_end - status=1
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:Starting Adb Backup FIFO
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:TWFunc::Set_Brightness: Setting brightness control to 5
I:TWFunc::Set_Brightness: Setting brightness control to 162
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 162
I:Set overlay: ''
E:[MTP] request read returned -1, errno: 5, exiting MtpServer::run loop
I:[MTP] MtpServer::run fd: 31
I:Set page: 'wipe'
I:Set page: 'advancedwipe'
I:Set page: 'action_page'
Iperation_start: 'Format'
I:wipe list 'DALVIK;/system;/data;INTERNAL;/cache;/usbstorage;'
I:wipe_path 'DALVIK'
Wiping Cache & Dalvik...
Cleaned: /data/dalvik-cache...
-- Dalvik Cache Directories Wipe Complete!
I:wipe_path '/system'
Formatting System using make_ext4fs...
Creating filesystem with parameters:
Size: 3879731200
Block size: 4096
Blocks per group: 32768
Inodes per group: 8176
Inode size: 256
Journal blocks: 14800
Label:
Blocks: 947200
Block groups: 29
Reserved block group size: 231
Created filesystem with 11/237104 inodes and 31544/947200 blocks
warning: wipe_block_device: Wipe via secure discard failed, used discard instead
I:wipe_path '/data'
Wiping data without wiping /data/media ...
I:skipped '/data/lost+found'
I:skipped '/data/misc/vold'
I:skipped '/data/media'
Done.
I:sending message to add 65537 '/data/media' 'Internal Storage'
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:Message sent, remove storage ID: 65537
I:[MTP] mtppipe add storage 65537 '/data/media'
I:[MTP] MtpStorage id: 65537 path: /data/media
E:[MTP] MtpServer::addStorage Storage for storage ID 65537 already exists.
I:[MTP] mtppipe remove storage 65537
I:Recreating /data/media folder.
I:sending message to remove 65537
I:Message sent, remove storage ID: 65537
I:[MTP] mtppipe remove storage 65537
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:sending message to add 65537 '/data/media' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media'
I:wipe_path '/cache'
I:[MTP] mtppipe add storage 65537 '/data/media'
I:[MTP] MtpStorage id: 65537 path: /data/media
Formatting Cache using make_ext4fs...
Creating filesystem with parameters:
Size: 209715200
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 51200
Block groups: 2
Reserved block group size: 15
Created filesystem with 11/12800 inodes and 1865/51200 blocks
warning: wipe_block_device: Wipe via secure discard failed, used discard instead
I:Recreating /cache/recovery/ folder.
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:wipe_path '/usbstorage'
Formatting USB Storage using mkfs.fat...
No device specified!
Usage: mkfs.fat [-a][-A][-c][-C][-v][-I][-l bad-block-file][-b backup-boot-sector]
[-m boot-msg-file][-n volume-name][-i volume-id]
[-s sectors-per-cluster][-S logical-sector-size][-f number-of-FATs]
[-h hidden-sectors][-F fat-size][-r root-dir-entries][-R reserved-sectors]
[-M FAT-media-byte][-D drive_number]
[--invariant]
[--help]
/dev/name [blocks]
mkfs.fat 3.0.28 (2015-05-16)
mkfs.fat process ended with ERROR: 1
Unable to wipe USB Storage.
Unable to wipe /usbstorage.
Updating partition details...
Iata backup size is 0MB, free: 25746MB.
I:Can't probe device /dev/block/sda3
Failed to mount '/efs' (Invalid argument)
I:Actual block device: '/dev/block/sda3', current file system: 'ext4'
I:Unable to mount '/usbstorage'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'action_complete'
Iperation_end - status=1
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 162
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'advancedwipe'
I:Set page: 'wipe'
I:Set page: 'advancedwipe'
I:Set page: 'action_page'
Iperation_start: 'Format'
I:wipe list 'DALVIK;/system;/data;/cache;'
I:wipe_path 'DALVIK'
Wiping Cache & Dalvik...
-- Dalvik Cache Directories Wipe Complete!
I:wipe_path '/system'
Formatting system using make_ext4fs...
Creating filesystem with parameters:
Size: 3879731200
Block size: 4096
Blocks per group: 32768
Inodes per group: 8176
Inode size: 256
Journal blocks: 14800
Label:
Blocks: 947200
Block groups: 29
Reserved block group size: 231
Created filesystem with 11/237104 inodes and 31544/947200 blocks
warning: wipe_block_device: Wipe via secure discard failed, used discard instead
I:wipe_path '/data'
Wiping data without wiping /data/media ...
I:skipped '/data/lost+found'
I:skipped '/data/media'
I:skipped '/data/misc/vold'
Done.
I:sending message to add 65537 '/data/media' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media'
I:wipe_path '/cache'
I:[MTP] mtppipe add storage 65537 '/data/media'
I:[MTP] MtpStorage id: 65537 path: /data/media
E:[MTP] MtpServer::addStorage Storage for storage ID 65537 already exists.
Formatting cache using make_ext4fs...
Creating filesystem with parameters:
Size: 209715200
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 51200
Block groups: 2
Reserved block group size: 15
Created filesystem with 11/12800 inodes and 1865/51200 blocks
warning: wipe_block_device: Wipe via secure discard failed, used discard instead
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: 25746MB.
I:Can't probe device /dev/block/sda3
Failed to mount '/efs' (Invalid argument)
I:Actual block device: '/dev/block/sda3', current file system: 'ext4'
I:Unable to mount '/usbstorage'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'action_complete'
Iperation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'advancedwipe'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'sideload'
I:Set page: 'action_page'
Iperation_start: 'Sideload'
Starting ADB sideload feature...
E:[MTP] request read returned -1, errno: 5, exiting MtpServer::run loop
Iisabling MTP
Stopping adbd...
adbd pid 2931 found, sending kill.
BOARD_HAS_NO_REAL_SDCARD := true
TW_NO_REBOOT_BOOTLOADER := true
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
TW_HAS_DOWNLOAD_MODE := true
TW_INCLUDE_CRYPTO := true
I:TW_BRIGHTNESS_PATH := /sys/devices/13900000.dsim/backlight/panel/brightness
I:Found brightness file at '/sys/devices/13900000.dsim/backlight/panel/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 162
I:LANG: en
sideload-host file size 613456278 block size 65536
Installing zip file '/sideload/package.zip'
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 162
I:TWFunc::Set_Brightness: Setting brightness control to 5
I:TWFunc::Set_Brightness: Setting brightness control to 0
minzip: Could not find end-of-central-directory in Zip
minzip: Parsing archive 0x7f7b97de50 failed
Zip file is corrupt!
I:Signaling child sideload process to exit.
sideload_host finished
I:Waiting for child sideload process to exit.
I:sending message to add 65537 '/data/media' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media'
I:Set page: 'action_complete'
I:[MTP] Starting MTP
I:TWFunc::Set_Brightness: Setting brightness control to 162
Iperation_end - status=1
I:[MTP] Using '/dev/mtp_usb' for MTP device.
I:[MTP] created new mtpserver object
I:[MTP] MtpServer::run fd: 33
I:[MTP] mtppipe add storage 65537 '/data/media'
I:[MTP] MtpStorage id: 65537 path: /data/media
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'advanced'
I:Set page: 'sideload'
I:Set page: 'action_page'
Iperation_start: 'Sideload'
Starting ADB sideload feature...
E:[MTP] request read returned -1, errno: 5, exiting MtpServer::run loop
Iisabling MTP
Stopping adbd...
adbd pid 3202 found, sending kill.
BOARD_HAS_NO_REAL_SDCARD := true
TW_NO_REBOOT_BOOTLOADER := true
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
TW_HAS_DOWNLOAD_MODE := true
TW_INCLUDE_CRYPTO := true
I:TW_BRIGHTNESS_PATH := /sys/devices/13900000.dsim/backlight/panel/brightness
I:Found brightness file at '/sys/devices/13900000.dsim/backlight/panel/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 162
I:LANG: en
I:TWFunc::Set_Brightness: Setting brightness control to 5
I:TWFunc::Set_Brightness: Setting brightness control to 0
sideload-host file size 613456278 block size 65536
Installing zip file '/sideload/package.zip'
I:TWFunc::Set_Brightness: Setting brightness control to 162
I:Set overlay: ''
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 162
I:Set overlay: ''
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 162
I:Set overlay: ''
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 162
I:Set overlay: ''
minzip: Could not find end-of-central-directory in Zip
minzip: Parsing archive 0x7f7b7fde50 failed
Zip file is corrupt!
I:Signaling child sideload process to exit.
I:Waiting for child sideload process to exit.
sideload_host finished
I:[MTP] Starting MTP
I:sending message to add 65537 '/data/media' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media'
I:Set page: 'action_complete'
Iperation_end - status=1
I:[MTP] Using '/dev/mtp_usb' for MTP device.
I:[MTP] created new mtpserver object
I:[MTP] MtpServer::run fd: 33
I:[MTP] mtppipe add storage 65537 '/data/media'
I:[MTP] MtpStorage id: 65537 path: /data/media
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 162
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'advanced'
I:Set page: 'copylog'
I:Set page: 'action_page'
Iperation_start: 'Copy Log'
I:Copying file /tmp/recovery.log to /data/media/recovery.log
So, @jons99 what does that mean? Am a newbie at this whole thing; so i need some help. Phone is Samsung Galaxy Edge (SM-G925F --- zerolte ----- android 7)