[Q] [HELP] How to make a cooked ROM based on ICS - LG Optimus 3D

Guys, i wanna create and share whit all the comunity a cooked ROM, but i don't know how to make it. I can cook a Gingerbread ROM (thanks samno for the tutorial) but this metod ca't work for ICS, and i can't find a good tutorial, can u help me guys?

The process is the same as GB only you have to use a system.img in the install zip instead of a folder and then have it extracted to
/dev/block/mmcblk0p7 in the updater-script
Sent from my LG-SU760 using xda app-developers app

R: [Q] [HELP] How to make a cooked ROM based on ICS
Where clan i get a system.IMG? It needs to be created whit the system folder? If yes how?
Inviato dal mio LG-SU760 con Tapatalk 2

boot into cwm/twrp
connect to pc
use the following command to make the img file
Code:
adb shell
dd if=/dev/block/mmcblk0p7 of=/emmc/system.img
or use the terminal in TWRP
wait until it ends
your system.img is ready and packed into your emmc
make sure your emmc has plenty of space to fit it
now you can make a zip file with it and use the command
Code:
package_extract_file("system.img", "/dev/block/mmcblk0p7");
in your updater script to unpack

R: [Q] [HELP] How to make a cooked ROM based on ICS
Thanks but idk what si EMMC, clan u explain me? Thanks a lot guys
Inviato dal mio LG-SU760 con Tapatalk 2

first command to make the system.img in your emmc (means the memory of the phone (the hard drive))
you do this with pc or by TWRP .
The second command is to extract it ,,
You write it in the update script
The update script is the script that contain the commands to flash the .ZIP file (theme or ROM or MOD or ...)
it is located in (/''YOUR *.ZIP''/META-INF/com/google/android/update-script)

R: [Q] [HELP] How to make a cooked ROM based on ICS
OK band after that? Sorry, too much questions
Inviato dal mio LG-SU760 con Tapatalk 2

I connect the phone to the pc, but where i can put the command?

Is your ROM ready or you are making it ?? .
Oh sorry I thought you completed the ROM . When you complete the ROM and tested it it with your phone ,, make system.img . That means it is the last step . (The commands in cmd window (1970 window ))
About how to make it , there are many threads for this . Search them ,, find the good tweaks and MODs . And you must get the permission from the MOD Developer .
Good Luck :thumbup:
Sent From My LG-P920 (ICS Ported)
Try Use THANKS Button If I Helped

R: [Q] [HELP] How to make a cooked ROM based on ICS
Thanks OS hacking, if everything works fine i will send u a PM
Inviato dal mio LG-SU760 con Tapatalk 2

Guys I need help. Can u tell me how to deodex ROM? I tried whit xUltimate v2.3.3 and v2.4 but while deodexing he gave me error whit all apk.
Sent from my LG-SU760 using Tapatalk 2

Related

how to extract rom from galaxy 3

hi everyone
i'm using a cm 7.2 mod marcellusbe's rom.....i made plenty of tweaks....modified the UI and even the frameworks including the launcher ....nw i want to extract the complete rom to my pc for further modifications....can any one please explain me how to do it......
thank you
You need adb installed and the commands are in the second post of this thread. >> http://forum.xda-developers.com/showthread.php?t=1046306
Click thanks if I helped.
I haven't tried it but I cant see a reason why the same dd wouldn't be possible on the phone.
Use root explore to create a tar file of /system and copy it on your pc
Sent from my GT-I5800 using xda app-developers app
The best option would be to nandroid backup.
You will get the tar files automatically.
Sent from my GT-I5800 using Tapatalk

[MOD][init.d] VMLagTuner[TUTORIAL]

Hi!
i found a nice mod from GALAXY S who works on s+ too..
I test Shadowgun Dead Zone with this MOD..it's smooth as hell!
Download MOD
http://forum.xda-developers.com/showthread.php?t=1978061
How to install it:
OPTION 1:
Download SManager from Market.
Put VMLAG on your Internal SD.
With a File Manager,rename the VMLAG(ex VMLagTuner_1_9MP4.pdf to VMLagTuner_1_9MP4 )
Open SManager and serch the file.
And make it look like mine(press SU and Boot) and " IS SCRIPT" .(i post a screen)
Than,press " RUN "
Wait,and that's it. Than,reboot your phone.(Wait for installation)
OPTION 2:
Download the last VMLAG,and just rename (Ex from VMLAGTUNER_1_9MP4.pfd to VMLAGTUNER_1_9MP4
And than,download a root File Manager (like es file) and put file in init.d (i guess /system/etc/init.d )
After,restart your phone.
I test this mod only with Shadow0-Rom-Ics (http://forum.xda-developers.com/showthread.php?t=2014511)
I will make a video to show you Dead Zone without lag on our phone.
Credits: LENAROX (It's his mod)
I guess it's ok to take this post for future video's .
Thank you very much ++++
I will test and report
Sent from my GT-I9001 using xda app-developers app
I put it in init.d folder.
What is command in terminal emulator to see if it works?
Device: Samsung Galaxy S Plus (I9001)
ROM: PAC-man rom 18.0.0 by camcory
Kernel: Stock
Recovery: TWRP TeamWin Recovery Project 2.2.1
USING XDA-APP
Open your terminal emulator
Type as follows:
su ( Press enter)
sysctl -a | grep vm (Enter again)
search for vm.vfs_cache_pressure; if its equal to 300 (I guess you are using the latest script version, cause this value change every new release ), then the script takes affect after boot.
it's compatible with jb roms?
davidteri91 said:
it's compatible with jb roms?
Click to expand...
Click to collapse
Yes.
It's compatible with all ROM's. You just need to have a inti.d support .
Tested on arco's CM9 beta4. NFS Most wanted runs smooth. (had some lags in certain races).
Why this
Sysctl:error reading key 'net.ipv4.route.flush: per mission denied
Sysctl:error reading key 'net.ipv6.route. flush: per mission denied
Inviato dal mio GT-I9001 con Tapatalk 2
davidteri91 said:
Why this
Sysctl:error reading key 'net.ipv4.route.flush: per mission denied
Sysctl:error reading key 'net.ipv6.route. flush: per mission denied
Inviato dal mio GT-I9001 con Tapatalk 2
Click to expand...
Click to collapse
Same
Btw. You may want to add a second way to install this. Remove extensions and add in init.d folder. This way you can always experience this script.!
Sent from my GT-I9001 using xda app-developers app
RobyRc said:
Hi!
i found a nice mod from GALAXY S who works on s+ too..
I test Shadowgun Dead Zone with this MOD..it's smooth as hell!
Download MOD
http://forum.xda-developers.com/showthread.php?t=1978061
How to install it:
Download SManager from Market.
Put VMLAG on your Internal SD.
With a File Manager,rename the VMLAG(ex VMLagTuner_1_9MP4.pdf to VMLagTuner_1_9MP4 )
Open SManager and serch the file.
And make it look like mine(press SU and Boot) and " IS SCRIPT" .(i post a screen)
Than,press " RUN "
Wait,and that's it. Than,reboot your phone.(Wait for installation)
I test this mod only with Shadow0-Rom-Ics (http://forum.xda-developers.com/showthread.php?t=2014511)
I will make a video to show you Dead Zone without lag on our phone.
Credits: LENAROX (It's her mod)
Click to expand...
Click to collapse
btw Its not 'her' its 'his'
Dude im not a female.
sent from androidmeda galaxy
LENAROX said:
btw Its not 'her' its 'his'
Dude im not a female.
sent from androidmeda galaxy
Click to expand...
Click to collapse
Sorry xD.
There is already a nice "HowTo Install" guide in the thread that you linked to, why would we need another one containing less information?
mine is not 300.It is 50.How do I change it?
cistamlaka said:
mine is not 300.It is 50.How do I change it?
Click to expand...
Click to collapse
Do you have init.d support and the script in the right directory?
Sent from my GT-I9001 using xda app-developers app
Ok guys here is the flashable zip of this mod that I made for my ROM SmoothieICS
http://www.mediafire.com/?zla77zz07tvkzpo
EternalFame said:
Do you have init.d support and the script in the right directory?
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
I'm using cm10 by ivendor so I do have support for init.d.I downloaded it,deleted the .pdf from file(renamed it) and put it in init.d folder located system/etc/.Then I rebooted like it says in instructions.
edit:I installed busybox and changed permissions of the file to rwx-rwx-rx.It says 300 now
---------- Post added at 05:21 PM ---------- Previous post was at 05:20 PM ----------
Brahmnoor said:
Ok guys here is the flashable zip of this mod that I made for my ROM SmoothieICS
http://www.mediafire.com/?zla77zz07tvkzpo
Click to expand...
Click to collapse
will it work on other roms like cm10 ivendor,doomsday etc. ?
cistamlaka said:
I'm using cm10 by ivendor so I do have support for init.d.I downloaded it,deleted the .pdf from file(renamed it) and put it in init.d folder located system/etc/.Then I rebooted like it says in instructions.
edit:I installed busybox and changed permissions of the file to rwx-rwx-rx.It says 300 now
---------- Post added at 05:21 PM ---------- Previous post was at 05:20 PM ----------
will it work on other roms like cm10 ivendor,doomsday etc. ?
Click to expand...
Click to collapse
It should work on every android rom!
Sent from my GT-I9001 using xda app-developers app
I conferm works perfectly on JB aokp alpha 2 Thanks dude for this mod
Inviato dal mio GT-I9001 con Tapatalk 2

[Q] [HELP] How to deodexed Stock ROM?

Guys, I need help. Can u tell me how to the deodexed the stock ROM of ICS? I've tried whit xUltimate, but he gave me a lot of errors, I need help Thanks
lol ,, the same as me
I tried autoDeo ,, xdaAutoTool and xUltimate with no luck ,, but why do you want to deodex it ?? odex is much faster for boot ,, deodex for theming .
I want to deodexed because i want change a little bit the graphics of the ROM But now i'm triyng to set some twics, what twiks i should install? and how? Thanks
They are two kinds :- build.prop and init.d .
build.prop is a file located in (/system) it's a text file ,, in this file you can change many properties of the phone like the rom name or the VM heap size ,, search about it there is many threads for this .
about init.d it is a folder YOU great it in (/system/etc) this folder contains scripts ,, the script contain commands ,, these commands is running every reboot . for example the overclock script .
BUT our stock ROM does not support init.d ,, So you should enable it ,, there is a thread for that by iodak (thanks) .
there is not some thing called ''best script'' or tweak ,, every phone has its negative ,, the user change them . for example the read and write speed of our phone is too bad (128 kb) personnaly I set it to (4096 kb) .
you test and then choose the best .
Good Luck
OS_Hacking said:
They are two kinds :- build.prop and init.d .
build.prop is a file located in (/system) it's a text file ,, in this file you can change many properties of the phone like the rom name or the VM heap size ,, search about it there is many threads for this .
about init.d it is a folder YOU great it in (/system/etc) this folder contains scripts ,, the script contain commands ,, these commands is running every reboot . for example the overclock script .
BUT our stock ROM does not support init.d ,, So you should enable it ,, there is a thread for that by iodak (thanks) .
there is not some thing called ''best script'' or tweak ,, every phone has its negative ,, the user change them . for example the read and write speed of our phone is too bad (128 kb) personnaly I set it to (4096 kb) .
you test and then choose the best .
Good Luck
Click to expand...
Click to collapse
Tanks OS_Hacking, really Can u post me the thread of iodak? I can't find him
Terminator_94 said:
Tanks OS_Hacking, really Can u post me the thread of iodak? I can't find him
Click to expand...
Click to collapse
Here it is :-
http://forum.xda-developers.com/showthread.php?t=1961989
Overclock to get better performance and benchmark scores .
Undervolt to get better battery
Sent From My LG-P920 (ICS Ported)
Try Use THANKS Button If I Helped
Use dsxda's kitchen. It does deodex, enabling init.d etc.
Sent from my LG-SU760 using xda app-developers app
R: [Q] [HELP] How to deodexed Stock ROM?
OK i deoxeded the app and the framework. Now how can I replace the app and the framework oxeded whit the deoxeded? Thanks
Inviato dal mio LG-SU760 con Tapatalk 2
R: [Q] [HELP] How to deodexed Stock ROM?
Any suggestions?
Inviato dal mio LG-SU760 con Tapatalk 2
Waat? Didnt you do this already? I think you should start reading every guide for making/cooking a ROM you can find and then you can come back and ask questions
Sent from my LG-SU760 using xda app-developers app
R: [Q] [HELP] How to deodexed Stock ROM?
I've read a lot of guide, my personal ROM is ready, but i prefere deoxeded the framework and the apps for play whit the graphic of the ROM. If un don't wanna tell me how si not a problem, but if u wanna help me thanks.
Inviato dal mio LG-SU760 con Tapatalk 2
Terminator_94 said:
I've read a lot of guide, my personal ROM is ready, but i prefere deoxeded the framework and the apps for play whit the graphic of the ROM. If un don't wanna tell me how si not a problem, but if u wanna help me thanks.
Inviato dal mio LG-SU760 con Tapatalk 2
Click to expand...
Click to collapse
Any suggestions?

Random questions thread

N00b asks dev answers: D
Any question here, but not too many at once
Maybe this makes the section more tidy
Sent from my LG-P920 using xda app-developers app
Thank you very much berni for this idea !!
You have been an RC , so you should help us .
1-What' the recovery partion in the Official ICS and GB ?? mmcblk0p** (Since I don't have this phone I can't know them) .
2-I have followed your Tutorial to edit LG's firmware ,, but in the step when root the *.img file , how to return that image into *.bin ??
3-How to replace recovery like what xbsall did (in bootv21e.bin) ??
4-In V20a.kdz of P880 Optimus 4X ,, when I run :-
Code:
LGExtract -kdz ****.kdz
Then I get a *.cab file ,, extract it then find a *.DZ ?? In P920 kdz I find *.wdb (then extract it into *.bin) .
Thank you berni for your support to LG-P920 and for this EXCELLENT idea .
#------------------------------------------
echo "Sender.product.model=LG-P880" # (O4X) .
if [ $thanks -eq $pressed ] ; then
thanks_meter=$((${thanks_meter} + 1)) ; fi #Press it
OS_Hacking said:
Thank you very much berni for this idea !!
You have been an RC , so you should help us .
1-What' the recovery partion in the Official ICS and GB ?? mmcblk0p** (Since I don't have this phone I can't know them) .
2-I have followed your Tutorial to edit LG's firmware ,, but in the step when root the *.img file , how to return that image into *.bin ??
3-How to replace recovery like what xbsall did (in bootv21e.bin) ??
4-In V20a.kdz of P880 Optimus 4X ,, when I run :-
Code:
LGExtract -kdz ****.kdz
Then I get a *.cab file ,, extract it then find a *.DZ ?? In P920 kdz I find *.wdb (then extract it into *.bin) .
Thank you berni for your support to LG-P920 and for this EXCELLENT idea .
#------------------------------------------
echo "Sender.product.model=LG-P880" # (O4X) .
if [ $thanks -eq $pressed ] ; then
thanks_meter=$((${thanks_meter} + 1)) ; fi #Press it
Click to expand...
Click to collapse
1. In all o3d partitions layout it's mmcblk0p6
2. Just open the edited img in hexeditor select everything copy it then select in the bin from offset to size off given by the extract tool and then paste it in there
3. Same as above open rec.img in hex editor select and delete the recovery file in the bin(everything is given by the extract tool) and paste in the new rec
4. Don't know much about dz files but take a look in l9/7/6 not sure which one there's a kdz Rom and the guy linked to a tool which extracts dz files if I remember right
Found it http://forum.xda-developers.com/showthread.php?p=2985403
Sent from my LG-P920 using xda app-developers app
How do I stop my recovery from creating an md5 sum when making a backup of a ROM?
Warren488 said:
How do I stop my recovery from creating an md5 sum when making a backup of a ROM?
Click to expand...
Click to collapse
I'm no dev but in TWRP you can unchek the option for the backup to make md5..
I don't remember for CWM..
Sent from my LG-P920 using xda app-developers app
Warren488 said:
How do I stop my recovery from creating an md5 sum when making a backup of a ROM?
Click to expand...
Click to collapse
It's to check if your backup is corrupted and to save you from unnecessary reflashing. If you're not planning to modify your backup , you should't disable it.
Sent from my LG-P920 using xda premium
2 questions
1. how can i solve graphic driver bug in cm10?
in cm10.1 i can solve it by installing peach kernel.. cm10 version still has this bug..
2. I've SD card problem in cm10.1 sometimes i must remount it to use gallery and camera..(i already changed 16 to 15)
Im having issues flashing the V30a kdz the way i used to, after uncompressing the kdz the program looses connection with the phone, never happenned before now it does even on different Pc's. Any ideas?
Sent from my LG-P920 using xda app-developers app
SickRaider said:
Im having issues flashing the V30a kdz the way i used to, after uncompressing the kdz the program looses connection with the phone, never happenned before now it does even on different Pc's. Any ideas?
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
Look a bit in the forum you have to rename it or extract it to bin and baseband and flash it
Sent from my LG-P920 using xda app-developers app
berni987654321 said:
Look a bit in the forum you have to rename it or extract it to bin and baseband and flash it
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
Stupid me...... yeah i forgot about that, i did that on 28b..... Thanks Bernie.
Sent from my LG-P920 using xda app-developers app
Berni, there's a few developer-related questions I wanna ask before I develop my first Android firmware ROM.
1. Is even a Java file context-sensitive? And if it is, should a simple change be checked against the other source that links to it?
2. Is it difficult to add in some framework / library outside the Android source codes?
Sent from my LG-P920 using XDA
Dr. Mario said:
Berni, there's a few developer-related questions I wanna ask before I develop my first Android firmware ROM.
1. Is even a Java file context-sensitive? And if it is, should a simple change be checked against the other source that links to it?
2. Is it difficult to add in some framework / library outside the Android source codes?
Sent from my LG-P920 using XDA
Click to expand...
Click to collapse
To 1 no but most libraries are built of pretty much code (libwebcore is some gigs big) and are difficult to port to other android version(opposite is libwebcore which is pretty easy). Many libs should work on same android versions but many don't
Sent from my LG-P920 using xda app-developers app
Ah, I see. I will have to check against each other before I start compiling. Thanks, Berni.
Sent from my LG-P920 using XDA

[HOW TO][Share] RE-ODEX any rom

Hi people
Just sharing some good stuff , & Not my work, all credit goes to "ericdjobs"
Original thread " http://forum.xda-developers.com/showthread.php?t=2256326 "
Tested and working well....:good::good::good::good::good::good:
I ain gonna explain about ODEX / DE-ODEX.
Long story short ODEXED Rom has better performance
This procedure RE-Odex's Both Framework-res & Apps.
Here you go
1 Download the attachment "Odex" given below (Its not a flashable zip)
2 Place the files as mentioned in readme.txt
3 Connect your Device to PC
4 Open Command Prompt and make sure root is provided for adb in your device
5 Enter these commands one after other
adb shell
$su
cd /system/bin
dexo
6 Wait untill the device reboots.
7 enjoy Re-Odexing.....
Happy to Help
RESERVED
Nice work mate. :good:
Will try for sure :good:
Hi guys..can i odex sens3.5 rom with this???? is this works with android 2.3.5??? im using jaggy Desire 5 ROM..Pls hlp me guys
activewin said:
Hi guys..can i odex sens3.5 rom with this???? is this works with android 2.3.5??? im using jaggy Desire 5 ROM..Pls hlp me guys
Click to expand...
Click to collapse
Yes you can...
Sent from my HTC Explorer A310e using Tapatalk 2

Categories

Resources