[UNOFFICIAL]Paranoid Android Quartz Alpha [OnePlus 7T Pro]

kessaras

Recognized Developer
Sep 28, 2013
4,665
9,445
0
36
Athens
@kessaras mate latest build from 17 january is rocking! feels buttery smooth and it`s joy to use :) really enjoying it! can`t wait to see customisation features in this rom :) btw is there any way to see weather on aod like on pixel devices? thank you very much for your hard work!
https://gerrit.aospa.co/c/AOSPA/android_frameworks_base/+/8464

not a priority but it is in plans. you can search keywords on gerrit when you need to see if we are working on something.
 

kessaras

Recognized Developer
Sep 28, 2013
4,665
9,445
0
36
Athens
i'm scheduling now a clean build without GAPPS as promised. One question before i do this.
Do you really want no GAPPS ? or do you want me to add at least the permissions so that you are able to install google apps in case you need to make use of some ?
Having the permissions means that you are able to use Google Apps but you are not able to sync. So they will be just like other 3rd party apps with minimum functionality.
Decide and tell me how you want this no GAPPS build.

EDIT:
Power users who need no GAPPS could also just navigate in there and delete the core ones.
If you delete Google App and gms you are now running without GAPPS. There is also a trick to disable them.
How you do this i can guide you. If you disable once the core, then it will stay disabled upon updates. You only need to do this once.

Think about it too. It will be great help for me to just write down somewhere else a mini guide to disable the GAPPS instead of building 2 roms, because we do not have TWRP and every time i build i have to extract manually and create new .zip for you to flash. If we had TWRP it wouldn't matter to build 10 different roms not two.
 
Last edited:

kessaras

Recognized Developer
Sep 28, 2013
4,665
9,445
0
36
Athens
i think most of the users want gapps included. [emoji106]

Verstuurd vanaf mijn HD1913 met Tapatalk
It depends. Huawei now will run without GAPPS. There are always alternatives.
Aaaand there are people who prefer open source F-Droid instead of GAPPS.
Anyway. i'm waiting to hear from you people. I can make a mini guide how to get rid of GAPPS and turn to F-Droid. It will save my PC from stressing for 3 more hours to build :D
 

darkoj2007

