TechG3n / aconf

15 stars 25 forks source link

no renaming in ClawofDeath rom #71

Closed StefanoSnoopy closed 9 months ago

StefanoSnoopy commented 9 months ago

https://github.com/TechG3n/aconf/blob/7bd87451e6f14b49113db5c7403f473586eb82f1/scripts/atlas.sh#L571C22-L571C22

sed: can't create temp file '/system/build.propRANDOM Read-only file system

StefanoSnoopy commented 9 months ago

I think there is a new line missing at the end of the original build.prop

# grep net.hostname /system/build.prop
174-
175-ro.secure=1
176:ro.adb.secure=0net.hostname=TEMP-15_49_10
177-

It shouldn't be a problem with aconf, but with the initialization. we could add an extra line maybe

TechG3n commented 9 months ago

fixed in 4d8b52b