Hi.
Does anyone experienced problem with default screen resolution when boot up EnergySistem Box?
On my box, when I power up device it always boot at 420p and every time I need manually to goes under Setting/Display and choose 1080p.
If anyone knows workaround for this issue, appreciate.
I am not sure when this first time occur, but what I am done is installed update from EnergySistem Support web page and then rooted box, that is.
Is some of these procedure make mess, I do not know but Energy Support answer it that is some problem with operating system files.
That is, please help.
Thanks
The Only solution for this is to wipe everything...
Enviado desde mi GT-I9300 usando Tapatalk 2
The Only solution for this is to wipe everything...
Enviado desde mi GT-I9300 usando Tapatalk 2
I have recently bought a tv-box with ARM Cortex-A8 and processor A10 running Android 4.04. I tried to root it with adb but although I can ping it, I constantly receive the answer unable to connect. Any suggestions?
#!/system/bin/sh
su -c "mkdir /mnt/cifs_mnt"
su -c "mkdir /mnt/cifs_mnt/d"
su -c "mkdir /mnt/cifs_mnt/e"
su -c "mkdir /mnt/sdcard/movies_on_b0b0"
su -c "mkdir /mnt/sdcard/mp3_on_b0b0"
su -c "mount -t cifs -o rw,noperm,user=\"YOUR_USERNAME\",password=\"YOUR_PASSWORD\" //192.168.1.4/d$ /mnt/cifs_mnt/d"
su -c "mount -t cifs -o rw,noperm,user=\"YOUR_USERNAME\",password=\"YOUR_PASSWORD\" //192.168.1.4/e$ /mnt/cifs_mnt/e"
su -c "mount -o bind /mnt/cifs_mnt/e/movies/ /mnt/sdcard/movies_on_b0b0"
su -c "mount -o bind /mnt/cifs_mnt/d/MP3/ /mnt/sdcard/mp3_on_b0b0"