Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Beelink S82/S82H/M8/MXIII & Tronsmart S89/S89H - Finless 2.0 ROM

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

  • dankec
    replied
    Originally posted by Veronica View Post
    I do see that option on SPMC as well as on other xbmc versions for our boxes but i guess is broken anyways?
    how to tell, how can i know if it works or not?
    It's very easy to check: install Stane's AMLogic firmware where it works great! Anyway, TV resolution changes to movie native as soon as you click on play. When you click on stop resolution returns to XBMC system default.

    Leave a comment:


  • Dandroid534
    replied
    Originally posted by isham.padron View Post
    I was really hoping that this update would fix the Wifi+bluetooth issue. For context its really hard to stream music to my motostream via bluetooth through google music or youtube. I understand that it might be freq. problem but I have no problem streaming using my iphone 4 or my Nexus4
    I thought this was fixed with the patcher that makes Bluetooth and WiFi and ETH Mac address different, asthey are they are the same by default?

    Leave a comment:


  • Gaili
    replied
    I
    Originally posted by Veronica View Post
    do you know what helps?, placing the box in vertical position. Since i did that easy move my box does not get very hot as it used to in flat position (the small holes at the bottom of the box were useless in that position and the box would not "breath" properly, dus overheating the box and the table material under it).
    Hi guys!

    4 months ago i did some mods with my M82 ... check out the pictures. I replaced the original heatsink with a segment from a old videocard, polished the bottom and put Arctic Silver 5 paste on it. I also drilled some holes in the bottom and 1 big hole in the top cover for air circulation and i changed the internal antenna to a external one with now 20dbm more signal . Anyway the problem with the m82 is, that all boxes with 5 degree steps are thermal calculated, that means this is not the real cpu temperature.
    You can find that in the dmesg log, it looks like that:


    amlogic_thermal_probe, this chip is not trimmed, use virtual thermal
    aml_virtaul_thermal_probe, virtual thermal enabled

    Use "virtual thermal control" means, that you can put your box in a freezer, it changes nothing! We need a kernel mod to lower the calculated temperature.

    Greets
    Attached Files
    Last edited by Gaili; 30 September 2014, 10:13.

    Leave a comment:


  • maroot
    replied
    garbage display

    Hi, thanks for the new ROM. I've updated my box just now but the display is garbage after the logo. Any suggetion before going back to 1.9?

    Leave a comment:


  • JustMe
    replied
    Originally posted by Finless View Post
    I have no crashes with Kodi and Superuser.
    I watched about 5 movies straight last night and not one crash.

    I think your box has some problem.

    Bob

    wow i would of fallen asleep after half way of movie and the mrs would been telling me to go to bed because on my snoring hahaha


    JustMe

    Leave a comment:


  • londonshore
    replied
    Re: NEW - Beelink S82/S82H/M8 & Tronsmart S89/S89H - Finless 2.0 ROM

    Originally posted by londonshore View Post
    Great work bob ... I have the 2.0 finless and put xbmc kodi the one u posted I had video problems where the picture was disoriented fixed it with going to setting mbox switching the video detect to 1080 rather then 720 which it detected ... so far so good on kodi .... as for my wonderful bell app no go on these fixes will wait for more releases
    Oh and my box s82 I just realized is alot warmer them normal think im gonna go back to oman 109k4 ..

    Leave a comment:


  • londonshore
    replied
    Great work bob ... I have the 2.0 finless and put xbmc kodi the one u posted I had video problems where the picture was disoriented fixed it with going to setting mbox switching the video detect to 1080 rather then 720 which it detected ... so far so good on kodi .... as for my wonderful bell app no go on these fixes will wait for more releases

    Leave a comment:


  • Veronica
    replied
    Originally posted by isham.padron View Post
    I was really hoping that this update would fix the Wifi+bluetooth issue. For context its really hard to stream music to my motostream via bluetooth through google music or youtube. I understand that it might be freq. problem but I have no problem streaming using my iphone 4 or my Nexus4

    add it there, describe the problem better.

    Leave a comment:


  • Veronica
    replied
    Originally posted by no_spam_for_me View Post
    I thing you talk about auto frame rate switching at settings

    and that isn't available at android...
    The same menus i see in Android, as i said it b4 may be broken anyways. Don't know

    Leave a comment:


  • isham.padron
    replied
    I was really hoping that this update would fix the Wifi+bluetooth issue. For context its really hard to stream music to my motostream via bluetooth through google music or youtube. I understand that it might be freq. problem but I have no problem streaming using my iphone 4 or my Nexus4

    Leave a comment:


  • no_spam_for_me
    replied
    Originally posted by Veronica View Post
    I do see that option on SPMC as well as on other xbmc versions for our boxes but i guess is broken anyways?
    how to tell, how can i know if it works or not?
    I set it to: On Start/Stop and -Pause during refresh rate change is set to OFF

    I may not have good eye but all videos play just fine to me but im curious if there is an advantage
    I thing you talk about auto frame rate switching at settings

    and that isn't available at android...

    Leave a comment:


  • no_spam_for_me
    replied
    Originally posted by bajann View Post
    just need to enable addon and addon run all time auto change i think .no spam u have minix just try

    i hope this will work on all amlogic device
    You are right, it's also working automatically (my mistake)
    but you are wrong, because I don't own any minix device any longer

    I think it isn't really difficult to port it to every other system you want.

    The importend parts at the "fswitch_util.py"
    Code:
        modeFileAndroid = "/sys/class/display/mode"
        modeFileWindows = "d:\\x8mode.txt"
     
        if fsconfig.osPlatform == 'MINIX NEO-X8':
            modeFile = modeFileAndroid
        elif fsconfig.osPlatform == 'Windows 7':
            modeFile = modeFileWindows 
        else:
            outputMode = 'Unsupported platform.'
            return outputMode, amlogicMode
     :
        # convert output mode to a valid AMLOGIC mode
           if newOutputMode == '1080p-60hz':
              newAmlogicMode = '1080p'
          elif newOutputMode == '1080p-50hz':
              newAmlogicMode = '1080p50hz'
          :
     :
        # set new display mode
           with open(modeFile, 'w') as modeFileHandle: 
           modeFileHandle.write(newAmlogicMode)
    :
    1.) write to "/sys/class/display/mode" must be able at the OS
    2.) osPlatform must be change (maybe also at other *.py)...
    3.) and maybe newAmlogicMode to something like newDisplayMode and also the values...


    Seams to work also at Windows 7, but don't ask me why he implemented it, maybe for testing?

    Leave a comment:


  • Veronica
    replied
    Originally posted by no_spam_for_me View Post
    But as I know only to change it manually at XBMC instead at Settings , no auto...
    Originally posted by bajann View Post
    just need to enable addon and addon run all time auto change i think .no spam u have minix just try

    i hope this will work on all amlogic device
    I do see that option on SPMC as well as on other xbmc versions for our boxes but i guess is broken anyways?
    how to tell, how can i know if it works or not?
    I set it to: On Start/Stop and -Pause during refresh rate change is set to OFF

    I may not have good eye but all videos play just fine to me but im curious if there is an advantage

    Leave a comment:


  • Magnus33
    replied
    Originally posted by Veronica View Post
    thats more advanced and not easy to fit a heatsink into that case and hold it right, unless you don't mind destroying the plastic case.
    What i mentioned is very simple and quick to do and does help, i dont think i need to drill holes to it. Running the 1992Mhz cpu fix
    Could do like him where the mod actually looks cool.
    http://www.freaktab.com/showthread.php?13421-AML-S802-case-modding-Show-your-mod-s-to-cool-it-down-%29


    Attached Files

    Leave a comment:


  • Veronica
    replied
    Originally posted by bajann View Post
    Why not biger heatsink ?
    thats more advanced and not easy to fit a heatsink into that case and hold it right, unless you don't mind destroying the plastic case.
    What i mentioned is very simple and quick to do and does help, i dont think i need to drill holes to it. Running the 1992Mhz cpu fix

    Leave a comment:

Working...
X