Android :: How To Import Root CA To Browser?
Jan 10, 2010
I have to add a root certificate from my school to my browser in order to access certain ssl enabled school sites. I think I imported it correctly since when I downloaded the cert, the android built in cert manager installed it. But dolphin browser doesn't seem to be recognizing it. I've exited and restarted, even restarted my phone.
View 5 Replies
Mar 27, 2010
Is there an app which will allow you to import your bookmarks from your pc browser?
View 1 Replies
View Related
Jan 19, 2010
import google bookmarks to your droid browser?
View 3 Replies
View Related
Dec 10, 2009
I like the stock Eris browser ( I tried dolphin) and would like to easily import all my Google chrome bookmarks.
View 3 Replies
View Related
Apr 16, 2010
I am implementing GTalk sample application by refering some book But they mentioned the following imports import
com.google.android.gtalkservice.IGTalkSession; import com.google.android.gtalkservice.IGTalkService; import com.google.android.gtalkservice.GTalkServiceConstants; import com.google.android.gtalkservice.IChatSession;
But when i am importing it is giving me error the import can't be resolved. I tried those above imports for the following targets 1.1, 1.5, Google api, 1.6.Google api, 2.0, Google api, 2.0.1,Google api, 2.1, Google api No where the above imports found I am unable to import above things.
View 2 Replies
View Related
Apr 11, 2012
I just updated my SGS to 2.3.6 (JW4) with CF-Root. I've been using Root Browser since 2.3.5 (with Superuser) with no problems but since updating to 2.3.6 (with SuperSU), Root Browser does not get root permissions. For example I can read the system partition but cannot write to it (like deleting a file). Also if I click on a file on the system partition and check it's properties Root Browser does not show the permissions, it just display N/A.
- configured SuperSU to the default allow action instead of prompting me
- installed Superuser, don't launch it, just install to check if it could be a problem with Root Browser way of cheking for root by using the presence of superuser.apk
- uninstalled and reinstalled Root Browser
None of the above has solved my problem. All the other apps that require root work fine.
Confirm that Root Browser does indeed work with SuperSU 0.87?
View 1 Replies
View Related
Feb 4, 2010
Just curious, I would love it!
View 11 Replies
View Related
Jan 2, 2010
Its there any way to make dolphin the default browser for all applications that launch a browser? Like quick search?
View 13 Replies
View Related
Dec 16, 2009
I downloaded an external browser and I would like to use it as my default, so if I click on a link, it opens it up in the new browser. Is there a way to go about doing this?
View 7 Replies
View Related
Jan 28, 2010
I'm looking for an app that will let me store my lists -movies to watch/have watched, books to read/have read, music I have, music I want, etc. Right now they are in a spreadsheet format. I thought I could use Google Docs but editing a spreadsheet there is a lengthy process at best.I tried Cards (-) which has a nice customizable data structure. I was able to create the fields as I wanted them to be, but without an import feature it would not be worth the effort. I also tried "My Collection Free" but the data structure isn't customizable, so I couldn't add fields like "read?" or "series".I don't really need anything that scans, although that would be a bonus. Ideally if it could save or sync to a website that would perfect because I could make edits either on my phone or PC.Any suggestions? Are there apps or even websites out there that would do this type of organization well?
View 6 Replies
View Related
Apr 20, 2010
Can we import the CSS style sheets in to our android application. 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?
View 4 Replies
View Related
Jul 22, 2010
If I don't import R, I get "id cannot be resolved or is not a field" (R.id.mainanim); And if I import R, the id error is gone, but I get "main and mainanim cannot be resolved or is not a field". They're my xml files! Also here is ALL my code... maybe there is an error I didn't see?
JAVA:.................
View 2 Replies
View Related
Oct 9, 2010
Before I upgraded to 2.2 I had to find a lot of memory space on my phone. I deleted and number of applications including Aldiko. I had only two books on that; just started using it. One I was reading, a download from Project Gutenberg, and the other, an epub, book was next in line. However when I reinstalled Aldiko, after the upgrade, the book I was reading is there but the epub book is not. The epub book is on /sd card/Import but when I ask Aldiko to import it says nothing found. How can I get Aldiko to import my book?
View 4 Replies
View Related
Oct 18, 2010
I was successfully using google maps in my application but then needed to change the Android SDK version from 1.5 to 2.0. Now the import for Google maps can't be resolved.
View 1 Replies
View Related
Nov 24, 2009
Few days ago SMS Backup & Restore was published for Android phones making a XML file import possible. As the XML format differed from the one you can export from MPE I created a simple (and crude) tool to convert the XML.
If you want you can only import sent or received messages. If you have an archive files containing both sent and received messages my program supports it, too. Name it "mpe_sms.xml" in this case.
Usage:
1. Export your Inbox messages in MPE as XML (Select all, right click, Export, as XML). The file must be called "mpe_sms.xml" and must be placed in the directory of the converter.
2. Export your Sent messages as XML. It must be called "mpe_sms_sent.xml".
3. Start the converter, click on the first button, then on the next button. It will create a file called "sms.xml".
4. Place this file to your Android SD card in "SMSBackupRestore"-Folder.
5. Open SMS Backup & Restore, click Restore.
Download:
http://www.jonasbark.de/smsconverter.html
Original thread
View 15 Replies
View Related
Apr 28, 2010
I'm cycling with friends of me (organized rides). but I still want to cycle those roads again. I record the track everytime with Cardiotrainer and I can export those workouts to an GPX or KML file. Is there a program were I can import the GPX or KML file and that program exports audio as "within 100 meters go left". A sort of GPS navigation but with audio export and the possibility to imort an GPX and/or KML file. It is necessary that the program can say it in audio and not only text because my Nexus One will be in my backpack.
View 5 Replies
View Related
Jan 16, 2010
Another day, another Android feature missing it seems. Someone has just sent me a VCF file with their contact details. I can open it - it opens up as plain text which is not very useful. (a) How can I get this into my contacts? (b) Can I send my own VCF back?
View 5 Replies
View Related
Oct 7, 2010
I have an android project that uses ant to build, is it possible to import this ant project in eclipse IDE?
update : There is an option to create project using ant build.xml in eclipse File->New->Project->Java->Java project from existing ant Buildfile. and if the build.xml file is selected it show error "Specified buildfile does not contain a javac task"
I guess javac is declared in this task
<taskdef name="setup"
classname="com.android.ant.SetupTask"
classpathref="android.antlibs"/>
View 1 Replies
View Related
Dec 29, 2009
This is truly a beginner's question. I installed and successfully ran the notepad
tutorials Note pad v1,2,3 and typed in a few notes. Can i import data (manually )from an
external text file into the sq lite dbs? I looked in my Notepad workspace folders
but no dbs seem to have been created? I looked for anything with .db extension or
named 'data' as specified in the code.
View 3 Replies
View Related
Feb 8, 2010
I currently have a free application on the market and I'd like to offer a paid version of it as well. Once the paid version is installed, I want to import the db and shared preferences from the free version so users can un install it without losing anything. The problem is this: in my free version, I don't have a android:shared UserId set. If I add one, the app's id on the system changes and I can't access the data anymore. Both apps will be signed using the same certificate. How can I import the data without messing up the permissions of the free app?
View 1 Replies
View Related
Mar 24, 2010
I want to load some photos into my sd card image in the emulator. how to do this by command prompt.how to do that?
View 2 Replies
View Related
Jun 23, 2010
I've placed them on sdcard/eBooks/import as the program says, but when i click to import them it says that nothing is found. So basically i can't import them. Anyone else with that? Are there other ways to import them or other readers good as Aldiko?
View 10 Replies
View Related
May 13, 2010
I am newb To Android. I just to check out few applications in my Desktop and have downloaded some sample applications. However, they are in the format .apk. Please let me know the procedure to import this file into Eclipse which helps me to run the application.
View 2 Replies
View Related
Oct 10, 2010
I'm trying to import a vcard (vers. 3.0) automatically into the android contacts.Within the contact manager there is an option to import a vcf file stored on the sd-card into the contacts. How can I trigger this function with handing over a file?
View 1 Replies
View Related
Mar 25, 2010
I would need to export the shared preferences and load it on another device. Is this possible in a direct way somehow? (without exporting the keys one by one and writing to a custom file) Another question is that there is any XML parser which has the same functionality like SharedPreferences (getstring/addstring, getint/ addaddint etc.) and saves/loads the result to a path anywhere? (sdcard for example) I know SharedPreferences uses some xml's in the background but that xml is not readable as a file without admin rights as far as I know so it's not quite suitable for what I need.
View 4 Replies
View Related
Nov 21, 2010
I am trying to write some xml generated by my Android app to a file and I'm trying to use javax.xml.transform to do this. Only problem is that javax.xml.transform is not being found by eclipse.The only options that come up are javax.xml and javax.xml.parsers. Does anyone know what could be going on?
View 2 Replies
View Related
Apr 27, 2010
I can customize a driving route in Google Maps and use it for navigation on the Moto Droid? I'm not looking for the most direct route that the Droid navigation tries to use, but twistiest for a motorcycle ride.
View 2 Replies
View Related
Nov 21, 2009
I synced my work contacts through Exchange activesync. Now they all show up in my contact list (only in "all contacts", when I show "my contacts" it just shows gmail contacts). Is there a way to delete all the exchange contacts only? Or just delete all contacts and re-import them from gmail?I have a Samsung Moment, and the exchange client is Moxier, if that helps anything.
View 1 Replies
View Related
May 2, 2009
I bought unlocked T-mobile G1 phone in US, when I returned to Netherlands with my Vodafone, and the phone repeatedly sends international costing 10 Euros a day. Later I found out myfaves is sending these costly messages, I wanted to turn off myfaves and I followed the following steps: 1. I downgraded my phone from RC33 to RC29 and rooted the phone 2. As I read that all RC3X versions have myfaves, installed JFv1.43_Holiday.zip using the standard procedure (update.zip on SD card, Home+Power, ALT+L, ALT+S, etc) 3. Now I see that myfaves is turned off (no new messages sent), but when I try to import contacts from Vodafone SIM card, the phone crashes with message " The process com.android.phone has stopped unexpectedly, Please try again"
View 2 Replies
View Related
Feb 16, 2010
An automated scheduling system frequently sends me vCalendar attachments which I used to be able to open and automatically add to my calendar on my WinMo 6.1 phone. I've recently become an Android convert (myTouch 3g) and would like this same data loaded into my google calendar. I share my Google calendar with others, so using a proprietary calendar system isn't much of an option. I'm a programmer, but not on mobile platforms. If the software doesn't exist, I can probably code it up pretty quickly if someone points me in the right direction... ie how to programatically add to a google calendar.
View 4 Replies
View Related