[APP] Minfreemem settings - Epic 4G Themes

I have looked around to see if there were any other substantial methods to adjust the way memory was dealt with in the galaxy S. After using the phone throughout the day I do notice it bogging down to a crawl, even to open the messaging app. Now I did read in the development section about the recompiled libdvm.so for froyo. But I'm not getting ahead of myself since the file is still in testing. For immediate results I've been tinkering with Minfreemem.
If you don't know what it is, here's a run down by android central.
http://www.androidcentral.com/fine-tuning-minfree-settings-improving-androids-multi-tasking
It adjusts the way android allocates ram to specific applications running or in background. Now other forums have some information about settings and which is best, but I havent dug up much info for the galaxy. The app itself has presets and those work well. The only thing that bothers me is the presets are a bit outdated and not configured for any specific phone in mind. The screenshot below is just an example of default settings on a phone running HTC sense. My default settings running Quantium 2.7 rom was different.
{
"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"
}
After messing around for a while and looking up if anyone was using "similar apps" for the nexus S so i can test out their settings. I came only to some japanese site where the translation didnt work out very well...
So here is my settings I been using for an hour, notice the presets do show a lot of empty ram "96" to speed things up without bugging down. I believe that unused ram is wasted ram.
Foreground: 14
Visible: 28
Secondary: 32
Hidden: 32
Content provider: 64
Empty app: 32
with these settings I was able to toggle back and forth from apps without reloading. Especially the gallery, that tends to slow down quite often. Opening new apps was smooth and switching back to threads and contact lists were good as well.
I want to quote the article at android central
I want to stress -- there is nothing wrong with the way Android handles this out of the box. It's efficient, works well every time, and keeps things stable. It's our meddling and the need for instant gratification that is the real issue. Waiting .3 seconds longer never killed anyone. But I'm just as guilty as anyone else, and want immediate results too, so let's do it!
If you have anything to contribute thats "informational" please do.

Related

General operation speed of HTC S730

I think the operation speed of the HTC S730 is not a disaster, but just annoying. Basic things like opening the contacts or the Commanager etc. take FAR too long. I always use FreeRAM and other tools, keeping the free RAM at a maximum. But still... the speed is really annoying.
Are there any tweaks for a general faster reacting HTC S730? I mean it got 400MHZ!!!IT's supposed to be faster than that. I mean even opnening the slider needs like 3 seconds to adjust the screen. How is this possible with a Smartphone of 400MHZ. My stupid (old) Samsung slider reacts in 0.3 seconds after opening the slider, it got 15MHZ.
I MEAN PEOPLE, WTF
Please help
mm
I think it performs ok. This is my first device running any form of mobile windows so i dont have much to compare to. But all over im happy with it.
The one thing that does anoy me is the quality of the camera. I really thought the 2mp camera would be better. If you sneeze while taking a picture its all one big blur. People have to stand 100% still. Thank fook i didnt get it for the camera, hehehe
Waiting 3 seconds to adjust the screen after opening qwerty keyboard is ok. Have you ever had any other smartphone? On the Vox (S710) it take much longer (it's depending on what programs are running but basically it's slower).
I have used Vox for some time and the processor was really slow... rendering pages in IE, painting system graphics on lanscape was slow... I really think the 400 MHz makes Wings way faster.
BTW: Here's my little comparison benchmark.
{
"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"
}
i did the benchmark on mine:
Integer;222.7254;Moves/25 usec
Floating point;5.305;MWIPS
RAM access;447;Speed index
Draw bitmaps;698;Speed index
Main storage (write);1769.08;KB/sec
Main storage (read);3531.03;KB/sec
Storage Card (write); 513.41;KB/sec
Storage Card (read);1923.61;KB/sec
why is my htc slower than urs?
I killed all running programs and processes before banchmarking. (And maybe switched to airplane mode but Im not sure)
okay, this is it then.
thx
btw i added u on msn, accept.
cya

[APP] NookCalc

NookCalc is a basic, four function calculator designed from the ground up for the Nook Simple Touch. It is optimized for the e-ink display. I wrote this app. The top right page button acts as a dedicated clear button, in addition to the on screen clear button and clear option in the menu.
Screenshot:
{
"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"
}
That looks nice, but 840 kB is way too big an .apk file for what this does.
It should be somewhere in the neighborhood of 10-20 kB.
You have included android.support.v4 and android.support.v7 when they are not used in the least.
You can delete those from your project.
Nice! It's good to see apps written for the nook.
The calculator looks nice and the e-ink optimization is great,
however, since I don't have anything to calculate just now I just did a bit of stress testing to find that:
a) there seems to be an int overflow on really large nubers, it either crashes or warps to negative.
b) I'm not sure what pressing '=' repeatedly is supposed to do (if anything at all) as it gives weird and inconsistent results.
c) it crashes on division by zero (I HAD to try that )
d) Also, to have a useful division function you really need to use floating point numbers.
It's a nice project, but needs some working on before being a useful calculator
Thanks for the feedback guys, I appreciate it. Renate NST I removed the android.support.v7 and it significantly reduced the size of the apk from 837KB to 60.4KB, a 776.6KB difference. I didn't see android.support.v4 in my project. I didn't add any support libraries myself, Android Studio seems to put the support library in new projects and there doesn't seem to be a way to make a new project without the support library.
sega dude said:
Thanks for the feedback guys, I appreciate it. Renate NST I removed the android.support.v7 and it significantly reduced the size of the apk from 837KB to 60.4KB, a 776.6KB difference. I didn't see android.support.v4 in my project. I didn't add any support libraries myself, Android Studio seems to put the support library in new projects and there doesn't seem to be a way to make a new project without the support library.
Click to expand...
Click to collapse
how do i close this program ?
Many thanks
I just rooted my nook touch and will try this app

