Closed sohamxda7 closed 7 years ago
haha, ok
Well here what i do : consider '/' being the project's root's folder
git status
to check files that i need to addgit add [files]
git commit -m "[reason of push]"
git push
On my side, I need to make a pull request too because i'm not the repo's author.
Your uninstaller is incomplete again ... You have to understand that people doesn't use only our mods :
When your doing delete_recursive("/system/etc/init.d");
you delete every start init.d script.
But what if it's a custom rom with some init.d optimisation ? soft brick maybe...
Anyway, i'm pushing this one, but without the zip in /, as we need to complete it.
You'll learn a lot ;)
By the way
mount("ext4", "EMMC", "/dev/block/mmcblk0p7", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p9", "/data");
This is ok only for some phones, you can use this file in your script with busybox. So we auto-mount /system and /data for people ;)
https://www.datafilehost.com/d/5ea36907
New updater script :) check it out
Im not at home right now im at hostel so i cant access to my pc
please push it
Please, take a look at your uninstaller, then compare it to what I pushed.
You should keep in mind that people aren't always nerd ;) Better output = Better user response
ok i will tommorow
Arf, uninstaller doesn't backup build.prop
backup exist /system/build.prop.backupUPB01
I'm on it
Fixed
https://www.datafilehost.com/d/4d2f43f3
New uninstaller download link.!
please you push i will merge as i am pretty noob in github