Accéder au contenu principal

Wanna have a faster device for almost nothing? READ THIS!!

Our device isn't considered to be powerful anymore. It's became an complete underdog. Thanks to Android's flexibility, you can force to make your phone pretty much fly with several tweaks.



1. Delete as much bloatware as possible.



This is regarded as an easiest, noobiest option to improve your phone's performance. Many OEM apps stays hibernated in the RAM, thus limiting free RAM available to the user and sometimes even stressing NAND too much. In the end, it's the best to keep your phone as clean and deleting useless apps on the fly.



2. Don't install too much apps into NAND memory



Benchmarks shown, that our phone's NAND chip is considered to be rather slow. Since many apps access small amounts of random data pretty much constantly, it's better to have less apps installed on your phone.



3. Avoid using app killers



This is a placebo effect, since Android's memory management is inferior to what app killers are doing. Many apps stays in such state, where they are ready to be launched almost instantly. App killers, however, pretty much screw all the mandatory functions and stresses the phone even more than before. Launcher redraws are rather common occasion when app killer is being used.



4. Use custom kernel



Custom kernels often offer more features and are more optimized to make the use of available hardware. OEMs never seem to mess around with kernels much, since they want to have their product as stable as possible. Devs, however, mess around with kernels and extract almost double the real-time performance.



5. Never fill up your storage completely



The more data is available on the storage, the harder is getting to find it. Since data is laid randomly, it searches for the information location. When there are too much data, it gets harder to find the data needed. Often slower cards, like Class 2 or Class 4, are considered to be the better choice, since those cards are much faster at writing and reading marginal data randomly.



6. Select the I/O scheduler, CPU governor wisely



These things manipulate with the main hardware. The better optimized the governors are, the better the phone will run and won't drain the battery as much. Though keep in mind, that many governors have their own drawbacks.



sioplus is one of the better I/O schedulers. It allows access to random data pretty quickly, which ensures smooth and snappy performance in the system.

ondemand is the most common and is the stapple and the base of many custom governors available today. It's method is pretty simple - whenever phone registers a touch input, it automatically raises the CPU speed to the max. In retrospect, it should give great performance, but it usually suffers from poor response.



7. Play around with Dalvik VM settings



My optimized settings (feel free to use them):



dalvik.vm.heapstartsize=6m (size when first launched)

dalvik.vm.heapgrowthlimit=64m (limit of standard app)

dalvik.vm.heapsize=192m (heap for large app)



These settings pretty much controls our multitasking. Each phone has it's own specified settings, so it could run better.

Lowering these settings could majorly improve performance, but it could slow down around, when there too much heavy apps running in the background.

Raising these settings could improve multitasking, since less CPU power is required to extract certain data to the RAM. Scrolling a heavy webpage, for instance - raising these settings could improve scrolling smoothness and loading times, since there isn't a need to clean the heapsize as frequently as it was before.



More suggestions are coming later. If you found this article useful, please leave THANKS!



Good day. :)





from xda-developers http://ift.tt/1E5IuRE

Commentaires

Posts les plus consultés de ce blog

[TOOL][UTILITY] CIKA - Carliv Image Kitchen for Android - unpack/repack boot-recovery

Hi, I present you my latest work: CIKA aka Carliv Image Kitchen for Android . So, what is this? It's a utility (tool) for unpacking and repacking boot and recovery images for many kind of android phones. I made two versions, one for windows users and one for linux users. The windows version works by dragging&dropping over the script you want to use, while the linux version will work with terminal commans (very simple commands though). What's inside? For windows version the scripts are batch files and for linux bash files , but the names are the same and they do same thing: clear_all will clear the working folder deleting any unpacked boot/recovery folder, but not the boot or recovery files (original or repacked). image_info will print on screen all informations about the image you want to check (sizes, offsets, cmdline, etc.) and all these infos will be saved in a text file (which will be deleted when you clear the folder - see point 1). This is handy if you don't...

Part 2 of Netflix’s Chilling Adventures of Sabrina keeps the Harry Potter influence going

Everyone who’s been enjoying the magician-in-training aspect of Netflix’s Chilling Adventures of Sabrina should be happy to know that the second half of the show’s first season doubles down on its debt to Harry Potter and Buffy the Vampire Slayer while also drawing some on Star Wars and The Lord of the Rings . One of the most enduring ideas popularized by George Lucas and J.R.R. Tolkien is that world-changing powers can easily be misused. In this latest Sabrina run, the heroine’s decision to sign her name in “The Book of the Beast” at the end of the season’s first half means she’s now one of the most capable witches on Earth, and those new abilities are changing her. Chilling Adventures debuted last October with 10 episodes, introducing... Continue reading… from The Verge - All Posts http://bit.ly/2OQyWSY via IFTTT

Change Wifi , BT , IMEI , Serial Number of any mtk android phone .

Intro : Hello guys i had used SP flash tool to flash stock rom on my micromax canvas a1 . After That i selected Format and Download ( normally we just download but i selected format and download ) and found flashed the rom . Now i noticed the serial number of the device was turned to 00000000 and imei number to invalid . So now i fixed the invalid IMEI number problem . ANd i am back with a tutorial on how to regain serial number back of you phone to regain warranty . How to FIX IMEI nUmber here => http://ift.tt/1xLplOr To check IMEI number dail *#06# To check Serial Number just connect your phone to PC ( usb debugging ) and type adb devices ( correct adb files needed ) You can also use Uncle mobile tool -> Device Information to check the serial number Using Different serial code for infinite warranty is not a good idea as there is serial code printed behind the phone. :P and its illeagal . Note : This post is for educational purpose only . Here i will be teaching you how to r...