[APP] [ROOT] [Android 4.0+] [v 1.0.7] SSD Boost - Android Apps and Games

Hi, I'm Andrea, a new member in XDA forum,
I'd like to introduce to you my app 'SSD Boost'
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOAD​
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.
Though the main goal of the app is the optimization of flash memory, many users have also experienced 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 Nougat (both 7.1.1 stock and CM 14.1).
It needs root.
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): download 'eMMC Brickbug Check' from Play Store
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.
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.
You can freely download the latest version from Play Store
Enjoy it, and give me a feedback.
Andrea

/reserved

/reserved

Quick question: what exactly would the risk of this ****ing up my phone be?

Quick answer: If you have the patience to read, I wrote about some line above.

thanks for the work
do we need to run it regularly?

lm.silva said:
thanks for the work
do we need to run it regularly?
Click to expand...
Click to collapse
It's not necessary, it autostarts on boot.
You can find the new release 1.0.8 on Play Store.

This is this app https://play.google.com/store/apps/details?id=com.puandr.boost ?

Devhost97 said:
This is this app https://play.google.com/store/apps/details?id=com.puandr.boost ?
Click to expand...
Click to collapse
Yesss, thank you

I have released on Play Store an alpha version with increased read cache features.
Who wants in advance to test this version, contact me in pvt, I'll be giving him/her free Pro features upgrade.

Thanks

I like what I read about your app! Cool idea. How exactly do you limit the useless reads/writes? How do you know which ones to block or limit?

If you will make a open beta tests i can join

Is this Thang still on?

mahirozdin said:
If you will make a open beta tests i can join
Click to expand...
Click to collapse
Yes, there is already an open beta test group
Really, there is also an alpha test group, just contact me in pvt to join.

revized said:
Is this Thang still on?
Click to expand...
Click to collapse
Yes.

Cool going to get the pro version to keep this lag off my home base

On 4th August 2007, Linux kernel developer Ingo Molnár called atime "perhaps the most stupid Unix design idea of all times," adding: "[T]hink about this a bit: 'For every file that is read from the disk, lets do a ... write to the disk! And, for every file that is already cached and which we read from the cache ... do a write to the disk!'"
"Atime updates are by far the biggest IO performance deficiency that Linux has today. Getting rid of atime updates would give us more everyday Linux performance than all the pagecache speedups of the past 10 years"
The problem is that, ten years later, Android, based on Linux kernel, still uses atime updates.
How to solve it, then?
The first idea is, as a workaround, to remount Android filesystems with the noatime/noadiratime options.
But which impact can this produce to apps that use this timestamp file system metadata?
I actually don't exactly know. For this reason I've developed an experimental app (this one ) that does exactly this, it remounts filesystems.
Nowadays, this app has been installed on more than 100.000 Android devices, so it's possible to get some feedbacks.
(to be continued)

Wow man , just installed it on my Galaxy Note 2 with crDroid 7.1.2 ROM. Phone is working faster and there is no lag at all , like it was before , especially while using keyboard or scrolling pages!

Thank you nNeFeroN.
I just received the following review:
"After i run this app it works so fast ram usage goes low but after i go for data managing in a charger usb cable that i plugged up in my phone it doesn't read anything even notifications of the (Connected As) Media/Audio Doesn't shows up or it didn't work cuz i trimmed my SDD?.but i'm a little bit happy cuz ur app helped me too."
He is using a Samsung Galaxy Grand Prime (fortunave3g), Android 4.4

Related

Memory Booster – Android RAM Optimizer to Speed Up Your Smartphone!

