Nandroid is fine.
Thank you.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Nandroid is fine.
No it is not. Did you make sure to wipe data(or flashed prep ROM)? If not then do so, then reflash. Maybe your SD Card is corrupted...
#!/system/bin/sh
DISK_SIZE=*size you want your zram device to be in mb*
echo 1 > /sys/block/zram0/reset
echo $(($DISK_SIZE*1024*1024)) > /sys/block/zram0/disksize
mknod /dev/zram0 b 253 0
mkswap /dev/zram0
swapon /dev/zram0
exit 0
went back to stock for about two hours still lost signal the contacts were exported to sd card from cm7 and one from miui both dont show up but when i'm called they are listedThe signal issues more than likely have nothing to do with the ROM. I have never had the contact issue, do you have them synced to your gmail, or just stored on the phone?
Also font changer should work with this ROM.
As for bluetooth, I have found that bluetooth, gps and wifi can all drastically reduce signal quality on this phone. I believe it has to do with the design of the radios.
Finally, I have updated bKernel to v2.0. I highly recommend everyone give it a try. I pulled in most of mantera's changes for fOCk kernel, except for the kgsl updates because I felt it actually lowered 3d benchmark scores compared to the normal kgsl kernel code\(note I'm not talking about the updated egl drivers that you actaully flash to the phone, I'm talking about updates to the kgsl kernel driver code in the kernel source), and have added even more features in, and patched it up past 2.6.32.21 all the way up to 2.6.32.59. It is a very fast kernel and I tihnk everyone should at least give it a try.
Also I enabled zRam support in the kernel. What this does is creates a swap device on the actual RAM of the phone(not like making a swap partition on a slow sdcard, this is on the highspeed RAM of the phone) and zRam uses this device to cache compressed blocks of memory to the phone using the lzo compression algorithm, which is a very effective compression method. You would think it having to compress and decompress memory pages in and out of RAM would make RAM throughput slower, but you can't tell a difference, and you benefit by having more free RAM due to part of it being compressed. TO enable zRAM you have to make an init.d script with the following code:
Of course changing DISK_SIZE to the size you want your zram device to be. I use 100 mb.Code:#!/system/bin/sh DISK_SIZE=*size you want your zram device to be in mb* echo 1 > /sys/block/zram0/reset echo $(($DISK_SIZE*1024*1024)) > /sys/block/zram0/disksize mknod /dev/zram0 b 253 0 mkswap /dev/zram0 swapon /dev/zram0 exit 0
Name this file something(I named mine 02zram and place it in the /system/etc/init.d directory and give it 0755 permission. Reboot the phone and you will have enabled zram (This script also should work on manteras fOCk kernel as his has zram as well). You can make sure it is swapping out to the zram device by opening a terminal and running free, the swap portion should not be zero if it is swapping to the device.
Okay so I first installed the prep b_rom and boot into it. Then i installed the latest b_rom and then my phone got stuck on the boot logo. I still want this rom and am willing to try to install it again but what did I do wrong?
Okay so I first installed the prep b_rom and boot into it. Then i installed the latest b_rom and then my phone got stuck on the boot logo. I still want this rom and am willing to try to install it again but what did I do wrong?
Same thing happened here, but after updating the kernel to v2. I was up and running for about a day with the b_ROM and kernel v1.x. It only hung at the boot when I restarted the first time after flashing the updated kernel. Made me think that there was something wrong with apps, but "downgrading" to the previous kernel fixed it for me.
There seems to be something up with the v2 kernel, at least for me.
is it just me or am i the only one who gets horrible battery life on this rom?

I want to start off by saying that after flashing every rom imaginable brom is by far my favorite. Very smooth and amazing color scheme.
You know, I always really stayed away from froyo roms, just cause they are so outdated...but I actually like this one. Use it as my daily. Cheers![]()
.