Q: DT Apps2sd (a2sd) hates me - General Questions and Answers

After days and hours of searching and trial'n'error, im about to give up.
I installed DT's apps2sd script on my S5570 mini, and even though it frees up to 171 mb on my 178 mb internal storage, but for some reason it detects the apps2sd partition wrong in all custom roms I tried.
In one rom (emanoN) it detected my /cache partition/directory as sd-ext making it running out of space in 1-3 roms depending on size.
Due to the error with apps2d on this rom lately I then tried with CM7 to test.
In cm7, it detects the sd-ext with 206 mb partiton, even though its setup with 1GB ext4, and oddly doesnt move in size with installing apps. Again it runs out of space after installing a few apps again.
This is even though it should be tested and working on CM7.
Moving dalvik-cache and zipaligning app seems to work fine.
I tried partitioning using most guides online with either ext3 or ext4 without luck. With CWM and with ADB shell partitioning manually with blocks.
A2SD partlist and diskspace shows the partition is setup correctly.
Anything I overlooked and any ideas in getting this to work would be much appriciated.

I can confirm it actually intalls on the ext partition, but just shows it wrong, but before installing on ext partition, its downloads to /cache partition, which have to be cleared manually after an app install to get space for more apps.
The main problem here is im not able to install apps bigger than 20 mb, as thats the size of the cache partition..
Must be someone who got it working, who may know whats wrong?

Now I just need to get umount -l /cache and mount /sdcard/marketcache /cache into my boot..
Man, this is a timekiller..

Try S2E from the Market.
https://market.android.com/details?id=ru.krikun.s2e&feature=search_result

Thank you for the reply.. I tried simple2ext and I actually think this beats a2sd anytime, but it only works for CM.. and CM lacks an option I need for my phone..
But I guess im "stuck" at CM for now.. If you cant get the best, get the nextbest

Related

link2sd

I installed this and have all apps set. I thought this would save more internal space than just installing to sd? I have not gained any space with this??? I do however notice they load faster at boot though. am I incorrect in thinking it would gain me internal storage?
thanks
Sent from my VM670 using Bumblebee rom and Tapatalk
You need to manually move whatever your want to SD. (In settings you can choose apps, dalvik cache and libs; do not bother with libs, they will be back to /system after reboot). Anything already on SD (the native way, in android_secure on FAT) needs to be moved back to phone first.
N.B. You need a second partition for this on your SD card, in case you have not done it, it will not work at all
I moved everything back to phone then did the link2sd with libs and see no difference in space left
Sent from my VM670 using Tapatalk
is there a way to delete the lib file I did link? very confused why internal storage stayed the same?
Sent from my VM670 using Tapatalk
What lib file? Yeah, you are very confused really.
because you said not to bother with linking the libs..
my real question is this...
should link2sd save more internal space than just moving all apps to sd? if so.. mine did not..
thanks for the help
Sent from my VM670 using Tapatalk
Dunno how are you checking the saved/free space, if it is some widget then I would suggest to reboot the phone.
Hi! I'm on LG Optimus One and Gingerbread-2.3.4-rc4.1 /CM7 rom. My SD has one 512 MB ext3 partition and one 3,5 GB fat32 partition, class 4. When I run link2sd and choose ext3 (or other) type file system I receive this error:
Mount script error
Mount script cannot be created.
mount: mounting/dev/block/void/179:2 on /data/sdext2 failed: Device or resource busy.
I have reformatted the SD and reinstalled the rom more times but the error persists...
Please, Doktornotor, can you help me to found the culprit?
try to partition your sd card via adb. idk why, but when i tried to partition via clockwork, i had sd-ext as read-only. u can check if link2sd is mounting ok in shell (comand: mount) and look for /dev/block/void/179:2 on /data/sdext2 line . also check if ext partition is ro or wr.
Thanks for the hints! After many tries formatting the sd by linux or windows I have reached a conclusion: my SD is faulty and I will retry tomorrow (I hope) with a new one. See you!
Hi! After many tries I've changed my choices, uninstalled link2sd, uninstalled the ROM, keeping my good old SD.
Installed CM 7.1-RC0 6.5.5 by Mik_os, installed DT a2sd, et voila all runs flawlessly... seems like a miracle!

partition sd card

