Paranoid Android Topaz Stable 1 - realme X50 Pro 5G - Realme X50 Pro ROMs, Kernels, Recoveries, & Other

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
We are very excited to announce the stable release of Paranoid Android Topaz, based on Android 13.
On the first launch, you’ll notice a clean setup with beautiful wallpapers from Hampus Olsson, who teamed up with us again to create several beautiful pieces of artwork. Hampus is a multi-disciplinary artist whose design stands for itself and we’re glad to have him onboard. We also added further UI touches that we believe enhance the overall user experience. You can find all of the Paranoid Android wallpapers and many more in the Abstruct app from the PlayStore.
Our builds are based on the Code Linaro Organization Android base, which is optimized for Qualcomm platforms and has a higher degree of performance, battery life, and functionality compared to the Android Open Source Project platform. The Paranoid Android team and contributors are focusing on squashing existing bugs, and implementing and improving features, performance, and stability. We are dedicated to providing a user experience with the stability that you can expect from stock ROMs with best-in-class performance and features to help you get the most out of your device.
Notice
We kindly ask all of you that are in a position to donate anything, to help and support us so we can provide better and faster build releases, as well as increase the download speed of our servers, all looking for your enjoyment.
You can donate on the link below:
Donate
Device-specific issues
* FOD might not work correctly on first boot, simply reboot and register fingerprint again.
Requirements
Make sure you've latest platform tools for Android.
Make sure you've latest RealmeUI 3.0 firmware flashed before flashing the ROM.
Make sure you've latest TWRP 3.7.0 for FBEv2 flashed before flashing the ROM.
Only RMX2071, RMX2075 and RMX2076 are supported. The realme X50 Pro Player is not supported.
Download
You can always get our Stable builds from our website Paranoid Android website
Note: Custom kernels are NOT supported the kernel says it supports PA and GMS is included!
Changelogs
Keep an eye on our Twitter account, @paranoidaospa, as we will be posting about new features getting included in the release builds, as well as links to betas for those devices that will get them. For more detailed information please have a look at the second post of this thread of each build changelog on the website.
Paranoid Android Topaz released
Instructions
Recovery Method
Reboot to Recovery.
Format data.
Install PA zip package.
Reboot to system.
Kernel source.
Important / Useful links
Paranoid Android Twitter
Paranoid Android Channel (Telegram)
Paranoid Android Download Channel (Telegram)
Paranoid Android Community (Telegram)
Paranoid Android Community for realme SM8250 (Telegram)
Cheers and #StayParanoid!

Reserved #1

Reserved #2

New build will come as soon as possible, main PA team told me to make the thread now.

We are live!
https://paranoidandroid.co/bladerunner

Yeah, just on time!

Cool stuff guys.
Have anyone tried it yet?

aleksandar.1 said:
Cool stuff guys.
Have anyone tried it yet?
Click to expand...
Click to collapse
Yep, everything works its muchhhh better than crappy realme ui
but make sure to be really on latest realme ui firmware

Hi,
I have a Chinese RMX2071 (Android 12) with recovery for Android 12 (v3.6.2_12). I tried to upload Paranoid Android but it shows a message that it is not for my model. Can I force install? Please help..

Any one tell how to flash the rom for 2 options for fastboot options or recovery options , how to install,any one tell me the proper installation step by step

Pasupathiraj0 said:
Any one tell how to flash the rom for 2 options for fastboot options or recovery options , how to install,any one tell me the proper installation step by step
Click to expand...
Click to collapse
I see you know each other. I am a beginner. Write which files and in what order to upload so that the phone accepts paranoid android. Thanks in advance.

I am very proud of this. thank you very much! I think that this is the only existing rom for this device (RMX2075) and it is amazing that someone is doing it because I think that Realme is leaving us alone

