Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'm looking to partition my MicroSD card so a chunk of it will be dedicated to app space, but I have some questions....and I am sorry for that
Edit:
Did everything, and now I just want to know where it moved all my apps to on the SD card...
Will apps from now on move to my SD card when downloaded?
Did I miss something? All of these programs like this say 2.2 or higher.
None of these programs that we use are on the market.
Would you care to elaborate?
All your apps downloaded will move the to ext partion on the sdcard that you made. You cannot view the ext partion in android or windows. You can't view it in windows because windows does not support the ext file system. But Linux does support it.
You can view the files in android, you will need root and a file browser like Astro...
Your non system apps will be moved to /system/sd/apps
You do realize Android is modified version of linux, right?
su
cd /data/app
ls -l
Oh gotcha, I see.
I tend to think theres a problem with your ap2sd script....
Get Astro or use the terminal to go to /data/app
Code:su cd /data/app ls -l
If you see all the apps on your phone in there your ap2sd script did not function correctly.
FWIW I had the same issue at first... the symbolic link was there but the system hadnt mounted the partition that I created....
ls -l /data
ls -l /data/app
Looks like your using a different method than I did...
Did you use the one posted here?
http://androidforums.com/ally-all-things-root/192571-howto-partition-your-sdcard-a2sd.html
You should still see all the system apks in the /data/app folder...
ls -l /system/app
su
cd /system/sd
df
Interesting thanks for linking that thread.
Looks like this method moves it all to the SD, so you wouldnt see anything in the /data/app folder but the symbolic link.
How is the performance with the system apks on the SD card? Did you set a cache partition?
What do you get when you run this?
Code:su cd /system/sd df
I cant see any reason why android shouldnt be able to read its own fs. Maybe I will try this method tonight.
When partitioning the SD card it says that it will wipe everything on it. What files should I save?
You cannot view the ext partion in android
Root Explorer?
