[P72x][ICS][DEv][ROM][V20F] - LG Optimus 3D

I Do Not own a 3D MaX but here is an ICS ROm this is a test to see if it works im working blind here but here it goes
Rom
Kernel
It's a normal Flashable Zip
I removed some skt stuff and other apps to reduce size
Happy Testing
Edit 1:
3dMax_ICS_Kernel_B2.zip - 5.85 MB
New Kernel
inside 9-5-13_updater-script.zip you will find updater-script file put it 3D_MaX_ICS.zip Open it with WinRar 7z nvaigate to META-INF\com\google\android and replace it
also 9-5-13_build.rar you will find build .prop replace the one inside 3D_MaX_ICS.zip in the system folder

hi
3D is working ?

teperkov said:
hi
3D is working ?
Click to expand...
Click to collapse
Its stock should be working flash it and then tell me
Sent from my LG-P920 using xda app-developers app

defcomg said:
Its stock should be working flash it and then tell me
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
hello @defcomg
i was sleeping when you messaged me.
can you pm me what changes you made?
and sorry i cant try as i am having only 2g internet with 15kbps speed
Sent from my LG-P725 using xda app-developers app

How did you extract su870 20f bin ?

OptimusRs said:
How did you extract su870 20f bin ?
Click to expand...
Click to collapse
if you guys dont know there is a new extractor known as LG BIN EXTRACTOR that directly unpack bin to .img
Google it
Sent from my LG-P725 using xda app-developers app

Eklovya said:
if you guys dont know there is a new extractor known as LG BIN EXTRACTOR that directly unpack bin to .img
Google it
Sent from my LG-P725 using xda app-developers app
Click to expand...
Click to collapse
i tryed the old bin extractor but not work with 20f kdz i well search
Thanks

OptimusRs said:
i tryed the old bin extractor but not work with 20f kdz i well search
Thanks
Click to expand...
Click to collapse
here you go.
www.lg-phones.org/how-to-convert-lg-firmware-from-bin-tot-to-kdz.html
Sent from my LG-P725 using xda app-developers app

