Plugging in Infuse for mp3 play in car? - Samsung Infuse 4G

Hi I'm pretty new to the android scene. I have the 2011 elantra, which has an ipod hookup where you can navigate the ipod and see song titles and whatnot on the sound system in the elantra. There's also audio controls on my wheel that allow me to skip songs and whatnot
Is there any way to substitute my Infuse to do these things? I mostly want it to be possible to be able to use the wheel controls to skip songs.

Nope. No chance at all.
Sent from my SAMSUNG-SGH-I997 using XDA Premium App

U could use an aux cable
Sent from my SAMSUNG-SGH-I997R using XDA App

The Elantra might support USB Mass Storage mode, in which case you should be able to use that with your Infuse.
Otherwise - aux cable and/or bluetooth.

Related

What is the best car head unit for use with the SGS i9000?

I am looking for a car stereo with the following features for use with my Samsung Galaxy S i9000 phone. Most of these via bluetooth of course.
- navigate through and select tunes, podcasts, and audiobooks
- stream audio
- Display caller id and allow me to answer the call or ignore it
- bluetooth hands free calling
- associate with my phone when I start the car so I don't have to pull it out of my pocket
- pause the audio when there is an incoming call or I place a call via the stereo
- be able to place calls using the address book in the phone
Can all of this be found in one unit? Am I hoping for too much?
D
mine is a bit old but it's amazing Clarion CZ509
http://www.clarion.com/us/en/produc.../cd/CZ509/us-en-product-pf_1172409026831.html
does all of the above and more
Have you tested this with an i9000 or at least similar?
How does it work with your audio library?
Sent from my GT-I9000 using XDA App
using my deck, you can control the phone audio/video stream, and vice versa, as in you can also use your touch screen to control the audio/video as you would normally do, and the car plays the sound.
the remote control works as well, i barely use my remote control as i seat a arms/finger length distance of the deck controls
it uses the standard A2DP Bluetooth controls, it's very natural.
another ability of the deck i'm using in my car, it lets you choose USB, so you can actually hookup the usb/charger wire from the SGS i9000 to the car USB, and it will both play and charge your phone!
this will save your phone battery (bluetooth sucks up a lot of power) so you will only use the bluetooth to talk for incoming/outgoing calls
you just touch a button on the deck to start talking, you can also dial from the deck, but is faster to use the phone to dial.
when you have the phone connected via USB to the deck, you wont be able to use the bluetooh A2DP to control the playback, but you still have the deck controls and the remote control that comes with the deck.
go to the website and read the PDF manual for more details, all i can say is i'm extremely happy and sastified with this setup
you can also just use a regular USB stick to play audios from the deck.
I don't even carry CDs in my car anymore, I loaded my entire music library in a 32GB USB stick, or use my phone to play audio, my phone usually will have the latest song i download from the net, as i always forget to update my USB stick with the latest songs
This is what I am using, and I get full features from mine.
Music controls on handset or deck both work (and remote).
Caller ID/Missed Call/Call log scrollable menu on deck screen.
BT phone audio through speakers with included in car mic.
Full audio volume control.
Charging from USB port (with regular USB cable, some companies like Alpine you need their specific cable) and thumb drive play capability.
3.5 aux jack
http://mobile.jvc.com/product.jsp?modelId=MODL028626&pathId=142&page=1
Shoot. I was || this close to getting the Clarion CZ509 but I only found it at 2001 Audio/Video and I don't like those guys much. Instead, I just had the Sony MEX-BT3800U unit installed. I've only started playing with it but I understand it has the same capabilities of the Clarion and a great interface on the deck face.
FH-P8000BT; Voice Dial
Has someone tried the Pioneer FH-P8000BT? I uderstand it's a nice option but don't know if it works ok with Galaxy S's.
Also, is any of the head units mentioned above able to dial by voice? Is it functional?
Help with CZ509
Hi AllGamer,
I tried to send you a PM but I'm not sure if it worked as it's not sitting in my outbox (perhaps there's a post count limit before we can PM).
Anyway, I'm hoping you can help me out. Here's essentially what I said in the PM:
I noticed that you have gotten most everything to work with your clarion cz509 HU. I too have the same HU in my car but I can not get the functionalities to work properly. I used to have an LG voyager and while it did not do ANYTHING except bluetooth, it did do that well. It did not do phonebook or streaming audio but the BT would pair automatically every time I got into the car.
I now own a Samsung Fascinate (Verizon) and I can't even get the BT functionality to work properly. I can get it to pair (and once paired it works fine) but it does not seem to auto pair when I return to the car. I also can not seem to get any of the other functions to work. I realize it's a bit different than your handset but my questions to you are:
1. Is there something setting-wise that I need to change on the actual HU itself?
2. Is there anything to do with settings on the phone that I need to look into?
3. I can't even get it to do audio through USB. Is there something I need to do (on the phone end) to get this to work properly?
I would be satisified with JUST the bluetooth working and auto pairing when I get into the car. I don't need the phonebook or the streaming audio or even the music via USB (I can just use my iPod) but I would like the BT to work at least. The engrish manual that came with the CZ509 is less than helpful.
I'm hoping you may be able to provide some insight.
Thanks!

[HOWTO] Enable the car dock external audio without Samsung's Home apps

Note: none of this works for the Car Dock in Android 2.3.3 Gingerbread (JVB, JVK, or JVO), due to a Samsung kernel bug/feature. It should work for the Home Dock. Car Dock output is fixed in Android 2.3.4 Gingerbread (JVP or later).
This will not work with any Cyanogenmod, Teamhacksung or other open source ROMs for any version of Android, including ICS, as it calls a closed-source Samsung module that will not be present in these ROMs.
Samsung's docks have external audio outputs that are connected through the phone's USB port. These outputs don't work unless you use the latest versions of Samsung's Desk Home and Car Home apps (kindly provided by an XDA user here for those that can't download them from the market).
Unfortunately these apps are not the greatest, especially Samsung Car Home. I wanted to use Google Car Home, so I did a little reverse engineering and discovered that Samsung's apps use this Android Intent to switch the external audio output on and off:
name: com.sec.android.intent.action.INTERNAL_SPEAKER
extra: state
extra value (Integer):
0 = off (sound through phone's internal speaker)
1 = on (sound through dock external port).
You can use this in a couple of ways:
1. Through Tasker: create a profile with context Docked and an Intent action as follows:
Action: com.sec.android.intent.action.INTERNAL_SPEAKER
Cat: none
Extra: state:1
Target: Broadcast Receiver
Or, if you don't want to use Tasker:
2. I created a tiny app (attached) that triggers this intent when the phone is docked and undocked. I've only tested it with the car dock but it should work with the home dock as well. It doesn't create a background service or use any memory normally, it just gets launched and switches the external audio output on whenever the phone is plugged in to the dock.
Update: v1.1 now has separate settings for home and car docks.
Known versions where Car Dock output doesn't work:
* Android 2.1 (all versions)
* Android 2.2 prior to JPX kernel
* Android 2.3.3 (works in 2.3.4 JVP)
Ringtone and caller voice audio does not go through the external port, only music player output.
I've only tested it on the I9000 but it should work with all the Galaxy S variants, at least all the ones that work with Samsung's Dock apps anyway.
Warning: There is a nasty "crack" when the audio output is connected so you may want to have your stereo's volume turned right down.
If you find this app useful please donate to the CyanogenMod developers: go to this thread and click the link under "SUPPORT US".
Tasker is on my ToDo-List, thanks for the advise, how to use it.
But for now I only want to use the samsung car dock with the google car home app. And your app should be the only thing, I need for that, right?
Marcenzeichen said:
Tasker is on my ToDo-List, thanks for the advise, how to use it.
But for now I only want to use the samsung car dock with the google car home app. And your app should be the only thing, I need for that, right?
Click to expand...
Click to collapse
Yes, you just need to have the app installed. It doesn't create a background service or use any memory normally, it just gets launched and switches the external audio socket on whenever the phone is plugged in to the dock.
Tested it. Works great. Big Thank!
Sent from my GT-I9000 using XDA App
Hallo beano, thanks for you help, it's ok your apk but the sound is no good it's no bass and low volume.
Please have you a solution?
Sent from my GT-I9000 using XDA Premium App
xperseox said:
Hallo beano, thanks for you help, it's ok your apk but the sound is no good it's no bass and low volume.
Click to expand...
Click to collapse
It sounds OK to me, what ROM are you using? I notice the Captivate had this problem and it was fixed by a ROM upgrade (here). Also make sure the volume is up on the phone as it does affect the external output.
Hallo Beano, my rom is js2 itv, now look your solution.
Sent from my GT-I9000 using XDA Premium App
xperseox said:
Hallo Beano, my rom is js2 itv, now look your solution.
Click to expand...
Click to collapse
All the switching and EQ changes are done by the firmware, the app just tells it to do the switch, so I would try changing the firmware. I am using DocRom v9.6.6_XWJS5 with speedmod-k13c-500hz kernel from romkitchen.org right now. The bass is definitely OK with this configuration, I am listening to Mr Oizo through it at the moment.
Hello! I was hoping that someone finds the solution to this problem and finally get you!
But unfortunately, your mod did not work for me .... I have the original Samsung car dock
sold in America (one for the vibrant) and when I plug in the galaxy S to cardock putting in jack 3.5" my in-ear headphones, the audio continues to come out through external speaker,
just noise (hiss) from the headphone out and left with much in the distance as you feel
a very low signal (mp3 music).
With your application things have not changed for me.... I've never done a test in the car with the
audio cable, but it should be the same with headphones or not?
HELP!!!
Ah, I forgot..... I use a the Darky 9.2 rom with supercurio (voodoo) kernel and installed also the google car home app.
Governator said:
Ah, I forgot..... I use a the Darky 9.2 rom with supercurio (voodoo) kernel
Click to expand...
Click to collapse
I believe that's the problem, the voodoo sound changes don't support the car dock audio output. Try a different ROM.
Nicely done little app there...works like a charm on my Galaxy S 4G.
Thanks heaps mate. Ive been needing this for ages and i bet others have been too.
I use alarm clock plus when docked but had to make sure the Samsung app was running in the background to get audio out of the dock. Not now.
Thanks
Sent from my GT-I9000 using XDA App
Any chance you could do a little mod?
Be awesome if we could choose a checkbox for home and car. Eg i use USB audio at the desk but not in the car.
Thanks in advance.
Sent from my GT-I9000 using XDA App
@TheBeano
Thank you for your time effort in doing this.
I'm having trouble finding the Google Car Home app - it's not in the Android Market (for me anyway*) but is in AppBrain. However, if I try to download it via the bar-code link it re-directs to the Android Market & gives a not found message I've downloaded the Samsung apps you linked to and they both work for me, but would like the Google one too.
Is there any chance someone could point me in the direction of another link?
EDIT: I now see that GCH isn't available for many people & have found a link in the apps section of Robot Briefs
Off now to hack a micro usb lead to make the Samsung Car Home app auto-start + your solution via Tasker
*My phone is unlocked but has VodaPhone branded firmware (something I plan to change) & I'm on Froyo 2.2.1 - not sure if the VodaPhone branding is why I can't find Google Car Home
brett.darnell said:
Any chance you could do a little mod?
Be awesome if we could choose a checkbox for home and car. Eg i use USB audio at the desk but not in the car.
Click to expand...
Click to collapse
OK I will see what I can do.
If people haven't said this yet, you're awesome! Thanks for this it was driving me insane!
Hello guys!first of all TheBeano great job dude.your app it's great.i use it with my galaxy s and car dock.it'a great because now with your app i can output my music direct to car speaker with 3.5 jack cable (dock to car aux).but when i receive a call it's turn to speakers mode.i want to output my voice call to 3.5 jack too, to have a nice car kit.any ideeas how to enable external output voice call to earphones .thx
How about adding an options to turn on bluetooth when car-docked and wifi when desk-docked ?
Sent from my GT-I9000 using XDA App
@hms666 for this, thy to download from android markert Car Dock Home v3, Custom Car Home or other application and set this features from Setting Menu.when you'll connect the phone gps,wifi special icons will be enabled
I'm still in searching for an aplication that let me to speak from my docked phone using handsfree with 3.5 jack; default it's on built in speakers when phone it's conected in car dock and if disable the speakers the cal run normaly but if i connect the jack no sound there. With the phone no conected in car dock I can make a call with earspeakers.
L.E. I have:
firmware 2.2.1
baseband version I9000XXJPY
kernel version 2.6.32.9
FROYO.XWJS5
I think its important not to make this app do more than simply toggle USB audio output.
There are heaps of other apps to handle the other docked features.
Alarm clock plus
Car dock v3
Etc
All that's needed is to be able to select on/off for each type of dock mode. Car or desk.
Maybe a toggle widget for each??

[Q] Is there a way to use my DS like an iPod in my car?

My car has a USB aux (no 3.5mm) It automatically detects my iPhone and can see my play lists and control playback from the car controls. When I connect the DS there is no option for Media Player in the USB menu. If I choose "disk drive", it can read the music but of course... no play lists.
Is there any way to connect DS to my car as a "media player/iPod"??
Essentially your phone is no different to your ipod in terms of what the car sees, you simply need to use playlists that are compatible with the car.
Actually my car sees my DS like a standard USB flash drive. It displays the file names and folders. It even shows my ringtones and apps sound files.
With the iPhone however, it only shows the music and it shows play lists and proper titles for music. It allows me to control audio playback from the car and the device. (All done through USB only)
Essentially what I'm looking for is something on DS that acts like/emulates and iPod when connected over USB.
Yeah, that's what I meant. You didn't say it was controllable from the iPhone too though - there may be an app for this already, otherwise it's fairly simple to make one.
moze bys nie pisal tak?
unclevil said:
moze bys nie pisal tak?
Click to expand...
Click to collapse
Indeed!!!1
Anyone have an idea?
Nope, just put your songs or playlists on a cd and then put the cd in your car
Sent from my HTC Desire S using XDA Premium App

Play SR on Kenwood car stereo via USB?

Hey all - tried to search for this but didn't find anything... I have a Kenwood car stereo that plays iphone via usb port, but I wasn't able to see how to get it to work by seeing the SR as a media device. On my captivate, you could choose 'media player' as a usb mode, but that wouldn't work either. Any ideas? I like the idea of playing music while being able to charge the phone at the same time. It does charge off of the deck via usb, but just can't get it to find the music on the SR.
That is such a coincidence, I just put in probably the same (or similar) Kenwood stereo into my car (KDC-248U). I was looking around on the website and under the KDC-252U they list an Android app "Kenwood Music Control" it's in the Market. I am going to give that a try later today.
*** EDIT
Apparently the app analyzes your music or something and then puts a file on your device to make it readable, worth looking into.
Also check here http://androidforums.com/android-media/167502-kewood-car-deck-problem-solving.html
Nice call! You have to have the music on the external SD though, in case anyone else has a problem getting it running Then choose 'auto output' in preferences. Also appears that the program stays active all the time... which I'm not crazy about, but it does work!
Ozark_8125 said:
Nice call! You have to have the music on the external SD though, in case anyone else has a problem getting it running Then choose 'auto output' in preferences. Also appears that the program stays active all the time... which I'm not crazy about, but it does work!
Click to expand...
Click to collapse
That's great news! I gave it the ol college try but came up empty. Maybe you can help me out.
First what model stereo do you have and second, how do you store your media on your external SD , in a folder "music" or under a second level folder? Lastly, how did you get it to recognize did you plug it in and quickly choose USB storage or did you plug it in, choose USB storage and then cycle sources till you landed back on USB?
Sent from my SAMSUNG-SGH-I727 using Tapatalk
So I've been playing around with it and now I can get it to play all the time. First plug USB into phone then into Head unit. When head switches to "Reading" change source to something else (Radio, Portable, etc.). Now enable USB storage and open Kenwood App, while doing this switch to "USB" on the source and it will play.
Now I am having lots of issues getting new music to read, I have tried manually analyzing to no such luck. What options do you have on? I noticed that at one time on reboot it re-did the scan.
It's not very elegant but it works. I wish I didn't have to use an app running all the time.
Sent from my SAMSUNG-SGH-I727 using Tapatalk
I first scanned the music so it was all recognized by the app. Plug it in, and while the stereo is showing 'reading's then turn on the PC storage (and assuming you have auto output enabled). Then it worked. Clunky, but better than nothing for linger car trips. My stereo is the x695 excelon deck.
Sent from my SAMSUNG-SGH-I727 using XDA App
I first scanned the music so it was all recognized by the app. Plug it in, and while the stereo is showing 'reading's then turn on the PC storage (and assuming you have auto output enabled). Then it worked. Clunky, but better than nothing for linger car trips. My stereo is the x695 excelon deck.
Kenwood Music Editor Light
After playing around a bit it seems really clunky and I don't like the idea of the app running all the time. However I did find a solution, the Kenwood Music Editor (Light Edition).
http://www.kenwood.com/cs/ce/music_editor_light/english/download.html
You are still limited to music on your external SD card but it does not require the Kenwood app to be running or present to work. It was meant to make music playable on any USB device so it can be used for flash cards as well if you are having issues reading them. You plug your device into a computer (Windows only) and then run a scan and you should be good to go.
After doing this it's the same situation to play for me, plug in and turn on USB storage (it takes long for my phone to get into USB storage so that is why I have to cycle the Sources after it's connected to get the stereo to play). It remembers track position and everything.
promiseofcake said:
After playing around a bit it seems really clunky and I don't like the idea of the app running all the time. However I did find a solution, the Kenwood Music Editor (Light Edition).
You are still limited to music on your external SD card but it does not require the Kenwood app to be running or present to work. It was meant to make music playable on any USB device so it can be used for flash cards as well if you are having issues reading them. You plug your device into a computer (Windows only) and then run a scan and you should be good to go.
After doing this it's the same situation to play for me, plug in and turn on USB storage (it takes long for my phone to get into USB storage so that is why I have to cycle the Sources after it's connected to get the stereo to play). It remembers track position and everything.
Click to expand...
Click to collapse
newer car-stereos usualy suport any file when you put the phone in "storage-device"-mode.
im looking to get controll over the phone from my stereo, yther use the player in the phone or spotify. works great whit an iphone, but cant find any solution to get the same controll from my htc desire hd...
im guessing its not the stereo itself but the phones software thats the problem, not allowing audio out or controlls in from the microUSB
id love a solution to this though
Check out the other apps like kenwood music control for android:
http://www.kenwood.com/cs/ce/

[Q] Streaming music from Nexus 5 to iPod using bluetooth.

I have non-nav infiniti g37 and it does not support bluetooth music streaming.
However, it does come with USB plug in for iPhone or USB memory stick.
It won't support Android devices for music streaming through USB plug in for some reason.
I was wondering if there is a way to stream music from my Nexus 5 to the iPod connected through USB to my car.
I do not want to lose my XM so connecting to XM method is not what I want to do.
Thank You
Anyone....?
Sent from my Nexus 5 using XDA Premium 4 mobile app
Unfortunately that doesn't seem likely - Apple and Android devices do not "talk" well enough for something like this to easily happen.
When you say it doesn't support Android devices through USB- what has happened when you tried it? I don't know much about the subject but if you had an error code or something along those lines it would be something to google

Categories

Resources