The proximity tag has no wiki summary.
1
vote
1answer
18 views
Android Proximity Sensor - Incorrect value
I've run into an issue trying to create an application that keeps track of Proximity Sensor values. The intent of the application is to record the instantaneous proximity value on regular intervals ...
1
vote
0answers
14 views
+50
Is it possible to perform multiple transactions with an NFC tag or device? (i.e. read more than once)
According to this Nokia developer's page, you can read an NFC tag with the SubscribeForMessage method: http://www.developer.nokia.com/Community/Wiki/Use_NFC_tags_with_Windows_Phone_8
There is a 'tip' ...
0
votes
0answers
14 views
How to remove a particular proximity alert from multiple added alerts
I am working on an app that shows alert when i reach a certain point.I have added the proximity alerts and it is working fine. But the problem is that i don't know how to remove a particular alert ...
0
votes
0answers
21 views
How to list the Bluetooth devices in proximity in windows 8?
I need a list of Bluetooth devices in proximity using windows 8.
None of the WMI classes seem to favor this.
Any pointers?
0
votes
0answers
42 views
Circles with border-radius
We're making an artsy menu for a blog. One of the things we wanted was make icons for each project in the menu containing a photo and an overlay color and we wanted them to be circles. So I was ...
1
vote
0answers
58 views
Android - remove Proximity Alert after notification
what I am trying to do is have a proximity alert service which triggers a notification ONLY ONCE when you step inside the radius (without stopping the service). my code triggers notifications every ...
1
vote
1answer
87 views
Android GPS proximity alert not working
I'm trying to set up the most basic proximity alert, but nothing seems to happen. I'm fairly new to Android programming, so please let me know what I'm doing wrong or what am I missing. I got inspired ...
-1
votes
0answers
39 views
How to Implement Proximity Sensor in android ICS.? [closed]
I am trying to implement Proximity sensor in android , i tried different methods but i couldn't find the correct one , can any one help me in doing this.
Thanks,
Ashok
0
votes
1answer
26 views
How to set a proximity alert(andriod) to a building in rectangular shape?
I know that proximity alert can be set with in a radius from a central latitude and longitude.But I want to know how to set a proximity alert for a particular building which is not in circular shape.
...
0
votes
0answers
21 views
proximity profile api for ios
I want to generate alert sound, if iPhone goes beyond the specific distance from my BLE enabled Tag.
For that I need proximity sensor profile to implement.
I searched for Proximity sensor profile API ...
0
votes
0answers
33 views
ios BLE supports proximity sensor
I am having BLE enabled device, through iPhone App I want to track how far that device is (in terms of BLE signal strength).
I am looking for available code for "proximity sensor" and "find me" ...
1
vote
2answers
84 views
iOS proximity & GPS measure the distance
I am developing an app where I require to alert user if he move more than 20 meters from his checking location. I am planning to use proximity sensor for this development. However I found this ...
0
votes
1answer
32 views
Android: Proximity alert updating latitude longitude
I have registered proximity alert in one activity and want to update the coordinates from another activity. How do I do that? I have already tried creating an unregisterProximity method in the 1st ...
1
vote
3answers
109 views
Proximity searching phrases with root expanders in Solr or ElasticSearch (especially websolr or bonsai.io)?
I'm trying to select a search tool for a large project, and I'd be interested to know if this use case was supported by Solr or ElasticSearch.
My customers are interested in conducting relatively ...
2
votes
1answer
63 views
Do proximity alerts need coordinates updates from my app?
I am working on an app that would use proximity alerts to trigger some functionality. I have dug into some tutorials and examples, setup some alerts, it seems to work somewhat okay. However when I ...
0
votes
2answers
74 views
How to accuratly find other Android users within a radius of 200ft ( How did Color do it?)
Im working on a app which requires that a device with this app installed will automatically find other users within a MAXIMUM radius of 200ft (worst case scenario 300ft , but thats pushing it) AND/OR ...
1
vote
1answer
251 views
Hooking App Delegate with MobileSubstrate to Add New Methods into All Apps
I'm building a MobileSubstrate tweak using Logos, and I'm attempting to add a new method/s to lock the device into every application on the device, which would be run after a proximity change ...
1
vote
1answer
91 views
Is there any way to monitor user's movement of iphone like the “raise to speak” feature?
I want to get notified when the user raises the iphone to his face. Just like siri does. Is it possible?
Add more specific requirement:
I want to darken the screen when user put the phone near his ...
-3
votes
3answers
69 views
Java Errors in Android App
I'm trying to to implement a addProximityAlert when an info window is clicked
googleMap.setOnInfoWindowClickListener(
new OnInfoWindowClickListener(){
public void ...
2
votes
1answer
146 views
Android Proximity Alerts Not Working
I'mm trying to create an app that allows you to set a proximity alert for marker when you click on it's info window.
googleMap.setOnInfoWindowClickListener(
new ...
0
votes
0answers
74 views
Proximity Alert Class Doesn't Fire Android
I'm trying to set up a proximity alarm based on the location of a selected marker, the coordinates for which are stored in an external file and read into an array, which in turn draws the coordinates. ...
2
votes
1answer
136 views
Android: Proximity Alert and battery consumption
I could implement myself a proximity alert that will use requestSingleUpdate and sleep some time before requesting another update, according to the distance from the desired location.
I would expect ...
0
votes
0answers
61 views
How to trigger Exit event in Android Proximity Alert?
I am developing the android application based on android Proximity Alert.
String key = LocationManager.KEY_PROXIMITY_ENTERING;
Boolean entering = intent.getBooleanExtra(key, false);
...
1
vote
1answer
109 views
How to detect writeable capacity of nfc chip
I wanna know a tag's writeable capacity.
What am i doing:
subscribing for a message
m_proxdevice.SubscribeForMessage("WriteableTag",
OnTagDetect);
receive the message
private void ...
0
votes
0answers
52 views
Peerfinder returns non-existing peers in WP8
I am using PeerFinder.FindAllPeersAsync() in my WP8 application to discover devices running the same application by the Bluetooth interface.
The function has to return the list of peers which are in ...
0
votes
2answers
268 views
Android: how to set a proximity alert to fire only when exiting or only when entering the location
I am developing a ToDo app with reminders(by time and by location) and the thing is I give the user the option to choose if he wants the reminder by location to alert when he is entering the location ...
0
votes
0answers
42 views
Multiple Proximity Alerts
I am working on Multiple proximity alerts, when i enter particular location my application suppose to fire an Intent, everything is working what i expected. But i am facing a problem in finding all ...
0
votes
1answer
68 views
Compare Strings proximity in Java
After searching in Google and StackOverflow I couldn't find any resource talking about comparison of strings proximity in Java, I only find results about différence between == and equals...
Do one of ...
0
votes
1answer
50 views
How to detect an entered search query as a surround query or as a normal lucene core library query
Is there a way where we can find out whether a query is for the normal lucene core library or for the surround contrib module. Can we merge a surround queryparser with the lucene core library's ...
0
votes
1answer
43 views
Is there a way where we could do phrase proximity search using the lucene core libraries
I need to perform a proximity search between few phrases. The number of phrases are not known before hand. User can enter any number of phrases and can give his own slop. I need to support the nested ...
0
votes
1answer
121 views
Is the proximity sensor a private api?
Apple documents the proximity sensor here, so I would imagine it's a public api. I have heard otherwise and wanted to double check before submitting to the store.
2
votes
3answers
272 views
Is a point within a geographical radius - SQL Server 2008
Given the following data, would it be possible, and if so which would be the most efficient method of determining whether the location 'Shurdington' in the first table is contained within the given ...
1
vote
2answers
739 views
Proximity Sensor Gestures
I tried googling around for a solution but couldn't find one. There's tons of app out there that use the proximity sensor (and presumably the ambient light sensor) to detect gestures. How do they do ...
0
votes
0answers
412 views
Turn off device screen (without locking it)?
I'm making an app that uses the Proximity Sensor while a phone call is in progress. My main issue is that the device doesn't turn the screen off when I hold it up against my face (while talking on the ...
0
votes
2answers
72 views
How to initialize my activity using proximity or shake sensor while the screen is in off state Android example
I'm Working in sensor for my app my question is ...
How to initialize my activity using proximity or shake sensor while the screen is in off state... Is it possible ?
If possible pls send some links ...
0
votes
1answer
482 views
Proximity sensor with wakelock issue: can't turn on screen again
I've been looking around for the last days and none of the answers to the questions made have helped me and I'm bumping my head with something that perhaps is simple to solve .... I want to work with ...
0
votes
0answers
240 views
proximity alerts on android 4.2
In my project i'm using proximity alert which is working fine with android 4.1 version(API 16) but on android 4.2( API 17) it wont work . do i need to add some extra flags or something??
...
0
votes
1answer
409 views
android: turn screen off based on proximity sendor on JB
I need to replicate the functionality of the stock dialer in my app - when the proximity sensor detects the phone is close to my face, turn the screen off, and turn it back on when I take the phone ...
1
vote
0answers
164 views
Android Proximity Sensors that provide the absolute distance rather than simply binary near|far [closed]
I am developing an Android application that reads and displays range measurements from the proximity sensor on the device, however I am only getting binary values that represent near or far proximity. ...
1
vote
1answer
93 views
Getting actual Proximity (without waiting for on onSensorChanged)
I'd like to get actual proximity from proximity sensor, but the default behavior is to register a listener and wait for the value change. I don't want to wait for change, but I want to get actual ...
0
votes
1answer
146 views
Returning values form OnSensorChanged() method
What I'd like to achieve is to return the correct result set in method isClose. The problem is theisClose method is not waiting for onSensorChanged to be triggered and returns the default "0" value of ...
0
votes
0answers
109 views
Adding multiple proximity Alerts
I have a question... im developing one application that involves proximityAlerts...
in short i have 'n' number of POI's (Point of interest) in my application, so when i reach to that particular POI i ...
0
votes
0answers
132 views
Using proximity sensor in the background
While the app is open, everything works 100%. But as soon as the app closes, the proximity sensor stops too. I've checked everywhere and this is all I've got.
- (void)viewDidLoad
{
[super ...
0
votes
1answer
261 views
Sensor.TYPE_PROXIMITY returning NULL even though valid proximity sensor is present
I am writing a test app to validate the Proximity sensor functionality on Samsung Galaxy Note 10.1 tablet (Wifi only). As per the device specification it supports a proximity sensor . How ever when I ...
0
votes
0answers
271 views
Android proximity sensor giving false results
First post here, but stackoverflow has solved soooo many problems for me. This one though, I can't seem to figure out. I'm creating an android app that de-increments and TextView value by 1 with ...
0
votes
1answer
90 views
If addProximityAlert expiration is -1, will it removeProximityAlert after it is triggered?
If addProximityAlert expiration is -1, will it cancel after it is triggered? Or are you required to removeProximityAlert in ENTERING or EXITING if you want to remove it?
Thanks in advance!
0
votes
0answers
61 views
Why is adding a proximityalert generating so much logging and gps-pinging?
HTC One X, 4.2.
I'm dabbling with proximity alerts. I have added one fine, and it works.
However, i'm seeing that the locationhandler starts spewing out tons of events. I see a couple of these ...
1
vote
0answers
269 views
Removing and adding multiple proximity alerts
My use case:
-My app has for example 3 lon/lat locations that i fetch from a server. These may change between fetches.
-I want to add proximityalerts for all three, but when i re-fetch the locations ...
0
votes
1answer
389 views
Pair with a bluetooth peripheral using ios 5
I am developing a proximity sensing application using bluetooth technology 4.0. I am able to discover the devices. But I am not able to pair with them. Nor can i call [peripheral readRssi] method. The ...
0
votes
0answers
43 views
Drupal 6 proximity search zip codes starting with 0
I am using drupal 6 with a proximity search exposed filter. You can check it out in operation : here. For some reason I can't get it to return results for zip codes starting with "0". Can someone help ...





