[ROM][SOFIA*/RAV*][10][UNOFFICIAL] OmniROM

Search This thread

vache

Recognized Developer
Jun 12, 2009
1,137
3,711
Paris
https%3A%2F%2Flh5.googleusercontent.com%2F-f4P5JsJ7xE8%2FAAAAAAAAAAI%2FAAAAAAAAAAY%2FSVgE864HY1Y%2Fphoto.jpg

Supported devices :
  • sofia
  • sofiap
  • sofiap_ao
  • sofiar
  • rav
  • rav_t

Download (GApps included)

Kernel source

Device tree source


MAJOR BUGS:
you tell me


FLASHING

Boot to fastbootd mode (adb reboot fastboot or fastboot reboot fastboot)
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash product product.img
fastboot flash vbmeta vbmeta.img
fastboot -w (mandatory if coming from stock, warning tho : it will erase all your data)

UPDATE

Boot to fastbootd mode (adb reboot fastboot or fastboot reboot fastboot)
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash product product.img
fastboot flash vbmeta vbmeta.img
fastboot reboot


Telegram support group : https://t.me/Motorola_G_Stylus

20200821 Changelog :
- Add support for g8/g fast
- Add LED support
- Add selinux enforced for all
- Safetynet should pass for all devices (can't check my self, let me know)
- Fix crash when turning off wifi hotspot

XDA:DevDB Information
OmniROM, ROM for the Moto G Stylus

Contributors
vache
Source Code: https://github.com/omnirom/

ROM OS Version: 2.3.x Gingerbread
ROM Kernel: Linux 4.x
ROM Firmware Required: Unlocked bootloader
Based On: AOSP

Version Information
Status: Beta
Beta Release Date: 2020-08-28

Created 2020-08-28
Last Updated 2020-08-28
 

WhatTheFsck

New member
May 30, 2018
3
0
Fruitland
Just installed on my device, works great first try, only thing I've found to not work is Moto Audio with any sort of headphones, works with internal speaker tho. great work thanks!
 
Last edited:

stolirocks

Senior Member
Aug 4, 2010
181
20
rooted?

is this rom rooted?

https%3A%2F%2Flh5.googleusercontent.com%2F-f4P5JsJ7xE8%2FAAAAAAAAAAI%2FAAAAAAAAAAY%2FSVgE864HY1Y%2Fphoto.jpg

Supported devices :
  • sofia
  • sofiap
  • sofiap_ao
  • sofiar
  • rav
  • rav_t

Download (GApps included)

Kernel source

Device tree source


MAJOR BUGS:
you tell me


FLASHING

Boot to fastbootd mode (adb reboot fastboot or fastboot reboot fastboot)
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash product product.img
fastboot flash vbmeta vbmeta.img
fastboot -w (mandatory if coming from stock, warning tho : it will erase all your data)

UPDATE

Boot to fastbootd mode (adb reboot fastboot or fastboot reboot fastboot)
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash product product.img
fastboot flash vbmeta vbmeta.img
fastboot reboot


Telegram support group : https://t.me/Motorola_G_Stylus

20200821 Changelog :
- Add support for g8/g fast
- Add LED support
- Add selinux enforced for all
- Safetynet should pass for all devices (can't check my self, let me know)
- Fix crash when turning off wifi hotspot

XDA:DevDB Information
OmniROM, ROM for the Moto G Stylus

Contributors
vache
Source Code: https://github.com/omnirom/

ROM OS Version: 2.3.x Gingerbread
ROM Kernel: Linux 4.x
ROM Firmware Required: Unlocked bootloader
Based On: AOSP

Version Information
Status: Beta
Beta Release Date: 2020-08-28

Created 2020-08-28
Last Updated 2020-08-28
 

SnowStruk

Member
Jul 2, 2020
6
5
New Hampshire
Thank you for the ROM. First time using OmniRom and loving it so far. I have not run into any issues so far. Even on t-mobile, my WiFi calling, visual voicemail and text messages all are working without any issues.

Will you be releasing a version with just MicroG instead of gApps? I ended up just uninstalling all the gApps anyways, but just curious.

Keep up the great work!
 

MightyFalcon

Member
Jul 11, 2010
5
1
GApps Dilemma

I am really looking forward to not having Gapps on this device, I haven't installed yet due to this, and wonder. Is this OpenGApps implentation removable using the same instructions as if it were installed manually after the CFW was flashed? Also, if it is not too much extra work, could you post a non GApps build?

Thanks for the hard work!
 
I tried rooting with the latest & second latest SuperSU flashable zip, but it didn't work. Do you know what build I could use?

Greetings Solotato and Moto/Android community ,

I know this post is long excessively but hopefully it'll get the point across. Please don't think I'm talking down to you or anyone else. This whole process had me baffled at first as well and I've used others work to root and rom fur years. I've used Linux on the desktop by dual and even triple booting (Nix,Xpor2K, and 98 for old hardware slash gaming support) I even wrote a config for a guy's app called js2mouse to use 2 pointers at the same time in X(wanted to use my old logitech wingman cordless as a remote. ;) But I'm no expert and still consider myself a little above novice. This isn't meant to offend anyone. Shew (the us is just too politically correct)

You can use twrp i think with magisk. BUT...im pretty sure i flashed twrp once in the recovery bootloader before but nothing else would take and twrp didn't function correctly.

I agree with many others now that it's easier to put a copy of the boot image on your device after installation. It's simple really

Just boot your device,

Enable developer options first thing then adb, then you can connect with a usb cable and approve adb access in your phone.

Copy the boot image to your phone and use the latest official magisk to patch the boot image. In magisk pick install then pick image, you pick your boot image which is then patched and renamed magisk_patched or similar.

It'll be in your downloads folder. Move it back to your pc, the patched one of course, and then just

fastboot flash boot magisk_patched.img

A TIP if you're new to the command line/powershell(win) or terminal(nix/bsd/mac (which is based on bsd)You can even use the up arrow if you dunt want to retype the commands then just replace boot.img with magisk_patched.img just start typing magis then hit tab and it'll complete it for you..

All this looks complicated but trust me after you do it a few times you'll be doing it in a minute or two.

Good luck take your time and read everything you can find. Don't forget to ask the command line for --help! You can find help in a jiffy that way.

Example

fastboot --help i think is the syntax i can't see it on my phone but there's a space between the two dashes and the command your asking for help. And for more details help is included in Linux with man pages. Those are handy in a pinch.

Even though I've done this since the droidx days on many phones, it still took me a lot of research and reading to get this new a/b partitioning and fastboot stuff down to where i can do it quickly.

Read and search these threads you'll be more likely to get answerers from xda members if they can tell you've been reading up on it.

Good luck!

Practice practice practice. That's the advice my uncle gave me on shooting a bow (instinctive or without sights) and he was right. This applies to everything in life.

Anyway I've preached enough. I know it's a long post but hopefully you and others who are relatively new to these moto's will get some help here.

Don't forget to thank the developers and others who made all this coolness possible for us who benefit from

If i helped any at all or you enjoyed my way too many useless details style, please hit thanks. I appreciate that. Sorry for the delay in posting I'm still setting up my most recent rom and I've doing a lot of stuff outside my home before winter.

Sent from my Moto G Stylus using XDA Labs
 
Last edited:

gorrillaribs

New member
Nov 6, 2020
3
0
Could anyone point me in the right direction for recompiling this rom's kernel with a different config? I'm looking to poke around & try to get USB OTG/ACA mode to work (i.e. have the phone charge as well as use a usb device, like a mouse/keyboard/storage), which is apparently possible by setting CONFIG_USB_MSM_OTG and CONFIG_USB_MSM_ACA.
I've never compiled a kernel for another arch before, and I assume I need a toolchain that targets arm64 to begin with - I've also never really built anything for android before, and all the guides I've found thus far seem to either be for a specific device or building an entire system image, which seems to be too much - I'm given to understand I can replace the kernel image in boot.img by itself with a tool like mkbootimg.

Any help with where to start would be appreciated, thanks!
 

gatorz_4z

Member
Dec 18, 2020
10
0
Another user asked this previously without any response ... Could you post a degoogled Omni ROM without gapps? Or give any advice how to remove it ? You were the one to put it all together so surely for you it must be easy removing it? As for me, I've been stuck.
 

ianspy1

New member
Dec 12, 2019
4
0
Hi I am really struggeling here ... Everytime I try to flash system it ends with
writing 'system_b' 2/3...
FAILED (remote: Operation not permitted)

my bootloader is unlocked and I am in fastbootd.

I so far tried:
- other USB cables
- other ROM´s
- factory wiping
- flashing stock image again (which does work in both fastboot and fastbootd)
- reflashing recovery with stock one
- relocking and unlocking
- booting in to fastbootd via command and buttons
- diffrent minimal adb and fastboot versions

anyone have any ideas what I am doing wrong?
 

gatorz_4z

Member
Dec 18, 2020
10
0
Hi I am really struggeling here ... Everytime I try to flash system it ends with
writing 'system_b' 2/3...
FAILED (remote: Operation not permitted)

my bootloader is unlocked and I am in fastbootd.

I so far tried:
- other USB cables
- other ROM´s
- factory wiping
- flashing stock image again (which does work in both fastboot and fastbootd)
- reflashing recovery with stock one
- relocking and unlocking
- booting in to fastbootd via command and buttons
- diffrent minimal adb and fastboot versions

anyone have any ideas what I am doing wrong?

I am in no way a professional like other members here who probably can give you better advice but I was more successful when I downloaded platform tools version 26.0.0. I wasn't successful on my device but after using a older version I was able to get a different set of errors. But I also at the end was unable to flash. Maybe this will help you ?
 

gatorz_4z

Member
Dec 18, 2020
10
0
I am in no way a professional like other members here who probably can give you better advice but I was more successful when I downloaded platform tools version 26.0.0. I wasn't successful on my device but after using a older version I was able to get a different set of errors. But I also at the end was unable to flash. Maybe this will help you ? My hope is that with that version you will be successful? Another person told me to redownload the ROM and try with a fresh one.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    https%3A%2F%2Flh5.googleusercontent.com%2F-f4P5JsJ7xE8%2FAAAAAAAAAAI%2FAAAAAAAAAAY%2FSVgE864HY1Y%2Fphoto.jpg

    Supported devices :
    • sofia
    • sofiap
    • sofiap_ao
    • sofiar
    • rav
    • rav_t

    Download (GApps included)

    Kernel source

    Device tree source


    MAJOR BUGS:
    you tell me


    FLASHING

    Boot to fastbootd mode (adb reboot fastboot or fastboot reboot fastboot)
    fastboot flash boot boot.img
    fastboot flash system system.img
    fastboot flash product product.img
    fastboot flash vbmeta vbmeta.img
    fastboot -w (mandatory if coming from stock, warning tho : it will erase all your data)

    UPDATE

    Boot to fastbootd mode (adb reboot fastboot or fastboot reboot fastboot)
    fastboot flash boot boot.img
    fastboot flash system system.img
    fastboot flash product product.img
    fastboot flash vbmeta vbmeta.img
    fastboot reboot


    Telegram support group : https://t.me/Motorola_G_Stylus

    20200821 Changelog :
    - Add support for g8/g fast
    - Add LED support
    - Add selinux enforced for all
    - Safetynet should pass for all devices (can't check my self, let me know)
    - Fix crash when turning off wifi hotspot

    XDA:DevDB Information
    OmniROM, ROM for the Moto G Stylus

    Contributors
    vache
    Source Code: https://github.com/omnirom/

    ROM OS Version: 2.3.x Gingerbread
    ROM Kernel: Linux 4.x
    ROM Firmware Required: Unlocked bootloader
    Based On: AOSP

    Version Information
    Status: Beta
    Beta Release Date: 2020-08-28

    Created 2020-08-28
    Last Updated 2020-08-28
    1
    2.3.x Gingerbread?
    1
    Can anyone post a download link to omni ROM android 11.????????
    I'm not giving out my phone number just to join telegram.