Help Un-Bricking my LG-v480? - G Pad 10.1 Q&A, Help & Troubleshooting

Before I begin, I'm probably 8/10 competent with linux and 5/10 competent with android development. I've flashed many a phone with a new ROM, recovered from some bad flashes, etc. I've never screwed anything up as bad as this.
I had the v480 upgraded to Android 5.0, but wanted to get rid of that and try Lineage. To get TWRP on there, I needed to flash the Android 4.4 kdz, which I was able to do (V48010b0.kdz). Great. I got root, but no method I tried got TWRP to load; it would flash, but then it would never boot into the recovery, it would sit at the LG screen forever. I was using TWRP_2.8.6.0_v480_bumped.img from this thread: https://forum.xda-developers.com/g-pad-10/development/recovery-twrp2-8-5-0lgv400-410-t3049568
Here is the first screw up. I tried to re-flash the kdz file after screwing around for a while, and the Windows 7 laptop I was using with the LG tools bluescreened right in the god damned middle of the flash.. The tablet was DEAD. Full blown brick, no charging light, no nothing.
So, I found this thread and adapted it to my tablet. https://forum.xda-developers.com/an...9008-fix-tested-lg-v410g-pad-7-0-att-t3269057 I was able to make progress. I did NOT record the partition layout at the time, so I attempted to order the partitions based on the data in the partition filenames extracted from the kdz file:
Code:
Num PartStart PartName Size Size(K) PartMapNumber
01 16384 modem_16384.bin 23.1M 22528 1
02 147456 sbl1_147456.bin 512K 512 2
03 149504 rpm_149504.bin 512K 512 3
04 150528 tz_150528.bin 512K 512 4
05 151552 sdi_151552.bin 512K 512 5
06 152576 aboot_152576.bin 1M 1024 6
07 156672 rpmb_156672.bin 512K 512 7
08 157696 tzb_157696.bin 512K 512 8
09 158720 abootb_158720.bin 1M 1024 9
10 212992 persist_212992.bin 5.2M 5120 15
11 278528 laf_278528.bin 18.4M 17920 16
12 327680 boot_327680.bin 12.6M 12288 17
13 376832 recovery_376832.bin 13.1M 12800 18
14 444416 sbl1b_444416.bin 512K 512 22
15 447488 rct_447488.bin 512K 512 24
16 492544 factory_492544.bin 14.2M 13824 28
17 688128 cust_688128.bin 9.4M 9216 31
18 901120 system_901120.bin 134.7M 131584
19 1164296 system_1164296.bin 512K 512
20 1168408 system_1168408.bin 131.6M 128516
21 1429520 system_1429520.bin 133.2M 130048
22 1692696 system_1692696.bin 131.6M 128512
23 1953808 system_1953808.bin 133.2M 130048
24 2216984 system_2216984.bin 131.6M 128512
25 2478096 system_2478096.bin 133.2M 130048
26 2741272 system_2741272.bin 131.6M 128512
27 3002384 system_3002384.bin 133.2M 130048
28 3265560 system_3265560.bin 131.6M 128512
29 3526672 system_3526672.bin 132.1M 129024
30 3788816 system_3788816.bin 132.1M 129024
31 4050960 system_4050960.bin 47.7M 46592
32 4308992 system_4308992.bin 512K 512
33 4571136 system_4571136.bin 512K 512
34 4833280 system_4833280.bin 512K 512
35 15269855 BackupGPT_15269855.bin 512K 512
The "Part Map Number" column is something I added much later in the troubleshooting. SO...I basically guessed the partition layout for this, and got it close...doing this, and preparing an sd card, I was able to get TWRP to boot off of an SD card. HUZZAH. Now I'm able to get adb going and get into the tablet! I tried to flash a .zip file for CM12 or Lineage14.1...neither "worked" and rebooting to system/recovery/or bootloader just launched back into TWRP.
Now is where I'm in over my head. I was able to get the partition layout by doing this:
Code:
~ # ls -asl /dev/block/platform/msm_sdcc.1/by-name/
total 0
__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!
lrwxrwxrwx root root 1970-01-02 21:57 DDR -> /dev/block/mmcblk0p25
lrwxrwxrwx root root 1970-01-02 21:57 aboot -> /dev/block/mmcblk0p6
lrwxrwxrwx root root 1970-01-02 21:57 abootb -> /dev/block/mmcblk0p9
lrwxrwxrwx root root 1970-01-02 21:57 boot -> /dev/block/mmcblk0p17
lrwxrwxrwx root root 1970-01-02 21:57 cache -> /dev/block/mmcblk0p33
lrwxrwxrwx root root 1970-01-02 21:57 cust -> /dev/block/mmcblk0p31
lrwxrwxrwx root root 1970-01-02 21:57 drm -> /dev/block/mmcblk0p26
lrwxrwxrwx root root 1970-01-02 21:57 eksst -> /dev/block/mmcblk0p10
lrwxrwxrwx root root 1970-01-02 21:57 encrypt -> /dev/block/mmcblk0p23
lrwxrwxrwx root root 1970-01-02 21:57 factory -> /dev/block/mmcblk0p28
lrwxrwxrwx root root 1970-01-02 21:57 fota -> /dev/block/mmcblk0p29
lrwxrwxrwx root root 1970-01-02 21:57 fsc -> /dev/block/mmcblk0p20
lrwxrwxrwx root root 1970-01-02 21:57 fsg -> /dev/block/mmcblk0p19
lrwxrwxrwx root root 1970-01-02 21:57 grow -> /dev/block/mmcblk0p35
lrwxrwxrwx root root 1970-01-02 21:57 laf -> /dev/block/mmcblk0p16
lrwxrwxrwx root root 1970-01-02 21:57 misc -> /dev/block/mmcblk0p14
lrwxrwxrwx root root 1970-01-02 21:57 modem -> /dev/block/mmcblk0p1
lrwxrwxrwx root root 1970-01-02 21:57 modemst1 -> /dev/block/mmcblk0p12
lrwxrwxrwx root root 1970-01-02 21:57 modemst2 -> /dev/block/mmcblk0p13
lrwxrwxrwx root root 1970-01-02 21:57 mpt -> /dev/block/mmcblk0p30
lrwxrwxrwx root root 1970-01-02 21:57 pad -> /dev/block/mmcblk0p11
lrwxrwxrwx root root 1970-01-02 21:57 persist -> /dev/block/mmcblk0p15
lrwxrwxrwx root root 1970-01-02 21:57 rct -> /dev/block/mmcblk0p24
lrwxrwxrwx root root 1970-01-02 21:57 recovery -> /dev/block/mmcblk0p18
lrwxrwxrwx root root 1970-01-02 21:57 rpm -> /dev/block/mmcblk0p3
lrwxrwxrwx root root 1970-01-02 21:57 rpmb -> /dev/block/mmcblk0p7
lrwxrwxrwx root root 1970-01-02 21:57 sbl1 -> /dev/block/mmcblk0p2
lrwxrwxrwx root root 1970-01-02 21:57 sbl1b -> /dev/block/mmcblk0p22
lrwxrwxrwx root root 1970-01-02 21:57 sdi -> /dev/block/mmcblk0p5
lrwxrwxrwx root root 1970-01-02 21:57 sns -> /dev/block/mmcblk0p27
lrwxrwxrwx root root 1970-01-02 21:57 ssd -> /dev/block/mmcblk0p21
lrwxrwxrwx root root 1970-01-02 21:57 system -> /dev/block/mmcblk0p32
lrwxrwxrwx root root 1970-01-02 21:57 tz -> /dev/block/mmcblk0p4
lrwxrwxrwx root root 1970-01-02 21:57 tzb -> /dev/block/mmcblk0p8
lrwxrwxrwx root root 1970-01-02 21:57 userdata -> /dev/block/mmcblk0p34
There is a msm_sdcc.2 as well with the same partition layout. At this point, I figured, I could push the .dz files for each partition to /sdcard (which was still populated with android stuff) then just flash the required partitions. I ran mount to see which was mounted where:
Code:
~ # mount
rootfs on / type rootfs (rw)
tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,size=441232k,nr_inodes=110308,mode=755)
devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,seclabel,relatime)
selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,seclabel,relatime,size=441232k,nr_inodes=110308)
/dev/block/mmcblk0p34 on /data type ext4 (rw,seclabel,relatime,resuid=1000,data=ordered)
/dev/block/mmcblk0p34 on /sdcard type ext4 (rw,seclabel,relatime,resuid=1000,data=ordered)
/dev/block/mmcblk0p33 on /cache type ext4 (rw,seclabel,relatime,data=ordered)
/dev/block/mmcblk1p1 on /external_sd type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
Then planned to completely destroy the system with this. I ran the following:
Code:
dd if=/sdcard/V48010b0/PrimaryGPT_0.bin of=/dev/block/mmcblk0; sleep 2
dd if=/sdcard/V48010b0/modem_16384.bin of=/dev/mmcblk0p1; sleep 2
dd if=/sdcard/V48010b0/sbl1_147456.bin of=/dev/mmcblk0p2; sleep 2
dd if=/sdcard/V48010b0/rpm_149504.bin of=/dev/mmcblk0p3; sleep 2
dd if=/sdcard/V48010b0/tz_150528.bin of=/dev/mmcblk0p4; sleep 2
dd if=/sdcard/V48010b0/sdi_151552.bin of=/dev/mmcblk0p5; sleep 2
dd if=/sdcard/V48010b0/aboot_152576.bin of=/dev/mmcblk0p6; sleep 2
dd if=/sdcard/V48010b0/rpmb_156672.bin of=/dev/mmcblk0p7; sleep 2
dd if=/sdcard/V48010b0/tzb_157696.bin of=/dev/mmcblk0p8; sleep 2
dd if=/sdcard/V48010b0/abootb_158720.bin of=/dev/mmcblk0p9; sleep 2
dd if=/sdcard/V48010b0/persist_212992.bin of=/dev/mmcblk0p15; sleep 2
#dd if=/sdcard/V48010b0/laf_278528.bin of=/dev/mmcblk0p16; sleep 2
dd if=/sdcard/V48010b0/boot_327680.bin of=/dev/mmcblk0p17; sleep 2
dd if=/sdcard/V48010b0/recovery_376832.bin of=/dev/mmcblk0p18; sleep 2
#dd if=/sdcard/V48010b0/TWRP_2.8.6.0_v480_bumped.img of=/dev/mmcblk0p18; sleep 2
#dd if=/sdcard/V48010b0/TWRP_3.0.3-0_v480.img of=/dev/mmcblk0p18; sleep 2
dd if=/sdcard/V48010b0/sbl1b_444416.bin of=/dev/mmcblk0p22; sleep 2
dd if=/sdcard/V48010b0/rct_447488.bin of=/dev/mmcblk0p24; sleep 2
dd if=/sdcard/V48010b0/factory_492544.bin of=/dev/mmcblk0p28; sleep 2
dd if=/sdcard/V48010b0/cust_688128.bin of=/dev/mmcblk0p31; sleep 2
My understanding is, in theory, this should COMPLETELY blow away the internal storage of the device (flashing the primary GPT table) and then write over the important partitions. If I can get to TWRP, I should be able to flash a rom zip. So I did that...removed the SD card, and the tablet won't do anything. Put the SD card back in, did the whole "boot from SD" thing from before...TWRP comes back, ADB is up...Android files in /sdcard are still there, so I'm wondering if it didn't wipe! So, I figure maybe the block device was the wrong one...I dd'd the partitions at "mmcblk1" instead of 0. Same thing. External SD is unmodified, /sdcard directory is still there.
By this point I was confused. I got another MicroSD card and tried to set it up like I did the first one. I cannot get the tablet to boot. Put the original microSD card back in...boot to TWRP and nothing else. I have no idea what is running from what. I finally, out of desperation, decide to "dd if=/dev/zero of=/dev/mmcblk0" just to be sure I'm starting from scratch...finish that, restart...tablet comes back up to TWRP when SD card is inserted WITH data in the /sdcard folder.
So now I'm stuck. I feel like having ADB access and a running linux shell means I should be able to get something loading somewhere. I have parted on there, but it just gives me partition errors based on what I assume is the GPT table being flashed insanely:
Code:
/sdcard # parted /dev/block/mmcblk0
GNU Parted 1.8.8.1.179-aef3
Using /dev/block/mmcblk0
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
print
Error: The backup GPT table is not at the end of the disk, as it should be.
This might mean that another operating system believes the disk is smaller.
Fix, by moving the backup to the end (and removing the old backup)?
Fix/Ignore/Cancel? fix
fix
Warning: Not all of the space available to /dev/block/mmcblk0 appears to be
used, you can fix the GPT to use all of the space (an extra 15507456 blocks) or
continue with the current setting?
Fix/Ignore? fix
fix
Error: Can't have the end before the start!
Just to be thorough:
Code:
/sdcard # df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 430.9M 16.0K 430.9M 0% /dev
tmpfs 430.9M 16.0K 430.9M 0% /tmp
/dev/block/mmcblk0p34
11.2G 3.7G 7.4G 34% /data
/dev/block/mmcblk0p34
11.2G 3.7G 7.4G 34% /sdcard
/dev/block/mmcblk0p33
888.5M 14.5M 874.1M 2% /cache
/dev/block/mmcblk1p1 64.0M 21.9M 42.0M 34% /external_sd
So, I'm not sure what to do now. I have all the .dz files from Android 4.4 and 5.0.2, I have 2 custom rom files for CM and LOS, 2 sets of OpenGapps, TWRP, kdz files, and a working adb shell from a TWRP install I'm not sure where it's being executed from. I feel like it's working to a state I should be able to get out of this, but everything I try is failing. Am I hosed or do I have an option to get out of this? I can provide any output needed...this was interesting to me:
Code:
/proc # cat partitions
major minor #blocks name
179 0 15388672 mmcblk0
179 1 65536 mmcblk0p1
179 2 1024 mmcblk0p2
179 3 512 mmcblk0p3
179 4 512 mmcblk0p4
179 5 512 mmcblk0p5
179 6 2048 mmcblk0p6
179 7 512 mmcblk0p7
179 8 512 mmcblk0p8
179 9 2048 mmcblk0p9
179 10 512 mmcblk0p10
179 11 2048 mmcblk0p11
179 12 3072 mmcblk0p12
179 13 3072 mmcblk0p13
179 14 16384 mmcblk0p14
179 15 32768 mmcblk0p15
179 16 24576 mmcblk0p16
179 17 24576 mmcblk0p17
179 18 24576 mmcblk0p18
179 19 3072 mmcblk0p19
179 20 512 mmcblk0p20
179 21 512 mmcblk0p21
179 22 1024 mmcblk0p22
179 23 512 mmcblk0p23
179 24 512 mmcblk0p24
179 25 512 mmcblk0p25
179 26 8192 mmcblk0p26
179 27 8192 mmcblk0p27
179 28 24576 mmcblk0p28
179 29 32768 mmcblk0p29
179 30 32768 mmcblk0p30
179 31 106496 mmcblk0p31
259 0 2097152 mmcblk0p32
259 1 925696 mmcblk0p33
259 2 11911168 mmcblk0p34
259 3 9223372036847026159 mmcblk0p35
179 32 4096 mmcblk0rpmb
179 64 31166976 mmcblk1
179 65 65536 mmcblk1p1
179 66 1024 mmcblk1p2
179 67 512 mmcblk1p3
179 68 512 mmcblk1p4
179 69 512 mmcblk1p5
179 70 2048 mmcblk1p6
179 71 512 mmcblk1p7
179 72 512 mmcblk1p8
179 73 2048 mmcblk1p9
179 74 512 mmcblk1p10
179 75 2048 mmcblk1p11
179 76 3072 mmcblk1p12
179 77 3072 mmcblk1p13
179 78 16384 mmcblk1p14
179 79 32768 mmcblk1p15
179 80 24576 mmcblk1p16
179 81 24576 mmcblk1p17
179 82 24576 mmcblk1p18
179 83 3072 mmcblk1p19
179 84 512 mmcblk1p20
179 85 512 mmcblk1p21
179 86 1024 mmcblk1p22
179 87 512 mmcblk1p23
179 88 512 mmcblk1p24
179 89 512 mmcblk1p25
179 90 8192 mmcblk1p26
179 91 8192 mmcblk1p27
179 92 24576 mmcblk1p28
179 93 32768 mmcblk1p29
179 94 32768 mmcblk1p30
179 95 106496 mmcblk1p31
259 4 2097152 mmcblk1p32
259 5 925696 mmcblk1p33
259 6 11911168 mmcblk1p34
259 7 9223372036847026159 mmcblk1p35

I have an idea, assuming you followed the instructions in that hard brick recovery thread exactly and skipped the laf partition. I would not mess with that SD card you made. That is a nice lifeline to have. However, try to make another recovery SD card just like it, except this time flash the laf partition onto it.
With a laf partition instead of ending up in fastboot, you should end up in LG download mode. That might let you use your kdz and LG flash tools to fix the tablet.
The reason we skip laf on the V410 is that AT&T never allowed a kdz to be released because they're anti-consumer a-holes who don't want their secret formula for bloat getting out. You have a kdz, so that laf partition is not useless to you.
Again, I wouldn't mess with that SD card you've already made. You've got a good thing going there in case this fails. However, make another one with a laf partition, and just maybe you can flash your way out of this.

I actually tried that, and for some reason the 2nd SDCard won't boot. I will try it again.
When I flash "PrimaryGPT_xxx.bin" parted fails complaining about the grow partition AND the backup GPT table. I have a "BackupGPT_xxx.bin" but can't seem to figure out how to flash it. I considered manually extracting the partition information and making partitions by hand manually on a spare SD.

surfrock66 said:
I actually tried that, and for some reason the 2nd SDCard won't boot. I will try it again.
When I flash "PrimaryGPT_xxx.bin" parted fails complaining about the grow partition AND the backup GPT table. I have a "BackupGPT_xxx.bin" but can't seem to figure out how to flash it. I considered manually extracting the partition information and making partitions by hand manually on a spare SD.
Click to expand...
Click to collapse
Sorry, I'm out of ideas then. Maybe try other cards if you happen to have any available. This Qualcomm SD card fallback boot method is great, but sometimes it is really finicky. I've heard people say you need at least a class 10 card. I've heard other people say they've used two supposedly identical cards, and one works for it while the other won't
Good luck. You've come a long way.

So, "Progress" update?
I got a new SD card. Flashed the stock partitions exactly as they came, no twrp or anything. I put the new SD card into the tablet...and it booted to TWRP. Not only that, /sdcard/ is still populated with my stuff.
So...somehow, the sd card enables the tablet to boot from TWRP located on some partition on the tablet's storage itself, and the /sdcard/ partition on /dev/block/mmcblk0p34 is actually the device's storage. Looking at the major/minor numbers in /proc/partitions, is it possible that partitions 32-35 are actually the onboard storage, but 1-31 are the sdcard? That doesn't make sense in regard to how TWRP is booting.
I ran strings against the partitions and diff'd them, and the ones on 0p18 and 1p18 are different. Still, I'm not sure the boot order of this recovery mode here. I THINK I can flash individual .bin files to individual partitions on the onboard storage, but now I'm worried about locking myself out of twrp. What does the sdcard method of booting actually boot from?
Here's a neat log I found, I'm analyzing it:
Code:
/tmp # cat 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.0 on Fri Jan 2 00:45:44 1970
(pid 174)
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
I:Found brightness file at '/sys/devices/f9925000.i2c/i2c-2/2-0036/backlight/lm3697/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
Starting the UI...Pixel format: 800x1280 @ 32bpp
Pixel format: RGBX_8888
Not using qualcomm overlay, 'mdssfb_80000'
framebuffer: fd 4 (800 x 1280)
TW_SCREEN_BLANK_ON_BOOT := true
I:Scaling the curtain width 0.740741x and height 0.666667x
=> Linking mtab
=> Processing recovery.fstab
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:Processing '/cache'
I:Processing '/boot'
I:Processing '/recovery'
I:Processing '/efs1'
I:Processing '/efs2'
I:Processing '/external_sd'
I:Created '/external_sd' folder.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/LGV4806aacc2f5'
I:Settings storage is '/data/media/0'
Updating partition details...
I:Data backup size is 0MB, free: 7606MB.
...done
I:Unmounting main partitions...
Partition Logs:
/system | /dev/block/mmcblk0p32 | Size: 2012MB Used: 41MB Free: 1971MB Backup Size: 41MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/mmcblk0p32
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/mmcblk0p34 | Size: 11420MB Used: 0MB Free: 7606MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage Is_Settings_Storage
Symlink_Path: /data/media/0
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/mmcblk0p34
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media/0
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
MTP_Storage_ID: 65537
/cache | /dev/block/mmcblk0p33 | Size: 888MB Used: 19MB Free: 868MB Backup Size: 19MB
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/mmcblk0p33
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
/boot | /dev/block/mmcblk0p17 | Size: 24MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p17
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/mmcblk0p18 | Size: 24MB
Flags: IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p18
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/mmcblk0p12 | Size: 3MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent
Primary_Block_Device: /dev/block/mmcblk0p12
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/mmcblk0p13 | Size: 3MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs1
Primary_Block_Device: /dev/block/mmcblk0p13
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: 63MB Used: 21MB Free: 42MB Backup Size: 21MB
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
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.740741x 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/LGV4806aacc2f5'
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.
E:Cannot load volume /misc!
E:Cannot load volume /misc!
Startup Commands:
ro.adb.secure=0
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.emmc=true
ro.boot.console=ttyHSL0
ro.boot.baseband=apq
ro.boot.hardware=e8wifi
ro.boot.serialno=LGV4806aacc2f5
ro.boot.bootdevice=msm_sdcc.1
ro.boot.dlcomplete=0
ro.omni.device=e8wifi
ro.omni.version=5.1.1-20150507-e8wifi-HOMEMADE
ro.twrp.boot=1
ro.twrp.version=2.8.6.0
ro.wifi.channels=
ro.allow.mock.location=0
ro.board.platform=msm8226
ro.build.id=LMY47V
ro.build.date=Thu May 7 02:29:22 CEST 2015
ro.build.date.utc=0
ro.build.host=shoxx-linux
ro.build.tags=test-keys
ro.build.type=userdebug
ro.build.user=shoxx
ro.build.flavor=omni_e8wifi-userdebug
ro.build.display.id=omni_e8wifi-userdebug 5.1.1 LMY47V eng.shoxx.20150507.021301 test-keys
ro.build.product=e8wifi
ro.build.version.sdk=22
ro.build.version.release=5.1.1
ro.build.version.codename=REL
ro.build.version.incremental=eng.shoxx.20150507.021301
ro.build.version.all_codenames=REL
ro.build.description=omni_e8wifi-userdebug 5.1.1 LMY47V eng.shoxx.20150507.021301 test-keys
ro.build.fingerprint=LGE/omni_e8wifi/e8wifi:5.1.1/LMY47V/shoxx05070215:userdebug/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.secure=1
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_e8wifi
ro.product.board=MSM8226
ro.product.brand=LGE
ro.product.model=e8wifi
ro.product.device=e8wifi
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=LGE
ro.baseband=apq
ro.bootmode=unknown
ro.hardware=e8wifi
ro.revision=6
ro.serialno=LGV4806aacc2f5
ro.bootloader=unknown
ro.debuggable=1
ro.modversion=OmniROM-5.1.1-20150507-e8wifi-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=div
dalvik.vm.lockprof.threshold=500
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
persist.sys.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.root_access=1
service.adb.root=1
keyguard.no_require_sim=true
I:Copying file /cache/recovery/log to /cache/recovery/last_log
tw_get_context got selinux context: u:object_r:system_data_file:s0
I:Got default contexts and file mode for storage files.
I:Attempt to load settings from settings file...
I:Loading settings from '/data/media/0/TWRP/.twrps'.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/LGV4806aacc2f5'
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
__bionic_open_tzdata: couldn't find any tzdata when looking for CST6CDT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:TWFunc::Fixup_Time: Pre-fix date and time: 1970-01-01--19-45-47
I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch
I:TWFunc::Fixup_Time: will attempt to use the ats files now.
I:TWFunc::Fixup_Time: no ats files found, leaving untouched!
I:Enabling MTP during startup
I:Starting MTP
Starting MTP
I:Get_Max_FileSize::maxFileSize: 17592186044416
I:sending message to add 65537 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65537
I:Get_Max_FileSize::maxFileSize: 4294967296
I:sending message to add 65538 '/external_sd' 'Micro SDcard'
I:Message sent, add storage ID: 65538
MTP Enabled
I:Switching packages (TWRP)
created new mtpserver object
MtpServer::run fd: 12
mtppipe add storage 65537 '/data/media/0'
E:request read returned -1, errno: 22, exiting MtpServer::run loop
MtpStorage id: 65537 path: /data/media/0
mtppipe add storage 65538 '/external_sd'
MtpStorage id: 65538 path: /external_sd

