0
votes
0answers
11 views

Android GCM push notifications permissions

I need to receive GCM push notifications in my application but I don't want to use helper libraries. Do I absolutly need to add the folowing permissions to the application's manifest : C2D_MESSAGE ...
1
vote
1answer
29 views

Reading File from Internal storage with No Read/Write Permissions?

I have a file on Internal Storage on the path e.g. /data/data/<package name>/folder/myfile I don't have permissions to access this file but for my implementation I have to read this file. for ...
0
votes
1answer
33 views

Specifying native Android APK permissions

When I install my app on an AVD (or a real device), it shows the requested permissions as "Storage - modify/delete SD card contents" and "Phone calls - read phone state and identity" However, I don't ...
0
votes
0answers
22 views

Android emulator — how to change permission for the sdcard on MAC OS X

I have read several answers to this question and it did not help me. THere was something about starting the adb shell, but I cannot do this. I read this article how to change permission of DDMS / ...
1
vote
0answers
46 views

logcat error: can't open file for reading

ALL of my project have this error: "can't open file for reading" in logcat. May I know is my eclipse got problem or I need to add some permission in some where? What should I do to remove this ...
0
votes
1answer
34 views

set file permission to android

I am not able to paste the *.ttf(font file) file in system root of my funbook micromax tablet. so how can i set permission of this system folder. or is there any other option to install font to my ...
0
votes
2answers
50 views

Permission denied, AndroidManifest.xml does not work

m developing launcher for 2.3.3 via specified STB. And I wrote permissions like ... <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission ...
0
votes
0answers
20 views

What order are Android permissions displayed in?

When a user installs an Android application, the Android system displays the list of (dangerous) permissions that the app is requesting on a warning screen, as part of the installation process, and ...
1
vote
1answer
37 views

Android privileges to execute native applications?

I downloaded the c4droid app for Android and am running commands through system();. I'm learning that somethings work while others don't. Most of the cool stuff don't work and this appears to be due ...
0
votes
1answer
66 views

Unable to open pdf within android application

I have a problem with opening a pdf that I've saved to the file system within my android application. I have a rest call serializing a byte array from the server, I then save this byte array as my ...
0
votes
0answers
37 views

Why I can catch the java.lang.SecurityException with root in android launcher app

I build a launcher app , my phone had already be rooted,and my app had already got the root permission,but the log showed me these " java.lang.SecurityException: bindGagetId appWidgetId=322 ...
0
votes
2answers
80 views

Android : Set 666 permissions on /dev/video0

I have built an Android app which uses an external USB camera. The camera image is shown full-screen app takes screenshots, and stores them on the local file system. When the USB camera is connected, ...
0
votes
0answers
39 views

Android Broadcast

There are some question about Android4.2 Broadcast, android.intent.action.TIME_TICK android.intent.action.PACKAGE_INSTALL This two protected broadcast are define in ...
0
votes
1answer
25 views

List of actions that uses WRITE_SECURE_SETTINGS

I was trying to make a toggle widget (like a control one) but i've seen that many of the things i wanted to do needs WRITE_SECURE_SETTINGS permission (like GPS, Airplane mode 4.2+...). So, is there a ...
0
votes
0answers
119 views

android chmod chown fix script automatic

I have rooted my android device using a kernel, but notice the permissions and ownership are not correctly ok. I know using Root explorer tool i could fix them manually or by recovery fix permissions, ...
0
votes
0answers
56 views

Using libusb on Android without rooting

I am trying to communicate with USB device from Android-based smartphone via OTG. I was able to communicate with my device using Androiid USB Host API. The problem of USB Host API solution is ...
1
vote
0answers
380 views

Android “No content provider found or permission revoke” with android 4

I have an android application that works perfectly on android 2-2 and 2-3. But when i try to install the application on android 4-0 or 4-2-2 i twice get the following error: No content provider found ...
0
votes
1answer
41 views

is there a way to detect malicious view float upon my foreground application

In Android, View can be floating upon any activities, when they have the permission android.permission.SYSTEM_ALERT_WINDOW. Virus can use this feature to do many things they want. SO, is there a way ...
1
vote
1answer
154 views

Enable or Disable permissions for App in Android applicaton

I am new to android development. I have written a loop which go thru all installed applications. And it lists out permissions that are used by each applications. Now I am trying to allow user to ...
0
votes
1answer
74 views

Can't set some facebook permissions on first login

I'm making an app which will be integrated with facebook. I have to have access to user's friends_requests so I have to ask for "read_requests" permissions, and now it's complicated, I have been ...
1
vote
1answer
27 views

Android unstopable Application [closed]

How do make android app. unstoppable from "Application settings" in android phone through program.
1
vote
0answers
29 views

Import \ Export without any Android permissions

Is possible to create export \ import (for transfering between devices) functionality for FILE or TEXT without ANY Android permissions in Manifest.xml, like: READ_EXTERNAL_STORAGE, INTERNET, ...
0
votes
1answer
150 views

Android USB Storage missing

I have an odd problem with my rooted/CM10.1 Android phone. I realized a problem with my storage a while ago. Until now I believed it would be a hardware defect. When booting my internal USB-Storage is ...
1
vote
0answers
101 views

HelloFacebook Android code fails on real device “permissions not granted”

I am new to development with Facebook / Android . I have spent a lot of time looking at other problem reports, but I can see nothing that seems to match my problem. I have integrated the ...
2
votes
1answer
192 views

Get file permissions in Android (root)

After some play around with rooted devices, I got stuck on the files. Let's say we have a file somewhere in the root folder which I want to read/write from my application. The only way I found so far ...
0
votes
0answers
20 views

FIFO loses permissions after reboot

