Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Lollipop - Wasser Firmware for Beelink R89

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

    Originally posted by gridlock View Post

    -yah , mxplayer plays so well (when it comes the picture quality ; crisp and vivid colors) , but versions 3.0.1 and 3.0.2 suffer micro stutters as compared to version 3.0.0 rc4.
    -version 3.0.2 has also a perfect youtube playback
    I'll see if I can confirm that.
    Tronsmart R28 PRO with wasser-2.0.7-beelink-r89-rk3288 ROM and MX Player

    Comment


      Originally posted by amclean123 View Post
      I'll see if I can confirm that.
      you don't have to , we got different tv's , different motion settings.... on my Samsung js9000 4K tv (even if i'll do the extreme auto motion plus settings ; blur reduction: 10 , judder reduction: 7) there will no stutter whatsoever when using 3.0.0 RC4 , while it's noticed with the mentioned settings on 3.0.1 and 3.0.2
      When such a feature (auto motion plus is set to clear , then there will be no stutter on all roms)....
      i just love that extra smooth motion that i can only get with 3.0.0 RC4..... but that's me
      cheers

      Comment


        wasser@ Any chance we get R28 original remote control to work ?

        Comment


          Originally posted by amclean123 View Post
          Nope. None of my beelink or tronsmart remotes work.

          really? both stock remotes work with no issue on my Beelink R89 and Ubox

          Comment


            Originally posted by slyger View Post


            really? both stock remotes work with no issue on my Beelink R89 and Ubox
            I think the remotes changed over time. Geekbuying was offering to send out a new remote for free. I think I have the older remotes. 4 of them.
            Tronsmart R28 PRO with wasser-2.0.7-beelink-r89-rk3288 ROM and MX Player

            Comment


              Is there a chance that I can play mkv video files without micro stutters with Kodi from the #1? I habe micros stutters in audio too. The second thing is the video/audio is not synchron.

              Can I play .iso 3D files over samba whit any player !=Kodi? Kodi is to stupid für real 3D BD files :/

              Comment


                Has the ability to rotate the screen from landscape to portrait been removed from this Rom? I tried Version 3.0.0 rc1 and Version 3.0.2 and can not find in the settings where to enable screen rotation.

                Comment


                  on thing i've noticed with this image is if you leave the unit on for multiple days network playback seems to suffer. i believe i left my ubox on for 4 or 5 days and network content suffered from massive stuttering during playback. thankfully a reboot fixed the issues. i just wanted to share in case anyone else runs into this. funny enough, streaming content was not affected at all.

                  Comment


                    Well I hope the remaining bugs can be fixed. Otherwise its a nice and fast firmware.

                    What annoys me is the fact that the connect to pc option under usb is off after each reboot. So i can't let my airmouse attached to the otg port. Which sucks cause its the only real working port for it.

                    Also i was unable to get xposed to work. Every version (up to 78) resulted in a bootloop. Maybe Wasser could change something in his firmware to make xposed work.

                    I've seen tablets with rk3288 running xposed. So there should be a way.

                    Comment


                      xxx

                      Comment


                        Originally posted by slyger View Post


                        i just used the upgrade tab in Android Tool 2.3 for both of my boxes. Def try it out and let us know! It will be awesome if it works for you as well. If it does, perhaps Wasser or someone else familiar with the details will be able to explain why it works

                        If you're using the upgrade tab for the 3.0.2 install, what's a clean install? (I've always just used the upgrade tab...).

                        Thanks in advance.
                        Last edited by Tarwin; 27 November 2015, 04:37.

                        Comment


                          Something new about Xposed:

                          Since i got lots of RK3288 devices and all have problems with xposed i tested this one on my Pipo P4 Tablet:


                          Its from Oma7144 and its Cyanogenmod 12.1 (LP 5.1.1) using the provided kernel i was able to get Xposed running without problem.

                          I will try to use wassers Kernel with this Hardware as it seems the Xposed incompatibility is due to some stuff Rockchip did with their framework.

                          If I get it to work it will be the best firmware for now IMO (Fast Lolipop with Wasser Kernel...xposed working ect.).

                          Comment




                            flash the resouce. img of this rom on wasser rom 3.02 for the stock remote to work... it worked for me though not all the functions are active.

                            Comment


                              I have one big problem with 3.0.2 version - no sound. I think it is my Mele F10-Pro that causing this problem. If I remove Usb for Mele air mouse everiting works perfect. I need to install Soundabout app, for sound to work properly with F10-Pro. Is there any solution for this kind of problem?

                              I have same problem with latest Ugoos UT3 v 3.0.2b ROM.

                              Comment


                                hello H-Tab, with Mele F10-Pro you have sound.... in the remote!
                                read this:

                                The Mele F10 pro controller comes with built in sound but it's designed specifically for the Mele TV box and doesn't work on other makes. When connected to other boxes, it causes android to switch to the Mele F10 sound card which disrupts video playback (stuttering) and there's no sound.

                                There are two ways to resolve this:
                                1. (Less technical) Install Soundabout and make sure that HDMI is selected as the sound output (or whatever output you are using - in other words, not USB which is the Mele device). Some people have reported an issue where the HDMI option disappears from soundabout which requires a reinstall of the app to bring it back.

                                2. (a little more tech but permanent - my personal fav.) Install ES File explorer and edit the audio policy file to disable USB as an audio option
                                • Recommend you do this with a proper keyboard / mouse attached.
                                • Install and run ES File Explorer
                                • Under tools (left), make sure root explorer is 'on'
                                • Click root explorer and then Mount R/W - make sure /system is set to RW
                                • Then under local (left), select / then in the main window navigate to /system/etc and click 'audio_policy.conf' to edit it (chose ES Note Editor)
                                • Click the menu and select 'edit'
                                • Find the line that starts with USB and comment out all the lines in that section like this:
                                Code:

                                # usb {
                                # outputs {
                                # usb_accessory {
                                # sampling_rates 44100
                                # channel_masks AUDIO_CHANNEL_OUT_STEREO
                                # formats AUDIO_FORMAT_PCM_16_BIT
                                # devices AUDIO_DEVICE_OUT_USB_ACCESSORY
                                # }
                                # usb_device {
                                # sampling_rates 44100
                                # channel_masks AUDIO_CHANNEL_OUT_STEREO
                                # formats AUDIO_FORMAT_PCM_16_BIT
                                # devices AUDIO_DEVICE_OUT_USB_DEVICE
                                # }
                                # }
                                # inputs {
                                # usb_device {
                                # sampling_rates 8000|11025|16000|22050|32000|44100|48000
                                # channel_masks AUDIO_CHANNEL_IN_MONO
                                # formats AUDIO_FORMAT_PCM_16_BIT
                                # devices AUDIO_DEVICE_IN_USB_DEVICE
                                # }
                                # }
                                # }
                                • Click back then save.
                                • After that reboot (not sure if it's required, but it won't hurt).
                                Problem sorted!

                                (by
                                Arietans)

                                Comment

                                Working...
                                X