Go Back   TechArena Community > Hardware > Portable Devices
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links


Android - install app on SD card

Portable Devices


Reply
 
Thread Tools Search this Thread
  #1  
Old 01-06-2010
Member
 
Join Date: Mar 2010
Posts: 383
Android - install app on SD card

Sponsored Links
Hello,
I have an android mobile phone and there are many applications installed on it. The problem now is that i have low space on the phone memory. I wanted to install the applications directly to the sd card. It this possible? If you have any idea regarding this then please let me know. Thank you.

Reply With Quote
  #2  
Old 01-06-2010
Member
 
Join Date: Nov 2009
Posts: 583
Re: Android - install app on SD card

If are already root, you can go directly to the terminal of your phone.
You will need to download the SDK for Android, to have the program adb.exe (Tools directory). The command "adb shell" will allow you to run the commands below: In order not to lose yourself with lots of directories, first create these two directories (on the DS):
Code:
mkdir / sdcard / cache mkdir / sdcard / cache mkdir / sdcard / cache / files mkdir / sdcard / cache / files
The following commands, deleted the cache for each program and create a link to the new cache directory of the SD card:

Browser cache
Code:
 cd / data / data / com.android.browser / cache cd / data / data / ...
Google StreetView
Code:
cd / data / data / rm-R com.google.android.street cache mkdir / sdcard / cache / streetCache ln-s / sdcard / cache / cache streetCache
Maps
Code:
cd / data / data / com.google.android.apps.maps mkdir / sdcard / cache / files / maps busybox cp-a files / sdcard / cache / files / maps rm-R files ln-s / sdcard / cache / files / maps / files files
Market cache
Code:
cd / data / data / rm-R com.android.vending cache mkdir / sdcard / cache / marketCache ln-s / sdcard / cache / cache marketCache
Then it is applied by application it must be done. In short, this is a draft that I had when I had the G1, if you have any tips / tricks please post.
Reply With Quote
  #3  
Old 01-06-2010
Member
 
Join Date: Sep 2009
Posts: 125
Re: Android - install app on SD card

I wonder if it is possible to perform these tasks via the terminal emulator available on the market?
I've tested a:
Code:
# Su
# Ls data
I get a good result and proof that the device is root, so maybe it is not necessary via USB. If you have any more information regarding this then please post back.
Reply With Quote
  #4  
Old 01-06-2010
Member
 
Join Date: Nov 2009
Posts: 347
Re: Android - install app on SD card

Sure, but the fact of not having a memory card on this does not preclude the possibility that when there are can have a choice of installation, otherwise the argument of yours there is no laptop with resistive screen multipoint, so the bones should not be shielded capacitive multiploint? and more to prevent piracy, it does not change the data problems, because it's not the location of the facility which poses a problem but the digital signature software, because otherwise our computer.
Reply With Quote
  #5  
Old 10-06-2010
Member
 
Join Date: Mar 2010
Posts: 185
Re: Android - install app on SD card

apps are installed in an area where you have to have root privileges to be reached, which prevents non-technical users can copy the apk, but not the others because everything is paid for most applications: twidroid, tasKiller, beautiful widget on the web for free and normally a SD card is slower than the memory of the device.
Reply With Quote
  #6  
Old 11-06-2010
Member
 
Join Date: May 2008
Posts: 222
Re: Android - install app on SD card

Yes, install an application on the internal memory allows the latter to be faster than on an SD Card suffers as it does for greedy App. Example in WinMo, each facility an app, you can choose between the internal memory or SD card. If I see that the application oar too when I installed on my SD card, I place in the internal memory.
Reply With Quote
Reply

  TechArena Community > Hardware > Portable Devices


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Android - install app on SD card"
Thread Thread Starter Forum Replies Last Post
Install .apk files from SD card to Android Tablet |Gyani| Portable Devices 3 02-03-2012 09:26 AM
How to Install Java Card CAP File into a Smart Card mysalmon Software Development 2 22-09-2011 12:01 PM
How to install android apps on live android Thenral Windows Software 4 24-07-2011 10:21 AM
SIM card blocked by PUK code- Android Liam Portable Devices 5 28-02-2011 06:09 AM
Android not able to read sd card Katlyn Portable Devices 5 10-02-2011 11:02 PM


All times are GMT +5.5. The time now is 10:55 AM.