[android-developers] Permission Denial: starting Intent when launching my activity from my widget

2012-01-09 Thread Dirk Vranckaert
I'm developing the WorkTime application for Android and I am expieriencing some strange behaviour with my widget. SO I have a widget on which basically 3 parts are clickable: 1) The header = opens a selection dialog 2) A button = starts an activity to start a new time registration 3) The rest of

[android-developers] Permission denial on ACCESS_FINE_LOCATION on Samsung Galaxy (other GPS apps work)

2011-09-30 Thread Jean-Michel
Hi there, just released my first app to beta testers and real life (the one with real users) caught me... One of them has a Samsung Galaxy phone and he cannot launched the application (had something along the lines of application not installed). He sent me his logs and the interesting line seems

Re: [android-developers] Permission denial on ACCESS_FINE_LOCATION on Samsung Galaxy (other GPS apps work)

2011-09-30 Thread Mark Murphy
That seems odd. Are you sure the user has a stock ROM? On Fri, Sep 30, 2011 at 8:32 AM, Jean-Michel jeanmichel.caz...@gmail.com wrote: Hi there, just released my first app to beta testers and real life (the one with real users) caught me... One of them has a Samsung Galaxy phone and he

Re: [android-developers] Permission denial on ACCESS_FINE_LOCATION on Samsung Galaxy (other GPS apps work)

2011-09-30 Thread Kostya Vasilyev
In addition to what Mark already said... ... make sure you don't have a permission=ACCESS_FINE_LOCATION inside activity in the manifest, like this: activity android:name=.ControlPanel android:permission=android.permission.ACCESS_FINE_LOCATION ... /activity Feel free to post the manifest, if

Re: [android-developers] Permission denial on ACCESS_FINE_LOCATION on Samsung Galaxy (other GPS apps work)

2011-09-30 Thread Appaholics
Which Galaxy? I have a Galaxy Pro and would be willing to try it out and see if I can reproduce your error. Thanks On Fri, Sep 30, 2011 at 6:11 PM, Mark Murphy mmur...@commonsware.comwrote: That seems odd. Are you sure the user has a stock ROM? On Fri, Sep 30, 2011 at 8:32 AM, Jean-Michel

[android-developers] Permission Denial at Receiving SMS

2011-04-28 Thread Dario Enser
Hi all... Im trying to make an application that receives SMS, but i can't do it. I tried a lot of piece of codes that it supposed to works fine but all of them are from 2008, 2009 or 2010... It seems to none of them, works now. And Im very stucked and frustrated. I dont know what can i do. I

Re: [android-developers] Permission Denial at Receiving SMS

2011-04-28 Thread Kostya Vasilyev
Dario, Check to make sure that the permission is directly inside the manifest tag, not inside receiver. -- Kostya 28.04.2011 10:08, Dario Enser пишет: Hi all... Im trying to make an application that receives SMS, but i can't do it. I tried a lot of piece of codes that it supposed to works

[android-developers] Permission Denial: writing com.android.providers.settings.SettingsProvider

2010-04-28 Thread yuku
Hi, I put an unhandledExceptionHandler into my app that saves stacktrace when there is an uncatched exception. Then one of the user sends me the log below. It happens three times on the same user (I got the report 3 times). I wonder what caused this, since there is not my code in the stack trace

[android-developers] Permission denial

2009-11-18 Thread Pierre Henry
All hi, This error is logged when launching activity: __ 11-19 00:15:41.940: WARN/ActivityManager(71): Permission Denial: starting Intent { flg=0x1000 cmp=com.soladhoc.affinity.ecf/.RemoteServiceBinding } from null (pid=-1, uid=-1) requires android.permission.INTERNET

Re: [android-developers] Permission denial

2009-11-18 Thread Mark Murphy
Pierre Henry wrote: All hi, This error is logged when launching activity: __ 11-19 00:15:41.940: WARN/ActivityManager(71): Permission Denial: starting Intent { flg=0x1000 cmp=com.soladhoc.affinity.ecf/.RemoteServiceBinding } from null (pid=-1, uid=-1) requires

[android-developers] Permission Denial - APPWIDGET_DELETED and APPWIDGET_DISABLED

2009-10-12 Thread peppertarts
Hi all, I'm having some difficulties getting the AppWidgetProvider.onDeleted event to fire when removing my widget from the home screen. I get the below 'Permission Denial' errors that indicate that the APPWIDGET_DELETED and APPWIDGET_DISABLED intents aren't being broadcasted. If anyone has any

[android-developers] Permission denial after published

2009-06-15 Thread doubleslash
I have an app that sets the ringmode. Thus, I set the following in my manifest: uses-permission android:name=android.permission.WRITE_SETTINGS / The app worked perfectly, so I published it. But after downloading from the market, it didn't work and LogCat showed a permission denial error. Did

[android-developers] Permission denial when i try to modify system settings

2008-10-19 Thread Selmi
hi, i don't know if it wasn't answered many times already but i didn't had luck to find solution my manifest looks like this: ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.android.gx5.ringtoneshuffler