Android :: Access User Installed CA Certs?
Aug 4, 2010
I've been struggling to get my application to consume user installed identity CA certs from a p12 file on an SD card. I can't seem to figure out how to access these certs once installed using the Secure Credential Storage (Location & Security > Install from SD card).
I've tried the approach recommended here by creating a TrustManagerFactory and passing it a null KeyStore but that seems to get me just the ssl related certificates.
Haven't found much in the way of documentation.
View 3 Replies
May 14, 2010
I want get app installed by user,this is all apps List
CODE:.................
View 1 Replies
View Related
Nov 1, 2010
I have an app which is linked to (via an Android Market URL) on several different websites. What I need to implement is a way to determine where my users came from. Is there a way to determine the referring URL that the user followed to download my app via the Android Market?
View 2 Replies
View Related
Jan 31, 2010
I have a Java-JNI-App which must run in 'system' user mode, but once switch to that, my App then cannot access /sdcard.
View 2 Replies
View Related
Jun 25, 2010
i am trying to store the user preference whether he checks the checkbox or not ,but when i restart the activity, i am not able to restore the preference. here's what i have tried..................
View 2 Replies
View Related
Aug 20, 2010
When emulator is running is safe mode, my application is not visible to user but On HTC-G1 run in safe mode , its visible to the user. How can I keep the app invisible on device also while its runing in safe mode.
View 1 Replies
View Related
Nov 24, 2010
We are going to make the app available for .99 on the market, but is licensing it a must? We are worried about the license query bugging the user/always requiring network access. Should we definitely license regardless of our worries?
View 1 Replies
View Related
Apr 1, 2013
It seems that I accidentally changed the ownership of the su file to "system, sdcard_rw" and now I have no way to change it back to "root, root". Everything was working fine beforehand. I have already attempted to reroot using the same way I originally rooted the device and hard reset with no luck.
My phone information
Phone: LG Optimus Slider
Android version: 2.3.4
Carrier: Virgin Mobile
View 1 Replies
View Related
Feb 22, 2012
I Updated my HTC EVO DESIGN 4G acidently. now the super user had denied any root access request!
View 7 Replies
View Related
Sep 9, 2010
I have just done the 'one click root' to my desire (here), and after installing leeDroid's Froyo rom (2.0c) I have lost root access to my phone. This means I cant do a Titanium Backup restore to get all my stuff back. Anyone know of a quick fix? or do I have to roll back and start again?
View 9 Replies
View Related
Oct 11, 2013
I have a Rockchip RK3188 Tablet with Android 4.2.2, which I need to root ON DEVICE. Actually, the device was already rooted (using a Laptop via the adb bridge), so I already have busybox installed and I have one of my own apps in /system/app. However I managed to delete the su program (yeah great!) and therefore don't have root access any more. I know I can easily root the device again if I connect it to my laptop again, but that is not possible, because the device is at my parent's place and I can't go over there any time soon.
Therefore I want to root the device just with an app. Actually I would only need to copy su to /system/xbin. These are the things I already tried (without success):Framaroot (doesn't work, because framaroot does not support Rockchip tablets)
Writing my own app, which contains su in the assets and using this su for temporary root
Using adb (on the device) for a local connection (adb connect localhost), because if I connect from my PC I automatically have root (doesn't work because Android 4.2.2 has increased security on adb)
Start telnetd via busybox and then execute my commands via nc (doesn't work, because I can't start telnetd in a way that it ends up with a root shell)
My last idea is, that I could maybe gain temporary root access with the app I already have in /system/app. Basically this would be similar to the Master Key Exploit, except that I do not have to fiddle around with the apk and instead install it normally. However I don't know how to continue from that point. I know, I have special permissions if I have an app in /system/app, but which permissions are that? And how can I use those permissions to make /system writeable (and copy my su file there)?
View 4 Replies
View Related
Oct 8, 2010
I lost the electronic user guide on my X10. The tutorial does not open. Now it launches the browser at the following URL www.sonyericsson.com/cws/support/
How to restore access to the electronic user guide?
View 7 Replies
View Related
Sep 22, 2010
I have a EditText in android in which i want the user to enter the text and checks for the condition "BYE"
Code sample..
How can i make user to enter the text?The UI should wait for the text to be entered(something like we have InputStreamReader in java applications).
View 2 Replies
View Related
Sep 13, 2010
is there an easy way (api) to do this?
View 6 Replies
View Related
Jul 27, 2010
Is there any way I can extract the .apk for an app I downloaded and installed from the market? So I can store the .apk on my PC
View 7 Replies
View Related
Mar 3, 2010
I have had this same problem happen twice to me on 2 different phones on 2 different Verizon accounts!
The password screen locks and when it asks for the user name and password it states invalid user name / password!
Is this a known problem since when I called and talked to both Verizon and HTC the only thing they could tell me was to do a hard reset and they weren't aware of this problem?
View 1 Replies
View Related
Jun 23, 2010
I even tried flashing a custom rom (Fresh) on the last attempt and it just seems like it is giving me the Sprint stock Rom. Shouldn't the custom Rom look different? Once rooted do I still need to use Unrevoked method to grant superuser access for Apps?
View 9 Replies
View Related
May 8, 2014
So I cancelled my all access trial, I don't find it useful to me, even though I cancelled it, I'm still seeing radios, and other all access features. Will it disappear from my Google Play Music after it's supposed to expire (06-07-2014)? My account type still lists as All Access...
View 1 Replies
View Related
Oct 22, 2010
I want to access a web service in android web application.But I don't have any idea.
View 3 Replies
View Related
May 13, 2009
how to know whether an app is installed or not? Can an app access the list of application in "My Downloads"?
View 12 Replies
View Related
May 24, 2009
I would like to check from my app what api is installed on the phone for example: a=getapiv(); // a=1 (api 1.1) a=2 (api 1.5) so i can see if Cupcake is installed or not and disable or enable specific services on the run.
View 6 Replies
View Related
Jul 21, 2010
Assuming of course that the phone date and time were/are correct, is there a way to know when an app has been installed?
View 1 Replies
View Related
Jul 16, 2010
I'm trying to develop an application that should not be visible to the user. I mean an app that can't be visible at the Manage Apps screen (Settings - Applications - Manage applications) and also whose services couldn't either be visible at the Running Services screen (Settings - Applications - Running services)I know I'm trying to fight against Android's nature of being open and give control to the user. But I want, somehow, to cheat the system and pretend the app does not run and even does not exist. Is that possible?
View 3 Replies
View Related
Dec 5, 2009
What are the privileges of two apps with same id? I thought that two apps with the same id can communicate with implicit intents without the need for intent filters to be advised.I created two test apps for this reason but it failed.
View 2 Replies
View Related
Oct 18, 2010
Kindly provide me the Android code to get the User-Agent from the Android mobile device like in J2me where we can get System information about the mobile device using the J2me API.
Also , is there any list of Rdf or useragent string/ xml for the different Android devices available in the market.
View 2 Replies
View Related
May 4, 2010
What does rooting do for the User? So far I have had N1, X10 and Hero, I should be getting the milestone soon, Ive heard about rooting but never looked into it, what does it do? Should I do it?
View 3 Replies
View Related
Nov 1, 2010
does anyone know how you can find the package name for a particular app already installed on your handset? They usually go like: com.example.prototype(Where the folder prototype cotains the runnable files)Trying to use the intent function to launch an app within an app.Was told putting this code in the onclicklistener method for the button would allow this, yet to test it successfully. I reckon it works, just need to figure out package name of the app I wanna launch.Intent i = new Intent(Intent.ACTION_MAIN);i.addCategory( Intent.CATEGORY_LAUNCHER); i.setPackage("com.otherapp.package"); startActivity(i);Want to press a button, to launch the "com.otherapp.package"
View 8 Replies
View Related
Apr 20, 2010
i want to get the installed app size. how to do? 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 this group, send email to android-developers+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
View 4 Replies
View Related
Nov 27, 2009
I'm trying to figure out how to get the size of an installed app.What's already failed:
- new File('/data/app/some.apk')
- reports incorrect size
- PackageManager.getPackageSizeInfo(String packageName, IPackageStatsObserver observer) - is @hide and relies on some obscure IPackageStatsObserver for result so I can't call it via reflection.
View 1 Replies
View Related
Jun 13, 2010
With froyo users can move a app to the sd card... How can i test if my app is on internam memory or on sd?
View 6 Replies
View Related