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.
OK i got Paragon Partition Manager installed and for some reason I can only get it to do 1 extended partition. From watching the gparted video above it has 2. Do I need to have 2 extended partitions? and one fat 32 partition or can i just have the one extended and one fat 32?
OK i got Paragon Partition Manager installed and for some reason I can only get it to do 1 extended partition. From watching the gparted video above it has 2. Do I need to have 2 extended partitions? and one fat 32 partition or can i just have the one extended and one fat 32?
Do I really need to partion the SD card??? Cant I just get everything to work without worrying about any of this part???
I don't want to break any eggshells by asking stupid questions, but I've searched around, and still am not understanding what the benefits are for partitioning the SD card. The instructions are very clear as to how to do it, but I'd like to have a little better understanding of why, before I go ahead.
Thanks!
From my understanding, it means your are stored and run on your sd card
the apps you download from the market install onto the phone itself so if you run a2sd the apps will be stored on the sd card instead of the phone so you get more storage space
ok, i'm gonna be the designated idiot, but I must be missing something. do i need to partition the SD card to install/make use of A2SD? I'm a noob with this particular phone, but am pretty computer literate so I can probably get it going with some simple to follow instructions (step by step preferrably) Let me be clear, I want to install/use A2SD but the OP directions are Greek to me and I do not even know where to put the commands. I tried running thru the command prompt on my comp but it tells me that "ADB is not recognized as an internal or external command, operable program or batch file." (yes I have all the drivers installed)
ok, i'm gonna be the designated idiot, but I must be missing something. do i need to partition the SD card to install/make use of A2SD? I'm a noob with this particular phone, but am pretty computer literate so I can probably get it going with some simple to follow instructions (step by step preferrably) Let me be clear, I want to install/use A2SD but the OP directions are Greek to me and I do not even know where to put the commands. I tried running thru the command prompt on my comp but it tells me that "ADB is not recognized as an internal or external command, operable program or batch file." (yes I have all the drivers installed)

What ever you think is enough to hold all your apps, plus some extra for future downloads. 256Mb seems plenty to me, if you want more, double it.if im using paragon to partition a 2gb sd card, whats the volume size i should put?
BH_Man, if we use option 2 and unzip the file to SD card do we still have to do the adb push? I downloaded the the file and am holding off on the update till I find out thnx man your work is awesome.
Option 1.
Quote:
adb push ( Folder Location ) /system/bin
adb shell
chmod 0755 /system/bin/playlogo
chmod 0755 /system/bin/playlogo_real
Then Reboot the Phone
Option 2.
un-zip to Samsung USB card or adb push ( Folder location ) /sdcard
Quote:
adb shell
cat /sdcard/playlogo > /system/bin/playlogo
cat /sdcard/playlogo_real > /system/bin/playlogo_real
chmod 0755 /system/bin/playlogo_real
chmod 0755 /system/bin/playlogo
Then Reboot the Phone