Custom ROM - Stock+ - Moto One Hyper - Motorola One Hyper ROMs, Kernels, Recoveries, & Ot

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi everyone, already speaking I'm Brazilian and I don't know English. (I'm using the translator)
I come to share / publicize the work of a Custom ROM for Motorola One Hyper.
It's on Android version 11.
You can choose when installing whether it starts with root (Magisk) or not.
Download to Stock+ via the official link (I won't use the right link for downloading, as anyone who wants to help with reporting bugs or donations goes to Telegram and everything is very easy to understand.
Download: https://t.me/MotoUpdates/780
Fadback: https://comments.bot/thread/kxmx20qLH
For more information go to the Telegram channel.
I published by cell phone so maybe it's a little weird publishing on Computer.

Please ignore English errors. "I'm using the translator"

Português:
Esses comandos são os que eu uso para da flash nessa ROM.
Se for usar eles troque os nomes dos arquivos .img de acordo de como está a baixo.
Inglês:
These commands are what I use to flash this ROM.
If you are going to use them, change the names of the .img files as shown below.
Android:
Aviso:
Recomendo colocar a ROM de fabrica "Def - Retail - RPF31.Q1-21-20"
OBS: invalid sparse file format... nao e erro, aguarde...
OBS_2: FAILED (remote: 'Partition doesn't exist'... nao e erro, aguarde...)
fastboot --set-active=a
fastboot reboot bootloader
fastboot flash recovery /sdcard/StockMod/recovery.img
fastboot reboot fastboot
fastboot flash product /sdcard/StockMod/product.img
fastboot flash system /sdcard/StockMod/system.img
fastboot flash vendor /sdcard/StockMod/vendor.img
fastboot flash logo /sdcard/StockMod/logo.img
fastboot flash boot /sdcard/StockMod/boot.img
fastboot flash vbmeta /sdcard/StockMod/vbmeta.img
fastboot --disable-verity flash vbmeta /sdcard/StockMod/vbmeta.img
fastboot --disable-verification flash vbmeta /sdcard/StockMod/vbmeta.img
fastboot erase userdata
fastboot reboot bootloader
fastboot reboot
Windows:
Aviso:
Recomendo colocar a ROM de fabrica "Def - Retail - RPF31.Q1-21-20"
OBS: invalid sparse file format... nao e erro, aguarde...
OBS_2: FAILED (remote: 'Partition doesn't exist'... nao e erro, aguarde...)
fastboot --set-active=a
fastboot reboot bootloader
fastboot flash recovery recovery.img
fastboot reboot fastboot
fastboot flash product product.img
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot flash logo logo.img
fastboot flash boot boot.img
fastboot flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta vbmeta.img
fastboot --disable-verification flash vbmeta vbmeta.img
fastboot erase userdata
fastboot reboot bootloader
fastboot reboot

Thanks for the share, is there a feature list?

Thank you for sharing this. It's really nice.
The only problem I suppose is the outdated security patch.
Is there anything I can do to update this? I'm not very experienced here.
Ty

young-ster said:
Thanks for the share, is there a feature
Click to expand...
Click to collapse
No, just looking on YouTube for the most famous versions like the Moto G8 Stock+.

Sty9 said:
Thank you for sharing this. It's really nice.
The only problem I suppose is the outdated security patch.
Is there anything I can do to update this? I'm not very experienced here.
Ty
Click to expand...
Click to collapse
It's really sad, but it probably doesn't have new versions. (At least until March, which is when I saw it, it didn't.)

Related

fastboot commands Needed

i need fastboot commands to flash all these files
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
fastboot flash *name of partition* *file name*
examples:
fastboot flash system system.img
fastboot flash recovery_ramdisk recovery_ramdisk.img
fastboot flash cache cache.img
and so on...
( but you should make Windows show file extensions )
---------- Post added at 12:07 PM ---------- Previous post was at 12:01 PM ----------
/! \ chances to brick your device : 9/10
you should try another ( automated ) method !
azerty11 said:
fastboot flash *name of partition* *file name*
examples:
fastboot flash system system.img
fastboot flash recovery_ramdisk recovery_ramdisk.img
fastboot flash cache cache.img
and so on...
( but you should make Windows show file extensions )
---------- Post added at 12:07 PM ---------- Previous post was at 12:01 PM ----------
/! \ chances to brick your device : 9/10
you should try another ( automated ) method !
Click to expand...
Click to collapse
not working
If you’re asking this question, you might want to try to tell us what you’re trying to do and why first, before you go trying to flash partitions
kdark said:
not working
Click to expand...
Click to collapse
what is the error message ?
if your image files are not in the same folder, you have to add the path to the file in the fastboot command
fastboot flash *partition name* *Windows path to folder* *image filename*
example:
fastboot flash system C:\path\to\system.img
smokinjoe2122 said:
If you’re asking this question, you might want to try to tell us what you’re trying to do and why first, before you go trying to flash partitions
Click to expand...
Click to collapse
i need to flash some partitions which i guess got corrupted while restoring backup
Flash all of them to the required partitions if available in TWRP. Fastboot is weird and sometimes it will give you the error: "Command not allowed."
fastboot flash recovery_ramdisk twrp.img

unable to flash TWRP on my BQ Aquaris X2 Pro

i have a Encrypted BQ Aquaris X2 pro and want to flash los according to this guide https://wiki.lineageos.org/devices/zangyapro/install
oem-unlock = done
debugging mode = done
fastboot flash recovery twrp-3.3.1-0-zangyapro.img
Code:
target reported max download size of 536870912 bytes
sending 'recovery' (63984 KB)...OKAY [ 2.005s]
writing 'recovery'...
FAILED (remote: (recovery_b) No such partition)finished. total time: 2.005s
I also changed the slot to a. That doesn't help either
if i try fastboot boot twrp-3.3.1-0-zangyapro.img, TWRP asking for password
Is there a known problem with TWRP?
May i get some help in here?
thanks in advance, and sorry english is not my first language
presely said:
i have a Encrypted BQ Aquaris X2 pro and want to flash los according to this guide https://wiki.lineageos.org/devices/zangyapro/install
oem-unlock = done
debugging mode = done
fastboot flash recovery twrp-3.3.1-0-zangyapro.img
I also changed the slot to a. That doesn't help either
if i try fastboot boot twrp-3.3.1-0-zangyapro.img, TWRP asking for password
Is there a known problem with TWRP?
May i get some help in here?
thanks in advance, and sorry english is not my first language
Click to expand...
Click to collapse
When German is your native language then study this thread:
https://www.android-hilfe.de/forum/...e-to-device-failed-command-failed.942534.html
In short, you can't flash a recovery that's why you have to boot the recovery directly.
AndroidenKalle said:
When German is your native language then study this thread:
https://www.android-hilfe.de/forum/...e-to-device-failed-command-failed.942534.html
In short, you can't flash a recovery that's why you have to boot the recovery directly.
Click to expand...
Click to collapse
Thanks a lot for your answer.
when i boot twrp directly, twrp asking for password. after cancel and format data i got an error failed to mount /data (no such device).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
presely said:
Thanks a lot for your answer.
when i boot twrp directly, twrp asking for password. after cancel and format data i got an error failed to mount /data (no such device).
Click to expand...
Click to collapse
Any news?
AndroidenKalle said:
Any news?
Click to expand...
Click to collapse
im sorry, im late
everything is working fine.
You have to extract the los.img and then install it via
HTML:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot erase userdata
because there is no working twrp for the device, you have to need the lineage recovery.
This is the solution in a german forum.
thanks everybody!

[Firmware DUMP] Android Q WW-17.1810.2011.183 (Root optional)

Hello everyone, VIPLightning here.
Today I introduce you the December firmware dump with patched boot img included for Android Q.
USE AT YOUR RISK
I am not responsible for what happens to your device! Make sure it is charged enough before flashing!
Procedure
1. Download the zip here
2. Extract the contents
3. Boot your phone into fastboot mode
4. Run the batch script and follow the prompt
5. Reboot and enjoy
Optional: If you wish to have root, copy/paste the command below.
Code:
fastboot flash boot magisk_patched_Y16fS.img
Credits
Asus - Providing source code and full OTA on their website for the Zenfone 6z
Mickey387 - Created the flash scripts. Thanks for giving me permission to pick it from the .68 firmware to use it in this zip.
vm03 - Used his fork of the payload_dumper from GitHub.
Note:
*If you are starting over fresh after flashing the images, you may encounter an issue such as not getting past the boot animation. If that is the case, reboot to recovery, factory reset, and then try rebooting again. After that should be smooth sailing!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Many thanks for sharing!
is there a way I can use this to upgrade firmware whilst retaining an existing custom ROM installation like LineageOS?
E: never mind, was able to use the `Update-partitions-fastboot.bat` do do the above just fine.
Thanks again!
vikashhero said:
Many thanks for sharing!
is there a way I can use this to upgrade firmware whilst retaining an existing custom ROM installation like LineageOS?
Click to expand...
Click to collapse
skip
fastboot flash boot_a boot.img
fastboot flash boot_b boot.img
fastboot flash dtbo_a dtbo.img
fastboot flash dtbo_b dtbo.img
1poweruser1 said:
boot twrp, format data, boot to bootloader
you can follow the post in this thread or my post
[Updated][GUIDE]: How to unbrick your Zenfone 6 Android P/Q (ZS630KL)
Hello. This guide will help you unbrick your device in case your devices hangs as it boots, and always boots into fastboot mode and recovery is unavailable and the like. Note: Unlocked bootloader is not required to do any of the actions...
forum.xda-developers.com
to dump firmware (there's a newer version UL-ASUS_I01WD-ASUS-18.0610.2101.132-1.1.1-user) and then use the fastboot script
boot twrp, format data, flash lineage
I recommed full restore, both edl and fastboot script
[Updated][GUIDE]: How to unbrick your Zenfone 6 Android P/Q (ZS630KL)
Hello. This guide will help you unbrick your device in case your devices hangs as it boots, and always boots into fastboot mode and recovery is unavailable and the like. Note: Unlocked bootloader is not required to do any of the actions...
forum.xda-developers.com
Click to expand...
Click to collapse
Hi there, thanks for your reply.
My intention was to update the necessary partitions whilst retaining my existing LineageOS 17.1 installation. Looking at the contents of the firmware package, there seems to be a batch file (Update-partitions-fastboot.bat) allowing me to do just that.
Kind regards

No Partition on my phone??? (Is it my phone bricked?)

Hi, recently i flash the stock rom for my Nokia 6.1 but when i finished and rebooting i got reboot to download mode and i tried to force shutdown and reboot it goes to same result. And i check the current slot and i get this:
Code:
fastboot getvar current-slot
current-slot:
finished. total time: 0.004s
Now i switch slot but when i switch both it both get error. So how can i fix this, is it my phone bricked? Thanks.
alprtewwqfr said:
Hi, recently i flash the stock rom for my Nokia 6.1 but when i finished and rebooting i got reboot to download mode and i tried to force shutdown and reboot it goes to same result. And i check the current slot and i get this:
Code:
fastboot getvar current-slot
current-slot:
finished. total time: 0.004s
Now i switch slot but when i switch both it both get error. So how can i fix this, is it my phone bricked? Thanks.
Click to expand...
Click to collapse
You have unlocked bootloader ? If not unlock it and fix your mobile. Search Google " Nokia bootloader unlock" unlock the bootloader and then flash the firmware or any other custom rom
I use techmesto free unlock bootloader but i get unknown bootloader type
zuhaibsarwar said:
You have unlocked bootloader ? If not unlock it and fix your mobile. Search Google " Nokia bootloader unlock" unlock the bootloader and then flash the firmware or any other custom rom
Click to expand...
Click to collapse
alprtewwqfr said:
I use techmesto free unlock bootloader but i get cannot flash bootloader images
Click to expand...
Click to collapse
why not . do you have telegram etc ?
windows3600pro said:
why not . do you have telegram etc ?
Click to expand...
Click to collapse
Yes i have Telegram
Note: if you guys wondering what's going on here is my cmd of "fastboot getvar all":
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
As you guys can see i didn't have any partition type and size and idk what to do.
alprtewwqfr said:
Note: if you guys wondering what's going on here is my cmd of "fastboot getvar all":
View attachment 5578615
As you guys can see i didn't have any partition type and size and idk what to do.
Click to expand...
Click to collapse
Download partition resizer of Raghu varma for Nokia 6.1 and Nokia 6.1 Plus and repartition partitions
zuhaibsarwar said:
Download partition resizer of Raghu varma for Nokia 6.1 and Nokia 6.1 Plus and repartition partitions
Click to expand...
Click to collapse
No it need an unlocked bootloader but i have a locked bootloader!

Development TWRP 3.6.2-12 blioba.

WARNING WORK ONLY ON ANDROID 12! (MIUI 13)
How install:
1. Copy stock boot img to sdcard.
2. flash twrp as boot to both slot and boot a twrp.
fastboot flash boot_a TWRPBlioba.img
fastboot flash boot_b TWRPBlioba.img
fastboot reboot recovery
3. Flash stock img to both slot.
4. In advanced - click flash current twrp.
5. Installed
author:
True_Eye
thank you so much.
hello,
i flashed as wrote and i lost the os...
How do I install?
Thank you it worked
Twrp SD card and USB not supported please fix the problem
Twrp SD card and USB not supported please fix the problem
Please make Android 11 TWRP recovery for redmi note 2021 edition
rumangt said:
Please make Android 11 TWRP recovery for redmi note 2021 edition
Click to expand...
Click to collapse
Miui 12.5.2
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Twrp SD card and USB not supported please fix the problem
Greetings.
I tried this method and now I can at least get into TWRP recovery.
Could you please explain step 3 for noobs?
3. Flash stock img to both slot.
Do I have to go into fastboot mode again and enter the same commands as in step 2, only with the stock-boot.img? Or do I do that in the TWRP recovery?
Thx a lot.
ShaniShane said:
Greetings.
I tried this method and now I can at least get into TWRP recovery.
Could you please explain step 3 for noobs?
3. Flash stock img to both slot.
Do I have to go into fastboot mode again and enter the same commands as in step 2, only with the stock-boot.img? Or do I do that in the TWRP recovery?
Thx a lot.
Click to expand...
Click to collapse
Ok. Done. Install the boot.img in TWRP to boot partition. Than choose "to both slots". Easy....normaly. Thx a lot for the Guide. It works!
i did all the procedure but my device is stuck on twrp home screen, how to fix?
henvikru said:
ATENÇÃO FUNCIONA APENAS NO ANDROID 12! (MIUI 13)
Como instalar:
1. Copie o img de inicialização de estoque para o cartão SD.
2. Flash twrp como boot em ambos os slots e inicialize um twrp.
fastboot flash boot_a TWRPBlioba.img
flash de inicialização rápida boot_b TWRPBlioba.img
recuperação de reinicialização fastboot
3. Flash stock img para ambos os slots.
4. Em avançado - clique em flash twrp atual.
5. Instalado
autor:
True_does it work on miui 14? and how do I do part number 3 correctly?
Click to expand...
Click to collapse

Categories

Resources