phhusson / treble_experimentations

Notes about tinkering with Android Project Treble
3.4k stars 660 forks source link

Can't install to DOOGEE S95 #1307

Closed miyoken closed 4 years ago

miyoken commented 4 years ago

I tried to install custom rom below. https://github.com/phhusson/treble_experimentations/releases

But install was failed and my phone doesn't boot. I didn't backup system image. Does anyone have system image of DOOGEE S95 or custom rom what can install to DOOGEE S95?

phhusson commented 4 years ago

How did you install it precisely? Which variant?

Le dim. 10 mai 2020 à 17:18, Kenichi Miyoshi notifications@github.com a écrit :

I tried to install custom rom below. https://github.com/phhusson/treble_experimentations/releases

But install was failed and my phone doesn't boot. I didn't backup system image. Does anyone have system image of DOOGEE S95 or custom rom what can install to DOOGEE S95?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/phhusson/treble_experimentations/issues/1307, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAA4OXLYDHD6WLR4NM5LO3RQ3AUFANCNFSM4M5JC3ZA .

miyoken commented 4 years ago

Thank you for reply Mr.phhusson. I tried installed below via "Flash the GSI USing ADB Fastboot Method".

I referenced this page. https://www.getdroidtips.com/how-to-install-generic-system-image-on-project-treble-devices-phh-treble/

command is below.

  1. adb reboot bootloader
  2. fastboot flashing unlock (I coulodn't use oem unlock on my device)
  3. devicesfastboot flash system xxxx.img
  4. fastboot flashing lock (Orange state occurred when reboot, if unlock device)
  5. fastboot reboot

Please help me.

phhusson commented 4 years ago

Did you flash vbmeta partition?

Le dim. 10 mai 2020 à 23:45, Kenichi Miyoshi notifications@github.com a écrit :

Thank you for reply Mr.phhusson. I tried installed below via "Flash the GSI USing ADB Fastboot Method".

  • system-quack-arm-ab-vanilla.img
  • system-quack-arm-aonly-vanilla.img
  • system-quack-arm64-ab-gapps.img
  • system-quack-arm64-ab-vanilla.img
  • system-quack-arm64-aonly-gapps.img
  • system-quack-arm64-aonly-vanilla.img

I referenced this page.

https://www.getdroidtips.com/how-to-install-generic-system-image-on-project-treble-devices-phh-treble/

command is below.

  1. adb reboot bootloader
  2. fastboot flashing unlock (I coulodn't use oem unlock on my device)
  3. devicesfastboot flash system xxxx.img
  4. fastboot flashing lock (Orange state occurred when reboot, if unlock device)
  5. fastboot reboot

Please help me.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/phhusson/treble_experimentations/issues/1307#issuecomment-626394413, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAA4OWRHSWDJOTTMY5H72DRQ4OAZANCNFSM4M5JC3ZA .

miyoken commented 4 years ago

No I didn't. I think I need vbmeta.img for flash but I don't have it. Where can I get vbmeta.img?

phhusson commented 4 years ago

you can try with https://dl.google.com/developers/android/qt/images/gsi/vbmeta.img

Le lun. 11 mai 2020 à 23:40, Kenichi Miyoshi notifications@github.com a écrit :

No I didn't. I think I need vbmeta.img for flash but I don't have it. Where can I get vbmeta.img?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

miyoken commented 4 years ago

Thank you.

I tried below command.

https://source.android.com/setup/build/gsi?hl=ja#flashing-gsis
fastboot --disable-verification flash vbmeta vbmeta.img
fastboot erase system
fastboot flash system system.img
fastboot -w
Fastboot reboot

But orange state occurred when reboot device.

Orange State Your devices has been unlocked and can't be trusted Your devices will boot in 5 seconds

phhusson commented 4 years ago

Don't do fastboot -w. Reboot into recovery and do factory reset from there

Le mar. 12 mai 2020 à 07:35, Kenichi Miyoshi notifications@github.com a écrit :

Thank you.

I tried below command.

https://source.android.com/setup/build/gsi?hl=ja#flashing-gsis fastboot --disable-verification flash vbmeta vbmeta.img fastboot erase system fastboot flash system system.img fastboot -w Fastboot reboot

But orange state occurred when reboot device.

Orange State Your devices has been unlocked and can't be trusted Your devices will boot in 5 seconds

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/phhusson/treble_experimentations/issues/1307#issuecomment-627119299, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAA4OWMAXXG5AU2AJKEJPDRRDNZVANCNFSM4M5JC3ZA .

miyoken commented 4 years ago

Thank you phhussion.

I tried below command again after factory reset, "android" logo appeared. fastboot flashing unlock fastboot flashing unlock_critical fastboot --disable-verification flash vbmeta vbmeta.img fastboot erase system fastboot flash system system.img Fastboot reboot

But it didn’t proceed to next display from "android" logo.

phhusson commented 4 years ago

Now you should have adb to make logs.

Le dim. 17 mai 2020 à 03:00, Kenichi Miyoshi notifications@github.com a écrit :

Thank you phhussion.

I tried below command again after factory reset, "android" logo appeared. fastboot flashing unlock fastboot flashing unlock_critical fastboot --disable-verification flash vbmeta vbmeta.img fastboot erase system fastboot flash system system.img Fastboot reboot

But it didn’t proceed to next display from "android" logo.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/phhusson/treble_experimentations/issues/1307#issuecomment-629726808, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAA4OSYF7G2CPFWWXB4DG3RR4ZJBANCNFSM4M5JC3ZA .

miyoken commented 4 years ago

Dear phhussion. I succeed boot at latest "system-quack-arm64-ab-gapps.img"! Thank you.