Android :: Bluetooth GPS Receiver

Jul 3, 2010

Can Android use Bluetooth GPS Receivers in its various applications, such as MyTracks, CardioTrainer, Google Maps etc, is there an app I can install to allow this, or does the functionality have to be supported by the relevent software application (MyTracks, GoogleMaps etc) itself.If the latter, are there any navigation programs I can install which support this?

Android :: Bluetooth GPS Receiver


General :: Android As A2DP Bluetooth Receiver?

Sep 11, 2010

I know its possible to send audio from an Android phone via bluetooth to a PC using the a2dp profile. But I want to do it the other way. Connect the phone to my amplifier and send audio via bluetooth a2dp from my laptop.

View 9 Replies View Related

Motorola Droid :: Android Phone As Bluetooth Receiver?

Oct 16, 2010

I was wondering if anyone knew of an app that could make an Android phone act as as a bluetooth receiver. The phone being a deactivated Droid ERIS I have laying around that I'm not using. What I want to be able to do is connect my laptop to the ERIS with bluetooth (laptop has bluetooth connectivity) and have my laptops audio go to the ERIS (ERIS would be plugged into a set of speakers through it's 3.5mm headphone jack). In essence, the opposite of what people usually use a phones bluetooth connectivity for. Anyone know of an app that can do this?

View 7 Replies View Related

HTC EVO 4G :: Using The BlueBridge MiniJax Rx, Or Any Bluetooth Receiver?

Aug 30, 2010

I got the Bluebridge Rx. It works great with the media on the EVO. But I can not get it to work for phone calls.

My phone calls and media work great with the headphone jack on the EVO with the GM9 audio adaptor.

Anyone found a way to make it work with phone calls?

Or is anyone using a bluetooth receiver that does BOTH media and phone calls in the vehicle?

View 3 Replies View Related

General :: External GPS Bluetooth Receiver

Feb 20, 2013

Is there a way or an app to let me use my bluetooth GPS receiver without enable the Mock location? I want to play ingress but Galaxy S' gps sucks and try to use an external one.....

View 1 Replies View Related

General :: How To Use Galaxy S3 As A2DP Bluetooth Receiver

Jun 12, 2013

I have a bluetooth audio A2DP streamer (a BTT005) which I am using to send bluetooth audio from my telly to something.

The original idea was to transmit this to my mobile phone (samsung galaxy S3), and use the normal headphones on the phone to listen to the telly quietly while I'm working late at night.

For some reason, I can't see any way to pair the a2dp transmitter with the galaxy s3.

There seems to be plenty about sending an audio stream out FROM the S3 to a receiver, but no info about configuring the phone to receive an audio stream IN to it.

(Obviously the other answer is to buy a bluetooth headset to receive the audio stream, but I thought it would be cool to use my phone as the headphones).

View 4 Replies View Related

Motorola Droid :: Bluetooth Stereo Adapter - Streaming Music To Home Theater Audio Receiver

Mar 20, 2010

I was looking for a bluetooth device that I can connect to my Home theater receiver. Size is not an issue as it will sit in the closet and will be running on AC power all the time. I saw this real cheap device on deal extreme but reviews aren't great. DealExtreme: $12.99 Bluetooth 2.0 A2DP AVRCP Stereo Music Receiver and Handsfree (Black)

I also found this. Amazon.com: BlackBerry Bluetooth Stereo Gateway: Cell Phones & Service . It is made for BB but will work with any A2DP device. A mini usb AC adapter is required for power source. Also found a motorola device for this. Motorola 89015J Dc800 Bluetooth Stereo Gateway | Discounted prices on all Bluetooth Headsets for the All All - shopcell.com

View 3 Replies View Related

Android :: Broadcast Receiver - Create A Broadcast Receiver Which Responds To System Events

Sep 28, 2009

trying to create a broadcast receiver which responds to system events and change system settings. I don't need any interaction from the user so I don't need an activity and have been trying to do everything through the manifest file. I've put a log event into my onReceive method but it never logs anything so I'm presuming my method is never called. I've tried this with both the 1.5 and 1.6 SDKs. I was hoping somebody could have a look at my code please and let me know if there are any problems.

View 2 Replies View Related

Android :: GPS Accuracy Of GPS Receiver

Aug 16, 2009