I am creating a FIFO special-file via mkfifo(fifo_path, S_IRWXU | S_IRWXO); chmod(fifo_path, strtol("0777", 0, 8)); The file is created with permission "prwxrwxrwx" and everything seems to be ok. ...
0
votes
1answer
40 views

What was the reason of “access denied” exception while executing Runtime.exec() on Android?

I have native executables compiled for Android and they are located in /data/data/my.app.package so I believe app is able to execute executables there. Unfortunately Runtime.exec() causes an "access ...
1
vote
1answer
285 views

java.lang.SecurityException: Permission Denial: not allowed to send broadcast android.hardware.usb.action.USB_STATE

I am trying to make an apk to install in a device and manage usb state. apk sends broadcast to device like... Intent intent = new Intent(ACTION_USB_STATE); sendBroadcast(intent); In ...
0
votes
1answer
58 views

Set Read and Publish Permissions for same session

Hey I'm trying to use two different type of permissions. I know that I cant set the permission to the LoginButton authButton together like this: LoginButton authButton = (LoginButton) ...
0
votes
1answer
165 views

Facebook, setReadPermissions and setPublishPermissions

Hey I'm trying to use two different type of permissions. When I'm using only one, all works fine. But when I'm using both of them the app crashes: LoginButton authButton = (LoginButton) ...
0
votes
1answer
103 views

How to sendOrderedBroadcast to other APP with custom permission?

My requirement is, from one APP I want to notify another APP some events with broadcast, but I don't want the other APPs also receive the broadcast. So I think sendOrderedBroadcast with permission is ...
0
votes
1answer
32 views

Facebook 3.0: Things I don't understand when authenticating a user on android

I find something strange with facebook 3.0. Without the facebook application installed on android, i can use openForPublish and it will asked me for basic permission then publish stream permission. ...
1
vote
2answers
132 views

Facebook 3.0 : Session.newPermissionsRequest callback not get called

I was using the openForRead to ask for the read permissions and after the callback I set for the openForRead I made another publish stream request using newPermissionsRequest and assigned it with a ...
0
votes
1answer
36 views

Permissions en SDK Facebook 3.0

I am using the new SDK Facebook 3.0. I know that when I want to request permissions (no basic), I have to set it in the LoginButton like that: ...
0
votes
1answer
151 views

Android - Javamail SocketException permission denied

i try to connect to pop3+ssl in gmail and Javamail for Android: http://code.google.com/p/javamail-android/ Here is my code: try { host="pop.gmail.com"; username="xxx"; ...
0
votes
0answers
97 views

Facebook 3.0 on Android: Showing login dialog twice

I have an android applicatin that integrated with facebook. I called openActiveSession to open up a session. Once the session opened, I request a publish stream using NewRequestPermission object. ...
0
votes
2answers
153 views

Google C2D_MESSAGE permission error

I am in the beginning stages of adding Google C2D capabilities to my application. I read over the documentation carefully but I still get an IllegalStateException. First here is the stack when I try ...
0
votes
0answers
85 views

internet access on ICS and Jelly Bean

I've been wondering on how to build an aplication on ICS and Jelly Bean. whenever it tries to connect to the database, it always force closes. I've tested on ginggerbead and no problems show up. I'm ...
0
votes
1answer
138 views

WebView is unable to load a web page even after adding INTERNET manifest permission

This is my AndroidManifest.xml file: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.example.webviewdemo" ...
1
vote
1answer
96 views

Facebook 3.0 : How to detect user cancel the permission dialog on android

I am having trouble to know how to detect the user cancelled the permission on android.\ Does anyone know what function do I need to call to check it?
1
vote
0answers
322 views

Android: 4 SD card permission

I have application posted on play market , i always tested it on android 2.3 emulator , on phone SG s plus - cyanogen mod 9 android 4.0.4 , on S ace with 2.3.6 , and it worked fine , but when my ...
0
votes
2answers
135 views

Start Activity from service for API Level < 10

In an attempt to find a way to start an activity from my background service (same package), I am stuck in level 10 API or less (trying in 2.3.3) where it keeps complaining for permission STATUS_BAR ...
0
votes
1answer
320 views

I want to reboot my Android tablet by a button [duplicate]

after searching for a while to solve the above problem, i found out, that my knowledge is terrible low. ^^ I found many describtions of 'how to reboot your device' but i dont really get them, or it ...
1
vote
0answers
156 views

How to login + ask permissions only *once* [Facebook] [Android]

I'm having a bit of problem with the Facebook API (3.0). I read a lot of questions regarding this matter before coming here to ask my own. Most people settle for "just ask separately for read/write ...
0
votes
1answer
164 views

Most efficient way to write system files in Android?

I'm writing an app that changes the cpu governor similar to setCpu. The problem im having is sometimes when writing the governor file (a system file), i get an IOException (bad file number) and it ...
0
votes
3answers
51 views

Android Development: how to make the uses-permissions work?

I'm wondering how can I make the uses permissions works? In fact, i'm trying to make a phone call trhough a simple code but in the phone app, I've to press the green phone to confirm the call. To make ...
-3
votes
1answer
64 views

Android list all applications that have permission to the camera [closed]

Could you please tell me How I can list all the applications which has permission to access the camera in an Android phone?
0
votes
2answers
114 views

Integrating Facebook into android - login permissions

I am in the process of integrating Facebook login into the android app I am developing. I would like the app to be authorised to post/publish to feed/timeline. At present the user is receiving two ...
2
votes
1answer
133 views

Android internet Permissions

When we use the internet permission in Android, it allows us to connect to the network and provided the necessary access to our websites. However, this internet permission gives access to use the ...
1
vote
0answers
88 views

Air Android - Receiving content from other apps

I would like to enable my app to receive text content from other apps. Everything is working except the invoke event is missing the shared text. Do I need to add some extra permissions to receive ...

1 2 3 4 5 11