Hi all,
I am new to python, kivy and android. I am developing an android
conversation app using PyJNIus in Kivy Python. My app is working well with
text to speech. but the speech recognition is not working. I am struggling
with this for past 1 month. I got so many permission denied errors but
Hi
i'm writing an app that needs to get access to the following paths (only
read) :
- /sys/bus/usb/devices (to get the connect usb ports)
- /sys/class/mmc_host/mmc0/mmc0:0001/serial (to read the sd card serial)
after the android 7.0 update on my Nexus 6P device, my app get "permission
denied" w
running:
OSX Yosemite 10.10.5
2.3ghz i7
4gb
android studio 1.5.1
build #AI-141.2456560 built 12-1-2015
JRE: 1.6.0_65-b14-468-11m4833 x86_64
JVM: java hotspot 64 bit server vm by apple
when i try to create an AVD using the manager (or command line) i get an
error:
12:02:30 PM FileNotFoundExceptio
Hello everyone!
I'd like to thank you in advance for your help.
I've been trying to get help with my two problems on StackOverflow, and
I've only had limited success so far.
Here's a copy/paste from
http://stackoverflow.com/questions/34386053/problems-linking-r-id-x-in-android-studio
:
I've lur
On Thu, Sep 24, 2015 at 4:54 PM, Ankit wrote:
> Currently I am detecting this and requesting User for the permissions, but
> OEM doesnt want this pop-up.
>
Inform the OEM they don't have a choice in the matter.
> I understand that if the application is signed with platform key, the
> 'dangerou
Hi,
I am developing an application (service) for an OEM that will be
installed as a system application. Due to the new permission model in
Android M, this system application doesnt get granted 'dangerous'
permission by default.
Currently I am detecting this and requesting User for the permiss
Dear Android Developers,
This is Aravind V.N from Shyam Networks (India). Our company is launching
two android tablets.
And we are planning to pre-install 'Google' Android applications (Gmail,
Map, Play etc.) on our tablets, for this we are required to sign a 'Non
Disclosure Agreement'.
Who ca
I have rooted my device
Now i want to pull the file from my phone
It show permission denied
each time i have to get into the directory on phone and change permission using
chmod
only then i will be able to pull the file
Is there are permanent solution ?
--
You received this message because yo
On Sat, May 26, 2012 at 2:26 PM, Mark Murphy wrote:
> On Sat, May 26, 2012 at 8:23 AM, Latimerius wrote:
>> Although... I don't think it's possible to set up an APK so that some
>> files go straight into the private internal storage area during
>> installation, is it?
>
> No. You are welcome to c
On Sat, May 26, 2012 at 8:23 AM, Latimerius wrote:
> Although... I don't think it's possible to set up an APK so that some
> files go straight into the private internal storage area during
> installation, is it?
No. You are welcome to copy stuff out of assets into internal storage
when your app r
On Sat, May 26, 2012 at 12:47 PM, Mark Murphy wrote:
> On Sat, May 26, 2012 at 3:42 AM, Latimerius wrote:
>
> External storage classically was on vfat (e.g., SD card), where Linux
> permissions really don't work too well. Internal storage is where the
> full power of the Linux permission model ca
On Sat, May 26, 2012 at 3:42 AM, Latimerius wrote:
> I take it from your reply all security pertains pretty much internal
> storage only.
External storage classically was on vfat (e.g., SD card), where Linux
permissions really don't work too well. Internal storage is where the
full power of the L
Thanks a lot for your explanation, Mark. Indeed, while I have no
problem with the concepts defined by the underlying Linux layer, the
Android add-ons and terminology prove mighty confusing to me. I'm
reading docs but no particularly clear picture of how things are
actually set up under the hood a
On Fri, May 25, 2012 at 10:31 AM, Latimerius wrote:
> Am I messing up somewhere, or is this the expected outcome?
You believe that all data is created equal. :-) While egalitarian, it
is inaccurate. You appear to be conflating:
-- resources & assets
-- internal storage
-- external storage
An ap
Hi all,
I'm slightly confused about when applications are allowed to access
other applications' data. I believe I've read all relevant parts of
the Dev Guide like the "Security and Permissions" article or
android:sharedUserId and signature-level permissions documentation but
after running some te
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
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 wrote:
> That seems odd. Are you sure the user has a stock ROM?
>
> On Fri, Sep 30, 2011 at 8:32 AM, Jean-Michel
> wrote:
> > Hi there,
In addition to what Mark already said...
... make sure you don't have a permission="ACCESS_FINE_LOCATION" inside
in the manifest, like this:
...
Feel free to post the manifest, if you like.
-- Kostya
30.09.2011 16:41, Mark Murphy пишет:
That seems odd. Are you sure the user has a stock
That seems odd. Are you sure the user has a stock ROM?
On Fri, Sep 30, 2011 at 8:32 AM, Jean-Michel
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 cannot launched the
> applic
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 seem
Please confirm me what type of works you doing in project are you doing Map
Activity related work.i think there is nay security signing tool problem.
Please confirm what work doing in project.
On Sun, Jun 26, 2011 at 1:14 PM, Abhilash Cherukat
wrote:
> Hi
> I am getting an error when trying to
Hi
I am getting an error when trying to use my device to test it :( In
emulator it works fine. Am using Android2.2
2011-06-26 13:11:38 - ShetkarGeo] Installing ShetkarGeo.apk...
[2011-06-26 13:11:41 - ShetkarGeo] Success!
[2011-06-26 13:11:41 - ShetkarGeo] Starting activity
com.geo.ShetkarGeoActi
On Wed, Jun 22, 2011 at 1:19 AM, wasabee18 wrote:
> I am trying to lock the screen with the following code:
>
> PowerManager pm = (PowerManager)
> getSystemService(Context.POWER_SERVICE);
> pm.goToSleep(10);
>
> Even though I added the android.permission.DEVICE_POWER permission in
> the manifest f
Hi all,
I am trying to lock the screen with the following code:
PowerManager pm = (PowerManager)
getSystemService(Context.POWER_SERVICE);
pm.goToSleep(10);
Even though I added the android.permission.DEVICE_POWER permission in
the manifest file, I get error:
java.lang.SecurityException: Neither
On 2011-05-31 18:30, Chris Stratton wrote:
> [...]
> But since this is not a rooted device, I can not access my data/data/
> com.acme/databases to open my db file.
Write a backup feature in your app that copies the (closed) database
to external storage, then download from there
On Tuesday, May 31, 2011 12:10:53 PM UTC-4, Mark Murphy (a Commons Guy)
wrote:
>
> > But since this is not a rooted device, I can not access my data/data/
> > com.acme/databases to open my db file.
> >
> > Is there any way around this?
>
> Write a backup feature in your app that copies the (closed
On Tue, May 31, 2011 at 12:23 PM, String wrote:
> On Tuesday, May 31, 2011 5:10:53 PM UTC+1, Mark Murphy (a Commons Guy)
> wrote:
>>
>> Or, develop on an emulator.
>
> Develop on an emulator for Honeycomb... ROFL. That's a good one, Mark!
I was figuring it'd take long enough to start up that he'd
On Tuesday, May 31, 2011 5:10:53 PM UTC+1, Mark Murphy (a Commons Guy)
wrote:
Or, develop on an emulator.
>
Develop on an emulator for Honeycomb... ROFL. That's a good one, Mark!
String
>
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
Or make your app debuggable with android:debuggable="true" in the manifest
and use "run-as" in adb shell to switch to your uid.
On Tue, May 31, 2011 at 9:10 AM, Mark Murphy wrote:
> On Tue, May 31, 2011 at 12:08 PM, Vinicius Carvalho
> wrote:
> > Hi there! I'm developing an app for Honeycomb usi
On Tue, May 31, 2011 at 12:08 PM, Vinicius Carvalho
wrote:
> Hi there! I'm developing an app for Honeycomb using my xoom device.
>
> Now I got stuck, I'm using SQLite, and I need to access my db during
> development, just to check if things are right.
>
> But since this is not a rooted device, I c
Hi there! I'm developing an app for Honeycomb using my xoom device.
Now I got stuck, I'm using SQLite, and I need to access my db during
development, just to check if things are right.
But since this is not a rooted device, I can not access my data/data/
com.acme/databases to open my db file.
Is
Dario,
Check to make sure that the is directly inside the
tag, not inside .
-- 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 fine but all
of them are fr
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 have
*> I am tweaking Android and making some modifications on the Phone package*
This group is only for SDK applications... For modifying your own build of
Android, you need to post this question in a different group. Unfortunately
my mind has drawn a blank and I can't remember which group that is.
Hello everybody.
I am tweaking Android and making some modifications on the Phone
package. I added some lines which request the SmsManager service and
send a text. Though I added android.permission.SEND_SMS, a
SecurityException occured :
"java.lang.SecurityException: Sending SMS message: User 1
My application has a widget. The widget reads the jpg from the sd card
when onUpdate is called. It works fine before android 2.3.
In android2.3, the widget cannot read the file and throws
FileNotFoundException with the cause "Permission denied". But if I
run the app before adding the widget, the
On Jan 26, 2011 9:06 PM, "RS" wrote:
>
> Hello ..
> I am writing a file to the SD card but getting
>
> INFO/SdCardManager(24132):
> Failed to create the temp file..java.io.FileNotFoundException: /mnt/
> sdcard/jest/t.txt (Permission denied)
>
> In the manifest I have the following:
> andro
Hello ..
I am writing a file to the SD card but getting
INFO/SdCardManager(24132):
Failed to create the temp file..java.io.FileNotFoundException: /mnt/
sdcard/jest/t.txt (Permission denied)
In the manifest I have the following:
Totally lost - how can I resolve this issue? I nee
Where can I find a listing indicating what level (normal, dangerous,
signature, system) all the available permissions are? I have looked at
the JavaDocs. There is no mention of the level there.
E
--
You received this message because you are subscribed to the Google
Groups "Android Developers" gr
I am now modifying the Launcher in cupcake and can not use the method
bindAppWidgetId for lack of BIND_WIDGET permission, and I've added the
android.permission.BIND_WIDGET in the manifest.
I know that the bindAppWidgetId method cannot used for a common
application but I cannot understand why can't
Generally, unfortunately, this doesn't work. As of froyo, if it is a
signature permission, it will work -- the original app will be granted the
permission once it is known. (This is safe because it is not a permission
the user ever needs to be shown anyway.)
But for a permission the user needs t
On Sat, Sep 4, 2010 at 5:56 PM, Flying Coder wrote:
> However, in this case, I will get a SecurityException if I try to read
> from the Astrid ContentProvider since that permission didn't exist
> when my app was installed.
That's very interesting. I've never tried this. I would have expected
the
For example, I am adding an option to my app (Executive Assistant) to
integrate with the Astrid TODO list app. Astrid defines the
permissions necessary for doing this. My app uses those permissions.
Everything works fine if Astrid is installed before my app. However,
many users will use my app f
I want to copy the youtube.apk from my phone to my computer.
It is to test out an idea.
My phone is not a rooted phone (HTC Slide Android 2.1).
adb shell
cd /system/app
adb pull Youtube.apk c:\
I get
adb: permission denied
Any help appreciated.
-
Anil
--
You received this message because you a
Did you set the right permissions for the app that allow you to use/store
data?
On Sat, Jun 5, 2010 at 9:39 PM, amsale zelalem wrote:
> Hello guys, I have developed and tested my app on the emulator, and now
> want to install it on my HTC device.
> the apk installs successfully, however my datab
Hello guys, I have developed and tested my app on the emulator, and now want to
install it on my HTC device.
the apk installs successfully, however my database is not going with it.
I have created my database using sqliteman browser b/c I have to insert a bulk
data before the app starts.
I have f
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
Hi!
I am devoloping an application of image editor. I allways do it by
using the resources in the drawable carpet. Now I changed it to use
the resources in the SD card. I don't change the code of the image
access but the program allways produce an error if I intent to set
the
value of a pixel. The
Hi!
I am devoloping an application of image editor. I allways do it by
using the resources in the drawable carpet. Now I changed it to use
the resources in the SD card. I don't change the code of the image
access but the program allways produce an error if I intent to set the
value of a pixel. The
I am trying to test a GPS app on the 2.0.1 emulator. When I start the
terminal emulator and enter
geo fix -121.45356 46.51119 4392
it returns "permission denied".
When I run my app nothing happens. No error, but none of the listener
callbacks fire. I do not see a GPS indicator.
Anyone have a
hallo,
what is the protection level of the "send_sms" permission label? is it
the "dangerous" level ?
and something else " i can't understand the "signatureORsystem"
protection level...which are the additional applications that are
succesfully granted these permissions compared to the "signature"
dane131 wrote:
> Then,I enforced a
> permission in application B called "my.permissions.B_PERMISSION "
Can you be more specific about how you attempted to do this?
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy
Android App Developer Books: http://commonswa
hallo,
i have two applications A and B (in different packages).A can send an
explicit intent to B to perform some kind of action.Then,I enforced a
permission in application B called "my.permissions.B_PERMISSION " .The
A application can still call B despite the fact that it doesn't have
the appropr
Hi, all,
I'm writing an app which needs to install another app. I followed the
code in the link below:
http://www.anddev.org/viewtopic.php?p=31112
to do this:
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(new File(fileName)), "application/
vnd.android.package
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) require
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
You may change the Launcher's certificate from share to system. But that's
not safe. You can also use the setting to bind.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.
This is deliberately not available to applications. If you want to add a
widget, you need to launch the selector UI for the user to pick the widget
which will then take care of the bind. Widgets can expose a lot of private
data of all types, so it is not safe to allow an application to arbitraril
Well, Why we want use bindAppWidgetId()?
Generally, when you want to add some widgets on desktop(Launcher), you
just could longClick and select widget you want. But if you want
create some default widgets on desktop, you must need to use
bindAppWidgetId(), the woking flow is like this
1, widget hos
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 id
I have an app that sets the ringmode. Thus, I set the following in my
manifest:
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 I ask for the wrong permission, or why wasn't it granted?
Thanks
Hi,
I've a problem to read on an apk File.
I've created my sdcard with command 'mksdcard ...'
I execute this code :
File tmpdir = new File(tmpdirpath+name);
if (!tmpdir.exists()) {
boolean b = tmpdir.mkdirs();
} else {
Hi everyone,
The document says:
SystemClock.setCurrentTimeMillis()
Sets the current wall time, in milliseconds. Requires the calling
process to have appropriate permissions.
---
What is the appropriate permission I should declare in ???
Thanks your help...
Elvis.
--~--~-~--~~---
Hi,
While Android is booting, I am getting permission denied error from
an application.
Here is a snip of the log.
Hi,
While Android is booting, I am getting permission denied error from
an application.
Here is a snip of the log.
01-06 00:04:04.480 I/ActivityManager( 849): Start proc
co
Hi,
While Android is booting up, one of the application is throwing
following error message.
Here is a snip of log.
01-06 00:04:05.350 W/ActivityManager( 849): Permission Denial:
getIntentSender() from pid=1023, uid=10017, (need uid=1000) is not
allowed to send as package android
01-06 00:04
Hi all:
As is shown above,Errors occured at the very beginning,See the
details:
build/core/product_config.mk:229: WARNING: adding test OTA key
/bin/bash: prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/arm-eabi-
gcc: Permission denied
/bin/bash: build/core/find-jdk-tools-jar.sh: Permission
Hi,
I'm seeing some weirdness with getPackageManager().checkPermission
(permission, callerPackage);
sometimes it returns PackageManager.PERMISSION_GRANTED and sometimes
it doesn't (without reinstalling apps, just starting and stopping
apps)
I have 2 applications, call them app A and app B.
app
I've seen that there is a permission READ_LOGS:
http://code.google.com/android/reference/android/Manifest.permission.html#READ_LOGS
Does this mean there is a possibility for applications to read the
content of the Log.d(), Log.w(),... output?
Peli
--~--~-~--~~~---~--
Hi All,
I am invoking a new activity ACTION_MAIN from my app.Now
using SendKeySync() function from Instrumentation api's iam sending
some key strokes,but iam getting some error
like.."WindowManager:Permission Denied:injecting key event from pid
233 uid 10017 to window Window {} owned
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:
http://schemas.android.com/apk/res/android";
package="com.android.gx5.ringtoneshuffler"
android:versionCode="1"
android:versionName="1.0.0">
Hello,
Is there any reason why my application is getting a permission denial
message for BOOT_COMPLETED ? I have included in my
AndroidManifest.xml file.
WARN/ActivityManager(515): Permission Denial: receiving Intent {
action=android.intent.action.BOOT_COMPLETED } from android requires
android.p
71 matches
Mail list logo