Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

K-R42 Hybrid Firmware (HFW) 1.1.0 by lewy20041

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

    glad you done with creating that nfs folder

    to leo createing a folder is not permament you need to repete it after every boot.
    but in my rom there is init.d script to automount share at boot.
    strangly it stopt working on this rk3188 devices until its run from terminal after boot.
    i caled it 00autocifs in init.d folder.
    forgot to mention it before.
    sory for that;p
    Everything is possible if we work together!
    ApkFreak

    Comment


      00autocifs

      Hello lewy20041,

      thanks for the script ... is there a way to use the server's name in the script instead
      of the ip address

      Old way:

      busybox mount -t cifs //192.168.1.102/volume_1 /sdcard/Server -o user=yourusername,pass=yourpassword

      New Way:

      busybox mount -t cifs //nas/volume_1 /sdcard/Server -o user=yourusername,pass=yourpassword

      Thanks In advance ...

      Michael T.
      3.0.x Lollipop firmware RK3288 By Wasser/ My Standard Remote IR
      CVSB-K200-Wireless Mini QWERTY Keyboard / Motion Mouse for Android RF
      Rii Mini i25 Qwerty Keyboard/Motion Mouse For Android RF
      Media Flow Suite ... 24 TB ReadyNas Pro wired 1 GB Ethernet

      Comment


        just check your nas ip in router dhcp client list or,
        if you are using pc as nas go to cmd and write ipconfig.
        i know what you mean, my server name is dlink but to mount shares i use ip of it.
        so check thye ip and you are good
        Everything is possible if we work together!
        ApkFreak

        Comment


          autocifi

          Hello lewy20041,

          As I have DHCP turn on ever time this system reboots if gets a NEW ip address
          and I have to change the mount script ...

          Is there not a nslookup function that can be used in android tv box ?

          Thanks in advance

          Michael T.
          3.0.x Lollipop firmware RK3288 By Wasser/ My Standard Remote IR
          CVSB-K200-Wireless Mini QWERTY Keyboard / Motion Mouse for Android RF
          Rii Mini i25 Qwerty Keyboard/Motion Mouse For Android RF
          Media Flow Suite ... 24 TB ReadyNas Pro wired 1 GB Ethernet

          Comment


            are you use dedicated nas or your pc as nas?
            im not sure if it can find the shere the way you want to:"
            if not you will need to use static ip:"
            Everything is possible if we work together!
            ApkFreak

            Comment


              CD, DVD or BD External Drives by USB

              Originally posted by leolas View Post
              Here are them I compiled a lot of modules included in the kernel sources, like cdrom filesystem, nfs, etc...
              the link is:http://cloud.freak-tab.de/public.php...19223dd18d7057 I hope they work enjoy. They must work in all rk3188 devices.
              Leolas, do you have some equivalent package for RK3066 chipset?

              Would the drivers you packaged there will allow direct mounting of USB optical drives as if they were prendrives or will it require some extra steps to achieve that?

              Regards,
              Pablo

              Comment


                Re: K-R42 Hybrid Firmware (HFW) 1.1.0 by lewy20041

                Originally posted by benitomuso View Post
                Leolas, do you have some equivalent package for RK3066 chipset?

                Would the drivers you packaged there will allow direct mounting of USB optical drives as if they were prendrives or will it require some extra steps to achieve that?

                Regards,
                Pablo
                If you use a 4.2 firmware, this drivers are ok.

                leolas
                REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
                My devices:
                Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
                MK902 & MK902II(Sponsored by RKM)
                Beelink M8B & Beelink R89 (Sponsored by Beelink)
                Tronsmart VEGA S89H (Sponsored by
                Gearbest.com)
                MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
                Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
                Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

                Comment


                  Hello All

                  Hello All,

                  I have been having all kinds of problems trying to get the firmware to start the adb so do I can connect over ethernet ... So Thanks to lewy20041 and leolas I was able to
                  edit the startup script and Restart the adb so I can connect from my desk over ethernet ...

                  Much better for testing ... Here are my changes

                  PHP Code:
                  #!/system/bin/sh

                  echo > /sys/devices/virtual/switch/hdmi/state

                  # init.d support
                  busybox run-parts /system/etc/init.d/

                  #Custom modules    
                  busybox sleep 40
                  busybox cp 
                  /mnt/sdcard/custom.ko /data/data/custom.ko
                  chmod 0644 
                  /data/data/custom.ko
                  busybox cp 
                  /mnt/sdcard/custom1.ko /data/data/custom1.ko
                  chmod 0644 
                  /data/data/custom1.ko
                  busybox cp 
                  /mnt/sdcard/custom2.ko /data/data/custom2.ko
                  chmod 0644 
                  /data/data/custom2.ko

                  # start network version of adb 
                  # su
                  setprop service.adb.tcp.port 5555
                  stop adbd
                  start adbd

                  busybox touch 
                  /data/.notfirstboot3 

                  Thanks all enjoy ...


                  Michael T.
                  3.0.x Lollipop firmware RK3288 By Wasser/ My Standard Remote IR
                  CVSB-K200-Wireless Mini QWERTY Keyboard / Motion Mouse for Android RF
                  Rii Mini i25 Qwerty Keyboard/Motion Mouse For Android RF
                  Media Flow Suite ... 24 TB ReadyNas Pro wired 1 GB Ethernet

                  Comment


                    Originally posted by leolas View Post
                    If you use a 4.2 firmware, this drivers are ok.

                    leolas
                    Thank you leolas (Gracias) for your answer.

                    OK, so the drivers (or Kernel set) you published will work with RK3066 Android 4.2.2. but:

                    An external USB CD/DVD/BD drive will be mounted automatically? Or some Linux commands are required to allow the unit to appear for an Android file explorer?

                    Many thanks in advance. (Entiendo español también si hace falta).

                    Comment


                      Internal Media Player

                      Hello lewy20041,

                      You posted in another thread that You are using the internal media player to play all videos for xbmc.

                      I am trying to play a video from inside of a web page ... How do I force the browser to use the internal media player ....

                      Thanks In advance ...

                      Michael T.
                      3.0.x Lollipop firmware RK3288 By Wasser/ My Standard Remote IR
                      CVSB-K200-Wireless Mini QWERTY Keyboard / Motion Mouse for Android RF
                      Rii Mini i25 Qwerty Keyboard/Motion Mouse For Android RF
                      Media Flow Suite ... 24 TB ReadyNas Pro wired 1 GB Ethernet

                      Comment


                        Auto mount Script ....

                        Hello lewy20041,

                        Thanks again for all the help. I got the auto-mount script working on startup
                        thanks ...This is my updated install-recovery.sh. And it mounts at startup ...

                        PHP Code:
                        #!/system/bin/sh

                        echo > /sys/devices/virtual/switch/hdmi/state

                        # init.d support
                        busybox run-parts /system/etc/init.d/

                        #Custom modules    
                        busybox sleep 40
                        busybox cp 
                        /mnt/sdcard/custom.ko /data/data/custom.ko
                        chmod 0644 
                        /data/data/custom.ko
                        busybox cp 
                        /mnt/sdcard/custom1.ko /data/data/custom1.ko
                        chmod 0644 
                        /data/data/custom1.ko
                        busybox cp 
                        /mnt/sdcard/custom2.ko /data/data/custom2.ko
                        chmod 0644 
                        /data/data/custom2.ko

                        # start network version of adb 
                        # su
                        setprop service.adb.tcp.port 5555
                        stop adbd
                        start adbd

                        # Mount Folders for the Network CIFS Shares
                        # NAS Share For Media
                        # NAS Share name =\\NAS\media 
                        # NAS Share IP Address 192.168.0.132

                        busybox mkdir -m 0777 /sdcard/smb
                        busybox mkdir 
                        -m 0777 /sdcard/smb/nas
                        busybox mkdir 
                        -m 0777 /sdcard/smb/nas/media

                        busybox sleep 40

                        # mount the Shares 
                        busybox mount --t cifs //192.168.0.132/media /sdcard/smb/nas/media -o username=media,password= 

                        busybox touch /data/.notfirstboot3 
                        Enjoy

                        Michael T.
                        3.0.x Lollipop firmware RK3288 By Wasser/ My Standard Remote IR
                        CVSB-K200-Wireless Mini QWERTY Keyboard / Motion Mouse for Android RF
                        Rii Mini i25 Qwerty Keyboard/Motion Mouse For Android RF
                        Media Flow Suite ... 24 TB ReadyNas Pro wired 1 GB Ethernet

                        Comment


                          Ethernet Device Name

                          Hello lewy20041,

                          I am sorry ... But I can NOT find the place to change the ethernet wired name ...

                          Please help ... Do I need to change it in one of the startup sh files or is there a place to change it in the settings ??

                          The devices name on the network ...

                          thanks in advance

                          Michael T.
                          3.0.x Lollipop firmware RK3288 By Wasser/ My Standard Remote IR
                          CVSB-K200-Wireless Mini QWERTY Keyboard / Motion Mouse for Android RF
                          Rii Mini i25 Qwerty Keyboard/Motion Mouse For Android RF
                          Media Flow Suite ... 24 TB ReadyNas Pro wired 1 GB Ethernet

                          Comment


                            Re: K-R42 Hybrid Firmware (HFW) 1.1.0 by lewy20041

                            Originally posted by benitomuso View Post
                            Thank you leolas (Gracias) for your answer.

                            OK, so the drivers (or Kernel set) you published will work with RK3066 Android 4.2.2. but:

                            An external USB CD/DVD/BD drive will be mounted automatically? Or some Linux commands are required to allow the unit to appear for an Android file explorer?

                            Many thanks in advance. (Entiendo español también si hace falta).
                            I don't know, cause I never use it, I dont have CD/DVD in my stick and computers.
                            Sorry but I cant help on that, but I supose that mount by terminal must be necessary. Once you find the correct way to mount, you cam make a script like the one made by lewy for nfs to automount in startup.

                            leolas
                            REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
                            My devices:
                            Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
                            MK902 & MK902II(Sponsored by RKM)
                            Beelink M8B & Beelink R89 (Sponsored by Beelink)
                            Tronsmart VEGA S89H (Sponsored by
                            Gearbest.com)
                            MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
                            Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
                            Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

                            Comment


                              whats to come in next week:

                              v1.2.0
                              -youtube for gtv downgraded to 1.6 (due to login problems on 1.7.1)
                              if you dont need to login 1.7.1 can be downloaded on my website
                              -better webcam support (logitech cams like c525 wasnt working befour, now it works like a charm)
                              -test external cd/dvd support
                              -bootsound suport (put any .mp3 into system media and rename it to android_audio.mp3 it will be played with at bootanimation screen.)
                              -auto install advancedsettings.xml for smooth 1080p videa playback in XBMC
                              -back to stock with apps icons
                              Everything is possible if we work together!
                              ApkFreak

                              Comment


                                Re: K-R42 Hybrid Firmware (HFW) 1.1.0 by lewy20041

                                Excellent stuff!
                                So the 1080p in xbmc will be playback of 1080 media but downscaled to 720 for output? AFAIK the device is still outputting only 720, right?
                                Tx
                                Mark.

                                Sent from my GT-I9505 using Tapatalk 2
                                _________________________________________
                                1/ Tronsmart Draco AW80 Lollipop 5.0 Beta Firmware
                                2/ Tronsmart s89 Box, Finless 1.9
                                3/ CS918 box TN-BX09_v2.1 using v1.0.4 Wasser KitKat rom
                                Out: USB audio, HDMI
                                In: Logitech K400 keyboards

                                Comment

                                Working...
                                X