I reverted back to cinni bell froyo from 6.3 R3
I would like to get link2sd card to work. I got it semi working but it would use 10% of what I allocated and then say it was full so I couldnt install anything from there on.
I partitioned it using gparted... 15g and 1g for the ext2.
open recovery checking with sdcard utiilites. errors and says it fixes it.
check with the froyo sd card util and do not see the added space... says around 100meg
download and install link2sd.. crashes and pull battery... odd time I get it to install and when i select to move a program to sd it has a container error.
I can use the link feature tho.
Sometimes I get the memory is full and other times I get get a crash when I attempt to install either from apk or from market... (i have gotten different results between attempts to get the sd card partition properly from googling all sorts of threads)
I don't know what I'm doing wrong. Any help would be greatly appreciated!
Would the sd card util say the added space if the partition worked properly?
I don't think the cincinnati bell froyo supports Link2SD without changing the boot scripts (because it does automatic app2ext). How did you try to add Link2SD support?
I guess thats why I am having so much trouble. The Cinni keeps changing it on me?
I either installed the link2sd from sd card or from the market.
You're going to have to edit the /system/oc file. First copy the original to /system/oc.bak then edit /system/oc. At the end of /system/oc you will see:
Code:
# enable sd-ext
if [ -e /dev/block/mmcblk0p2 ] ; then
insmod /system/lib/modules/ext2.ko
insmod /system/lib/modules/jbd.ko
insmod /system/lib/modules/ext3.ko
[B] mount /dev/block/mmcblk0p2 /sd-ext
if [ $? -eq 0 ] ; then
mkdir /sd-ext/app ; chmod 777 /sd-ext/app
[[ -d /data/app ]] && cp -a /data/app/* /sd-ext/app/
[[ -d /data/app ]] && rm -R /data/app
ln -s /sd-ext/app /data/app
fi
[/B] fi
Delete the bolded lines.
Honestly, I strongly recommend RusMod 1.19 over the CBW if you really want to run a Dexter13 ROM. http://forum.xda-developers.com/showthread.php?t=1118575
I nandroided an image without link2sd.
I edited the OC file as suggested.
Restarted device. Installed Link2sd.
Rebooted again.
Tried to move a program and it is still getting the container error.
Went back to open recovery and checked with the sd utilities and it said
ext2 was ok.
So I guess I will try that russianmod and see how that goes.
I'll have to wait till it downloads. Its really slow...
Does that one still give full camera function?
xtwister6 said:
I nandroided an image without link2sd.
I edited the OC file as suggested.
Restarted device. Installed Link2sd.
Rebooted again.
Tried to move a program and it is still getting the container error.
Went back to open recovery and checked with the sd utilities and it said
ext2 was ok.
So I guess I will try that russianmod and see how that goes.
I'll have to wait till it downloads. Its really slow...
Does that one still give full camera function?
Click to expand...
Click to collapse
i'd try khalpower's v4 rom. it was my favourite before cm6 arrived. it has full camera functionality. get the one thats themed with steelepicblue. everyone's favourite. hehe
eejin2 said:
i'd try khalpower's v4 rom. it was my favourite before cm6 arrived. it has full camera functionality. get the one thats themed with steelepicblue. everyone's favourite. hehe
Click to expand...
Click to collapse
+1 on that. Too bad it isn't being worked on anymore, but it still works plenty good enough and stable too. I miss the radio but I have managed w/o it and moved on to Tune-in, Jango and Iheart.
I am always harking on this but ext partitions don't have to be sooo big. A good size is 350-400mb and even sometimes that is too big. 1GB imho is way too much wasted space that could be used for music, movies, pix,...
Figure that an average app is on the heavy side (like Flash or something like that) not usually more that 15-20mb. Like I said, on the heavy side. I have 60+/- apps and only about 125mb taken up in my partition. My /cache partition will fill up faster than my ext partition.
Look at it like this
8 bits = 1 Byte
1024 Bytes = 1 Kilo Byte
1024 Kilo Bytes = 1 Mega Byte
1024 Mega Bytes = 1 Giga Byte
1024 Giga Bytes = 1 Tera Byte
You would have to have a crapload of moster MBs (like Flash/ Moboplayer/ Angry Birds) to take up that whole 1gb partition. And even then your dalvik-cache will be too full to take that many apps and you'll have to start deleting some to make space.
xtwister6 said:
download and install link2sd.. crashes and pull battery... odd time I get it to install and when i select to move a program to sd it has a container error.
I can use the link feature tho.
Click to expand...
Click to collapse
I think I may have misunderstood what you wrote. So, Link2SD is working, it's the native froyo App2SD that doesn't work? You may have to delete the /sdcard/.android_secure directory.
So I thought I would start from scratch.
Put Bright 2.1 rom
Put steel blue v4 as suggested.
Install the link2sd 1.9.1
When I try to put an app on the SD it gives me an error
Failure
pkg: /data/app/ (filename.apk)
Then it says its on the sd. So I check the sd-ext directory and nope..
So I thought I could just create the directories data/app/
but still get the above failure
I tried changing the ext2.ko file to the 840kb but that doesn't do anything.
This os version doesnt have the OC file as stated above.
I think I'm close and don't know what else to try.
I appreciate the help.
-- I also redid the sdcard with gpart
formatted the whole card to fat32
-resized and created the ext2 partition
formatted to 500 meg using ext2
Woodrube said:
Figure that an average app is on the heavy side (like Flash or something like that) not usually more that 15-20mb. Like I said, on the heavy side. I have 60+/- apps and only about 125mb taken up in my partition. My /cache partition will fill up faster than my ext partition.
.
Click to expand...
Click to collapse
does link2sd not create use the ext2 if you link it? That's why I am trying to get this to work so that it doesn't touch too much of the internal memory?
Mioze7Ae
I am attaching the sd-card diagnotics like it says in your sig.
It does say fix me but I've run the util and it seems to go back to needing
repair each time after starting up?
Thanks for posting the sdcard-info.txt. You need to create an empty /sd-ext/link2sd directory and reboot.
I tried that and I am still getting the same error. Do I have to add sub directories into the link2sd directory such as data/app ?
No, you shouldn't have to touch /data at all and you don't need to do create any directories other than /sd-ext/link2sd. Can you rerun the diagnostics?
attached is the diagnostics.
Again thanks for your help!
Ate you putting your app folder on /sdext/link2sd and not /data/lunk2sd? Remember if you are using link2sd you name your folder link2sd. If you are using app2ext you name it app. It also kind of looks from the txt file that your ext partition is an ext4. Might be reading that wrong bit I definitely see ext4 in there and kahls v4 doesn't support that.
Edit: quick question. How are you trying to "put" your apps on ext? Hopefully you aren't going to settings>apps>manage>move to SD.
Oh, sorry I didn't also catch this the first time... only our most recent ROMs support ext4 (CM6, XDAspecial, Bravo). ext3 should work and ext2 will definitely work. You can use nandroid to backup your sd-ext partition (I think it's called SD data in the nandroid menus), Then just nandroid restore it and your /sd-ext will be reformatted as ext2.
It should be ext2. Thats how I formatted the partition.
I had both folders /data/app and link2sd on the card. I deleted the /data/app folder and rebooted.... still getting the error.
it seems to keep pointing to data/app folder in the error message
Oh, you're right. I was misreading my own diagnostic log. *facepalm* Hmm. Nothing looks wrong...
Here Mz, this is for you. Found it on another thread.
Do you have this folder, sd-ext/link2sd? What error do you get when you launch the link2sd apk? IIRC /data/app is only symbolic links.
Might want to reformat and start over by just putting folder in SD-ext/link2sd and wiping out all the previous issues. Am usually against reformatting, but in this case might be best option.

New to CM7

Hi all,
So last night I decided to give Cyanogenmod7 a try. I came from MIUI.us 2.1.20 - I just love MIUI, but it's a bit too demanding for the Milestone. So I have CM7 up and running, and it is a lot more snappy. But now, I'm having trouble installing some apps.
I tried installing my bank's banking app, but it didn't install - checked the market and it doesn't appear. Same thing with WhatsApp!! If it were working, I might just become a CM7 user..but it's not working.
Am I missing something? I installed after doing a full wipe, after which I installed DT A2SD scripts and then gapps-20111216 (although didn't see gmail or market etc after gapps, so installed those via apk).
What's the deal here?
Thanks.
Sent from my Milestone using Tapatalk
Ok, just wiped again, and reinstalled all. CM7 then gapps then dt a2sd. So far it's working.
Sent from my Milestone using Tapatalk
googleservicesframework.apk and vending.apk are all you need for using market. Try to reinstall them. May you success.
Ok, so now my problem is A2SD. It's not working! A2SDGUI refuses to go in, and when I do a check, I get a segmentation fault...I've never had this issue before. I've tried reinstalling DT A2SD from withing recovery and still, nothing. Please assist, I just need to get set up properly now.
Regards
Sent from my Milestone using Tapatalk
DT scripts dont work ...use an external partition (app2ext)
d.casper.b: CM7 for Milestone already comes with its own ap2ext scripts that are automatically used if there is ext partition present on your sdcard.
You should not install any 3rd party app2ext scripts as they are very likely to be conflicting with the scripts that are already there.
Thanks kabaldan.
I'll check it out.
I was even going so far as trying to use Link2SD from the market..
How'd I know if it's working? By monitoring the available internal storage?
Sent from my Milestone using Tapatalk
d.casper.b said:
Thanks kabaldan.
I'll check it out.
I was even going so far as trying to use Link2SD from the market..
How'd I know if it's working? By monitoring the available internal storage?
Sent from my Milestone using Tapatalk
Click to expand...
Click to collapse
when you will enable app2ext you will see the total space in your storage rise to 197 mb
I am not winning. I did a factory reset and flashed cm7 and gapps (not dt a2sd).
I did a test, internal storage was at 191mb, then I installed opera mobile and it went down to 182mb. Then uninstalled it again. Went into cyanogenmod settings and set install location to external. Installed opera again, but it was no different. Moving it to sd under 'manage applications' increased the internal memory again, but that's just moving the app to the FAT32 partition of the sd card.
So it's not seeming to work for me for some reason.
Sent from my Milestone using Tapatalk
EDIT: I really don't want to be a nuisance, but now, looking at the available storage using "Quick System Info", I noticed after uninstalling "Opera Mobile", 9mb was freed on internal storage & 13mb on the ext partition.
So, perhaps it is working, and since the dalvik cache is (I assume) on internal storage, the storage is still decreasing. Am I correct? If so, is there a way to also move dalvik cache to the ext partition - I had it like this on MIUI & never looked at available memory ever again.
First of all, have you really partitioned your SD card? Make sure you followed the 3rd step on this guide: http://www.mrmuh.com/2012/01/update-a-motorola-milestone-from-motorola-firmware-to-cyanogenmod-7/ . You should have your SD Card partitioned with two partitions, the first should be FAT32 that's used normally on Android, and the second EXT3 or EXT4. Obviously, make sure you have a backup of your FAT32 partition before partitioning.
Second, you should understand how the apps2ext scripts on CM7 work. Application installs that would be stored on internal memory are rerouted to the EXT3/4 partition on the SDCard. This happens at the underlying system (linux) level, Android (that runs on top of linux) is not aware of this rerouting, so, as far as Android "knows", apps that are rerouted to the EXT partition are on the phone's internal memory. That means that you should make sure that apps you need installed on the EXT partition of the SD card are shown in "Applications > Manage applications" list to be installed on the internal memory. Yep, it's confusing, but once you understand how it works and why it works that way, it makes sense.
Third, the fact that apps are rerouted to the EXT partition doesn't mean that everything about the app will live on the ext partition: it means only the main application package will live on the ext partition, application data is still stored on the internal memory. For most apps, the amount of data used for application data are much smaller than the application package, but in some apps the amount of application data from the app may often surpass the size of the app itself - for example, in my phone, Tweekdeck stores about 9Mb of data, which is about 10 times the size of the application itself (820kb) - presumably this amount of data is cached tweets, pictures, etc. But that case is usually the exception, not the rule, I've just mentioned it so you understand that using apps2ext doesn't mean your internal memory will always stay unused, it just means it will be used (way) less.
Finally, regarding the CyanogenMod Settings location setting, if you understood what I said above, you should now understand that it should actually be set to always install to "Internal", rather than external. However, there's a bug in this that you should be advised, that not all apps will respect this setting: some apps will install to external regardless of how you've configured that setting (meaning the app will use Froyo/Gingerbread native Apps2SD, hence being installed to the FAT partition of the SDCard). So, when you install a new app, check on app management if it didn't get installed to the SDCard, and move it to the internal memory if that's the case. For these kind of apps, you'll have to do it every time you update the app too.
Thanks, I edited my previos post..
I actually have 3 partitions, a FAT32, an ext2 (maybe it's ext3, but doubt it - partitioned some months ago, so my memory's hazy), and a SWAP - which I should get rid of, but am too lazy.
I understand entirely what you've said, I know that internal is really ext if working, and sd is FAT32 partition.
You see, I'm just new to this rom and have to trial and error until I understand, with miui you just flashed the rom and the a2sd scripts and didn't bother again (maybe only to move an app that installed to FAT partition). But it seems CM7 is simply just to flash the rom and you're good to go. But as I was pondering in my previous post...is there any way to move dalvik cache to ext?
Thanks for putting up with me..I'm almost there.
Sent from my Milestone using Tapatalk
d.casper.b said:
Thanks, I edited my previos post..
I actually have 3 partitions, a FAT32, an ext2 (maybe it's ext3, but doubt it - partitioned some months ago, so my memory's hazy), and a SWAP - which I should get rid of, but am too lazy.
I understand entirely what you've said, I know that internal is really ext if working, and sd is FAT32 partition.
You see, I'm just new to this rom and have to trial and error until I understand, with miui you just flashed the rom and the a2sd scripts and didn't bother again (maybe only to move an app that installed to FAT partition). But it seems CM7 is simply just to flash the rom and you're good to go. But as I was pondering in my previous post...is there any way to move dalvik cache to ext?
Thanks for putting up with me..I'm almost there.
Sent from my Milestone using Tapatalk
Click to expand...
Click to collapse
in the market you will find an app called s2e which moves app data, davlik cache to sd
also link2sd also free's up more space and makes cm7 snappier
please don't install such things to CM7 for Milestone unless you know what you are doing and you are able to resolve conflicts with the existing scripts
dalvik-cache is already moved automatically
if you want to free more space in /data, enable lib2ext to move native libraries to ext - it's mentioned in the changelog for 7.1.2 release
app data itself should not be moved as it can cause instability
d.casper.b said:
Thanks, I edited my previos post..
I actually have 3 partitions, a FAT32, an ext2 (maybe it's ext3, but doubt it - partitioned some months ago, so my memory's hazy), and a SWAP - which I should get rid of, but am too lazy.
Click to expand...
Click to collapse
Yeah, get rid of swap, there won't be any use for it (for now anyway) and it's best for you at this point to have a known working structure (two partitions, 1st FAT, 2nd ext3/4) for your SD as you're troubleshooting your problems/questions, it'll make it easier for us too as this will eliminate potential points of failure or inconsistencies. And you should really consider upgrading to a journaled filesystem, either ext3 or ext4. Using ext2 is unreliable because Android doesn't umount the ext partition cleanly on reboot or shutdown, so you may have problems with apps disappearing or misbehaving every other reboot. Using ext3/4 with journal elimitates this problem since the journal is just replayed for the uncleanly umounted partition and the filesystems behaves more consistently.
d.casper.b said:
You see, I'm just new to this rom and have to trial and error until I understand, with miui you just flashed the rom and the a2sd scripts and didn't bother again (maybe only to move an app that installed to FAT partition). But it seems CM7 is simply just to flash the rom and you're good to go. But as I was pondering in my previous post...is there any way to move dalvik cache to ext?
Click to expand...
Click to collapse
The apps2ext script built on CM7 should do this by default - you probably already have your dalvik-cache on the ext partition. To check this, go into OR, enter the console and type: "ls /sddata/dalvik-cache" . If it returns a list of files, you've already got the dalvik-cache on your ext partition. Another option is setting the option dalvik.vm.dexopt-cache-only to 1 in the file /system/build.prop . This will put all dalvik-caches (both from user apps and system apps) on the phone's internal cache partition, thus still freeing space on the internal memory but without using the ext partition, but that's not recommended if you install too many apps because the cache partition may run out space and that will spawn all kinds of weird behavior on Android. The safer route is just using the default configuration anyway (user apps dalvik-cache on sd-ext).
Another option to further reduce internal memory use is using lib2ext, that will move user apps native libraries to the ext partition, but the memory gain in this case is dependent on which apps you use and how big their native libraries (if they even have one) are. To activate it, just go into the Terminal app (with Android booted) and type:
$ su
# lib2ext
And reboot. The libraries will be moved to the ext partition during boot. Make sure you have a big enough ext partition to hold everything (apps, dalvik-cache and apps libs) - the size to recommend is very dependent on how many apps you use and how big they are, but I'd say 512Mb would be the bare minimum.
in the market you will find an app called s2e which moves app data, davlik cache to sd
also link2sd also free's up more space and makes cm7 snappier
Click to expand...
Click to collapse
DON'T! JUST DON'T! These third-party apps will cause all kinds of problems with CM7 builtin apps2ext.
EDIT: Oh well, Kabaldan already put all my rambling much more succintly than I could... I'm way too talky
well i was jus trying to help.. .anyway guys thanks i guess i won't be needing those apps anymore ...sorry for my noobness
Thank you so much guys!
It seems like it's working. I will check out lib2ext & the other suggestions tonight or over the weekend (on my way to work now).
I must say, I thought the move to CM7 would be a temporary one, but the speed gain is just what I needed, & the tweaks I thought I'd miss I am finding hidden in the settings .
Just wondering on the battery now - but I've been fiddling non-stop.
So let me play a bit more the weekend & I'll merge my ext2 and SWAP partition into one ext3 partition.
Thanks all, and kabaldan for your hard work on this rom.
Sent from my Milestone using Tapatalk
Just as I was on my way...
Everything's running fine, A2SD works. But now, I partitioned my SD card with a 2nd partition (ext3, it was ext2), but now widgets are not loading. Checked the apps install location, and it's 'internal', ie. ext3. I never had this before. I think maybe it's due to the filesystem now?
EDIT: Ok, ext2 is doing the same. I can't keep starting from scratch the whole time guys.
EDIT2: It's now suddenly working! Just have a Fat32 and an Ext3 partition. But I don't understand because it's been setup like this twice before with no success. I'll hold thumbs!
PS, CyanogenMod is quite up my alley now, speed is awesome and I'm happy.
Sent from my Milestone using Tapatalk

[Q] SD-EXT on SGS4G with CM9?

I'm currently running bhundven's herring CM9 with no kernel modifications and CWM 6. I find that the internal storage for this phone is very low and only holds a small amount of applications, especially since many apps seem to not want to install at all (about 3/4 of the time I try to install things, I get either "Package invalid" or "Insufficient space available", which is extremely annoying and might be a separate problem).
Is there any way that I can get sd-ext to work on this phone with this setup? I'd rather not switch kernels (I'd love to get TWRP recovery but the flashable doesn't work for me and I don't want to switch kernels).
cpkelley94 said:
I'm currently running bhundven's herring CM9 with no kernel modifications and CWM 6. I find that the internal storage for this phone is very low and only holds a small amount of applications, especially since many apps seem to not want to install at all (about 3/4 of the time I try to install things, I get either "Package invalid" or "Insufficient space available", which is extremely annoying and might be a separate problem).
Is there any way that I can get sd-ext to work on this phone with this setup? I'd rather not switch kernels (I'd love to get TWRP recovery but the flashable doesn't work for me and I don't want to switch kernels).
Click to expand...
Click to collapse
I haven't used it but this app should do the trick.
https://play.google.com/store/apps/details?id=eu.codlab.int2ext
Let me know if it works.
I prefer Mounts2SD, which lets you completely configure things. I was running PACman with cache and dalvik offloaded which worked quite well. And free is a good price.
https://play.google.com/store/apps/details?id=com.spazedog.mounts2sd
That seems like it just switches the internal and external storage, not making an ext partition on the SD card. But can things like this really be done through an app? I thought these things had to be done through init.d or build.prop scripts.
Sent from my SGH-T959V using xda app-developers app
The app creates an init file. Or so it appears. Like I said I don't use it. It seems that raze does and I'd defer to him here. Either his app or the one I linked should work fine.
Thanks (given) to both of you. And any ideas on what else might be causing the invalid packages when downloading from the play store? It happens even though I have much more free app space than I would need (eg. I had 119 MB of free space and a 30 MB app download failed).
EDIT: Just tried using Mounts2SD, but it couldn't find the sd-ext partition. Do I need to create that manually, and how?
Sent from my SGH-T959V using xda app-developers app
Titanium backup had a feature to integrate app updates into the Rom.
Sent from my SAMSUNG-SGH-I547 using xda app-developers app
Another way is to create ext4 partition (about 1G is usually enough) on you SD card with free MiniTool Partition Wizard and then use Link2SD to link apps/dalvik to this partition. I've been using it like this for a long time and it works fine. There are plenty of guides on the Web how to do that.
I used CWM or TWRP to create the sd-ext partition. You need to create that first somehow... if MiniTool Partition Wizard will do it without wiping the sdcard, that's better than recovery though.
My method was boot to recovery, mount sdcard, copy everything to computer HD, unmount sdcard, partition sdcard with 2 GB sd-ext (because I wanted lots of space, but I'd probably cut it down to 1 GB next time), mount sdcard, copy everything back from computer HD, unmount sdcard, reboot to system. Then launch Mounts2SD, pick what format you want the sd-ext in (FAT or ext2 are the fastest, but you can take ext3 or ext4 if you're not going to just disable the safety features) and what stuff you want moved over.
Edit: Just found this link, which I haven't used but which explains how to do the sd-ext with MiniTool... apparently MiniTool DOES still wipe the partitions though, so you may as well just use CWM/TWRP and make your life easier.
http://forum.xda-developers.com/wik...#using_MiniTool_Partition_Wizard_Home_Edition
Theraze said:
I used CWM or TWRP to create the sd-ext partition. You need to create that first somehow... if MiniTool Partition Wizard will do it without wiping the sdcard, that's better than recovery though.
Click to expand...
Click to collapse
MiniTool will wipe the sd card to create the new partition as well. I wish there was a way to do it without wiping the card but there is not. So back that stuff up first.
Madein Cyberspace said:
MiniTool will wipe the sd card to create the new partition as well. I wish there was a way to do it without wiping the card but there is not. So back that stuff up first.
Click to expand...
Click to collapse
I used GParted to partition my SD card. NO WIPING. Move, resize, add partitions.
nevkuril said:
Another way is to create ext4 partition (about 1G is usually enough) on you SD card with free MiniTool Partition Wizard and then use Link2SD to link apps/dalvik to this partition. I've been using it like this for a long time and it works fine. There are plenty of guides on the Web how to do that.
Click to expand...
Click to collapse
Yes, but our herring kernel does not support EXT4 partition, I tried it myself
and it didn't work. I had to create EXT3 which is supported by almost all kernels.
Eh, my results varied. Worked fine for me with ext4. And worked fine for my wife as well.
Rebel_X said:
Yes, but our herring kernel does not support EXT4 partition, I tried it myself
and it didn't work. I had to create EXT3 which is supported by almost all kernels.
Click to expand...
Click to collapse
The OP says he's running CM9. That's what I'm running but I use Proton kernel as CM9 kernel has a video bug, and ext4 partition works just fine for me. Strange if Bryan really removed ext4 support, it's just a line in the config file.
Successfully made the partitions last night but my phone won't mount the SD card anymore. Was trying ext3, I'll try ext2 and ext4.
EDIT: Fixed the problem, changed my partition to ext2 and set both partitions to "Primary" (not sure which one did the trick).
cpkelley94 said:
Successfully made the partitions last night but my phone won't mount the SD card anymore. Was trying ext3, I'll try ext2 and ext4.
Click to expand...
Click to collapse
Make sure that you make the first partition Primary/FAT32. This will be your normal SD card. Just take about 1GB of space from it at the end. Then make second partition Primary/ext4 with size to the end of the card. You can try ext2/3 but I don't think it is really necessary.
MiniTool will NOT wipe your partition if you do it right.
dsexton had a guide posted on how to do it.
Is it worth making a swap partition? If I remember correctly it significantly degrades the life of the SD card (and microSD's are delicate as it is), and I don't know if it would significantly increase performance.
cpkelley94 said:
Is it worth making a swap partition? If I remember correctly it significantly degrades the life of the SD card (and microSD's are delicate as it is), and I don't know if it would significantly increase performance.
Click to expand...
Click to collapse
I also created 128MB swap partition, not supported too and not mounted.
I tried to used swapper2 app from the market, but it says not supported by
kernel. Now I lost that space till I feel motivated to format or repartition the SD
card again.
I am using hefe kernel btw on AOKP milestone 6-5.
No swap.
Sent from my SGH-T959V using xda app-developers app

[Q] no internal space after installing rom

Need help and can't post in the thread required because i'm new. I installed explorerman's rom xenon system http://forum.xda-developers.com/showthread.php?t=2048312 which installs great but after install and rebooting several times I still have an internal storage issue. I have a 32gig SD partitioned with a 4gig ext3 partition, when the rom boots I get an error about internal storage then I get an error about the m2sd app saying the script is either missing or out of date. I follow the instructions and update through m2sd then, after a few minutes reboot the phone. Next it still say's the internal memory is full, 1mb free and m2sd still showing errors with no data moved to the sd-ext. I tried a 4gig sd card with a 1 gig ext3 partition but still the same problem.
I am doing as said and wiping dalvik cache etc. I have a backup of the ONLY rom that works which is based on android 4.03 but I want the original setup back on the phone so any help needed and please, no stupid comments or immature comments as I have seen from some posts here. i'm not a child but at the same time I am not a tech-head, thanks.
scotslad2k said:
Need help and can't post in the thread required because i'm new. I installed explorerman's rom xenon system http://forum.xda-developers.com/showthread.php?t=2048312 which installs great but after install and rebooting several times I still have an internal storage issue. I have a 32gig SD partitioned with a 4gig ext3 partition, when the rom boots I get an error about internal storage then I get an error about the m2sd app saying the script is either missing or out of date. I follow the instructions and update through m2sd then, after a few minutes reboot the phone. Next it still say's the internal memory is full, 1mb free and m2sd still showing errors with no data moved to the sd-ext. I tried a 4gig sd card with a 1 gig ext3 partition but still the same problem.
I am doing as said and wiping dalvik cache etc. I have a backup of the ONLY rom that works which is based on android 4.03 but I want the original setup back on the phone so any help needed and please, no stupid comments or immature comments as I have seen from some posts here. i'm not a child but at the same time I am not a tech-head, thanks.
Click to expand...
Click to collapse
try other scripts which is supported by that rom
bloodhound42 said:
try other scripts which is supported by that rom
Click to expand...
Click to collapse
I wouldn't know how to, I just trust the developer and since the rom does everything I wouldn't know where to look. the last time I tried editing a rom zip, it wouldn't install because it didn't match the original signature of the zip file. Also, because I am a new forum user, I can't contact the developer directly for some help.
Make 1 gb partition(Enough)! As the script uses 100mb of internal for every 500mb sd-ext....so making 3gb is useless.
Plus while configuring the app disable safe mode and see if that helps
Parth_14 said:
Make 1 gb partition(Enough)! As the script uses 100mb of internal for every 500mb sd-ext....so making 3gb is useless.
Plus while configuring the app disable safe mode and see if that helps
Click to expand...
Click to collapse
Will try that, thankyou
Nope, didn't work, wiped the SD card and made a 1gig ext3 partition, also disabled safe-mode as suggested, still loads EVERYTHING to internal memory with 1mb left, it also comes up with a busybox error and a script error on first boot. I went into M2SD and set apps, data and delvik to use the sd-ext partiotn and waited, nothing, so rebooted the phone, nothing. All with the same message of 'The current status does not match your settings for this option' under Applications, Data and Delvik Cache, also 'Could not set the sdcard readahead' which is set to 512 as default.
scotslad2k said:
Nope, didn't work, wiped the SD card and made a 1gig ext3 partition, also disabled safe-mode as suggested, still loads EVERYTHING to internal memory with 1mb left, it also comes up with a busybox error and a script error on first boot. I went into M2SD and set apps, data and delvik to use the sd-ext partiotn and waited, nothing, so rebooted the phone, nothing. All with the same message of 'The current status does not match your settings for this option' under Applications, Data and Delvik Cache, also 'Could not set the sdcard readahead' which is set to 512 as default.
Click to expand...
Click to collapse
Try this...
http://forum.xda-developers.com/showthread.php?t=1907663
Sent from my Micromax A110 using Tapatalk HD
try this
use INT2EXT
http://forum.xda-developers.com/showthread.php?t=1716124
download the zip file and open it file manager using mobile (root explorer..)(set r/w permission) then find init.d folder inside INT2EXT script copy and put it into
system->etc-> init.d
paste it..
then reboot
Seems like a nand burn flash mimicm9 and see internal memory and tell without any scripts
Sent from my HTC Explorer A310e using xda premium
scotslad2k said:
Need help and can't post in the thread required because i'm new. I installed explorerman's rom xenon system http://forum.xda-developers.com/showthread.php?t=2048312 which installs great but after install and rebooting several times I still have an internal storage issue. I have a 32gig SD partitioned with a 4gig ext3 partition, when the rom boots I get an error about internal storage then I get an error about the m2sd app saying the script is either missing or out of date. I follow the instructions and update through m2sd then, after a few minutes reboot the phone. Next it still say's the internal memory is full, 1mb free and m2sd still showing errors with no data moved to the sd-ext. I tried a 4gig sd card with a 1 gig ext3 partition but still the same problem.
I am doing as said and wiping dalvik cache etc. I have a backup of the ONLY rom that works which is based on android 4.03 but I want the original setup back on the phone so any help needed and please, no stupid comments or immature comments as I have seen from some posts here. i'm not a child but at the same time I am not a tech-head, thanks.
Click to expand...
Click to collapse
u have to freshly install the xenon and after installing and completing setup open mount2sd and it will give u a window says install busybox and install the script somthing like that ...click on the both and after green check mark reboot ur pico....if the problem still there then check the partition ...use recovery to partition ur sd card.
scotslad2k said:
Need help and can't post in the thread required because i'm new. I installed explorerman's rom xenon system http://forum.xda-developers.com/showthread.php?t=2048312 which installs great but after install and rebooting several times I still have an internal storage issue. I have a 32gig SD partitioned with a 4gig ext3 partition, when the rom boots I get an error about internal storage then I get an error about the m2sd app saying the script is either missing or out of date. I follow the instructions and update through m2sd then, after a few minutes reboot the phone. Next it still say's the internal memory is full, 1mb free and m2sd still showing errors with no data moved to the sd-ext. I tried a 4gig sd card with a 1 gig ext3 partition but still the same problem.
I am doing as said and wiping dalvik cache etc. I have a backup of the ONLY rom that works which is based on android 4.03 but I want the original setup back on the phone so any help needed and please, no stupid comments or immature comments as I have seen from some posts here. i'm not a child but at the same time I am not a tech-head, thanks.
Click to expand...
Click to collapse
Why you don't install cm10.1 beta 3. Its great and cool and stable to. Based on 4.2.2. Android os install link2sd and make both partition of fat32 by mini tool and don I have this problems when install the ROM you have then after I do this I have 8 GB SD card 1 GB fat 32 partition and other for data. Alls going good smooth stable. And a have 43 app installed on my pico and remaining internal memory showing 87 mb my good suggestion is to change ROM .
And give a time to the developers of (explorerman's rom xenon system) to make the ROM best
sent from my HTC explorer having ROM cm10.1 beta 3.
using xda app the best developers site for android :thumbup:
rajat836 said:
u have to freshly install the xenon and after installing and completing setup open mount2sd and it will give u a window says install busybox and install the script somthing like that ...click on the both and after green check mark reboot ur pico....if the problem still there then check the partition ...use recovery to partition ur sd card.
Click to expand...
Click to collapse
Did all that, I always do a complete clean of the phone before I try anything but still not working. I think, because it was a T Mobile HTC Explorer rather than a generic one that there is something hard coded into it. I see through the forums so many people having no problems at all but they have generic phones rather than unlocked phones from service providers. I am not a programmer so this is just guess work and from experience, I can't even restore the phone using an RUU because it will only accept a T-Mob one. If there a way to replace the entire software on the phone then I would but it's programmed into the chips at factory level (low level) since the phone was produced by HTC for T-Mobile. If the phone had been bought directly from HTC then there would be less problems. So far, I haven't found a single rom that doesn't have some kind of problem with this phone.
Thanks for all the suggestions but I'm guessing it's time to 'pick a window' for it and just save up for a more modern phone than trying to keep this HTC Pensioner going.

Categories

Resources