Questions tagged [sd-card]

SD-card (Secure Digital) is a non-volatile memory card, often used in digital cameras as well as in mobile devices.

SD-card (Secure Digital) is a non-volatile memory card, often used in digital cameras as well as in mobile devices.

More information at http://en.wikipedia.org/wiki/Secure_Digital

1441 questions
-2
votes
1 answer

How can i install an app from SD Card to device without the need to check 'Unknown source' option

How can i install an app from SD Card to device without the need to check 'Unknown source' option. can the installation from SD card can be done auto? for example: when users inserts SD Card containing only apk, the device auto run the installation…
-2
votes
1 answer

Move Apps from Internal to SD--Android 4.1.2, LGE Optimus F3

MOVED TO ANDROID (if "Android Enthusiasts" is the right one) Okay, I have been driving myself absolutely crazy and gone into work aggravated twice in a row trying to fix this damn thing. For those who don't know, the Optimus F3 has only, like, 2gb…
FerreTrip
  • 1
  • 1
-2
votes
1 answer

How to autorun and install an android .apk from SD card?

Can anyone tell me the code to autorun and install an .apk as soon as you put in the SD card(with the .apk file) when the Android Device is switched on??
Sai Datta
  • 895
  • 1
  • 9
  • 25
-2
votes
2 answers

Creating password verification for my Android application

Possible Duplicate: Password protecting my android app (the simple way) Edit: I founded what i want here: Password protecting my android app (the simple way) old (I have a TextField named password. If a user enters the correct password 123, upon…
user1475122
  • 105
  • 1
  • 9
-2
votes
1 answer

Sharing a SD card partition between Linux and Windows

I've a SD card formatted (with multiple partitions) and one of them is FAT32 which is mounted in Linux. This FAT32 partition will be shown as USB Drive in Windows and i'will have to mount it in Linux in order to see its contents. While i was able to…
user1427180
  • 133
  • 2
  • 9
-3
votes
1 answer

How to protect my Python scripts on Raspberry Pi?

I have developed a long and complex computer vision algorithm on Python. I insist on the "long and complex" because my very last solution would be to rewrite it with C++ (it's about 3 000 lines long and depends on pure Python libraries)... This…
user7320967
-3
votes
1 answer

Move an app to the sd card

I have a Z667TV1.0.0B08 Android phone with a 16 gb sd card. I have tried enabling debug mode and using the command "adb set-install-location 2" and "adb get-install-location" which outputs "2[external]." How do I move an app to the sd card, or make…
-3
votes
2 answers

Move applications on SD card

I'm testing Mobile App for Android platform, I have successfully installed the apk file and able to open but I’m not able to set the option to transfer the application to the SD card. Would anybody suggest me what could be the reason for this, or do…
snigg
  • 49
  • 4
-3
votes
1 answer

Does Firefox OS App Manager support SD card emulation?

I would like to write an app for Firefox OS which uses the SD card through the Device Storage API. Does the App Manager emulate the SD card somehow? If yes, how can I enable it? I haven't seen any SD card related menu item in the App Manager.
js4102008
  • 33
  • 6
-3
votes
2 answers

Installing the apk from sd card

I want to make an android application which should be installfrom sd card. i means as the sd card inserted in mobile it should prompt for installing my application. (ex: As soon as we put the tata photon or any other modem in to the system it…
Alpesh
  • 265
  • 2
  • 7
  • 22
-4
votes
1 answer

osx truncate sd card img

I have created an image of my sd card containing raspbian using the dd tool. This gave me a 16,09 GB big image file. The actual data on there is about 5gb, and I want to truncate it so I can store/clone it onto a 8gb sd card. All help results I…
Arko Elsenaar
  • 1,689
  • 3
  • 18
  • 33
-4
votes
2 answers

Store file in sd card with name defined by user

I'm trying to write code that saves the content of an edittext into a file in the sdcard. I found the following code that works: public void onClick(View v) { // write on SD card file data in the text box try { File myFile = new…
-5
votes
1 answer

How I read file PDF in SD card in Android?

I have a .PDF file saved on my sdcard. I need to read the content of .PDF file and show it in a TextView. How do I do this?
1 2 3
95
96