Only things like the IR Remote or LED lights might not work.
You can always flash back Zidoo firmware if you don't like or want everything to work like normal.
#!/system/bin/sh iptables -A INPUT -d 203.90.239.13 -j DROP iptables -A INPUT -s 203.90.239.13 -j DROP echo "do preinstall job" >> /data/log.txt touch="/system/bin/touch" PM="/system/bin/pm" if [ ! -e /data/system.notfirstrun ]; then APKLIST=`ls /system/preinstall/*.apk` rm -r /data/dec_out.h264 rm -r /mnt/sdcard/contorl for INFILES in $APKLIST do echo setup package:$INFILES >> /data/log.txt $PM install -r $INFILES done touch /data/system.notfirstrun fi echo "preinstall ok" >> /data/log.txt
There are currently 1721 users online. 2 members and 1719 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment