Stuck on bootloader and phone won't flash firmware - G 2014 Q&A, Help & Troubleshooting

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.

Hi,
I actually have a similar issue with mine:
- I can't get to flash TWRP permanently; I always get the default recovery; if I boot TWRP, after about one minute, the phone reboots by itself and I can't do anything.
- I could issue all the flash commands mentioned here and all looks "ok", but at the end the "oem lock" fails and when it reboots, nothing is actually flashed...
Looks like a bad issue with the flash

Anybody who could explain how this happens?
(not being able to permanently boot in TWRP)
How this could be solved?

I have the EXACT same problem with my XT1068, except I can't even boot into TWRP by using the boot instead of the flash command. The phone just reboots after the TWRP loading screen. It seems like the internal storage is corrupted for all of us. If you type "fastboot format (any partition)", the output will be "Formatting is not supported for file system with type 'raw'." A filesystem can't be raw, the storage has to be formatted as, for example, NTFS on Windows. Nothing I do seems to override the boot animation (which just loops) of the custom 8.1 ROM I had installed when this issue occurred. I don't really care since it's just an old phone I gave to my sister as a temporary phone, but I'd love to find out what exactly is going on and why, and if there's even a way to fix it.

gustavo.momente said:
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.
Click to expand...
Click to collapse
Follow this link i think it will solve your problem https://forum.xda-developers.com/showpost.php?p=74969660&postcount=222

Related

[SOLVED] Back to stock!

Hey everyone,
I tried updating my phone to the latest 4.4.3 version. However, the update failed for a reason beyond my understanding.
I looked up at the bootloader and found that I have a "TAMPERED" and "UNLOCKED" flag, so I tried to remove the "TAMPERED" flag, and since I DON'T have S-OFF and I needed to use Rumrunner at first and then Firewater since my HBOOT is 1.56. both of them didn't work. Lastly I tried removing with with revone - a desperate situation - but it failed as well.
I really want to unroot and relock my bootloader and return everything to stock, just to install the 4.4.3 version and to keep on receiving OTA updates. However, I have two problems retrieving the correct RUU file: first, my CID is HTC_332, and second my "brand" is htc_la_spa. So I really don't know which RUU file to choose.
I know there are lots of guides hanging around there, but I would really appreciate if any of you guys can provide me a step-by-step on how to return to stock and which RUU file I should be using. I think it's worth mentioning that I use my HTC in Israel, but I haven't made any changes to the CID in anyway.
Thanks in advance for your help! ^_^
Here is the log I took out from fastboot command :
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.56.0000
(bootloader) version-baseband: 4A.23.3263.28
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.22.599.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__332
(bootloader) battery-status: good
(bootloader) battery-voltage: 4325mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0b0efc32
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.048s
Don't post your imei & device serial remove them , my phone same 1.56 I tried But can't be s-off not working
Please remove the serial and imei as well ahmed blue
Help? anyone?
Moderator information,
Post has been edited to remove IMEI and serial number. It is never a good idea to post these online as they are your personal information.
Ghost
Help!
bump
In addition to all of the above, I'm pasting my recovery log regarding the failed update process:
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 2.7.1.1 on Sun Jun 29 07:33:54 2014
BOARD_HAS_NO_REAL_SDCARD := true
I:Internal path defined: '/data/media'
I:External path defined: '/usb-otg'
I:Mount: Unable to find partition for path '/data'
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
TW_INCLUDE_CRYPTO := true
I:TW_BRIGHTNESS_PATH := /sys/class/leds/lcd-backlight/brightness
I:Found brightness file at '/sys/class/leds/lcd-backlight/brightness'
Starting the UI...Pixel format: 1080x1920 @ 32bpp
Pixel format: RGBX_8888
Not using qualcomm overlay, 'msmfb44_90301'
framebuffer: fd 3 (1080 x 1920)
=> Linking mtab
=> Processing recovery.fstab
I:Processing '/boot'
I:Processing '/cache'
I:Processing '/data'
I:Created '/sdcard' folder.
I:mount '/data/media' '/sdcard' process ended with RC=0
I:mount '/data/media/0' '/sdcard' process ended with RC=0
I:mount '/data/media/0' '/sdcard' process ended with RC=0
I:Processing '/misc'
I:Processing '/recovery'
I:Processing '/system'
I:Processing '/usb-otg'
I:Created '/usb-otg' folder.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/HT35SW909026'
I:Settings storage is '/data/media/0'
Updating partition details...
I:Data backup size is 1324MB, free: 21328MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'auto'
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p33 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p33
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/mmcblk0p36 | Size: 629MB Used: 10MB Free: 619MB Backup Size: 10MB
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/mmcblk0p36
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/mmcblk0p37 | Size: 26206MB Used: 1324MB Free: 21328MB Backup Size: 1324MB
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/mmcblk0p37
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
/misc | /dev/block/mmcblk0p19 | Size: 0MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p19
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/mmcblk0p34 | Size: 15MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p34
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/mmcblk0p35 | Size: 1763MB Used: 1658MB Free: 105MB Backup Size: 1658MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p35
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 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
I:Loading package: TWRP (/script/ui.xml)
I:Loading package: TWRP (/data/media/0/TWRP/theme/ui.zip)
I:Loading package: TWRP (/res/ui.xml)
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page main
I:Loading page main2
I:Loading page install
I:Loading page flash_confirm
I:Loading page flash_zip
I:Loading page flash_done
I:Loading page clear_vars
I:Loading page confirm_action
I:Loading page action_page
I:Loading page singleaction_page
I:Loading page action_complete
I:Loading page filecheck
I:Loading page rebootcheck
I:Loading page wipe
I:Loading page advancedwipe
I:Loading page formatdata
I:Loading page formatdata_confirm
I:Loading page checkpartitionlist
I:Loading page partitionoptions
I:Loading page selectfilesystem
I:Loading page backup
I:Loading page backupname1
I:Loading page backupname2
I:Loading page backupencryption
I:Loading page backupencryption2
I:Loading page checkbackuppassword
I:Loading page backup_run
I:Loading page restore
I:Unable to open '/data/media/0/TWRP/BACKUPS/HT35SW909026'
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 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.
I:Got arguments from /cache/recovery/command
Startup Commands: '--update_package=INTERNALSDCARD:0/Download/OTA_M7_U_K44_SENSE60_MR_HTC_LA_SPA_5.13.599.101-4.22.599.2_release_372078.zip' '--locale=en_US' '[email protected]@'ro.boot.emmc=true
ro.boot.pagesize=2048
ro.boot.lb=1
ro.boot.efuse_info=3NSL
ro.boot.baseband=4A.23.3263.28
ro.boot.cid=HTC__332
ro.boot.devicerev=3
ro.boot.batt_poweron=good_battery
ro.boot.carrier=COMMON
ro.boot.mid=PN0711000
ro.boot.hasfp=0
ro.boot.keycaps=qwerty
ro.boot.dq=PASS
ro.boot.mode=recovery
ro.boot.serialno=HT35SW909026
ro.boot.bootloader=1.56.0000
ro.boot.nledhw=0
ro.boot.ddrmid=(0x3)
ro.boot.hardware=qcom
ro.boot.selinux=permissive
ro.serialno=HT35SW909026
ro.bootmode=recovery
ro.baseband=4A.23.3263.28
ro.bootloader=1.56.0000
ro.hardware=qcom
ro.revision=3
ro.emmc=0
ro.factorytest=0
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.sys.usb.config=adb
ro.build.id=JSS15J
ro.build.display.id=cm_m7-eng 4.3 JSS15J 8d195fb610 test-keys
ro.build.version.incremental=8d195fb610
ro.build.version.sdk=18
ro.build.version.codename=REL
ro.build.version.release=4.3
ro.build.date=Sun Jun 8 19:44:09 UTC 2014
ro.build.date.utc=0
ro.build.type=eng
ro.build.user=dees_troy
ro.build.host=ded1.ktechnology.net
ro.build.tags=test-keys
ro.product.model=One
ro.product.brand=htc
ro.product.name=m7_google
ro.product.device=m7
ro.product.board=m7
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HTC
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8960
ro.build.product=m7
ro.build.description=cm_m7-eng 4.3 JSS15J 8d195fb610 test-keys
ro.build.fingerprint=htc/cm_m7/m7:4.3/JSS15J/8d195fb610:eng/test-keys
ro.build.characteristics=default
ro.cm.device=m7
ro.rommanager.developerid=cyanogenmod
keyguard.no_require_sim=true
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.build.selinux=1
persist.sys.root_access=1
ro.cm.version=10.2-20140608-UNOFFICIAL-m7
ro.modversion=10.2-20140608-UNOFFICIAL-m7
ro.config.ringtone=Orion.ogg
ro.config.notification_sound=Argon.ogg
ro.config.alarm_alert=Hassium.ogg
ro.carrier=unknown
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
ro.kernel.android.checkjni=1
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
init.svc.ueventd=running
init.svc.recovery=running
init.svc.choice_fn=restarting
service.adb.root=1
init.svc.adbd=running
ro.9kramdump=0
I:Inserting 'install [email protected]@'
I:Copying file /cache/recovery/log to /cache/recovery/last_log
I:Attempt to load settings from settings file...
I:Settings file '/data/media/0/TWRP/.twrps' not found.
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:TWFunc::Fixup_Time: not fixing time, it seems to be already okay (after year 2000).
I:Switching packages (TWRP)
I:Set page: 'action_page'
Processing AOSP recovery commands...
I:command is: 'install' and I:value is: '[email protected]@'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'auto'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'auto'
I:Trying to find zip '[email protected]@' on '/data/media/0'...
Unable to locate zip file '[email protected]@'.
E:Error installing zip file '[email protected]@'
Done processing script file
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
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
=======================================================================================================================================
Please help! :crying:
ArmyMan007 said:
Please help! :crying:
Click to expand...
Click to collapse
try this ,http://forum.xda-developers.com/showthread.php?p=53773615#post53773615 for me worked
TAMPERED and UNLOCKED are normal flags for an unlocked bootloader, you cant get rid of them unless you are S-OFF, if Firewater etc is giving you the whelp message, then you wont get S-OFF as of yet.
Next, you MUST have stock recovery on your phone for OTAs to work, no stock recovery, no update, I can see by your output you have TWRP recovery, that's a custom recovery, stocks can be found here: http://forum.xda-developers.com/showthread.php?t=2545227 you need the stock recovery that matches this number 4.22.599.2
Also do you have stock rom on your phone ? or a custom one ?
Seanie280672 said:
TAMPERED and UNLOCKED are normal flags for an unlocked bootloader, you cant get rid of them unless you are S-OFF, if Firewater etc is giving you the whelp message, then you wont get S-OFF as of yet.
Next, you MUST have stock recovery on your phone for OTAs to work, no stock recovery, no update, I can see by your output you have TWRP recovery, that's a custom recovery, stocks can be found here: http://forum.xda-developers.com/showthread.php?t=2545227 you need the stock recovery that matches this number 4.22.599.2
Also do you have stock rom on your phone ? or a custom one ?
Click to expand...
Click to collapse
I don't have a custom rom, and I can't find the stock recovery that matches my number.
I think I should do the following:
1) Install TWRP (I tried to install a different stock recovery but it didn't work)
3) 1) Try to work rumrunner on Ubuntu 32 bit (as explained here) AFTER flashing to ADHD 31
3) IF rumrunner works: change to SuperCID
4) reflash to stock rom (I can change it to ANY rom since I have SuperCID... right?)
5) reinstall stock recovery
6) update my phone via OTA
Will this work?
ArmyMan007 said:
I don't have a custom rom, and I can't find the stock recovery that matches my number.
I think I should do the following:
1) Install TWRP (I tried to install a different stock recovery but it didn't work)
3) 1) Try to work rumrunner on Ubuntu 32 bit (as explained here) AFTER flashing to ADHD 31
3) IF rumrunner works: change to SuperCID
4) reflash to stock rom (I can change it to ANY rom since I have SuperCID... right?)
5) reinstall stock recovery
6) update my phone via OTA
Will this work?
Click to expand...
Click to collapse
1. A different stock recovery wont work, it must be the exact one.
2. ignore everything else you listed above.
3, download the OTA when it finishes, select install later
4. plug your phone into your computer and locate the OTA on your internal storage, its just a zip file.
5, open the zip with WinRAR, find inside firware.zip and open that, pull out recovery.img
6. flash recovery.img
7 delete OTA from internal storage and redownload, now try install again.
If you do any of the above you listed and s-off doesn't work, then you will be stuck on custom rom's forever unless you can find your exact stock RUU
Seanie280672 said:
6. flash recovery.img
Click to expand...
Click to collapse
can you please remind me the flash command (via Fastboot/ADB)?
ArmyMan007 said:
can you please remind me the flash command (via Fastboot/ADB)?
Click to expand...
Click to collapse
put your phone in fastboot USB
Copy recovery to the same folder as fastboot and adb on your computer
open a command window in that folder
fastboot flash recovery recovery.img
Seanie280672 said:
put your phone in fastboot USB
Copy recovery to the same folder as fastboot and adb on your computer
open a command window in that folder
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Sorry for the n00b question, but I can use the mini-sdk for this... right?
ArmyMan007 said:
Sorry for the n00b question, but I can use the mini-sdk for this... right?
Click to expand...
Click to collapse
Yes, that's where you have to put the recovery.img file that you pulled from the OTA
And where is the OTA zip located at?
ArmyMan007 said:
And where is the OTA zip located at?
Click to expand...
Click to collapse
once you have downloaded it, it will either be on the root of your internal storage, or in the download folder
Seanie280672 said:
1. A different stock recovery wont work, it must be the exact one.
2. ignore everything else you listed above.
3, download the OTA when it finishes, select install later
4. plug your phone into your computer and locate the OTA on your internal storage, its just a zip file.
5, open the zip with WinRAR, find inside firware.zip and open that, pull out recovery.img
6. flash recovery.img
7 delete OTA from internal storage and redownload, now try install again.
If you do any of the above you listed and s-off doesn't work, then you will be stuck on custom rom's forever unless you can find your exact stock RUU
Click to expand...
Click to collapse
Well, I tried to do it the way you showed me. Unfortunately, halfway through the update I get is this exclamation mark, seen here:
{
"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"
}
Interesting enough, the system update deletes itself, so I have to re-download the system update all over again...
What should I do? :crying:

[SOLVED] All partitions erased

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

No cell service on CM/AOSP roms

