Jump to content

Proper boot.img compile code?


Recommended Posts

Guest Harness
Posted (edited)

Just edited old topic instead of making another new.

Edited by Harness
Posted

1. Use adb reboot bootloader after you have activated usb debugging 8you can find adb in malez install packages)

2. What I can remember, yes. Try? It will probably need to be signed.

Guest Harness
Posted
1. Use adb reboot bootloader after you have activated usb debugging 8you can find adb in malez install packages)

2. What I can remember, yes. Try? It will probably need to be signed.

I can't get my phone to recognize adb. After I'm in fastboot I can access flash a new boot image/flash malez (only accessible once)

Guest Chewy11
Posted

did you try malez .exe easy instalation file?

do you have your drivers installed?

Guest Harness
Posted
did you try malez .exe easy instalation file?

do you have your drivers installed?

Requires adb; on linux for proper dev. anyhow.

I've used adb before on linux as well so I know it works right.

Guest Delnar_Ersike
Posted

Doesn't [Power On + Volume Up + Camera] boot into the bootloader, the same way the same combination with Volume Down instead of Up boots into recovery?

Guest Harness
Posted

I'm compiling the boot fine, no errors and whatnot (Oh, and I managed to fix my issue a little bit), but.

liquidmkbootimg --cmdline 'panic=10 no_console_suspend=1 console=null' --kernel $path_to_kernel.gz --ramdisk $path_to_newramdisk.cpio.gz -o $path_to_newboot.img

I'm using that to compile. Am I using the right command? Or has this been changed?

Guest Borkata
Posted (edited)

If you have troubles booting try:

liquidmkbootimg --cmdline 'panic=10 no_console_suspend=1 console=null' --kernel $path_to_kernel.gz --ramdisk $path_to_newramdisk.cpio.gz --deploy=0 -o $path_to_newboot.img

or

liquidmkbootimg --cmdline 'panic=10 no_console_suspend=1 console=null' --kernel $path_to_kernel.gz --ramdisk $path_to_newramdisk.cpio.gz --deploy=1 -o $path_to_newboot.img

Edited by Borkata
Guest Harness
Posted
If you have troubles booting try:

liquidmkbootimg --cmdline 'panic=10 no_console_suspend=1 console=null' --kernel $path_to_kernel.gz --ramdisk $path_to_newramdisk.cpio.gz --deploy=0 -o $path_to_newboot.img

or

liquidmkbootimg --cmdline 'panic=10 no_console_suspend=1 console=null' --kernel $path_to_kernel.gz --ramdisk $path_to_newramdisk.cpio.gz --deploy=1 -o $path_to_newboot.img

The second one there wound up working. I forgot about trying deploys...

Thanks!

Harness.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.