-
Notifications
You must be signed in to change notification settings - Fork 7
/
roms_tuna_slim.html
85 lines (79 loc) · 3.85 KB
/
roms_tuna_slim.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
layout: blank
title: SlimRoms for Samsung Galaxy Nexus
---
<div class="jumbotron">
<div class="container">
<img src="./assets/img/slimroms.png" class="img-fluid heading" />
<br />
<p>
<a href="http://review.slimroms.org">SlimRoms Gerrit Codereview</a> |
<a href="http://review.slimroms.org/#/q/status:merged">Merged changes</a>
</p>
<p>
<a href="http://slimroms.org">SlimRoms official Hompage</a>
</p>
<p>On SlimRoms i use all latest improvements applied on Unlegacy-Android.</p>
<ul>
<li>all carveouts reserved for Ducati (the multimedia subsystem of OMAP4, responsible for hardware-accelerated video decoding, encoding and camera functionality) have been switched over to CMA</li>
</ul>
<ul>
<p>A few words for those who see CMA for the first time:</p>
<ul>
<p><i>
"The Contiguous Memory Allocator (CMA) makes it possible for device drivers to allocate big contiguous chunks of memory after the system has booted.<br />
The main difference from the similar frameworks is the fact that CMA allows to transparently reuse memory region reserved for the big chunk allocation as a system memory, so no memory is wasted when no big chunk is allocated.<br />
Once the alloc request is issued, the framework will migrate system pages to create a required big chunk of physically contiguous memory."</i></p>
</ul>
<p>This means that a total of 996 MB physical memory is available to the system, while keeping Ducati fully working - this is a huge step forward, coming from the 694 MB available in the last factory image released by Google (Android 4.3).<br />
While CMA was just recently implemented for this device, thanks to one of our developers (let's just call him Luden), it's quite stable: even under heavy memory pressure, the system manages to free up the required memory in order to start up Ducati and launch the requested multimedia functionality in a few seconds at most.
</p>
</ul>
</div>
</div>
<div class="alert alert-primary">
<div class="container">
<div class="alert-icon">
<i class="material-icons">warning</i>
</div>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true"><i class="material-icons">clear</i></span>
</button>
<b>PLEASE NOTE:</b>
Patches for Android 4.4.4 and 6.0.1 are not provided by ASB (Android Security Bulletin) anymore.
This means: security wise Android 4.4.4 and 6.0.1 are formally dead.
Nevertheless there are a few enthusiasts, still backporting security patches from recent Android versions.
You should know, such backports are no formal ASB security patches.
Therefore the security patch level of this ROM is named as "Unofficial Security Backport".
</div>
</div>
<div class="container">
<div class="card">
<div class="card-heading">
<h3>Slim6</h3>
</div>
<div class="card-content-1">
<p><b>Unofficial unified builds (security updates):</b><br /></p>
<ul>
<li><a href="https://www.androidfilehost.com/?w=files&flid=161910&sort_by=date&sort_dir=DESC">Slim6 for tuna (Unified - maguro, toro & toroplus)</a></li>
</ul>
<p>For Questions and Feedback please use the Rom Threads on XDA:<br />
<a href="https://forum.xda-developers.com/galaxy-nexus/development/rom-slim6-t3573672">Slim6 (Unified - maguro, toro & toroplus)</a>
</p>
</div>
</div>
<div class="card">
<div class="card-heading">
<h3>Slim7</h3>
</div>
<div class="card-content-1">
<p><b>Unofficial unified builds:</b><br /></p>
<ul>
<li><a href="https://www.androidfilehost.com/?w=files&flid=175761&sort_by=date&sort_dir=DESC">Slim7 for tuna (Unified - maguro, toro & toroplus)</a></li>
</ul>
<p>For Questions and Feedback please use the Rom Threads on XDA:<br />
<a href="https://forum.xda-developers.com/galaxy-nexus/development/rom-slim7-t3598242">Slim7 (Unified - maguro, toro & toroplus)</a>
</p>
</div>
</div>
</div>