Wildpuzzle Vs Cm7 - Wildfire General

Hi Folks
im new to the custom rom scene, so please forgive me if this sounds like a really stupid question
I have only installed 2 roms so far Wildpuzzle V0.8 and CM7 6.1.0
When i install WP i only get approx 90mb internal memory yet when i install cm7 i get approx 165mb internal
i have followed melvan changs guide on the forums here and i have even spoken to him in person and we have tried several options but none seem to work
Therefore is there another way of getting 165mb in wildpuzzle or can someone (try and) explain why cm7 gets 165 but wp only gets approx 95mb
I have tried several different makes of micro sd cards but with no success
again sorry if this sounds like a dumb question, but im trying to figure out why i can get nearly double the amount of internal memory if i use cm7 rather then wp

Manc said:
sorry if this sounds like a dumb question
Click to expand...
Click to collapse
Wrong forum. Therefore I hate you.
CM7 is AOSP-based, so you can use JIT and it's quicker.
But you don't get HTC's framework, so no Sense (Which is slow as hell anyway), or Sense apps.

apologies for posting it in the wrong forum, i thought with it being a rom based question it should belong in development...can a mod move it?
ok so maybe i might have to use cm7 and try and change the things i dont like about it
thanks for the reply nick, i shall try and post in the correct forums next time

Also note that CM7 is Android version 2.3.3
Whereas WildPuzzle is at 2.2.1

You need an ext partition and move dalvik cache to sd for that much free space on wildpuzzle, but who really needs that much lol
Edit you can try formatting everything.

i got a lot of fc's on cm7
i have jit enabled and setcpu on (but maybe im not using it correctly)

i tried to create the partition in rom manager and using an pc software, but no joy (again unless im doing it wrong)

Try a gparted live cd.

yeh thats the one i tried
you got any instructions?

Go to rom manager and pick fix permissions, that might help some fc's. Also try flashing jacobs 4.1 kernel since 4.2 doesn't work for some people.
For setcpu make the min > 122 and max < 768

so i need nightly full 15 from here
http://download.cyanogenmod.com/?type=nightly&device=buzz
then jacobs 4.1 from here
http://forum.xda-developers.com/showthread.php?t=798471
then google apps (if i want them)

Manc said:
so i need nightly full 15 from here
http://download.cyanogenmod.com/?type=nightly&device=buzz
then jacobs 4.1 from here
http://forum.xda-developers.com/showthread.php?t=798471
then google apps (if i want them)
Click to expand...
Click to collapse
No CM comes overclocked by default so you don't need Jacob's kernel. Google apps you can use though.

windywoo said:
No CM comes overclocked by default so you don't need Jacob's kernel. Google apps you can use though.
Click to expand...
Click to collapse
Did you bother to read? I said to use the 4.1 kernel since 4.2 is unstable for some people.

now im confused windy is saying i dont need to overclock and kevin is saying i do
and yeh i did read your post, you said flash jacob4.1
the only jacob 4.1 i found is on this second link, although the title of the thread says 4.2, 4.1 is on there as well

hmm... everyone.. what he is trying to say is
CM6.1 and Wildpuzzle... not CM7...

NickHu said:
Wrong forum. Therefore I hate you.
CM7 is AOSP-based, so you can use JIT and it's quicker.
But you don't get HTC's framework, so no Sense (Which is slow as hell anyway), or Sense apps.
Click to expand...
Click to collapse
Sense isn't slow. It's equal to CM7 if not faster. It's only slow in places that are processor-intensive (benchmarks, games, web browsing etc.) while the interface is really smooth, much smoother than any AOSP based ROM.

kevin2516 said:
You need an ext partition and move dalvik cache to sd for that much free space on wildpuzzle, but who really needs that much lol
Edit you can try formatting everything.
Click to expand...
Click to collapse
Mmm hmm yeah in wildpuzzle v0.8 the dalvik cache was on the phone to improve performance. Easily moved to sd to free up memory if you really need it, just read at least at least the first page of the Rom thread carefully (directed to forst post^)
Sent from my HTC Wildfire