Senior Member
Nov 12, 2012
551
115
63
Skopje
there is nothing wrong going without gapps, even battery life will be improved. for me personally biggest problem are contacts and syncing them. for casual users it`s important to have fully functional phone. yeah if we have twrp is much easier now this way is more complicated while building roms. however there is debloat magisk module which can help to get rid of unwanted system apps easily but I think majority here is not prepared to go this way and have more headaches.
 

cowgaR

Senior Member
Oct 25, 2010
281
80
48
Londinium
Focus on the ROM first. NoGapps, even though welcomed for me, should be no priority to steal your time.

Once TWRP will come you can build just one ROM and users cab get both, flash Gapps when required. In the meantime they can just remove them.
 
  • Like
Reactions: flame360

Goku1992

Senior Member
Feb 29, 2016
419
58
38
Dortmund
i'm scheduling now a clean build without GAPPS as promised. One question before i do this.
Do you really want no GAPPS ? or do you want me to add at least the permissions so that you are able to install google apps in case you need to make use of some ?
Having the permissions means that you are able to use Google Apps but you are not able to sync. So they will be just like other 3rd party apps with minimum functionality.
Decide and tell me how you want this no GAPPS build.

EDIT:
Power users who need no GAPPS could also just navigate in there and delete the core ones.
If you delete Google App and gms you are now running without GAPPS. There is also a trick to disable them.
How you do this i can guide you. If you disable once the core, then it will stay disabled upon updates. You only need to do this once.

Think about it too. It will be great help for me to just write down somewhere else a mini guide to disable the GAPPS instead of building 2 roms, because we do not have TWRP and every time i build i have to extract manually and create new .zip for you to flash. If we had TWRP it wouldn't matter to build 10 different roms not two.

With core Funktion to install google Apps would be nice :)
 

kessaras

Recognized Developer
Sep 28, 2013
4,665
9,445
0
36
Athens
Hi!

If I install this. I will not need Root access right? And I can still use apps that normally don't work on rooted phones?
The only apps you can't use are the ones which need safetynet. But that's not a problem when the official is released.
My builds are debug builds so you guys help me fix bugs you may see.
The official will be user builds and pass safetynet by default.
 

kessaras

Recognized Developer
Sep 28, 2013
4,665
9,445
0
36
Athens
disable system apps or gapps

Since we don't have TWRP i'm writing down these instructions as a helping step for those who want to go gappless.
Advantages of removing GAPPS:
- You have less battery drain , yeah. But that's because your smartphone will not sync and backup your data to Google. It will not store or ask for your location in the background. It will not track down your needs, your clicks, your searches, your movement, your every movement generally.

Disadvantages:
- We already have our bootloader unlocked so thats a big security hole when we have our phone stolen. Having GAPPS , you can track down your stolen phone if you realise it was stolen soon enough.
- Google will cover your needs. Will collect every possible statistics to make your browse to the web easier. Will track your car in case you forgot where you parked, etc. No need to write them down all of them.

Removing GAPPS without having a TWRP means that you can't flash them later. Flashing GAPPS later will only result in broken core packages which will not work. So you have to format your device and complete the initial setup for everything to work.
Disabling GAPPS it's more flexible. You can re-enable them when you need them and after reboot , yes, they will function correctly. No need for a format. Because you had already completed the initial setup ;)

I will not write a guide how to disable them, but i will link you to the threads which talk about it. Because there are already many threads about that.

if you have adb root access you can use this method shown in the pictures below. You can disable any google package you like. Remember some google apps which sync to google they will crash after that. You can disable them too, or re-enable the ones you disabled and after reboot everything will be fixed again. Disabling gapps is not dangerous. Disabling system packages it is dangerous and may result in the need to re-flash rom.
few commands:
pm list packages
pm list packages -d
pm list packages|grep google


if you don't have root access because you flashed a user build or you did something wrong with a magisk module use the same method but with
pm sleep or pm hide or pm disable (for specific user. user 0 is always the default if you hadn't changed user account)
https://www.xda-developers.com/disable-system-app-bloatware-android/

pm sleep and pm hide are older commands which may not work anymore. but pm disable for specific user definately works.


I hope this post to save me the time of building without gapps.
 

Attachments

Last edited:

chrb1985

Senior Member
Oct 13, 2016
195
19
0
If you come from other rom, yes. Otherwise 70% no boot or many things crashing
Hmm I come from Oxygen OS 10.0.5

I really don't want to format data if.i can get away with not doing it. Hehe

One more question again. If I full uninstall magisk. And flash old booth file. My guess would be that the apps that are not working on my phone right now (bank app and other security apps) will start working again. And if I than flash your files, will those apps than give me the modified software error again?

Thanks for good answers and your time :)
 

DanDroidOS

Senior Member
Jul 26, 2009
450
98
58
Southern California
dandroidos.com
Hmm I come from Oxygen OS 10.0.5

I really don't want to format data if.i can get away with not doing it. Hehe

One more question again. If I full uninstall magisk. And flash old booth file. My guess would be that the apps that are not working on my phone right now (bank app and other security apps) will start working again. And if I than flash your files, will those apps than give me the modified software error again?

Thanks for good answers and your time :)
If you want to flash this rom you need to wipe data pure and simple. Your banking app should work with this rom. If you want to keep some data(SMS, call history, settings, etc), backup with Google account and restore when you sign in to this rom. Good luck :good:
 

RicardoDimm

Senior Member
Jan 3, 2016
224
26
48
Deventer
Got error on part 3:
PS C:\Android 2\platform-tools> .\fastboot flash system system.img
Invalid sparse file format at header magic
Sending sparse 'system' 1/2 (781717 KB) OKAY [ 17.191s]
Writing 'system' FAILED (remote: 'Partition not found')
fastboot: error: Command failed
 

beaverhead

Senior Member
Nov 29, 2013
668
243
63
i had also a fault while flashing the rom
[email protected]:~/Downloads$ sudo fastboot flash product product.img
target reported max download size of 536870912 bytes
Invalid sparse file format at header magic
sending sparse 'product_a' 1/3 (523277 KB)...
OKAY [ 16.896s]
writing 'product_a' 1/3...
OKAY [ 1.944s]
sending sparse 'product_a' 2/3 (523098 KB)...
OKAY [ 16.894s]
writing 'product_a' 2/3...
OKAY [ 1.956s]
sending sparse 'product_a' 3/3 (385203 KB)...
OKAY [ 12.469s]
writing 'product_a' 3/3...
FAILED (remote: Operation not permitted)
finished. total time: 51.290s
 

chrb1985

Senior Member
Oct 13, 2016
195
19
0
Just installed the rom and its nice! But is it debloated? Or Is it just the same as original? What else is different? Can't find much difference actually?

---------- Post added at 07:35 PM ---------- Previous post was at 07:34 PM ----------

That's right I also got some errors when installing. I think it
was system and one more..
 

beaverhead

Senior Member
Nov 29, 2013
668
243
63
Just installed the rom and its nice! But is it debloated? Or Is it just the same as original? What else is different? Can't find much difference actually?

---------- Post added at 07:35 PM ---------- Previous post was at 07:34 PM ----------

That's right I also got some errors when installing. I think it
was system and one more..
the problem is that after al flashing the img and if i reboot that it reboot to fastboot back.

i try a wipe data after this but nothing happens .wont boot
 

darkoj2007

Senior Member
Nov 12, 2012
551
115
63
Skopje
guys all errors you get are from non clean flash, probably you come from rooted rom (oos or custom), or you did something wrong while entering fastbootd. I get these errors in the beggining while i figured out this stuff about fastbootd. just to be sure everything is ok before flashing the rom, flash fastboot roms provided in the threads and after that do the procedure to flash custom rom. I never had any errors flashing this way. now just to be sure after flashing fastboot rom that bluetooth is working, if not you will have to flash ota from the phone. now you are ready to go. don`t know about this bluetooth thing but it`s totally random. have fun :)