[android-security-discuss] in which level Android encrypt data

2012-03-07 Thread Meryeme
hello everybody, well I am new in this mailinglist, and I really need your help to understand how does some security issues work. I was developping an application with Java Android, and I started to wonder how does Android ecrypt the data I mean which class in the source code is

[android-security-discuss] Extended security permissions

2012-03-07 Thread Svitlana Rybka
Greetings Android Developers, I represent a team that works on MDM system. We want to have the following opportunities to be implemented in our system: - silent install / uninstall of the applications - switching on the GPS and Network Location without user's confirmation (switch Use GPS

[android-security-discuss] Re: OpenSSL 1.0.1-beta2

2012-03-07 Thread Adam
Thanks for the heads-up, I'll be playing around with this for the next while. So far only two of the patches fail, so hopefully the manual changes can be kept to a minimum. If I make any headway I'll surely share the results for feedback and advice. Thanks again. Adam On Mar 6, 7:27 pm,

[android-security-discuss] Re: Extended security permissions

2012-03-07 Thread Earlence
- silent install / uninstall of the applications if you are root, you can install a package silently. Look at the PackageManagerService - switching on the GPS and Network Location without user's LocationManagerService / Location API - protect our application from being deleted by user. if

Re: [android-security-discuss] Re: Extended security permissions

2012-03-07 Thread Subbu Srinivasan
Functionality makes it sound like a virus or root kit. On Wed, Mar 7, 2012 at 7:47 AM, Earlence earlencefe...@gmail.com wrote: - silent install / uninstall of the applications if you are root, you can install a package silently. Look at the PackageManagerService - switching on the GPS

[android-security-discuss] Re: Extended security permissions

2012-03-07 Thread Chris Stratton
On Wednesday, March 7, 2012 10:47:54 AM UTC-5, Earlence wrote: - protect our application from being deleted by user. if the phone is rooted, anyone can delete your application. you are better off having a custom android build with these features in a special system app with the required