[GSI][ROM][ CURTANA | JOYEUSE | EXCALIBUR][10.0][AOSP+GAPPS][04/08/20]

Search This thread

Paulicat

Senior Member
Mar 12, 2013
914
882
No, sorry,. But the script is in my repo, under local_manifest, just follow instructions and build it yourself. Good luck

Hi @sooti I tried building, I tried updating the branch to latest R47, and it all compiles to a system.img.
However, the resulting system.img doesn't have the gapps and weirdly shows a very old security update (sept 2019 maybe).
Is there something else I'm missing to get this to build with gapps?
I was planning to share here as a few users don't want to go to 11 without anxcamera or magisk.

Any help would be greatly appreciated!
 

dmenezes

Senior Member
Oct 22, 2013
204
43
Too bad @sooti decided to move on to Android 11 and leave this ROM behind -- worked great on my Curtana as my daily driver for a number of months.

Android 11 doesn't work for me (no Magisk) so I moved to this unofficial LoS 17.1 which has so far been working great: https://forum.xda-developers.com/t/...pro-pro-max-poco-m2-pro.4174195/post-84025617

Many thanks and best of luck to @sooti, he's one of the best developers I ever interacted with -- and I hope I can use one of his ROMs another day.

Cheers,
-- Durval.
 
  • Like
Reactions: gadiku3 and pixel0

pixel0

Senior Member
Oct 12, 2016
272
93

Code:
Disclaimer:
We are not responsible for anything that may happen to your phone as a result of installing custom roms and/or kernels. you do so at your own risk and take the responsibility upon yourself.
android-10.jpg


What is this?
An AOSP based ROM, with gapps included and gesture support (pocket, hand wave, pickup).

Based on Android 10.0

Notes:
1. If you want to root then copy the stock boot from the latest stock rom into internal and use magisk to patch it, then flash the patched boot in bootloader (fastboot flash boot patched_boot.img)
2. I will try to provide monthly patch updates and fixes as needed, don't ask for ETAs... I usually aim for the 5th of each month or whenever Google releases their patches

Bugs:
* voLTE not enabled by default, you can try this app and see if it works. some users report network drops or sms causing crashes.

You tell me? I worked hard to get everything working, I don't see any other issues, please report real issues, not feature requests from MIUI or other roms.

Getting fastbootd drivers working on windows:
1. Download these drivers and unzip
2. follow the instructions here to install the unsigned drivers
3. select the windows inf

