Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Kikat - Wasser Firmware for Beelink R89

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

    Stutter Fix by eth "mod"

    Originally posted by vanzylst View Post
    :
    What I did was the following:
    - Disable WiFi and Ethernet under Android settings.
    - Have the USB ethernet adapter plugged in to a USB port on your R28.
    - Verify that an eth1 device exists for the USB adapter and for the built-in ethernet (/system/xbin/ifconfig -a with busybox). None should have an IP address at this stage.
    - Run netcfg eth0 dhcp (or configure the interface manually with /system/xbin/ifconfig and /system/xbin/route from busybox).
    - Verify with /system/xbin/ifconfig that an IP address was assigned to eth0 and that eth1 is still without an IP address.
    - Proceed to mount your SMB share with cifs (if that's what you're using).
    - Check that there is no WiFi or Ethernet connected icon.

    The trick here is that the Android framework + applications doesn't see any available connected network, but on the kernel level your network interface is configured and you are connected.
    :
    Had you also tried, if this works for eth0 (only eth0 without USB ethernet adapter) and disabled eth0 at Andorid using init.d?

    Originally posted by vanzylst View Post
    :
    Note that I had to do ifconfig eth1 <ip> <netmask>; route add default gw <ip> dev eth1; ifconfig eth0 down from the terminal, the USB Ethernet adapter wasn't automatically configured
    :
    Originally posted by vanzylst View Post
    :
    Btw, to start up eth1 (the USB ethernet adapter) automatically at boot time, add the following in an init.d script (and leave eth0 unplugged or disabled to make sure you use the right interface):
    netcfg eth1 dhcp
    e.g.
    Code:
    #!/system/bin/sh
    while [ ""`getprop dev.bootcomplete` != "1" ] ; do sleep 1; done
    ifconfig eth0 <[I]ip[/I]> <[I]netmask[/I]>
    route add default gw <[I]ip[/I]> dev eth0
    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 heiko123 View Post
      What did you mean with "something" ?

      Gesendet von meinem SM-P905 mit Tapatalk 2
      Any USB device. Thumb drive, mouse, etc
      Prahjister ****MK808(nonB)****MK808B V5****MK808B Plus****UBOX R89**** CX919****MK808B Pro****Nexbox N9****Eny Em95****Matricon Q2****Tanix TX5 Pro****

      Comment


        Is this firmware wad bases on UBOX R89 - 111k4110_1219 firmware ?

        Comment


          Originally posted by wasser View Post

          version 2.0.3
          • add support for XBMC passthrough
          • fix security issue
          • fix permission issue for torrent stream tv
          • update google apps
          • add new wallpaper
          • a lot of small stuffs which i don't remember

          Firmware download: wasser-firmware-2.0.3

          version 2.0.2
          • fix codec issue which causes green pattern when playing video with stock player
          • add ability to boot device in fullscreen mode (without statusbar, navigationvar), enable it by default
          • add amazon instant video support
          • update bootloader
          • add ability to root or unroot device per recovery
          • add ability to update FW per recovery
          • fix a lot of stuffs which i don't remember


          Info: Oman from Netxeon confirmed that the R89 PCB v2.0 doesn't has ability to controll the LED by the firmware, so it's not a bug in my firmware.

          Download: root update
          Download: unroot update
          Firmware download: wasser-firmware-2.0.2


          version 2.0.1
          • fix DTS/Dolby audio issue
          • false HDMI status to allow apps to run on HDMI output (e.g. SHOWTIME)
          • fix DRM issue


          Firmware download
          : wasser-firmware-2.0.1


          version 2.0.0
          • firmware now based on release-keys instead of test-keys to improve app compatibility
          • multiuser support
          • add support for no wakup on mouse movement, enable it by default
          • fix red frame issue in chrome browser
          • add hdm cec support
          • 3d iso support
          • update ffmpeg
          • update bootloader v2.17.02
          • fix contacts & calendar sync issue
          • busybox up to date
          • google apps up to date
          • add chrome as default browser
          • add hardware keyboard support and enable by default
          • add lock screen, screensaver support
          • google searchbar is disable by default
          • enable tun and ip multicast in the kernel
          • add dialog for reboot, sleep, reboot into bootloader and recovery mode
          • init.d support
          • ntfs, nfs, cifs, exfat filesystem support
          • rooted
          • add location setting
          • 16gb in one partition
          • add libmedia passthrough support
          • built Wasser Kodi based on kodi 14 beta5 with DTS/DD5.1 passthrough support and native
          • support for auto refresh rate switching (users need to manually activate this feature in Setting->Video->Playback)
          • 7 x click on "ROM maker" in Setting->About device to enable Developer options menu,
          • several another fixes which i don't remember



          Overclocked kernels

          Firmware download
          : cpu1800-ddr500-gpu533
          Firmware download: cpu1800-ddr600-gpu600
          Firmware download: cpu1800-ddr700-gpu600
          Firmware download: cpu2000-ddr700-gpu600

          Howto install OC update file:
          1. download the OC update files and copy them to external sdcard
          2. reboot device into recovery mode
          3. choose "apply update from external sdcard" from recovery menu
          4. select the oc update file
          5. reboot device after the update is done.



          Thanks to Oman from Netxeon for his great support.

          Firmware download
          : http://www.freak-tab.de/wasser/wasse...r89-rk3288.zip
          Wasser-Kodi download
          : http://www.freak-tab.de/wasser/wasser-kodi-1.0.apk

          Be aware: it is your own risk!

          Hi i have tronsmart s89h custom firmware wasser V1.0.3 but i dont find update app in setting and i want back to original FW
          impossible to enter to recovery mode and usb burning tool dont work for me help plz

          Comment


            Originally posted by Oualid2013 View Post
            Hi i have tronsmart s89h custom firmware wasser V1.0.3 but i dont find update app in setting and i want back to original FW
            impossible to enter to recovery mode and usb burning tool dont work for me help plz
            Connect the OTC USB to your PC. Open the case and short to pins with tweezers and then plug in the electric. Then click the Firmware button in Android Tool to pick your new firmware. Then click Upgrade
            Click image for larger version

