[Q] Resize /system partition, how? - Galaxy S I9000 Q&A, Help & Troubleshooting

I'm on latest CM9 with Semaphore 1.2.4, but this latest update used up a lot of space in /system partition which only left me 2MB spaces. I need extra spaces for system app and new bootanimation, how?

You cant change the system partition size however to get the space in it try moving your app to sdcard.
-----Sent using RemICS-i9000-----

Even I need help with it..
Sent from my GT-I9000 using Tapatalk 2

erpurohit said:
You cant change the system partition size however to get the space in it try moving your app to sdcard.
Click to expand...
Click to collapse
How sure are you on that? From what I understand PIT files in ODIN can change partition layout. If one can change partition layout, one should be able to increase /system as well.
That said, I find Android very confusing. Some examples:
Onboard flash is not a SD card. A SD card is something you can just pull out of the device. Yet android refers to the onboard flash - or well, more accurately a specific partition on the onboard flash - as SD card.
CWM backup is supposed to do a *FULL* backup. Yet it does not include my pictures. No matter what format/wipe options I choose in CWM, the pictures don't go away... I have a whole different concept off a full wipe / factory reset / format SD than that.
It seems several tools format the wrong thing.
App data directories seem to move all over the place. I usually make nandroid backups and I have issues restoring my app *data* every time I use another ROM.
All that said, I'm a big time linux user. I'm extremely familiar with system maintenance on computers. However Android is new to me. All the confusing on naming etc. however is a HUGE !#@%!!#% obstacle.
But why explain things clearly or use terms what they're for. Much easier to confuse people right? At least someone can make money of it then.

Get slimbean 2.1
It has 1.9 gb of /system!!
Sent from my Rolls-Royce.

jay_ingale said:
Get slimbean 2.1
It has 1.9 gb of /system!!
Sent from my Rolls-Royce.
Click to expand...
Click to collapse
All new version of jelly bean will be of this size only....

Delete /system/media/videos and convert cyanogenmod wallapapers to user apps. Saves ~15 mb
Sent from my GT-I9000 using xda premium

Sorry to bump such old thread.
I was offered a I9000 that I would like to use as second phone.
I flashed I9000XXJVU_I9000OXAJVU_OXA through odin, and then root (cf-root) and MackayRom 1.7 .
As it says in the rom thread, I have a space problem. Is there any chance better than this one?
Any possibility of repartitioning the internal storage?
Here is my partition scheme:

Related

[Q] Convert SDCard to MainMem so External_SD becomes SDCard?

