Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

K-R42 - wasser firmware - JB Android 4.2.2

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

    Small problems on EKB311B

    Thx for the new FW.
    I flashed my brand new EKB311B (was stock fw) with wasser 1.2.5 (new rev. kernel 720).
    Unfortunately the color led of the power button remains red now (before it turned blue when device was on), WiFi cannot be activated but i use eth only and the stock IR remote does not get recognized.

    Everything else so far is ok and very fast.

    Any ideas what could be wrong?

    Comment


      EKB311B => I think this means with BlueTooth... if yes, it use another wifi-chip and so on...
      RK3288 Devices
      - Overview BOX (LINK !)
      - Overview STICK (Dongle) (LINK !)

      MINIX NEO: Z64 W/A - (Intel Z3735F); X8-H Plus - (Amlogic S812H); A2 Lite (sponsored by minix.com.hk)
      UGOOS UT3S (4/32GB with fan) - FW 2.0.6 - (RK3288) (sponsored by GearBest.com)
      Tronsmart Draco AW80 Meta (2/16GB) - FW v2.0rc3 - (Allwinner A80) (sponsored by GeekBuying.com)
      Beelink / UBOX R89 - FW 111k4110_1219 - (RK3288) (sponsored by Netxeon (Beelink))

      RK3188: pcb => "CH001 1332 TN-BX09_V2.1" (K-R42 / CS918...) => wasser KK 1.0.3 (old rev)
      Fly Mouse Mini Wireless Keyboard with 2 mode learning IR remote 'iPazzPort KP-810-16'

      Comment


        Originally posted by wasser View Post
        1. you can change the lcd density, the boot-720p.img lcd density 160 and boot-1080p.img 240.
        just flash the correct boot image

        2. you cannot reduce it. It's hardcoded in the firmware.
        OK

        but I am used to set density to 200...

        Franck
        for windows8.1 drivers fix follow this.
        ---
        Jesurun v2.1 old rev with wasser firmware 1.2.5
        K-R42 v2.1 new rev with wasser firmware 1.2.5
        Minix neo x7 mini with quickshot firmware 3.1 with kernel HDMI patch
        Minix neo s8s with stock firmware
        Plex streamer with external MX player
        TV Sony Bravia HDMI 1080p/60hz with AC3/DTS passthru.

        Comment


          Originally posted by franckleroy View Post
          OK

          but I am used to set density to 200...

          Franck
          adb shell
          cd /system
          ls -al build.prop
          -rw-r--r-- root root 3033 xxxxxxxx build.prop


          adb pull /system/build.prop build.prop

          Than edit with << notepad++ >> and save
          """
          video.use.overlay 0
          ro.sf.lcd_density 240
          """

          adb remount -oremount,rw /
          adb push build.prop /system/build.prop
          adb shell chmod 644 /system/build.prop
          adb remount -oremount,ro /
          adb reboot
          RK3288 Devices
          - Overview BOX (LINK !)
          - Overview STICK (Dongle) (LINK !)

          MINIX NEO: Z64 W/A - (Intel Z3735F); X8-H Plus - (Amlogic S812H); A2 Lite (sponsored by minix.com.hk)
          UGOOS UT3S (4/32GB with fan) - FW 2.0.6 - (RK3288) (sponsored by GearBest.com)
          Tronsmart Draco AW80 Meta (2/16GB) - FW v2.0rc3 - (Allwinner A80) (sponsored by GeekBuying.com)
          Beelink / UBOX R89 - FW 111k4110_1219 - (RK3288) (sponsored by Netxeon (Beelink))

          RK3188: pcb => "CH001 1332 TN-BX09_V2.1" (K-R42 / CS918...) => wasser KK 1.0.3 (old rev)
          Fly Mouse Mini Wireless Keyboard with 2 mode learning IR remote 'iPazzPort KP-810-16'

          Comment


            passthrough support in xbmc

            Is SPDIF passthrough in xbmc supported in 1.2.5? I don't see it mentioned in the change history?

            Comment


              Originally posted by Dr_Bunsen View Post
              Is SPDIF passthrough in xbmc supported in 1.2.5? I don't see it mentioned in the change history?
              it should work in 1.2.5
              http://www.freak-tab.de/wasser/btn_donate.gif

              You can make a donation if you find my work useful

              Comment


                Originally posted by franckleroy View Post
                OK

                but I am used to set density to 200...

                Franck
                It's in default.prop on boot.img you have to change it.
                http://www.freak-tab.de/wasser/btn_donate.gif

                You can make a donation if you find my work useful

                Comment


                  Tried loading this on my q7 box and just dosent boot red light stays lit wish we can have our model supported thanks wasser

                  Comment


                    Originally posted by 108mob View Post
                    Tried loading this on my q7 box and just dosent boot red light stays lit wish we can have our model supported thanks wasser
                    i can only support models which i have. This model isn't supported yet.

                    sorry for bad new!

                    wasser
                    http://www.freak-tab.de/wasser/btn_donate.gif

                    You can make a donation if you find my work useful

                    Comment


                      Originally posted by wasser View Post
                      i can only support models which i have. This model isn't supported yet.

                      sorry for bad new!

                      wasser
                      thank you anyway !

                      Comment


                        I tried 1.2.5 1080p on the old version box and overall I am very impressed.

                        I did find that I had frequent lockups for between 10 and 20 seconds when navigating around.

                        I am now going to try the 720p kernel nut need my memory refreshing about something.

                        When flashing the 720p Boot and Kernel, can I do it over the top of what I have now or will I need to erase idb and start from scratch?

                        Great work wasser
                        R-TV BOX S10, Beebox N3150, Chuwi Hibox, Nvidia Shield, A95X Max

                        Comment


                          Originally posted by no_spam_for_me View Post
                          adb shell
                          cd /system
                          ls -al build.prop
                          -rw-r--r-- root root 3033 xxxxxxxx build.prop


                          adb pull /system/build.prop build.prop

                          Than edit with << notepad++ >> and save
                          """
                          video.use.overlay 0
                          ro.sf.lcd_density 240
                          """

                          adb remount -oremount,rw /
                          adb push build.prop /system/build.prop
                          adb shell chmod 644 /system/build.prop
                          adb remount -oremount,ro /
                          adb reboot
                          Thanks ! I know how to change build.prop.
                          The problem is that is this release, change of density in prop file is not taken into account by the firmware.
                          So I use an app called LCDdensity that change density but the settings doesnot resist to a power off/power on.


                          Franck.
                          for windows8.1 drivers fix follow this.
                          ---
                          Jesurun v2.1 old rev with wasser firmware 1.2.5
                          K-R42 v2.1 new rev with wasser firmware 1.2.5
                          Minix neo x7 mini with quickshot firmware 3.1 with kernel HDMI patch
                          Minix neo s8s with stock firmware
                          Plex streamer with external MX player
                          TV Sony Bravia HDMI 1080p/60hz with AC3/DTS passthru.

                          Comment


                            Originally posted by wasser View Post
                            It's in default.prop on boot.img you have to change it.
                            thanks ! I'll try it.

                            Franck

                            --edit

                            franck@ks361053:~/rk3188$ ./split_bootimg.pl boot-1080p.img
                            Android Magic not found in boot-1080p.img. Giving up.

                            failed ...
                            Last edited by franckleroy; 05 March 2014, 00:19.
                            for windows8.1 drivers fix follow this.
                            ---
                            Jesurun v2.1 old rev with wasser firmware 1.2.5
                            K-R42 v2.1 new rev with wasser firmware 1.2.5
                            Minix neo x7 mini with quickshot firmware 3.1 with kernel HDMI patch
                            Minix neo s8s with stock firmware
                            Plex streamer with external MX player
                            TV Sony Bravia HDMI 1080p/60hz with AC3/DTS passthru.

                            Comment


                              Originally posted by franckleroy View Post
                              thanks ! I'll try it.

                              Franck

                              --edit

                              franck@ks361053:~/rk3188$ ./split_bootimg.pl boot-1080p.img
                              Android Magic not found in boot-1080p.img. Giving up.

                              failed ...
                              the boot.img doesn't include embeded kernel. So it doesn't work with split_bootimg.pl.
                              you have to use:

                              mount boot.img /mnt/boot

                              wasser
                              http://www.freak-tab.de/wasser/btn_donate.gif

                              You can make a donation if you find my work useful

                              Comment


                                Originally posted by bluesmanuk View Post
                                I tried 1.2.5 1080p on the old version box and overall I am very impressed.

                                I did find that I had frequent lockups for between 10 and 20 seconds when navigating around.

                                I am now going to try the 720p kernel nut need my memory refreshing about something.

                                When flashing the 720p Boot and Kernel, can I do it over the top of what I have now or will I need to erase idb and start from scratch?

                                Great work wasser
                                it's expected that after the first boot frequent lockups appear because many installation processes still running in the background at the first boot.
                                http://www.freak-tab.de/wasser/btn_donate.gif

                                You can make a donation if you find my work useful

                                Comment

                                Working...
                                X