Preventing WM6.1 Launching - General Questions and Answers

Hi,
I wish to stop a WM6.1 device booting the OS and instead launch an application....
Is this possible and how?
Thanks.

Ping
Pong... bounce... etc

No One Knows
Cause no one knows....

Probably because you haven't been clear on what you want to do.
For instance, you need an OS running (ie WM6.1) in order to run an app.

Surely
I don't see how much clearer that post could be.....
Essentially the OS can load in the background but i dont want it to be accessible to the user...
Currently the closest i have got is to remove the start menu bar and launch an app straight away, but theres an intermediate load period involved in this.
If its not possible then just say, I heard it was possible through editing the registry.
Cheers.

New one on me! What app are you wanting to run, why would you not want access to the os?

Prevent OS
I can hide the OS if disabling is not possible...
The whole point is so that a user cannot access the handhelds OS, only the application.

Related

Close button, process idle ?

Hiya,
I'm wonderin what the close button in WM 5.0 is actually doing. I read in another forum, that when you press the close button, the assigned process is getting the status idle and isn't using any resources anymore.
When you start a programm then, that needs more memory, the idle process will be closed, so that the new process has more resources.
Does any of you has a propper idea of whats going on in there exactly?
Thank
benbee
Yep.
What you read is more like wishful thinking.
The 'smart minimize' (X) button as Microsoft calls it does just that - it minimizes the window.
The process continues to run in the background, and even if it does nothing, it still takes up memory.
Apps are not close automatically. If you are running low on memory you get a popup asking you which apps to close.
You can close apps by going to Start->Settings->Memory->Running Application or install a 3rd party software like MagikButton.
Thanks...
...for your help. Where'd you got the information from? I mean i'm still lookin for some documentation on this feature.
kind regards
benbee
I got the info from using 2 different devices (see my sig) one with WM2003 SE and one with WM5 for over tear and a half.
And various sources like www.pocketpcdn.com
What you read might have been MS intention at some point, I don't know but in reality (and I am speaking from experience here) things are exactly as I told you.
Stupid Button
I concurr... By the year 2020 MS will have incorporated the auto close facility.

REQ: stop app from ever running in foreground

hi chaps
right, here's my problem:
i've got a prophet running the latest dopod rom. all's well in pda land. unfortunately, i've had to do some fiddling to get o2's homezone app working the way it should do. more or less. see, the thing is when my device wakes up, the homezone app HZDisplayDataSMP is always in the foreground. so before i can do anything i have to press the OK button. now, i can sort of live with this, as i have homezone functionality, but it's, well, a pain in the arse, to be honest.
so, my question to you guys is this: does anyone know of a WM5 programme that will run apps, but force them to remain in the background. i was thinking of some resident startup item that would keep the app hidden away nicely from my interface, but continue to allow it to do what it needs to.
does anyone know of anything that sounds useful? if so, you're my man. i've got a hunch our good vijay555 might be able to lend a hand, but feel free to throw suggestions at me.
thanks a million, guys
I was asked about a similar app recently, to run apps minimised.
I've had major troubles rebuilding my PC after I installed the Vista Beta and it decided to eat my Documents & Settings and Program Files.
I'm finally back up to speed and able to start programming again, so will try to look into it.
But it should be easy enough for a developer to knock together with ShellExecute.
In the meantime, you might want to use a mort script to find the window by caption and minimise it. Or SK Schema should be able to do exactly what you want, run an event when it finds a window by caption.
V
righto! thanks for the heads-up. really appreciate it, pal. i'll have a look into both of those suggestions.
ps: the only reason to install vista is halo 2 pc. can't think of any other factor which would cause me to pollute my hard drive with such nonsense

[Q] Some Stupid Questions/Gripes About Android OS

