The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
68 views

I'm making a torch app in Win Phone 8 but i cant turn off the led, how can i do that?

i have read another post in other to make a torch App for mi Nokia Lumia 820, i successfully turn on the led but when i try to turn it off ... i can't, i use this code in order to turn it on. var ...
0
votes
0answers
38 views

Android How to blink led/flashlight rapidly

I am trying to give some effects with led/flashlight. but it is not blinking rapidly, even i tried sleep(2), bt it takes time to blink. i want to blink it faster. public void flash_effect() throws ...
0
votes
2answers
34 views

Best way to handle this error? [AVCaptureFigVideoDevice setTorchModeOnWithLevel:error:]: unrecognized selector sent to instance

I'm trying to turn off an image in my torch app if the device doesn't support LED dimming. NSError* outError; BOOL success = [device setTorchModeOnWithLevel:brightnessLevel ...
0
votes
0answers
38 views

Flash Cam don't turn on Android App

I am developing a flashlight in android 2.3.3 and i want only turn on the flash. I am following these steps: 1 - Put the permissions on the manifest; <permission ...
0
votes
1answer
60 views

Android Flashlight on Motorola RAZR

Code below works great on Wildfire S but no on Motorola RAZR, how it's possible and how to fix it. I saw few posts about that but without answer. if (camera==null) camera=Camera.open(); ...
0
votes
1answer
121 views

What is missing in order to make my android camera flash turn on?

I am trying to create a basic find my phone application and I'm running into a bit of an issue. So far I am able to text a code word to my phone and have it play a song. Next, I would like to be ...
0
votes
1answer
227 views

LED Flashlight on Galaxy Nexus: app passed NULL surface

I've been trying to get the LED flashlight come on on my Galaxy Nexus, using several different solutions on StackOverflow: LED flashlight on Galaxy Nexus controllable by what API? Opening Flashlight ...
1
vote
0answers
88 views

FlashLED intensity controls

I am looking for help in Android camera LED Flash for changing intensity of it like this app. I have checked following link but i am not getting exact result from it. Can I change the LED intensity ...
0
votes
1answer
184 views

Windows Phone turn flash on in background

I am working on a tools app and I need a way to turn on the camera flash when I click a tile, then keep it on in the background and turn it off once I click the tile again. I don't need any help with ...
3
votes
0answers
89 views
+50

BlackBerry - Possible to Hide Video Field?

I want to write an application like a Flashlight (with the help of the camera LED). Player player = javax.microedition.media.Manager.createPlayer("capture://video?encoding=video/3gpp"); ...
0
votes
1answer
560 views

Windows Phone 8 (HTC 8X) Flashlight does not turn on(Without using camera)

As a newbie programmer I am going to ask a silly question. I want to turn on the flashlight of windows phone 8 without blinking (continous like other flashlight apps). Now I tried to use the sample ...
0
votes
0answers
69 views

Android: Widget says Failure loading widget

When I click on my widget at the homescreen the Flash Light turns on and the message "problem loading widget" pops up! Does someone know something about this issue? Before / After Clicking the ...
-1
votes
1answer
503 views

Android flashlight app [closed]

I can't find a straight forward answer on how to build a flash light app in Eclipse Android. How would I create this?
1
vote
1answer
121 views

Turning on the flashlight on Android? Most compatible approach?

I just started programming for Android after being a long time Java developer and I've created a little flashlight app (like there's not enough already xD). I realize that there are so many different ...
2
votes
2answers
110 views

Turn flashlight off when phone stops ringing?

I'm making an app that turns the flashlight on when the phone starts ringing and should turn it off when it stops ringing. The problem is that the camera gets locked when the phone starts ringing, and ...
0
votes
1answer
118 views

turn on android LED light “enabletorch” for X amount of time?

I have the code below that turns ON my phones LED flash every time the button is clicked, but I also need the LED to turn OFF automatically after 3 seconds. Not sure how to do it, please help. input ...
0
votes
3answers
248 views

How to stop handler inside BroadcastReceiver after phone call is answered or canceled?

