ardennext99
Lurker
please i need the stock firmware for HD16T Android Tv Box. anyone can help me? I've trinstalled a wrong rom and now i cannot use the box.
Please helpme.
Please helpme.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
adb push busybox /data/local/tmp/busybox
adb shell
su
mount -o remount -w /system
mv /system/xbin/busybox /system/xbin/ROOTING_busybox
cp /data/local/tmp/busybox /system/xbin/busybox
chmod 777 /system/xbin/busybox
mount -o remount -r /system