Thread moved to Wildfire General

Related

[Request to devs] App2SD in cursor or Stock HTC 3.05.401.3 (new radio)

Hello. How are you? I Would like to request ( i dont really know if is possible) the possibility of creating A2SD on cursorsense or a Stock with root 3.05.401.3. Do you think is possible? I Like speed and sense, just missing the A2SD . Thank you wherever is possible or not. I'll await a reply. =) Regards
The feature of a2sd must be supported by kernel,because the script would not be executed if sd is not mounted so we have to make some change to kernel that we could have sd mounted before the a2sd script's exed.
-------------------------------------
Sent via the XDA Tapatalk App
cadetnudt said:
The feature of a2sd must be supported by kernel,because the script would not be executed if sd is not mounted so we have to make some change to kernel that we could have sd mounted before the a2sd script's exed.
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
cursor tried working on this for his rom but i guess there was no possible solution
i hope it is possible though, my phone gets full from hardly any apps
oh. if is on framework, there are issues wich is hard to make work i presume. Hm Well If is possible wouuld be great =). Thank you for replying
Not the framework, the linux kernel. It would need to support one of the ext filesystems (ext2, ext3, ext4). You can check whether it does by executing
Code:
adb shell cat /proc/filesystems
and looking for any of the ext's in the output. If it's not there, one would need to recompile the kernel adding this support.
Hmm although I don't really know why nobody uses yaffs on partitions of the sdcard - anybody know whether it would work? Or make sense?
The kernel does support ext2/3/4 but the problem is that it executes the app2sd script before it mounts the SDcard.
Perhaps the new apps2sd script would solve the issue. (new as in cm5)
yeah I just found http://wiki.theandroidkitchen.com/index.php?title=CursorSense32A_FAQ which kind of explains this. I'm not really content with that explanation though, if it were as simple as tweaking the apps2sd script surely cursor would have implemented it?
EDIT I just looked at the apps2sd script on my current rom (see signature) and as I suspected, it's the script itself that issues the command to mount the sdcard ext partition. So that explanation kinda doesn't make sense to me.
There's an init.rc script that comes with the kernel (boot.img). But the kernel takes a while to load up the SD for some reason and hence the issues.
It's easy to edit but I'm not exactly sure what has to be edited.
On my cousin's phone I just moved the system dalvik-cache to /cache to free up about 20 MB.
Also move market cache to /cache:
Clean it out and symlink to /cache
cd /data/data/com.android.vending
rm -R cache
mkdir /sdcard/cache/market
ln -s /sdcard/cache/market cache
Click to expand...
Click to collapse
Or just move first and then symlink it
You can query the size of a folder using: du -hs
If you really really want Apps2SD someone can look into it. It can be solved by using an alternate kernel (sanpei). But there hasn't been much activity with 1.5 Sense ROMs here on xda.
Alternately you can find plenty of 32A 1.5 Sense ROMs on international forums.
Reference here:
http://gailly.net/android/android-tips.html
Thank you everyone. You guys as always are great. Im sorry to request a 1.5 android with a2sd. Without wanting to consider the devs work as in my opinion all work is really great, i was interested on a simple stable fast rom with sense with a2sd because happens that most wich has sense becomes very slow for me on daily use. The roms i had an excelent experience was villain 3.4 for magic ( cant use because it freezes but great release never had slow issues) its a 2.1 android. Also capyslide 1.6 ( only issues was that wasnt completle stable but o loved it. The rc became very slow compared to the other previous versions )
Sorry to post this opinion. But ive been looking and since most of roms 2.1 android are slow compared to what i need, at least i didnt had the experience i expected, cyanogenmod 5.07 in my opinion at speed has grown alot compared to the 4.2.1.15 version to bad isnt sense where i have a preference ( imagine for example i work as agent of a doctor, make alot of calls and in emergency situations if my phone is slow when i need to call an ambulance, im giving an example of the emergency situations wich might happen ) so prefered to roll back until there was. a more mature rom 2.1.
Thank you for all wich are reading and replying =)
That is the main reason of my request. Thank you
-------------------------------------
Sent via the XDA Tapatalk App
jgcaap said:
Thank you everyone. You guys as always are great. Im sorry to request a 1.5 android with a2sd. Without wanting to consider the devs work as in my opinion all work is really great, i was interested on a simple stable fast rom with sense with a2sd because happens that most wich has sense becomes very slow for me on daily use. The roms i had an excelent experience was villain 3.4 for magic ( cant use because it freezes but great release never had slow issues) its a 2.1 android. Also capyslide 1.6 ( only issues was that wasnt completle stable but o loved it. The rc became very slow compared to the other previous versions )
Sorry to post this opinion. But ive been looking and since most of roms 2.1 android are slow compared to what i need, at least i didnt had the experience i expected, cyanogenmod 5.07 in my opinion at speed has grown alot compared to the 4.2.1.15 version to bad isnt sense where i have a preference ( imagine for example i work as agent of a doctor, make alot of calls and in emergency situations if my phone is slow when i need to call an ambulance, im giving an example of the emergency situations wich might happen ) so prefered to roll back until there was. a more mature rom 2.1.
Thank you for all wich are reading and replying =)
That is the main reason of my request. Thank you
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
1)
CM4 and CM5 are both mature ROMs. You just have to downgrade your radio.
If you don't want to, use any one of the new radio ROMs with sanpei kernel that have apps2sd support.
I have a HTC Dream running CM5 and I don't see how CM5 can be considered slow at all. If you are really looking for speed, use CM5 with SetCPU to overclock to 576 MHz and you will see a noticable performance increase. rps13 is working on ironing the kinks in the 710 MHz oc so look at that one too.
If you limit your background apps, the ROM really flies. Just flash stock CM5 and bcrook's officially supported kernel port instead of one of the ones you see in these forums until you see more verification amongst the users for stability of those specific ROM blends. Cyanogenmod.com forums is your best bet.
2)
If you are keen on using a Sense ROM, you should be able to take a apps2sd enabled sanpei .32.9 kernel (boot.img and wlan.ko as usual) and flash it to Cursorsense to get working apps2sd.
3)
The .27 kernel Cursorsense is based on may have issues mounting the sd card quickly for apps2sd to happen.
Finally there is the option of flashing .9 (or some other version) version of Cursorsense where apps2sd was actually enabled, but you may run into issues.
Mod edit.: not (yet) dev related, moved to general
xaueious said:
1)
CM4 and CM5 are both mature ROMs. You just have to downgrade your radio.
If you don't want to, use any one of the new radio ROMs with sanpei kernel that have apps2sd support.
I have a HTC Dream running CM5 and I don't see how CM5 can be considered slow at all. If you are really looking for speed, use CM5 with SetCPU to overclock to 576 MHz and you will see a noticable performance increase. rps13 is working on ironing the kinks in the 710 MHz oc so look at that one too.
If you limit your background apps, the ROM really flies. Just flash stock CM5 and bcrook's officially supported kernel port instead of one of the ones you see in these forums until you see more verification amongst the users for stability of those specific ROM blends. Cyanogenmod.com forums is your best bet.
2)
If you are keen on using a Sense ROM, you should be able to take a apps2sd enabled sanpei .32.9 kernel (boot.img and wlan.ko as usual) and flash it to Cursorsense to get working apps2sd.
3)
The .27 kernel Cursorsense is based on may have issues mounting the sd card quickly for apps2sd to happen.
Finally there is the option of flashing .9 (or some other version) version of Cursorsense where apps2sd was actually enabled, but you may run into issues.
Click to expand...
Click to collapse
Could you please explain what i should really do in orther to be able to use app2SD on cursor?
I like Cyanogenmod but the thing is i prefer much more the sense. I know i'm a bit dificult with taste but sense i moved to sense i didnt want anything else.
I would be happy to try your suggestion on cursorsense. I need to get the boot img of sanpei. but how exacly would it work? You know wher ei can find a tutorial or something wich would give me a begining to start? Thank you
Cursorsense in his rom said once:
I need to make something clear to everyone here...
Apps2SD is definitely a good option for people who need it, but I can't deliver it with this ROM.
The kernel doesn't load the SD card soon enough to handle the automatic Apps2SD script.
Guys, I really want to help you out here, but I don't know if I can.
Maybe another ROM might be best if you need the space... sorry eyegor.
Click to expand...
Click to collapse
Instead of automatic how about manualy? For instance a system as Cyanogenmod but. instead of loading the apps automaticaly, we have a loader(wich would work as an emulator or something identical) wich run the apps wich are installed on the SD Card?
To activate this option this loader must work as an app, and we could install apps from it. Wouldnt be this way more stable?

