loveubuntu
Member
- May 23, 2011
- 5
- 0
- 0
new to this rom, doing it for a friend. Very nice. One quick question, what is the two sided arrow when you pull down the notification bar on the very right? TIA
what is the two sided arrow when you pull down the notification bar on the very right?
Is there a fix for the failed to update errors in the android market??
Ya it's called data2ext...
Sent from my LG-LS670 running CM7 and data/dalvik to ext4
Do a little searching guys (took me 3 days to figure this out =p) but this is what you need to do...I have had it working before...now I'm on CM7, I think its more stable with ext...but it does work with picasticks you just have to use this http://forums.androidcentral.com/optimus-v-rooting-roms-hacks/79784-mod-modified-app2ext-nameless-rom-v1-harmonia-1-2-rodimus-picasticks.html
I was reading the instructions, and I have a few questions.
1. How are the commands for creating ext4 partition entered? Is this done with terminal or ADB?
2. When I compare the instructions from the Android Central and XDA thread, the steps are performed in different order. The AC thread says to flash the zip and then enter the commands to set up the partition. In the XDA thread, they are reversed. Does this order matter?
3. I do not see the size of the partition specified anywhere. Do I need to specify it somewhere? If so, how big would you recommend?
4. It looks like the data on the SD card should not be overwritten. Is this true? As always, I know I should back up the data first in case something goes wrong.
Thanks.
First you need to partition sd card through recovery.I was reading the instructions, and I have a few questions.
1. How are the commands for creating ext4 partition entered? Is this done with terminal or ADB?
2. When I compare the instructions from the Android Central and XDA thread, the steps are performed in different order. The AC thread says to flash the zip and then enter the commands to set up the partition. In the XDA thread, they are reversed. Does this order matter?
3. I do not see the size of the partition specified anywhere. Do I need to specify it somewhere? If so, how big would you recommend?
4. It looks like the data on the SD card should not be overwritten. Is this true? As always, I know I should back up the data first in case something goes wrong.
Thanks.
I have been using the CM7 version for a couple of months now, no problems. Now I am running the version that works with reborn now. So now when I switch between cm7 & reborn I keep my 1Gb internal storage.I thought this trashed SD cards?
terrible battery life with this thing. Anyone know of a kernel to accompany this great ROM and increase battery life? The rom is very stable though and my friend loves it.
I've got Reborn (with the included kernel, on-demand governor) running on my dad's Optimus S now, and he's seen a substantial improvement in battery life over stock (and CM7) with the same usage patterns. I haven't quantified it, but guesstimating, probably a 25% improvement.terrible battery life with this thing. Anyone know of a kernel to accompany this great ROM and increase battery life? The rom is very stable though and my friend loves it.
Battery life is entirely subjective. Depends on how you use it, for how long, and many other factors.
Is your friend using Wifi or Bluetooth? If not, it's best to make sure those get turned completely off unless absolutely needed.
Is your friend using Advanced Task Killer? If so, that (and other similar apps) have been known to actually cause problems.
I've got Reborn (with the included kernel, on-demand governor) running on my dad's Optimus S now, and he's seen a substantial improvement in battery life over stock (and CM7) with the same usage patterns. I haven't quantified it, but guesstimating, probably a 25% improvement.
Not to be pedantic, but did you thoroughly wipe everything before flashing?
mke2fs -m0 -b4096 /dev/block/mmcblk0p2
tune2fs -O extents,uninit_bg,dir_index /dev/block/mmcblk0p2
e2fsck -yf /dev/block/mmcblk0p2
tune2fs -o journal_data_writeback /dev/block/mmcblk0p2
tune2fs -O ^has_journal /dev/block/mmcblk0p2
blackops,
Thanks for your response. I am still not quite clear on how to do this.
I am using ThunderC recovery (2.2.1). Under Create Partition option, I can create ext2 partition. The option asks for a swap size and partition size. What would you recommend for these sizes?
Since it is creating a ext2 partition, do I then need to use the options: ext2 to ext3 and ext3 to ext4 to create the ext4 partition?
Here is part of the thread that was referenced to create the ext4 partition:
1: Download here.
2: Copy the zip to your SD CARD and Flash in Recovery
3: Follow the ext4 instructions in the official apps2ext thread. I will summarize below.
Setup ext4 partition: Make sure you have created it (in recovery) first!
Code:mke2fs -m0 -b4096 /dev/block/mmcblk0p2 tune2fs -O extents,uninit_bg,dir_index /dev/block/mmcblk0p2 e2fsck -yf /dev/block/mmcblk0p2 tune2fs -o journal_data_writeback /dev/block/mmcblk0p2 tune2fs -O ^has_journal /dev/block/mmcblk0p2
4: Activate apps2ext with "data2ext --enable". Ignore the errors about the modules already being inserted.
In step 3, there is some code, do I need to execute these commands? If so, can I enter them in Terminal, or should this be done in adb?
Thanks.
I figured you likely did, but have learned not to assume. That's exactly what I did on my dad's, though, including the batt stats wipe and a few full charge/discharge cycles to calibrate. He's happy with the improvement so far. Good luck!yes, I usually wipe, data, cache, system and davlik. I'm going to charge to 100% and then wipe the battstat also to make sure. Will report. Thanks
Hi blackops,Ok I just did the ext4 instructions(I am also using Xiona recovery and when i partition my card I was just asked for size, I choose 1Gb(1024mb) and swap size i choose 0), As for size I would go with 1Gb (which is something like 1024)& 0 swap size. I would do this in ADB Shell so that way you can just copy (ctrl C) each line and then right click and paste in adb shell so that way you will not make any typo mistakes.
Also if your doing this and your on Reborn rom you need to flash this zip instead of the one on the XDA instructions
Do it in this order:
1. Partition sd card in recovery
2. enter the commands in adb shell
3. Flash the zip in recovery
4. enter "data2ext --enable" in adb shell (not quoation marks)