Questions tagged [open-intents]

7 questions
6
votes
1 answer

Alternative of openintents for simulating sensors for Android

I am working on an extensible sensing and data processing framework for Android mobile devices. It will enable a wide range of data signals (e.g., Temperature, Battery,pressure, wifi signal strength, etc.) accessible via Android mobile devices. To…
user-517752
  • 1,188
  • 5
  • 21
  • 54
3
votes
1 answer

How to link download of one application with another

I want to use some applications from openintents (http://www.openintents.org/en/) but is there is way to have where installing one application will also install, or at least download, other applications? For example, if the program is going to be…
James Black
  • 41,583
  • 10
  • 86
  • 166
1
vote
2 answers

Integrating OI file manager code with your app

I found the link to the source code of OI File manager. I want to integrate this with my app that I'm creating so that when the intent org.openintents.action.PICK_DIRECTORY is called, it should result in showing the OI file manager and ask the…
user838522
  • 3,821
  • 3
  • 23
  • 24
1
vote
0 answers

Intent not opening the original file

I am trying to open a PDF file via Intent and it works fine but the only problem is that the original file is not opened instead a cached version is opened. I want to open the original file. My Code: Intent intent = new…
Raaf003
  • 103
  • 1
  • 7
0
votes
1 answer

Importing Android Source code: Red exclaimation mark + "Cannot be resolved to a variable" error

I have downloaded this GitHub source code and have extracted it and imported into eclipse using "Import existing Android code". However when I open the code, one priject has a Red Exclaimation Mark erroron it, and the other "test" project contains…
user4125772
  • 159
  • 1
  • 10
0
votes
2 answers

Why Sensor Simulator Accelerometer Doesn't run with AVD?

First of all I'm trying to use "Openintents Sensor Simulator" program for Android. I installed Sensor Simulator for desktop. After that i installed SensorSimulatorSettings-x.x.x.apk on my Android emulator. At the settings page in android emulator, i…
user2475740
0
votes
1 answer

Unable to launch AccelerometerDemo on Emulator

I am unable to integrate my application, sensorsimulator and emulator. All I want is to read raw data from Accelerometer. When I debug I get the error Source Not Found. On launching the application on the emulator, it says Unfortunately could not…