[App][2.3+]Stop Log - Stop Android loggers - Android Apps and Games

☆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...

Related

[APP][4.0+] MacroDroid - Automation For Everyone

{
"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"
}
Harness the power of your Android device and get automated!
MacroDroid provides an advanced set of automation features but focuses heavily on usability with a simple, easy to use UI and logical step by step process.
It's available for free on Google Play: play.google.com/store/apps/details?id=com.arlosoft.macrodroid
The free version allows you to create 5 macros with a single action/constraint on each. To support further development I also offer a Pro version available as in-app purchase which allows unlimited macros and unlimited actions/constraints per macro.
User forums can be accessed via the website at: www.macrodroid.com
All feedback and comments greatly appreciated!
Cheers,
Jamie
That's great. thanks for share.
UndeadCretin said:
Harness the power of your Android device and get automated!
MacroDroid provides an advanced set of automation features but focuses heavily on usability with a simple, attractive UI and logical step by step process.
https://play.google.com/store/apps/details?id=com.arlosoft.macrodroid
All feedback and comments greatly appreciated!
Cheers,
Jamie
Click to expand...
Click to collapse
by far the best app i have on my phone!
[APP][2.3.3+] MacroDroid - Automation For Everyone - ...except CM users? ó.Ò
edit:Nah, the previously posted user has a whole army of CM's. mmh...
wonder why its incompatible with my galaxy s4 .
Hi,
When you guys say its not compatible do you mean it won't let you download from Google Play?
I have loads of Galaxy S4 users and CM users, so I'm not sure why you are experiencing this issue. If you can give me any more information I'll try and sort it!
You could always grab the apk from the website link if you're interested in trying it in the mean time.
Cheers,
Jamie
Looks really interesting, gonna try this out.
Sent from my LG-V500 using Tapatalk 4
Also to add, if you are seeing any crash issues with 2.1.4. I have a couple of known issues which I have a fix for. I plan to release 2.1.5 tomorrow at the latest with this fix in, so please bare with me.
WiFi scanning with WiFi off
GREAT app!
Would it be possible to trigger "WiFi SSID Transition" events when WiFi is off with Android 4.3's "scanning always availible" feature? That would be really nice (e.g. only turning WiFi on if a specific SSID is available)
It should certainly be possible. I'll add it to my longish TODO list and it will probably rise up the priority as 4.3 takeup becomes more widespread.
Thanks for the suggestion.
UndeadCretin said:
It should certainly be possible. I'll add it to my longish TODO list and it will probably rise up the priority as 4.3 takeup becomes more widespread.
Thanks for the suggestion.
Click to expand...
Click to collapse
Hi! Very nice app! I played with it just a few minutes, but the list of triggers/actions is impressive! Thank you for sharing your work with us.
If i'm allowed to, I have a suggestion: what about allowing the user to execut a shell script (.sh) on a trigger? Maybe it could be useful for advanced users and low level actions.
Have a nice day.
E.
enban said:
Hi! Very nice app! I played with it just a few minutes, but the list of triggers/actions is impressive! Thank you for sharing your work with us.
If i'm allowed to, I have a suggestion: what about allowing the user to execut a shell script (.sh) on a trigger? Maybe it could be useful for advanced users and low level actions.
Have a nice day.
E.
Click to expand...
Click to collapse
You should be able to do this with the Launch Shortcut action using a third party app such as Secure Settings. It would certainly be nice for advanced users to be able to do it directly from MacroDroid so I'll add it to the TODO list.
Cheers,
Jamie
Is it possible to switch between 2G/3G without root and stuff?
I'd like to make my phone switch automatically to 3G when mobile data is turned on.
UndeadCretin said:
Hi,
When you guys say its not compatible do you mean it won't let you download from Google Play?
I have loads of Galaxy S4 users and CM users, so I'm not sure why you are experiencing this issue. If you can give me any more information I'll try and sort it!
You could always grab the apk from the website link if you're interested in trying it in the mean time.
Cheers,
Jamie
Click to expand...
Click to collapse
I am G note 10.1 user and downloaded your linked apk directly on my aokp 4.3 cm infamous rom. Installed two other apps successfully at later time.
The installation precess just told me that the app isn't installed .
edit: maybe it is useful to say that goggle play is not installed,
Jakub_Z. said:
Is it possible to switch between 2G/3G without root and stuff?
I'd like to make my phone switch automatically to 3G when mobile data is turned on.
Click to expand...
Click to collapse
Hi,
Sorry this is not supported and I'm pretty sure this is not possible to do on a non-rooted devie.
Cheers,
Jamie
Can it disable or enable WiFi when I arrive or leave a specific location?
Sent from my Xiaomi MI2S
47kt said:
I am G note 10.1 user and downloaded your linked apk directly on my aokp 4.3 cm infamous rom. Installed two other apps successfully at later time.
The installation precess just told me that the app isn't installed .
edit: maybe it is useful to say that goggle play is not installed,
Click to expand...
Click to collapse
Ah ok that makes sense, I've not tested on a device without Google Play installed as I've never before made the apk available via any other means. I'm guessing there is some dependency due to all the in-app purchase stuff that prevents it working. I'll try and look into it and see if there is any easy way to get over this.
Cheers,
Jamie
Hi all,
Just a gentle reminder that if you like the app, could you please take a few moments to leave a rating on Google Play. It really helps me out a lot and its very hard to maintain a high rating because people are only to quick to leave a bad review if they hit a problem or don't like something.
If you do hit problems then please let me know before leaving a 1 star as I will always do everything I can to resolve any issues.
Many thanks,
Jamie
Done!
Thanks for such a great app!
CPU Limit Reached
UndeadCretin said:
User forums can be accessed via the website at: www.macrodroid.com
All feedback and comments greatly appreciated!
Cheers,
Jamie
Click to expand...
Click to collapse
CPU Limit Reached

