[OFFICIAL] BlissRom 16 [Typhoon] [sunfish][Android 13]

Search This thread

DiamondJohn

Recognized Contributor
Aug 31, 2013
6,948
6,969
Sydney
Not recommended to take that huge leap without wiping data. you might encounter terrible bugs since you are upgrading over 2 generation worth of Android Upgrade

FYI I am attempting building the ROM from source. I have a really weird thing where the prebuilt webview.apk is only 134 bytes from a repo sync; every time. I checked the google source targeted by the manifest, and manually downloaded that at around 55MB (and placed it in the local source), but then it fails at 80%. I have previously been using the Telegram Build Bliss channel, but now its at a point I think I will need to document the error more and explain how the repo sync fails for webview.apk. I am hoping that any repo sync fix, also fixes the other fail. I think I got a fail at around 90%, its not always the same when it fails.

However, by chance I have developed a pretty bad cold/flu that worsened today and it has totally wiped me out, so building may be pushed aside. I'm pretty sure its not COVID (I think I have a spare RAT test lying around somewhere), no cough, my lungs feel fine and I got 100% oxygen saturation earlier today. But it has really developed quickly later in the day and wiped me out, whatever it is
Well I was wrong, it IS Coronavirus / COVID. Bought a new RAT test and it was positive. It was a little ironic that when I went to buy the RAT test, no one was wearing a mask (except me). Got a script for the COVID Anti-Viral and it should be delivered later today. I called to cancel an appointment at one place, and they said "there's a lot of that going around". Anyway, back to being on topic. And I am already getting better, and have no breathing issues, and am vaxed & boosted, but am behind on my second booster.

I have detailed my exact build/synch errors at: https://forum.xda-developers.com/t/...-source-to-end.2814763/page-505#post-88537923
 
Last edited:

DiamondJohn

Recognized Contributor
Aug 31, 2013
6,948
6,969
Sydney
Woo Hoo! I have a successful build of v16.7! 🥳

Bliss-v16.7-sunfish-OFFICIAL-pixelgapps-20230517.zip 1,666,419KB

I am a little surprised that it was built labelled as "OFFICIAL".

Now I just have to work out how to flash it.

And by that, I mean if I am going to be able to use the truly official fastboot first, followed by my unofficial build. but it does appear to have come out thinking its official...

EDIT: two posts down, all is good(y)
 
Last edited:

AlexKarimov

Senior Member
Oct 13, 2019
177
90
Woo Hoo! I have a successful build of v16.7! 🥳

Bliss-v16.7-sunfish-OFFICIAL-pixelgapps-20230517.zip 1,666,419KB

I am a little surprised that it was built labelled as "OFFICIAL".

Now I just have to work out how to flash it.

And by that, I mean if I am going to be able to use the truly official fastboot first, followed by my unofficial build. but it does appear to have come out thinking its official...
 
Last edited:

DiamondJohn

Recognized Contributor
Aug 31, 2013
6,948
6,969
Sydney
I installed it on my backup device. I had to do it twice, as I had some issues the first attempt.

After I flashed the fastboot version v16.3, on first boot, I could see my WiFI, but I could not connect. I realised on my second attempt at flashing from scratch, it wouldn't connect with a fixed IP; at least not the fastboot version. After flashing 16.7 (personal build), i switched to fixed IP with no issues. The first attempt also would not play sound.

So I baselined to stock May (to check wifi & sound), reflashed fastboot version, and then I flashed my personal build of v16.7, and it looks good. I love having lock-screen pulse back. I did however have a bit of a scare when I flashed a previously patched boot image with magisk, and it just rebooted to recovery every time. I repatched the boot image on my daily, flashed that, and its all good now. Im sure it was the correct boot image to start with.

PS: its a newer build [Bliss-v16.7-sunfish-OFFICIAL-pixelgapps-20230528.zip] as I saw there were some commits after the official release of 16.7, but it has been quiet for a few days/a week.
 
Last edited:

DiamondJohn

Recognized Contributor
Aug 31, 2013
6,948
6,969
Sydney
Has anyone tried & succeeded installing Viper FX? I haven't personally tried yet, but its next on my list.
Yeah-baby! I got Viper working.🥳

Steps for Others:
  1. Force stop & Disable MusicFX under settings-apps
  2. Install the Magisk module at https://github.com/AndroidAudioMods/ViPER4Android/releases/tag/v0.5.0 Thast's the latest as of today. The 0.1.0 version did not work for me.
  3. Reboot
  4. DO NOT TURN ON LEGACY MODE
  5. Install the APK at the above URL
  6. Start playing music
  7. Turn on Viper & Configure
  8. ENJOY!
It doesn't have 100% of the features enabled, as from my understanding it is a new build, but with new 64b drivers! HOWEVER, it has every feature that I use, available.🎉

Another thing to report. I haven't put in a sim, but today I left it close by my WiFi and went out for a few hours. I havent installed every app yet, but at least 50%. The battery drain went as low as 0.75% / hour! On my current A11 Bliss, overnight in airplane mode it does not normally drop below 1.25%/hr. I also checked the doze profile, and although it took a little time to hit deep idle, once it was there, it stayed in deep-idle very solidly.

NB: I am running a private / personal build of v16.7
 
  • Like
Reactions: AlexKarimov

driska

Member
Nov 20, 2014
6
0
Clean Flash (If coming from other Rom's/Stock)
- Download BlissRoms Factory zip
- Reboot to bootloader
- Run following
Code:
fastboot update -w zipname
- Once flashing is complete reboot your device and wait until bliss boots
- #StayBlissful

Code:
C:\programi\adb>fastboot update -w c:\desktop\Bliss-v16.9-sunfish-OFFICIAL-pixelgapps-Fastboot-20230903.zip
--------------------------------------------
Bootloader Version...: s5-0.5-9825683
Baseband Version.....: g7150-00112-230505-B-10075601
Serial Number........: 16011JEC200447
--------------------------------------------
archive does not contain 'android-info.txt'
fastboot: error: could not read android-info.txt

C:\programi\adb>fastboot update -w c:\desktop\Bliss-v16.9-sunfish-OFFICIAL-pixelgapps-IMAGES-20230903.zip
--------------------------------------------
Bootloader Version...: s5-0.5-9825683
Baseband Version.....: g7150-00112-230505-B-10075601
Serial Number........: 16011JEC200447
--------------------------------------------
extracting android-info.txt (0 MB) to RAM...
Checking 'product'                                 OKAY [  0.062s]
Setting current slot to 'b'                        OKAY [  0.297s]
fastboot: error: ANDROID_PRODUCT_OUT not set
help?

ok found the solution - set ANDROID_PRODUCT_OUT=
 
Last edited:

J.Hussain

New member
Sep 23, 2023
1
0
@jackeagle

Hello Boss
How add New fonts in BlissRom 16


need full rom user this font

English And Arabic

Thx

 

Top Liked Posts