1/2
SSD Boost screenshot 0
SSD Boost screenshot 1
SSD Boost Icon

SSD Boost

Andrea Pucci
Trustable Ranking IconAffidabile
1K+Download
2.5MBDimensione
Android Version Icon4.0.1 - 4.0.2+
Versione Android
1.0.8.2(21-02-2020)Ultima versione
4.7
(3 Recensioni)
Age ratingPEGI-3
Come effettuare l'installazione
1
Scarica e apri il file di installazione
2
Unblock AptoideAptoide is a safe app! Just tap on More details and then on Install anyway.
3
Completa l'installazione e apri Aptoide
app-card-icon
InformazioniRecensioniVersioniInformazioni
1/2

Descrizione di SSD Boost

**IT NEEDS ROOT**


This is a work in progress project which has the goal to speed performance and extend endurance of smartphone internal flash memory.


Smartphone internal storage uses solid state technology SSD/emmc. Counterpart to lower access time, and less latency of SSD is that its performance may degrade over time: writing after writing, the memory cells show a measurable drop in performance, and will continue degrading throughout the life.


'SSD Boost' minimizes writings on your SSD, increasing speed and extending life of your storage: your smartphone will thank you.


Though the main goal of the app is the optimization of flash memory, many users have also experienced (read the reviews) a better responsiveness in the startup of the apps, a longer battery endurance and a decreased temperature of the phone.


Probably because 'SSD Boost' app is a workaround to some insane process running in the background, that keeps writing to disc. This has been experienced from Android ICS version to Pie (both stock and custom).


It needs a rooted phone.


Be careful, if you have got one of the following models:

- Samsung Galaxy R.

- Samsung Galaxy SII.

- Samsung Galaxy Note.

- Samsung Galaxy Nexus.

- Samsung Epic 4G Touch.

before installing, check presence of Brickbug (a bug on eMMC chip fw): https://play.google.com/store/apps/details?id=net.vinagre.android.emmc_check


Changelog:


1.0.7

- improved root check method


1.0.2

- added TRIM command


What does TRIM for ssd/nand performance.


Unlike HDD, SSD cannot overwrite data because only a transition from 0 to 1 is possible, so before overwriting the data has to erase the whole page to 0 then program the bits.

Erasing takes longer then writing data, so after you used the device for a while it will have to erase the pages before writing them and cripple performance.

It would be so much better if controller would erase the blocks while idle so you have them ready when you need to write. Unfortunately this is not possible as controller has no knowledge of file system so it does not know what blocks are used and with are not.


TRIM command, when supported by the SSD/NAND, allows operating system to send a list of blocks to controller to erase when is idle.


Android 4.3+ supports trim natively, it means that operating system after deleting a file will sends a trim command to nand controller notifying witch blocks the file used, the controller will erase them when idle so it can write fast without erasing next time.


But users have no control over this process and Android doesn't trim the storage for a very long time.


'SSD Boost' helps you to run trim on your device manually if you feel it has become laggy and anyway it does trim for you on every reboot.


It overtakes LagFix (fstrim) limitation, supporting Android 5 Lollipop.


1.0.1

- added NOATIME, NOADIRATIME support


Android maintains file system metadata that records when each file was last accessed. This timestamp is known as atime and atime comes with a performance penalty – every read operation on a filesystem generates a write operation.

Updating the atime every time a file is read causes a lot of usually-unnecessary IO, slowing everything down.

'SSD Boost' disables the tracking of atime, remounting filesystems with the noatime/noadiratime options.


Note:


Some users criticize the name of the app, 'SSD Boost'.


Actually, the word 'boost' is misleading: the app, strictly speaking, doesn't speed up transfer rate, but works around limitations on ssd technology and linux kernel.


Instead, concerning the use of word 'SSD': the most common use is 'flash memory', but when a flash memory implements an interface to some bus, this device constitutes a drive in itself, then it can be properly called SSD.


Every flash memory in every smartphone implements an interface to a bus, so you can use both words mutually.

** HA BISOGNO DI ROOT **


Questo è un progetto work in progress che ha l'obiettivo di accelerare le prestazioni ed estendere la durata della memoria flash interna dello smartphone.


Lo storage interno per smartphone utilizza la tecnologia SSD / emmc a stato solido. La contropartita per un tempo di accesso inferiore e una minore latenza di SSD è che le sue prestazioni potrebbero peggiorare nel tempo: scrivendo dopo scrittura, le celle di memoria mostrano un calo misurabile delle prestazioni e continueranno a deteriorarsi nel corso della vita.


'SSD Boost' riduce al minimo gli scritti sul tuo SSD, aumentando la velocità e prolungando la durata dello spazio di archiviazione: lo smartphone ti ringrazierà.


Sebbene l'obiettivo principale dell'app sia l'ottimizzazione della memoria flash, molti utenti hanno anche sperimentato (leggi le recensioni) una migliore reattività nell'avvio delle app, una maggiore durata della batteria e una diminuzione della temperatura del telefono.


Probabilmente perché l'app 'SSD Boost' è una soluzione alternativa a un processo folle in esecuzione in background, che continua a scrivere sul disco. Questo è stato sperimentato dalla versione di Android ICS a Pie (sia di serie che personalizzata).


