MacFett
Android Expert
Did you try reading the thread for the ROM you're looking to flash?Thanks to all involved,...I need the steps to flash the rom
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.
Did you try reading the thread for the ROM you're looking to flash?Thanks to all involved,...I need the steps to flash the rom
I was only thanking her for replying to my question, nothing more. You may have overlooked yourself in the credits, though.
I don't think anyone said it didn't work, just we didn't think it would work. I've been going back and forth with different versions of the recovery and I am guessing that is the reason all the dates are the same for my backups.It's been reported that that hasn't been helping. I'll take another look at it, and will likely include it. Thanks, MacFett!
It is already in the FAQ along with other options.not sure if you guys already know that (you probably do)
The time fix will be added soon. Additionally, I just tested CWM on my girlfriend's OE. She is on ZV4. CWM worked flawlessly, and is therefore verified (someone claimed a week or so ago that it worked on ZV4 also). Prerequisites will be updated accordingly.
Yeah, I've been wondering where we go to set the values for the time stamps
I've been manually renaming them by going to /sdcard/_ExternalSD/clockworkmod/backup/xxxxxxx.
Yeah, I've been wondering where we go to set the values for the time stamps
Here's a recovery image that contains the workaround mentioned earlier for the incorrect timestamps. Download part_13_cwm_9_22_17_32.bin from Sendspace.com - send big files the easy way
md5 3fbe49417b6d4153ffec2d3b963bacd8
In order to use the workaround, you need to know how many days/hours/minutes your time is off by. You can use adb while in recovery and type "date" and it will tell you when it thinks it is. I went here Date Difference Calculator - number of days between dates and typed in my phone's date and the current date and it told me how many it was off by. Then I created a file on my microSD card in the clockworkmod folder called timefix. And in that file I put the values to be added to the time my phone thinks it is. Every line ends with a '\n' newline, not a "\r\n".
So it takes the "Jan 8 10:10:04 GMT 1980" from my phone, adds 11946 days, 10 hours, and 29 minutes to that for the backup names. It will be a bit more accurate if you just use minutes, so 17202869 minutes. If you don't plan on using the work around, there's nothing else changed, so no point installing this version over the last one.Code:hour=10 minute=29 day=11946
i have no clue what i am doing wrong i get this "Once it's finished writing CWM to the recovery partition you'll see some output regarding the speed and size of the operation." then do step 6 md5sum matches then close emulator the file is already renamed from the first time i did it but it still rewrites the stock recovery will flash gui app work?
its still renamed from the first time i tried should i change it back an rename itRemember the next step, before rebooting, is to rename that install-recovery file. Otherwise, the stock recovery will get written and will replace CWM.
CWM installer
POSTED BY GIANTPUNE:
Heres the very first incarnation of the installer. Download www.sendspace.com/file/s872av
md5sum 6ed309ed17d621396df857c984f7338a
Its a commandline program, so run it (with root privileges) from adb or the terminal emulator. It has a full stock recovery built into it, as well as the latest and hopefully greatest CWM build. Its a pretty basic program. It will check a build prop and make sure its running on a optimus elite. Then it will make a backup of whatever recovery you have installed and tell you where it is putting it. After that, it will check for that install.crap.sh script and rename it to .bak.##. Next, it will try to write either the CWM or the stock partition it has built into it, and read it back to verify it. If it can't successfully write the new recovery and read it back, it will try to restore your original one, and read it back to verify. If that fails, then youll still have your original that it created in /data/local/tmp and you can restore it with dd before you reboot.
It should be fairly safe, but as usual, if you can't handle your phone getting destroyed, you can wait until enough people have tried it out and reported that it worked (or didn't). You aren't paying any money for this, and I'm not offering and warranty.
# su
# chmod +x /mnt/sdcard/lgoe_cwn
# /mnt/sdcard/lgoe_cwn
I found a much more accurate time calculator:I followed the steps in this post.
DsyMnapTic, thanks for the download link.
I found a much more accurate time calculator:
Elapsed Time Calculator at Math Cats
It figured out the exact time down to the minute and I updated my timefix in minutes since 1980 (17.2 million btw).
As long as your date is progressing correctly (mine is not) you only have to do the timefix once. What it does is it tells CWM what the difference in time is between it's clock and reality then it adds that difference to the backup zip's file name and you should have an accurately named nandroid.Before integrating the timefix, I have to ask what the advantage is over simply renaming the backup manually? It almost seems more complex to do the timefix than simply rename it to the correct time post-backup. Since, I assume, you'd have to go in and edit the timefix again before/after backing up, right?
As long as your date is progressing correctly (mine is not) you only have to do the timefix once. What it does is it tells CWM what the difference in time is between it's clock and reality then it adds that difference to the backup zip's file name and you should have an accurately named nandroid.
I thought as you did, that it would be easier to rename. I kept finding that I'd reboot after and leave my Elite to boot and then I'd forget about it and changing the name of the nandroid.
I'm having trouble with installing this recovery. I have the current cwm file. I have the DIAG enabled. I'm on Sprint if that is any issue but shouldn't be. I have the file on the root of my sdcard.
My error continually gives me no such file or directory found error. Is there a step I'm forgetting or any ideas?