sonyxperiadev / bug_tracker

Empty repository that is used as a bugtracker for Open Devices project
52 stars 13 forks source link

[Maple] Device does not boot #134

Closed abioteau closed 6 years ago

abioteau commented 6 years ago

Platform: Yoshino Device: Maple Kernel version: LA.UM.5.7.r1 (prebuilt or build on 1cd6d7b)
Android version: 8.0.0_r30 Vendor image: 8.0.5.7_r1_v10

Description Device is blocked at Android boot logo.

Symptoms Device is blocked at Android boot logo.

How to reproduce Boot device

Logs log.txt

jerpelea commented 6 years ago

when did the issue happen (after which sync date)? Thanks Alin

On Thu, May 31, 2018 at 10:44 AM +0200, "Adrien Bioteau" notifications@github.com<mailto:notifications@github.com> wrote:

Platform: Yoshino Device: Maple Kernel version: LA.UM.5.7.r1 (build 1cd6d7b) Android version: 8.0.0_r30 Vendor image: 8.0.5.7_r1_v10

Description Device is blocked at Android boot logo.

Symptoms Device is blocked at Android boot logo.

How to reproduce Boot device

Logs log.txthttps://github.com/sonyxperiadev/bug_tracker/files/2057435/log.txt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/sonyxperiadev/bug_tracker/issues/134, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AHeriorc3S5mKaw3QDsE3tbLjn69a11wks5t361sgaJpZM4UUphT.

abioteau commented 6 years ago

@jerpelea I synchronize my source yesterday

jerpelea commented 6 years ago

@abioteau when was last time you syncronized before yesterday?

abioteau commented 6 years ago

@jerpelea When i execute repo_update.sh, it fails to apply patch https://github.com/sonyxperiadev/repo_update/blob/android-8.0.0_r30/repo_update.sh#L39. Due to that following patches https://github.com/sonyxperiadev/repo_update/blob/android-8.0.0_r30/repo_update.sh#L39-L41 are not applied on my environment, perhaps it should explain my issue.

jerpelea commented 6 years ago

please test I will build a test 8.0 ASAP

abioteau commented 6 years ago

The following patches have been merged on AOSP

and this one has been abandoned

abioteau commented 6 years ago

@jerpelea I have found with some difficulty a way to apply all platform/build/soong patches only from existing AOSP commits.

https://github.com/abioteau/repo_update/commit/c740499c63b6abb25fedbd775b42d2b7d1315b19

But after rebuild, it does not solve the issue.

jerpelea commented 6 years ago

Fix https://github.com/sonyxperiadev/repo_update/commit/f935bda2610ab0a9cbc1c83cd662dc95f1dfb00a

missing sepolicy backports https://github.com/sonyxperiadev/device-sony-sepolicy/commit/5f41853b08699804a2be3be4f474eb8ef97a48c5 https://github.com/sonyxperiadev/device-sony-sepolicy/commit/f5761f0dc15a27d1b5b745d26c8134b9a2bc3083 https://github.com/sonyxperiadev/device-sony-sepolicy/commit/99050f2fb73f122f061d2236977e8def0a0e62cd https://github.com/sonyxperiadev/device-sony-sepolicy/commit/7bc5256edc59640ac0d57b2a5cc136094dd8773c

Tested suzu - ok maple - ok

abioteau commented 6 years ago

@jerpelea Thanks