Android :: Prevent Application Requiring LED Or Camera Flash From Android Marketplace

Mar 11, 2010

Is there a particular flag that we can use to prevent apps showing up in marketplace which require the phone to have a camera flash /LED? Typical apps are ones which make the phone act like a torchlight in dark. I have seen a tag which prevents apps requiring auto focus in a camera from appearing in the marketplace. Just looking to find out if there is something similar for camera flash.

Android :: Prevent application requiring LED or camera flash from Android marketplace


Android :: Prevent LED - Camera Flash Requiring APPS From Marketplace

Mar 11, 2010

Is there a particular flag that we can use to prevent apps showing up in marketplace which require the phone to have a Camera Flash /LED. typical apps are ones which make the phone act like a torchlight in dark , i have seen a tag which prevents apps requiring autofocus in a camera from appearing in the marketplace. Just looking to find out if there is something similar for camera flash.

View 2 Replies View Related

Android :: Camera Still Regularly Hangs With Cupcake / Requiring Power Cycle

May 1, 2009

I found that the old bug reported in http://code.google.com/p/android/issues/detail?id=1578 where only a power cycle brings back the camera still persists with the official Cupcake firmware on my ADP. When it happens - and I've encountered it several times in a few days now - no camera application can access the camera. A power cycle is needed to recover from this locked camera state.

View 8 Replies View Related

Android :: One Application Requiring Another / Service?

Mar 24, 2009

I'm writing an app that needs one or more applications/services that are distributed with their own seperate apk file. I'm writing a user-app that allows the user to upload pics using a service. The service can be used by multiple user-apps, not just mine. I'd like to have the service being installed in its own apk, instead of bundling it with each user-app. Has anyone had experience with this scenario? What is the best scenario i should implement so that the user downloads the service that the user-app needs? Can be this be done automatically (that would be best)? If not, in your opinion, what would be the most user-friendly way for doing so?

View 4 Replies View Related

Android :: Camera Flash In 1.5 And 1.6 - Application Crashes

May 21, 2010

My app is using the camera on the phone. For phones w/ 2.0+ I have been able to activate the Flash. When I test on a phone with 1.5 OS on it the app crashes. I get: java.lang.reflect.InvocationTargetException and the Cause is java.lang.VerifyError: fishers.Nav.TakePicture$1
I assume because you have to access the flash differently in apps below 2.0? Can anyone give me some advice or links to examples showing how I could make it work over the whole range of Operating System version or is that just not at all do-able?

View 5 Replies View Related

Android :: Application For Using Camera Flash For Notifications?

Apr 25, 2010

Being relatively new to my Droid, I'm still finding fun stuff. Recently, I picked up the shell/holster combo and really like it. However, while I am at work, I have my phone on vibrate (thanks Timeriffic) and can't tell who is texting/emailing me like I used to (different colors for the LED, thanks Handcent). What I was wondering is: is it possible to write an app that uses the camera flash like a vibrate function.

The ability to customize the number of flashes and duration would be cool, as would the ability to have it only flash when the phone is on vibrate or silent. Preferably, without having to root the phone. If its not possible due to hardware or software lockouts oh well.

View 1 Replies View Related

Android :: Application Requiring Large Data Files

Jun 10, 2009

I am working on an android app that needs to act on a few data files totaling around 30MB. I put together a test and the emulator failed with OutOfDiskSpace. Debugging on a device failed with even a smaller data size. After reading through the google groups, it appears that the application size limit isn't stated anywhere and nobody from google has been forthcoming with specifics about this. Given that there are iPhone apps that are over 100MB in size, putting such a small limit on Android apps seems weird, except just for the fact that you have a relatively small amount of total available app storage space (< 100MB).What techniques do you use to deal with this limit? If you have an app that needs more than 10MB, do you put it on a web server and deal with downloading it the first time? If so, how do you handle access control so that only your app can get the data?

View 2 Replies View Related

Motorola Droid :: Flashlight Application That Use Dual LED Camera Flash

Nov 7, 2009

Has anyone found a FlashLight App that uses the dual LED Camera Flash as a light source? I have this on my BlackBerry Storm and it works Awesome. Have not had any luck finding one like it for the DROID?

View 49 Replies View Related

Samsung EPIC 4G :: Flashlight Application That Utilizes Camera Flash?

Sep 19, 2010

I've been looking for one, but none of the one's in the market that I have found support the Epic.

View 7 Replies View Related

Samsung Moment :: Application That Uses Camera Flash As Flashlight - Bad Idea?

Jan 24, 2010

