Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

NEW - Leolas ROM V0.95 for Beelink R89/Tronsmart R28 and compatible RK3288 devices.

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

    #46
    R: NEW - Leolas ROM V0.95 for Beelink R89/Tronsmart R28 and compatible RK3288 devices.

    Originally posted by leolas View Post
    Ok now I understand you, internal nand storage (/sdcard) is vfat. /data is ext4; here is the full info:
    Code:
    1|root@rk3288:/ # mount                                                        
    rootfs / rootfs ro,relatime 0 0
    tmpfs /dev tmpfs rw,seclabel,nosuid,relatime,mode=755 0 0
    devpts /dev/pts devpts rw,seclabel,relatime,mode=600 0 0
    proc /proc proc rw,relatime 0 0
    sysfs /sys sysfs rw,seclabel,relatime 0 0
    selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0
    none /acct cgroup rw,relatime,cpuacct 0 0
    none /sys/fs/cgroup tmpfs rw,seclabel,relatime,mode=750,gid=1000 0 0
    tmpfs /mnt/secure tmpfs rw,seclabel,relatime,mode=700 0 0
    tmpfs /mnt/asec tmpfs rw,seclabel,relatime,mode=755,gid=1000 0 0
    tmpfs /mnt/obb tmpfs rw,seclabel,relatime,mode=755,gid=1000 0 0
    none /dev/cpuctl cgroup rw,relatime,cpu 0 0
    tmpfs /mnt/usb_storage tmpfs rw,seclabel,relatime,mode=555,uid=1013,gid=1023 0 0
    adb /dev/usb-ffs/adb functionfs rw,relatime 0 0
    /dev/block/platform/ff0f0000.rksdmmc/by-name/system /system ext4 ro,seclabel,noatime,nodiratime,noauto_da_alloc,data=ordered 0 0
    /dev/block/platform/ff0f0000.rksdmmc/by-name/cache /cache ext4 rw,seclabel,nosuid,nodev,noatime,nodiratime,discard,noauto_da_alloc,data=ordered 0 0
    /dev/block/platform/ff0f0000.rksdmmc/by-name/metadata /metadata ext4 rw,seclabel,nosuid,nodev,noatime,nodiratime,discard,noauto_da_alloc 0 0
    /dev/block/platform/ff0f0000.rksdmmc/by-name/userdata /data ext4 rw,seclabel,nosuid,nodev,noatime,nodiratime,discard,noauto_da_alloc,data=ordered 0 0
    /sys/kernel/debug /sys/kernel/debug debugfs rw,relatime,mode=755 0 0
    /dev/fuse /mnt/shell/emulated fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
    /dev/block/vold/179:33 /mnt/external_sd vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
    /dev/block/vold/179:14 /mnt/internal_sd vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
    /dev/block/vold/179:14 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
    root@rk3288:/ #
    Do you want to save in the internal nand files with size bigger than 4Gb?

    leolas
    Yes, full HD movies > 4gb.but with vfat it is impossible

    Comment


      #47
      Originally posted by gaetanolip View Post
      Yes, full HD movies > 4gb.but with vfat it is impossible
      Putting movies on internal is a waste anyway.... A external SDcard formatted NTFS will solve your issue with 4GB files.

      Bob
      "Pzebacz im, bo nie wiedzą, co czynią"
      "Прости им, они не ведают, что творят"
      "Perdona loro perché non sanno quello che fanno"
      "Vergib ihnen, denn sie wissen nicht, was sie tun"
      "Vergeef hen want ze weten niet wat ze doen"
      "Pardonne-leur car ils ne savent pas ce qu'ils font"
      "Perdónalos porque no saben que lo que hacen"
      "Oprosti im, jer ne znaju što čine"
      "Forgive them as they know not what they do"





      Comment


        #48
        R: NEW - Leolas ROM V0.95 for Beelink R89/Tronsmart R28 and compatible RK3288 devices.

        Originally posted by Finless View Post
        Putting movies on internal is a waste anyway.... A external SDcard formatted NTFS will solve your issue with 4GB files.

        Bob
        Yes you are right. But there are some torrent streaming applications that need to write in internal storage.

        Comment


          #49
          NO to userdata partition on KitKat! Vote now .

          Good point gaetanolip. Writing data in small chunks is much more practical and safe onto internal memory rather than external SD card especially when RockChip tends to use caching technics (rknand_buffer).


          Personally I am against internal VFAT partition on Android KitKat. Primarily because there is almost no use for it when Internal SD is emulated from main data partition which use EXT4 file system.
          RK3288 2GB/16GB OC 1.9GHz at 1.2V RAM [email protected] Wasser's 3.0.11 firmware
          Out: monitor FullHD 16:9, 3.5" jack headphones; In: remote control, USB HUB: keyboard + mouse + pendrive
          bricked: VOYO V1 mini 8G/64GB Windows 10

          Comment


            #50
            R: NEW - Leolas ROM V0.95 for Beelink R89/Tronsmart R28 and compatible RK3288 devices.

            Originally posted by Gormar View Post
            Good point gaetanolip. Writing data in small chunks is much more practical and safe onto internal memory rather than external SD card especially when RockChip tends to use caching technics (rknand_buffer).


            Personally I am against internal VFAT partition on Android KitKat. Primarily because there is almost no use for it when Internal SD is emulated from main data partition which use EXT4 file system.
            So, can you try to reformat in ext4 internal sd card?

            Comment


              #51
              Almost certainly yes, but probably it will not mount on boot without custom script in init.d directory. If you don't know what it is or if kernel in this firmware use it then don't try this at home on you own hand .


              Maybe Leolas will consider proposed changes to userdata partition: 1. romove it or 2. format it to EXT fs.
              Eventualy you can make your own parameter file for this firmware and remove this partiton on your own. But you might loose internal SD "drive" if there isn't any emulation. I'm not shure about that because I haven't seen this firmware yet. Maybe tommorow .
              RK3288 2GB/16GB OC 1.9GHz at 1.2V RAM [email protected] Wasser's 3.0.11 firmware
              Out: monitor FullHD 16:9, 3.5" jack headphones; In: remote control, USB HUB: keyboard + mouse + pendrive
              bricked: VOYO V1 mini 8G/64GB Windows 10

              Comment


                #52
                Screen blanks out every 30 seconds or so

                Hi Everyone,

                So excited to see new developement of ROM's for the R89

                I have had mine for a few weeks now and so far it's been great.

                Today I downloaded and installed the new Leolas Rom and so far it is great.

                The only think I am finding is that every 30-60sec the screen blacks out and then after a sec or two it comes back. Doesn't matter if I am using it or it's idle.

                Is anyone else seeing this?

                Thanks

                Comment


                  #53
                  Re: NEW - Leolas ROM V0.95 for Beelink R89/Tronsmart R28 and compatible RK3288 devices.

                  Never tried to use internal sdcard in other partition type, but I will take a look on it.
                  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


                    #54
                    Re: NEW - Leolas ROM V0.95 for Beelink R89/Tronsmart R28 and compatible RK3288 devices.

                    Originally posted by scandog View Post
                    Hi Everyone,

                    So excited to see new developement of ROM's for the R89

                    I have had mine for a few weeks now and so far it's been great.

                    Today I downloaded and installed the new Leolas Rom and so far it is great.

                    The only think I am finding is that every 30-60sec the screen blacks out and then after a sec or two it comes back. Doesn't matter if I am using it or it's idle.

                    Is anyone else seeing this?

                    Thanks
                    It didn't happened to me, is this with this ROM or with all ROMs? What resolution you have?
                    I can't test 4k because I don't have a 4k screen.
                    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


                      #55
                      Originally posted by leolas View Post
                      It didn't happened to me, is this with this ROM or with all ROMs? What resolution you have?
                      I can't test 4k because I don't have a 4k screen.
                      So far it is just with this ROM

                      The only other ROM I have tried is the 110K stock ROM and it was fine.

                      I am using 1080p 60hz.

                      Nothing installed fresh burn. I am using a Arctic mini wireless keyboard but that's it.

                      I am going to try the Finless ROM as well just downloading.

                      Thanks

                      Comment


                        #56
                        Thanks to LEOLAS and Finless . Hope the Gormar problem have solution , because i have the same problem to with torrent.

                        Comment


                          #57
                          What kinds of files downloaded using torrents tend to be above 4Gb?
                          R-TV BOX S10, Beebox N3150, Chuwi Hibox, Nvidia Shield, A95X Max

                          Comment


                            #58
                            Originally posted by scandog View Post
                            So far it is just with this ROM

                            The only other ROM I have tried is the 110K stock ROM and it was fine.

                            I am using 1080p 60hz.

                            Nothing installed fresh burn. I am using a Arctic mini wireless keyboard but that's it.

                            I am going to try the Finless ROM as well just downloading.

                            Thanks

                            I tried the finless rom and it has the same issues.

                            I tried the FireFly image and it works fine. Linux work as well even wifi

                            Comment


                              #59
                              Re: NEW - Leolas ROM V0.95 for Beelink R89/Tronsmart R28 and compatible RK3288 devices.

                              Originally posted by scandog View Post
                              I tried the finless rom and it has the same issues.

                              I tried the FireFly image and it works fine. Linux work as well even wifi
                              Your device model? Is a firefly board?
                              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


                                #60
                                Leo,

                                I upload the latest RK code(master branch) to YOU, include :

                                1.CEC support;
                                2.3D ISO support;
                                3.Update FFMPEG;
                                4.Support ext4 file system U-disk;
                                5.Strengthen Ap6335;
                                6.Improve camera/Skype.
                                7.Many other tweaks.

                                Do what you like.
                                Easy way to catch LOG -> Search 'Syslog' in Google Play,then install it and catch log

                                Comment

                                Working...
                                X