Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Coowell V5 Android 6.0 TV S905X 1/8GB

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    I use this scrypt by adb and no work i think thecase the system folder is realy locked....what this scrypt do??
    Well they mount the system folder, replace the rights(permissions) , delete older files replace by new, I think about this folders
    impossible to replace the permissions have any encrypt.....i see the new politicy from google about no rooted
    divices, but i think is not about security, is because any owners try edit or replace the original system and crash
    cellphone and others divices... ANd the company loose money to honnor the warranty.....

    included super su.....

    echo off
    cls
    echo . ************************************************** *****************
    echo . * *
    echo . * Root For Minix U1 by Daemonium *
    echo . * *
    echo . * *
    echo . * AndroidPC.es *** Freaktab.com *
    echo . * *
    echo . ************************************************** *****************
    Timeout /t 5 >null
    cls
    echo .
    echo . Getting root! Here we go!. // Rooteando! Alla vamos!
    echo .
    echo . *** USB Debugging must be set to ON in the developer options ***
    echo . *** La depuracion USB debe estar en ACTIVA en ajustes de desarrollo ***
    echo .
    echo . *** Be sure the TVBox is connected by ADB Wifi. ***
    echo . *** Asegurate que tu TVBox conectado por ADB Wifi. ***
    echo .
    echo . Write your IP like: 192.168.X.XX and press ENTER
    echo . Escribe a continuacion la IP, ej: 192.168.X.XX y pulsa INTRO
    echo .
    set /P IP=
    cls
    taskkill /f /im adb.exe >null
    taskkill /f /im adb.exe >null
    adb connect %IP%
    adb root
    cls
    taskkill /f /im adb.exe >null
    taskkill /f /im adb.exe >null
    adb connect %IP%
    adb root
    cls
    Timeout /t 5 >null
    adb shell id
    echo .
    echo . If ID above says "0" or "root", then you are ready to go, just press enter
    echo . Si el ID marca "0" o "root" entonces puedes continuar, pulsa enter
    echo .
    echo . If otherwise press CTRL + C to cancel
    echo . Si marca cualquier otra cosa, pulsa CTRL + C para cancelar
    echo .
    pause
    cls
    echo .
    echo . Removing old superuser and root related files ...
    echo . Eliminando ficheros viejos relacionados con root y superuser
    echo .
    adb shell mount -o rw,remount /system
    adb shell rm -f /system/bin/su
    adb shell rm -f /system/xbin/su
    adb shell rm -f /system/xbin/daemonsu
    adb shell rm -f /system/bin/.ext/.su
    adb shell rm -f /system/etc/install-recovery.sh
    adb shell rm -f /system/etc/init.d/99SuperSUDaemon
    adb shell rm -f /system/etc/.installed_su_daemon
    adb shell rm -f /system/app/Superuser.apk
    adb shell rm -f /system/app/Superuser.odex
    adb shell rm -f /system/app/SuperUser.apk
    adb shell rm -f /system/app/SuperUser.odex
    adb shell rm -f /system/app/superuser.apk
    adb shell rm -f /system/app/superuser.odex
    adb shell rm -f /system/app/Supersu.apk
    adb shell rm -f /system/app/Supersu.odex
    adb shell rm -f /system/app/SuperSU.apk
    adb shell rm -f /system/app/SuperSU.odex
    adb shell rm -f /system/app/supersu.apk
    adb shell rm -f /system/app/supersu.odex
    adb shell rm -f /data/dalvik-cache/*com.noshufou.android.su*
    adb shell rm -f /data/dalvik-cache/*com.koushikdutta.superuser*
    adb shell rm -f /data/dalvik-cache/*com.mgyun.shua.su*
    adb shell rm -f /data/dalvik-cache/*Superuser.apk*
    adb shell rm -f /data/dalvik-cache/*SuperUser.apk*
    adb shell rm -f /data/dalvik-cache/*superuser.apk*
    adb shell rm -f /data/dalvik-cache/*eu.chainfire.supersu*
    adb shell rm -f /data/dalvik-cache/*Supersu.apk*
    adb shell rm -f /data/dalvik-cache/*SuperSU.apk*
    adb shell rm -f /data/dalvik-cache/*supersu.apk*
    adb shell rm -f /data/dalvik-cache/*.oat
    adb shell rm -f /data/app/com.noshufou.android.su-*
    adb shell rm -f /data/app/com.koushikdutta.superuser-*
    adb shell rm -f /data/app/com.mgyun.shua.su-*
    adb shell rm -f /data/app/eu.chainfire.supersu-*
    Timeout /t 2 >null
    cls
    echo .
    echo . Sending new files to safe place...
    echo . Enviando ficheros nuevos a un sitio seguro
    echo .
    adb push root /data/local/tmp/ > null
    Timeout /t 2 >null
    cls
    echo .
    echo . Copy files from safe place to system ...
    echo . Copiando ficheros de sitio seguro a system
    echo .
    adb shell mkdir /system/bin/.ext >null
    adb shell mkdir /system/etc/init.d >null
    adb shell mkdir /system/app/SuperSU
    adb shell chmod 755 /system/app/SuperSU
    adb shell cp /data/local/tmp/system/xbin/su /system/xbin/daemonsu
    adb shell cp /data/local/tmp/system/xbin/su /system/xbin/su
    adb shell cp /data/local/tmp/system/xbin/su /system/bin/.ext/.su
    adb shell cp /data/local/tmp/system/app/SuperSU.apk /system/app/SuperSU/SuperSU.apk
    adb shell cp /data/local/tmp/system/app/SuperSU.apk /data/app/SuperSU.apk
    adb shell cp /data/local/tmp/system/app/install-recovery.sh /system/etc/install-recovery.sh
    adb shell cp /data/local/tmp/system/app/99SuperSUDaemon /system/etc/init.d/99SuperSUDaemon
    adb shell cp /data/local/tmp/system/preinstall.sh /system/bin/preinstall.sh
    adb shell chmod 755 /system/bin/preinstall.sh
    adb shell /system/xbin/busybox touch /system/etc/.installed_su_daemon
    Timeout /t 2 >null
    cls
    echo .
    echo . Setting permissions
    echo . Otorgando permisos
    echo .
    adb shell chown root.root /system/bin/.ext
    adb shell chown root.root /system/bin/.ext/.su
    adb shell chown root.root /system/xbin/su
    adb shell chown root.root /system/xbin/daemonsu
    adb shell chown root.root /system/etc/install-recovery.sh
    adb shell chown root.root /system/etc/init.d/99SuperSUDaemon
    adb shell chown root.root /system/etc/.installed_su_daemon
    adb shell chown root.root /system/app/SuperSU/SuperSU.apk
    adb shell chmod 0777 /system/bin/.ext
    adb shell chmod 06755 /system/bin/.ext/.su
    adb shell chmod 06755 /system/xbin/su
    adb shell chmod 0755 /system/xbin/daemonsu
    adb shell chmod 0755 /system/etc/install-recovery.sh
    adb shell chmod 0755 /system/etc/init.d/99SuperSUDaemon
    adb shell chmod 0644 /system/etc/.installed_su_daemon
    adb shell chmod 0644 /system/app/SuperSU.apk
    adb shell /system/xbin/su --install
    adb shell /system/xbin/busybox --install -s /system/xbin
    Timeout /t 2 >null
    cls
    echo .
    echo . Cleaning the unnecessary files
    echo . Limpiando ficheros innecesarios
    echo .
    adb shell rm -fR data/local/tmp/system/
    Timeout /t 2 >null
    echo .
    echo . Got r00t!!
    echo . Ya eres r00t!!
    echo .
    echo . After press ENTER the TVBox will restart, wait 1 min
    echo . Al pulsar ENTER el TVBox se reiniciara, espere 1 minuto
    echo .
    echo .
    echo . If the system does not reboot automatically restart it manually
    echo . Si el sistema no se reinicie automaticamente reinicie manualmente
    echo .
    pause
    adb reboot
    Last edited by herr_marechal; 13 June 2017, 21:05.

    Comment


      #17
      After some days, hard working
      reading about the android 6 and the
      new permission on folders to not root
      I try all options to root, some
      fails, downloads, spend time.

      I fount one solve the root this little and
      powered dongle android tv...
      My english is not very well, but i try explain how i fixed this big problem, hard problem.
      Last edited by herr_marechal; 21 June 2017, 05:45.

      Comment


        #18
        Originally posted by herr_marechal View Post
        I fount one solve the root this little and
        powered dongle android tv..
        https://drive.google.com/file/d/0B37...ew?usp=sharing
        The script didn't work for me... I try it 3 or 4 times, every time after the script was completed the dongle rebooted but it was not rooted...

        SOLUTION THAT WORKED FOR ME: I executed every line manually and constant checking if I am connected to adb (don't know why but after some commands I was getting disconnected) and in the end after the first try I was rooted.

        Thanks again herr_marechal!

        Comment


          #19
          Hello,
          I have 2 questions...

          1 How can I make a dump of the original firmware or a backup (i don't have any problems with the actual rom... It's working OK)

          2 About CEC... The play/pause button of my tv remote it start kodi which is annoying because I am using FTMC. My airmouse remote dose the same thing. In Generic.kl the button is mapped with the MEDIA_PLAY_PAUSE, so media_play_pause action is not the default one... How can I change it to normal?

          I am not sure if this is the right place for this problems...can someone tell me where can I find the answer for this problem (expecially 2)
          Thanks,
          Last edited by gefattern; 25 September 2017, 18:10.

          Comment


            #20
            Hello Everybody,
            I would like to put LibreELEC on nand.
            But it fails ery time requiring me to reinstall android.
            I think it has something to do with the dtb.img.
            Where can I find A working one for the coolwell V5 or is it possible to extract it from the stock rom
            I hope for some tips
            Greetings

            Comment


              #21
              Hi from Germany..
              is it possible to boot Libreelec from microSD Card ? I didnt found a solution in that thread for my coowell with Hynix Rom.

              lovely greets
              Daniel

              Comment


                #22
                Originally posted by starsurfer View Post
                Hi from Germany..
                is it possible to boot Libreelec from microSD Card ? I didnt found a solution in that thread for my coowell with Hynix Rom.

                lovely greets
                Daniel
                Hi starsurfer ,

                look here :

                https://forum.libreelec.tv/thread/21...or-s905-s905x/

                and here :

                http://freaktab.com/forum/tv-player-...7-0-for-s905-x

                good luck / gefattern (NRW grüßt)

                Comment


                  #23
                  Hallo gefattern i try this method from the first link
                  i downloaded the img https://sx05.eu/s905/8.2/8.1.9/Libre...2-8.1.9.img.gz flash it to the sd card and put it in to the Coowell v5 power it up nothing he is always booting up Android.

                  I also try diferrent http://kszaq.libreelec.tv/s905/8.2/device_trees/S905X/ Device Trees and rename it to dtb.img same here always boot to Android.

                  What im doing wrong ?

                  Grüße aus Berlin

                  Comment


                    #24
                    Hi starsurfer ,

                    i am no LibreElec Pro , but i think you must press Reset while Power on , but i am not

                    sure , before i say something wrong please ask in the LE Forum or in the specific LE

                    Thread Link from here , okay , good luck / gefattern

                    Comment


                      #25
                      Omg that was it. For the first run reset button all the time it was not running because i didnt push the reset. I thougt he would run automatic boot from sd. Thank you gefattern
                      You may only view thumbnails in this gallery. This gallery has 1 photos.

                      Comment


                        #26
                        Hi starsurfer ,

                        nice to hear , that you got it working , much pleasure with your Stick .

                        greetings / gefattern

                        Comment

                        Working...
                        X