Hi All,
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Memory Booster is one of our most popular utilities, you can download it free on the andorid market. Here we just update to the new V2.3.
Version 2.3 (Sep. 20, 2010)
-Blackscreen issue fixed in this new version
-Widget process is protected from memory boosting
-Alarm & Clock process is protected from memory boosting
-Improved user interface for Whitelist function
-Other minor improvements(new icon image, code optimizations etc.)
Memory Booster is a powerful mobile Memory & RAM boosting tool specially designed for Android smartphone users. It is a handy memory optimizer tool that will keep your Android smartphone running faster and efficiently. It increases your cell phone’s performance by making more memory available for both your applications and the mobile system.
Product Features:
·Real-time Smartphone Memory Status Report & Monitor
Memory Booster gives you professional, easy-to-read status report on your smartphone’s memory usage. A live chart demonstrates your total available memory and current memory usage. Memory Booster makes it easy to see how well your smartphone is performing, and to check if your system is overloaded.
·Setting Your Performance Target
Using Memory Booster’s Settings function, you can boost phones by setting performance goal fits your profile. Memory Booster will work to keep your memory at desired levels, and act immediately if memory drops below critical level.
·One-click Quick Memory Boosting
In addition to monitoring and reclaiming your memory automatically, Memory Booster allows you to boost your memory manually. By using the Quick Boost feature, you can observe Memory Booster reclaiming more memory for your system. In the mean time, Quick Boost will smartly remember the settings that work best for your smartphone.
·Auto-boosting in the Background
Your memory is the most important resource on your smartphone, and how it is used can drastically affect performance. With Auto-boosting feature, Memory Booster can run in the background and automatically reclaim unused memory on your Smartphone. It oversees the allocation of memory resources through its unique cache management technique.
·Android system crash protection
The majority of smartphone crashes come when system resources are inadequate. Memory Booster automatically watches and cleans up your Android’s system memory when it reaches a critical point. By using Memory Booster, you don’t need to know anything about your smartphone system; Memory Booster will provide all the technical know-how.
·And there is more..
Other features include embedded Advanced Task Manager, Whitelist Manager, Boost Level Manager & Memory Boost Log, which allow you to manually quit the running applications safely, to protect items from being killed during Memory Booster’s boost operation, to easily adjust Memory Booster’s boost strength according to users’ demands, and manually check Memory Booster’s boosting history to trace the effectiveness it improves your smartphone’s performance.
Screenshots:
Download link:
REMOVED
Leave a comment if you have any questions or suggestion when using MemoryBooster. Thanks
installed it but oubt its gonna make much of a difference on a custom rom
this probably has more use on a rooted factory rom
Latest version
Version 2.5 (Oct. 22, 2010)
- Improved component: Task Killer
- Full support for Android 2.2 (Froyo) devices
- Whitelist optimization
- Enhanced boost speed
Leave a comment if you have any suggestions. Thanks
Thank you Dev, my problem blackscreen solved. Great work
Don't use this program, it's a potential scam. The creators go around and spam various Android websites with it. It has access to your personal information too. I wouldn't trust it.
Check this thread: http://www.droidforums.net/forum/dr...ram-optimizer-speed-up-your-smartphone-4.html
If it's so good, why do they have to spam forums with their shill? Hmm...
EDIT - CONFIRMED SPAM / SCAM
Feel free to read my sensible post below, or look into the previous posts by "acke2008" or the OP. This is definitely, 100% spam, and probably a scam. I would highly suggest whatever moderator reads this to do a clean/ban on their accounts.
This doesn't make sense to me, and is setting of a few alarm bells in my head to.
First, Android as an OS manages RAM extremely well. Since applications are launched as individual dalvik vm's, their memory space is protected from one another, which means their memory is protected from this application. How is this application "reclaiming" free memory? Memory is either in use, or not in use (free). If you kill an application directly, it's memory is automatically unallocated (freed), which is the point of task-killers (no need to discuss their actual efficacy yet again).
I'd also like to point out what I think is a bit ironic that a program claiming to increase free memory and optimizer performance actually takes up memory and resources. At least ATK kills itself when it's done... does this?
I don't know, happy to eat my words if someone wants to take the time and test it out and give us some insight on how it works and what it's doing, but right now I don't see the point, and a pointless app with access to my data concerns me.
It seems like forcing programs to give up memory would slow the phone down in most circumstances. They are just going to have to load all of it back. I would think that RAM usage optimizations need to be dealt with on a program by program basis.
Hello namebradon,
Thanks for your comment. This is David, the developer of Memorybooster and BatteryBooster, you can check more apps for the android at our site www.downloadandroid.info. Most of apps are free. You can choose the one you like, there is no calumniation. We are trying to make our app to meet the needs of our customers in every update. Please feel free to let me know if you have any good suggestion. We are pleased to take into consideration of next new version. Thanks
namebrandon said:
EDIT - CONFIRMED SPAM / SCAM
Feel free to read my sensible post below, or look into the previous posts by "acke2008" or the OP. This is definitely, 100% spam, and probably a scam. I would highly suggest whatever moderator reads this to do a clean/ban on their accounts.
This doesn't make sense to me, and is setting of a few alarm bells in my head to.
First, Android as an OS manages RAM extremely well. Since applications are launched as individual dalvik vm's, their memory space is protected from one another, which means their memory is protected from this application. How is this application "reclaiming" free memory? Memory is either in use, or not in use (free). If you kill an application directly, it's memory is automatically unallocated (freed), which is the point of task-killers (no need to discuss their actual efficacy yet again).
I'd also like to point out what I think is a bit ironic that a program claiming to increase free memory and optimizer performance actually takes up memory and resources. At least ATK kills itself when it's done... does this?
I don't know, happy to eat my words if someone wants to take the time and test it out and give us some insight on how it works and what it's doing, but right now I don't see the point, and a pointless app with access to my data concerns me.
Click to expand...
Click to collapse
I am 100% sure this guy's apps are scams + spams. He goes to other forums too and spams them. I saw him spamming on a Droid forum recently. You can google the program name and look for spam threads.
i managed to try this..... and its not worth the trouble using it :/ it does not do anything :/ glad i didnt pay for this. found a rapidshare link to the program last week. >_>
Thread Closed, Links to Paid Software not allowed, Also appears to be a somewhat sketchy app