[On Droid Turbo/XT1254 using VZW]
For months, I have been running CM without a hiccup in cell service. A few weeks ago, I relocked bootloader and flashed the stock firmware.
Now that CM13 is official, I unlocked again with the instructions given to a fellow XDA member by Beaups. However, whenever I attempt to install any CM or AOSP (Mokee) rom, I do not get cell service (But I do get data oddly). It shows that I have bars but when trying to call, it shows "Cellular network not available". SMS do not work as well.
Figured it was the autodetect not working so I entered the autodetect id to no avail. I am able to use CF rom flawlessly but unable to use AOSP/CM.
Bootloader shows unlocked and all the firmware does match 5.1. Has this happened to anyone?
Also, has anyone that has relocked and unlock again been able to run CM without issues on VZW?
What I've tried:
- Flash firmware via RSD
- Flash firmware via Verizon Software Assistance
- Adjust LTE/ Global settings
- Add VZW APN
- Take out SIM and put back in
- Dial *228 on stock before flashing
- Flash different VZW radios
- Use autodetect ID cmd from Skrillax's CM thread
It seems as if CM-based ROMs fail to auto-detect and configure for Verizon. Any help is greatly appreciated.
Here's the log from installing CM:
__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.0.2-0 on Thu Jan 1 01:10:28 1970
(pid 241)
BOARD_HAS_NO_REAL_SDCARD := 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...Overlay graphics may work (mdssfb_90000), but not enabled. Use TW_TARGET_USES_QCOM_BSP := true to enable.
setting DRM_FORMAT_RGB565 and GGL_PIXEL_FORMAT_RGB_565
Skipping drm graphics -- not present in build tree
fb0 reports (possibly inaccurate):
vi.bits_per_pixel = 32
vi.red.offset = 0 .length = 8
vi.green.offset = 8 .length = 8
vi.blue.offset = 16 .length = 8
setting GGL_PIXEL_FORMAT_RGBA_8888
double buffered
framebuffer: 0 (1440 x 2560)
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 1.333333x and height 1.333333x, offsets x: 0 y: 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 '/system'
Irocessing '/data'
Irocessing '/cache'
Irocessing '/fsg'
I:Created '/fsg' folder.
Irocessing '/firmware'
I:Created '/firmware' folder.
Irocessing '/persist'
I:Created '/persist' folder.
Irocessing '/boot'
Irocessing '/recovery'
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/ZX1F429XVQ'
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
Updating partition details...
Iata backup size is 0MB, free: 51771MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/system | /dev/block/mmcblk0p40 | Size: 1983MB Used: 719MB Free: 1264MB Backup Size: 719MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p40
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/mmcblk0p41 | Size: 54573MB Used: 0MB Free: 51771MB 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/0
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p41
Length: -16384
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media/0
Current_File_System: f2fs
Fstab_File_System: f2fs
Backup_Method: files
MTP_Storage_ID: 65538
/cache | /dev/block/mmcblk0p39 | Size: 1389MB Used: 2MB Free: 1387MB 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/mmcblk0p39
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
/fsg | /dev/block/mmcblk0p32 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p32
Display_Name: fsg
Storage_Name: fsg
Backup_Path: /fsg
Backup_Name: fsg
Backup_Display_Name: fsg
Storage_Path: /fsg
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/firmware | /dev/block/mmcblk0p1 | Size: 121MB Used: 77MB Free: 44MB Backup Size: 77MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
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
/persist | /dev/block/mmcblk0p22 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p22
Display_Name: persist
Storage_Name: persist
Backup_Path: /persist
Backup_Name: persist
Backup_Display_Name: persist
Storage_Path: /persist
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/boot | /dev/block/mmcblk0p36 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p36
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/mmcblk0p37 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p37
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
/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: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65537
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 1.333333x and height 1.333333x, offsets x: 0 y: 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 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/0/TWRP/BACKUPS/ZX1F429XVQ'
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.
I:Not using /misc, not defined in fstab.
I:Not using /misc, not defined in fstab.
Startup Commands:
ro.com.google.clientidbase=android-google
ro.com.android.dateformat=MM-dd-yyyy
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=0x2
ro.boot.mode=normal
ro.boot.hwrev=0x84A0
ro.boot.radio=0x4
ro.boot.device=quark
ro.boot.fsg-id=verizon
ro.boot.carrier=
ro.boot.baseband=mdm
ro.boot.bl_state=2
ro.boot.hardware=qcom
ro.boot.hardware.sku=XT1254
ro.boot.serialno=ZX1F429XVQ
ro.boot.bootdevice=msm_sdcc.1
ro.boot.bootloader=0x7086
ro.boot.bootreason=reboot
ro.boot.write_protect=0
ro.boot.powerup_reason=0x00004000
ro.boot.secure_hardware=1
ro.omni.device=quark
ro.omni.version=5.1.1-20160405-quark-HOMEMADE
ro.twrp.boot=1
ro.twrp.version=3.0.2-0
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=
ro.build.id=LYZ28J
ro.build.date=Tue Apr 5 00:44:07 EDT 2016
ro.build.date.utc=0
ro.build.host=build
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=jenkins
ro.build.flavor=omni_quark-eng
ro.build.display.id=omni_quark-eng 5.1.1 LYZ28J 4 test-keys
ro.build.product=quark
ro.build.version.sdk=22
ro.build.version.base_os=
ro.build.version.release=5.1.1
ro.build.version.codename=REL
ro.build.version.incremental=4
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2015-11-01
ro.build.description=omni_quark-eng 5.1.1 LYZ28J 4 test-keys
ro.build.fingerprint=motorola/omni_quark/quark:5.1.1/LYZ28J/4:eng/test-keys
ro.build.characteristics=default
ro.config.ringtone=Orion.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_quark
ro.product.board=APQ8084
ro.product.brand=motorola
ro.product.model=quark
ro.product.device=quark
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=motorola
ro.baseband=mdm
ro.bootmode=normal
ro.hardware=qcom
ro.revision=33952
ro.serialno=ZX1F429XVQ
ro.bootloader=0x7086
ro.debuggable=1
ro.modversion=OmniROM-5.1.1-20160405-quark-HOMEMADE
ro.factorytest=0
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.set_permissive=stopped
twrp.crash_counter=0
twrp.action_complete=0
dalvik.vm.isa.arm.features=div
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.dex2oat-filter=interpret-only
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-none
persist.sys.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart.so
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 file '/data/media/0/TWRP/.twrps' not found.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/ZX1F429XVQ'
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,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/0/TWRP/BACKUPS/ZX1F429XVQ'
I:TWFunc::Fixup_Time: Pre-fix date and time: 1969-12-31--20-10-30
I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch
I:TWFunc::Fixup_Time: will attempt to use the ats files now.
I:TWFunc::Fixup_Time: no ats files found, leaving untouched!
I:Enabling MTP during startup
I:Starting MTP
Starting MTP
I:sending message to add 65538 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65538
MTP Enabled
I:Switching packages (TWRP)
I:Set page: 'system_readonly'
created new mtpserver object
MtpServer::run fd: 16
mtppipe add storage 65538 '/data/media/0'
MtpStorage id: 65538 path: /data/media/0
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: 'settings'
I:Set page: 'settings_timezone'
I:Set page: 'settings_screen'
I:Set page: 'settings_vibration'
I:Set page: 'settings_language'
I:Set page: 'settings'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'sideload'
I:Set page: 'action_page'
Iperation_start: 'Sideload'
Starting ADB sideload feature...
E:request read returned -1, errno: 5, exiting MtpServer::run loop
Iisabling MTP
BOARD_HAS_NO_REAL_SDCARD := 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
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 65538 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65538
I:Set page: 'action_complete'
Iperation_end - status=1
created new mtpserver object
MtpServer::run fd: 17
mtppipe add storage 65538 '/data/media/0'
MtpStorage id: 65538 path: /data/media/0
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'settings'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'fixcontexts'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'wipe'
I:Set page: 'action_page'
Iperation_start: 'Format'
Wiping data without wiping /data/media ...
I:skipped '/data/media'
Done.
I:sending message to add 65538 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65538
mtppipe add storage 65538 '/data/media/0'
MtpStorage id: 65538 path: /data/media/0
E:MtpServer::addStorage Storage for storage ID 65538 already exists.
Formatting Cache using make_ext4fs...
Creating filesystem with parameters:
Size: 1504657408
Block size: 4096
Blocks per group: 32768
Inodes per group: 7664
Inode size: 256
Journal blocks: 5739
Label:
Blocks: 367348
Block groups: 12
Reserved block group size: 95
Created filesystem with 11/91968 inodes and 12096/367348 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: 51771MB.
I:Unable to mount '/usb-otg'
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: 'main2'
I:Set page: 'install'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'settings'
I:Set page: 'settings_timezone'
I:Set page: 'settings'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
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: 'install'
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: 'wipe'
I:Set page: 'formatdata'
I:Set page: 'formatdata_confirm'
I:Set page: 'action_page'
Iperation_start: 'Format'
I:sending message to remove 65538
mtppipe remove storage 65538
I:Message sent, remove storage ID: 65538
I:Successfully wiped crypto footer.
Formatting Data using mkfs.f2fs...
F2FS-tools: mkfs.f2fs Ver: 1.4.0 (2014-10-18) [modified by Motorola to reserve space]
Info: Trim is disabled
Info: sector size = 512
Info: total sectors = 111771615 (in 512bytes)
Info: zone aligned segment0 blkaddr: 512
Info: format successful
I:mkfs.f2fs -t 0 -r 16384 /dev/block/mmcblk0p41 process ended with RC=0
Done.
I:sending message to add 65538 '/data/media/0' 'Internal Storage'
mtppipe add storage 65538 '/data/media/0'
MtpStorage id: 65538 path: /data/media/0
E:error opening '/data/media/0' -- error: No such file or directory
I:Message sent, add storage ID: 65538
I:Recreating /data/media folder.
I:Recreating /data/media/0 folder.
I:sending message to remove 65538
mtppipe remove storage 65538
I:Message sent, remove storage ID: 65538
E:invalid storage id
E:invalid storage id
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:sending message to add 65538 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65538
You may need to reboot recovery to be able to use /data again.
Updating partition details...
mtppipe add storage 65538 '/data/media/0'
MtpStorage id: 65538 path: /data/media/0
Iata backup size is 0MB, free: 51771MB.
I:Unable to mount '/usb-otg'
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: 'formatdata'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'wipe'
I:Set page: 'action_page'
Iperation_start: 'Format'
Wiping data without wiping /data/media ...
I:skipped '/data/media'
Done.
I:sending message to add 65538 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65538
mtppipe add storage 65538 '/data/media/0'
MtpStorage id: 65538 path: /data/media/0
E:MtpServer::addStorage Storage for storage ID 65538 already exists.
Formatting cache using make_ext4fs...
Creating filesystem with parameters:
Size: 1504657408
Block size: 4096
Blocks per group: 32768
Inodes per group: 7664
Inode size: 256
Journal blocks: 5739
Label:
Blocks: 367348
Block groups: 12
Reserved block group size: 95
Created filesystem with 11/91968 inodes and 12096/367348 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: 51771MB.
I:Unable to mount '/usb-otg'
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: 'main2'
I:Set page: 'advanced'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
Iperation_start: 'Flashing'
Installing zip file '/sdcard/cm-12.1-20160326-NIGHTLY-quark.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.
minzip: Extracted 3 file(s)
detected filesystem ext4 for /dev/block/platform/msm_sdcc.1/by-name/system
about to run program [/tmp/install/bin/backuptool.sh] with 2 args
Not backing up files from incompatible version: 12.1
run_program: child exited with status 127
about to run program [/tmp/install/bin/otasigcheck.sh] with 1 args
performing update
Patching system image unconditionally...
blockimg version is 3
maximum stash entries 0
creating stash /cache/recovery/5a79362318d00cf4c316e86435b3ed38dd35082d/
1455091712 bytes free on /cache (0 needed)
erasing 524288 blocks
writing 174731 blocks of new data
wrote 174731 blocks; expected 174731
max alloc needed was 0
deleting stash 5a79362318d00cf4c316e86435b3ed38dd35082d
detected filesystem ext4 for /dev/block/platform/msm_sdcc.1/by-name/system
about to run program [/tmp/install/bin/backuptool.sh] with 2 args
/tmp/install/bin/backuptool.sh: cd: line 112: can't cd to /tmp/addon.d/
md5sum: can't open '*sh': No such file or directory
script succeeded: result was [0.200000]I:Updater process ended with RC=0
I:Legacy property environment disabled.
Updating partition details...
Iata backup size is 0MB, free: 51385MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'flash_done'
Iperation_end - status=0
I:Set overlay: 'slideout'
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'confirm_action'
Truncating string cache entries.
I:Set page: 'action_page'
Iperation_start: 'Copy Log'
I:Copying file /tmp/recovery.log to /data/media/0/recovery.log
Thanks in advance.
richii0207 said:
[On VZW Droid Turbo]/XT1254]
For months, I have been running CM without a hiccup in cell service. A few weeks ago, I relocked bootloader and flashed the stock firmware.
Now that CM13 is official, I unlocked again with the instructions given to a fellow XDA member by Beaups. However, whenever I attempt to install any CM or AOSP (Mokee) rom, I do not get cell service (But I do get data oddly). It shows that I have bars but when trying to call, it shows "Cellular network not available". SMS do not work as well.
Figured it was the autodetect not working so I entered the autodetect id to no avail. I am able to use CF rom flawlessly but unable to use AOSP/CM.
Bootloader shows unlocked and all the firmware does match 5.1. I tried reflashing firmware via RSD but did not help. Has this happened to anyone?
Click to expand...
Click to collapse
Are u actually using Verizon or are you on straight talk or something like that I run straight talk and have to enter in my APN manually on all Roms but cf.
Grynch13 said:
Are u actually using Verizon or are you on straight talk or something like that I run straight talk and have to enter in my APN manually on all Roms but cf.
Click to expand...
Click to collapse
I am on Verizon, changing the APN to VZW configs did not work as well.
did you set network to cdma/lte?
quantum tao said:
did you set network to cdma/lte?
Click to expand...
Click to collapse
Yes I did, also did not help. I find it so strange that talk/text do not work while data works. It even shows that I have reception!
Can someone on VZW provide a log of TWRP installing CM? Thank you
Sent from my XT1254 using Tapatalk

tablet Rockcip 791 - 3126 - android 5.1.1

