• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

AppstoSD2 won't do anything :/

G8D

Android Enthusiast
Just got my Class 6 in the post and I am trying to sort AppstoSD on my Hero.
I have repeatedly tried to partition using ATSD2 but it won't work. It says it is dont and to reboot, but nothing has changed on the SD card.

Also: if I do get this done, what exactly does ATSD2 do in comparison to A2SD (in terms of what I have to do manually?

I really need help.

EDIT: mkdir wont work in terminal. Apparently its a Read-Only source.
 
The main purpose of apps 2 sd is to move all apps out of phone memory and onto the SDCard. This then provides unlimited apps as well as freeing Flash ROM for swap space should the RAM need more memory while running numerous apps and processes ,,, this will eliminate in LOW memory conditions ...

This is not tied to any specific build/rom... but some ROMs like Cyanogen's will handle Apps2SD for you if it finds an EXT partition of your SDcard ... ext2/3/4 ...
 
Ok then. My only issue is that my card won't partition on the phone.

How do you do it in Windows?
 
Ok, got it.. But it only detects my HDD, no SD card is seen with the create partition selection..

Did you coonect you phone with the USB cable and then Mount the Drive ...

Or if you have a standalone SDcard read/writer adapter ....

Format the EXT3 partition at like 800mb and the balance at FAT32...
 
Did you coonect you phone with the USB cable and then Mount the Drive ...

Or if you have a standalone SDcard read/writer adapter ....

Format the EXT3 partition at like 800mb and the balance at FAT32...
I did it in a reader, going to mount it now..

EDIT: OK.. Did it.. The EXT drive does not show up in explorer.. But my FAT partition is definately smaller. How do I know that apps are on the SD? Can I choose which ones go onto it?
 
To make Paragon discover your SD through using mount on HTC hero.

Launch Paragon

then mount SD card

then reload (F5) in paragon

This is how I did mine.


And I have the same problem as you :-P Apps still installing to internal rather than SD.
 
I did it in a reader, going to mount it now..

EDIT: OK.. Did it.. The EXT drive does not show up in explorer.. But my FAT partition is definately smaller. How do I know that apps are on the SD? Can I choose which ones go onto it?

Explorer does no read EXT partition ... this is a Linux Partition ... so now you have two partition's a smaller FAT32 and the ext3 ...
 
Sorry to barge in to your thread but...

Do I have to re-install MCR2.2 again to detect my freshly formatted partitioned SD?
 
And I have the same problem as you :-P Apps still installing to internal rather than SD.

Then something may not be right with your partitioning.

Assuming you have either the SDK installed or the subset of the SDK tools provided with the modifed Cyanogen 1.4 Recovery, connect with USB, open a command prompt in the folder containing adb.exe and enter the following commands:

Code:
>adb shell
# alias ls='ls --color=no'
# busybox df -h
You should see an output similar to:

Code:
Filesystem                Size      Used Available Use% Mounted on
tmpfs                    96.2M         0     96.2M   0% /dev
tmpfs                     4.0M         0      4.0M   0% /sqlite_stmt_journals
/dev/block/mtdblock3    170.0M    149.0M     21.0M  88% /system
/dev/block/mtdblock5    165.8M     24.1M    141.6M  15% /data
/dev/block/mtdblock4    130.0M      1.1M    128.9M   1% /cache
[B]/dev/block/mmcblk0p2    457.4M     14.9M    418.1M   3% /system/sd[/B]
/dev/block//vold/179:1
                         14.4G      1.5G     12.9G  11% /sdcard
That /system/sd line refers to the ext3 partition.
 
Paragon has some reboot error due to it not working on 64 bit machines.. I dont think it worked.. CMD did not work (system/sd did not come up).

EDIT: The restart operation, that has been requested now,
cannot be performed under this 64-bit edition of Windows.
Please use Recovery CD for this purpose.
Error source: Hard Disk Manager
Error code: 0x12015
 
Just need to figure out this A2SD.

There's nothing much to figure out if you're running MCR2.x.

Repartition the sdhc card FAT32-ext3 (in that order, ext3 must be second), reboot handset with card inserted, A2SD moves your apps to /system/sd/app automatically. Job done.
 
Back
Top Bottom