-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for Motorola Moto G8 Power #202
base: dev
Are you sure you want to change the base?
Conversation
I am so sorry but I totally misunderstood/forgot the process. I now understand that I would need
So unless I misunderstood something again I think I wasted your time. I am very very sorry |
Okay I think I found a fitting TWRP image 🥳 Currently I am at |
Well it's stuck at OpenAndroidInstaller log:
Phone output
I waited for 7 hours for the command to complete |
And maybe that is relevant too: Before that got a lot of errors in
|
Hey, thank you for trying the config so fast! 🙂 We will figure it out :) I guess there is an issue in the config and the devices doesn't need the Here they just flash TWRP: https://www.getdroidtips.com/twrp-recovery-moto-g8-power/ |
Can I somehow help by providing partition information?
The device here is called |
Hmmmm - @moan0s Can you try and install this app and send a screenshot here? (It can show us if your device supports a/b partitioning and is a bit easier, than fiddeling with the command line) |
No sorry, that app is not available for A11. |
Weird, I can install it on Android 13... What OS are you using on your PC? |
At first you will need to download the Android Platform Tools. I suppose USB-Debugging is already enabled? Then navigate into the unpacked folder of the platform tools on your pc and open a command line in this folder and run the following commands: If something like |
Endeavour OS (Arch based linux)
Yes :) Here is the relevant output (AFAIK what relevant is):
So it seems the device is a/b partitioned? |
It seems like... But why did it fail? 🤔 |
This is the full log: https://pastebin.com/rPRzxZ0s |
Interestingly - I can't find anything suspicious in the log... @tsterbak Can you also take a look at this? |
@moan0s Would it be possible for you to start over again, but flip the switch "Bootloader is already unlocked" at the beginning? It seems like you tried to unlock it multiple times, although it was already unlocked. Maybe the log is a bit clearer then... |
Yes I did that after the initial double-unlocking problem (otherwise the installer would not have continued). Here is the log of a "clean" attempt: https://pastebin.com/eaqGSeJX |
Thanks! Just for my understanding: Everything works up until adb sideload should be activated, right? |
So you can boot into TWRP, but then sideloading is not activated or not recognized by the Installer, right? Can you try to activate sideloading in TWRP the usual way, by going to "Advanced", then "ADB sideload" and then slide to start sideload. Is this recognized by the installer? |
It seems that way yes. This was what it shows me:
Regarding
Yes that seemed to work! I activated sideload, then pressed continue in the installer. The next steps worked and now I am again stuck at waiting for sideload at the step |
There the trick does not work anymore as the first command is |
Hm, I think I saw a similar issue before with Motorola devices... |
This is to copy_partitions step, right? Where you got these errors?
I'm not sure if this step should even be in the config. At least I can find no information if it should be there for this device. |
I can remove it - I just copied from the g7 and customised it for the device... |
Well I just didnt face that error, might be cuz I have moto legacy devices without a/b dynamic or whatever stuff... |
Added support for the Motorola Moto G8 Power.
@moan0s please test the config.
resolves #193