bende de aynı yerde hata veriyor
C:\SU>adb remount
remount of system failed: Permission denied
remount failed
onun için yapman gereken tek şey bu satırda hata aldıktan sonra adb root komutunu tekrar çalıştırmak
ben tekrar çalıştırdım ve devam ettim
C:\SU>adb root
C:\SU>adb remount
remount succeeded
C:\SU>adb push C:\SU\META-INF\com\google\android\update-binary /system/update-binary
1045 KB/s (16697 bytes in 0.015s)
C:\SU>adb kill-server
C:\SU>adb wait-for-device
- daemon not running. starting it now on port 5037 *
- daemon started successfully *
C:\SU>adb shell mount -o rw,remount /
C:\SU>adb shell mount -o rw,remount /system
C:\SU>adb shell mkdir /system/bin/.ext
C:\SU>adb shell chmod 0777 /system/bin/.ext
C:\SU>adb push C:\SU\x86\su /system/bin/.ext/.su
3172 KB/s (253796 bytes in 0.078s)
C:\SU>adb shell chmod 06755 /system/bin/.ext/.su
C:\SU>adb push C:\SU\x86\su /system/xbin/su
2643 KB/s (253796 bytes in 0.093s)
C:\SU>adb shell chmod 06755 /system/xbin/su
C:\SU>adb push C:\SU\x86\su /system/xbin/daemonsu
3173 KB/s (253796 bytes in 0.078s)
C:\SU>adb shell chmod 06755 /system/xbin/daemonsu
C:\SU>adb shell mkdir /system/app/SuperSU
C:\SU>adb shell chmod 0755 /system/app/SuperSU
C:\SU>adb push C:\SU\common\superuser.apk /system/app/SuperSU/SuperSU.apk
3269 KB/s (5904943 bytes in 1.763s)
C:\SU>adb shell chmod 0644 system/app/SuperSU/SuperSU.apk
C:\SU>adb shell /system/xbin/su --install
C:\SU>adb shell rm /system/bin/app_process
C:\SU>adb shell ln /system/xbin/daemonsu /system/bin/app_process
C:\SU>adb shell rm -r /data/dalvik-cache
C:\SU>adb reboot
C:\SU>
bundan sonra supersu kuruldu sisteme, daha sonra güncelleme istiyor ama defalarca denememe rağmen kendi kendine güncelleyemiyor.
yeniden başlatıyorum tekrar deniyorum yine güncellemiyor.
google playden güncelledim, sıkıntı yok, fakat root hakkı isteyen yazılımlara hak vermiyor
sadece supersu yüklenmiş oldu.
çözebilen var mı acaba sorunu?