Notices


Reply
Thread Tools
Posts: 101 | Thanked: 18 times | Joined on Dec 2009 @ Sweden
#71
eiffel That was a great idea!.
 

The Following User Says Thank You to Soap77 For This Useful Post:
BruceL's Avatar
Posts: 305 | Thanked: 154 times | Joined on Aug 2006 @ Colorado
#72
I like the idea of a simpler interface; usually I need a flashlight quickly. But wouldn't that cause a two second delay in using the camera? That would cause me to miss some shots. What about opening the lens cover while the shutter button is depressed starts the flashlight?
__________________
Give me immortality or give me death!
 
Posts: 75 | Thanked: 125 times | Joined on Nov 2008
#73
For those wondering about burning out the LEDs or overheating / overvoltage problems, it looks like its been pretty well thought out (well done devs!)

Here is a snippet of source code from the linux kernel:
Code:
/* Must be limited to 500 ms in RX-51 */
.max_flash_timeout       = 500000,              /* us */
/* Must be limited to 320 mA in RX-51 B3 and newer hardware */
.max_flash_intensity     = 19,
/* Must be limited to 50 mA in RX-51 */
.max_torch_intensity     = 1,
and here is a snippet of source code from the flashlight app.
Code:
_("Short-circut fault detected!\nTurning off flashlight."));
                } else if (status & FLASHLIGHT_STATUS_OVERTEMPERATURE_FAULT) {
                        flashlight_status_plugin_show_notification (plugin,
                                _("Overtemperature fault detected!\nTurning off flashlight."));
                } else if (status & FLASHLIGHT_STATUS_TIMEOUT_FAULT) {
                        flashlight_status_plugin_show_notification (plugin,
                                _("Timeout fault detected!\nTurning off flashlight."));
                } else if (status & FLASHLIGHT_STATUS_OVERVOLTAGE_FAULT) {
                        flashlight_status_plugin_show_notification (plugin,
                                _("Overvoltage fault detected!\nTurning off flashlight."));
Hope that clears up any concerns.
It would still be nice to have official word from a Nokia rep concerning the mean time before failure rating of the LED modules when running at intensity=1
 

The Following 6 Users Say Thank You to jabawok For This Useful Post:
Posts: 341 | Thanked: 64 times | Joined on May 2009
#74
cheers for the app, very useful.
 
eiffel's Avatar
Posts: 600 | Thanked: 742 times | Joined on Sep 2008 @ England
#75
Originally Posted by BruceL View Post
I like the idea of a simpler interface; usually I need a flashlight quickly. But wouldn't that cause a two second delay in using the camera?
There wouldn't need to be a two-second delay.

As soon as the lens cover is opened, the software says "was the cover previously opened in the last two seconds? If so, start the torch, if not, start the camera".

Your idea of starting the torch by opening the lens cover with the shutter button pressed is also a fine one, but there are other mods using the shutter button for other purposes (such as bringing up the task switcher) so this may cause problems. But there might be other ways to do it, such as opening the lens cover while covering the proximity sensor.

Regards,
Roger
 

The Following 2 Users Say Thank You to eiffel For This Useful Post:
Posts: 118 | Thanked: 59 times | Joined on May 2007
#76
I wish there were a way to use the LED Flashlight in conjunction with the camera application, instead of the two uses being mutually exclusive. That way, the N900 could be used as an illuminated magnifying viewer.
 
Posts: 47 | Thanked: 22 times | Joined on Aug 2009
#77
I have updated to version 3.x which I don't like.

Is there a way to get back 2.0?

Many thanks
 
smegheadz's Avatar
Posts: 387 | Thanked: 566 times | Joined on Dec 2009 @ Dublin
#78
I can't use this app/widget. i installed it and worked fine, then installed a few more apps and games. now the flashlight button is gone, uninstalled it rebooted and reinstalled it and rebooted, still missing. i uninstalled all apps i installed and rebooted then installed flashlight and rebooted and it's still not showing up. i'm not sure what broke it. i'm only getting familar with the linux shell. i'm going to try uninstall everything again and see what leaves a mark, i think the codecs for the media player don't uninstall when u uninstall the app as i'm still able to play video's which aren't out of box supported.

Edit:
i got it sorted. dunno what was the problem but it show's up now.
__________________
Never argue with stupid people.They lower you to their level then beat you with experience.
Humility is something we should all taste.

Last edited by smegheadz; 2010-02-04 at 16:56.
 
Posts: 188 | Thanked: 28 times | Joined on Jun 2007
#79
Originally Posted by smegheadz View Post
I can't use this app/widget. i installed it and worked fine, then installed a few more apps and games. now the flashlight button is gone, uninstalled it rebooted and reinstalled it and rebooted, still missing. i uninstalled all apps i installed and rebooted then installed flashlight and rebooted and it's still not showing up. i'm not sure what broke it. i'm only getting familar with the linux shell. i'm going to try uninstall everything again and see what leaves a mark, i think the codecs for the media player don't uninstall when u uninstall the app as i'm still able to play video's which aren't out of box supported.

Edit:
i got it sorted. dunno what was the problem but it show's up now.
I had something like that happen too. I made a post about it. Look here
http://talk.maemo.org/showthread.php?t=42220
 
Posts: 188 | Thanked: 28 times | Joined on Jun 2007
#80
So is this app still being worked on or is it dead?
 
Reply

Tags
flashlights brighten life


 
Forum Jump


All times are GMT. The time now is 05:14.