defcomg said:
Its stock should be working flash it and then tell me
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
i cant download it : ( maybe could upload this on any different server ?

teperkov said:
i cant download it : ( maybe could upload this on any different server ?
Click to expand...
Click to collapse
so @defcomg here are the problems
1. the zip can be flashed but there is a problem in updater script as far as i know because the updater script is not able to mount partitions for system data and boot.
Solution :- I edited the updater script and edited lines pretaining to mount system and boot and it flashed successfully.
2. It boots but it has same and i would say more issues as after booting it shows BLUE ERROR HANDLER and com.lege.ime and java.lang have crashed and many other popups.
3. there is still no network . imei is null and wake lock issue is still there.
the phone freezes and reboots automatically.
Sent from my LG-P725 using xda app-developers app

3d ,gps,wifi ,working???

Eklovya said:
so @defcomg here are the problems
1. the zip can be flashed but there is a problem in updater script as far as i know because the updater script is not able to mount partitions for system data and boot.
Solution :- I edited the updater script and edited lines pretaining to mount system and boot and it flashed successfully.
2. It boots but it has same and i would say more issues as after booting it shows BLUE ERROR HANDLER and com.lege.ime and java.lang have crashed and many other popups.
3. there is still no network . imei is null and wake lock issue is still there.
the phone freezes and reboots automatically.
Sent from my LG-P725 using xda app-developers app
Click to expand...
Click to collapse
replace the lgeime with another keyboard it always force closes when the rom is deodexed i think the no network error is caused by nv1 and nv2 partition being different could please tell what partitions are on the p720 i also sylinked lgrm mpt partition as i did not know weather or not they exist as for wakelock may have todo with gb uboot so wkpark bootloader might be needed . so what i need is a full logcat and partitions list i wonder why the updater script did not work as it would mount system and data on any omap tested it on my o3d weird
Sent from my LG-P920 using xda app-developers app

Updated Post #1
Made some changes with feedback from Eklovya
Surprisingly with all the ics port request his the only one to try it
Without feedback logcats i cant do nothing more about it................

new kernel , what is change? 3d , wifi, gsm working?

defcomg said:
I Do Not own a 3D MaX but here is an ICS ROm this is a test to see if it works im working blind here but here it goes
Rom
Kernel
It's a normal Flashable Zip
I removed some skt stuff and other apps to reduce size
Happy Testing
Edit 1:
3dMax_ICS_Kernel_B2.zip - 5.85 MB
New Kernel
inside 9-5-13_updater-script.zip you will find updater-script file put it 3D_MaX_ICS.zip Open it with WinRar 7z nvaigate to META-INF\com\google\android and replace it
also 9-5-13_build.rar you will find build .prop replace the one inside 3D_MaX_ICS.zip in the system folder
Click to expand...
Click to collapse
hehe dafcomg
thanx for the rom
i have an error when i try to flash it error status 6

zak53 said:
hehe dafcomg
thanx for the rom
i have an error when i try to flash it error status 6
Click to expand...
Click to collapse
is this after or before replacing updater script

defcomg said:
is this after or before replacing updater script
Click to expand...
Click to collapse
after replacing the updater script

zak53 said:
after replacing the updater script
Click to expand...
Click to collapse
try this one ....
replace the text in updater-script of 3dMax_ICS_Kernel_B2.zip with this
Code:
ui_print("* Installing Kernel");
package_extract_file("boot.img", "/dev/block/mmcblk0p3");
run_program("/sbin/busybox","mount","/system");
show_progress(0.500000, 0);
package_extract_dir("system", "/system");
set_perm(0, 0, 0644, "/system/lib/lge-ril.so");
show_progress(0.200000, 0);
unmount("/system");
ui_print("");
and replace it

defcomg said:
try this one ....
replace the text in updater-script of 3dMax_ICS_Kernel_B2.zip with this
Code:
ui_print("* Installing Kernel");
package_extract_file("boot.img", "/dev/block/mmcblk0p3");
run_program("/sbin/busybox","mount","/system");
show_progress(0.500000, 0);
package_extract_dir("system", "/system");
set_perm(0, 0, 0644, "/system/lib/lge-ril.so");
show_progress(0.200000, 0);
unmount("/system");
ui_print("");
and replace it
Click to expand...
Click to collapse
I installed the rom and kernel B1 without changing the updater script
the phone stays on the LG logo
help dafcomg

i will try it, but download link is death

Related

[Tool] Update.zip Creator

original thread here:
http://forum.xda-developers.com/showthread.php?t=1248486
just thought i would post it for those that want to create flashable zips. sorry if this isn't the right section.
DOWNLOAD:
Rar archive
Windows installer
credits:
benzyniarz1
Jordan,
Tried this on my Win7 box and I keep getting error status 6?
What am I doing wrong?
When do you get the error? Running the program or when trying to create the zip?
The program runs on my Win 7 64bit setup. But I haven't tried to create a zip yet.
Have you tried right clicking on the file and changing the Compatibility to something like Win XP?
Truckerglenn said:
When do you get the error? Running the program or when trying to create the zip?
The program runs on my Win 7 64bit setup. But I haven't tried to create a zip yet.
Have you tried right clicking on the file and changing the Compatibility to something like Win XP?
Click to expand...
Click to collapse
It runs and creates the zip just fine. When I try to flash it with cwm it comes up with error 6 and fails.
SNadler said:
It runs and creates the zip just fine. When I try to flash it with cwm it comes up with error 6 and fails.
Click to expand...
Click to collapse
Sorry I haven't been able to reply. There should be two cwm options or whatever. The type like edify or amend or something hold on ill look at uot
Sent from my SAMSUNG-SGH-I997 using xda premium
Ok there's amend and edify
Sent from my SAMSUNG-SGH-I997 using xda premium
Nvm I know what it is
Sent from my SAMSUNG-SGH-I997 using xda premium
Ok. its the updater-script. U have to create a script.
Sent from my SAMSUNG-SGH-I997 using xda premium
JordanElliott said:
Ok. its the updater-script. U have to create a script.
Sent from my SAMSUNG-SGH-I997 using xda premium
Click to expand...
Click to collapse
I am using edify....
Here is the one I made that does not work so you can maybe se where I went wrong and the program I was trying to make a .zip
I have it running in /system/app by restoring it from TB and also by means of ADB push but wanted to learn how to use this tool.....
Thanks!
SNadler said:
I am using edify....
Here is the one I made that does not work so you can maybe se where I went wrong and the program I was trying to make a .zip
I have it running in /system/app by restoring it from TB and also by means of ADB push but wanted to learn how to use this tool.....
Thanks!
Click to expand...
Click to collapse
here is what you do. go to meta-inf folder in your update.zip. and drag updater-script from the folder and right click. edit it with notepad++ and hit ctrl+a and copy this
ui_print("HERE U CAN PUT WHATEVER YOU WANT");
ui_print("Mounting system...");
run_program("/sbin/busybox", "mount", "/system");
show_progress(1, 15);
ui_print("Installing");
package_extract_dir("system", "/system");
ui_print("Unmounting system...");
run_program("/sbin/busybox", "umount", "/system");
ui_print("Installation complete!");
here is notepad++
JordanElliott said:
here is what you do. go to meta-inf folder in your update.zip. and drag updater-script from the folder and right click. edit it with notepad++ and hit ctrl+a and copy this
ui_print("HERE U CAN PUT WHATEVER YOU WANT");
ui_print("Mounting system...");
run_program("/sbin/busybox", "mount", "/system");
show_progress(1, 15);
ui_print("Installing");
package_extract_dir("system", "/system");
ui_print("Unmounting system...");
run_program("/sbin/busybox", "umount", "/system");
ui_print("Installation complete!");
Click to expand...
Click to collapse
Thanks I will try it in the AM.
This will need to be used every time I run the program then to use it for programs that go into the /system/app folder correct?
SNadler said:
Thanks I will try it in the AM.
This will need to be used every time I run the program then to use it for programs that go into the /system/app folder correct?
Click to expand...
Click to collapse
Well if u want copy what I pasted directly into zip updater creater or whatever
Sent from my SAMSUNG-SGH-I997 using xda premium
JordanElliott said:
Well if u want copy what I pasted directly into zip updater creater or whatever
Sent from my SAMSUNG-SGH-I997 using xda premium
Click to expand...
Click to collapse
Tried it and it still came up with error 6?
SNadler said:
Tried it and it still came up with error 6?
Click to expand...
Click to collapse
Idk then bro. I haven't tried the prohrar
Sent from my SAMSUNG-SGH-I997 using xda premium
JordanElliott said:
Idk then bro. I haven't tried the prohrar
Sent from my SAMSUNG-SGH-I997 using xda premium
Click to expand...
Click to collapse
Thanks anyway, I just took another and swapped the program i wanted to use with the one in it and that was just as easy.......

Jelly Bean Boot animation & wallpapers..

For Boot animation copy sanim.zip with Root explorer place it in /system/media and give permisions as RW-R--R-- restart the mobile for the Boot animation :laugh:.
if you don't have Root explore then just copy cwm_boot.zip to SD card and flash it via CWM....
For wallpapers just extract and copy them to your phone....
This is only for Custom ROM's and will not work with Stock ROM's.
Thanks!
can you post some pics of the boot anim ???
It's quite boring actually.. It's like win7 but replace the windows logo with a glowing x..
Sent from my GT-I9103 using xda app-developers app
Can we revert back to the original boot anim, if we are not satisfied with this ???
Signature verification failed,
Tried to flash via CWM, install update from card.
Any solution
Sent from my GT-I9103 using XDA
Thanks:good:
Can i flash every boot anim. Over cwm?
Sent from my GT-I9103 using xda app-developers app
I cant flash the zip.
Im using titaniums 2.1 rom
Sent from my GT-I9103 using xda app-developers app
chandrus1983 said:
Can we revert back to the original boot anim, if we are not satisfied with this ???
Click to expand...
Click to collapse
Backup sanim.zip file in /system/media before flashing if you want to revert back just replace the new one with old one..
KnockNuckle said:
Can i flash every boot anim. Over cwm?
Click to expand...
Click to collapse
No you can not flash all, best way is to replace the file in the /system/media
KnockNuckle said:
I cant flash the zip.
Im using titaniums 2.1 rom
Click to expand...
Click to collapse
what is the problem you are facing...
Aaah look at this!
I replaced the file now. And it worked fine
Sent from my GT-I9103 using xda app-developers app
ERROR while updating in CWM
Signature verification failed,
Tried to flash via CWM, install update from card.
Any solution
mj.vikram said:
Backup sanim.zip file in /system/media before flashing if you want to revert back just replace the new one with old one..
No you can not flash all, best way is to replace the file in the /system/media
what is the problem you are facing...
Click to expand...
Click to collapse
i told no, i get this error
Signature verification failed,
chandrus1983 said:
i told no, i get this error
Signature verification failed,
Click to expand...
Click to collapse
manually change files with root explorer.
xlm13x said:
manually change files with root explorer.
Click to expand...
Click to collapse
guys, having error. can't flash via CMW..showing error no 6 & while giving permission to SANIM.zip, its shows file is read only, can;t move. giving permission,then saying can't give permission to file, some file XXXX etc..
WTF man, i need this animation..please help me out..:crying:
dont panic, first mount system as R/W, then try replacing.
xlm13x said:
dont panic, first mount system as R/W, then try replacing.
Click to expand...
Click to collapse
worked boss.thanks a million..
kataria.vikesh said:
guys, having error. can't flash via CMW..showing error no 6 & while giving permission to SANIM.zip, its shows file is read only, can;t move. giving permission,then saying can't give permission to file, some file XXXX etc..
WTF man, i need this animation..please help me out..:crying:
Click to expand...
Click to collapse
Nate.....just download root explorer and replace ...it takes less than 10 seconds loll
Sent from my GT-I9103 using xda app-developers app
I have changed the boot animation....how to change boot sound
Sent from my GT-I9103 using xda app-developers app
ganucci said:
I have changed the boot animation....how to change boot sound
Click to expand...
Click to collapse
For Boot sound replace 1_power_on.ogg in /system/etc and set permission as rw-r---r--...

[02/10/13][TOOL][NANDROID] md5 mismatch FIXER

if there is a thread that the same with this then inform me and i will personally lock this one
kindly move this thread if it was in the wrong section. :laugh:
okay, i wrote this simple script to easily fix and regenerate the md5sum of our Nandroid backup to avoid mismatching when restoring it.
Please don't blame me if anything happens on your phone by doing this.
Requirements:
- Terminal Emulator
- Brain.apk
- Experience on flashing
Instruction
- flash the Nandroid_md5_fixer.zip thru cwm or stock recovery
- go to terminal emulator and type "md5fix"
- select your damaged backup and wait until it finish!
02/10/13 UPDATE!
http://qfs.mobi/f397801
- fix bootloop problem
- compatible with console provided by Aroma File Manager
NOTE: avoid using 'space' when renaming backup's folder. It must be in one word.
i hope this will help you
goodluck
Good Work!
is the link broken?
i open the link,it shows '410 - Gone'
Sent by Schoolar Boy who wanna help and being a devs
Droid_beginner_student said:
is the link broken?
i open the link,it shows '410 - Gone'
Sent by Schoolar Boy who wanna help and being a devs
Click to expand...
Click to collapse
ooh so sorry., wait i'll fix it..
EDIT: link fixed
Sent from my Android System using Busybox Commands.
Wow good will try this, in the same time I always got error message while backup sd-ext n there's no nandroid.md5 file in the folder :thumbup:
Sent from my GT-S5360 using xda premium
Access to the web page was blocked by ESET Smart Security. The web page is on the list of websites with potentially dangerous content.
lol.. can you upload using another way?
rio. said:
ooh so sorry., wait i'll fix it..
EDIT: link fixed
Sent from my Android System using Busybox Commands.
Click to expand...
Click to collapse
thank you
will try in my corrupt nand..
pressed
Sent by Schoolar Boy who wanna help and being a devs
Why avoid using space???
Does using \ not work in terminal emu???
Ex. Name\ of\ Backup\ Rom
Sent from my GT-S5360 using xda premium
thirdzcee said:
Why avoid using space???
Does using \ not work in terminal emu???
Ex. Name\ of\ Backup\ Rom
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
ClockWorkMod can't read folder's name with space (two words)
it's not on my script.
my script can only fix a corrupted md5sum on every piece of nandroid backup but can not rename folders
Sent from my Android System using Busybox Commands.
unsupported
rio. said:
i wrote this simple script to easily fix and regenerate the md5sum of our Nandroid backup to avoid mismatching when restoring it.
Instruction
- flash the Nandroid_md5_fixer.zip thru cwm or stock recovery
- go to terminal emulator and type "md5fix"
- select your damaged backup and wait until it finish!
NOTE: avoid using 'space' when renaming backup's folder. It must be in one word.
Click to expand...
Click to collapse
the zip file has an unsupported compression method . I cannot unzip it on my PC.
mai77 said:
the zip file has an unsupported compression method . I cannot unzip it on my PC.
Click to expand...
Click to collapse
i zipped it using busybox i didn't use PC in working with it..
edit: try to unzip it using 7zip
Sent from my Android System using Busybox Commands.
Good Tool...... Very Nice Work...
..::[email protected]::.. said:
Good Tool...... Very Nice Work...
Click to expand...
Click to collapse
thanks bro!
Sent from my Android System using Busybox Commands.
md5 recalc tool
rio. said:
i zipped it using busybox i didn't use PC in working with it..
edit: try to unzip it using 7zip
Sent from my Android System using Busybox Commands.
Click to expand...
Click to collapse
7zip no luck but winrar works.
So the script recalculates the md5 sums. this assumes, that when you switch between various builds of "CWM recovery shell" the md5 calculation somehow calculates kinda "wrong" md5 sums.
a very useful tool. :good::good:
I flashed the zip then used terminal emulator. Typed "md5fix" and responded, "sh: md5fix: command not found"
ajdevera said:
I flashed the zip then used terminal emulator. Typed "md5fix" and responded, "sh: md5fix: command not found"
Click to expand...
Click to collapse
flash it thru CWM
Sent from my Android System using Busybox Commands.
is this working on all rom backup? coz i have a backup of jellyblast v3, jellyblast v3 with stock kernel and stock backup..after apply this can i restore the backup? coz i dont want to always flash the rom from the beginning...
how to use the script ? any example ?
encik_racun said:
is this working on all rom backup? coz i have a backup of jellyblast v3, jellyblast v3 with stock kernel and stock backup..after apply this can i restore the backup? coz i dont want to always flash the rom from the beginning...
Click to expand...
Click to collapse
yes!
mai77 said:
how to use the script ? any example ?
Click to expand...
Click to collapse
after flashing just call it from terminal emulator.. the command is "md5fix"
rio. said:
yes!
after flashing just call it from terminal emulator.. the command is "md5fix"
Click to expand...
Click to collapse
recommend which CWM is working to restore?

[TUT]How to Create flashable zip from nandroid backup

Hi there guys, today i shall show you how to make a flashable zip from your cwm backup!
REQUIREMENTS:
Windows OS
The Nandroid Backup
A tool(not mine, attatched below)
Brain
Now, copy all files from your backup to the folder where you extracted the tool.
Now it should look somewhat like this:
Code:
.android_secure.vfat.tar.
nandroid.md5
boot.img
cache.yaffs2.img
data.yaffs2.img
recovery.img
system.img
bkp2zip.bat
unyaffs.exe
cygwin1.dll
Run the "bkp2zip.bat".
Now there should be 3 files:System,Data and boot.img
now zip those three files.........And you should have a flashable update.zip!
<CyberAnarchy> said:
Hi there guys, today i shall show you how to make a flashable zip from your cwm backup!
REQUIREMENTS:
Windows OS
The Nandroid Backup
A tool(not mine, attatched below)
Brain
Now, copy all files from your backup to the folder where you extracted the tool.
Now it should look somewhat like this:
Code:
.android_secure.vfat.tar.
nandroid.md5
boot.img
cache.yaffs2.img
data.yaffs2.img
recovery.img
system.img
bkp2zip.bat
unyaffs.exe
cygwin1.dll
Run the "bkp2zip.bat".
Now there should be 3 files:System,Data and boot.img
now zip those three files.........And you should have a flashable update.zip!
Click to expand...
Click to collapse
how to delete the apps data ???? in the flasable zip..
i mean how to delete the singed gmailaccounts , whatsapp etc ???
PS- Thanks For The Thread
Saumitra Yadav said:
how to delete the apps data ???? in the flasable zip..
i mean how to delete the singed gmailaccounts , whatsapp etc ???
PS- Thanks For The Thread
Click to expand...
Click to collapse
Delete app data then backup.
In manage applications in the settings, i think there is a clear data option.
Phills recovery has this feature inbuilt
Sent from my HTC Explorer A310e using Tapatalk 2
Parth_14 said:
Phills recovery has this feature inbuilt
Sent from my HTC Explorer A310e using Tapatalk 2
Click to expand...
Click to collapse
didnt know that! Thanks for the info. I was going to install it anyway
Excellent guide.
It's just like ghost image in Windows.
Excellent.
Tnx mate
Sent from my LT26i using Tapatalk 2
Parth_14 said:
Phills recovery has this feature inbuilt
Sent from my HTC Explorer A310e using Tapatalk 2
Click to expand...
Click to collapse
I thought it was only for Rom. Does it also make a flash zip of all apps and data?
Sent from my HTC Explorer A310e using xda app-developers app
BANNED said:
I thought it was only for Rom. Does it also make a flash zip of all apps and data?
Sent from my HTC Explorer A310e using xda app-developers app
Click to expand...
Click to collapse
No! Only rom as far as i know
Sent from my HTC Explorer A310e using Tapatalk 2
uuuhhh I kinda don't get the point of this, I mean whats wrong with the default way of restoring a cwm or TWRM backup??
Meh, using UNIX tools, but not providing a solution, shame on you
(Warning: not actually tested, since I'm not really interested, just a 1:1 translation from .bat to sh)
Code:
#!/bin/sh
for i in system data
do
mkdir "{$i}"
mv "{$i}.yaffs2.img" "{$i}/"
cd "{$i}"
unyaffs "{$i}.yaffs2.img"
cd ../
done
rm .android_secure.vfat.tar nandroid.md5 recovery.img
zip -0 -r update.zip *
S.D.Richards said:
Meh, using UNIX tools, but not providing a solution, shame on you
(Warning: not actually tested, since I'm not really interested, just a 1:1 translation from .bat to sh)
Code:
#!/bin/sh
for i in system data
do
mkdir "{$i}"
mv "{$i}.yaffs2.img" "{$i}/"
cd "{$i}"
unyaffs "{$i}.yaffs2.img"
cd ../
done
rm .android_secure.vfat.tar nandroid.md5 recovery.img
zip -0 -r update.zip *
Click to expand...
Click to collapse
solution of what?
is this the method for using non-cwm reocovery to restore backup of cwm?
precardo said:
uuuhhh I kinda don't get the point of this, I mean whats wrong with the default way of restoring a cwm or TWRM backup??
Click to expand...
Click to collapse
You can create flashable zip that will include ROM and app, then give that to you friend.
You can use it when you formating sdcard, after that you flash it back and you have all.
It's nice and more elegant way, for me, but if someone don't like it - it's simple - don't use it.
Sent from my LT26i using Tapatalk 2
<CyberAnarchy> said:
solution of what?
Click to expand...
Click to collapse
REQUIREMENTS:
Windows OS
Click to expand...
Click to collapse
My piece of code should run on Linux, BSD, OSX, ...
Now you can do this directly from the recovery using PhilZ touch recovery
andromaniac123 said:
Now you can do this directly from the recovery using PhilZ touch recovery
Click to expand...
Click to collapse
Really? That's interesting and even more useful.
Where from could we download that recovery?
Sent from my LT26i using Tapatalk 2
funky0308 said:
Really? That's interesting and even more useful.
Where from could we download that recovery?
Sent from my LT26i using Tapatalk 2
Click to expand...
Click to collapse
Check Nihar.G's thread in original development section
<CyberAnarchy> said:
Hi there guys, today i shall show you how to make a flashable zip from your cwm backup!
REQUIREMENTS:
Windows OS
The Nandroid Backup
A tool(not mine, attatched below)
Brain
Now, copy all files from your backup to the folder where you extracted the tool.
Now it should look somewhat like this:
Code:
.android_secure.vfat.tar.
nandroid.md5
boot.img
cache.yaffs2.img
data.yaffs2.img
recovery.img
system.img
bkp2zip.bat
unyaffs.exe
cygwin1.dll
Run the "bkp2zip.bat".
Now there should be 3 files:System,Data and boot.img
now zip those three files.........And you should have a flashable update.zip!
Click to expand...
Click to collapse
META-INF is missing .. without meta inf how is the recovery going to install the stuff onto the phone ??
mimi_atmam said:
META-INF is missing .. without meta inf how is the recovery going to install the stuff onto the phone ??
Click to expand...
Click to collapse
use the meta inf of original rom.
help in making flashable zip for ext4 nandroid backup
<CyberAnarchy> said:
Hi there guys, today i shall show you how to make a flashable zip from your cwm backup!
REQUIREMENTS:
Windows OS
The Nandroid Backup
A tool(not mine, attatched below)
Brain
Now, copy all files from your backup to the folder where you extracted the tool.
Now it should look somewhat like this:
Code:
.android_secure.vfat.tar.
nandroid.md5
boot.img
cache.yaffs2.img
data.yaffs2.img
recovery.img
system.img
bkp2zip.bat
unyaffs.exe
cygwin1.dll
Run the "bkp2zip.bat".
Now there should be 3 files:System,Data and boot.img
now zip those three files.........And you should have a flashable update.zip!
Click to expand...
Click to collapse
bro my nanadroid backup has ext4 extension rather than yaff2 how should i make flashable zip from that???this method doesn't work on ext4 help plz

[Q] How to create flashable zips

What is the best way to create flashable zips for our O3D?
I've read some tutorials in xda, I know that files must be put inside replicated folder structure inside the zip (system, data, sdcard, ...).
But what about META-INF?
How to create proper updater-script and update-binary?
I've found App2zip in Play Store, but I'm unsure about compatibility.
After one hour testing with app2zip , i got negative result. I tested on my 2 system app and on my 6 user app. But it doesn't flashed. But one interesting thing is that, we will get update script. With some alterations, i think we can reproduce a flashable one .
I am still working on flashable zips of apps.
Sent from my GT-S6102 using xda premium
Using text editor you can easily creat update script. I ll give one specimen script for you
ui_print("..app is being flashed..");
package_extract_dir("app", "/system/app");
set_perm(0, 0, 0644, "system/app/****.apk");
ui_print:::complete:::;
Here for successful flashing you have to put you apk file in folder named app. Not in system/app/.
Another important thing -delete any extension on update-script after completing text editor task.
The smileys in the above post are just closing brackets.sorry
Sent from my GT-S6102 using xda app-developers app
rahulsnair said:
Using text editor you can easily creat update script. I ll give one specimen script for you
ui_print("..app is being flashed..");
package_extract_dir("app", "/system/app");
set_perm(0, 0, 0644, "system/app/****.apk");
ui_print:::complete:::;
Here for successful flashing you have to put you apk file in folder named app. Not in system/app/.
Another important thing -delete any extension on update-script after completing text editor task.
The smileys in the above post are just closing brackets.sorry
Sent from my GT-S6102 using xda app-developers app
Click to expand...
Click to collapse
Thanks, but I know I can manually edit the files.
But maybe there is a more "automatic" way, using some king of android app or computer program.
daniel.mota said:
Thanks, but I know I can manually edit the files.
But maybe there is a more "automatic" way, using some king of android app or computer program.
Click to expand...
Click to collapse
I think app2zip is the one and only one app that do everything automatically.But the product won't flash.I found two reasons for that.
1. Signing done by app2zip doesnt creat cert.rsa, cert.sf,manifest.mf inside Meta-inf
2. Some error is with the update script.which make /temp/sideload/package.zip errorresulting the task get abort.
But we can make the product of app2zip flashable with our update-script and signing.
Nb:you can sign the app with appsigner(an app available in market) with your own keystore.
Sent from my GT-S6102 using xda app-developers app
By TWRP you can install unsigned zip.
BTW for signing you can use this:
http://forum.xda-developers.com/showthread.php?t=822388

Categories

Resources