Android :: Best Encryption Library For Mobile Devices?
Jan 18, 2010
I have been using LibTomCrypt to use SHA1 encryption ( for data integrity checking ) on mobile devices (iPhone OS and Android for the moment ). I was wondering if anyone is using anything else, things to consider are Portability ( C preferred but C++ is also an option ), and libraries size ( small == better for my particular needs ).
View 3 Replies
Aug 28, 2010
I'm making an android client for a web site. my app have to go through the website, parse HTML, post some forms, send HTTP requests etc. What library covering all this stuff you recommend me to use ?
View 2 Replies
View Related
Aug 27, 2010
I'm trying to connect to connect to my T-Mobile G1 to test a simple android app I an creating. I cannot get it to show up in the list of connected android devices. Here are the details: - 32-bit Windows XP - I have enabled USB Debugging on my device - I am not prompted with the New Hardware Wizard when I plug my device in, it is merely seen as a new removable drive. It does not appear under any other categories in Device Manager, nor is there a new "Unknown Device" entry anywhere to be found - I have tried "Update Driver" and select the driver that Google provides for their official developer devices, but it says "this driver does not match your device" or something to that effect. Probably because it is expected a device type other than "Disk Drive" - I have tried uninstalling the device under "Disk Drives" and plugging it in again but it always gets reinstalled automatically as a "Disk Drive" - I have tried uninstalling the device, manually installing the Google driver from the INF file and plugging in the device and it is still only recognized as a "Disk Drive" - Most importantly, I get a blank device list when I run "adb devices" from the Android SDK tools directory before and after each step I tried After hours of scouring the web I get the distinct impression that a new device category should be popping up in Device Manager if the driver is installed correctly, but I have not been able to get the device to come up as anything other than a new "Disk Drive"
View 3 Replies
View Related
Aug 27, 2010
I'm trying to connect to connect to my T-Mobile G1 to test a simple android app I an creating. I cannot get it to show up in the list of connected android devices. Here are the details: 32-bit Windows XP I have enabled USB Debugging on my device I am not prompted with the New Hardware Wizard when I plug my device in, it is merely seen as a new removable drive. It does not appear under any other categories in Device Manager, nor is there a new "Unknown Device" entry anywhere to be found I have tried "Update Driver" and select the driver that Google provides for their official developer devices, but it says "this driver does not match your device" or something to that effect. Probably because it is expected a device type other than "Disk Drive"I have tried uninstalling the device under "Disk Drives" and plugging it in again but it always gets reinstalled automatically as a "Disk Drive" have tried uninstalling the device, manually installing the Google driver from the INF file and plugging in the device and it is still only recognized as a "Disk Drive" Most importantly, I get a blank device list when I run "adb devices" from the Android SDK tools directory before and after each step I tried After hours of scouring the web I get the distinct impression that a new device category should be popping up in Device Manager if the driver is installed correctly, but I have not been able to get the device to come up as anything other than a new "Disk Drive"
View 2 Replies
View Related
Aug 4, 2010
I don't see the logic behind this. The more people who watch hulu means more people who are looking at ads. And the more people who look at ads, the more money hulu makes. The only logic I could see behind this is that a Hulu Plus app is coming to the Android market, but I haven't heard anything about that.What's your take on this?
View 5 Replies
View Related
Jan 12, 2010
I was browsing the internet and I found iPrint Printing SDK for Android mobile devices they claim to be a printing sdk for the Android platform.
View 4 Replies
View Related
Mar 2, 2010
I've a very simple static web page (only css and links, no scripts).
It looks good on android and iphone, but too small. I'm guessing they put it smaller since it work for most of the sites.
How can i override this and make him look the size i want it to be?
View 1 Replies
View Related
Apr 12, 2010
I am planning a web app using GWT. How well will it be supported on mobile devices like iphone, android?
View 3 Replies
View Related
Jun 6, 2010
I am planning to develop for WP7 and Android.What is the better way to display (and traverse) 3D scene/models in term of LoD? The data is planned to be island-wide (Singapore).
1) Real-Time Dynamic Level of Detail Terrain Rendering
2) Discrete LoD
3) Others?
And please advice some considerations/algorithms/resources/source codes. something like LoD book also Okay. Side note: I am a beginner in this area but pretty well-versed in C/C++. And I haven't read the LoD book.
Related posts:
- Distant 3D object rendering [games]
- Chris Pruett's 3D benchmark for Android
View 3 Replies
View Related
Jul 31, 2010
How much does active GPS drain the battery? Without the overhead of the gps navigator software. s
ay I want to sample the gps every 2 minutes and save it to a file. how much battery power will that cost me?
Will I get 10% shorter life? 20%?
View 2 Replies
View Related
Nov 15, 2010
I would like to create different layouts for tablets and for mobile devices in Android. Where should I put the layout resources in order to make this differentiation?
View 2 Replies
View Related
Jan 19, 2009
Sign up here with Adobe to have a chance of getting involved with the pre-release Beta program for Flash Lite.
View 2 Replies
View Related
Jun 8, 2010
The Wi-Fi network at my workplace apparently blocks mobile devices somehow.I can connect to the network fine but cannot load any webpages or connect through any apps on my Desire. It works fine however on my laptop.Has anyone else encountered this and more importantly is there a way round it?
View 30 Replies
View Related
Feb 3, 2010
Has anyone used this from XDA. I'm a Behold 2 owner and I'm thinking of picking up the HD2 when released by TM. Windows Mobile Devices to Get Dual-Boot Android/WinMo Solution! Resolution is not supported yet for HD2 but should be by this time the phone is released.
View 1 Replies
View Related
Nov 11, 2010
I have an Android library project that makes calls to PreferencesManager.getDefaultSharedPreferences.
I have 2 version of my app, paid/free, and they are not able to access the preferences stored by the library code.
Can someone tell me the right way to store values in SharedPreferences in library code and have the values available to projects that include the library?
View 2 Replies
View Related
Aug 17, 2010
According to this SDK guide, unit-testing a Library project can be achieved by creating a standard application project, reference the Library project and then instrument the application for unit testing. However, when I do this and launch the test application I get the message.No tests found with test runner 'JUnit 3".I'm using Eclipse and the Android ADT plugin, all latest versions.the projects compile just fine. The test project also installs fine to the emulator. But in the console I can see that it looks for <library>.apk, which of course doesn't exist since I'm compiling this as a library into the test project.
View 1 Replies
View Related
Aug 26, 2009
I created a jni library which depends the third shared library, I must copy the third shared library to /system/lib, otherwise, Java application can't load jni library. But you know, on G1 with official OS image, /system/lib is readonly. I tried to call System.setProperty to set java.library.path to the location stored the thired shared library before load jni library, but the issue still exists.
View 6 Replies
View Related
Jul 15, 2010
As I understand, the three ways of distributing my application are via Jar, Android Library and Android Library Project.Jar - cannot contain resources or XML layouts (so this is out for me)Android Library - I don't really know how this works but the Google API uses it..Android Library Project - includes resources but allows the client free rein on the code as it is distributed as source.If I am to create a closed source application that requires drawables and XML files that I want to distribute to other Android programmers, what should I use? And can someone direct me to a tutorial on creating an Android Library?
View 4 Replies
View Related
May 21, 2010
@everyone: repost this on every blog, every forum and tweet it to Samsung (@SamsungMobileUS, @Samsungtweets, @SamsungService), TMobile (@TMobile_USA) and retweet it for your followers.Proof of Samsung's Promises made about the Behold 2 regarding Android 2.0: (click on the link to download the complete video so it can't be hidden again)4shared.com - online file sharing and storage - download full.flv
View 49 Replies
View Related
May 14, 2014
How To Transfer TEXT MESSAGES from WP8.1 devices to Android Devices ??And also the contacts!!
View 2 Replies
View Related
Apr 8, 2010
I'm look for an app that will encrypt my SD card. I don't want to worry about losing my phone and the finder having access to the information on my SD card. I know it'll slow the phone down.
'Gallery Private' in the market looks like it may do this. Does anyone have experience with this app? Does it only encrypt pictures and folders?
'B-Folders+sync' looks like it only does contacts and notes. I may need a combination of them both.
Makes me sort of wish there was a BitLocker-esque app available.
View 4 Replies
View Related
Oct 2, 2013
Can I have two separate google play accounts for two different devices & keep one gmail account for both devices?
View 6 Replies
View Related
Jan 7, 2010
I'm trying to use BouncyCastle with android to implement ECDH and EL Gamal. I've added the bouncycastle jar file (bcprov-jdk16-144.jar) and written some code that works with my computers jvm however when I try and port it to my android application it throws: java.security.NoSuchAlgorithmException: KeyPairGenerator ECDH What am I doing wrong?
View 2 Replies
View Related
Jun 23, 2010
I want to know why SQLite doesn't support encryption! & How to secure the SQlite db on a Android app?
View 3 Replies
View Related
Feb 2, 2010
I am developing an app that uploads files to an FTP server, and the app will have the ftp user name / password in the code. I'm investigating making the FTP user name and password as secure as possible (including an encrypted value for each in a strings.xml and decrypting in the app when it needs to connect to the FTP server).
My concern is this is not actually secure at all, it seems someone could unzip the .apk, decompile it, view the strings.xml and java code that decrypts it - and thereby obtain the ftp login info.
So my question is.. am I approaching this wrong way? Is there a standard method of ensuring passwords that are hard coded into an app can be secure? (note - in this case this is not a password a user of the app would enter, the FTP password is universal to all that install it so it is included in the app).
View 3 Replies
View Related
Aug 26, 2009
I wrote a small application which encrypt some files using a secret key. i need to decrypt files on 2nd run which requires same key again plz advise where should i store the secret key.
View 13 Replies
View Related
Jan 18, 2013
I recently with though a "lost device scare" but I was able to get it back but it got me thinking into securing my device more I was curious about the Native Encryption option on our settings will I still be able to copy pictures off my SD afterwards? And is it root Friendly meaning can I still use titanium to back up my apps afterwards..
View 2 Replies
View Related
Jul 3, 2010
I have finally - after days and days of agony - figured out that I need two forms of encryption for my Digital Signatures Project. The first will will be symmetric (AES) and will encrypt the license data and the second will be a asymmetric (RSA) an will encrypt the symmetric key. Can someone give me pointers on the best methods to use for Android.
For the public/private keys I am using: "RSA/ECB/PKCS1Padding"(I head ECB is bad so what should I use?, what about the PKCS1Padding - shoudl I be using PKCS5Padding?)
For the symetric keys I will probably use: "AES/?/?" (What mode and padding should I use?)
The provider: "BC"
RSA Keysize: 1024 (I tried 2048 but it didn't work for some reason)
AES Keysize: ?
View 4 Replies
View Related
Nov 16, 2009
I want to encrypt individual contacts stored by the Contacts application on Android based on user's preference. So, I am thinking I'll have to hook/extend the Contacts application before the it stores data into the database and decrypt it when the user wants to view it. Also, I am assuming I will have to store the key for encryption in a file.
View 1 Replies
View Related
Jul 9, 2013
I'm on gs2 I9100 cyanogenmod 9 and can't find a solution to encrypt internal databases like sms, call logs, contacts... ( so in /data).
No problems with documents in container created by luksmanager. But i wonder is it possible to make a sort of preboot script who mount after correct passphrase a luks container who is symlinked in /data ? Because android ics built in encryption installation stop at beginning.
Is there now new method or app to encrypt full or partial phone? Maybe new encryption function or improvement in JB? Pattern/face unlock fixed?
View 5 Replies
View Related