aleksandar.1 said:
Cool stuff guys.
Have anyone tried it yet?
Click to expand...
Click to collapse
Hi, thanks to developer for the first ROM on x50 pro, but ... I had installed on my rmx2075 and was very disappointed - very poor customization options, no always on display, and camera works with only one sensor, (better don't talk about camera app). After one day came back to stock (was not so ease...) .

dzenius said:
Hi, thanks to developer for the first ROM on x50 pro, but ... I had installed on my rmx2075 and was very disappointed - very poor customization options, no always on display, and camera works with only one sensor, (better don't talk about camera app). After one day came back to stock (was not so ease...) .
Click to expand...
Click to collapse
Do you use Telegram tutorial ?
Wipe all in TWRP, flash stock ROM, wipe data, dalvik, cache.
TheMalachite :​Thanks for your work.
Unfortunately I've some issues :
- Fingerprint registered but not recognized, even after reboot, deleting, recreating).
- USB connection stop working (all parameters greyed out) > Solved by activating USB debugging
Sorry, I'ven't logcat configured...

Battosai94 said:
Do you use Telegram tutorial ?
Wipe all in TWRP, flash stock ROM, wipe data, dalvik, cache.
TheMalachite :​Thanks for your work.
Unfortunately I've some issues :
- Fingerprint registered but not recognized, even after reboot, deleting, recreating).
- USB connection stop working (all parameters greyed out) > Solved by activating USB debugging
Sorry, I'ven't logcat configured...
Click to expand...
Click to collapse
after few not successful times flashing with official realme flash tool (https://www.xda-developers.com/real...ool-for-installing-coloros-realme-ui-updates/)
I use this flash tool. (Windows version give a positive virus alert, so must unable antivirus app and after revert pc to earlier restore point (just in case) )
SrCDA said:
A tool to flash .ofp files in bootloader mode without needing MSM Tool, an alternative to official realme tool.
THE DEVICE MUST HAVE THE BOOTLOADER UNLOCKED​Features​
soft unbrick
install stock firmware
switch device region
Credits​
italorecife
bkerler oppo_decrypt
All contributors
Installation​Install​Linux (in the example below I will use ubuntu)​Install adb & fastboot and simg2img​
Code:
sudo apt-get install android-tools-adb android-tools-fastboot simg2img
Install python >=3.8, git and other deps​
Code:
sudo apt install python3 git python3-pip
Grab files​
Code:
git clone https://github.com/italorecife/OppoRealme-OFP-Flash
cd OppoRealme-OFP-Flash
pip3 install -r requirements.txt
Windows​Install the adb & fastboot drivers.
Install python + git​
Install python 3.9 and git
WIN+R
Code:
cmd
Grab files and install​
Code:
git clone https://github.com/italorecife/OppoRealme-OFP-Flash
cd OppoRealme-OFP-Flash
pip3 install -r requirements.txt
Usage​Put the .ofp file in the same folder as the program, then put your device in mode fastboot to start flash.
Run:
Code:
python3 flash.py
if you have windows OS you can run normally by double clicking, and you have linux use terminal.
DOWNLOAD
Source Code​
Click to expand...
Click to collapse

Thanks. Does it work in my case? What ofp should I download and try to flash? Global for rmx2071 or global for rmx2076? The phone is rmx2071 (china rom). As you can see in the images I uploaded, it asks for rmx2076L under twrp.

or paranoid?

it works great on my RMX2071 the only problem i have is play protect certification

Pasupathiraj0 said:
Any one tell how to flash the rom for 2 options for fastboot options or recovery options , how to install,any one tell me the proper installation step by step
Click to expand...
Click to collapse
If you going for recovery option make sure you have latest TWRP 3.7.0 i used this one https://www.pling.com/p/1945031/

Related

Paranoid Android Quartz 4 - OnePlus 7T Pro

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
We are very excited to announce the release of Paranoid Android Quartz, based on Android 10.
On the first launch, you’ll notice a clean setup with a beautiful wallpaper from Hampus Olsson, who teamed up with us again to create several beautiful pieces of artwork. Hampus is a multi-disciplinary artist whose design stands for itself and we’re glad to have him onboard. We also added further UI touches that we believe enhance the overall user experience. You can find all of the Paranoid Android wallpapers and many more in the Abstruct app, included in our builds.
Our builds are based on the Code Aurora Forum Android base, which is optimized for Qualcomm platforms and has a higher degree of performance, battery life, and functionality compared to the Android Open Source Project platform. The Paranoid Android team and contributors are focusing on squashing existing bugs, and implementing and improving features, performance, and stability. We are dedicated to providing a user experience with the stability that you can expect from stock ROMs with best-in-class performance and features to help you get the most out of your device.
Device-specific issues
You tell me.
Note: Custom kernels are NOT supported!
Requirements
Make sure you've latest Stable firmware flashed on both the slots before flashing the ROM.
Download
Get the latest OnePlus 7T Pro build from here
Changelogs
Keep an eye on our Twitter account, @paranoidaospa, as we will be posting about new features getting included in the release builds, as well as links to betas for those devices that will get them.
Paranoid Android Quartz released
Instructions
This device runs under OxygenOS vendor, make sure you are coming from OxygenOS 10.0.7.0 or newer before flashing PA.
You can use the updater if you are already on Paranoid Android
Unzip the rom package
Flash the images inside the packages by opening a terminal and run the following commands inside the folder
Code:
fastboot reboot fastboot
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash system system.img
fastboot flash product product.img
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot reboot
** Format userdata by running the following command
Code:
fastboot -w
** Only required for the first flashing, and maybe optional.
Important / Useful links
Paranoid Android Twitter
Paranoid Android Channel (Telegram)
Paranoid Android Community (Telegram)
Kernel Source
from Arter97
Help us improve PA by submitting detailed bug reports with logs. Learn how to take logs here.
Cheers and #StayParanoid!
XDA:DevDB Information
Paranoid Android Quartz 4 - OnePlus 7T Pro, ROM for the OnePlus 7T Pro
Contributors
33bca, kessaras
Source Code: https://github.com/AOSPA
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: V10.0.7.0
Version Information
Status: Stable
Current Stable Version: 4
Stable Release Date: 2020-06-08
Created 2020-04-26
Last Updated 2020-07-23
FAQ
My device doesnt boot
- Follow the instructions and it will
Changelog
Quartz 4
- Added support for only dim FOD icon(fixes random screen flickers)
- Updated arter's kernel to r58
- Improved adaptative brightness
- Fixed AAC codec support(finally!)
- Smoothness improvements
Quartz 3
- June security patchset and Pixel Feature Drop 3.
- Improved Fingerprint On Display functionality.
- New clear all notifications button.
- Multi-user support.
- Data Switch tile.
- New accent colors.
- Fixed lockscreen adjustments for devices without FOD.
Quartz 2
- Initial release
Quartz 1
- We didn't release there
# Reserved 3
THANK YOU!!! :highfive:
#spamthanks
Awesome to see! Currently backing up my apps and will flash as soon as possible.
Thanks!
Sent from my OnePlus7TPro using XDA Labs
Thank you so much!! DOWNLOADING...
Any chance this will work for the TMobile 7t pro McLaren?
lendawg said:
Any chance this will work for the TMobile 7t pro McLaren?
Click to expand...
Click to collapse
It may but no RIL and most probably Wi-Fi...
Amazing rom, verte fast and smooth
Happy to know the OP7T Pro custom ROM scene finally lifting off - will have a nice choice of ROMs now.
Features of this ROM please....?
(AOSP-based I assume)
My device is stuck on "Waiting for any device" after executing fastboot reboot fastboot. I can see device in device manager, updated adb / fastboot and tried changing ports.
Anyone knows how to resolve this?
I can see the device in regular fastboot, bot not in fastbootd.
EDIT: I think i fixed it, will flash and see
Patched boot.img
I´ll try to keep this folder updated! :good:
Lossyx said:
My device is stuck on "Waiting for any device" after executing fastboot reboot fastboot. I can see device in device manager, updated adb / fastboot and tried changing ports.
Anyone knows how to resolve this?
I can see the device in regular fastboot, bot not in fastbootd.
EDIT: I think i fixed it, will flash and see
Click to expand...
Click to collapse
With your device turned on and connected through USB, type "adb reboot fastboot"
FSadino said:
With your device turned on and connected through USB, type "adb reboot fastboot"
Click to expand...
Click to collapse
Yep, I managed to fix it now Just flashed and booted, will spend rest of the night to explore the features and restore my apps.
Thanks!
Afther flasing it just boots back into fastboot, cant boot into system...
RicardoDimm said:
Afther flasing it just boots back into fastboot, cant boot into system...
Click to expand...
Click to collapse
Try flashing everything again, it worked for me then.
FSadino said:
Patched boot.img
I´ll try to keep this folder updated! :good:
Click to expand...
Click to collapse
great bro!! can you recommend some essential modules please.
Lossyx said:
Try flashing everything again, it worked for me then.
Click to expand...
Click to collapse
I did. Still no luck...
RicardoDimm said:
I did. Still no luck...
Click to expand...
Click to collapse
Do exactly as described:
With device turned ON and connected to PC type:
abd devices
abd reboot fastboot
fastboot -w
adb reboot fastboot
Flash all .img files in PA folder
Example: "fastboot flash boot boot.img"
Edit: I assume you have Platform-Tools and running your commands inside platform tools folder!
---------- Post added at 09:36 PM ---------- Previous post was at 09:30 PM ----------
GinoTonny said:
great bro!! can you recommend some essential modules please.
Click to expand...
Click to collapse
I don't use magisk modules

[CLOSED][ROM][UPDATE][10.0][JOYEUSE][UNOFFICIAL] Panaroid Android [AOSPA][CAF][2020/09/17]

We are very excited to announce the release of Paranoid Android Quartz, based on Android 10.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
On the first launch, you’ll notice a clean setup with a beautiful wallpaper from Hampus Olsson, who teamed up with us again to create several beautiful pieces of artwork. Hampus is a multi-disciplinary artist whose design stands for itself and we’re glad to have him onboard. We also added further UI touches that we believe enhance the overall user experience. You can find all of the Paranoid Android wallpapers and many more in the Abstruct app, included in our builds.
Our builds are based on the Code Aurora Forum Android base, which is optimized for Qualcomm platforms and has a higher degree of performance, battery life, and functionality compared to the Android Open Source Project platform. The Paranoid Android team and contributors are focusing on squashing existing bugs, and implementing and improving features, performance, and stability. We are dedicated to providing a user experience with the stability that you can expect from stock ROMs with best-in-class performance and features to help you get the most out of your device.
Notice
As we are growing on our list of supported devices in each release, we require of a stronger build environment so we can speed up the compilation process for releases. Based on the actual Quartz 4 list, we support over 30 devices, which takes between 2 and 3 days for all the builds to be completed without counting possible compilation issues or rebuild needs, based on our current specs.
We kindly ask all of you that are in position to donate anything, to help and support us so we can provide better and faster build releases, as well as increase the download speed of our servers, all looking for your enjoyment.
You can donate on the link below:
Donate
Device-specific issues
You tell me.
Note: Custom kernels are NOT supported!
Requirements
Make sure you've latest Stable firmware flashed before flashing the ROM.
Download
Get the latest Redmi Note 9 Pro build Download
Changelogs
Keep an eye on our Twitter account, @paranoidaospa , as we will be posting about new features getting included in the release builds, as well as links to betas for those devices that will get them.
Paranoid Android Quartz released
Instructions
This device runs under MIUI global vendor, make sure you are coming from latest MIUI global stable release or flash it from twrp just before flashing PA package.
**Reboot to fastboot
**Fastboot boot TWRP
**Format Data
Reboot to fastboot
Fastboot boot TWRP
Install PA zip package
Reboot
** Only required for the first flashing, and maybe optional.
Important / Useful links
Paranoid Android Twitter
Paranoid Android Channel (Telegram)
Paranoid Android Community (Telegram)
Help us improve PA by submitting detailed bug reports with logs. Learn how to take logs here.
Cheers and #StayParanoid!
XDA:DevDB Information
Paranoid Android Quartz - Redmi Note 9 Pro
Contributors
Agung Pratama
Source Code: https://github.com/erfanoabdi/android_kernel_xiaomi_sm6250
ROM OS Version: Android 10
ROM Kernel: Linux 4.14x
ROM Firmware Required: MIUI Q stable release
Version Information
Status: Stable
Created 2020-09-17
Last Updated 2020-09-17[/QUOTE]
Device Side :
- Fix Bluetooth
- Fix NFC
- Fix Wifi
- Update fingerprint to RP1A.200720.009
- CTS passed by default
- Playstore Certified
- update display/graphics from LA.UM.8.1.r1-13500-sm8150.0
- wifi: Add parameters for Hotspot 2.0
- wifi: Disable logging
- wifi: Enable QPower and Deep sleep at the same time
- wifi: Relax WiFi re-association RSSI thresholds
- wifi: Enable DFS channel scanning in P2P search
- wifi: Add back hostapd configs
- build Paranoid Doze
- Show internal storage by default
- Build With Proton-Clang 12
- Prepare to use in-tree display hal
- Disable SBC HD audio dual channel support by default
- Support Turbo Charging 30W++
- Disable VSync for CPU rendered apps
- Cleanly disable Qti-testscripts in User builds
Note :
- Use Pbrp
- Format Data
Donate :
Paypal (Global) : http://paypal.me/skylark17
Ovo ( Indonesia ) : 081375635651
Awesome work as always, glad to see a bring up from source graphic hal. Thanks ?
But is this for Joyeuse only?
rhyme4u12 said:
Awesome work as always, glad to see a bring up from source graphic hal. Thanks
But is this for Joyeuse only?
Click to expand...
Click to collapse
yes
My favorite rom, I hope it gets official.
Good stuff.
Which camera is pre-installed?
Ahh man you beat me to it :crying: can't wait to try it out. I wonder how omni is doing these days maybe I should check out their sources
Also think link is already down. Why don't you try android file host?
EDIT: ater refreshing a few times and making a copy to my google drive its finally started to download lol. will keep you updated.
Anyone tried this yet it looks like the ideal rom for me if not super buggy....
aygross1929 said:
Anyone tried this yet it looks like the ideal rom for me if not super buggy....
Click to expand...
Click to collapse
yes! just setting up gapps right now. I had to mess around with mounting/unmounting and wiping data in recovery to get it to boot but thats just because im too lazy to flash back to stock atm lol. ill share some screenshots i OP doesnt mind
Im on pbrp and installed it and ended in fastboot loop. Had to flash global rom and twrp to install it properly. Also the cam on this rom is camera go 2.
Shiiimakaze said:
Im on pbrp and installed it and ended in fastboot loop. Had to flash global rom and twrp to install it properly. Also the cam on this rom is camera go 2.
Click to expand...
Click to collapse
when i flash a new rom if i end up in a bootloop and get that encryption bug. What I do is pick the 3rd option that completely wipes your system (with everything backed up to my sd card) then try installing the rom. when you finish flashing it reboot back into recovery again and flash it again. also make sure pretty much everything but cache/dalvik and data and not mounted.
took me a bit of trial and error and I have no clue why but ive been flashing roms this way without fail since i installed pbrb3 recovery. Aospa, RR, evolution and another one that i found on androidfilehost lol.
ooof randomly reboots while using.
EDIT: rebooted for a 2nd time
Shiiimakaze said:
ooof randomly reboots while using.
Click to expand...
Click to collapse
are you sure? what were you doing when it rebooted? did you install any mods? you should post a logcat. I've pretty much been using it all day witout a single reboot (other then to install viper)
Niropa said:
are you sure? what were you doing when it rebooted? did you install any mods? you should post a logcat. I've pretty much been using it all day witout a single reboot (other then to install viper)
Click to expand...
Click to collapse
nope no mods. im just playing a game then it rebooted.
Can you give me a link for latest Joyeuse STOCK ROM? Sorry, too much places, don't know which is legit..
TacoLoco said:
Can you give me a link for latest Joyeuse STOCK ROM? Sorry, too much places, don't know which is legit..
Click to expand...
Click to collapse
https://forum.xda-developers.com/redmi-note-9-pro/how-to/tutorial-how-to-revert-to-official-t4109831
Shiiimakaze said:
Im on pbrp and installed it and ended in fastboot loop. Had to flash global rom and twrp to install it properly. Also the cam on this rom is camera go 2.
Click to expand...
Click to collapse
going to install this rom now... it's safe to go with pbrp or it's better with twrp?
and if anyone can tell what twrp need?
thanks!
Download link doesn't work.
Any plans to make this for curtana/miatoll ??

[ROM][OFFICIAL] dotOS v5.x for Pixel 3a[sargo][OTA]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
" #DroidOnTime "
ROM Version: 5.1.3
Device: Pixel 3a(sargo)
Maintainer: zapmicro
Build Status: OFFICIAL
Code:
* Your warranty is now void.
* We are not responsible for anything that may happen to your phone by installing any custom ROMs and/or kernels.
* You do it at your own risk and take the responsibility upon yourself and you are not to blame us or XDA and its respected developers.
"This is a user-friendly thread, all your suggestions are important to us and will be taken into consideration.."
dotOS is an Android ROM that focuses on performance, stability, and User Experience. We focus on making our rom look and feel great without struggling on Performance and Battery! So that one can get the most out of your device.....
CLEAN FLASH/First Time Installation :
1.Download the latest build and make backup
2.Unlock Bootloader
3.Reboot to bootloader
4.fastboot flash boot boot.img
5.Reboot to recovery
6.Tap Factory Reset, then Format data / factory reset.
7.On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.
8.On the host machine, sideload the package using: adb sideload filename.zip.
9.Reboot to system
Note:- If you get no command while going to recovery, Hold the power button first. While holding it tap the volume up button and you will get to recovery
DIRTY FLASH :
1. Download the latest build
2. fastboot flash boot boot.img
3. adb sideload rom.zip
4.reboot to system
Note: GApps only has to be flashed once whereas Magisk/Su is to be flashed every time you Dirty Flash the OTA Update.
Download Rom Here
Download boot.img for GAPPS version Here
Download boot.img for Vanilla version Here
Complete Changelogs: https://changelogs.droidontime.com/
AOSP
Lineage OS
Pixel Experience
Dirty Unicorns
And all other open-source Devs/Teams.
Mohan CM - Founder/Core Developer
Iacob Ionut - UI, UX Developer/ Core Developer
Sipun Kumar - Developer/Maintainer
Special thanks:
Manish Bajpai - Web Developer
Important Links
If you liked our Project, please consider supporting us. - Donate - https://www.paypal.me/MOHANCM
dot OS source
dotOS-Device Sources
Telegram Group
Telegram Channel
Website
Downloads page
REPORTING BUGS !
As soon as the problem occurs, take a LOGCAT!
for more READ THIS
and do not forget to send it to us
​
Contributors: zapmicro
Source Code: https://github.com/DotOS
Kernel Source: - https://github.com/dotOS-Devices/kernel_google_bluecross
ROM OS Version: 11.x Android R
Version Information
Status: STABLE
Current Stable Version: v5.1.3
Stable Release Date: 11-08-2021
Note:- Make sure you clean flash if you're coming from unofficial build
Update 16/06/21
We go official.
Make sure you clean flash if you're coming from unofficial build
I found an update, what's the Changelog sir?
Only use the build provided here, don't use anything else, the update you found is test build and I would suggest not to, Also rom will be official soon and get OTA, so wait for it
markushevi said:
I found an update, what's the Changelog sir?
Click to expand...
Click to collapse
resocters said:
Only use the build provided here, don't use anything else, the update you found is test build and I would suggest not to, Also rom will be official soon and get OTA, so wait for it
Click to expand...
Click to collapse
Sorry for the inconvenience .Thank you very much sir. I will be waiting for it. Great job sir
Update 16/06/21
We go official.
1.Make sure you clean flash if you're coming from unofficial build
2.June security patch included
3.Auto brightness on initial boot
4.few other minimal changes
5.added stock google camera
Note:- Boot img added in separate download link
Good Day,
Would this ROM have xt_hl support in the kernel, or is that standard in LineageOS? I need to set the TTL value for hotspot tethering like this:
iptables -t mangle -A POSTROUTING -j TTL --ttl-set 64
...but it's not enabled in the stock ROM/build. If not, can you throw me a bone on how I would do this? Or does this mean its included? https://github.com/dotOS-Devices/kernel_google_bluecross/search?q=xt_HL
Thanks!!!
Cant get any further, stuck here:
Step 7.adb sideload rom.zip ->
Step 1/2
Error applying update: 51 ErrorCode::kPayloadTimestampError
E:Error in /sideload/package.zip (status 1)
kevin71246 said:
Cant get any further, stuck here:
Step 7.adb sideload rom.zip ->
Step 1/2
Error applying update: 51 ErrorCode::kPayloadTimestampError
E:Error in /sideload/package.zip (status 1)
Click to expand...
Click to collapse
What version are you trying to flash? Gapps or vanilla. Make sure you fetch latest boot.img and rom cause those are signed with keys. You need to clean flash if you're coming from stock rom.for now please flash gapps version, it will flash successfully. I have already looked into matter
S
kevin71246 said:
Good Day,
Would this ROM have xt_hl support in the kernel, or is that standard in LineageOS? I need to set the TTL value for hotspot tethering like this:
iptables -t mangle -A POSTROUTING -j TTL --ttl-set 64
...but it's not enabled in the stock ROM/build. If not, can you throw me a bone on how I would do this? Or does this mean its included? https://github.com/dotOS-Devices/kernel_google_bluecross/search?q=xt_HL
Thanks!!!
Click to expand...
Click to collapse
kevin71246 said:
Good Day,
Would this ROM have xt_hl support in the kernel, or is that standard in LineageOS? I need to set the TTL value for hotspot tethering like this:
iptables -t mangle -A POSTROUTING -j TTL --ttl-set 64
...but it's not enabled in the stock ROM/build. If not, can you throw me a bone on how I would do this? Or does this mean its included? https://github.com/dotOS-Devices/kernel_google_bluecross/search?q=xt_HL
Thanks!!!
Click to expand...
Click to collapse
You mean to say it works on lineage? Not sure try the rom and let me know.
zapmicro said:
What version are you trying to flash? Gapps or vanilla. Make sure you fetch latest boot.img and rom cause those are signed with keys. You need to clean flash if you're coming from stock rom.for now please flash gapps version, it will flash successfully. I have already looked into matter
Click to expand...
Click to collapse
Sorry, I shouldve added that. This is the line where it failed with the build:
adb sideload dotOS-R-v5.1.1-sargo-OFFICIAL-20210616-0344.zip
This is the recovery I used:
fastboot flash boot boot-sargo-signed-16-06-21.img
Yes, I did the factory reset/wipe first per the instructions. I didn't realize "Vanilla" & "Gapps" were both ROMs - typically I see that there is the base ROM, with an additional zip being Gapps if one chooses to flash. Could me if I'm wrong, but it sounds like Vanilla is broke and we should only be flashing Gapps, which contains everything including the ROM+Gapps. Thanks!
kevin71246 said:
Sorry, I shouldve added that. This is the line where it failed with the build:
adb sideload dotOS-R-v5.1.1-sargo-OFFICIAL-20210616-0344.zip
This is the recovery I used:
fastboot flash boot boot-sargo-signed-16-06-21.img
Yes, I did the factory reset/wipe first per the instructions. I didn't realize "Vanilla" & "Gapps" were both ROMs - typically I see that there is the base ROM, with an additional zip being Gapps if one chooses to flash. Could me if I'm wrong, but it sounds like Vanilla is broke and we should only be flashing Gapps, which contains everything including the ROM+Gapps. Thanks!
Click to expand...
Click to collapse
Yeah, Vanilla is currently the one not flashing that is not any issue or problem, but the boot.img provided here is for gapps build only, the vanilla one was build before that so there is timestamp error in recovery, next builds won't have any issue. though I personally always recommend gapps version specifically if you use that. thank you for reporting. Hope you like it.
I have downloaded vanilla build now I can't flash it because of boot img....
PitchBlack02 said:
I have downloaded vanilla build now I can't flash it because of boot img....
Click to expand...
Click to collapse
Download gapps, next update there will be different both img for both the version
The quality of pictures and videos is comparable to stock roms by Google?
alexhdkn said:
The quality of pictures and videos is comparable to stock roms by Google?
Click to expand...
Click to collapse
Yes as it contains the same Google Camera(gcam) from stock. You will not see any difference. Also I suggest you to use Gapps version of the rom.
zapmicro said:
Yes as it contains the same Google Camera(gcam) from stock. You will not see any difference. Also I suggest you to use Gapps version of the rom.
Click to expand...
Click to collapse
Thanks
DotOS 5.1.2 Update - 19/07/21
Rom side changelog - https://blog.droidontime.com/blog/july-release-2021
Device Side Changlog -
1. FIx Vanilla builds not flashing.
2. July Patch.
3. Enable USB and skin temperature warnings.
4. SimCard app crashing on Vanilla builds.
5. Allow 3rd party apps to use fingerprint gestures.
6. Added Now Playing.
7. Upstream Kernel.
Pixel3A has "fake" rounded corners, which are also an overlay on the stock os, on this rom those are not present, making the experience ugly. I really like this rom and I can't wait to see what you are gonna post in the future!
RickRed said:
Pixel3A has "fake" rounded corners, which are also an overlay on the stock os, on this rom those are not present, making the experience ugly. I really like this rom and I can't wait to see what you are gonna post in the future!
Click to expand...
Click to collapse
Can you please elaborate by fake rounded corners, a screenshot would be appreciated

Development [ROM] [OFFICIAL][A13][Gapps]BlissRoms 16.7 [Raven]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
BlissRoms comes with a wide selection of customization options from around the Android community as well as unique options developed by our team. With so many options available, you’ll find it hard not to enjoy the Blissful experience.
Our focus is to bring the Open Source community a quality OS that can run on all your devices as a daily driver, syncing your apps + settings + customization's across all platforms you run Bliss on.
BlissRoms Download
First Time Installation Download
​* If this is your first time installing Bliss you will need to clean install the ROM using the "ADB sideload method".
* Download the boot.img and ROM.zip from the first time installation link provided in this post
* Phone bootloader should be unlocked
* Make sure you are using the latest platform tools from Google
* Reboot phone to bootloader
* Navigate to the directory where you downloaded the two files and run this command from terminal "fastboot flash boot boot.img" with no quotation marks
* Once the boot image has flashed successfully reboot your into recovery mode
* Select the option to install update
* Navigate to the directory where you downloaded the two files and run this command from terminal "adb sideload ROM.zip" do not use quotations and replace ROM.zip with the actual name of the rom zip you are sideloading
* When the ROM is done sideloading in recovery make you do a data factory reset within the recovery options
* Reboot phone into OS and enjoy!
* You will receive OTA updates after initial install
Create Bug Report on our Issues Tracker
BlissRoms Github
BlissRoms Gerrit
Kernel Source
| Website | Blog | Facebook | Twitter | Instagram | Telegram Group | Telegram Channel | Docs
If someone wants to donate, please do so via this PayPal link
Thank you for using BlissRoms! And as always: #StayBlissful​
Looks like I'm about to switch haha
Some flipendo and SCONE spam in the log. Will be addressed in next release.
Lmao same. Hm. Wondering if you know anything about the internal URB (USB Request Block) driver in the source code for the chip. I need developers to help with unbricking the device after a rollback issue. I'm so close to fixing it completely.
Also beautiful job on the OS I just tried it on my Pixel 6, no issues. So I'm assuming you used the Raviole Kernel for your build.
stebomurkn420 said:
BlissRoms comes with a wide selection of customization options from around the Android community as well as unique options developed by our team. With so many options available, you’ll find it hard not to enjoy the Blissful experience.
Our focus is to bring the Open Source community a quality OS that can run on all your devices as a daily driver, syncing your apps + settings + customization's across all platforms you run Bliss on.
BlissRoms Download
Flashing Instructions:
Reboot into bootloader mode
fastboot -w update rom.zip (this command will completely wipe your device)
This build includes gapps
​
Create Bug Report on our Issues Tracker
BlissRoms Github
BlissRoms Gerrit
Kernel Source
| Website | Blog | Facebook | Twitter | Instagram | Telegram Group | Telegram Channel | Docs
If someone wants to donate, please do so via this PayPal link
Thank you for using BlissRoms! And as always: #StayBlissful[/B][/SIZE]​
Click to expand...
Click to collapse
I just wanted to say that we all appreciate your efforts and I'm glad we have be another officially supported Rom...
Only question I have is does this support root with magisk built in our do you have to pre patch and install
not flashable for me.
"
archive does not contain 'android-info.txt'
fastboot: error: could not read android-info.txt"
Hello, is there a Chinese translation for the custom function of this ROM? Is there a Chinese translation for the custom options of crdroid? Will there be an official version?
Although pixel6 Pro is not available in mainland China, I still bought this device. The files needed for translation should be included in the source code.
this is a promising development, i used BlissROM for a long time (during my pixel 2XL days - i tested so many ROM's back then lol 3-5 a week at one point - i dont now as every flash i have to reset up my Watch 4...thanks as always Samsung for spannering things)
Ah... The good ole Bliss ROM. I saw this when i downloaded the crDroid ROM. Out of curiosity, have you ever tried Res remix? I had soooo many roms on my HTC M7 Dev and RR was by far the best one.
RR ended on Android 10 I believe...
stebomurkn420 said:
BlissRoms comes with a wide selection of customization options from around the Android community as well as unique options developed by our team. With so many options available, you’ll find it hard not to enjoy the Blissful experience.
Our focus is to bring the Open Source community a quality OS that can run on all your devices as a daily driver, syncing your apps + settings + customization's across all platforms you run Bliss on.
BlissRoms Download
Flashing Instructions:
Reboot into bootloader mode
fastboot -w update rom.zip (this command will completely wipe your device)
This build includes gapps
​
Create Bug Report on our Issues Tracker
BlissRoms Github
BlissRoms Gerrit
Kernel Source
| Website | Blog | Facebook | Twitter | Instagram | Telegram Group | Telegram Channel | Docs
If someone wants to donate, please do so via this PayPal link
Thank you for using BlissRoms! And as always: #StayBlissful[/B][/SIZE]​
Click to expand...
Click to collapse
so many new roms coming out, i love this
does this have support for custom kernels with root?
73sydney said:
this is a promising development, i used BlissROM for a long time (during my pixel 2XL days - i tested so many ROM's back then lol 3-5 a week at one point - i dont now as every flash i have to reset up my Watch 4...thanks as always Samsung for spannering things)
Click to expand...
Click to collapse
Yea, the watch 4 thing sucks. There is a way to backup and restore apparently. Never tried it myself.
There are days where I've flashed Raven 20+ times easy. Lol
w_tapper said:
so many new roms coming out, i love this
does this have support for custom kernels with root?
Click to expand...
Click to collapse
Custom kernel should be ok. As always, your mileage may vary.
Wow interesting! Will try this weekend.
Any chance it's ported to the regular pixel 6?
same issue as someone else saying its missing 'android-info.txt'. I have extracted the payload and I have made an android-info.txt file but I'm not sure if I'll brick my phone
stebomurkn420 said:
Yea, the watch 4 thing sucks. There is a way to backup and restore apparently. Never tried it myself.
There are days where I've flashed Raven 20+ times easy. Lol
Click to expand...
Click to collapse
Samsung backup is pretty poor, and doenst backup 3rd party stuff like 3rd party watch faces (and my Pixel Minimal Watchface setup alone is quite annoying to do every flash), though theres some been some rumour for months that due to the partnership with Google the backup function will improve (where i hit a new wall ,because ive never used Google backup on any android ive owned lol). So until (if ever) root is achieved and i can run my Migrate back ups on it, i make do with doing 3rd party apk back ups via some batch file scripts i wrote, as i have a quite a few apps that arent on the playstire from github etc on my watch, and id hate to find them all again every time and then manually setting it all up again, every time...
BulkInstall & BulkPull batch scripts for Windows (For use with Watch/Phone)
Okay, so as i have often had to reset the watch during testing this and that, and since i have a few apks that arent on the Google Play store, i wanted a quick easy way to backup the 3rd party apks on my watch, and to also have a quick easy way...
forum.xda-developers.com
archive does not contain 'android-info.txt'
fastboot: error: could not read android-info.txt"
will not work.
fire11m said:
same issue as someone else saying its missing 'android-info.txt'. I have extracted the payload and I have made an android-info.txt file but I'm not sure if I'll brick my phone
Click to expand...
Click to collapse
Ditto. FWIW, I'm using fastboot on a Macbook Pro M1. Not sure if that does or should matter.
OP link is not to actual ROM file. It is a sideload file for Gapps.
Either that or you need to sideload to install ROM

Paranoid Android Topaz 3 - OnePlus 7

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
We are very excited to announce Paranoid Android Topaz, based on Android 13.
On the first launch, you’ll notice a clean setup with beautiful wallpapers from Hampus Olsson, who teamed up with us again to create several beautiful pieces of artwork. Hampus is a multi-disciplinary artist whose design stands for itself and we’re glad to have him onboard. We also added further UI touches that we believe enhance the overall user experience. You can find all of the Paranoid Android wallpapers and many more in the Abstruct app from the PlayStore.
Our builds are based on the Code Linaro Organization Android base, which is optimized for Qualcomm platforms and has a higher degree of performance, battery life, and functionality compared to the Android Open Source Project platform. The Paranoid Android team and contributors are focusing on squashing existing bugs, and implementing and improving features, performance, and stability. We are dedicated to providing a user experience with the stability that you can expect from stock ROMs with best-in-class performance and features to help you get the most out of your device.
Notice
We kindly ask all of you that are in a position to donate anything, to help and support us so we can provide better and faster build releases, as well as increase the download speed of our servers, all looking for your enjoyment.
You can donate on the link below:
Donate
Device-specific issues
* You tell us
Requirements
Make sure you're on fastboot version 33.0.3p2
fastboot version 34.0.0-9570255 **is broken**
Device Firmware: OOS 11
Recovery zips have firmware included
Download
You can always get our builds from our website Paranoid Android website
EDIT: XDA moderation has removed the device specific posts.
OnePlus 7, 7 Pro, 7T and 7T Pro are supported. You can navigate devices with sidebar to the left on the PA website.
Note: Custom kernels are NOT supported unless the kernel says it supports PA.
GMS is included!
Changelogs
Keep an eye on our Twitter account, @paranoidaospa, as we will be posting about new features getting included in the release builds, as well as links to betas for those devices that will get them. For more detailed information please have a look at the second post of this thread of each build changelog on the website.
Paranoid Android Topaz released
Instructions
Fastboot option (OOS 11 FIRMWARE REQUIRED):
1. Download the "FASTBOOT OPTION" from our website.
2. Enter fastboot, while the bootloader is unlocked, and enter:
fastboot update aospa-topaz-3-oneplus7*-DATE-image.zip
Click to expand...
Click to collapse
3. After flashing and rebooting, enter the recovery and factory reset the device
Recovery option:
1. Download the "RECOVERY OPTION" from our website.
2. Extract and flash the "recovery.img" (7T, 7T Pro), or "boot.img" (7, 7 Pro) with payload-dumper
3. Enter recovery, select "Apply update from ADB"
4. On your PC, enter:
adb sideload aospa-topaz-3-oneplus7*-DATE.zip
Click to expand...
Click to collapse
5. Reboot into recovery and factory reset the device
Kernel source.
Important / Useful links
Paranoid Android Twitter
Paranoid Android Channel (Telegram)
Paranoid Android Download Channel (Telegram)
Paranoid Android Community (Telegram)
Cheers and #StayParanoid!
Thank you so much for this ROM. I want to try out this ROM. Do we have to be on OOS 12 or 11 before flashing this?
Barbiox Dogg said:
Thank you so much for this ROM. I want to try out this ROM. Do we have to be on OOS 12 or 11 before flashing this?
Click to expand...
Click to collapse
Device firmware is included now
Click to expand...
Click to collapse
ROM comes with firmware, you'll be able to flash it regardless of OOS version as long as your bootloader is unlocked.
Thank you for all the effort, Timo. It's all fine for now.
Halacoglu said:
ROM comes with firmware, you'll be able to flash it regardless of OOS version as long as your bootloader is unlocked.
Thank you for all the effort, Timo. It's all fine for now.
Click to expand...
Click to collapse
Ok great. I'm using Evolution X ROM which is based on OOS 12. Do I download the fastboot option then flash?
Does this ROM support Quick Unlock??
Barbiox Dogg said:
Does this ROM support Quick Unlock??
Click to expand...
Click to collapse
If that's unlocking as soon as the correct pin is entered, yes. Disabled on SIM pin however to prevent accidentally getting it blocked
Im on stock OOS12.1 locked , Whats the procedure to flash this custom rom?
unlocked the bootloader but couldn't fastboot flash it . getting FAILED (remote: (system_b) No such partition) issues, some one help
Where can we download fastboot version 33.0.3p2 for windows?
lolorider said:
Where can we download fastboot version 33.0.3p2 for windows?
Click to expand...
Click to collapse
You can get any 33.0.3 version platform tools, They work pretty fine.
Thanks for answer but I don't find any place to download an older version
amazing , thank you so much
lolorider said:
Thanks for answer but I don't find any place to download an older version
Click to expand...
Click to collapse
Modify download address
Change r34.0.0 to r33.0.3
Thanks
Great Job
tsaiajie said:
Modify download address
Change r34.0.0 to r33.0.3
Click to expand...
Click to collapse
What does it means?
Alexoxo said:
What does it means?
Click to expand...
Click to collapse
Hi there,it means that you search on google for 33 version.btw flashed Rom,really really god.installation went without any error.but i'm curious about pitch black theme.does paranoid have that implemented and possibility to hide pillow bar.good job
timo_capa said:
moderation has removed the device specific
Click to expand...
Click to collapse
Hi timo first of all thank you for this amazing rom i want to know about the nfc toggle tile i cant find it is this normal?
@timo_capa or if anyone can please kindly provide simple instructions on how to flash this custom ROM. Provide a simple guide on how to install it via Recovery option and Fastboot option.
I tried flashing it and I ended up softbricking my OnePlus 7 Pro. Please it is not everyone that is on Telegram so kindly provide installation instructions on the first post. Thank you
Open boot loader with
Code:
fastboot oem unlock
boot into fastboot mode
place rom file inside adb folder & run
Code:
fastboot update romname.image.zip
Make sure you download the .image.zip file
On first boot it will ask you to reset data, Reset your data & thats it
thanks for your hard work,,,
i flashed and used for one day,,,
battery timing was best, even better than oos10..
i faced some minor UI glitches,, as this is first built,, it's ok.. ROM id smooth.
charging speed is better than oos10..
the reason why i have to come back to oos10, was Snapchat chatting bug,,,
example if i send a msg , it will not show in settings and will send after hours.. some msgs even weren't send....
please fix Snapchat issue or if someone know how to solve Snapchat chat issue, please reply to this comment...
2nd it's showing device isn't certified, please solve it too.
Note: if anyone facing issue related fastboot option,, i mean if your device stuck on Bootloader warning,,, even after format data,,,, then please flash all partitions manually then then restart to recovery, format data then reboot to system... this is how i was able to boot ROM

Categories

Resources