[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
43
10
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.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Feb 27:
    Feb security patch

    Check OP
  • 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