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

Search This thread

zapmicro

Senior Member
dotOS_banner-5.0.png


" #DroidOnTime "

ROM Version: 5.1.3
Device: Pixel 3a(sargo)
Maintainer: zapmicro
Build Status: OFFICIAL

banner_discl.png


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.."

banner_about.png


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.....


banner_inst.png



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.



banner_downlods.png


Download Rom Here

Download boot.img for GAPPS version Here


Download boot.img for Vanilla version Here


banner_features.png


Complete Changelogs: https://changelogs.droidontime.com/

banner_credits.png


AOSP
Lineage OS
Pixel Experience
Dirty Unicorns


And all other open-source Devs/Teams.



banner_team.png



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.png

Telegram Group
Telegram Channel
web.png


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 😜

header_logo_50.png



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
 

Attachments

  • Screenshot_20210606-144445.png
    Screenshot_20210606-144445.png
    129.7 KB · Views: 1,369
  • Screenshot_20210606-144440.png
    Screenshot_20210606-144440.png
    154 KB · Views: 1,260
  • Screenshot_20210606-144448.png
    Screenshot_20210606-144448.png
    127.5 KB · Views: 1,220
  • Screenshot_20210606-144455.png
    Screenshot_20210606-144455.png
    104.2 KB · Views: 1,187
  • Screenshot_20210606-144502.png
    Screenshot_20210606-144502.png
    123.1 KB · Views: 1,210
  • Screenshot_20210606-144507.png
    Screenshot_20210606-144507.png
    214.1 KB · Views: 1,181
  • Screenshot_20210606-152134.png
    Screenshot_20210606-152134.png
    105.4 KB · Views: 1,170
  • Screenshot_20210606-152253.png
    Screenshot_20210606-152253.png
    143.6 KB · Views: 1,144
  • Screenshot_20210606-152400.png
    Screenshot_20210606-152400.png
    104.3 KB · Views: 1,230
Last edited:

zapmicro

Senior Member
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
 
Last edited:
  • Like
Reactions: beeewell

kevin71246

Senior Member
Nov 13, 2008
226
179
Chicago
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!!!
 

kevin71246

Senior Member
Nov 13, 2008
226
179
Chicago
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)
 

zapmicro

Senior Member
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)
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
 
Last edited:

zapmicro

Senior Member
S
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!!!

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!!!
You mean to say it works on lineage? Not sure try the rom and let me know.
 

kevin71246

Senior Member
Nov 13, 2008
226
179
Chicago
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
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!
 

zapmicro

Senior Member
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!
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.
 

zapmicro

Senior Member
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.
 

RickRed

Member
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!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    dotOS_banner-5.0.png


    " #DroidOnTime "

    ROM Version: 5.1.3
    Device: Pixel 3a(sargo)
    Maintainer: zapmicro
    Build Status: OFFICIAL

    banner_discl.png


    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.."

    banner_about.png


    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.....


    banner_inst.png



    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.



    banner_downlods.png


    Download Rom Here

    Download boot.img for GAPPS version Here


    Download boot.img for Vanilla version Here


    banner_features.png


    Complete Changelogs: https://changelogs.droidontime.com/

    banner_credits.png


    AOSP
    Lineage OS
    Pixel Experience
    Dirty Unicorns


    And all other open-source Devs/Teams.



    banner_team.png



    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.png

    Telegram Group
    Telegram Channel
    web.png


    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 😜

    header_logo_50.png



    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
    3
    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.
    2
    Update 16/06/21

    We go official.

    Make sure you clean flash if you're coming from unofficial build
    2
    dotOS_banner-5.0.png


    " #DroidOnTime "

    ROM Version: 5.1.3
    Device: Pixel 3a(sargo)
    Maintainer: zapmicro
    Build Status: OFFICIAL

    banner_discl.png


    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.."

    banner_about.png


    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.....


    banner_inst.png



    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.factory reset/wipe data
    7.adb sideload rom.zip
    8.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.



    banner_downlods.png


    Download Rom Here

    Download boot.img for GAPPS version Here


    Download boot.img for Vanilla version Here


    banner_features.png


    Complete Changelogs: https://changelogs.droidontime.com/

    banner_credits.png


    AOSP
    Lineage OS
    Pixel Experience
    Dirty Unicorns


    And all other open-source Devs/Teams.



    banner_team.png



    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.png

    Telegram Group
    Telegram Channel
    web.png


    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 😜

    header_logo_50.png



    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
    Hi,
    Step 6 should be edited with: Tap Factory Reset, then Format data / factory reset.
    Also step 7 should be edited with:
    On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.


    This for the sake of clarification for beginners.


    On the host machine, sideload the package using: adb sideload filename.zip.
    2
    Is the Active-Edge squeeze supported?
    I just installed the custom ROM and can confirm that Active-Edge works. You can even customize what it does when you squeeze the phone like take a screenshot, open the camera, turn on the torch,...