I'm trying to create simple Android application that simulate camera flashlight blink while phone call is received. If the user answer or cancel the call, I want to stop the flashlight blink. I'm ...
0
votes
0answers
168 views

iOS Cordova Torch - turn on camera light

I'm creating an iOS app using barcode scanner. That's working just fine, but I'd like to turn on the camera light to assist user in scanning a bar code. I found this plugin: ...
0
votes
1answer
164 views

Android: Check if Flash Torch Mode is activated does not work

[WORIKING CODE / 22.01.2013] Following code is not working and I don't know why. I set the permissions and the button so that it should works... I set the permissions in the manifest like this: ...
0
votes
3answers
147 views

App Crash When Trying to Turn Flashlight On

I'm trying to make a Flahlight app, but when I press the "Flashlight" button to turn the flashlight on, the app crashes. Here's my code: Manifest: <?xml version="1.0" encoding="utf-8"?> ...
0
votes
1answer
187 views

FLASH_MODE_TORCH working/not working

I wanted to build a flashlight app using the following code. It's working on a friend's HTC Desire HD, but it isn't on my RAZR and a friend's Galaxy Nexus. I also tried the solution with ...
0
votes
1answer
137 views

Android: Flashlight working fine in Galaxy 10 inch Tablet but not in Galaxy 7 inch Tablet

I am using android's Flash Light to turn on the flashlight from within my app, its working fine for 1.Sony Xperia 2.Galaxy Tab 10 inches But, accidentally the same code is not working for Samsung ...
-12
votes
3answers
825 views

android - LED Flash without camera permission?

I programmed a simple Flashlight app. With a button in the center of the screen. The button is for open / close the LED Flash. AndroidManifest.xml: <uses-permission ...
4
votes
2answers
51 views

Keeping Camera Alive While Paused

I have a flashlight app, and if the app is paused, the camera is released. Be it the home button or power button. I want the camera to stay alive when either of these are pressed and released when I ...
0
votes
2answers
335 views

flashlight on/off without activity?