Best Mytouch 3G 1.2 Rom?

I know, I know, you reading this thread are very disappointed of me, a noob, for asking this since a billion other of my fellow noobs already asked this. I just wanted to know what is the best rom out there today for the T-Mobile Mytouch 3g 1.2 (w/3.5mm). I have recently moved over from the HTC Touch Viva forum and I am amazed by all the development going on, considering the amount of people here compared to there. I have installed Amon_Ra's recovery and flashed a rom but didn't quite like it due to the Google apps always force closing (I think most people were having the problem with the rom) so I restored the backup. The only thing done to the phone is that I rooted it and installed the recovery. Thank You very much if you decided to point me in the right direction, and if you didn't, have a nice day.
Don't hate on me just because I'm a noob! I'm 16 and android modding is way more confusing than WM6.5/6.1, haha.
The best in my opinion is the one linked in my sig. The slide rom. it has everything you could want from dounut and a hero type rom. The reasons for all the google apps FC is because you have either not done a full wipe before flashing the rom, or may not have your sd card partitioned in 3 partitions.
Download, put on sd card, flash, Let it sit for about 15 min, it will take a long time to boot the first time.
That's probably why it FC so many times. I didn't do a full wipe nor did I have the SD card partitioned.
Do all ROMs require a partition of the SD card? How would I go about partitioning it?
I'll search around for it later. I have a math final to study for!
Can't go wrong with Cyanogen's Eclair ROM. No partitions required.
-------------------------------------
Sent via the XDA Tapatalk App
Mod. edit: not dev related, moved to general
crypysmoker said:
The best in my opinion is the one linked in my sig. The slide rom. it has everything you could want from dounut and a hero type rom. The reasons for all the google apps FC is because you have either not done a full wipe before flashing the rom, or may not have your sd card partitioned in 3 partitions.
Download, put on sd card, flash, Let it sit for about 15 min, it will take a long time to boot the first time.
Click to expand...
Click to collapse
Thanks for pointing this rom out, I really like it so far (just loaded it, loading my backup of my microsd on).
Looks very nice, runs very smooth and everything is supposed to work accept bluetooth so thats great. Hopefully it doesn't slow down once I load up my apps and this will replace CM as my daily driver until the hacked 2.2 comes out for MT3G 1.2
Super E 102... can be found in the G1 android dev forum
Adamsville MITM said:
Super E 102... can be found in the G1 android dev forum
Click to expand...
Click to collapse
Thank you all for the input. I've downloaded SuperE a few days ago and it was the best ROM yet, everything works to the best of my knowledge. It's fast, smooth, and everything I would want from a non-official ROM. It actually feels like an official update from using it. I did have some random force closes, but it doesn't lower the overall score of the ROM. Eleven out of ten in my book!
The only thing left is a keyboard. I'm using the stock android one, but the keys are too small and make the input experience ****ty.
Adamsville MITM said:
Super E 102... can be found in the G1 android dev forum
Click to expand...
Click to collapse
wait so i'm so confused. how do you know if a rom will work with mt3g 1.2? i mean i know its 32a/EBI0 but nowhere in the super e thread does it say that it will work with it?
shafiq265 said:
The only thing left is a keyboard. I'm using the stock android one, but the keys are too small and make the input experience ****ty.
Click to expand...
Click to collapse
Have a look for the HTC IME Mod and DROID X keyboard ports, both very good.
lbsk8addict said:
wait so i'm so confused. how do you know if a rom will work with mt3g 1.2? i mean i know its 32a/EBI0 but nowhere in the super e thread does it say that it will work with it?
Click to expand...
Click to collapse
Don't you just need a different kernel for 32A?
I have no idea. BUT I have successfully booted cyanogen-mod 5-ds which DOES say is compatible with 1.2.. and it's an EXCELLENT rom.
Super E and CM 508 are already compatible with mt3g 1.2... dont need the 32a port
Any cyan based rom or rom using his kernel should be compatible with the 1.2 i suggest kolohes speedteam rom.
Sent from my HTC Magic using XDA App