[APP][4.1+] Battery Graph Stats (battery monitor + usage stats)

Hi xda-developers,
i would like to let you know Battery Graph Stats, an app that i delveloped, and see if anyone can find it useful!
This app allows you to simply record hourly and daily usage, in battery percentage, of your battery phone, keeping track of your installed app and removed too. So if you realize that installing some app will cause more battery
usage you could decide to remove it! So you can be most efficient battery saver
Decide how many minutes would you like the application to register batteries plus usage and start service by tapping the play button.
Wait for some date to be collected and than access to the statistic you want!
Usage timelines graph allows you to keep track of your installed app and uninstalled.
By tapping a variation point you will see what you added or removed
in that specific moment!
Here are some apps screenshots:
{
"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"
}
Statistics about usage and consumption are displayed in several graphs:
☆ A daily usage hart
☆ A pastday chart where you can see how energy was consumed with a day total
☆ A lastday graph where usage are calculated hour per hour
☆ A mostactive pie chart which displays most battery percentage consumption applications
Customizable charts batteries plus widget:
☆ Keep your graphs on homescreen or lockscreen to have a quick overview of your stats
☆ Battery widget real time usage
Notifications:
☆ Notify me if hourly or daily consumption is over a certain limit
Multiple backups:
☆ For advanced users it will be useful managing with more than one backup
You can download BStats using attached apk or simply on Google Play Store!
Will try and let you know the details
Im trying it, the only thing that worries me is if there is a noticable battery drain from this app...
I can only use the "Most active apps' and 'Past days avg usage' without having the app FC. Not sure why it's doing this. Seemed good enough for XDA to put on the front page. Like to see this fixed so I have a decent battery tracking app.
I have tried with two different ROMs to see the same result.
Thanks for the effort and time.
Blackiedamus said:
I can only use the "Most active apps' and 'Past days avg usage' without having the app FC. Not sure why it's doing this. Seemed good enough for XDA to put on the front page. Like to see this fixed so I have a decent battery tracking app.
I have tried with two different ROMs to see the same result.
Thanks for the effort and time.
Click to expand...
Click to collapse
Having the same issue here on a stock 4.3 Nexus 7 2013.
I only just downloaded it and started the service, so i was assuming it was crashing because it was trying to display the data and hadn't collected enough to show yet and did not have anything to handle that situation? That's just a total guess though.
Works perfectly other than that problem though, good work!
Blackiedamus said:
I can only use the "Most active apps' and 'Past days avg usage' without having the app FC. Not sure why it's doing this. Seemed good enough for XDA to put on the front page. Like to see this fixed so I have a decent battery tracking app.
I have tried with two different ROMs to see the same result.
Thanks for the effort and time.
Click to expand...
Click to collapse
Hi Blackiedamus! I'm interested in supporting the most number of devices i can so can you please let me know wich device / rom / kernel do you use? And even better for me it will be if you open the app, tap backup stats and then send me at [email protected] the file "bstats.db" that you find in /bstats/ folder of your sdcard
rikai said:
Having the same issue here on a stock 4.3 Nexus 7 2013.
I only just downloaded it and started the service, so i was assuming it was crashing because it was trying to display the data and hadn't collected enough to show yet and did not have anything to handle that situation? That's just a total guess though.
Works perfectly other than that problem though, good work!
Click to expand...
Click to collapse
Hi rikai thanks for reporting this problem! The app should not crash with no data it just tells you haven't. Maybe this problem is related to new 4.3! I didn't have the possibility to test my app on android 4.3 rather than sdk emulator! Can you please open the app, tap backup stats and then send me at [email protected] the file "bstats.db" that you find in /bstats/ folder of your sdcard? I would try to fix it as soon as possible!
onesrv said:
Hi Blackiedamus! I'm interested in supporting the most number of devices i can so can you please let me know wich device / rom / kernel do you use? And even better for me it will be if you open the app, tap backup stats and then send me at [email protected] the file "bstats.db" that you find in /bstats/ folder of your sdcard
Click to expand...
Click to collapse
I'm using an ATT S4, Graviton v 1.3 ROM, Kernel is [email protected] #1. I'll send you the backup stats in just a moment.
FC on XPERIA X10i v2.3 and XPERIA S v4.1.2
Most FC and there are a lot are on Last day hourly usage which can't be accessed at all.
An email contact in an about menu in Bstats may be a good idea and/or on the Google Play description.
Dr Goodvibes said:
FC on XPERIA X10i v2.3 and XPERIA S v4.1.2
Most FC and there are a lot are on Last day hourly usage which can't be accessed at all.
An email contact in an about menu in Bstats may be a good idea and/or on the Google Play description.
Click to expand...
Click to collapse
onesrv said:
Hi rikai thanks for reporting this problem! The app should not crash with no data it just tells you haven't. Maybe this problem is related to new 4.3! I didn't have the possibility to test my app on android 4.3 rather than sdk emulator! Can you please open the app, tap backup stats and then send me at [email protected] the file "bstats.db" that you find in /bstats/ folder of your sdcard? I would try to fix it as soon as possible!
Click to expand...
Click to collapse
Blackiedamus said:
I'm using an ATT S4, Graviton v 1.3 ROM, Kernel is [email protected] #1. I'll send you the backup stats in just a moment.
Click to expand...
Click to collapse
I found a bug related to different timezone! I released au update (also updated attached apk). Please le me know if this fixes your problems!
onesrv said:
I found a bug related to different timezone! I released au update (also updated attached apk). Please le me know if this fixes your problems!
Click to expand...
Click to collapse
Updated, power cycled, got the same error message.
onesrv said:
I found a bug related to different timezone! I released au update (also updated attached apk). Please le me know if this fixes your problems!
Click to expand...
Click to collapse
XPERIA S v4.1.2 - Installed the latest version v2.1. Tapped on last hourly use and FC....
I might just excuse myself from the room at this point.
Dr Goodvibes said:
XPERIA S v4.1.2 - Installed the latest version v2.1. Tapped on last hourly use and FC....
I might just excuse myself from the room at this point.
Click to expand...
Click to collapse
Blackiedamus said:
Updated, power cycled, got the same error message.
Click to expand...
Click to collapse
Hi guys i send you a PM with couple of intructions. Not sure if this will resolve but maybe i will be able to fix it with your help!
Been running all day, but then selected one of the options and it started force closing again. I'll try to give it a fix when I get home.
Blackiedamus said:
Been running all day, but then selected one of the options and it started force closing again. I'll try to give it a fix when I get home.
Click to expand...
Click to collapse
Just manually clearin the app cache make it work again?
Is there any app on your devices wich automatically clears memory/cache of applications and bstats is in its list?
A new update will be released soon with some bug fixes that should resolve FC problems of some users!
The app has been working without a hitch over the last 48 hrs. Just thought I'd share
Sent from my awesome S4 using Tapatalk 4
Awesome Share

