General :: Can't Encrypt SD Card After JB OTA
Dec 20, 2012
My work email requires the phone and external storage to be encrypted to use the Microsoft Exchange server for email.
Email worked fine while on ICS and rooted. After upgrading to JB 4.1.1 (kept root with vodoo root keeper ) the email stopped with a notice I needed to change my security settings. There was nothing I could change.
Deleted the account and when I try to set it up new- I get a message that I can't continue as the IT policy requires external encryption.
Under security> encrypt SD card>Setup data encryption Memory card (along the top) and apply (along the bottom) are grayed out.
I erased the SD card and that did not work.Tried to continue setup without an SD card- no go.
View 3 Replies
Nov 20, 2010
Is it possible to encrypt a whole external sd card(or a part of its partition i.e ext/fat32) and mount it at boot time or when ever users wants.
View 2 Replies
View Related
Nov 25, 2013
From everything I've read I should be able to encrypt my sd card on my i747 but only option I have is to encrypt phone which I've done. Should I be able to encrypt my sd card on this? I have my camera set to save my photos etc on my sd card and would really like it encrypted. I've tried a few of the photo hide programs and they all move the photos to the internal sd card if you hide them from external sd card. If there was an app that would keep them on they drive they are located on I would worry about the sd card encryption as much.
View 1 Replies
View Related
Jun 22, 2012
I decided to encrypt my phone, URL....Anyway, after selecting encrypt phone I am presented with this..The guide says it should take around an hour and it should show me a progress bar, the image shown above is after 12 hours (as I left it going over night) and no progress bar is shown.I'm running a custom Rom of Resurrection Remix 2.2 (4.0.4)
View 1 Replies
View Related
Sep 16, 2013
Is there a way to encrypt a file in Android 4.1?In Linix vim there is an option (vim -x) to do this, but it does not seem to be present in VimTouch.I'd like if possible to share an encrypted file between PC and phone.
View 1 Replies
View Related
Feb 22, 2012
I would like to try the new feauture on ICS that let me encrypt my phone (I think it will take more or less 1 hours) and I think It will encrypt almost everything. But no idea how it works. Do u think it will be a problem for cwm recovery ? I mean usb storage, flashing ecc ecc or I ha ve to switch the phone on to use the memory card in my Nexus S ?
View 2 Replies
View Related
Apr 24, 2014
I decrypted msgstore.db.crypt5 with "WhatsApp Viewer" and now I have a decrypted file: msgstore.decrypted.db So I would like to know how could I encrypt to crypt5 file again.
View 2 Replies
View Related
Jan 18, 2013
I'm looking for an app that will allow me to encrypt folders (preferably without having to go through a third-party file manager) on my Galaxy Note 2 and Nexus 7, while possibly being able to also decrypt and view the folder/files on a Windows or Mac machine.
BoxCryptor is one that I've looked into but I'm not sure if it will allow me to encrypt folders within folders.
A little bit of background for what I need this for... I'm a medical health professional and there are times when I have sensitive data about some of my patients that I need to access via my phone/tablet/home/work computer. I don't necessarily need the folder of patient data to sync across all devices but if that could be done (say via DropBox or WebDAV, encrypted), that would be a bonus.
There are some apps on Google Play that seem like they might work:
Encryption Manager
Safe+
DroidCrypt
View 5 Replies
View Related
May 11, 2014
I have a Sprint Samsung Galaxy S4 (SPH-L720). My device is currently stock rooted running Android 4.4.2. I recently just did a factory reset and need to encrypt my device. I have my screen lock password setup and when I select to encrypt the device it shows the screen with the android gear icon for a second then shuts off. About a minute later it will turn on again on its own and boot right up to the regular lock screen. It will not encrypt and gives no error message.
The only references I have found on a Google search about encryption not working was referring to an error message saying the encryption failed and asking the user to factory reset.
View 1 Replies
View Related
Feb 27, 2012
I really want to encrypt my SGS2 with ANDROID 4.0.3 ICECREAM but I can't !!!
The phone start encrypting after he ask me for a secure password... rebooting and asking again for my password and surprise!!!.... the password is not match ?!?!
I repeated these steps for 3 times but the same result...the password does not match!!! ?
View 2 Replies
View Related
Mar 18, 2013
I have Milagrow 7.16c tablet with
Model Number MGPT09
Android ICS version 4.0.4,
BaseBand Version MW100G_Base_V300R20
Kernel version 3.0.8 weidi@brn-weidi #50
Build Number MGPT09 20121008
when i try to use the encrypt tablet, it goes to the black screen with Android Logo doing nothing for hours.
Is there any file missing in Android OS thats causing this. tell me a similar ROM for the above, so that i can try to root it with a new rom? its a 3G calling tablet.
View 1 Replies
View Related
Feb 28, 2014
I just encrypted my LG G2 and chose I believe a 17 character random password which includes punctuation. It's hard enough to remember and I only wish to enter it when I power on the phone. However it seems I have to enter it every time the phone locks itself. I don't want that, it's a heck of inconvenience. I just want swipe to unlock, not no pin or no pattern and only want to enter the big as password when the phone turns on. I am rooted and on the latest AT&T firmware.
View 1 Replies
View Related
Jul 13, 2010
Security is top priority for me, i realise there are apps out there that can remote wipe lock etc, but if the thief is quick enough to take out the sdcard and put it in another phone the sdcards contents can still be accessed can't it?
So i would like to know if there is anyway to encrypt or protect the sdcard and the contents within it?
View 5 Replies
View Related
Mar 25, 2009
I want to write an app which encrypts the data and decrypts it into original data.
But I dont know how to do it.
can any one please guide me how to do it.
if possible please show me some example.
View 2 Replies
View Related
Jun 30, 2010
I am working on an android application, and I need to use encryption for one aspect of it. I am really indifferent to which algorithm I use (AES, DES, RSA, etc...). I am aware that Java has a crypto package, but I am not at all familiar with. Can someone post an example on how to do an encrypt/decrypt function?
View 2 Replies
View Related
Jun 4, 2010
I am new to android. i am trying to learn and work on it.can some one help me with the following issue.
i have some fields to be encrypted and uploaded to the DB using android.
the fields which should be encrypted are DOB,Email id, Phone number and some othe numeric value.
now i am doing some formal encryption by substitution.
Can some one help me with an example to do some standerd form of encryption.
View 1 Replies
View Related
Jun 2, 2010
How to do RSA encryption of byte array with base-64 encoded public key?
After reading the couple of articles( of google search ) on how to do RSA encryption in Java, found the following snippet.
CODE:.........
I have public key as a base64 encoded string (126 characters), How do i create 'PublicKey' with the encoded string and use it with Cipher.
View 1 Replies
View Related
Jan 20, 2010
I want to know if I can create an application in android that encrypts your voice in a normal phone call and sends it to the destination where it can then be decrypted.
View 2 Replies
View Related
Jul 18, 2010
Is there some code snippet that show how to encrypt a password with Android and then decrypt it with php?
View 11 Replies
View Related
Nov 24, 2010
I want to encrypt file and store it in SD card. I want to decrypt that encrypted file and store it in sd card again. I have tried to encrypt file by opening as file stream and encrypt is but it is not working. I want some idea how to do this.
View 1 Replies
View Related
Sep 13, 2010
Would it be possible for me to build an application that enables people to encrypt call coming to me with my public key and then for me to decrypt the call data at my end using my own private key. This way I basically have a more secure communication channel which I am assuming because RSA is hard to crack would be difficult to monitor.I am asking this question from a research point of view and have absolutely not considered the factor as to how computationally feasible would such an application be. I would just like to know if there is a way for me to intercept my outgoing data using any built functions.
View 2 Replies
View Related
Dec 1, 2009
Is it possible in android framework to encrypt/decrypt voice data? What I am thinking is when a call comes in, and before user picks it up another local application is activated, it then encrypts and decrypts outgoing/incoming voice data?
View 2 Replies
View Related
May 7, 2010
What is the secure way to store passwords on android device?
I found same topic in "Android Developers Group". Steve918 kindly shared a sample code for it but I can not download it anymore. http://steven.bitsetters.com/articles/2007/11/20/android-password-safe/
Does anybody know how to encrypt/decrypt password using Android supporting secure algorithm?
View 3 Replies
View Related
Jun 7, 2010
I was wondering how to break apart .apk files in Windows to see all of it's components, edit some of the components, and put the file back together.
I have been able to open up the file to see the components using WinZip but I am unsure of how to re-"make" the .apk file again using WinZip. Is there a special option within winzip or can you just change the extension from .zip to .apk? Not sure if this matters, but the .apk files are being used within Eclipse in an emulator as of now.
View 2 Replies
View Related
Dec 13, 2011
one is clearly the folder for my actual sdcard (sdcard2) and the other (sdcard) seems to be where all my apps and downloads go. this creates an unreliability being that the phones sdcard folder isnt connected to my removable card and thus making backups useless.
View 8 Replies
View Related
Mar 23, 2013
I formatted the internal SD card through CWM and now the card cannot be recognized by Win7 and it's stated as a linux file-CD Gadget USB Device, and the drives are greyed out. How do I revert the SD Card back to FAT32 format?
I'm also unable to mount it as USB storage in CWM recovery giving an error of cannot write to lumfile (no such file and directory). However, I'm able to still format the sdcard in cwm but it does not solve the problem.
View 1 Replies
View Related
Sep 8, 2013
I successfully rooted my Samsung Galaxy Blaze phone, installed Titanium BackUp and now would like to send my app data to my nice 16GB SDHC card. The problem is, I can't get it partitioned probably because my laptop's card reader can't really read SDHC cards, even in adapters. It recognizes that the card is there, but then wants to format it and won't format it. I tried using the Mini Tools Partition Wizard, but each attempt failed, claiming I had a bad card. The card works beautifully in the phone, so I don't think that's the problem, especially since brand new cards get the same reaction.
Is there a way to partition the card from my phone? I have good reason to believe that my memory problems have a lot to do with the boatload of email I have saved in GMail, or the fact that Google+ somehow decided I really needed *all* of my photos on my phone, via Picasa (another source of angst and muttering).
View 1 Replies
View Related
Dec 24, 2009
Hey for anyone that needs a good memory card for their phone for music or whatever. I found a deal on a kingston class 4 8gb microsdhc for $16.95 with free shipping and no tax for most:
Kingston 8GB microSDHC Card - (Class 4) - SDC4/8GB - Buy.com
View 5 Replies
View Related
Aug 17, 2010
today I put my sd card into my sd card reader to throw some photos on to my computer. After I was done i put the sd card back into my droid and booted it up. After booting I get a notification saying my SD card is blank, so I turn off the phone and pull the battery out. When I grabbed my SD card it burnt my hand "literally" it was that hot... Wtf?!?! I put the SD card back in the reader and the computer doesnt even see the card. Idk if anyone has heard of a similar problem b4 and knows a fix...Thanks in advance! Side Note; I work at a cell phone repair store, so I put the sd card in two other blackberry's and they say "your sd card needs to be formated or it is corrupt". I put other sd cards into my phone and i have no problems.
View 2 Replies
View Related
Sep 11, 2009
No can someone tell me how to partition my sd card so that I can run apps right from the card rather then the phone memory?
View 2 Replies
View Related