https://github.com/chellinki/samsung-exynos9825
Ubuntu Touch for Samsung Galaxy Note10+ Exynos (d2s)
https://github.com/chellinki/samsung-exynos9825
Last synced: about 1 year ago
JSON representation
Ubuntu Touch for Samsung Galaxy Note10+ Exynos (d2s)
- Host: GitHub
- URL: https://github.com/chellinki/samsung-exynos9825
- Owner: chellinki
- Created: 2022-09-01T05:22:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T16:27:26.000Z (over 3 years ago)
- Last Synced: 2025-02-06T11:32:47.799Z (over 1 year ago)
- Language: Shell
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubuntu Touch for Samsung Galaxy Note10+ Exynos (d2s)
# Building Steps
To build by hand, run these commands;
```
./build.sh -b bd # bd is the name of the build directory
./build/prepare-fake-ota.sh out/device_samsung-d2s.tar.xz ota
./build/system-image-from-ota.sh ota/ubuntu_command out
```
# Installation
To install, follow these steps;
- Get the vendor image for your device
- Wipe data and system
- Flash boot.img onto boot
```
fastboot flash boot out/boot.img
```
- Flash system.img onto system
```
fastboot flash system out/system.img
```
- Flash vendor image onto vendor
```
fastboot flash vendor vendor.img
```
- Enable ADB & Mount data partition
```
adb shell mount /data
```
- Copy ubuntu.img to /data
```
adb push ubuntu.img /data/
```
- Reboot the System