[APP][Root][4.0+] KernelControl Beta [update 9][Plugin interface] - Android Apps and Games

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

Related

[APP][2.1+][Optimized 4.0+] WordLookup - Not your average dictionary tool!

The ability to select text and sharing it seems to be rare in apps for pre-Honeycomb Android versions, so this may be a problem. This app will have limited functionality in those Android versions.
Hey xda developpers,
Here's my shot at my second ad-free app, WordLookup !
{
"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"
}
What is it?
Many of you have probably heard of the popular Google Dictionary extension for Google Chrome, which allows you to double click any word on a web page to view its definition. I have found this feature indispensable to my web browsing.
Of course, it's not possible to implement something like this in Android just yet, but this app tries to imitate its functionality. There's no need to open another dictionary app to find definitions anymore!
WordLookup allows you to view word definitions easily as you browse the web, and when using apps. It does require an Internet connection to work, however.
Simply hold&select the word you wish to look up, share it with WordLookup and a small notification popup will show a few definitions for the word! It's that simple!
Here's how to use it:
1- Hold and select the word you'd like to get the definitions.
2- Select the Share button in the menu/Action Bar.
3- Share text to WordLookup.
4- The definitions should show up in a bit as a popup(Toast) notification.
Supported Apps:
-ICS Android Browser
-Google Chrome
-ICS Gmail and Email app
-Pulse
-Many,many others. More will be added in this list.
Right now, this app is only tested on Android 4.0 - Ice Cream Sandwich, as many apps on earlier versions of Android do not support sharing text, your mileage may vary, though. Some parts of the program are still very rough, as this is still a beta.
Upcoming features includes offline dictionaries, and more!
Technical stuff in a nutshell:
This app gets the shared text via an intent and uses the Knicker library to fetch definitions from Wordnik (thanks to their nifty API). It then sends the definitions to a custom Toast pop-up, which is displayed on the bottom of the screen.
Bug reports! Suggestions! Angry Hate Mails!
If there's anything, feel free to reply to this thread, or PM me.
Or you can also e-mail me at houyuchen66 [at] gmail.com.
Cool! Where do I get it?
Google play link: https://play.google.com/store/apps/details?id=com.icechen1.wordlookup
If you find this app useful, a rating would be great! Please leave your feedbacks in this thread, it really helps!
Dammnn, finally i dont need to copy paste the word anymore into some dictionnary web site
This looks like an awesome idea. Would it be possible to auto detect non-English words and auto-translate selected words using Google Translate? Thanks!
jazzboyrules said:
This looks like an awesome idea. Would it be possible to auto detect non-English words and auto-translate selected words using Google Translate? Thanks!
Click to expand...
Click to collapse
That is coming in a future version! Right now, it's mostly a proof-of-concept. Is the app working fine on your phone, however?
Can anyone with a Gingerbread, or previous version of Android confirm if this app works in these versions?
Thanks
Crashes every time.
Htc one xl running cleanrom de 3.0
Ics 4.0.3
Tried in stock browser, dolphin
Sent from my HTC One X using Tapatalk 2
kravguy said:
Crashes every time.
Htc one xl running cleanrom de 3.0
Ics 4.0.3
Tried in stock browser, dolphin
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
varrav said:
on Gelaxy S2 crashes from time to time
Click to expand...
Click to collapse
Just released a new version on Google Play that should fix these crashes, as well as implementing the native Toast look, and other fixes. Let me know if it works well now!
Question, is it better to use a Toast notification, like now, or switch to a dialog box, which offers more optimization at the expense of more obtrusiveness?
icechen1 said:
Question, is it better to use a Toast notification, like now, or switch to a dialog box, which offers more optimization at the expense of more obtrusiveness?
Click to expand...
Click to collapse
maybe you should make a settings panel!
dk2000zx said:
maybe you should make a settings panel!
Click to expand...
Click to collapse
It already exists! And thanks for the feedback there.
This is a cool idea, but it doesn't really function on my GB TB because the option to share text is limited (as you stated). Still, I'll be following this to see where it goes and I'll definitely give it a spin once I upgrade!
Keep up the work c:
-And a suggestion-
Do you think it would be possible to create an offline version as well and have the word lookups routed through a database in your app instead of online?
I know I'm connected to the internet via wifi and it won't connect... HTC thunderbolt on sfk almost sense 4.0/gingerbread. I could share it and everything though
Sent from my ADR6400L using XDA
Mesograt said:
This is a cool idea, but it doesn't really function on my GB TB because the option to share text is limited (as you stated). Still, I'll be following this to see where it goes and I'll definitely give it a spin once I upgrade!
Keep up the work c:
-And a suggestion-
Do you think it would be possible to create an offline version as well and have the word lookups routed through a database in your app instead of online?
Click to expand...
Click to collapse
Hey Meso,
Unfortunately, the limitations on GB seems to be a hard one and cannot be fixed unless the app developer(in the case of the browser, Google) updates it to add sharing, or possibly added into a ROM or something.
And an offline version are upcoming as well, once some flaws with the app gets nailed out. I'm also thinking of using Bing's traslation service to deliver translations in a future version, as well.
Atamagaokashii said:
I know I'm connected to the internet via wifi and it won't connect... HTC thunderbolt on sfk almost sense 4.0/gingerbread. I could share it and everything though
Sent from my ADR6400L using XDA
Click to expand...
Click to collapse
Hey,
That's weird, but I may know why, will try to fix it in the next update. I am rather busy these days so you will have to be patient
Meanwhile, try to go on wordnik.com via your phone. It may have been blocked for some reason. Let me know if it works or not.
Just released 0.1.2beta which includes a few buxfixes and also allows me to better identify problems(let me know if you still encounter the problem, Atamagaokashii)
Just released 0.1.5beta:
Changelog:
-Added a loading screen while definition is loading
-optimizations
icechen1 said:
Just released 0.1.2beta which includes a few buxfixes and also allows me to better identify problems(let me know if you still encounter the problem, Atamagaokashii)
Click to expand...
Click to collapse
Much better! Love it! I've been waiting for something like this for awhile. Is it possible in the next update to be able to choose or have options for where it.pulls a definition from?
Sent from my ADR6400L using XDA
Atamagaokashii said:
Much better! Love it! I've been waiting for something like this for awhile. Is it possible in the next update to be able to choose or have options for where it.pulls a definition from?
Sent from my ADR6400L using XDA
Click to expand...
Click to collapse
I'll definitively look into it! The Wordnik API does support pulling from Wikitionary, Webster, etc. It's possible to set this from an option. Glad this app is useful for you!
Really nice icechen1, thank you! :good:
I was looking for an app like this 3 months ago. Especially to handle the needs expressed by dk2000zx:
dk2000zx said:
Dammnn, finally i dont need to copy paste the word anymore into some dictionnary web site
Click to expand...
Click to collapse
and by jazzboyrules:
jazzboyrules said:
This looks like an awesome idea. Would it be possible to auto detect non-English words and auto-translate selected words using Google Translate? Thanks!
Click to expand...
Click to collapse
Since I didn't find anything, I developped my own app called CopySearch. I can't post link, but there is a thread presenting it on xda.
At the end, our 2 apps are totally different, which is fun:
same user needs + 2 different developpers = 2 apps that have nothing in common :laugh:
keep going!
Transparence Code said:
Really nice icechen1, thank you! :good:
I was looking for an app like this 3 months ago. Especially to handle the needs expressed by dk2000zx:
and by jazzboyrules:
Since I didn't find anything, I developped my own app called CopySearch. I can't post link, but there is a thread presenting it on xda.
At the end, our 2 apps are totally different, which is fun:
same user needs + 2 different developpers = 2 apps that have nothing in common :laugh:
keep going!
Click to expand...
Click to collapse
Hey!
I looked at your app and must I say, I do like the concept of it and the level of customization!
Cheers!
Very nice. Best I've seen so far. I like the UI and overall smoothness of the look up. Although it doesn't know what 'limbo' is
Sent from my Nexus S 4G flashed to Boost Mobile