Help: Verizon 5.1: Phone Getting Hot & Contacts App Slow

Hey guys,
I received the Lollipop 5.1 OTA last week and upgraded from 5.0. Since then, my phone has been regularly getting very warm to the touch, much hotter than it ever has. I installed GSam to regulate the temp and it's typically around 112-113 degrees Fahrenheit. I'm not sure what temp it ran at before, but was definitely cooler as it was never noticeable.
I also noticed that the Contacts app is really slow. It takes a while to load. I believe this may also be affecting the Phone app and [Google] Messenger app. They seem to be running slowly as well. Between the heat and the slow apps, it is eating my battery up quickly. I'm getting closer to half a day of life, whereas before it was closer to a full day. Android Core Apps is eating up a good portion of the battery and is typically towards the top of the list. Previously, Screen & Android OS were the biggest culprits.
I tried to do some research on this issue and although I couldn't find too much information, I did read that this could be related to having too many "Google Contacts" and the phone is always trying to sync. I'm not sure if this is an issue newly introduced in 5.1, but I never had problems before. I do have a lot of contacts, as my company runs on Google Apps and I have all of my personal contacts stored in Google Contacts.
I'd appreciate any suggestions on how to rectify these problems. I've cleared the phone's Cache through recovery and cleared the Cache of the Contacts app. I realize that a hard reset may be my best option, but I'd rather not lose all of my progress in AdVenture Capitalist!
Thanks, guys. Looking forward to thoughts.
Here's some screenshots of battery info. Android Core Apps is killing my batt.
{
"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"
}
Sent from my XT1096 using Tapatalk

Found a way to actually open up some of the Evenwell apps using secret codes

I've spent a great deal of time trying to assess what these Evenwell apps do and have managed to open up a few using secret codes taken from the apps manifest.
1) Use this code on your phone dialler - *#"#3277#*#* it's for Stability Monitor app. This app from the looks of it is designed to send Nokia/Evenwell log reports from ANR crashes, boot reports amongst other things. By opening up the Stability Monitor app, you can actually choose to send yourself all the reports instead of them being uploaded to a server by periodically having zip files saved on your SD card! Very useful indeed.
2) *#*#666#*#* - EMM app. Yes one of the most hated of Evenwell apps that stays running constantly unless you're prepared to use ADB commands. You can manually set up CPU, GPU and DRAM Governors as if you have a rooted phone! You can either switch them off entirely or have them in use at your options. The option2s are switch off, default, screen or heavy app. There are even options for when force stop apps occur and something called dropcache.
You can also see all current app processes and even what EMM considers to be whitelisted apps. Surprisingly it doesn't consider Google Play Services to be whitelisted which answers my own question about why I would get popups to say the app stopped. There is even a way to manually add an app to the whitelist but I have not been successful with this yet as I am not as technically gifted as most people in here.
I will see about uploading some images to the net so I can post here of actual screenshots as I have not made 10 posts yet here so I cannot upload direct from my phone.
There are a few others I've discovered I can open and will update here as soon as I work out what each app does and what you can do on them when you open them up.
I would appreciate some technical assistance with regards to the EMM app as so far by making my own amendments, all I've done is heat my phone up so high I struggle to pick it up! If anyone can test out the CPU, GPU & DRAM Governor options to see which are the best, please update here.
*EDIT* Here's a link to the album I created here to post 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"
}

One UI 2.0 memory issues

Dear XDA fellows,
I have a pure S9 (SM-G960F) and recently installed the official One UI 2.0 update (G960FXXU7DTA3). The device has become progressively slow to the point where most operations, such as opening the camera, going home, switching an app etc. take 2-5 seconds each. I suspect that the problem is bad memory management as I constantly have only 700mb free (out of 4GB) and everything that is not immediately visualised now is killed in the background - even my home launcher and keyboard have to reload every time they are opened. I have attached a screenshot of the biggest ram utilisers:
{
"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"
}
Is anyone else having this issue? Are you having a mostly smooth experience with the newer update on the S9?
Yes, me too. I had to go back to Pie 9.0
Sent from my SM-G960F using Tapatalk
KingOfAllChunks said:
Dear XDA fellows,
I have a pure S9 (SM-G960F) and recently installed the official One UI 2.0 update (G960FXXU7DTA3). The device has become progressively slow to the point where most operations, such as opening the camera, going home, switching an app etc. take 2-5 seconds each. I suspect that the problem is bad memory management as I constantly have only 700mb free (out of 4GB) and everything that is not immediately visualised now is killed in the background - even my home launcher and keyboard have to reload every time they are opened. I have attached a screenshot of the biggest ram utilisers:
Is anyone else having this issue? Are you having a mostly smooth experience with the newer update on the S9?
Click to expand...
Click to collapse
I don't have any issues, my S9 feels a lot smoother than before with one ui 2.0.
And I didn't do a factory reset either, just wiped cache after updating.

Categories

Resources