Giter VIP home page Giter VIP logo

docs's Introduction

Build docs

Install and build:

$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ make html

Afterwards open _build/html/index.html in your browser.

docs's People

Contributors

110101011 avatar abhishek-mudgal avatar abkro avatar bhush9 avatar delijati avatar demokrit011 avatar doniks avatar echosalik avatar flohack74 avatar herrie82 avatar ix5 avatar jbruechert avatar jonnius avatar konradybcio avatar lyuu17 avatar mariogrip avatar nift4 avatar peat-psuwit avatar raphj avatar reivilibre avatar romulasry avatar sanathusk avatar scriptsqd avatar stefanthaler avatar techwizz-somboo avatar theimpulson avatar tsimonq2 avatar universalsuperbox avatar vanyasem avatar z3ntu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs's Issues

Missing libssl-dev dependency missing

So I ran into this trying to port halium to the OnePlus 5, but libssl-dev is required to build hybris-boot and doesn't seem to be listed as a required build library. It might not hurt to have it added. HTML is not a language I know at all, so I wouldn't be the one to fix that.

[Fix]Possible telnet interface issue

Hey, I have a samsung device....
I built hybris-boot, but i stucked at samsung logo screen, so I tried to use telnet debugging in init script.
After a week of trying, I found that the issue was the mac address.
This issue happens when the output of $ ip addr is something like:

6: enp0s29u1u3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff

(I pasted only my rndis interface)
As you can see, there is "link/ether 00:00:00:00:00:00" in the second line. (the "brd ff:ff:ff:ff:ff:ff" is useless for us). This means that there is no MAC address assigned to the interface, and if I try to bring it up with $ ip link set MyInterface up , I'll get:

RTNETLINK answers: Cannot assign requested address

To get rid of this error, you just have to assign a MAC address with:

$ ip link set interface address 02:01:02:03:04:08

Change "interface" with your RNDIS interface name.
Also 02:01:02:03:04:08 is just an example. You can set whetever MAC you want, it just need to be a "valid" mac. Otherwise the one in the example will work, so, there's no need to change it.

After assigned the MAC address you can bring the interface up with:

ip link set interface up

Still change "interface" with your RNDIS interface name

Error when syncing source

When trying to sync to the repo I get this error....

Traceback (most recent call last):
File "/home/aaron/halium/.repo/repo/main.py", line 56, in
from subcmds.version import Version
File "/home/aaron/halium/.repo/repo/subcmds/init.py", line 38, in
['%s' % name])
File "/home/aaron/halium/.repo/repo/subcmds/upload.py", line 27, in
from hooks import RepoHook
File "/home/aaron/halium/.repo/repo/hooks.py", line 472
file=sys.stderr)
^
SyntaxError: invalid syntax

I am trying to build for a Samsung tab 4.7.0 (degaswifi) any help would be appreciated.

internet access from rootfs via usb

It would help me if someone could document how I can connect to the internet from the device.

In the porting guide we have described how to setup local networking between your development machine and the device via usb. I can ping both ways but I can't figure out how to connect to the internet.

Better jekyll theme

the jekyll theme isn't really optimal for our document. There should be an overview table (however it's called what wikipedia has too) and the main view should be wider. maybe we can find a nicer theme for these things

Document the FAQ

There are too many questions, and we need to document them on website and docs.

documentation about vendor blobs vague

On the Get sources page of the build docs, I wasn't sure about where to put vendor blobs.

for example is it
project_root/vendor/handset
or
project_root/vendor/manufacturer/handset

document how to keep sources up to date

Sooner or later one has to update the source tree to get upstream changes.

Everytime I embark about it it becomes a mess. Could some repo/git wizzard please document how to do this properly?

I try usually start with repo sync then I cycle between repo sync --force-sync something/or/another after guessing on some cryptic repo errors. I repeat this until I can't find any cryptic errors anymore. Just now, I did it and it took a good dozen times.

If I have any local work in progress code changes which I am not ready to publish to a public branch it gets a lot more complicated even. Then I get errors like error: Cannot remove project "some/project": uncommitted changes are present. Now starts a fun process of making backups by copying files with local modifications around, or creating other git branches, then deleting changes, until repo sync passes, then even more fun of trying to get my work in progress changes back.

There has to be a sane way to do this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.