[App][2.3+]Stop Log - Stop Android loggers

☆Root required☆​
Stop Log is a simple Root App that let you disable your Android loggers and may improve your:
☆ System performance
☆ Privacy by avoiding any sensitive data leaks
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Tested on HTC M8 running Android KitKat, but it should support any Rooted device running Android 2.3+.
Change log:
1.0.3:
- Minor fixes
1.0.2:
- Add Android L and Gingerbread support
- Few improvements
This is great ! However, is there any known issues when disabling those logs (except for developers wanting those logs of course) ?
_Johnito_ said:
This is great ! However, is there any issues when you disable those logs (excpet for developpers wanting those logs of course) ?
Click to expand...
Click to collapse
Tested for 2 days with no issues on my devices GS4/M8/Note10.1.
Installed and works on my Galaxy S5 so far.
It works on my Note 3. Thanks!
Android L support planned tonight.
Not that it affects me but how come support only starts from honeycomb instead of the usual gingerbread?
Sent from my LG-D803 using XDA Free mobile app
@wanam gingerbread support would be great! if possible plz support it.
dpsi said:
Not that it affects me but how come support only starts from honeycomb instead of the usual gingerbread?
Sent from my LG-D803 using XDA Free mobile app
Click to expand...
Click to collapse
killoid said:
@wanam gingerbread support would be great! if possible plz support it.
Click to expand...
Click to collapse
Already done, i will update tonight when i come back home.
Stop Log updated with Android L and Gingerbread support.
Thank you for this app! Once a day I do some cleaning for my Android, and every time there are tons of logs and other ****, your app blocked some of them, but is there any chance to block them all?
Is there any chance to block:
/data/tombstones/
/data/system/dropbox/
.log files
UsageStats reports
Network and Process statistics
There is a typo in your app.
"Disabling Android has two major effects:"
Disabling ANDROID on your Android device?
wanam said:
improve your:
☆ System performance
Click to expand...
Click to collapse
Do you have data that shows how big the impact is? Benchmarks or test runs?
Sure it reduces some CPU cycles, but i think you would not be able to notice it.
The biggest performance drain for logging does usually not come from the act of outputting the message itself, but from the effort that happens before an app logs something, like calculating debug values or extra calls. Disabling the logging from Syslogd only remove the last step of the chain. Apps will still keep logging, it just won't be printed into the log buffer.
wanam said:
improve your:
☆ Privacy by avoiding any sensitive data leaks
Click to expand...
Click to collapse
True only for <Android4.1 Since 4.1 apps can only read their own log output.
I don't mean to attack you, the idea was well intended, but i don't see the benefit of doing this and it adds the huge downside of not being able to catch crash stack traces in the log which would help developers fix bugs.
Kinda like those custom kernels that come with logging disabled, just does more harm then good.
arkenstone said:
Thank you for this app! Once a day I do some cleaning for my Android, and every time there are tons of logs and other ****, your app blocked some of them, but is there any chance to block them all?
Click to expand...
Click to collapse
Sorry, but no it didn't. This app prevents the creation from logging (sockets?) at /dev/log (currently). These are not items that are picked up/cleaned, they can't be deleted anyways as they are not files but sockets iirc.
Dark3n said:
There is a typo in your app.
"Disabling Android has two major effects:"
Disabling ANDROID on your Android device?
Do you have data that shows how big the impact is? Benchmarks or test runs?
Sure it reduces some CPU cycles, but i think you would not be able to notice it.
The biggest performance drain for logging does usually not come from the act of outputting the message itself, but from the effort that happens before an app logs something, like calculating debug values or extra calls. Disabling the logging from Syslogd only remove the last step of the chain. Apps will still keep logging, it just won't be printed into the log buffer.
Click to expand...
Click to collapse
Dark3n, firstly thank you taking the time write this feedback.
Actually i don't agree with you about the biggest performance drain, this is relative and may depends on the device hardware but i think disk i/o operations are usually more expensive/slower than cpu calculation operations.
Anyway crash stack trace is the most important thing to be reported, and the developer shouldn't keep debugging informations on their App release, one of the reason i used to put those precious Proguard lines on my Apps:
Code:
-assumenosideeffects class android.util.Log {
public static *** d(...);
public static *** v(...);
public static *** i(...);
}
True only for <Android4.1 Since 4.1 apps can only read their own log output.
Click to expand...
Click to collapse
True i'm aware non Root/System Apps can read only their own logs starting from JB, but we can't ignore the other type of Apps and older OS versions.
I don't mean to attack you, the idea was well intended, but i don't see the benefit of doing this and it adds the huge downside of not being able to catch crash stack traces in the log which would help developers fix bugs.
Kinda like those custom kernels that come with logging disabled, just does more harm then good.
Click to expand...
Click to collapse
Yes, it may break some parts of bug reporting, but the user can still enable them anytime he needs to do that, and the developer does not need to rely on the logger for the bug reports, he can catch the stack trace and report it without the need of logcat (with Acra, Google Analytics or any other bug reports tool).
Sorry, but no it didn't. This app prevents the creation from logging (sockets?) at /dev/log (currently). These are not items that are picked up/cleaned, they can't be deleted anyways as they are not files but sockets iirc.
Click to expand...
Click to collapse
They are a special files and they can be deleted.
Should this app stop adb logcat as well? Because it didn't on my GS4 GPe running stock (4.4.4) rooted firmware.
Just installed on LG G3, no problems so far, cool as no custom kernel for this phone yet
Chahk said:
Should this app stop adb logcat as well? Because it didn't on my GS4 GPe running stock (4.4.4) rooted firmware.
Click to expand...
Click to collapse
Yes it should, disconnect your device and try again.
@wanam i cant find any option to save the settings after disabling logs on my gingerbread device. when i press back button it says 'do u want to quit without saving configuration?' but no save option there.
Congrats on your new app wanam mate, a very good and promising one! thanks for your work :good:
I tried this app today on my lg g3 and I noticed my temps running 105+ degrees. So I tried re checking all the boxes and temps went back down to low 90's. I tried re-downloading the app, rebooting with same results.
Anybody else seeing this issue?
i presume this would hamper law enforcement's ability to gather some sorts of evidence from your phone...

