Getting Started

From Maemo Leste Wiki
Revision as of 18:57, 5 April 2021 by Clort (talk | contribs) (added some info for copying / installing image to microsd)
Jump to navigationJump to search

Installation to SD Card

After updating device firmware with included script (eg. flash-droid-4-fw.sh):

Download an image appropriate for your device from [1]

Insert a microsd card into your computer and find the device with cat /proc/partitions

Decompress and write the image to your microsd card device:

xzcat maemo-leste-VERSION.img.xz | sudo dd status=progress bs=1M of=/dev/MICROSDCARD-DEVICE

(SSH) Login

User credentials are: user:user

Root credentials are: root:toor

You should prefer logging in as user and then escalating to root with sudo as necessary.

In images newer than 17 January 2021, root SSH is disabled by default.

Useful Bits

  • Default lockcode is "12345"
  • Lockcode can only be changed if your hardware has CAL. QEMU does not have CAL. Droid 4 also not.

More RAM

You can install zram-tools from the repo, and edit /etc/default/zramswap as necessary. It's probably convenient to set allocation to 1024. hildon-base (and it's hildon-env-setup initscript) are aware if zramswap in installed and will activate zram. If you have an image older than 17 January 2021, you should remove the existing zram initscript and install zram-tools to utilize this functionality.

Remove it with:

rc-update del zram
rm /etc/init.d/zram

Tweaking

See Tweaking