| Register | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||||||
|
|
| HTC Handsets All HTC Handset - G1, My Touch 3G/Magic, Hero |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Alright, there have been plenty of panic threads about applications only downloading to the phone. Stop it! Applications WILL be able to be installed to the SDcard! There have been rumors cited that Google will add that option to the OS, and even if they don't we are running on a linux kernel, and apparently can use a terminal. The fix would be simple.
======================= The commands below are NOT TO BE RUN on your phone. I will not have my hands on the phone until Tuesday, if you feel like doing this before then you need to do some exploration first to figure out the proper directories to move over to the SDcard. This is just what you would do in any linux based system. Say you find out the bulk of your apps are in: /usr/local/apps/ So you have like /usr/local/apps/breadcrumbz.apk /usr/local/apps/opera.apk /usr/local/apps/... You would just open up the terminal (which I've heard alot about and am very excited about having linux shell access on my phone!) and enter... ~ $ mv /usr/local/apps /sdcard/ ~ $ mount --bind /sdcard/apps /usr/local/apps ~ $ echo /sdcard/apps /usr/local/apps bind defaults 0 0 >> /etc/fstab And BAM you just moved all your apps to the storage card and set it up so that whenever android accesses or writes to /usr/local/apps it's writing to the storage card. The power of linux haha. This is NOTHING to be worried about. |
| Ads | ||
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
| Ads | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Downloading to Memory card, why it MAY never happen | Darrell | HTC Handsets | 31 | 10-17-2008 09:34 PM |
| Install apps onto memory card? | trumani | Android-powered Hardware discussions | 12 | 10-03-2008 05:46 AM |
| Can't save MMS attachments to the memory card?? | tjferris | OHA Members Discussions | 8 | 10-01-2008 11:40 PM |
| Running applications from the memory card??? | crpage77979 | Android Apps Discussions | 4 | 10-01-2008 06:10 PM |
| Memory card / File system access | vallurik | Tools & SDK for developers & "hackers" | 0 | 02-11-2008 04:41 AM |