OnePlusOSS/android

SSH to HTTPS for OnePlus 6 please..!

Closed this issue · 12 comments

Please change SSH to HTTPS for oneplus 6. It gives private key error and sadly I coudn't fix it.

Please read the README

Couldn't understand ho to solve that issue. README has nothing related to that

It has everything you need. Read it

Make sure you're reading the README of the correct branch

ANNOUNCEMENT
When we launched the OnePlus 3, we started a very interesting tradition, Zero Day sources for our devices. Since then, every device has launched with them.

With the project treble in place, we think the AOSP(Qualcomm) device tree is not as useful or important as it used to be,

based on conversations we had with our dev community and the fact that we have only made few changes on AOSP(Qualcomm BSP) device tree, we will not be releasing AOSP device trees for future devices, the community can get the baseline from our device and get the source code from Qualcomm.

We always have had a great community of developers working on our devices, and we will continue providing support to our dev community, you can always get in touch with our team on GitHub

The kernel device-tree will be made available on GitHub and our Dev community working on one plus devices will have access on day one of the releases of the new devices.

Downloading the Source
Repo sync all code with default.xml
repo init -u git://github.com/OnePlusOSS/android.git -b oneplus6/9.0.0
repo sync
Root your device
Pull all files from vendor partition
After all files pulled, copy these files to vendor/oneplus/vendor.

This has no information about syncing through ssh in which i'm facing issue now

It says right there that you can go to Qualcomm to get the source

It should be little more detailed, how to get it from Qualcomm.

Sync the correct tag for your device
Sync the kernel source
Then build

<remote fetch="ssh://jyg@grease-china.qualcomm.com:29418/" name="grease" review="grease-china.qualcomm.com"/> is unavailable, it gives an error on platform/vendor/qcom-proprietary/telephony-fwk

@anupritaisno1 it sounds like what you are trying to say is that the caf remote should look something like:

<remote fetch="https://source.codeaurora.org/quic/la/" name="caf" review="codeaurora.org"/> <default remote="caf" revision="refs/heads/LA.UM.7.3.r1"/>

and all of the grease remote projects are unnecessary?
Is that accurate?