[ROM][13][amogus] AOSP 13.0

Search This thread

tibicen

New member
Feb 8, 2023
3
3
Ok, I'm starting to get to know it a little bit better. But I'm still stuck.
I need to install those apps to have basic functionality of google login:
  • Google Services Framework
  • Google Account Manager
  • Google Play services
  • Google Play Store
  • Google Contacts Sync
Installing it via adb goes ony for user apps. They crash all the time, and there is no google account login screen. I failed to understand how to move the apps from /data/app to /system/app.

Second direction I found on internet was to register a phone on https://www.google.com/android/uncertified. But following instructions on site i found this file/table missing in database.

Does anyone have some idea how can I login to gmail/maps/photos/drive ?

As I understand TWRP is not yet working with Android 13, so no chances to install this rom with TWRP and gapps?
 
  • Like
Reactions: dennygreen

d33space

New member
Jun 27, 2021
4
2
could we get a 2023 guide for installing this rom from scratch? using sofia on stock android 11 and would like to try this out with working gapps. thanks!
 

danrex

Member
Mar 29, 2012
44
11
This is cool but I can't figure out what I'm supposed to do without gapps.
I happily use F-Droid plus FOSS apps installed from its repos.

Aurora Store could in the past retrieve apps from Play Store, but it wasn't working for me when I tried it. Some Play Store apps got along fine without gapps/Google Services Framework.
 
  • Like
Reactions: griz.droidx

Jarvis846

New member
Mar 29, 2023
2
0
Hello, I tried installing this rom to my sofiar device, and I had multiple issues. As mentioned a couple of times already, initially I did not get any kind of cellular connection, which was resolved simply by rebooting. But another issue that renders the Rom completely useless for me is that every time I try to set up a screen lock (or a fingerprint) the settings app just crashes and puts me right back on the screen where you choose your preferred screen locking method, never applying the changes.
Before installing the custom rom I used a blank flash (previously bricked the device) and then used the rescue tool to get to stock A11 which I proceeded to downgrade to stock A10 prior to installing this rom (using sd_shadow's guide).
I should also mention that I am not very experienced when it comes to custom roms.
Any help or suggestions are appreciated, thanks in advance.
 

Jarvis846

New member
Mar 29, 2023
2
0
I experimented around a bit more. Turns out that I can disable the screen lock completely, but trying to set any type of locking method fails. I am aware that I could probably get away by using a different app for the lockscreen but I really want fingerprint unlock. I also tried to set the locking method using adb and locksettings which failed "enrolling when creating SP for user 0". I also installed gapps and android WebView as well as the google app, neither of which resolved my issue. Apart from that I also tried flashing the rom from stock A10 as well as stock A11 with the same issue. Any more ideas?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    AOSP 13
    This is a moto-common project release under the codename amogus. This build supports the following devices: rav, rav_t, sofia, sofiap, sofiap_ao, sofiap_sprout, sofiar.


    Code:
    /*
    * Your warranty is now void.
    * I am not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at me for messing up your device, I will laugh at you.
    */

    What's AOSP?
    AOSP is Android as Google publish without any modifications.

    Whats not working?
    • Speakerphone on sofia variants​
    Instructions to install the ROM:
    Reboot to bootloader:
    Code:
    adb reboot bootloader
    The following will wipe your internal data:
    Code:
    fastboot -w
    Code:
    fastboot update package.zip

    It will reboot your device to fastbootd, you might get the following warning:
    Code:
    FAILED (remote: 'Old partitions are not compatible with the new super layout; wipe needed')
    , but you can continue with the following commands

    Fastbootd:
    Code:
    fastboot flash product product.img
    Code:
    fastboot flash system system.img
    Code:
    fastboot flash vendor vendor.img
    Code:
    fastboot reboot

    Downloads: Here

    Source Code: Here

    Sept 2: Fixed USB Mode Switching, Switched to new rebased kernel, Switched to EROFS

    Sept 12: EGIS Fingerprint gestures fixed, Switch BtAudio to AIDL and September Patch level

    Sept 28:
    System Responsiveness has been tuned and improved
    Introduce Multigenerational LRU Framework
    Tune Dalvik Heap Sizes
    Switched to QTI Thermal HAL
    DT2W has been fixed for RAV (HIMAX) variants of amogus
    Signature Spoofing support has been added to the ROM

    Jan 26:
    January Security Patch

    Feb 27:
    Feb security patch
    5
    I was considering disassembly to see if a battery unplug would help but if there is something else you think I should do I'm all ears.
    Yes the device has testpoints on the motherboard, if you bridge them it will enter EDL mode. From there you can use a blankflash to restore the bootloader and hopefully unbrick. Unplug the battery and bridge those pads, while bridged plug in the USB cable and with any luck you will be in EDL. From there you can plug the battery back in so it can flash successfully. You can find the blankflash on https://mirrors.lolinet.com/
    1661809515268.png
    4
    Sept 2: Fixed USB Mode Switching, Switched to new rebased kernel, Switched to EROFS
    3
    Sept 28:
    System Responsiveness has been tuned and improved
    Introduce Multigenerational LRU Framework
    Tune Dalvik Heap Sizes
    Switched to QTI Thermal HAL
    DT2W has been fixed for RAV (HIMAX) variants of amogus
    Signature Spoofing support has been added to the ROM
    2
    Nice finally something other than Android 11