Steps:
Please follow these steps closely!
For new installs:
1. Unlock bootloader
2. Download vbmeta from here and flash it in fastboot like this:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta_note9s.img (IF YOU DONT DO THIS STEP, VOLTE AND OK GOOGLE WONT WORK!)
3. In bootloader enter: 'fastboot reboot fastboot'
4. After we reboot you will see 'fastbootd', enter 'fastboot flash system system.img' (extract the system.img and put it in the folder you're in
5. enter 'fastboot reboot recovery'
6. select format userdata
7. then select reboot to system

To upgrade from previous versions:
1. Reboot to fastbootd (adb reboot fastboot from inside android or fastboot reboot fastboot from bootloader)
2. After we reboot you will see 'fastbootd', enter 'fastboot flash system system.img' (extract the system.img and put it in the folder you're in
3. Reboot



Downloads:
Latest ROM

For those who want stock camera with 48mp support on back and 16 on front
1. Download ANX camera from here along with the 48mp addon
2. flash in magisk both modules
3. Reboot
4. Give ANX camera all the permissions in app info
5. First time might crash then re-open
6. To fix portrait in front camera, download anx camera config from play store and search for portrait, enable all settings except for 'portrait night front'
7. restart app

@phhusson for his work on GSI (donate to this man, he works on dozens of devices), he worked closely with me to get everything working!

Enjoy!

P.S.
I am not going to add any custom features from other roms so please don't comment about that!

Source: https://github.com/aosp-tissot
Phh source:Link


XDA:DevDB Information
[GSI][ROM][ CURTANA | JOYEUSE | EXCALIBUR][10.0][AOSP+GAPPS][04/08/20], ROM for the Redmi Note 9 Pro

Contributors
sooti, phhusson
Source Code: https://github.com/aosp-tissot

ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: Treble
Based On: AOSP

Version Information
Status:
Stable
Stable Release Date: 2020-07-23

Created 2020-05-26
Last Updated 2020-08-18​
Hi Sooti, ALmost spent 3 hours trying hard to get into the fastbootd mode in curtana.
Device: Curtana
Previous Rom: MIUI 12 Android 11
Recovery: Tried all- Stock, TWRP, PB, LRTWRP

Drivers working perfectly.
Fastboot reboot fastboot commands device to reboot but it bootloops and ended to recovery every time i tried.

Whats the issue here. @sooti request to provide your expert advice.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 50

    Code:
    Disclaimer:
    We are not responsible for anything that may happen to your phone as a result of installing custom roms and/or kernels. you do so at your own risk and take the responsibility upon yourself.
    android-10.jpg


    What is this?
    An AOSP based ROM, with gapps included and gesture support (pocket, hand wave, pickup).

    Based on Android 10.0

    Notes:
    1. If you want to root then copy the stock boot from the latest stock rom into internal and use magisk to patch it, then flash the patched boot in bootloader (fastboot flash boot patched_boot.img)
    2. I will try to provide monthly patch updates and fixes as needed, don't ask for ETAs... I usually aim for the 5th of each month or whenever Google releases their patches

    Bugs:
    * voLTE not enabled by default, you can try this app and see if it works. some users report network drops or sms causing crashes.

    You tell me? I worked hard to get everything working, I don't see any other issues, please report real issues, not feature requests from MIUI or other roms.

    Getting fastbootd drivers working on windows:
    1. Download these drivers and unzip
    2. follow the instructions here to install the unsigned drivers
    3. select the windows inf

    Steps:
    Please follow these steps closely!
    For new installs:
    1. Unlock bootloader
    2. Download vbmeta from here and flash it in fastboot like this:
    fastboot --disable-verity --disable-verification flash vbmeta vbmeta_note9s.img (IF YOU DONT DO THIS STEP, VOLTE AND OK GOOGLE WONT WORK!)
    3. In bootloader enter: 'fastboot reboot fastboot'
    4. After we reboot you will see 'fastbootd', enter 'fastboot flash system system.img' (extract the system.img and put it in the folder you're in
    5. enter 'fastboot reboot recovery'
    6. select format userdata
    7. then select reboot to system

    To upgrade from previous versions:
    1. Reboot to fastbootd (adb reboot fastboot from inside android or fastboot reboot fastboot from bootloader)
    2. After we reboot you will see 'fastbootd', enter 'fastboot flash system system.img' (extract the system.img and put it in the folder you're in
    3. Reboot



    Downloads:
    Latest ROM

    For those who want stock camera with 48mp support on back and 16 on front
    1. Download ANX camera from here along with the 48mp addon
    2. flash in magisk both modules
    3. Reboot
    4. Give ANX camera all the permissions in app info
    5. First time might crash then re-open
    6. To fix portrait in front camera, download anx camera config from play store and search for portrait, enable all settings except for 'portrait night front'
    7. restart app

    @phhusson for his work on GSI (donate to this man, he works on dozens of devices), he worked closely with me to get everything working!

    Enjoy!

    P.S.
    I am not going to add any custom features from other roms so please don't comment about that!

    Source: https://github.com/aosp-tissot
    Phh source:Link


    XDA:DevDB Information
    [GSI][ROM][ CURTANA | JOYEUSE | EXCALIBUR][10.0][AOSP+GAPPS][04/08/20], ROM for the Redmi Note 9 Pro

    Contributors
    sooti, phhusson
    Source Code: https://github.com/aosp-tissot

    ROM OS Version: Android 10
    ROM Kernel: Linux 4.x
    ROM Firmware Required: Treble
    Based On: AOSP

    Version Information
    Status: Stable
    Stable Release Date: 2020-07-23

    Created 2020-05-26
    Last Updated 2020-08-18​
    17
    Changelog:
    04/08/20:
    * Added option to close annoying suggestions in settings (like we could in pie)
    * August security patch

    23/07/20:
    * Fixed camera crashing in apps that dont support aux (bigo live, zoom, etc)

    08/07/20:
    * Fixed voLTE, no more crashes from SMS
    * Fixed overlay for joyeuse & Excalibur (should fix brightness and other small issues)

    07/07/20:
    * Latest July security patch
    * Cleaned up overlay and removed useless junk
    * Fixed auto-brightness bouncing every second and made it smooth and with a longer delay (match all other OEMs)
    * Fixed minimum auto-brightness being 9, now 0 works fine

    28/06/20:
    * Removed voLTE being installed by default (ims), those coming from old version who still have problems, search for 'ims' under apps and uninstall app.
    Those who voLTE was working fine with SMS and no crashes can download the apk from here and install link

    24/06/20:
    * Did a proper fix for google voice, should have better hw support (clear play store, play services and google app to fix any netflix issues)
    * Made the voLTE app install only once per system install, just uninstall ims apk if you dont want voLTE or are having issues with it
    * Added support for excalibur (Redmi Note 9S Pro Max)

    21/06/20:
    * Added voLTE support for all qcom devices

    18/06/20:
    * Google voice enrollment fixed (Clear google play services and google app to avoid any issues on upgrade)
    * Added zygote preforking to improve app performance on launch

    04/06/20:
    * Fixed setting the audio props at boot, some users were changing setting and it wouldnt reset at boot, should fix audio for users who changed settings

    02/06/20:
    * mic was too loud, lowered a bit and seperated it so call mic is stock volume and camcorder is a bit louder.
    * Louder headphone volume and speaker
    * Fixed Phh settings overriding our needed defaults at boot
    * Removed 96kbps aac limit and raised it to 320kbps (should increase audio recording quality)
    * June security patch

    31/05/20:
    * Fixed auto-brightness max value (linear setting)
    * Added 'redmi note 9 pro global version (joyeuse)' (untested but should work)

    28/05/20:
    * Fixed DRM not being L1
    * Fixed Netflix missing prop (netflix will play in HD now)
    * Increased volumes of headphones, cam/voice mic and speaker

    28/05/20:
    * Some more brightness fixes
    * Fixed bt not playing media

    27/05/20:
    * Fixed bt not working on boot
    * Changed auto-brightness values to stock values
    * small gapps fixes

    26/05/20:
    * Initial commit
    9
    New build is up
    9
    New build is up (called latest_build):
    * Fixed DRM not being L1
    * Fixed Netflix missing prop (netflix will play in HD now)
    * Increased volumes of headphones, cam/voice mic and speaker
    8
    List of updates for next build coming as soon as google releases security patch:
    * Latest July security patch
    * Cleaned up overlay and removed useless junk
    * Fixed auto-brightness bouncing every second and made it smooth and with a longer delay (match all other OEMs)
    * Fixed minimum auto-brightness being 9, now 0 works fine

    Also i'm trying to get a OTA script working but so far am having issues with our dynamic partition so no ETAs, if i do get it to work it will just be something you trigger in terminal probably.