Skip to content

Commit e349eb2

Browse files
doniksbhush9
authored andcommitted
initial plasma mobile instructions (#104)
* initial plasma mobile instructions * CAF
1 parent c7d06cc commit e349eb2

File tree

3 files changed

+38
-6
lines changed

3 files changed

+38
-6
lines changed

README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ Install and build::
77
$ source env/bin/activate
88
$ pip install -r requirements.txt
99
$ make html
10+
11+
Afterwards open `_build/html/index.html` in your browser.

porting/install-build/index.rst

+3-6
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ At this point, you've set up your build device, downloaded all of the sources fo
77
Fully halium-integrated distributions
88
-------------------------------------
99

10-
You may choose any of the following distributions to install with the scripts and sources provided by Halium. We recommend you start with the reference rootfs for testing.
10+
You may choose any of the following distributions to install with the scripts and sources provided by Halium. We recommend you start with the Halium reference rootfs for testing.
1111

1212
.. toctree::
1313
:maxdepth: 1
14-
15-
reference-rootfs
16-
17-
.. todo::
18-
Add instructions for installing Plasma Mobile
1914

15+
reference-rootfs
16+
plasma-mobile
2017

2118
Halium-modified distributions
2219
-----------------------------
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
Plasma mobile
3+
=============
4+
5+
In order to install `Plasma mobile <https://www.plasma-mobile.org>`_ you perform basically the same steps as for the :doc:`reference-rootfs`. This section only highlights the relevant differences.
6+
7+
Install rootfs and system.img
8+
-----------------------------
9+
10+
Use the plasma mobile rootfs. Download the latest version from here: `<https://images.plasma-mobile.org/rootfs/>`_.
11+
12+
If you have a "CAF" device (Code Aurora Forum), then you must use the rootfs from here: `<https://images.plasma-mobile.org/caf-rootfs/>`_. Generally speaking, if it is a Qualcomm device and it is not a Nexus, then it is CAF.
13+
14+
15+
Debugging
16+
---------
17+
18+
Instead of connecting with `root` you use `phablet`::
19+
20+
21+
22+
.. todo::
23+
Make sure phablet password is set either by using chroot from recovery or halium-install from `JBBgameich <https://github.com/JBBgameich/halium-install>`_.
24+
25+
For general debugging tips refer back to reference rootfs instructions. Some plasma mobile specific tips are below.
26+
27+
.. todo::
28+
Document PM specific debug instructions. Some lose notes copied from irc log:
29+
30+
* run test_XYZ with sudo
31+
* pgrep kwin_wayland
32+
* journalctl | grep simplelogin
33+

0 commit comments

Comments
 (0)