[Please help] Cwm backup error and gltools error
[Please help] Cwm backup error and gltools error
(26-01-2021, 09:36 PM)Circuit001 hello I have the following problem: when trying to make a backup from cwm recovery, when it finishes it says: failed creation: / system and the backup is not created, additionally when trying to install the gltools app I have the error of cannot install library, it says that my / systen partition is read only, how can I fix that? I think that the cwm error and that of the app may be related because the / system partition is read-only, in addition to saying that in cwm I have the mount system option activated
(27-01-2021, 11:23 AM)X3non(26-01-2021, 09:36 PM)Circuit001 hello I have the following problem: when trying to make a backup from cwm recovery, when it finishes it says: failed creation: / system and the backup is not created, additionally when trying to install the gltools app I have the error of cannot install library, it says that my / systen partition is read only, how can I fix that? I think that the cwm error and that of the app may be related because the / system partition is read-only, in addition to saying that in cwm I have the mount system option activated
device model?
(27-01-2021, 01:18 PM)Circuit001 It is not known but I leave you captures is unisoc sc7731
(28-01-2021, 12:30 PM)X3non(27-01-2021, 01:18 PM)Circuit001 It is not known but I leave you captures is unisoc sc7731
is this device rooted?
did you try using twrp?
lastly, check the mount point of /system within cwm's /ramdisk/etc/recovery.fstab and ensure that it's correct or matches that within stock recovery
(28-01-2021, 02:36 PM)Circuit001 Yes i have root, the strange thing is that before gltools worked it did not give that error and it installed well, but then I installed something else and it gave me bootloop and flashed the stock rom and then when I re-rooted with magisk and tried to install gltools it gave that / system is read only error but before it worked, cwm error always gave it before and after flash of stock rom
mount -o rw,remount /system
(28-01-2021, 05:09 PM)X3non(28-01-2021, 02:36 PM)Circuit001 Yes i have root, the strange thing is that before gltools worked it did not give that error and it installed well, but then I installed something else and it gave me bootloop and flashed the stock rom and then when I re-rooted with magisk and tried to install gltools it gave that / system is read only error but before it worked, cwm error always gave it before and after flash of stock rom
have you tried remounting /system as rw? in adb or terminal with root
and the cwm issue is most likely from the fstab file, you can extract the recoveries using android image kitchen from xdaCode:mount -o rw,remount /system
(28-01-2021, 06:29 PM)Circuit001(28-01-2021, 05:09 PM)X3non(28-01-2021, 02:36 PM)Circuit001 Yes i have root, the strange thing is that before gltools worked it did not give that error and it installed well, but then I installed something else and it gave me bootloop and flashed the stock rom and then when I re-rooted with magisk and tried to install gltools it gave that / system is read only error but before it worked, cwm error always gave it before and after flash of stock rom
have you tried remounting /system as rw? in adb or terminal with root
and the cwm issue is most likely from the fstab file, you can extract the recoveries using android image kitchen from xdaCode:mount -o rw,remount /system
(28-01-2021, 06:36 PM)Circuit001 I just tried the command in adb shell but it didn't work, it keeps giving me the same gltools error, I don't understand what it could be if before flashing the stock rom it worked, I will attach the recovery log that is generated when I try to create a backup in cwm and I also attach my recoveryStyock.fstab and my cwm recovery.fstab I think it's fine mounting the routes of my stock r ecovery and the cwm recovery
Edit: The recovery log file have size:0.00bits and not open, can not even create recovery log
(29-01-2021, 10:36 AM)X3non(28-01-2021, 06:36 PM)Circuit001 I just tried the command in adb shell but it didn't work, it keeps giving me the same gltools error, I don't understand what it could be if before flashing the stock rom it worked, I will attach the recovery log that is generated when I try to create a backup in cwm and I also attach my recoveryStyock.fstab and my cwm recovery.fstab I think it's fine mounting the routes of my stock r ecovery and the cwm recovery
Edit: The recovery log file have size:0.00bits and not open, can not even create recovery log
in adb shell, you'd need to run the "su" command before running the mount command
alternatively, you could try flashing back full stock firmware or at least system.img ; see if that fixes it
for cwm, you can try a different point using the guide @ https://www.hovatek.com/forum/thread-11203.html
replace "/dev/block/platform/sdio_emmc/by-name/system" with "/dev/block/mmcblk0p**"
the astericks should match that of system