mytweaks.sh for the Optimus V - Optimus One, P500, V General

I made a tweak script for the Optimus V based on the mods posted here: http://forum.xda-developers.com/showthread.php?t=999064
I have translated and filtered the commands to work for the Optimus V. I thought I'd share it. Enjoy.

Related

[Q] HOW TO Build a stock android rom for HTC desire z ?

Hi @ all,
I've a good skill on programming, and I'm interested to build my own stock rom for htc desire z, doing some tests and increasing my skill.
Build processo is quite simple, following this guide:
http://source.android.com/source/building-dream.html
But i'm wondering why in the entire xda forum there isn't a good guide about building stock android rom on different devices?
So i'm asking to everyone, how i can take the specific vendor devices files for our htc desire z.
I've try the cyanogen one, and extracted proprietary files from my device, but there's some error with libcamera.so library. :/ i can't get out of this :/
Wing
No one can help me?
this forum is supposed to give this kind of support, it's a strange thing that no one dev wants to help...
Wing_Zero85 said:
Hi @ all,
I've a good skill on programming, and I'm interested to build my own stock rom for htc desire z, doing some tests and increasing my skill.
Build processo is quite simple, following this guide:
http://source.android.com/source/building-dream.html
But i'm wondering why in the entire xda forum there isn't a good guide about building stock android rom on different devices?
So i'm asking to everyone, how i can take the specific vendor devices files for our htc desire z.
I've try the cyanogen one, and extracted proprietary files from my device, but there's some error with libcamera.so library. :/ i can't get out of this :/
Wing
Click to expand...
Click to collapse
You could use the G2 ROM and base it on that...
The G2 is AOSP
Because it's hard to write a how-to on something that's not consistent. I mean, it changes around all the time.
Start out using dsiXDA's kitchen. Helped me out a lot.

[APP]TimeScape for CM7 | Miui

http://forum.xda-developers.com/showthread.php?t=1301777
As the title says~~
Confirmed working by me on Neo V running CM7
Please than creator of the app in original thread
EDIT: Added proper Link
where i can found time space for cm9

LG GT540 theme compatible????

i want to ask a question i saw this video that shows a boot animation
http://www.youtube.com/watch?feature=player_detailpage&v=gg23Tvkjonc
and his thread here: http://forum.xda-developers.com/showthread.php?t=813206
and becuase i like portal and the whole skin i was wonder can i put it in my LG GT540:
ROM:Android 4.0.4 base on CyanogenMod 9 with 2.6.35.10 kernel this--->http://forum.xda-developers.com/showthread.php?t=1609200
Kernel: [email protected]#72
(of course is rooted....)
in his thread he doesn't mension anything about compatible ROMs or Kernels
so can anyone please tell if it will work and the link is dead :/ but if someone has it please post it here....

[DEV] [OLD] Porting and booting custom rom via 2nd-init