There is an app in the market which is written just for the Moment that uses the camera flash as a flashlight -- essentially it turns on the camera flash. The application says not to use the flash "too long" or damage may occur, but the "too long" time period is not defined. First, will having the flash on for an period of time damage it? Second, if so, any idea what maximum period of time would be "safe?"

View 19 Replies View Related

HTC EVO 4G :: Flash Update In Marketplace

Sep 24, 2010

Flash 10.1.95.2 is now available in the market place. After the OTA yesterday there were issues with CBS.com and a few other sites where Video and Audio were out of Sync and Audio sounded real bad.

View 6 Replies View Related

HTC Hero :: Camera Not Working - Message The Application Camera Process Com.android.camera Has Stopped Unexpectedly Please Try Again

Dec 6, 2009

My camera stopped working. When I click my camera application I get the message "The application camera (process com.android.camera) has stopped unexpectedly. Please try again". It's just a blank screen?

View 3 Replies View Related

Android :: Prevent Camera Capture On Handet

Jan 7, 2010

Is it possible to write an application to prevent the Android handset from storing the capture picture? My thoughts are

a. Hook onto native camera apps and monitor for camera capture (or events). Once there is a capture event, my application will be able to detect and maybe remove the capture picture

b. Continously monitor camera capture picture storage. Are there any known i/o api l can use to do this?

c. Prevent all writes to the OS. Possible?

View 1 Replies View Related

Android :: Application / Marketplace Version

Nov 21, 2009

I have a Motorola Droid and my wife has the HTC Droid Eris. I've noticed that one of the apps that I have installed (24 Clock by Talionis Software) I cannot find when I use the Eris to search the marketplace. I used the "search" function, I scanned the QR code, I searched "pub:"talionis software"". Nothing, nada, zip.Is this because the Eris is running Android 1.5 vs 2.0 on the Moto, or is something more sinister afoot? Is there a difference in the marketplace software?She asked (told) me to put the "24" digital clock on her phone, too, and so far I'm coming up empty.Do some apps not play well with different Android versions?

View 9 Replies View Related

Android :: Prevent Volume And Camera Key From Waking Up Phone In Droid?

Jun 4, 2010

I have an activity that I want to show up when the phone goes to sleep. However, the phone wakes up when I press the volume buttons or the camera button.

I tried using the dispatchKeyEvent(KeyEvent event) method, but it doesn't prevent the phone from waking up.

How else can I disable that functionality?

View 1 Replies View Related

Android :: How Long Does It Take For Application To Get Indexed To Marketplace?

Dec 31, 2009

I wrote two apps and submitted them to the marketplace last night (been roughly 12 hours now). One was a LITE version of my app and the next was a Standard version. Neither shows up in a search on the Marketplace even though the LITE version of my app has been installed 25 times already.Is there a lengthy approval process that goes on before an app is approved?

View 19 Replies View Related

Android :: Limit To Size Of Application In Marketplace?

Mar 18, 2010

That there wasn't a limit to the size of an application that could be downloaded over the air (OTA) but I wonder if a limit, like that imposed by the Apple App Store (20MB) exists now that the Nexus one is running on AT&T's 3G network as of today.

View 3 Replies View Related

Android :: Prevent Phone Screen From Turning On When Volume - Camera Key Pressed?

Jun 5, 2010

I have an activity that shows up when the phone screen goes to sleep/turns off ie turns black.
For some reason, the phone turns on when the volume buttons or the camera buttons are pressed. By turns on, I mean the screen wakes up or comes back from the black screen state.

I've tried using dispatchKeyEvent(KeyEvent event) and the buttons are disabled on the activity, but they still wake up the phone.

View 1 Replies View Related

Android :: How Marketplace Handles The Information Related To Marketplace Applications?

Jan 8, 2010

Any thought on how the Marketplace handles the information related to the marketplace applications? I wonder if the request is posted to the marketplace every time client is started or if some of the available applications data is stored locally and refreshed by the background service.

View 4 Replies View Related

Android :: Programmatically Determine If Application Is MarketPlace Version

Oct 7, 2010

I have an application that's offered in and outside of the MarketPlace.Is there a way of determining from within the code where the application came from? I've got a few indirect methods

1) I could simply infer from whether they have "Allow installation of non-Market applications" ticked.

2) Or I could just make separate builds and make it explicit in the code.

View 3 Replies View Related

Motorola Droid :: Google Marketplace / Talk _ Gmail Not Functioning After Rom Flash

Aug 16, 2010