I've used an Android tablet for about a year now, and although I've put in a lot of time to make it useful and controllable, it still has a lot of troubling mysteries. I have a few questions for developer types that hopefully will help shed some light on things:
1. Why don't applications feature a "Close" button? In both Windows and GNU/Linux with a GUI, you get a neat little "X" at the top right of the window. Usually, when you click this, the application terminates. Is that so much to ask for on Android? The means of closing apps on Android seem to be entirely up to the devs and there doesn't appear to be a standard way at all. Some of the apps I've used on Android don't have any way to close them whatsoever, with the exception of killing them from a task manager or the "Manage Apps" section of settings.
2. Why do many of these programs suddenly and mysteriously start running entirely on their own? It's terribly frustrating for me to kill an app and in a half an hour find it there on the task manager list again, running without my having asked for it to do so. Where is this controlled? If there is some sort of task scheduler making this happen, why can't I easily see a list of scheduled tasks and choose which ones to run or not to run?
3. For programs that *are* running in the background (the ones I *want* to have running), why is it that they usually don't have some sort of taskbar icon to indicate at a glance that they are still running?
4. Why can't I see everything that's loading when the tablet starts? I guess I'm asking to see a logcat screen instead of a splash screen. GNU/Linux distros don't usually hide everything from the end user, so why isn't it optional on an Android tablet? Even in custom ROMS all I get are neat looking splash screens, not a terminal interface on boot.
5. Why doesn't a decent firewall application yet exist for Android? All I seem to be able to find are really coarse ones like Droidwall, where it's an all or nothing proposition (allow/block). I'd like to be able to control protocols, ports, zones and individual IP addresses and ranges like a good firewall on Windows or GNU/Linux allows. I am constantly under suspicion that someone is doing something on my tablet without my even being aware of it.
6. Why are permissions for applications so difficult to control? Maybe I don't want some stupid game getting a look at my contacts list. I realize I can just uninstall the game, but so many apps seem to tap into stuff that they shouldn't be allowed to, I feel like some sort of permissions control should be a default standard thing in Android. Instead all there seems to be are a couple of apps on the market that may or may not work.
7. Do any of you developers feel dissatisfied about the state of Android, and does Google take your feedback seriously?
8. Are there any forks of the Android OS that don't rely on Google for anything? I'm not 100 percent sure about the difference between a GNU and an Apache license. How much of the OS is closed-source? Is it enough to prevent a true, fully open-sourced Android-based OS from being made?
Sorry if any of these questions sound stupid, but even though Android is supposed to be more open than iOS, it's still not open enough for my tastes. I actually feel safer using Windows than Android, and that's just not how it should be. Am I alone in this feeling?
Ok. I would honestly say you should have gone with a Windows tablet if you want all those... It's not a computer. It's a mobile device running a mobile os. It's not gonna be a full blown computer.
McMick said:
I've used an Android tablet for about a year now, and although I've put in a lot of time to make it useful and controllable, it still has a lot of troubling mysteries. I have a few questions for developer types that hopefully will help shed some light on things:
1. Why don't applications feature a "Close" button? In both Windows and GNU/Linux with a GUI, you get a neat little "X" at the top right of the window. Usually, when you click this, the application terminates. Is that so much to ask for on Android? The means of closing apps on Android seem to be entirely up to the devs and there doesn't appear to be a standard way at all. Some of the apps I've used on Android don't have any way to close them whatsoever, with the exception of killing them from a task manager or the "Manage Apps" section of settings.
2. Why do many of these programs suddenly and mysteriously start running entirely on their own? It's terribly frustrating for me to kill an app and in a half an hour find it there on the task manager list again, running without my having asked for it to do so. Where is this controlled? If there is some sort of task scheduler making this happen, why can't I easily see a list of scheduled tasks and choose which ones to run or not to run?
3. For programs that *are* running in the background (the ones I *want* to have running), why is it that they usually don't have some sort of taskbar icon to indicate at a glance that they are still running?
4. Why can't I see everything that's loading when the tablet starts? I guess I'm asking to see a logcat screen instead of a splash screen. GNU/Linux distros don't usually hide everything from the end user, so why isn't it optional on an Android tablet? Even in custom ROMS all I get are neat looking splash screens, not a terminal interface on boot.
5. Why doesn't a decent firewall application yet exist for Android? All I seem to be able to find are really coarse ones like Droidwall, where it's an all or nothing proposition (allow/block). I'd like to be able to control protocols, ports, zones and individual IP addresses and ranges like a good firewall on Windows or GNU/Linux allows. I am constantly under suspicion that someone is doing something on my tablet without my even being aware of it.
6. Why are permissions for applications so difficult to control? Maybe I don't want some stupid game getting a look at my contacts list. I realize I can just uninstall the game, but so many apps seem to tap into stuff that they shouldn't be allowed to, I feel like some sort of permissions control should be a default standard thing in Android. Instead all there seems to be are a couple of apps on the market that may or may not work.
7. Do any of you developers feel dissatisfied about the state of Android, and does Google take your feedback seriously?
8. Are there any forks of the Android OS that don't rely on Google for anything? I'm not 100 percent sure about the difference between a GNU and an Apache license. How much of the OS is closed-source? Is it enough to prevent a true, fully open-sourced Android-based OS from being made?
Sorry if any of these questions sound stupid, but even though Android is supposed to be more open than iOS, it's still not open enough for my tastes. I actually feel safer using Windows than Android, and that's just not how it should be. Am I alone in this feeling?
Click to expand...
Click to collapse
1. Well, its a mobile OS and it would be rather annoying to have a close button on every (even most) apps. No mobile OS has had a close button
2. That's an app problem, the developer either wanted the app to do that for some function, or they made some mistake in creating causing that to happen.
3. There would be too many apps, and I doubt people want extra notifications in the status bar just informing them what's running. For example, my friends Stratosphere has a status notif whenever WiFi is connected, and it annoys the crap out of me whenever I use it.
4. Probably, because people don't care... remember Android (like WP and iOS) are supposed to appeal to consumers as a phone for "facebook, games, and internet," and if the splashscreen/bootanimation was a logcat, people would just go "wut?" Also, as smartphones get faster and faster, so does bootup time. And there wouldn't be enough time to read what's on the logcat before it fully boots and you're at the lockscreen
5. Ask the devs.
6. Once again, dev thing. They are entitled to putting whatever permission they want, and Google isn't going to stop them. Just think about it though, most people don't care about permissions. iOS doesn't display them (even though they are there) and people download apps like there's no tomorrow anyway.
7. I read somewhere that the main designer of Android was "40% complete" at ICS. It gets me excited at what's next to come, since 4.0+ is already pretty amazing.
8. I'm too retarded to understand this question
Sent from my DROID2 using xda premium
As gagdude said for 1-7.
8. There's the Chinese Aliyun OS which looks and feels a lot like Android but doesn't rely on Google - but I would't try it. You could try Ubuntu Linux if your device supports it.
Android needs to be like apple with updates time to close source this already and just have one phone already
Sent from my DROID RAZR using Tapatalk 2
Reopened, but if it gets unproviding and or heads Off Topic, well then I will readdress this thread.....
Thank you and you can Thank user: Syncopath
gagdude said:
No mobile OS has had a close button
Click to expand...
Click to collapse
Wrong, PocketPC 2002, which I used for 10 years on my HTC Wallaby, had a close button for every application.
@McMick, many of your points struck a chord with me and I have often asked myself the same things since migrating to Android from Pocket PC 2002 on my HTC Wallaby. Certainly points 1, 3, 7 and 8.
Since I jumped from PPC 2002 to Android 2.3.6 I've had the same thoughts. And I was for instance surprised to see that only now (Galaxy Note 2) are the very first steps being taken towards multiple windows.
I agree with point 4 too. On a PC (Linux or Windows) you can choose whether you see what's starting (BIOS and OS boot) or prefer a reassuring animation.
5. I have Avast!Mobile Security which has what is reckoned to be one of the best firewalls for Android, but even that only has, as you say, block or allow (individually for WiFi, 3G and mobile network).
6. The trouble with limiting permissions for apps is that if they can't get the access they want, they won't work. Personally I use the app Privacy Blocker which works around that by feeding the apps you choose not to allow to snoop nonsense information.
However it's not enough just to stand on the sidelines and issue one's wishes to "the developers". The point and the spirit of XDA-developers is that we can all start modifying things if we want to. So instead of saying "Why can't I" the thing to do is to start reading and learning and seeing if you might not after all just be able to ... do something yourself when it comes to your device.
Every Android developer does what appeals to them, which is why there is such a wonderful diversity of ROMs and apps for Android, particularly here on XDA.
So get stuck in and start trying to change things on your own device for a start. On point 5 for instance, you do see a logcat screen when you boot into recovery mode, so perhaps there's a way to display that when booting. If you do get started on modifications in the directions you indicate, I shall certainly follow progress with interest.
Thanks to BigJoe2675.
syncopath said:
Wrong, PocketPC 2002, which I used for 10 years on my HTC Wallaby,
However it's not enough just to stand on the sidelines and issue one's wishes to "the developers". The point and the spirit of XDA-developers is that we can all start modifying things if we want to. So instead of saying "Why can't I" the thing to do is to start reading and learning and seeing if you might not after all just be able to ... do something yourself when it comes to your device.
Every Android developer does what appeals to them, which is why there is such a wonderful diversity of ROMs and apps for Android, particularly here on XDA.
So get stuck in and start trying to change things on your own device for a start. On point 5 for instance, you do see a logcat screen when you boot into recovery mode, so perhaps there's a way to display that when booting. If you do get started on modifications in the directions you indicate, I shall certainly follow progress with interest.
Thanks to BigJoe2675.
Click to expand...
Click to collapse
+1
---------------------------
PocketPC 2002, which I used for 10 years :crying::crying: sorry for this....
syncopath said:
Wrong, PocketPC 2002, which I used for 10 years on my HTC Wallaby, had a close button for every application.
@McMick, many of your points struck a chord with me and I have often asked myself the same things since migrating to Android from Pocket PC 2002 on my HTC Wallaby. Certainly points 1, 3, 7 and 8.
Since I jumped from PPC 2002 to Android 2.3.6 I've had the same thoughts. And I was for instance surprised to see that only now (Galaxy Note 2) are the very first steps being taken towards multiple windows.
Click to expand...
Click to collapse
OK, but I wasn't born in 2002.
Lol jk I was, but I wasn't "born" to technology back then. I got my first phone only 3 years ago or so... and that just makes it seem that close buttons are now obsolete (on Mobile OSes, at least
Sent from my DROID2 using xda premium
gagdude said:
OK, but I wasn't born in 2002.
Click to expand...
Click to collapse
LOL as I believe they say these days. I forgive you instantly! I am amazed by your over 1000 posts in about 4 months.
McMick said:
4. Why can't I see everything that's loading when the tablet starts? I guess I'm asking to see a logcat screen instead of a splash screen. GNU/Linux distros don't usually hide everything from the end user, so why isn't it optional on an Android tablet? Even in custom ROMS all I get are neat looking splash screens, not a terminal interface on boot.
Click to expand...
Click to collapse
The app [root] live logcat by the one and only Chainfire [/hyperbole] should fix this. There are free and paid versions. Something to check out if you're rooted. Please let us know of the results. Added on edit: from Google Play.
syncopath said:
LOL as I believe they say these days. I forgive you instantly! I am amazed by your over 1000 posts in about 4 months.
Click to expand...
Click to collapse
Oh no that just means I'm a loser and I spend too much time on xda
Sent from my DROID2 using xda premium
@bigjoe,
bigjoe2675 said:
PocketPC 2002, which I used for 10 years :crying::crying: sorry for this....
Click to expand...
Click to collapse
Don't quite understand this message, probably due to my inability to correctly interpret emoticons (reverse autism?). Anyway, thanks for re-opening this one because I
think what is being discussed here is worthwhile. Given the pressure of spammer-threat I think the OP should respond soon (or anyone else). Otherwise it will be understandable if you close the thread if you prefer.
bigjoe2675 said:
Reopened, but if it gets unproviding and or heads Off Topic, well then I will readdress this thread.....
Thank you and you can Thank user:
Syncopath
Click to expand...
Click to collapse
I think I understand your priorities as moderator. This is of course a thread near the "top" of XDA and as such will far more readily attract spammers and other lowlife than further down in the more comfortable device threads where I am more used to posting. So you will want to quickly close any thread that seems to be becoming stale. Right?
@gagdude
gagdude said:
Oh no that just means I'm a loser and I spend too much time on xda
Click to expand...
Click to collapse
I don't think so, over 200 thanks didn't come from nowhere!
This is off subject having prob w/ no boot sound for boot anim
Sent from my Huawei-H867G using XDA Premium 4 mobile app

