• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Mouse cursor beeing replaced with bootloader logo on Amlogic based ROMs

Status
Not open for further replies.
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.
 
Now i'm looking for firmware. I've found a firmware but after install I realized that it was not right for my device because it have another remote keymap, and wireles/lan not work.

The device is now not usable, and i'm searching for a stock firmware.

Please help me!
 
Hi, for those that still struggle with a rooting procedure that installed its own busybox, here is the solution (at least for me it worked after using this rooting method).

1.- download your device's ROM and extract the file /system/xbin/busybox somewhere (here is a busybox extracted from my g18ref 2014-07-21 ROM)
2.- configure SuperSU to accept our commands:

Superuser -> Enable superuser
Access -> Default Access -> Grant
System -> Trust System user

3.- open a terminal with adb support, connect adb to your device

4.- cd to the directory that contains the downloaded busybox file and run:

Code:
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
5.- reboot your device and enjoy having your mouse again :D


As a bonus, I include some ROMS for Aml8726-MX Set Top Boxes with TV tuner (I have an ISDB-T device):

ISDBT 07212014
http://pan.baidu.com/s/1bnCMReB
18t-t2 0717
http://pan.baidu.com/s/1kTDm1SV
18t-isdbt0617
http://pan.baidu.com/s/1kTGArZ5
18t-s2 0630
http://pan.baidu.com/s/1dDtfWM9
18t-t
http://pan.baidu.com/s/1xVN6u


I hope this will help some desperate people ;)
 
Status
Not open for further replies.
Back
Top Bottom