SSD Boost

Contains ads
4.4
1.24K reviews
100K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image

About this app

**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 Android 10 (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.
Updated on
Feb 20, 2020

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.4
1.17K reviews
A Google user
November 13, 2018
Fast perfekt, direkt nach dem Boost merkt man einen riesigen Unterschied. Doch das einzige, das fehlt ist ein Widget fΓΌr das schnelle Boosten vom Homescreen. Almost perfect, instantly after booting you notice a giant improvement. The only thing missing is a widget to boost the SSD from the homescreen.
8 people found this review helpful
Did you find this helpful?
A Google user
April 8, 2020
This app is essential on any smarphone. I installed it around 3 years ago on my OnePlus One and today it runs on linage os almost as fast as the first time. I recently buy a OnePlus 6 and Im waiting a while before rooting because of the warranty. Hope this app still work that great with this.
17 people found this review helpful
Did you find this helpful?
Andrea Pucci
April 11, 2020
Yes Eric, on OnePlus 6 install the last version ;)
A Google user
October 26, 2018
Wow this is real Deal i have problem on my phone that when i dl an app on playstore it always restart when i do it background thats why i only open playstore and camt do multitask while downloading and this app fix it not just that i can obviously how fast my phone now is. Thumbs Up for the Dev πŸ‘
27 people found this review helpful
Did you find this helpful?

What's new

- solved FC on device boot from Android Oreo on