[APP][2.2+] Aptrax | App Usage Tracker [2014-03-6 v1.2.1]

{
"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"
}
Google Play Store Link
Have you ever wondered what apps you have installed and don't even use? Or just curious which applications you use the most on your device? Say hello to Aptrax!
Aptrax runs in the background and monitors what apps you use and how long you use them for. You can also check how many times you have opened each app. Through its holo themed interface you can then uninstall the apps which you do not use. Aptrax is very light on memory usage and has no battery drain, even when set to high frequency tracking.
Features
★ Track how long you use each of your apps
★ See the number of times you launched each app
★ Easily uninstall unused apps
★ No battery drain (even on high frequency tracking)
★ Very low memory usage
★ Holo themed interface
★ Starts automatically when you turn on your device
★ Completely free, no adverts or in-app purchases
Feedback is very appreciated
Thanks, now i can check how much time i killing on social networks
By the way, can you add a feature of grouping apps in reports? Like games, social networks, messengers?
Aweome idea..will try
Sent from my A117 using XDA Premium 4 mobile app
lb4business said:
Thanks, now i can check how much time i killing on social networks
By the way, can you add a feature of grouping apps in reports? Like games, social networks, messengers?
Click to expand...
Click to collapse
Thank you for the feedback! That's a very good idea indeed, I will keep it in mind for the following updates. This weekend I will be releasing an update which allows you to remove the notification bar icon, together with some other small additions.
Bluehacks said:
Aweome idea..will try
Click to expand...
Click to collapse
Thanks, looking forward for some feedback
New version
I have just released v1.1. The update contains the following changes:
- Added the option to disable the ongoing notification
- Refreshing app usage data when opening the app
- No longer tracking itself
- Fixed an issue which was causing the service to start even when it was set to disabled
- New app icon
Check it out and leave feedback please
@Mendrake very nice app! i would like to see some features like usage & time count for system apps (which has a GUI & Launchable like camera,gallery,clock etc.) , auto reset the usage & time count after 24 hours & a list of usage & time count for one week seperately for each day per app when clicking the app.
thank you for making such a sleek app! i love it & also thank you for making it free! keep up the good work! :good:
killoid said:
@Mendrake very nice app! i would like to see some features like usage & time count for system apps (which has a GUI & Launchable like camera,gallery,clock etc.) , auto reset the usage & time count after 24 hours & a list of usage & time count for one week seperately for each day per app when clicking the app.
thank you for making such a sleek app! i love it & also thank you for making it free! keep up the good work! :good:
Click to expand...
Click to collapse
Thanks a lot for the feedback killoid!
The tracking of system apps is the feature I'm focusing on at the moment and will try and release it this week. Also the filtering of statistics by daily/weekly/monthly is something I intend to do right after since it would be very useful! :fingers-crossed:
Mendrake said:
Thanks a lot for the feedback killoid!
The tracking of system apps is the feature I'm focusing on at the moment and will try and release it this week. Also the filtering of statistics by daily/weekly/monthly is something I intend to do right after since it would be very useful! :fingers-crossed:
Click to expand...
Click to collapse
well,looking forward to the updates.
Great idea, thanks. Will give it a few days to see what it comes up with and will report back
Sent from my SM-N9005 using XDA Premium HD app
Nice and clean. Only the permissions which are really needed. I like it.
Thank you
Good concept. But it isn't showing my time spent in FB Messenger while using it in Chathead-mode. And also it's not showing times spent in Chrome/Google Now.
de Wolfe said:
Good concept. But it isn't showing my time spent in FB Messenger while using it in Chathead-mode. And also it's not showing times spent in Chrome/Google Now.
Click to expand...
Click to collapse
Yeah Facebook Chat Heads cannot be tracked by Aptrax. This is because Aptrax is only able to track foreground apps, while Facebook Chat Heads is more of an overlay over another foreground app.
Regarding Chome and Now, they are not being tracked because they are System apps, and at the moment I'm only tracking User apps. Will be fixing this issue in v1.2 though, you can expect it very soon.
Thanks for the feedback
Awesome.. Nice concept.. Clean ui...
Sent from my Nexus 4 using xda app-developers app
Version 1.2
v1.2 is now out, it includes these changes:
- App usage now shows usage data of system apps such as Messaging and Browser
- Added an option in the settings menu to hide system apps
- Added an option in the settings menu to reset all the data collected
The app is now also ranked as number 10 and 12 in Netherlands and Germany respectively, under the Top New Free Tools section.
Thank you all for trying it out and providing feedback!
Version 1.2.1
v1.2.1 includes the following minor change:
- Redesigned & updated the credits screen
I'm currently in the process of adding more features to this app based on the feedback I've collected.
If you have good ideas you would like to see included, feel free to reply here or message me :highfive:
Great app! i always wondered about app stats and this is the while package!
You did a GREAT job!
Sent from my beautiful purple friend Xperia Z.
..........Technology Discovery..........
http://www.technology-discovery.com
Mendrake said:
I'm currently in the process of adding more features to this app based on the feedback I've collected.
If you have good ideas you would like to see included, feel free to reply here or message me :highfive:
Click to expand...
Click to collapse
how about including an option to warn saying 'you are using this app too much' on user specified usage count?
@Mendrake thanks for a great app.
Actually I've been looking for something like this. I just have one feature request.
It would be awesome if you could backup a list of installed apps and maybe save it in the cloud or email it. This could come in handy when flashing new roms or changing devices.
Thanks
pemell
Good and useful app, but in my opinion there are too many wakelocks that prevent deep sleep: about 1 every 10 seconds with low tracking frequency.
Could it be possible to improve it?
Inviato dal mio Xperia Sola utilizzando Tapatalk
stiven68 said:
Good and useful app, but in my opinion there are too many wakelocks that prevent deep sleep: about 1 every 10 seconds with low tracking frequency.
Could it be possible to improve it?
Click to expand...
Click to collapse
Hey stiven, glad to see you like the app. Correct me if I'm wrong, but a device can only go into deep sleep when the screen is turned off right? If that is the case, Aptrax does not prevent deep sleep, because its service gets stopped on screen off, and starts again when the screen is turned back on.
When testing the application I made sure that it never caused any form of wake locks on the several devices I tested it on, and monitored it through Wakelock Detector. It never showed any sign of wake locks or battery drain.
pemell said:
@Mendrake thanks for a great app.
Actually I've been looking for something like this. I just have one feature request.
It would be awesome if you could backup a list of installed apps and maybe save it in the cloud or email it. This could come in handy when flashing new roms or changing devices.
Click to expand...
Click to collapse
That's a very good idea @pemell and should be fairly easy to implement it. Thanks for suggesting it!
killoid said:
how about including an option to warn saying 'you are using this app too much' on user specified usage count?
Click to expand...
Click to collapse
That's one good way to let someone know they are wasting too much of their time on apps!
Sounds like it would be a useful feature to have, I've taken note of it. Thanks for the suggestion @killoid
mety333 said:
Great app! i always wondered about app stats and this is the while package!
You did a GREAT job!
Click to expand...
Click to collapse
Thanks a lot for the feedback! :highfive:

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

