[Q] cyanogenmod 7, setting app priority? - Android Software/Hacking General [Developers Only]

Hi, I'm trying CM7 on Milestone and it seems to work perfectly. However, I use an app (Privacy guard) to lock apps like SMS and GMAIL.
It seems that CM sometimes kills the app making it useless.
Is there a way, like editing a conf file to set this app "persistent" or "immortal"?
I think that maybe this could be achieved using "priority", but I don't know if there is a better way. I'm not an expert
Any suggestion is appreciated.
Thank you in advance!
Pol.

Oh, maybe I can achieve the same result inserting the app in the "Android Core Apps" group... but how do I do it?
Thank you

do you have advance task killer or equivalent?

No, I don't have any task killer, since as I understand is useless on Android... am I wrong?
My problem is with the autokilling feature of CM7
thanks

Q solved: how to keep specific process alive in cm7
Found it!
In one of the latest release appeared in /system/build.prop an option to set up to 2 processes to keep alive.
Can't remember the exact setting name now, but you can find it easily just reading the settings file /system/build.prop
To edit and save this file you will have to remount the filesystem as read/write instead of read only. Just google that.
Bye

Related

[Q] Disabling Android 2.2 DropBoxManager

Good Day Folks.
I'm a Noob in need of help and i'm hoping the more experienced among us might be able to assist. I have an issue with disappearing phone storage. Over the course of a week I realized that I was losing about 1MB a day. My phone would basically be dormant and I would still see my storage space dropping by this amount everyday.
Cache cleaning didn't work. Later I realized that Android creates a bunch of log files in Data/System/Dropbox that was responsible for the disappearing phone storage trick I've been seeing for a while now.
I know now that Google has incorporated into Android as of the 2.2 iteration, a DropBox Manager that's responsible for logging all of the events that take place during the course of a running Android session. Everything from what took place at boot to force close details.
I understand that this is used for debugging purposes but I'm no developer . So my question is.... Can this DropBox Manager be disabled....somehow.
I really don't need all these files (and its A LOT OF THEM) being created as they serve no practical purpose for me. Not sure if anyone else might have noticed this but I'm hoping to receive some help. Even if it means pointing me in the right direction so I can work on it myself.
I really don't have a clue on how to start. Any help will be appreciated....Seriously...
Currently using G1 with CM6 Magpie running on EZTERRY's 2.6.34.7 kernel.
Its perfect except for this annoying problem.......
Hm what happens if you rename the directory. It might throw some errors in the logger, but probably won't create anymore files.
I just deleted the content of my dropbox folder, the DropboxManagerService was throwing some errors that he could not open files, but the phone was fine, no FCs or anything.
Renaming the directory just results in a random reboot. My guess is that when Android tries to create a new log, its unable to find the directory and then it just freezes and after a while it reboots. Once restarted it just reappears... I've tried that too.
And its true.. Its ok to delete the files. Its what I do currently. All of those files in Data/System/Dropbox as well as the ones located in Data/Tombstones are ok to delete. As I said, its just used for debugging purposes. Whats really annoying though is that, no matter how many times you delete anything, they just get repopulated just as fast as they're deleted. I'm ok with micro-managing my memory and phone storage (its a G1 after all) but this is ridiculous. It just creates too many of these log files too quickly.
If there was a way to turn the DropBoxManager service off then that would be the end of it all.
What's unusual about it too is that in my particular case, the contents of these text files just have two things listed in them. Pertaining to my online accounts associated with the phone: My Google account and My Whatsapp account...
It just repeats the same thing over and over again. I'm starting to think that the event data might actually be synchronization data or at least synchronization attempts made at regular intervals. But ultimately i'm guessing....
I really don't have a clue... Have you ever heard of anything like this on XDA......possible resolutions of this issue?
epolaris said:
I really don't have a clue... Have you ever heard of anything like this on XDA......possible resolutions of this issue?
Click to expand...
Click to collapse
Not yet .
What about replacing the folder by a symlink to /dev/null ?
You could also try to change permission on the folder.
Ok... I'm a real Noob but I'll take a shot.. When you say symlink what do you mean.
I'm not really familiar with Android at that level yet its really just flashing and such.
But I know a symlink is really just a reference to a location that the OS would interpret and follow (like a pointer i think). So, is it that you're suggesting some sort of redirection where the Data/System/Dropbox directory is pointed to another arbitrary location. Kind of like a creating a dead link that Android is unable to follow up on. Or maybe, redirecting the folder to an entirely new location that Android would then follow. I'm not sure... How do you perform a symlink in Android... I'm willing to try.
You can do it with a console on the phone it self or using adb shell. You need root of course.
You could make a link to another location where you have more space?
Or you change to permissions of that directory to write only.
Or you can mount a different file system to that directory that is read only.
On how to do that just google a bit for linux tutorials on that topic.
I have just googled a bit and it seems you can't symlink directories to /dev/null.
If all that doesnt help post again, there might be an option to make an app delete the files automaticly, first time they get created.
If that would be an option too let me know, im in the mood to program something intresting .
Disabling Android 2.2 DropboxManager [RESOLVED]
I took your advice and did the research you suggested and it worked.
The first thing I tried was changing the permissions on the "Data/System/Dropbox" directory and it worked. But I didn't use CHMOD and console command line to do it.
I have a program called Root Explorer that allows me to permanently change the permissions on any file or folder I select. I set all of the offending folders to read only and the log files stopped being written to those folders.
These are the directories I set to read only:
1. "Data/System/Dropbox"
2. "Data/System/UsageStats"
3. "Data/Tombstones"
Since changing the permissions on these folders my phone storage has stopped dwindling out of control. No additional programming necessary
Disabling the DropBoxMangerService itself is not necessary which is good.
I'm going to take your advice and read up some more on Linux commands (specifically Ubuntu as its what I currently use).
You have been very helpful, thanks for the advice. If you have any ideas about Froyo ROMS (Maybe even Gingerbread ) I should try let me know.
Thanks again....
I have also found these files. They can take MUCH space in memory and nothing seems to delete them. I made the dropbox system folder RO but I think this is a bug. It should be reported to the dropbox team. Is there a bug report form somewhere? I did not find it... Just found the forum, QA,...
[edit]I reported it in the forum... Just see http://forums.dropbox.com/topic.php?id=41227 [/edit]
vax said:
I have also found these files. They can take MUCH space in memory and nothing seems to delete them. I made the dropbox system folder RO but I think this is a bug. It should be reported to the dropbox team. Is there a bug report form somewhere? I did not find it... Just found the forum, QA,...
[edit]I reported it in the forum... Just see http://forums.dropbox.com/topic.php?id=41227 [/edit]
Click to expand...
Click to collapse
You are mistaken: /data/system/dropbox, has NOTHING todo with www.dropbox.com !
See http://developer.android.com/reference/android/os/DropBoxManager.html
Dark3n said:
You are mistaken: /data/system/dropbox, has NOTHING todo with www.dropbox.com !
See http://developer.android.com/reference/android/os/DropBoxManager.html
Click to expand...
Click to collapse
Hey, just looked at your SD Maid app (looks cool).
So what do you know about /data/system/dropbox? I just read that htc uses the dir to store phone events which is then sent to the htc cloud of spying-on-your-ass. But since non-htc phones have this dir, is htc merely misusing the directory and it has other legit uses, or is this a directory we should try to keep cleaned out?
(I like the idea of changing perms so nothing writes to it if that's the case.)
600 MB additional free storage
Hi all
Just found a smart way to increase your Dropbox account with 600 MB:
1 Sign into your existing Dropbox account (or create a new account)
2 Goto https://www.dropbox.com/free
3 Follow instructions ... and voila 600 MB additional free storage
Mittaa said:
Hi all
Just found a smart way to increase your Dropbox account with 600 MB:
1 Sign into your existing Dropbox account (or create a new account)
2 Goto https://www.dropbox.com/free
3 Follow instructions ... and voila 600 MB additional free storage
Click to expand...
Click to collapse
Yay, nice to see you didn't read the thread at all.
This has nothing todo with dropbox.com
Yea other day I got the SD Maid, and the Pro version after I saw how handy it was. I too on my G1 (with 2.2) see that dropbox folder.. and lately Ive been thinking its causing my G1 to constantly reboot. When I look, it has 300+ files in it. So I clear that folder and seems to stop rebooting for a lil while.
Not sure what the deal is here however, been trying to find out. HOWEVER it only seems to reboot once its connected to the internet, so I am wondering if this is where it tries to upload and so. Not really sure. That and its hard to tell in logcat whats going on before it reboots.
Thanks
Excellent information. This works on my Sony Ericsson Xperia Pro MK16a, Rooted. Thank you so much. My best regards.
Try to change the permisions of the folder, I'm not sure if it would work but you could try ^^
Sent from my GT-I9001 using xda premium
All is ok
All was fine. The permissions :laugh:changed with root explorer. Thank you so much
Note completely disabled but only 1 file in the /data/system/dropbox folder with these Android shell commands (or use Sqlite3 editor):
content insert --uri content://settings/secure --bind name:s:dropbox_max_files --bind value:i:1
Or for Android 4.2+
content insert --uri content://settings/global --bind name:s:dropbox_max_files --bind value:i:1
settings put global dropbox_max_files 1
Reboot.
more dropboxmanager settings:
dropbox_age_seconds
dropbox_max_files
dropbox_quota_kb
dropbox_quota_percent
dropbox_reserve_percent
I've been using the advice from this thread to control this "dropbox" data collection directory for several years now until I updated to 9.0 and found that the folder and default permissions were restored after every reboot. Was irritating bc I can use root to modify /system but no longer have control over my own data partition Something is over-riding my root-user!!!
I tried different apps, TWRP's FM, adb, and almost gave up when init.d scripts wouldn't work either. init.d will work tho. A simple script to run
Code:
#!/system/xbin/sh
busybox rm -f /data/system/dropbox
at boot. You can probably chown and chmod if you want but I just deleted it. Just put it in your init.d folder and make sure you give it the correct permissions (root:shell -755), then immediately perform a soft reboot. Use hardware keys if you have to. You want the phone to go immediately OFF, no spinny wheels or "powering off" notifications. That's the only way I could get rid of the damn thing.
Anyway, I came across this thread while searching for a solution and thought I would add this in case any other paranoids like me are concerned about this mysterious "dropbox" directory. This will probably break any ability for google to troubleshoot your phone but I don't think that's real anyway. It's just spyware as far as I'm concerned.
p.s. (off-topic) Thanks @Dark3n I'm also a frequent SD Maid user btw and in case you happen to read this, I thought I might mention I intended to send a donation via your app the other day (i like to show love when ppl share badass works) but balked at the only available option for "pizza," not bc I don't appreciate it that much but I can afford a little every now and then. If you add a smaller option, "coffee" or beer or whatever, maybe even an outside of googlePlay option, BTC perhaps. I'd be happy to shoot a few dollars at you.

Multitasking / Keeping Apps in foreground state

If i understand Android correctly, it sends applications into a "background" mode when switching tasks? I would like to prevent that. There are some apps (like games or browser) that need quit a bit of time restoring the last state so this would be usefull for some tasks.
Is this possible ?
TyrionWarMage said:
If i understand Android correctly, it sends applications into a "background" mode when switching tasks? I would like to prevent that. There are some apps (like games or browser) that need quit a bit of time restoring the last state so this would be usefull for some tasks.
Is this possible ?
Click to expand...
Click to collapse
Well, switching to background mode just marks the application as not displaying anything. The way memory management on Android works, if foreground apps (i.e. apps that are actively displaying on the screen) need memory and there's none available, then background apps will be put into a stored state that frees up memory for the foreground apps. Coming back from that stored state is probably what you're noticing. Android also tries to keep a certain amount of unused memory around and will put background apps into stored state to achieve that. We do have pretty limited memory available on this device so some level of pausing is always going to happen. See also: http://andrs.w3pla.net/autokiller/details
You may be able to reduce how many background tasks are put into storage by tweaking the minfree parameters (using e.g. Autokiller Memory Optimizer from the market) to tell Android to aim for a smaller pool of free space.
Mioze7Ae said:
Well, switching to background mode just marks the application as not displaying anything. The way memory management on Android works, if foreground apps (i.e. apps that are actively displaying on the screen) need memory and there's none available, then background apps will be put into a stored state that frees up memory for the foreground apps. Coming back from that stored state is probably what you're noticing. Android also tries to keep a certain amount of unused memory around and will put background apps into stored state to achieve that. We do have pretty limited memory available on this device so some level of pausing is always going to happen. See also: http://andrs.w3pla.net/autokiller/details
You may be able to reduce how many background tasks are put into storage by tweaking the minfree parameters (using e.g. Autokiller Memory Optimizer from the market) to tell Android to aim for a smaller pool of free space.
Click to expand...
Click to collapse
Thanks, i'm will give it a try. Is it also possible to max out swap before sending apps to background? I think restoring the ram-state from sd would still be faster for several apps.
Edit: reading your post again, i'm not talking about a tasking switch delay, but apps that completly reload themselves when switching tasks (DolphinMini page load,DungeonHunter as examples). Just to prevent any confusion...
TyrionWarMage said:
Thanks, i'm will give it a try. Is it also possible to max out swap before sending apps to background? I think restoring the ram-state from sd would still be faster for several apps.
Edit: reading your post again, i'm not talking about a tasking switch delay, but apps that completly reload themselves when switching tasks (DolphinMini page load,DungeonHunter as examples). Just to prevent any confusion...
Click to expand...
Click to collapse
Oh... Sorry I misunderstood. I don't know anything relevant to that case.
I've spent a few hours trying to find how to make certain Droid apps maintain their foreground state when put in the background with no luck. Perhaps it just can't be done.
I'm thinking of the Cydia iPhone app called Backgrounder which lets you choose which apps maintain foreground state when put into the background.
This is necessary, for example, with a note application where you are switching between taking notes and looking up info. Every time you switch back to the note app, you need to go back into your note, put it in edit mode and navigate to the section of the note you were editing. If it were acting like a foreground app in the background, when switching back to it it would already have your note open and be in edit mode with the cursor where you left off.
K9 mail has a similar problem where if you have an email open, switch to another application, when you go back to K9 it takes you to your inbox again where you have to navigate to the email you had open before switching.
Is there a tool similar to Backgrounder for Android?
Thanks.
nheacock said:
I've spent a few hours trying to find how to make certain Droid apps maintain their foreground state when put in the background with no luck. Perhaps it just can't be done.
I'm thinking of the Cydia iPhone app called Backgrounder which lets you choose which apps maintain foreground state when put into the background.
This is necessary, for example, with a note application where you are switching between taking notes and looking up info. Every time you switch back to the note app, you need to go back into your note, put it in edit mode and navigate to the section of the note you were editing. If it were acting like a foreground app in the background, when switching back to it it would already have your note open and be in edit mode with the cursor where you left off.
K9 mail has a similar problem where if you have an email open, switch to another application, when you go back to K9 it takes you to your inbox again where you have to navigate to the email you had open before switching.
Is there a tool similar to Backgrounder for Android?
Thanks.
Click to expand...
Click to collapse
Looking for such tool too. Making app to stick with its foreground state even though it is actually in the background. (Make it appear in notification?)
ZDBox is a useful tool... you can download from market its free and the app has the abbility to:
★ Traffic counter: Monthly/daily mobile data usage overview, shows remaining data traffic, detailed data usage information for each app.
★ Do not disturb: Just set days and the time when you need your privacy and you won’t be disturbed by your phone. Set phone to silent, vibration or airplane mode.
★ App lock: Protect apps with a password or pattern, for exmaple your contacts, Facebook, Twitter, Whatsapp,Gmail and so on
★ Task killer: Kill all apps at once, define protected apps which won’t be killed, set auto kill when screen gets locked, mark single or multiple apps to kill
★ history eraser:clean your(Browser history,market search history,Google Map search history,Gmail search history,Clipboard)
★ Notification bar: One tap on the bar shows remaining battery time, running apps, how much data traffic is left and if app lock is active or not. A tap on these informations starts ZDbox.
★ Uninstaller: Shows used/available internal and SD card memory. Apps can be easily uninstalled. Single or multiple (batch) uninstall possible.
★ App to SD: Move apps to your SD card. Single or multiple (batch) move possible. Only for Android 2.2 and 2.3.
★Cache Cleaner:With Cache Cleaner you can clean your cache of phone.protect your secret without a trace.
I hope you can use for keep your running applications with that app...
sorry for my english...
davidequiz said:
★ Task killer: Kill all apps at once, define protected apps which won’t be killed, set auto kill when screen gets locked, mark single or multiple apps to kill
Click to expand...
Click to collapse
This will not help since the task killer which kills the background apps in inside the android system not an external one.
We must find a way to control the internal one then...
nheacock said:
I've spent a few hours trying to find how to make certain Droid apps maintain their foreground state when put in the background with no luck. Perhaps it just can't be done.
I'm thinking of the Cydia iPhone app called Backgrounder which lets you choose which apps maintain foreground state when put into the background.
This is necessary, for example, with a note application where you are switching between taking notes and looking up info. Every time you switch back to the note app, you need to go back into your note, put it in edit mode and navigate to the section of the note you were editing. If it were acting like a foreground app in the background, when switching back to it it would already have your note open and be in edit mode with the cursor where you left off.
K9 mail has a similar problem where if you have an email open, switch to another application, when you go back to K9 it takes you to your inbox again where you have to navigate to the email you had open before switching.
Is there a tool similar to Backgrounder for Android?
Thanks.
Click to expand...
Click to collapse
Guys, I'm so much looking for a solution of this same thing. The closest I came to is Ram manager. Has a xda threat and can be found in the play store. But it also can't manage to lock an app and prevent its killing (although it helps a lot). I need my navigation always running and it is silently killed or stopped while I'm looking at my mail or have a phone call. This is ridiculous. Have you found a solution. Some way to protect an app from killing and lock it in the foreground. I mean how are they able to do it for the apps which are in the system tray!? Like antivirus apps and tons of other. I can't believe xda experts don't know how...
I would think that Antivirus apps run a service.
In Mioze's CM6 there are build prop edits that might work, but I never tried them.
Code:
# apps to be kept in memory (specified by process name)
# use with caution, RAM is limited!
sys.keep_app_1=
sys.keep_app_2=
I am not an expert and can't tell the difference between service and an app running. What you're saying makes sense, but I need clear instructions somewhere to make an app protected from killing. Thanks for helping.
Sent from my HTC One X using xda premium
Wrong forms this milestone xt720.
Sent from my SGH-T759 using xda premium
I pretty much fixed android multitasking - even on ense 4.0 and 4.1
http://forum.xda-developers.com/showthread.php?t=1900626
Testers welcome.
And for locking an app in a foreground state, my SuperCharger can do that via BulletProof Apps menu.
zeppelinrox said:
I pretty much fixed android multitasking - even on ense 4.0 and 4.1
http://forum.xda-developers.com/showthread.php?t=1900626
wI
Testers welcome.
And for locking an app in a foreground state, my SuperCharger can do that via BulletProof Apps menu.
Click to expand...
Click to collapse
I tested that and almost became an expert. I'm not so sure if it is completely solved, although I have to admit that you have done a great and recognized job.
Just tell me can the script for bulletproof apps work alone, without the supercharger script. Many ROMs have their own memory settings and one is afraid to cover them with supercharger script settings.
But if bulletproof script can run and do the job on itsown then the problem is really fixed.
Yeah its separate.
Alot of devs say dont supercharge because they dont want to be showed up and scare their users lol
But hundreds of roms come supercharged anyway.
zeppelinrox said:
Yeah its separate.
Alot of devs say dont supercharge because they dont want to be showed up and scare their users lol
But hundreds of roms come supercharged anyway.
Click to expand...
Click to collapse
Thanks for answering!
So I'm going to try running only the bulletproof script without the supercharger script and set an app to be UNbillable.
Should I set it to run on startup!? I'm using custom ROM. The last revolution HD.
The init.d script would run automatically.
So you dont need to configure anything.
Whatever app is in the hitlist will get bulletptoofed soon after running the app.
zeppelinrox said:
The init.d script would run automatically.
So you dont need to configure anything.
Whatever app is in the hitlist will get bulletptoofed soon after running the app.
Click to expand...
Click to collapse
I am trying to get this configured. But I only want to run the bulletproof script, not the 99SuperCharger script. I just want to keep my rom's memory settings, cause I am OK with them.
But both of the scripts (99SuperCharger and bulletproof) are going to reside in the init.d folder of my custom rom. So they will both be started, aren't they?
How can I make only bulletproof script run at boot. Should I just delete 99SuperCharger from init.d?

Make an application to system application

Hi
I want to change an application to system application. Is there any application which can do this?
Sent from my MB525 using XDA App
it's really easy to do in a terminal, or through adb
find the app like this:
Code:
su
cd /data/app
ls
then find the file name of the app you want to move, and:
Code:
mv /data/app/<name_of_app>.apk /system/app/
You could probably use any of the root file explorers on the market to do this too - just find the file in /data/app and move it (or cut and paste it) to /system/app
You need to restart after this, because the apps in system only change on startup
What do you mean exactly?
Want to grant the access to ALL the system's resources?
Or do you just want to move an application to the system/app folder?
First case, you can't. Your application would need a platform key.
Second case, just root your phone and use a file explorer with root functions. By the way, this won't give to the application any special power...
Would this keep an application from being killed in the background if it is moved to /system? For example, on a MIUI rom, using 'alternate drawer' it will close after X amount of time and then reload when you open it, which defeats the purpose of having a quick loading app drawer. If I move it to /system would it prevent this?
civicvx94 said:
Would this keep an application from being killed in the background if it is moved to /system? For example, on a MIUI rom, using 'alternate drawer' it will close after X amount of time and then reload when you open it, which defeats the purpose of having a quick loading app drawer. If I move it to /system would it prevent this?
Click to expand...
Click to collapse
I don't think so.
Any process which does not belong to the Android core can be killed when the OS claims memory.
Moving an app to /system/app does not turn that app into a piece of the OS nor turn its process into a critical process that must be preserved.
I've never tried a MIUI rom, so i don't know much about it..
xdaid said:
I don't think so.
Any process which does not belong to the Android core can be killed when the OS claims memory.
Moving an app to /system/app does not turn that app into a piece of the OS nor turn its process into a critical process that must be preserved.
I've never tried a MIUI rom, so i don't know much about it..
Click to expand...
Click to collapse
Ah I see..Thanks for the info. I wasn't sure what the criteria was for Android to kill a background app and really have only experienced this issue/question with MIUI and the alt drawer app.
Oh, even I am facing this problem. After some amount offers time the applications gettingkilled somehow, in my barebones rom with cm7., so making it system won't help it.
Sent from my MB525 using XDA App
@obscurant1st, @civicvx94
Rather than the android internal task killer it could be the problem is related to the rom you use.
You are on GB, if i am not wrong both, CM7 and MIUI, undervolt the cpu. Try to increase those values, give a little bit more volts and see what happens.
If the problem persists, look for the internal task killer settings in the scripts loaded at startup (look for info at the rom's page) and try to adjust them.
xdaid said:
@obscurant1st, @civicvx94
Rather than the android internal task killer it could be the problem is related to the rom you use.
You are on GB, if i am not wrong both, CM7 and MIUI, undervolt the cpu. Try to increase those values, give a little bit more volts and see what happens.
If the problem persists, look for the internal task killer settings in the scripts loaded at startup (look for info at the rom's page) and try to adjust them.
Click to expand...
Click to collapse
I use Barebones rom with CM7 - Can you provide a little more info?
There is an option to do it in titanium backup, not sire of it's effectiveness though.
obscurant1st said:
I use Barebones rom with CM7 - Can you provide a little more info?
Click to expand...
Click to collapse
This is taken from Barebones page:
Code:
Reduced vsel:
- 300mhz-30 > 20
- 600mhz-46 > 38
- 1000mhz-58 > 50
Check for SetVSel app, if you can't find it in your rom download it from market.
Adjust the voltage using that app, it's quite easy.
Also, once rebooted, open SetVSel again and check your settings in order to see if they're still effective.

[Q] Deodexed - Debloated (manually)?

I'm really sorry if this has already been posted somewhere, but I "did" look for the past hour and couldn't find anything that specifically showed me what to do.
I'm currently running the following on my Samsung Droid Charge:
http://rootzwiki.com/topic/10515-odinall-in-oneep4d-gingerbread-236-w-cwrimo-kernelrooted/
I wasn't able to use the Deodexed/Debloated since certain programs weren't loaded by default.
Since running the fully bloated version, the memory for apps that start automatically keep the memory usage around 310/330MB and I'm constantly having to use the TaskManager to clear/close apps that are running in the background.
I found a site that allowed me to remove (via adb) all the .odex files, and I deleted some of the .apk that did remove apps, but I'd really like to know what I can and can't remove. Right now my camera works, but when trying to make a movie, it says it can't save to the flash drive....so I may have deleted something. /ugh
I'd really appreciate it if there was a link or site that shows you how to manually remove all programs (debloat) on your phone once you have it setup the way you want. I have no need for about 50% of the crap Verizon installed.
Yes, I'm rooted (shhhh) and the phone's display is awesome, but for now I'm kinda stuck with it since the wife has control of the purse strings. HA!
Thanks in advance!!
TSG
I would just use root explorer to unistall the apps from the system/ apps folder, that way you can remove app, that you don't use that are in the app drawer.
Hit that thank button if I helped!
techno-update said:
I would just use root explorer to unistall the apps from the system/ apps folder, that way you can remove app, that you don't use that are in the app drawer.
Hit that thank button if I helped!
Click to expand...
Click to collapse
That's what I did, but exploring in other directories (was bored) I noticed quite a few com.android.blahblahblah.bitbop and other com.android.xxxx.programname that I deleted in the /system/app folder. Do these need to be removed also?
I think this is where I removed one of the files that killed the video recorder on my phone and I have no idea what it was. ???
If just removing the .odex files and files in the /system/app folder is all that's needed, I'm happy but there are still quite a few "background apps" that load such as "Factory Test", "Rx Networks PGPS Seed Downloader", "VVMservice" etc. Have no clue what those are and I have very few apps installed. The phone is mostly used for work, so I have Pulse, Engadget, Facebook and Business Calendar (which ties into Exchange) installed. That's it.
Thanks again!
TSG
Just remove the apps that you know are the same from the app drawer. You don't wanna mess with others, since if you erase the main, the extras wont run and can cause instability. Your phone should run faster after that. May try setcpu to overclock it to.
Hit that thank button if I helped!
techno-update said:
Just remove the apps that you know are the same from the app drawer. You don't wanna mess with others, since if you erase the main, the extras wont run and can cause instability. Your phone should run faster after that. May try setcpu to overclock it to.
Hit that thank button if I helped!
Click to expand...
Click to collapse
Gotcha. I use No-frills CPU Control, but the Max CPU is 1GHz and minimum is 100MHz, so either I'm running stock kernel, or the program won't allow me to overclock it.
Anyway, I appreciate the help!!
Thanks
TSG
Sounds like your not running an overclocking kernel.
Hit that thank button if I helped!
techno-update said:
Sounds like your not running an overclocking kernel.
Hit that thank button if I helped!
Click to expand...
Click to collapse
I know the Motorola Droid like the back of my hand, but Samsung is a bit different. Do you have any kernels that you would recommend? Is there a page here on XDA that has the kernels?
Thanks again!
TSG
I think this one is the best,
http://www.addictivetips.com/mobile...-kernel-on-samsung-droid-charge-via-recovery/
It can overclock up to 1.6GHz
I would keep it on like 1.4GHz just to be safe though
remove pulse and kindle and words free
Hi guys,
Wasntnsure where to post this, this seems like the right thread.
I have rooted my tab and running GalaxyaTasks ROM.
My question is how can I delete the .apk for kindle, pulse and WordFree?
Thanks guys
Use a file explorer and find the corresponding .apk file in either /data/app or /system/app
Afterwards do a reboot and maybe run SD Maid "corpse cleaner" feature to remove left over settings files.
Dark3n said:
Use a file explorer and find the corresponding .apk file in either /data/app or /system/app
Afterwards do a reboot and maybe run SD Maid "corpse cleaner" feature to remove left over settings files.
Click to expand...
Click to collapse
I have the root explorer and everything, however, I couldn't find the APK name for the pulse / kindle application, do you know that name?
I am basically looking for the name of the APK.
Thanks,
The name of the .apk will be the apps packagename look it up.
I.e. for the kinde app
https://market.android.com/details?id=com.amazon.kindle
"com.amazon.kindle" is that apps packagename.
The apk will be named com.amazon.kindle(something).apk
You could just use an app to search for "kindle" on your device.

LowMemoryKiller not working properly on Xiaomi Redmi 9?

Hello people! I've made this thread because I've been noticing apps getting hibernates/closed more aggressively in the background than usual. I know, MIUI has issues with being a little more aggressive than others but this isn't usual as I've had the phone for 2 years now and never experienced something like this. I've decided to open MT Manager to see if the file is even there (some posts showed how to edit the file so I thought why not try) and shocker, it's gone!? Now I'm unsure how a system file got permanently deleted for good but it seems very concerning. I'm gonna try downloading a rom for my version and see if I can doctor the file out of it but if not then welp. PLEASE reply with any answer/advice you have, helpful or not I appreciate anything right now! Multitasking is so impossible currently but that's what I need my phone for...
(No, I unfortunately don't have a backup...)
You can configure Android's Low Memory Killer via system file build.prop:
Low Memory Killer Daemon | Android Open Source Project
source.android.com
Changes in there don't stay permanent but I'll check it out also, isn't there supposed to be a /sys/module/lowmemorykiller/ folder?
xXx yYy said:
You can configure Android's Low Memory Killer via system file build.prop:
Low Memory Killer Daemon | Android Open Source Project
source.android.com
Click to expand...
Click to collapse
Never occupied with this, because I think Android is smart enough to manage RAM usage.
BTW:
You force settings to stay permanent if you simply add persist. to front of it, e.g.
persist.ro.lmk.low=1001
persist.ro.lmk.medium=800
persist.ro.lmk.critical=0
Thanks! And I'm only messing with it because it never hibernated apps THIS aggressively, I need to multitask.

Categories

Resources