I want to make an app without UI, which will toggle the flashlight on/off when pressing the app's icon. I've tried to make a transparent activity which partially works (works when flashlight is off, ...
-1
votes
2answers
112 views

Getting NullpointerException when trying to start Flashlight

Im working on a program where you can start your flashlight in your phone. I've searched alot and got the same answear on how to do. But when I try to do the same i get a nullpointerException So my ...
-1
votes
1answer
235 views

barcode Scan with Flash using ZXing in android… [closed]

good morning I need help to implement ZXing to scan barcodes using the camera's LED flash. that when you run the scan can also turn on the flash of the camera. thanks
-1
votes
1answer
301 views

Flash light mode using barcode with zxing android [closed]

I can help turn the camera LED when I launch the intent to read bar codes with ZXing Thank you.
1
vote
0answers
200 views

flashlight activity crashed after backpressed from strobe activity when strobe togglebutton turn on

Can you help me please. I'm a newer in android developing and in this site too. I have a little problem with annoying flashlight example. i tried to add strobe function. it works fine. but if i press ...
2
votes
0answers
225 views

flash light is not turned on

This is my source code for barcode snanner which I post again. I edited my code. The problem is, when i run app, flash light is not turned on automatically. I added permission in manifest file, but ...
0
votes
0answers
90 views

Android AutoMode flashlight torch

I'm developing a flashlight with torch. When the camera flashlight is On I coded like this: param.setFlashMode(Parameters.FLASH_MODE_TORCH); mCamera.setParameters(param); try { ...
1
vote
0answers
241 views

Android Flashlight App not working with the galaxy S1 and Droid X

My flashlight app works with the S2 S3 and several other android phones no where close to as advanced as the S1 but for some reason can't turn on the S1s flash also this problem has been reported on ...
-1
votes
1answer
248 views

Turn on flashlight

I'm sorry for posting another question among all other simmilar ones but none of the questions that I've tried have worked. I'm trying to turn on the flashligh. Here is my manifest: ...
1
vote
1answer
334 views

Make Strobe Light from LED light on button click

i have made a flashlight app and i want to try to make add-on to allow a strobe light feature. I want to set it up on a different button thought, not the same one. i think i need to use a timer , ...
0
votes
2answers
193 views

Customised flashlight flashing?

Is there a way to let the flashlight of the iPhone flashing several times after clicking a button? Like if I click a button the flashlight flashes only 3 times? I havent found information about this ...
0
votes
2answers
914 views

How to turn ON and OFF Device flash light?

I want to turn on only camera flash light (not with camera preview) programeticaly in android. I googled for it but the help i found was not working on my Samsung Galaxy ACE. by using this code able ...
1
vote
1answer
161 views

Is j2me has some universal functions to turn on / off phone flashlight?

For example, i have a java based old phone and i want to write an application to control it's flashlight diode. Is there any universal way to do it via j2me? Something like: EnableFlashlight(); that ...
-6
votes
1answer
154 views

How to show an error message for incompatible hardware in iOS [duplicate]

Possible Duplicate: How can I determine whether my iOS device has a torch light? I am using Xcode 4.5.1 and am creating a flashlight app for iOS. When the app loads up it should ...
0
votes
0answers
92 views

Turn on flashlight on Optimus 3d

How can I turn on flashlight on LG Optimus 3d? I tried three different ways: via /sys/class/leds/flashlight (not exist on it) via Camera (MODE_TORCH and MODE_ON) On my Huawei Ideos X5 all ways ...
0
votes
2answers
785 views

PhoneGap Android Torch Plugin doesnt work

PhoneGap Torch Plugin I am trying to get the torch plugin for phonegap/android to work. I used this code Github Torch Plugin I don't get any errors and I dont know where a possible mistake could be. ...
1
vote
1answer
322 views

WP7 Flashlight Application Error

In this application there are two buttons to open and close camera flashlight. I am using this code but i get an error. using Microsoft.Devices; public partial class MainPage : PhoneApplicationPage ...
0
votes
0answers
302 views

android - widget surfaceview?

I'm programming a widget. When somebody clicks on the widget Button, the Flashlight is turning on. If you click again on the widget button, the Flashlight is turning off. I wrote a small app, there ...
3
votes
1answer
120 views

Sleep oder wait in For-Loop

I'm trying to turn the LED on and of for a particular lenght (out_tic), based on a given Text in Morse-Code(Text). I tried to solve this with a "postDelay" and also with sleep() or wait() , but the ...
0
votes
1answer
203 views

Flashlight crashes systems Camera App

I am making a Flashlight app, currently its widget. I was wondering how would I emulate functionality of samsungs assistive light widget ...
0
votes
1answer
229 views

Android Flashlight force closing on return from other activity

I followed the tutorial here and managed to implement the flash light into my app. However I have come unstuck. The flash light button works wonders upon first load of the app, but when you go to ...
1
vote
0answers
198 views

Is android.permissions.FLASHLIGHT required to use Camera Flash?

For instance, cardio library library uses camera flash, but doesn't require this permission. I have test app using camera flash w/o this permission on Galaxy S2 (4.03) and Nexus One (2.3.6) and it ...
1
vote
0answers
608 views

turn on flashlight programmatically on motorola fire xt

I have tried several code that I found on other stackoverflow posting turn in off camera led flash light, use camera flashlight in android, code.google.com/p/droidled ,and code.google.com/p/torch but ...
0
votes
0answers
318 views

Does Camera support multiple flash modes

I'm currently working on an App with some Camera features. The Camera works as some sort of scanner. In dark surroundings, it is necessary to turn on the flash with flash_mode_torch - which works well ...
0
votes
1answer
329 views

Can we reduce camera flash light brightness in android?

I want to change the camera flash light brightness in my android application... Is it Possible?
0
votes
1answer
978 views

Error with torch app Android 4.0.4 Nexus S i9020

I have a problem with a flashlight app Android 4.0.4 Nexus S i9020. I have tried dozens of suggestions posted here on stackoverflow but nothing worked for me. The app worked with Android version 2.3.6 ...

1 2