[DEV][Stock MIUI][Dev's] Welcomed Here - LG Optimus 3D

AdamOutler said:
Warning:
Code:
if (youHaveSomethingToContribute) {
try {
toKeepMovingTheThreadForward();
} catch (noobsAndRandomComments) {
reportNoobsToModerators(quickly);
}
} else {
dontPost();
}
Click to expand...
Click to collapse
Okay so i have been looking through a couple of LGE devices framework and realised that the frameworks are pretty much the same with the exception of the RIL with that said the LU6200 is supported by miui patchrom I tried porting it before but i think something went wrong with the final Zip Maybe it will have to be repacked into .img formart i think bdadd34 and bernie have the patchrom repo synced i will try porting the usual miui wat from a LU6200. When done a kernel with debugable enabled will be required who's iN ?

If I can help anything I am in.
Sent from my LG-P920 using xda app-developers app

iodak said:
If I can help anything I am in.
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
On ICS Bootloader does package_extract_dir("system", "/system"); work or only system.img

defcomg said:
On ICS Bootloader does package_extract_dir("system", "/system"); work or only system.img
Click to expand...
Click to collapse
Img file is the easyest one but if needed i could try to make a zip flahing stock ics system using package extract dir
Sent from my LG-SU760 using xda app-developers app

I thing that .img is the way here. Never got script working.
Sent from my LG-P920 using xda app-developers app

defcomg said:
On ICS Bootloader does package_extract_dir("system", "/system"); work or only system.img
Click to expand...
Click to collapse
package_extract_file("system.img", "/dev/block/mmcblk0p7");
This can work for ICS bootloader, it's used on xbsa's last rom.

Pesach85 said:
package_extract_file("system.img", "/dev/block/mmcblk0p7");
This can work for ICS bootloader, it's used on xbsa's last rom.
Click to expand...
Click to collapse
I will build today
Edit:
Uploading............

MIUI_TesT.zip - 260.23 MBFlashable Contains .img file

defcomg said:
MIUI_TesT.zip - 260.23 MBFlashable Contains .img file
Click to expand...
Click to collapse
Tried it out, stuck on lg logo

rezzsha said:
Tried it out, stuck on lg logo
Click to expand...
Click to collapse
Info please. Moar
Sent from my LG-P920 using xda app-developers app

JunDavis said:
Info please. Moar
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
umm lights dont blink and just gets stuck on lg logo, i guess someone else could try and see if it works for them?

rezzsha said:
umm lights dont blink and just gets stuck on lg logo, i guess someone else could try and see if it works for them?
Click to expand...
Click to collapse
extract system2.img try via fastboot flash system2 its weird it should atleast bootloop
.
I will patch the Lg Framework Again the Last version was a port it could be the bootloader
rmaybe the img must be signed
Code:
./make_ext4fs -l 700m -a system system2.img system/
Creating filesystem with parameters:
Size: 734003200
Block size: 4096
Blocks per group: 32768
Inodes per group: 7472
Inode size: 256
Journal blocks: 2800
Label:
Blocks: 179200
Block groups: 6
Reserved block group size: 47
Created filesystem with 1437/44832 inodes and 102181/179200 blocks

/system/bin/morningcall could be what is messing up the booting up the Lu6200 patch rom replaces and also CM10 and other rom do not contain it

It install OK creates data and dalvik cache. This is what I can see from recovery, i don't have PC to see more.
Sent from my LG-SU760 using xda app-developers app

iodak said:
It install OK creates data and dalvik cache. This is what I can see from recovery, i don't have PC to see more.
Sent from my LG-SU760 using xda app-developers app
Click to expand...
Click to collapse
is it stuck @ LG Logo?

Yes it doesn't go to boot anim. We need to get adb to see what is going on.
Sent from my LG-SU760 using xda app-developers app

iodak said:
Yes it doesn't go to boot anim. We need to get adb to see what is going on.
Sent from my LG-SU760 using xda app-developers app
Click to expand...
Click to collapse
I Believe its morningcall in bin folder needs to be deleted and secureboot in early init needs to be hashed out also could be the reason it also does not boot on gb loader yes adb is needed to remove that file see if it boots
Done With Clean patch now we must work out how to sort out the secure B.S damn u LG

@defcomk
In micode tools repo is a script called target_update_from_phone that will get you a flash able stock ICS zip. Would upload mine but my upload speed is slow as hell
Sent from my LG-P920 using xda app-developers app

berni987654321 said:
@defcomk
In micode tools repo is a script called target_update_from_phone that will get you a flash able stock ICS zip. Would upload mine but my upload speed is slow as hell
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
system.img seems easier to work with i know my uploads also suck but i will upload a build i just made now this one is patched ICS the last was a port from the LU6200
if your on ics can remove morningcall and in early init remove the secure boot from ramdisk the patching went smoothly if it works i might just go back to ICS_StocK_MIUI-Hybrid
there are to .sh files one in bin and the other in xbin there to generate symlinks but the scripts are not active there there incase there needed then we can use adb shell

defcomg said:
system.img seems easier to work with i know my uploads also suck but i will upload a build i just made now this one is patched ICS the last was a port from the LU6200
if your on ics can remove morningcall and in early init remove the secure boot from ramdisk the patching went smoothly if it works i might just go back to ICS_StocK_MIUI-Hybrid
Click to expand...
Click to collapse
OK gonna try it when its uploaded
Sent from my LG-P920 using xda app-developers app

Related

[TOOLS][HOW-TO] One Click Scripts to Pack/Unpack boot.img

This is for all ROM cooks, Kernel devs or anyone who wants to make quick changes to the Kernel or ramdisk without wasting much time!
I made or rather put together some scripts for-
All this happens in just one click
Unpack boot.img
Repack boot.img
Make CWM flashable signed zip
Its very easy to use. Download the tools (At the end of the post)
Extract them..
In the root of the extracted files place the boot.img you wanna mod.
Then,
To unpack the Kernel-
Code:
./extract.sh
Your zImage will be in kernel/zImage
Your ramdisk will be in ramdisk folder (unpacked)
Make the necessary changes.. whatever you wish.
Then to pack up everything and get output as boot.img , run.
Code:
./pack_boot.sh
Your repacked boot.img will be in out/boot.img
OR.
If you want a CWM Flashable zip,
Code:
./pack_cwm.sh
The flashable zip will be out/GT-I9103_KERNEL.zip
Easy eh? :laugh:
DOWNLOAD
On a side note,
What in contains:
My scripts
mkbootimg, unpackbootimg and mkbootfs binaries (Compiled from latest CM Source)
signapk.jar and necessary files (To Sign Zip file)
Thanx a bunch for this. I have boot image of a stock gb kernel and want to just add voodoo sound and increase the max brightness level a bit. Is that possible using this tool?
Thanx!!
Tapatalked from my Galaxy R GT-I9103 using XDA Premium App
I don't go to sleep until I utilize my quota of 8 thanx a day!
The-Droidster said:
Thanx a bunch for this. I have boot image of a stock gb kernel and want to just add voodoo sound and increase the max brightness level a bit. Is that possible using this tool?
Thanx!!
Tapatalked from my Galaxy R GT-I9103 using XDA Premium App
I don't go to sleep until I utilize my quota of 8 thanx a day!
Click to expand...
Click to collapse
Then make changes in Kernel source,
Compile , simply replace the compiled zImage with the one in kernel/zImage .. and run ./pack_cwm.sh
Adi_Pat said:
Then make changes in Kernel source,
Compile , simply replace the compiled zImage with the one in kernel/zImage .. and run ./pack_cwm.sh
Click to expand...
Click to collapse
code is..?
sagitta5499 said:
code is..?
Click to expand...
Click to collapse
Make changes in source code.
Man really a dev. Gr8 tool
yajnab said:
Man really a dev. Gr8 tool
Click to expand...
Click to collapse
You can use it for your fit too. Simply change base address. Or may even work as it is. Password for zip is galaxyrrocks
Sent from my GT-I9003 using xda premium
Adi_Pat said:
You can use it for your fit too. Simply change base address. Or may even work as it is. Password for zip is galaxyrrocks
Sent from my GT-I9003 using xda premium
Click to expand...
Click to collapse
password which
Serp87 said:
password which
Click to expand...
Click to collapse
password =
Code:
galaxyrrocks
Cheers !
Would this work on galaxy note n7000 stock kernels if zImage were renamed to boot.img?
Sent from my GT-N7000 using xda app-developers app
shoey63 said:
Would this work on galaxy note n7000 stock kernels if zImage were renamed to boot.img?
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
For N7000 you can use these tools since its a zImage Kernel and not kernel+ramdisk like GalaxyR.
https://github.com/xiaolu/galaxys2_kernel_repack
Thanks for the link :thumbup:
Sent from my GT-N7000 using xda app-developers app
Can you post a download that doesnt have locked files. Password doesnt work..
MikeC84 said:
Can you post a download that doesnt have locked files. Password doesnt work..
Click to expand...
Click to collapse
Attached!
Does this work with Micromax A110 mtk6570 chips
shubhdeep99 said:
Does this work with Micromax A110 mtk6570 chips
Click to expand...
Click to collapse
NO buddy it wont.
It works if it uses the same boot.img format (I mean there are e.g. Sony devices that has some different kernel image structure.).
Sent from my GT-I9103
Adam77Root said:
It works if it uses the same boot.img format (I mean there are e.g. Sony devices that has some different kernel image structure.).
Sent from my GT-I9103
Click to expand...
Click to collapse
My friend has it buddy bt its like samsung grand splash in water. Also about the kernel, if u said then i will test it in my friend's mobile. Will it brick it if wont load that kernel??
Sent from my GT-I9103 using Tapatalk HD
Buddy, just check if you can unpack and repack. No need to load it on to the device. Faulty kernel can really brick the device.
The-Droidster said:
Buddy, just check if you can unpack and repack. No need to load it on to the device. Faulty kernel can really brick the device.
Click to expand...
Click to collapse
can u explain how to unpack or repack it..?? a n00b question from RN..??

[MOD]Bootanimation4U - Add custom bootanimation to any rom

This will add the ability to use a custom bootanimation on any rom with any kernel and probably any samsung device.
It has been tested on the Note II but should work with any samsung device that uses samsungani to load boot animations. If it doesn't work for you please post here.
Uses the typical settings bootanimation is at /system/media/bootanimation.zip, this is for those using a stock rom or a rom the dev didn't add it in.
I included the Google Gears bootanimation too. Flash the file in recovery. The attachment is a flashable zip not bootanimation.zip.
The updater-script uses busybox to mount the partitions, so if it doesn't flash correctly install busybox from an app on the play store then try again.
Edited the attachment, now includes the bootanimation binary just in case in bootanimation4u.zip, there is also another one named Bootanimation4U.Samsungani.Only that only edits samsungani.
If /system/bin/bootanimation exists flash the Bootanimation4U.Samsungani.Only.zip
How to use:
Add bootanimation.zip to /system/media
Flash Bootanimation4U.zip in recovery
If you want sound add an ogg file named PowerOn.ogg to /system/media/audio/ui, if sound doesn't work be sure /system/bin/samsungpowersoundplay exists if its there it will play sound if not its not included in your rom download it HERE then put it where it belongs and fix the perms which should be rwxr-xr-x
Reboot...Enjoy
Here is a method to get some bootanimations thanks to ReelFiles:
ReelFiles said:
Awesome!
1. Make a backup just in case.
2. Flash bootanimation4u.zip from recovery (I use TWRP).
3. Reboot and install Boot Animations Root from the Play Store.
4. Go into the app's preferences and change install location to /system/media/ and leave the default filename (bootanimation.zip) and go back to the main screen.
5. Select any bootanimation from the Server tab and hit Install. (Tablet ones at the bottom of the list look best.)
6. Select the installed bootanimation again and hit Resize. Set it to 720x1280 30FPS.
7. Tap the options key and select "Preview current" Make sure you like it and reboot.
I use the Tablet - Shatter one, it looks like the one from the Jedi Roms, but higher quality.
If you Preview a few different ones and then decide to use one you downloaded earlier, delete it first then install and resize it again, or the preview will just be a black screen and might not work at all.
I believe you can preview before installing the animation if you buy the Pro version.
Check out a video tutorial here: http://www.youtube.com/watch?v=PR4Rsdgtc0I
Click to expand...
Click to collapse
betoNL said:
A couple of original and/or recently adapted animations here :
http://forum.xda-developers.com/showthread.php?t=2037324
Just in case....
.
Click to expand...
Click to collapse
This mod is CleanROM 4.0 compatible !!
If you use/like it don't forget to hit thanks and rate the thread !!
thank u
Awesome thanks for this
Sent from my SPH-L900 using xda premium
Any other boot animation besides the gear?
Sent from my SGH-T889 using xda premium
dannydv said:
Any other boot animation besides the gear?
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
You can find them all over xda. I just posted it for testing it out its the one I use
Sent from my SAMSUNG-SGH-I317 using xda premium
So we just flash the boot4u in recovery, and what about boot animation? Sorry, im just alittle confuse! Just want to make sure i do it right! ! Thanks!
Sent from my SGH-T889 using xda premium
dannydv said:
So we just flash the boot4u in recovery, and what about boot animation? Sorry, im just alittle confuse! Just want to make sure i do it right! ! Thanks!
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
Yes flash the bootanimation4u then flash gears bootanim right after.
Sent from my SAMSUNG-SGH-I317 using xda premium
Thanks! Is there a thread where we can dl more boot animations?
Sent from my SGH-T889 using xda premium
Any screenshot?
Works&looks great. ...very simple. ..and easy to install in TWRP.
Now. ..if we could have the same thing with the shut down animation to install this way...that would be ideal.
Thank you for this..it is sweet.
Mac
Does flashing this effect anything else? Since your flashing partitions?
Sent from my SGH-T999 using xda premium
RotaryXperiment7 said:
Does flashing this effect anything else? Since your flashing partitions?
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
No it only uses busybox to mount system to copy files. It makes it flashable on most devices without using specific blocks. Ie. Mmcblk0p13
Sent from my SAMSUNG-SGH-I317 using xda premium
Ok, so this will prevent the boot loop caused by adding bootanimation.zip's manually on samsung devices? (vzw gs3 running aosp).
Does the flash of your mod stick between rom flashes, or flash each time?
I don't thing it belongs to development, since the mod is already known and that's why i already posted something like this on General with both methods (manual and CWM)
http://forum.xda-developers.com/showthread.php?p=35079703#post35079703
IMO
.
betoNL said:
I don't thing it belongs to development, since the mod is already known and that's why i already posted something like this on General with both methods (manual and CWM)
http://forum.xda-developers.com/showthread.php?p=35079703#post35079703
IMO
.
Click to expand...
Click to collapse
I didnt rename bootanimation to samsungani i changed
it to a script to point to bootanimation. Same result diff method. Just looked at your thread, nice work.
annoyingduck said:
Ok, so this will prevent the boot loop caused by adding bootanimation.zip's manually on samsung devices? (vzw gs3 running aosp).
Does the flash of your mod stick between rom flashes, or flash each time?
Click to expand...
Click to collapse
It should though I do not have a vzw gs3 to test it.
Sent from my SAMSUNG-SGH-I317 using xda premium
Worked perfectly on my SIII i747, flashed thru CWM. Thanks!:good:
doesn't work for me on my tmo note 2
but then again I havent been able to get any custom boot screens to work at all regardless of manually adding them or using an apk to do it for me...
after flashing bootanimation4u should i see an app in my app tray upon boot up? i don't see an app by that name
I'm using busybox v1.20.2 and it's installed in system/xbin
(i used jrummy's busybox installer app)
seeking said:
doesn't work for me on my tmo note 2
but then again I havent been able to get any custom boot screens to work at all regardless of manually adding them or using an apk to do it for me...
after flashing bootanimation4u should i see an app in my app tray upon boot up? i don't see an app by that name
I'm using busybox v1.20.2 and it's installed in system/xbin
(i used jrummy's busybox installer app)
Click to expand...
Click to collapse
No app, what rom are you using and what kernel ? Sounds rom/kernel related this should work with no problems. Is there a file called samsungani and bootanimation in system/bin ? And lastly what does it do when it boots ? Black ? Samsung logo ?
Sent from my SAMSUNG-SGH-I317 using xda premium
Works for me, awesome work
Sent from my GT-N7100 using XDA Premium HD app
smokin1337 said:
No app, what rom are you using and what kernel ? Sounds rom/kernel related this should work with no problems. Is there a file called samsungani and bootanimation in system/bin ? And lastly what does it do when it boots ? Black ? Samsung logo ?
Sent from my SAMSUNG-SGH-I317 using xda premium
Click to expand...
Click to collapse
Im on Jedi X 7.2. The Kernal is built in, but I believe it's called Sabre
samsungani and bootanimation both exist in system/bin
when it boots I get the note 2 splash screen and then just a black/blank screen till the phone boots up

[Mod] V28 leak Launcher mod

Added:
More wallpapers (10 from 3)
Theme support
Theme downloadable from App Manager
Ability to go landscape
Apps backgroud can be changed
Apps drawer slider arrow is animated
App info button when drag drop icon
Uninstall cloud animation
.
.
To download themes from App manager:
Edit model in build.prob from LGP920 to LGP990 reboot, download and install themes from App Manager and then revert back to LGP920.
Odexed for stock ROM flashable zip:
http://d-h.st/lqY
iodak said:
Added:
More wallpapers (10 from 3)
Theme support
Theme downloadable from App Manager
Ability to go landscape
Apps backgroud can be changed
Apps drawer slider arrow is animated
.
.
.
To download themes from App manager:
Edit model in build.prob from LGP920 to LGP990 reboot, download and install themes from App Manager and then revert back to LGP920.
Odexed for stock ROM flashable zip:
http://d-h.st/lqY
Click to expand...
Click to collapse
Thanks Iodak.
OptimusRs said:
Thanks Iodak.
Click to expand...
Click to collapse
Hey iodak can u tell me how to root and flash recovery? thanks
Install wkparks bootloaders and recovery. Then go to superuser site and download flashable SU zip and flash it from recovery. That's it!
Sent from my LG-P920 using xda app-developers app
iodak said:
Install wkparks bootloaders and recovery. Then go to superuser site and download flashable SU zip and flash it from recovery. That's it!
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
what recovery did you use? can you upload it
i try some recovery but i cant boot to recovery by holding power+ vol down +3d :crying:
iodak said:
Install wkparks bootloaders and recovery. Then go to superuser site and download flashable SU zip and flash it from recovery. That's it!
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
Yeah i flashed the twrp, but after that the phone won't start, it stuck on black screen, than i flashed again ics
I can upload but it is oficial recovery from rom manager. I use 1.25 wkparks bootloaders that can run everything. Older ones can't run multi images like on CM and GB. When you run fastboot script just press y to everything.
Sent from my LG-P920 using xda app-developers app
iodak, after follow this step. http://http://forum.xda-developers.com/showthread.php?t=1978543
recovery is work. but my phone cannot booting to android system.
:crying:
can you help me please...
sorry if out of topic
This is totaly off topic but OK. Can explain what steps did you follow and where it holds.
Sent from my LG-P920 using xda app-developers app
iodak said:
This is totaly off topic but OK. Can explain what steps did you follow and where it
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
sorry if out of topic.
i follow this step http://forum.xda-developers.com/showthread.php?t=1978543
after this step, recovery work in my phone. but when i reboot, my phone cannot go to bootanimation LG. or stuck in LG first load.
mohicanrat said:
sorry if out of topic.
i follow this step http://forum.xda-developers.com/showthread.php?t=1978543
after this step, recovery work in my phone. but when i reboot, my phone cannot go to bootanimation LG. or stuck in LG first load.
Click to expand...
Click to collapse
just reflash kdz usin lg offline tool and phone in download mode
Try replacing with new bootloaders 1.25 this one are old.
Sent from my LG-P920 using xda app-developers app
MastaZz said:
just reflash kdz usin lg offline tool and phone in download mode
Click to expand...
Click to collapse
yes, last solution is reflash kdz
iodak said:
Try replacing with new bootloaders 1.25 this one are old.
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
iodak, please check your inbox thank's
I flashed this moded launcher and changed build.prop and restarted the device and when i opened the application manager,there were no themes there. Can someone share some apk's here?
Sent from my LG-P920 using xda app-developers app
works great iodak!
thank you! :good:
iodak said:
This is totaly off topic but OK. Can explain what steps did you follow and where it holds.
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
hi iodak,
this might be offtopic but can we install recovery on other bootloader other then 1.25a as there are charging issues in that version,..........can't we install recovery on original version of bootloader...........???
Yes you can.
Sent from my LG-P920 using xda app-developers app
kekio84 said:
I flashed this moded launcher and changed build.prop and restarted the device and when i opened the application manager,there were no themes there. Can someone share some apk's here?
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
Before change model in build.prop you must mount filesystem as writable.
Great work. Love theme option,
Thanks.
iodak said:
Theme support
Theme downloadable from App Manager
Click to expand...
Click to collapse
Does anyone know if there are any themes that can also change the ICS white background of the windows and the menus to dark/black?
Froyo/GB had black windows/menus, Google stock ICS/JB too, but the LG ICS has annoying white menus.

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

[TOOL][universal] Flashable zip builder (v1.3 soon)

For now all contributions removed.
chotu222 said:
Any Suggestions on Improving this tool / Adding features are welcome
Click to expand...
Click to collapse
Maybe allow users to customize a few lines of the updater.script such as "SuperduperMod by xdamember" and the last line "All done, thanks, etc".
I'd love to be able to edit my build.prop files through a nice GUI
Sent from my LG-E739 running PenberRom1 using Tapatalk 2
XperienceD said:
Maybe allow users to customize a few lines of the updater.script such as "SuperduperMod by xdamember" and the last line "All done, thanks, etc".
Click to expand...
Click to collapse
Hmm,great idea !!! I can make my batch script open the updater script in notepad++ and the user should edit it because if by editing inside the batch script may lead to fatal errors and status 7 may pop up(Due to EOL coversion)
leolawliet said:
I'd love to be able to edit my build.prop files through a nice GUI
Sent from my LG-E739 running PenberRom1 using Tapatalk 2
Click to expand...
Click to collapse
I will try this one ...It can be edited by GUI as there is no harm if anything goes wrong !
Will try apply both changes in the next update ! :fingers-crossed: Thanks for your suggestion guys :highfive:
chotu222 said:
Hmm,great idea !!! I can make my batch script open the updater script in notepad++ and the user should edit it because if by editing inside the batch script may lead to fatal errors and status 7 may pop up(Due to EOL coversion)
I will try this one ...It can be edited by GUI as there is no harm if anything goes wrong !
Will try apply both changes in the next update ! :fingers-crossed: Thanks for your suggestion guys :highfive:
Click to expand...
Click to collapse
Thank you for hearing me out and considering it, I would use this all the time
Sent from my LG-P769 using Tapatalk 2
Well done mate..
But don't forget to credit the creator(s) of signapk.jar, 7za.exe command line, and the one who wrote signer.bat file that you used here.
You can add support for the /preload partition too.
leolawliet said:
Thank you for hearing me out and considering it, I would use this all the time
Sent from my LG-P769 using Tapatalk 2
Click to expand...
Click to collapse
You are welcome
majdinj said:
Well done mate..
But don't forget to credit the creator(s) of signapk.jar, 7za.exe command line, and the one who wrote signer.bat file that you used here.
Click to expand...
Click to collapse
Yup , i certainly will give them credits just need some time to gather those names
ionescugeo9942 said:
You can add support for the /preload partition too.
Click to expand...
Click to collapse
Yup ,i clearly don't know if the preload partition is in the same blocks as others.
If you give me some info about devices in PM it would be great !
Sent from my GT-I9082 using xda app-developers app
chotu222 said:
You are welcome
Yup , i certainly will give them credits just need some time to gather those names
Yup ,i clearly don't know if the preload partition is in the same blocks as others.
If you give me some info about devices in PM it would be great !
Sent from my GT-I9082 using xda app-developers app
Click to expand...
Click to collapse
I don't really know very much.I know only that in Samsung Galaxy S Advance,the preload partition is dev/block/mmcblk0p9
Is this only for arm device as the razri has intel instead of arm would be.good to be able. To use this saves a lot of.time having to.edit scripts etc. Which I have to do at the moment to get any mods to flash. From other forum's on my device thanks
Sent from my XT890 using XDA Premium HD app
dog121 said:
Is this only for arm device as the razri has intel instead of arm would be.good to be able. To use this saves a lot of.time having to.edit scripts etc. Which I have to do at the moment to get any mods to flash. From other forum's on my device thanks
Sent from my XT890 using XDA Premium HD app
Click to expand...
Click to collapse
If
You have cwm and busybox then it'll work
Else
No
ionescugeo9942 said:
I don't really know very much.I know only that in Samsung Galaxy S Advance,the preload partition is dev/block/mmcblk0p9
Click to expand...
Click to collapse
Okay i will research on many devices preload partition and make device support in some releases
Sent from my GT-I9082 using xda app-developers app
chotu222 said:
If
You have cwm and busybox then it'll work
Else
No
Okay i will research on many devices preload partition and make device support in some releases
Sent from my GT-I9082 using xda app-developers app
Click to expand...
Click to collapse
Great thanks I'll give it a try over the weekend and see how we get on
Sent from my XT890 using XDA Premium HD app
Updated to v1.2 suggestion added
More ideas are welcomed
Sent from my GT-I9082 using xda app-developers app
Great job mate,,
Just a suggestion is to add standalone busybox binary to be on the root of the flashable zip file.
Why?
In your updater-script, you did well by using busybox command to mount system partition (no need to have the name of partition by doing so), but what if user didn't have busybox installed in his/her device?!!
So after adding busybox binary in the root of the flashable zip, just edit updater-script to be like this:
Code:
package_extract_file("busybox", "/tmp/busybox");
set_perm(0, 0, 0777, "/tmp/busybox");
run_program("/tmp/busybox");
Then the mounting point will be like this:
Code:
run_program("/tmp/busybox", "mount", "/system");
And after having all your codes, put these commands at the bottom:
Code:
run_program("/tmp/busybox", "umount", "/system");
delete("/tmp/busybox");
By doing this, you will be sure that your updater-script will work on any device, even if busybox was not installed on them.
I will attach busybox binary bellow for you if you like my suggestion.
chotu222 said:
Okay i will research on many devices preload partition and make device support in some releases
Click to expand...
Click to collapse
chotu222 said:
Yup ,i clearly don't know if the preload partition is in the same blocks as others.
If you give me some info about devices in PM it would be great !
Click to expand...
Click to collapse
preload is the hidden partition (at least for Samsung device I knew!!) and it is about 500 mb space (check cat /proc/partitions command in terminal),, you can actually access the preload partition by any root explorer.
During interdicting of new android platforms, the old devices has no enough storage space in system partition anymore, making the manufactures to use the hidden partition (preload) and do symlinks to system partition.
To use preload partition, you need to add extra folder in the root of your flashable zip file called preload. Inside preload folder you need to make several folders as shown (preload\symlink\system\app) inside this app folder, put your apk files.
Also you will need a script to symlink all apk in preload to system partition. There is one written by @dsixda (create_preload_symlinks) I will attach it bellow in the attachment.
Now returning back to the updater-script, you need to add the mounting command (I will assume you implemented the busybox suggestion):
Code:
run_program("/tmp/busybox", "mount", "/preload");
Add extracting command:
Code:
package_extract_dir("preload", "/preload");
Add command to run create_preload_symlinks:
Code:
package_extract_file("create_preload_symlinks", "/tmp/create_preload_symlinks");
set_perm(0, 0, 0777, "/tmp/create_preload_symlinks");
run_program("/tmp/create_preload_symlinks");
Add setting perm for preload partition app folder and apk files:
Code:
set_perm_recursive(0, 0, 0755, 0644, "/preload/symlink/system/app");
Add these lines at the end:
Code:
run_program("/tmp/busybox", "umount", "/preload");
delete("/tmp/create_preload_symlinks");
And anything you want to ask,, I will be more than welcoming,,
Cheers
.
Mac OS X Version
Hi, this is a Mac OS X translated version of this script.
Hi,
Is this tool in development? I use it to flash some apks for my GT-i9505 and worked!
Thanks a lot!
mafsi said:
Is this tool in development?
Click to expand...
Click to collapse
It seems that OP abandoned the project.
He announced in the title of the thread, the version 1.3 will be soon.
It's been three years and still does not.
ze7zez said:
It seems that OP abandoned the project.
He announced in the title of the thread, the version 1.3 will be soon.
It's been three years and still does not.
Click to expand...
Click to collapse
Pitty! I finally found a good flashing packages that worked... If you now a better one please point me to that direction. Thanks in advanced!
mafsi said:
If you now a better one please point me to that direction.
Click to expand...
Click to collapse
@codekidX was recently logged into the forum.
It can read these posts and take finally to work as promised.
ze7zez said:
@codekidX was recently logged into the forum.
It can read these posts and take finally to work as promised.
Click to expand...
Click to collapse
mafsi said:
Pitty! I finally found a good flashing packages that worked... If you now a better one please point me to that direction. Thanks in advanced!
Click to expand...
Click to collapse
ze7zez said:
It seems that OP abandoned the project.
He announced in the title of the thread, the version 1.3 will be soon.
It's been three years and still does not.
Click to expand...
Click to collapse
I actually did not abandon this project ... it was being coded into a GUI software and it was around 80% over. I did not release it because of the lack of time.
I will release the software and code by the end of this week. Although bug fixes will take time if there will be any.

Categories

Resources