Before you read this theard:
There isn't any rom which you can install.
This Development Thread is for users who have any idea, something to share.
Click to expand...
Click to collapse
As we know our L9 has locked bootloader. We can't flash boot.img and recovery.img, but we can load custom ramdisk and recovery through 2nd-init.
What is 2nd-init?: Read there: http://cvpcs.org/blog/2011-06-14/2nd-init._what_it_is_and_how_it_works
My CWM Recovery for L9 is also loaded through 2nd-init, so we have ready 2nd-init scripts. Where recovery and custom ramdisk will be storied:
boot.tar (custom ramdisk): /system/bootstrap/boot.tar
recovery.tar (custom recovery): /system/bootstrap/recovery.tar
So, we have 2nd-init script, we can start porting rom to our device (I have P760 variant). We have to port rom from Prada 3.0 and Atrix 2 (very similar devices) or compile from sources. For now 1st option is better because we haven't got any sources expect 10a rom.
At the end I attach full 2nd-init script. You can test it on stock rom, it works. Only need to edit ramdisk and port some files to get working CM9/10. Link to ramdisk is in second post. In the most part it is playing with the files and ramdisk (like editing the lg prada, 4x was edited stock ramdisk), because we can not run custom kernels. There are many specific files, which ramdisk, kernel checks md5 checksum of this files (drm files).
IMPORTANT INFORMATIONS ARE ALSO IN POST BELLOW (2nd post, links to important files).
This is the end for now. Theard will be updated.
What can you do:
Post something useful for us
Have an idea, write there
Links to useful websites/theards
Share some info about porting roms to L9
Notes about the idea, porting roms, very important information
Please don't:
Ask for ETA's & Troll
Edit: Now. Cyanogenmod 9 is working. If you want to port roms use this rom as base. Ramdisk is storied in /system/bootstrap/boot.tar
For now I don't neeed tester, It don't work for now. I and persons who help me are working, but it isn't easy as porting with unlocked bootloader.
For devs. Some informations and links. I add some important links. Some of them are from Optimus 4X. I added it, because In 4X CM10 ramdisk is fixed drm conflict (everything I will write in this post).
LG Prada Cyanogemod 9 (uses 2nd-init, stock LG kernel, easiest way to port): http://goo.im/devs/milaq/p940/cm9/cm-9-20121126-NIGHTLY-p940.zip
LG Optimus 4X CM10 (there is fixed booting, drm conflict). Important files in this rom: /system/bin/netd /system/bootmenu/boot.tar (also I upload it without rom), /system/drm, system/drm2, /system/lgdrm.tar: http://d-h.st/ivJ
10b (branded 10a) P760 system and boot (ramdisk) dump: http://www.mediafire.com/?9b4oywl94j0bp
Optimus 4X Stock boot (ramdisk): http://www.mediafire.com/?k48h27ln4xnygrh
Optimus 4X CM10 ramdisk (you can compare with 4X Stock ramdisk, see what's changet, try to do this on L9, also included in 4X rom /system/bootmenu/boot.tar): http://www.mediafire.com/?fia0d72cs93cy71
Stock P760 ramdisk with ro.secure=0 edited to work with 2nd-init (bootable, working, to boot install cwm recovery and copy boot.tar to /system/bootstrap, it's base to port cm9/cm10). Only one bug is soft button light:http://www.mediafire.com/?ra5itp818uijpk3
CM 10 for Atrix 2 (similar device to L9): http://forum.xda-developers.com/showthread.php?t=1869692
Important theards/posts:
Similar devices to L9:
LG Prada 3.0 (The same platform, manufacturer, different screen resolution, similar ramdisk, also similar some files specific to platform, phone model)
Atrix 2 (the same resolution, platform, other manufacturer)
hi,i have a P760,if you need testers count with me.
have you recovery installed and i know how to flash kdz and everything else.(install zip and create backup).sorry for my google translate..
artas182x said:
I need testers witch other variant of L9 (P765, P768, P760 and others).
Click to expand...
Click to collapse
I have P765, fit for all your requirements, but don't have much free time. In any case, I will try to help if I can.
I can test the rom on a P760
Hallo guys, finally we have our sub forum, for me to begin will be also good to have one clean and deodexed stock rom with some advance, like script for kernel OK and........
Also agree to port cynogen 9 and other rom:thumbup:
Inviato dal mio LG-P760 con Tapatalk 2
count me in... P760... had a lot of android based devices. so i know to flash via recovery, also flashed P760 several times via kdz..
can test for the p769. I'm well versed in cwm flashing and have reflashed this phone using kdz several times.
P-765 user
Let me try it
i will test as well, got an lg l9 P760 thats the reason we are here. to support and try :highfive: hope it works and to go forward even more with CM 9,10, 10,1 ....
I can also help test with p760 , can do all that you ask and have alot experience in device modding/testing
Hi man! Im a developer for three lg phones and have p760! Do you know how compile cmX for phone that have locked bootloader?
Inviato dal mio LG-P760 con Tapatalk 2
P769 here.... happy flashing etc.
Sorry saw the post very late. I am here for...
P765 Indian (Asian) variant.
Excellent write up on 2nd-init at http://cvpcs.org/blog/2011-06-14/2nd-init._what_it_is_and_how_it_works
Thanks it explained many things and hijacking booting sequences.
I know its really early, but do you think its possible to have a touch led notification feature built into a rom? Thats the only thing missing from this phone I dont like. I miss having a blinking light telling me if I missed a call or message.
I know theres an app on the store but from my using it, its pretty buggy and doesnt always work. And it seems to eat up the battery too.
Would be difficult to compile the original KDZ 10E with root after install?
redspeed said:
I know its really early, but do you think its possible to have a touch led notification feature built into a rom? Thats the only thing missing from this phone I dont like. I miss having a blinking light telling me if I missed a call or message.
I know theres an app on the store but from my using it, its pretty buggy and doesnt always work. And it seems to eat up the battery too.
Click to expand...
Click to collapse
Not only that app but this feature itself is battery consuming. Tried this on O2x and removed after noticing battery drain.
nevp said:
Would be difficult to compile the original KDZ 10E with root after install?
Click to expand...
Click to collapse
ICS Source code for all L9 variants (except 765) are released. Should it be a problem for devs to compile rooted KDZ from source? Just curious to know this from devs.
One more thing, now as CWM by Artas185x is fully working, is it possible for sharing restorable zips with rooted roms? Again just curious to know.
well as of now i have set up a petition for lg to unlock the bootloader of all L9 Variants maybe if we get enough signatures they will do as they are doing with the 4X and the optimus G in my signature below hopefully they get a hint
cmahendra said:
Not only that app but this feature itself is battery consuming. Tried this on O2x and removed after noticing battery drain.
Click to expand...
Click to collapse
I guess its because the cpu gets woken up each time the leds go on? Is there a way to toggle a low brightness blinking or pulse when a notification is received that will shut off again once the screen is turned back on? I wouldnt think one or both of the leds blinking at low brightness by themselves would take up too much battery power?
I've just signed the petition and i'm ready to test with P760

[Q] LG G2 Rom for S3 (there are apks)

There are all LG G2 apk files who can make port apps and make rom for S3
APKs : http://storagecow.eu/index.php?dir=Xda/LG+G2/LG+G2+System+Dump/Apps/
Here is the thread
http://forum.xda-developers.com/showthread.php?p=45296009#post45296009
gsozcan97 said:
There are all LG G2 apk files who can make port apps and make rom for S3
APKs : http://storagecow.eu/index.php?dir=Xda/LG+G2/LG+G2+System+Dump/Apps/
Here is the thread
http://forum.xda-developers.com/showthread.php?p=45296009#post45296009
Click to expand...
Click to collapse
Nice!
Sweet!
Now, if I had the time (and the know-how), i'd put on an apron and get busy in the Android kitchen to cook up a G2/S3 ROM!
Any seasoned cooks willing to bake this cake?
Puh-leaseeeeeeeeeeeeeeeeeeeeeeeeeeeee?

Categories

Resources