[android-developers] Re: Access to files on CIFS partition from my application

2014-02-26 Thread mastermind
Thanks for the answer! Folder mounted outside of the app from adb shell. I just can't understand why some apps can't access it (ES File Explorer with root priveleges) and some can (Total Commander, even adb without root priveleges). May be it can be accessed only under root UID and adb is an

Re: [android-developers] Access to files on CIFS partition from my application

2014-02-26 Thread Nikolay Elenkov
Please reply to list. On Wed, Feb 26, 2014 at 5:08 PM, mastermind denis.bar...@gmail.com wrote: Thanks for the answer! Folder mounted outside of the app from adb shell. I just can't understand why some apps can't access it (ES File Explorer with root priveleges) and some can (Total Commander,

Re: [android-developers] Download folder

2014-02-26 Thread Yves Liu
Yes, I did. The problem is like this. In my gallery, say, there are 6 pictures, when i do the file.exist call, (with the path I got from Gallery), two works, and 4 of them are not working. On Tue, Feb 25, 2014 at 8:15 AM, TreKing treking...@gmail.com wrote: On Tue, Feb 25, 2014 at 1:26 AM,

Re: [android-developers] External Storage lockout in 4.4 update on some Samsung devices.

2014-02-26 Thread Yves Liu
Yes, this is very inconvenient. Does google want to kill all the third party developers? On Tue, Feb 25, 2014 at 12:21 PM, Nathan nathan.d.mel...@gmail.com wrote: On Thursday, February 20, 2014 5:25:28 PM UTC-8, Nathan wrote: There is a chance that if I directed my users to use:

[android-developers] Re: Access to files on CIFS partition from my application

2014-02-26 Thread mastermind
Permission of the file is drwxr-xr-x, so everybody should access it. Owner and group is system. -- 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.com To unsubscribe from

[android-developers] Re: Resource not found errors for images referred to in a button image selector xml file

2014-02-26 Thread nish1013
I got a similar problem when building with maven. I have got an apklib that contain xml(s) that refers to drawables in src. But when build a project that has got this apklib as a dependency same error. On Wednesday, 6 January 2010 08:37:46 UTC, Vladimir wrote: Instead of

[android-developers] Can't create handler inside thread that has not called Looper.prepare()

2014-02-26 Thread Rashmi
Hi, I am binding from service1 in app1 to service2 in app2 through aidl. In service2 to I have defined the aidl stub api's which has some handler. If I tried to access the service2 api through binder from service1, I am getting the following exception java.lang.RuntimeException: Can't create

Re: [android-developers] External Storage lockout in 4.4 update on some Samsung devices.

2014-02-26 Thread Jonathan S
Users should have to backup data first. On Tuesday, February 25, 2014 3:21:14 PM UTC-5, Nathan wrote: On Thursday, February 20, 2014 5:25:28 PM UTC-8, Nathan wrote: There is a chance that if I directed my users to use: Android/data/com.example.foo/ on external storage devices that they

Re: [android-developers] External Storage lockout in 4.4 update on some Samsung devices.

2014-02-26 Thread Nathan
On Wednesday, February 26, 2014 11:31:21 AM UTC-8, Jonathan S wrote: Users should have to backup data first. I don't know that we have a way of forcing customers to backup data first. And if the data takes up a majority of space on the external card, I don't know what they would backup

Re: [android-developers] WifiEnterpriseConfig setClientKeyEntry doesn't work with .p12 client cert/key in the keystore

2014-02-26 Thread Pradeep Phatak
Finally, programatically setting EAP-TLS is working for me. The last error was resolved after I added set phase2auth to none. I believe it was caused by call to getKeyIdForCredentials in WifiConfigStore.java. On Tuesday, February 25, 2014 8:18:46 PM UTC-8, Pradeep Phatak wrote:

Re: [android-developers] Digest for android-developers@googlegroups.com - 10 Messages in 6 Topics

2014-02-26 Thread nyiswan htet
Thank for that. On Feb 27, 2014 12:43 PM, android-developers@googlegroups.com wrote: Today's Topic Summary Group: http://groups.google.com/group/android-developers/topics - WifiEnterpriseConfig setClientKeyEntry doesn't work with .p12 client cert/key in the keystore

[android-developers] moving file in tb

2014-02-26 Thread Rahul Kaushik
Hello , I have created my own directory and i want cope the file from sd card to my dir please suggest Thanks RK -- 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.com To