[APP][Root][4.0+] KernelControl Beta [update 9][Plugin interface]

Hi,
I'm presenting you KernelControl. A beautiful app to tweak your kernel.
{
"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"
}
This is a beta at the moment, because I only have a limited device pool and testing the app on friend's phones resulted in some workarounds. The app will be released on Play Store after the beta is over for a few bucks, but I will post new free, full featured and ad free versions here from time to time.
Google+ Community for better communication: click
Features:
Phone, 7 inch and 10 inch layout
Card UI
A safe boot receiver. It should detect if the shutdown was wanted or a dropout
CPU frequency changing
CPU Governor Changing and tweaking the governor kernel parameter
Voltage changing
Low Memory Killer tweaking
VM Settings tweaking
Switch the I/O scheduler
tweak the kernel parameter of the I/O scheduler
Change the readahead buffer size
Change the TCP congestion control
Toggle fast charging (if supported)
Lots of informations about your device. Like CPU load, average system load, information about your SOC, time in state and RAM usage information [available for users without root access]
Create your own plugins! More info here
More to come
Plugin API:
If you want to add a plugin I have created a simple API available at Github. Feel free to message me here on xda, the g+ community or via the in app contact options. I will respond as soon as I can ​
So if you want to help, test it and if it crashes provide a logcat output of the error and some small description what you have done. Please post issues with the app like unexpected behaviour and last but not least if you find some spelling, grammar etc. mistakes, please post this too (english isn't my native language).
If you have any idea to further improve this app, please post it here too.
Changelog:
Update-1: Fix for devices with a smaller screen than 360dp
Update-2: Fix hdpi layout getting cropped
Update-3: More bug fixes
Update-4: Fixed threading issues, fixed some more force closes, fixed the spinner issue (setting a item without a change by the user), DashClock extension
Update-5: Build with proguard (smaller size), bug fixes, automatically crash reporting (you can opt out if you need the tinfoil head), new package name (you can deinstall the old app. The old naming will be used for the Play Store variant)
Update-6: Only crash fixes. Lots of them.
Update-7: Huge changelog
Update-8: Plugin interface. For the rest have a look here
Update-9: Plugin interface: Feature request: hide VM, Governor, I/O Settings via a plugin. Layout fixes for tablets.
Permissions explained:
RECEIVE_BOOT_COMPLETED: for the boot restore
ACCESS_SUPERUSER: Manipulating kernel interfaces
INTERNET: Crash reporting and Analytics (to help me improve the app)
ACCESS_NETWORK_STATE: Same Crash reporting and Analytics
GET_ACCOUNTS: Never used unless you attach contact information to your crash report
USE_CREDENTIALS: Never used unless you attach contact information to your crash report
READ_PROFILE: Never used unless you attach contact information to your crash report
READ_CONTACTS: Never used unless you attach contact information to your crash report
Libraries used in this project:
Crouton
RootTools
Crashlytics
Analytics
Dashclock API
Thanks
Looks good!
Sent from my U8800Pro using xda premium
Very good
Galaxy Nexus cihazımdan Tapatalk 4 ile gönderildi
Update:
Now on Beta-3: Layout for hdpi devices should work (still needs some tweaking.). More bug fixes.
Added more and nicer styled screenshots to OP.
Created a Google+ Community for better communication: click
Edit:
Next version: Bug fixes and a DashClock Extension with 3 modes (Screenshot).
Most stylish and EASY TO USE interface I have seen :thumbup:
Goodluck on your App.
noteandfound said:
Most stylish and EASY TO USE interface I have seen :thumbup:
Goodluck on your App.
Click to expand...
Click to collapse
Can we have a dark theme on the next update please? I love it as it is but i would like it if it came with a dark theme too
Best app in recent times.
hope addition of much more feature
the app looks great and works great but I would like to use it as a replacement for stweaks.
is it possible to make the program read the costume kernel options like stweaks does?
Thanks for the feedback
chachin said:
Can we have a dark theme on the next update please? I love it as it is but i would like it if it came with a dark theme too
Click to expand...
Click to collapse
hrm. I will have it in my mind but I think that cards with a dark theme are losing the nice and clean look. Maybe a feature if most other stuff is up and running
Thristle said:
the app looks great and works great but I would like to use it as a replacement for stweaks.
is it possible to make the program read the costume kernel options like stweaks does?
Click to expand...
Click to collapse
I'm thinking about a way to add custom kernel tweaks for a long time without just implementing it directly in the app and so removing a potential income for kernel developers.
Tracking down this problem is the number one priority on my to do list.
Very good finally i can delete the other app :thumbup::thumbup:
PS my device is an HTC evo 3d
semper fidelis tapatalk
Benee said:
I'm thinking about a way to add custom kernel tweaks for a long time without just implementing it directly in the app and so removing a potential income for kernel developers.
Tracking down this problem is the number one priority on my to do list.
Click to expand...
Click to collapse
I dont see the relation. Im talking about all the extra options some kernels have (like dorimanx kernel for the i9100)
Thristle said:
I dont see the relation. Im talking about all the extra options some kernels have (like dorimanx kernel for the i9100)
Click to expand...
Click to collapse
Some developers are creating own apps to control these parameters. I was working on kernels too (way back in the htc desire and a bit in the Optimus 2x/G2x time) and instead of asking for donation, some developed a app to control these settings. These could buy you a drink for the work and the supporter got a nice app in return.
Implementing it for free would subvert a income for a developer. Ok some devs creating an app for free and don't take donations too. But others not and I don't want to piss anybody off. So I'm thinking about a extremely easy to programm plugin interface (think of it as DashClock extensions). I'm not sure how good it will be possible nor if it's possible at all, but I will work on it and I hope I will find a way.
(Plus it saves me a lot of nerves. Implementing this stuff and testing it on every device with min and max values, possible steps etc. I would call this a pretty severe pita.)
Update 4:
Fixed threading issues
fixed some more force closes
fixed the spinner issue (setting a item without a change by the user)
DashClock extension
Have fun
Benee said:
Some developers are creating own apps to control these parameters. I was working on kernels too (way back in the htc desire and a bit in the Optimus 2x/G2x time) and instead of asking for donation, some developed a app to control these settings. These could buy you a drink for the work and the supporter got a nice app in return.
Implementing it for free would subvert a income for a developer. Ok some devs creating an app for free and don't take donations too. But others not and I don't want to piss anybody off. So I'm thinking about a extremely easy to programm plugin interface (think of it as DashClock extensions). I'm not sure how good it will be possible nor if it's possible at all, but I will work on it and I hope I will find a way.
(Plus it saves me a lot of nerves. Implementing this stuff and testing it on every device with min and max values, possible steps etc. I would call this a pretty severe pita.)
Click to expand...
Click to collapse
Im still not getting it. Apps like stweaks and extweaks do exactly what i am talking and are avilable for free in the app store and i dont see any kernel devloper being angry. Also there is no need to implement steps and values since they are all contained in the kernel itself (perhaps in xml format or something close)
dam i just downlaoded and installed build 3!!! :L will update now :L
Thristle said:
Im still not getting it. Apps like stweaks and extweaks do exactly what i am talking and are avilable for free in the app store and i dont see any kernel devloper being angry. Also there is no need to implement steps and values since they are all contained in the kernel itself (perhaps in xml format or something close)
Click to expand...
Click to collapse
Nope. Everything ist hard coded in the apps. Like which values are possible, what is the safe range of a parameter (vibration strength could kill your vibration motor up if bad programmed). There are a huge number of custom parameters in every custom kernel. I could only support selected interfaces on selected devices like trickster mod. I don't want to do this. This is plain pita and I would neglect a huge device base.
Instead I will create a extension which other developers can use and add the parameters with save values etc. This is imo way better than to hardcode everything in one app.
I got force close on xperia play running super jellybean 5.5. Please fix!
mikorivera said:
I got force close on xperia play running super jellybean 5.5. Please fix!
Click to expand...
Click to collapse
How about a logcat of that error? My magical crystal ball is broken at the moment...
Benee said:
How about a logcat of that error? My magical crystal ball is broken at the moment...
Click to expand...
Click to collapse
Here is a logcat.
mikorivera said:
Here is a logcat.
Click to expand...
Click to collapse
The dev implemented a the voltage interface in an uncommon way. I will add some additional checks to ensure it will run in these conditions.
Gesendet von meinem Nexus 4 mit Tapatalk 4

Features of android 4.4 kitkat

since cyanogenmod 11 is released and it has android kitkat so here are the new features incorporated in android 4.4 kitkat
(android 4.4 is optimized for improving the performance on devices with 512 MB RAM or less.The entire UI is going to get smoother.)
1.UI improvement and redesign in apps-the apps like email and downloads are streamlined.the status and navigation bars go translucent.
2.improvement in google now-google now is 25% more accurate and will give u precise results with ur questions.cards for local shopping have been added.
3.SMS app is a part of hangouts-with hangouts u get three options- SMSs, MMSs and GTalk chats.emoji icons are incorporated in stock keyboard.
4.CALLER ID gets smarter-priority will be given to contacts with whom u talk the most.local listing on google maps will be used for recognizing numbers.
5.quickoffice default app for document reading and editing-quickoffice is integrated with android 4.4 just as iWork suite in apple devices.
6.voice control is always on-android kitkat incorporates always-on voice control that allows users to send text messages, locate places on google maps, play songs.
7.SCREEN RECORDER-u get to record anything u do on ur phone and save it in mp4 format.it is very useful for creating tutorials.
8.addition for support of cloud printing-the new version of android adds support for cloud printing.the limitation is that google cloud Print function is limited to the HP ePrint range and printers that have apps in the play store marketplace.
9.step counting-fitness freaks rejoice! Android 4.4 comes with a function called Moves that operates as a pedometer that counts your steps. google says this is a battery friendly way to measure your daily activity level.
SOURCE-TOI
ART is also one of the novelties of the new android
could you post the link of this rom
because i have kitkat but it hasn't step counter or screen capture
MACLAW rules
Soit77a said:
MACLAW rules
Click to expand...
Click to collapse
Oh, come on...
Soit77a said:
MACLAW rules
Click to expand...
Click to collapse
Now you will se how he rules. You will get 10 updates per week - but non of them will fix some major bug.
All of them will be: sources update, some speed tweaks etc, etc... Mark my words.
shut_down said:
Now you will se how he rules. You will get 10 updates per week - but non of them will fix some major bug.
All of them will be: sources update, some speed tweaks etc, etc... Mark my words.
Click to expand...
Click to collapse
no with any new build, there will be new bugs... :laugh:
Mr.xD97 said:
no with any new build, there will be new bugs... :laugh:
Click to expand...
Click to collapse
{
"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"
}
shut_down said:
Click to expand...
Click to collapse
What is the function of ART?
[ sent from my mind ]
sandidonk said:
What is the function of ART?
[ sent from my mind ]
Click to expand...
Click to collapse
Here.
eduds said:
Here.
Click to expand...
Click to collapse
Thx bro, google is the best search engine.
Whether all of user applications support ART?
{sent from my mind}
if I help you, simpe just hit the thanks button.
sandidonk said:
Thx bro, google is the best search engine.
Whether all of user applications support ART?
{sent from my mind}
if I help you, simpe just hit the thanks button.
Click to expand...
Click to collapse
Unfortunately, no.
And I think that ART doesn't work with Xposed Framework, but I'm not sure...
Sent from my GT-I9070 using XDA Premium 4 mobile app
shut_down said:
Now you will se how he rules. You will get 10 updates per week - but non of them will fix some major bug.
All of them will be: sources update, some speed tweaks etc, etc... Mark my words.
Click to expand...
Click to collapse
i might have spoken to early in the heat of his first release of cm11 with camera and omx working...i see that now
Soit77a said:
i might have spoken to early in the heat of his first release of cm11 with camera and omx working...i see that now
Click to expand...
Click to collapse
Can I say: "I told you." now?
shut_down said:
Can I say: "I told you." now?
Click to expand...
Click to collapse
yes you can
shut_down said:
Now you will se how he rules. You will get 10 updates per week - but non of them will fix some major bug.
All of them will be: sources update, some speed tweaks etc, etc... Mark my words.
Click to expand...
Click to collapse
It was the same as releasing a rom once every two months with only one bug fix or sometimes nothing at all.
At least there was an improvement everyday.
kupalogs said:
It was the same as releasing a rom once every two months with only one bug fix or sometimes nothing at all.
At least there was an improvement everyday.
Click to expand...
Click to collapse
What improvement? And we did not get any update, maybe one. I am speaking generaly about that dev. Fix one thing, mess another - attract people to go to web site with adds to download new version, in couple days again fix that what he broke - but broke another thing and in circle...
shut_down said:
What improvement? And we did not get any update, maybe one. I am speaking generaly about that dev. Fix one thing, mess another - attract people to go to web site with adds to download new version, in couple days again fix that what he broke - but broke another thing and in circle...
Click to expand...
Click to collapse
Well programming is not easy, maybe for you. Sometimes you will fix a certain things but at the same you accidentally broke something without knowing. Fixing and breaking is normal unless you are a perfect human that can code flawlessly.
And i dont see any wrong idea about attracting users to your site with ads, it is a site it was meant to be visited. And no one force you to download the file every release.
kupalogs said:
Well programming is not easy, maybe for you. Sometimes you will fix a certain things but at the same you accidentally broke something without knowing. Fixing and breaking is normal unless you are a perfect human that can code flawlessly.
And i dont see any wrong idea about attracting users to your site with ads, it is a site it was meant to be visited. And no one force you to download the file every release.
Click to expand...
Click to collapse
It is perfectly normal if you do not do it in purpose. By knowing that you will do that and make a bug. And why lying that ROM has some feature... But why to spend words on this matter anymore. :angel::angel::angel:

[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?

Categories

Resources