DeprecatedPortingToAndroid10 » History » Version 36
Denis 'GNUtoo' Carikli, 01/30/2019 11:18 PM
| 1 | 1 | Denis 'GNUtoo' Carikli | h1. Porting Replicant to Android 9 |
|---|---|---|---|
| 2 | |||
| 3 | 34 | Denis 'GNUtoo' Carikli | h2. Replicant 9 work in progress |
| 4 | |||
| 5 | *Repository*: git://git.putti.eu/aosp/manifest_i9305.git |
||
| 6 | 35 | Denis 'GNUtoo' Carikli | *Clone command*: repo init -u git://git.putti.eu/aosp/manifest_i9305.git -b master |
| 7 | 34 | Denis 'GNUtoo' Carikli | *Status[1]*: The Galaxy SIII 4G (i9305) boots (with graphics hacks) under AOSP9, without having to import nonfree libraries. Not much has been validated beside that. |
| 8 | |||
| 9 | 36 | Denis 'GNUtoo' Carikli | TODO: |
| 10 | * <s>Boot a device under AOSP9</s> |
||
| 11 | * Find and remove proprietary software if there is any shipped or downloaded with the source code |
||
| 12 | * Port Replicant 6 changes |
||
| 13 | * Port libsamsung-ipc and libsamsung-ril |
||
| 14 | * Port the sensors libraries and other device specific libraries |
||
| 15 | * Rebrand LineageOS as Replicant |
||
| 16 | * Make sure that Replicant can be built on a GNU/Linux distribution that follows the Free Software Distributions Guidelines |
||
| 17 | * Reduce the attack surface |
||
| 18 | * Add support for smartphones that were supported in Replicant 4.2 and 6.0 if they meet the [[HardwareRequirements]] |
||
| 19 | |||
| 20 | 34 | Denis 'GNUtoo' Carikli | fn1. at the time of writing |
| 21 | |||
| 22 | h2. Replicant 6.0 changes |
||
| 23 | |||
| 24 | 2 | Denis 'GNUtoo' Carikli | |_. Repository path |_. rebase worked |_. Changes | |
| 25 | 4 | Denis 'GNUtoo' Carikli | | build | No | | |
| 26 | 22 | Denis 'GNUtoo' Carikli | | manifest | No | N/A | |
| 27 | 1 | Denis 'GNUtoo' Carikli | | bootable/recovery | Yes | * UI changes to improve usability |
| 28 | 32 | Denis 'GNUtoo' Carikli | * Branding |
| 29 | 5 | Denis 'GNUtoo' Carikli | * Small fix(es) | |
| 30 | 31 | Denis 'GNUtoo' Carikli | | external/boringssl | Yes | * Small fix(es) | |
| 31 | 4 | Denis 'GNUtoo' Carikli | | external/heimdall | No | | |
| 32 | | frameworks/av | Yes | * Software rendering fix(es) | |
||
| 33 | | frameworks/base | Yes | * WiFi fixe(s) for external dongles |
||
| 34 | * Software rendering fix(es) |
||
| 35 | * Privacy fix(es) |
||
| 36 | * Security improvements |
||
| 37 | 1 | Denis 'GNUtoo' Carikli | * Usability improvements | |
| 38 | 5 | Denis 'GNUtoo' Carikli | | frameworks/native | No | |
| 39 | | hardware/broadcom/wlan | Yes | * Remove nonfree software | |
||
| 40 | | hardware/libhardware | Yes | * Software rendering fix(es) | |
||
| 41 | 10 | Denis 'GNUtoo' Carikli | | hardware/libhardware_legacy | Yes | * Don't depend on nonfree software | |
| 42 | 5 | Denis 'GNUtoo' Carikli | | hardware/ti/omap4 | Yes | * Remove nonfree software |
| 43 | * Don't depend on nonfree software |
||
| 44 | 33 | Denis 'GNUtoo' Carikli | * Small fix(es) | |
| 45 | | libcore | Yes | * Small fix(es) | |
||
| 46 | 6 | Denis 'GNUtoo' Carikli | | packages/apps/Browser | Yes | * Privacy fix(es) |
| 47 | 8 | Denis 'GNUtoo' Carikli | * Branding |
| 48 | 33 | Denis 'GNUtoo' Carikli | * Small fix(es) | |
| 49 | 7 | Denis 'GNUtoo' Carikli | | packages/apps/LegacyCamera | Yes | * Software rendering fix(es) |
| 50 | 33 | Denis 'GNUtoo' Carikli | * Small fix(es) | |
| 51 | 22 | Denis 'GNUtoo' Carikli | | packages/apps/RepWifi | Not upstreamed, obsolete | N/A | |
| 52 | | packages/apps/ReplicantWallpapers | Not upstreamed | * Branding | |
||
| 53 | 11 | Denis 'GNUtoo' Carikli | | packages/apps/Settings | No | | |
| 54 | | packages/apps/SetupWizard | Yes | * Privacy fix(es) |
||
| 55 | * Don't depend on nonfree software |
||
| 56 | * Branding | |
||
| 57 | 12 | Denis 'GNUtoo' Carikli | | packages/apps/ThemeChooser | Yes | * Privacy fix(es) ? |
| 58 | * Don't depend on nonfree software ? | |
||
| 59 | 33 | Denis 'GNUtoo' Carikli | | packages/providers/ContactsProvider | Yes | * Small fix(es) | |
| 60 | 13 | Denis 'GNUtoo' Carikli | | system/core | Yes | * Branding |
| 61 | * various fixes | |
||
| 62 | | vendor/replicant | No | | |
||
| 63 | | vendor/cmsdk | Yes | * Branding | |
||
| 64 | 14 | Denis 'GNUtoo' Carikli | | external/chromium-webview | ? | ? | |
| 65 | | external/drm_gralloc | Yes | * Software rendering fix(es) | |
||
| 66 | | external/llvm | Yes | * Software rendering fix(es) | |
||
| 67 | | external/mesa3d | Yes | * Software rendering fix(es) |
||
| 68 | * Performance debugging for software rendering | |
||
| 69 | 33 | Denis 'GNUtoo' Carikli | | external/parameter-framework | Yes | * Small fix(es) | |
| 70 | 14 | Denis 'GNUtoo' Carikli | | external/protobuf | N/A | No changes | |
| 71 | | prebuilts/ndk | ? | ? | |
||
| 72 | | prebuilts/sdk | ? | ? | |
||
| 73 | 33 | Denis 'GNUtoo' Carikli | | sdk | Yes | * Small fix(es) | |
| 74 | | toolchain/src/binutils | Yes | * Small fix(es) | |
||
| 75 | 14 | Denis 'GNUtoo' Carikli | | toolchain/src/gcc | No | | |
| 76 | 33 | Denis 'GNUtoo' Carikli | | toolchain/src/jack | Yes | * Small fix(es) | |
| 77 | | toolchain/src/jill | Yes | * Small fix(es) | |
||
| 78 | 22 | Denis 'GNUtoo' Carikli | | kernel/samsung/smdk4412 |/3. Yes |/3. * Security fixes |
| 79 | 1 | Denis 'GNUtoo' Carikli | * Privacy Fixes (TrustZone) |
| 80 | * Don't depend on nonfree software |
||
| 81 | 20 | Denis 'GNUtoo' Carikli | * Remove nonfree software |
| 82 | 33 | Denis 'GNUtoo' Carikli | * Small fix(es) | |
| 83 | 22 | Denis 'GNUtoo' Carikli | | kernel/samsung/tuna | |
| 84 | | kernel/samsung/espresso10 | |
||
| 85 | 28 | Denis 'GNUtoo' Carikli | | device/samsung/i9100 | No |/14. * Replace nonfree software by free software |
| 86 | * free software sensors implementation(s) |
||
| 87 | * free software modem audio implementation(s) |
||
| 88 | 25 | Denis 'GNUtoo' Carikli | * Software rendering fix(es) |
| 89 | 29 | Denis 'GNUtoo' Carikli | * Privacy Fixes (TrustZone) |
| 90 | * Don't depend on nonfree software |
||
| 91 | * Remove nonfree software |
||
| 92 | 1 | Denis 'GNUtoo' Carikli | * Branding |
| 93 | 33 | Denis 'GNUtoo' Carikli | * Small fix(es) | |
| 94 | 1 | Denis 'GNUtoo' Carikli | | device/samsung/n7000 | Yes | |
| 95 | | device/samsung/i9300 | No | |
||
| 96 | | device/samsung/i9305 | No | |
||
| 97 | | device/samsung/n7100 | Yes | |
||
| 98 | 29 | Denis 'GNUtoo' Carikli | | device/samsung/n5100 | Yes | |
| 99 | | device/samsung/n5110 | Yes | |
||
| 100 | | device/samsung/maguro | Yes | |
||
| 101 | | device/samsung/tuna | Yes | |
||
| 102 | 30 | Denis 'GNUtoo' Carikli | | device/samsung/espressowifi | Yes | |
| 103 | | device/samsung/espresso3g | Yes | |
||
| 104 | | device/samsung/galaxys2-common | Yes | |
||
| 105 | | device/samsung/smdk4412-common | No | |
||
| 106 | | device/samsung/kona-common | Yes | |
||
| 107 | 22 | Denis 'GNUtoo' Carikli | | hardware/ril/samsung-ril | Not upstreamed | N/A | |
| 108 | | external/libsamsung-ipc | Not upstreamed | N/A | |
||
| 109 | 23 | Denis 'GNUtoo' Carikli | | hardware/tinyalsa-audio | Not upstreamed? | N/A | |