Customize CS918 Android TV Box

I was wondering if there was a way to customize the rom on the box. Mainly I would like to change the boot logo that comes up from TV BOX to something custom. I would also like to change the menu icons that come up. Have a few programs auto start and run in the background, and some other minor changes. Is this possible? I do all of the above with windows computers, but my knowledge with android is limited. I am trying to make a box that I can give to my elderly parents that has automatic sync software so they get all the latest videos I post on my home HTPC.
THanks
James
can get Launchers which are simplified and/or make the icons very big and easy to see. basically designed for old people or less tech savvy people.
dont have any launchers names on hand but i know ive seen a few on the playstore
am sure "Startup Manager" app can block unwanted apps from starting up but can also start certain apps on boot like xbmc(Kodi),
Maybe a scheduler app that make certians app autosync as and when needed
probably need root access for startup manager or scheduler/task apps
dont need to edit the rom for any of these
just keep a backup of the rom
when trying to teach my dad a bit of tech (windows pc) i just said go wild on it, as long as he didnt physically break the box then i could always fix it. knowing that it could always be fixed gave him the confidence to have a mess round and learn himself.

Ok....i give...need some solid information.

I have googled and searched my fingertips to the bone. Whenever i ask a technical question, i get answers from the clueless and the blind. I am beginning to hate this game.
So here we go. Stock android 4.4.2 ....rooted. How do you control which apps autostart and load in the background? Right now I have been trying to kill the Music app. Nothing works. It always restarts. So that means there is a sticky setting in some file somewhere in the system that needs to be edited that more than likely can not properrly be controlled from the childish controls android offers. In windows this is controlled in the registry and the startup process. Where is this in android? Why does no one share this information?
Yes i know it's dangerous. Yes i know not to putts around in the operating system. But if youre rooted, give us the data to control things.
So i await a learned response that probaly only one of the "developers" can answer. Because it sure as s€£%t ain't out there to be found.
Signed, royally frustrated
I'm reminded of that saying "You can catch more flies with honey than with vinegar." Not sure why your posts are so charged but many seasoned developers and posters aren't going to engage in conversation with someone who uses condesending and self righteous tones.
I've never seen detailed posting of how it works, nor do I care to know, but by installing Greenify you can effectively control what you wish to control. Greenify allows you to hibernate applications keeping them asleep until manually called.
Some applications have associated services that are used by other parts of the system or other applications and therefore stay loaded to provide that service. If you also install Xposed Framework it will allow Greenify to inject itself further to keep applications that you choose to hibernate from being called upon by other applications (facebook for example has services that often get called upon by other applications for various reasons and so it can be hard to keep hibernated).
Sent from my SM-P900 using Tapatalk
muzzy996 said:
I'm reminded of that saying "You can catch more flies with honey than with vinegar." Not sure why your posts are so charged but many seasoned developers and posters aren't going to engage in conversation with someone who uses condesending and self righteous tones.
I've never seen detailed posting of how it works, nor do I care to know, but by installing Greenify you can effectively control what you wish to control. Greenify allows you to hibernate applications keeping them asleep until manually called.
Some applications have associated services that are used by other parts of the system or other applications and therefore stay loaded to provide that service. If you also install Xposed Framework it will allow Greenify to inject itself further to keep applications that you choose to hibernate from being called upon by other applications (facebook for example has services that often get called upon by other applications for various reasons and so it can be hard to keep hibernated).
Sent from my SM-P900 using Tapatalk
Click to expand...
Click to collapse
I am sorry. I did not intentionally want to come off as charged or spraying vinegar. Quite the opposite. But I have found, after reading tons of post, that we are living in the land of the blind and hardly anyone with sight is actually participating or for that matter even providing a modicum of usefull data. Beginning to think that I don't blame them.
It seems, after deep searching and research that children are actually in charge. What other explanation can you give for an operating system that is struggling with "basic" features found in DOS or windows 3.1 from 20 years ago. Similar to the slow evolution of linux, itself which only now, barely, is win xp like in its features after decades as a skeletal nightmare to load and setup.
You may not have caught the news a few months ago, but Samsung was floating the idea of abandoning android for a flavored and skinned version of linux for future devices, both phones and tablets.p, starting with the China market.
Tell me that Microsoft did not head that off by providing reciprocal licensing to Samsung for windows 10 to abandoning linux. Would not be suprised if we start seeing win10 handsets in the near future here.
Once android looses support from major manufacturers, then it is DEAD.
Read every other post and you will see the lament about the quality of google store apps.
So when I ask a specific, technical question requiring a precise answer.....which requires actual proframming skill.....which has yet to appear...you can see how the lack of response to that colors the situation.
If I offended anyone, I apologize. I get excited sometimes. Repeatedly slamming ones head against the wall, figuratively tends to make you anxious.
At this rate, my raw participation on these boards may be curtailed if I continue with this sense of useless effort.
Sorry to make anyone upset. You can let the kids back in the room. I think there is ice cream.
Have you considered freezing the processes you want to prevent from running with Titanium Backup?
ShadowLea said:
Have you considered freezing the processes you want to prevent from running with Titanium Backup?
Click to expand...
Click to collapse
Titanium backup would work. The other option since you are rooted is to just remove the offending music app. I don't mind the samsung music app, but I don't find it absolutely necessary either. You could also uninstall the updates and force stop the app. That should also keep it from starting.
Another option that I haven't looked at completely but might work is the app "tasker" that lets you assign certain apps to start only when you want them too. So you could have the music app start only when you tap on media files. But I haven't tried this myself.
The problem currently with asking technical questions about the note pro is that it's a low selling device from 2014 so it just doesn't get much action on the forums anymore. It's a bummer for such a great device but that's how it is.
mjkurke said:
Titanium backup would work. The other option since you are rooted is to just remove the offending music app. I don't mind the samsung music app, but I don't find it absolutely necessary either. You could also uninstall the updates and force stop the app. That should also keep it from starting.
Another option that I haven't looked at completely but might work is the app "tasker" that lets you assign certain apps to start only when you want them too. So you could have the music app start only when you tap on media files. But I haven't tried this myself.
The problem currently with asking technical questions about the note pro is that it's a low selling device from 2014 so it just doesn't get much action on the forums anymore. It's a bummer for such a great device but that's how it is.
Click to expand...
Click to collapse
Low selling are not the words. More like abandoned. Samsung has moved away. My questions where android specific. "Freezing" apps, using a convoluted set of more apps to control unwanted apps, ridiculous. It is all ridiculous. Either root gives control or it does not.
I want full control, what runs, what doesn't, what runs in the background. Is that not why we root? So a comprehensive list of whats what WOULD RREEEAAAALLLLYYY HELP.
I am alone in the wilderness screaming at the trees demanding to know why it rains.
Do you understand?
Options like freezing in Titanium or using Greenify have already been addressed. Tasker is good for starting things but not so good at keeping things killed, not the proper tool to use for the job of keeping apps from loading.
My strategy:
1) Freeze anything that's safe to freeze that I know I'll never use in Titanium first. That way they never pre-cache into memory.
2) Greenify applications that I rarely use so that they don't pre-cache, taking care not to greenify applications that need to stay loaded to operate properly (like email clients, weather apps or messaging apps).
In the end on a clean boot my application/precache list is full of my commonly used apps. I worry not about how much free RAM I have, as long as the list of apps in RAM/cache is populated with the stuff that I commonly use.
NOW, all of that said if you're looking for something that works like windows startup manager then installing Xposed Framework and then BootManager is the way to go. I've done this in the past but find that employing freezing and greenify is good enough for my own needs so I've stopped.
globalsearch said:
Low selling are not the words. More like abandoned. Samsung has moved away. My questions where android specific. "Freezing" apps, using a convoluted set of more apps to control unwanted apps, ridiculous. It is all ridiculous. Either root gives control or it does not.
I want full control, what runs, what doesn't, what runs in the background. Is that not why we root? So a comprehensive list of whats what WOULD RREEEAAAALLLLYYY HELP.
I am alone in the wilderness screaming at the trees demanding to know why it rains.
Do you understand?
Click to expand...
Click to collapse
I am starting to suspect you have greatly misunderstood the meaning of root access. From what it sounds like, you seem to think it miraculously gives you access to settings and functions that non-rooted users can't see. Which is why you can't seem to get the answers you seek.
There is no such thing as a root-menu. Android does not have that functionality build into its GUI.
Root access simply means administrator access to the system's root directories. Hence the word Root.
You will always need additional apps and software to root access to change functionality. Titanium Backup, Xposed, SuperUser/SuperSU, etcetera.
If you want those options in the system, you'll need a customROM.
ShadowLea said:
Root access simply means administrator access to the system's root directories. Hence the word Root.
You will always need additional apps and software to root access to change functionality. Titanium Backup, Xposed, SuperUser/SuperSU, etcetera.
If you want those options in the system, you'll need a customROM.
Click to expand...
Click to collapse
Right and even with a custom ROM you can't run away from using 3rd party utilities to make the tweaks. Custom is usually a good start though as they are typically debloated. Civato's is good for lightly modified stock with xposed baked in.
Sent from my SM-N910T3 using Tapatalk
Now we are getting somewhere. So what you have all told me is that stock android, even when rooted, is still a sandbox with all kinds of limitations to customization. Even with apps to tweak some of it.
This is the nail in the coffin for me and android then. Im not in the least interested in all those custom roms where there is always some shortcoming or lack of support for a feature that does not work properly.
Thanks all. I am done.
globalsearch said:
Now we are getting somewhere. So what you have all told me is that stock android, even when rooted, is still a sandbox with all kinds of limitations to customization. Even with apps to tweak some of it.
This is the nail in the coffin for me and android then. Im not in the least interested in all those custom roms where there is always some shortcoming or lack of support for a feature that does not work properly.
Thanks all. I am done.
Click to expand...
Click to collapse
for what its worth I do have your answer, better late than never right?
anyways android is built on a linux kernal and normally access to the linux command line does not come pre-installed to keep normal people from messing up their system.
so you will need to download a terminal emulator app if you don't already have one if you plan to do this from android. (Alternatively you can do it from the android debug bridge while connected to a computer if preferred)
First you will want to get the package name for the app you want to disable.
you can do this with a root file browser app by going to system / Data / App and then finding the package you want to disable.
however since it sounds like you want to do this manually we will go over the terminal process:
open a terminal window.
type: su
Hit: enter
the terminal will ask you for root access, go ahead and grant it.
to list the android packages type: pm list packages
hit: enter
This will show a list of the installed packages (Apps)
find the ones you want to disable.
now type: pm disable insertpackagename
hit: enter
for example to disable youtube type: pm disable com.google.android.youtube
Hit: Enter
that's it.
you will likely want to restart your launcher or even just restart the tablet afterwards as most launchers don't constantly poll for disabled apps so it will need a refresh.
also you probably already realise this so I apologise if its redundant but make sure you know what you are disabling
as with any linux environment disabling system packages and packages that another application is dependant on can cause trouble.
firefly6240 said:
for what its worth I do have your answer, better late than never right?
anyways android is built on a linux kernal and normally access to the linux command line does not come pre-installed to keep normal people from messing up their system.
so you will need to download a terminal emulator app if you don't already have one if you plan to do this from android. (Alternatively you can do it from the android debug bridge while connected to a computer if preferred)
First you will want to get the package name for the app you want to disable.
you can do this with a root file browser app by going to system / Data / App and then finding the package you want to disable.
however since it sounds like you want to do this manually we will go over the terminal process:
open a terminal window.
type: su
Hit: enter
the terminal will ask you for root access, go ahead and grant it.
to list the android packages type: pm list packages
hit: enter
This will show a list of the installed packages (Apps)
find the ones you want to disable.
now type: pm disable insertpackagename
hit: enter
for example to disable youtube type: pm disable com.google.android.youtube
Hit: Enter
that's it.
you will likely want to restart your launcher or even just restart the tablet afterwards as most launchers don't constantly poll for disabled apps so it will need a refresh.
also you probably already realise this so I apologise if its redundant but make sure you know what you are disabling
as with any linux environment disabling system packages and packages that another application is dependant on can cause trouble.
Click to expand...
Click to collapse
Finally. Thank you, thank you, thank you.
globalsearch said:
Low selling are not the words. More like abandoned. Samsung has moved away. My questions where android specific. "Freezing" apps, using a convoluted set of more apps to control unwanted apps, ridiculous. It is all ridiculous. Either root gives control or it does not.
I want full control, what runs, what doesn't, what runs in the background. Is that not why we root? So a comprehensive list of whats what WOULD RREEEAAAALLLLYYY HELP.
I am alone in the wilderness screaming at the trees demanding to know why it rains.
Do you understand?
Click to expand...
Click to collapse
Just thought I would clarify a bit here, I know how confusing it can be coming from windows, I made the switch myself not so many years ago and had a lot of the same questions.
to explain root, the closest comparison I have imperfect as it may be is that root access is similar to windows admin access.
the noticeable difference in a lot of cases is what comes pre-installed.
for example in windows if you have an admin account it automatically unlocks access to the command prompt which was already pre-installed.
in android root access gives you the option to use a terminal but often one is not pre-installed, in fact even a file manager is often not included.
this is actually not a limitation of android so much as a limitation put in place by the specific device manufacturer as to what comes pre-installed.
for example a lot of cheap android tablets running google AOSP (Android open source Project) code actually do come with terminal apps and in some cases even come pre-loaded with root access.
in comparison a lot of more well known devices do not come with this pre-loaded to prevent people from breaking things. (For a windows comparison, its hard to delete the system32 folder without admin access, a file browser and command prompt right?)
As far as samsung abandonment, its a bit trickier there.
Basically what you would normally be used to is the Microsoft scenario.
1. Microsoft - Microsoft makes the OS but it runs on hardware made by others.
a. hardware issues go to the hardware manufacturer for as long as they support it.
b. OS updates are handled by Microsoft, they have more or less full control of the OS as it is closed source.
2. the Samsung Scenario - The hardware is made by the manufacturer, the bootloaders are locked, the OS is made by Google and then tweaked by the manufacturer.
a. all official updates come through the manufacturer (In this case Samsung) after google releases the open source code, samsung then alters it as they like and then they release an update.
b. Samsung is the sole support for the hardware and software as google no longer supports the software for the most part after its been altered.
c. it takes a lot of time and work for samsung to develop an update and push it out and then deal with all of the issues that come with updating the OS.
d. its often easier to leave a device that comparatively very few people bought on an OS that they knew was usable rather than spend all the time and money updating it and dealing with all of the related issues.
With that in mind this tablet has been out for about 2 years now which is a huge amount of time for this type of hardware.
All that being said Samsung very recently released the update to android 5.1.1 for this tablet
so it is definitely not abandoned yet, in fact its had more attention than even other devices by the same manufacturer but I suspect 5.1.1 will be the last official update we see.
if you have one of the note variants with an unlockable bootloader as well as a bit of time on your hands I would very much recommend trying a custom rom if you are worried about samsung abandonment.
you may have to try several different ones though, as you'll find a mix of roms that may seem almost half baked, more alpha release style but are cutting edge (I like those ones myself) to roms that are even more stable than the original.
My apologies if some of this is redundant information, I just thought I would throw in my two cents in case it helps
Two points . . for what its worth . . 1) the use of package manager's disable command effectively does the same thing that freezing in Titanium does, the main difference being that you're using a GUI to do it (there can be differences in how the apps are flagged though and using the pm command means not having to rely on yet another app); 2) disabling/freezing means you'll be unable to ever launch said application unless you enable the app again manually (using the package manager PM commands or Titanium).
Main reason in my initial response I didn't go straight to freezing/disabling apps is because that approach isn't exactly the same thing as managing startup in the context of the example given about managing what apps start up on boot in Windows (i.e. msconfig command and unchecking startup options). When someone takes an app out of startup in Windows the software isn't permanently disabled (unavailable) it is merely prevented from preloading when the system is started. So . . in reference to the music app referred to in the original post, if the goal is to be able to use the stock music app but just not have it load itself into memory on its own then the solution isnt disabling it or freezing it, its to hibernate it with something like Greenify or prevent it from starting using something like Boot Manager and Xposed Framework.
Firefly6240 got exactly what I was asking for. Freezing and hybernating, et al, is not total control. When i kill an app and i want it gone. I want it gone. Example, the google music, google books and google films. I gave stopped, killed even "uninstalled" in Purify and in Kingroot. On random reboot, the buggers are back. Fireflys solution is ceasars thumbs down. Wonderful. He understood the TOTAL control I was looking for.
Also, i loaded android terminal to run the commands.
By the way, Knox and EML are next on my list.
Thanks again firefly6420
globalsearch said:
Firefly6240 got exactly what I was asking for. Freezing and hybernating, et al, is not total control. When i kill an app and i want it gone. I want it gone. Example, the google music, google books and google films. I gave stopped, killed even "uninstalled" in Purify and in Kingroot. On random reboot, the buggers are back. Fireflys solution is ceasars thumbs down. Wonderful. He understood the TOTAL control I was looking for.
Also, i loaded android terminal to run the commands.
By the way, Knox and EML are next on my list.
Thanks again firefly6420
Click to expand...
Click to collapse
OK good, then I misunderstood the question. Hibernation has its place, it's just not what you wanted, you wanted complete uninstallation basically.
Sent from my SM-P900 using Tapatalk
like it or not, OEMs, even Google cannot just give the public ready-made controls to such things because the way a lot of (non-essential but) pre-installed apps are designed they depends on other apps being present and/or running.
AppOps was a classic example cuz once ppl found it and made public how to take advantage, a lot of dependant apps and services were affected and people called in to their OEMs complaining of broken phones when it was simply tinkered permissions.
there is no mobile OS more robust than android. all have their forms of depth, appeal, features and restrictions but none embrace admin access & leaving open the ability to do it more than android (just need the carrier and sometimes OEM to leave the bootloader the hell alone lol)
if you want a smartphone with admin privileges out-of-the-box and full control of all system services etc, I would recommend an Ubuntu phone. they're about a year into commercial availability which is still kinda fringe but stable and will lack certain major perks of owning either iOS (yuck!) or Android. there is a couple Ubuntu/android dual boot phones out there too, and that comes with the issue of storage space after holding 2 OS's
in another year or 2 Ubuntu phones should be more plentiful and bring over some popular apps and active development but I don't anticipate seeing it take off quite like other mobile OS's cuz when it comes to feeding the masses, more options and less restrictions can have the same effect as asking an 80 year old to put in an address on your navigation in the car while you're on the highway. it's a learning curve simple to some that seems too simple not to understand but can be bad for business.
I think android and iOS beat this problem initially because when they started, there weren't any other well-established alternatives. BlackBerry and some fringe PDAs were about it...
Note pro 12.2
I was/am dealing with the Note Pro 12.2 specifically. Not other handsets. This device is coming up on two years and support has been waning. When I bought it all was well. Less than a few months later the damned KitKat update came and suddenly I found myself without proper access to the external sd card, that had worked perfectly when i purchased the unit. I was furious. Especially when we where being told that it was for our own good and google was pushing internal memory over external. Damn them. I bought samsung BECAUSE it had the sd slot. And when Samsung did not provide the fix to the platform.xml file I was livid. 5.01 came out and Samsung destoyed support for most external blue tooth keyboards. And so it goes, one stupid blunder after another. Their updates destroyed my workflow.
So yes, damned right I want full control of my device, because they have shown they have NO regard for our needs and DO NOT ADDRESS our concerns. Just buy our stuff and shut up. Well in this case, i was sold a product that they later incapacitated.
I can not abide with that. I tried so hard not to root, for a year and a half. I shut off automatic updates on EVERYTHING because even updates from google play would sometimes destroy a goid priducy. I started saving apks from versions of apps that worked. I stayed stock 4.4.2 because everything worked but the sd write. How many threads do we have here where people upgraded to marshmellow and then begged to get back to kitkat? Last week after reading thread after thread of problems and convoluted fixes and a gazillion rom versions each of which has its own imperfections and then reading that the new samsung tablet was released windows 10. I knew it was over.
At that moment the decision was inevitable. I rooted and IMMEDIATELY fixed the sd write issue. And i unrooted. Two days of random reboots and i roited again, this time to take the bull by the hirns and control this thing. I became increasingly frustrated with the lack of displayed technical knowledge here at xda and the tons pf advice from also clueless posters. I tried everything. Even got scolded by an admin who has been here less time than me. (Follow the rules, follow the rules...don't you dare to ask the important questions)
Not till the reply from firefly6240. Now he knows something. And he shared a little with me. Which i greatly appreciated. I have a direction now. And the tweaks I have done have increased my battery tije, the screen reojse time and overall improvement of the environment. All on 4.4.2.
I still have some minor issues, but google and android code monkeys WILL NO LONGER CONTROL MY DEVICE, MY PROPERTY.
It is time people take control of the ELECTRONIC items which we purchase with OUR hard earned money and stop letting manufacturers turn those devices into nothing more than sales portals to make more money and deny us control or the ability to JUST SAY NO.

Categories

Resources