Hey friends. I'm trying to make changes within the LG Classic system files.
First I tried push
command in ADB.
push xxx.apk /system/app
I got the following error:
adb: error: failed to copy 'xxx.apk' to '/system/app/': remote secure_mkdirs failed: Read-only file system
Then I tried to remount the system as read-write:
mount -o remount,rw /system
I got the following error:
mount: '/dev/block/platform/soc/7824900.sdhci/by-name/system' not user mountable in fstab
I tried to pull the '/dev/block/platform/soc/7824900.sdhci/by-name/system' file. And again I got Denied.
Then I tried a few more ways to remount the system, they all failed.
Anyone have an idea what can be done??
(I believe that if I can do that I will be able to open the system to installations without modifications!!)