CM 7

how stable and fluid is this? i have CM6.1.1 right now and love it. and would like to try this soon but should i wait till another release to try it? thanks!
also, how big of an sd card can i put in the aria?
foreverzero89 said:
how stable and fluid is this? i have CM6.1.1 right now and love it. and would like to try this soon but should i wait till another release to try it? thanks!
also, how big of an sd card can i put in the aria?
Click to expand...
Click to collapse
1. 32 GB
2. The vast majority of the nightlies have been stable. The RC is obviously going to be stable. Nandroid your CM6. If you don't like CM7 or find issues with it, restore CM6. Simple.
also when gong to a bigger sd card, can i just copy and paste all the files and have them work as before or is there something more i have to do?
thanks for any comments!
Again, will anymore of the 6.1.1 features like all the custom color pretences , eventually be put into the aria cm7 nightlys? Or are we now limited to this theme Chooser?
Feels like I'm hitting my self in the foot switching to cm7 without all of the 6.1.1 awesomeness.
(*)Perform a NANDroid backup of your current ROM.
[*]Format the system, data & cache partitions of your device.
[*]Perform a factory reset.
[*]Flash CyanogenMod.
[*]Optional: Install the Google Apps addon package.
foreverzero89 said:
also when gong to a bigger sd card, can i just copy and paste all the files and have them work as before or is there something more i have to do?
thanks for any comments!
Click to expand...
Click to collapse
Just make sure your new card is partitioned correctly and yes you can just copy and paste from old to new. When you install cm7 it will change whatever files it needs to automatically.
I've found cm7 to be very stable and have had no issues.
Sent from my cm7 Aria using XDA App
cyanogenmod 7
so i just flashed my Aria, one question where is the market?
*EDIT*
I think i got it
thanks guys for the info.
1313inc said:
so i just flashed my Aria, one question where is the market?
*EDIT*
I think i got it
Click to expand...
Click to collapse
lol, post number one of the RC thread in android development section has ALL the answers.
martiantakeover said:
Again, will anymore of the 6.1.1 features like all the custom color pretences , eventually be put into the aria cm7 nightlys? Or are we now limited to this theme Chooser?
Feels like I'm hitting my self in the foot switching to cm7 without all of the 6.1.1 awesomeness.
(*)Perform a NANDroid backup of your current ROM.
[*]Format the system, data & cache partitions of your device.
[*]Perform a factory reset.
[*]Flash CyanogenMod.
[*]Optional: Install the Google Apps addon package.
Click to expand...
Click to collapse
I wouldn't say that the gapps are optional lmao...because then you'll have 300 people saying "wtf where's my market" k.
also, if they implement it they implement it. if they don't, they don't. if you're not happy with cm7 and are happy with cm6, then stick with cm6.
CM7>CM6 for sure.
Been using nightlys for a few weeks now and they are stable and fast. Very happy with cm7 but battery lasting only 3/4 of cm6
Sent from my Liberty using XDA App
mattbollenbach said:
CM7>CM6 for sure.
Click to expand...
Click to collapse
Can anyone explain the major updates/improvements between 6.1 and 7?
I tried to look at the Changelog on github, but its beyond my comprehension. Also, does 7 have the ability to install apps on sd built in? I ask some references to problems with apps2sd in the cm7 thread.
Thanks.
tilt4life2 said:
Can anyone explain the major updates/improvements between 6.1 and 7?
I tried to look at the Changelog on github, but its beyond my comprehension. Also, does 7 have the ability to install apps on sd built in? I ask some references to problems with apps2sd in the cm7 thread.
Thanks.
Click to expand...
Click to collapse
Yes a2sd comes built in.
The problems you're reading about in the cm7 thread have to do with the DT a2sd, not the built in a2sd.
EDIT: I would like to point out that DT a2sd works great for me and i prefer it over the built in a2sd as you can move ANY app to sd and still use widgets etc.. Getting it up and running after a factory reset seems to take a couple tries. That is really the only problem people seem to have with it.

