On Kitkat 4.4, renaming a system file doesn't work (even if Supersu grant root access to amaze).
It works using the FX File Explorer app (it only asks before to "mount read write").
(I could use FX File Explorer, but I prefer to use your open source app)
ps: thanks for your awesome work!
Couldn't reproduce the problem on GPD XD1 running LegacyROM (4.4.4) with SuperSU as root access. Create a file under /system (using adb shell touch /system/test.txt), it was able to be successfully renamed after grant root access.
May you provide more information, e.g. device, ROM, logcat?
I apologise, I missed your answer. I don't own this phone anymore. It was an Samsung S3 (LTE, 4g version) running the last supported android (no custom Rom).
Ahh... that's pity. Since it's not easy to have a rooted S3 around now...
I apologize for letting you down after all the work you have done for us. I have a SaumsungS3Lte now so I can do more testing.
Let me what else I can do. And thanks for your amazing work !
Samsung S3 GT-I9305
Android 4.4.4
Many thanks for the effort.
It seems the output of mount between different versions are different.
Nexus 5 emulator running stock 4.4.4 (API 19):
/dev/block/vda /system ext4 ro,relatime,data=ordered 0 0
Samsung Galaxy S2 (GT-i9100) running SlimLP (5.1.1):
/dev/block/mmcblk0p9 /system ext4 ro,seclabel,noatime,user_xattr,barrier=1,data=ordered 0 0
Nexus 5 emulator running stock 6.0 (API 23):
/dev/block/vda /system ext4 ro,seclabel,relatime,data=ordered 0 0
Oneplus 2 running AOSPExtended (7.1.2):
/dev/block/bootdevice/by-name/system on /system type ext4 (ro,seclabel,relatime,data=ordered)
Fairphone 3 running LineageOS 16.0 GSI:
/dev/block/mmcblk0p60 on /system/product type ext4 (ro,seclabel,relatime,block_validity,discard,delalloc,barrier,user_xattr)
See if I can make for patch for this.
Let me know when the patch is ready, I will test it.
Let me know when the patch is ready, I will test it.
@WiliTest Check #1867
Is there a way to install the patch on my phone because I checked the app store and there is no new version yet.
Is there a way to install the patch on my phone because I checked the app store and there is no new version yet.
Method 1: get your hands dirty by building your own version (difficult I know, YMMV)
Method 2: @EmmanuelMess @VishalNehra please help passing #1867 and consider making a hotfix build including it
(Sorry but you know... everyone on the Earth is busy fighting the coronavirus now, communications and workflow can be intermittent - please be patient, and sorry again for the inconvenience caused)
Sorry TranceLove (and @EmmanuelMess and @VishalNehra ), I didn't want to put pressure on you, I just saw today that you replied 6 days ago, and thought that it was you guys that waited for me to test it. I will wait, I still have the phone and I don't use it as my primary phone so no inconvenience here. And thanks for your amazing job!