[Nov-04-16, 4.4.4, v1.8.0] LeapDroid - Fastest Android Emulator & Game Player for PC

[Nov-04-16, 4.4.4, v1.8.0] LeapDroid - Fastest Android Emulator & Game Player for PC
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
#1 Android Emulator by Android Authority
http://www.androidauthority.com/best-android-emulators-for-pc-655308/
Leapdroid Game Player is the Fastest Android Emulator and Virtual Machine in the world
I am one of the first few guys that released Android vm back in 2010, and now funded by VC, we have put together a very strong team to further develop and improve the vm into a robust product, called LeapDroid, our first version has just released: http://www.leapdroid.com
With LeapDroid, you can play Android games or any other Android Apps on Windows PC, in a very fast way using our unique LeapGL and Virt Fiber I/O technologies. It is highly compatible with a lot of games, and we will support GLES v3 soon.
Updated on Nov-04-2016:
We (the whole team) are joining Google, and LeapDroid development is discontinued. Thanks for all of you that have been using our Leapdroid emulator !
Updated on Sep-26-2016, version 1.8.0.0 released:
(1) Improve APK installation, path with spaces is now supported
(2) Fix Little Big City 2
(3) Bug Fixes
GitHub tracking issues:
https://github.com/leapdroid-team/leapdroid/issues/
Media Coverages:
http://www.androidauthority.com/leapdroid-review-703665/
http://androidcommunity.com/leapdro...astest-android-emulator-for-your-pc-20160711/
Features:
(1) Android 4.4.4 image
(2) x86 and ARM apps support
(3) GLES 1.1 and GLES 2.0 support
(4) Windows Direct X engine, in addition to host OpenGL
(4) Host IME support
(5) Key mapping
(6) text copy and paste between android and host
(7) Drag and drop apk installation
(8) GPS support & seamless Pokemon Go support
(9) Rooted out of the box, and adb remount support
and many more
Upcoming Features:
(1) Copy/Paste files between android and Windows host
(2) Camera
(3) Non VT performance improvement
(5) OBS Streaming
(5) GLES v3 support
(6) Android 6 Marshmallow
Performances (Leapdroid simply beats all competitors, period!):
This is my default emulator now. Keep up the good work.
kinda like BlueStack?
BatDroid said:
kinda like BlueStack?
Click to expand...
Click to collapse
Yes, it's an Android virtual machine, similar to BlueStaccks,. We have compared the benchmark scores, and Leapdroid is the best on market, please give it a try.
We have much better architecture and technologies compared to others, and feel confident to come out as #1 Android emulator. We have a new OpenGL forwarding technology, called LeapGL, and a virtual fiber between android vm and the host machine, which results in ultra high performance. The benchmark scores we got from our vm is very close to native execution speed.
We have github account here, will release some source code.
https://github.com/leapdroid
look forward to Linux version.
Yes, we are working on a Linux version too.
To give you some ideas on our performance, we run BlueStacks and our Leapdroid on the same physical PC, with exactly same configurations. We use AnTuTu 6.0, and the scores are shown in the attached images. The larger the score is, the better the performance is.
it's 156141 (LeapDroid) vs 122794 (BlueStacks)
WTF? The installer provided stucks at 0
Sorry about that, our developer is looking into the issue. Can you try installing again? Also check if the md5 matches.
It's an offline installer, suppose not downloading anything during installation, so that progress bar is misleading, can you check if the file size is around 245MB?
would be nice if the installer says/ask where you're installing to instead of just installing. i also get an empty folder with unreadable symbol after its done installing that look like this C:\Users\SPeciaL\Desktop\ĸ‚⿝矨搦\Leapdroid\VM
can i delete it?
ImageCraft said:
would be nice if the installer says/ask where you're installing to instead of just installing. i also get an empty folder with unreadable symbol after its done installing that look like this C:\Users\SPeciaL\Desktop\ĸ‚⿝矨搦\Leapdroid\VM
can i delete it?
Click to expand...
Click to collapse
Yes, you can delete that weird folder.
Look like the bug is to do with self extracting, can you put the exe file to a folder that you have write permission?
We wil release a new version next week.
huisinro said:
Yes, you can delete that weird folder.
Look like the bug is to do with self extracting, can you put the exe file to a folder that you have write permission?
We wil release a new version next week.
Click to expand...
Click to collapse
? the exe is on desktop and i believe i have write permission?. i checked the properties and all it's not "read only" if thats what you meant. besides the weird installation there's also sound lag and kind of felt like echo. the graphic also isn't as clear as bluestack (i used it before it always stuck initializing) and memu.
1st
tried to find and remove all traces of LeapDroid: don't know whether was 100% successful.
2nd
ran installer again. Got error message
but the mentioned folder doesn't exist.
I gave up wasting my time with LeapDroid ...
Suggestion:
Please, I believe the user should always have the choice to avoid "installations", therefore, I'm asking for "Leapdroid-Portable" version.
Such version should always be released alongside the major Leapdroid releases.
When I say "Portable", I mean a self-contained directory with all the settings/things/other you need to run Leapdroid (so, your android emulator can become really portable....aka fully contained on your beloved USB-DataKey).
No weird directories spread on your disks, no infinite amount of obscure registry-keys, no problems when trying to uninstall/reinstall....
....just a directory, full of your stuff.
As jwoegerbauer pointed out, the uninstall process is always a sensitive matter.
What's easier than uninstalling just "deleting" a folder?
some more experiments and it seems to be able to run apps that i couldn't on other emulators, fate grand order for example and also smoother despite sound issue (clash royal). i'd also like to hide sidebar if possible but nice stuff for first version!
Report here:
leapdroid can't run seven knights games and vpn apps
also please add more features like install apk - config resolution - orientation change.
Might want to move the shared folder default location to a more known place like MyDocuments or something. Couldn't find it anywhere so I had to check vm1.vbox and it turns out it was in "C:\Users\*\AppData\Roaming\yiwanzhushou\shared". It's the best way to transfer apks and other files to the Android machine, so it should be in place where your average user can access it quickly without much thought.
Already comes rooted which is always a plus. Would be nice if you could customize WASD keymap, but it isn't a big deal right now.
I don't play that many FPS intensive games, but overall they do feel smooth. Sadly I couldn't get シノビナイトメア / Shinobi Nightmare (jp.co.gu3.samurai) and Tales of Link (com.bandainamcoent.tolink_ww) to work (game starts but there's a black screen and you can't do anything), but since MEmu and Nox can't run them as well I wasn't expecting this to do it, so far only BlueStacks has been capable of running them without issues in my machine.
Also this is just my personal opinion, but I don't think the emulator should come with preinstalled "game installers". Unless you're being paid to put them there, I don't see why some random crappy games must be forced down my throat when I have no interest in them. Needless to say the first thing I did when I saw them was to uninstall them. If I wanted the game, I'd go get it myself.
Thanks for testing and those feedbacks. I hate installation issues too, and we will resolve them in next release. We take user feedbacks seriously.
These couple of weeks we have fixed more compatibility issues to cover more games, we will make sure all games reported here got supported in next few releases.
Please test more, and leave feedbacks. Appreciated!
How to install my own apk
I have played Critical ops on your product, it runs smoothly, key mapping works perfect. But it seems I can only download games from google play store, I didn't find any button or settings with APK install.
BTW, your product boots so fast, less than 5 secs on my pc.