[APP][ROOT][4.1+] Kernel Toolkit Kernel Settings

Kernel Toolkit allows you to manage kernel settings on your rooted device. This app is a solo effort, my main goal is to simplify kernel tuning and provide a clean looking modern UI with the lovely new material design.
The app is stable, however not entirely feature complete. Expect frequent updates with new features. I wanted to get the basics working and published as soon as possible, to get feedback and all bugs worked out.
Currently it provides all the fundamental settings for kernel tuning. There are several other features that are currently in development that will be added very soon.
Development Update
- The app is ready to be translated to other languages. If you'd like to see the app in your language, please let me know via posting or PM. I will send a auto-translated set of strings to someone who speaks the language to make revisions. The process is very fast and the app will be updated promptly. new
- Before you leave a poor rating in play store, please let me know what I can do to improve the app. This app is the result of listening and responding to feedback and criticism, I take all recent feedback into consideration during every update.
Features
- Live device stats
- Time in cpu states with custom references
- Adjust kernel settings:
- Cpu governor
- Cpu governor parameter control
- Gpu governor/max frequency
- I/O scheduler
- I/O scheduler parameters
- Read ahead buffer
- Voltage table control / global adjustment
- Enabled/disable system executables including Mpdecision, Pnpmgr
- Apply settings on boot
- Intelliplug settings
- USB fast charge toggle
- Screen wake control
- Big and small core separate control new
- And many more
Features in development
- Per app profiles new
- CPU, RAM, device stat widgets new
- Thermal threshold settings
- 4.0 ICS compatibility
- You tell me
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"
}
Bug reports
Please send bug reports via email @ [email protected] or by PM on xda. Please include your device name and android version.
Feature requests
Please do not hesitate to send feature requests (via email @ [email protected] or by PM on xda). Always open to new ideas and features.
Download
Download via Play Store: https://play.google.com/store/apps/details?id=com.dsmartapps.root.kerneltweaker
Support with donation
Credits
- Google for SlidingTabLayout
- Pnikosis for material indeterminate progress bars on pre-lollipop > https://github.com/pnikosis/materialish-progress
- @haqanguven for Turkish translation
- @RASTAVIPER for Greek translation
- @ChiDi9901 for German translation
- @neytireyqa for Czech translation
Guide to kernel settings
http://forum.xda-developers.com/lg-g2/help/test-t3032171
http://www.androidcentral.com/fine-tuning-minfree-settings-improving-androids-multi-tasking
https://android.googlesource.com/ke...7aebe08b/Documentation/cpu-freq/governors.txt
Recommended settings for Lollipop
The following are changes I made on the stock kernel on my GPE m8
- multicore power savings: enabled (1)
- minfree settings: medium
Default minfree settings on lollipop are very aggressive. If you have at least 1 GB of RAM you should lower the values.
This looks nice man!
I get FC upon the opening of the app and I tried to clear cache and data for it and it's not working for me.
I send the report through the google, if you didn't received it let me know how and I try to redo it again, might help you find the problem.
Nexus 6 - BlissRom 2.0 - Despair Kernel
Nice attempt..looking forward to this
Hi there.
thank you for your app,but i keep getting Fc on my m8 running ARH34 and elementalx kernel.
pls fix this.
thanks.
ForceCloses too on my mtk6592..with Team Force Kernel
The UI is pretty Cool .. Will try asap (Y)
doesn't start on my phone FC, very time.
Phone: LG E975 running cm12 nightly
log link
Force close on my M8 with ARHD 34.0 and Elemental X kernel.
Looks nice brah! Thanks for the application!
Force closes on my MTK6592 device (octa-core)
Exception class name: java.lang.NullPointerException
Source file: LinuxSystem.java
Source class: com.dsmartapps.root.kerneltweaker.LinuxSystem$StatsPoller
Source method: onReadCores
Line number: 647.
I'm guessing this is because of the 8 core processor?
Force close Nexus 5 euphoria OS 29th build
Nice
Looks great, I'm gonna try it right when I get home
Hey guys, thank you guys for reporting the FCs.
These are very simple bugs to fix i'll try to get an update out later today.
This was sort of expected with release as this app can't be tested on an emulator since the emulator has no kernel files. Please bear with me and don't give any bad ratings in the play store just yet!
aksclusive said:
Read this post and save money on 3G data
http://forum.xda-developers.com-limit-mod-t3021683
Click to expand...
Click to collapse
Your SPAM is not needed here.
FC in Moto G 2013 with Lollipop 5.0.2 stock (stock kernel too), after giving root permitions...
More here:
Exception class name:
java.lang.NullPointerException
Source file:
LinuxSystem.java
Source class:
com.dsmartapps.root.kerneltweaker.LinuxSystem
Source method:
getExecutableState
Line:
565
Stack trace:
java.land.RuntimeException: An error occoured while executing doInBackground()
Just tested on my Galaxy S4 running CM12 and it FC'd. Hopefully fixed in next update, looks good from the screenshots though!
Okay update has been pushed out. Should be in the play store within an hour or so.
Most FCs have been fixed. In some cases I did a temporary work around until I figure out whats going on on some devices system files.
There is one issue on some devices thats causing a crash when reading the min/max frequencies which is strange because they should be the same on all devices. Its possible this is caused by missing busybox installation. You can install it via playstore if your rooted. If your still getting FCs and are familiar with ADB cmds, I may need your help by running a few cmds to look at your device files. I might make a debugging apk that reads your system files if anyones willing to help out. I'll keep you guys posted.
Until then stay with me my #1 priority right now is to get this working on all devices!
Heisenberg420 said:
Okay update has been pushed out. Should be in the play store within an hour or so.
Most FCs have been fixed. In some cases I did a temporary work around until I figure out whats going on on some devices system files.
There is one issue on some devices thats causing a crash when reading the min/max frequencies which is strange because they should be the same on all devices. Its possible this is caused by missing busybox installation. You can install it via playstore if your rooted. If your still getting FCs and are familiar with ADB cmds, I may need your help by running a few cmds to look at your device files. I might make a debugging apk that reads your system files if anyones willing to help out. I'll keep you guys posted.
Until then stay with me my #1 priority right now is to get this working on all devices!
Click to expand...
Click to collapse
Updated and working. Very nice UI. Thank you.

