Optimus Recovery Mode

I'm pretty sure those tot files are something proprietary to LG so theres going to be no (easy) way to get the contents.

The best bet for repairs and such is doing just like steelh does for the EVO's. A simple busyboxed, rooted zip to flash. Nothing else done to it. If someone is really the worried type they could even flash that zip, then rm Superuser.apk so even if the Sprint person went scrolling through their apps, superuser wouldn't be present.
 
Can anyone confirm processor is it msm7625 or msm7627. Now that kernel source is out I should be easily able to OC the S. I figured out how to OC the msm7627 in ally to 787mhz and passed the info on to the palm guys who were then able to OC pixi. On recovery the formatting iss correct as I made 2x sure I had partitions right. On the tot file stuff we never figured out how to get the .imgs out on the ally.
 
I'm still trying to get the Clockwork recovery image built. Just working on getting Java & git installed right now.
 
Can anyone confirm processor is it msm7625 or msm7627. Now that kernel source is out I should be easily able to OC the S. I figured out how to OC the msm7627 in ally to 787mhz and passed the info on to the palm guys who were then able to OC pixi. On recovery the formatting iss correct as I made 2x sure I had partitions right. On the tot file stuff we never figured out how to get the .imgs out on the ally.

I've been reading that its a msm7227

Here they talk about the G6, HTC Legend with same CPU
http://android.modaco.com/index.php?showtopic=320090&mode=linearplus

Here they discuss overclocking the G6:
http://forum.xda-developers.com/showthread.php?t=746805

Perhaps of interest:
http://www.mediafire.com/?ndbhk3y8d7wskzy

In the LG thunderc kernel, the clocks are at
arch/arm/mach-msm/acpuclock.c

look for the following:
Code:
/* 7x27 normal with CDMA-only modem */
static struct clkctl_acpu_speed pll0_196_pll1_960_pll2_1200[] = {
	{ 0, 19200, ACPU_PLL_TCXO, 0, 0, 19200, 0, 0, 24576 },
	{ 1,  98304, ACPU_PLL_0, 4, 1,  98304, 0, 3,  49152 },
	{ 0, 120000, ACPU_PLL_1, 1, 7,  60000, 1, 3,  49152 },
	{ 1, 196608, ACPU_PLL_0, 4, 0,  65536, 2, 4,  98304 },
	{ 0, 200000, ACPU_PLL_2, 2, 5,  66667, 2, 4,  98304 },
	{ 1, 320000, ACPU_PLL_1, 1, 2, 160000, 1, 5, 120000 },
	{ 0, 400000, ACPU_PLL_2, 2, 2, 133333, 2, 5, 120000 },
	{ 1, 480000, ACPU_PLL_1, 1, 1, 160000, 2, 6, 120000 },
	{ 1, 600000, ACPU_PLL_2, 2, 1, 200000, 2, 7, 120000 },
	{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {0, 0, 0}, {0, 0, 0} }
};

I'm pretty sure those tot files are something proprietary to LG so theres going to be no (easy) way to get the contents.

Some research shows that it is Qualcomm QFIT (Qualcomm Flash Image Tool)
 
Last edited:
Just curious, in the off chance I get the Clockwork Recovery image built, how do I get it uploaded so users can flash it from ROM Manager?
 
Just curious, in the off chance I get the Clockwork Recovery image built, how do I get it uploaded so users can flash it from ROM Manager?

Do you have an Optimus to test with? If you test it yourself and find it works just throw it up on Megaupload (or any file sharing site besides rapidshare) and I will put it on my file mirror.
 
Do you have an Optimus to test with? If you test it yourself and find it works just throw it up on Megaupload (or any file sharing site besides rapidshare) and I will put it on my file mirror.

Yes, I have an Optimus S. I have my own hosting too.
 
You can use that too, I'll still mirror it. Being @ Dreamhost and having unlimited disk and bandwidth I tend to mirror alot of things :P

You too? And its unlimited + 50GB :)

And at this rate, I might have the needed items downloaded using git by tomorrow.
 
I've been reading that its a msm7227

Here they talk about the G6, HTC Legend with same CPU
how to overclock GT540 - Android @ MoDaCo

Here they discuss overclocking the G6:
[experimental] Overclock kernel (2.6.29) and how to - xda-developers

Perhaps of interest:
acpuclock-arm11.c

In the LG thunderc kernel, the clocks are at
arch/arm/mach-msm/acpuclock.c

look for the following:
Code:
/* 7x27 normal with CDMA-only modem */
static struct clkctl_acpu_speed pll0_196_pll1_960_pll2_1200[] = {
	{ 0, 19200, ACPU_PLL_TCXO, 0, 0, 19200, 0, 0, 24576 },
	{ 1,  98304, ACPU_PLL_0, 4, 1,  98304, 0, 3,  49152 },
	{ 0, 120000, ACPU_PLL_1, 1, 7,  60000, 1, 3,  49152 },
	{ 1, 196608, ACPU_PLL_0, 4, 0,  65536, 2, 4,  98304 },
	{ 0, 200000, ACPU_PLL_2, 2, 5,  66667, 2, 4,  98304 },
	{ 1, 320000, ACPU_PLL_1, 1, 2, 160000, 1, 5, 120000 },
	{ 0, 400000, ACPU_PLL_2, 2, 2, 133333, 2, 5, 120000 },
	{ 1, 480000, ACPU_PLL_1, 1, 1, 160000, 2, 6, 120000 },
	{ 1, 600000, ACPU_PLL_2, 2, 1, 200000, 2, 7, 120000 },
	{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {0, 0, 0}, {0, 0, 0} }
};


Some research shows that it is Qualcomm QFIT (Qualcomm Flash Image Tool)

Its a 7627 as 7227 is gsm only. Other than that are identical.
 
Good god, pulling CyanogenMod from github takes forever.....

It does I've pulled it down a couple times.I hope you get it.If you do contact koush about rom manager.

drellisdee- did a great job and I know there will be a rom around soon. ;)
 
Rc1 is out with mass storage mounting fixed and cleaned up a few key vol-down to go back if forgot to change in scripts. I'll be putting out a custom kernel with OC very soon. Setting it up on my github now.

Do you guys have an irc channel for testing/dev for opt S?
 
Last edited:

Trending Posts

Members online

Forum statistics

Threads
957,254
Messages
6,972,058
Members
3,163,745
Latest member
websitedesig88