ARCHIVED: [DEAD ROM] ThundeROM V1.8.3 4/5/2011

Status
Not open for further replies.
I was wondering what the name of the calendar widget is that you used in this rom. I am trying to install it on my fiance's android phone and I cannot find it in the marketplace. this calendar widget that you used is such a simple and awesome 1

Sent from my LS670 using Tapatalk
 
I was wondering what the name of the calendar widget is that you used in this rom. I am trying to install it on my fiance's android phone and I cannot find it in the marketplace. this calendar widget that you used is such a simple and awesome 1

Sent from my LS670 using Tapatalk
The widget is called calendar widget and is not available in the market. Give me a couple minutes to boot up my pc and I'll get you a signed copy to install on her phone.

Edit - HERE you go.
 
are there any updates regarding thunderom for optimus t? last i saw it was still in the works.

how does Ubuntdroid 4 compare performance-wise?



thanks in advance!
 
It's not just the camera app itself - if you look at the Google source code for the Android camera app, there's a check for whether or not the camera supports exposure control, as per this entry in the Android developer reference, Camera.Parameters | Android Developers , and presumably if that fails the camera does not show any exposure control. I've seen screen shots from other phones of the camera app showing exposure control. Same is true for other camera apps - they either don't show exposure controls, or if they do, they have no effect.

Downloaded the Optimus U (apparently supports exposure control) source code from LG, Open Source Main , with the intention of digging into the camera kernel driver, comparing it to the Optimus S code, porting it over, and recompiling the entire S system. Is there a precedent for this? Will it work if I do the driver correctly? Anyone have experience writing drivers? Is there any closed-source material excluded from LG's download or Google's Android repository?

Got the Optimus U and T source from lg opensource. Found out that the directory kernel/drivers/media/video/msm differs from the S soucre, including at least one file with exposure-setting code that just isn't in the S sources at all. I want to replace the entire S msm directory with that from the U and compile the kernel as per LG's readme:

Kernel Build
- Untar using follwing command at the original android source folder
a)$tar -xvzf ./optimus-u_kernel_opensources.tar.gz
- Set Path and Build
a)$KS=$(pwd)/kernel/script
b)$CC=$(pwd)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin
c)$export PATH=${KS}:${CC}:$PATH
d)$cd kernel
e)$make thunderc-perf_defconfig
f)$make
- After Build, You Can find the build image at arch/arm/boot

Beezy and ksmithinny, is this how you build the kernels you make available? I have a feeling there are also some non-kernel files, like android/external/kernel-headers/original/media/msm_camera.h, which may need to be changed too - does that mean I'd need to follow the entire Android system build instructions?

Android buid
- Download original android source code (froyo) from Welcome to Android | Android Open Source
- Untar opensource packages of optimus-u_android_opensources.tar.gz into downloaded android source directory
a)$tar xvzf ./optimus-u_android_opensources.tar.gz
- And, merge the source into the android source code(froyo)
- Run following scripts to build android
a)$. ./build/envsetup.sh
b)$choosecombo 1 1 generic 3
c)$make -j4
- When you compile the android source code, you have to add google original prebuilt source(toolchain)
into the android folder
- After build, you can find output at out/target/product/generic

Thanks!
 
Might be me not paying attention but I swear that the camera shutter sound was disabled in v1.5, but is back in v1.6.2. Is/was this the case or am I just crazy?
 
wow, I just installed ThundeROM and its probably the most amazing thing that has happened to my Optimus S!

I would like to thank you guys for posting this ROM for the Optimus S.
You guys have done a great job.

Thank you, again.
 
I was just checking. my phone has been acting screwy today alot of fc on opera, stock browser, market, and phone settings for some odd reason
 
Ok I wiped and reflashed. After that the sync when I connect to market wont complete and everything is freezing up
 
Got the Optimus U and T source from lg opensource. Found out that the directory kernel/drivers/media/video/msm differs from the S soucre, including at least one file with exposure-setting code that just isn't in the S sources at all. I want to replace the entire S msm directory with that from the U and compile the kernel as per LG's readme:



Beezy and ksmithinny, is this how you build the kernels you make available? I have a feeling there are also some non-kernel files, like android/external/kernel-headers/original/media/msm_camera.h, which may need to be changed too - does that mean I'd need to follow the entire Android system build instructions?



Thanks!

Could the moderators/somebody please point me in the right direction on this?
 
Status
Not open for further replies.