[Q] Si470x FM Radio on Nexus 7? - Nexus 7 Q&A, Help & Troubleshooting

Greetings,
I have the 2012 Nexus 7 wifi and would like to know if I can get the "ADS RDX-155-EF Instant FM Music" (http://www.amazon.com/gp/product/B000HNHA12/ref=oh_aui_detailpage_o09_s00?ie=UTF8&psc=1) working.
I think it has a Silicon Labs Si470x chip. I have an OTG and rooted tablet.
Apparently an older Galaxy phone (http://android.stackexchange.com/a/30468) had this chip in it.
Is there hope to get this to operate from my N7?
Thanks in advance.
edit to add. found this if this helps:
SILABS F321 ECNAON 0630+
ADS Tech Instant FM Music
0x06e1, 0xa155

Hey Kalimazoo,
Did you manage to get it working? I have the exact same setup and wanted to do the same. Would appreciate hearing how you got on with that.
Thanks.

JaredMardel said:
Hey Kalimazoo,
Did you manage to get it working? I have the exact same setup and wanted to do the same. Would appreciate hearing how you got on with that.
Thanks.
Click to expand...
Click to collapse
I was never able to get this to work. I originally bought it to work on a Fedora box. The reviewers on Amazon.com said it worked for them. lsusb recognized it but never could get input from it. Likewise on my Windows PC even with the software that came with it I couldn't get it to run.
I wouldn't mind buying another inexpensive USB Radio if you have any recommendations.

Related

Uses for an old wizard?

I have a recently retired htc wizard, and am beginning to think what I can usefully do with it. Current market value is about £50 tops I think, so not entirely worth selling. Thinking of building it in to a box adding a small amp and speakers and turning it in to a clock radio / multimedia device or similar. Has anyone else successfully completed any such projects? Any tips or suggestions?
In short, what's the best use I could put it to?
mcurtayne said:
I have a recently retired htc wizard, and am beginning to think what I can usefully do with it. Current market value is about £50 tops I think, so not entirely worth selling. Thinking of building it in to a box adding a small amp and speakers and turning it in to a clock radio / multimedia device or similar. Has anyone else successfully completed any such projects? Any tips or suggestions?
In short, what's the best use I could put it to?
Click to expand...
Click to collapse
I gave mine away to my neighbor. But interesting idea you got there Probably more expansive then just buying something like that. Though I guess with some tweaking you could make it into a boombox you can take with you everywhere that could use WiFi or GPRS to stream music from your home box.
Now that, would be cool.
Does it work properly? Is the usb solid?
An old Wizard to me, means a test dummy.
You can donate it to an xda dev...to work on creating new roms.
Or I guess you can go with your idea.
Or you can give it to me!
I have plans afoot to use it as a touchscreen in my car. The idea is to have a laptop in the boot running some media software with a HD full of music and videos. Install Citrix Metaframe on the laptop and then use the Wizard as a client. Hey presto... a media centre with no wires!
pletharoe said:
I have plans afoot to use it as a touchscreen in my car. The idea is to have a laptop in the boot running some media software with a HD full of music and videos. Install Citrix Metaframe on the laptop and then use the Wizard as a client. Hey presto... a media centre with no wires!
Click to expand...
Click to collapse
wow...pretty good idea
might just have to do this w/ the old axim
edit: wonder how this would work for this purpose http://dotnetvnc.sourceforge.net

Help with bluetooth! hci_get_route returns ERNODEV

Hi!
I am developing an application which connects a Wiimote to a bluetooth enabled android phone/device.
I did this by interfacing with the native bluez bluetooth library directly, rather than via the Android API. The reason for this is that Android API doesn't support HID devices, which a Wiimote is.
A problem now is that on some devices, mostly those sold by HTC, my app simply doesn't work. After calling the hci_get_route(NULL), this function should return an id of the first bluetooth device available (most likely 0), but instead returns ERNODEV (-1) as if no bluetooth device is available.
I suspect it has something to do with our beloved HTC grossly modifying something in the libbluetooth library to make this fail to work.
Has anyone ever done this kind of bluetooth interfacing?
How could I make this work?
Rooting the phone and replacing a library or two would be fine too.
For a list of working and non-working devices, check out the 2nd post of this thread.
HTC support
I just sent a customer service message to HTC about this issue. I hope they can get back to me with a "we'll work on it" message, or something. I really want this on my incredible. I'm new to coding like this, but could you disguise the Wiimote as another kind of device?
Just a response from someone equally interested in a solution. I'm trying to set up a bluetooth keyboard (Freedom Pro) with my gsm Hero running the 1.5 based MCR 3.2. Available drivers (Freedom's own, BlueInput & KeyPro) should work with 1.5, but HTC devices, especially the Hero, seem to be lacking something that is present in most 1.5 builds.
Investigating, I find the same issue of no route to device, because there is no known device. AIUI when bluetooth is turned on hciattach is used to establish a link to the hardware. At that point an hciconfig should list the hci0 device as present but down. However I find this list remains empty at all times.
I found this for keyboards.
Since I can't post the link, it's called "KeyPro for Android"
Google "keypro android" and click the first link.
Maybe that could help. It says it works with any android device above 1.5, however, I did read that some keyboards use a different type of bluetooth profile, SPP rather than HID.
I haven't heard back form HTC yet either.
EDIT: Upon reading your post again, you have tried this. Sorry, my bad.
Thanks for looking though The Freedom Pro is switchable between spp & hid profiles, so I figured I was safe, lol. Not with HTC's butchered 1.5 bt it seems.
Did you ever try to use the most likely id 0 on an HTC device? Even though the call to get the id fails?
Maybe you could use also the Android API to synchronize if a device is present and then use the id that Android API gives you?
Just some thoughts since I would love to see that App running on my Desire with Snesoid
Edit: Double post
tobren said:
Did you ever try to use the most likely id 0 on an HTC device? Even though the call to get the id fails?
Maybe you could use also the Android API to synchronize if a device is present and then use the id that Android API gives you?
Just some thoughts since I would love to see that App running on my Desire with Snesoid
Click to expand...
Click to collapse
Believe it or not, I actually tried this. Unfortunately, the next command (to bind the bluetooth adapter) also fails, and of course every command after that one because the adapter is not bound.
Thanks for the idea anyway.
usb
does the wii remote have usb connectivity? could it be possible to have the communication pass through that connection rather than bluetooth? one advantage of this would be increased battery life and probably better compatibility across models.
i'm sure some people would prefer bluetooth, but i figure i'll always be using it very close to my phone so i can see the screen, so the wired option is actually a bit more attractive (considering battery performance).
i know ps3 has usb connectivity as well, you just might need an adapter (mini to micro).
rubber soul said:
does the wii remote have usb connectivity? could it be possible to have the communication pass through that connection rather than bluetooth?
[snip]
i know ps3 has usb connectivity as well, you just might need an adapter (mini to micro).
Click to expand...
Click to collapse
I'm pretty sure the first answer is no - our wii is round at a friend's atm. However even if it was yes, you'd need more than an adapter. USB operates with one device as master & the other as slave. To allow you to connect slave devices to your phone it would need to be in host mode. Some mobile phone hardware implementations support this, however I don't know of any mainstream Android kernels which do. Even if you workaround that, you're left with the huge issue that slave devices can assume it's safe to draw power from the USB bus which could do nasty things (tm) to a lower power device like a mobile. This can be worked around via a powered hub, but it all gets very messy.
I looked into this a few months ago, hoping I'd be able to use a usb keyboard with my Hero. I ended up with a BT keyboard instead. Of course that doesn't work either but for completely different reasons, as hinted at by this thread. Hopefully a 2.1 ROM will solve that, but that's the subject of numerous other threads.
Uh, just throwing stuff out, what if you have a pc with two bluetooth adapters, it connects to the wii mote, and then broadcasts that in someway the android api can understand?
Also please actually try working on something with a rooted phone, the HTC EVO 4g is rootable, and I will make man love(no homo) if you get it working.
Either one works lol.
Using a PC as a proxy is kind of useless. If you have a wiimote connected to a PC, you might as well play games on the PC itself (there are nes/snes/sega/etc emulators for PCs too).
At this moment, rooting doesn't help with the problem either.
@1 True
@2 That sucks.
Do we think that this will/could be fixed in HTC's Froyo update for 2010 devices? Not looking for definite answers, just a ponderin'.
well if you send the null pairing code to the wiimote from the default bluetooth pairing screen.. it will fail to communicate with the wiimote too
waffles004 said:
Do we think that this will/could be fixed in HTC's Froyo update for 2010 devices? Not looking for definite answers, just a ponderin'.
Click to expand...
Click to collapse
Doesn't it work in stock/vanilla Eclair? I thought the main problem was with Cupcake, though HTC seem to have done weird things to every stock firmware. I read that removing Sense from a 2.1 HTC ROM breaks bluetooth. Go figure. And there was I thinking Sense was a gui enhancement
I contacted HTC about their bluetooth issues and just received this response
My name is Courtney, and I would be glad to assist you today. I understand that you are unhappy with the Bluetooth connectivity on your HTC EVO. HTC is aware of the problems occurring with the EVO and Bluetooth. We are currently investigating this issue and are working on a solution. As soon as we have an update, we will inform our customers. Thank you for contacting HTC America Technical Support. If you need further assistance, please feel free to contact us via email or at 1-866-449-8358. We are open 7 days a week from 6 a.m.-1 a.m. EST. You can also check out our Community and Support pages at htc.com/us and our pages on Facebook and Twitter.
Click to expand...
Click to collapse
I contacted HTC about this issue with my incredible and I basically got the same answer except the guy was more knowledgeable and said that other people were complaining about certain bluetooth issues. I think they know what they did and are waiting to fix it in Froyo to be easy for them. No worries though, should be comin' in a few weeks. I can't freakin' wait. I have soooooooooo much Pokemon and Mario to play.
does anyone know if this works on samsung galaxy s, i dont have my phone yet to test, but as soon as it arrives (sometime next week) i will test this.
All I can say is that my wii controller is working really well on cyanogen on my evolution now!

Mk808 android 4.1 mini pc

http://www.geekbuying.com/item/MK80...ip-RK3066-Cortex-A9-Mini-PC-stick-307415.html
What everyone think? Anybody took the leap and bought it yet? I was thinking about getting one so I don't have to hookup my laptop to my TV anymore
Sent from my SGH-T999 using xda premium
nice gadget!!
richeazy said:
http://www.geekbuying.com/item/MK80...ip-RK3066-Cortex-A9-Mini-PC-stick-307415.html
What everyone think? Anybody took the leap and bought it yet? I was thinking about getting one so I don't have to hookup my laptop to my TV anymore
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
I got mine mk808 yesterday. I bought a mk802 in august but it "burned" after 1 week. I also think that the mk802 was very laggish... The mk808 is far much better!!!
So far I am very very very happy with it!
regards
gillidk said:
I got mine mk808 yesterday. I bought a mk802 in august but it "burned" after 1 week. I also think that the mk802 was very laggish... The mk808 is far much better!!!
So far I am very very very happy with it!
regards
Click to expand...
Click to collapse
gillidk, Did you buy yours from geekbuying? How long was the delivery and which country are you
I was about to order the similar GV-20 mk808 based device from gadgetgreats but poeple have mentioned fraud etc
http://www.gadgetgreats.com/gv-20-a...i-a9-dual-core-android-4-0-mini-pc-gv-20.html
many thanks
I got mine today. I ordered it over a week ago. Weird because I didn't get my shipping information until last night, and when I tracked it, it was already out for delivery.
My Measy Air Mouse R11 is screwed though I think. It keeps sliding to the left hand side. I even tried on my PC and it does the same thing. I've tried to resync it and screw with it, but it keeps moving. Very hard to use a mouse that doesn't stay still. The MK808 is fun. I just got it tonight. I haven't had the time to get really crazy with it. Seems to run ok and would be far more enjoyable with a good input device.
Ordered mine today (only $60), if it really works as reviews say, it's quite a bargain
Do you still have problems with the rc11 or are they solved ?
send by an 42y old gio junkie™
player911 said:
I got mine today. I ordered it over a week ago. Weird because I didn't get my shipping information until last night, and when I tracked it, it was already out for delivery.
My Measy Air Mouse R11 is screwed though I think. It keeps sliding to the left hand side. I even tried on my PC and it does the same thing. I've tried to resync it and screw with it, but it keeps moving. Very hard to use a mouse that doesn't stay still. The MK808 is fun. I just got it tonight. I haven't had the time to get really crazy with it. Seems to run ok and would be far more enjoyable with a good input device.
Click to expand...
Click to collapse
Did you get it by express delivery or normal delivery
send by an 42y old gio junkie™
I fixed my Measy Air Mouse R11.
To reset the Gyros, you lay it flat and press and hold LEFT ARROW + G for a few seconds... making sure it is flat. Now it works great.
I'm having some weird issues with some misbehaving apps. Root explorer started freaking out. And now my FPse won't use OpenGL for the life of me. I'm interested in trying the CM10 build for it but the operation requirements are bland. Supposedly it requires CWM recovery, which is supplied but doesn't give specifics how or what order or process to get it done.
I have to say that it is a fun unit to work with and chews through FPse roms. I'm surprised how well it runs for a chinese chipset.
Flashing is a bit of a chore and instructions aren't very clear, so I'll post them here:
With the unit OFF:
Insert a paper clip into the reset hole and press it in and HOLD IT down.
Awkwardly insert the MicroUSB-PC cable into the OTG. This will power the unit and it should boot into Flash mode given you've held the paperclip down properly.
Trying to install eGalax Touch Screen linux driver
I'm trying to install the eGalax Touch Screen driver for Linux 2.6 that came with my liliput 7 inch touch screen. The touch screen is for use in my car. Using the mk802 II or ug808 to replace my audio system. I just need to get the driver installed. The driver installation script is looking for the locations "usr/local" and "usr/bin", but the only "usr" directory I can find is in "system/usr"... I'm not sure if I should use that location and create the local and bin directories there or not. But when I created the usr/local and usr/bin at the same level as system (which is in the "mnt" directory which is also at the same level as "root" directory (btw, I cannot find a "home" directory), the install seemed to work fine using Better Terminal Pro android app with the bash shell. However, when I restarted the device, the "usr" directory that I create was gone, so the driver install was wiped apparently, and the usb HDMI touch screen still does not work... I can post the bash script if that helps. This is the last thing I need to get this to work, then I can have a full Android ICS system in my car. Thanks in advance.
FYI The HDMI works great to view and use a usb mouse or the RII keyboard. they work great. It's just the touch screen input does not work. It used to when I first turned on the device with the touch screen on, but the x-y coordinates were reversed, hence attempting to install the driver. I have ICS compiled from source and may attempt to add the drivers into it and create an img to them load on the mk802 II, but I fear that I'll loose any proprietary hardware drivers that came with the mk802 II.
I also wanted to make a img backup using ROM Manager, but ClockworkMod is not available for the MK802 II. ANy leads on this would help. Been researching and testing this for a month now.
rscreen said:
gillidk, Did you buy yours from geekbuying? How long was the delivery and which country are you
I was about to order the similar GV-20 mk808 based device from gadgetgreats but poeple have mentioned fraud etc
http://www.gadgetgreats.com/gv-20-a...i-a9-dual-core-android-4-0-mini-pc-gv-20.html
many thanks
Click to expand...
Click to collapse
Ordered on the 26th for 65$ (actually cost £42 through paypal),
they shipped on the 29th (tracking never worked).
And it arrived on the 6th. So quicker than expected.
I've applied the firmware update which was a slightly newer build of 4.1. Mentioned in both these places (applied the tweaked one from deadhp1 for the play store location fix in case needed)
http://blog.geekbuying.com/index.php/2012/11/03/mk808-mini-pc-firmware-update-on-3th-nov/
http://www.armtvtech.com/armtvtechforum/viewtopic.php?f=13&t=53
It now seems to play any avi / mkv / mp4 i've given it (usually on a usb stick or micro SD). It happily plays avi's over the network (using ES file explorer).
Its definitely better than the out of sync UG802 which wasn't quite right and the power lead came out too easily.
I use the custom stock video app (seems to come with most of the RockChip devices) and MX player (it looks a lot nicer)
I was looking for a device like this one and the reviews are really helpful
Anyone know of GPS that works with these?
jcps said:
I was looking for a device like this one and the reviews are really helpful
Click to expand...
Click to collapse
Anyone know of GPS (USB or embedded) that works with these? Thanks for your help.
So confused... it's a USB drive that turns a TV into an Android PC? Does the TV require any special functionality to allow for that?
Avuja said:
So confused... it's a USB drive that turns a TV into an Android PC? Does the TV require any special functionality to allow for that?
Click to expand...
Click to collapse
It is a mini PC that has HDMI output. Your TV must have a vacant HDMI input so you can plug the mini PC into it. My TV supports 1080p. And so I can set the output resolution on the mini PC to 1080p. But it also could be set to 720p as well. These don't come with any display so you have to plug it in to your TV or a monitor that supports HDMI. The audio is pushed through the HDMI as well. To control it you can use a USB mouse and/or USB keyboard. Your cheap wireless mouse will work but the USB ports do not have power to them so I've had to use a powered USB hub to make my wireless keyboard work further than a foot away from the USB dongle for the keyboard. The hub also allows you to plug in other devices like a USB camera. But the ones that work are somewhat limited , be aware. Does that help you understand it?
Maxx57 said:
I'm trying to install the eGalax Touch Screen driver for Linux 2.6 that came with my liliput 7 inch touch screen. The touch screen is for use in my car. Using the mk802 II or ug808 to replace my audio system. I just need to get the driver installed. The driver installation script is looking for the locations "usr/local" and "usr/bin", but the only "usr" directory I can find is in "system/usr"... I'm not sure if I should use that location and create the local and bin directories there or not. But when I created the usr/local and usr/bin at the same level as system (which is in the "mnt" directory which is also at the same level as "root" directory (btw, I cannot find a "home" directory), the install seemed to work fine using Better Terminal Pro android app with the bash shell. However, when I restarted the device, the "usr" directory that I create was gone, so the driver install was wiped apparently, and the usb HDMI touch screen still does not work... I can post the bash script if that helps. This is the last thing I need to get this to work, then I can have a full Android ICS system in my car. Thanks in advance.
FYI The HDMI works great to view and use a usb mouse or the RII keyboard. they work great. It's just the touch screen input does not work. It used to when I first turned on the device with the touch screen on, but the x-y coordinates were reversed, hence attempting to install the driver. I have ICS compiled from source and may attempt to add the drivers into it and create an img to them load on the mk802 II, but I fear that I'll loose any proprietary hardware drivers that came with the mk802 II.
I also wanted to make a img backup using ROM Manager, but ClockworkMod is not available for the MK802 II. ANy leads on this would help. Been researching and testing this for a month now.
Click to expand...
Click to collapse
probably you will need the kernel sources. also, you need root access. that error (directories that get lost after reboot) might be due to yo need to remount the /system partition in rw mode (by default is ro) and perhaps you will neet to do some symlinks on /bin to /system/xbin.
other thing you..must get in considwration is that android is different from linux.. and that you might need to compile the kernel module, such thiing im not sure that is posible from within the device itself...
or.. i just might be way off track, in which case jyst dismiss my answer
Enviado desde mi MB860 usando Tapatalk 2
Maxx57 said:
Anyone know of GPS (USB or embedded) that works with these? Thanks for your help.
Click to expand...
Click to collapse
I'm very interested to know as well, I have an MK808 and would love to add a GPS dongle.
Anyone know if a headset can be paired over bt for voip calls and or voice commands and search /google now?
Sent from my GT-N8013 using XDA Premium HD app
killerskincanoe said:
Anyone know if a headset can be paired over bt for voip calls and or voice commands and search /google now?
Sent from my GT-N8013 using XDA Premium HD app
Click to expand...
Click to collapse
just so you know it doesn't have built in bluetooth.
if you need bluetooth google for imito mx1. this one seems to be the best mk808 model so far. i got mine last month but haven't tried bluetooth yet. antutu gives a score around 6500. it's a nice toy to play with on bigscreen tvs.
I read up on this one. Good vid review at http://youtu.be/X8pozwuAq7w
Anyone know the spec diff between this and the MX2?
and is geekbuying the best seller for this device or ???
c
h-guy said:
if you need bluetooth google for imito mx1. this one seems to be the best mk808 model so far. i got mine last month but haven't tried bluetooth yet. antutu gives a score around 6500. it's a nice toy to play with on bigscreen tvs.
Click to expand...
Click to collapse
---------- Post added at 11:31 AM ---------- Previous post was at 11:24 AM ----------
can anyone comment on this non-support of XBMC for Rockchip? and if not Rockchip, which stick-PC gets it right?
one comment also that I would like more info on is that both iMITO units underperform compared to MK808
"Lack of XBMC support for HD hardware acceleration is a major issue that Rockchip needs to address if they want to keep selling SoC chips to the Stick PC mfgrs. Stick PC makers need 2 take action on this as well and if Rockchip won't play ball, they need to consider alternative SoC. We need more processing power anyway to get close to current smart-phone level and play the latest 3D games."

QA Six axis controller woes :(

So i've done the six axis process with my s3, it was successful several times. Currently i'm running stock 4.2 rooted on my nexus 7. I've downloaded the pairing tool for my pc, changed the bluetooth adress of my controller to match my tablet. HOWEVER whenever i go to "start" in the app on my tablet it does the "attempting connection type 1 and then 2" Sits there for a while and never pairs to my device. I'm also seeing similar people having this exact issue
"This app is the greatest thing to happen to Android. It does it all. The touch emulation is fantastic. I really can't say enough good things about it. Buy it! You'll definitely be glad you did."
same thing happens to me and it messes my wifi up. Is this a bug we have to deal with until app dev fixes it or has anyeone heard of a work around?
I'm always able to find an answer in a different site shortly after i post. someone posted this...
I emailed the dev, and he sent me an email yesterday, and he said "I'm aware of this issue and hope to have a fix soon. Android 4.2 has introduced a new Bluetooth stack, so it will take some time to rewrite the sixaxis driver. I hope to have a fix within a week."
I'm in the same shape. This is the only reason I rooted my Nexus 7. I'm not going to roll back to an earlier image. If this isn't fixed in a week or so, Im going to restore my N7 to factory.
I paired my N7 with my mac and got the BT address. I used the mac sixpair app and wrote that address to my PS3 controller. Then I tried the Sixpair Controller test, but no joy via BT or USB. Hopefully this is fixed soon.
I heard that bluetooth was broken with 4.2 :[
Locklear308 said:
I heard that bluetooth was broken with 4.2 :[
Click to expand...
Click to collapse
What do you mean?
Other Question: What means the Connection Type? What is the difference between 1,2,3?
Greetings
OT: Why can´t I edit my signature in profiles?

Tronsmart T428 Bluetooth issues?

I just received my new Tronsmart T428 from Geekbuying on Monday
The biggest problem I'm having though is getting any bluetooth keyboard or mouse to actually work on it. I can pair them all up - but they don't work.
I can pair them to my Nexus 7 and they work just fine (both the T428 and the N7 are running 4.2.2)
Kind of defeats the purpose of having it attached to the TV if I can't actually control anything without sitting within USB tethered range.
That being said - it works great with the Synology apps (DS Video/DS Audio) to get my media to the TV.....haven't tried xbmc yet but that's next up after I get this BT thing figured out....
Argent36 said:
I just received my new Tronsmart T428 from Geekbuying on Monday
The biggest problem I'm having though is getting any bluetooth keyboard or mouse to actually work on it. I can pair them all up - but they don't work.
I can pair them to my Nexus 7 and they work just fine (both the T428 and the N7 are running 4.2.2)
Kind of defeats the purpose of having it attached to the TV if I can't actually control anything without sitting within USB tethered range.
That being said - it works great with the Synology apps (DS Video/DS Audio) to get my media to the TV.....haven't tried xbmc yet but that's next up after I get this BT thing figured out....
Click to expand...
Click to collapse
I'm having the same issue with the Tronsmart T428. I can pair them to my Asus TF700 and they work fine. Any remidies to fix the issue?
I haven't found a solution yet - I was trying to roll back the firmware to 4.1.1 to see if that would fix it - but having problems finding the appropriate drivers to get it to work.
so basically - this is a really cool Android computer - that I have to sit next to my TV to use (wired mouse)
It's an awesome computer I agree. I'm downloading the 4.1.1 firmware as I speak. Have to see if I can get it to flash...
Good luck with that let me know if you manage to figure it out!
UPDATE: I managed to get it backdated to 4.1.1 - video playback is choppy (dropped frames?) but my BT keyboard/mouse works now..
I did get an email back from geekbuying finally...
hi frend
thanks for telling us the troubles u met
pls reset it to the factory first.
if it is the same , pls wait for days.
next week there will be a firmare of ROCKCHIP. to solve that troubles
after we get it ,we will upload to our blog
thanks for ur waiting in advance
anna
Click to expand...
Click to collapse
so maybe this new firmware will fix it
I managed to get 4.1.1 installed as well. I didn't notice the choppy video using BS Player but it did fix my bluetooth problem although the bluetooth connection doesn't seem to be very strong. I can be 10 feet away from it and it won't hardly work. Wonder if my wifi is interfering wth it since the router is on the other side of the wall. Glad to hear rockchip is supposed to release an update.
On my note 10.1 after my keyboard is paired I have to go into the connection and check a box to enable it
Sent from my SPH-L900 using xda app-developers app
neudof said:
On my note 10.1 after my keyboard is paired I have to go into the connection and check a box to enable it
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
There was a box to enable they keyboard but it was already checked...so it should've worked but it didn't. 4.1.1 solved the problem...must be a hardware/software issue somewhere.
Since on Android 4.1 it can work, so it must be a system problem, hope they can release a new firmware soon to fix it.
except that, a really little cool device!
GeekEric said:
Since on Android 4.1 it can work, so it must be a system problem, hope they can release a new firmware soon to fix it.
except that, a really little cool device!
Click to expand...
Click to collapse
I read somewhere that google replace in android 4.2.2 the bluez stack by a broadcom stack. It mean that some devices are not compatible anymore. Aparently broadcom will be better, but in the mean time some of us will have to use 4.2.1 and below to make our devices working. Broadcom will support bluetooth 4.0 and will be less power draining. I ckecked om google code and there lot of devices reporting not working anymore, we will have to wait until further upgrade.
Firmware May 30 fix
The new firmware relase May 30 fix the bluetooth issue :laugh:
Bluetooth 2.1 SSP works with MK908 V3 if you recheck the option
neudof said:
On my note 10.1 after my keyboard is paired I have to go into the connection and check a box to enable it
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
I'm using my kernel (based on marvin) without any changes regarding bluetooth and Finless 1.6 system img.
Bluetooth 2.1 devices with SSP pairing work if after pairing you select de device and do check&uncheck&check the input device checkbox.

Categories

Resources