Can anyone recommend a rom with lots of internal space

I'm currently using CMYLXGO stock desire rom and i love it but the last few days ive been getting a low memory icon. I look and my phone says 90%. Wierd cause ive deleted many apps and have app2sd as well. I dont know if its me or the rom but I was wondering if anyone can recommend a rom that offers lots of space for apps. For some reason while the icon is up I dont even get emails. If anyone is using app2sd i have a question. When i click on the "phone only" tab it says 21 apps but on the moveable tab it says "no moveable applications found". And on my sd tab it says only 9 apps. How do I move those phone apps to my sd? Maybe that'll clear space.
If your using SD android, (i dont know about nand or ram) Search for toporesize in xda, find [app]windows resize data img maker thread and download the app, then just follow the instructions but backup your img first and don't resize to bigger than 2048mb(2gb).
Then you have larger internal memory with the same rom!
Sent from my HD2
Running AmeriCanAndroid
AOSPHD2GB233CM7
evo1rs said:
Search for toporesize in xda, find [app]windows resize data img maker thread and download the app, then just follow the instructions but backup your img first and don't resize to bigger than 2048mb(2gb).
Then you have larger internal memory with the same rom!
Sent from my HD2
Running AmeriCanAndroid
AOSPHD2GB233CM7
Click to expand...
Click to collapse
What do you mean. Backup your image? Like picture?
Is it an SD build your using?
Sent from my HD2
Running AmeriCanAndroid
AOSPHD2GB233CM7
evo1rs said:
Is it an SD build your using?
Sent from my HD2
Running AmeriCanAndroid
AOSPHD2GB233CM7
Click to expand...
Click to collapse
I beleive so. Its a zip on my sd card, if thats what you mean
Ok sorry. I just searched for it and it is nand. Different filesystem setups.
I only use SD card builds so I can still use winmo if I like.
Looking at the thread for your build you need partitions or something.
In which case I'd recommend the rom in my signature.
Sorry for the mix up.
Sent from my HD2
Running AmeriCanAndroid
AOSPHD2GB233CM7
Take a look at my sign
Bingoig11 said:
Take a look at my sign
Click to expand...
Click to collapse
Oh my, I'm loving the look of coredroid but need to research to mke sure it works for tmous and most importantly how to install. Not very savy when it comes to this. Off to read I go...
bx10r said:
Oh my, I'm loving the look of coredroid but need to research to mke sure it works for tmous and most importantly how to install. Not very savy when it comes to this. Off to read I go...
Click to expand...
Click to collapse
There's a special version for TMOUS and everything is explained so you cannot make a mistake
Enjoy the power dude!!!!!!!!!!!!
so it seems the instructions are cut and dry. One question it doesnt answer. Should I take all my current rom zips out of my sd?
Unless you absolutely positively need sense, I would recommend and AOSP build like this lightning fast gingerbread build: http://forum.xda-developers.com/showthread.php?t=918899
sense builds will always tend towards the bloated side. The system partition on the gingerbread build i linked only takes up about 125 mb. vs the 400mb partition that cmylxgo's dhd build takes up
so i went with coredroid and so far so good. I wanna thank you guys for all the suggestions you've provided

