Related
Hi guys,
I was frustrated to find out that I was not able to connect my newly bought bluetooth keyboard. I could pair it within Bluetooth settings, but it always shows "Paired but not connected".
Even more frustrating is that the developers of apps which allow for a working connection to the keyboard are asking around 10 USD for the app.
I don't care about any features like shortcut keys and such. I just need a connected keyboard.
I decided to write an app which exactly does just this. For free, as it should be!
Description
-------------
A service which connects your bluetooth keyboard device.
Android 2.3 has support for HID devices but is not able to connect bluetooth keyboard devices correctly (yet).
This service automates the connection to your keyboard.
There are no extra features like key mappings a.s. (yet)
WARNING
---------------
This application needs superuser permissions!
You can find this app in Google Market. Search for "easyconnect"
BTW If anyone finds any bugs, or inability to connect a certain device, please let me know the details and I will work on a fix.
Thanx for sending logs, I fixed a number of issues:
- No longer scanning every 15 seconds. Instead it monitors connection state.
- Connection now is event driven. Device nearby will connect it.
- added notification of device connection
- Preventing Android from closing the service after a certain time.
Keep sending bug reports guys!
Compatible keyboard devices (from user comments):
- iGo Stowaway XTBT01
- CVDH-A66 Mini Bluetooth Keyboard for Smartphones, iPad, iPhone, PS3, More
- Apple Bluetooth keyboard
- Freedom i-Connex Mini
- Broadcom Keyboard Device (German keyboard with annoyingly positioned connect button which needs a toothpick to be pressed)
Latest update:
Finally got some time to work on stability.
Let me know if you have troubles getting it to work for you.
Working on keymaps ;-) as well
Fixed a FC on startup after installation
Greetz,
Mike
Wow this is perfect! Thanks so much!
Previously I had a shortcut to bluetooth settings on my home screen to try and connect as quick as possible, but this is 50 times better. I don't have to enter any stupid pins and make sure I press the pairing button at the right time.
I did have one little hang and lag which finished with a force close. But all good nonetheless.
I'm using a mini bluetooth keyboard with a N1 running CM6.1.1 btw which I typed this message with.
5 stars on the market
Edit: Wait, so as long as you're using this app, you dont need a ROM that supports Bluetooth HID devices? As long as your phone is rooted, anyone can use this?
If so, hats off to you.
For as far as I can see anyone can use this, because in a way, the bluetooth stack is actually available for Human Interface Devices in Android starting at 2.1 update 1 if I'm correct.
mikesomething98 said:
For as far as I can see anyone can use this, because in a way, the bluetooth stack is actually available for Human Interface Devices in Android starting at 2.1 update 1 if I'm correct.
Click to expand...
Click to collapse
Yeah but i experienced something different. I just got my phone from a Samsung Repair center because i kinda bricked it while upgrading to froyo so i had them upgrade it. Since i was already in a mall, i decided to visit a powermac store to try out the apple bluetooth keyboard that is reported to be working with the Galaxy S froyo update. Unfortunately i was not able to detect the bluetooth keyboard, and made a fool of myself because the apple guy that was assisting me didn't believe at first that a mobile phone was able to use a bluetooth keyboard (yeah, he didn't know that the iphone 4 that they were selling was compatible with the bluetooth keyboard.. i didn't tell him though..)
so maybe this app might work.. im going to try it out when i return to that powermac store..
The code is there, but it's not complete. It doesn't connect hid devices by itself yet. My app takes care of that. good luck trying it.
I noticed some bug already, so there will be an update very soon.
I can't find this app on the marketplace when i search for easyconnect, how did you guys find it..?
Edit.,
Found it here., www appbrain.com/app/bluetooth-keyboard-easyconnect/net.mybesttools.btkbservice
Does this with with a Sense phone too?
thanks
This is phenomenal! Thanks so much. Using with a iGo/ThinkOutside Stowaway ultra-slim keyboard and it works great. I've used BlueKeyboard, but it has a number of issues: frequent force-close errors, easily-accidentally-triggered switches into Japanese mode. This is much easier and more reliable! Thank you!
Thanks its great
Thanks! But should really be supported by default in android and without root! Hopefully google will fix this in a new version of android.
hejhej.ac said:
Thanks! But should really be supported by default in android and without root! Hopefully google will fix this in a new version of android.
Click to expand...
Click to collapse
Vary ture.
I can't find it on the market ? Does it not work on 2.1?
Sent from my ComBadge
You'll have to test it to find out. ;-)
Latest update v0.3 :
- no longer scanning for bluetooth devices. Instead it checks for connectivity with the pheripheral device directly trough a socket connection.
mikesomething98 said:
,
I could pair it within Bluetooth settings, but it always shows "Paired but not connected".
Click to expand...
Click to collapse
Hi,
Will this work with any Bluetooth device? I have the exact same problem with my cars head unit.
In Froyo it will connect if I either go into the bluetooth settings and press on the connection or if I turn bluetooth off and on.
In Gingerbread its the same as Froyo except for added annoyance it asks for the pin each time.
Thanks
Edit: Just tried it and it doesnt work, would it be hard to make a version for phone / media profiles?
A device as such is not a Human Input Device. As you can see A2DP is supported starting at cupcake. http://source.android.com/porting/bluetooth.html
If you want the ability to wirelessly stream music, the head unit must support Bluetooth A2DP. Currently, the majority of Bluetooth car stereos only support the Handsfree profile, which only allows you to make and receive phone calls via the head unit.
This post might be of help:
http://forum.xda-developers.com/showthread.php?t=649059
It will not come up in the Market
That's all i get when i search for "Easyconnect"
A quote from Android Developers:
How Filters Work in Android Market
Android Market uses the filter restrictions described below to determine whether to show your application to a user who is browsing or searching for applications on a given device. When determining whether to display your app, Market checks the device's hardware and software capabilities, as well as it's carrier, location, and other characteristics. It then compares those against the restrictions and dependencies expressed by the application itself, in its manifest, .apk, and publishing details. If the application is compatible with the device according to the filter rules, Market displays the application to the user. Otherwise, Market hides your application from search results and category browsing.
You can use the filters described below to control whether Market shows or hides your application to users. You can request any combination of the available filters for your app — for example, you could set a minSdkVersion requirement of "4" and set smallScreens="false" in the app, then when uploading the app to Market you could target European countries (carriers) only. Android Market's filters would prevent the application from being visible on any device that did not match all three of these requirements.
A filtered app is not visible within Market, even if a user specifically requests the app by clicking a deep link that points directly to the app's ID within Market. All filtering restrictions are associated with an application's version and can change between versions. For example:
•If you publish a new version of your app with stricter restrictions, the app will not be visible to users for whom it is filtered, even if those users were able see the previous version.
•If a user has installed your application and you publish an upgrade that makes the app invisible to the user, the user will not see that an upgrade is available. So it means you have a device with a Android version which is not compatible.
I could lower the minimum version for you so you can at least try the app.
I cannot lower it any further then SDK version 5 because it lacks some needed functionality in the bluez stack.
I found this on appbrain and i see it says android 2.2 and up.
My Samsung Galaxy S Epic is running a stock 2.1 rom. Thanks for the offer but that's totally up to you if you want to let the app on to all the 2.1 phones. It just sounds cool and something useful to have installed. I don't have a bluetooth keyboard
mikesomething98 said:
If you want the ability to wirelessly stream music, the head unit must support Bluetooth A2DP. Currently, the majority of Bluetooth car stereos only support the Handsfree profile, which only allows you to make and receive phone calls via the head unit.
Click to expand...
Click to collapse
Thanks for replying, my head unit does support A2DP and it works fine once I manually initiate a connection. The problem is it doesn't connect automatically the same way your Bluetooth keyboard doesn't connect on its own.
[Updated version available]
Guys,
I just upped v0.5. Let me know your experiences.
The minSDK version is lowered to make it available to android versions 2.0 and up. I was not able to test that, so please let me know if it does/doesn't.
It doesn't seem to be working for me anymore.
The first version worked but drained battery like crazy.
With the newest version from the market, I turn BT on, put keyboard into discoverable and nothing happens.
0.1 would connect after both those steps...
All, unfortunately it looks like the Nexus 4Jellybean 4.2 update does NOT include the excellent feature "car-mode". This means that users can not take advantage of the features associated with having a "car-dock" app that launches automatically when handset is inserted in to a car-dock with a mount.
An example of this is the popular application CarHome Ultra. Even though the app could be set via an NFC tag to launch automatically key features like turning on Bluetooth automatically (o pair with your car-stereo) and having the ability to toggle between apps like Spotify, Pandora, GPS Navigation, quick dial etc., without the phone going back to the Nexus home screen is removed.
If you want this feature in Nexus phones, please tell the Android development Team by making a comment on this thread, http://code.google.com/p/android/iss...ummary Stars By having 100's or more of comments we should be able to tell Android that a lot of users want the car-dock feature!
MikaelPe said:
All, unfortunately it looks like the Nexus 4Jellybean 4.2 update does NOT include the excellent feature "car-mode". This means that users can not take advantage of the features associated with having a "car-dock" app that launches automatically when handset is inserted in to a car-dock with a mount.
An example of this is the popular application CarHome Ultra. Even though the app could be set via an NFC tag to launch automatically key features like turning on Bluetooth automatically (o pair with your car-stereo) and having the ability to toggle between apps like Spotify, Pandora, GPS Navigation, quick dial etc., without the phone going back to the Nexus home screen is removed.
If you want this feature in Nexus phones, please tell the Android development Team by making a comment on this thread, http://code.google.com/p/android/iss...ummary Stars By having 100's or more of comments we should be able to tell Android that a lot of users want the car-dock feature!
Click to expand...
Click to collapse
Cant you just connect using bluetooth, had a problem with my Galaxy nexus and just changed its bluetooth name to Samsung galaxy S2 and viola.....everything working perfect...play music , use and edit contacts, send messages...etc...
car mode itself was dropped from development by google quite a while ago. it was still included in some gapps packages though.
GR36 said:
car mode itself was dropped from development by google quite a while ago. it was still included in some gapps packages though.
Click to expand...
Click to collapse
It may have been dropped by Google but it was still compatible through 4.1.2. It used to work flawlessly with my stock gnex and car dock.
Once 4.2 was released the launcher fc'd when car mode was launched.
I can confirm the same problem with the Nexus 4.
OP. The link you posted doesn't work.
Sent from my Nexus 4 using xda premium
Car mode is annoying and a major reason for me to root in the past... To remove it. Glad Google dropped it.
Would be nice to have one like the new htc phones.
Sent from my Nexus 4 using Tapatalk 2
For those that like Google Car Home, you can get it at the following link and side load it.
http://androidforums.com/samsung-galaxy-nexus/564671-car-home-app.html#post4516451
I installed it on my N4 the other night and it seems to be working great.
As far as a car dock, I ordered one of these
Figure I will order some NFC tags, slap one on the cradle and set it up to launch Car Home.
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
This thread is closed. Please use this thread for news and updates on Condi: http://forum.xda-developers.com/showthread.php?p=46657479
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
Condi (previously Mini Tasker) is a free android automation app for ICS or higher.
The app allows users to quickly set up fairly complex actions when certain conditions are met, without sacrificing battery life, and with the ability to easily share tasks between users. We never poll (everything comes from a broadcast), and we're pretty minimalistic so the memory footprint is reasonable. We use google play services to detect location using low power sensors and recognize activity like walking or driving.
This is a university project, and our first android app, we're very humbled by over 30k downloads, this is very unexpected and we're very grateful for the feedback and bug reports, you're awesome!
Me and my partner made this app this summer for academic credit so we give it out completely for free, without ads or tracking.
We decided to change the name to avoid any conflicts with the original Tasker (Pent is a nice person and you should buy his app), too bad there are so many reviews already out there using the old name.
This week we finally submitted the project (after some delays), which means we can start changing big stuff (the last 10 or so releases we're bug fixes only). We're gonna push our first beta version next sunday to the beta channel, please subscribe to this mailing list to get it: https://groups.google.com/d/forum/minitasker
Your feedback is appreciated, you can email us at [email protected] or reply here.
Thanks,
Anton and Michal
Download Condi (previously Mini Tasker) at Google Play
Changes:
v0.2.13
* volume control ui bug fixed
* activity detection delay setting more visible
* UTF-8 support for task sharing
v0.2.12
* new condition - on boot
* location editor auto focuses on current location, minimal radius enforcement of 75 meters as it's unlikely the low power sensors will ever give a higher accuracy than that.
* music player song picker now uses native dialog and native addresses - support for most players that can open mp3
* music player - play pause toggle buttons now use broadcasts instead of keyboard presses - no longer crashes youtube, get's stuck on total command etc.
* activity recognition (i.e. drive walk...) upped the confidence level, and now there's a programmable delay for the end task (see the settings window).
* fixed a crash on forwarding SMS from known numbers.
* wifi still wasn't included as it wasn't stable enough for the time.
v0.2.10
* wifi crash fixed, can't send sms during calls fix
* volume control now properly mutes in all cases
v0.2.9
* Inverse locations (start when leaving a location)
* Delete actions and conditions from the edit screen
* A lot of memory leak fixes
v0.2.4:
* I messed up with 0.2.3 a bit, sms forwarding and call silencing are not using the correct values of the message and origin.
* Fixed a rare crash on the settings dialog
* Fixed a calendar condition crash when no calendars / events exist.
* Apparently a lot of times our application was killed in the background for not responding, and this corrupted the states of events and made things not run as expected, so now there's a background service that should take care of that. Memory footprint is around 5mb which is still less then Tasker.
* Superuser actions sometime hanged the app, and made it crash for ANR. This should now be taken care of
Can Mini Tasker set the network mode? ie. WCDMA only, WCDMA Preferred, LTE/GSM/WCDMA etc.
Can it enable/disable usb tethering?
network mode should be easy enough, we already play with these settings on the "3g toggle", i just need to generalize it a bit.
i'll look into the tethering thing.
i'm adding both to the next major release. it might take 2 weeks or so for our work to be graded, then i'll push it to the public channel.
if you want you can join the alpha channel here and i'll try to get something together there sooner.
more things that will be added next are:
* better calendar support (currently doesn't support repeat events)
* wifi on/off condition
* wifi near ssid condition
suggestions are welcome
Not working on Galaxy S3 CM10.1 RC2. Try to open play list when connecting any headset. But after I connected, mini tasker disabled that profile ( I have poweramp, uninstalled Apollo).
phntm said:
network mode should be easy enough, we already play with these settings on the "3g toggle", i just need to generalize it a bit.
i'll look into the tethering thing.
i'm adding both to the next major release. it might take 2 weeks or so for our work to be graded, then i'll push it to the public channel.
if you want you can join the alpha channel here and i'll try to get something together there sooner.
more things that will be added next are:
* better calendar support (currently doesn't support repeat events)
* wifi on/off condition
* wifi near ssid condition
suggestions are welcome
Click to expand...
Click to collapse
Thanks for reply and info.
As far as further suggestions....I've seen "wifi near" used in several apps but never saw a "bluetooth near" option....I don't know if it's feasible but if you can specify a specific "id" it could quickly distinguish when I'm home or in the car and then enable the appropriate commands such as linking to my car/home cordless phones via bluetooth.
I'd like to try your app but I can't find it on the Play Store and when I access Play Store with a browser it says my device is not compatible. I have a nexus 7 running android 4.3
Afaik bluetooth near is not a broadcast.
It should be much cleaner to add bluetooth state changed to detect the car connecting.
The car dock condition and activity detection in the current stable are already quite cool.
My car detection is based on charger+dock. The dock is enable by another software when the bluetooth connects.
Anyway, added to the wishlist.
The app works very well on my Nexus 7 but I think I need to add a 10" screenshot to make the market consider it compatible. I'll try to arrange that now.
Sent from my Nexus 7 using xda app-developers app
I didn't test with poweramp yet, i did with Apollo.
Not all players support internal storage style urls, even Google Play music fails.
That means any app that doesn't work right now needs custom support with some sort of url hack, which makes sharing profiles almost impossible across different setups.
I'll try to tackle this issue on the next major.
For now, try adding a launch app action, and a play music button emulation action. I'll try to arrange better support for more apps soon.
Sent from my Nexus 7 using xda app-developers app
how about using incoming sms as a trigger to do the app launching etc?
oldsap said:
how about using incoming sms as a trigger to do the app launching etc?
Click to expand...
Click to collapse
it's possible already but there's no ui to easily do this atm. right now you can add an action to the sms forward condition but i guess you'll want to match the text as well and also, not do the forwarding part.
added to the wishlist.
Support for tablets is now available.
Still no major changes or new features as our work is yet to be graded.
Sent from my Nexus 7 using xda app-developers app
Wow, this is awesome!
No leaving location?
Tasker is missing this too, is it possible to have a "Not at Location" as an event? I'd like to be able to send a message to my wife when I'm leaving work, but there is no way to set an event for when leaving a location.
The real tasker has a concept of "end task", we do implicit end task (we automatically guess or restore to last state).
Location indeed is missing an inverse, i'll add it up on the next major release.
What you might want to do for now is 3 conditions:
Time based - evening
Location - work
Activity - driving
Conditions are combined with "and".
btw I just pushed an update to fix a regression on forwarding sms and silencing calls, also a couple of crashes reported today.
Update is avaliable now on google play.
Also you can now use the %%PHONE%% variable in the text of the send sms action when the condition is phone call silencing.
This might be useful to tell your other phone you just had a call.
Sent from my Nexus 7 using xda app-developers app
Nice app. Tried it out this morning. One thing I would have liked to do, but could not find the option... Is there a way (or could it be added) to set it so bluetooth and wifi go on when I launch Google maps and navigation? I don't see an 'at launch' trigger.
I don't run them regularly for battery reasons (HTC One's big downfall is the middle of the road battery).
Sent from my rooted Speak and Spell running OS X Mountain Lion.
Hi everyone, first of all, wow, thanks for all the kind words, we really didn't expect to be noticed so quickly
A quick update: we did fix the application-not-responding crashes almost entirely, only now there's a new problem...
We've got a couple of crashes on 0.2.4, mostly from toasts launched from the background, and like always, these only started after we published the update.
We're gonna push a fix for these real soon, keep the crash reports flowing, they help a lot.
I setup a task that "When Driving" navigates me to my home address between 15:30 and 18:30 and it repeats every weekday.
The two problems that I ran into is that is uses Waze(which is installed) instead of Google Maps. I cannot choose what app I want to use if I have multiple installed.
The second problem is that I had to travel at over 50mph before the task kicked in. I cannot choose a speed for it to kick in.
Other than that it is a very solid app. :cyclops:
Really love this app do far. Thank you and good luck - I hope you get the grades you deserve.
One question... I hope you can help me please...
I want Mini Tasker to turn off my Mobile Data connection when I get home and turn on my WiFi... I think I've managed to sort that bit.
But how do I reverse it so when I leave home it turns off my WiFi and turns on my Data Connection?
I'm guessing I'm missing something glaringly obvious.
Thank you.
Sent from my HTC One using Tapatalk 4
Fubie3 said:
I setup a task that "When Driving" navigates me to my home address between 15:30 and 18:30 and it repeats every weekday.
The two problems that I ran into is that is uses Waze(which is installed) instead of Google Maps. I cannot choose what app I want to use if I have multiple installed.
The second problem is that I had to travel at over 50mph before the task kicked in. I cannot choose a speed for it to kick in.
Other than that it is a very solid app. :cyclops:
Click to expand...
Click to collapse
Something else I notice is that if I'm in stop and go traffic (I have Mini Tasker turn bluetooth on while driving and biking) the bluetooth will turn back off if I'm stopped. Technically the Mini Tasker command is only to turn on bluetooth, not to turn it off when not driving or biking.
Is this supposed to happen? If so could you separate the on and off and also put it in the description that it will do so? That would be very helpful. =]
Let me try
So since switching to my lovely N5, I've missed a few things I found baked into older versions of Android on my old Razr I.. I know that if I fiddle with the Accessibility/TalkBack settings in Kit Kat, I'll get some of the features I need, but I was hoping not to have to go with the full talkback functionality if possible, so I was wondering if any of the good folks here had recommendations of good/stable apps to do the following?
An app that uses TTS to do caller ID and SMS announcements - e.g. for when I'm driving..
A reliable and configurable app for auto answering calls..
Ideally the ability for these apps to activate or shut down when paired/not paired to a specific bluetooth device (e.g. like Car Home Ultra) would be awesome.. I could get tasker involved at a pinch, but native support for this would be easier
I appreciate that if I look at the play store, there are a LOT of free and paid apps that cover the basic requirements - but XDA has always been my go-to source for reliable recommendations, and if I'm honest the reviews for most of the ones I can find are all over the place
tia
You may like utter!.
PhilipTD said:
You may like utter!.
Click to expand...
Click to collapse
I shall certainly give that a go on my drive home!
Thanks for the heads up
Unfortunately, Utter was a little too unpredictable for me - when used in conjunction with my bluetooth car unit anyway...
I'm trying Free Car Mode
..which seems to be a single app that does both auto answer and SMS announce - in fact it may be the only app on the play store that does both.. (irritatingly it has an annoying quirk of always going back to it's main screen whenever an SMS is read out, kinda defeating the "hands free" requirement if I'm already in a navigation app.. but hey ho, its free so I can't complain too much - I've mentioned it in my Google Play review, so you never know.. the developer may implement it
jms_uk said:
Unfortunately, Utter was a little too unpredictable for me - when used in conjunction with my bluetooth car unit anyway...
Click to expand...
Click to collapse
Ah, bummer. There's also AVX.
Yeah, I saw that.. no worries, a "personal assistant" app may have been overkill anyway. Free Car Mode seems to be doing the job - it's a pain to manually launch before each drive, but I've added it as a button to Car Home Ultra and just have to manually enable/disable before each drive
Hello all, i got this DAB+ apk for car android at the moment tested and used on Android RK3188 4.1.1
At the moment used with DAB+ Box that plugs in to USB to enable DAB Radio.
What i require is some ones knowledge to modify this apk in more deatil, make it better and easier to use.
First thing is this is how it looks now:
As can be seen it would be nice to add favorite list, make font on the right hand size (station list) abit smaller so it fits in to the box better.
like in this modified screenshot:
and maybe allow images of station to change when station is changed (have no idea if it can be captured over wifi and updated or just added for each station individual image once station changed, Possibly make it smaller too.
The content once extracted it does have all the button images of fave list, other BG's and other bits so just needs to be implemented by some one with more deeper knowledge.
Im new here and my knowledge is limited + time, is that something possible to do, develop and maybe useful for other to use?
Any suggestions are welcome and please do correct me and excuse me if i done something not by the book :good::laugh:
Thank you,
DiveSerTan
XDA:DevDB Information
DAB+, App for all devices (see above for details)
Contributors
DiveSerTan
Version Information
Status: Testing
Created 2016-12-08
Last Updated 2016-12-08
I would like to join the request to make the app something different!
I am really only dissatisfied with the optics, the function of the app is impeccable! I find the colorful "smoke" terrible in the background. I do not like the kitschy radio either.
The whole look a bit more discreet and I would be happy with the app.
Let's go on guys, you've been fit in such things!
Just got an Erisin MTCD unit with the DAB+ interface. The app is very basic and could need the following upgrades:
1. Favorite station list
2. Automatic mute when loosing reception - now it creates a loud noise for a couple of seconds when reception is lost
3. Output station name to multifunction display over Canbus
4. Change station with steering wheel buttons
5. Service following
6. Traffic announcements
I am a software developer but not on Android, if anyone could point me in the right direction I might have a look at this myself
I'm interested in this too
Hi all,
I think I'm correct in stating that this is the app that comes with the Xtrons range of head units?
If so, I've just bought an Xtrons head unit with the DAB adaptor - when using this app, and then switching to something else (I.E. satnav) the audio becomes stuttery. Have any of you also had the same issue? If so - perhaps this could be looked in to as well?
Thanks in advance
The same problem is with the new Joying devices and this app. Could be normal.
Thodai said:
The same problem is with the new Joying devices and this app. Could be normal.
Click to expand...
Click to collapse
Thanks for the quick response!
Whilst that may be the case, surely this can't be "acceptable" behaviour? I view this as quite a major bug with the app, if it can't handle running in the background smoothly then it is all but useless. If I'm in the car then chances are I want to use the satnav app as well!
Has anyone had any better luck with another app if this one is so bad?
burnmw1987 said:
Thanks for the quick response!
Whilst that may be the case, surely this can't be "acceptable" behaviour? I view this as quite a major bug with the app, if it can't handle running in the background smoothly then it is all but useless. If I'm in the car then chances are I want to use the satnav app as well!
Has anyone had any better luck with another app if this one is so bad?
Click to expand...
Click to collapse
Finally found a fix! Download the version posted in this forum:
http://www.autopumpkin.com/forum/viewtopic.php?t=1639
Extremely frustrating problem that should be solved. It's from a different manufacturer, the DAB+ app but it works
It fixes the changing app stutters the sound bug.
Enjoy!
kalinskym said:
Finally found a fix! Download the version posted in this forum:
http://www.autopumpkin.com/forum/viewtopic.php?t=1639
Extremely frustrating problem that should be solved. It's from a different manufacturer, the DAB+ app but it works
It fixes the changing app stutters the sound bug.
Enjoy!
Click to expand...
Click to collapse
May work on your radio... but I´m frustrated too with the DAB+ apk.
I decompiled the app and found a lot of different buttons, incl. a favorites button... but no menu.
Background changes are easy, but that´s all I am able to do.
The app from autopumpkin can not be installed on my device.
I would spend some bucks to someone who would be able to get the app working in background.... and may be develop a settings menu to switch background.
rigattoni said:
May work on your radio... but I´m frustrated too with the DAB+ apk.
I decompiled the app and found a lot of different buttons, incl. a favorites button... but no menu.
Background changes are easy, but that´s all I am able to do.
The app from autopumpkin can not be installed on my device.
I would spend some bucks to someone who would be able to get the app working in background.... and may be develop a settings menu to switch background.
Click to expand...
Click to collapse
Folks...
found another update at autopumpkin:
http://www.autopumpkin.com/forum/viewtopic.php?f=10&t=1715&p=7719&hilit=DAB#p7547
This update works with another app in foreground without stuttering.
Additional: There is a menu to switch the PTY. In this case the station list shows only the stations regarding to the PTY.
rigattoni said:
May work on your radio... but I´m frustrated too with the DAB+ apk.
I decompiled the app and found a lot of different buttons, incl. a favorites button... but no menu.
Background changes are easy, but that´s all I am able to do.
The app from autopumpkin can not be installed on my device.
I would spend some bucks to someone who would be able to get the app working in background.... and may be develop a settings menu to switch background.
Click to expand...
Click to collapse
What car radio stereo do you have? just checking, have you enabled unknown sources to install it.
It's an update for the existing DAB+ application
kalinskym said:
What car radio stereo do you have? just checking, have you enabled unknown sources to install it.
It's an update for the existing DAB+ application
Click to expand...
Click to collapse
I have a complete different solution...
Mine is an Android TV box with a DAB+ Stick. This one works with the app I linked in my last posting.
rigattoni said:
Folks...
found another update at autopumpkin:
http://www.autopumpkin.com/forum/viewtopic.php?f=10&t=1715&p=7719&hilit=DAB#p7547
This update works with another app in foreground without stuttering.
Additional: There is a menu to switch the PTY. In this case the station list shows only the stations regarding to the PTY.
Click to expand...
Click to collapse
thats the app thats modified by realzoulou
https://forum.xda-developers.com/an...b-app-realzoulous-modded-version-com-t3609608
DAB MUX auto switch
Hello colleagues, I have for several months in my car radio ES3060P with android 5.1.1 to him on the USB port is connected tuner DAB + Erisin ES354 and the original DAB Player 1.0. Unfortunately, I noticed that the version of android 5, 6 or recently released 7 is always the same DAB Player.
Due to the fact that I own my DAB-MUX I test different DAB receivers and car antenna systems in the field.
Unfortunately, the DABPlayer 1.0 software has two serious disadvantages that effectively discourage the sale to anyone of the multimedia station adapted to receive digital radio in Poland. Firstly, the receiver lacks the function AF (alternative frequency) when listening to a radio station if a stronger transmitter appears, the receiver switches itself. It is enough for the software to scan the DAB bandwidth with a weak signal and jump to the same station with a stronger mux. In analogue UKF-FM, each program has its own PI code, whereas in DAB each program is always assigned the same SId number. The second disadvantage if after scanning the tuner will find several DAB-MUX and the same programs will show them all grouped side by side - the error should show only the strongest radio station, because the AF function will choose the strongest multiplex itself.
Rgs
Lukasz
Just got mine, disappointed there's on option to save favourite channels???
Thought this may be better than the fm radio app but looks just as bad!
Dab+ parse error
Hi I’m having trouble downloading the app get parse error every time I’m new to all this my original app stopped working so deleted it now I can’t get it back please help
---------- Post added at 11:06 AM ---------- Previous post was at 10:54 AM ----------
Using lollipop 5.1 model I’s ice/hu/pl91mtvap
Hi guys. I have the new octacore xtrons. I installed your application, I see the radios but I do not hear anything. why?
Masterfreek said:
Hi guys. I have the new octacore xtrons. I installed your application, I see the radios but I do not hear anything. why?
Click to expand...
Click to collapse
Use the APP discussed in this thread instead, it is the best and most up to date DAB app: https://forum.xda-developers.com/an...b-app-realzoulous-modded-version-com-t3609608