How much accurate are the coordinates received by the GPS antenna in the reality?I'm using the emulator but it doesn't work well with coordinates too much close is there nobody that have tested an application based on the package "Location" in a real device(I don't have a real one yet..) and knows how to answer me?

View 7 Replies View Related

Android :: Any Receiver For Sent SMS Messages?

Mar 18, 2010

Hi we get an event when new sms come in android but can we get any event when user send a messages, in short is there any receiver to track sending sms as we track incoming sms.

View 1 Replies View Related

Android :: SMS Receiver Not Working

Dec 22, 2009

I'm trying to write a simple application that attempts to receive SMS messages and handle them. I've followed several tutorials but I'm getting nowhere, when I send a SMS to the emulator, the Intent never seems to get fired.I'd really appreciate some guidance with what's going wrong. I'm just getting into Android development but I think I have my head wrapped around (most of) it. While monitoring the emulator's logcat, the log events never come up, and debugging breakpoints are never hit, so I have a feeling it's somewhere in my intent filter.

View 4 Replies View Related

Android :: Receiver As Inner Class

Aug 31, 2010

I am having an inner class which extends BroadcastReceiver.But I am getting error Unable to instantiate receiver org.example.test.OuterClass$InnerClass.

View 2 Replies View Related

Android :: Permissions To Be Set For An MMS Receiver Application

Jun 28, 2009

I have found the solution to this problem, the issue was I was also supposed to add the data tag:<data android:mimeType="application/vnd.wap.mms-message" />.Can someone provide some sample code to access the contents of the MMS message received.

View 2 Replies View Related

Android :: Start TTS From Broadcast Receiver

Jul 9, 2009

I am trying to start TTS from a broadcast receiver and it as document an intent receiver can't bind the service. Is there a work around, I can't figure out how to start the service using startService(Intent, Bundle).

View 4 Replies View Related

Android :: Broadcast Receiver Without Activity

Feb 12, 2010

A WAP PUSH (Broadcast)receiver basically doesn't need any UI. It is a silence application which handles the Push messages based on actions/ mimetype without needing any intreaction with user, I've tried to test it in a SMS receiver by removing the Activity from the project and it stopped receiving the SMS messages. My question: Does all android applications "MUST" define a activity? Is there a way to hide it?

View 5 Replies View Related

Android :: Broadcast Receiver Error

Jul 23, 2010

I am working on one project where i am using broadcast receiver in one of my activity to capture the incomming call and its works fine. when one of my other activity is open and that time if call is come then my broadcast receiver is fail to respond. can any one help me for this ? or its nessesorry to declare broadcast receiver in all my activity to do some comman task.

View 5 Replies View Related

Android :: AlarmManager Not Firing Receiver

Feb 27, 2010

Any experts on AlarmManager out there?I've got something weird going on.The basic code to set my repeating alarm works fine. I can close my app and the alarm will continue to run like clockwork every five minutes. It works fine only if I set it in the app and then close the app.I've got a registered BootReceiver for re-registering the repeating alarm. I know it fires on boot b/c the log message clearly shows it is firing and re-setting the repeating alarm in question for the same frequency. But the AlarmManager is not firing.Basically, the nearly identical code for setRepeating() fires when set from the app and continues to run when the app is closed, so I know my AlarmReceiver is functioning, but the AlarmManager is either not broadcasting this alarm or my receiver doesn't work from an alarm set in the boot receiver.

View 9 Replies View Related

Android :: A Receiver For Outgoing Sms And Email?

Feb 5, 2009

i figured out how to listen for outgoing calls. however, i can't find any docs or code samples for making a Receiver that catches outgoing sms or email.

View 10 Replies View Related

Android :: Broadcast Receiver From Widget

Dec 2, 2009

I am making a widget that needs a broadcast receiver, like the one in com.example.android.apis.appwidget.ExampleBroadcastReceiver. However, the example defines Intent.ACTION_TIMEZONE_CHANGED in the manifest, but there are some that do not allow this. For example, Intent.ACTION_TIME_TICK says "You can not receive this through components declared in manifests, only by exlicitly registering for it with Context.registerReceiver(). "

So I removed the manifest declarations and tried replacing the AppWidgetProvider.onEnabled function that was in the example with a call like the following: context.registerReceiver(myReceiver, new IntentFilter(Intent.ACTION_TIME_TICK));
(where "myReceiver" is an instance of the receiver I want.) However, when I try to run the code, I get the following error:
Unable to start receiver...android.content.ReceiverCallNotAllowedException: IntentReceiver components are not allowed to register to receive intents.
Any way to get this broadcast receiver working from a widget?

View 3 Replies View Related

Android :: Any Other Application As Broadcast Receiver?

Jul 29, 2009

I am broadcasting an Intent from an activity. Can we make another application as a receiver. So that it will get invoked when that specific intent is broadcasted.

View 2 Replies View Related

Android :: Broadcast Receiver Sometimes Works

Jan 6, 2010

I wish to listen to android.intent.action.BOOT_COMPLETED. However I am not getting the broadcast intent, if I specify com.test.BootBroadcastReceiver in the manifest. When I change this value to simply BootBroadcastReceiver, then I am getting the broadcast intent.

<receiver android:name="BootBroadcastReceiver" android:enabled="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>

My package in the manifest file is:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.test"
And the BootBroadcastReceiver resides in this package. What is the reason behind this?

View 2 Replies View Related

Android :: Trying To Understand Use Of Broadcast Receiver

Aug 17, 2009

I have an application that uses an extended Broadcast Receiver class inside the Activity. I have the extended Broadcast Receiver class as a member variable of the Activity class. But it looks like the receiver references keep changing between its construction and 'on Receive' method call. I would like to understand this better. Here are some details. public class MyEventReceiver extends Broadcast Receiver

View 3 Replies View Related

Android :: Broadcast Receiver For Action

Oct 3, 2009

I was wondering if its possible to have a broadcast receiver to listen when the app its in launches.I tried doing by creating a BroadcastReceiver to listen for the android.intent.action.MAIN action but it never gets called?Is there something I need to do or a different action I should be listening for?

View 3 Replies View Related

Android :: How To Check If Receiver Is Registered?

Apr 21, 2010

I need to check if my registered receiver is still registered if not how do i check it any methods?

View 2 Replies View Related

Android :: How To Use Broadcast Receiver In Different Applications?

May 1, 2010

I have here two applications in two different projects in eclipse. One application

(A) defines an activity

(A1) which is started first. Then i start from this activity the second activity

(B1) in the second project

(B). This works fine.

Unfortunately, the message is never received. Although the method in activity A1 is called, i never receive an intent in B1.

View 1 Replies View Related

Android :: How I Can Use Broad Cast Receiver?

Aug 6, 2010

How i can use broad cast receiver in android,Please give me example or a reference to follow.

View 1 Replies View Related

Android :: 2.2 Sms Receiver Wont Work

Sep 16, 2010

I am new to android and i am using android 2.2 for some sms_receive thing: when an sms received, just a notification. but it won't work.Nothing happens when sms received, seems like the receiver has not been registered.

View 2 Replies View Related

Android :: Broadcast Receiver For Sent SMS Messages?

Jun 13, 2009

I created a BroadcastReceiver and configured it with an android.provider.Telephony.SMS_RECEIVED action filter so it is called everytime the phone receives a text.Is there some event/action or other way for my application to be notified whenever the phone sends a text (preferably independent of the application that sends it)?So far the only option I see is to poll the content provider for content://sms/sent which doesn't even give me all sent texts because applications can choose not to put it there.

View 1 Replies View Related

Android :: Hardware / Firmware - GPS Receiver?

Jul 19, 2010

I'm writing a toy car-navigation app for Android, mostly to learn the Android SDK. While testing my application, it worked fine for a few hours. Then, suddenly, it reported my position as being in a town 100km south of my real position, travelling at 300km/h. I was in fact travelling at approximately 120km/h. I changed application to Google Maps, and it also showed the same erroneous position and approximate velocity. Since I was driving a car in dense traffic at high speed, for safety, I decided not to start fiddling with the phone any more, and just put it away. The next time I took it up (maybe 15 minutes later), the position and velocity was correct again. I will add diagnostics to my program to show the reported accuracy of the GPS-fix.

I have a few questions: Is this a hardware/firmware problem in android phones? (I have a HTC Hero) Is this a known failure mode of GPS-receivers? What could make the GPS-receiver report such inaccurate positions? I had another GPS receiver in the car (a Garmin car navigator). Could this receiver have interferred with the HTC Hero unit?

View 2 Replies View Related

Android :: Set Priority To Broadcast Receiver

Oct 24, 2010

The symptom: I have a broadcast receiver that listen to sms, when a sms is received, i call an activity to display. It works all fine if the screen is on and not locked. But when screen is locked, and as soon as i received the sms, the activity popup for a second then disappeared and I use the code to unlock the screen.

getWindow().addFlags(WindowManager.LayoutParams.FLAG_TURN_SCREEN_ON);
getWindow().addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED | WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD);

I think it might be the competitions with phone default sms program (the sms default program shows a notification only). I am wondering is there a way to set priority to broadcast receivers or even the activity that receiver stared, to avoid the conflicts between multiple receivers. or set orders to execute one by one? I have tried to thread.sleep my receiver for a second, still not working.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved