Reply
Thread Tools
edp17's Avatar
Posts: 592 | Thanked: 706 times | Joined on Jul 2019 @ UK
#541
Originally Posted by mautz View Post
Sorry, eveything is still there. Did you try repo with the --no-repo-verify option?
Hi Mautz, I have re-tried today with this --no-repo-verify option.
The result is the same:

Code:
repo --no-repo-verify init -u git://github.com/mer-hybris/android.git -b hybris-12.1
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get https://gerrit.googlesource.com/git-repo

object b466854bed4348a210fec5870023c1a44cd830b5
type commit
tag v1.13.7.1
tagger Mike Frysinger <vapier@google.com> 1571759652 -0400

repo 1.13.7.1

gpg: Signature made Tue Oct 22 15:54:12 2019 UTC
gpg:                using DSA key 16530D5E920F5C65
gpg: Can't check signature: public key not found


fatal: cloning the git-repo repository failed, will remove '.repo/repo'


I am very
How can you build the new versions for Nexus 5? Thank you.
 
Posts: 635 | Thanked: 1,535 times | Joined on Feb 2014 @ Germany
#542
@edp17

Best idea would be to ask the sailfish-porters people on IRC.
Channel is #sailfishos-porters on Freenode
 

The Following 3 Users Say Thank You to mautz For This Useful Post:
edp17's Avatar
Posts: 592 | Thanked: 706 times | Joined on Jul 2019 @ UK
#543
Originally Posted by mautz View Post
@edp17

Best idea would be to ask the sailfish-porters people on IRC.
Channel is #sailfishos-porters on Freenode
Thank you. I have tried to ask my questions there many times but I always get a 'Cannot send to nick/channel' error. Obviously I am too rookie for this.
 

The Following User Says Thank You to edp17 For This Useful Post:
edp17's Avatar
Posts: 592 | Thanked: 706 times | Joined on Jul 2019 @ UK
#544
Originally Posted by mautz View Post
@edp17

Best idea would be to ask the sailfish-porters people on IRC.
Channel is #sailfishos-porters on Freenode
Last night I have solved the repo init problem!
I put my solution here if it helps anybody.
I have found a hadk-faq useful hints website where it advised: if the 'repo init' fails because of gpg, use the
Code:
git config --global gpg.program gpg2
Well, unfortunately it didn't help either but then I realized that if I was outside of the PlatformSDK/ubuntu chroot, I was able to run the repo init.

Then, before the 'repo sync --fetch-submodules' command within the .repo folder I manually needed to create the manifest.xml symlink to point to the proper file, but after this, finally, the android source has safely downloaded.

At the end I ran out of space on my /. (My /home was part of the / partition and the downloaded sailfish + android source eat up lot more space than I expected.) So needed to resize another partition, create a new one and mount that as my /home. Plus needed to copy everything from my old /home into the new one.
Now it is ready for the next step 'Configure Mountpoint Information'
I know it is still a long way to go but now at least have got all sources I need.

Edit: I forgot to mention that I needed to install the gpg2 on the host (sudo apt-get install gnupg2) because that was needed for the 'git config --global gpg.program gpg2' command.

Last edited by edp17; 2019-11-01 at 10:34. Reason: some extra info
 
Posts: 26 | Thanked: 60 times | Joined on Nov 2018 @ Seoul Korea
#545
Originally Posted by mautz View Post
Has anyone updated? Until now there is no new SDK out so no i am not able to make a new build. Maybe it is not necessary? I have to search for my N5 again to try the update myself

The 3.2.0.12 upgrade news for mautz.

I have upgraded the SFOS version of my Nexus 5 from 3.1.0.12 to 3.2.0.12.
All apps that I installed and system are well operating.
I used the repos of the your 25 Oct and the devel of nemo repo on 31 Oct as following.
" adaptation-community-common-hammerhead http://repo.merproject.org/obs/nemo:...atest_armv7hl/ "
I think that the your libhybris works on 25 Oct 2019 was very good.
Thanks mautz once more.

Attached Images
 

Last edited by runwithcow; 2019-11-04 at 09:10.
 

The Following 3 Users Say Thank You to runwithcow For This Useful Post:
Posts: 803 | Thanked: 1,585 times | Joined on Aug 2014
#546
Originally Posted by runwithcow View Post
The 3.2.0.12 upgrade news for mautz.

I have upgraded the SFOS version of my Nexus 5 from 3.1.0.12 to 3.2.0.12.
Thanks for the "how-to" and giving me the confidence to try this:
Attached Images
 
 

The Following 3 Users Say Thank You to aspergerguy For This Useful Post:
edp17's Avatar
Posts: 592 | Thanked: 706 times | Joined on Jul 2019 @ UK
#547
Originally Posted by mautz View Post
Has anyone updated? Until now there is no new SDK out so no i am not able to make a new build. Maybe it is not necessary? I have to search for my N5 again to try the update myself
I have just upgraded to 3.1.0.12. Thank you for your work!
 

The Following User Says Thank You to edp17 For This Useful Post:
Posts: 635 | Thanked: 1,535 times | Joined on Feb 2014 @ Germany
#548
@edp17

Any news on your port?
 
edp17's Avatar
Posts: 592 | Thanked: 706 times | Joined on Jul 2019 @ UK
#549
Originally Posted by mautz View Post
@edp17

Any news on your port?
Thanks for asking. Not yet. Seemingly not the entire android source was downloaded. Now I have trouble with downloading the android kernel. The 'repo sync --fetch-submodules' returns with an error saying cannot find the kernel in the given location.

I have checked the 'CyanogenMod/android_kernel_lge_hammerhead' repo on github and realized there is no 'stable/cm-12.1' branch.
However there are 'cm-12.1', 'cm-12.1caf', 'stable/cm-12.1-YOG4P' and 'stable/cm-12.1-YOG7D'.
I have tried each of the latter two in my local_manifest/hammerhead.xml but the same error.

I think my 'local_manifest/hammerhead.xml' file is not correct.

As there is no 'hammerhead.xml' in the 'hybris-12.1' branch on the https://github.com/mer-hybris/local_manifests repo.
Therefore I tried to mock up one using the 'bacon.xml' from there. (I know bacon is a different device but I used that as an example.)

So far, no luck. Therefore I wanted to contact you to ask your 'local_manifest/hammerhead.xml' file.

Plus I still cannot post any questions on #sailfishos-porters channel in the webirc. Annoying because probably somebody already has helped me with these problems.
I am using the website, not a client. I much appreciated if you could let me know the command for posting a question there.

This is where I am now.
 
Posts: 635 | Thanked: 1,535 times | Joined on Feb 2014 @ Germany
#550
@edp17

Mayba you could fork the old kernel and source used by the RealJohnGalt for his cm12.1 port.

Kernel would be here: https://github.com/RealJohnGalt/andr...lge_hammerhead

I think you need to register your nick to ask questions on irc.
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:02.