Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Bluetooth dongle suport on every rk3066 Device

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

    Bluetooth dongle suport on every rk3066 Device

    If anyone wont bluetooth dongle suport on mk808 download this package:
    For now it sometimes work some times not:"


    I wil try to make it work better.
    You can test it, mayby someone will make it work perfect faster than me;p
    Last edited by lewy20041; 03-22-2013, 21:06.
    Everything is possible if we work together!
    ApkFreak

    #2
    Whatcha got there? A link?

    Comment


      #3
      Re: Bluetooth dongle suport on every rk3066 Device

      I'm definitely interested!

      I'm not the lowest of the low, but I am the slowest of the slow (49.6 mpg over 38k miles in Scion xB)
      MK808 w/Omegamoon kernel, CWM recovery, & Finless 1.7 ROM

      Comment


        #4
        you will need to wait a litle, mayby tonight.
        my wife come back and some thing fu... up.
        i needto find what:"
        bt is wrking from settings i even paird my wiimote without problems.
        Everything is possible if we work together!
        ApkFreak

        Comment


          #5
          I would be interested in how you got it working. 2dark4u kernel?

          I tried many times to get it working with dongles but was not successful.

          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


            #6

            Comment


              #7
              ok. for now it sometimes work some times not.
              i will give more info once i have some free time.
              Everything is possible if we work together!
              ApkFreak

              Comment


                #8
                Originally posted by lewy20041 View Post
                ok. for now it sometimes work some times not.
                i will give more info once i have some free time.
                Thanks! Looking forward to it. Is it a kernel fix or is it a Rom level fix?

                Comment


                  #9
                  i was to optimistic sayin "all rk3066 devices"
                  BOB for now to get it to work you will need mk808b kernel flashed on mk808 to do the trick.
                  btusb.ko of course is needed to.
                  as of now i can get it to work from the ui but not all the time.
                  i need to find the trick for rfkill to always pick up bluetooth dongle insted of virtual one that is created under
                  /sys/class/rfkill/rfkill0/
                  Everything is possible if we work together!
                  ApkFreak

                  Comment


                    #10
                    Originally posted by lewy20041 View Post
                    ok. for now it sometimes work some times not.
                    i will give more info once i have some free time.
                    Same problem I have seen with CM10. It will work sometimes and not others! I ported and made the modifications that CM10 used for BT dongle support and got the same results on MK808 ROM.
                    A while ago 2dark4u even tried compiling in the BT drivers into the kernel and we were still unable to get it working reliably.

                    My AMLogic devices all work 100% with BT dongles and I even spent some time tearing through that code to see why. No luck

                    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


                      #11
                      you need kernel with pached rfkill bt section.
                      cm uses difrent aproach.
                      Everything is possible if we work together!
                      ApkFreak

                      Comment


                        #12
                        I have a ROM with btusb.ko installed.

                        Also in CM10 I noticed this change to init.rk30board.rc

                        #service hciattach /system/bin/brcm_patchram_plus --patchram bychip --baudrate 1500000 --enable_lpm --enable_hci /dev/ttyS0
                        service hciattach /system/bin/busybox true

                        They commented out the standard line and added the busybox call.
                        I did this and this is when I got it working sometimes on MK808.

                        Just FYI. So I think hciattach is for sure involved! For instance when I ported one of my ROMs to the MK808B, I had to take hciattach from the original ROM or BT would not work.

                        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


                          #13
                          Oh and also see this stuff in that file as well

                          on init
                          symlink /etc/bluez/bcm432x/BCM4329B1_TestOnly_0237_26MHz_SEMCO_B23.hcd /bcm4329_samsung.hcd
                          symlink /etc/bluez/bcm432x/BCM4329B1_USI_WM-BN-BM-01.hcd /bcm4329_usi.hcd
                          symlink /etc/bluez/bcm432x/BCM4329B1_002.002.023.0389.0000_Cybertan-Foxconn_Cls2_extLNA_EDRmaxInputLev+PeakDEVM_NT.hcd /bcm4329_cybertan.hcd


                          # bluetooth power up/down interface
                          chmod 0660 /dev/ttyS0
                          chmod 0660 /dev/ttyS2
                          chmod 0660 /dev/vflash
                          chown bluetooth bluetooth /dev/vflash
                          chown bluetooth bluetooth /dev/ttyS2
                          chown bluetooth bluetooth /dev/ttyS0
                          chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type
                          chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state
                          chmod 0664 /sys/class/rfkill/rfkill0/state

                          Try a permissions change here. I think owner should not be bluetooth for a dongle!
                          This is where I left off with 2dark4u and he kept telling me he thought there was a permissions issue.

                          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


                            #14
                            yap. thats what i was talking about.
                            they use this file brcm_patchram_plus to make it work.
                            thhanks for info.
                            i will post back when i will find something.
                            Everything is possible if we work together!
                            ApkFreak

                            Comment


                              #15
                              hciattach is used for uart/serial bluetooth which is presented in mk808b.
                              we use usb insted so hciattach may not be neded:"
                              Everything is possible if we work together!
                              ApkFreak

                              Comment

                              Working...
                              X