[Q&A] Problem make Deodexed MIUI 5 with Android Kitchen - Xiaomi Redmi 1S

Hi friends, I would like to ask. I create a deodexed rom MIUI Xiaomi Redmi 1S from Android Kithen. but after flashing, ROMs using TWRP once done definitely appear fastboot and ga can enter the system. is there any wrong with ROM or with updater-script? and this updater script and recovery logs from TWRP

Updater script
Code:
assert(getprop("ro.product.device") == "armani" ||
getprop("ro.build.product") == "armani");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/userdata", "/data");
show_progress(0.500000, 0);
format("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "0", "/system");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
package_extract_dir("recovery", "/system") || abort("Failed to extract dir from \"recovery\" to \"/system\".");
package_extract_dir("system", "/system") || abort("Failed to extract dir from \"system\" to \"/system\".");
symlink("/system/lib/modules/pronto/pronto_wlan.ko", "/system/lib/modules/wlan.ko");
symlink("Roboto-Bold.ttf", "/system/fonts/DroidSans-Bold.ttf");
symlink("Roboto-Regular.ttf", "/system/fonts/DroidSans.ttf",
"/system/fonts/EmojiPlaceholder.ttf");
symlink("libGLESv2.so", "/system/lib/libGLESv3.so");
symlink("mksh", "/system/bin/sh");
symlink("toolbox", "/system/bin/cat", "/system/bin/chcon",
"/system/bin/chmod", "/system/bin/chown", "/system/bin/clear",
"/system/bin/cmp", "/system/bin/cp", "/system/bin/date",
"/system/bin/dd", "/system/bin/df", "/system/bin/dmesg",
"/system/bin/du", "/system/bin/getenforce", "/system/bin/getevent",
"/system/bin/getprop", "/system/bin/getsebool", "/system/bin/grep",
"/system/bin/hd", "/system/bin/id", "/system/bin/ifconfig",
"/system/bin/iftop", "/system/bin/insmod", "/system/bin/ioctl",
"/system/bin/ionice", "/system/bin/kill", "/system/bin/ln",
"/system/bin/load_policy", "/system/bin/log", "/system/bin/ls",
"/system/bin/lsmod", "/system/bin/lsof", "/system/bin/md5",
"/system/bin/mkdir", "/system/bin/mkswap", "/system/bin/mount",
"/system/bin/mv", "/system/bin/nandread", "/system/bin/netstat",
"/system/bin/newfs_msdos", "/system/bin/notify", "/system/bin/printenv",
"/system/bin/ps", "/system/bin/reboot", "/system/bin/renice",
"/system/bin/restorecon", "/system/bin/rm", "/system/bin/rmdir",
"/system/bin/rmmod", "/system/bin/route", "/system/bin/runcon",
"/system/bin/schedtop", "/system/bin/sendevent",
"/system/bin/setconsole", "/system/bin/setenforce",
"/system/bin/setprop", "/system/bin/setsebool", "/system/bin/sleep",
"/system/bin/smd", "/system/bin/start", "/system/bin/stop",
"/system/bin/swapoff", "/system/bin/swapon", "/system/bin/sync",
"/system/bin/top", "/system/bin/touch", "/system/bin/umount",
"/system/bin/uptime", "/system/bin/vmstat", "/system/bin/watchprops",
"/system/bin/wipe");
set_perm_recursive(0, 0, 0755, 0644, "/system");
set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
set_perm(0, 3003, 02750, "/system/bin/netcfg");
set_perm(0, 0, 0755, "/system/bin/ping");
set_perm(0, 2000, 0750, "/system/bin/run-as");
set_perm(1014, 2000, 0550, "/system/etc/dhcpcd/dhcpcd-run-hooks");
set_perm(0, 0, 0544, "/system/etc/install-recovery.sh");
set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
set_perm(0, 0, 0744, "/system/lib/liblbesec.so");
set_perm(0, 2000, 0755, "/system/vendor");
set_perm(0, 2000, 0755, "/system/vendor/lib");
set_perm(0, 2000, 0755, "/system/vendor/lib/drm");
set_perm(0, 2000, 0755, "/system/vendor/lib/egl");
set_perm(0, 2000, 0755, "/system/vendor/lib/hw");
set_perm(0, 2000, 0755, "/system/vendor/lib/rfsa");
set_perm(0, 2000, 0755, "/system/vendor/lib/rfsa/adsp");
set_perm(0, 2000, 0755, "/system/vendor/lib/soundfx");
set_perm(0, 2000, 0755, "/system/vendor/media");
set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
set_perm(0, 0, 0755, "/system/xbin/procmem");
set_perm(0, 0, 0755, "/system/xbin/procrank");
set_perm(0, 1000, 06754, "/system/xbin/shelld");
show_progress(0.200000, 0);
show_progress(0.200000, 10);
package_extract_file("boot.img", "/dev/block/platform/msm_sdcc.1/by-name/boot");
show_progress(0.100000, 0);
ui_print("Writing image emmc_appsboot.mbn...");
package_extract_file("emmc_appsboot.mbn", "/dev/block/platform/msm_sdcc.1/by-name/aboot");
ui_print("Writing image tz.mbn...");
package_extract_file("tz.mbn", "/dev/block/platform/msm_sdcc.1/by-name/tz");
ui_print("Writing image NON-HLOS.bin...");
unmount("/vendor/firmware");
package_extract_file("NON-HLOS.bin", "/dev/block/platform/msm_sdcc.1/by-name/modem");
ui_print("Writing image rpm.mbn...");
package_extract_file("rpm.mbn", "/dev/block/platform/msm_sdcc.1/by-name/rpm");
ui_print("Writing image sdi.mbn...");
package_extract_file("sdi.mbn", "/dev/block/platform/msm_sdcc.1/by-name/sdi");
ui_print("Writing image sbl1.mbn...");
package_extract_file("sbl1.mbn", "/dev/block/platform/msm_sdcc.1/by-name/sbl1");
package_extract_dir("data", "/data") || abort("Failed to extract dir from \"data\" to \"/data\".");
set_perm(1000, 1000, 0666, "/data/miui/reinstall_apps");
package_extract_file("META-INF/com/miui/relink", "/data/relink");
set_perm(0, 0, 0555, "/data/relink");
run_program("/data/relink");
delete("/data/relink");
set_perm_recursive(1000, 1000, 0755, 0644, "/data/miui");
delete_recursive("/data/miui/preinstall_apps");
delete_recursive("/data/miui/cust/preinstall_apps");
delete("/data/miui/cust/cn/theme/operator/boots/bootanimation.zip");
unmount("/data");
unmount("/system");
Click to expand...
Click to collapse

Recovery.log file
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 Tue Nov 3 06:25:54 2015
(pid 149)
RECOVERY_SDCARD_ON_DATA := true
I:Lun file '/sys/devices/platform/msm_hsusb/gadget/lun0/file'
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'
I:TWFunc::Set_Brightness: Setting brightness control to 255
Starting the UI...Pixel format: 720x1280 @ 32bpp
Pixel format: RGBX_8888
Not using qualcomm overlay, 'mdssfb_80000'
framebuffer: fd 3 (720 x 1280)
I:Scaling the curtain width 0.666667x and height 0.666667x
=> Linking mtab
=> Processing recovery.fstab
I:Processing '/cache'
I:Processing '/system'
I:Processing '/data'
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:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:Processing '/boot'
I:Processing '/recovery'
I:Processing '/external_sd'
I:Created '/external_sd' folder.
I:Processing '/usb-otg'
I:Created '/usb-otg' folder.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/f85c5eda'
I:Settings storage is '/data/media/0'
Updating partition details...
I:Data backup size is 752MB, free: 3426MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/cache | /dev/block/mmcblk0p28 | Size: 377MB Used: 6MB Free: 371MB Backup Size: 6MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p28
Display_Name: Cache
Storage_Name: Cache
Backup_Path: /cache
Backup_Name: cache
Backup_Display_Name: Cache
Storage_Path: /cache
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/system | /dev/block/mmcblk0p27 | Size: 787MB Used: 562MB Free: 225MB Backup Size: 562MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p27
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/mmcblk0p29 | Size: 5857MB Used: 752MB Free: 3426MB Backup Size: 752MB
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/mmcblk0p29
Crypto_Key_Location: /dev/block/platform/msm_sdcc.1/by-name/bk1
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
/boot | /dev/block/mmcblk0p24 | Size: 16MB
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
/recovery | /dev/block/mmcblk0p25 | Size: 16MB
Flags: IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p25
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
/external_sd | /dev/block/mmcblk1p1 | Size: 6133MB Used: 4118MB Free: 2015MB Backup Size: 4118MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
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: 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: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65539
I:Loading package: TWRP (/script/ui.xml)
I:Load XML directly
I:Loading package: TWRP (/data/media/0/TWRP/theme/ui.zip)
I:Loading zip theme
I:Loading package: TWRP (/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/0/TWRP/BACKUPS/f85c5eda'
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
Full SELinux support is present.
I:Not using /misc, not defined in fstab.
I:Not using /misc, not defined in fstab.
Startup Commands:
ro.adb.qemud=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=true
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.boot.emmc=true
ro.boot.console=ttyHSL0
ro.boot.baseband=msm
ro.boot.hardware=armani
ro.boot.serialno=f85c5eda
ro.omni.device=armani
ro.twrp.boot=1
ro.twrp.version=2.8.7.0
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=msm8226
ro.build.id=LMY47X
ro.build.date=Mon Jun 22 09:49:04 EDT 2015
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_armani-eng
ro.build.display.id=omni_armani-eng 5.1.1 LMY47X 5 test-keys
ro.build.product=armani
ro.build.version.sdk=22
ro.build.version.release=5.1.1
ro.build.version.codename=REL
ro.build.version.incremental=5
ro.build.version.all_codenames=REL
ro.build.description=omni_armani-eng 5.1.1 LMY47X 5 test-keys
ro.build.fingerprint=Xiaomi/omni_armani/armani:5.1.1/LMY47X/5: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_armani
ro.product.board=MSM8226
ro.product.brand=Xiaomi
ro.product.model=HM 1S
ro.product.device=armani
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=Xiaomi
ro.baseband=msm
ro.bootmode=unknown
ro.hardware=armani
ro.revision=0
ro.serialno=f85c5eda
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.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
keyguard.no_require_sim=true
Click to expand...
Click to collapse

Related

[Q] Problem flashing 4.2.2 rom

Hey im trying to flash P.A.C-Man rom from Aocp the collective and twrp 2.4.4.0 is telling me failed over and over, but if i try to flash Aocp again it does it no problem. What's wrong with it?
Tyler.Boston1 said:
Hey im trying to flash P.A.C-Man rom from Aocp the collective and twrp 2.4.4.0 is telling me failed over and over, but if i try to flash Aocp again it does it no problem. What's wrong with it?
Click to expand...
Click to collapse
what exactly is the error message?
try going back to an earlier version of twrp
here's 2.4.3.0
flash in twrp, reboot recovery, flash rom. report back
xBeerdroiDx said:
what exactly is the error message?
try going back to an earlier version of twrp
here's 2.4.3.0
flash in twrp, reboot recovery, flash rom. report back
Click to expand...
Click to collapse
It still said failed, I coppied the log and it said :
Starting TWRP 2.4.3.0 on Mon Apr 8 20:52:33 2013
BOARD_HAS_NO_REAL_SDCARD := true
I:Internal path defined: '/data/media'
I:External path defined: '/external_sd'
I:Mount: Unable to find partition for path '/data'
TW_NO_REBOOT_BOOTLOADER := true
RECOVERY_SDCARD_ON_DATA := true
I:Lun file '/sys/devices/virtual/android_usb/android0/f_mass_storage/lun_ex/file'
TW_HAS_DOWNLOAD_MODE := true
TW_INCLUDE_CRYPTO := true
Starting the UI...Pixel format: 720x1280 @ 32bpp
Pixel format: RGBX_8888
framebuffer: fd 4 (720 x 1280)
=> Linking mtab
=> Processing recovery.fstab
Irocessing '/boot'
Irocessing '/system'
Irocessing '/data'
Irocessing '/cache'
Irocessing '/recovery'
Irocessing '/external_sd'
Updating partition details...
E:error opening '/data/lost+found'
E:error: I/O error
Iata backup size is 0MB, size: 12335MB, used: 567MB, free: 11616MB, in data/media: 567MB.
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p7 | Size: 10MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p7
Display_Name: boot
Backup_Path: /boot
Backup_Name: boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/system | /dev/block/mmcblk0p14 | Size: 1476MB Used: 285MB Free: 1191MB Backup Size: 285MB
Flags: Can_Be_Wiped Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p14
Display_Name: System
Backup_Path: /system
Backup_Name: system
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/data | /dev/block/mmcblk0p15 | Size: 12335MB Used: 567MB Free: 11616MB Backup Size: 0MB
Flags: Can_Be_Wiped Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Has_Data_Media Is_Storage
Symlink_Path: /data/media/0
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p15
Length: -16384
Display_Name: Data
Backup_Path: /data
Backup_Name: data
Storage_Path: /data/media/0
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/cache | /dev/block/mmcblk0p17 | Size: 826MB Used: 14MB Free: 812MB Backup Size: 14MB
Flags: Can_Be_Wiped Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p17
Display_Name: Cache
Backup_Path: /cache
Backup_Name: cache
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/recovery | /dev/block/mmcblk0p18 | Size: 10MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p18
Display_Name: recovery
Backup_Path: /recovery
Backup_Name: recovery
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/external_sd | /dev/block/mmcblk1p1 | Size: 30416MB Used: 6567MB Free: 23849MB Backup Size: 6567MB
Flags: Can_Be_Wiped Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: external_sd
Backup_Path: /external_sd
Backup_Name: external_sd
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
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 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 backup
I:Loading page backupname1
I:Loading page backupname2
I:Loading page backup_run
I:Loading page restore
I:Unable to open '/data/media/TWRP/BACKUPS/081853c9'
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 reboot
I:Loading page settings
I:Loading page timezone
I:Loading page screen
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:Loading page fixsu
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
Command: "/sbin/recovery"
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.sys.usb.config=mtp,adb
ro.build.id=IMM76L
ro.build.display.id=cm_d2att-eng 4.0.4 IMM76L eng.dees_troy.20130301.025652 test-keys
ro.build.version.incremental=eng.dees_troy.20130301.025652
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.date=Fri Mar 1 02:57:02 UTC 2013
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=SAMSUNG-SGH-I747
ro.product.brand=samsung
ro.product.name=d2uc
ro.product.device=d2att
ro.product.board=MSM8960
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8960
ro.build.product=d2att
ro.build.description=samsung/d2uc/d2att:4.0.4/IMM76D/I747UCALEM:user/release-keys
ro.build.fingerprint=d2uc-user 4.0.4 IMM76D I747UCALEM release-keys
ro.build.characteristics=default
ro.cm.device=d2att
rild.libpath=/system/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
dev.pm.dyn_samplingrate=1
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-fma2dp=false
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
lpa.decode=false
lpa.use-stagefright=false
ro.use_data_netmgrd=true
persist.data_netmgrd_nint=16
ro.emmc.sdcard.partition=17
persist.timed.enable=true
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
persist.audio.handset.mic=digital
persist.audio.speaker.location=high
ro.opengles.version=131072
ro.ril.transmitpower=true
ro.telephony.call_ring.multiple=0
ro.sf.lcd_density=320
persist.gps.qmienabled=true
ro.telephony.ril_class=SamsungQualcommUiccRIL
telephony.lteOnGsmDevice=1
ro.telephony.ril.v3=qcomuiccstack
persist.radio.apm_sim_not_pwdn=1
persist.radio.add_power_save=1
persist.radio.snapshot_disabled=1
debug.enabletr=true
com.qc.hardware=true
ro.sf.compbypass.enable=1
com.qc.hdmi_out=true
ro.hdmi.enable=true
debug.sf.hw=1
debug.composition.type=dyn
ro.cwm.enable_key_repeat=true
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=256m
ro.rommanager.developerid=cyanogenmod
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.dataroaming=false
ro.cm.version=9.0.0-RC0-d2att-UNOFFICIAL
ro.modversion=9.0.0-RC0-d2att-UNOFFICIAL
ro.config.ringtone=CyanTone.ogg
ro.config.notification_sound=CyanMessage.ogg
ro.config.alarm_alert=CyanAlarm.ogg
ro.kernel.android.checkjni=1
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=081853c9
ro.bootmode=unknown
ro.baseband=msm
ro.carrier=unknown
ro.bootloader=I747UCDLK3
ro.hardware=qcom
ro.revision=16
ro.emmc=1
init.svc.recovery=running
init.svc.adbd=stopping
service.adb.root=1
I:Attempt to load settings from settings file...
I:Version number saved to '/cache/recovery/.version'
I:Switching packages (TWRP)
I:Set page: 'install'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
minzip: Missed a local header sig (at 4)
E:Unable to open zip file.
Error flashing zip '/external_sd/d2att_PAC_JB_4.2.2-v22.0.1_nightly-20130405-075129.zip'
Updating partition details...
E:error opening '/data/lost+found'
E:error: I/O error
Iata backup size is 0MB, size: 12335MB, used: 567MB, free: 11616MB, in data/media: 567MB.
I:Set page: 'flash_done'
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: 'confirm_action'
I:Set page: 'action_page'
I:Copying file /tmp/recovery.log to /external_sd/recovery.log
xBeerdroiDx said:
what exactly is the error message?
try going back to an earlier version of twrp
here's 2.4.3.0
flash in twrp, reboot recovery, flash rom. report back
Click to expand...
Click to collapse
And i tried the latest CWM touch and it said installation aborted.
Tyler.Boston1 said:
And i tried the latest CWM touch and it said installation aborted.
Click to expand...
Click to collapse
might be a bad download. grab it again and try flashing
xBeerdroiDx said:
might be a bad download. grab it again and try flashing
Click to expand...
Click to collapse
Yeah it was a bad one, I went over to the forum and saw others complaining about it so i flashed liquid smooth instead. Thanks though!
Tyler.Boston1 said:
Yeah it was a bad one, I went over to the forum and saw others complaining about it so i flashed liquid smooth instead. Thanks though!
Click to expand...
Click to collapse
i think you'll be happier on liquid anyways. cheers
The Op said it was a basketbuild error (the site that hosts the rom). I found the the 4/5 nightly failed to install in TWRP for me also but the 4/3 worked fine and i think the issues have been fixed so the next nightly should work fine.

TWRP restores failing

I've been been having problems 2.8.6.0 and it seems to perform the back up just fine but when I restore the data partition fails. I've tried update TWRP I've RUUed back to stock and still very few back ups work. I will post a log when I get one.
Sent from my HTC6525LVW using XDA Free mobile app
/data/media/0
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
MTP_Storage_ID: 65539
/devlog | /dev/block/mmcblk0p39 | Size: 29MB Used: 26MB Free: 3MB Backup Size: 26MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p39
Display_Name: devlog
Storage_Name: devlog
Backup_Path: /devlog
Backup_Name: devlog
Backup_Display_Name: devlog
Storage_Path: /devlog
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/recovery | /dev/block/mmcblk0p45 | Size: 24MB
Flags: IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p45
Display_Name: Recovery
Storage_Name: Recovery
Backup_Path: /recovery
Backup_Name: recovery
Backup_Display_Name: Recovery
Storage_Path: /recovery
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/external_sd | /dev/block/mmcblk1p1 | Size: 30592MB Used: 21670MB Free: 8921MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI Removable IsPresent Has_Android_Secure Is_Storage
Symlink_Path: /external_sd/.android_secure
Symlink_Mount_Point: /and-sec
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: Micro SDcard
Storage_Name: Micro SDcard
Backup_Path: /and-sec
Backup_Name: and-sec
Backup_Display_Name: Android Secure
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65537
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: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 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:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
Startup Commands:
ro.com.google.clientidbase=android-google
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=true
ro.com.android.wifi-watchlist=GoogleGuest
ro.gsm.data_retry_config=max_retries=infinite,0,0,60000,120000,480000,900000
ro.gsm.2nd_data_retry_config=max_retries=infinite,0,0,60000,120000,480000,900000
ro.ril.wp.feature=1
ro.ril.air.enabled=1
ro.ril.att.feature=0
ro.ril.def.agps.mode=6
ro.ril.gsm.to.lte.blind.redir=1
ro.ril.oem.show.act=0
ro.ril.oem.ecclist=911,*911,#911
ro.ril.set.mtusize=1428
ro.ril.vzw.feature=1
ro.ril.svdo=true
ro.ril.enable.a52=0
ro.ril.enable.a53=1
ro.ril.enable.dtm=0
ro.ril.enable.sdr=0
ro.ril.enable.gea3=1
ro.ril.enable.managed.roaming=1
ro.ril.disable.fd.plmn.prefix=23402,23410,23411,23420
ro.ril.gprsclass=12
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.boot.dq=PASS
ro.boot.lb=1
ro.boot.cid=VZW__001
ro.boot.mid=0P6B20000
ro.boot.emmc=true
ro.boot.mode=recovery
ro.boot.podt=0x7D0
ro.boot.engid=0
ro.boot.ddrmid=(0x3)
ro.boot.carrier=Verizon
ro.boot.keycaps=qwerty
ro.boot.selinux=permissive
ro.boot.baseband=1.12.20.1211
ro.boot.hardware=qcom
ro.boot.pagesize=2048
ro.boot.rom_type=NORMAL
ro.boot.serialno=FA43VSF00403
ro.boot.devicerev=4
ro.boot.bootloader=3.19.0.0000
ro.boot.efuse_info=FL
ro.boot.batt_poweron=good_battery
ro.cdma.home.operator.alpha=Verizon
ro.cdma.home.operator.numeric=310012
ro.cdma.data_retry_config=max_retries=infinite,0,0,60000,120000,480000,900000
ro.cdma.subscribe_on_ruim_ready=true
ro.hwui.path_cache_size=24
ro.hwui.layer_cache_size=32
ro.hwui.texture_cache_size=48
ro.hwui.gradient_cache_size=1
ro.hwui.r_buffer_cache_size=4
ro.hwui.drop_shadow_cache_size=5
ro.hwui.text_large_cache_width=2048
ro.hwui.text_small_cache_width=1024
ro.hwui.text_large_cache_height=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.texture_cache_flushrate=0.5
ro.omni.device=m8
ro.omni.version=5.0.2-20150325-m8-HOMEMADE
ro.twrp.boot=1
ro.twrp.version=2.8.6.0
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=msm8974
ro.build.id=LRX22G
ro.build.date=Wed Mar 25 13:09:38 EDT 2015
ro.build.date.utc=0
ro.build.host=build
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=jenkins
ro.build.display.id=omni_m8-eng 5.0.2 LRX22G 1 test-keys
ro.build.product=m8
ro.build.version.sdk=21
ro.build.version.release=5.0.2
ro.build.version.codename=REL
ro.build.version.incremental=1
ro.build.version.all_codenames=REL
ro.build.characteristics=default
ro.config.svlte1x=true
ro.config.ringtone=Orion.ogg
ro.config.alarm_alert=Argon.ogg
ro.config.notification_sound=pixiedust.ogg
ro.dalvik.vm.native.bridge=0
ro.kernel.android.checkjni=1
ro.secure=0
ro.zygote=zygote32
ro.carrier=unknown
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.cpu.abilist=armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.board=MSM8974
ro.product.brand=htc
ro.product.model=HTC6525LVW
ro.product.device=m8wl
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=htc
ro.baseband=1.12.20.1211
ro.bootmode=recovery
ro.hardware=qcom
ro.revision=0
ro.serialno=FA43VSF00403
ro.9kramdump=0
ro.telephony.default_network=10
ro.telephony.default_cdma_sub=0
ro.bootloader=3.19.0.0000
ro.debuggable=1
ro.modversion=OmniROM-5.0.2-20150325-m8-HOMEMADE
ro.factorytest=0
ro.setupwizard.enterprise_mode=1
gsm.sim.operator.alpha=Verizon
gsm.sim.operator.numeric=310012
gsm.operator.alpha=310012
gsm.operator.numeric=310012
net.bt.name=Android
net.change=net.bt.name
init.svc.adbd=running
init.svc.healthd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.chargeled=running
init.svc.choice_fn=stopped
init.svc.set_permissive=stopped
twrp.crash_counter=0
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
persist.radio.snapshot_timer=22
persist.radio.snapshot_enabled=1
service.adb.root=1
keyguard.no_require_sim=true
telephony.lteOnCdmaDevice=1
I:Copying file /cache/recovery/log to /cache/recovery/last_log
tw_get_context got selinux context: ubject_r:media_rw_data_file:s0
I:Got default contexts and file mode for storage files.
I:Attempt to load settings from settings file...
I:Loading settings from '/data/media/0/TWRP/.twrps'.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/FA43VSF00403'
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'vfat'
I:TWFunc::Set_Brightness: Setting brightness control to 153
I:TWFunc::Fixup_Time: Pre-fix date and time: 2015-08-02--12-13-48
I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch
I:TWFunc::Fixup_Time: Date and time corrected: 2015-08-02--12-13-49
I:Enabling MTP during startup
I:Starting MTP
Starting MTP
I:Get_Max_FileSize::maxFileSize: 17592186044416
I:sending message to add 65539 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65539
I:Get_Max_FileSize::maxFileSize: 4294967296
I:sending message to add 65537 '/external_sd' 'Micro SDcard'
I:Message sent, add storage ID: 65537
MTP Enabled
I:Switching packages (TWRP)
created new mtpserver object
MtpServer::run fd: 15
mtppipe add storage 65539 '/data/media/0'
MtpStorage id: 65539 path: /data/media/0
mtppipe add storage 65537 '/external_sd'
MtpStorage id: 65537 path: /external_sd
I:Set page: 'restore'
I:Set page: 'restore_read'
I:Set page: 'restore_select'
I:Set page: 'restore_run'
Iperation_start: 'Nandroid'
Sent from my HTC6525LVW using XDA Free mobile app
Try another version of TWRP. I've heard of others having problems with 2.8.6.0 also. Personally, I'm still using 2.8.4.0, but I've heard that 2.8.7.0 runs good as well.

TWRP 2.8.7.0 and 2.8.6.1 can NOT decrypt LG G4 H815

I unlocked my H815, encrypted it and adb flashboot the twrp-2.8.7.0-h815.img.
Tried with TWRP 2.8.6.1. Same result
https://dl.twrp.me/h815/twrp-2.8.7.0-h815.img.html
After entering the correct password the can not mount data partition notification flashes and you are back to the password entering screen.
Anyone experienced the same?
Is TWRP able to decrypt Android Lollipop 5.1 at all?
fpsq said:
I unlocked my H815, encrypted it and adb flashboot the twrp-2.8.7.0-h815.img.
Tried with TWRP 2.8.6.1. Same result
https://dl.twrp.me/h815/twrp-2.8.7.0-h815.img.html
After entering the correct password the can not mount data partition notification flashes and you are back to the password entering screen.
Anyone experienced the same?
Is TWRP able to decrypt Android Lollipop 5.1 at all?
Click to expand...
Click to collapse
Hm... Seems like lenght is missing in fstab
https://github.com/TeamWin/android_device_lge_h815/blob/android-5.1/recovery.fstab
Lenght for data is missing... I know your new device normally dont need it but twrp needs it for decrypt
Sent from my Xperia T using XDA Free mobile app
SdtBarbarossa said:
Hm... Seems like lenght is missing in fstab
https://github.com/TeamWin/android_device_lge_h815/blob/android-5.1/recovery.fstab
Lenght for data is missing... I know your new device normally dont need it but twrp needs it for decrypt
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
Ok, what do I do? Never compiled an Android project myself... and no fstab in AOSP :cyclops:
fpsq said:
Ok, what do I do? Never compiled an Android project myself... and no fstab in AOSP :cyclops:
Click to expand...
Click to collapse
You dont need to compile for such a easy change
FOR WINDOWS
1. get android image kitchen
2. get your twrp img
3. drag&drop the twrp.img to the "unpack" program of AIK
Now go to Ramdisk->sbin->etc and find twrp.fstab (if that file is not existing then recovery.fstab)
Look at these line:
/data ext4 /dev/block/bootdevice/by-name/userdata flags=encryptable=/dev/block/bootdevice/by-name/encrypt
Add length after /userdata
/data ext4 /dev/block/bootdevice/by-name/userdata length=-16384 flags=encryptable=/dev/block/bootdevice/by-name/encrypt
Like this... Try with this length ...its most common ... (If you know your length correct it)
Then double klick on repack ... And you got your modedtwrp
Sent from my Xperia T using XDA Free mobile app
Will do asap!
Thank You!
fpsq said:
Will do asap!
Thank You!
Click to expand...
Click to collapse
Np... Hope it worked... Please give response
Sent from my Xperia T using XDA Free mobile app
Same same but different
SdtBarbarossa said:
Np... Hope it worked... Please give response
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
Hi,
great tool (AIK) and it seemed to be easy enough for me. I could boot successfully in "my" TWRP. But no luck. Same error: Can not decrypt data. I just tried the length you provided. :silly:
How to figure out the correct length?
BR
fpsq said:
Hi,
great tool (AIK) and it seemed to be easy enough for me. I could boot successfully in "my" TWRP. But no luck. Same error: Can not decrypt data. I just tried the length you provided. :silly:
How to figure out the correct length?
BR
Click to expand...
Click to collapse
im not sure...normally you can find it in the device sourcecode from Provider ... maybe you just have to mount the partition that holds encryption? try declaring a mountpoint for /dev/block........../by-name/encrypt
SdtBarbarossa said:
im not sure...normally you can find it in the device sourcecode from Provider ... maybe you just have to mount the partition that holds encryption? try declaring a mountpoint for /dev/block........../by-name/encrypt
Click to expand...
Click to collapse
I will try. Could you please provide some more details on how to do that? I am afraid this over my Linux skills [emoji30]
Sent from outer space using telepathy
This is the original recovery.fstab. Isn't /data the mountpoint?
Code:
/boot emmc /dev/block/bootdevice/by-name/boot
/system ext4 /dev/block/bootdevice/by-name/system
/system_image emmc /dev/block/bootdevice/by-name/system
/data ext4 /dev/block/bootdevice/by-name/userdata flags=encryptable=/dev/block/bootdevice/by-name/encrypt
/cache ext4 /dev/block/bootdevice/by-name/cache
#/misc emmc /dev/block/bootdevice/by-name/misc
/recovery emmc /dev/block/bootdevice/by-name/recovery flags=backup=1
/efs1 emmc /dev/block/bootdevice/by-name/modemst1 flags=backup=1;display=EFS
/efs2 emmc /dev/block/bootdevice/by-name/modemst2 flags=backup=1;subpartitionof=/efs1
/external_sd vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/usb-otg vfat /dev/block/sda1 /dev/block/sda flags=removable;storage;display=USB-OTG
this is what I did:
Code:
/boot emmc /dev/block/bootdevice/by-name/boot
/system ext4 /dev/block/bootdevice/by-name/system
/system_image emmc /dev/block/bootdevice/by-name/system
/data ext4 /dev/block/bootdevice/by-name/userdata length=-16384 flags=encryptable=/dev/block/bootdevice/by-name/encrypt
/cache ext4 /dev/block/bootdevice/by-name/cache
#/misc emmc /dev/block/bootdevice/by-name/misc
/recovery emmc /dev/block/bootdevice/by-name/recovery flags=backup=1
/efs1 emmc /dev/block/bootdevice/by-name/modemst1 flags=backup=1;display=EFS
/efs2 emmc /dev/block/bootdevice/by-name/modemst2 flags=backup=1;subpartitionof=/efs1
/external_sd vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/usb-otg vfat /dev/block/sda1 /dev/block/sda flags=removable;storage;display=USB-OTG
any idea?
fpsq said:
This is the original recovery.fstab. Isn't /data the mountpoint?
Code:
/boot emmc /dev/block/bootdevice/by-name/boot
/system ext4 /dev/block/bootdevice/by-name/system
/system_image emmc /dev/block/bootdevice/by-name/system
/data ext4 /dev/block/bootdevice/by-name/userdata flags=encryptable=/dev/block/bootdevice/by-name/encrypt
/cache ext4 /dev/block/bootdevice/by-name/cache
#/misc emmc /dev/block/bootdevice/by-name/misc
/recovery emmc /dev/block/bootdevice/by-name/recovery flags=backup=1
/efs1 emmc /dev/block/bootdevice/by-name/modemst1 flags=backup=1;display=EFS
/efs2 emmc /dev/block/bootdevice/by-name/modemst2 flags=backup=1;subpartitionof=/efs1
/external_sd vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/usb-otg vfat /dev/block/sda1 /dev/block/sda flags=removable;storage;display=USB-OTG
this is what I did:
Code:
/boot emmc /dev/block/bootdevice/by-name/boot
/system ext4 /dev/block/bootdevice/by-name/system
/system_image emmc /dev/block/bootdevice/by-name/system
/data ext4 /dev/block/bootdevice/by-name/userdata length=-16384 flags=encryptable=/dev/block/bootdevice/by-name/encrypt
/cache ext4 /dev/block/bootdevice/by-name/cache
#/misc emmc /dev/block/bootdevice/by-name/misc
/recovery emmc /dev/block/bootdevice/by-name/recovery flags=backup=1
/efs1 emmc /dev/block/bootdevice/by-name/modemst1 flags=backup=1;display=EFS
/efs2 emmc /dev/block/bootdevice/by-name/modemst2 flags=backup=1;subpartitionof=/efs1
/external_sd vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/usb-otg vfat /dev/block/sda1 /dev/block/sda flags=removable;storage;display=USB-OTG
any idea?
Click to expand...
Click to collapse
Restore original fstab... Then add one line with
/encrypt emmc /dev/block/bootdevice/by-name/encrypt
Sent from my Xperia T using XDA Free mobile app
SdtBarbarossa said:
Restore original fstab... Then add one line with
/encrypt emmc /dev/block/bootdevice/by-name/encrypt
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
Hi,
thank you for your time! Sorry to say, but no luck. I unpacked the original TWRP2.8.7.0 image, added /encrypt emmc /dev/block/bootdevice/by-name/encrypt packed it. Successfully booted my TWRP. Same error. "Can not decrypt data" Only difference I see is that now my password that I did enter, does NOT go to completely blank, after hitting enter. No use in that, as I do provide the correct password. Can it be a Keyboard layout problem?:silly:
fpsq said:
Hi,
thank you for your time! Sorry to say, but no luck. I unpacked the original TWRP2.8.7.0 image, added /encrypt emmc /dev/block/bootdevice/by-name/encrypt packed it. Successfully booted my TWRP. Same error. "Can not decrypt data" Only difference I see is that now my password that I did enter, does NOT go to completely blank, after hitting enter. No use in that, as I do provide the correct password. Can it be a Keyboard layout problem?:silly:
Click to expand...
Click to collapse
Hm... Can you send me a twrp log of the failed decryption?
Sent from my Xperia T using XDA Free mobile app
Will do asap!
Sent from outer space using telepathy
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 2.8.7.0 on Sat Jan 10 03:22:11 2015
(pid 341)
BOARD_HAS_NO_REAL_SDCARD := true
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
TW_INCLUDE_CRYPTO := true
I:TW_BRIGHTNESS_PATH := /sys/devices/soc.0/fd900000.qcom,mdss_mdp/qcom,mdss_fb_primary.186/leds/lcd-backlight/brightness
I:Found brightness file at '/sys/devices/soc.0/fd900000.qcom,mdss_mdp/qcom,mdss_fb_primary.186/leds/lcd-backlight/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
Starting the UI...
Pixel format: 1440x2560 @ 32bpp
vi.xres: 1440
vi.yres: 2560
vi.xres_virtual: 1440
vi.yres_virtual: 5120
vi.xoffset: 0
vi.yoffset: 0
vi.bits_per_pixel: 32
vi.grayscale: 0
vi.red.offset: 0 .length: 8
vi.green.offset: 8 .length: 8
vi.blue.offset: 16 .length: 8
vi.transp.offset: 24 .length: 8
fi.smem_len: 29491200
fi.line_length: 5760
Not using qualcomm overlay, 'mdssfb_90000'
framebuffer: fd 3 (1440 x 2560)
TW_SCREEN_BLANK_ON_BOOT := true
I:Scaling the curtain width 1.333333x and height 1.333333x
=> Linking mtab
=> Processing recovery.fstab
I:Processing '/boot'
I:Processing '/system'
I:Processing '/system_image'
I:Processing '/data'
I:Setting up '/data' as data/media emulated storage.
I:Created '/sdcard' folder.
I:Can't probe device /dev/block/mmcblk0p50
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p50', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p50
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p50', current file system: 'ext4'
get_crypt_ftr_info crypto key location: '/dev/block/bootdevice/by-name/encrypt'
I:Processing '/cache'
I:Processing '/recovery'
I:Processing '/efs1'
I:Processing '/efs2'
I:Processing '/external_sd'
I:Created '/external_sd' folder.
I:Processing '/usb-otg'
I:Created '/usb-otg' folder.
I:Processing '/encrypt'
I:Backup folder set to '/data/media/TWRP/BACKUPS/LGH815f160ce4c'
I:Settings storage is '/data/media'
Updating partition details...
I:cmd: /sbin/exfat-fuse -o big_writes,max_read=131072,max_write=131072 /dev/block/mmcblk1p1 /external_sd
__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!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
E:Unable to mount storage.
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p38 | Size: 40MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p38
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
/system | /dev/block/mmcblk0p47 | Size: 4010MB Used: 3315MB Free: 694MB Backup Size: 3315MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p47
Display_Name: System
Storage_Name: System
Backup_Path: /system
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/system_image | /dev/block/mmcblk0p47 | Size: 4140MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p47
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
/data | /dev/block/mmcblk0p50 | Size: 23744MB
Flags: Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Is_Encrypted Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage
Symlink_Path: /data/media
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p50
Crypto_Key_Location: /dev/block/bootdevice/by-name/encrypt
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: emmc
Fstab_File_System: ext4
Backup_Method: dd
MTP_Storage_ID: 65537
/cache | /dev/block/mmcblk0p49 | Size: 1193MB Used: 1MB Free: 1191MB Backup Size: 1MB
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/mmcblk0p49
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/mmcblk0p39 | Size: 40MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p39
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
/efs1 | /dev/block/mmcblk0p24 | Size: 1MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent
Primary_Block_Device: /dev/block/mmcblk0p24
Display_Name: EFS
Storage_Name: EFS
Backup_Path: /efs1
Backup_Name: efs1
Backup_Display_Name: EFS
Storage_Path: /efs1
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/efs2 | /dev/block/mmcblk0p25 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs1
Primary_Block_Device: /dev/block/mmcblk0p25
Display_Name: efs2
Storage_Name: efs2
Backup_Path: /efs2
Backup_Name: efs2
Backup_Display_Name: efs2
Storage_Path: /efs2
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/external_sd | /dev/block/mmcblk1p1 | Size: 60905MB Used: 10722MB Free: 50182MB Backup Size: 10722MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: external_sd
Storage_Name: external_sd
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: external_sd
Storage_Path: /external_sd
Current_File_System: exfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/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: 65539
/encrypt | /dev/block/mmcblk0p32 | Size: 0MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p32
Display_Name: encrypt
Storage_Name: encrypt
Backup_Path: /encrypt
Backup_Name: encrypt
Backup_Display_Name: encrypt
Storage_Path: /encrypt
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
I:Checking resolution...
I:Scaling theme width 1.333333x and height 1.333333x, 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/LGH815f160ce4c'
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: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.console=ttyHSL0
ro.boot.baseband=msm
ro.boot.ddr_info=0x3b000206
ro.boot.hardware=p1
ro.boot.serialno=LGH815f160ce4c
ro.boot.bootdevice=f9824900.sdhci
ro.boot.dlcomplete=0
ro.boot.bl_unlock_complete=true
ro.omni.device=h815
ro.omni.version=5.1.1-20150621-h815-HOMEMADE
ro.twrp.boot=1
ro.twrp.version=2.8.7.0
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=msm8994
ro.build.id=LMY47X
ro.build.date=Sat Jun 20 23:02:08 EDT 2015
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_h815-eng
ro.build.display.id=omni_h815-eng 5.1.1 LMY47X 2 test-keys
ro.build.product=h815
ro.build.version.sdk=22
ro.build.version.release=5.1.1
ro.build.version.codename=REL
ro.build.version.incremental=2
ro.build.version.all_codenames=REL
ro.build.description=omni_h815-eng 5.1.1 LMY47X 2 test-keys
ro.build.fingerprint=LG/omni_h815/h815:5.1.1/LMY47X/2: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_h815
ro.product.board=MSM8994
ro.product.brand=LG
ro.product.model=G4
ro.product.device=h815
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=LG
ro.baseband=msm
ro.bootmode=unknown
ro.hardware=p1
ro.revision=11
ro.serialno=LGH815f160ce4c
ro.bootloader=unknown
ro.debuggable=1
ro.modversion=OmniROM-5.1.1-20150621-h815-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
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
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
I:Is encrypted, do decrypt page first
I:Switching packages (TWRP)
I:Set page: 'decrypt'
I:Set page: 'trydecrypt'
I:operation_start: 'Decrypt'
has_hw_crypto is 0
crypt_ftr->fs_size = 48627712
Using pbkdf2 for cryptfs KDFEnabling support for allow_discards in dmcrypt.
load_crypto_mapping_table: target_type = crypt
load_crypto_mapping_table: real_blk_name = /dev/block/mmcblk0p50, extra_params = 1 allow_discards
Error temp mounting decrypted block device '/dev/block/dm-0'
crypt_ftr->fs_size = 48627712
Using pbkdf2 for cryptfs KDFInvalid hex stringkdf failedfailure decrypting master keyFailed to decrypt master key
E:Failed to decrypt data.
I:Set page: 'decrypt'
I:operation_end - status=1
I:Set page: 'trydecrypt'
I:operation_start: 'Decrypt'
has_hw_crypto is 0
crypt_ftr->fs_size = 48627712
Using pbkdf2 for cryptfs KDFEnabling support for allow_discards in dmcrypt.
load_crypto_mapping_table: target_type = crypt
load_crypto_mapping_table: real_blk_name = /dev/block/mmcblk0p50, extra_params = 1 allow_discards
Error temp mounting decrypted block device '/dev/block/dm-0'
crypt_ftr->fs_size = 48627712
Using pbkdf2 for cryptfs KDFInvalid hex stringkdf failedfailure decrypting master keyFailed to decrypt master key
E:Failed to decrypt data.
I:Set page: 'decrypt'
I:operation_end - status=1
I:Set page: 'trydecrypt'
I:operation_start: 'Decrypt'
has_hw_crypto is 0
crypt_ftr->fs_size = 48627712
Using pbkdf2 for cryptfs KDFEnabling support for allow_discards in dmcrypt.
load_crypto_mapping_table: target_type = crypt
load_crypto_mapping_table: real_blk_name = /dev/block/mmcblk0p50, extra_params = 1 allow_discards
Error temp mounting decrypted block device '/dev/block/dm-0'
crypt_ftr->fs_size = 48627712
Using pbkdf2 for cryptfs KDFInvalid hex stringkdf failedfailure decrypting master keyFailed to decrypt master key
E:Failed to decrypt data.
I:Set page: 'decrypt'
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'
E:Unable to mount settings storage during GUI startup.
I:Cannot load settings -- encrypted.
I:Check_Lifetime_Writes result: '324000'
I:Switching packages (TWRP)
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 /data/media/recovery.log
Copied recovery log to /data/media.
I:Set page: 'action_complete'
I:operation_end - status=0
I attached the log for your convenience!!
Thanks again!
fpsq said:
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 Sat Jan 10 03:22:11 2015
(pid 341)
BOARD_HAS_NO_REAL_SDCARD := true
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
TW_INCLUDE_CRYPTO := true
I:TW_BRIGHTNESS_PATH := /sys/devices/soc.0/fd900000.qcom,mdss_mdp/qcom,mdss_fb_primary.186/leds/lcd-backlight/brightness
I:Found brightness file at '/sys/devices/soc.0/fd900000.qcom,mdss_mdp/qcom,mdss_fb_primary.186/leds/lcd-backlight/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
Starting the UI...
Pixel format: 1440x2560 @ 32bpp
vi.xres: 1440
vi.yres: 2560
vi.xres_virtual: 1440
vi.yres_virtual: 5120
vi.xoffset: 0
vi.yoffset: 0
vi.bits_per_pixel: 32
vi.grayscale: 0
vi.red.offset: 0 .length: 8
vi.green.offset: 8 .length: 8
vi.blue.offset: 16 .length: 8
vi.transp.offset: 24 .length: 8
fi.smem_len: 29491200
fi.line_length: 5760
Not using qualcomm overlay, 'mdssfb_90000'
framebuffer: fd 3 (1440 x 2560)
TW_SCREEN_BLANK_ON_BOOT := true
I:Scaling the curtain width 1.333333x and height 1.333333x
=> Linking mtab
=> Processing recovery.fstab
I:Processing '/boot'
I:Processing '/system'
I:Processing '/system_image'
I:Processing '/data'
I:Setting up '/data' as data/media emulated storage.
I:Created '/sdcard' folder.
I:Can't probe device /dev/block/mmcblk0p50
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p50', current file system: 'ext4'
I:Can't probe device /dev/block/mmcblk0p50
I:Unable to mount '/data'
I:Actual block device: '/dev/block/mmcblk0p50', current file system: 'ext4'
get_crypt_ftr_info crypto key location: '/dev/block/bootdevice/by-name/encrypt'
I:Processing '/cache'
I:Processing '/recovery'
I:Processing '/efs1'
I:Processing '/efs2'
I:Processing '/external_sd'
I:Created '/external_sd' folder.
I:Processing '/usb-otg'
I:Created '/usb-otg' folder.
I:Processing '/encrypt'
I:Backup folder set to '/data/media/TWRP/BACKUPS/LGH815f160ce4c'
I:Settings storage is '/data/media'
Updating partition details...
I:cmd: /sbin/exfat-fuse -o big_writes,max_read=131072,max_write=131072 /dev/block/mmcblk1p1 /external_sd
__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!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
E:Unable to mount storage.
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p38 | Size: 40MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p38
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
/system | /dev/block/mmcblk0p47 | Size: 4010MB Used: 3315MB Free: 694MB Backup Size: 3315MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p47
Display_Name: System
Storage_Name: System
Backup_Path: /system
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/system_image | /dev/block/mmcblk0p47 | Size: 4140MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p47
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
/data | /dev/block/mmcblk0p50 | Size: 23744MB
Flags: Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Is_Encrypted Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage
Symlink_Path: /data/media
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p50
Crypto_Key_Location: /dev/block/bootdevice/by-name/encrypt
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: emmc
Fstab_File_System: ext4
Backup_Method: dd
MTP_Storage_ID: 65537
/cache | /dev/block/mmcblk0p49 | Size: 1193MB Used: 1MB Free: 1191MB Backup Size: 1MB
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/mmcblk0p49
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/mmcblk0p39 | Size: 40MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p39
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
/efs1 | /dev/block/mmcblk0p24 | Size: 1MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent
Primary_Block_Device: /dev/block/mmcblk0p24
Display_Name: EFS
Storage_Name: EFS
Backup_Path: /efs1
Backup_Name: efs1
Backup_Display_Name: EFS
Storage_Path: /efs1
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/efs2 | /dev/block/mmcblk0p25 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs1
Primary_Block_Device: /dev/block/mmcblk0p25
Display_Name: efs2
Storage_Name: efs2
Backup_Path: /efs2
Backup_Name: efs2
Backup_Display_Name: efs2
Storage_Path: /efs2
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/external_sd | /dev/block/mmcblk1p1 | Size: 60905MB Used: 10722MB Free: 50182MB Backup Size: 10722MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: external_sd
Storage_Name: external_sd
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: external_sd
Storage_Path: /external_sd
Current_File_System: exfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/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: 65539
/encrypt | /dev/block/mmcblk0p32 | Size: 0MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p32
Display_Name: encrypt
Storage_Name: encrypt
Backup_Path: /encrypt
Backup_Name: encrypt
Backup_Display_Name: encrypt
Storage_Path: /encrypt
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
I:Checking resolution...
I:Scaling theme width 1.333333x and height 1.333333x, 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/LGH815f160ce4c'
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: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.console=ttyHSL0
ro.boot.baseband=msm
ro.boot.ddr_info=0x3b000206
ro.boot.hardware=p1
ro.boot.serialno=LGH815f160ce4c
ro.boot.bootdevice=f9824900.sdhci
ro.boot.dlcomplete=0
ro.boot.bl_unlock_complete=true
ro.omni.device=h815
ro.omni.version=5.1.1-20150621-h815-HOMEMADE
ro.twrp.boot=1
ro.twrp.version=2.8.7.0
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=msm8994
ro.build.id=LMY47X
ro.build.date=Sat Jun 20 23:02:08 EDT 2015
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_h815-eng
ro.build.display.id=omni_h815-eng 5.1.1 LMY47X 2 test-keys
ro.build.product=h815
ro.build.version.sdk=22
ro.build.version.release=5.1.1
ro.build.version.codename=REL
ro.build.version.incremental=2
ro.build.version.all_codenames=REL
ro.build.description=omni_h815-eng 5.1.1 LMY47X 2 test-keys
ro.build.fingerprint=LG/omni_h815/h815:5.1.1/LMY47X/2: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_h815
ro.product.board=MSM8994
ro.product.brand=LG
ro.product.model=G4
ro.product.device=h815
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=LG
ro.baseband=msm
ro.bootmode=unknown
ro.hardware=p1
ro.revision=11
ro.serialno=LGH815f160ce4c
ro.bootloader=unknown
ro.debuggable=1
ro.modversion=OmniROM-5.1.1-20150621-h815-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
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
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
I:Is encrypted, do decrypt page first
I:Switching packages (TWRP)
I:Set page: 'decrypt'
I:Set page: 'trydecrypt'
I:operation_start: 'Decrypt'
has_hw_crypto is 0
crypt_ftr->fs_size = 48627712
Using pbkdf2 for cryptfs KDFEnabling support for allow_discards in dmcrypt.
load_crypto_mapping_table: target_type = crypt
load_crypto_mapping_table: real_blk_name = /dev/block/mmcblk0p50, extra_params = 1 allow_discards
Error temp mounting decrypted block device '/dev/block/dm-0'
crypt_ftr->fs_size = 48627712
Using pbkdf2 for cryptfs KDFInvalid hex stringkdf failedfailure decrypting master keyFailed to decrypt master key
E:Failed to decrypt data.
I:Set page: 'decrypt'
I:operation_end - status=1
I:Set page: 'trydecrypt'
I:operation_start: 'Decrypt'
has_hw_crypto is 0
crypt_ftr->fs_size = 48627712
Using pbkdf2 for cryptfs KDFEnabling support for allow_discards in dmcrypt.
load_crypto_mapping_table: target_type = crypt
load_crypto_mapping_table: real_blk_name = /dev/block/mmcblk0p50, extra_params = 1 allow_discards
Error temp mounting decrypted block device '/dev/block/dm-0'
crypt_ftr->fs_size = 48627712
Using pbkdf2 for cryptfs KDFInvalid hex stringkdf failedfailure decrypting master keyFailed to decrypt master key
E:Failed to decrypt data.
I:Set page: 'decrypt'
I:operation_end - status=1
I:Set page: 'trydecrypt'
I:operation_start: 'Decrypt'
has_hw_crypto is 0
crypt_ftr->fs_size = 48627712
Using pbkdf2 for cryptfs KDFEnabling support for allow_discards in dmcrypt.
load_crypto_mapping_table: target_type = crypt
load_crypto_mapping_table: real_blk_name = /dev/block/mmcblk0p50, extra_params = 1 allow_discards
Error temp mounting decrypted block device '/dev/block/dm-0'
crypt_ftr->fs_size = 48627712
Using pbkdf2 for cryptfs KDFInvalid hex stringkdf failedfailure decrypting master keyFailed to decrypt master key
E:Failed to decrypt data.
I:Set page: 'decrypt'
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'
E:Unable to mount settings storage during GUI startup.
I:Cannot load settings -- encrypted.
I:Check_Lifetime_Writes result: '324000'
I:Switching packages (TWRP)
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 /data/media/recovery.log
Copied recovery log to /data/media.
I:Set page: 'action_complete'
I:operation_end - status=0
I attached the log for your convenience!!
Thanks again!
Click to expand...
Click to collapse
Look here:
/encrypt | /dev/block/mmcblk0p32 | Size: 0MB
And then again here:
load_crypto_mapping_table: real_blk_name = /dev/block/mmcblk0p50
Please go to terminal emulator (on rom)
and type:
su
fdisk -l /dev/block/mmcblk0
And show me the result
Sent from my Xperia T using XDA Free mobile app
SdtBarbarossa said:
Look here:
/encrypt | /dev/block/mmcblk0p32 | Size: 0MB
And then again here:
load_crypto_mapping_table: real_blk_name = /dev/block/mmcblk0p50
Please go to terminal emulator (on rom)
and type:
su
fdisk -l /dev/block/mmcblk0
And show me the result
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
Not sure if you wanted me to do that in TWRP or run a terminal emulator from the GUI. I did this in TWRP->Advanced->Terminal Command->dev->select and run your command!
Code:
/dev # fdisk -l /dev/block/mmcblk0
I:Actual command is: 'cd "/dev" && fdisk -l /dev/block/mmcblk0 2>&1'
Found valid GPT with protective MBR; using GPT
Disk /dev/block/mmcblk0: 61071360 sectors, 1148M
Logical sector size: 512
Disk identifier (GUID): 98101b32-bbe2-4bf2-a06e-2bb33d000c20
Partition table holds up to 52 entries
First usable sector is 34, last usable sector is 61071326
Number Start (sector) End (sector) Size Code Name
1 32768 208895 86.0M 0700 modem
2 229376 230399 512K 0700 pmic
3 230400 232447 1024K 0700 sbl1
4 232448 234495 1024K 0700 tz
5 234496 235519 512K 0700 sdi
6 235520 236543 512K 0700 hyp
7 236544 237567 512K 0700 rpm
8 237568 241663 2048K 0700 aboot
9 241664 243711 1024K 0700 sbl1bak
10 243712 244735 512K 0700 pmicbak
11 244736 246783 1024K 0700 tzbak
12 246784 247807 512K 0700 hypbak
13 247808 248831 512K 0700 rpmbak
14 248832 252927 2048K 0700 abootbak
15 252928 253951 512K 0700 sdibak
16 253952 254975 512K 0700 limits
17 254976 255999 512K 0700 devinfo
18 256000 257023 512K 0700 apdp
19 257024 258047 512K 0700 msadp
20 258048 259071 512K 0700 dpo
21 259072 262143 1536K 0700 spare1
22 262144 294911 16.0M 0700 misc
23 294912 360447 32.0M 0700 persist
24 360448 363519 1536K 0700 modemst1
25 363520 366591 1536K 0700 modemst2
26 366592 369663 1536K 0700 fsg
27 369664 370687 512K 0700 fsc
28 370688 371711 512K 0700 ssd
29 371712 372735 512K 0700 keystore
30 372736 376831 2048K 0700 DDR
31 376832 377855 512K 0700 sec
32 377856 378879 512K 0700 encrypt
33 378880 379903 512K 0700 eksst
34 379904 380927 512K 0700 rct
35 380928 385023 2048K 0700 persistent
36 385024 393215 4096K 0700 spare2
37 393216 491519 48.0M 0700 laf
38 491520 573439 40.0M 0700 boot
39 573440 655359 40.0M 0700 recovery
40 655360 671743 8192K 0700 drm
41 671744 688127 8192K 0700 sns
42 688128 753663 32.0M 0700 mpt
43 753664 847871 46.0M 0700 factory
44 847872 868351 10.0M 0700 fota
45 868352 876543 4096K 0700 raw_resources
46 876544 884735 4096K 0700 raw_resourcesbak
47 884736 9363455 4140M 0700 system
48 9363456 9887743 256M 0700 cust
49 9895936 12419071 1232M 0700 cache
50 12419072 61046783 23.1G 0700 userdata
51 61046784 61071326 11.9M 0700 grow
I:TWFunc::Set_Brightness: Setting brightness control to 5
I:TWFunc::Set_Brightness: Setting brightness control to 0
SdtBarbarossa said:
Look here:
/encrypt | /dev/block/mmcblk0p32 | Size: 0MB
And then again here:
load_crypto_mapping_table: real_blk_name = /dev/block/mmcblk0p50
Please go to terminal emulator (on rom)
and type:
su
fdisk -l /dev/block/mmcblk0
And show me the result
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
fpsq. You need to normal boot phone to rom, LEAVE TWRP. open terminal emulator and run the command
su
fdisk -l /dev/block/mmcblk0
Sent from my HTC Desire 510 using XDA Free mobile app
MrSteelX said:
fpsq. You need to normal boot phone to rom, LEAVE TWRP. open terminal emulator and run the command
su
fdisk -l /dev/block/mmcblk0
Click to expand...
Click to collapse
fdisk & parted not available....
Is df good enough?
Code:
[email protected]:/ $ parted
/system/bin/sh: parted: not found
127|[email protected]:/ $ fdisk
/system/bin/sh: fdisk: not found
127|[email protected]:/ $ df
Filesystem Size Used Free Blksize
/dev 1.37G 112.00K 1.37G 4096
/dev/usb-ffs/adb: Permission denied
/sys/fs/cgroup 1.37G 12.00K 1.37G 4096
/mnt/asec 1.37G 0.00K 1.37G 4096
/mnt/obb 1.37G 0.00K 1.37G 4096
/system 3.92G 3.24G 694.59M 4096
/cache 1.17G 1.92M 1.16G 4096
/persist 27.48M 64.00K 27.42M 4096
/firmware 85.95M 74.77M 11.19M 16384
/sns 3.86M 60.00K 3.80M 4096
/persist-lg 3.86M 600.00K 3.27M 4096
/mpt 27.48M 8.24M 19.25M 4096
/cust 247.97M 8.11M 239.86M 4096
/data 22.70G 5.69G 17.01G 4096
/mnt/shell/emulated: Permission denied
/storage/emulated/legacy 22.70G 5.69G 17.01G 4096
/storage/emulated 1.38G 0.00K 1.38G 4096
/mnt/media_rw/external_SD: Permission denied
/mnt/media_rw/external_SD: Permission denied
/mnt/secure/asec: Permission denied
/storage/external_SD 59.47G 10.77G 48.70G 131072
/storage/emulated/0 22.70G 5.69G 17.01G 4096
/storage/emulated/legacy 22.70G 5.69G 17.01G 4096
1|[email protected]:/ $

Stock recovery constant error, downgraded ROM and updates won't show

Hey y'all, I was on 2.19.40.22 rooted with one click root and successfully applied last week's update to 2.20.40.58 and kept root.
I tried to update to 2.20.40.59 and my phone got all sorts of ****ed up. So I successfully formatted and wiped everything and downgraded to pre-rooted 2.19.40.18 (also downgraded boot/droidboot/stock recovery). After unrooting SuperSU so I'd have a fully stock ROM, I tried updating. That got botched.
So I wiped everything again (including internal storage/data) and fully installed 2.19.40.22 and now my phone sees no updates from ASUS pending and every time I try to enter stock recovery, it just plays like it's trying to apply an update and then throws up the error message. This happens without any OTA update zips in internal storage to trigger recovery to try to apply an update.
I've also tried the other manual way to update (the method other than MOFD_SDUPDATE) and my phone will try to apply the update then displays the same error message again.
I'm at the my wits end having tried everything I can think of, have spent the better part of 6hrs ****ing with my phone. Anyone have any insight?
check your log, it should be in /cache/recovery/last_log IIRC
Magister54 said:
check your log, it should be in /cache/recovery/last_log IIRC
Click to expand...
Click to collapse
I have two log files. The smaller one (I believe log for stock recovery) says:
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 recovery (pid 177) on Thu Aug 13 15:50:09 2015
recovery filesystem table
=========================
0 /boot emmc /dev/block/by-name/boot 0
1 /recovery emmc /dev/block/by-name/recovery 0
2 /fastboot emmc /dev/block/by-name/fastboot 0
3 /system ext4 /dev/block/by-name/system 0
The bigger one says which is for twrp says:
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.2 on Thu Aug 13 15:43:42 2015
(pid 184)
BOARD_HAS_NO_REAL_SDCARD := true
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
TW_INCLUDE_CRYPTO := true
I:Found brightness file at '/sys/devices/virtual/backlight/psb-bl/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
Starting the UI...Pixel format: 1080x1920 @ 32bpp
Pixel format: BGRA_8888
Not using qualcomm overlay, 'psbfb'
framebuffer: fd 4 (1080 x 1920)
minui: /sys/board_properties/virtualkeys.ftxxxx_ts is 4 % 6
minui: /sys/board_properties/virtualkeys.ftxxxx_ts: ignoring unknown virtual key type 102
=> Linking mtab
Renaming regular /etc/recovery.fstab -> /etc/recovery.fstab.bak
Moving /etc/twrp.fstab -> /etc/recovery.fstab
=> Processing recovery.fstab
I:Processing '/system'
I:Processing '/cache'
I:Processing '/config'
I:Created '/config' folder.
I:Processing '/data'
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:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:Processing '/factory'
I:Processing '/boot'
I:Processing '/recovery'
I:Processing '/splash'
I:Processing '/external_sd'
I:Created '/external_sd' folder.
I:Processing '/usb-otg'
I:Created '/usb-otg' folder.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/Medfield307E90FF'
I:Settings storage is '/data/media/0'
Updating partition details...
I:Data backup size is 3492MB, free: 49633MB.
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/system | /dev/block/mmcblk0p18 | Size: 2231MB Used: 972MB Free: 1259MB Backup Size: 972MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p18
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/mmcblk0p15 | Size: 247MB Used: 0MB Free: 247MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p15
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
/config | /dev/block/mmcblk0p14 | Size: 58MB Used: 1MB Free: 57MB Backup Size: 1MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p14
Display_Name: config
Storage_Name: config
Backup_Path: /config
Backup_Name: config
Backup_Display_Name: config
Storage_Path: /config
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/data | /dev/block/mmcblk0p19 | Size: 55492MB Used: 3492MB Free: 49633MB Backup Size: 3492MB
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/mmcblk0p19
Crypto_Key_Location: /factory/userdata_footer
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media/0
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
MTP_Storage_ID: 65537
/factory | /dev/block/mmcblk0p12 | Size: 27MB Used: 1MB Free: 25MB Backup Size: 1MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p12
Display_Name: Factory
Storage_Name: Factory
Backup_Path: /factory
Backup_Name: factory
Backup_Display_Name: Factory
Storage_Path: /factory
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/boot | /dev/block/mmcblk0p1 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p1
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/mmcblk0p2 | Size: 16MB
Flags: IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p2
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
/splash | /dev/block/mmcblk0p4 | Size: 4MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p4
Display_Name: Splash
Storage_Name: Splash
Backup_Path: /splash
Backup_Name: splash
Backup_Display_Name: Splash
Storage_Path: /splash
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/external_sd | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: Micro SDcard
Storage_Name: Micro SDcard
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: Micro SDcard
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/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: 65539
I:Loading package: TWRP (/script/ui.xml)
I:Load XML directly
I:Loading package: TWRP (/data/media/0/TWRP/theme/ui.zip)
I:Loading zip theme
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
I:Checking resolution...
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/0/TWRP/BACKUPS/Medfield307E90FF'
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
Full SELinux support is present.
I:Not using /misc, not defined in fstab.
I:Not using /misc, not defined in fstab.
Startup Commands:
bt.hfp.WideBandSpeechEnabled=true
ro.sf.lcd_density=480
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.com.widevine.cachesize=16777216
ro.nfc.clk=pll
ro.nfc.conf=mofd-ffd2-a
ro.ril.status.polling.enable=0
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.boot.mode=fota
ro.boot.spid=0000:0000:0000:0008:0000:0000
ro.boot.selinux=permissive
ro.boot.wakesrc=05
ro.boot.hardware=mofd_v1
ro.boot.serialno=Medfield307E90FF
ro.boot.bootreason=kernel_panic
ro.hwui.path_cache_size=24.0
ro.hwui.layer_cache_size=32.0
ro.hwui.texture_cache_size=48.0
ro.hwui.gradient_cache_size=0.8
ro.hwui.r_buffer_cache_size=8
ro.hwui.drop_shadow_cache_size=4.0
ro.hwui.text_large_cache_width=2048
ro.hwui.text_small_cache_width=1024
ro.hwui.text_large_cache_height=1024
ro.hwui.text_small_cache_height=512
ro.hwui.texture_cache_flushrate=0.4
ro.omni.device=Z00A
ro.omni.version=5.1.1-20150724-Z00A-HOMEMADE
ro.spid.gps.tty=ttyMFD2
ro.twrp.boot=1
ro.twrp.version=2.8.7.2
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=moorefield
ro.build.id=LYZ28E
ro.build.date=Fri Jul 24 11:37:28 EDT 2015
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_Z00A-eng
ro.build.display.id=omni_Z00A-eng 5.1.1 LYZ28E 2 test-keys
ro.build.product=Z00A
ro.build.version.sdk=22
ro.build.version.release=5.1.1
ro.build.version.codename=REL
ro.build.version.incremental=2
ro.build.version.all_codenames=REL
ro.build.description=asusmofd_fhd-user 5.0 LRX21V 2.19.40.18_20150612_1183_user release-keys
ro.build.fingerprint=asus/WW_Z00A/Z00A:5.0/LRX21V/2.19.40.18_20150612_1183_user:user/release-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.isa.arm=x86
ro.dalvik.vm.native.bridge=libhoudini.so
ro.enable.native.bridge.exec=1
ro.kernel.android.checkjni=1
ro.secure=0
ro.zygote=zygote32
ro.carrier=unknown
ro.product.cpu.abi=x86
ro.product.cpu.abi2=armeabi-v7a
ro.product.cpu.abilist=x86,armeabi-v7a,armeabi
ro.product.cpu.abilist32=x86,armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.name=WW_Z00A
ro.product.board=moorefield
ro.product.brand=asus
ro.product.model=ASUS_Z00A
ro.product.device=Z00A
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=asus
ro.baseband=unknown
ro.bootmode=fota
ro.hardware=mofd_v1
ro.opengles.version=196608
ro.revision=0
ro.serialno=Medfield307E90FF
ro.telephony.default_network=9
ro.bootloader=unknown
ro.debuggable=1
ro.modversion=OmniROM-5.1.1-20150724-Z00A-HOMEMADE
ro.factorytest=0
ro.setupwizard.enterprise_mode=1
drm.service.enabled=true
net.bt.name=Android
net.change=net.bt.name
sys.mia.version=00B0.3130
sys.scu.version=00B0.0032
sys.usb.config=adb
sys.ia32.version=0003.0001
sys.ifwi.version=0094.0175
sys.pmic.nvm.version=1C
sys.punit.version=0000.002E
sys.scubs.version=00B0.0001
sys.ucode.version=0000.0034
sys.chaabi.version=0058.0501
sys.kernel.version=3.10.20-ga61a025
sys.valhooks.version=005E.002C
sys.watchdog.previous.counter=0
init.svc.adbd=stopping
init.svc.healthd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.thermald=running
init.svc.watchdogd=running
init.svc.intel_prop=stopped
init.svc.set_permissive=stopped
rild.libpath=/system/lib/librapid-ril-core.so
twrp.crash_counter=0
media.stagefright.cache-params=10240/20480/15
media.aac_51_output_enabled=true
dalvik.vm.isa.x86.features=default
dalvik.vm.heapsize=512m
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapminfree=2m
dalvik.vm.heapstartsize=16m
dalvik.vm.dex2oat-filter=interpret-only
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.implicit_checks=none
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
dalvik.vm.heaptargetutilization=0.75
persist.sys.usb.config=mtp,adb
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.root_access=1
persist.sys.isUsbOtgEnabled=1
persist.intel.isv.frc=1
persist.intel.isv.vpp=1
service.adb.root=1
keyguard.no_require_sim=true
I:Copying file /cache/recovery/log to /cache/recovery/last_log
tw_get_context got selinux context: u:object_r:media_rw_data_file:s0
I:Got default contexts and file mode for storage files.
I:Attempt to load settings from settings file...
I:Loading settings from '/data/media/0/TWRP/.twrps'.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/Medfield307E90FF'
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
__bionic_open_tzdata: couldn't find any tzdata when looking for CST6CDT,M3.2.0,M11.1.0!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:Enabling MTP during startup
I:Starting MTP
Starting MTP
I:Get_Max_FileSize::maxFileSize: 17592186044416
I:sending message to add 65537 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65537
MTP Enabled
I:Switching packages (TWRP)
created new mtpserver object
MtpServer::run fd: 14
E:request read returned -1, errno: 5, exiting MtpServer::run loop
mtppipe add storage 65537 '/data/media/0'
MtpStorage id: 65537 path: /data/media/0
MtpServer::run fd: 14
E:request read returned -1, errno: 5, exiting MtpServer::run loop
MtpServer::run fd: 14
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:Set page: 'install'
I:Set page: 'flash_confirm'
I:Set page: 'flash_zip'
I:operation_start: 'Flashing'
Installing '/sdcard/PBB-v3-FlipCover.zip'...
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
I:Zip does not contain SELinux file_contexts file in its root.
I:Legacy property environment initialized.
----------------
----------------
- Flashing -
- Add-In -
----------------
----------------
minzip: Extracted 2 file(s)
minzip: Extracted 0 file(s)
----------------
- Done -
----------------
script succeeded: result was [1]I:Legacy property environment disabled.
Updating partition details...
I:Data backup size is 3492MB, free: 49633MB.
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'flash_done'
I:operation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'install'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'reboot'
I:Set page: 'rebootcheck'
I:Copying file /cache/recovery/log to /cache/recovery/last_log
Rebooting...
Have you tried to sideload the whole stock firmware from adb? This should clean everything and make work the update by after.
Magister54 said:
Have you tried to sideload the whole stock firmware from fastboot? This should clean everything and make work the update by after.
Click to expand...
Click to collapse
Sent from my SM-G355H using XDA Free mobile app
Magister54 said:
Have you tried to sideload the whole stock firmware from adb? This should clean everything and make work the update by after.
Click to expand...
Click to collapse
I finally managed to! I'm embarrassed to admit my problem was opening stock recovery past that damn error screen! I couldn't get adb sideload to work any other way or any other recovery.

[Rom][TW]Smooth I9505 (5.0.1)V2_Slim

Hi all, you may of seen me in other forums making roms for I9195, Sm-T210, SM-T230 and now its the I9505. Total btu based stock. Deodexed, rooted and busy box installed. 4way reboot menu, imperium kernel V2.6. This is an ongoing project. More to be added and lots to be removed. Will be updated as i can.
Please note:- i am not responsible for any damage to your device. Make sure you perform a nanodroid before flashing. Never flash on a network locked phone. Network unlocked is fine. This roms made for I9505.
V1 rom link
https://www.androidfilehost.com/?fid=24052804347811525
V2 slim test.
Current link..
https://www.androidfilehost.com/?fid=24269982087013437
https://mega.nz/#!R8BDQJgS!jVF3TSTo3yVyHRRb0ycZ3i_RglcPeivQmStrl4bQFwI
AFH...
https://www.androidfilehost.com/?fid=24052804347813060
Bugs.. let me know and i'll do my best to fix.
I've found none yet and I've also run xposed successfully ( not included )
Smooth V2.
Been happily tweaking for you guys, heres a small list of changes hopefully coming your way
Added- xposed, it'll be pre-installed
Nova Launcher
SD maid
Terminal emulator
Added imperium kernel V2.8
Reduced dpi to 400.
Still got....
Titanium backup,
Ad away,
Root explorer,
Removed as follows
SYSTEM APP...........................
ALL SHARE CAST PLAYER
ALL SHARE FILE SHARE
ALL SHARE FILE CLIENT
ALL SHARE FILE SERVER
ALL SHARE MEDIA SERVER
ALL SHARE MEDIA SHARE
BLURB
DROPBOX
DROPBOX OOBE
DUAL CLOCK DIGITAL
EASY FAVOURITES CONTACTS WIDGET
EASY SETTINGS
FLIP BOARD
GOOGLE EARTH
GOOGLE TTS
INTERACTIVE TUTORIAL
MOBILE PRINT SVC-SAMSUNG
MOBILE TRACKER ENGINE TWO
PICKUP TUTORIAL
PRELOAD INSTALLER
QUICK CONNECT ( ALSO REMOVED FROM DROP DOWN MENU)
ROSE EUKOR
S TRANSLATOR CSLI
SAMSUNG APPS WIDGET
SAMSUNG BOOKS EOS
SAMSUNG CONTENTS AGENT
SAMSUNG GAMES 1.3 EOS
SAMSUNG HUB
SAMSUNG HUB UPDATER
SAMSUNG OCR2
SAMSUNG TTS
SAMSUNG WIDGET_ACTIVE APPLICATION
SEC EMAIL_K
SEC EXCHANGE
SEC KIDS MODE INSTALLER
SMART BRIEFING 4X2
SPEN SDK3
SPLANNER LEGACY
SPLANNER WIDGET
SPRINT SPOOLER
STREET
TA;KBALK
TRAVEL SERVICE_K
TRAVEL WIDGET
WEB MANUAL
YAHOO NEWS PHONE 2013
YAHOO STOCKS PHONE 2013
SYSTEM-PRIV APP...........................
DIRECT SHARE MANAGER
EASY LAUNCHER
GROUP PLAY
HEALTH SERVICE
PAGE BUDDY NOTISVCK
SAMSUNG APPS
SAMSUNG BILLING
SAMSUNG SERVICE 2_XXHDPI
SAMSUNG WALLET
SCLOUD BACKUP APP
SCLOUD DATA RELAY
SCLOUD DATA SYNC
SCLOUD QUOTA APP
SCLOUND SYNC CALENDAR
SCLOUD CONTACTS
SCLOUD SYNC BROWSER
SCLOUD SYNC SNOTE
SCLOUD SYNC SNOTE3
S FINDER ( ALSO REMOVED FROM DROP DOWN MENU )
SHARE VIDEO
S HEALTH3_5
S NOTE PROVIDER
TALKBACK
Bugs,
Keyboard doesn't fit whole screen but still works.
possible other but needs testers
Reserved for changelog.
Sent from my GT-I9505
Hi, is it OH2 ? thanks.
... sorry ! didn't read carefully the OP: you've mentioned BTU, guess it's the product code
Ah there it is! Running great thank u!
Your doing an amazing job with these devices!
Can i flashe this to my tmobile s4?
Sent from my SGH-M919 using Tapatalk
bunbury said:
Hi, is it OH2 ? thanks.
... sorry ! didn't read carefully the OP: you've mentioned BTU, guess it's the product code
Click to expand...
Click to collapse
Yes it is based off OH2.
Sent from my GT-I9505
caloyzki said:
Can i flashe this to my tmobile s4?
Sent from my SGH-M919 using Tapatalk
Click to expand...
Click to collapse
make sure u perform a backup first, then flash, it should be ok but remains untested on tmobile s4
Sent from my GT-I9505
My current setup
Sent from my GT-I9505
Odex,root,lite,xposed,imperium ,build.prop optimised,that all need custom rom.hope you do
Perfect rom! Remove some google apps and trip advisor, etc.. Remove sfinder and quick connect and now its.... more perfect
Changes imp kernel from 2.6 to 2.5
Sent from my GT-I9505 using XDA Free mobile app
jimbomodder said:
Hi all, you may of seen me in other forums making roms for I9195, Sm-T210, SM-T230 and now its the I9505. Total btu based stock. Deodexed, rooted and busy box installed. 4way reboot menu, imperium kernel with ability to fast charge. I was charging aylt over 3000mah today. This is an ongoing project. More to be added and lots to be removed. Will be updated as i can.
V1 rom link
https://www.androidfilehost.com/?fid=24052804347811525
Bugs, I've found none yet and I've also run xposed successfully
Click to expand...
Click to collapse
You were charging it at over 3k mAh with stock charger? :silly:
Debloated version online
Sent from my GT-I9505
jimbomodder said:
Debloated version online
Sent from my GT-I9505
Click to expand...
Click to collapse
My internal storage has 221mb available... Oops.. To many roms
Good timing ?
....v1.1 is running very smooth... No issues so far...
The size is great!
and thanks for including the TiBu and Root Explorer... Those come in very handy?
Problem adding s planer widget
S planner crashes on v1
Sent from my GT-I9505 using XDA Free mobile app
Had a fantastic time with V1 yesterday. Very stable ROM. Seemingly great battery life. Now flashing V1.1...!
Flashed as the primary (internal) rom flashes and runs great...but flashing as a secondary with multirom keeps failing.
Its the same on v1 and 1.1
I dont know how good you r at reading logs but i grabbed the recovery.log
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
Starting TWRP 2.8.6 on Fri Sep 11 02:49:33 2015
(pid 191)
Setting SELinux to permissive
BOARD_HAS_NO_REAL_SDCARD := true
TW_NO_REBOOT_BOOTLOADER := true
RECOVERY_SDCARD_ON_DATA := true
I:Lun file '/sys/devices/platform/msm_hsusb/gadget/lun0/file'
TW_HAS_DOWNLOAD_MODE := true
I:TW_BRIGHTNESS_PATH := /sys/devices/platform/msm_fb.526593/leds/lcd-backlight/brightness
I:Found brightness file at '/sys/devices/platform/msm_fb.526593/leds/lcd-backlight/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:TW_EXCLUDE_ENCRYPTED_BACKUPS := true
Starting the UI...Pixel format: 1080x1920 @ 32bpp
Pixel format: RGBX_8888
Not using qualcomm overlay, 'msmfb44_80901'
framebuffer: fd 4 (1080 x 1920)
=> Linking mtab
=> Processing recovery.fstab
Irocessing '/boot'
Irocessing '/cache'
Irocessing '/data'
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:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
Irocessing '/recovery'
Irocessing '/system'
Irocessing '/efs'
I:Created '/efs' folder.
Irocessing '/external_sd'
I:Created '/external_sd' folder.
Irocessing '/usb-otg'
I:Created '/usb-otg' folder.
Irocessing '/preload'
I:Created '/preload' folder.
Irocessing '/modem'
I:Created '/modem' folder.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/1b6026be'
I:Settings storage is '/data/media/0'
Updating partition details...
Iata backup size is 1533MB, free: 2780MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p20 | Size: 10MB Raw size: 0
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p20
Display_Name: Boot
Storage_Name: boot
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Boot
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/cache | /dev/block/mmcblk0p18 | Size: 2037MB Used: 35MB Free: 2001MB Backup Size: 35MB Raw size: 2170552320
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/mmcblk0p18
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/mmcblk0p29 | Size: 9823MB Used: 1533MB Free: 2780MB Backup Size: 1533MB Raw size: 10464788480
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage
Symlink_Path: /data/media/0
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p29
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
/recovery | /dev/block/mmcblk0p21 | Size: 10MB Raw size: 0
Flags: IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p21
Display_Name: Recovery
Storage_Name: recovery
Backup_Path: /recovery
Backup_Name: recovery
Backup_Display_Name: Recovery
Storage_Path: /recovery
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/system | /dev/block/mmcblk0p16 | Size: 2716MB Used: 1476MB Free: 1240MB Backup Size: 1476MB Raw size: 2894069760
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p16
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
/efs | /dev/block/mmcblk0p10 | Size: 13MB Used: 4MB Free: 9MB Backup Size: 4MB Raw size: 14286848
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p10
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
/external_sd | /dev/block/mmcblk1p1 | Size: 1881MB Used: 1341MB Free: 540MB Backup Size: 1341MB Raw size: 1976565760
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: Micro SDcard
Storage_Name: Micro SDcard
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: Micro SDcard
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/usb-otg | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB Raw size: 0
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable Is_Storage
Primary_Block_Device: /dev/block/sda1
Alternate_Block_Device: /dev/block/sda
Display_Name: USB-OTG
Storage_Name: USB-OTG
Backup_Path: /usb-otg
Backup_Name: usb-otg
Backup_Display_Name: USB-OTG
Storage_Path: /usb-otg
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65539
/preload | /dev/block/mmcblk0p27 | Size: 19MB Used: 4MB Free: 15MB Backup Size: 4MB Raw size: 20971520
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p27
Display_Name: Preload
Storage_Name: Preload
Backup_Path: /preload
Backup_Name: preload
Backup_Display_Name: Preload
Storage_Path: /preload
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/modem | /dev/block/mmcblk0p2 | Size: 85MB Used: 49MB Free: 36MB Backup Size: 49MB Raw size: 54030336
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p2
Display_Name: modem
Storage_Name: modem
Backup_Path: /modem
Backup_Name: modem
Backup_Display_Name: modem
Storage_Path: /modem
Current_File_System: vfat
Fstab_File_System: ext4
Backup_Method: files
MultiROM Recovery version:
I:Loading package: TWRP (/script/ui.xml)
I:Load XML directly
I:Loading package: TWRP (/data/media/0/TWRP/theme/ui.zip)
I:Loading zip theme
I:Checking resolution...
I:Loading resources...
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
IageSet::CheckInclude loading filename: 'darkplay_mr.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 settings
I:Loading page timezone
I:Loading page screen
I:Loading page vibrate
I:Loading page theme_settings
I:Loading page theme_color
I:Loading page set_color
I:Loading page theme_swap
I:Loading page theme_splash
I:Loading page theme_splash_info
I:Loading page theme_splash_select_img
I:Loading page theme_splash_select_jpg
I:Loading page theme_splash_flash
I:Loading page theme_splash_flash_done
I:Loading page install
I:Loading page install_image
I:Loading page flash_confirm
I:Loading page queueview
I:Loading page flash_aromafm_confirm
I:Loading page flash_image_confirm
I:Loading page flash_image_confirm_f
I:Loading page flash_image_info
I:Loading page add_zip
I:Loading page flash_zip
I:Loading page flash_image
I:Loading page flash_done
I:Loading page flash_image_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 reboot
I:Loading page filecheck
I:Loading page themecheck
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 wipe_confirm_action
I:Loading page wipe_action_page
I:Loading page wipe_action_complete
I:Loading page backup
I:Loading page backupname1
I:Loading page backupname2
I:Loading page checkbackuppassword
I:Loading page backup_run
I:Loading page backup_action_complete
I:Loading page restore
I:Loading page restore_read
I:Loading page restore_decrypt
I:Loading page try_restore_decrypt
I:Loading page restore_select
I:Loading page renamebackup
I:Loading page 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:Loading page mount
I:Loading page usb_mount
I:Loading page usb_umount
I:Loading page system_readonly_check
I:Loading page system_readonly
I:Loading page decrypt
I:Loading page decrypt_pattern
I:Loading page trydecrypt
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 filemanagercomplete
I:Loading page advanced
I:Loading page fixpermissions
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page terminalfolder
I:Loading page terminalcommand
I:Loading page sideload
I:Loading page installsu
I:Loading page lock
I:Loading page about
I:Loading page console
I:Loading page menu_install
I:Loading page menu_sort
I:Loading page dialog_storage
I:Loading page dialog_color
I:Loading page dialog_encryption1
I:Loading page dialog_encryption2
I:Loading page dialog_folder
I:Loading page dialog_settheme
I:Loading page dialog_offset
I:Loading page dialog_reset
I:Loading page dialog_reset_theme
I:Loading page dialog_remove_theme
I:Loading page dialog_warning
I:Loading page multirom_msg
I:Loading page multirom_main
I:Loading page multirom_list
I:Unable to open ''
I:Loading page multirom_manage
I:Loading page multirom_manage_inject_select
I:Loading page multirom_manage_flash_select
I:Loading page multirom_manage_flash_confirm
I:Loading page multirom_manage_confirm_action
I:Loading page multirom_rename
I:Loading page multirom_do_rename
I:Loading page multirom_settings
I:Loading page multirom_settings_autoboot
I:Loading page multirom_settings_rename_internal
I:Loading page multirom_inject
I:Loading page multirom_inject_select
I:Loading page multirom_add
I:Loading page multirom_add_sailfish
I:Loading page multirom_add_source
I:Loading page multirom_add_select
I:Loading page multirom_add_start_process
I:Loading page multirom_add_confirm_action
I:Loading page multirom_add_image_size
I:Loading page multirom_change_img_size
I:Loading page multirom_confirm_action
I:Loading page multirom_action_page
I:Loading page multirom_action_complete
I:Loading page multirom_sideload_complete
I:Loading page multirom_swap
I:Loading page multirom_swap_set_internal_name
I:Loading page multirom_swap_space_info
I:Loading page multirom_set_list_loc
I:Loading page menu_multirom
I:Loading page dialog_storage_mr
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
E:Cannot load volume /misc!
E:Cannot load volume /misc!
Startup Commands:
mm.enable.smoothstreaming=true
ro.cm.device=jflte
ro.cm.display.version=12.1-20150614-OPTIMIZED-jflte
ro.cm.version=12.1-20150614-OPTIMIZED-jflte
ro.cm.releasetype=OPTIMIZED
ro.qc.sdk.izat.service_mask=0x0
ro.qc.sdk.izat.premium_enabled=0
ro.qc.sdk.audio.fluencetype=fluence
ro.sf.lcd_density=480
ro.adb.secure=0
ro.com.google.clientidbase=android-google
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.com.android.wifi-watchlist=GoogleGuest
ro.cwm.repeatable_keys=114,115
ro.cwm.enable_key_repeat=true
ro.gps.set_privacy=1
ro.gps.agps_provider=1
ro.ril.telephony.mqanelements=6
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.boot.ftm=0
ro.boot.emmc=true
ro.boot.csb_val=1
ro.boot.selinux=permissive
ro.boot.baseband=mdm
ro.boot.hardware=qcom
ro.boot.serialno=1b6026be
ro.boot.bootdevice=msm_sdcc.1
ro.boot.bootloader=L720TVPUCOD2
ro.boot.debug_level=0x4f4c
ro.boot.warranty_bit=1
ro.boot.boot_recovery=1
ro.boot.emmc_checksum=3
ro.boot.nvdata_backup=0
ro.boot.cp_debug_level=0x55FF
ro.hwui.path_cache_size=32
ro.hwui.layer_cache_size=48
ro.hwui.text_cache_width=2048
ro.hwui.texture_cache_size=72
ro.hwui.gradient_cache_size=1
ro.hwui.r_buffer_cache_size=8
ro.hwui.drop_shadow_cache_size=6
ro.hwui.text_large_cache_width=2048
ro.hwui.text_small_cache_width=1024
ro.hwui.text_large_cache_height=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.texture_cache_flushrate=0.4
ro.twrp.boot=1
ro.twrp.version=2.8.6
ro.wifi.channels=
ro.allow.mock.location=0
ro.board.platform=msm8960
ro.build.id=LMY48B
ro.build.date=Sun Jun 14 19:20:32 EDT 2015
ro.build.date.utc=1434324032
ro.build.host=JDCTeam-Build01
ro.build.tags=test-keys
ro.build.type=userdebug
ro.build.user=antaresone
ro.build.flavor=cm_jflte-userdebug
ro.build.display.id=cm_jflte-userdebug 5.1.1 LMY48B d600267360 test-keys
ro.build.selinux=1
ro.build.version.sdk=22
ro.build.version.release=5.1.1
ro.build.version.codename=REL
ro.build.version.incremental=d600267360
ro.build.version.all_codenames=REL
ro.build.description=jfltespr-user 4.2.2 JDQ39 L720VPUAMDL release-keys
ro.build.fingerprint=samsung/jfltespr/jfltespr:4.2.2/JDQ39/L720VPUAMDL:user/release-keys
ro.build.characteristics=default
ro.config.ringtone=Orion.ogg
ro.config.alarm_alert=Helium.ogg
ro.config.notification_sound=Argon.ogg
ro.dalvik.vm.native.bridge=0
ro.secure=1
ro.vendor.extension_library=/system/lib/libqc-opt.so
ro.zygote=zygote32
ro.carrier=unknown
ro.cmlegal.url=https://cyngn.com/legal/privacy-policy
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=cm_jflte
ro.product.board=MSM8960
ro.product.brand=samsung
ro.product.model=SPH-L720
ro.product.device=jfltespr
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=samsung
ro.baseband=mdm
ro.bootmode=unknown
ro.hardware=qcom
ro.opengles.version=196608
ro.revision=11
ro.serialno=1b6026be
ro.telephony.ril.config=newDriverCallU,newDialCode
ro.telephony.call_ring.multiple=0
ro.telephony.ril_class=jflteRIL
ro.telephony.default_network=10
ro.telephony.default_cdma_sub=1
ro.bootloader=L720TVPUCOD2
ro.debuggable=1
ro.modversion=12.1-20150614-OPTIMIZED-jflte
ro.rommanager.developerid=cyanogenmod
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
qcom.hw.aac.encoder=true
rild.libargs=-d /dev/smd0
rild.libpath=/system/lib/libsec-ril.so
twrp.crash_counter=0
wifi.interface=wlan0
debug.sf.hw=1
debug.mdpcomp.logs=0
dalvik.vm.isa.arm.features=div
dalvik.vm.heapsize=512m
dalvik.vm.lockprof.threshold=500
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapminfree=2m
dalvik.vm.heapstartsize=16m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
dalvik.vm.heaptargetutilization=0.75
persist.gps.qc_nlp_in_use=0
persist.hwc.mdpcomp.enable=true
persist.omh.enabled=1
persist.sys.dun.override=0
persist.sys.usb.config=mtp,adb
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.root_access=1
persist.sys.isUsbOtgEnabled=true
persist.sys.recovery_update=false
persist.data.ds_fmc_app.mode=0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
persist.audio.vr.enable=false
persist.audio.fluence.mode=endfire
persist.audio.handset.mic=digital
persist.audio.speaker.location=high
persist.radio.fill_eons=1
persist.radio.add_power_save=1
persist.radio.mode_pref_nv10=1
persist.radio.use_se_table_only=1
persist.timed.enable=true
persist.data_netmgrd_nint=16
service.adb.root=1
keyguard.no_require_sim=true
recovery.perf.mode=0
telephony.sms.pseudo_multipart=1
telephony.lteOnCdmaDevice=1
Running boot script...
I:/sbin/postrecoveryboot.sh process ended with RC=0
Finished running boot script.
I:Copying file /cache/recovery/log to /cache/recovery/last_log
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:Loading settings from '/data/media/0/TWRP/.twrps'.
I:Backup folder set to '/external_sd/TWRP/BACKUPS/1b6026be'
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
I:TWFunc::Fixup_Time: Pre-fix date and time: 2015-09-10--21-49-48
I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch
I:TWFunc::Fixup_Time: Date and time corrected: 2015-09-10--21-49-48
I:Switching packages (TWRP)
I:Set page: 'multirom_main'
I:Set page: 'multirom_list'
I:Set page: 'multirom_add'
I:Set page: 'multirom_add_source'
I:Set page: 'multirom_add_select'
I:MROMInstaller: base folder: data (min: 150MB def: 1024MB)
I:MROMInstaller: base folder: system (min: 450MB def: 1126MB)
I:MROMInstaller: base folder: cache (min: 50MB def: 436MB)
I:Set page: 'multirom_add_start_process'
I:Set page: 'multirom_add_confirm_action'
I:Set page: 'multirom_action_page'
Iperation_start: 'Installing'
Installing ROM Jimbomodder_V1.1...
Creating folders and images for type 1
I:Running cmd "chcon ubject_r:system_file:s0 "/data/media/0/multirom/roms//Jimbomodder_V1.1/system";chcon ubject_r:system_data_file:s0 "/data/media/0/multirom/roms//Jimbomodder_V1.1/data";chcon ubject_r:cache_file:s0 "/data/media/0/multirom/roms//Jimbomodder_V1.1/cache";"
Flashing ZIP file /external_sd/roms/Jimbomodder_V1.1.zip
ROM: Jimbomodder_V1.1
Preparing ZIP file...
rm: can't remove '/tmp/mr_update.zip': No such file or directory
I:Running cmd "mkdir -p /tmp/META-INF/com/google/android/"
I:Set overlay: 'lock'
I:ZIP size limit for /tmp: 773.67 MB
I:Modifying ZIP /external_sd/roms/Jimbomodder_V1.1.zip in place, gonna restore it later
I:Running cmd "cd /tmp && zip "/external_sd/roms/Jimbomodder_V1.1.zip" META-INF/com/google/android/updater-script"
updating: META-INF/com/google/android/updater-script
zip warning: Local Entry CRC does not match CD: META-INF/com/google/android/updater-script
(deflated 85%)
zip I/O error: No space left on device
zip error: Output file write failure (write error on zip file)
rm: can't remove '/tmp/mr_update.zip': No such file or directory
Erasing incomplete ROM...
I:Set page: 'multirom_action_complete'
Iperation_end - status=1
I:Set overlay: ''
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'confirm_action'
I:Set page: 'action_page'
Iperation_start: 'Copy Log'
I:Copying file /tmp/recovery.log to /external_sd/recovery.log
Please let me know if you have any ideas...ive tried about every multirom trick i know..TIA
ckvisme said:
Flashed as the primary (internal) rom flashes and runs great...but flashing as a secondary with multirom keeps failing.
Its the same on v1 and 1.1
I dont know how good you r at reading logs but i grabbed the recovery.log
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
Starting TWRP 2.8.6 on Fri Sep 11 02:49:33 2015
(pid 191)
Setting SELinux to permissive
BOARD_HAS_NO_REAL_SDCARD := true
TW_NO_REBOOT_BOOTLOADER := true
RECOVERY_SDCARD_ON_DATA := true
I:Lun file '/sys/devices/platform/msm_hsusb/gadget/lun0/file'
TW_HAS_DOWNLOAD_MODE := true
I:TW_BRIGHTNESS_PATH := /sys/devices/platform/msm_fb.526593/leds/lcd-backlight/brightness
I:Found brightness file at '/sys/devices/platform/msm_fb.526593/leds/lcd-backlight/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:TW_EXCLUDE_ENCRYPTED_BACKUPS := true
Starting the UI...Pixel format: 1080x1920 @ 32bpp
Pixel format: RGBX_8888
Not using qualcomm overlay, 'msmfb44_80901'
framebuffer: fd 4 (1080 x 1920)
=> Linking mtab
=> Processing recovery.fstab
Irocessing '/boot'
Irocessing '/cache'
Irocessing '/data'
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:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
Irocessing '/recovery'
Irocessing '/system'
Irocessing '/efs'
I:Created '/efs' folder.
Irocessing '/external_sd'
I:Created '/external_sd' folder.
Irocessing '/usb-otg'
I:Created '/usb-otg' folder.
Irocessing '/preload'
I:Created '/preload' folder.
Irocessing '/modem'
I:Created '/modem' folder.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/1b6026be'
I:Settings storage is '/data/media/0'
Updating partition details...
Iata backup size is 1533MB, free: 2780MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p20 | Size: 10MB Raw size: 0
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p20
Display_Name: Boot
Storage_Name: boot
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Boot
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/cache | /dev/block/mmcblk0p18 | Size: 2037MB Used: 35MB Free: 2001MB Backup Size: 35MB Raw size: 2170552320
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/mmcblk0p18
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/mmcblk0p29 | Size: 9823MB Used: 1533MB Free: 2780MB Backup Size: 1533MB Raw size: 10464788480
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage
Symlink_Path: /data/media/0
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p29
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
/recovery | /dev/block/mmcblk0p21 | Size: 10MB Raw size: 0
Flags: IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p21
Display_Name: Recovery
Storage_Name: recovery
Backup_Path: /recovery
Backup_Name: recovery
Backup_Display_Name: Recovery
Storage_Path: /recovery
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/system | /dev/block/mmcblk0p16 | Size: 2716MB Used: 1476MB Free: 1240MB Backup Size: 1476MB Raw size: 2894069760
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p16
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
/efs | /dev/block/mmcblk0p10 | Size: 13MB Used: 4MB Free: 9MB Backup Size: 4MB Raw size: 14286848
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p10
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
/external_sd | /dev/block/mmcblk1p1 | Size: 1881MB Used: 1341MB Free: 540MB Backup Size: 1341MB Raw size: 1976565760
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable IsPresent Is_Storage
Primary_Block_Device: /dev/block/mmcblk1p1
Alternate_Block_Device: /dev/block/mmcblk1
Display_Name: Micro SDcard
Storage_Name: Micro SDcard
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: Micro SDcard
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/usb-otg | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB Raw size: 0
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable Is_Storage
Primary_Block_Device: /dev/block/sda1
Alternate_Block_Device: /dev/block/sda
Display_Name: USB-OTG
Storage_Name: USB-OTG
Backup_Path: /usb-otg
Backup_Name: usb-otg
Backup_Display_Name: USB-OTG
Storage_Path: /usb-otg
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65539
/preload | /dev/block/mmcblk0p27 | Size: 19MB Used: 4MB Free: 15MB Backup Size: 4MB Raw size: 20971520
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p27
Display_Name: Preload
Storage_Name: Preload
Backup_Path: /preload
Backup_Name: preload
Backup_Display_Name: Preload
Storage_Path: /preload
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/modem | /dev/block/mmcblk0p2 | Size: 85MB Used: 49MB Free: 36MB Backup Size: 49MB Raw size: 54030336
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p2
Display_Name: modem
Storage_Name: modem
Backup_Path: /modem
Backup_Name: modem
Backup_Display_Name: modem
Storage_Path: /modem
Current_File_System: vfat
Fstab_File_System: ext4
Backup_Method: files
MultiROM Recovery version:
I:Loading package: TWRP (/script/ui.xml)
I:Load XML directly
I:Loading package: TWRP (/data/media/0/TWRP/theme/ui.zip)
I:Loading zip theme
I:Checking resolution...
I:Loading resources...
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
open_png /twres/images//tmp/extract.bin.png
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
IageSet::CheckInclude loading filename: 'darkplay_mr.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 settings
I:Loading page timezone
I:Loading page screen
I:Loading page vibrate
I:Loading page theme_settings
I:Loading page theme_color
I:Loading page set_color
I:Loading page theme_swap
I:Loading page theme_splash
I:Loading page theme_splash_info
I:Loading page theme_splash_select_img
I:Loading page theme_splash_select_jpg
I:Loading page theme_splash_flash
I:Loading page theme_splash_flash_done
I:Loading page install
I:Loading page install_image
I:Loading page flash_confirm
I:Loading page queueview
I:Loading page flash_aromafm_confirm
I:Loading page flash_image_confirm
I:Loading page flash_image_confirm_f
I:Loading page flash_image_info
I:Loading page add_zip
I:Loading page flash_zip
I:Loading page flash_image
I:Loading page flash_done
I:Loading page flash_image_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 reboot
I:Loading page filecheck
I:Loading page themecheck
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 wipe_confirm_action
I:Loading page wipe_action_page
I:Loading page wipe_action_complete
I:Loading page backup
I:Loading page backupname1
I:Loading page backupname2
I:Loading page checkbackuppassword
I:Loading page backup_run
I:Loading page backup_action_complete
I:Loading page restore
I:Loading page restore_read
I:Loading page restore_decrypt
I:Loading page try_restore_decrypt
I:Loading page restore_select
I:Loading page renamebackup
I:Loading page 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:Loading page mount
I:Loading page usb_mount
I:Loading page usb_umount
I:Loading page system_readonly_check
I:Loading page system_readonly
I:Loading page decrypt
I:Loading page decrypt_pattern
I:Loading page trydecrypt
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 filemanagercomplete
I:Loading page advanced
I:Loading page fixpermissions
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page terminalfolder
I:Loading page terminalcommand
I:Loading page sideload
I:Loading page installsu
I:Loading page lock
I:Loading page about
I:Loading page console
I:Loading page menu_install
I:Loading page menu_sort
I:Loading page dialog_storage
I:Loading page dialog_color
I:Loading page dialog_encryption1
I:Loading page dialog_encryption2
I:Loading page dialog_folder
I:Loading page dialog_settheme
I:Loading page dialog_offset
I:Loading page dialog_reset
I:Loading page dialog_reset_theme
I:Loading page dialog_remove_theme
I:Loading page dialog_warning
I:Loading page multirom_msg
I:Loading page multirom_main
I:Loading page multirom_list
I:Unable to open ''
I:Loading page multirom_manage
I:Loading page multirom_manage_inject_select
I:Loading page multirom_manage_flash_select
I:Loading page multirom_manage_flash_confirm
I:Loading page multirom_manage_confirm_action
I:Loading page multirom_rename
I:Loading page multirom_do_rename
I:Loading page multirom_settings
I:Loading page multirom_settings_autoboot
I:Loading page multirom_settings_rename_internal
I:Loading page multirom_inject
I:Loading page multirom_inject_select
I:Loading page multirom_add
I:Loading page multirom_add_sailfish
I:Loading page multirom_add_source
I:Loading page multirom_add_select
I:Loading page multirom_add_start_process
I:Loading page multirom_add_confirm_action
I:Loading page multirom_add_image_size
I:Loading page multirom_change_img_size
I:Loading page multirom_confirm_action
I:Loading page multirom_action_page
I:Loading page multirom_action_complete
I:Loading page multirom_sideload_complete
I:Loading page multirom_swap
I:Loading page multirom_swap_set_internal_name
I:Loading page multirom_swap_space_info
I:Loading page multirom_set_list_loc
I:Loading page menu_multirom
I:Loading page dialog_storage_mr
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
E:Cannot load volume /misc!
E:Cannot load volume /misc!
Startup Commands:
mm.enable.smoothstreaming=true
ro.cm.device=jflte
ro.cm.display.version=12.1-20150614-OPTIMIZED-jflte
ro.cm.version=12.1-20150614-OPTIMIZED-jflte
ro.cm.releasetype=OPTIMIZED
ro.qc.sdk.izat.service_mask=0x0
ro.qc.sdk.izat.premium_enabled=0
ro.qc.sdk.audio.fluencetype=fluence
ro.sf.lcd_density=480
ro.adb.secure=0
ro.com.google.clientidbase=android-google
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.com.android.wifi-watchlist=GoogleGuest
ro.cwm.repeatable_keys=114,115
ro.cwm.enable_key_repeat=true
ro.gps.set_privacy=1
ro.gps.agps_provider=1
ro.ril.telephony.mqanelements=6
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.boot.ftm=0
ro.boot.emmc=true
ro.boot.csb_val=1
ro.boot.selinux=permissive
ro.boot.baseband=mdm
ro.boot.hardware=qcom
ro.boot.serialno=1b6026be
ro.boot.bootdevice=msm_sdcc.1
ro.boot.bootloader=L720TVPUCOD2
ro.boot.debug_level=0x4f4c
ro.boot.warranty_bit=1
ro.boot.boot_recovery=1
ro.boot.emmc_checksum=3
ro.boot.nvdata_backup=0
ro.boot.cp_debug_level=0x55FF
ro.hwui.path_cache_size=32
ro.hwui.layer_cache_size=48
ro.hwui.text_cache_width=2048
ro.hwui.texture_cache_size=72
ro.hwui.gradient_cache_size=1
ro.hwui.r_buffer_cache_size=8
ro.hwui.drop_shadow_cache_size=6
ro.hwui.text_large_cache_width=2048
ro.hwui.text_small_cache_width=1024
ro.hwui.text_large_cache_height=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.texture_cache_flushrate=0.4
ro.twrp.boot=1
ro.twrp.version=2.8.6
ro.wifi.channels=
ro.allow.mock.location=0
ro.board.platform=msm8960
ro.build.id=LMY48B
ro.build.date=Sun Jun 14 19:20:32 EDT 2015
ro.build.date.utc=1434324032
ro.build.host=JDCTeam-Build01
ro.build.tags=test-keys
ro.build.type=userdebug
ro.build.user=antaresone
ro.build.flavor=cm_jflte-userdebug
ro.build.display.id=cm_jflte-userdebug 5.1.1 LMY48B d600267360 test-keys
ro.build.selinux=1
ro.build.version.sdk=22
ro.build.version.release=5.1.1
ro.build.version.codename=REL
ro.build.version.incremental=d600267360
ro.build.version.all_codenames=REL
ro.build.description=jfltespr-user 4.2.2 JDQ39 L720VPUAMDL release-keys
ro.build.fingerprint=samsung/jfltespr/jfltespr:4.2.2/JDQ39/L720VPUAMDL:user/release-keys
ro.build.characteristics=default
ro.config.ringtone=Orion.ogg
ro.config.alarm_alert=Helium.ogg
ro.config.notification_sound=Argon.ogg
ro.dalvik.vm.native.bridge=0
ro.secure=1
ro.vendor.extension_library=/system/lib/libqc-opt.so
ro.zygote=zygote32
ro.carrier=unknown
ro.cmlegal.url=https://cyngn.com/legal/privacy-policy
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=cm_jflte
ro.product.board=MSM8960
ro.product.brand=samsung
ro.product.model=SPH-L720
ro.product.device=jfltespr
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=samsung
ro.baseband=mdm
ro.bootmode=unknown
ro.hardware=qcom
ro.opengles.version=196608
ro.revision=11
ro.serialno=1b6026be
ro.telephony.ril.config=newDriverCallU,newDialCode
ro.telephony.call_ring.multiple=0
ro.telephony.ril_class=jflteRIL
ro.telephony.default_network=10
ro.telephony.default_cdma_sub=1
ro.bootloader=L720TVPUCOD2
ro.debuggable=1
ro.modversion=12.1-20150614-OPTIMIZED-jflte
ro.rommanager.developerid=cyanogenmod
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
qcom.hw.aac.encoder=true
rild.libargs=-d /dev/smd0
rild.libpath=/system/lib/libsec-ril.so
twrp.crash_counter=0
wifi.interface=wlan0
debug.sf.hw=1
debug.mdpcomp.logs=0
dalvik.vm.isa.arm.features=div
dalvik.vm.heapsize=512m
dalvik.vm.lockprof.threshold=500
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapminfree=2m
dalvik.vm.heapstartsize=16m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
dalvik.vm.heaptargetutilization=0.75
persist.gps.qc_nlp_in_use=0
persist.hwc.mdpcomp.enable=true
persist.omh.enabled=1
persist.sys.dun.override=0
persist.sys.usb.config=mtp,adb
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.root_access=1
persist.sys.isUsbOtgEnabled=true
persist.sys.recovery_update=false
persist.data.ds_fmc_app.mode=0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
persist.audio.vr.enable=false
persist.audio.fluence.mode=endfire
persist.audio.handset.mic=digital
persist.audio.speaker.location=high
persist.radio.fill_eons=1
persist.radio.add_power_save=1
persist.radio.mode_pref_nv10=1
persist.radio.use_se_table_only=1
persist.timed.enable=true
persist.data_netmgrd_nint=16
service.adb.root=1
keyguard.no_require_sim=true
recovery.perf.mode=0
telephony.sms.pseudo_multipart=1
telephony.lteOnCdmaDevice=1
Running boot script...
I:/sbin/postrecoveryboot.sh process ended with RC=0
Finished running boot script.
I:Copying file /cache/recovery/log to /cache/recovery/last_log
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:Loading settings from '/data/media/0/TWRP/.twrps'.
I:Backup folder set to '/external_sd/TWRP/BACKUPS/1b6026be'
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
I:TWFunc::Fixup_Time: Pre-fix date and time: 2015-09-10--21-49-48
I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch
I:TWFunc::Fixup_Time: Date and time corrected: 2015-09-10--21-49-48
I:Switching packages (TWRP)
I:Set page: 'multirom_main'
I:Set page: 'multirom_list'
I:Set page: 'multirom_add'
I:Set page: 'multirom_add_source'
I:Set page: 'multirom_add_select'
I:MROMInstaller: base folder: data (min: 150MB def: 1024MB)
I:MROMInstaller: base folder: system (min: 450MB def: 1126MB)
I:MROMInstaller: base folder: cache (min: 50MB def: 436MB)
I:Set page: 'multirom_add_start_process'
I:Set page: 'multirom_add_confirm_action'
I:Set page: 'multirom_action_page'
Iperation_start: 'Installing'
Installing ROM Jimbomodder_V1.1...
Creating folders and images for type 1
I:Running cmd "chcon ubject_r:system_file:s0 "/data/media/0/multirom/roms//Jimbomodder_V1.1/system";chcon ubject_r:system_data_file:s0 "/data/media/0/multirom/roms//Jimbomodder_V1.1/data";chcon ubject_r:cache_file:s0 "/data/media/0/multirom/roms//Jimbomodder_V1.1/cache";"
Flashing ZIP file /external_sd/roms/Jimbomodder_V1.1.zip
ROM: Jimbomodder_V1.1
Preparing ZIP file...
rm: can't remove '/tmp/mr_update.zip': No such file or directory
I:Running cmd "mkdir -p /tmp/META-INF/com/google/android/"
I:Set overlay: 'lock'
I:ZIP size limit for /tmp: 773.67 MB
I:Modifying ZIP /external_sd/roms/Jimbomodder_V1.1.zip in place, gonna restore it later
I:Running cmd "cd /tmp && zip "/external_sd/roms/Jimbomodder_V1.1.zip" META-INF/com/google/android/updater-script"
updating: META-INF/com/google/android/updater-script
zip warning: Local Entry CRC does not match CD: META-INF/com/google/android/updater-script
(deflated 85%)
zip I/O error: No space left on device
zip error: Output file write failure (write error on zip file)
rm: can't remove '/tmp/mr_update.zip': No such file or directory
Erasing incomplete ROM...
I:Set page: 'multirom_action_complete'
Iperation_end - status=1
I:Set overlay: ''
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'confirm_action'
I:Set page: 'action_page'
Iperation_start: 'Copy Log'
I:Copying file /tmp/recovery.log to /external_sd/recovery.log
Please let me know if you have any ideas...ive tried about every multirom trick i know..TIA
Click to expand...
Click to collapse
The guys from multi rom strongly advise not to flash a tw rom as secondary as it wont boot. Also known issues so far with having it as having it as base rom. I had issue's myself with many different roms.
Sent from my GT-I9505
Download first time i dont have browser and cannot sync something in samsung account
Let me see again
Download 2 time
Sent from my GT-I9505 using XDA Free mobile app
pitelasssss said:
Download first time i dont have browser and cannot sync something in samsung account
Let me see again
Download 2 time
Sent from my GT-I9505 using XDA Free mobile app
Click to expand...
Click to collapse
Samsung account has been removed on V1.1
Sent from my GT-I9505
And stock browser??
Like the v1.. have to reinstall
Sent from my GT-I9505 using XDA Free mobile app

Categories

Resources