chenxiaolong / DualBootPatcher

Patches Android ROMs for dual boot support
https://dbp.noobdev.io
Other
527 stars 470 forks source link

DBP v9.3.0.952 fails patched rom flashing #1390

Open klorinczi opened 5 years ago

klorinczi commented 5 years ago

DBP v9.3.0.952 fails patched rom flashing.

Attaching logs.

19701010.223248.tar.gz 19701010.223047.tar.gz

The error I see is:

E:Error executing updater binary in zip '/external_sd/!inst/!ROMS/!N9005 - Note 3/RR-N-v5.8.5-20180313-hlte-Official-vidwhal/RR-N-v5.8.5-20180313-hlte-Official-vidwhal_extsd-slot-rr585_dbp9.3.0.r952.zip'
Error flashing zip '/external_sd/!inst/!ROMS/!N9005 - Note 3/RR-N-v5.8.5-20180313-hlte-Official-vidwhal/RR-N-v5.8.5-20180313-hlte-Official-vidwhal_extsd-slot-rr585_dbp9.3.0.r952.zip' 

also

[1970-10-10T22:29:00.590823000+03:00][283:283][D] m/command: Running executable: /update-binary-tool
[MultiBoot] Elapsed time: 00:00:00.142
[MultiBoot] Failed to run real update-binary
chenxiaolong commented 5 years ago

The issue is this:

748 [1970-10-10T22:26:35.784863000+03:00][283:283][V] m/r/installer: Looking for properties at: /dev/__properties_kk__
749 [1970-10-10T22:26:35.785015000+03:00][283:283][W] m/r/installer: Android <4.4 style properties are NOT SUPPORTED
750 [1970-10-10T22:26:35.785117000+03:00][283:283][W] m/r/installer: Flashing >=8.0 ROMs will fail
...
820 [1970-10-10T22:29:00.527762000+03:00][297:297][V] m/r/installer: updater requires legacy properties: 0
821 [1970-10-10T22:29:00.527922000+03:00][297:297][E] m/r/installer: /mb/__properties__: Failed to stat: No such file or directory
822 [1970-10-10T22:29:00.527986000+03:00][297:297][W] m/r/installer: /mb/__properties__: Failed to stat: No such file or directory

DBP is having trouble detecting which version of AOSP your recovery is based on. Any chance you could use a newer TWRP 3.x release?

klorinczi commented 5 years ago

I had to go back to TWRP v2.8.7 because the 3.x was hanging in some cases (you suggested to downgrade). Freezing aroma installer was the issue.

chenxiaolong commented 5 years ago

Ah right, I forgot aroma froze with TWRP 3 on hlte.

I'm working on a PR now that might help work around this issue.

klorinczi commented 5 years ago

Thank you very much!

klorinczi commented 5 years ago

Will test it 6 hour later. It's 2AM here.

chenxiaolong commented 5 years ago

Hopefully this build (#1391) will help: https://jenkins.noobdev.io/job/DualBootPatcher_Build/1151/