Ha bisogno di un telefono con le radici.


Stai attento, se hai uno dei seguenti modelli:

- Samsung Galaxy R.

- Samsung Galaxy SII.

- Samsung Galaxy Note.

- Samsung Galaxy Nexus.

- Samsung Epic 4G Touch.

prima di installare, controlla la presenza di Brickbug (un bug su chip eMMC fw): https: //play.google.com/store/apps/details?id=net.vinagre.android.emmc_check


changelog:


1.0.7

- migliorato il metodo di controllo della radice


1.0.2

- aggiunto il comando TRIM


Cosa fa TRIM per le prestazioni ssd / nand.


A differenza dell'HDD, l'SSD non può sovrascrivere i dati perché è possibile solo una transizione da 0 a 1, quindi prima di sovrascrivere i dati è necessario cancellare l'intera pagina a 0, quindi programmare i bit.

La cancellazione richiede più tempo, quindi la scrittura dei dati, quindi dopo aver usato il dispositivo per un po 'dovrà cancellare le pagine prima di scriverle e ridurre le prestazioni.

Sarebbe molto meglio se il controller cancelli i blocchi mentre è inattivo, in modo da averli pronti quando è necessario scrivere. Sfortunatamente questo non è possibile in quanto il controller non ha alcuna conoscenza del file system, quindi non sa quali blocchi sono usati e quali no.


Il comando TRIM, se supportato da SSD / NAND, consente al sistema operativo di inviare un elenco di blocchi al controller da cancellare quando è inattivo.


Android 4.3+ supporta il taglio nativo, significa che il sistema operativo dopo aver cancellato un file invierà un comando trim a nand controller notificando che blocca il file utilizzato, il controller li cancellerà quando inattivo in modo che possa scrivere velocemente senza cancellare la volta successiva.


Ma gli utenti non hanno alcun controllo su questo processo e Android non riduce lo spazio di archiviazione per un tempo molto lungo.


'SSD Boost' ti aiuta a eseguire il trim sul tuo dispositivo manualmente se senti che è diventato lento e comunque lo fa per te ad ogni riavvio.


Supera la limitazione di LagFix (fstrim), supportando Android 5 Lollipop.


1.0.1

- Aggiunto il supporto NOATIME, NOADIRATIME


Android mantiene i metadati del file system che registra quando è stato effettuato l'ultimo accesso a ciascun file. Questo timestamp è noto come atime e atime viene fornito con una penalità di prestazioni - ogni operazione di lettura su un filesystem genera un'operazione di scrittura.

L'aggiornamento dell'atime ogni volta che un file viene letto causa un sacco di IO solitamente non necessario, rallentando tutto.

'SSD Boost' disabilita il monitoraggio di atime, rimontando i filesystem con le opzioni noatime / noadiratime.


Nota:


Alcuni utenti criticano il nome dell'app, 'SSD Boost'.


In realtà, la parola "boost" è fuorviante: l'app, in senso stretto, non accelera la velocità di trasferimento, ma aggira i limiti della tecnologia ssd e del kernel di Linux.

 

Invece, riguardo all'uso della parola 'SSD': l'uso più comune è 'memoria flash', ma quando una memoria flash implementa un'interfaccia su un bus, questo dispositivo costituisce un disco in sé, quindi può essere correttamente chiamato SSD.


Ogni memoria flash in ogni smartphone implementa un'interfaccia per un bus, quindi è possibile utilizzare entrambe le parole reciprocamente.


SSD Boost - Versione 1.0.8.2

(21-02-2020)
Altre versioni
Che cosa c'è di nuovo- solved some FC

Non ci sono ancora recensioni né valutazioni! Per essere il primo a lasciare un commento,

-
3 Reviews
5
4
3
2
1
Info Trust Icon
Ottima App garantitaQuesta applicazione ha superato il test di sicurezza per virus, malware e altri attacchi dannosi e non contiene minacce.

SSD Boost - Informazioni APK

Versione APK: 1.0.8.2Pacchetto: com.puandr.boost
Compatibilità Android: 4.0.1 - 4.0.2+ (Ice Cream Sandwich)
Sviluppatore:Andrea PucciAutorizzazioni:4
Nome: SSD BoostDimensione: 2.5 MBDownload: 282Versione : 1.0.8.2Data di uscita: 2022-12-12 15:41:15Schermo minimo: SMALLCPU Supportate:
ID del pacchetto: com.puandr.boostFirma SHA1: 90:40:AD:A8:04:9B:82:41:CD:C2:09:72:00:42:E6:61:A3:43:74:63Sviluppatore (CN): Andrea PucciOrganizzazione (O): Localizzazione (L): Paese (C): Stato/città (ST):

Ultima versione di SSD Boost

1.0.8.2Trust Icon Versions
21/2/2020
282 download2.5 MB Dimensione

Altre versioni

1.0.8Trust Icon Versions
25/1/2017
282 download2 MB Dimensione
1.0.7Trust Icon Versions
6/1/2017
282 download2 MB Dimensione
1.0.6Trust Icon Versions
5/1/2017
282 download2 MB Dimensione
1.0.5Trust Icon Versions
8/3/2016
282 download2 MB Dimensione

App nella stessa categoria

Potrebbe piacerti anche...