[APP][JB+] Pintasking - Create floating shortcuts

{
"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 an app for power users that miss the old good Taskbar, ALT-TAB shortcut, WIN+[n] shortcut or workspaces on their Android devices. PinTasking allows you to create floating shortcuts in form of pins, on demand and based on their current task and workload.​
Features:
pin apps/tasks/documents to access them quickly from any screen and app
jump quickly to your most recent task
or your whole tasks history
doesn't restart your tasks under Lollipop like similar apps
[ROOT] Disable the app-switch-delay
extremely customizable
smooth & cool animations
Material design
integrate your browser in PinTasking to:
easily pin your browser whenever you open a link
collect / preload links without to leave an application
quickly share or open links in another app
works with nearly all browsers
Help me to translate Pintasking into your language:
https://www.localize.im/v/m3
Changelog:
Code:
1.0.5:
- bug fix
- small improvements
1.0.4:
- bug fixes
- Accessibility Helper mode improvements
- preparation for a new browser extension feature
1.0.3 :
- small improvements
1.0.2 :
- bug fixes
- improved In-app Billing
1.0.0 :
- stable release
- added an introduction
- added a warning for HTC devices
- added flashable ZIPs as an alternative to the automatic Helper installation process
- device & android version specific bug fixes
- browser extension fix for Android M Preview 2
Short Youtube clips:
I'm currently working on a new app but Pintasking will still receive a lot of updates in the future!
Upcoming features & improvements:
a new mode for the browser extension (preloading on Andorid 5.0+ without root)
activities & shortcuts as home actions for the swipe pad & assist action
automatic recreation of pins after an update or reboot
auto-hiding pins in black-listed apps
more customization options like pin color
custom toasts implementation
translations
In form of independent apps:
hardware buttons remapping on Android 4.3+ (without root)
a gestures based swipe pad app with a lot of possibilities
News writers can drop me an email or PN to get temporary access to all PRO features. In order to do that I have to add the reviewer's email to my testing access list in my Developer Console.
XDA:DevDB Information
Pintasking, App for all devices (see above for details)
Contributors
PhinxApps
Version Information
Status: Stable
Created 2015-04-03
Last Updated 2015-08-23
nOice
I'm looking forward to trying this out soon.
This app sounds really nice. I was looking for an app like this to have more possibilities of multitasking. I have installed it and I will give you some feedback soon.
UPDATE:
PinTasking Beta: http://goo.gl/WxZzMc
Changelog:
improved descriptions
Improved crash reporting
fixes for rare bugs
fixed root-helper-installer bug on tablets
updated icons
a Iot of new customization options
the swipe pad isn't accessible from the lockscreen anymore
The Play Store listening should appear in the next hours.
Gadget Hacks made a short review of the alpha version:
Is there any way to make it not hafta require rooot on 5.0+?? Or is that not feasible? Thanks!
thank you very much
JoeFCaputo113 said:
Is there any way to make it not hafta require rooot on 5.0+?? Or is that not feasible? Thanks!
Click to expand...
Click to collapse
It's possible with some limitations:
- no preloading / preopening (Quick opener mode) of webpages
- a click on Evernote, Google Docs and etc. will bring you to the latest document or screen of this app and maybe not to the document you actually pinned
- a few apps may reinitialize and lose text in input fields, scroll progress and etc. after switching to them
I'll implement a non-root mode if there're enough interested people that are okay with this limitations.
btw:
PinTasking is live on the Play Store:
wow, you added even more options!
nice update
PhinxApps said:
It's possible with some limitations:
- no preloading / preopening (Quick opener mode) of webpages
- a click on Evernote, Google Docs and etc. will bring you to the latest document or screen of this app and maybe not to the document you actually pinned
- a few apps may reinitialize and lose text in input fields, scroll progress and etc. after switching to them
I'll implement a non-root mode if there're enough interested people that are okay with this limitations.
btw:
PinTasking is live on the Play Store:
Click to expand...
Click to collapse
I would like non root also please.
Very nice and intuitive app
ktetreault14 said:
I would like non root also please.
Very nice and intuitive app
Click to expand...
Click to collapse
Agreed!
JoeFCaputo113 said:
Agreed!
Click to expand...
Click to collapse
Okay, I'll implement a non-root mode before or after the full release. May I ask you why folks with a rooted phone (?!) want it? I wonder if it's for security reasons? You can install the system helper by yourself with a root file explorer. Even system apps need a confirmation to gain root and the helper app declares only two additional permissions and shares them with PinTasking.
I am rooted but their are plenty of people who arent.
My phone is rooted, running plenty of rooted apps, and it says I am not and asks to install the helper or uninstall. Do I have to install the helper? I am on Android 5.1.1 HTC One M8.
yung40oz84 said:
My phone is rooted, running plenty of rooted apps, and it says I am not and asks to install the helper or uninstall. Do I have to install the helper? I am on Android 5.1.1 HTC One M8.
Click to expand...
Click to collapse
This could help you:
1. Make sure that you haven't accidentally denied the root pop-up.
2. Restart the app and try it again.
3. It takes a while on Cyanogenmod to show up the root dialog. Tap "verify root" and wait 2-8 seconds.
I experienced the same bug once but I couldn't reproduce it and a simple application restart solved it for me. I'll look into it again.
Anyway, thanks for reporting.
PhinxApps said:
Okay, I'll implement a non-root mode before or after the full release. May I ask you why folks with a rooted phone (?!) want it? I wonder if it's for security reasons? You can install the system helper by yourself with a root file explorer. Even system apps need a confirmation to gain root and the helper app declares only two additional permissions and shares them with PinTasking.
Click to expand...
Click to collapse
I am not rooted lol...
Looks cool dev. kudos
Oneplus Temasek + AK Goodness
JoeFCaputo113 said:
I am not rooted lol...
Click to expand...
Click to collapse
Oh okay, I implied it because of your signature.
0.9.1 is out:
http://goo.gl/WxZzMc (link stays the same)
Play Store update is pending
Changelog:
- bugfix release
PhinxApps said:
Oh okay, I implied it because of your signature.
0.9.1 is out:
http://goo.gl/WxZzMc (link stays the same)
Play Store update is pending
Changelog:
- bugfix release
Click to expand...
Click to collapse
It says I am 100% stock!
bye bye link bubble thx
---------- Post added at 10:28 PM ---------- Previous post was at 10:24 PM ----------
this app is the best app I need to buy premium to support... Maybe next update can allow impatient users (like me) to buy premium lol
hi ,
Your app PinTasking looks very interesting and practical .Thanks !
One issue i am trying to understand ................
I have Note 4 ( N910F ) rooted and on Lollipop 5.0.1
i installed your app from Play store,granted root access etc .
But i found app a bit confusing at first ( functions ..how to use etc ).
i uninstalled app ,as i wanted to see your video and then decide.
After watching video ,i was happy i understood functions better and reinstalled from Play store .
This time app was installed ,without asking again for root ( as in 1 st time when i installed )
It is working fine ,tested it rebooted etc ,but PinTasking does not show up in Superuser..?
However ,whilst typing above ,i had idea and went to PinTasking /Root helper installer and reinstalled
helper then was ask for root access etc ,( even though it was never uninstalled ,as i could see it in Titanuim )
and activated it ,and now app shows up in Superuser .
I have solved my issue ,but want to bring it to your attention.
Very impressed so far with apps.........practical /functional uses !
good luck

Categories

Resources