Skip to content

Improved stability, bug fixes,some changes

Mominul Islam requested to merge (removed):master into 2021.2-dev

Changed I Have done:

1.fixed mounting and adapted a proper way in update-binary for A devices(only /system).[adapted from anykernel3].some users were facing not mounting system properly and hence, failed installations

2.Bootpatcher improved && adapted changes with change of update-binary && reverted some previous chnages && cleaned up lines with ##

3.improved freespace.sh && make it quite if free space is greater than required space

4.Adapted proper /data mounting for chroot installations && check free space on /data before chroot installations && abort it if less than 8000mb available && rename chroot folder based upon nh_arch(arm64,armhf,i386,amd64)

  1. Added an Uninstaller created by me for own purpose.Thought it would be better

6.Made all the scripts to depend upon on busybox(most of the time) and busybox_nh(some cases) rather than in /sbin as they are missing many flags

7.Bug fixes && changes to make all the scripts to run properly without any error..(SEE THE COMMITS)

I have done some silly mistakes while commiting like pushed a commit and changed it in another commit.sorry for that.

Edited by Mominul Islam

Merge request reports