Edit: One more thing I forgot, I got something to analyze PrimaryGPT.bin, here's the result:
Code:
[email protected]:~$ python /home/surfrock66/.scripts/gpt_parser.py /home/surfrock66/Projects/LG\ G-Pad\ 8\ LG-V480/V48010b_00.4.4.4/V48010b0/PrimaryGPT_0.bin
<?xml version="1.0"?>
<configuration>
<!-- Primary GPT header: -->
<!-- MD5: bd83a741d6ade1964e2f1e9d8eca86d0 -->
<!-- Signature: EFI PART -->
<!-- Revision: 65536 -->
<!-- Header Size: 92 -->
<!-- CRC32 of header: 35FCD6B2 (VALID) => Real: 35FCD6B2 -->
<!-- Current LBA: 0x00000001 -->
<!-- Backup LBA: 0x00E8FFFF -->
<!-- First usable LBA for partitions: 0x00000022 -->
<!-- Last usable LBA for partitions: 0x00E8FFDE -->
<!-- Disk GUID: 98101B32-BBE2-4BF2-A06E-2BB33D000C20 -->
<!-- Partition entries starting LBA: 0x00000002 -->
<!-- Number of partition entries: 36 -->
<!-- Size of partition entry: 0x00000080 -->
<!-- CRC32 of partition array: 0x061F7AE8 -->
<parser_instructions>
<!-- NOTE: entries here are used by the parser when generating output -->
<!-- NOTE: each filename must be on it's own line as in variable=value-->
WRITE_PROTECT_BOUNDARY_IN_KB = 32768
GROW_LAST_PARTITION_TO_FILL_DISK = true
</parser_instructions>
<!-- NOTE: "physical_partition" are listed in order and apply to devices such as eMMC cards that have (for example) 3 physical partitions -->
<!-- This is physical partition 0 -->
<physical_partition>
<!-- NOTE: Define information for each partition, which will be created in order listed here -->
<!-- NOTE: Place all "readonly=true" partitions side by side for optimum space usage -->
<!-- NOTE: If OPTIMIZE_READONLY_PARTITIONS=true, then partitions won't be in the order listed here -->
<!-- they will instead be placed side by side at the beginning of the disk -->
<!-- Partition table: -->
<!-- MD5: 482d7e5825d6e6482f61a84672aa6261 -->
<!-- WARNING!! CRC32 Check : 8D21B11A (INVALID) -->
<!-- #01 -->
<!-- First LBA: 16384 / Disk Offset: 8388608 -->
<!-- Last LBA : 147455 / Disk Offset: 75496960 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 0E07FD34-CEEF-05D0-118B-7633F67E84B4 -->
<partition label="modem" size_in_kb="65536" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename="NON-HLOS.bin"/>
<!-- #02 -->
<!-- First LBA: 147456 / Disk Offset: 75497472 -->
<!-- Last LBA : 149503 / Disk Offset: 76545536 -->
<!-- SBL1 partition | Qualcomm -->
<!-- GUID: A32B76D5-80DB-8436-53ED-57428A344C9F -->
<partition label="sbl1" size_in_kb="1024" type="DEA0BA2C-CBDD-4805-B4F9-F428251C3E98" bootable="false" system="true" filename="sbl1.mbn"/>
<!-- #03 -->
<!-- First LBA: 149504 / Disk Offset: 76546048 -->
<!-- Last LBA : 150527 / Disk Offset: 77069824 -->
<!-- RPM partition | Qualcomm -->
<!-- GUID: F0530C51-AF1C-FC3D-4E2E-EC7CC121738F -->
<partition label="rpm" size_in_kb="512" type="098DF793-D712-413D-9D4E-89D711772228" bootable="false" system="true" filename="rpm.mbn"/>
<!-- #04 -->
<!-- First LBA: 150528 / Disk Offset: 77070336 -->
<!-- Last LBA : 151551 / Disk Offset: 77594112 -->
<!-- QSEE partition | Qualcomm -->
<!-- GUID: 3AC971AD-70FE-FDCF-E4ED-8C7A18FD6479 -->
<partition label="tz" size_in_kb="512" type="A053AA7F-40B8-4B1C-BA08-2F68AC71A4F4" bootable="false" system="true" filename="tz.mbn"/>
<!-- #05 -->
<!-- First LBA: 151552 / Disk Offset: 77594624 -->
<!-- Last LBA : 152575 / Disk Offset: 78118400 -->
<!-- WDOG debug partition | Qualcomm -->
<!-- GUID: 100B777D-08D5-406B-742D-EE61D0D992FA -->
<partition label="sdi" size_in_kb="512" type="D4E0D938-B7FA-48C1-9D21-BC5ED5C4B203" bootable="false" system="true" filename="sdi.mbn"/>
<!-- #06 -->
<!-- First LBA: 152576 / Disk Offset: 78118912 -->
<!-- Last LBA : 156671 / Disk Offset: 80215552 -->
<!-- APPSBL partition | Qualcomm -->
<!-- GUID: 6DBC513E-06B4-1EDC-C178-310596E04CFB -->
<partition label="aboot" size_in_kb="2048" type="400FFDCD-22E0-47E7-9A23-F16ED9382388" bootable="false" system="true" filename="emmc_appsboot.mbn"/>
<!-- #07 -->
<!-- First LBA: 156672 / Disk Offset: 80216064 -->
<!-- Last LBA : 157695 / Disk Offset: 80739840 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: E539B3BB-A38F-27E0-A6AA-BB045F18786A -->
<partition label="rpmb" size_in_kb="512" type="F1FC4C90-0705-4830-ADBD-291E78BD2E2A" bootable="false" system="true" filename="rpmb.mbn"/>
<!-- #08 -->
<!-- First LBA: 157696 / Disk Offset: 80740352 -->
<!-- Last LBA : 158719 / Disk Offset: 81264128 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 2EDA46BB-D7E3-C8DD-70CA-76E999FE6F36 -->
<partition label="tzb" size_in_kb="512" type="80F07C88-5C6D-48D3-8EA6-B984F7EDD622" bootable="false" system="true" filename="tzb.mbn"/>
<!-- #09 -->
<!-- First LBA: 158720 / Disk Offset: 81264640 -->
<!-- Last LBA : 162815 / Disk Offset: 83361280 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: C4B5B195-C1D7-7A1F-6D7E-2DF1436177C1 -->
<partition label="abootb" size_in_kb="2048" type="0B8202FA-26A5-468F-B356-952D5EC60CEC" bootable="false" system="true" filename="abootb.mbn"/>
<!-- #10 -->
<!-- First LBA: 162816 / Disk Offset: 83361792 -->
<!-- Last LBA : 163839 / Disk Offset: 83885568 -->
<!-- QSEE partition | Qualcomm -->
<!-- GUID: 340AF95D-306C-655D-C5C6-5F349E65F128 -->
<partition label="eksst" size_in_kb="512" type="A053AA7F-40B8-4B1C-BA08-2F68AC71A4F4" bootable="false" system="true" filename=""/>
<!-- #11 -->
<!-- First LBA: 163840 / Disk Offset: 83886080 -->
<!-- Last LBA : 167935 / Disk Offset: 85982720 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 3DBF5F23-366C-6F37-8573-C85D63C300C9 -->
<partition label="pad" size_in_kb="2048" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename=""/>
<!-- #12 -->
<!-- First LBA: 167936 / Disk Offset: 85983232 -->
<!-- Last LBA : 174079 / Disk Offset: 89128448 -->
<!-- MODEMST1 partition | Qualcomm -->
<!-- GUID: 353DAF94-CD2F-9D08-F940-9516DD31F618 -->
<partition label="modemst1" size_in_kb="3072" type="EBBEADAF-22C9-E33B-8F5D-0E81686A68CB" bootable="false" system="true" filename=""/>
<!-- #13 -->
<!-- First LBA: 174080 / Disk Offset: 89128960 -->
<!-- Last LBA : 180223 / Disk Offset: 92274176 -->
<!-- MODEMST2 partition | Qualcomm -->
<!-- GUID: E0EF0CF6-DC0F-08FB-EABA-0AA632B17D35 -->
<partition label="modemst2" size_in_kb="3072" type="0A288B1F-22C9-E33B-8F5D-0E81686A68CB" bootable="false" system="true" filename=""/>
<!-- #14 -->
<!-- First LBA: 180224 / Disk Offset: 92274688 -->
<!-- Last LBA : 212991 / Disk Offset: 109051392 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: FDF56967-B5E9-79C2-349E-8B6B67832EF4 -->
<partition label="misc" size_in_kb="16384" type="6CD30554-5F5D-40EF-82FE-1092359F92EE" bootable="false" system="true" filename=""/>
<!-- #15 -->
<!-- First LBA: 212992 / Disk Offset: 109051904 -->
<!-- Last LBA : 278527 / Disk Offset: 142605824 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: DE7C6AF1-08D0-CAEC-374F-C50F5BB04F9D -->
<partition label="persist" size_in_kb="32768" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename="persist.img"/>
<!-- #16 -->
<!-- First LBA: 278528 / Disk Offset: 142606336 -->
<!-- Last LBA : 327679 / Disk Offset: 167771648 -->
<!-- LG Advanced Flasher partition | LG -->
<!-- GUID: 84F429AF-BED6-B22C-7C26-F632ACB1B033 -->
<partition label="laf" size_in_kb="24576" type="98523EC6-90FE-4C67-B50A-0FC59ED6F56D" bootable="false" system="true" filename="laf.img"/>
<!-- #17 -->
<!-- First LBA: 327680 / Disk Offset: 167772160 -->
<!-- Last LBA : 376831 / Disk Offset: 192937472 -->
<!-- BOOT partition | Qualcomm -->
<!-- GUID: 17CC51EE-45BD-6414-B4D3-B00D4FCAA07C -->
<partition label="boot" size_in_kb="24576" type="20117F86-E985-4357-B9EE-374BC1D8487D" bootable="false" filename=""/>
<!-- #18 -->
<!-- First LBA: 376832 / Disk Offset: 192937984 -->
<!-- Last LBA : 425983 / Disk Offset: 218103296 -->
<!-- BOOT partition | Qualcomm -->
<!-- GUID: 2FEE5F7F-ABF0-199D-C730-E7D5A65FE3A0 -->
<partition label="recovery" size_in_kb="24576" type="20117F86-E985-4357-B9EE-374BC1D8487D" bootable="false" filename=""/>
<!-- #19 -->
<!-- First LBA: 425984 / Disk Offset: 218103808 -->
<!-- Last LBA : 432127 / Disk Offset: 221249024 -->
<!-- FSG? partition | Qualcomm -->
<!-- GUID: D49FE5C0-07A7-E34A-D74F-7EDE3D513DD4 -->
<partition label="fsg" size_in_kb="3072" type="638FF8E2-22C9-E33B-8F5D-0E81686A68CB" bootable="false" filename=""/>
<!-- #20 -->
<!-- First LBA: 442368 / Disk Offset: 226492416 -->
<!-- Last LBA : 443391 / Disk Offset: 227016192 -->
<!-- FSC? partition | Qualcomm -->
<!-- GUID: 86E85F82-78BD-E7DF-FAD2-F7AD1A62C5F3 -->
<partition label="fsc" size_in_kb="512" type="57B90A16-22C9-E33B-8F5D-0E81686A68CB" bootable="false" system="true" filename=""/>
<!-- #21 -->
<!-- First LBA: 443392 / Disk Offset: 227016704 -->
<!-- Last LBA : 444415 / Disk Offset: 227540480 -->
<!-- SSD? partition | Qualcomm -->
<!-- GUID: 22F7B2BD-E1B2-550F-5B40-26075D735A6C -->
<partition label="ssd" size_in_kb="512" type="2C86E742-745E-4FDD-BFD8-B6A7AC638772" bootable="false" system="true" filename=""/>
<!-- #22 -->
<!-- First LBA: 444416 / Disk Offset: 227540992 -->
<!-- Last LBA : 446463 / Disk Offset: 228589056 -->
<!-- SBL1 partition | Qualcomm -->
<!-- GUID: E409BD0A-F38E-6489-EE12-4BCF7302E778 -->
<partition label="sbl1b" size_in_kb="1024" type="DEA0BA2C-CBDD-4805-B4F9-F428251C3E98" bootable="false" system="true" filename="sbl1b.mbn"/>
<!-- #23 -->
<!-- First LBA: 446464 / Disk Offset: 228589568 -->
<!-- Last LBA : 447487 / Disk Offset: 229113344 -->
<!-- ENCRYPT? partition | Qualcomm -->
<!-- GUID: 35210BDA-C2F0-5893-553B-7A6F0F57A180 -->
<partition label="encrypt" size_in_kb="512" type="323EF595-AF7A-4AFA-8060-97BE72841BB9" bootable="false" system="true" filename=""/>
<!-- #24 -->
<!-- First LBA: 447488 / Disk Offset: 229113856 -->
<!-- Last LBA : 448511 / Disk Offset: 229637632 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: BBFBC60B-E92B-6486-CFB7-9B3061C09E20 -->
<partition label="rct" size_in_kb="512" type="6CD30554-5F5D-40EF-82FE-1092359F92EE" bootable="false" system="true" filename=""/>
<!-- #25 -->
<!-- First LBA: 458752 / Disk Offset: 234881024 -->
<!-- Last LBA : 459775 / Disk Offset: 235404800 -->
<!-- DDR partition | Qualcomm -->
<!-- GUID: 907DAA5A-1713-ADA4-0FDC-4A64C5AAF2D6 -->
<partition label="DDR" size_in_kb="512" type="20A0C19C-286A-42FA-9CE7-F64C3226A794" bootable="false" filename="DDR.bin"/>
<!-- #26 -->
<!-- First LBA: 459776 / Disk Offset: 235405312 -->
<!-- Last LBA : 476159 / Disk Offset: 243793408 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 9E679F90-683E-C2C5-C910-017FA0E97E59 -->
<partition label="drm" size_in_kb="8192" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename="drm.img"/>
<!-- #27 -->
<!-- First LBA: 476160 / Disk Offset: 243793920 -->
<!-- Last LBA : 492543 / Disk Offset: 252182016 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 3BD95A6E-A5BC-6A85-FA25-47960C9B76E3 -->
<partition label="sns" size_in_kb="8192" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename="sns.img"/>
<!-- #28 -->
<!-- First LBA: 492544 / Disk Offset: 252182528 -->
<!-- Last LBA : 541695 / Disk Offset: 277347840 -->
<!-- BOOT partition | Qualcomm -->
<!-- GUID: 4862F31F-3AE0-575D-A9AF-955BB06E0190 -->
<partition label="factory" size_in_kb="24576" type="20117F86-E985-4357-B9EE-374BC1D8487D" bootable="false" filename=""/>
<!-- #29 -->
<!-- First LBA: 541696 / Disk Offset: 277348352 -->
<!-- Last LBA : 607231 / Disk Offset: 310902272 -->
<!-- FOTA? partition | Qualcomm -->
<!-- GUID: 1A4E6220-E30B-B8F5-7306-74DC8F0224D3 -->
<partition label="fota" size_in_kb="32768" type="86A7CB80-84E1-408C-99AB-694F1A410FC7" bootable="false" filename=""/>
<!-- #30 -->
<!-- First LBA: 622592 / Disk Offset: 318767104 -->
<!-- Last LBA : 688127 / Disk Offset: 352321024 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 8C45C424-E9A0-02B0-3351-BC48C6A29CDE -->
<partition label="mpt" size_in_kb="32768" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename="mpt.img"/>
<!-- #31 -->
<!-- First LBA: 688128 / Disk Offset: 352321536 -->
<!-- Last LBA : 901119 / Disk Offset: 461372928 -->
<!-- Linux filesystem data | Linux -->
<!-- GUID: 5FE7F6B1-3164-7FC5-E992-1879432B545A -->
<partition label="cust" size_in_kb="106496" type="0FC63DAF-8483-4772-8E79-3D69D8477DE4" bootable="false" filename=""/>
<!-- #32 -->
<!-- First LBA: 901120 / Disk Offset: 461373440 -->
<!-- Last LBA : 5095423 / Disk Offset: 2608856576 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 2A4EB1F7-80C5-CD24-0370-24EF0A56266F -->
<partition label="system" size_in_kb="2097152" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename="system.img"/>
<!-- #33 -->
<!-- First LBA: 5095424 / Disk Offset: 2608857088 -->
<!-- Last LBA : 6946815 / Disk Offset: 3556769280 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 9A07FCEA-C4AA-6447-22E3-E15597EB0F13 -->
<partition label="cache" size_in_kb="925696" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename="cache.img"/>
<!-- #34 -->
<!-- First LBA: 6946816 / Disk Offset: 3556769792 -->
<!-- Last LBA : 30769151 / Disk Offset: 15753805312 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 2F99BFD4-4229-899D-2F75-7BF1B788E210 -->
<partition label="userdata" size_in_kb="11911168" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename="userdata.img"/>
<!-- #35 -->
<!-- First LBA: 30769152 / Disk Offset: 15753805824 -->
<!-- Last LBA : 15269854 / Disk Offset: 7818165248 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 9515DDEC-BB9A-3524-3A2B-B2105D081A1C -->
<partition label="grow" size_in_kb="-7749649" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename=""/>
</physical_partition>
</configuration>

Difficulties
Do you have a telegram for me to talk to you? I'm in doubt please

Related

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]:/ $

d852 soft?brick after installing TWRP, no block devices?

