[Website] download.paranoidandroid.co - Paranoid Android Q&A

Simple question, when is it (http://download.paranoidandroid.co/) coming up again?

lordbalmon said:
Simple question, when is it (http://download.paranoidandroid.co/) coming up again?
Click to expand...
Click to collapse
There is no timeline... we are in search of a new server that would prove more reliable. For now it's back to Goo.im as the main repository.

Anu6is said:
There is no timeline... we are in search of a new server that would prove more reliable. For now it's back to Goo.im as the main repository.
Click to expand...
Click to collapse
I see, then I think it will be comfortable if you could modify your community page (google+, which is the only direct way to access paranoid android right now) to inform the users that download.paranoidandroid.co is temporarily down and help them with your (official) goo.im repository.
There are multitude of repository with paranoid android
http://goo.im/devs/paranoidandroid/roms
http://goo.im/devs/nims11/PA-i9100

The info in About Community was updated a while ago, must have overlooked the link on the G+ page. It's been updated.

Related

[Q] My questions about building my own rom

Hey there,
First if all, i'll explain what's in my head.
Use google's stock code for base, (Android 4.3)
Then add some features;
- Advanced Reboot Menu
- PA like "Clear All" button on Recents Menu
- Slim battery percentage
- Volume Rocker wake
For above those, i tried manual way but there are so many changes and humanity make the faults.
For this, i think if i migrate google's source code to my own github, and download it from github it will be easily to Cherry-pick and revert some kinda commits who makes errors.
I have a small info about building and editing. So please be clear.
So, how can i migrate googles source code for 4.3 to my github?
okanb3 said:
So, how can i migrate googles source code for 4.3 to my github?
Click to expand...
Click to collapse
https://help.github.com/articles/fork-a-repo
cupfulloflol said:
https://help.github.com/articles/fork-a-repo
Click to expand...
Click to collapse
I cant see any Fork option on google's page, can you help me?
okanb3 said:
I cant see any Fork option on google's page, can you help me?
Click to expand...
Click to collapse
uh....there isnt a 'fork' option because google hosts its own code, it doesnt use github....
have you sync'd the AOSP repo yet?
if you have, then you know you already have the source code ON your computer.
at that point, you can create a project on github and push your repo to it
Pirateghost said:
uh....there isnt a 'fork' option because google hosts its own code, it doesnt use github....
have you sync'd the AOSP repo yet?
if you have, then you know you already have the source code ON your computer.
at that point, you can create a project on github and push your repo to it
Click to expand...
Click to collapse
My upload speed is 80kb/sn. Pushing all of things takes nearly weeks, i guess.
Any suggestion?
Pirateghost said:
uh....there isnt a 'fork' option because google hosts its own code, it doesnt use github....
have you sync'd the AOSP repo yet?
if you have, then you know you already have the source code ON your computer.
at that point, you can create a project on github and push your repo to it
Click to expand...
Click to collapse
okanb3 said:
My upload speed is 80kb/sn. Pushing all of things takes nearly weeks, i guess.
Any suggestion?
Click to expand...
Click to collapse
I think some repos might be mirrored on Github at https://github.com/android.
bananagranola said:
I think some repos might be mirrored on Github at https://github.com/android.
Click to expand...
Click to collapse
Is that account, official? Or mirrored by someone?
okanb3 said:
Is that account, official? Or mirrored by someone?
Click to expand...
Click to collapse
From the link on that page (http://android.github.io/), it looks like it might be official; however, it is up to an hour late, is read-only, and holds only the most common repos.
Can i make successful build from there? For gnex?
I mean, build without any errors or something? Because i want the stability at the max.
Galaxy Nexus cihazımdan Tapatalk 4 ile gönderildi
I don't understand why you think you need github.
You build from source on your machine.
Sent from my Galaxy Nexus
okanb3 said:
Can i make successful build from there? For gnex?
Click to expand...
Click to collapse
Well, whether you fork or download straight, you need to download whichever one you choose to your computer to build it. I don't know exactly what repos it includes, so I don't know whether all the required repos are there. Also, if you fork, you need to change your manifest to reflect that.
okanb3 said:
I mean, build without any errors or something? Because i want the stability at the max.
Click to expand...
Click to collapse
Er, if you have build errors, you won't have a ROM, stable or otherwise.
Can i do cherry pick without github?
Galaxy Nexus cihazımdan Tapatalk 4 ile gönderildi
okanb3 said:
Can i do cherry pick without github?
Click to expand...
Click to collapse
Yes. Github is just a place to upload your repos. You have your local repos on your computer.
I strongly advise that you research building Android a little more before you begin. Otherwise you'll probably run around in circles for awhile.
bananagranola said:
Yes. Github is just a place to upload your repos. You have your local repos on your computer.
I strongly advise that you research building Android a little more before you begin. Otherwise you'll probably run around in circles for awhile.
Click to expand...
Click to collapse
I'm trying to do that, searching but can't find any good guide. All of them are just old or simple.
For example, i can't find any guide for cherry-picking
okanb3 said:
I'm trying to do that, searching but can't find any good guide. All of them are just old or simple.
For example, i can't find any guide for cherry-picking
Click to expand...
Click to collapse
You should concern yourself with building a successful ROM first. Learn git and repo and then you can learn cherry picking. There are tutorials literally all over this very site that explain how.
Sent from my Galaxy Nexus
Pirateghost said:
You should concern yourself with building a successful ROM first. Learn git and repo and then you can learn cherry picking. There are tutorials literally all over this very site that explain how.
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
I builded my rom once. With Clear All button. But the things too hard when you do it manually. I've make mistakes. Because of that, i've must learn cherry-pick
okanb3 said:
I builded my rom once. With Clear All button. But the things too hard when you do it manually. I've make mistakes. Because of that, i've must learn cherry-pick
Click to expand...
Click to collapse
There are tutorials in this very forum section that explain all of this without using github at all.
Cherry picking does not require github at all
Start here.
http://forum.xda-developers.com/showthread.php?t=1942338
Sent from my Galaxy Nexus
I did that with some searching, but i had errors.
I did these, exactly;
cd android
cd frameworks/base
git checkout
git remote add paranoid https://github.com/ParanoidAndroid/a...rameworks_base
git fetch paranoid
git cherry-pick commit-id(like 7ba230e3513ad0f47bc9b334cbdc3a0d380b8e3c)
But i got these errors (?),
[email protected]:~/android/frameworks/base$ git checkout
packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java: needs merge
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java: needs merge
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java: needs merge
error: you need to resolve your current index first
Click to expand...
Click to collapse
What must i do from now?
You've made changes to the active branch. To cherry-pick now, you need to either commit these changes or revert them.
Never mess with the local master branch, instead create new branches for you to cherry-pick on.
a manta wrote this.

[Q] Latest Paranoid Android ROM for Galaxy Nexus GSM

Can't find Paranoid Android main site (like CyanogenMod.org or AOKP.co) where latest versions and builds are listed under "Devices". Do they even have a site??? Please can someone provide me a link to the latest ROM build and GApps. The latest developer forum here had 3.99 as the latest, which i know there has to one higher (like maybe 4.3). Thanks in advance
3.99 is the latest.
http://goo.im/devs/paranoidandroid/roms
PA uses G+ as their main channel of communication. I don't think they have a site.
cupfulloflol said:
3.99 is the latest.
Click to expand...
Click to collapse
Thanks for that link bro. I kinda figured it would be, just didn't know for sure and wanted to make sure a higher version wasn't available. Surely they will have OTA updates for 4.xx and up. Thanks again. :good:
bananagranola said:
PA uses G+ as their main channel of communication. I don't think they have a site.
Click to expand...
Click to collapse
Yeah, it was the only place i found them also. Thank you.
close thread.

[ROM][4.3.1][February 4th] Slim Bean m7vzw [RC2]

Disclaimer: We are not responsible for any damages on your device.
Original Slim Features:
The Real Dark Slim
Notification drawer Shortcuts
Full hardware key rebinding!
Keyboard rotation
SlimCenter
Check out our full feature list here
Changelog
Find our latest Changelog go here
Chat with the slim team and other slim users
IRC: #slimusers @freenode
New to IRC? Don't have a native app? Try the Freenode web client [link] or the Firefox extension Chatzilla [link]
More interested in development and compiling? Check out our development channel. #slimdev
Check out our forum if you're looking for a place to talk all day long about SlimROMs FORUM
Google+ [link]
Twitter [link]
Facebook [Link]
Installation instructions
For Most Users
Please keep in mind if a special instruction is needed it will be noted in the Changelog
Download the latest build from [here]
Addons ( if you don't have it already) from [here]
!Recommended! Full wipe, and manual format /system
Flash ROM and the addons you want, reboot
FAQ
Check out out FAQ before posting! Keeps more common questions answered in one place!
Help us out!
If you want to help us by translating slim to your language check out Crowdin.net and submite your translations.
Or consider a donation.
RESERVED
Reserved some more.
Sweet.. will flash this this morning.
Thanks for making the thread official!
Can we dirty flash this over the 1.9 weekly?
Sent from my HTC's darkside.
res0prw2 said:
Can we dirty flash this over the 1.9 weekly?
Sent from my HTC's darkside.
Click to expand...
Click to collapse
Should be fine, just try a clean flash if you hit any problems before reporting them
res0prw2 said:
Can we dirty flash this over the 1.9 weekly?
Sent from my HTC's darkside.
Click to expand...
Click to collapse
Dirty flash worked fine for me. Been using it since Flinny sent it my way yesterday and have had no issues. Am tempted to try a Sense build to compare speaker volume, but Slim Bean is my daily driver.
Someone want to test a AOSP kernel for me?
Does this support screen tap-to-wake or volume-to-wake?
yessir, it is in there, however it isn't tested, that's why i need testers!
buckmarble said:
Someone want to test a AOSP kernel for me?
Click to expand...
Click to collapse
I'm up for a new kernel test..
What have you developed for before?
here you go. http://www.projectelite.net/actngrezy/buck/gummy/m7/elite_m7-10_28_2013-3.zip
I can't seem to get root access, any ideas?
fatmando2 said:
I can't seem to get root access, any ideas?
Click to expand...
Click to collapse
Did you try turning root access on under Developers Settings?
Sent from my HTC's darkside.
fatmando2 said:
I can't seem to get root access, any ideas?
Click to expand...
Click to collapse
I had the same issue. Find a SU.zip file and put it in your phone's Download folder. Don't unzip it. That fixed it for me. Drove me nuts for a couple of days, though.
Flinny said:
Reserved some more.
Click to expand...
Click to collapse
Flinny, sorry to quote you here but I have that thread opened up in general before you posted here. Do you want me to rename that as a QnA thread? I know some developers dont like too much jibber jabber in the development threads.
if not im just going to close the other thread.
thanks for doing this, I love slimbean.
res0prw2 said:
Did you try turning root access on under Developers Settings?
Sent from my HTC's darkside.
Click to expand...
Click to collapse
Thanks that did the trick.
res0prw2 said:
Did you try turning root access on under Developers Settings?
Sent from my HTC's darkside.
Click to expand...
Click to collapse
This.
major_works said:
I had the same issue. Find a SU.zip file and put it in your phone's Download folder. Don't unzip it. That fixed it for me. Drove me nuts for a couple of days, though.
Click to expand...
Click to collapse
That won't do it for you. Dev Settings, Root for Apps/ADB
fatmando2 said:
I did that but it seems like it's automatically granting root to everything now.
Click to expand...
Click to collapse
Change the settings under this to prompt you.
To fix root just go to Chainfire's website and download the SuperSU .zip file and flash it in recovery. I think it fixes some issues that may currently exist between the integrated superuser in a lot of builds and our phones.
dbornack said:
That won't do it for you. Dev Settings, Root for Apps/ADB
Click to expand...
Click to collapse
Not to pick any kind of squabble, but this is exactly what did it for me. I wiped clean and installed Slim Bean over and over, being sure to click the root for apps/ADB button every time. No root access. I would restore CM, Vanir, stock, BoneStock, whatever, and I had root again. Wipe, flash Slim Bean... no root, no matter what, until I put an SU.zip in the downloads folder without extracting it. Then bang, I had root. I don't know why it worked, but I do know it worked, when nothing else I tried did.
That's my story and I'm sticking to it.

Official Stuff (media, website, forum, profiles etc)

There's already a lot of Facebook pages, Twitter profiles and even websites claiming to be LineageOS.
Pretty please, put info about your oficial social media, reddit, github, forum or anything else somewhere here on XDA and your website (lineageos.org, is it even the official one?). That way people will be a little cautious before downloading wrong or malicious files.
If there are any info about that here already, sorry, but I couldn't find it.
http://lineageos.org is the official website, at the bottom of the page you can find the other officials.
Potato997 said:
http://lineageos.org is the official website, at the bottom of the page you can find the other officials.
Click to expand...
Click to collapse
Thanks!
The suggestion to put those info on this forum's description is still up anyway.
Potato997 said:
http://lineageos.org is the official website, at the bottom of the page you can find the other officials.
Click to expand...
Click to collapse
not to open a new thread I will ask here where to download it ? couldn't find any link on that site (my phone is xiaomi redmi 2 )
batman1950 said:
not to open a new thread I will ask here where to download it ? couldn't find any link on that site (my phone is xiaomi redmi 2 )
Click to expand...
Click to collapse
There's still no download, the site and the project are still working. You can check the status section on the site to see the current status.
https://download.lineageos.org well isn't that just lovely. Almost everything is back up https://status.lineageos.org
Link_of_Hyrule said:
https://download.lineageos.org well isn't that just lovely. Almost everything is back up https://status.lineageos.org
Click to expand...
Click to collapse
What about Jenkins? At the moment I can open https://jenkins.lineageos.org/ but I have no access rights
Mittaa said:
What about Jenkins? At the moment I can open https://jenkins.lineageos.org/ but I have no access rights
Click to expand...
Click to collapse
Yeah, I don't either but I'm pretty sure they won't have that running until very last since it requires working build servers. I'm actually kind of surprised the wiki isn't up and running. I mean how hard is it to get wiki running on a server? I just mean compared to What's already running like gerrit and such.
Edit: Looks like we're getting closer. Weekly builds instead of nightlies which is fine. Also they updated the download page to have a slide out menu on mobile now. https://review.lineageos.org/#/c/155809/
Link_of_Hyrule said:
Yeah, I don't either but I'm pretty sure they won't have that running until very last since it requires working build servers. I'm actually kind of surprised the wiki isn't up and running. I mean how hard is it to get wiki running on a server? I just mean compared to What's already running like gerrit and such.
Edit: Looks like we're getting closer. Weekly builds instead of nightlies which is fine. Also they updated the download page to have a slide out menu on mobile now. https://review.lineageos.org/#/c/155809/
Click to expand...
Click to collapse
I prefer Weekly update over nightly .i hope we get official release in this week
Sent from my Redmi Note 3 using XDA-Developers Legacy app

Question Can someone build CorvusOS for the OnePlus 9 Pro?

[Mod Edit] See release thread here: [ROM] [Google Applications] CorvusOS
Hello! I would love to try out CorvusOS for the OnePlus 9 Pro, but I cannot get the GSI variant to work properly. So I was wondering if someone who knew how to build ROMs can build CorvusOS for the OnePlus 9 Pro. If someone can, that would be awesome! I would do it myself, but I really don't know how. I would love to see this ROM come to the OnePlus 9 Pro.
Thank you!
Red Prez
Corvus-ROM - Overview
GitHub is where Corvus-ROM builds software.
github.com
"Corvus-ROM doesn't have any public repositories yet."
Probably not. Strictly speaking XDA probably wouldn't allow posts for it if they're not making their source public either.
djsubterrain said:
Corvus-ROM - Overview
GitHub is where Corvus-ROM builds software.
github.com
"Corvus-ROM doesn't have any public repositories yet."
Probably not. Strictly speaking XDA probably wouldn't allow posts for it if they're not making their source public either.
Click to expand...
Click to collapse
That's a shame honestly. As I was just about to build it myself (Following a guide of course.). Do you have a GitHub link for the OnePlus 9 Pro Device Tree? I would love to learn how to build custom ROMs.
djsubterrain said:
Corvus-ROM - Overview
GitHub is where Corvus-ROM builds software.
github.com
"Corvus-ROM doesn't have any public repositories yet."
Probably not. Strictly speaking XDA probably wouldn't allow posts for it if they're not making their source public either.
Click to expand...
Click to collapse
Wait. They do have source code! It's available at https://github.com/Corvus-R/android_manifest
NEVER MIND! I DID IT MYSELF!
Red Prez16 said:
NEVER MIND! I DID IT MYSELF!
Click to expand...
Click to collapse
where is the download link?
Mar-cel said:
where is the download link?
Click to expand...
Click to collapse
Thread was locked, can't make one without a valid build to download. Some people make threads in preparation but you have to have a working build. There wasn't one.
djsubterrain said:
Thread was locked, can't make one without a valid build to download. Some people make threads in preparation but you have to have a working build. There wasn't one.
Click to expand...
Click to collapse
I made one now. Just make a new thread again?
Red Prez16 said:
I made one now. Just make a new thread again?
Click to expand...
Click to collapse
Nah, Message @Timmmmaaahh! He can re-open it
Might ask for link/proof of working rom. Have you flashed it yourself and made sure it's not gonna destroy phones?
djsubterrain said:
Nah, Message @Timmmmaaahh! He can re-open it
Might ask for link/proof of working rom. Have you flashed it yourself and made sure it's not gonna destroy phones?
Click to expand...
Click to collapse
I did. It's not going to destroy them. LOL!
Hey @Red Prez16 and @djsubterrain
Thank you for your concerns and support. I've now unlocked the original thread and removed the duplicate made 20 minutes ago. I did move the format of the new one to the old one prior to removal so nothing got lost. Please don't make duplicates if we don't respond quickly, it gets messy that way. We try our best
I guess this thread can be locked now?
Timmmmaaahh! said:
Hey @Red Prez16 and @djsubterrain
Thank you for your concerns and support. I've now unlocked the original thread and removed the duplicate made 20 minutes ago. I did move the format of the new one to the old one prior to removal so nothing got lost. Please don't make duplicates if we don't respond quickly, it gets messy that way. We try our best
I guess this thread can be locked now?
Click to expand...
Click to collapse
Yeah, you can lock this one if you want to.
Red Prez16 said:
Yeah, you can lock this one if you want to.
Click to expand...
Click to collapse
Excellent! [Locked] The party's over here, folks: [ROM] [Google Applications] CorvusOS

Categories

Resources