Hi there,
Is there a way to make the add the internal SD card to the main memmory? So that there would not be an internal SD card anymore?
I do not mean swapping the moutpoints around so my External_SD becomes my primary and my internal my second....
I want to get rid of the internal one alltogether (adding it to main memory).
I figure that I'll have to format the storage in a certain way... would that do it?
Can someone tell me step by step what to do?
I do have CW-mod installed.
I did search the forum, but couldnt find anything conclusive. Just hints that it should be possible...
If there already is a thread where all this is explained, please point me to it, because I couldn't find it.
Thanks,
Pfeffa-rah
I don't think this is possible , never heard of someone who did it
I have no idea how to do that. My question is... why would you want to do that?
Having an internal_sd partition adds the benefit of having big app data (such as those in Gameloft games) sit in a very fast partition and still be called "sddata".
Also, it's mountable via PC so everything in there can still be backed up. So it's best of both worlds really.
This was discussed some time ago in this thread: http://forum.xda-developers.com/showthread.php?t=1013575
There were ideas on how to remount the cards at boot. I myself come to the conclusion that since more phones start to behave in this way, app developers will have to start dealing with it. It just sucks they are mostly slow on the uptake. My main problem was the Spotify cache location being hard coded so I resorted to hack the Spotify apk.
PS. salisbury_steak: What is it with people like you that every time someone has a question on how to do something, your immediate response is "But why would you want to do that?!".
sorech said:
PS. salisbury_steak: What is it with people like you that every time someone has a question on how to do something, your immediate response is "But why would you want to do that?!".
Click to expand...
Click to collapse
That was actually an honest question.
I wanted to understand why he wanted to do it. (i.e. What would be the advantages of it.) There was no supposed sarcasm in there.
how about the ability to install 5x more applications?
Having that stupid 5gb partition as sd card and the real sd card as a sub folder is retarded...
My 32GB class 10 cars is a lot faster than the internal one.
The internal 5gb memory is MUCH TOO SMALL!!! Most apps don't allow you to store data on the external card. If you like me and many others install some games that download aditional data + a nav app that downloads maps for europe + some streaming music app like wimp that can cache music for offline play then you are ****ed with LG's setup.
The setup CM7 uses solves the main problem but effectively wastes the 5gb by mounting it at emmc where like 0,0001% of apps are able to access it.
So adding those otherwise wasted 5gb to the main memory would be great. But i have not seen any solution to that yet :-(
Thank you Gensplejs for explaining that to them. I had no idea how to reply to that since it seemed so obvious to me.
This thread was ment to be a question about how to do it and not to discuss the usefullness of it. That is where I lost the way in other threads...
So, thanks for your replys all (realy).
But now, back On-Topic:
How would I do it?
Sent from my LG-P990 using XDA Premium App
Please don't blame me if you tried it and you screwed up your phone.. It's your choice...
Well, I don't know if this would work, but this is how I would do it (accepting the fact that I'd loose almost 2GB of /data's free space):
1. Format your internal sd card to the same file system as your /data partition is (ext3 or ext4)
2. Copy every file from /data 1:1 to your sdcard (cp -R /data/* /sdcard)
3. I don't know when and where the partitions are mounted (maybe init.rc??)...anyways change the target there and let /data point to the internal sd card partition (so it is ensured that it is mounted automatically to the new location)
4. Reboot and keep your fingers crossed
I think i figured how to do it in theory. First we need some free space at our microsd to cp /data. Then we should repartition with fdisk /dev/block/mmcblk0p8 and p9 into one partition and change vold.fstab to mount only externalsd at /sdcard as we do when we swap partitions. In theory it should work but i cant test it right now or make a script since ve gone vacations and i dont have a pc to restore in case of error
I agree.. certain apps wont store to sdcard.. its better to use the whole 8gb as phone storage, and use external sdcard as default sdcard.
Sent from my LG-P990 using XDA App
What ive found till now is that sd swapping is easy. You can do it by tweaking only vold.fstab. But repatriationing is a pain in the ass. Looks like lg has "faulty" partitions or something and to do it you must mesh up with with almost half partitions.
I had to rebuilt boot lgdrm recovery data and sdcard to make em half work. So it probably isnt worth the trouble. Also I think init.rc is built on the boot. So just remounting internal sd to /data wont work either.
sectors is not space
it says 7996, so thats 8GB
i saw it in hurry. the brain sometimes belives whats he want to belive
sorry
New to XDA
Hello everybody,
I'm new to android and i'm trying to find out how to solve the problem posted in this thread.
I see you've got the awnser but i don't know how to do this.
I've been searching google and XDA for ever but i just can't find the awnser.
Could you make a step by step howto or point out to a post how to do this.
I mean converting your external sd to ext4 and change the mounting points.
I'm a complete nood, i didn't get adb to work on my pc, ext4 recovery is not for the p990 2x.
I've read something abbout changing fstap for swapping te mounting points for sdcard and emmc, witch is also ok for me, but formating to ext4... wel i frankly don't know how to do this.
I'm quite stuk on this.
The only partitioning experience i've got is Gparted in Ubuntu or repartitioning in Windows 7.
Thans in andvance!
Greetz,
JMG
http://android.modaco.com/topic/347...-partitions/page__gopid__1821791#entry1821791
check this
you can expand data partition , but there is a limitation of 1.75gb
Thanks davjan
Thanks davjan,
As far i can see it's indeed not worth it.
I wil have to go on and try to find out how to change the filesystem to ext4 and swap the internal and external sd.
That way i get more usable space instead of a big datastorage witch cannot contain program data.
But thanks for the quick reply.
Jean Michel Gaar said:
Thanks davjan,
As far i can see it's indeed not worth it.
I wil have to go on and try to find out how to change the filesystem to ext4 and swap the internal and external sd.
That way i get more usable space instead of a big datastorage witch cannot contain program data.
But thanks for the quick reply.
Click to expand...
Click to collapse
what rom are you using? is your phone rooted?
swapping internal with internal sd is very easy
and most of the roms here on xda are ext4 , if you instal one of them they autoconvert to ext4
Jean Michel Gaar said:
Thanks davjan,
As far i can see it's indeed not worth it.
I wil have to go on and try to find out how to change the filesystem to ext4 and swap the internal and external sd.
That way i get more usable space instead of a big datastorage witch cannot contain program data.
But thanks for the quick reply.
Click to expand...
Click to collapse
I you read the link provided you'll see that it makes what you want: grow internal filesystem = lower SDcard usable space. The only thing is that it doesn't seem possible is to use the whole space: system limitation. 75Markus tried high /system and /data values and phone didn't work.
See in his Mediafire Folder, 'Nvflash + guide for changing Partitions:
http://www.mediafire.com/75markus
Ext4 is now common with custom ROMs (in fact all of them).
You should search in sd-ext partition system, which was designed to artificially expand filesystem on older phones using an 'ext' partition. I didn't heard anybody using this on O2X.
If you use CyanogenMod based ROMs, your external card will be mounted ad /sdcard by default.
Switching internal and external SD
Thanks guy's,
I'll check it out.
I've been using cyanogenmod 7.1 stable with vorkkernel 20110208.
But that gave me batterydrains while using maps and nextvid ate the same time (while i'm driving).
Now i'm trying MIUI 1.11.11 with latest swift extreme.
But MIUI is very buggy so i'm thinking of going back to CM.
The only thing is that my phone won't boot with the latest vorkkernel.

[Q] Increase Internal memory

any solution to increase internal memory for Samsung Ace 5830!!
android version 2.3.4
Baseband version S5830DDKQ6
Make 2nd partitions then use link2sd...
regards,
•ƒγяύs ργяσ™•
pyronia said:
Make 2nd partitions then use link2sd...
regards,
•ƒγяύs ργяσ™•
Click to expand...
Click to collapse
how to create a 2nd partition is there any apps for it for doing so ??
draneesh said:
how to create a 2nd partition is there any apps for it for doing so ??
Click to expand...
Click to collapse
yea der is a software "minitool partition wizard"...
but u can do it by cwm recovery mod...
Sent from my GT-S5830 using xda premium
draneesh said:
how to create a 2nd partition is there any apps for it for doing so ??
Click to expand...
Click to collapse
Use pc...google minitool....easy to use app...
regards,
•ƒγяύs ργяσ™•
draneesh said:
how to create a 2nd partition is there any apps for it for doing so ??
Click to expand...
Click to collapse
I highly recommend using CMW for making the partition. I've had some problems making them through my PC. With CMW you just set the amount of size you want it and wait till its done.
Then install S2E.
yea its better to make it by cwm and its very easy....
but make sure you have the backup of you sdcard before partitioning...
Hey ! I just googled about partitioning sd card and found that CWM may brick your phone.. is it true ?
balaji.s26 said:
any solution to increase internal memory for Samsung Ace 5830!!
android version 2.3.4
Baseband version S5830DDKQ6
Click to expand...
Click to collapse
If your phone is rooted, follow these steps -
1) Download root explorer or file manager app from market.
2) Open the app
3) Go to system/app
4) Delete the following files
swype.apk
thinkdroid.apk or thinkfree.apk if you dont use thinkfree office(something like that, i dont remember the exact name)
youtube.apk
fmradio.apk and fmradio.odex
voicesearch.apk
voicerecorder.apk and voicerecorder.odex
etc..
Delete these files only if you dont use all these apps. Don't blame me later on.
tj_droid said:
If your phone is rooted, follow these steps -
1) Download root explorer or file manager app from market.
2) Open the app
3) Go to system/app
4) Delete the following files
swype.apk
thinkdroid.apk or thinkfree.apk if you dont use thinkfree office(something like that, i dont remember the exact name)
youtube.apk
fmradio.apk and fmradio.odex
voicesearch.apk
voicerecorder.apk and voicerecorder.odex
etc..
Delete these files only if you dont use all these apps. Don't blame me later on.
Click to expand...
Click to collapse
But its not a permanent solution....
Prawesome said:
But its not a permanent solution....
Click to expand...
Click to collapse
Yea, I know.. I just gave an easier solution.. If he wont use much apps den this can work as a permanent soln
Sent from my GT-S5830 using iOS ROM
Apps disappearing from EXT4 partition
Hi everyone. Since I see that at least part of this thread seems to be talking about Link2SD, I wondered whether anyone might be able to offer some insight into the problem I am experiencing.
Before that however, let me explain that I started off with an 8GB micro SD card with a 500MB EXT4 partition. I had been fast running out of space in the internal phone memory, and my SD drive itself was also filling up fast. When I installed Link2SD I managed to regain a considerable amount of free space on the internal memory.
The problem is though that once I had linked the majority of my apps to the EXT4 partition and backed up the device in that condition with CWM, once I rebooted the system all the apps that were linked had disappeared. However there are still some 244MB of files on the EXT4 partition that Link2SD says are in use, and I cannot delete them.
I then purchased a 16GB micro SD card from Samsung, and tried to restore the CWM backup to that card....my apps were missing apart from the few that remained on the FAT32 partition and in the phone memory....I should mention that this also happened before I installed the CM7.1 ROM.
Now things have really become problematic. I decided to remove quite a few apps, then download the latest version of Link2SD from the apps Market. But although there is now plenty of space on all partitions I keep getting the 'insufficient storage available' message, and I cannot install anything. I also did a CWM restore on the original 8GB SD card with the same result. This is why I cannot lay the blame fully on Link2SD, as there has to be a glitch somewhere in my installation.
FreeSpace [Root] shows the following on the 8GB based system:
Cache free space 20.7MB
Data free 16.6MB
Ext free 265.0MB
SD-card free 959.1MB
System free 48.2MB
So what gives? I really don't understand what's going on. I am running the latest CM7.1-RC1 Cooper-Grif ROM build number GWK74, with Kernel version 2.6.35.7-CL-562111 [email protected]#1 with all updates necessary. This is costing me more time than I can afford to lose on this, and I really need to find a solution once and for all, preferable without having to reinstall everything again from scratch, which is what I intend doing once the official Cyanogen Mod becomes available finally.
Thanks in advance, and apologies for the long post.
try this http://androidandme.com/2009/08/news/how-to-manually-partition-your-sd-card-for-android-apps2sd/
and install S2E + FreeSpace
Deodex your rom using my tutorial !
http://forum.xda-developers.com/showpost.php?p=21853516&postcount=1
Make partition in cwm yet easy but...it will format your sd...on minitool is better if u have lots of thing on your sd...
regards,
•ƒγяύs ργяσ™•
I got some problems doing this. This is what I did:
I had many apps installed and moved to SD (8gb class 4), so I made a backup of the SD content.
I formatted it, and created 2 partitions (6.8gb and 515mb) using Minitool Partition Wizard. Both are primary and FAT32 (if I create the 2nd partition as EXT2 the phone says SD is damaged).
Moved my backup content again to the 6.8gb partition and rebooted the phone.
Looks like everything is right but Link2SD says "second partition not found".
What IM doing wrong?
Would Link2SD detect that 2nd partition if I flash my phone and I start installing apps now that my SD has 2 partitions?
IMHO from what I've experience, Link2sd does not accept fat partitions. I had the same problem.
Are you looking for the correct type of partition?
Start Link2sd>menu>More>recreate mount scripts and choose FAT32/FAT16
truth57 said:
Hi everyone. Since I see that at least part of this thread seems to be talking about Link2SD, I wondered whether anyone might be able to offer some insight into the problem I am experiencing.
Before that however, let me explain that I started off with an 8GB micro SD card with a 500MB EXT4 partition. I had been fast running out of space in the internal phone memory, and my SD drive itself was also filling up fast. When I installed Link2SD I managed to regain a considerable amount of free space on the internal memory.
The problem is though that once I had linked the majority of my apps to the EXT4 partition and backed up the device in that condition with CWM, once I rebooted the system all the apps that were linked had disappeared. However there are still some 244MB of files on the EXT4 partition that Link2SD says are in use, and I cannot delete them.
I then purchased a 16GB micro SD card from Samsung, and tried to restore the CWM backup to that card....my apps were missing apart from the few that remained on the FAT32 partition and in the phone memory....I should mention that this also happened before I installed the CM7.1 ROM.
Now things have really become problematic. I decided to remove quite a few apps, then download the latest version of Link2SD from the apps Market. But although there is now plenty of space on all partitions I keep getting the 'insufficient storage available' message, and I cannot install anything. I also did a CWM restore on the original 8GB SD card with the same result. This is why I cannot lay the blame fully on Link2SD, as there has to be a glitch somewhere in my installation.
FreeSpace [Root] shows the following on the 8GB based system:
Cache free space 20.7MB
Data free 16.6MB
Ext free 265.0MB
SD-card free 959.1MB
System free 48.2MB
So what gives? I really don't understand what's going on. I am running the latest CM7.1-RC1 Cooper-Grif ROM build number GWK74, with Kernel version 2.6.35.7-CL-562111 [email protected]#1 with all updates necessary. This is costing me more time than I can afford to lose on this, and I really need to find a solution once and for all, preferable without having to reinstall everything again from scratch, which is what I intend doing once the official Cyanogen Mod becomes available finally.
Thanks in advance, and apologies for the long post.
Click to expand...
Click to collapse
Try s2e best app for CM roms,nearly perfect app, dnt have to link ur data again n again, it does its job without bugging u, try it u would love it
Sent from my GT-S5830 using XDA

Internal storage

Any one know how to increase internal storage? As iwanted to keep all the apps in internal storage instead of sdcard .
Advise against it. Set by default for system apps. Unless you flash custom rom. Best solution transfer apps to ext sd card
Sent from my GT-N7000 using XDA
jim2sad said:
Any one know how to increase internal storage? As iwanted to keep all the apps in internal storage instead of sdcard .
Click to expand...
Click to collapse
I don't think messing around with the partition is a good idea. But if you are a pro, that's what Android is for.
Sent from my GT-N7000
Well, yes and no. You have x GB of internal storage. That will never change. The deal is that you can only use a set amount of that x GB for apps and data. Without going into that much detail, though, a majority of that x GB is partitioned like this:
/system – x GB
/data – x GB
/cache – x MB/GB
/data is the only partition you can actually use for apps and data. So, to answer your question, you can make that /data partition larger. This requires root, though, as you suspected.
Resizing the partitions is much more advanced, though, and is not as simple as just installing an app. Whether you have a custom or stock ROM, make sure you leave yourself enough space where it needs to be.
So can I custom partitions my phone u may ask. At the moment it does not seem to be any tools or mod for doing this on N7000. But u can google "custom mtd partitions android" (or galaxy note).
But its not something I recommend but if u feel comfortable for doing this (if u find any ways to custom partitions) despite all the warnings that may appear on the guide, you can just go ahead and custom partition
Sent from my LT26i using xda premium
Thanks for all the feedback =]

[Q] move file to the REAL EXTERNAL SD

peple, i can't believe is so hard to find information about this big problem.
HOW CAN I MOVE INSTALLED APPS TO MY EXTERNAL SD??
I tried all "App2SD" in google play, but looks like Optimus 2x mount its SD in a different way, so what these apps does is move apps to/from internal memory (it is not the same as internal sd??? why 2?) and internal sd.
So i boght a 32GB sd for just videos and mp3???
I googled and found a link talking about "Mod Install Location".
Well, this "Mod Install" doesn't work too. I can't install news apps in external sd nor can i move installed apps.
No one bottered with this situation too???? Is impossible to move installed files in Optimus 2x do the external SD?
install CM7 Custom ROM
siibel said:
install CM7 Custom ROM
Click to expand...
Click to collapse
What exactly that does?
But i want to try another ROMs. There is not another way?
Another question about this SD problem: looks like that after flash roms and firwares the internal sd will be totally wiped. Well, so Titanium Backup is useless for Optimus 2x, as it doens't let choose directory for backups. Solution?
presuntinho said:
What exactly that does?
But i want to try another ROMs. There is not another way?
Another question about this SD problem: looks like that after flash roms and firwares the internal sd will be totally wiped. Well, so Titanium Backup is useless for Optimus 2x, as it doens't let choose directory for backups. Solution?
Click to expand...
Click to collapse
+1 on CM7. That ROM will render your internal SD useless as EVERYTHING can be thrown to the external SD.
I have Titanium Backup Pro and there's an option to choose the backup location in preferences. I'm pretty sure it's also present in the free version.
(TB is very useful for me. Enough for me to purchase it.)
If you are using app2sd from market to move your application to sdcard, meaning you can do it manually from your application manager, each and every app you click will have a button to move to sd. App2sd market app just simplifies this process. Please note that this method only moves some app files to the sdcard not all of it, it will still leave app dalvik and app user data on the internal memory.
The real app2sd/app2sd+/data2sd that creates a link from your internal phone data partition and relocate your data folder to external sd are script based, and you have to make a ext3/4 partition on your external sdcard in addition to your fat32 partition. This is what you need If you want to totally move all data to external sdcard.
I have not seen ppl making tutorials using this script in o2x forum, because the 1.5gb app space is good for most people, unless if you have alot of games in your phone. For what I know the app2sd+ script is universal for all phones, you may just need to make some modifications to the script to make it work on every specific phone type/model.
About the flashing firmware wiping internal sd, I have not encountered such issue. For what reason do you flash a firmware? I havent tried flashing rom the official way since you can just use cwm to flash rom, but I flash baseband alot of times, no internal sd wipes, but it does wipe data partition.
TB doesn't let you change the backup folder like that. You have to copy the "TitaniumBackup" folder with a few backup files to where ever you want and then the app scans for folders with backups.
salisbury_steak said:
+1 on CM7. That ROM will render your internal SD useless as EVERYTHING can be thrown to the external SD.
Click to expand...
Click to collapse
But i will lost the 8 GB of this "internal SD" or i can still use it?
You have games installed in the external SD? They run as faster as in the internal?
Thanks
Chris4evernoob said:
TB doesn't let you change the backup folder like that. You have to copy the "TitaniumBackup" folder with a few backup files to where ever you want and then the app scans for folders with backups.
Click to expand...
Click to collapse
After flashing a ROM or firware i just open TB and it will recognize the old backups? I just install TB and then overwrite with the old folder?
Thanks
tablighs said:
If you are using app2sd from market to move your application to sdcard, meaning you can do it manually from your application manager, each and every app you click will have a button to move to sd. App2sd market app just simplifies this process. Please note that this method only moves some app files to the sdcard not all of it, it will still leave app dalvik and app user data on the internal memory.
The real app2sd/app2sd+/data2sd that creates a link from your internal phone data partition and relocate your data folder to external sd are script based, and you have to make a ext3/4 partition on your external sdcard in addition to your fat32 partition. This is what you need If you want to totally move all data to external sdcard.
I have not seen ppl making tutorials using this script in o2x forum, because the 1.5gb app space is good for most people, unless if you have alot of games in your phone. For what I know the app2sd+ script is universal for all phones, you may just need to make some modifications to the script to make it work on every specific phone type/model.
About the flashing firmware wiping internal sd, I have not encountered such issue. For what reason do you flash a firmware? I havent tried flashing rom the official way since you can just use cwm to flash rom, but I flash baseband alot of times, no internal sd wipes, but it does wipe data partition.
Click to expand...
Click to collapse
If i use the external sd with ext3/4 using the entire space, i will able to send file using usb, bluetooth, etc? I mean, there is any colateral?
Moving all data to MicroSD make the apps run slowly?
2 big games are enough to almost fill the entire internal memory.
tablighs said:
About the flashing firmware wiping internal sd, I have not encountered such issue. For what reason do you flash a firmware? I havent tried flashing rom the official way since you can just use cwm to flash rom, but I flash baseband alot of times, no internal sd wipes, but it does wipe data partition.
Click to expand...
Click to collapse
Well, maybe is my enlglish that is horrible, but that is what i understand reading this:
http://forum.xda-developers.com/showpost.php?p=26191714&postcount=3
"Installing this file WILL fully wipe your device, including the Internal SD. Back up!"
So:
1 Changing the ROm will wipe the internal sd?
2 Changing the firware (firmware and baseband are the same thing, correct) will?
presuntinho said:
If i use the external sd with ext3/4 using the entire space, i will able to send file using usb, bluetooth, etc? I mean, there is any colateral?
Moving all data to MicroSD make the apps run slowly?
2 big games are enough to almost fill the entire internal memory.
Click to expand...
Click to collapse
If you use app2sd+ script method, everything will function normally. A class 6 or 10 sdcard can perform as fast as your internal phone storage. You may wear your sdcard faster though since it is being regularly used and accessed.
The only problem is to fine the script itself that is specifically customised for o2x, I myself do not know how to do it, although I used it before for my HTC Desire phone, but that was long time ago and the script was integrated in custom roms since htc desire only has 150mb app space.
presuntinho said:
Well, maybe is my enlglish that is horrible, but that is what i understand reading this:
http://forum.xda-developers.com/showpost.php?p=26191714&postcount=3
"Installing this file WILL fully wipe your device, including the Internal SD. Back up!"
So:
1 Changing the ROm will wipe the internal sd?
2 Changing the firware (firmware and baseband are the same thing, correct) will?
Click to expand...
Click to collapse
Yes, all threads will say that, its just cautionary purposes. I just recently reflashed my baseband to v20c a a month ago using smartflash, it did wipe my rom data, but not my internal sd. But just incase, make a backup of everything, it doesn't hurt to do that.
tablighs said:
If you use app2sd+ script method, everything will function normally..
Click to expand...
Click to collapse
but to use apps2sd +script i need to have a partition ext3 or ext4, right? This partition in ext3 will work with usb, bluetooth, etc?
It is a good option to have the enitre microsd in ext3 instead 1 partition in ext3 and 1 in fat32?
Thanks
presuntinho said:
but to use apps2sd +script i need to have a partition ext3 or ext4, right? This partition in ext3 will work with usb, bluetooth, etc?
It is a good option to have the enitre microsd in ext3 instead 1 partition in ext3 and 1 in fat32?
Thanks
Click to expand...
Click to collapse
The ext partition will always be mounted for android system, so you cannot access via pc. You need a fat32+ext3/4 partitions combo.
First you need to know how much storage do you need for apps, please note that I think the internal 1.5gb app storage will be left unused if you decide to link your data (which will fool android system thinking it is phone memory) folder to your external sd.
We have talk too much on this topic but I myself is unsure whether you can find the script to run on o2x. Maybe its time for you to take some time on how to actually find and modify one so it works for o2x. I cannot help you on that at all. Keep us posted if you have any progress.
tablighs said:
The ext partition will always be mounted for android system, so you cannot access via pc. You need a fat32+ext3/4 partitions combo.
First you need to know how much storage do you need for apps, please note that I think the internal 1.5gb app storage will be left unused if you decide to link your data (which will fool android system thinking it is phone memory) folder to your external sd.
We have talk too much on this topic but I myself is unsure whether you can find the script to run on o2x. Maybe its time for you to take some time on how to actually find and modify one so it works for o2x. I cannot help you on that at all. Keep us posted if you have any progress.
Click to expand...
Click to collapse
But can i alternatively make a backup of big games in the sd so i don't need to download 700 MB every time i want to install it again? As already said Titanium Backup will not do that. I could cut and paste only the backup of the game i want to sd, but Titanium show the name of backups in a way wich is dificult to read among many files. Plus i am not sure TB will backup all data of the game.

[Q] increasing phone memory for apps and games

Hi. After weeks of collecting needed apps for my galaxy note I checked them and backuped them by Titanium Backup. From all of them I choose around 400 games and aps.
After that I clean my phone and install new rom. Unfortunately I have problems with free space on my phone, so I am thinking of increasing it somehow.
Right now I have 1,97GB memory ( + around 10 GB sd card) and when it is full ( f.ex after titanium backup restore) every app goes on sd card ( right?). I would like to increase it so I will have f.ex. 4 gb + 8gb sd card. Is it possible? I tried by CWM but it is without changes. How can I do something like that and is it possible? Is there going to be no problem if I will like to change rom or kernel on another one? It will always be 4 gb ( if I will be abble to change it) ?
It is much easier to use some app to move installed apps to sdcard. Still if you really like to increase the size of data partition, then can use my repartition guide, in post 12. Cheers.
http://forum.xda-developers.com/showthread.php?t=1661590
Sent from my phone
Oh it looks little bit complicated... But I need to read it all first. Maybe there is some easier way to partition it?
The key thing is using adb and parted to remove Partition 10 and 11 then create 10 with the size of 4 gb and the rest is for 11. Name them and go to cwm to format data.
Parted is part of busybox so if you have root then parted is aldeady there no need to flash the kernel mentioned in the guide. Still, if you are not sure then use app2sd is easier. Cheers.
Sent from my phone
ruffpl said:
Oh it looks little bit complicated... But I need to read it all first. Maybe there is some easier way to partition it?
Click to expand...
Click to collapse
Anotherway is to use pit magic to modify pit file. Still, custom pit should be use to recover emmc brick phone. For your case adb method should be safer, maybe.
Sent from my phone
Thank You. I will try.

Categories

Resources