Hello everyone but I'm going crazy ... I'm trying to install magisk wiht twrp 3.1.0 (it's the only one that goes on the tablet) ... but it always gives me error 1 .... error installing zip file .. and first no MD5 file found ..... how you can solve ... you can direct me to some solution or for the tablet in there are no solution .... thanks
sorry for english i am italian
Just "error 1" in itself doesn't mean anything, it can have several causes. Save the recovery log after attempting to flash the zip (advanced -> copy log), upload it somewhere (hastebin, pastebin, etc) and post the link here.
re
where i found the recovery log? thanks
yellowcarp said:
where i found the recovery log? thanks
Click to expand...
Click to collapse
After flashing the zip you go to the Advanced menu and press Copy Log. It'll be saved to your internal storage.
Didgeridoohan said:
After flashing the zip you go to the Advanced menu and press Copy Log. It'll be saved to your internal storage.
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 3.1.0-0-76958ae9 on Tue Jan 30 18:31:29 2018
(pid 151)
I:=> hardware id from cpuinfo: 'Rockchip RK3126'
I:=> serial from cpuinfo: '0000000000000000'
BOARD_HAS_NO_REAL_SDCARD := 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_INCLUDE_CRYPTO := true
I:Found brightness file at '/sys/devices/backlight.21/backlight/rk28_bl/brightness'
I:Got max brightness 246 from '/sys/devices/backlight.21/backlight/rk28_bl/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 246
I:LANG: en
Starting the UI...
setting DRM_FORMAT_RGBX8888 and GGL_PIXEL_FORMAT_RGBX_8888
Skipping drm graphics -- not present in build tree
fb0 reports (possibly inaccurate):
vi.bits_per_pixel = 16
vi.red.offset = 11 .length = 5
vi.green.offset = 5 .length = 6
vi.blue.offset = 0 .length = 5
setting GGL_PIXEL_FORMAT_RGB_565
double buffered
framebuffer: 0 (800 x 1280)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 246
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.740741x 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 '/backup'
Irocessing '/misc'
Irocessing '/resource'
Irocessing '/kernel'
Irocessing '/boot'
Irocessing '/recovery'
Irocessing '/radical_update'
I:Created '/radical_update' folder.
Irocessing '/metadata'
I:Created '/metadata' folder.
Irocessing '/cache'
Irocessing '/data'
Irocessing '/system'
Irocessing '/internal_sd'
Irocessing '/external_sd'
Irocessing '/usb_storage'
I:Setting up '/data' as data/media emulated storage.
I:Created '/sdcard' folder.
Iata backup size is 935MB, free: 1090MB.
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
Iata backup size is 935MB, free: 1090MB.
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:Setting up '/data' as data/media emulated storage.
Iata backup size is 935MB, free: 1090MB.
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
Iata backup size is 935MB, free: 1090MB.
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/0000000000000000'
I:Settings storage is '/data/media/0'
Iecrypt adopted storage starting
IageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:failed to open ''
I:failed to open ''
I:failed to open ''
I:failed to open ''
I:failed to open ''
I:failed to open ''
I:failed to open ''
I:failed to open ''
I:failed to open ''
I:failed to open ''
I:failed to open ''
I:failed to open ''
Updating partition details...
I:Can't probe device /dev/block/rknand_radical_update
I:Unable to mount '/radical_update'
I:Actual block device: '/dev/block/rknand_radical_update', current file system: 'ext4'
Iata backup size is 935MB, free: 1090MB.
I:Can't probe device /dev/block/rknand_user
I:Unable to mount '/internal_sd'
I:Actual block device: '/dev/block/rknand_user', current file system: 'vfat'
I:Unable to mount '/usb_storage'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/backup | /dev/block/rknand_backup | Size: 64MB
Flags: Can_Be_Backed_Up Removable IsPresent
Primary_Block_Device: /dev/block/rknand_backup
Display_Name: Backup
Storage_Name: Backup
Backup_Path: /backup
Backup_Name: backup
Backup_Display_Name: Backup
Storage_Path: /backup
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/misc | /dev/block/rknand_misc | Size: 4MB
Flags: Can_Be_Backed_Up Removable IsPresent
Primary_Block_Device: /dev/block/rknand_misc
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
/resource | /dev/block/rknand_resource | Size: 16MB
Flags: Can_Be_Backed_Up Removable IsPresent
Primary_Block_Device: /dev/block/rknand_resource
Display_Name: Resource
Storage_Name: Resource
Backup_Path: /resource
Backup_Name: resource
Backup_Display_Name: Resource
Storage_Path: /resource
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/kernel | /dev/block/rknand_kernel | Size: 12MB
Flags: Can_Be_Backed_Up Removable IsPresent
Primary_Block_Device: /dev/block/rknand_kernel
Display_Name: Kernel
Storage_Name: Kernel
Backup_Path: /kernel
Backup_Name: kernel
Backup_Display_Name: Kernel
Storage_Path: /kernel
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/boot | /dev/block/rknand_boot | Size: 12MB
Flags: Can_Be_Backed_Up Removable IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/rknand_boot
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/rknand_recovery | Size: 32MB
Flags: Can_Be_Backed_Up Removable IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/rknand_recovery
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
/radical_update | /dev/block/rknand_radical_update | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Removable IsPresent
Primary_Block_Device: /dev/block/rknand_radical_update
Display_Name: Radical Update
Storage_Name: Radical Update
Backup_Path: /radical_update
Backup_Name: radical_update
Backup_Display_Name: Radical Update
Storage_Path: /radical_update
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/metadata | /dev/block/rknand_metadata | Size: 11MB Used: 0MB Free: 11MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Removable IsPresent
Primary_Block_Device: /dev/block/rknand_metadata
Display_Name: Metadata
Storage_Name: Metadata
Backup_Path: /metadata
Backup_Name: metadata
Backup_Display_Name: Metadata
Storage_Path: /metadata
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/cache | /dev/block/rknand_cache | Size: 121MB Used: 0MB Free: 121MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI Removable IsPresent
Primary_Block_Device: /dev/block/rknand_cache
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/rknand_userdata | Size: 1979MB Used: 935MB Free: 1090MB Backup Size: 935MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI Removable 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/rknand_userdata
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
/system | /dev/block/rknand_system | Size: 1000MB Used: 480MB Free: 519MB Backup Size: 480MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/rknand_system
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
MTP_Storage_ID: 65538
/internal_sd | /dev/block/rknand_user | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/rknand_user
Display_Name: Internal Storage
Storage_Name: Internal Storage
Backup_Path: /internal_sd
Backup_Name: internal_sd
Backup_Display_Name: Internal Storage
Storage_Path: /internal_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65539
/external_sd | /dev/block/mmcblk0p1 | Size: 1908MB Used: 61MB Free: 1846MB Backup Size: 61MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk0p1
Alternate_Block_Device: /dev/block/mmcblk0
Display_Name: External SD
Storage_Name: External SD
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: External SD
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65540
/usb_storage | | 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: /devices/10180000.usb
Display_Name: USB OTG
Storage_Name: USB OTG
Backup_Path: /usb_storage
Backup_Name: usb_storage
Backup_Display_Name: USB OTG
Storage_Path: /usb_storage
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65541
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.740741x 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/0000000000000000'
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.boot.console=ttyFIQ0
ro.boot.selinux=permissive
ro.boot.baseband=N/A
ro.boot.hardware=rk30board
ro.twrp.boot=1
ro.twrp.version=3.1.0-0
ro.allow.mock.location=1
ro.dalvik.vm.native.bridge=0
ro.secure=0
ro.zygote=zygote32
ro.baseband=N/A
ro.bootmode=unknown
ro.hardware=rk30board
ro.revision=0
ro.serialno=
ro.bootloader=unknown
ro.debuggable=1
ro.factorytest=0
init.svc.adbd=running
init.svc.healthd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.set_permissive=stopped
twrp.crash_counter=0
twrp.action_complete=0
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
service.adb.root=1
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 '/external_sd/TWRP/BACKUPS/0000000000000000'
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Can't probe device /dev/block/rknand_user
I:Unable to mount '/internal_sd'
I:Actual block device: '/dev/block/rknand_user', current file system: 'vfat'
I:Unable to mount '/usb_storage'
I:Actual block device: '', current file system: 'vfat'
I:TWFunc::Set_Brightness: Setting brightness control to 246
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:Translating partition display names
I:Backup folder set to '/external_sd/TWRP/BACKUPS/0000000000000000'
I:Starting MTP
I:[MTP] Starting MTP
I:sending message to add 65537 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65537
I:sending message to add 65538 '/system' 'System'
I:Message sent, add storage ID: 65538
I:Can't probe device /dev/block/rknand_user
I:Unable to mount '/internal_sd'
I:Actual block device: '/dev/block/rknand_user', current file system: 'vfat'
I:sending message to add 65540 '/external_sd' 'Micro SDCard'
I:Message sent, add storage ID: 65540
MTP Enabled
I:Check_Lifetime_Writes result: '17588'
I:sending message to remove 65538
I:Message sent, remove storage ID: 65538
I:Switching packages (TWRP)
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:[MTP] created new mtpserver object
I:[MTP] MtpServer::run fd: 17
I:[MTP] mtppipe add storage 65537 '/data/media/0'
I:[MTP] MtpStorage id: 65537 path: /data/media/0
I:[MTP] mtppipe add storage 65538 '/system'
I:[MTP] MtpStorage id: 65538 path: /system
I:[MTP] mtppipe add storage 65540 '/external_sd'
I:[MTP] MtpStorage id: 65540 path: /external_sd
I:[MTP] mtppipe remove storage 65538
I:Set page: 'install'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
Iperation_start: 'Flashing'
Installing zip file '/external_sd/Magisk-v15.3.zip'
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
I:Update binary zip
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment initialized.
Archive: /external_sd/Magisk-v15.3.zip
inflating: META-INF/com/google/android/update-binary
inflating: META-INF/com/google/android/updater-script
inflating: addon.d/99-magisk.sh
inflating: arm/magiskboot
inflating: arm/magiskinit
inflating: arm64/magiskboot
inflating: arm64/magiskinit
inflating: chromeos/futility
inflating: chromeos/kernel.keyblock
inflating: chromeos/kernel_data_key.vbprivk
inflating: common/boot_patch.sh
inflating: common/magisk.apk
inflating: common/util_functions.sh
inflating: x64/magiskboot
inflating: x64/magiskinit
inflating: x86/magiskboot
inflating: x86/magiskinit
inflating: META-INF/MANIFEST.MF
inflating: META-INF/CERT.SF
inflating: META-INF/CERT.RSA
************************
* Magisk v15.3 Installer
************************
- Mounting /system, /vendor
- Device platform: arm
- Constructing environment
- Found boot image: /dev/block/rknand_boot
Unable to locate class 'com/topjohnwu/magisk/utils/BootSigner'
java.lang.ClassNotFoundException: Didn't find class "com.topjohnwu.magisk.utils.BootSigner" on path: DexPathList[[zip file "/dev/tmp/install/common/magisk.apk"],nativeLibraryDirectories=[/system/lib, /system/vendor/lib]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
Suppressed: java.lang.ClassNotFoundException: com.topjohnwu.magisk.utils.BootSigner
at java.lang.Class.classForName(Native Method)
at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
... 1 more
Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
java.lang.ClassNotFoundException: Didn't find class "com.topjohnwu.magisk.utils.BootSigner" on path: DexPathList[[zip file "/dev/tmp/install/common/magisk.apk"],nativeLibraryDirectories=[/system/lib, /system/vendor/lib]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
Suppressed: java.lang.ClassNotFoundException: com.topjohnwu.magisk.utils.BootSigner
at java.lang.Class.classForName(Native Method)
at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
... 1 more
Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
- Unpacking boot image
MagiskBoot v15.3(1531) (by topjohnwu) - Boot Image Modification Tool
Parsing boot image: [/dev/block/rknand_boot]
No boot image magic found!
! Unable to unpack boot image
- Unmounting partitions
Updater process ended with ERROR: 1
I:Legacy property environment disabled.
I:Install took 9 second(s).
Error installing zip file '/external_sd/Magisk-v15.3.zip'
Updating partition details...
I:Can't probe device /dev/block/rknand_radical_update
I:Unable to mount '/radical_update'
I:Actual block device: '/dev/block/rknand_radical_update', current file system: 'ext4'
Iata backup size is 940MB, free: 1086MB.
I:sending message to remove 65538
I:Message sent, remove storage ID: 65538
I:[MTP] mtppipe remove storage 65538
I:Can't probe device /dev/block/rknand_user
I:Unable to mount '/internal_sd'
I:Actual block device: '/dev/block/rknand_user', current file system: 'vfat'
I:Unable to mount '/usb_storage'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'flash_done'
Iperation_end - status=1
I:Set page: 'clear_vars'
I:Set page: 'install'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'copylog'
I:Set page: 'action_page'
Iperation_start: 'Copy Log'
I:Copying file /tmp/recovery.log to /external_sd/recovery.log
the log is correct ? .... there is a a solution or the tablet is not supported. thanks
yellowcarp said:
the log is correct ? .... there is a a solution or the tablet is not supported. thanks
Click to expand...
Click to collapse
The log is fine, but it'd have been nice if you hadn't pasted it straight into the post like that. It's kind of hard to read... Hastebin, Pastebin and similar are nice services to use... Or just a HIDE tag would have been nice.
But, anyway... That's not what this is about.
According to the log the installer can't detect all the necessities for installing Magisk. It might mean that your device is incompatible with Magisk for the moment. There are things being done about compatibility from time to time, so that might change in the future.
You can try another thing that sometimes work when TWRP fails. Install by letting the Magisk Manager patch a stock boot image (instructions in the release thread) and then use TWRP to flash that boot image.
It it doesn't work, save that log (there's a button for that in the Manager flashing window) and upload it somewhere together with your stock boot image and post the link here for possible future compatibility. Of course, no promises...
Didgeridoohan said:
The log is fine, but it'd have been nice if you hadn't pasted it straight into the post like that. It's kind of hard to read... Hastebin, Pastebin and similar are nice services to use... Or just a HIDE tag would have been nice.
But, anyway... That's not what this is about.
According to the log the installer can't detect all the necessities for installing Magisk. It might mean that your device is incompatible with Magisk for the moment. There are things being done about compatibility from time to time, so that might change in the future.
You can try another thing that sometimes work when TWRP fails. Install by letting the Magisk Manager patch a stock boot image (instructions in the release thread) and then use TWRP to flash that boot image.
It it doesn't work, save that log (there's a button for that in the Manager flashing window) and upload it somewhere together with your stock boot image and post the link here for possible future compatibility. Of course, no promises...
Click to expand...
Click to collapse
I booted with TWRP
I reloaded the boot with TWRP
When I load the image I always have the same error.
I try to post the pastebin link
https://pastebin.com/nvyzyjg0
let me know if the log is ok ...
so I have no hopes .. should I wait for any updates?
thanks for everything lostesso I learned a lot.
yellowcarp said:
I booted with TWRP
I reloaded the boot with TWRP
When I load the image I always have the same error.
I try to post the pastebin link
https://pastebin.com/nvyzyjg0
let me know if the log is ok ...
so I have no hopes .. should I wait for any updates?
thanks for everything lostesso I learned a lot.
Click to expand...
Click to collapse
That's a log from when you install the zip in TWRP... What about the install log from when you patch the boot image with the Magisk Manager?
Didgeridoohan said:
That's a log from when you install the zip in TWRP... What about the install log from when you patch the boot image with the Magisk Manager?
Click to expand...
Click to collapse
this is what saved me in the end. It should contain boot generation, boot loading, and magisk image installation testing. Did I fail something? the orings are certainly covered in the log
do I have to repeat?
ps: sorry but I'm Italian and I do not understand very well what you ask me ...
I try to be clearer:
I boot with twrp on SD = ok
load the boot with TWRP from SD = ok
I try to load magik = error 1
yellowcarp said:
this is what saved me in the end. It should contain boot generation, boot loading, and magisk image installation testing. Did I fail something? the orings are certainly covered in the log
do I have to repeat?
ps: sorry but I'm Italian and I do not understand very well what you ask me ...
I try to be clearer:
I boot with twrp on SD = ok
load the boot with TWRP from SD = ok
I try to load magik = error 1
Click to expand...
Click to collapse
Maybe I understand .. I have to post the log in the TWRP folder ... when I can do it
yellowcarp said:
this is what saved me in the end. It should contain boot generation, boot loading, and magisk image installation testing. Did I fail something? the orings are certainly covered in the log
do I have to repeat?
ps: sorry but I'm Italian and I do not understand very well what you ask me ...
I try to be clearer:
I boot with twrp on SD = ok
load the boot with TWRP from SD = ok
I try to load magik = error 1
Click to expand...
Click to collapse
Ok, I get you.
What you need to do is this:
Save a copy of your boot image on your device.
Install the Manager from here: https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
Open the Manager, press install and choose "Patch boot image file".
Navigate to where you saved the boot image and select it.
If it fails, press Save log and upload that log.
If it succeeds, flash the resulting patched boot image file in TWRP and reboot.
If everything worked you should now be rooted with Magisk.
Didgeridoohan said:
Ok, I get you.
What you need to do is this:
Save a copy of your boot image on your device.
Install the Manager from here: https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
Open the Manager, press install and choose "Patch boot image file".
Navigate to where you saved the boot image and select it.
If it fails, press Save log and upload that log.
If it succeeds, flash the resulting patched boot image file in TWRP and reboot.
If everything worked you should now be rooted with Magisk.
Click to expand...
Click to collapse
another problem .. see to solve ... I can not write on the SD card and crashes .. I have to root to do it? thank you
yellowcarp said:
another problem .. see to solve ... I can not write on the SD card and crashes .. I have to root to do it? thank you
Click to expand...
Click to collapse
Do you mean that the Manager crashes? Make sure that it has storage permission.
You do not need to be rooted to patch the boot image with the Magisk Manager. That's the whole point... Just save the boot image somewhere on your internal storage, like you would with any other file, and then the patched image should be in the MagiskManager folder on the internal storage.
Didgeridoohan said:
Do you mean that the Manager crashes? Make sure that it has storage permission.
You do not need to be rooted to patch the boot image with the Magisk Manager. That's the whole point... Just save the boot image somewhere on your internal storage, like you would with any other file, and then the patched image should be in the MagiskManager folder on the internal storage.
Click to expand...
Click to collapse
ok .. thanks .. I can root with kingoroot from pc. Is it okay or does it take supersu?
yellowcarp said:
ok .. thanks .. I can root with kingoroot from pc. Is it okay or does it take supersu?
Click to expand...
Click to collapse
If you want to use Magisk you can't use any other root method, you have to be unrooted when installing Magisk.
Didgeridoohan said:
If you want to use Magisk you can't use any other root method, you have to be unrooted when installing Magisk.
Click to expand...
Click to collapse
loaded original firmware
made factory reset
downloaded and installed manually magisk 5.5 (in the plat store there is not)
downloaded image 15.3
install image
error ...
this is the log
- Device platform: arm
- Extracting files
- Use boot image: /data/data/com.topjohnwu.magisk/install/boot.img
grep: /etc/*fstab*: No such file or directory
- Mounting /system, /vendor
- Unpacking boot image
MagiskBoot v15.3(1531) (by topjohnwu) - Boot Image Modification Tool
Parsing boot image: [/data/data/com.topjohnwu.magisk/install/boot.img]
No boot image magic found!
! Unable to unpack boot image
Failed!
! Installation failed
it is all right ?
I expose news .. thanks thanks
yellowcarp said:
loaded original firmware
made factory reset
downloaded and installed manually magisk 5.5 (in the plat store there is not)
downloaded image 15.3
install image
error ...
this is the log
- Device platform: arm
- Extracting files
- Use boot image: /data/data/com.topjohnwu.magisk/install/boot.img
grep: /etc/*fstab*: No such file or directory
- Mounting /system, /vendor
- Unpacking boot image
MagiskBoot v15.3(1531) (by topjohnwu) - Boot Image Modification Tool
Parsing boot image: [/data/data/com.topjohnwu.magisk/install/boot.img]
No boot image magic found!
! Unable to unpack boot image
Failed!
! Installation failed
it is all right ?
I expose news .. thanks thanks
Click to expand...
Click to collapse
In that case your device simply isn't compatible with the current release of Magisk. Sorry...
You could try an old release (look in the release thread, there are a couple of old releases attached to the first post), but keep in mind that it'll be without support, if it works at all.
Another option is to hope for a future release to be compatible, but that is not a certainty.
Didgeridoohan said:
In that case your device simply isn't compatible with the current release of Magisk. Sorry...
You could try an old release (look in the release thread, there are a couple of old releases attached to the first post), but keep in mind that it'll be without support, if it works at all.
Another option is to hope for a future release to be compatible, but that is not a certainty.
Click to expand...
Click to collapse
thank you . I will wait for new versions. if I have to send something for compatibility on my model let me know. It was a beautiful experience and experience
yellowcarp said:
thank you . I will wait for new versions. if I have to send something for compatibility on my model let me know. It was a beautiful experience and experience
Click to expand...
Click to collapse
with magic manager 5.5 can I install older versions of image (14, 12 etc.) or do I have to use TWRP? thank you

[ROM][11] Havoc-OS 4.19 [Vanilla] [a3y17lte] [UNOFFICIAL] [arm64] | [UNOFFICIAL] [GSI] [Exynos7870] [A/B]

{
"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"
}
Havoc-OS 4.x is based on AOSP, inspired by Google Pixel.​Has a refined Material Design 2 UI crafted by @SKULSHADY.​Many useful features that provide a smooth premium experience.​Just flash and enjoy...​
Founder & Lead Developer:​SKULSHADY (Anushek Prasal)​​DevOPS & Scaling:​Irongfly (Sukeerat Singh Goindi)​​Support Team:​theo.j22 (Tushar Jain)​​
If you like our work and would like to support this project then please consider donating.​PayPal: https://www.paypal.me/ANUSHEK​UPI: [email protected]​
ROM a3y17lte:​Download: https://www.androidfilehost.com/?fid=4279422670115716009​
GSI Exynos7870:​Download: https://www.androidfilehost.com/?fid=4279422670115712850​​About Us: https://havoc-os.com​Recovery: https://twrp.me​Magisk: https://github.com/topjohnwu/Magisk/releases​Telegram Support Group: https://t.me/havocofficial​Telegram Announcements Channel: https://t.me/Havoc_OS​Code Review: https://review.havoc-os.com​​Telegram exynos7870:​
7870 | Community and Development
📱Community & Development 🎞 Exynos 7️⃣8️⃣7️⃣0️⃣ A320X | G610X | J530X | J701X A600X | J710X | J730X | J600X 💬Official Group: @j7_7870 🗂Repository: @repositorionex 🔬GSI Tests: @GSItests7870
t.me
YOU HAVE TO BE ON TREBLE RECOVERY!!! BEFORE INSTALL. (skip this if your recovery already shows vendor partition, running repatition-script twice soft bricks device)
Treble Recovery(Full Wipe after install) + repatition-scripthttps://forum.xda-developers.com/t/tool-a320fl-f-y-repartition-script-for-vendor-support.3951105 by Astrako​​
After running repatition-script (becuase you used stockrom, Non-treblerom, beeing a ROM less than < android10), you shoud install any android 10 ROM: like lineage-17.1 https://github.com/debie-A320FL/OTA/releases/tag/Q.22.12 for example and boot once.
It is needed to fix file contexts and enable dynamic repatitioning used by Havoc OS.
Since Havoc OS \vendor (388mb) and \system (2695mb) are quite big in size, patition sizes shipped with Astrakos initial repatition-script are insufficiant. Obmitting this will probably result in: script aborted: E1001
Usual install instuctins nothing fancy here.
1. Download the ROM, GApps (Optional), Magisk (Optional) from the links above.​2. Wipe System, Data, Dalvik, Cache.​3. Flash the ROM, GApps (Optional), Magisk (Optional).​4. Reboot and Enjoy.​
LineageOS (https://github.com/LineageOS)​Crdroid (https://github.com/crdroidandroid)​Pixel Experience (https://github.com/PixelExperience)​And all the other Developers, Testers, Donators and Users.​
Changelog ( • Device changes | - Source changes ):
05. 02. 2023
• fix livedisplay not loading
29. 01. 2023
• Initial release on xda
• version 4.19
• Tree rebase
• bsp rebase
• selinux permissive
• bluetooth rebase to OSS qti hal
• New rebased kernel on A600FNXXU9CVB1
• new OSS GPS hal thx to a720s
• bugs u tell me: Improvements are always welcome
Working | Not Working list:
Other Notes:
Some Bluetooth headsets mic wont work properly.
SafetyNet can be bypassed/fixed with :
https://github.com/kdrag0n/safetynet-fix/releases/tag/v2.4.0
and magisk link seen above.
Device Sources:
https://github.com/Havoc-OS​https://github.com/FlominatorGD/android_kernel_samsung_exynos7870-dev​https://github.com/samsungexynos7870​
XDA: DevDB Information
Havoc-OS 4.x, ROM for Samsung Galaxy a3 (2017)
Contributors
Flominator, Astrako, gonicdroid, FraSharp
ROM OS Version: Android 11
ROM Kernel: Linux 3.18.x
ROM Firmware Required: Stock Oreo 8.1 for your variant. Treble Recovery(Full Wipe after install) https://forum.xda-developers.com/t/tool-a320fl-f-y-repartition-script-for-vendor-support.3951105
Version Information
Status: final beta
Current Stable Version: 11
Release Date: 29. 01. 2023
Created 29. 01. 2023
Last Updated 05. 02. 2023
reserved
Hi Flominator
First off, thanks for working on custom ROMs for the A3. It's my favorite phone even if hardware limitations have forced me to switch model. The upshot is that I (almost) no longer care about bricking the A3.
As such, I have tried installing this ROM, but I have failed. I hope you're willing to help with that.
I have the A320FL as far as I know.
I have tried installing your ROM, taking the following steps:
1) Started on the LineageOS 17.1 build from MartinYTCZ, latest version maintained by someone else now, so not Stock Oreo. Started from Orange Fox recovery
2) Flashed the repartition script from the link above, converting me to TWRP.
3) Formatted Cache, Vendor, System, Data by switching file system to ext3, then back to ext4. Can't seem to find an easy way to make it redo ext4 without going that route.
4) Running your installer from TWRP.
I get an error message about failing to patch system image almost instantly. Of course, I was too dumb to write it all down before flashing back to what I had before, but I can go over it all again and upload logs if you would like.
If it's about not coming from the Stock Oreo, do you know anywhere I can get that as a backup rather than for USB flashing? I no longer have Windows at home, so I can't really get at ODIN without a lot of hassle.
Otherwise, is there anything else I may have missed?
I am willing to work with you and try things if you want me to. Like I said, I (almost) don't care about bricking the device by now.
Firngrod said:
Hi Flominator
First off, thanks for working on custom ROMs for the A3. It's my favorite phone even if hardware limitations have forced me to switch model. The upshot is that I (almost) no longer care about bricking the A3.
As such, I have tried installing this ROM, but I have failed. I hope you're willing to help with that.
I have the A320FL as far as I know.
I have tried installing your ROM, taking the following steps:
1) Started on the LineageOS 17.1 build from MartinYTCZ, latest version maintained by someone else now, so not Stock Oreo. Started from Orange Fox recovery
2) Flashed the repartition script from the link above, converting me to TWRP.
3) Formatted Cache, Vendor, System, Data by switching file system to ext3, then back to ext4. Can't seem to find an easy way to make it redo ext4 without going that route.
4) Running your installer from TWRP.
I get an error message about failing to patch system image almost instantly. Of course, I was too dumb to write it all down before flashing back to what I had before, but I can go over it all again and upload logs if you would like.
If it's about not coming from the Stock Oreo, do you know anywhere I can get that as a backup rather than for USB flashing? I no longer have Windows at home, so I can't really get at ODIN without a lot of hassle.
Otherwise, is there anything else I may have missed?
I am willing to work with you and try things if you want me to. Like I said, I (almost) don't care about bricking the device by now.
Click to expand...
Click to collapse
1. Big thanks, for reporting this to me
2. you already where on a treble recovery with orangefox before (if you still have orage fox image you coud revert to orangefox), (I shoud mark Instuctions more clearly in thread above)
3. now you have to select Cache, Vendor, System, Data each by Itself and by changeing back to ext 4
after that normal install instuctions shoud work
from now on
If you still get issues get back to me
best regards Flominator
I have verified that system, vendor, data and cache are all ext4 file system (As mentioned in my previous post, I switched to ext3 and then back to ext4 to force format).
Attached is a log of an install attempt. I hope that can shed some light on why it's not working. Something to keep in mind may be that my current Android has changed partition sizes along the way. I also get issues immediately after using the repartition script linked above though, so that may not be the issue.
EDIT: I cannot attach, so here goes as spoiler:
Spoiler: recovery.log
Starting OrangeFox Recovery R11.1 [core: R11.1] (built on Fri Jul 30 09:21:12 2021 for a3y17lte [dev_ver: 2021-07-16 (a2ccc06)]; pid 2601)
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
TW_INCLUDE_CRYPTO := 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 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 (720 x 1280)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 162
TW_SCREEN_BLANK_ON_BOOT := true
I:TWFunc::Set_Brightness: Setting brightness control to 0
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 0.666667x and height 0.666667x, offsets x: 0 y: 0 w: 0 h: 0
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page splash
I:Switching packages (splash)
=> Linking mtab
=> Processing /etc/recovery.fstab for SAR-detection
I:Reading /etc/recovery.fstab
Ione processing fstab files
I:SAR-DETECT: SAR System detected
=> Processing /etc/recovery.fstab
I:Reading /etc/recovery.fstab
Irocessing '/boot'
Irocessing '/cache'
Irocessing '/recovery'
Irocessing '/system'
I:Created '/system' folder.
Irocessing '/system_image'
Irocessing '/vendor'
I:Created '/vendor' folder.
Irocessing '/vendor_image'
Irocessing '/data'
I:FBE contents 'ice', filenames ''
Irocessing '/modem'
Irocessing '/efs'
I:Created '/efs' folder.
Irocessing '/storage'
Irocessing '/sdcard1'
I:Created '/sdcard1' folder.
Irocessing '/usb-otg'
I:Created '/usb-otg' folder.
Ione processing fstab files
I:Setting up '/data' as data/media emulated storage.
Irocess ended with no errors.
Irocess ended with no errors.
I:Trying wrapped key.
Ievice not encrypted/Unable to decrypt FBE device
I:Setting up '/data' as data/media emulated storage.
Irocess ended with no errors.
I:Backup folder set to '/data/media/0/Fox/BACKUPS/5200fb25fa06a4bf'
I:Settings storage is '/data/media/0'
Iecrypt adopted storage starting
IageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:successfully loaded storage.xml
I:failed to open '/dev/block/mmc1k1p1'
Updating partition details...
Iata backup size is 2596MB, free: 864MB.
I:Can't probe device /data/media/0
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/platform/13540000.dwmmc0/by-name/BOOT | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/BOOT
Display_Name: Kernel
Storage_Name: Kernel
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Kernel
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/cache | /dev/block/platform/13540000.dwmmc0/by-name/CACHE | Size: 26MB Used: 0MB Free: 26MB 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/platform/13540000.dwmmc0/by-name/CACHE
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
/recovery | /dev/block/platform/13540000.dwmmc0/by-name/RECOVERY | Size: 38MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/RECOVERY
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_root | /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM | Size: 2346MB Used: 2066MB Free: 280MB Backup Size: 2066MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM
Display_Name: System
Storage_Name: System
Backup_Path: /system_root
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system_root
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/system_image | /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM | Size: 2500MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM
Display_Name: System image
Storage_Name: System image
Backup_Path: /system_image
Backup_Name: system_image
Backup_Display_Name: System image
Storage_Path: /system_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/vendor | /dev/block/platform/13540000.dwmmc0/by-name/VENDOR | Size: 142MB Used: 131MB Free: 11MB Backup Size: 131MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/VENDOR
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/platform/13540000.dwmmc0/by-name/VENDOR | Size: 160MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/VENDOR
Display_Name: Vendor image
Storage_Name: Vendor image
Backup_Path: /vendor_image
Backup_Name: vendor_image
Backup_Display_Name: Vendor image
Storage_Path: /vendor_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/data | /dev/block/platform/13540000.dwmmc0/by-name/USERDATA | Size: 11819MB Used: 2596MB Free: 864MB Backup Size: 2596MB
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/platform/13540000.dwmmc0/by-name/USERDATA
Length: -20480
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
/modem | /dev/block/platform/13540000.dwmmc0/by-name/RADIO | Size: 45MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/RADIO
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/platform/13540000.dwmmc0/by-name/EFS | Size: 15MB Used: 1MB Free: 13MB Backup Size: 1MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/EFS
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
/storage | /data/media/0 | Size: 11819MB Used: 10954MB Free: 864MB Backup Size: 10954MB
Flags: Can_Be_Mounted Can_Be_Wiped Use_Rm_Rf Can_Be_Backed_Up Removable IsPresent
Primary_Block_Device: /data/media/0
Display_Name: Internal Storage
Storage_Name: Internal Storage
Backup_Path: /storage
Backup_Name: storage
Backup_Display_Name: Internal Storage
Storage_Path: /storage
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 4096, Mount_Options:
/sdcard1 | /dev/block/mmcblk1p1 | Size: 121910MB Used: 113345MB Free: 8565MB Backup Size: 113345MB
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/mmc1k1p1
Display_Name: Micro SDcard
Storage_Name: Micro SDcard
Backup_Path: /sdcard1
Backup_Name: sdcard1
Backup_Display_Name: Micro SDcard
Storage_Path: /sdcard1
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/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-Storage
Storage_Name: USB-Storage
Backup_Path: /usb-otg
Backup_Name: usb-otg
Backup_Display_Name: USB-Storage
Storage_Path: /usb-otg
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65539
IEBUG: OrangeFox: running the startup script...
FOX_BUILD_DATE=Fri Jul 30 09:21:12 2021
DEBUG: OrangeFox: FOX_DEVICE=a3y17lte
DEBUG: OrangeFox: FOX_KERNEL=3.18.140-SIMPLE-KERNEL_V1.0
DEBUG: OrangeFox: SYSTEM_ROOT=1
DEBUG: OrangeFox: PROPER_SAR=1
DEBUG: OrangeFox: FOX_SCRIPT_DATE=20210712
DEBUG: OrangeFox: REALTREBLE=1
DEBUG: OrangeFox: ANDROID_SDK=29
DEBUG: OrangeFox: INCREMENTAL_VERSION=eng.wistan.20221218.222146
DEBUG: OrangeFox: BUILD_FLAVOR=lineage_a3y17lte-userdebug
DEBUG: OrangeFox: ROM_FINGERPRINT=google/sunfish/sunfish:13/TQ1A.221205.011/9244662:user/release-keys
DEBUG: OrangeFox: check for Treble.
DEBUG: OrangeFox: detected a Treble ROM.
DEBUG: OrangeFox: check for MIUI.
DEBUG: OrangeFox: detected a Custom ROM.
Irocess ended with no errors.
I:- Using the ROM's fingerprint (google/sunfish/sunfish:13/TQ1A.221205.011/9244662:user/release-keys)
Irocess ended with no errors.
I:Loading package: OrangeFox (/data/media/0/Fox/.bin./pa.zip)
I:Loading zip theme
I:Loading package: OrangeFox (/twres/ui.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/zn_TW.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CH.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/vn.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ua.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ro.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/id.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-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/cs.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:Loading variables...
I:Loading pages...
I:Including file: /sdcard/Fox/.navbar/navbar.xml...
IageManager::LoadFileToBuffer loading filename: '/sdcard/Fox/.navbar/navbar.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/themes/navbar.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /sdcard/Fox/.theme/font.xml...
IageManager::LoadFileToBuffer loading filename: '/sdcard/Fox/.theme/font.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/themes/font.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /sdcard/Fox/.theme/style.xml...
IageManager::LoadFileToBuffer loading filename: '/sdcard/Fox/.theme/style.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/themes/style.xml' directly
I:Loading resources...
I:Failed to load image from Default/Progress/indeterminate033, error -1
I:Loading variables...
I:Loading pages...
I:Including file: /sdcard/Fox/.theme/accent.xml...
IageManager::LoadFileToBuffer loading filename: '/sdcard/Fox/.theme/accent.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/themes/accent.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /sdcard/Fox/.theme/action.xml...
IageManager::LoadFileToBuffer loading filename: '/sdcard/Fox/.theme/action.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/themes/action.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/resources/images.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/resources/images.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/resources/vars.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/resources/vars.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/resources/styles.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/resources/styles.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/pages/templates/base.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/templates/base.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/pages/templates/keyboard.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/templates/keyboard.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/pages/templates/navbar.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/templates/navbar.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/pages/templates/statusbar.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/templates/statusbar.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/pages/templates/templates.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/templates/templates.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/pages/main.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/main.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page main
I:Loading page navbar
I:Loading page welcome
I:Loading page aroma_busy
I:Including file: /twres/pages/pass.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/pass.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page password_enter
I:Loading page password_enter_num
I:Loading page password_enter_pattern
I:Loading page password_check
I:Loading page pass_pattern
I:Loading page pass_pattern_2
I:Loading page pass_text
I:Loading page pass_text_2
I:Loading page pass_pin
I:Loading page pass_pin_2
I:Loading page pass_remove
I:Loading page pass_check
I:Including file: /twres/pages/install.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/install.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page flash_confirm
I:Loading page fox_modules_confirm
I:Loading page queueview
I:Loading page flash_image_confirm
I:Loading page flash_image_ab
I:Loading page add_zip
I:Loading page flash_zip
I:Loading page flash_image
I:Loading page flash_done
I:Loading page flash_sleep_and_reboot
I:Loading page flash_image_done
I:Including file: /twres/pages/wipe.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/wipe.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page wipe
I:Loading page formatdata
I:Loading page formatdata_confirm
I:Loading page wipe_confirm_action
I:Loading page wipe_action_page
I:Loading page wipe_action_complete
I:Loading page checkpartitionlist
I:Loading page partitionoptions
I:Loading page refreshfilesystem
I:Loading page selectfilesystem
I:Loading page part_options
I:Including file: /twres/pages/backup.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/backup.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page backup
I:Loading page check_storage_back
I:Loading page backup_prep
I:Loading page backupname
I:Loading page backupname_auto
I:Loading page backup_encryption
I:Loading page backup_encryption2
I:Loading page checkbackuppassword
I:Loading page checkbackuppassword2
I:Loading page backup_run
I:Loading page backup_digest
I:Loading page backup_action_complete
I:Including file: /twres/pages/restore.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/restore.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page restore
I:Loading page restore_prep
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 deletebackup
I:Loading page restore_run
I:Loading page restore_confirm_action
I:Loading page restore_action_page
I:Loading page restore_action_complete
I:Including file: /twres/pages/mount.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/mount.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page mount
I:Loading page usb_mount
I:Loading page system_readonly_check
I:Loading page system_readonly
I:Loading page system_readonly_mount
I:Loading page decrypt
I:Loading page decrypt_pin
I:Loading page decrypt_pattern
I:Loading page decrypt_redirect
I:Loading page trydecrypt
I:Loading page reapply_settings
I:Loading page decrypt_users
I:Loading page decrypt_users2
I:Including file: /twres/pages/files.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/files.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page filemanagerlist
I:Loading page file_quick_actions
I:Loading page file_quick_actions_dark
I:Loading page select_path
I:Loading page select_path_dark
I:Loading page files_mkdir
I:Loading page fm_multiselection
I:Loading page fm_ms_actions
I:Loading page file_search
I:Loading page file_dark_search
I:Loading page files_redirect
I:Loading page files_bookmarks_prepare
I:Loading page files_bookmarks
I:Loading page filemanageroptions
I:Loading page openas
I:Loading page fm_file_checksum
I:Loading page fm_file_checksum_calc
I:Loading page fm_file_info
I:Loading page choosedestinationfolder
I:Loading page filemanagerrenamefile
I:Loading page filemanagerrenamefolder
I:Loading page filemanagerchmod
I:Loading page filemanagerchmod_key
I:Loading page filemanagerconfirm
I:Loading page archive_confirm
I:Loading page archive_cmd
I:Loading page filemanageraction
I:Loading page filemanagercomplete
I:Loading page cat_file
I:Including file: /twres/pages/magisk.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/magisk.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page magisk_mount
I:Loading page magisk
I:Loading page magisk_actions
I:Loading page magisk_delete
I:Including file: /twres/pages/advanced.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/advanced.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page advanced
I:Loading page mod_magisk
I:Loading page mod_unmagisk
I:Loading page mod_reset
I:Loading page mod_pass
I:Loading page fox_modules
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page terminal
I:Loading page sideload
I:Loading page fixcontexts
I:Loading page apps_load
I:Loading page apps_list
I:Unable to open '/tmp/listapps/list'
I:Unable to open '/tmp/listapps/list'
I:Including file: /twres/pages/reboot.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/reboot.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page reboot
I:Loading page set_slot
I:Including file: /twres/pages/settings.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/settings.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page settings
I:Loading page ext_general
I:Loading page pass_select
I:Loading page ext_screen
I:Loading page ext_vibrate
I:Loading page ext_backup
I:Loading page ext_time
I:Loading page ext_time_offset
I:Loading page check_zone
I:Loading page ext_time_lang
I:Loading page ext_time_lang_busy
I:Loading page about
I:Loading page about_credits
Iarsing file: /twres/credits.txt
Iarsing file: /twres/translators.txt
Iarsing file: /twres/changelog.txt
I:Loading page ext_gov
I:Loading page ext_backup_quick
I:Including file: /twres/pages/universal.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/universal.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page filecheck
I:Loading page rebootcheck
I:Loading page rebootcheckoverlay
I:Loading page no_os_warning
I:Loading page clear_vars
I:Loading page confirm_action
I:Loading page action_page
I:Loading page ota_simple
I:Loading page singleaction_page
I:Loading page action_complete
I:Including file: /twres/pages/anywhere.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/anywhere.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page lock
I:Loading page console
I:Including file: /twres/pages/dialogs.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/dialogs.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page menu
I:Loading page menu_sort
I:Loading page fm_sort
I:Loading page dialog_magisk_not_found
I:Loading page dialog_reset_average
I:Loading page dialog_lost_info
I:Loading page dialog_app
I:Loading page dialog_error_partition
I:Loading page pass_error
I:Including file: /twres/pages/customization.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/customization.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page ext_custom_reset
I:Loading page ext_custom_gest
I:Loading page ext_custom
I:Loading page ext_custom_status
I:Loading page ext_custom_key
I:Loading page ext_custom_lock
I:Loading page ext_custom_nav
I:Loading page ext_custom_other
I:Loading page ext_custom_nav_error
I:Loading page ext_custom_nav_no_switch
I:Loading page ext_custom_fonts_check
I:Loading page ext_custom_fonts
I:Loading page ext_custom_fonts_sec
I:Loading page ext_custom_fonts_size
I:Loading page ext_custom_fonts_cn
I:Loading page ext_custom_theme
I:Loading page ext_custom_splash
I:Loading page ext_custom_splash_color
I:Loading page ext_custom_splash_logo
I:Loading page ext_custom_splash_select
I:Loading page apply_changes
I:Loading page apply_splash
I:Including file: /twres/pages/fox.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/fox.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page fox_ota
I:Loading page fox_ota_lite
I:Loading page fox_lab
I:Loading page debug_pages
I:Loading page debug
I:Loading page debug_plus
I:Loading page scaling
I:Including file: /sbin/maintainer.xml...
IageManager::LoadFileToBuffer loading filename: '/sbin/maintainer.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/pages/dummy.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page maintainer
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'navbar'
I:Set page: 'filemanagerlist'
I:Switching packages (OrangeFox)
Startup Commands:
ro.boottime.adbd=11832448415
ro.boottime.init=11524
ro.boottime.init.selinux=89
ro.boottime.init.cold_boot_wait=132
ro.boottime.logd=11825914107
ro.boottime.ueventd=11642245338
ro.boottime.recovery=11829741338
ro.boottime.set_permissive=11829034645
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.wb.hs=0500
ro.boot.sales.param.offset=7340572
ro.boot.hw_rev=4
ro.boot.sec_atd.tty=/dev/ttySAC2
ro.boot.selinux=permissive
ro.boot.hardware=samsungexynos7870
ro.boot.ucs_mode=0
ro.boot.ap_serial=0x0636F4DEC5C4
ro.boot.bootloader=A320FLXXS4CSI1
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=1526595584
ro.omni.device=a3y17lte
ro.omni.version=16.1.0-20210730-a3y17lte-HOMEMADE
ro.omni.version.security_patch=
ro.twrp.sar=true
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=Fri Jul 30 11:15:17 CEST 2021
ro.build.date.utc=1627636872
ro.build.date.utc_fox=1627636872
ro.build.host=mate
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=astrako
ro.build.flavor=omni_a3y17lte-eng
ro.build.display.id=omni_a3y17lte-eng 16.1.0 PQ3B.190801.002 eng.astrak.20210730.111532 test-keys
ro.build.product=a3y17lte
ro.build.selinux=1
ro.build.version.sdk=28
ro.build.version.base_os=
ro.build.version.release=16.1.0
ro.build.version.codename=REL
ro.build.version.incremental=eng.astrak.20210730.111532
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_a3y17lte-eng 16.1.0 PQ3B.190801.002 eng.astrak.20210730.111532 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_a3y17lte
ro.product.brand=samsung
ro.product.model=Samsung Galaxy A3 2017
ro.product.device=a3y17lte
ro.product.manufacturer=samsung
ro.baseband=unknown
ro.bootmode=unknown
ro.hardware=samsungexynos7870
ro.revision=0
ro.services.whitelist.packagelist=com.google.android.gms
ro.bootimage.build.date=Fri Jul 30 11:15:17 CEST 2021
ro.bootimage.build.date.utc=1627636872
ro.bootimage.build.date.utc_fox=1627636872
ro.orangefox.sar=1
ro.orangefox.boot=1
ro.orangefox.type=Beta
ro.orangefox.build=orangefox
ro.orangefox.version=R11.1
ro.bootloader=A320FLXXS4CSI1
ro.debuggable=1
ro.modversion=OmniROM-16.1.0-20210730-a3y17lte-HOMEMADE
ro.setupwizard.enterprise_mode=1
ro.property_service.version=2
ro.control_privapp_permissions=enforce
ro.actionable_compatible_property.enabled=false
fbe.data.wrappedkey=true
fbe.contents=ice
fbe.filenames=
init.svc.adbd=stopped
init.svc.logd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.set_permissive=stopped
recovery.perf.mode=0
orangefox.adb.status=0
orangefox.rom.sdk=29
orangefox.miui.rom=0
orangefox.super.partition=false
orangefox.system.mount_point=/system_root
orangefox.system.block_device=/dev/block/platform/13540000.dwmmc0/by-name/SYSTEM
orangefox.vendor.mount_point=/vendor
orangefox.vendor.block_device=/dev/block/platform/13540000.dwmmc0/by-name/VENDOR
orangefox.postinit.status=1
orangefox.realtreble.rom=1
orangefox.crash_counter=0
orangefox.action_complete=0
sys.usb.ffs.ready=1
ro.build.fingerprint=google/sunfish/sunfish:13/TQ1A.221205.011/9244662:user/release-keys
ro.persistent_properties.ready=true
ro.boot.serialno=5200fb25fa06a4bf
ro.serialno=5200fb25fa06a4bf
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
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/Fox/.foxs'.
I:Backup folder set to '/data/media/0/Fox/BACKUPS/5200fb25fa06a4bf'
IataManager::SetBackupFolder zip path was /sdcard1 changing to /sdcard, /sdcard1
I:Copied 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 CET-1!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
I:TWFunc::Set_Brightness: Setting brightness control to 162
IassBak: Loaded backup
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/Fox/BACKUPS/5200fb25fa06a4bf'
--------------------------
Welcome to OrangeFox Recovery!
[Platform] : a3y17lte
[Release] : R11.1
[Codebase] : 28, 2021-07-16 (a2ccc06)
[Build date]: Fri Jul 30 09:21:12 2021
[Build type]: Beta
OrangeFox websites:
[Downloads] : https://orangefox.download/
[Guides/FAQ]: https://wiki.orangefox.tech/guides/
[App] : https://app.orangefox.tech/
I: [MIUI-specific features not enabled]
--------------------------
IEBUG: OrangeFox: the startup script has been executed.
* Device: a3y17lte
* Custom ROM (Treble)* lineage_a3y17lte-userdebug 10 QQ3A.200805.001 eng.wistan.20221218.222146 test-keys
* (eng.wistan.20221218.222146)
* Fingerprint: google/sunfish/sunfish:13/TQ1A.221205.011/9244662:user/release-keys
--------------------------
I:ROM Status: lineage_a3y17lte-userdebug 10 QQ3A.200805.001 eng.wistan.20221218.222146 test-keys
I:Themes version: 1.1
I:ADB & MTP disabled by maintainer
I:Check_Lifetime_Writes result: '568573'
IassBak: Loaded backup
I:Switching packages (OrangeFox)
I:Starting Adb Backup FIFO
I:Set page: 'main'
Iperation_start: 'Start MTP'
I:sending message to add 65537 '/data/media/0' 'Internal Storage'
I:[MTP] Starting MTP
I:Message sent, add storage ID: 65537 '/data/media/0'
I:sending message to add 65538 '/sdcard1' 'Micro SDcard'
I:Message sent, add storage ID: 65538 '/sdcard1'
Iperation_end - status=0
I:Set overlay: ''
Iperation_start: 'ADB'
I:Set page: 'clear_vars'
I:Set page: 'navbar'
I:Set page: 'filemanagerlist'
Iperation_end - status=0
I:[MTP] created new mtpserver object
E:[MTP] Failed to start usb driver!I:[MTP] mtppipe add storage 65537 '/data/media/0'
I:[MTP] mtppipe add storage 65538 '/sdcard1'
I:Set page: 'wipe'
I:Set page: 'wipe_action_page'
Iperation_start: 'Format'
I:wipe list 'DALVIK;/cache;/system_root;/data;'
I:wipe_path 'DALVIK'
Wiping Cache & Dalvik...
Cleaned: /data/dalvik-cache...
Cache & Dalvik Wipe completed
I:wipe_path '/cache'
Formatting Cache using mke2fs...
I:mke2fs command: mke2fs -t ext4 -b 4096 /dev/block/platform/13540000.dwmmc0/by-name/CACHE 8192
mke2fs 1.43.3 (04-Sep-2016)
Discarding device blocks: 4096/8192 done
Creating filesystem with 8192 4k blocks and 8192 inodes
Allocating group tables: 0/1 done
Writing inode tables: 0/1 done
Creating journal (1024 blocks): done
Writing superblocks and filesystem accounting information: 0/1 done
Irocess ended with no errors.
I:e2fsdroid command: e2fsdroid -e -S /file_contexts -a /cache /dev/block/platform/13540000.dwmmc0/by-name/CACHE
SELinux: Loaded file_contexts
Created filesystem with 11/8192 inodes and 1293/8192 blocks
Irocess ended with no errors.
Done
I:Recreating /cache/recovery/ folder.
I:Copied file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:wipe_path '/system_root'
tw_get_context got selinux context: ubject_r:rootfs:s0
Formatting System using mke2fs...
I:mke2fs command: mke2fs -t ext4 -b 4096 /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM 640000
mke2fs 1.43.3 (04-Sep-2016)
Discarding device blocks: 4096/640000528384/640000 done
Creating filesystem with 640000 4k blocks and 160000 inodes
Filesystem UUID: d608cf10-214b-4cb4-bb68-db74b4b750b0
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912
Allocating group tables: 0/20 done
Writing inode tables: 0/20 done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: 0/20 done
Irocess ended with no errors.
I:e2fsdroid command: e2fsdroid -e -S /file_contexts -a / /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM
SELinux: Loaded file_contexts
Created filesystem with 11/160000 inodes and 27378/640000 blocks
Irocess ended with no errors.
Done
I:wipe_path '/data'
Wiping data without wiping /data/media ...
I:skipped '/data/lost+found'
I:skipped '/data/media'
I:skipped '/data/misc/vold'
I:skipped '/data/system/storage.xml'
I:skipped '/data/.layout_version'
Done
I:sending message to add 65537 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media/0'
I:[MTP] mtppipe add storage 65537 '/data/media/0'
Updating partition details...
Iata backup size is 0MB, free: 3490MB.
I:Can't probe device /data/media/0
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'wipe_action_complete'
Iperation_end - status=0
I:Set page: 'main'
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'navbar'
I:Set page: 'wipe'
I:Set page: 'filemanagerlist'
I:Set page: 'files_redirect'
I:Set page: 'filemanageroptions'
I:Set page: 'file_quick_actions_dark'
I:Set page: 'filemanagerlist'
I:Set page: 'files_redirect'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
Iperation_start: 'Flashing'
Installing ZIP file '/sdcard1/Havoc-OS-v4.19-20230129-a3y17lte-Unofficial.zip'
Unmounting System...
I:Update binary zip
Bypassing Treble compatibility check ...
Detecting Current Package
I:OrangeFox: The output of [grep ro.miui.ui.version /tmp/updater] came out empty
- Detected Standard Package
I:OrangeFox: detected Treble ROM installer.
Code:
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment not used in updater.
SELinux: Loaded file_contexts
Target: samsung/havoc_a3y17lte/a3y17lte:11/RQ3A.211001.001/1675010003:user/release-keysTarget: samsung/havoc_a3y17lte/a3y17lte:11/RQ3A.211001.001/1675010003:user/release-keys
*****************************************************
*****************************************************
dMP dMP .aMMMb dMP dMP .aMMMb .aMMMb
dMP dMP .aMMMb dMP dMP .aMMMb .aMMMb dMP dMP dMP'dMP dMP dMP dMP'dMP dMP'VMP
dMP dMP dMP'dMP dMP dMP dMP'dMP dMP'VMP dMMMMMP dMMMMMP dMP dMP dMP dMP dMP dMMMMMP dMMMMMP dMP dMP dMP dMP dMP
dMP dMP dMP dMP YMvAP' cMP.aMP dMP.aMP
dMP dMP dMP dMP YMvAP' cMP.aMP dMP.aMP dMP dMP dMP dMP VP' VMMMP' VMMMP'
dMP dMP dMP dMP VP' VMMMP' VMMMP'
*****************************************************
********************************************************************* Welcome to Havoc-OS ****************
**************** Welcome to Havoc-OS *********************************************************************
***************************************************** Android Version : 11
Android Version : 11 Build ID : RQ3A.211001.001 Build ID : RQ3A.211001.001
Build Date : Sun Jan 29 17:31:08 CET 2023
Build Date : Sun Jan 29 17:31:08 CET 2023 Security Patch : 2022-07-05
Security Patch : 2022-07-05 Device : a3y17lte
Device : a3y17lte Manufacturer : samsung
Manufacturer : samsung*****************************************************
**********************************************************************************************************
*****************************************************Extracted file "/tmp/install/bin/backuptool.functions"
Extracted file "/tmp/install/bin/backuptool.sh"
Extracted 2 file(s)
about to run program [/tmp/install/bin/backuptool.sh] with 5 args
Backup/restore is not possible. Partition is probably empty
Patching system image unconditionally...
Patching system image unconditionally...performing update
blockimg version is 4
maximum stash entries 0
creating stash /cache/recovery/205dd547d5262c50c39505933ea0ee28404127e4
28233728 bytes free on /cache (0 needed)
/cache/recovery/last_command doesn't exist.
erasing 336826 blocks
BLKDISCARD ioctl failed: Invalid argument
failed to execute command [erase 4,363144,687616,688641,700995]
new data receiver is still available after executing all commands.
script aborted: E1001: Failed to update system image.
E1001: Failed to update system image.error: 1001
Updater process ended with ERROR: 1
I:Install took 0 second(s).
I:OrangeFox: installed Treble (Custom) ROM: /sdcard1/Havoc-OS-v4.19-20230129-a3y17lte-Unofficial.zip
I:**********************************************************
I:DEBUG - OrangeFox: settings being used:
I:- Disable DM-Verity=0
I:- Disable Forced Encryption=0
I:- Aggressive stock recovery deactivation=1
I:- Don't patch on fresh ROM installation=0
I:- Don't patch encrypted devices=1
I:- Use magiskboot=1
I:- Use magiskboot for all patches=1
I:- Force magiskboot patch on MIUI ROM installation=0
I:**********************************************************
I:flash_zip: installer code = 11
Error installing ZIP file '/sdcard1/Havoc-OS-v4.19-20230129-a3y17lte-Unofficial.zip'
Updating partition details...
I:Data backup size is 0MB, free: 3490MB.
I:Can't probe device /data/media/0
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'flash_done'
I:operation_end - status=1
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: ''
I:Set page: 'clear_vars'
I:Set page: 'filemanagerlist'
I:Set page: 'advanced'
I:Set page: 'confirm_action'
I:Set page: 'action_page'
I:operation_start: 'Copy Log'
[/SPOILER]
Firngrod said:
I have verified that system, vendor, data and cache are all ext4 file system (As mentioned in my previous post, I switched to ext3 and then back to ext4 to force format).
Attached is a log of an install attempt. I hope that can shed some light on why it's not working. Something to keep in mind may be that my current Android has changed partition sizes along the way. I also get issues immediately after using the repartition script linked above though, so that may not be the issue.
EDIT: I cannot attach, so here goes as spoiler:
Spoiler: recovery.log
Starting OrangeFox Recovery R11.1 [core: R11.1] (built on Fri Jul 30 09:21:12 2021 for a3y17lte [dev_ver: 2021-07-16 (a2ccc06)]; pid 2601)
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
TW_INCLUDE_CRYPTO := 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 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 (720 x 1280)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 162
TW_SCREEN_BLANK_ON_BOOT := true
I:TWFunc::Set_Brightness: Setting brightness control to 0
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 0.666667x and height 0.666667x, offsets x: 0 y: 0 w: 0 h: 0
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page splash
I:Switching packages (splash)
=> Linking mtab
=> Processing /etc/recovery.fstab for SAR-detection
I:Reading /etc/recovery.fstab
Ione processing fstab files
I:SAR-DETECT: SAR System detected
=> Processing /etc/recovery.fstab
I:Reading /etc/recovery.fstab
Irocessing '/boot'
Irocessing '/cache'
Irocessing '/recovery'
Irocessing '/system'
I:Created '/system' folder.
Irocessing '/system_image'
Irocessing '/vendor'
I:Created '/vendor' folder.
Irocessing '/vendor_image'
Irocessing '/data'
I:FBE contents 'ice', filenames ''
Irocessing '/modem'
Irocessing '/efs'
I:Created '/efs' folder.
Irocessing '/storage'
Irocessing '/sdcard1'
I:Created '/sdcard1' folder.
Irocessing '/usb-otg'
I:Created '/usb-otg' folder.
Ione processing fstab files
I:Setting up '/data' as data/media emulated storage.
Irocess ended with no errors.
Irocess ended with no errors.
I:Trying wrapped key.
Ievice not encrypted/Unable to decrypt FBE device
I:Setting up '/data' as data/media emulated storage.
Irocess ended with no errors.
I:Backup folder set to '/data/media/0/Fox/BACKUPS/5200fb25fa06a4bf'
I:Settings storage is '/data/media/0'
Iecrypt adopted storage starting
IageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:successfully loaded storage.xml
I:failed to open '/dev/block/mmc1k1p1'
Updating partition details...
Iata backup size is 2596MB, free: 864MB.
I:Can't probe device /data/media/0
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/platform/13540000.dwmmc0/by-name/BOOT | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/BOOT
Display_Name: Kernel
Storage_Name: Kernel
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Kernel
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/cache | /dev/block/platform/13540000.dwmmc0/by-name/CACHE | Size: 26MB Used: 0MB Free: 26MB 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/platform/13540000.dwmmc0/by-name/CACHE
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
/recovery | /dev/block/platform/13540000.dwmmc0/by-name/RECOVERY | Size: 38MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/RECOVERY
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_root | /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM | Size: 2346MB Used: 2066MB Free: 280MB Backup Size: 2066MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM
Display_Name: System
Storage_Name: System
Backup_Path: /system_root
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system_root
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/system_image | /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM | Size: 2500MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM
Display_Name: System image
Storage_Name: System image
Backup_Path: /system_image
Backup_Name: system_image
Backup_Display_Name: System image
Storage_Path: /system_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/vendor | /dev/block/platform/13540000.dwmmc0/by-name/VENDOR | Size: 142MB Used: 131MB Free: 11MB Backup Size: 131MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/VENDOR
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/platform/13540000.dwmmc0/by-name/VENDOR | Size: 160MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/VENDOR
Display_Name: Vendor image
Storage_Name: Vendor image
Backup_Path: /vendor_image
Backup_Name: vendor_image
Backup_Display_Name: Vendor image
Storage_Path: /vendor_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/data | /dev/block/platform/13540000.dwmmc0/by-name/USERDATA | Size: 11819MB Used: 2596MB Free: 864MB Backup Size: 2596MB
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/platform/13540000.dwmmc0/by-name/USERDATA
Length: -20480
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
/modem | /dev/block/platform/13540000.dwmmc0/by-name/RADIO | Size: 45MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/RADIO
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/platform/13540000.dwmmc0/by-name/EFS | Size: 15MB Used: 1MB Free: 13MB Backup Size: 1MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/EFS
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
/storage | /data/media/0 | Size: 11819MB Used: 10954MB Free: 864MB Backup Size: 10954MB
Flags: Can_Be_Mounted Can_Be_Wiped Use_Rm_Rf Can_Be_Backed_Up Removable IsPresent
Primary_Block_Device: /data/media/0
Display_Name: Internal Storage
Storage_Name: Internal Storage
Backup_Path: /storage
Backup_Name: storage
Backup_Display_Name: Internal Storage
Storage_Path: /storage
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 4096, Mount_Options:
/sdcard1 | /dev/block/mmcblk1p1 | Size: 121910MB Used: 113345MB Free: 8565MB Backup Size: 113345MB
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/mmc1k1p1
Display_Name: Micro SDcard
Storage_Name: Micro SDcard
Backup_Path: /sdcard1
Backup_Name: sdcard1
Backup_Display_Name: Micro SDcard
Storage_Path: /sdcard1
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/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-Storage
Storage_Name: USB-Storage
Backup_Path: /usb-otg
Backup_Name: usb-otg
Backup_Display_Name: USB-Storage
Storage_Path: /usb-otg
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65539
IEBUG: OrangeFox: running the startup script...
FOX_BUILD_DATE=Fri Jul 30 09:21:12 2021
DEBUG: OrangeFox: FOX_DEVICE=a3y17lte
DEBUG: OrangeFox: FOX_KERNEL=3.18.140-SIMPLE-KERNEL_V1.0
DEBUG: OrangeFox: SYSTEM_ROOT=1
DEBUG: OrangeFox: PROPER_SAR=1
DEBUG: OrangeFox: FOX_SCRIPT_DATE=20210712
DEBUG: OrangeFox: REALTREBLE=1
DEBUG: OrangeFox: ANDROID_SDK=29
DEBUG: OrangeFox: INCREMENTAL_VERSION=eng.wistan.20221218.222146
DEBUG: OrangeFox: BUILD_FLAVOR=lineage_a3y17lte-userdebug
DEBUG: OrangeFox: ROM_FINGERPRINT=google/sunfish/sunfish:13/TQ1A.221205.011/9244662:user/release-keys
DEBUG: OrangeFox: check for Treble.
DEBUG: OrangeFox: detected a Treble ROM.
DEBUG: OrangeFox: check for MIUI.
DEBUG: OrangeFox: detected a Custom ROM.
Irocess ended with no errors.
I:- Using the ROM's fingerprint (google/sunfish/sunfish:13/TQ1A.221205.011/9244662:user/release-keys)
Irocess ended with no errors.
I:Loading package: OrangeFox (/data/media/0/Fox/.bin./pa.zip)
I:Loading zip theme
I:Loading package: OrangeFox (/twres/ui.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/zn_TW.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CH.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/vn.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ua.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ro.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/id.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-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/cs.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:Loading variables...
I:Loading pages...
I:Including file: /sdcard/Fox/.navbar/navbar.xml...
IageManager::LoadFileToBuffer loading filename: '/sdcard/Fox/.navbar/navbar.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/themes/navbar.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /sdcard/Fox/.theme/font.xml...
IageManager::LoadFileToBuffer loading filename: '/sdcard/Fox/.theme/font.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/themes/font.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /sdcard/Fox/.theme/style.xml...
IageManager::LoadFileToBuffer loading filename: '/sdcard/Fox/.theme/style.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/themes/style.xml' directly
I:Loading resources...
I:Failed to load image from Default/Progress/indeterminate033, error -1
I:Loading variables...
I:Loading pages...
I:Including file: /sdcard/Fox/.theme/accent.xml...
IageManager::LoadFileToBuffer loading filename: '/sdcard/Fox/.theme/accent.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/themes/accent.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /sdcard/Fox/.theme/action.xml...
IageManager::LoadFileToBuffer loading filename: '/sdcard/Fox/.theme/action.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/themes/action.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/resources/images.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/resources/images.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/resources/vars.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/resources/vars.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/resources/styles.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/resources/styles.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/pages/templates/base.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/templates/base.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/pages/templates/keyboard.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/templates/keyboard.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/pages/templates/navbar.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/templates/navbar.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/pages/templates/statusbar.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/templates/statusbar.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/pages/templates/templates.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/templates/templates.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Including file: /twres/pages/main.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/main.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page main
I:Loading page navbar
I:Loading page welcome
I:Loading page aroma_busy
I:Including file: /twres/pages/pass.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/pass.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page password_enter
I:Loading page password_enter_num
I:Loading page password_enter_pattern
I:Loading page password_check
I:Loading page pass_pattern
I:Loading page pass_pattern_2
I:Loading page pass_text
I:Loading page pass_text_2
I:Loading page pass_pin
I:Loading page pass_pin_2
I:Loading page pass_remove
I:Loading page pass_check
I:Including file: /twres/pages/install.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/install.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page flash_confirm
I:Loading page fox_modules_confirm
I:Loading page queueview
I:Loading page flash_image_confirm
I:Loading page flash_image_ab
I:Loading page add_zip
I:Loading page flash_zip
I:Loading page flash_image
I:Loading page flash_done
I:Loading page flash_sleep_and_reboot
I:Loading page flash_image_done
I:Including file: /twres/pages/wipe.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/wipe.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page wipe
I:Loading page formatdata
I:Loading page formatdata_confirm
I:Loading page wipe_confirm_action
I:Loading page wipe_action_page
I:Loading page wipe_action_complete
I:Loading page checkpartitionlist
I:Loading page partitionoptions
I:Loading page refreshfilesystem
I:Loading page selectfilesystem
I:Loading page part_options
I:Including file: /twres/pages/backup.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/backup.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page backup
I:Loading page check_storage_back
I:Loading page backup_prep
I:Loading page backupname
I:Loading page backupname_auto
I:Loading page backup_encryption
I:Loading page backup_encryption2
I:Loading page checkbackuppassword
I:Loading page checkbackuppassword2
I:Loading page backup_run
I:Loading page backup_digest
I:Loading page backup_action_complete
I:Including file: /twres/pages/restore.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/restore.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page restore
I:Loading page restore_prep
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 deletebackup
I:Loading page restore_run
I:Loading page restore_confirm_action
I:Loading page restore_action_page
I:Loading page restore_action_complete
I:Including file: /twres/pages/mount.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/mount.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page mount
I:Loading page usb_mount
I:Loading page system_readonly_check
I:Loading page system_readonly
I:Loading page system_readonly_mount
I:Loading page decrypt
I:Loading page decrypt_pin
I:Loading page decrypt_pattern
I:Loading page decrypt_redirect
I:Loading page trydecrypt
I:Loading page reapply_settings
I:Loading page decrypt_users
I:Loading page decrypt_users2
I:Including file: /twres/pages/files.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/files.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page filemanagerlist
I:Loading page file_quick_actions
I:Loading page file_quick_actions_dark
I:Loading page select_path
I:Loading page select_path_dark
I:Loading page files_mkdir
I:Loading page fm_multiselection
I:Loading page fm_ms_actions
I:Loading page file_search
I:Loading page file_dark_search
I:Loading page files_redirect
I:Loading page files_bookmarks_prepare
I:Loading page files_bookmarks
I:Loading page filemanageroptions
I:Loading page openas
I:Loading page fm_file_checksum
I:Loading page fm_file_checksum_calc
I:Loading page fm_file_info
I:Loading page choosedestinationfolder
I:Loading page filemanagerrenamefile
I:Loading page filemanagerrenamefolder
I:Loading page filemanagerchmod
I:Loading page filemanagerchmod_key
I:Loading page filemanagerconfirm
I:Loading page archive_confirm
I:Loading page archive_cmd
I:Loading page filemanageraction
I:Loading page filemanagercomplete
I:Loading page cat_file
I:Including file: /twres/pages/magisk.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/magisk.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page magisk_mount
I:Loading page magisk
I:Loading page magisk_actions
I:Loading page magisk_delete
I:Including file: /twres/pages/advanced.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/advanced.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page advanced
I:Loading page mod_magisk
I:Loading page mod_unmagisk
I:Loading page mod_reset
I:Loading page mod_pass
I:Loading page fox_modules
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page terminal
I:Loading page sideload
I:Loading page fixcontexts
I:Loading page apps_load
I:Loading page apps_list
I:Unable to open '/tmp/listapps/list'
I:Unable to open '/tmp/listapps/list'
I:Including file: /twres/pages/reboot.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/reboot.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page reboot
I:Loading page set_slot
I:Including file: /twres/pages/settings.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/settings.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page settings
I:Loading page ext_general
I:Loading page pass_select
I:Loading page ext_screen
I:Loading page ext_vibrate
I:Loading page ext_backup
I:Loading page ext_time
I:Loading page ext_time_offset
I:Loading page check_zone
I:Loading page ext_time_lang
I:Loading page ext_time_lang_busy
I:Loading page about
I:Loading page about_credits
Iarsing file: /twres/credits.txt
Iarsing file: /twres/translators.txt
Iarsing file: /twres/changelog.txt
I:Loading page ext_gov
I:Loading page ext_backup_quick
I:Including file: /twres/pages/universal.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/universal.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page filecheck
I:Loading page rebootcheck
I:Loading page rebootcheckoverlay
I:Loading page no_os_warning
I:Loading page clear_vars
I:Loading page confirm_action
I:Loading page action_page
I:Loading page ota_simple
I:Loading page singleaction_page
I:Loading page action_complete
I:Including file: /twres/pages/anywhere.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/anywhere.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page lock
I:Loading page console
I:Including file: /twres/pages/dialogs.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/dialogs.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page menu
I:Loading page menu_sort
I:Loading page fm_sort
I:Loading page dialog_magisk_not_found
I:Loading page dialog_reset_average
I:Loading page dialog_lost_info
I:Loading page dialog_app
I:Loading page dialog_error_partition
I:Loading page pass_error
I:Including file: /twres/pages/customization.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/customization.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page ext_custom_reset
I:Loading page ext_custom_gest
I:Loading page ext_custom
I:Loading page ext_custom_status
I:Loading page ext_custom_key
I:Loading page ext_custom_lock
I:Loading page ext_custom_nav
I:Loading page ext_custom_other
I:Loading page ext_custom_nav_error
I:Loading page ext_custom_nav_no_switch
I:Loading page ext_custom_fonts_check
I:Loading page ext_custom_fonts
I:Loading page ext_custom_fonts_sec
I:Loading page ext_custom_fonts_size
I:Loading page ext_custom_fonts_cn
I:Loading page ext_custom_theme
I:Loading page ext_custom_splash
I:Loading page ext_custom_splash_color
I:Loading page ext_custom_splash_logo
I:Loading page ext_custom_splash_select
I:Loading page apply_changes
I:Loading page apply_splash
I:Including file: /twres/pages/fox.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/pages/fox.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page fox_ota
I:Loading page fox_ota_lite
I:Loading page fox_lab
I:Loading page debug_pages
I:Loading page debug
I:Loading page debug_plus
I:Loading page scaling
I:Including file: /sbin/maintainer.xml...
IageManager::LoadFileToBuffer loading filename: '/sbin/maintainer.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/pages/dummy.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page maintainer
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'navbar'
I:Set page: 'filemanagerlist'
I:Switching packages (OrangeFox)
Startup Commands:
ro.boottime.adbd=11832448415
ro.boottime.init=11524
ro.boottime.init.selinux=89
ro.boottime.init.cold_boot_wait=132
ro.boottime.logd=11825914107
ro.boottime.ueventd=11642245338
ro.boottime.recovery=11829741338
ro.boottime.set_permissive=11829034645
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.wb.hs=0500
ro.boot.sales.param.offset=7340572
ro.boot.hw_rev=4
ro.boot.sec_atd.tty=/dev/ttySAC2
ro.boot.selinux=permissive
ro.boot.hardware=samsungexynos7870
ro.boot.ucs_mode=0
ro.boot.ap_serial=0x0636F4DEC5C4
ro.boot.bootloader=A320FLXXS4CSI1
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=1526595584
ro.omni.device=a3y17lte
ro.omni.version=16.1.0-20210730-a3y17lte-HOMEMADE
ro.omni.version.security_patch=
ro.twrp.sar=true
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=Fri Jul 30 11:15:17 CEST 2021
ro.build.date.utc=1627636872
ro.build.date.utc_fox=1627636872
ro.build.host=mate
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=astrako
ro.build.flavor=omni_a3y17lte-eng
ro.build.display.id=omni_a3y17lte-eng 16.1.0 PQ3B.190801.002 eng.astrak.20210730.111532 test-keys
ro.build.product=a3y17lte
ro.build.selinux=1
ro.build.version.sdk=28
ro.build.version.base_os=
ro.build.version.release=16.1.0
ro.build.version.codename=REL
ro.build.version.incremental=eng.astrak.20210730.111532
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_a3y17lte-eng 16.1.0 PQ3B.190801.002 eng.astrak.20210730.111532 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_a3y17lte
ro.product.brand=samsung
ro.product.model=Samsung Galaxy A3 2017
ro.product.device=a3y17lte
ro.product.manufacturer=samsung
ro.baseband=unknown
ro.bootmode=unknown
ro.hardware=samsungexynos7870
ro.revision=0
ro.services.whitelist.packagelist=com.google.android.gms
ro.bootimage.build.date=Fri Jul 30 11:15:17 CEST 2021
ro.bootimage.build.date.utc=1627636872
ro.bootimage.build.date.utc_fox=1627636872
ro.orangefox.sar=1
ro.orangefox.boot=1
ro.orangefox.type=Beta
ro.orangefox.build=orangefox
ro.orangefox.version=R11.1
ro.bootloader=A320FLXXS4CSI1
ro.debuggable=1
ro.modversion=OmniROM-16.1.0-20210730-a3y17lte-HOMEMADE
ro.setupwizard.enterprise_mode=1
ro.property_service.version=2
ro.control_privapp_permissions=enforce
ro.actionable_compatible_property.enabled=false
fbe.data.wrappedkey=true
fbe.contents=ice
fbe.filenames=
init.svc.adbd=stopped
init.svc.logd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.set_permissive=stopped
recovery.perf.mode=0
orangefox.adb.status=0
orangefox.rom.sdk=29
orangefox.miui.rom=0
orangefox.super.partition=false
orangefox.system.mount_point=/system_root
orangefox.system.block_device=/dev/block/platform/13540000.dwmmc0/by-name/SYSTEM
orangefox.vendor.mount_point=/vendor
orangefox.vendor.block_device=/dev/block/platform/13540000.dwmmc0/by-name/VENDOR
orangefox.postinit.status=1
orangefox.realtreble.rom=1
orangefox.crash_counter=0
orangefox.action_complete=0
sys.usb.ffs.ready=1
ro.build.fingerprint=google/sunfish/sunfish:13/TQ1A.221205.011/9244662:user/release-keys
ro.persistent_properties.ready=true
ro.boot.serialno=5200fb25fa06a4bf
ro.serialno=5200fb25fa06a4bf
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
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/Fox/.foxs'.
I:Backup folder set to '/data/media/0/Fox/BACKUPS/5200fb25fa06a4bf'
IataManager::SetBackupFolder zip path was /sdcard1 changing to /sdcard, /sdcard1
I:Copied 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 CET-1!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
I:TWFunc::Set_Brightness: Setting brightness control to 162
IassBak: Loaded backup
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/Fox/BACKUPS/5200fb25fa06a4bf'
--------------------------
Welcome to OrangeFox Recovery!
[Platform] : a3y17lte
[Release] : R11.1
[Codebase] : 28, 2021-07-16 (a2ccc06)
[Build date]: Fri Jul 30 09:21:12 2021
[Build type]: Beta
OrangeFox websites:
[Downloads] : https://orangefox.download/
[Guides/FAQ]: https://wiki.orangefox.tech/guides/
[App] : https://app.orangefox.tech/
I: [MIUI-specific features not enabled]
--------------------------
IEBUG: OrangeFox: the startup script has been executed.
* Device: a3y17lte
* Custom ROM (Treble)* lineage_a3y17lte-userdebug 10 QQ3A.200805.001 eng.wistan.20221218.222146 test-keys
* (eng.wistan.20221218.222146)
* Fingerprint: google/sunfish/sunfish:13/TQ1A.221205.011/9244662:user/release-keys
--------------------------
I:ROM Status: lineage_a3y17lte-userdebug 10 QQ3A.200805.001 eng.wistan.20221218.222146 test-keys
I:Themes version: 1.1
I:ADB & MTP disabled by maintainer
I:Check_Lifetime_Writes result: '568573'
IassBak: Loaded backup
I:Switching packages (OrangeFox)
I:Starting Adb Backup FIFO
I:Set page: 'main'
Iperation_start: 'Start MTP'
I:sending message to add 65537 '/data/media/0' 'Internal Storage'
I:[MTP] Starting MTP
I:Message sent, add storage ID: 65537 '/data/media/0'
I:sending message to add 65538 '/sdcard1' 'Micro SDcard'
I:Message sent, add storage ID: 65538 '/sdcard1'
Iperation_end - status=0
I:Set overlay: ''
Iperation_start: 'ADB'
I:Set page: 'clear_vars'
I:Set page: 'navbar'
I:Set page: 'filemanagerlist'
Iperation_end - status=0
I:[MTP] created new mtpserver object
E:[MTP] Failed to start usb driver!I:[MTP] mtppipe add storage 65537 '/data/media/0'
I:[MTP] mtppipe add storage 65538 '/sdcard1'
I:Set page: 'wipe'
I:Set page: 'wipe_action_page'
Iperation_start: 'Format'
I:wipe list 'DALVIK;/cache;/system_root;/data;'
I:wipe_path 'DALVIK'
Wiping Cache & Dalvik...
Cleaned: /data/dalvik-cache...
Cache & Dalvik Wipe completed
I:wipe_path '/cache'
Formatting Cache using mke2fs...
I:mke2fs command: mke2fs -t ext4 -b 4096 /dev/block/platform/13540000.dwmmc0/by-name/CACHE 8192
mke2fs 1.43.3 (04-Sep-2016)
Discarding device blocks: 4096/8192 done
Creating filesystem with 8192 4k blocks and 8192 inodes
Allocating group tables: 0/1 done
Writing inode tables: 0/1 done
Creating journal (1024 blocks): done
Writing superblocks and filesystem accounting information: 0/1 done
Irocess ended with no errors.
I:e2fsdroid command: e2fsdroid -e -S /file_contexts -a /cache /dev/block/platform/13540000.dwmmc0/by-name/CACHE
SELinux: Loaded file_contexts
Created filesystem with 11/8192 inodes and 1293/8192 blocks
Irocess ended with no errors.
Done
I:Recreating /cache/recovery/ folder.
I:Copied file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:wipe_path '/system_root'
tw_get_context got selinux context: ubject_r:rootfs:s0
Formatting System using mke2fs...
I:mke2fs command: mke2fs -t ext4 -b 4096 /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM 640000
mke2fs 1.43.3 (04-Sep-2016)
Discarding device blocks: 4096/640000528384/640000 done
Creating filesystem with 640000 4k blocks and 160000 inodes
Filesystem UUID: d608cf10-214b-4cb4-bb68-db74b4b750b0
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912
Allocating group tables: 0/20 done
Writing inode tables: 0/20 done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: 0/20 done
Irocess ended with no errors.
I:e2fsdroid command: e2fsdroid -e -S /file_contexts -a / /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM
SELinux: Loaded file_contexts
Created filesystem with 11/160000 inodes and 27378/640000 blocks
Irocess ended with no errors.
Done
I:wipe_path '/data'
Wiping data without wiping /data/media ...
I:skipped '/data/lost+found'
I:skipped '/data/media'
I:skipped '/data/misc/vold'
I:skipped '/data/system/storage.xml'
I:skipped '/data/.layout_version'
Done
I:sending message to add 65537 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media/0'
I:[MTP] mtppipe add storage 65537 '/data/media/0'
Updating partition details...
Iata backup size is 0MB, free: 3490MB.
I:Can't probe device /data/media/0
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'wipe_action_complete'
Iperation_end - status=0
I:Set page: 'main'
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'navbar'
I:Set page: 'wipe'
I:Set page: 'filemanagerlist'
I:Set page: 'files_redirect'
I:Set page: 'filemanageroptions'
I:Set page: 'file_quick_actions_dark'
I:Set page: 'filemanagerlist'
I:Set page: 'files_redirect'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
Iperation_start: 'Flashing'
Installing ZIP file '/sdcard1/Havoc-OS-v4.19-20230129-a3y17lte-Unofficial.zip'
Unmounting System...
I:Update binary zip
Bypassing Treble compatibility check ...
Detecting Current Package
I:OrangeFox: The output of [grep ro.miui.ui.version /tmp/updater] came out empty
- Detected Standard Package
I:OrangeFox: detected Treble ROM installer.
Code:
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment not used in updater.
SELinux: Loaded file_contexts
Target: samsung/havoc_a3y17lte/a3y17lte:11/RQ3A.211001.001/1675010003:user/release-keysTarget: samsung/havoc_a3y17lte/a3y17lte:11/RQ3A.211001.001/1675010003:user/release-keys
*****************************************************
*****************************************************
dMP dMP .aMMMb dMP dMP .aMMMb .aMMMb
dMP dMP .aMMMb dMP dMP .aMMMb .aMMMb dMP dMP dMP'dMP dMP dMP dMP'dMP dMP'VMP
dMP dMP dMP'dMP dMP dMP dMP'dMP dMP'VMP dMMMMMP dMMMMMP dMP dMP dMP dMP dMP dMMMMMP dMMMMMP dMP dMP dMP dMP dMP
dMP dMP dMP dMP YMvAP' cMP.aMP dMP.aMP
dMP dMP dMP dMP YMvAP' cMP.aMP dMP.aMP dMP dMP dMP dMP VP' VMMMP' VMMMP'
dMP dMP dMP dMP VP' VMMMP' VMMMP'
*****************************************************
********************************************************************* Welcome to Havoc-OS ****************
**************** Welcome to Havoc-OS *********************************************************************
***************************************************** Android Version : 11
Android Version : 11 Build ID : RQ3A.211001.001 Build ID : RQ3A.211001.001
Build Date : Sun Jan 29 17:31:08 CET 2023
Build Date : Sun Jan 29 17:31:08 CET 2023 Security Patch : 2022-07-05
Security Patch : 2022-07-05 Device : a3y17lte
Device : a3y17lte Manufacturer : samsung
Manufacturer : samsung*****************************************************
**********************************************************************************************************
*****************************************************Extracted file "/tmp/install/bin/backuptool.functions"
Extracted file "/tmp/install/bin/backuptool.sh"
Extracted 2 file(s)
about to run program [/tmp/install/bin/backuptool.sh] with 5 args
Backup/restore is not possible. Partition is probably empty
Patching system image unconditionally...
Patching system image unconditionally...performing update
blockimg version is 4
maximum stash entries 0
creating stash /cache/recovery/205dd547d5262c50c39505933ea0ee28404127e4
28233728 bytes free on /cache (0 needed)
/cache/recovery/last_command doesn't exist.
erasing 336826 blocks
BLKDISCARD ioctl failed: Invalid argument
failed to execute command [erase 4,363144,687616,688641,700995]
new data receiver is still available after executing all commands.
script aborted: E1001: Failed to update system image.
E1001: Failed to update system image.error: 1001
Updater process ended with ERROR: 1
I:Install took 0 second(s).
I:OrangeFox: installed Treble (Custom) ROM: /sdcard1/Havoc-OS-v4.19-20230129-a3y17lte-Unofficial.zip
I:**********************************************************
I:DEBUG - OrangeFox: settings being used:
I:- Disable DM-Verity=0
I:- Disable Forced Encryption=0
I:- Aggressive stock recovery deactivation=1
I:- Don't patch on fresh ROM installation=0
I:- Don't patch encrypted devices=1
I:- Use magiskboot=1
I:- Use magiskboot for all patches=1
I:- Force magiskboot patch on MIUI ROM installation=0
I:**********************************************************
I:flash_zip: installer code = 11
Error installing ZIP file '/sdcard1/Havoc-OS-v4.19-20230129-a3y17lte-Unofficial.zip'
Updating partition details...
I:Data backup size is 0MB, free: 3490MB.
I:Can't probe device /data/media/0
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'flash_done'
I:operation_end - status=1
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: ''
I:Set page: 'clear_vars'
I:Set page: 'filemanagerlist'
I:Set page: 'advanced'
I:Set page: 'confirm_action'
I:Set page: 'action_page'
I:operation_start: 'Copy Log'
[/SPOILER]
Click to expand...
Click to collapse
after repetition script was run data needs to be formated, as listed in instructions by Astrako, did you do that?
If you still get issues you can try my personal TWRP image for installation. It handles PATITIONS way better, than the old orange fox and twrp.
Downloads for : Samsung Galaxy A3 (2017) | AndroidFileHost.com | Download GApps, Roms, Kernels, Themes, Firmware and more. Free file hosting for all Android developers.
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
androidfilehost.com
I'm sure I did format data, cache, system and vendor. I have now tried again. Flashed repartitioner, rebooted, formatted the partitions data, vendor, cache, system, then rebooted, then tried your installer.
Edit: Just downloaded and verified that the files I'm using aren't corrupted (repartitioner and your installer)
Edit: Clarified exactly the order of what I tried.
Spoiler: 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.3.1-0-f5955b1c on Wed Feb 1 10:46:24 2023
(pid 2310)
BOARD_HAS_NO_REAL_SDCARD := 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_INCLUDE_CRYPTO := true
I:Found brightness file at '/sys/devices/14800000.dsim/backlight/panel/brightness'
I:Got max brightness 365 from '/sys/devices/14800000.dsim/backlight/panel/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 365
I:LANG: en
Starting the UI...
setting DRM_FORMAT_ABGR8888 and GGL_PIXEL_FORMAT_BGRA_8888, GGL_PIXEL_FORMAT may not match!
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
double buffered
framebuffer: 0 (720 x 1280)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 365
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 /etc/recovery.fstab
I:Reading /etc/recovery.fstab
I:Processing '/boot'
I:Processing '/cache'
I:Processing '/data'
I:Processing '/recovery'
I:Processing '/system'
I:Processing '/vendor'
I:Created '/vendor' folder.
I:Processing '/efs'
I:Processing '/radio'
I:Processing '/cpefs'
I:Processing '/system_image'
I:Processing '/vendor_image'
I:Processing '/cache_image'
I:Processing '/radio_image'
I:Processing '/hidden_image'
I:Processing '/external_sdcard'
I:Created '/external_sdcard' folder.
I:Processing '/usb-otg'
I:Created '/usb-otg' folder.
I:Done 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/5200fb25fa06a4bf'
I:Settings storage is '/data/media'
I:Decrypt adopted storage starting
I:PageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:No /data/system/storage.xml for adopted storage
Updating partition details...
I:Data backup size is 0MB, free: 11789MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p10 | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p10
Display_Name: Boot
Storage_Name: boot
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Boot
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/cache | /dev/block/mmcblk0p21 | Size: 27MB Used: 0MB Free: 27MB 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/mmcblk0p21
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/mmcblk0p24 | Size: 11819MB Used: 0MB Free: 11789MB 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/mmcblk0p24
Length: -16384
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
MTP_Storage_ID: 65537
/recovery | /dev/block/mmcblk0p11 | Size: 38MB
Flags: IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p11
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/mmcblk0p19 | Size: 2119MB Used: 3MB Free: 2116MB Backup Size: 3MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/mmcblk0p19
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
/vendor | /dev/block/mmcblk0p20 | Size: 153MB Used: 0MB Free: 153MB 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/mmcblk0p20
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
/efs | /dev/block/mmcblk0p3 | Size: 20MB
Flags: 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: emmc
Fstab_File_System: emmc
Backup_Method: dd
/radio | /dev/block/mmcblk0p13 | Size: 45MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p13
Display_Name: Modem
Storage_Name: Modem
Backup_Path: /radio
Backup_Name: radio
Backup_Display_Name: Modem
Storage_Path: /radio
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/cpefs | /dev/block/mmcblk0p4 | Size: 8MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p4
Display_Name: CPEFS
Storage_Name: CPEFS
Backup_Path: /cpefs
Backup_Name: cpefs
Backup_Display_Name: CPEFS
Storage_Path: /cpefs
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/system_image | /dev/block/mmcblk0p19 | Size: 2188MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p19
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_image | /dev/block/mmcblk0p20 | Size: 160MB
Flags: IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p20
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
/cache_image | /dev/block/mmcblk0p21 | Size: 32MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p21
Display_Name: cache_image
Storage_Name: cache_image
Backup_Path: /cache_image
Backup_Name: cache_image
Backup_Display_Name: cache_image
Storage_Path: /cache_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/radio_image | /dev/block/mmcblk0p13 | Size: 45MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p13
Display_Name: radio_image
Storage_Name: radio_image
Backup_Path: /radio_image
Backup_Name: radio_image
Backup_Display_Name: radio_image
Storage_Path: /radio_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/hidden_image | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/HIDDEN
Display_Name: hidden_image
Storage_Name: hidden_image
Backup_Path: /hidden_image
Backup_Name: hidden_image
Backup_Display_Name: hidden_image
Storage_Path: /hidden_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/external_sdcard | /dev/block/mmcblk1p1 | Size: 121910MB Used: 113345MB Free: 8565MB Backup Size: 113345MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: Micro SDcard
Storage_Name: Micro SDcard
Backup_Path: /external_sdcard
Backup_Name: external_sdcard
Backup_Display_Name: Micro SDcard
Storage_Path: /external_sdcard
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
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/sdd1
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: 65539
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
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_PT.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/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/5200fb25fa06a4bf'
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.com.android.dateformat=MM-dd-yyyy
ro.boot.wb.hs=0500
ro.boot.sales.param.offset=7340572
ro.boot.hw_rev=4
ro.boot.sec_atd.tty=/dev/ttySAC2
ro.boot.selinux=enforcing
ro.boot.hardware=samsungexynos7870
ro.boot.serialno=5200fb25fa06a4bf
ro.boot.ucs_mode=0
ro.boot.ap_serial=0x0636F4DEC5C4
ro.boot.bootloader=A320FLXXS4CSI1
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=1526595584
ro.omni.device=a3y17lte
ro.twrp.boot=1
ro.twrp.version=3.3.1-0
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=exynos5
ro.build.id=LYZ28J
ro.build.date=Sun May 19 00:22:08 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_a3y17lte-eng
ro.build.display.id=omni_a3y17lte-eng 5.1.1 LYZ28J 12 test-keys
ro.build.product=a3y17lte
ro.build.version.sdk=22
ro.build.version.base_os=
ro.build.version.release=5.1.1
ro.build.version.codename=REL
ro.build.version.incremental=12
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2015-11-01
ro.build.description=omni_a3y17lte-eng 5.1.1 LYZ28J 12 test-keys
ro.build.fingerprint=samsung/omni_a3y17lte/a3y17lte:5.1.1/LYZ28J/12:eng/test-keys
ro.build.characteristics=default
ro.config.ringtone=Orion.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=arm64-v8a
ro.product.cpu.abilist=armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.name=omni_a3y17lte
ro.product.board=a3y17lte
ro.product.brand=samsung
ro.product.model=SM-A320FL
ro.product.device=a3y17lte
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=samsung
ro.baseband=unknown
ro.bootmode=unknown
ro.hardware=samsungexynos7870
ro.revision=0
ro.serialno=5200fb25fa06a4bf
ro.bootloader=A320FLXXS4CSI1
ro.debuggable=1
ro.factorytest=0
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
dalvik.vm.isa.arm.features=default
dalvik.vm.isa.arm64.features=default
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.dex2oat-filter=interpret-only
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-none
persist.sys.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart.so
service.adb.root=1
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
tw_get_context got selinux context: u:object_r:system_data_file:s0
I:Got default contexts and file mode for storage files.
I:TWFunc::Fixup_Time: Pre-fix date and time: 2023-02-01--10-46-26
I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch
I:TWFunc::Fixup_Time: Date and time corrected: 2023-02-01--10-46-27
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/5200fb25fa06a4bf'
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,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 365
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/5200fb25fa06a4bf'
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'
I:sending message to add 65538 '/external_sdcard' 'Micro SD card'
I:Message sent, add storage ID: 65538 '/external_sdcard'
MTP Enabled
I:Switching packages (TWRP)
I:Set page: 'system_readonly'
I:[MTP] created new mtpserver object
I:[MTP] MtpServer::run fd: 20
I:[MTP] mtppipe add storage 65537 '/data/media'
I:[MTP] MtpStorage id: 65537 path: /data/media
I:[MTP] mtppipe add storage 65538 '/external_sdcard'
I:[MTP] MtpStorage id: 65538 path: /external_sdcard
I:operation_start: 'Toggle System Mount'
I:operation_end - status=0
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
I:Starting Adb Backup FIFO
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set overlay: 'slideout'
I:Set overlay: ''
I:Set page: 'wipe'
I:Set page: 'action_page'
I:operation_start: 'Format'
Formatting Cache using make_ext4fs...
Creating filesystem with parameters:
Size: 33554432
Block size: 4096
Blocks per group: 32768
Inodes per group: 2048
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 8192
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/2048 inodes and 1166/8192 blocks
I:Recreating /cache/recovery/ folder.
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
Wiping data without wiping /data/media ...
I:skipped '/data/lost+found'
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:[MTP] mtppipe add storage 65537 '/data/media'
Updating partition details...
I:[MTP] MtpStorage id: 65537 path: /data/media
E:[MTP] MtpServer::addStorage Storage for storage ID 65537 already exists.
I:Data backup size is 0MB, free: 11789MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'action_complete'
I:operation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'wipe'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
I:operation_start: 'Flashing'
Installing zip file '/external_sdcard/Havoc-OS-v4.19-20230129-a3y17lte-Unofficial.zip'
Checking for Digest file...
I:Update binary zip
I:Extracting updater binary 'META-INF/com/google/android/update-binary'
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment not used in updater.
No path given to file labeling backend
selinux_android_file_context: Error getting file context handle (No such file or directory)
Target: samsung/havoc_a3y17lte/a3y17lte:11/RQ3A.211001.001/1675010003:user/release-keys
*****************************************************
Target: samsung/havoc_a3y17lte/a3y17lte:11/RQ3A.211001.001/1675010003:user/release-keys
***************************************************** dMP dMP .aMMMb dMP dMP .aMMMb .aMMMb
dMP dMP .aMMMb dMP dMP .aMMMb .aMMMb dMP dMP dMP'dMP dMP dMP dMP'dMP dMP'VMP
dMP dMP dMP'dMP dMP dMP dMP'dMP dMP'VMP dMMMMMP dMMMMMP dMP dMP dMP dMP dMP
dMMMMMP dMMMMMP dMP dMP dMP dMP dMP dMP dMP dMP dMP YMvAP' cMP.aMP dMP.aMP
dMP dMP dMP dMP YMvAP' cMP.aMP dMP.aMP dMP dMP dMP dMP VP' VMMMP' VMMMP'
dMP dMP dMP dMP VP' VMMMP' VMMMP'
*****************************************************
********************************************************************* Welcome to Havoc-OS ****************
**************** Welcome to Havoc-OS *********************************************************************
***************************************************** Android Version : 11
Android Version : 11 Build ID : RQ3A.211001.001
Build ID : RQ3A.211001.001 Build Date : Sun Jan 29 17:31:08 CET 2023
Build Date : Sun Jan 29 17:31:08 CET 2023 Security Patch : 2022-07-05
Security Patch : 2022-07-05 Device : a3y17lte
Device : a3y17lte Manufacturer : samsung
Manufacturer : samsung*****************************************************
**********************************************************************************************************
*****************************************************Extracted file "/tmp/install/bin/backuptool.functions"
Extracted file "/tmp/install/bin/backuptool.sh"
Extracted 2 file(s)
about to run program [/tmp/install/bin/backuptool.sh] with 5 args
Backup/restore is not possible. Partition is probably empty
Patching system image unconditionally...
Patching system image unconditionally...performing update
blockimg version is 4
maximum stash entries 0
creating stash /cache/recovery/205dd547d5262c50c39505933ea0ee28404127e4
28758016 bytes free on /cache (0 needed)
/cache/recovery/last_command doesn't exist.
erasing 336826 blocks
BLKDISCARD ioctl failed: Invalid argument
failed to execute command [erase 4,363144,687616,688641,700995]
new data receiver is still available after executing all commands.
script aborted: E1001: Failed to update system image.
E1001: Failed to update system image.error: 1001
Updater process ended with ERROR: 1
I:Install took 0 second(s).
Error installing zip file '/external_sdcard/Havoc-OS-v4.19-20230129-a3y17lte-Unofficial.zip'
Updating partition details...
I:Data backup size is 0MB, free: 11789MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'flash_done'
I:operation_end - status=1
I:Set overlay: 'slideout'
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'install'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'copylog'
I:Set page: 'action_page'
I:operation_start: 'Copy Log'
I:Copying file /tmp/recovery.log to /data/media/recovery.log
Also, just noticed your plug for your TWRP image. There was some trouble where repartitioning with the repartitioner, then installing your TWRP, then formatting wouldn't let me do anything with /data. Repartitioning, then formatting with that TWRP, then installing your image, then formatting ext4 again with your image, then running your installer gave the following log:
Spoiler: recovery.log
Code:
Starting TWRP 3.7.0_9-0-9d26b749 on Wed Feb 1 11:32:07 2023
(pid 2562)
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_INCLUDE_CRYPTO := 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 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 (720 x 1280)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 162
TW_SCREEN_BLANK_ON_BOOT := true
I:TWFunc::Set_Brightness: Setting brightness control to 0
I:TWFunc::Set_Brightness: Setting brightness control to 162
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 /etc/recovery.fstab for SAR-detection
I:Reading /etc/recovery.fstab
I:Done processing fstab files
I:SAR-DETECT: No build.prop found, falling back to SAR
=> Processing /etc/recovery.fstab
I:Reading /etc/recovery.fstab
I:Processing '/boot'
I:Processing '/cache'
I:Processing '/recovery'
I:Processing '/system'
I:Created '/system' folder.
I:Processing '/system_image'
I:Processing '/vendor'
I:Created '/vendor' folder.
I:Processing '/vendor_image'
I:Processing '/data'
I:FBE contents 'ice', filenames ''
I:Processing '/modem'
I:Processing '/efs'
I:Created '/efs' folder.
I:Processing '/storage'
I:Processing '/sdcard1'
I:Created '/sdcard1' folder.
I:Processing '/usb-otg'
I:Created '/usb-otg' folder.
I:Done processing fstab files
I:Setting up '/data' as data/media emulated storage.
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:Setting up '/data' as data/media emulated storage.
I:No recovery folder found. Using default folder.
I:Backup folder set to '/data/media/TWRP/BACKUPS/5200fb25fa06a4bf'
I:Settings storage is '/data/media'
I:Cannot find file /system_root/system/build.prop
I:Unable to open build.prop for getting 'ro.build.version.sdk'.
I:Decrypt adopted storage starting
I:PageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:No /data/system/storage.xml for adopted storage
Updating partition details...
I:Data backup size is 0MB, free: 9148MB.
I:Unable to mount '/storage'
I:Actual block device: '', current file system: 'ext4'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/platform/13540000.dwmmc0/by-name/BOOT | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/BOOT
Display_Name: Kernel
Storage_Name: Kernel
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Kernel
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/cache | /dev/block/platform/13540000.dwmmc0/by-name/CACHE | Size: 27MB Used: 0MB Free: 27MB 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/platform/13540000.dwmmc0/by-name/CACHE
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
/recovery | /dev/block/platform/13540000.dwmmc0/by-name/RECOVERY | Size: 38MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/RECOVERY
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_root | /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM | Size: 2421MB Used: 3MB Free: 2417MB Backup Size: 3MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM
Display_Name: System
Storage_Name: System
Backup_Path: /system_root
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system_root
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/system_image | /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM | Size: 2500MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM
Display_Name: System image
Storage_Name: System image
Backup_Path: /system_image
Backup_Name: system_image
Backup_Display_Name: System image
Storage_Path: /system_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/vendor | /dev/block/platform/13540000.dwmmc0/by-name/VENDOR | Size: 26MB Used: 0MB Free: 26MB 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/platform/13540000.dwmmc0/by-name/VENDOR
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/platform/13540000.dwmmc0/by-name/VENDOR | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/VENDOR
Display_Name: Vendor image
Storage_Name: Vendor image
Backup_Path: /vendor_image
Backup_Name: vendor_image
Backup_Display_Name: Vendor image
Storage_Path: /vendor_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/data | /dev/block/platform/13540000.dwmmc0/by-name/USERDATA | Size: 9169MB Used: 0MB Free: 9148MB 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/platform/13540000.dwmmc0/by-name/USERDATA
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
/modem | /dev/block/platform/13540000.dwmmc0/by-name/RADIO | Size: 45MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/RADIO
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/platform/13540000.dwmmc0/by-name/EFS | Size: 15MB Used: 1MB Free: 13MB Backup Size: 1MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/EFS
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
/storage | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Use_Rm_Rf Can_Be_Backed_Up Removable
Primary_Block_Device: /data/media/0
Display_Name: Internal Storage
Storage_Name: Internal Storage
Backup_Path: /storage
Backup_Name: storage
Backup_Display_Name: Internal Storage
Storage_Path: /storage
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 4096, Mount_Options:
/sdcard1 | /dev/block/mmcblk1p1 | Size: 121910MB Used: 113377MB Free: 8533MB Backup Size: 113377MB
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/mmc1k1p1
Display_Name: Micro SDcard
Storage_Name: Micro SDcard
Backup_Path: /sdcard1
Backup_Name: sdcard1
Backup_Display_Name: Micro SDcard
Storage_Path: /sdcard1
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/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-Storage
Storage_Name: USB-Storage
Backup_Path: /usb-otg
Backup_Name: usb-otg
Backup_Display_Name: USB-Storage
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/TWRP/theme/ui.zip)
I:Loading zip theme
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_TW.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CN.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_PT.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ja.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/id.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/el.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/cz.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:PageManager::LoadFileToBuffer loading filename: '/twres/ui.xml' directly
I:Checking resolution...
I:Scaling theme width 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 wipe
I:Loading page advancedwipe
I:Loading page formatdata
I:Loading page formatdata_confirm
I:Loading page checkpartitionlist
I:Loading page partitionoptions
I:Loading page refreshfilesystem
I:Loading page selectfilesystem
I:Loading page backup
I:Loading page multiuser_warning
I:Loading page backup_options
I:Loading page backupname1
I:Loading page backupname2
I:Loading page backupencryption
I:Loading page backupencryption2
I:Loading page checkbackuppassword
I:Loading page backup_run
I:Loading page restore
I:Unable to open '/data/media/TWRP/BACKUPS/5200fb25fa06a4bf'
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 installapp
I:Loading page system_readonly
I:Loading page settings
I:Loading page settings_timezone
I:Loading page settings_screen
I:Loading page settings_vibration
I:Loading page settings_language
I:Loading page copylog
I:Loading page advanced
I:Loading page partsdcardsel
I:Loading page partsdcardcheck
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page repackselect
I:Loading page repackconfirm
I:Loading page lock
I:Loading page filemanagerlist
I:Loading page filemanageroptions
I:Loading page choosedestinationfolder
I:Loading page filemanagerrenamefile
I:Loading page filemanagerrenamefolder
I:Loading page filemanagerchmod
I:Loading page filemanagerconfirm
I:Loading page filemanageraction
I:Loading page decrypt
I:Loading page decrypt_pattern
I:Loading page decrypt_pin
I:Loading page trydecrypt
I:Loading page canceldecrypt
I:Loading page terminalcommand
I:Loading page sideload
I:Loading page fixcontexts
I:Loading page slideout
I:Loading page select_storage
I:Loading page select_language
I:Loading page decrypt_users
I:Loading page changeTwrpFolder
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
Startup Commands:
ro.boottime.adbd=10882898684
ro.boottime.init=10590
ro.boottime.init.selinux=74
ro.boottime.init.cold_boot_wait=132
ro.boottime.logd=10876503877
ro.boottime.ueventd=10692299838
ro.boottime.recovery=10880429684
ro.boottime.set_permissive=10879660184
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.wb.hs=0500
ro.boot.sales.param.offset=7340572
ro.boot.hw_rev=4
ro.boot.sec_atd.tty=/dev/ttySAC2
ro.boot.selinux=permissive
ro.boot.hardware=samsungexynos7870
ro.boot.ucs_mode=0
ro.boot.ap_serial=0x0636F4DEC5C4
ro.boot.bootloader=A320FLXXS4CSI1
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=1526595584
ro.omni.device=a3y17lte
ro.omni.version=16.1.0-20221016-a3y17lte-HOMEMADE
ro.omni.version.security_patch=
ro.twrp.sar=true
ro.twrp.boot=1
ro.twrp.version=3.7.0_9-0
ro.vndk.lite=true
ro.vndk.version=28
ro.wifi.channels=
ro.allow.mock.location=1
ro.build.id=PQ2A.190405.003
ro.build.date=Sun Oct 16 17:04:57 UTC 2022
ro.build.date.utc=1665939897
ro.build.host=fv-az266-13
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=runner
ro.build.flavor=omni_a3y17lte-eng
ro.build.display.id=omni_a3y17lte-eng 16.1.0 PQ2A.190405.003 eng.runner.20221016.170534 test-keys
ro.build.product=a3y17lte
ro.build.selinux=1
ro.build.version.sdk=28
ro.build.version.base_os=
ro.build.version.release=16.1.0
ro.build.version.codename=REL
ro.build.version.incremental=eng.runner.20221016.170534
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_a3y17lte-eng 16.1.0 PQ2A.190405.003 eng.runner.20221016.170534 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_a3y17lte
ro.product.brand=samsung
ro.product.model=Samsung Galaxy A3 2017
ro.product.device=a3y17lte
ro.product.manufacturer=samsung
ro.baseband=unknown
ro.bootmode=unknown
ro.hardware=samsungexynos7870
ro.revision=0
ro.services.whitelist.packagelist=com.google.android.gms
ro.bootimage.build.date=Sun Oct 16 17:04:57 UTC 2022
ro.bootimage.build.date.utc=1665939897
ro.bootimage.build.fingerprint=samsung/omni_a3y17lte/a3y17lte:16.1.0/PQ2A.190405.003/runner10161704:eng/test-keys
ro.bootloader=A320FLXXS4CSI1
ro.debuggable=1
ro.modversion=OmniROM-16.1.0-20221016-a3y17lte-HOMEMADE
ro.setupwizard.enterprise_mode=1
ro.property_service.version=2
ro.control_privapp_permissions=enforce
ro.actionable_compatible_property.enabled=false
fbe.contents=ice
fbe.filenames=
init.svc.adbd=running
init.svc.logd=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_a3y17lte/a3y17lte:16.1.0/PQ2A.190405.003/runner10161704:eng/test-keys
ro.persistent_properties.ready=true
ro.boot.serialno=5200fb25fa06a4bf
ro.serialno=5200fb25fa06a4bf
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
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
tw_get_context got selinux context: u:object_r:system_data_file:s0
I:Got default contexts and file mode for storage files.
I:Path /cache/recovery/log.gz does not exist. Unable to copy /cache/recovery/last_log.gz
I:No recovery folder found. Using default folder.
I:Attempt to load settings from settings file...
I:InfoManager file '/data/media/TWRP/.twrps' not found.
I:No recovery folder found. Using default folder.
I:Backup folder set to '/data/media/TWRP/BACKUPS/5200fb25fa06a4bf'
I:Copied 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 162
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:Translating partition display names
I:No recovery folder found. Using default folder.
I:Backup folder set to '/data/media/TWRP/BACKUPS/5200fb25fa06a4bf'
I:Starting MTP
I:sending message to add 65537 '/data/media' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media'
I:sending message to add 65538 '/sdcard1' 'Micro SDcard'
I:Message sent, add storage ID: 65538 '/sdcard1'
MTP Enabled
I:Switching packages (TWRP)
I:[MTP] Starting MTP
I:Set page: 'system_readonly'
I:[MTP] created new mtpserver object
I:[MTP] mtppipe add storage 65537 '/data/media'
E:[MTP] Failed to start usb driver!I:[MTP] mtppipe add storage 65538 '/sdcard1'
I:operation_start: 'Toggle System Mount'
I:operation_end - status=0
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Starting Adb Backup FIFO
I:Cannot find file /system_root/system/build.prop
I:Unable to open build.prop for getting 'ro.build.version.sdk'.
I:Unable to read sdk version from build prop
I:Switching packages (TWRP)
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'wipe'
I:Set page: 'advancedwipe'
I:checkpartitionlist list '/cache;'
I:checkpartitionlist part_path '/cache'
I:Set page: 'checkpartitionlist'
I:getpartitiondetails list '/cache;'
I:getpartitiondetails part_path '/cache'
I:Set page: 'partitionoptions'
I:Set page: 'selectfilesystem'
I:Set page: 'confirm_action'
I:Set page: 'action_page'
I:operation_start: 'Change File System'
Formatting Cache using mke2fs...
I:mke2fs command: mke2fs -t ext4 -b 4096 /dev/block/platform/13540000.dwmmc0/by-name/CACHE 8192
mke2fs 1.43.3 (04-Sep-2016)
Discarding device blocks: 4096/8192 done
Creating filesystem with 8192 4k blocks and 8192 inodes
Allocating group tables: 0/1 done
Writing inode tables: 0/1 done
Creating journal (1024 blocks): done
Writing superblocks and filesystem accounting information: 0/1 done
I:mke2fs -t ext4 -b 4096 /dev/block/platform/13540000.dwmmc0/by-name/CACHE 8192 process ended with RC=0
I:e2fsdroid command: e2fsdroid -e -S /file_contexts -a /cache /dev/block/platform/13540000.dwmmc0/by-name/CACHE
SELinux: Loaded file_contexts
Created filesystem with 11/8192 inodes and 1293/8192 blocks
I:e2fsdroid -e -S /file_contexts -a /cache /dev/block/platform/13540000.dwmmc0/by-name/CACHE process ended with RC=0
Done.
I:Recreating /cache/recovery/ folder.
I:Copied file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
Updating partition details...
I:Data backup size is 0MB, free: 9148MB.
I:Unable to mount '/storage'
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: 'action_complete'
I:operation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'refreshfilesystem'
I:getpartitiondetails list '/cache;'
I:getpartitiondetails part_path '/cache'
I:Set page: 'selectfilesystem'
I:Set page: 'partitionoptions'
I:Set page: 'advancedwipe'
I:checkpartitionlist list '/system_root;'
I:checkpartitionlist part_path '/system_root'
I:Set page: 'checkpartitionlist'
I:getpartitiondetails list '/system_root;'
I:getpartitiondetails part_path '/system_root'
I:Set page: 'partitionoptions'
I:Set page: 'selectfilesystem'
I:Set page: 'confirm_action'
I:Set page: 'action_page'
I:operation_start: 'Change File System'
tw_get_context got selinux context: u:object_r:rootfs:s0
Formatting System using mke2fs...
I:mke2fs command: mke2fs -t ext4 -b 4096 /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM 640000
mke2fs 1.43.3 (04-Sep-2016)
Discarding device blocks: 4096/640000 done
Creating filesystem with 640000 4k blocks and 160000 inodes
Filesystem UUID: 9ba80cd6-9e23-47bf-aed6-116a5917a79a
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912
Allocating group tables: 0/20 done
Writing inode tables: 0/20 done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: 0/20 done
I:mke2fs -t ext4 -b 4096 /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM 640000 process ended with RC=0
I:e2fsdroid command: e2fsdroid -e -S /file_contexts -a / /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM
SELinux: Loaded file_contexts
Created filesystem with 11/160000 inodes and 27378/640000 blocks
I:e2fsdroid -e -S /file_contexts -a / /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM process ended with RC=0
Done.
Updating partition details...
I:Data backup size is 0MB, free: 9148MB.
I:Unable to mount '/storage'
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: 'action_complete'
I:operation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'refreshfilesystem'
I:getpartitiondetails list '/system_root;'
I:getpartitiondetails part_path '/system_root'
I:Set page: 'selectfilesystem'
I:Set page: 'partitionoptions'
I:Set page: 'advancedwipe'
I:checkpartitionlist list '/vendor;'
I:checkpartitionlist part_path '/vendor'
I:Set page: 'checkpartitionlist'
I:getpartitiondetails list '/vendor;'
I:getpartitiondetails part_path '/vendor'
I:Set page: 'partitionoptions'
I:Set page: 'selectfilesystem'
I:Set page: 'confirm_action'
I:Set page: 'action_page'
I:operation_start: 'Change File System'
Formatting Vendor using mke2fs...
I:mke2fs command: mke2fs -t ext4 -b 4096 /dev/block/platform/13540000.dwmmc0/by-name/VENDOR 8192
mke2fs 1.43.3 (04-Sep-2016)
Discarding device blocks: 4096/8192 done
Creating filesystem with 8192 4k blocks and 8192 inodes
Allocating group tables: 0/1 done
Writing inode tables: 0/1 done
Creating journal (1024 blocks): done
Writing superblocks and filesystem accounting information: 0/1 done
I:mke2fs -t ext4 -b 4096 /dev/block/platform/13540000.dwmmc0/by-name/VENDOR 8192 process ended with RC=0
I:e2fsdroid command: e2fsdroid -e -S /file_contexts -a /vendor /dev/block/platform/13540000.dwmmc0/by-name/VENDOR
SELinux: Loaded file_contexts
Created filesystem with 11/8192 inodes and 1293/8192 blocks
I:e2fsdroid -e -S /file_contexts -a /vendor /dev/block/platform/13540000.dwmmc0/by-name/VENDOR process ended with RC=0
Done.
Updating partition details...
I:Data backup size is 0MB, free: 9148MB.
I:Unable to mount '/storage'
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: 'action_complete'
I:operation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'refreshfilesystem'
I:getpartitiondetails list '/vendor;'
I:getpartitiondetails part_path '/vendor'
I:Set page: 'selectfilesystem'
I:Set page: 'partitionoptions'
I:Set page: 'advancedwipe'
I:checkpartitionlist list '/data;'
I:checkpartitionlist part_path '/data'
I:Set page: 'checkpartitionlist'
I:getpartitiondetails list '/data;'
I:getpartitiondetails part_path '/data'
I:Set page: 'partitionoptions'
I:Set page: 'selectfilesystem'
I:Set page: 'confirm_action'
I:Set page: 'action_page'
I:operation_start: 'Change File System'
Wiping data without wiping /data/media ...
I:skipped '/data/lost+found'
I:skipped '/data/media'
Done.
I:sending message to add 65537 '/data/media' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media'
Updating partition details...
I:[MTP] mtppipe add storage 65537 '/data/media'
I:Data backup size is 0MB, free: 9148MB.
I:Unable to mount '/storage'
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: 'action_complete'
I:operation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'refreshfilesystem'
I:getpartitiondetails list '/data;'
I:getpartitiondetails part_path '/data'
I:Set page: 'selectfilesystem'
I:Set page: 'partitionoptions'
I:Set page: 'advancedwipe'
I:Set page: 'wipe'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set overlay: 'select_storage'
I:No recovery folder found. Using default folder.
I:Backup folder set to '/sdcard1/TWRP/BACKUPS/5200fb25fa06a4bf'
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'install'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
I:operation_start: 'Flashing'
Installing zip file '/sdcard1/Havoc-OS-v4.19-20230129-a3y17lte-Unofficial.zip'
Unmounting System...
I:Update binary zip
Verifying package compatibility...
Package doesn't contain compatibility.zip entry
I:Extracting updater binary 'META-INF/com/google/android/update-binary'
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment not used in updater.
SELinux: Loaded file_contexts
Target: samsung/havoc_a3y17lte/a3y17lte:11/RQ3A.211001.001/1675010003:user/release-keysTarget: samsung/havoc_a3y17lte/a3y17lte:11/RQ3A.211001.001/1675010003:user/release-keys
*****************************************************
*****************************************************
dMP dMP .aMMMb dMP dMP .aMMMb .aMMMb
dMP dMP .aMMMb dMP dMP .aMMMb .aMMMb dMP dMP dMP'dMP dMP dMP dMP'dMP dMP'VMP
dMP dMP dMP'dMP dMP dMP dMP'dMP dMP'VMP dMMMMMP dMMMMMP dMP dMP dMP dMP dMP
dMMMMMP dMMMMMP dMP dMP dMP dMP dMP dMP dMP dMP dMP YMvAP' cMP.aMP dMP.aMP
dMP dMP dMP dMP YMvAP' cMP.aMP dMP.aMP dMP dMP dMP dMP VP' VMMMP' VMMMP'
dMP dMP dMP dMP VP' VMMMP' VMMMP'
*****************************************************
********************************************************************* Welcome to Havoc-OS ****************
**************** Welcome to Havoc-OS *********************************************************************
***************************************************** Android Version : 11
Android Version : 11 Build ID : RQ3A.211001.001
Build ID : RQ3A.211001.001 Build Date : Sun Jan 29 17:31:08 CET 2023
Build Date : Sun Jan 29 17:31:08 CET 2023 Security Patch : 2022-07-05
Security Patch : 2022-07-05 Device : a3y17lte
Device : a3y17lte Manufacturer : samsung
Manufacturer : samsung**********************************************************************************************************
*****************************************************
*****************************************************Extracted file "/tmp/install/bin/backuptool.functions"
Extracted file "/tmp/install/bin/backuptool.sh"
Extracted 2 file(s)
about to run program [/tmp/install/bin/backuptool.sh] with 5 args
Backup/restore is not possible. Partition is probably empty
Patching system image unconditionally...
Patching system image unconditionally...performing update
blockimg version is 4
maximum stash entries 0
creating stash /cache/recovery/205dd547d5262c50c39505933ea0ee28404127e4
28233728 bytes free on /cache (0 needed)
/cache/recovery/last_command doesn't exist.
erasing 336826 blocks
BLKDISCARD ioctl failed: Invalid argument
failed to execute command [erase 4,363144,687616,688641,700995]
new data receiver is still available after executing all commands.
script aborted: E1001: Failed to update system image.
E1001: Failed to update system image.error: 1001
Updater process ended with ERROR: 1
I:Install took 1 second(s).
Error installing zip file '/sdcard1/Havoc-OS-v4.19-20230129-a3y17lte-Unofficial.zip'
Updating partition details...
I:Data backup size is 0MB, free: 9148MB.
I:Unable to mount '/storage'
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:operation_end - status=1
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'copylog'
Truncating string cache entries.
I:Set page: 'action_page'
I:operation_start: 'Copy Log'
By the way, your TWRP image seems to have a problem with MTP where I can see the two root folders, (Internal and Micro SD), but as soon as I try listing files from them, the entire mount drops. I have the same problem with the latest Orange Fox, but not with the older TWRP 3.3.1-0 from the repartitioner script. I'm using gvfs-mtp and gio, not that I expect you to do anything about it.
Firngrod said:
I'm sure I did format data, cache, system and vendor. I have now tried again, explicitly formatting the partitions again, immediately after flashing the repartition script, then rebooting, then trying the installer.
Spoiler: 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.3.1-0-f5955b1c on Wed Feb 1 10:46:24 2023
(pid 2310)
BOARD_HAS_NO_REAL_SDCARD := 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_INCLUDE_CRYPTO := true
I:Found brightness file at '/sys/devices/14800000.dsim/backlight/panel/brightness'
I:Got max brightness 365 from '/sys/devices/14800000.dsim/backlight/panel/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 365
I:LANG: en
Starting the UI...
setting DRM_FORMAT_ABGR8888 and GGL_PIXEL_FORMAT_BGRA_8888, GGL_PIXEL_FORMAT may not match!
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
double buffered
framebuffer: 0 (720 x 1280)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 365
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 /etc/recovery.fstab
I:Reading /etc/recovery.fstab
I:Processing '/boot'
I:Processing '/cache'
I:Processing '/data'
I:Processing '/recovery'
I:Processing '/system'
I:Processing '/vendor'
I:Created '/vendor' folder.
I:Processing '/efs'
I:Processing '/radio'
I:Processing '/cpefs'
I:Processing '/system_image'
I:Processing '/vendor_image'
I:Processing '/cache_image'
I:Processing '/radio_image'
I:Processing '/hidden_image'
I:Processing '/external_sdcard'
I:Created '/external_sdcard' folder.
I:Processing '/usb-otg'
I:Created '/usb-otg' folder.
I:Done 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/5200fb25fa06a4bf'
I:Settings storage is '/data/media'
I:Decrypt adopted storage starting
I:PageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:No /data/system/storage.xml for adopted storage
Updating partition details...
I:Data backup size is 0MB, free: 11789MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p10 | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p10
Display_Name: Boot
Storage_Name: boot
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Boot
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/cache | /dev/block/mmcblk0p21 | Size: 27MB Used: 0MB Free: 27MB 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/mmcblk0p21
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/mmcblk0p24 | Size: 11819MB Used: 0MB Free: 11789MB 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/mmcblk0p24
Length: -16384
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
MTP_Storage_ID: 65537
/recovery | /dev/block/mmcblk0p11 | Size: 38MB
Flags: IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p11
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/mmcblk0p19 | Size: 2119MB Used: 3MB Free: 2116MB Backup Size: 3MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/mmcblk0p19
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
/vendor | /dev/block/mmcblk0p20 | Size: 153MB Used: 0MB Free: 153MB 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/mmcblk0p20
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
/efs | /dev/block/mmcblk0p3 | Size: 20MB
Flags: 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: emmc
Fstab_File_System: emmc
Backup_Method: dd
/radio | /dev/block/mmcblk0p13 | Size: 45MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p13
Display_Name: Modem
Storage_Name: Modem
Backup_Path: /radio
Backup_Name: radio
Backup_Display_Name: Modem
Storage_Path: /radio
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/cpefs | /dev/block/mmcblk0p4 | Size: 8MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p4
Display_Name: CPEFS
Storage_Name: CPEFS
Backup_Path: /cpefs
Backup_Name: cpefs
Backup_Display_Name: CPEFS
Storage_Path: /cpefs
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/system_image | /dev/block/mmcblk0p19 | Size: 2188MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p19
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_image | /dev/block/mmcblk0p20 | Size: 160MB
Flags: IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p20
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
/cache_image | /dev/block/mmcblk0p21 | Size: 32MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p21
Display_Name: cache_image
Storage_Name: cache_image
Backup_Path: /cache_image
Backup_Name: cache_image
Backup_Display_Name: cache_image
Storage_Path: /cache_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/radio_image | /dev/block/mmcblk0p13 | Size: 45MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p13
Display_Name: radio_image
Storage_Name: radio_image
Backup_Path: /radio_image
Backup_Name: radio_image
Backup_Display_Name: radio_image
Storage_Path: /radio_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/hidden_image | | Size: 0MB
Flags:
Primary_Block_Device: /dev/block/platform/13540000.dwmmc0/by-name/HIDDEN
Display_Name: hidden_image
Storage_Name: hidden_image
Backup_Path: /hidden_image
Backup_Name: hidden_image
Backup_Display_Name: hidden_image
Storage_Path: /hidden_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/external_sdcard | /dev/block/mmcblk1p1 | Size: 121910MB Used: 113345MB Free: 8565MB Backup Size: 113345MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: Micro SDcard
Storage_Name: Micro SDcard
Backup_Path: /external_sdcard
Backup_Name: external_sdcard
Backup_Display_Name: Micro SDcard
Storage_Path: /external_sdcard
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
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/sdd1
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: 65539
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
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_PT.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/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/5200fb25fa06a4bf'
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.com.android.dateformat=MM-dd-yyyy
ro.boot.wb.hs=0500
ro.boot.sales.param.offset=7340572
ro.boot.hw_rev=4
ro.boot.sec_atd.tty=/dev/ttySAC2
ro.boot.selinux=enforcing
ro.boot.hardware=samsungexynos7870
ro.boot.serialno=5200fb25fa06a4bf
ro.boot.ucs_mode=0
ro.boot.ap_serial=0x0636F4DEC5C4
ro.boot.bootloader=A320FLXXS4CSI1
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=1526595584
ro.omni.device=a3y17lte
ro.twrp.boot=1
ro.twrp.version=3.3.1-0
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=exynos5
ro.build.id=LYZ28J
ro.build.date=Sun May 19 00:22:08 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_a3y17lte-eng
ro.build.display.id=omni_a3y17lte-eng 5.1.1 LYZ28J 12 test-keys
ro.build.product=a3y17lte
ro.build.version.sdk=22
ro.build.version.base_os=
ro.build.version.release=5.1.1
ro.build.version.codename=REL
ro.build.version.incremental=12
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2015-11-01
ro.build.description=omni_a3y17lte-eng 5.1.1 LYZ28J 12 test-keys
ro.build.fingerprint=samsung/omni_a3y17lte/a3y17lte:5.1.1/LYZ28J/12:eng/test-keys
ro.build.characteristics=default
ro.config.ringtone=Orion.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=arm64-v8a
ro.product.cpu.abilist=armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.name=omni_a3y17lte
ro.product.board=a3y17lte
ro.product.brand=samsung
ro.product.model=SM-A320FL
ro.product.device=a3y17lte
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=samsung
ro.baseband=unknown
ro.bootmode=unknown
ro.hardware=samsungexynos7870
ro.revision=0
ro.serialno=5200fb25fa06a4bf
ro.bootloader=A320FLXXS4CSI1
ro.debuggable=1
ro.factorytest=0
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
dalvik.vm.isa.arm.features=default
dalvik.vm.isa.arm64.features=default
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.dex2oat-filter=interpret-only
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-none
persist.sys.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart.so
service.adb.root=1
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
tw_get_context got selinux context: u:object_r:system_data_file:s0
I:Got default contexts and file mode for storage files.
I:TWFunc::Fixup_Time: Pre-fix date and time: 2023-02-01--10-46-26
I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch
I:TWFunc::Fixup_Time: Date and time corrected: 2023-02-01--10-46-27
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/5200fb25fa06a4bf'
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,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 365
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/5200fb25fa06a4bf'
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'
I:sending message to add 65538 '/external_sdcard' 'Micro SD card'
I:Message sent, add storage ID: 65538 '/external_sdcard'
MTP Enabled
I:Switching packages (TWRP)
I:Set page: 'system_readonly'
I:[MTP] created new mtpserver object
I:[MTP] MtpServer::run fd: 20
I:[MTP] mtppipe add storage 65537 '/data/media'
I:[MTP] MtpStorage id: 65537 path: /data/media
I:[MTP] mtppipe add storage 65538 '/external_sdcard'
I:[MTP] MtpStorage id: 65538 path: /external_sdcard
I:operation_start: 'Toggle System Mount'
I:operation_end - status=0
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
I:Starting Adb Backup FIFO
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set overlay: 'slideout'
I:Set overlay: ''
I:Set page: 'wipe'
I:Set page: 'action_page'
I:operation_start: 'Format'
Formatting Cache using make_ext4fs...
Creating filesystem with parameters:
Size: 33554432
Block size: 4096
Blocks per group: 32768
Inodes per group: 2048
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 8192
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/2048 inodes and 1166/8192 blocks
I:Recreating /cache/recovery/ folder.
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
Wiping data without wiping /data/media ...
I:skipped '/data/lost+found'
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:[MTP] mtppipe add storage 65537 '/data/media'
Updating partition details...
I:[MTP] MtpStorage id: 65537 path: /data/media
E:[MTP] MtpServer::addStorage Storage for storage ID 65537 already exists.
I:Data backup size is 0MB, free: 11789MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'action_complete'
I:operation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'wipe'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
I:operation_start: 'Flashing'
Installing zip file '/external_sdcard/Havoc-OS-v4.19-20230129-a3y17lte-Unofficial.zip'
Checking for Digest file...
I:Update binary zip
I:Extracting updater binary 'META-INF/com/google/android/update-binary'
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment not used in updater.
No path given to file labeling backend
selinux_android_file_context: Error getting file context handle (No such file or directory)
Target: samsung/havoc_a3y17lte/a3y17lte:11/RQ3A.211001.001/1675010003:user/release-keys
*****************************************************
Target: samsung/havoc_a3y17lte/a3y17lte:11/RQ3A.211001.001/1675010003:user/release-keys
***************************************************** dMP dMP .aMMMb dMP dMP .aMMMb .aMMMb
dMP dMP .aMMMb dMP dMP .aMMMb .aMMMb dMP dMP dMP'dMP dMP dMP dMP'dMP dMP'VMP
dMP dMP dMP'dMP dMP dMP dMP'dMP dMP'VMP dMMMMMP dMMMMMP dMP dMP dMP dMP dMP
dMMMMMP dMMMMMP dMP dMP dMP dMP dMP dMP dMP dMP dMP YMvAP' cMP.aMP dMP.aMP
dMP dMP dMP dMP YMvAP' cMP.aMP dMP.aMP dMP dMP dMP dMP VP' VMMMP' VMMMP'
dMP dMP dMP dMP VP' VMMMP' VMMMP'
*****************************************************
********************************************************************* Welcome to Havoc-OS ****************
**************** Welcome to Havoc-OS *********************************************************************
***************************************************** Android Version : 11
Android Version : 11 Build ID : RQ3A.211001.001
Build ID : RQ3A.211001.001 Build Date : Sun Jan 29 17:31:08 CET 2023
Build Date : Sun Jan 29 17:31:08 CET 2023 Security Patch : 2022-07-05
Security Patch : 2022-07-05 Device : a3y17lte
Device : a3y17lte Manufacturer : samsung
Manufacturer : samsung*****************************************************
**********************************************************************************************************
*****************************************************Extracted file "/tmp/install/bin/backuptool.functions"
Extracted file "/tmp/install/bin/backuptool.sh"
Extracted 2 file(s)
about to run program [/tmp/install/bin/backuptool.sh] with 5 args
Backup/restore is not possible. Partition is probably empty
Patching system image unconditionally...
Patching system image unconditionally...performing update
blockimg version is 4
maximum stash entries 0
creating stash /cache/recovery/205dd547d5262c50c39505933ea0ee28404127e4
28758016 bytes free on /cache (0 needed)
/cache/recovery/last_command doesn't exist.
erasing 336826 blocks
BLKDISCARD ioctl failed: Invalid argument
failed to execute command [erase 4,363144,687616,688641,700995]
new data receiver is still available after executing all commands.
script aborted: E1001: Failed to update system image.
E1001: Failed to update system image.error: 1001
Updater process ended with ERROR: 1
I:Install took 0 second(s).
Error installing zip file '/external_sdcard/Havoc-OS-v4.19-20230129-a3y17lte-Unofficial.zip'
Updating partition details...
I:Data backup size is 0MB, free: 11789MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'flash_done'
I:operation_end - status=1
I:Set overlay: 'slideout'
I:Set overlay: ''
I:Set page: 'clear_vars'
I:Set page: 'install'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'copylog'
I:Set page: 'action_page'
I:operation_start: 'Copy Log'
I:Copying file /tmp/recovery.log to /data/media/recovery.log
Click to expand...
Click to collapse
That seems about fine, Ill take a look at mtp, Still don't get why the error with patitions. So I am asking if you coud provide a step by step guide that lead to error with messed up patitions, so I can replicate too and find a fix for that softbrick. That others don't get the same error, as I never encountered it.
It turns out that the error I got trying to format was from the partition script for installing the LineageOS that I had before, I must have fat-fingered the wrong script. Still odd since it worked when I originally installed that ROM. Now I wanna find out why that happens. It's possible, I guess, that the error is because the script expects another starting point (There were a few repartitions in the chain of upgrades on that ROM). Seems like running that repartition script again fixed it, or maybe it was dropping to ext2 instead of ext3, then back up to ext4? I dunno. Will do more attempts at getting a consistent path to the error, or getting your ROM installed later.
So far, thanks a lot for your help with trying to get this to work.
From some poking around in the logs and googling, I have found some posts which seem to indicate that the size of the system partition may be wrong? According to TWRP, my system partition is 2396MB with the partitioner for the other ROM and around 1500 with the partitioner you linked. Can you tell me if that seems usable?
Firngrod said:
From some poking around in the logs and googling, I have found some posts which seem to indicate that the size of the system partition may be wrong? According to TWRP, my system partition is 2396MB with the partitioner for the other ROM and around 1500 with the partitioner you linked. Can you tell me if that seems usable?
Click to expand...
Click to collapse
Use the patitioner for the other rom then 1.5 GB is too less I guess, (tell me if if it worked with yours and ill will link it instead of original Astrakos ones, so no one have to fixup their patitions after).
It's not working with that one either. Is there any way that I can play around with partition sizes?
The partitioning script for the LineageOS ROM was very well structured and easy to modify to make a 3000MB system partition, after which I can apparently patch system in there. Now vendor is failing. I'm going to try playing with that size as well.
Oh man. This hole is deep.
Here's where I'm at: I've got the system partition installing on 2900MB. I don't know for sure, but from looking at the scripts, I'm guessing that's the appropriate size. What is your System partition size where you have successfully installed this ROM?
Anyway, I didn't understand why I couldn't get Vendor to resize properly. By my rough guesstimate, 440MB should fit your ROMs vendor. But nothing I did would make it resize from 160MB. It turns out that sgdisk lists between 15 and 20 partitions for Vendor, some of which are smack in the middle of other partitions. Now I gotta figure out how to clean those up. Probably gonna be a bunch of very shaky-handed manual sgdisk work. I almost don't care about bricking... Almost...
I'll let you know how that goes. Anyway, what are your partition sizes, in MB and in sectors?
Oh man, that was a trip.
At some point in my various custom ROM installations, some repartitioning script has created a double vendor partition. I suspect that the one you link to adds one blindly, and I've run that more than once. Other scripts, like the one for the Lineage ROM, that I've been modifying here, will check for Vendor partition and delete it if it's there. But this one, at least, only works if there's ONE vendor partition, not multiple. With multiple, it also just adds a new Vendor partition. That's how I ended up with all of those vendors. I rewrote the script to clean up all rogue vendor partitions, and now I can play with partition sizes. It also freed up some 6+GB of storage that I didn't understand where had gone.
Along the way, I had some oversights and accidentally removed my system partition entirely, so now I'm unsure whether I have the right partition code for it when I recreated it. I would be much obliged if you could let me know your partition code for the system partition.
However, at the end of it all, I've gotten your ROM isntalled! Yay!
I got it installed with the following raw sizes for system and vendor partitions:
System: 2900MB
Vendor: 440MB
Like I said, my estimate is that Vendor needs to be that big, but I would love to get your raw sizes if possible. Really, just the output of the command "sgdisk --print /dev/block/mmcblk0" would be very helpful.
I hope all of this helps you or someone else. Later today, I will see about playing around with the actual ROM, for now I need a break. I am willing to help you with other stuff, testing and such if you need it.
Firngrod said:
Oh man, that was a trip.
At some point in my various custom ROM installations, some repartitioning script has created a double vendor partition. I suspect that the one you link to adds one blindly, and I've run that more than once. Other scripts, like the one for the Lineage ROM, that I've been modifying here, will check for Vendor partition and delete it if it's there. But this one, at least, only works if there's ONE vendor partition, not multiple. With multiple, it also just adds a new Vendor partition. That's how I ended up with all of those vendors. I rewrote the script to clean up all rogue vendor partitions, and now I can play with partition sizes. It also freed up some 6+GB of storage that I didn't understand where had gone.
Along the way, I had some oversights and accidentally removed my system partition entirely, so now I'm unsure whether I have the right partition code for it when I recreated it. I would be much obliged if you could let me know your partition code for the system partition.
However, at the end of it all, I've gotten your ROM isntalled! Yay!
I got it installed with the following raw sizes for system and vendor partitions:
System: 2900MB
Vendor: 440MB
Like I said, my estimate is that Vendor needs to be that big, but I would love to get your raw sizes if possible. Really, just the output of the command "sgdisk --print /dev/block/mmcblk0" would be very helpful.
I hope all of this helps you or someone else. Later today, I will see about playing around with the actual ROM, for now I need a break. I am willing to help you with other stuff, testing and such if you need it.
Click to expand...
Click to collapse
Thanks a lot! For your patience
BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432
BOARD_CACHEIMAGE_PARTITION_SIZE := 209715200
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 39845888
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2871279104
BOARD_USERDATAIMAGE_PARTITION_SIZE := 54618209280
BOARD_VENDORIMAGE_PARTITION_SIZE := 434596224
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
About patition sizes and file system hope it helps
best gegards Flominator
Yeah, those are the sizes that I estimated from the scripts. This still doesn't give me the partition code, though. My System partition currently has code 0700. Oh well, it's working.
I would recommend that you make a partitioning script for this install process, I don't see anyone without quite a lot of technical know how and unix experience doing the partitions themselves.
Firngrod said:
Yeah, those are the sizes that I estimated from the scripts. This still doesn't give me the partition code, though. My System partition currently has code 0700. Oh well, it's working.
I would recommend that you make a partitioning script for this install process, I don't see anyone without quite a lot of technical know how and unix experience doing the partitions themselves.
Click to expand...
Click to collapse
Is it possible that you can provide your script for patitions? It's a one thing need. I would have to dig up the stuff I once used more then a year ago, when I started android 11 development on a3y17lte and I know you'res is working fine.

Categories

Resources