Friend got a g3 (d852 Canadian version, came with Lollipop), offered to help him install a debloated ROM on it because it came with McAfee and he didn't want it. Gave him instructions over skype, wound up with a brick instead after installing TWRP via AutoRec and rebooting.
Came over to his house to check it out and:
* It won't boot normally
* TWRP boots but will not mount (claims all partitions are 0MB), wipe, install ROMs, or update itself
* Can be put into download mode, tried flashing stock via both TOT and KDZ method, LG's tools complain about GPT and partition table problems in Engrish and fail.
Decided to delve into the shell and now I'm surprised it works at ALL. There's no block devices in /dev/block/*. I'd blame the kernel in TWRP (apparently some people have problems with encryption with old versions of TWRP though AFAIK this phone doesn't ship encrypted) but given download mode is having problems too I doubt that's the case. Starting to suspect a hardware problem, just triggered by the TWRP flash.
TWRP startup logs:
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.6.1 on Fri Jan 2 19:47:29 1970
(pid 185)
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/f9967000.i2c/i2c-0/0-0036/backlight/lm3697/brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
Starting the UI...Pixel format: 1440x2560 @ 32bpp
Pixel format: RGBX_8888
Not using qualcomm overlay, 'mdssfb_80000'
framebuffer: fd 4 (1440 x 2560)
I:Scaling the curtain width 1.333333x and height 1.333333x
=> Linking mtab
Moving /etc/twrp.fstab -> /etc/recovery.fstab
=> Processing recovery.fstab
I:Processing '/boot'
E:Unable to find partition size for '/boot'
I:Processing '/system'
I:Processing '/data'
I:Setting up '/data' as data/media emulated storage.
I:Created '/sdcard' folder.
I:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
I:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
E:Primary block device '/dev/block/platform/msm_sdcc.1/by-name/userdata' for mount point '/data' is not present!
E:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
E:Unable to recreate /data/media folder.
I:Processing '/cache'
I:Unable to mount '/cache'
I:Actual block device: '', current file system: 'ext4'
I:Processing '/recovery'
E:Unable to find partition size for '/recovery'
I:Processing '/efs1'
E:Unable to find partition size for '/efs1'
I:Processing '/efs2'
E:Unable to find partition size for '/efs2'
I:Processing '/radio'
E:Unable to find partition size for '/radio'
I:Processing '/rpm'
E:Unable to find partition size for '/rpm'
I:Processing '/tz'
E:Unable to find partition size for '/tz'
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/TWRP/BACKUPS/LGD852d1e0ced5'
I:Settings storage is '/data/media'
Updating partition details...
E:Unable to mount '/system'
I:Actual block device: '', current file system: 'ext4'
E:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
E:Unable to mount '/cache'
I:Actual block device: '', current file system: 'ext4'
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:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
E:Unable to mount storage.
I:Unmounting main partitions...
Partition Logs:
/boot | | Size: 0MB
Flags: Can_Be_Backed_Up Can_Flash_Img
Primary_Block_Device: /dev/block/platform/msm_sdcc.1/by-name/boot
Display_Name: Boot
Storage_Name: boot
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Boot
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/system | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI
Primary_Block_Device: /dev/block/platform/msm_sdcc.1/by-name/system
Display_Name: System
Storage_Name: System
Backup_Path: /system
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/data | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI Can_Be_Encrypted Has_Data_Media Can_Encrypt_Backup Use_Userdata_Encryption Is_Storage
Symlink_Path: /data/media
Symlink_Mount_Point: /sdcard
Primary_Block_Device: /dev/block/platform/msm_sdcc.1/by-name/userdata
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
MTP_Storage_ID: 65537
/cache | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI
Primary_Block_Device: /dev/block/platform/msm_sdcc.1/by-name/cache
Display_Name: Cache
Storage_Name: Cache
Backup_Path: /cache
Backup_Name: cache
Backup_Display_Name: Cache
Storage_Path: /cache
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/recovery | | Size: 0MB
Flags: Can_Flash_Img
Primary_Block_Device: /dev/block/platform/msm_sdcc.1/by-name/recovery
Display_Name: Recovery
Storage_Name: recovery
Backup_Path: /recovery
Backup_Name: recovery
Backup_Display_Name: Recovery
Storage_Path: /recovery
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/efs1 | | Size: 0MB
Flags: Can_Be_Backed_Up Has_SubPartition
Primary_Block_Device: /dev/block/platform/msm_sdcc.1/by-name/modemst1
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 | | Size: 0MB
Flags: Can_Be_Backed_Up Is_SubPartition
SubPartition_Of: /efs1
Primary_Block_Device: /dev/block/platform/msm_sdcc.1/by-name/modemst2
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
/radio | | Size: 0MB
Flags: Can_Be_Backed_Up Has_SubPartition
Primary_Block_Device: /dev/block/platform/msm_sdcc.1/by-name/modem
Display_Name: Modem
Storage_Name: Modem
Backup_Path: /radio
Backup_Name: radio
Backup_Display_Name: Modem
Storage_Path: /radio
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/rpm | | Size: 0MB
Flags: Can_Be_Backed_Up Is_SubPartition
SubPartition_Of: /radio
Primary_Block_Device: /dev/block/platform/msm_sdcc.1/by-name/rpm
Display_Name: rpm
Storage_Name: rpm
Backup_Path: /rpm
Backup_Name: rpm
Backup_Display_Name: rpm
Storage_Path: /rpm
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/tz | | Size: 0MB
Flags: Can_Be_Backed_Up Is_SubPartition
SubPartition_Of: /radio
Primary_Block_Device: /dev/block/platform/msm_sdcc.1/by-name/tz
Display_Name: tz
Storage_Name: tz
Backup_Path: /tz
Backup_Name: tz
Backup_Display_Name: tz
Storage_Path: /tz
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: 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:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
I:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
I:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
I:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
I:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
I:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
I:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
E:Unable to mount /data/media during GUI startup.
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
I:Checking resolution...
I:Scaling theme width 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/LGD852d1e0ced5'
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
E:Unable to mount '/cache'
I:Actual block device: '', current file system: 'ext4'
I:Could not check /cache/recovery SELinux contexts, using /sbin/teamwin instead which may be inaccurate.
Full SELinux support is present.
E:Unable to mount '/cache'
I:Actual block device: '', current file system: 'ext4'
E:Cannot load volume /misc!
E:Cannot load volume /misc!
Startup Commands:
ro.adb.secure=0
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=<link removed because of XDA new user restrictions>
ro.boot.emmc=true
ro.boot.baseband=msm
ro.boot.hardware=g3
ro.boot.serialno=LGD852d1e0ced5
ro.boot.bootdevice=msm_sdcc.1
ro.boot.dlcomplete=0
ro.omni.device=d852
ro.omni.version=5.0.2-20150326-d852-HOMEMADE
ro.twrp.boot=1
ro.twrp.version=2.8.6.1
ro.wifi.channels=
ro.allow.mock.location=0
ro.board.platform=
ro.build.id=LRX22G
ro.build.date=Thu Mar 26 14:45:46 EDT 2015
ro.build.date.utc=0
ro.build.host=777jon
ro.build.tags=test-keys
ro.build.type=userdebug
ro.build.user=777jon
ro.build.display.id=omni_d852-userdebug 5.0.2 LRX22G eng.777jon.20150326.144459 test-keys
ro.build.product=d852
ro.build.version.sdk=21
ro.build.version.release=5.0.2
ro.build.version.codename=REL
ro.build.version.incremental=eng.777jon.20150326.144459
ro.build.version.all_codenames=REL
ro.build.description=omni_d852-userdebug 5.0.2 LRX22G eng.777jon.20150326.144459 test-keys
ro.build.fingerprint=LG/omni_d852/d852:5.0.2/LRX22G/777jon03261445:userdebug/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.secure=1
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_d852
ro.product.board=MSM8974
ro.product.brand=LG
ro.product.model=LG-D852
ro.product.device=d852
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=LG
ro.baseband=msm
ro.bootmode=unknown
ro.hardware=g3
ro.revision=10
ro.serialno=LGD852d1e0ced5
ro.bootloader=unknown
ro.debuggable=1
ro.modversion=OmniROM-5.0.2-20150326-d852-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=div
dalvik.vm.lockprof.threshold=500
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
persist.sys.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.root_access=1
service.adb.root=1
keyguard.no_require_sim=true
I:Unable to mount '/cache'
I:Actual block device: '', current file system: 'ext4'
I:Failed to mount /cache for TWFunc::Update_Log_File
E:Unable to mount '/cache'
I:Actual block device: '', current file system: 'ext4'
tw_get_context failed to get selinux context
I:Failed to get default contexts and file mode for storage files.
I:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
I:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
E:Unable to mount /data/media/TWRP/.twrps when trying to read settings file.
I:Attempt to load settings from settings file...
I:Settings file '/data/media/TWRP/.twrps' not found.
I:Unable to mount '/cache'
I:Actual block device: '', current file system: 'ext4'
I:Unable to mount '' to write version number.
I:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
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!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:TWFunc::Fixup_Time: Pre-fix date and time: 1970-01-02--14-47-33
I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch
I:TWFunc::Fixup_Time: will attempt to use the ats files now.
I:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
I:Enabling MTP during startup
I:Starting MTP
Starting MTP
E:Unable to mount '/data'
I:Actual block device: '', current file system: 'ext4'
MTP Enabled
I:Switching packages (TWRP)
created new mtpserver object
MtpServer::run fd: 14
Poking around via adb
Code:
adb shell
~ # twrp
TWRP openrecoveryscript command line tool, TWRP version 2.8.6.1
Allows command line usage of TWRP via openrecoveryscript commands.
Some common commands include:
install /path/to/update.zip
backup BSDC backupname
restore backupname BSDC
factoryreset
wipe cache
sideload
set variable value
get variable
decrypt password
See more documentation at <link removed because of XDA new user restrictions>
~ # uname -a
Linux localhost 3.4.0-CM-gab802aa #1 SMP PREEMPT Sun Mar 1 12:16:41 EST 2015 armv7l GNU/Linux
~ # df
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 1447288 16 1447272 0% /dev
tmpfs 1447288 32 1447256 0% /tmp
~ # ls /dev/block/
loop0
loop1
loop2
loop3
loop4
loop5
loop6
loop7
ram0
ram1
ram10
ram11
ram12
ram13
ram14
ram15
ram2
ram3
ram4
ram5
ram6
ram7
ram8
ram9
zram0
~ # ls /proc
1
100
101
102
103
104
105
106
107
108
109
11
110
114
115
116
117
118
119
12
120
121
122
123
124
127
128
129
13
130
131
132
133
134
135
136
14
15
157
158
159
16
160
161
162
167
168
169
17
170
172
173
174
175
178
18
180
181
182
183
185
186
19
190
191
196
2
20
205
208
21
22
23
240
241
247
25
26
27
28
29
3
30
31
32
33
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
5
50
51
52
53
54
55
56
57
58
59
6
60
61
62
63
64
65
66
67
68
69
7
70
71
72
73
74
75
76
8
9
95
96
97
98
99
asound
buddyinfo
bus
cgroups
cmdline
consoles
cpu
cpuinfo
crypto
devices
diskstats
driver
execdomains
fb
filesystems
fs
interrupts
iomem
ioports
irq
kallsyms
key-users
kmsg
kpagecount
kpageflags
loadavg
locks
meminfo
misc
mounts
msm_pm_stats
net
pagetypeinfo
partitions
sched_debug
scsi
self
slabinfo
softirqs
spd
stat
swaps
sys
sysrq-trigger
sysvipc
timer_list
timer_stats
tty
uid_stat
uptime
version
vmallocinfo
vmstat
zoneinfo
~ # cat /proc/mounts
rootfs / rootfs rw 0 0
tmpfs /dev tmpfs rw,seclabel,nosuid,relatime,size=1447288k,nr_inodes=84924,mode=755 0 0
devpts /dev/pts devpts rw,seclabel,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,seclabel,relatime 0 0
selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0
tmpfs /tmp tmpfs rw,seclabel,relatime,size=1447288k,nr_inodes=84924 0 0
~ # cat /proc/partitions
major minor #blocks name
Current plan is to have him take it back to PC Mobile (Telus reseller) and play dumb if we can't figure out a fix.

[ROM][H815] XenonHD [8.1.0][UNOFFICIAL]

Hello Guys, I created XenonHD Oreo for LG h815, i need testers because i have no LG G4
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download:
https://drive.google.com/open?id=1xW0V-SqSTkkmq6OQsKokSWnPmf09uEel
Bugs:
NEED TESTERS
Screens:
NEED TESTERS
Sources:
https://github.com/TeamHorizon
https://github.com/thepiguy0 ​
Don't forget to press thanks :good:
Thread updated, add link to download.
the system doesn't work, he is in bootloop. Go to priv
I tried to get it to boot on my usu unlocked G4 with and without magisk and gapps. Using twrp prieview 118 for O but the ROM, he won't boot.
---------- Post added at 11:01 AM ---------- Previous post was at 10:58 AM ----------
I tried with and without gapps & magisk but the ROM, he wont boot.
Can anybody make logcat from bootlop? I cant because i have no LG G4.
BananowyPotwor said:
Can anybody make logcat from bootlop? I cant because i have no LG G4.
Click to expand...
Click to collapse
Just out of interest, why are you developing this rom if you don't have a device?
Usually that will prove hard (as you are experiencing) as even the most simple bugs can take ages to fix as you cannot simply get a log yourself
Edit: Also, I see you are using my sources (absolutely fine by the way, I have no problems with that). However, most of the development of my LOS 15.1 is now using the suicide squirrel repos so you might find it better to switch over to those.
---------- Post added at 05:56 PM ---------- Previous post was at 05:03 PM ----------
BananowyPotwor said:
Can anybody make logcat from bootlop? I cant because i have no LG G4.
Click to expand...
Click to collapse
Could you publish the device trees you are using? That will help. I know my trees fairly well so I could probably help by seeing the trees
BananowyPotwor said:
Can anybody make logcat from bootlop? I cant because i have no LG G4.
Click to expand...
Click to collapse
IREPDEC: 2015-01-02_03:16:41 - Started /sbin/prepdecrypt.sh
I:TUNESD: 2015-01-02_03:16:41 - Started /sbin/tunesd.sh
I:TUNESD: 2015-01-02_03:16:41 - tuned /sys/devices/soc.0/f98a4900.sdhci/mmc_host/mmc1/mmc1:aaaa/block/mmcblk1/queue/read_ahead_kb
I:TUNESD: 2015-01-02_03:16:41 - Value now: <1024>
I:READTIME: 2015-01-02_03:16:41 - Starting /sbin/readtimeprop.sh
I:READTIME: 2015-01-02_03:16:41 - timeadjust before setprop: ><
I:READTIME: 2015-01-02_03:16:41 - checking for twrp fstab
I:READTIME: 2015-01-02_03:16:41 - No twrp fstab which includes /system generated yet! will wait until its there..
IREPDEC: 2015-01-02_03:16:41 - Preparing directories:
mkdir: can't create directory '/vendor': File exists
Starting TWRP 3.2.1-PREVIEW-118_g4_O-e45a0036-dirty on Fri Jan 2 03:16:41 2015
(pid 369)
BOARD_HAS_NO_REAL_SDCARD := true
RECOVERY_SDCARD_ON_DATA := true
TW_NO_USB_STORAGE := true
TW_INCLUDE_CRYPTO := true
I:Find_File: Error opening '/sys/class/backlight'
I:Found brightness file at '/sys/class/leds/lcd-backlight/brightness'
I:Got max brightness 255 from '/sys/class/leds/lcd-backlight/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 162
I:LANG: en
Starting the UI...
Skipping adf graphics -- not present in build tree
cannot find/open a drm device: No such file or directory
fb0 reports (possibly inaccurate):
vi.bits_per_pixel = 32
vi.red.offset = 0 .length = 8
vi.green.offset = 8 .length = 8
vi.blue.offset = 16 .length = 8
IREPDEC: 2015-01-02_03:16:41 - preparing libraries...
setting GGL_PIXEL_FORMAT_RGBA_8888
double buffered
framebuffer: 3 (1440 x 2560)
IREPDEC: 2015-01-02_03:16:41 - preparing libraries finished
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 162
I:Loading package: splash (/twres/splash.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/splash.xml' directly
I:Checking resolution...
I:Scaling theme width 1.333333x and height 1.333333x, offsets x: 0 y: 0 w: 0 h: 0
I:Loading resources...
IREPDEC: 2015-01-02_03:16:41 - crypto.ready: 1
IREPDEC: 2015-01-02_03:16:41 - current mounts:
rootfs on / type rootfs (rw,seclabel)
tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,size=1439572k,nr_inodes=359893,mode=755)
devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600)
proc on /proc type proc (rw,relatime,gid=3009,hidepid=2)
sysfs on /sys type sysfs (rw,seclabel,relatime)
selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,seclabel,relatime,size=1439572k,nr_inodes=359893)
pstore on /sys/fs/pstore type pstore (rw,seclabel,relatime)
adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
IREPDEC: 2015-01-02_03:16:41 - /sbin/prepdecrypt.sh ended
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page splash
I:Switching packages (splash)
=> Linking mtab
=> Processing /etc/recovery.fstab
I:Reading /etc/recovery.fstab
Irocessing '/boot'
Irocessing '/recovery'
Irocessing '/system'
Irocessing '/system_image'
Irocessing '/data'
Irocessing '/cache'
Irocessing '/firmware'
Irocessing '/persist-lg'
Irocessing '/firmware_image'
Irocessing '/factory'
Irocessing '/efs1'
Irocessing '/efs2'
Irocessing '/efs3'
Irocessing '/external_sd'
I:Created '/external_sd' folder.
Irocessing '/usb-otg'
I:Created '/usb-otg' folder.
Irocessing '/misc'
Irocessing '/rmisc'
Irocessing '/devinfo'
Irocessing '/persist'
Irocessing '/persistent'
Irocessing '/drm'
Irocessing '/sns'
Irocessing '/bl'
Irocessing '/bl2'
Irocessing '/bl3'
Irocessing '/bl4'
Irocessing '/bl5'
Irocessing '/bl6'
Irocessing '/bl7'
Irocessing '/bl8'
Irocessing '/carrier'
Irocessing '/cust'
Ione processing fstab files
I:Setting up '/data' as data/media emulated storage.
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:Setting up '/data' as data/media emulated storage.
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/LGUSUeca79206'
I:Settings storage is '/data/media/0'
Iecrypt adopted storage starting
IageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:successfully loaded storage.xml
Updating partition details...
I:READTIME: 2015-01-02_03:16:43 - /system found in twrp fstab: >/dev/block/mmcblk0p47 /system ext4 rw 0 0<
I:READTIME: 2015-01-02_03:16:43 - system mount:
I:READTIME: 2015-01-02_03:16:43 -
I:READTIME: 2015-01-02_03:16:43 - -rw------- 1 root root 5895 May 4 2018 /tempsys/build.prop
/tempsys/vendor/bin/time_daemon
/tempsys/vendor/bin/timekeep
I:READTIME: 2015-01-02_03:16:43 - system umount
I:READTIME: 2015-01-02_03:16:43 - ROM type detected: sony (flavor: lineage_h815_usu-userdebug)
I:READTIME: 2015-01-02_03:16:43 - setting persist.sys.timeadjust ended with 0
I:READTIME: 2018-05-21_13:05:24 - timeadjust property: >106739320<
I:READTIME: 2018-05-21_13:05:24 - /sbin/readtimeprop.sh finished
Iata backup size is 4721MB, free: 15246MB.
I:Unable to mount '/usb-otg'
I:Actual block device: '', current file system: 'vfat'
...done
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
/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
/system | /dev/block/mmcblk0p47 | Size: 4010MB Used: 1552MB Free: 2457MB Backup Size: 1552MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Mount_Read_Only
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 Can_Flash_Img
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: 23243MB Used: 4721MB Free: 15246MB Backup Size: 4721MB
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/mmcblk0p50
Crypto_Key_Location: /dev/block/platform/soc.0/f9824900.sdhci/by-name/encrypt
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media/0
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
MTP_Storage_ID: 65537
/cache | /dev/block/mmcblk0p49 | Size: 1193MB Used: 2MB Free: 1191MB Backup Size: 2MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent
Primary_Block_Device: /dev/block/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
/firmware | /dev/block/mmcblk0p1 | Size: 85MB Used: 75MB Free: 10MB Backup Size: 75MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Mount_To_Decrypt
Primary_Block_Device: /dev/block/mmcblk0p1
Display_Name: Firmware
Storage_Name: Firmware
Backup_Path: /firmware
Backup_Name: firmware
Backup_Display_Name: Firmware
Storage_Path: /firmware
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
/persist-lg | /dev/block/mmcblk0p40 | Size: 3MB Used: 0MB Free: 3MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Mount_To_Decrypt
Primary_Block_Device: /dev/block/mmcblk0p40
Display_Name: persist-lg
Storage_Name: persist-lg
Backup_Path: /persist-lg
Backup_Name: persist-lg
Backup_Display_Name: persist-lg
Storage_Path: /persist-lg
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/firmware_image | /dev/block/mmcblk0p1 | Size: 86MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent
Primary_Block_Device: /dev/block/mmcblk0p1
Display_Name: Firmware_Image
Storage_Name: Firmware_Image
Backup_Path: /firmware_image
Backup_Name: firmware_image
Backup_Display_Name: Firmware_Image
Storage_Path: /firmware_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/factory | /dev/block/mmcblk0p43 | Size: 46MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /firmware_image
Primary_Block_Device: /dev/block/mmcblk0p43
Display_Name: factory
Storage_Name: factory
Backup_Path: /factory
Backup_Name: factory
Backup_Display_Name: factory
Storage_Path: /factory
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
/efs3 | /dev/block/mmcblk0p26 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs1
Primary_Block_Device: /dev/block/mmcblk0p26
Display_Name: efs3
Storage_Name: efs3
Backup_Path: /efs3
Backup_Name: efs3
Backup_Display_Name: efs3
Storage_Path: /efs3
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/external_sd | /dev/block/mmcblk1p1 | Size: 60890MB Used: 21837MB Free: 39052MB Backup Size: 21837MB
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
Crypto_Key_Location: /dev/block/platform/soc.0/f9824900.sdhci/by-name/encrypt
Display_Name: Micro SDCard
Storage_Name: Micro SDCard
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: Micro SDCard
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
MTP_Storage_ID: 65538
/usb-otg | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable Is_Storage
Primary_Block_Device: /dev/block/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
/mi
---------- Post added at 02:47 PM ---------- Previous post was at 02:19 PM ----------
BananowyPotwor said:
Can anybody make logcat from bootlop? I cant because i have no LG G4.
Click to expand...
Click to collapse
Here is a log after the bootloop
.333333x, offsets x: 0 y: 0 w: 0 h: 0
I:Loading resources...
I:READTIME: 2015-01-01_00:00:17 - system umount
I:READTIME: 2015-01-01_00:00:17 - ROM type detected: qcomtime (flavor: xenonhd_h815-userdebug)
I:READTIME: 2015-01-01_00:00:17 - checking /data
I:READTIME: 2015-01-01_00:00:17 - No twrp fstab for /data generated yet! will wait until its there..
I:Failed to load image from indeterminate013, error -1
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Including file: /twres/portrait.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/portrait.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page main
I:Loading page main2
I:Loading page install
I:Loading page flash_confirm
I:Loading page flash_zip
I:Loading page flash_done
I:Loading page flash_sleep_and_reboot
I:Loading page flashimage_confirm
I:Loading page clear_vars
I:Loading page reboot_system_routine
I:Loading page confirm_action
I:Loading page action_page
I:Loading page singleaction_page
I:Loading page action_complete
I:Loading page filecheck
I:Loading page rebootcheck
I:Loading page appcheck
I:Loading page wipe
I:Loading page advancedwipe
I:Loading page formatdata
I:Loading page formatdata_confirm
I:Loading page checkpartitionlist
I:Loading page partitionoptions
I:Loading page refreshfilesystem
I:Loading page selectfilesystem
I:Loading page backup
I:Loading page backup_options
I:Loading page backupname1
I:Loading page backupname2
I:Loading page backupencryption
I:Loading page backupencryption2
I:Loading page checkbackuppassword
I:Loading page backup_run
I:Loading page restore
I:Unable to open '/data/media/0/TWRP/BACKUPS/LGUSUeca79206'
I:Loading page restore_read
I:Loading page restore_decrypt
I:Loading page try_restore_decrypt
I:Loading page restore_select
I:Loading page renamebackup
I:Loading page restore_run
I:Loading page mount
I:Loading page usb_mount
I:Loading page usb_umount
I:Loading page system_readonly_check
I:Loading page reboot
I:Loading page rebootapp
I:Loading page system_readonly
I:Loading page settings
I:Loading page settings_timezone
I:Loading page settings_screen
I:Loading page settings_vibration
I:Loading page settings_language
I:Loading page copylog
I:Loading page advanced
I:Loading page partsdcardsel
I:Loading page partsdcardcheck
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page lock
I:Loading page filemanagerlist
I:Loading page filemanageroptions
I:Loading page choosedestinationfolder
I:Loading page filemanagerrenamefile
I:Loading page filemanagerrenamefolder
I:Loading page filemanagerchmod
I:Loading page filemanagerconfirm
I:Loading page filemanageraction
I:Loading page decrypt
I:Loading page decrypt_pattern
I:Loading page trydecrypt
I:Loading page terminalcommand
I:Loading page sideload
I:Loading page fixcontexts
I:Loading page installsu
I:Loading page slideout
I:Loading page select_storage
I:Loading page select_language
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
Renaming regular /file_contexts -> /file_contexts.bak
Moving /prebuilt_file_contexts -> /file_contexts
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
Got arguments from boot message
Startup Commands: '--show_text'
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.boot.console=ttyHSL0
ro.boot.selinux=permissive
ro.boot.baseband=msm
ro.boot.ddr_info=0x3b000206
ro.boot.ddr_size=3221225472
ro.boot.hardware=p1
ro.boot.bootdevice=f9824900.sdhci
ro.boot.dlcomplete=0
ro.omni.device=g4
ro.omni.version=8.0.0-20180329-g4-HOMEMADE
ro.twrp.boot=1
ro.twrp.version=3.2.1-PREVIEW-118_g4_O
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=msm8992
ro.build.id=OPR5.170623.011
ro.build.date=Thu 29 Mar 17:36:09 CEST 2018
ro.build.date.utc=1522337769
ro.build.host=sfxdevsrv-droid
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=jenkins
ro.build.flavor=omni_g4-eng
ro.build.display.id=omni_g4-eng 8.0.0 OPR5.170623.011 211 test-keys
ro.build.product=h815
ro.build.selinux=1
ro.build.version.sdk=26
ro.build.version.base_os=
ro.build.version.release=8.0.0
ro.build.version.codename=REL
ro.build.version.incremental=211
ro.build.version.preview_sdk=0
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2017-11-05
ro.build.characteristics=default
ro.device.unlockmode=UsU_unlocked
ro.kernel.android.checkjni=1
ro.secure=0
ro.treble.enabled=false
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.name=p1_global_com
ro.product.board=MSM8992
ro.product.model=LG-H815
ro.product.device=h815
ro.product.detection=success
ro.product.manufacturer=LGE
ro.baseband=msm
ro.bootmode=unknown
ro.hardware=p1
ro.hardware.keystore=msm8992
ro.revision=0
ro.bootimage.build.date=Thu 29 Mar 17:36:09 CEST 2018
ro.bootimage.build.date.utc=1522337769
ro.bootimage.build.fingerprint=lge/omni_g4/g4:8.0.0/OPR5.170623.011/211:eng/test-keys
ro.bootloader=unknown
ro.debuggable=1
ro.modversion=OmniROM-8.0.0-20180329-g4-HOMEMADE
ro.setupwizard.enterprise_mode=1
ro.property_service.version=2
init.svc.adbd=stopping
init.svc.tunesd=stopped
init.svc.ueventd=running
init.svc.recovery=running
init.svc.getadjust=running
init.svc.prepdecrypt=stopped
init.svc.set_permissive=stopped
init.svc.hwservicemanager=running
twrp.crash_counter=0
twrp.action_complete=0
crypto.ready=1
sys.usb.ffs.ready=1
sys.usb.config=mtp,adb
service.adb.root=1
ro.persistent_properties.ready=true
ro.boottime.adbd=2814455310
ro.boottime.init=2180
ro.boottime.init.selinux=77
ro.boottime.init.cold_boot_wait=372
ro.boottime.tunesd=2691646977
ro.boottime.ueventd=2309112133
ro.boottime.recovery=2811120623
ro.boottime.getadjust=2813404737
ro.boottime.prepdecrypt=2687101352
ro.boottime.set_permissive=2810596612
ro.boottime.hwservicemanager=3391802081
ro.boot.serialno=LGUSUeca79206
ro.serialno=LGUSUeca79206
hwservicemanager.ready=true
net.bt.name=Android
sys.usb.state=mtp,adb
sys.usb.controller=f9200000.dwc3
persist.sys.usb.config=mtp,adb
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.disable_rescue=true
debug.atrace.tags.enableflags=0
dalvik.vm.isa.arm.variant=cortex-a53.a57
dalvik.vm.isa.arm.features=default
dalvik.vm.isa.arm64.variant=generic
dalvik.vm.isa.arm64.features=default
dalvik.vm.lockprof.threshold=500
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.image-dex2oat-filter=verify-at-runtime
ro.config.ringtone=omni_ringtone1.ogg
ro.config.alarm_alert=omni_alarm1.ogg
ro.config.notification_sound=omni_notification1.ogg
I:Copying file /cache/recovery/log to /cache/recovery/last_log
tw_get_context got selinux context: ubject_r:media_rw_data_file:s0
I:Got default contexts and file mode for storage files.
I:Attempt to load settings from settings file...
I:InfoManager loading from '/data/media/0/TWRP/.twrps'.
I:Backup folder set to '/external_sd/TWRP/BACKUPS/LGUSUeca79206'
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 162
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:Translating partition display names
I:Backup folder set to '/external_sd/TWRP/BACKUPS/LGUSUeca79206'
I:Starting MTP
I:[MTP] Starting MTP
I:sending message to add 65537 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media/0'
I:sending message to add 65538 '/external_sd' 'Micro SD card'
I:Message sent, add storage ID: 65538 '/external_sd'
MTP Enabled
I:Check_Lifetime_Writes result: '152'
I:Switching packages (TWRP)
I:Starting Adb Backup FIFO
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:READTIME: 2015-01-01_00:00:19 - /data detected: >/dev/block/mmcblk0p50 /data ext4 rw 0 0<
I:READTIME: 2015-01-01_00:00:19 - skipping mount /data as it is already mounted
I:READTIME: 2015-01-01_00:00:20 - QCOM time based ROM!
I:READTIME: 2015-01-01_00:00:20 - if you feel this is an error you may have and unidentified custom ROM flavor installed!
I:READTIME: 2015-01-01_00:00:20 - Paste this line in the TWRP thread: flavor = xenonhd_h815-userdebug
E:READTIME: 2015-01-01_00:00:20 - We expected qcomtime ROM but proprietary qcom time files missing! Cannot set time!
E:READTIME: 2015-01-01_00:00:20 - /data/time/:
drwx------ 2 system system 4096 Jan 1 2015 .
drwxrwx--x 44 system system 4096 Jan 1 2015 ..
I:READTIME: 2015-01-01_00:00:20 - /sbin/readtimeprop.sh finished
I:[MTP] created new mtpserver object
I:[MTP] MtpServer::run fd: 16
I:[MTP] mtppipe add storage 65537 '/data/media/0'
I:[MTP] MtpStorage id: 65537 path: /data/media/0
I:[MTP] mtppipe add storage 65538 '/external_sd'
I:[MTP] MtpStorage id: 65538 path: /external_sd
I:Set page: 'advanced'
I:Set page: 'copylog'
I:Set page: 'action_page'
Iperation_start: 'Copy Log'
I:Copying file /tmp/recovery.log to /external_sd/recovery.log
Any progress?

Gmail and Google keep crashing.. (log posted)

My Gmail and Google apps keep crashing when I open them. This is a log of my Gmail crashing ... Can anyone shed light on what may be the culprit. Any help would be much appreciated. Thanks in advance.
--------- beginning of main
[ 06-21 10:46:40.631 11246:11246 W/InputEventReceiver ]
Attempted to finish an input event but the input event receiver has already been disposed.
--------- beginning of system
[ 06-21 10:46:40.631 11246:11246 W/ViewRootImpl[Term] ]
Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=244.63522, y[0]=-61.209595, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=338603, downTime=338586, deviceId=5, source=0x1002 }
[ 06-21 10:46:40.631 11246:11246 W/ViewRootImpl[Term] ]
Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=244.63522, y[0]=-61.209595, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=338612, downTime=338586, deviceId=5, source=0x1002 }
[ 06-21 10:46:40.631 11246:11246 W/InputEventReceiver ]
Attempted to finish an input event but the input event receiver has already been disposed.
[ 06-21 10:47:44.106 11246:11246 W/InputEventReceiver ]
Attempted to finish an input event but the input event receiver has already been disposed.
[ 06-21 10:47:47.222 11246:11246 W/InputEventReceiver ]
Attempted to finish an input event but the input event receiver has already been disposed.
[ 06-21 10:47:52.494 11246:11246 W/ActivityThread ]
handleWindowVisibility: no activity for token [email protected]
[ 06-21 10:48:22.695 11246:11246 W/InputEventReceiver ]
Attempted to finish an input event but the input event receiver has already been disposed.
[ 06-21 10:50:54.438 11246:11246 W/ActivityThread ]
handleWindowVisibility: no activity for token [email protected]
[ 06-21 10:52:00.998 11246:11246 W/ActivityThread ]
handleWindowVisibility: no activity for token [email protected]
[ 06-21 10:57:11.746 11246:11246 W/ActivityThread ]
handleWindowVisibility: no activity for token [email protected]
[ 06-21 10:58:44.919 13779:13779 W/sh ]
type=1400 audit(0.0:2900): avc: denied { read } for uid=10187 name="/" dev="rootfs" ino=2 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=ubject_r:rootfs:s0 tclass=dir permissive=0
SM210 said:
My Gmail and Google apps keep crashing when I open them. This is a log of my Gmail crashing ... Can anyone shed light on what may be the culprit. Any help would be much appreciated. Thanks in advance.
--------- beginning of main
[ 06-21 10:46:40.631 11246:11246 W/InputEventReceiver ]
Attempted to finish an input event but the input event receiver has already been disposed.
--------- beginning of system
[ 06-21 10:46:40.631 11246:11246 W/ViewRootImpl[Term] ]
Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=244.63522, y[0]=-61.209595, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=338603, downTime=338586, deviceId=5, source=0x1002 }
[ 06-21 10:46:40.631 11246:11246 W/ViewRootImpl[Term] ]
Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=244.63522, y[0]=-61.209595, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=338612, downTime=338586, deviceId=5, source=0x1002 }
[ 06-21 10:46:40.631 11246:11246 W/InputEventReceiver ]
Attempted to finish an input event but the input event receiver has already been disposed.
[ 06-21 10:47:44.106 11246:11246 W/InputEventReceiver ]
Attempted to finish an input event but the input event receiver has already been disposed.
[ 06-21 10:47:47.222 11246:11246 W/InputEventReceiver ]
Attempted to finish an input event but the input event receiver has already been disposed.
[ 06-21 10:47:52.494 11246:11246 W/ActivityThread ]
handleWindowVisibility: no activity for token [email protected]
[ 06-21 10:48:22.695 11246:11246 W/InputEventReceiver ]
Attempted to finish an input event but the input event receiver has already been disposed.
[ 06-21 10:50:54.438 11246:11246 W/ActivityThread ]
handleWindowVisibility: no activity for token [email protected]
[ 06-21 10:52:00.998 11246:11246 W/ActivityThread ]
handleWindowVisibility: no activity for token [email protected]
[ 06-21 10:57:11.746 11246:11246 W/ActivityThread ]
handleWindowVisibility: no activity for token [email protected]
[ 06-21 10:58:44.919 13779:13779 W/sh ]
type=1400 audit(0.0:2900): avc: denied { read } for uid=10187 name="/" dev="rootfs" ino=2 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=ubject_r:rootfs:s0 tclass=dir permissive=0
Click to expand...
Click to collapse
Seems like you're being locked out because of root and safety net. There's an avc message in there. There should be a Magisk module that handles that. If you already have it, and it's enabled, then rerun the logs but filter for errors this time. Right now your logs are only showing warnings, which doesn't fully explain the problem. I think the module for that is Magisk Hide Props.
Installed magisk module passed on both as shown. Here's a long log of Gmail failing to open.
https://drive.google.com/file/d/14bgsOzmCuVhqAkBHbEYmvjgWkd0knkSh/view?usp=drivesdk
Sent from my jeter using XDA Labs
SM210 said:
Installed magisk module passed on both as shown. Here's a long log of Gmail failing to open.
https://drive.google.com/file/d/14bgsOzmCuVhqAkBHbEYmvjgWkd0knkSh/view?usp=drivesdk
Sent from my jeter using XDA Labs
Click to expand...
Click to collapse
The font appears to be from a custom ROM. Are you running a GSI? Kinda looks like AOSiP. I'm checking out the logs now.
Spaceminer said:
The font appears to be from a custom ROM. Are you running a GSI? Kinda looks like AOSiP. I'm checking out the logs now.
Click to expand...
Click to collapse
Magisk module font on stock pie with a substratum theme but Gmail theme isn't applied and even before I began to use custom fonts and substratum I had this issue...
Sent from my jeter using XDA Labs
SM210 said:
Magisk module font on stock pie with a substratum theme but Gmail theme isn't applied and even before I began to use custom fonts and substratum I had this issue...
Sent from my jeter using XDA Labs
Click to expand...
Click to collapse
That rules out some things. Are you using adoptable storage?
Spaceminer said:
That rules out some things. Are you using adoptable storage?
Click to expand...
Click to collapse
No. I'm getting error 2 in twrp when I try and install any system.img in recovery. This is new. I hadn't messed with gsi in a few days till now. First gsi that wouldn't install that used to but never booted was Q preview. Think it has anything to do with that?
Sent from my jeter using XDA Labs
Now I can restore a gsi fine but won't flash one. Fails every time. Error 2. Wierd...
Sent from my jeter using XDA Labs
Want me to grab a recovery log? Of failed flash?
Gmail and Google search apps are the only apps that won't open. If they do they only open for a few seconds then they close as if I hit my back key.
Edit added: And this issue doesn't happen on a restore nandroid gsi. The Gmail and Google app only close on their own on stock pie.
Sent from my jeter using XDA Labs
And now my my boost app is doing same thing. It attempts to open then closes immediately.
Sent from my jeter using XDA Labs
SM210 said:
Want me to grab a recovery log? Of failed flash?
Gmail and Google search apps are the only apps that won't open. If they do they only open for a few seconds then they close as if I hit my back key.
Edit added: And this issue doesn't happen on a restore nandroid gsi. The Gmail and Google app only close on their own on stock pie.
Sent from my jeter using XDA Labs
Click to expand...
Click to collapse
Android Q will never flash on our device unless someone ports 64bit. Google is dropping 32bit entirely. That's normal. It shouldn't install without a 64bit twrp, which we don't have. I'm working on it actually. All GSIs must be arm32 A only.
The logs are saying Nova launcher has a conflict with Gmail. They're fighting each other to draw on the screen. Have you tried switching to the stock launcher, and then opening Gmail?
Spaceminer said:
Android Q will never flash on our device unless someone ports 64bit. Google is dropping 32bit entirely. That's normal. It shouldn't install without a 64bit twrp, which we don't have. I'm working on it actually. All GSIs must be arm32 A only.
The logs are saying Nova launcher has a conflict with Gmail. They're fighting each other to draw on the screen. Have you tried switching to the stock launcher, and then opening Gmail?
Click to expand...
Click to collapse
Still same. I just started using Nova recently again. Problem occurred before that even. I appreciate your help!!! I factory reset and still happens. Ugh.
Sent from my jeter using XDA Labs
Spaceminer said:
Android Q will never flash on our device unless someone ports 64bit. Google is dropping 32bit entirely. That's normal. It shouldn't install without a 64bit twrp, which we don't have. I'm working on it actually. All GSIs must be arm32 A only.
The logs are saying Nova launcher has a conflict with Gmail. They're fighting each other to draw on the screen. Have you tried switching to the stock launcher, and then opening Gmail?
Click to expand...
Click to collapse
Recovery log trying to install havoc gsi
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
Starting TWRP 3.2.3-0-16badcea on Tue Mar 10 15:40:22 1970
(pid 364)
BOARD_HAS_NO_REAL_SDCARD := true
RECOVERY_SDCARD_ON_DATA := true
I:Lun file '/sys/class/android_usb/android0/f_mass_storage/lun0/file' does not exist, USB storage mode disabled
TW_INCLUDE_CRYPTO := true
I:Find_File: Error opening '/sys/class/backlight'
I:Found brightness file at '/sys/class/leds/lcd-backlight/brightness'
I:Got max brightness 255 from '/sys/class/leds/lcd-backlight/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:LANG: en
Starting the UI...
setting DRM_FORMAT_RGB565 and GGL_PIXEL_FORMAT_RGB_565
Skipping drm graphics -- not present in build tree
fb0 reports (possibly inaccurate):
vi.bits_per_pixel = 32
vi.red.offset = 0 .length = 8
vi.green.offset = 8 .length = 8
vi.blue.offset = 16 .length = 8
setting GGL_PIXEL_FORMAT_RGBA_8888
double buffered
framebuffer: 0 (720 x 1440)
Using fbdev graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:Loading package: splash (/twres/splash.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/splash.xml' directly
I:Checking resolution...
I:Scaling theme width 0.666667x and height 0.750000x, offsets x: 0 y: 0 w: 0 h: 0
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page splash
I:Switching packages (splash)
I:Blacklisting input device: hbtp_vm
=> Linking mtab
=> Processing /etc/recovery.fstab
I:Reading /etc/recovery.fstab
Irocessing '/boot'
Irocessing '/data'
Irocessing '/system'
Irocessing '/cache'
Irocessing '/misc'
Irocessing '/recovery'
Irocessing '/persist'
Irocessing '/vendor'
I:Created '/vendor' folder.
Irocessing '/oem'
I:Created '/oem' folder.
Irocessing '/modem'
I:Created '/modem' folder.
Irocessing '/dsp'
I:Created '/dsp' folder.
Irocessing '/external_sd'
I:Created '/external_sd' folder.
Irocessing '/usb_otg'
I:Created '/usb_otg' folder.
Irocessing '/system_image'
Irocessing '/vendor_image'
Ione processing fstab files
I:Setting up '/data' as data/media emulated storage.
I:Created '/sdcard' folder.
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:Setting up '/data' as data/media emulated storage.
I:mount -o bind '/data/media' '/sdcard' process ended with RC=0
I:mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/ZY323W5NQP'
I:Settings storage is '/data/media/0'
Iecrypt adopted storage starting
IageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:successfully loaded storage.xml
Updating partition details...
Iata backup size is 3818MB, free: 6000MB.
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Unmounting main partitions...
Partition Logs:
/boot | /dev/block/mmcblk0p37 | Size: 16MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p37
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
/data | /dev/block/mmcblk0p56 | Size: 10955MB Used: 3818MB Free: 6000MB Backup Size: 3818MB
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/mmcblk0p56
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media/0
Current_File_System: f2fs
Fstab_File_System: f2fs
Backup_Method: files
MTP_Storage_ID: 65537
/system | /dev/block/mmcblk0p55 | Size: 2324MB Used: 2023MB Free: 301MB Backup Size: 2023MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_Available_in_GUI IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/mmcblk0p55
Display_Name: System
Storage_Name: System
Backup_Path: /system
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/cache | /dev/block/mmcblk0p54 | 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/mmcblk0p54
Display_Name: Cache
Storage_Name: Cache
Backup_Path: /cache
Backup_Name: cache
Backup_Display_Name: Cache
Storage_Path: /cache
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/misc | /dev/block/mmcblk0p39 | Size: 1MB
Flags: IsPresent
Primary_Block_Device: /dev/block/mmcblk0p39
Display_Name: Misc
Storage_Name: Misc
Backup_Path: /misc
Backup_Name: misc
Backup_Display_Name: Misc
Storage_Path: /misc
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/recovery | /dev/block/mmcblk0p38 | Size: 18MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Primary_Block_Device: /dev/block/mmcblk0p38
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
/persist | /dev/block/mmcblk0p30 | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p30
Display_Name: Persist
Storage_Name: Persist
Backup_Path: /persist
Backup_Name: persist
Backup_Display_Name: Persist
Storage_Path: /persist
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/vendor | /dev/block/mmcblk0p53 | Size: 387MB Used: 252MB Free: 134MB Backup Size: 252MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/mmcblk0p53
Display_Name: Vendor
Storage_Name: Vendor
Backup_Path: /vendor
Backup_Name: vendor
Backup_Display_Name: Vendor
Storage_Path: /vendor
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/oem | /dev/block/mmcblk0p52 | Size: 598MB Used: 197MB Free: 401MB Backup Size: 197MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p52
Display_Name: oem
Storage_Name: oem
Backup_Path: /oem
Backup_Name: oem
Backup_Display_Name: oem
Storage_Path: /oem
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/modem | /dev/block/mmcblk0p19 | Size: 96MB Used: 65MB Free: 31MB Backup Size: 65MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/mmcblk0p19
Display_Name: Modem
Storage_Name: Modem
Backup_Path: /modem
Backup_Name: modem
Backup_Display_Name: Modem
Storage_Path: /modem
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/dsp | /dev/block/mmcblk0p22 | Size: 11MB Used: 8MB Free: 3MB Backup Size: 8MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/mmcblk0p22
Display_Name: dsp
Storage_Name: dsp
Backup_Path: /dsp
Backup_Name: dsp
Backup_Display_Name: dsp
Storage_Path: /dsp
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/external_sd | /dev/block/mmcblk1p1 | Size: 121911MB Used: 26348MB Free: 95562MB Backup Size: 26348MB
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
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
/system_image | /dev/block/mmcblk0p55 | Size: 2400MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
Primary_Block_Device: /dev/block/mmcblk0p55
Display_Name: System Image
Storage_Name: system_image
Backup_Path: /system_image
Backup_Name: system_image
Backup_Display_Name: System Image
Storage_Path: /system_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/vendor_image | /dev/block/mmcblk0p53 | Size: 400MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
Primary_Block_Device: /dev/block/mmcblk0p53
Display_Name: Vendor Image
Storage_Name: vendor_image
Backup_Path: /vendor_image
Backup_Name: vendor_image
Backup_Display_Name: Vendor Image
Storage_Path: /vendor_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
I:Loading package: TWRP (/data/media/0/TWRP/theme/ui.zip)
I:Loading zip theme
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_PT.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/el.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/cz.xml' directly
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
IageManager::LoadFileToBuffer loading filename: '/twres/ui.xml' directly
I:Checking resolution...
I:Scaling theme width 0.666667x and height 0.750000x, offsets x: 0 y: 0 w: 0 h: 0
I:Loading resources...
I:Failed to load image from indeterminate013, error -1
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Including file: /twres/portrait.xml...
IageManager::LoadFileToBuffer loading filename: '/twres/portrait.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page main
I:Loading page main2
I:Loading page install
I:Loading page flash_confirm
I:Loading page flash_zip
I:Loading page flash_done
I:Loading page flash_sleep_and_reboot
I:Loading page flashimage_confirm
I:Loading page clear_vars
I:Loading page reboot_system_routine
I:Loading page confirm_action
I:Loading page action_page
I:Loading page singleaction_page
I:Loading page action_complete
I:Loading page filecheck
I:Loading page rebootcheck
I:Loading page appcheck
I:Loading page wipe
I:Loading page advancedwipe
I:Loading page formatdata
I:Loading page formatdata_confirm
I:Loading page checkpartitionlist
I:Loading page partitionoptions
I:Loading page refreshfilesystem
I:Loading page selectfilesystem
I:Loading page backup
I:Loading page backup_options
I:Loading page backupname1
I:Loading page backupname2
I:Loading page backupencryption
I:Loading page backupencryption2
I:Loading page checkbackuppassword
I:Loading page backup_run
I:Loading page restore
I:Unable to open '/data/media/0/TWRP/BACKUPS/ZY323W5NQP'
I:Loading page restore_read
I:Loading page restore_decrypt
I:Loading page try_restore_decrypt
I:Loading page restore_select
I:Loading page renamebackup
I:Loading page restore_run
I:Loading page mount
I:Loading page usb_mount
I:Loading page usb_umount
I:Loading page system_readonly_check
I:Loading page reboot
I:Loading page rebootapp
I:Loading page system_readonly
I:Loading page settings
I:Loading page settings_timezone
I:Loading page settings_screen
I:Loading page settings_vibration
I:Loading page settings_language
I:Loading page copylog
I:Loading page advanced
I:Loading page partsdcardsel
I:Loading page partsdcardcheck
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page lock
I:Loading page filemanagerlist
I:Loading page filemanageroptions
I:Loading page choosedestinationfolder
I:Loading page filemanagerrenamefile
I:Loading page filemanagerrenamefolder
I:Loading page filemanagerchmod
I:Loading page filemanagerconfirm
I:Loading page filemanageraction
I:Loading page decrypt
I:Loading page decrypt_pattern
I:Loading page trydecrypt
I:Loading page terminalcommand
I:Loading page sideload
I:Loading page fixcontexts
I:Loading page slideout
I:Loading page select_storage
I:Loading page select_language
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
Startup Commands:
ro.com.android.dateformat=MM-dd-yyyy
ro.boot.cid=0x32
ro.boot.uid=0B783F6F00000000000000000000
ro.boot.emmc=true
ro.boot.mode=normal
ro.boot.hwrev=0x8400
ro.boot.radio=NA
ro.boot.device=jeter
ro.boot.fsg-id=
ro.boot.carrier=sprint
ro.boot.dualsim=false
ro.boot.selinux=permissive
ro.boot.baseband=msm
ro.boot.bl_state=2
ro.boot.hardware=qcom
ro.boot.hardware.sku=XT1922-7
ro.boot.revision=P4
ro.boot.serialno=ZY323W5NQP
ro.boot.ssm_data=0000000004038881
ro.boot.btmacaddr=90:73:5A:ED:B0:57
ro.boot.bootdevice=7824900.sdhci
ro.boot.bootloader=0xB830
ro.boot.bootreason=reboot
ro.boot.veritymode=enforcing
ro.boot.wifimacaddr=90:73:5A:ED:B0:58,90:73:5A:ED:B0:59
ro.boot.write_protect=0
ro.boot.poweroff_alarm=0
ro.boot.powerup_reason=0x00004000
ro.boot.secure_hardware=1
ro.boot.verifiedbootstate=orange
ro.omni.device=jeter
ro.twrp.boot=1
ro.twrp.version=3.2.3-0
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=msm8937
ro.build.id=LYZ28N
ro.build.date=Tue Dec 4 20:35:01 EST 2018
ro.build.date.utc=0
ro.build.host=minty-POS
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=skullkid
ro.build.flavor=omni_jeter-eng
ro.build.display.id=omni_jeter-eng 5.1.1 LYZ28N eng.skullkid.20181204.203417 test-keys
ro.build.product=jeter
ro.build.version.sdk=22
ro.build.version.base_os=
ro.build.version.release=5.1.1
ro.build.version.codename=REL
ro.build.version.incremental=eng.skullkid.20181204.203417
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2015-11-01
ro.build.description=omni_jeter-eng 5.1.1 LYZ28N eng.skullkid.20181204.203417 test-keys
ro.build.fingerprint=motorola/omni_jeter/jeter:5.1.1/LYZ28N/skullkid12042034: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_jeter
ro.product.board=jeter
ro.product.brand=motorola
ro.product.model=moto g(6) play
ro.product.device=jeter
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=motorola
ro.baseband=msm
ro.bootmode=normal
ro.hardware=qcom
ro.revision=33792
ro.serialno=ZY323W5NQP
ro.bootloader=0xB830
ro.debuggable=1
ro.factorytest=0
net.bt.name=Android
net.change=net.bt.name
init.svc.adbd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.ldconfigtxt=stopped
init.svc.set_permissive=stopped
twrp.crash_counter=0
twrp.action_complete=0
dalvik.vm.isa.arm.features=default
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.dex2oat-filter=interpret-only
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
dalvik.vm.image-dex2oat-filter=verify-none
persist.sys.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart.so
service.adb.root=1
I:Copying file /cache/recovery/log to /cache/recovery/last_log
tw_get_context got selinux context: ubject_r:media_rw_data_file:s0
I:Got default contexts and file mode for storage files.
I:Attempt to load settings from settings file...
I:InfoManager loading from '/data/media/0/TWRP/.twrps'.
I:Backup folder set to '/external_sd/TWRP/BACKUPS/ZY323W5NQP'
IataManager::SetBackupFolder zip path was /sdcard/Download changing to /external_sd, /sdcard
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'vfat'
__bionic_open_tzdata: couldn't find any tzdata when looking for CST6CDT,M3.2.0,M11.1.0!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
I:TWFunc::Set_Brightness: Setting brightness control to 255
IageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:Translating partition display names
I:Backup folder set to '/external_sd/TWRP/BACKUPS/ZY323W5NQP'
I:TWFunc::Fixup_Time: Pre-fix date and time: 1970-03-10--10-40-34
I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch
I:TWFunc::Fixup_Time: will attempt to use the ats files now.
I:TWFunc::Fixup_Time: no ats files found, leaving untouched!
I:Starting MTP
I:[MTP] Starting MTP
I:sending message to add 65537 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65537 '/data/media/0'
I:sending message to add 65538 '/external_sd' 'Micro SD card'
I:Message sent, add storage ID: 65538 '/external_sd'
MTP Enabled
I:Check_Lifetime_Writes result: '2110992'
I:Switching packages (TWRP)
I:Starting Adb Backup FIFO
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:[MTP] created new mtpserver object
I:[MTP] MtpServer::run fd: 20
I:[MTP] mtppipe add storage 65537 '/data/media/0'
I:[MTP] MtpStorage id: 65537 path: /data/media/0
I:[MTP] mtppipe add storage 65538 '/external_sd'
I:[MTP] MtpStorage id: 65538 path: /external_sd
I:Set page: 'mount'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'settings'
I:Set page: 'settings_timezone'
I:Set page: 'settings_screen'
I:TWFunc::Set_Brightness: Setting brightness control to 53
I:TWFunc::Set_Brightness: Setting brightness control to 43
I:Set page: 'settings_vibration'
I:Set page: 'settings'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set page: 'install'
I:Set page: 'flashimage_confirm'
I:Set page: 'action_page'
Iperation_start: 'Flash Image'
[IMAGE FLASH STARTED]
Image to flash: '/external_sd/havoc/Havoc-OS-v2.6-20190612-phhgsi_arm_a-Official.img'
Calculating restore details...
I:Image filename is: Havoc-OS-v2.6-20190612-phhgsi_arm_a-Official.img
Flashing System Image...
I:Flash command: 'simg2img '/external_sd/havoc/Havoc-OS-v2.6-20190612-phhgsi_arm_a-Official.img' '/dev/block/mmcblk0p55''
Failed to read sparse file
simg2img '/external_sd/havoc/Havoc-OS-v2.6-20190612-phhgsi_arm_a-Official.img' '/dev/block/mmcblk0p55' process ended with ERROR: 255
[IMAGE FLASH COMPLETED]
I:Set page: 'action_complete'
Iperation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'flashimage_confirm'
I:Set page: 'clear_vars'
I:Set page: 'install'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'wipe'
I:Set page: 'advancedwipe'
I:Set page: 'action_page'
Iperation_start: 'Format'
I:wipe list 'DALVIK;/data;/system;/cache;'
I:wipe_path 'DALVIK'
Wiping Dalvik Cache Directories...
Cleaned: /data/dalvik-cache...
-- Dalvik Cache Directories Wipe Complete!
I:wipe_path '/data'
Wiping data without wiping /data/media ...
I:skipped '/data/media'
I:skipped '/data/misc/vold'
I:skipped '/data/system/storage.xml'
I:skipped '/data/lost+found'
I:skipped '/data/.layout_version'
Done.
I:sending message to add 65537 '/data/media/0' 'Internal Storage'
I:[MTP] mtppipe add storage 65537 '/data/media/0'
I:[MTP] MtpStorage id: 65537 path: /data/media/0
E:[MTP] MtpServer::addStorage Storage for storage ID 65537 already exists.
I:Message sent, add storage ID: 65537 '/data/media/0'
I:wipe_path '/system'
Formatting System using make_ext4fs...
Creating filesystem with parameters:
Size: 2516582400
Block size: 4096
Blocks per group: 32768
Inodes per group: 8096
Inode size: 256
Journal blocks: 9600
Label:
Blocks: 614400
Block groups: 19
Reserved block group size: 151
Created filesystem with 11/153824 inodes and 20173/614400 blocks
warning: wipe_block_device: Wipe via secure discard suppressed due to bug in EMMC firmware
I:wipe_path '/cache'
Formatting Cache using make_ext4fs...
Creating filesystem with parameters:
Size: 268435456
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 65536
Block groups: 2
Reserved block group size: 15
Created filesystem with 11/16384 inodes and 2089/65536 blocks
warning: wipe_block_device: Wipe via secure discard suppressed due to bug in EMMC firmware
I:Recreating /cache/recovery folder.
I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
I:Version number saved to '/cache/recovery/.version'
Updating partition details...
Iata backup size is 0MB, free: 10054MB.
I:Unable to mount '/usb_otg'
I:Actual block device: '', current file system: 'vfat'
...done
I:Set page: 'action_complete'
Iperation_end - status=0
I:Set page: 'clear_vars'
I:Set page: 'advancedwipe'
I:Set page: 'wipe'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'install'
I:Set page: 'install'
I:Set page: 'flashimage_confirm'
I:Set page: 'action_page'
Iperation_start: 'Flash Image'
[IMAGE FLASH STARTED]
Image to flash: '/external_sd/GSI's/Havoc-OS-v2.6-20190612-phhgsi_arm_a-Official.img'
Calculating restore details...
I:Image filename is: Havoc-OS-v2.6-20190612-phhgsi_arm_a-Official.img
Flashing System Image...
I:Flash command: 'simg2img '/external_sd/GSI's/Havoc-OS-v2.6-20190612-phhgsi_arm_a-Official.img' '/dev/block/mmcblk0p55''
sh: syntax error: unterminated quoted string
simg2img '/external_sd/GSI's/Havoc-OS-v2.6-20190612-phhgsi_arm_a-Official.img' '/dev/block/mmcblk0p55' process ended with ERROR: 2
[IMAGE FLASH COMPLETED]
I:Set page: 'action_complete'
Iperation_end - status=0
Screenshot was saved to /external_sd/Pictures/Screenshots/Screenshot_1970-03-10-10-42-10.png
I:Set page: 'clear_vars'
I:Set page: 'flashimage_confirm'
I:Set page: 'clear_vars'
I:Set page: 'install'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'copylog'
I:Set page: 'action_page'
Iperation_start: 'Copy Log'
I:Copying file /tmp/recovery.log to /external_sd/recovery.log
Sent from my jeter using XDA Labs
Kernel log
https://drive.google.com/file/d/1tIT4_Z3E5epmINolyCrjYO4gcfT3LnTp/view?usp=drivesdk
Sent from my jeter using XDA Labs
SM210 said:
Kernel log
https://drive.google.com/file/d/1tIT4_Z3E5epmINolyCrjYO4gcfT3LnTp/view?usp=drivesdk
Sent from my jeter using XDA Labs
Click to expand...
Click to collapse
Does twrp say "No OS installed" ? Because that's normal. It always says that. Reboot anyways, it'll work. I just flashed the exact same build and it booted up without any issues. It took a few min to boot, but that's a HavokOS problem, not a twrp problem.
Spaceminer said:
Does twrp say "No OS installed" ? Because that's normal. It always says that. Reboot anyways, it'll work. I just flashed the exact same build and it booted up without any issues. It took a few min to boot, but that's a HavokOS problem, not a twrp problem.
Click to expand...
Click to collapse
No it throws errors 2 and 255 in red letters and no system inage flashes. And they flahsed fine a few days ago.
Sent from my jeter using XDA Labs
.
Sent from my jeter using XDA Labs
SM210 said:
.
Sent from my jeter using XDA Labs
Click to expand...
Click to collapse
That's not my twrp. Mine are both green. Use mine and you won't have any problems. Use my 16gb version even if your device is the 32gb variant.
Spaceminer said:
That's not my twrp. Mine are both green. Use mine and you won't have any problems. Use my 16gb version even if your device is the 32gb variant.
Click to expand...
Click to collapse
I was on your twrp until about an hour ago. I've formatted my phone swapped my sandisk sdcard for my Samsung Evo card formatted it, did a fresh backup, downloaded HAVOC again extracted it and I'm gonna install now. I'll get logs. Again I appreciate your help!!! ?
Sent from my jeter using XDA Labs
I believe the gsi not flashing was something with my sdcard.
I wiped internal storage, data, system, cache, delvik cache, formatted data, swapped SanDisk for my Samsung Evo sdcard formatted it to portable storage and gsi installed fine. :cyclops:
Now to see if Gmail issue still exists.... I bet issues are seperate but I hope not. Gmail and Google crashed only occur on stock pie and not gsi... Ugh. Let me see and I'll post another log of Gmail and Google app closing soon as I attempt to open them.
Note: I've already done the whole wipe data on app, force stop, reboot and all on these apps and didn't fix the issue.
Sent from my karnak using XDA Labs

[ROM][OFFICIAL] Omnirom for zenfone7/7pro [Android-13.0]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What is Omnirom ?
Selinux Status:
Enforcing
Instructions :
Follow this Steps by steps
You need to be lastest firmware on both slots Please.
How to have lastest FW on both slots:
Reboot twrp
Flash stock + twrp on opposite reboot recovery do the same and reboot system.
* Remove all Security pwd/pin/pattern on you current Rom
* Download the ROM (Gapps or MICROG ) + TWRP + keep twrp after ota (optional, see TWRP thread)
************************************************************
For the first install.
************************************************************
- reboot to recovery (TWRP)
- flash the ROM
- flash #keep_twrp_after_ota
- wipe userdata ( by typing yes) make an save before, you will loose all your data
- reboot system
- profite
************************************************************
Update Rom
************************************************************
- Wait OTA every Sunday
if u did something else. we dont need/wanna know about it in the thread
Device Maintainers
@micky387
What's not working ?
Smartkey didn't work for the moment...
XDA: DevDB Information
Omnirom, ROM for the zenfone7 zenfone7pro, Omnirom zenfone7 / zenfone7pro
ROM OS Version: Android 13.0
ROM Kernel: Linux 4.x
Download:
TWRP
MicroG Build
Gapps Build
Telegram Group:
What's our MicroG version ?
Zenfone7/Pro Telegram Chat
Official OmniROM Community
Source Code
Omnirom
Omnirom gerrit
XDA:DevDB Information
Omnirom for zenfone7, ROM for the ASUS zenfone7, Rom Asuszenfone7
Credits:
@TeLow for debuging and testing
Contributors
micky387
ROM OS Version: Android 13.0
ROM Kernel: Linux 4.x
ROM Firmware Required: Lastest on both slots
Version Information
Status: Stable
Created 2020-12-15
Last Updated 2022-11-16
Changelog 12-22:
- Move ROM from Microg to Gapps.
- Fix data network
- Fix offscreen gestures
- Fix double tab to wake and swipeup unlock
remove several AOSP/CAF app :
* Stock gallerry ( keep only Asus one)
* Calendar
* Calculator
* Deskclock
* OmniChromium
* Phonograph
We can download your app from PlayStore or it include our Omnistore with this app.
Hi guys, Rom updated
If you have issue with this realese, go to TWRP and wipe factury reset is needed.
Sorry i change Microg build for GAPPS, it fix data network..
Subscribed.
1. How do you know if you have the latest firmware on both slots, and how do you update the slot that's not up to date?
2. Where can I download keep_twrp_after_ota?
dan_man555 said:
1. How do you know if you have the latest firmware on both slots, and how do you update the slot that's not up to date?
2. Where can I download keep_twrp_after_ota?
Click to expand...
Click to collapse
It's all in OP
good rom, using for 4 days, everything seems to be just fine. thanks!
Any plans on keeping this updated ?
Thanks for the ROM ! I will give a try asap
0xFALL said:
Any plans on keeping this updated ?
Click to expand...
Click to collapse
Done.
New official support is available now with A11
Good Sunday guys
Hope the just launched Zenfone 8/8 pro are also given the same love.
LeDiable said:
Hope the just launched Zenfone 8/8 pro are also given the same love.
Click to expand...
Click to collapse
yep, zf8 coming soon
Can this ROM run ASUS camera application?This is very important for me to use my mobile phone
Hello all,
Thank you very much for this ROM. Unfortunately I can't flash it on my ZenFone 7. The error message says
Error applying update: 7 (ErrorCode::kInstallDeviceOpenError)
I have followed these steps:
First I downloaded the ROM
wget https://dl.omnirom.org/zenfone7/omni-11-20210606-zenfone7-MICROG.zip.md5sum https://dl.omnirom.org/zenfone7/omni-11-20210606-zenfone7-MICROG.zip
Then verified it
md5sum -c omni-11-20210606-zenfone7-MICROG.zip.md5sum
omni-11-20210606-zenfone7-MICROG.zip: OK
On my phone I rebooted into TWRP 3.5.2_10-0 and started the ADB Sideload in the Advanced tab. Before that, I connected the device to my computer with a USB cable.
After that I tried to flash the ROM
adb sideload omni-11-20210606-zenfone7-MICROG.zip
serving: '/home/amperus/Downloads/i002d/omnirom/omni-11-20210606-zenfone7-MICROG.zip' (~0%) adb: failed to read command: Success
The updater process ends with 1 error.
Please have a look at the attached recovery.log file.
I also copied the ROM to /sdcard/Download and tried to flash it using TWPR's Install option. However, the results were the same.
Any feedback is greatly appreciated.
Best regards
Amperus
Spoiler: recovery.log
Code:
Starting TWRP 3.5.2_10-0-e432fb02 on Fri Jul 3 09:04:40 1970
(pid 578)
I:Lun file '/config/usb_gadget/g1/functions/mass_storage.0/lun.0/file'
PRODUCT_USE_DYNAMIC_PARTITIONS := true
TW_INCLUDE_CRYPTO := true
I:TW_BRIGHTNESS_PATH := /sys/class/backlight/panel0-backlight/brightness
I:Found brightness file at '/sys/class/backlight/panel0-backlight/brightness'
I:Got max brightness 1023 from '/sys/class/backlight/panel0-backlight/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 420
I:TW_EXCLUDE_ENCRYPTED_BACKUPS := true
I:LANG: en
I:AB_OTA_UPDATER := true
Starting the UI...
Skipping adf graphics -- not present in build tree
setting DRM_FORMAT_ARGB8888 and GGL_PIXEL_FORMAT_RGBA_8888
setting DRM_FORMAT_ARGB8888 and GGL_PIXEL_FORMAT_RGBA_8888
Using drm graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 420
I:Loading package: splash (/twres/splash.xml)
I:Load XML directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/splash.xml' directly
I:Checking resolution...
I:Scaling theme width 1.000000x and height 1.250000x, offsets x: 0 y: 0 w: 0 h: 0
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page splash
I:Switching packages (splash)
I:Loading package: TWRP (/TWRP/theme/ui.zip)
I:Loading zip theme
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_TW.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CN.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_PT.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ja.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/el.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/cz.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:PageManager::LoadFileToBuffer loading filename: '/twres/ui.xml' directly
I:Checking resolution...
I:Scaling theme width 1.000000x and height 1.250000x, offsets x: 0 y: 0 w: 0 h: 0
I:Loading resources...
I:Failed to load image from indeterminate013, error -1
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Including file: /twres/portrait.xml...
I:PageManager::LoadFileToBuffer loading filename: '/twres/portrait.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page main
I:Loading page main2
I:Loading page install
I:Loading page flash_confirm
I:Loading page flash_zip
I:Loading page flash_done
I:Loading page flash_sleep_and_reboot
I:Loading page flashimage_confirm
I:Loading page clear_vars
I:Loading page reboot_system_routine
I:Loading page confirm_action
I:Loading page action_page
I:Loading page singleaction_page
I:Loading page action_complete
I:Loading page filecheck
I:Loading page rebootcheck
I:Loading page wipe
I:Loading page advancedwipe
I:Loading page formatdata
I:Loading page formatdata_confirm
I:Loading page checkpartitionlist
I:Loading page partitionoptions
I:Loading page refreshfilesystem
I:Loading page selectfilesystem
I:Loading page backup
I:Loading page multiuser_warning
I:Loading page backup_options
I:Loading page backupname1
I:Loading page backupname2
I:Loading page backupencryption
I:Loading page backupencryption2
I:Loading page checkbackuppassword
I:Loading page backup_run
I:Loading page restore
I:Unable to open '//TWRP/BACKUPS/L8AIB761A89173M'
I:Loading page restore_read
I:Loading page restore_decrypt
I:Loading page try_restore_decrypt
I:Loading page restore_select
I:Loading page renamebackup
I:Loading page restore_run
I:Loading page mount
I:Loading page usb_mount
I:Loading page usb_umount
I:Loading page system_readonly_check
I:Loading page fastbootreboot
I:Loading page reboot
I:Loading page reboot2
I:Loading page installapp
I:Loading page system_readonly
I:Loading page settings
I:Loading page settings_timezone
I:Loading page settings_screen
I:Loading page settings_vibration
I:Loading page settings_language
I:Loading page copylog
I:Loading page advanced
I:Loading page partsdcardsel
I:Loading page partsdcardcheck
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page repackselect
I:Loading page repackconfirm
I:Loading page lock
I:Loading page filemanagerlist
I:Loading page filemanageroptions
I:Loading page choosedestinationfolder
I:Loading page filemanagerrenamefile
I:Loading page filemanagerrenamefolder
I:Loading page filemanagerchmod
I:Loading page filemanagerconfirm
I:Loading page filemanageraction
I:Loading page decrypt
I:Loading page decrypt_pattern
I:Loading page trydecrypt
I:Loading page canceldecrypt
I:Loading page terminalcommand
I:Loading page fastboot
I:Loading page sideload
I:Loading page fixcontexts
I:Loading page slideout
I:Loading page select_storage
I:Loading page select_language
I:Loading page decrypt_users
I:Loading page changeTwrpFolder
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
boot command: bootonce-bootloader
I:Startup Commands:
ro.boot.bootreason=reboot
ro.boottime.qti.vibrator-1-2=3719641404
ro.boottime.adbd=3719984112
ro.boottime.init=1413
ro.boottime.init.selinux=32
ro.boottime.init.cold_boot_wait=120
ro.boottime.logd=3708411404
ro.boottime.ashmemd=3719303956
ro.boottime.ueventd=3482851925
ro.boottime.recovery=3718809477
ro.boottime.boot-hal-1-0=3718161820
ro.boottime.device_check=3720341300
ro.boottime.health-hal-2-0=3719067497
ro.boottime.servicemanager=3658235310
ro.boottime.hwservicemanager=3657983331
ro.boottime.vndservicemanager=3658478695
ro.config.ringtone=omni_ringtone1.ogg,omni_ringtone1.ogg
ro.config.alarm_alert=omni_alarm1.ogg
ro.config.notification_sound=omni_notification1.ogg
ro.dalvik.vm.native.bridge=0
dalvik.vm.isa.arm.variant=kryo385
dalvik.vm.isa.arm.features=default
dalvik.vm.isa.arm64.variant=kryo385
dalvik.vm.isa.arm64.features=default
dalvik.vm.dexopt.secondary=true
dalvik.vm.usejit=true
dalvik.vm.lockprof.threshold=500
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.minidebuginfo=true
dalvik.vm.appimageformat=lz4
dalvik.vm.usejitprofiles=true
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
dalvik.vm.image-dex2oat-filter=verify-at-runtime
dalvik.vm.dex2oat-minidebuginfo=true
dalvik.vm.dex2oat-max-image-block-size=524288
dalvik.vm.dex2oat-resolve-startup-strings=true
debug.atrace.tags.enableflags=0
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.opa.eligible_device=true
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.hwui.use_vulkan=
ro.omni.device=I002D
ro.omni.version=10-20210407-I002D-HOMEMADE
ro.omni.version.security_patch=
ro.twrp.boot=1
ro.twrp.version=3.5.2_10-0
ro.vndk.lite=true
ro.vndk.version=29
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=kona
ro.build.id=QQ3A.200805.001
ro.build.date=Wed Apr 7 16:46:33 UTC 2021
ro.build.date.utc=1617813993
ro.build.host=93f70f4836da
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=jenkins
ro.build.flavor=omni_I002D-eng
ro.build.display.id=omni_I002D-eng 20.1.0 QQ3A.200805.001 8 test-keys
ro.build.product=I002D
ro.build.selinux=1
ro.build.version.sdk=29
ro.build.version.base_os=
ro.build.version.release=20.1.0
ro.build.version.codename=REL
ro.build.version.incremental=8
ro.build.version.preview_sdk=0
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2099-12-31
ro.build.version.preview_sdk_fingerprint=REL
ro.build.version.min_supported_target_sdk=23
ro.build.ab_update=true
ro.build.description=omni_I002D-eng 20.1.0 QQ3A.200805.001 8 test-keys
ro.build.characteristics=default
ro.build.system_root_image=false
ro.minui.pixel_format=BGRA_8888
ro.bionic.ld.warning=1
ro.bionic.arch=arm64
ro.bionic.2nd_arch=arm
ro.bionic.cpu_variant=kryo385
ro.bionic.2nd_cpu_variant=kryo385
ro.iorapd.enable=false
ro.kernel.android.checkjni=1
ro.secure=0
ro.system.build.id=QQ3A.200805.001
ro.system.build.date=Wed Apr 7 16:46:33 UTC 2021
ro.system.build.date.utc=1617813993
ro.system.build.tags=test-keys
ro.system.build.type=eng
ro.system.build.version.sdk=29
ro.system.build.version.release=20.1.0
ro.system.build.version.incremental=8
ro.system.build.fingerprint=asus/omni_I002D/I002D:20.1.0/QQ3A.200805.001/8:eng/test-keys
ro.treble.enabled=false
ro.zygote=zygote32
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.odm.name=omni_I002D
ro.product.odm.brand=asus
ro.product.odm.model=ASUS_I002D
ro.product.odm.device=I002D
ro.product.odm.manufacturer=asus
ro.product.name=omni_I002D
ro.product.board=kona
ro.product.brand=asus
ro.product.build.id=QQ3A.200805.001
ro.product.build.date=Wed Apr 7 16:46:33 UTC 2021
ro.product.build.date.utc=1617813993
ro.product.build.tags=test-keys
ro.product.build.type=eng
ro.product.build.version.sdk=29
ro.product.build.version.release=20.1.0
ro.product.build.version.incremental=8
ro.product.build.fingerprint=asus/omni_I002D/I002D:20.1.0/QQ3A.200805.001/8:eng/test-keys
ro.product.model=ASUS_I002D
ro.product.device=I002D
ro.product.system.name=omni_I002D
ro.product.system.brand=asus
ro.product.system.model=ASUS_I002D
ro.product.system.device=I002D
ro.product.system.manufacturer=asus
ro.product.vendor.name=omni_I002D
ro.product.vendor.brand=asus
ro.product.vendor.model=ASUS_I002D
ro.product.vendor.device=I002D
ro.product.vendor.manufacturer=asus
ro.product.product.name=omni_I002D
ro.product.product.brand=asus
ro.product.product.model=ASUS_I002D
ro.product.product.device=I002D
ro.product.product.manufacturer=asus
ro.product.manufacturer=asus
ro.baseband=mdm
ro.bootmode=unknown
ro.hardware=qcom
ro.revision=0
ro.services.whitelist.packagelist=com.google.android.gms
ro.bootimage.build.date=Wed Apr 7 16:46:33 UTC 2021
ro.bootimage.build.date.utc=1617813993
ro.bootimage.build.fingerprint=asus/omni_I002D/I002D:20.1.0/QQ3A.200805.001/8:eng/test-keys
ro.bootloader=unknown
ro.debuggable=1
ro.modversion=OmniROM-10-20210407-I002D-HOMEMADE
ro.postinstall.fstab.prefix=/system
ro.setupwizard.enterprise_mode=1
ro.property_service.version=2
ro.control_privapp_permissions=enforce
ro.actionable_compatible_property.enabled=false
init.svc.qti.vibrator-1-2=running
init.svc.adbd=restarting
init.svc.logd=running
init.svc.ashmemd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.boot-hal-1-0=running
init.svc.device_check=stopped
init.svc.health-hal-2-0=running
init.svc.servicemanager=running
init.svc.hwservicemanager=running
init.svc.vndservicemanager=running
twrp.crash_counter=0
twrp.action_complete=0
ro.boot.id.prj=7
ro.boot.id.stage=7
ro.boot.fused=1
ro.boot.memcg=1
ro.boot.vbmeta.size=9216
ro.boot.vbmeta.digest=65c71a45a5ad04a3f657dadff97b77613e11b750a1cdd0c6e5dc40074a9246f8
ro.boot.vbmeta.hash_alg=sha256
ro.boot.vbmeta.avb_version=1.0
ro.boot.vbmeta.device_state=unlocked
ro.boot.vbmeta.invalidate_on_error=yes
ro.boot.console=ttyMSM0
ro.boot.dtb_idx=10
ro.boot.pre-ftm=0
ro.boot.baseband=mdm
ro.boot.dtbo_idx=7
ro.boot.hardware=qcom
ro.boot.recovery.sno=L8AIB761A89173M
ro.boot.keymaster=1
ro.boot.bootdevice=1d84000.ufshc
ro.boot.rawdump_en=0
ro.boot.veritymode=enforcing
ro.boot.slot_suffix=_a
ro.boot.boot_devices=soc/1d84000.ufshc
ro.boot.fstab_suffix=default
ro.boot.usbcontroller=a600000.dwc3
ro.boot.verifiedbootstate=orange
ro.boot.dynamic_partitions=true
sys.usb.ffs.ready=1
ro.build.fingerprint=asus/omni_I002D/I002D:20.1.0/QQ3A.200805.001/8:eng/test-keys
ro.gsid.image_running=0
hwservicemanager.ready=true
persist.debug.dalvik.vm.core_platform_api_policy=just-warn
ro.persistent_properties.ready=true
pm.dexopt.boot=extract
pm.dexopt.ab-ota=speed-profile
pm.dexopt.shared=speed
pm.dexopt.install=speed-profile
pm.dexopt.inactive=verify
pm.dexopt.bg-dexopt=speed-profile
pm.dexopt.first-boot=extract
ro.boot.serialno=L8AIB761A89173M
ro.serialno=L8AIB761A89173M
service.adb.root=1
dev.mnt.blk.asdf=sda
net.bt.name=Android
net.tethering.noprovisioning=true
sys.usb.state=adb
sys.usb.controller=a600000.dwc3
persist.sys.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.disable_rescue=true
sys.usb.config=adb
sys.usb.configfs=1
ro.odm.build.id=QQ3A.200805.001
ro.odm.build.date=Wed Apr 7 16:46:33 UTC 2021
ro.odm.build.date.utc=1617813993
ro.odm.build.tags=test-keys
ro.odm.build.type=eng
ro.odm.build.version.sdk=29
ro.odm.build.version.release=20.1.0
ro.odm.build.version.incremental=8
ro.odm.build.fingerprint=asus/omni_I002D/I002D:20.1.0/QQ3A.200805.001/8:eng/test-keys
ro.odm.product.cpu.abilist=armeabi-v7a,armeabi
ro.odm.product.cpu.abilist32=armeabi-v7a,armeabi
ro.odm.product.cpu.abilist64=
ro.vendor.build.id=QQ3A.200805.001
ro.vendor.build.date=Wed Apr 7 16:46:33 UTC 2021
ro.vendor.build.date.utc=1617813993
ro.vendor.build.tags=test-keys
ro.vendor.build.type=eng
ro.vendor.build.version.sdk=29
ro.vendor.build.version.release=20.1.0
ro.vendor.build.version.incremental=8
ro.vendor.build.fingerprint=asus/omni_I002D/I002D:20.1.0/QQ3A.200805.001/8:eng/test-keys
ro.vendor.build.security_patch=2099-12-31
ro.vendor.product.cpu.abilist=armeabi-v7a,armeabi
ro.vendor.product.cpu.abilist32=armeabi-v7a,armeabi
ro.vendor.product.cpu.abilist64=
vendor.gatekeeper.disable_spu=true
=> Linking mtab
=> Processing /etc/recovery.fstab
I:Reading /etc/twrp.flags
I:Reading /etc/recovery.fstab
I:Processing '/system'
I:Created '/system_root' folder.
I:Processing '/system_ext'
I:Created '/system_ext' folder.
I:Processing '/product'
I:Processing '/vendor'
I:Processing '/odm'
I:Processing '/data'
I:FBE contents 'ice', filenames 'aes-256-cts'
I:FBE wrapped key enabled for /data
I:Processing '/misc'
I:Processing remaining twrp.flags
I:Processing '/asuskey'
I:Processing '/asuskey2'
I:Processing '/asuskey3'
I:Processing '/asuskey4'
I:Processing '/asuskey5'
I:Processing '/asuskey6'
I:Processing '/batinfo'
I:Created '/batinfo' folder.
I:Processing '/bluetooth'
I:Processing '/boot'
I:Processing '/dsp'
I:Processing '/dtbo'
I:Processing '/efs1'
I:Processing '/efs2'
I:Processing '/efs3'
I:Processing '/efs3_CA'
I:Processing '/efsc'
I:Processing '/external_sd'
I:Created '/external_sd' folder.
I:Processing '/firmware'
I:Created '/firmware' folder.
I:Processing '/metadata'
I:FBE wrapped key enabled for /metadata
I:Processing '/modem'
I:Processing '/persist'
I:Created '/persist' folder.
I:TWFunc::Fixup_Time: Pre-fix date and time: 1970-07-03--09-04-41
I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch
I:TWFunc::Fixup_Time: will attempt to use the ats files now.
I:TWFunc::Fixup_Time: Setting time offset from file /persist/time/ats_2, offset 1607153477302
I:TWFunc::Fixup_Time: Date and time corrected: 2021-06-06--16-35-58
I:Processing '/persist_image'
I:Processing '/recovery'
I:Processing '/sysconf'
I:Processing '/usbstorage'
I:Created '/usbstorage' folder.
I:Processing '/vbmeta'
I:Processing '/vbmeta_system'
I:Done processing fstab files
I:Trying to prepare system from super partition
I:Trying to prepare system_ext from super partition
I:Trying to prepare product from super partition
I:Trying to prepare vendor from super partition
I:Trying to prepare odm from super partition
I:Can't probe device /dev/block/sda28
I:Unable to mount '/data'
I:Actual block device: '/dev/block/sda28', current file system: 'f2fs'
I:Using automatic handling for /data/media emulated storage device.
I:Setting up '/data' as data/media emulated storage.
I:Can't probe device /dev/block/sda28
I:Unable to mount '/data'
I:Actual block device: '/dev/block/sda28', current file system: 'f2fs'
I:Backup folder set to '/data/media/TWRP/BACKUPS/L8AIB761A89173M'
I:Settings storage is '/data/media'
I:PrepDecrypt::File Based Encryption (FBE) is present.
I:PrepDecrypt::SETPATCH=false, skip_initramfs flag, or ro.boot.fastboot found.
I:PrepDecrypt::crypto.ready=1
I:PrepDecrypt::Script complete. Device ready for decryption.
I:Successfully decrypted metadata encrypted data partition with new block device: '/dev/block/dm-9'
I:File Based Encryption is present
SELinux: Skipping /product_file_contexts: empty file
SELinux: Skipping /odm_file_contexts: empty file
SELinux: Loaded file_contexts
Unable to locate gatekeeper password file '/data/system/gatekeeper.pattern.key'
I:PageManager::LoadFileToBuffer loading filename: '/data/system/users/0.xml' directly
Unable to locate gatekeeper password file '/data/system/gatekeeper.pattern.key'
I:User 0 is not decrypted.
Attempting to decrypt FBE for user 0...
Unable to locate gatekeeper password file '/data/system/gatekeeper.pattern.key'
SELinux: Skipping /product_file_contexts: empty file
SELinux: Skipping /odm_file_contexts: empty file
SELinux: Loaded file_contexts
User 0 Decrypted Successfully!
User 0 Decrypted Successfully
I:All found users are decrypted.
Data successfully decrypted
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/L8AIB761A89173M'
Updating partition details...
I:checking for twrp app
I:/system/bin/mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:Data backup size is 433MB, free: 89313MB.
...done
I:/system/bin/mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
/data | /dev/block/dm-9 | Size: 106390MB Used: 433MB Free: 89313MB Backup Size: 433MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Is_Encrypted Is_Decrypted 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/sda28
Decrypted_Block_Device: /dev/block/dm-9
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media/0
Current_File_System: f2fs
Fstab_File_System: f2fs
Backup_Method: files
Mount_Flags: 1030, Mount_Options: discard,reserve_root=32768,resgid=1065,fsync_mode=nobarrier
MTP_Storage_ID: 65539
Metadata Key Directory: /metadata/vold/metadata_encryption
I:Unmounting main partitions...
Successfully decrypted with default password.
I:Decrypt adopted storage starting
I:PageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:No /data/system/storage.xml for adopted storage
/super | /dev/block/by-name/super | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Alternate_Block_Device: /dev/block/by-name/super
Display_Name: super
Backup_Path: /super
Backup_Name: super
Backup_Display_Name: Super (System, Vendor, Product, Odm)
Current_File_System: emmc
Backup_Method: dd
I:Unmounting main partitions...
I:Overriding ro.build.product with value: "ZS670KS" from system property ro.build.product
I:Overriding ro.build.fingerprint with value: "asus/WW_I002D/ASUS_I002D:11/RKQ1.200710.002/30.41.69.51_20210420:user/release-keys" from system property ro.system.build.fingerprint
I:Overriding ro.build.version.incremental with value: "30.41.69.51_20210420" from system property ro.build.version.incremental
I:Overriding ro.product.device with value: "qssi" from system property ro.product.system.device
I:Overriding ro.product.model with value: "ASUS_I002D" from system property ro.product.system.model
I:Overriding ro.product.name with value: "WW_Phone" from system property ro.product.system.name
Updating partition details...
I:checking for twrp app
I:Data backup size is 433MB, free: 89313MB.
...done
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
tw_get_context got selinux context: u:object_r:media_rw_data_file:s0
I:Got default contexts and file mode for storage files.
Partition Logs:
/system_root | /dev/block/dm-4 | Size: 3077MB Used: 3068MB Free: 9MB Backup Size: 3068MB
Flags: Can_Be_Mounted IsPresent SlotSelect Mount_Read_Only
Primary_Block_Device: /dev/block/dm-4
Display_Name: System
Storage_Name: System
Backup_Path: /system_root
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system_root
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/system_ext | /dev/block/dm-5 | Size: 195MB Used: 194MB Free: 0MB Backup Size: 194MB
Flags: Can_Be_Mounted IsPresent SlotSelect Mount_Read_Only
Primary_Block_Device: /dev/block/dm-5
Display_Name: system_ext
Storage_Name: system_ext
Backup_Path: /system_ext
Backup_Name: system_ext
Backup_Display_Name: system_ext
Storage_Path: /system_ext
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/product | /dev/block/dm-6 | Size: 1168MB Used: 1164MB Free: 3MB Backup Size: 1164MB
Flags: Can_Be_Mounted IsPresent SlotSelect Mount_Read_Only
Primary_Block_Device: /dev/block/dm-6
Display_Name: Product
Storage_Name: Product
Backup_Path: /product
Backup_Name: Product
Backup_Display_Name: Product
Storage_Path: /product
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/vendor | /dev/block/dm-7 | Size: 1137MB Used: 1134MB Free: 3MB Backup Size: 1134MB
Flags: Can_Be_Mounted IsPresent SlotSelect Mount_Read_Only
Primary_Block_Device: /dev/block/dm-7
Display_Name: Vendor
Storage_Name: Vendor
Backup_Path: /vendor
Backup_Name: vendor
Backup_Display_Name: Vendor
Storage_Path: /vendor
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/odm | /dev/block/dm-8 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted IsPresent SlotSelect Mount_Read_Only
Primary_Block_Device: /dev/block/dm-8
Display_Name: ODM
Storage_Name: ODM
Backup_Path: /odm
Backup_Name: ODM
Backup_Display_Name: ODM
Storage_Path: /odm
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/data | /dev/block/dm-9 | Size: 106390MB Used: 433MB Free: 89313MB Backup Size: 433MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Is_Encrypted Is_Decrypted 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/sda28
Decrypted_Block_Device: /dev/block/dm-9
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media/0
Current_File_System: f2fs
Fstab_File_System: f2fs
Backup_Method: files
Mount_Flags: 1030, Mount_Options: discard,reserve_root=32768,resgid=1065,fsync_mode=nobarrier
MTP_Storage_ID: 65539
Metadata Key Directory: /metadata/vold/metadata_encryption
/misc | /dev/block/sda3 | Size: 1MB
Flags: IsPresent
Primary_Block_Device: /dev/block/sda3
Display_Name: misc
Storage_Name: misc
Backup_Path: /misc
Backup_Name: misc
Backup_Display_Name: misc
Storage_Path: /misc
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/asuskey | /dev/block/sdg2 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /sysconf
Primary_Block_Device: /dev/block/sdg2
Display_Name: asuskey
Storage_Name: asuskey
Backup_Path: /asuskey
Backup_Name: asuskey
Backup_Display_Name: asuskey
Storage_Path: /asuskey
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/asuskey2 | /dev/block/sdg3 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /sysconf
Primary_Block_Device: /dev/block/sdg3
Display_Name: asuskey2
Storage_Name: asuskey2
Backup_Path: /asuskey2
Backup_Name: asuskey2
Backup_Display_Name: asuskey2
Storage_Path: /asuskey2
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/asuskey3 | /dev/block/sdg4 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /sysconf
Primary_Block_Device: /dev/block/sdg4
Display_Name: asuskey3
Storage_Name: asuskey3
Backup_Path: /asuskey3
Backup_Name: asuskey3
Backup_Display_Name: asuskey3
Storage_Path: /asuskey3
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/asuskey4 | /dev/block/sdg5 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /sysconf
Primary_Block_Device: /dev/block/sdg5
Display_Name: asuskey4
Storage_Name: asuskey4
Backup_Path: /asuskey4
Backup_Name: asuskey4
Backup_Display_Name: asuskey4
Storage_Path: /asuskey4
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/asuskey5 | /dev/block/sdg6 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /sysconf
Primary_Block_Device: /dev/block/sdg6
Display_Name: asuskey5
Storage_Name: asuskey5
Backup_Path: /asuskey5
Backup_Name: asuskey5
Backup_Display_Name: asuskey5
Storage_Path: /asuskey5
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/asuskey6 | /dev/block/sdg7 | Size: 26MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /sysconf
Primary_Block_Device: /dev/block/sdg7
Display_Name: asuskey6
Storage_Name: asuskey6
Backup_Path: /asuskey6
Backup_Name: asuskey6
Backup_Display_Name: asuskey6
Storage_Path: /asuskey6
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/batinfo | /dev/block/sda13 | Size: 26MB Used: 0MB Free: 26MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/sda13
Display_Name: Battery Info
Storage_Name: Battery Info
Backup_Path: /batinfo
Backup_Name: batinfo
Backup_Display_Name: Battery Info
Storage_Path: /batinfo
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/bluetooth | /dev/block/bootdevice/by-name/bluetooth_a | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent SlotSelect
SubPartition_Of: /modem
Primary_Block_Device: /dev/block/bootdevice/by-name/bluetooth
Display_Name: bluetooth
Storage_Name: bluetooth
Backup_Path: /bluetooth
Backup_Name: bluetooth
Backup_Display_Name: bluetooth
Storage_Path: /bluetooth
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/boot | /dev/block/bootdevice/by-name/boot_a | Size: 96MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
Primary_Block_Device: /dev/block/bootdevice/by-name/boot
Display_Name: Boot
Storage_Name: boot
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Boot
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/dsp | /dev/block/bootdevice/by-name/dsp_a | Size: 64MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent SlotSelect
SubPartition_Of: /modem
Primary_Block_Device: /dev/block/bootdevice/by-name/dsp
Display_Name: dsp
Storage_Name: dsp
Backup_Path: /dsp
Backup_Name: dsp
Backup_Display_Name: dsp
Storage_Path: /dsp
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/dtbo | /dev/block/bootdevice/by-name/dtbo_a | Size: 24MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
Primary_Block_Device: /dev/block/bootdevice/by-name/dtbo
Display_Name: DTBO
Storage_Name: DTBO
Backup_Path: /dtbo
Backup_Name: dtbo
Backup_Display_Name: DTBO
Storage_Path: /dtbo
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/efs1 | /dev/block/sdf3 | Size: 5MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent
Primary_Block_Device: /dev/block/sdf3
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/sdf4 | Size: 5MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs1
Primary_Block_Device: /dev/block/sdf4
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
/efs3 | /dev/block/sdf2 | Size: 5MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs1
Primary_Block_Device: /dev/block/sdf2
Display_Name: efs3
Storage_Name: efs3
Backup_Path: /efs3
Backup_Name: efs3
Backup_Display_Name: efs3
Storage_Path: /efs3
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/efs3_CA | /dev/block/sdf5 | Size: 5MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs1
Primary_Block_Device: /dev/block/sdf5
Display_Name: efs3_CA
Storage_Name: efs3_CA
Backup_Path: /efs3_CA
Backup_Name: efs3_CA
Backup_Display_Name: efs3_CA
Storage_Path: /efs3_CA
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/efsc | /dev/block/sdf6 | Size: 43MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs1
Primary_Block_Device: /dev/block/sdf6
Display_Name: efsc
Storage_Name: efsc
Backup_Path: /efsc
Backup_Name: efsc
Backup_Display_Name: efsc
Storage_Path: /efsc
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/mmcblk0p1
Display_Name: Micro SD Card
Storage_Name: Micro SD Card
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: Micro SD Card
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
Mount_Flags: 6, Mount_Options: utf8
MTP_Storage_ID: 65537
/firmware | /dev/block/bootdevice/by-name/modem_a | Size: 394MB Used: 156MB Free: 237MB Backup Size: 156MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Mount_To_Decrypt SlotSelect Mount_Read_Only
Primary_Block_Device: /dev/block/bootdevice/by-name/modem
Display_Name: Firmware
Storage_Name: Firmware
Backup_Path: /firmware
Backup_Name: firmware
Backup_Display_Name: Firmware
Storage_Path: /firmware
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
Mount_Flags: 0, Mount_Options: shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0
/metadata | /dev/block/sda27 | Size: 11MB Used: 0MB Free: 11MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/sda27
Display_Name: Metadata
Storage_Name: Metadata
Backup_Path: /metadata
Backup_Name: metadata
Backup_Display_Name: Metadata
Storage_Path: /metadata
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/modem | /dev/block/bootdevice/by-name/modem_a | Size: 195MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent SlotSelect
Primary_Block_Device: /dev/block/bootdevice/by-name/modem
Display_Name: Modem
Storage_Name: Modem
Backup_Path: /modem
Backup_Name: modem
Backup_Display_Name: Modem
Storage_Path: /modem
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/persist | /dev/block/sda2 | Size: 26MB Used: 1MB Free: 25MB Backup Size: 1MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/sda2
Display_Name: Persist
Storage_Name: Persist
Backup_Path: /persist
Backup_Name: persist
Backup_Display_Name: Persist
Storage_Path: /persist
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/persist_image | /dev/block/sda2 | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/sda2
Display_Name: Persist
Storage_Name: Persist
Backup_Path: /persist_image
Backup_Name: persist_image
Backup_Display_Name: Persist
Storage_Path: /persist_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/recovery | /dev/block/bootdevice/by-name/recovery_a | Size: 100MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
Primary_Block_Device: /dev/block/bootdevice/by-name/recovery
Display_Name: Recovery
Storage_Name: Recovery
Backup_Path: /recovery
Backup_Name: recovery
Backup_Display_Name: Recovery
Storage_Path: /recovery
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/sysconf | /dev/block/sdg1 | Size: 0MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent
Primary_Block_Device: /dev/block/sdg1
Display_Name: System Configuration Keys
Storage_Name: System Configuration Keys
Backup_Path: /sysconf
Backup_Name: sysconf
Backup_Display_Name: System Configuration Keys
Storage_Path: /sysconf
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/usbstorage | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable Is_Storage
Primary_Block_Device: /dev/block/sdh1
Alternate_Block_Device: /dev/block/sdh
Display_Name: USB Storage
Storage_Name: USB Storage
Backup_Path: /usbstorage
Backup_Name: usbstorage
Backup_Display_Name: USB Storage
Storage_Path: /usbstorage
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
Mount_Flags: 0, Mount_Options: utf8
MTP_Storage_ID: 65538
/vbmeta | /dev/block/bootdevice/by-name/vbmeta_a | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
Primary_Block_Device: /dev/block/bootdevice/by-name/vbmeta
Display_Name: VBMeta
Storage_Name: VBMeta
Backup_Path: /vbmeta
Backup_Name: vbmeta
Backup_Display_Name: VBMeta
Storage_Path: /vbmeta
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/vbmeta_system | /dev/block/bootdevice/by-name/vbmeta_system_a | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
Primary_Block_Device: /dev/block/bootdevice/by-name/vbmeta_system
Display_Name: VBMeta System
Storage_Name: VBMeta System
Backup_Path: /vbmeta_system
Backup_Name: vbmeta_system
Backup_Display_Name: VBMeta System
Storage_Path: /vbmeta_system
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/super | /dev/block/by-name/super | Size: 12288MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Alternate_Block_Device: /dev/block/by-name/super
Display_Name: super
Backup_Path: /super
Backup_Name: super
Backup_Display_Name: Super (System, Vendor, Product, Odm)
Current_File_System: emmc
Backup_Method: dd
I:No custom recovery folder found. Using TWRP as default.
I:Attempt to load settings from settings file...
I:InfoManager loading from '/data/media/0/TWRP/.twrps'.
I:No custom recovery folder found. Using TWRP as default.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/L8AIB761A89173M'
I:Mount: Unable to find partition for path '/etc'
I:Copied file /etc/recovery.fstab to /data/recovery/recovery.fstab
I:Version number saved to '/data/recovery/.version'
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
I:Unable to mount '/usbstorage'
I:Actual block device: '', current file system: 'vfat'
I:TWFunc::Set_Brightness: Setting brightness control to 420
I:Starting MTP
I:Cannot find file /sys/class/android_usb/android0/idVendor
I:Cannot find file /sys/class/android_usb/android0/idProduct
I:sending message to add 65539 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65539 '/data/media/0'
MTP Enabled
I:[MTP] Starting MTP
I:Attempt to load settings from settings file...
I:InfoManager loading from '/data/media/0/TWRP/.twrps'.
I:No custom recovery folder found. Using TWRP as default.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/L8AIB761A89173M'
I:Mount: Unable to find partition for path '/etc'
I:Copied file /etc/recovery.fstab to /data/recovery/recovery.fstab
I:Version number saved to '/data/recovery/.version'
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
I:Unable to mount '/usbstorage'
I:Actual block device: '', current file system: 'vfat'
I:TWFunc::Set_Brightness: Setting brightness control to 420
I:Copied file /data/recovery/log.gz to /data/recovery/last_log.gz
I:Starting Adb Backup FIFO
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:Translating partition display names
I:No custom recovery folder found. Using TWRP as default.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/L8AIB761A89173M'
I:checking for twrp app
I:App not installed
I:Switching packages (TWRP)
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:[MTP] created new mtpserver object
E:[MTP] Failed to start usb driver!I:[MTP] mtppipe add storage 65539 '/data/media/0'
I:Set page: 'install'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'restore'
I:Unable to open '/data/media/0/TWRP/BACKUPS/L8AIB761A89173M'
I:Unable to open '/data/media/0/TWRP/BACKUPS'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'sideload'
I:Set page: 'action_page'
I:operation_start: 'Sideload'
Starting ADB sideload feature...
E:[MTP] request read returned -1, errno: 5I:Cannot find file /sys/class/android_usb/android0/idVendor
I:Cannot find file /sys/class/android_usb/android0/idProduct
I:Disabling MTP
minadbd I 06-06 11:36:22 780 781 usb_ffs.cpp:232] opening control endpoint /dev/usb-ffs/adb/ep0
minadbd I 06-06 11:36:22 780 781 usb.cpp:180] UsbFfsConnection constructed
minadbd I 06-06 11:36:22 780 782 usb.cpp:311] USB event: FUNCTIONFS_BIND
minadbd I 06-06 11:36:22 780 782 usb.cpp:311] USB event: FUNCTIONFS_ENABLE
minadbd I 06-06 11:37:11 780 780 adb.cpp:110] UsbFfs: already offline
minadbd I 06-06 11:37:20 780 785 minadbd_services.cpp:110] sideload-host file size 570596635, block size 65536
Installing zip file '/sideload/package.zip'
unknown fuse request opcode 2016
I:TWFunc::Set_Brightness: Setting brightness control to 5
Unmounting System...
I:AB zip
Flashing A/B zip to inactive slot: B
I:Mount: Unable to find partition for path '/system'
I:Copied file /system/bin/sh to /tmp/sh
I:has_legacy_properties: Could not open /tmp/updater: No such file or directory!
I:Legacy property environment not used in updater.
unknown fuse request opcode 2016
target_build: 21
[0606/113721.211993:INFO:sideload_main.cc(201)] Update Engine Sideloading starting
[0606/113721.214077:INFO:boot_control_android.cc(76)] Loaded boot control hidl hal.
[0606/113721.218165:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218217:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218251:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218283:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218315:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218384:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218435:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218469:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218890:INFO:update_attempter_android.cc(259)] Using this install plan:
[0606/113721.218943:INFO:install_plan.cc(83)] InstallPlan: new_update, version: , source_slot: A, target_slot: B, url: file:///sideload/package.zip, payload: (size: 570592450, metadata_size: 49692, metadata signature: , hash: C3152FB39F07C4EC0CCE3B1FE3105847343961E41403B70CCD0875FB01C550F9, payload type: unknown), hash_checks_mandatory: false, powerwash_required: false, switch_slot_on_reboot: true, run_post_install: true, is_rollback: false, write_verity: true
[0606/113721.219110:INFO:metrics_utils.cc(349)] Number of Reboots during current update attempt = 0
[0606/113721.219158:INFO:metrics_utils.cc(357)] Payload Attempt Number = 1
[0606/113721.219195:INFO:metrics_utils.cc(374)] Update Monotonic Timestamp Start = 1/1/1970 0:01:27 GMT
[0606/113721.219440:INFO:metrics_utils.cc(383)] Update Boot Timestamp Start = 1/1/1970 0:01:27 GMT
[0606/113721.219478:INFO:update_attempter_android.cc(580)] Scheduling an action processor start.
[0606/113721.219537:INFO:action_processor.cc(51)] ActionProcessor: starting UpdateBootFlagsAction
[0606/113721.219573:INFO:update_boot_flags_action.cc(45)] Marking booted slot as good.
[0606/113721.236023:INFO:action_processor.cc(116)] ActionProcessor: finished UpdateBootFlagsAction with code ErrorCode::kSuccess
[0606/113721.236204:INFO:action_processor.cc(143)] ActionProcessor: starting InstallPlanAction
[0606/113721.236261:INFO:action_processor.cc(116)] ActionProcessor: finished InstallPlanAction with code ErrorCode::kSuccess
[0606/113721.236296:INFO:action_processor.cc(143)] ActionProcessor: starting DownloadAction
[0606/113721.236338:INFO:install_plan.cc(83)] InstallPlan: new_update, version: , source_slot: A, target_slot: B, url: file:///sideload/package.zip, payload: (size: 570592450, metadata_size: 49692, metadata signature: , hash: C3152FB39F07C4EC0CCE3B1FE3105847343961E41403B70CCD0875FB01C550F9, payload type: unknown), hash_checks_mandatory: false, powerwash_required: false, switch_slot_on_reboot: true, run_post_install: true, is_rollback: false, write_verity: true
[0606/113721.236378:INFO:download_action.cc(199)] Marking new slot as unbootable
[0606/113721.251469:INFO:multi_range_http_fetcher.cc(45)] starting first transfer
[0606/113721.251521:INFO:multi_range_http_fetcher.cc(74)] starting transfer of range 1165+570592450
unknown fuse request opcode 2016
[0606/113721.255689:INFO:delta_performer.cc(208)] Completed 0/? operations, 16384/570592450 bytes downloaded (0%), overall progress 0%
Step 1/2[0606/113721.275034:INFO:delta_performer.cc(519)] Manifest size in payload matches expected value from Omaha
[0606/113721.275202:INFO:delta_performer.cc(1612)] Verifying using public key: /etc/update_engine/update-payload-key.pub.pem
[0606/113721.275393:INFO:payload_verifier.cc(58)] signature blob size = 267
[0606/113721.275738:ERROR:payload_verifier.cc(84)] None of the 1 signatures is correct. Expected hash before padding:
[0606/113721.275780:INFO:utils.cc(439)] Logging array of length: 32
[0606/113721.275827:INFO:utils.cc(456)] 0x00000000 : 6f 6b 04 66 07 3d 05 64 bd a5 45 d2 eb 9e a7 c0
[0606/113721.275868:INFO:utils.cc(456)] 0x00000010 : da 34 af c4 b2 1c 26 80 9c 97 b7 c7 e7 08 fe 2f
[0606/113721.275899:ERROR:payload_verifier.cc(87)] But found decrypted hashes:
[0606/113721.275931:INFO:utils.cc(439)] Logging array of length: 256
[0606/113721.275971:INFO:utils.cc(456)] 0x00000000 : 99 db ff 6a 3d 83 45 5d a6 92 09 cc 64 76 6b 09
[0606/113721.276011:INFO:utils.cc(456)] 0x00000010 : 9f 40 26 a9 da 30 7d d2 ba bc b4 8d 2c fd 56 1e
[0606/113721.276050:INFO:utils.cc(456)] 0x00000020 : 3c 4f 60 f3 f2 2b a1 f5 9d e7 01 95 30 d0 57 4f
[0606/113721.276093:INFO:utils.cc(456)] 0x00000030 : b0 b4 4d e8 65 ba be e3 6f c3 7b ef 7a ab 3e 0d
[0606/113721.276147:INFO:utils.cc(456)] 0x00000040 : 72 47 8d a3 0e cf 25 9a 33 24 46 1f 0f 48 41 19
[0606/113721.276195:INFO:utils.cc(456)] 0x00000050 : c7 6b 4b 70 4d 32 0d cb d5 79 05 d8 db e1 a7 80
[0606/113721.276254:INFO:utils.cc(456)] 0x00000060 : 40 56 d5 55 3e b1 d1 86 88 4c c6 83 b4 71 52 b0
[0606/113721.276301:INFO:utils.cc(456)] 0x00000070 : 2b 21 ee 91 91 8f 85 ed 5d f6 77 ce 37 97 14 00
[0606/113721.276349:INFO:utils.cc(456)] 0x00000080 : 7e 3a 1a 01 db ac fe 28 29 6c 6a 6d e9 ed cf 8a
[0606/113721.276396:INFO:utils.cc(456)] 0x00000090 : 35 2f 82 2f b2 2c f9 e6 7f 84 10 90 46 0f 2c 57
[0606/113721.276443:INFO:utils.cc(456)] 0x000000a0 : 20 34 4b 1d fc ec b8 7e 70 b0 7c cf e9 8d 3f fb
[0606/113721.276489:INFO:utils.cc(456)] 0x000000b0 : b2 9a b6 f6 49 9e ad 18 c5 e7 94 4c fc eb a8 c6
[0606/113721.276536:INFO:utils.cc(456)] 0x000000c0 : 1a 0b 1a 94 6f 40 a9 32 b3 f5 1a e9 6d 8c 8a b6
[0606/113721.276582:INFO:utils.cc(456)] 0x000000d0 : f4 95 59 65 34 8b f3 6d 2b b9 83 4e 11 57 71 d2
[0606/113721.276629:INFO:utils.cc(456)] 0x000000e0 : 17 d3 cf 0f b3 fa 17 9d cc b2 5c 11 2b 69 30 eb
[0606/113721.276676:INFO:utils.cc(456)] 0x000000f0 : 06 cb 3b ec 7d 08 43 07 b7 a8 98 4e f8 34 d3 21
[0606/113721.276717:ERROR:payload_metadata.cc(230)] Manifest hash verification failed.
[0606/113721.276757:WARNING:delta_performer.cc(549)] Ignoring metadata signature validation failures
[0606/113721.278866:INFO:delta_performer.cc(1643)] Detected a 'full' payload.
[0606/113721.291184:INFO:dynamic_partition_control_android.cc(139)] Successfully unmapped system_b from device mapper.
[0606/113721.298369:INFO:dynamic_partition_control_android.cc(139)] Successfully unmapped product_b from device mapper.
[0606/113721.300796:INFO:dynamic_partition_control_android.cc(196)] Loaded metadata from slot A in /dev/block/bootdevice/by-name/super
[0606/113721.300893:INFO:boot_control_android.cc(381)] Updated partition system_b with size 1125117952
[0606/113721.300931:ERROR:boot_control_android.cc(373)] Cannot find partition system_ext_b
[0606/113721.300974:ERROR:delta_performer.cc(973)] Unable to initialize partition metadata for slot B
[0606/113721.301012:ERROR:download_action.cc(336)] Error ErrorCode::kInstallDeviceOpenError (7) in DeltaPerformer's Write method when processing the received payload -- Terminating processing
[0606/113721.301140:INFO:multi_range_http_fetcher.cc(177)] Received transfer terminated.
[0606/113721.301187:INFO:multi_range_http_fetcher.cc(129)] TransferEnded w/ code 200
[0606/113721.301220:INFO:multi_range_http_fetcher.cc(131)] Terminating.
[0606/113721.304292:INFO:action_processor.cc(116)] ActionProcessor: finished DownloadAction with code ErrorCode::kInstallDeviceOpenError
[0606/113721.304352:INFO:action_processor.cc(121)] ActionProcessor: Aborting processing due to failure.
[0606/113721.304395:INFO:update_attempter_android.cc(468)] Processing Done.
[0606/113721.304429:INFO:dynamic_partition_control_android.cc(150)] Destroying [] from device mapper
Error applying update: 7 (ErrorCode::kInstallDeviceOpenError)[0606/113721.304714:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.304789:INFO:dynamic_partition_control_android.cc(150)] Destroying [] from device mapper
Updater process ended with ERROR: 1
To flash additional zips, please reboot recovery to switch to the updated slot.
I:Install took 0 second(s).
I:Cannot find file /sys/class/android_usb/android0/idVendor
I:Cannot find file /sys/class/android_usb/android0/idProduct
I:sending message to add 65539 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65539 '/data/media/0'
I:Set page: 'action_complete'
I:TWFunc::Set_Brightness: Setting brightness control to 420
I:[MTP] Starting MTP
I:operation_end - status=1
I:[MTP] created new mtpserver object
E:[MTP] Failed to start usb driver!I:[MTP] mtppipe add storage 65539 '/data/media/0'
I:Set page: 'clear_vars'
I:Set page: 'advanced'
I:Set page: 'copylog'
I:Set page: 'action_page'
I:operation_start: 'Copy Log'
Me too
micky387 said:
Done.
New official support is available now with A11
Good Sunday guys
Click to expand...
Click to collapse
Hey I got this phone, installed the ROM and it works nicely.
My only problems so far are that in accessibility, color inversion isn't working and magnification is making a weird orange circle and only working for the top half of the screen.
If you would any hints as to how to fix this, that would be welcome.
Anyway, thank you very much for the ROM !
Hello,
Really good ROM. What about add option slow charge ? Just like oryginal Asus ROM
Does this ROM support Dolby Atmos music?
娇身冠养 said:
Can this ROM run ASUS camera application?This is very important for me to use my mobile phone
Click to expand...
Click to collapse
No, sad. very bad whitelist implementtion by ASUS... sorry
Amperus said:
Hello all,
Thank you very much for this ROM. Unfortunately I can't flash it on my ZenFone 7. The error message says
Error applying update: 7 (ErrorCode::kInstallDeviceOpenError)
I have followed these steps:
First I downloaded the ROM
wget https://dl.omnirom.org/zenfone7/omni-11-20210606-zenfone7-MICROG.zip.md5sum https://dl.omnirom.org/zenfone7/omni-11-20210606-zenfone7-MICROG.zip
Then verified it
md5sum -c omni-11-20210606-zenfone7-MICROG.zip.md5sum
omni-11-20210606-zenfone7-MICROG.zip: OK
On my phone I rebooted into TWRP 3.5.2_10-0 and started the ADB Sideload in the Advanced tab. Before that, I connected the device to my computer with a USB cable.
After that I tried to flash the ROM
adb sideload omni-11-20210606-zenfone7-MICROG.zip
serving: '/home/amperus/Downloads/i002d/omnirom/omni-11-20210606-zenfone7-MICROG.zip' (~0%) adb: failed to read command: Success
The updater process ends with 1 error.
Please have a look at the attached recovery.log file.
I also copied the ROM to /sdcard/Download and tried to flash it using TWPR's Install option. However, the results were the same.
Any feedback is greatly appreciated.
Best regards
Amperus
Spoiler: recovery.log
Code:
Starting TWRP 3.5.2_10-0-e432fb02 on Fri Jul 3 09:04:40 1970
(pid 578)
I:Lun file '/config/usb_gadget/g1/functions/mass_storage.0/lun.0/file'
PRODUCT_USE_DYNAMIC_PARTITIONS := true
TW_INCLUDE_CRYPTO := true
I:TW_BRIGHTNESS_PATH := /sys/class/backlight/panel0-backlight/brightness
I:Found brightness file at '/sys/class/backlight/panel0-backlight/brightness'
I:Got max brightness 1023 from '/sys/class/backlight/panel0-backlight/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 420
I:TW_EXCLUDE_ENCRYPTED_BACKUPS := true
I:LANG: en
I:AB_OTA_UPDATER := true
Starting the UI...
Skipping adf graphics -- not present in build tree
setting DRM_FORMAT_ARGB8888 and GGL_PIXEL_FORMAT_RGBA_8888
setting DRM_FORMAT_ARGB8888 and GGL_PIXEL_FORMAT_RGBA_8888
Using drm graphics.
I:TWFunc::Set_Brightness: Setting brightness control to 420
I:Loading package: splash (/twres/splash.xml)
I:Load XML directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/splash.xml' directly
I:Checking resolution...
I:Scaling theme width 1.000000x and height 1.250000x, offsets x: 0 y: 0 w: 0 h: 0
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page splash
I:Switching packages (splash)
I:Loading package: TWRP (/TWRP/theme/ui.zip)
I:Loading zip theme
I:Loading package: TWRP (/twres/ui.xml)
I:Load XML directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_TW.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/zh_CN.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/uk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/tr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sv.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/sk.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ru.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_PT.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pt_BR.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/pl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/nl.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/ja.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/it.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/hu.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/fr.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/es.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/el.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/de.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/cz.xml' directly
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:PageManager::LoadFileToBuffer loading filename: '/twres/ui.xml' directly
I:Checking resolution...
I:Scaling theme width 1.000000x and height 1.250000x, offsets x: 0 y: 0 w: 0 h: 0
I:Loading resources...
I:Failed to load image from indeterminate013, error -1
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Including file: /twres/portrait.xml...
I:PageManager::LoadFileToBuffer loading filename: '/twres/portrait.xml' directly
I:Loading resources...
I:Loading variables...
I:Loading mouse cursor...
I:Loading pages...
I:Loading page main
I:Loading page main2
I:Loading page install
I:Loading page flash_confirm
I:Loading page flash_zip
I:Loading page flash_done
I:Loading page flash_sleep_and_reboot
I:Loading page flashimage_confirm
I:Loading page clear_vars
I:Loading page reboot_system_routine
I:Loading page confirm_action
I:Loading page action_page
I:Loading page singleaction_page
I:Loading page action_complete
I:Loading page filecheck
I:Loading page rebootcheck
I:Loading page wipe
I:Loading page advancedwipe
I:Loading page formatdata
I:Loading page formatdata_confirm
I:Loading page checkpartitionlist
I:Loading page partitionoptions
I:Loading page refreshfilesystem
I:Loading page selectfilesystem
I:Loading page backup
I:Loading page multiuser_warning
I:Loading page backup_options
I:Loading page backupname1
I:Loading page backupname2
I:Loading page backupencryption
I:Loading page backupencryption2
I:Loading page checkbackuppassword
I:Loading page backup_run
I:Loading page restore
I:Unable to open '//TWRP/BACKUPS/L8AIB761A89173M'
I:Loading page restore_read
I:Loading page restore_decrypt
I:Loading page try_restore_decrypt
I:Loading page restore_select
I:Loading page renamebackup
I:Loading page restore_run
I:Loading page mount
I:Loading page usb_mount
I:Loading page usb_umount
I:Loading page system_readonly_check
I:Loading page fastbootreboot
I:Loading page reboot
I:Loading page reboot2
I:Loading page installapp
I:Loading page system_readonly
I:Loading page settings
I:Loading page settings_timezone
I:Loading page settings_screen
I:Loading page settings_vibration
I:Loading page settings_language
I:Loading page copylog
I:Loading page advanced
I:Loading page partsdcardsel
I:Loading page partsdcardcheck
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page repackselect
I:Loading page repackconfirm
I:Loading page lock
I:Loading page filemanagerlist
I:Loading page filemanageroptions
I:Loading page choosedestinationfolder
I:Loading page filemanagerrenamefile
I:Loading page filemanagerrenamefolder
I:Loading page filemanagerchmod
I:Loading page filemanagerconfirm
I:Loading page filemanageraction
I:Loading page decrypt
I:Loading page decrypt_pattern
I:Loading page trydecrypt
I:Loading page canceldecrypt
I:Loading page terminalcommand
I:Loading page fastboot
I:Loading page sideload
I:Loading page fixcontexts
I:Loading page slideout
I:Loading page select_storage
I:Loading page select_language
I:Loading page decrypt_users
I:Loading page changeTwrpFolder
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Switching packages (TWRP)
boot command: bootonce-bootloader
I:Startup Commands:
ro.boot.bootreason=reboot
ro.boottime.qti.vibrator-1-2=3719641404
ro.boottime.adbd=3719984112
ro.boottime.init=1413
ro.boottime.init.selinux=32
ro.boottime.init.cold_boot_wait=120
ro.boottime.logd=3708411404
ro.boottime.ashmemd=3719303956
ro.boottime.ueventd=3482851925
ro.boottime.recovery=3718809477
ro.boottime.boot-hal-1-0=3718161820
ro.boottime.device_check=3720341300
ro.boottime.health-hal-2-0=3719067497
ro.boottime.servicemanager=3658235310
ro.boottime.hwservicemanager=3657983331
ro.boottime.vndservicemanager=3658478695
ro.config.ringtone=omni_ringtone1.ogg,omni_ringtone1.ogg
ro.config.alarm_alert=omni_alarm1.ogg
ro.config.notification_sound=omni_notification1.ogg
ro.dalvik.vm.native.bridge=0
dalvik.vm.isa.arm.variant=kryo385
dalvik.vm.isa.arm.features=default
dalvik.vm.isa.arm64.variant=kryo385
dalvik.vm.isa.arm64.features=default
dalvik.vm.dexopt.secondary=true
dalvik.vm.usejit=true
dalvik.vm.lockprof.threshold=500
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.minidebuginfo=true
dalvik.vm.appimageformat=lz4
dalvik.vm.usejitprofiles=true
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
dalvik.vm.image-dex2oat-filter=verify-at-runtime
dalvik.vm.dex2oat-minidebuginfo=true
dalvik.vm.dex2oat-max-image-block-size=524288
dalvik.vm.dex2oat-resolve-startup-strings=true
debug.atrace.tags.enableflags=0
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.opa.eligible_device=true
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.hwui.use_vulkan=
ro.omni.device=I002D
ro.omni.version=10-20210407-I002D-HOMEMADE
ro.omni.version.security_patch=
ro.twrp.boot=1
ro.twrp.version=3.5.2_10-0
ro.vndk.lite=true
ro.vndk.version=29
ro.wifi.channels=
ro.allow.mock.location=1
ro.board.platform=kona
ro.build.id=QQ3A.200805.001
ro.build.date=Wed Apr 7 16:46:33 UTC 2021
ro.build.date.utc=1617813993
ro.build.host=93f70f4836da
ro.build.tags=test-keys
ro.build.type=eng
ro.build.user=jenkins
ro.build.flavor=omni_I002D-eng
ro.build.display.id=omni_I002D-eng 20.1.0 QQ3A.200805.001 8 test-keys
ro.build.product=I002D
ro.build.selinux=1
ro.build.version.sdk=29
ro.build.version.base_os=
ro.build.version.release=20.1.0
ro.build.version.codename=REL
ro.build.version.incremental=8
ro.build.version.preview_sdk=0
ro.build.version.all_codenames=REL
ro.build.version.security_patch=2099-12-31
ro.build.version.preview_sdk_fingerprint=REL
ro.build.version.min_supported_target_sdk=23
ro.build.ab_update=true
ro.build.description=omni_I002D-eng 20.1.0 QQ3A.200805.001 8 test-keys
ro.build.characteristics=default
ro.build.system_root_image=false
ro.minui.pixel_format=BGRA_8888
ro.bionic.ld.warning=1
ro.bionic.arch=arm64
ro.bionic.2nd_arch=arm
ro.bionic.cpu_variant=kryo385
ro.bionic.2nd_cpu_variant=kryo385
ro.iorapd.enable=false
ro.kernel.android.checkjni=1
ro.secure=0
ro.system.build.id=QQ3A.200805.001
ro.system.build.date=Wed Apr 7 16:46:33 UTC 2021
ro.system.build.date.utc=1617813993
ro.system.build.tags=test-keys
ro.system.build.type=eng
ro.system.build.version.sdk=29
ro.system.build.version.release=20.1.0
ro.system.build.version.incremental=8
ro.system.build.fingerprint=asus/omni_I002D/I002D:20.1.0/QQ3A.200805.001/8:eng/test-keys
ro.treble.enabled=false
ro.zygote=zygote32
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.odm.name=omni_I002D
ro.product.odm.brand=asus
ro.product.odm.model=ASUS_I002D
ro.product.odm.device=I002D
ro.product.odm.manufacturer=asus
ro.product.name=omni_I002D
ro.product.board=kona
ro.product.brand=asus
ro.product.build.id=QQ3A.200805.001
ro.product.build.date=Wed Apr 7 16:46:33 UTC 2021
ro.product.build.date.utc=1617813993
ro.product.build.tags=test-keys
ro.product.build.type=eng
ro.product.build.version.sdk=29
ro.product.build.version.release=20.1.0
ro.product.build.version.incremental=8
ro.product.build.fingerprint=asus/omni_I002D/I002D:20.1.0/QQ3A.200805.001/8:eng/test-keys
ro.product.model=ASUS_I002D
ro.product.device=I002D
ro.product.system.name=omni_I002D
ro.product.system.brand=asus
ro.product.system.model=ASUS_I002D
ro.product.system.device=I002D
ro.product.system.manufacturer=asus
ro.product.vendor.name=omni_I002D
ro.product.vendor.brand=asus
ro.product.vendor.model=ASUS_I002D
ro.product.vendor.device=I002D
ro.product.vendor.manufacturer=asus
ro.product.product.name=omni_I002D
ro.product.product.brand=asus
ro.product.product.model=ASUS_I002D
ro.product.product.device=I002D
ro.product.product.manufacturer=asus
ro.product.manufacturer=asus
ro.baseband=mdm
ro.bootmode=unknown
ro.hardware=qcom
ro.revision=0
ro.services.whitelist.packagelist=com.google.android.gms
ro.bootimage.build.date=Wed Apr 7 16:46:33 UTC 2021
ro.bootimage.build.date.utc=1617813993
ro.bootimage.build.fingerprint=asus/omni_I002D/I002D:20.1.0/QQ3A.200805.001/8:eng/test-keys
ro.bootloader=unknown
ro.debuggable=1
ro.modversion=OmniROM-10-20210407-I002D-HOMEMADE
ro.postinstall.fstab.prefix=/system
ro.setupwizard.enterprise_mode=1
ro.property_service.version=2
ro.control_privapp_permissions=enforce
ro.actionable_compatible_property.enabled=false
init.svc.qti.vibrator-1-2=running
init.svc.adbd=restarting
init.svc.logd=running
init.svc.ashmemd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.boot-hal-1-0=running
init.svc.device_check=stopped
init.svc.health-hal-2-0=running
init.svc.servicemanager=running
init.svc.hwservicemanager=running
init.svc.vndservicemanager=running
twrp.crash_counter=0
twrp.action_complete=0
ro.boot.id.prj=7
ro.boot.id.stage=7
ro.boot.fused=1
ro.boot.memcg=1
ro.boot.vbmeta.size=9216
ro.boot.vbmeta.digest=65c71a45a5ad04a3f657dadff97b77613e11b750a1cdd0c6e5dc40074a9246f8
ro.boot.vbmeta.hash_alg=sha256
ro.boot.vbmeta.avb_version=1.0
ro.boot.vbmeta.device_state=unlocked
ro.boot.vbmeta.invalidate_on_error=yes
ro.boot.console=ttyMSM0
ro.boot.dtb_idx=10
ro.boot.pre-ftm=0
ro.boot.baseband=mdm
ro.boot.dtbo_idx=7
ro.boot.hardware=qcom
ro.boot.recovery.sno=L8AIB761A89173M
ro.boot.keymaster=1
ro.boot.bootdevice=1d84000.ufshc
ro.boot.rawdump_en=0
ro.boot.veritymode=enforcing
ro.boot.slot_suffix=_a
ro.boot.boot_devices=soc/1d84000.ufshc
ro.boot.fstab_suffix=default
ro.boot.usbcontroller=a600000.dwc3
ro.boot.verifiedbootstate=orange
ro.boot.dynamic_partitions=true
sys.usb.ffs.ready=1
ro.build.fingerprint=asus/omni_I002D/I002D:20.1.0/QQ3A.200805.001/8:eng/test-keys
ro.gsid.image_running=0
hwservicemanager.ready=true
persist.debug.dalvik.vm.core_platform_api_policy=just-warn
ro.persistent_properties.ready=true
pm.dexopt.boot=extract
pm.dexopt.ab-ota=speed-profile
pm.dexopt.shared=speed
pm.dexopt.install=speed-profile
pm.dexopt.inactive=verify
pm.dexopt.bg-dexopt=speed-profile
pm.dexopt.first-boot=extract
ro.boot.serialno=L8AIB761A89173M
ro.serialno=L8AIB761A89173M
service.adb.root=1
dev.mnt.blk.asdf=sda
net.bt.name=Android
net.tethering.noprovisioning=true
sys.usb.state=adb
sys.usb.controller=a600000.dwc3
persist.sys.usb.config=adb
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.disable_rescue=true
sys.usb.config=adb
sys.usb.configfs=1
ro.odm.build.id=QQ3A.200805.001
ro.odm.build.date=Wed Apr 7 16:46:33 UTC 2021
ro.odm.build.date.utc=1617813993
ro.odm.build.tags=test-keys
ro.odm.build.type=eng
ro.odm.build.version.sdk=29
ro.odm.build.version.release=20.1.0
ro.odm.build.version.incremental=8
ro.odm.build.fingerprint=asus/omni_I002D/I002D:20.1.0/QQ3A.200805.001/8:eng/test-keys
ro.odm.product.cpu.abilist=armeabi-v7a,armeabi
ro.odm.product.cpu.abilist32=armeabi-v7a,armeabi
ro.odm.product.cpu.abilist64=
ro.vendor.build.id=QQ3A.200805.001
ro.vendor.build.date=Wed Apr 7 16:46:33 UTC 2021
ro.vendor.build.date.utc=1617813993
ro.vendor.build.tags=test-keys
ro.vendor.build.type=eng
ro.vendor.build.version.sdk=29
ro.vendor.build.version.release=20.1.0
ro.vendor.build.version.incremental=8
ro.vendor.build.fingerprint=asus/omni_I002D/I002D:20.1.0/QQ3A.200805.001/8:eng/test-keys
ro.vendor.build.security_patch=2099-12-31
ro.vendor.product.cpu.abilist=armeabi-v7a,armeabi
ro.vendor.product.cpu.abilist32=armeabi-v7a,armeabi
ro.vendor.product.cpu.abilist64=
vendor.gatekeeper.disable_spu=true
=> Linking mtab
=> Processing /etc/recovery.fstab
I:Reading /etc/twrp.flags
I:Reading /etc/recovery.fstab
I:Processing '/system'
I:Created '/system_root' folder.
I:Processing '/system_ext'
I:Created '/system_ext' folder.
I:Processing '/product'
I:Processing '/vendor'
I:Processing '/odm'
I:Processing '/data'
I:FBE contents 'ice', filenames 'aes-256-cts'
I:FBE wrapped key enabled for /data
I:Processing '/misc'
I:Processing remaining twrp.flags
I:Processing '/asuskey'
I:Processing '/asuskey2'
I:Processing '/asuskey3'
I:Processing '/asuskey4'
I:Processing '/asuskey5'
I:Processing '/asuskey6'
I:Processing '/batinfo'
I:Created '/batinfo' folder.
I:Processing '/bluetooth'
I:Processing '/boot'
I:Processing '/dsp'
I:Processing '/dtbo'
I:Processing '/efs1'
I:Processing '/efs2'
I:Processing '/efs3'
I:Processing '/efs3_CA'
I:Processing '/efsc'
I:Processing '/external_sd'
I:Created '/external_sd' folder.
I:Processing '/firmware'
I:Created '/firmware' folder.
I:Processing '/metadata'
I:FBE wrapped key enabled for /metadata
I:Processing '/modem'
I:Processing '/persist'
I:Created '/persist' folder.
I:TWFunc::Fixup_Time: Pre-fix date and time: 1970-07-03--09-04-41
I:TWFunc::Fixup_Time: Setting time offset from file /sys/class/rtc/rtc0/since_epoch
I:TWFunc::Fixup_Time: will attempt to use the ats files now.
I:TWFunc::Fixup_Time: Setting time offset from file /persist/time/ats_2, offset 1607153477302
I:TWFunc::Fixup_Time: Date and time corrected: 2021-06-06--16-35-58
I:Processing '/persist_image'
I:Processing '/recovery'
I:Processing '/sysconf'
I:Processing '/usbstorage'
I:Created '/usbstorage' folder.
I:Processing '/vbmeta'
I:Processing '/vbmeta_system'
I:Done processing fstab files
I:Trying to prepare system from super partition
I:Trying to prepare system_ext from super partition
I:Trying to prepare product from super partition
I:Trying to prepare vendor from super partition
I:Trying to prepare odm from super partition
I:Can't probe device /dev/block/sda28
I:Unable to mount '/data'
I:Actual block device: '/dev/block/sda28', current file system: 'f2fs'
I:Using automatic handling for /data/media emulated storage device.
I:Setting up '/data' as data/media emulated storage.
I:Can't probe device /dev/block/sda28
I:Unable to mount '/data'
I:Actual block device: '/dev/block/sda28', current file system: 'f2fs'
I:Backup folder set to '/data/media/TWRP/BACKUPS/L8AIB761A89173M'
I:Settings storage is '/data/media'
I:PrepDecrypt::File Based Encryption (FBE) is present.
I:PrepDecrypt::SETPATCH=false, skip_initramfs flag, or ro.boot.fastboot found.
I:PrepDecrypt::crypto.ready=1
I:PrepDecrypt::Script complete. Device ready for decryption.
I:Successfully decrypted metadata encrypted data partition with new block device: '/dev/block/dm-9'
I:File Based Encryption is present
SELinux: Skipping /product_file_contexts: empty file
SELinux: Skipping /odm_file_contexts: empty file
SELinux: Loaded file_contexts
Unable to locate gatekeeper password file '/data/system/gatekeeper.pattern.key'
I:PageManager::LoadFileToBuffer loading filename: '/data/system/users/0.xml' directly
Unable to locate gatekeeper password file '/data/system/gatekeeper.pattern.key'
I:User 0 is not decrypted.
Attempting to decrypt FBE for user 0...
Unable to locate gatekeeper password file '/data/system/gatekeeper.pattern.key'
SELinux: Skipping /product_file_contexts: empty file
SELinux: Skipping /odm_file_contexts: empty file
SELinux: Loaded file_contexts
User 0 Decrypted Successfully!
User 0 Decrypted Successfully
I:All found users are decrypted.
Data successfully decrypted
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/L8AIB761A89173M'
Updating partition details...
I:checking for twrp app
I:/system/bin/mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
I:Data backup size is 433MB, free: 89313MB.
...done
I:/system/bin/mount -o bind '/data/media/0' '/sdcard' process ended with RC=0
/data | /dev/block/dm-9 | Size: 106390MB Used: 433MB Free: 89313MB Backup Size: 433MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Is_Encrypted Is_Decrypted 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/sda28
Decrypted_Block_Device: /dev/block/dm-9
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media/0
Current_File_System: f2fs
Fstab_File_System: f2fs
Backup_Method: files
Mount_Flags: 1030, Mount_Options: discard,reserve_root=32768,resgid=1065,fsync_mode=nobarrier
MTP_Storage_ID: 65539
Metadata Key Directory: /metadata/vold/metadata_encryption
I:Unmounting main partitions...
Successfully decrypted with default password.
I:Decrypt adopted storage starting
I:PageManager::LoadFileToBuffer loading filename: '/data/system/storage.xml' directly
I:No /data/system/storage.xml for adopted storage
/super | /dev/block/by-name/super | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Alternate_Block_Device: /dev/block/by-name/super
Display_Name: super
Backup_Path: /super
Backup_Name: super
Backup_Display_Name: Super (System, Vendor, Product, Odm)
Current_File_System: emmc
Backup_Method: dd
I:Unmounting main partitions...
I:Overriding ro.build.product with value: "ZS670KS" from system property ro.build.product
I:Overriding ro.build.fingerprint with value: "asus/WW_I002D/ASUS_I002D:11/RKQ1.200710.002/30.41.69.51_20210420:user/release-keys" from system property ro.system.build.fingerprint
I:Overriding ro.build.version.incremental with value: "30.41.69.51_20210420" from system property ro.build.version.incremental
I:Overriding ro.product.device with value: "qssi" from system property ro.product.system.device
I:Overriding ro.product.model with value: "ASUS_I002D" from system property ro.product.system.model
I:Overriding ro.product.name with value: "WW_Phone" from system property ro.product.system.name
Updating partition details...
I:checking for twrp app
I:Data backup size is 433MB, free: 89313MB.
...done
SELinux contexts loaded from /file_contexts
Full SELinux support is present.
tw_get_context got selinux context: u:object_r:media_rw_data_file:s0
I:Got default contexts and file mode for storage files.
Partition Logs:
/system_root | /dev/block/dm-4 | Size: 3077MB Used: 3068MB Free: 9MB Backup Size: 3068MB
Flags: Can_Be_Mounted IsPresent SlotSelect Mount_Read_Only
Primary_Block_Device: /dev/block/dm-4
Display_Name: System
Storage_Name: System
Backup_Path: /system_root
Backup_Name: system
Backup_Display_Name: System
Storage_Path: /system_root
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/system_ext | /dev/block/dm-5 | Size: 195MB Used: 194MB Free: 0MB Backup Size: 194MB
Flags: Can_Be_Mounted IsPresent SlotSelect Mount_Read_Only
Primary_Block_Device: /dev/block/dm-5
Display_Name: system_ext
Storage_Name: system_ext
Backup_Path: /system_ext
Backup_Name: system_ext
Backup_Display_Name: system_ext
Storage_Path: /system_ext
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/product | /dev/block/dm-6 | Size: 1168MB Used: 1164MB Free: 3MB Backup Size: 1164MB
Flags: Can_Be_Mounted IsPresent SlotSelect Mount_Read_Only
Primary_Block_Device: /dev/block/dm-6
Display_Name: Product
Storage_Name: Product
Backup_Path: /product
Backup_Name: Product
Backup_Display_Name: Product
Storage_Path: /product
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/vendor | /dev/block/dm-7 | Size: 1137MB Used: 1134MB Free: 3MB Backup Size: 1134MB
Flags: Can_Be_Mounted IsPresent SlotSelect Mount_Read_Only
Primary_Block_Device: /dev/block/dm-7
Display_Name: Vendor
Storage_Name: Vendor
Backup_Path: /vendor
Backup_Name: vendor
Backup_Display_Name: Vendor
Storage_Path: /vendor
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/odm | /dev/block/dm-8 | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted IsPresent SlotSelect Mount_Read_Only
Primary_Block_Device: /dev/block/dm-8
Display_Name: ODM
Storage_Name: ODM
Backup_Path: /odm
Backup_Name: ODM
Backup_Display_Name: ODM
Storage_Path: /odm
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
Mount_Flags: 0, Mount_Options: barrier=1,discard
/data | /dev/block/dm-9 | Size: 106390MB Used: 433MB Free: 89313MB Backup Size: 433MB
Flags: Can_Be_Mounted Can_Be_Wiped Can_Be_Backed_Up Wipe_During_Factory_Reset Wipe_Available_in_GUI IsPresent Can_Be_Encrypted Is_Encrypted Is_Decrypted 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/sda28
Decrypted_Block_Device: /dev/block/dm-9
Display_Name: Data
Storage_Name: Internal Storage
Backup_Path: /data
Backup_Name: data
Backup_Display_Name: Data
Storage_Path: /data/media/0
Current_File_System: f2fs
Fstab_File_System: f2fs
Backup_Method: files
Mount_Flags: 1030, Mount_Options: discard,reserve_root=32768,resgid=1065,fsync_mode=nobarrier
MTP_Storage_ID: 65539
Metadata Key Directory: /metadata/vold/metadata_encryption
/misc | /dev/block/sda3 | Size: 1MB
Flags: IsPresent
Primary_Block_Device: /dev/block/sda3
Display_Name: misc
Storage_Name: misc
Backup_Path: /misc
Backup_Name: misc
Backup_Display_Name: misc
Storage_Path: /misc
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/asuskey | /dev/block/sdg2 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /sysconf
Primary_Block_Device: /dev/block/sdg2
Display_Name: asuskey
Storage_Name: asuskey
Backup_Path: /asuskey
Backup_Name: asuskey
Backup_Display_Name: asuskey
Storage_Path: /asuskey
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/asuskey2 | /dev/block/sdg3 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /sysconf
Primary_Block_Device: /dev/block/sdg3
Display_Name: asuskey2
Storage_Name: asuskey2
Backup_Path: /asuskey2
Backup_Name: asuskey2
Backup_Display_Name: asuskey2
Storage_Path: /asuskey2
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/asuskey3 | /dev/block/sdg4 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /sysconf
Primary_Block_Device: /dev/block/sdg4
Display_Name: asuskey3
Storage_Name: asuskey3
Backup_Path: /asuskey3
Backup_Name: asuskey3
Backup_Display_Name: asuskey3
Storage_Path: /asuskey3
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/asuskey4 | /dev/block/sdg5 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /sysconf
Primary_Block_Device: /dev/block/sdg5
Display_Name: asuskey4
Storage_Name: asuskey4
Backup_Path: /asuskey4
Backup_Name: asuskey4
Backup_Display_Name: asuskey4
Storage_Path: /asuskey4
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/asuskey5 | /dev/block/sdg6 | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /sysconf
Primary_Block_Device: /dev/block/sdg6
Display_Name: asuskey5
Storage_Name: asuskey5
Backup_Path: /asuskey5
Backup_Name: asuskey5
Backup_Display_Name: asuskey5
Storage_Path: /asuskey5
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/asuskey6 | /dev/block/sdg7 | Size: 26MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /sysconf
Primary_Block_Device: /dev/block/sdg7
Display_Name: asuskey6
Storage_Name: asuskey6
Backup_Path: /asuskey6
Backup_Name: asuskey6
Backup_Display_Name: asuskey6
Storage_Path: /asuskey6
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/batinfo | /dev/block/sda13 | Size: 26MB Used: 0MB Free: 26MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/sda13
Display_Name: Battery Info
Storage_Name: Battery Info
Backup_Path: /batinfo
Backup_Name: batinfo
Backup_Display_Name: Battery Info
Storage_Path: /batinfo
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/bluetooth | /dev/block/bootdevice/by-name/bluetooth_a | Size: 1MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent SlotSelect
SubPartition_Of: /modem
Primary_Block_Device: /dev/block/bootdevice/by-name/bluetooth
Display_Name: bluetooth
Storage_Name: bluetooth
Backup_Path: /bluetooth
Backup_Name: bluetooth
Backup_Display_Name: bluetooth
Storage_Path: /bluetooth
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/boot | /dev/block/bootdevice/by-name/boot_a | Size: 96MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
Primary_Block_Device: /dev/block/bootdevice/by-name/boot
Display_Name: Boot
Storage_Name: boot
Backup_Path: /boot
Backup_Name: boot
Backup_Display_Name: Boot
Storage_Path: /boot
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/dsp | /dev/block/bootdevice/by-name/dsp_a | Size: 64MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent SlotSelect
SubPartition_Of: /modem
Primary_Block_Device: /dev/block/bootdevice/by-name/dsp
Display_Name: dsp
Storage_Name: dsp
Backup_Path: /dsp
Backup_Name: dsp
Backup_Display_Name: dsp
Storage_Path: /dsp
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/dtbo | /dev/block/bootdevice/by-name/dtbo_a | Size: 24MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
Primary_Block_Device: /dev/block/bootdevice/by-name/dtbo
Display_Name: DTBO
Storage_Name: DTBO
Backup_Path: /dtbo
Backup_Name: dtbo
Backup_Display_Name: DTBO
Storage_Path: /dtbo
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/efs1 | /dev/block/sdf3 | Size: 5MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent
Primary_Block_Device: /dev/block/sdf3
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/sdf4 | Size: 5MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs1
Primary_Block_Device: /dev/block/sdf4
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
/efs3 | /dev/block/sdf2 | Size: 5MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs1
Primary_Block_Device: /dev/block/sdf2
Display_Name: efs3
Storage_Name: efs3
Backup_Path: /efs3
Backup_Name: efs3
Backup_Display_Name: efs3
Storage_Path: /efs3
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/efs3_CA | /dev/block/sdf5 | Size: 5MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs1
Primary_Block_Device: /dev/block/sdf5
Display_Name: efs3_CA
Storage_Name: efs3_CA
Backup_Path: /efs3_CA
Backup_Name: efs3_CA
Backup_Display_Name: efs3_CA
Storage_Path: /efs3_CA
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/efsc | /dev/block/sdf6 | Size: 43MB
Flags: Can_Be_Backed_Up Is_SubPartition IsPresent
SubPartition_Of: /efs1
Primary_Block_Device: /dev/block/sdf6
Display_Name: efsc
Storage_Name: efsc
Backup_Path: /efsc
Backup_Name: efsc
Backup_Display_Name: efsc
Storage_Path: /efsc
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/mmcblk0p1
Display_Name: Micro SD Card
Storage_Name: Micro SD Card
Backup_Path: /external_sd
Backup_Name: external_sd
Backup_Display_Name: Micro SD Card
Storage_Path: /external_sd
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
Mount_Flags: 6, Mount_Options: utf8
MTP_Storage_ID: 65537
/firmware | /dev/block/bootdevice/by-name/modem_a | Size: 394MB Used: 156MB Free: 237MB Backup Size: 156MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Mount_To_Decrypt SlotSelect Mount_Read_Only
Primary_Block_Device: /dev/block/bootdevice/by-name/modem
Display_Name: Firmware
Storage_Name: Firmware
Backup_Path: /firmware
Backup_Name: firmware
Backup_Display_Name: Firmware
Storage_Path: /firmware
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
Mount_Flags: 0, Mount_Options: shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0
/metadata | /dev/block/sda27 | Size: 11MB Used: 0MB Free: 11MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent
Primary_Block_Device: /dev/block/sda27
Display_Name: Metadata
Storage_Name: Metadata
Backup_Path: /metadata
Backup_Name: metadata
Backup_Display_Name: Metadata
Storage_Path: /metadata
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/modem | /dev/block/bootdevice/by-name/modem_a | Size: 195MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent SlotSelect
Primary_Block_Device: /dev/block/bootdevice/by-name/modem
Display_Name: Modem
Storage_Name: Modem
Backup_Path: /modem
Backup_Name: modem
Backup_Display_Name: Modem
Storage_Path: /modem
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/persist | /dev/block/sda2 | Size: 26MB Used: 1MB Free: 25MB Backup Size: 1MB
Flags: Can_Be_Mounted Can_Be_Wiped IsPresent Mount_Read_Only
Primary_Block_Device: /dev/block/sda2
Display_Name: Persist
Storage_Name: Persist
Backup_Path: /persist
Backup_Name: persist
Backup_Display_Name: Persist
Storage_Path: /persist
Current_File_System: ext4
Fstab_File_System: ext4
Backup_Method: files
/persist_image | /dev/block/sda2 | Size: 32MB
Flags: Can_Be_Backed_Up IsPresent
Primary_Block_Device: /dev/block/sda2
Display_Name: Persist
Storage_Name: Persist
Backup_Path: /persist_image
Backup_Name: persist_image
Backup_Display_Name: Persist
Storage_Path: /persist_image
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/recovery | /dev/block/bootdevice/by-name/recovery_a | Size: 100MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
Primary_Block_Device: /dev/block/bootdevice/by-name/recovery
Display_Name: Recovery
Storage_Name: Recovery
Backup_Path: /recovery
Backup_Name: recovery
Backup_Display_Name: Recovery
Storage_Path: /recovery
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/sysconf | /dev/block/sdg1 | Size: 0MB
Flags: Can_Be_Backed_Up Has_SubPartition IsPresent
Primary_Block_Device: /dev/block/sdg1
Display_Name: System Configuration Keys
Storage_Name: System Configuration Keys
Backup_Path: /sysconf
Backup_Name: sysconf
Backup_Display_Name: System Configuration Keys
Storage_Path: /sysconf
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/usbstorage | | Size: 0MB Used: 0MB Free: 0MB Backup Size: 0MB
Flags: Can_Be_Mounted Can_Be_Wiped Wipe_Available_in_GUI Removable Is_Storage
Primary_Block_Device: /dev/block/sdh1
Alternate_Block_Device: /dev/block/sdh
Display_Name: USB Storage
Storage_Name: USB Storage
Backup_Path: /usbstorage
Backup_Name: usbstorage
Backup_Display_Name: USB Storage
Storage_Path: /usbstorage
Current_File_System: vfat
Fstab_File_System: vfat
Backup_Method: files
Mount_Flags: 0, Mount_Options: utf8
MTP_Storage_ID: 65538
/vbmeta | /dev/block/bootdevice/by-name/vbmeta_a | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
Primary_Block_Device: /dev/block/bootdevice/by-name/vbmeta
Display_Name: VBMeta
Storage_Name: VBMeta
Backup_Path: /vbmeta
Backup_Name: vbmeta
Backup_Display_Name: VBMeta
Storage_Path: /vbmeta
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/vbmeta_system | /dev/block/bootdevice/by-name/vbmeta_system_a | Size: 0MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img SlotSelect
Primary_Block_Device: /dev/block/bootdevice/by-name/vbmeta_system
Display_Name: VBMeta System
Storage_Name: VBMeta System
Backup_Path: /vbmeta_system
Backup_Name: vbmeta_system
Backup_Display_Name: VBMeta System
Storage_Path: /vbmeta_system
Current_File_System: emmc
Fstab_File_System: emmc
Backup_Method: dd
/super | /dev/block/by-name/super | Size: 12288MB
Flags: Can_Be_Backed_Up IsPresent Can_Flash_Img
Alternate_Block_Device: /dev/block/by-name/super
Display_Name: super
Backup_Path: /super
Backup_Name: super
Backup_Display_Name: Super (System, Vendor, Product, Odm)
Current_File_System: emmc
Backup_Method: dd
I:No custom recovery folder found. Using TWRP as default.
I:Attempt to load settings from settings file...
I:InfoManager loading from '/data/media/0/TWRP/.twrps'.
I:No custom recovery folder found. Using TWRP as default.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/L8AIB761A89173M'
I:Mount: Unable to find partition for path '/etc'
I:Copied file /etc/recovery.fstab to /data/recovery/recovery.fstab
I:Version number saved to '/data/recovery/.version'
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
I:Unable to mount '/usbstorage'
I:Actual block device: '', current file system: 'vfat'
I:TWFunc::Set_Brightness: Setting brightness control to 420
I:Starting MTP
I:Cannot find file /sys/class/android_usb/android0/idVendor
I:Cannot find file /sys/class/android_usb/android0/idProduct
I:sending message to add 65539 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65539 '/data/media/0'
MTP Enabled
I:[MTP] Starting MTP
I:Attempt to load settings from settings file...
I:InfoManager loading from '/data/media/0/TWRP/.twrps'.
I:No custom recovery folder found. Using TWRP as default.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/L8AIB761A89173M'
I:Mount: Unable to find partition for path '/etc'
I:Copied file /etc/recovery.fstab to /data/recovery/recovery.fstab
I:Version number saved to '/data/recovery/.version'
I:Unable to mount '/external_sd'
I:Actual block device: '', current file system: 'vfat'
I:Unable to mount '/usbstorage'
I:Actual block device: '', current file system: 'vfat'
I:TWFunc::Set_Brightness: Setting brightness control to 420
I:Copied file /data/recovery/log.gz to /data/recovery/last_log.gz
I:Starting Adb Backup FIFO
I:PageManager::LoadFileToBuffer loading filename: '/twres/languages/en.xml' directly
parsing languageFile
parsing languageFile done
I:Translating partition display names
I:No custom recovery folder found. Using TWRP as default.
I:Backup folder set to '/data/media/0/TWRP/BACKUPS/L8AIB761A89173M'
I:checking for twrp app
I:App not installed
I:Switching packages (TWRP)
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:[MTP] created new mtpserver object
E:[MTP] Failed to start usb driver!I:[MTP] mtppipe add storage 65539 '/data/media/0'
I:Set page: 'install'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'restore'
I:Unable to open '/data/media/0/TWRP/BACKUPS/L8AIB761A89173M'
I:Unable to open '/data/media/0/TWRP/BACKUPS'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'sideload'
I:Set page: 'action_page'
I:operation_start: 'Sideload'
Starting ADB sideload feature...
E:[MTP] request read returned -1, errno: 5I:Cannot find file /sys/class/android_usb/android0/idVendor
I:Cannot find file /sys/class/android_usb/android0/idProduct
I:Disabling MTP
minadbd I 06-06 11:36:22 780 781 usb_ffs.cpp:232] opening control endpoint /dev/usb-ffs/adb/ep0
minadbd I 06-06 11:36:22 780 781 usb.cpp:180] UsbFfsConnection constructed
minadbd I 06-06 11:36:22 780 782 usb.cpp:311] USB event: FUNCTIONFS_BIND
minadbd I 06-06 11:36:22 780 782 usb.cpp:311] USB event: FUNCTIONFS_ENABLE
minadbd I 06-06 11:37:11 780 780 adb.cpp:110] UsbFfs: already offline
minadbd I 06-06 11:37:20 780 785 minadbd_services.cpp:110] sideload-host file size 570596635, block size 65536
Installing zip file '/sideload/package.zip'
unknown fuse request opcode 2016
I:TWFunc::Set_Brightness: Setting brightness control to 5
Unmounting System...
I:AB zip
Flashing A/B zip to inactive slot: B
I:Mount: Unable to find partition for path '/system'
I:Copied file /system/bin/sh to /tmp/sh
I:has_legacy_properties: Could not open /tmp/updater: No such file or directory!
I:Legacy property environment not used in updater.
unknown fuse request opcode 2016
target_build: 21
[0606/113721.211993:INFO:sideload_main.cc(201)] Update Engine Sideloading starting
[0606/113721.214077:INFO:boot_control_android.cc(76)] Loaded boot control hidl hal.
[0606/113721.218165:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218217:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218251:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218283:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218315:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218384:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218435:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218469:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.218890:INFO:update_attempter_android.cc(259)] Using this install plan:
[0606/113721.218943:INFO:install_plan.cc(83)] InstallPlan: new_update, version: , source_slot: A, target_slot: B, url: file:///sideload/package.zip, payload: (size: 570592450, metadata_size: 49692, metadata signature: , hash: C3152FB39F07C4EC0CCE3B1FE3105847343961E41403B70CCD0875FB01C550F9, payload type: unknown), hash_checks_mandatory: false, powerwash_required: false, switch_slot_on_reboot: true, run_post_install: true, is_rollback: false, write_verity: true
[0606/113721.219110:INFO:metrics_utils.cc(349)] Number of Reboots during current update attempt = 0
[0606/113721.219158:INFO:metrics_utils.cc(357)] Payload Attempt Number = 1
[0606/113721.219195:INFO:metrics_utils.cc(374)] Update Monotonic Timestamp Start = 1/1/1970 0:01:27 GMT
[0606/113721.219440:INFO:metrics_utils.cc(383)] Update Boot Timestamp Start = 1/1/1970 0:01:27 GMT
[0606/113721.219478:INFO:update_attempter_android.cc(580)] Scheduling an action processor start.
[0606/113721.219537:INFO:action_processor.cc(51)] ActionProcessor: starting UpdateBootFlagsAction
[0606/113721.219573:INFO:update_boot_flags_action.cc(45)] Marking booted slot as good.
[0606/113721.236023:INFO:action_processor.cc(116)] ActionProcessor: finished UpdateBootFlagsAction with code ErrorCode::kSuccess
[0606/113721.236204:INFO:action_processor.cc(143)] ActionProcessor: starting InstallPlanAction
[0606/113721.236261:INFO:action_processor.cc(116)] ActionProcessor: finished InstallPlanAction with code ErrorCode::kSuccess
[0606/113721.236296:INFO:action_processor.cc(143)] ActionProcessor: starting DownloadAction
[0606/113721.236338:INFO:install_plan.cc(83)] InstallPlan: new_update, version: , source_slot: A, target_slot: B, url: file:///sideload/package.zip, payload: (size: 570592450, metadata_size: 49692, metadata signature: , hash: C3152FB39F07C4EC0CCE3B1FE3105847343961E41403B70CCD0875FB01C550F9, payload type: unknown), hash_checks_mandatory: false, powerwash_required: false, switch_slot_on_reboot: true, run_post_install: true, is_rollback: false, write_verity: true
[0606/113721.236378:INFO:download_action.cc(199)] Marking new slot as unbootable
[0606/113721.251469:INFO:multi_range_http_fetcher.cc(45)] starting first transfer
[0606/113721.251521:INFO:multi_range_http_fetcher.cc(74)] starting transfer of range 1165+570592450
unknown fuse request opcode 2016
[0606/113721.255689:INFO:delta_performer.cc(208)] Completed 0/? operations, 16384/570592450 bytes downloaded (0%), overall progress 0%
Step 1/2[0606/113721.275034:INFO:delta_performer.cc(519)] Manifest size in payload matches expected value from Omaha
[0606/113721.275202:INFO:delta_performer.cc(1612)] Verifying using public key: /etc/update_engine/update-payload-key.pub.pem
[0606/113721.275393:INFO:payload_verifier.cc(58)] signature blob size = 267
[0606/113721.275738:ERROR:payload_verifier.cc(84)] None of the 1 signatures is correct. Expected hash before padding:
[0606/113721.275780:INFO:utils.cc(439)] Logging array of length: 32
[0606/113721.275827:INFO:utils.cc(456)] 0x00000000 : 6f 6b 04 66 07 3d 05 64 bd a5 45 d2 eb 9e a7 c0
[0606/113721.275868:INFO:utils.cc(456)] 0x00000010 : da 34 af c4 b2 1c 26 80 9c 97 b7 c7 e7 08 fe 2f
[0606/113721.275899:ERROR:payload_verifier.cc(87)] But found decrypted hashes:
[0606/113721.275931:INFO:utils.cc(439)] Logging array of length: 256
[0606/113721.275971:INFO:utils.cc(456)] 0x00000000 : 99 db ff 6a 3d 83 45 5d a6 92 09 cc 64 76 6b 09
[0606/113721.276011:INFO:utils.cc(456)] 0x00000010 : 9f 40 26 a9 da 30 7d d2 ba bc b4 8d 2c fd 56 1e
[0606/113721.276050:INFO:utils.cc(456)] 0x00000020 : 3c 4f 60 f3 f2 2b a1 f5 9d e7 01 95 30 d0 57 4f
[0606/113721.276093:INFO:utils.cc(456)] 0x00000030 : b0 b4 4d e8 65 ba be e3 6f c3 7b ef 7a ab 3e 0d
[0606/113721.276147:INFO:utils.cc(456)] 0x00000040 : 72 47 8d a3 0e cf 25 9a 33 24 46 1f 0f 48 41 19
[0606/113721.276195:INFO:utils.cc(456)] 0x00000050 : c7 6b 4b 70 4d 32 0d cb d5 79 05 d8 db e1 a7 80
[0606/113721.276254:INFO:utils.cc(456)] 0x00000060 : 40 56 d5 55 3e b1 d1 86 88 4c c6 83 b4 71 52 b0
[0606/113721.276301:INFO:utils.cc(456)] 0x00000070 : 2b 21 ee 91 91 8f 85 ed 5d f6 77 ce 37 97 14 00
[0606/113721.276349:INFO:utils.cc(456)] 0x00000080 : 7e 3a 1a 01 db ac fe 28 29 6c 6a 6d e9 ed cf 8a
[0606/113721.276396:INFO:utils.cc(456)] 0x00000090 : 35 2f 82 2f b2 2c f9 e6 7f 84 10 90 46 0f 2c 57
[0606/113721.276443:INFO:utils.cc(456)] 0x000000a0 : 20 34 4b 1d fc ec b8 7e 70 b0 7c cf e9 8d 3f fb
[0606/113721.276489:INFO:utils.cc(456)] 0x000000b0 : b2 9a b6 f6 49 9e ad 18 c5 e7 94 4c fc eb a8 c6
[0606/113721.276536:INFO:utils.cc(456)] 0x000000c0 : 1a 0b 1a 94 6f 40 a9 32 b3 f5 1a e9 6d 8c 8a b6
[0606/113721.276582:INFO:utils.cc(456)] 0x000000d0 : f4 95 59 65 34 8b f3 6d 2b b9 83 4e 11 57 71 d2
[0606/113721.276629:INFO:utils.cc(456)] 0x000000e0 : 17 d3 cf 0f b3 fa 17 9d cc b2 5c 11 2b 69 30 eb
[0606/113721.276676:INFO:utils.cc(456)] 0x000000f0 : 06 cb 3b ec 7d 08 43 07 b7 a8 98 4e f8 34 d3 21
[0606/113721.276717:ERROR:payload_metadata.cc(230)] Manifest hash verification failed.
[0606/113721.276757:WARNING:delta_performer.cc(549)] Ignoring metadata signature validation failures
[0606/113721.278866:INFO:delta_performer.cc(1643)] Detected a 'full' payload.
[0606/113721.291184:INFO:dynamic_partition_control_android.cc(139)] Successfully unmapped system_b from device mapper.
[0606/113721.298369:INFO:dynamic_partition_control_android.cc(139)] Successfully unmapped product_b from device mapper.
[0606/113721.300796:INFO:dynamic_partition_control_android.cc(196)] Loaded metadata from slot A in /dev/block/bootdevice/by-name/super
[0606/113721.300893:INFO:boot_control_android.cc(381)] Updated partition system_b with size 1125117952
[0606/113721.300931:ERROR:boot_control_android.cc(373)] Cannot find partition system_ext_b
[0606/113721.300974:ERROR:delta_performer.cc(973)] Unable to initialize partition metadata for slot B
[0606/113721.301012:ERROR:download_action.cc(336)] Error ErrorCode::kInstallDeviceOpenError (7) in DeltaPerformer's Write method when processing the received payload -- Terminating processing
[0606/113721.301140:INFO:multi_range_http_fetcher.cc(177)] Received transfer terminated.
[0606/113721.301187:INFO:multi_range_http_fetcher.cc(129)] TransferEnded w/ code 200
[0606/113721.301220:INFO:multi_range_http_fetcher.cc(131)] Terminating.
[0606/113721.304292:INFO:action_processor.cc(116)] ActionProcessor: finished DownloadAction with code ErrorCode::kInstallDeviceOpenError
[0606/113721.304352:INFO:action_processor.cc(121)] ActionProcessor: Aborting processing due to failure.
[0606/113721.304395:INFO:update_attempter_android.cc(468)] Processing Done.
[0606/113721.304429:INFO:dynamic_partition_control_android.cc(150)] Destroying [] from device mapper
Error applying update: 7 (ErrorCode::kInstallDeviceOpenError)[0606/113721.304714:ERROR:prefs.cc(85)] storage_->DeleteKey(key) failed.
[0606/113721.304789:INFO:dynamic_partition_control_android.cc(150)] Destroying [] from device mapper
Updater process ended with ERROR: 1
To flash additional zips, please reboot recovery to switch to the updated slot.
I:Install took 0 second(s).
I:Cannot find file /sys/class/android_usb/android0/idVendor
I:Cannot find file /sys/class/android_usb/android0/idProduct
I:sending message to add 65539 '/data/media/0' 'Internal Storage'
I:Message sent, add storage ID: 65539 '/data/media/0'
I:Set page: 'action_complete'
I:TWFunc::Set_Brightness: Setting brightness control to 420
I:[MTP] Starting MTP
I:operation_end - status=1
I:[MTP] created new mtpserver object
E:[MTP] Failed to start usb driver!I:[MTP] mtppipe add storage 65539 '/data/media/0'
I:Set page: 'clear_vars'
I:Set page: 'advanced'
I:Set page: 'copylog'
I:Set page: 'action_page'
I:operation_start: 'Copy Log'
Click to expand...
Click to collapse
because you dont follow the process.
:ERROR:boot_control_android.cc(373)] Cannot find partition system_ext_b
you have A11 only on one slot. (A) Slot b have A10 with no system_ext partiton
flash last official FW twice with twrp

Categories

Resources