Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Bluetooth dongle suport on every rk3066 Device
Collapse
X
-
Bluetooth dongle suport on every rk3066 Device
Last edited by lewy20041; 22 March 2013, 22:06.Everything is possible if we work together!
ApkFreakhttps://www.paypal.com/donate?busine...rency_code=USDhttps://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
BItcoin Donate: 1K9Qh9CvxvpdkCANVU173Mh3WAjv3oMgQyTags: None
-
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!
ApkFreakhttps://www.paypal.com/donate?busine...rency_code=USDhttps://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
BItcoin Donate: 1K9Qh9CvxvpdkCANVU173Mh3WAjv3oMgQy
Comment
-
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
-
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!
ApkFreakhttps://www.paypal.com/donate?busine...rency_code=USDhttps://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
BItcoin Donate: 1K9Qh9CvxvpdkCANVU173Mh3WAjv3oMgQy
Comment
-
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!
ApkFreakhttps://www.paypal.com/donate?busine...rency_code=USDhttps://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
BItcoin Donate: 1K9Qh9CvxvpdkCANVU173Mh3WAjv3oMgQy
Comment
-
Originally posted by lewy20041 View Postok. for now it sometimes work some times not.
i will give more info once i have some free time.
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
-
you need kernel with pached rfkill bt section.
cm uses difrent aproach.Everything is possible if we work together!
ApkFreakhttps://www.paypal.com/donate?busine...rency_code=USDhttps://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
BItcoin Donate: 1K9Qh9CvxvpdkCANVU173Mh3WAjv3oMgQy
Comment
-
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
-
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
-
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!
ApkFreakhttps://www.paypal.com/donate?busine...rency_code=USDhttps://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
BItcoin Donate: 1K9Qh9CvxvpdkCANVU173Mh3WAjv3oMgQy
Comment
-
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!
ApkFreakhttps://www.paypal.com/donate?busine...rency_code=USDhttps://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
BItcoin Donate: 1K9Qh9CvxvpdkCANVU173Mh3WAjv3oMgQy
Comment
What's Going On
Collapse
There are currently 2620 users online. 1 members and 2619 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment