HELP !! I have downloaded dsixda android kitchen.zip 20mb (latest 1) to cook some custom rom :beer:
But m unable to use ??? There is no setup or .exe file in zip. :screwy:
I have seen dsixda thread but nothing helpfull
Plz Guide an easy methods to use it:thumbup:
Sent from my LG-P500 using xda app-developers app
kunnaliskinng said:
HELP !! I have downloaded dsixda android kitchen.zip 20mb (latest 1) to cook some custom rom :beer:
But m unable to use ??? There is no setup or .exe file in zip. :screwy:
I have seen dsixda thread but nothing helpfull
Plz Guide an easy methods to use it:thumbup:
Sent from my LG-P500 using xda app-developers app
Click to expand...
Click to collapse
you also have to download cygwin for android kitchen to work follow this link hope this will help
just follow this picture guide i also used it to set it up first download all necessary files
here is the link to picture guide
http://hotfile.com/dl/123907924/6ebd9fd/Dsixda_Kitchen_Install_Picture_Tutor.zip.html
download this file and follow the instructions(guide is made by carl 1961 and not by me )
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
hi
i have tried all the tricks and every thing on xda and non xda forums
but i have come to fail to deodex xperia C rom
can any one plz help.
Hi bro, you can use Android Kitchen to deodex system apks and jars. BTW, to run Android Kitchen, you can use Linux OS or a virtual Lunix (cygwin on windows OS). If you need any other help, you can ask
Hit thanks if i helped you
Sent from my GT-S5302 using xda app-developers app
Akshay Kumar Raheja said:
Hi bro, you can use Android Kitchen to deodex system apks and jars. BTW, to run Android Kitchen, you can use Linux OS or a virtual Lunix (cygwin on windows OS). If you need any other help, you can ask
Hit thanks if i helped you
Sent from my GT-S5302 using xda app-developers app
Click to expand...
Click to collapse
but to flasg deodex app we need a recovery
i am searching for a tool like titanium back up or lucky patcher
which can do on single boot
Hi developers, majority of us are asking or complaning about the boot loop errors. Can you please tell us that if there file 'build.prop' could make according to requirements of a specific android device. According to me, this file has creating problems of bootloop as changes are accidently made in this file
Any suggestions/steps will highly appreciated.
Thanks
Sent from my GT-S6812 using XDA Premium 4 mobile app
No one can answer this or tell me the procedure..? How to resolve this..?
Sent from my GT-S6812 using XDA Premium 4 mobile app
Wait. Did you change the build.prop yourself or what?
If I helped, don't hesitate to hit that Thanks button
Can we make that file on our own according to the specific device? which creates mainly the problem of bootloop I think..
Sent from my GT-S6812 using XDA Premium 4 mobile app
Its hard to understand what you mean, if you speak another language just say it in your language after you say it in English. I'll use a translator.
But I'll try and answer it ? You can make a build.prop on your own, it isn't really hard to do so.
If I helped, don't hesitate to hit that Thanks button
I have Samsung Galaxy Fame duos (GT-S6812). Can you just simply tell me how to make original build.prop file for my device? So bootloop error doesn't occur again in my device.
Sent from my GT-S6812 using XDA Premium 4 mobile app
Ohhhh you don't need to make an original one, firstly the ROM you're using whether its stock or custom. Download the same ROM to your desktop, open the .zip and extract the build.prop file from it.
Once extracted, boot your device into recovery, and then use the following command.
adb push /path/to/file/build.prop /system
If it doesn't allow it you may need to mount it as read write.
If I helped, don't hesitate to hit that Thanks button
HI friends ... I have a teclast X70R tablet and i want to extract firmware files (fls extensions) but i don't know how !!
pls help me and thanks
Root ur device then use any root browser and extract files or download stock rom for ur files
Give thanks if i helped u
Sent from my GT-S5830i using XDA Free mobile app