[APP][6.0+][ROOT]FDE.AI-v23.04.3 - Powerful AIO Android devices optimizer (20.04.2023)

ROOT access is required for this app!​
This app automatically modifies wide range of low-level system parameters using ROOT access. By using this app you agree with EULA and any possible risks.
FeraDroid Engine (FDE) - an All-in-One ultimate optimizer for all devices running Android OS. All parameters are individual for EVERY device depending on it's hardware/software characteristics. All parameters are very balanced - you may gain performance without increase of power consumption AND reduce power consumption without losing performance. FDE.AI is totally compatible with very wide range of devices and Android OS versions. Very wide-range settings of OS and Linux kernel are configured, still being cross-platform utility, maximally compatible with all devices. FDE.AI applies configurations depending on hardware and software of device, so that in the end every device is configured individually. All applied changes are systemless (system partition is not touched). Some app features may not be supported on various CPUs/kernels.
Make a backup of your data just in case before installing this app. Don't use any other All-in-One tweakers with FDE.AI or things may get bad!
Downloads:
HERE
News channel and support group in Telegram:
https://t.me/feralab_news_eng
Docs & all related info​
Thanks to all guys, who contributed, helped, tested my work.. You all are wonderful, amazing, smart, super cool, beautiful people!
Screenshots of FDE.AI v22.03.4:​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
salute you for your hard work.!! ?
Can we know more about how it optimizes Kernel and Android OS also would b better if you could tell us if it's open source.
This app still can be patched
Where is the link?
bs2x said:
Where is the link?
Click to expand...
Click to collapse
where is the link for downloading app?
Sent from my ASUS_X00TDB using Tapatalk
No...it's not open source. He doesn't want to share his methods of 'machine learning' IIRC. I bought n tried v6.0.
I had been using L-Speed's 'Balanced' setting at the time. Tried FDE's performance setting...noticed no improvement. /js
Bump of this thread. Updated docs & info. Pushed v9.2 free version.
I'm using 9.2.4 and I've noticed one bug which might or might not be of pure visual nature. Anyway when I select an app to be preloaded, upon next reboot this app is replaced with the one listed just above it...
Hello I've bought and use the app for some time, overall it's pretty good. However I want to know more in details about some of the AI function/options that's not really explained everywhere in more detail (afaik), some clarification would be great
1. the difference between normal and alternate doze (how they works and stuff)
2. toggle bg apps kill (#killbgapps / #dontkillbgapps), what's this? what's the default config for fresh fde and what will it affect?
Hello.
I'm using Poco F1 , with Official corvus os and greenify and no other mods and stock kernel. I installed the free version and now my charging speed is way to slow after the installation.
While charging I switched of the phone, only to see the phone automatically trying to boot and then showing the charging logo, after seeing it, I disconnected the charger and booted into system.
Please help op if you could fix the charging issue, I would really love to buy it.
allidea said:
I'm using 9.2.4 and I've noticed one bug which might or might not be of pure visual nature. Anyway when I select an app to be preloaded, upon next reboot this app is replaced with the one listed just above it...
Click to expand...
Click to collapse
Will check that. Actually preload is dropped after reboot, so it should be enabled manually after every reboot. Thanks.
uthgard said:
Hello I've bought and use the app for some time, overall it's pretty good. However I want to know more in details about some of the AI function/options that's not really explained everywhere in more detail (afaik), some clarification would be great
1. the difference between normal and alternate doze (how they works and stuff)
2. toggle bg apps kill (#killbgapps / #dontkillbgapps), what's this? what's the default config for fresh fde and what will it affect?
Click to expand...
Click to collapse
1. In first case used direct force deep doze mode. On some heavy modified systems like MIUI this causes various issues, so i came out with another method - dumpsys deviceidle step x3 times - this avoids direct force doze but makes it skip idle wait, motion sensor check steps & go directly to light doze - this way it doesn't conflict with nothing, but may not work as well as expected. Simply - use alternatedoze only if you have troubles with normal doze.
2. #killbgapps executes only once you type it - it doesn't do it automatically. Issued 'am kill-all' commad which is nearly same as you'd clear all your recents, while cached data is still in ram.
MohdAhmed said:
Hello.
I'm using Poco F1 , with Official corvus os and greenify and no other mods and stock kernel. I installed the free version and now my charging speed is way to slow after the installation.
While charging I switched of the phone, only to see the phone automatically trying to boot and then showing the charging logo, after seeing it, I disconnected the charger and booted into system.
Please help op if you could fix the charging issue, I would really love to buy it.
Click to expand...
Click to collapse
Hi, maybe try to change kernel - in last FDE versions I removed anything that can be related to charging. If you will buy pro version, you can get refund if things 'll go wrong & you want to uninstall it. Thanks.
Seems working
I think i see some differences
Android 10 keeps applying restrictions for the app not use battery in background, after every reboot of the system, should I worry about that? Also, can I leave fde in that "optimized" list in settings/battery management?
Fde is amazing , thanks!
Has the paid version been removed from play store?
I can only find the lite version.
MohdAhmed said:
Has the paid version been removed from play store?
I can only find the lite version.
Click to expand...
Click to collapse
Looks that way, followed a link from google search and linked to "page not found". I uninstalled it due to a bug that made bluetooth skip alot. Sucks cause it was great when it worked. Wish I would of backed it up.
MohdAhmed said:
Has the paid version been removed from play store?
I can only find the lite version.
Click to expand...
Click to collapse
Yes, it was permanently removed - now it's back, all good.
now has been removed again from play store
How to get the paid version?

How To Guide ***CLOSED*** Samsung: How to KEEP apps in the BACKGROUND!

Hey guys,
in case you are not happy with the default One UI apps background management, you can check this solution. In a nutshell, there is a Memory Guardian module part of Good Guardians, that allows the user to switch from default to the so called "quick switching mode" that somehow reduces the aggressive background app killing, i.e. app refresh.
Moderator Edit: YouTube link removed due to violation of XDA external links policy.
I have tested this with following apps:
- Spotify
- Mixcloud
- Instagram
- Snapchat
- Tiktok
- Youtube
Some other users tested this with Waze and other apps and it seems that it works.
What is the idea? Well imagine you are browsing through insta and you find a nice post that you d like to check, but then something else pops up and you switch to another app. Then after you are back to your app (in this case insta) One UI would "refresh" the app, meaning that it will reload it, and you will lose your "last state", i.e. imagine refreshing the app or close/opening it.
Download Samsung Good Guardians from the Store ► https://bit.ly/3yGFUms
Download Samsung Good Guardians for a manual install ► https://bit.ly/3yOehYD
It is also supposed to work with some of the heavy games, test it and let me know if you apps refresh is a bit better (i.e. not refreshed so much) or ... no difference at all.
I have tested this on my S22U with 12G of RAM but I guess it should have a better impact for 8 GB and lower RAM configs.
Appreciate the find!
I have 8gb version and apps are staying open much better now
billmurray1004 said:
Appreciate the find!
I have 8gb version and apps are staying open much better now
Click to expand...
Click to collapse
Nice to hear that! Can you let us know which apps did you test? Also - how much of VRAM (Virtual RAM) do you use?
I makes a bit of difference on my 12GB version so I assumed that it would be even better/bigger impact on 8GB and less.
Strangely enough this function is not very popular, was almost not able to find much info around. The whole Good Guardians tools are widely underestimated and they pack a few good tricks.
Thermal Guardian for example can let you adjust the thermal threshold of your phone, so it can potentially tolerate a bit more heat where battery life is exchanged for better peak performance and hopefully also sustained.
velqn said:
Hey guys,
in case you are not happy with the default One UI apps background management, you can check this solution. In a nutshell, there is a Memory Guardian module part of Good Guardians, that allows the user to switch from default to the so called "quick switching mode" that somehow reduces the aggressive background app killing, i.e. app refresh.
Moderator Edit: YouTube link removed due to violation of XDA external links policy.
I have tested this with following apps:
- Spotify
- Mixcloud
- Instagram
- Snapchat
- Tiktok
- Youtube
Some other users tested this with Waze and other apps and it seems that it works.
What is the idea? Well imagine you are browsing through insta and you find a nice post that you d like to check, but then something else pops up and you switch to another app. Then after you are back to your app (in this case insta) One UI would "refresh" the app, meaning that it will reload it, and you will lose your "last state", i.e. imagine refreshing the app or close/opening it.
Download Samsung Good Guardians from the Store ► https://bit.ly/3yGFUms
Download Samsung Good Guardians for a manual install ► https://bit.ly/3yOehYD
It is also supposed to work with some of the heavy games, test it and let me know if you apps refresh is a bit better (i.e. not refreshed so much) or ... no difference at all.
I have tested this on my S22U with 12G of RAM but I guess it should have a better impact for 8 GB and lower RAM configs.
Click to expand...
Click to collapse
il try this thanks, HTRACK is always closing after 5 or more apps overtake it in the que
velqn said:
Nice to hear that! Can you let us know which apps did you test? Also - how much of VRAM (Virtual RAM) do you use?
Click to expand...
Click to collapse
So...I just sort of excluded all apps for the most part to test. They stay in ram longer but still hit a point where they refresh. Using 8gb vram but haven't seen ram usage above 6gb or so yet
gav83collins said:
il try this thanks, HTRACK is always closing after 5 or more apps overtake it in the que
Click to expand...
Click to collapse
Can HTRACK be further tweaked, perhaps from dev options? I remember seeing something for background processes, like a limitation factor setting.
billmurray1004 said:
So...I just sort of excluded all apps for the most part to test. They stay in ram longer but still hit a point where they refresh. Using 8gb vram but haven't seen ram usage above 6gb or so yet
Click to expand...
Click to collapse
Yep, it`s not a silver bullet, but still some positive impact.
velqn said:
Can HTRACK be further tweaked, perhaps from dev options? I remember seeing something for background processes, like a limitation factor setting.
Click to expand...
Click to collapse
Yeah there is but only upto 4 processes I sometimes have many any more apps open at once, anyway I'm trying it now and here are some screens if you wanna attach to op and il delete from this post once you add them
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
update, i must say this app so far has seemed to keep my HTTrack running great in the background, it ha certainly made a difference, i did have it set "unrestricted" in the app settings/battery setting before and that didnt help, this app now works even with the app power settings set to "optimised"
***Moderator Announcement***
Due to violation of the XDA External Link policy, this thread has been locked.

Categories

Resources