Best ROM that fits in 150Mb or how to trim the ROM to fit in 150Mb?

Hello all!
Could you please recommend best ROM that fits into 150Mb?
Thanks!
-----
shadovraven > "CM7.2 by Tejas build three, fits perfectly onto 150 MB system partition."
noobovski said:
Could you please recommend best ROM that fits into 150Mb?
Click to expand...
Click to collapse
OK, I have learned that ROMs can be "edited" before flashing and that some can be reduced to <150Mb.
ATM, I am trying to reduce Miroslav's AOSP to <150Mb. Deleted ring-tones (cca 15Mb). Now I must delete a few apps. Could someone recommend which apps can be "safely" removed? Is it enough to remove .apk to remove accompanying application? (I have tried to ask about this in Miroslav's AOSP thread, but I can't post in development thread because I have less than 10 posts :-S )
Thanks in advance!
Same problem here...
noobovski said:
(I have tried to ask about this in Miroslav's AOSP thread, but I can't post in development thread because I have less than 10 posts :-S )!
Click to expand...
Click to collapse
Althought I have enough knowledge to do so, I can't post too for the 10 posts limitation ... triying to get past this limitation
David_Losada said:
Althought I have enough knowledge to do so, I can't post too for the 10 posts limitation ... triying to get past this limitation
Click to expand...
Click to collapse
:laugh: I hope we will get pass that 10 posts limitation soon .
Which ROM do you use? Any recommendation for <150Mb ROMs or how to trim a ROM?
CM7.2 by Tejas build three, fits perfectly onto 150 MB system partition.
You can also try aokp by rishabh.raj37.
It is also a very fast ICS rom.
shadovraven said:
CM7.2 by Tejas build three, fits perfectly onto 150 MB system partition.
Click to expand...
Click to collapse
Thanks! Very good ROM and it really fits in 150 Mb!
ryan246 said:
You can also try aokp by rishabh.raj37.
It is also a very fast ICS rom.
Click to expand...
Click to collapse
AOKP needs "180-190" MB. I don't think any ICS is easy to trim into 150 MB.
yes you can. take away useless ringtones apps and livewallpapers
Junwei178 said:
yes you can. take away useless ringtones apps and livewallpapers
Click to expand...
Click to collapse
It is interesting that the /system size for his ICS is only 137.5Mb and therefore should fit into 150Mb limit. Nevertheless the OP says it needs 180-190Mb. Maybe I am missing something.
Ringtones+notifications take about 5Mb and bootanimation.zip is 2.3Mb and that can be deleted without problem I guess.
You wrote "ringtones APPS". What apps are connected with ringtones? And where can I find livewallpapers in the .zip file (I found only livewallpapers.apk with 1.1Mb size)?
Thanks!
well then follow this, h**p://wiki.cyanogenmod.com/wiki/Barebones
Junwei178 said:
well then follow this, h**p://wiki.cyanogenmod.com/wiki/Barebones
Click to expand...
Click to collapse
Oh! Many, many thanks! This is just what I needed! . Heck, now 150Mb seems too large
i offten delete thins i dont use like ringtons, and apps like:
CM7 Update Advisor (useless since we run unnofficial releases)
Google Talk
Email (only use the Gmail and the hotmail app)
Market Commentary Agent
Calendar Storage
Google Calendar syncro
Sim Services
Live Wallpapers
Pico TTS
Music player (i use winamp pro)
Market updater
VPN
Sound recorder
Initial advices (some roms have it but dont use it, some are unstable if you delete this)
And sometimes i delete some apps delevopers add like notes or another calendar...or the twitter app (i use tweetcaster)
Almost any app can be deleted from the room if is not system critical (like Android System, certificate or packege installer, etc etc) i just 2 times had problems with this, once i deleted the launcher selector and launcher app from system (i was using Go Launcher) and i made some mistakes with V6 Supercharger so i wiped out everything but i forgot that the system would'nt have a launcher so i only got boot and then the wallpaper but nothing else.
And the second one i deleted Google play services or some relative app...my download and my uploads too an when i downloaded something from the web browser i had "failed download" or "damaged packed" from google play.

Categories

Resources