Name:	IMG_4940 (Medium).JPG
Views:	1
Size:	167.4 KB
ID:	435773Click image for larger version

Name:	IMG_4943 (Small).JPG
Views:	1
Size:	95.9 KB
ID:	435771
            Attached Files
            Tronsmart R28 PRO with wasser-2.0.7-beelink-r89-rk3288 ROM and MX Player

            Comment


              [QUOTE=amclean123;264956]Connect the OTC USB to your PC. Open the case and short to pins with tweezers and then plug in the electric. Then click the Firmware button in Android Tool to pick your new firmware. Then click Upgrade
              Click image for larger version

Name:	IMG_4940 (Medium).JPG
Views:	1
Size:	167.4 KB
ID:	435773Click image for larger version

Name:	IMG_4943 (Small).JPG
Views:	1
Size:	95.9 KB
ID:	435771[/QUO

              With Androidtool 2.3 say

              loading firmware failed
              ty for help

              Comment


                [QUOTE=Oualid2013;264975]
                Originally posted by amclean123 View Post
                Connect the OTC USB to your PC. Open the case and short to pins with tweezers and then plug in the electric. Then click the Firmware button in Android Tool to pick your new firmware. Then click Upgrade
                [ATTACH=CONFIG]9540[/ATTACH][ATTACH=CONFIG]9538[/ATTACH][/QUO

                With Androidtool 2.3 say

                loading firmware failed
                ty for help
                Did Android Tool say Found One MASKROM Device at the bottom? If not you need to keep trying the tweezer and inserting electric cord until it does.
                Tronsmart R28 PRO with wasser-2.0.7-beelink-r89-rk3288 ROM and MX Player

                Comment


                  [QUOTE=amclean123;264979]
                  Originally posted by Oualid2013 View Post

                  Did Android Tool say Found One MASKROM Device at the bottom? If not you need to keep trying the tweezer and inserting electric cord until it does.
                  No dont say found one Maskrom

                  what is this tweezer?

                  ty for help

                  Comment


                    It would be helpful if post a video from beginning to end of the process. Inexperienced thank

                    Comment


                      Originally posted by manero View Post
                      It would be helpful if post a video from beginning to end of the process. Inexperienced thank
                      But dont work for me i have tronsmart s89h with custom FW wasser V1.0.3 i dont can back to original FW but now no recovery mode no loader can do that and update app is not in setting

                      ty

                      Comment


                        Originally posted by manero View Post
                        It would be helpful if post a video from beginning to end of the process. Inexperienced thank
                        I'll see if I can get my 2 year old to hold the video camera while I hold the tweezers and plug in the electric

                        I'll try tonight and see what I can come up with .

                        Here's why I had to use the motherboard reset instead of pushing the normal reset button on my Tronsmart R28. When I loaded the Beelink firmware on my Tronsmart R28 for some reason it didn't install the files needed to make my Tronsmart reset button work. Sometimes that just happens when you try using a firmware from another product. So I had to open the case and use the reset button on the motherboard. The reset on the motherboard is done by shorting together two pins, or in this case two holes where pins are normally located.

                        So unless you have a Beelink R89 I think you'll need to open your case, find your reset pins (or holes), short them together, and plug in the electric cable. Make sure your OTG USB cable is plugged in first.

                        I can tell you to NOT use pins/holes that are marked 5+ or 5-, those are for power! Unfortunately my pins were not marked. I had to do some Google searching and guessing.
                        Last edited by amclean123; 31 December 2014, 23:55.
                        Tronsmart R28 PRO with wasser-2.0.7-beelink-r89-rk3288 ROM and MX Player

                        Comment


                          Originally posted by Oualid2013 View Post
                          But dont work for me i have tronsmart s89h with custom FW wasser V1.0.3 i dont can back to original FW but now no recovery mode no loader can do that and update app is not in setting

                          ty
                          I would suggest going back to your original firmware/rom/image and then rebuilding with the image you like. That's the easiest why I can suggest. I'll try uploading a video later if it helps.
                          Tronsmart R28 PRO with wasser-2.0.7-beelink-r89-rk3288 ROM and MX Player

                          Comment


                            Thanks amclean123

                            Comment


                              Tronsmart R28 Remote control

                              Wasser could you please add the functionality for the Tronsmart R28 remote control back into this firmware build or could someone point me in the right direction on how to do it? I've spent a few hours on Google and can't seem to find the location where remote control files are held in the file system and how to get them loaded.
                              Tronsmart R28 PRO with wasser-2.0.7-beelink-r89-rk3288 ROM and MX Player

                              Comment


                                Originally posted by amclean123 View Post
                                I would suggest going back to your original firmware/rom/image and then rebuilding with the image you like. That's the easiest why I can suggest. I'll try uploading a video later if it helps.
                                Ty and manero to

                                Comment

                                Working...
                                X