Hi everyone, I recently flashed sapphire 1.0.0, frozen yogurt, bugless beast 0.4 with clockwork mod recovery V 2.0.1.3, and had success with all roms above, except for the fact that in sapphire, i'm greeted by the droid setup tutorial, which is completely non-responsive, (I remove the setupwizard.apk from the Gapps .zip which causes it to set up without a hitch), and in all of the mentioned roms, when I attempt to use gmail, gtalk, or the market they all crash on startup. In the market I see a hint of the EULA before im booted back to the home screen. I'm coming from 2.2 build number "voles-userdebug 2.2 FRFxx 49593 test-keys".

View 3 Replies View Related

Android :: Marketplace Updates / Notified If App Not Installed Through Marketplace?

Sep 28, 2010

I created a signed apk. I uploaded it to marketplace as usual. I also installed a copy of it on a device directly, perhaps as an email attachment.If I upload an updated version of the app to the marketplace, will the device be notified that a new version of the app exists on marketplace? Or does that update-alert system depend on the app being originally installed through marketplace?

View 8 Replies View Related

Android :: After Downloading An Application With Two Launcher Components From The Marketplace - Clicking Open Will Cause A Crash

Feb 11, 2010

Create a sample application with two launcher icons.

For example, two components such as:

CODE:..................

Either install the application via downloading from the Marketplace, or via AppInstaller. When the message box asks you if you would like to run the application, an exception is thrown:

CODE:.................

The crash happens because com.android.internal.app.ResolverActivity is trying to find a (single) component which resolves the following intent: <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" />

Has been tested BOTH with the AppInstaller, and the actual Marketplace on a real device.

View 4 Replies View Related

Android :: Prevent Native Application

Aug 4, 2009

I want to prevent native application to receive message.I want that my application only receive message. Is it possible ? if yes then how ? can i access the received message and delete it ?

View 3 Replies View Related

Android :: How To Prevent Application Timeout?

Mar 17, 2009

I have created a multithreaded application but it still hangs if the server is unavailable.causes some delay and I believe this is the cause for hanging. But if the TCPClientService Service is executing in its own thread I don't know why this affects the timeout of the main activity.I would be very thankful if anyone could show how to prevent the application from hanging when the server is unavailable.

View 1 Replies View Related

Android :: How To Prevent Application Thievery?

Apr 27, 2010

I was wondering what the most effective way of preventing people from stealing my application (downloading a copy of the .apk online rather than buying it).I've spent a lot of time on one in particular (Droidbox) and won't be releasing Sync until I can guarantee that the people who are providing illegal copies of the pro version aren't able to.Anyone implemented this? I've tried checking my package signature verses an the signature of an unsigned copy but it appears to be the same - perhaps I'm doing something incorrectly here. I'm unsure whether people actually distribute the signed .apk in which case I don't think signature validation would work to begin with.Please note, this question is specific to Android Marketplace Applications - the difference being, application delivery is out of my hands and I have no way of linking between a legitimate purchase and an illegal download.

View 7 Replies View Related

Samsung Fascinate :: Front Facing Camera / Camera Flash?

Aug 4, 2010

If you could only choose one of these, which would you have chosen for the Fascinate? (Obviously it would be best to have both).

View 8 Replies View Related

Android :: Prevent Application From Showing Up When Dialing

Jun 17, 2010

My application has an emergency button which dials 911 when clicked on. Every thing on the app is working fine. But I just discovered that whenever I try to add another call when I am in a call, it promps me to complete the action using. 1. my app 2. The normal phone And when I click on my app, it just opens my app. I do not understand what is causing this and do not want my app to be shown in that list.

View 7 Replies View Related

Android :: How To Prevent Our Application From Jail Breaking?

Feb 18, 2010

i have a android application which is ready to release .so to release i have put the app in android market .the user can buy the app and can install the app into the phone.android market wont provide any apk file to the user .so normally we need not bother about re distribution of of the app to the unauthorized persons(who didn't buy the app). But what my problem is ,I heard that there is a jail breaking concept which can allow the hacker to get the apk file(installation file) from the device .(even though android market not giving the apk file to the user ).then he can distribute the apk file to all(to unauthorized persons ).how to avoid it.is there any thing to restrict the unauthorized person in using our app,even though he get the apk file . does android market provides the details of the users who has buy the app by paying?

View 14 Replies View Related

Android :: Prevent Copying Of Application From Device

Feb 16, 2009

Quote from the Market upload page: "(Helps prevent copying of this application from the device. Increases the amount of memory required by users to install the application)"

View 3 Replies View Related







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