How can i leave a system_image folder? - LeEco Le Max 2 Questions & Answers

How can i remove a system_image folder?

Related

[Q] /cache dir

Using root explorer I see my /cache directory contains a lot of .apk files (like "Downloadfile-x.apk where x is from 1 to 12) and some .jpg (corr.) files.
What kind of reposotory is it? Can I remove theese files? Is it safe?
after a backup I removed all files.
No problem

Restoring efs backup

I need help restoring my efs backup i've all ready deleted the two .bin (nv_data.bin and nv_data.bin.md5) files and changed the two .bak into .bin nv_data.bak and nv_data.bak.md5) turned it back into a .tar.gz and put it back on my phone in a folder called efs_backup on my internal sd card. I then typed this into teminal emulator (adb shell*suumount /efsmke2fs /dev/block/mmcblk0p1mount -w -t ext4 /dev/block/mmcblk0p1 /efsbusybox tar zxvf /sdcard/efs-backup.tar.gz -C /) what am I doing wrong???

[Q]unlink folder linked with rootexplorer

i have linked a folder from /sdext to a folder in /data use rootexplorer
how to unlink this folder?

unable to mount the Internal Storage, system, cache and data.

hello'
1- LG L3 stack on logo even after recovery.
I managed to install TWRP through SRKTOLLS2.1.
When I try to install a ROM ZIP file I'm having post:
unable to mount the Internal Storage, system, cache and data.
ADB interface device I manage to see the folders and system files.
*/ SDCARD is empty and there is no file.
/BOOT is empty and there is no file
/cache & /data folders contain folders in the name of lost + found,
/dev contains several directories,
/etc contains files: fstab, mtab, recovery.fstab and to more,
and the other system folders'
I can explorer them via TWRP file manager a and see the contents of folders, copy files or move files.
TNX :good:

android - 9 safe to flash modified vendor.img on a device with unlocked bootloader

I want to move /system /vendor /cache /data to microSD card by editing /vendor/etc/fstab.mt6765 and other files on /vendor.
modified /vendor/etc/fstab.mt6765
Code:
/dev/block/mmcblk1p2 / ext4 ro wait,recoveryonly
/dev/block/mmcblk1p3 /vendor ext4 ro wait,recoveryonly
/dev/block/mmcblk1p4 /cache ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check,formattable
/dev/block/mmcblk1p5 /data ext4 noatime,nosuid,nodev,noauto_da_alloc,errors=panic wait,check,quota,reservedsize=128M,formattable
I have extracted vendor.img from OTA.zip and searched and replaced strings like
/dev/**/**/**/system with /dev/block/mmcblk1p2
and
/dev/**/**/**/data with /dev/block/mmcblk1p5.
I have unlocked the bootloader using
Code:
fastboot flashing unlock
.
I am not modifing /system. I will copy system.img from OTA.zip to sdcard using dd.
since I am not modifing /system I think it is safe. Is there possibility of issues with dm-verity?
Have I disabled dm-verity by unlocking the bootloader?
On an android-6 device with no /vendor partition I have moved /system /data /cache and /nvdata to sdcard by modifing boot.img.
But this android-9 device uses System-as-root ( /system is mounted at / ) and boot.img doesn't have fstab.** and .rc files. Some .rc files are in /system (mounted at / ) and other .rc files and fstab are in /vendor/etc/
Is it safe to flash modified vendor.img using
Code:
fastboot flash vendor vendor.img

Categories

Resources