Keep app on memory... - General Questions and Answers

So, i've been looking everywhere for this and found a lot of negative answers as also tried some fixes that did not work for me. What i wanted was a way of keeping an app into the memory without being auto killed by the Android System. I know there will be people saying that it's not possible. But there should be a way somehow right? Even if you had to transform it into a foreground app then it wouldn't be closed. The question is, how? Can someone be so kind as to help me into this? Thanks

Related

how to hide application in android uninstall list?

Hi to all,XDA developers !
i'm curious to make app that will not be seen by user in his/her mobile.. that would start on Boot. and will not be visible in android uninstall list as well !!
need help of you guys...
Regards,
Piyush
If you install it in /system/app/
it shouldn't be visible in 3rd party uninstallers.
If you use Settings->Applications->Manage it's still visible.
how to hide it in "If you use Settings->Applications->Manage " ?
any trick ?
Are you trying to write some kind of malware?
Sent from my Droid using XDA App
Bateluer said:
Are you trying to write some kind of malware?
Sent from my Droid using XDA App
Click to expand...
Click to collapse
Not that intention ! want to us it for 1app.
This seems pretty shady. I don't see why you would need to hide the application from the user's Application List.
...and you want it to run on boot? Hmm...
malware .. spyware .. **** lol ..
nope... ne idea ?
i got solution.....
How did you manage it?
I have an App which I'm wanting to do the same with (LocatorPro - to find phone if stolen)
piyushnp said:
Hi to all,XDA developers !
i'm curious to make app that will not be seen by user in his/her mobile.. that would start on Boot. and will not be visible in android uninstall list as well !!
need help of you guys...
Regards,
Piyush
Click to expand...
Click to collapse
Regardless of what you intended on producing...I don't understand why NOBODY has actually given you a proper answer.
I think you asked a critically smart question...as I am a new member...I joined this forum ONLY because I was looking for the answer to this question.
I am not a developer (even though I would love to learn)... but I need to know how to discreetly add apps.
The Story:
I have installed a spy app on another phone of mine. (SmsBox)
I need to hide that software completley from the list of apps AND from the "Manage Applications" list in the settings.
I want it to run in the background constantly and do what it already does.
IF someone has a solution for me...(or gets an idea on producing a new app with this feature)...please let me know.
(Since I don't know how often I will be visiting this site...Please email me at : [email protected]
Thanks!
I found this thread also looking for some way to hide (maybe disguise and lock) locator apps.
I think it would be really useful to hide anti thieves apps. They're almost useless if anybody can just take a look at the apps list and throw em away.
I've been looking for an app with that feature (among others) with no luck (Watchdroid the closest, but can be removed along its disguise and password protection).
So... any advice?
Thanks
You could write a text-mode application and just compile as a bare executable (not an apk). Just add that to your startup script (does android use init.d?), and it will be invisible to most people. You'll need root, most likely. (might be able to push over adb, then run via shell. Not sure what the permissions are on some things).
Sent from my FroyoEris using XDA App
Hello piyushnp,
Would you like share your solution with us?
Thank you!
Hide application
Did you find a way to hide application both uninstall list and 4.0.3 settings..Data usage list?
thnx
zpurpz said:
Regardless of what you intended on producing...I don't understand why NOBODY has actually given you a proper answer.
I think you asked a critically smart question...as I am a new member...I joined this forum ONLY because I was looking for the answer to this question.
I am not a developer (even though I would love to learn)... but I need to know how to discreetly add apps.
The Story:
I have installed a spy app on another phone of mine. (SmsBox)
I need to hide that software completley from the list of apps AND from the "Manage Applications" list in the settings.
I want it to run in the background constantly and do what it already does.
IF someone has a solution for me...(or gets an idea on producing a new app with this feature)...please let me know.
(Since I don't know how often I will be visiting this site...Please email me at : [email protected]
Thanks!
Click to expand...
Click to collapse
Avast anti-theft can be hidden from launcher, disguised in settings and survive a factory default wipe on a rooted phone.

Apps not allowed on root?

Recently tried installing 9 innings baseball and upon startup of the app it prompted me that "Device is Rooted, Please try again when Unrooted". First, is this legal? Second, is there a way to get around this? Third, How does this app even detect my root?
I'd love to play this game as I heard good things about it!
Thanks in Advance!
fadac said:
Recently tried installing 9 innings baseball and upon startup of the app it prompted me that "Device is Rooted, Please try again when Unrooted". First, is this legal? Second, is there a way to get around this? Third, How does this app even detect my root?
I'd love to play this game as I heard good things about it!
Thanks in Advance!
Click to expand...
Click to collapse
been looking for a good baseball app - but I guess I cannot use it now. found this forum though - might have better luck there:
http://global.com2us.com/forum/showthread.php?p=424792
Why would it not be legal? Note, this is the not the same question as whether or not it's the right thing to do. They can stop anyone they want from playing, it's their right. Apps typically block root when they used some type of shared scoring or leaderboard system that is susceptible to client-side hacking. It's a cheap workaround to prevent rooted players from playing rather than having to actually make their app secure.
As for how, a quick Google search turned up this: http://stackoverflow.com/questions/1101380/determine-if-running-on-a-rooted-device
That's a very simplistic way to check, and even it would be difficult to hide from. I've no doubt companies that are doing this as an anti-hacking measure are doing things more complex than this.
Yea I did a google search too and nothing seemed to help. I tried the temp unroot but that doesn't work. Was wondering if the XDA community knew some better way as I didn't find anything on the forums.
Legality side of it, Yea I suppose your right. But it's like saying I can't install WinAMP on Windows because I changed some registry files. Companies should defiantly not use rooting as an "anti-hacking" tool against their app. Either way they got a bad review because of it, hopefully they will take it into consideration and fix it.
It's the first time I've ever heard of an app not allowed because of root, is that a common thing?
Not really common, per se, but I've heard of it on a couple of other games. It's almost universally games that are susceptible to some type of client side hacking. There are some other apps that will do more specific things, like block you if you try to run an ad blocker, but very few will outright stop you for only rooting.
fadac said:
Yea I did a google search too and nothing seemed to help. I tried the temp unroot but that doesn't work. Was wondering if the XDA community knew some better way as I didn't find anything on the forums.
Legality side of it, Yea I suppose your right. But it's like saying I can't install WinAMP on Windows because I changed some registry files. Companies should defiantly not use rooting as an "anti-hacking" tool against their app. Either way they got a bad review because of it, hopefully they will take it into consideration and fix it.
It's the first time I've ever heard of an app not allowed because of root, is that a common thing?
Click to expand...
Click to collapse
User SuperSU then click enable root . The game will run after that .
Sent from my SGH-T959 using xda premium
AgentFour20 said:
User SuperSU then click enable root . The game will run after that .
Sent from my SGH-T959 using xda premium
Click to expand...
Click to collapse
Hey it WORKED!
What I had to do:
1) Installed SuperSU
2) Went to Settings>Apps>Manage Apps>All and Force Stopped Superuser
3) Opened SuperSU, Settings, and unchecked Enable Superuser.
This app must use the 3rd method listed on shrike1978's link where it checks for su binary. Thankfully because the other two checking methods would be impossible to get around without unrooting. (I'm sure it's not impossible, but more work than I care to do)
Thanks for the help AgentFour20
No problem . Just hit the thanks button , that would be greatly
appreciated .
Sent from my SGH-T959 using xda premium

detatch app from market/ change signature / stop market from trying to update it?

did i squeeze enough in the title there? lol
basically, i have an app, and the app did a major overhaul of its functionality and layout. soo for the past 6 months ive been intentionally not updating it when the market bugs me to. id like to just once and for all figure out some way to associate it with the market.
anyone out there wanna help me out with a way to do this? ive tried the titaniumbackup feature, but i dont believe it works anymore. i also tried changing the signature, but i always seem to break the app.
ill add "Thanks" to anyone responding with advice, thanks!
soraxd said:
did i squeeze enough in the title there? lol
basically, i have an app, and the app did a major overhaul of its functionality and layout. soo for the past 6 months ive been intentionally not updating it when the market bugs me to. id like to just once and for all figure out some way to associate it with the market.
anyone out there wanna help me out with a way to do this? ive tried the titaniumbackup feature, but i dont believe it works anymore. i also tried changing the signature, but i always seem to break the app.
ill add "Thanks" to anyone responding with advice, thanks!
Click to expand...
Click to collapse
Just turn off auto updating in the market and you won't get bugged.
The titanium feature works for me even on 4.4.

[Q] Locally-Stored Android App

I am new to the app scene. I was curious if there was a way to store apps locally, without the need of sales/Play Store/Amazon Store/etc.
I am just looking at storing it locally on a phone, or possibly a tablet, to show to potential clients. And also for portfolio purposes, down the road.
Again, I am a self-professed "noob", so all help is appreciated.
Thank you.
rkariff said:
I am new to the app scene. I was curious if there was a way to store apps locally, without the need of sales/Play Store/Amazon Store/etc.
I am just looking at storing it locally on a phone, or possibly a tablet, to show to potential clients. And also for portfolio purposes, down the road.
Again, I am a self-professed "noob", so all help is appreciated.
Thank you.
Click to expand...
Click to collapse
unless it is your personal app, you will need to get it from one of the stores at some point.
some apps can be downloaded by other means, but that is highly frowned upon, and against the rules to even discuss here (so please dont comment back on it).
if your device is rooted, you could use an app like titanium to make a backup of all the apps. then they would be saved locally, but i dont know how compatible that backup would be if you tried to restore it on other devices.
i would think if its a paid app, there is likely some entitlement verification coded into the app. so if it cant verify through one of the stores, it likely wont work properly if at all.
It would be apps that I build. So it would be for my own personal use. Like I said, it's to show potential clients. I would be using it to show how an app works, as a display to the client.
It will be my work. And it will be strictly for my clients.
All help is appreciated.
Thanks.
rkariff said:
It would be apps that I build. So it would be for my own personal use. Like I said, it's to show potential clients. I would be using it to show how an app works, as a display to the client.
It will be my work. And it will be strictly for my clients.
All help is appreciated.
Thanks.
Click to expand...
Click to collapse
once you install an app on any device, from any source, you can use
1.apk extractor
2.es file explorer
to have the apk file, which can then be run on other devices as an installer.
or, you could dowbnload the apk straight from google play, search how with the search button.
Ok help me understand this.
It will be your app. One you make for your clients. which would mean your doing all the coding and building of the app, But you dont know how to store a simple apk on your device?
zelendel said:
Ok help me understand this.
It will be your app. One you make for your clients. which would mean your doing all the coding and building of the app, But you dont know how to store a simple apk on your device?
Click to expand...
Click to collapse
Yea, that was kind of confusing me too.
If you build the app, you can store and show it on any device its compatible.
I must be missing the issue here.
Sent from my LG-VS980 using XDA Premium 4 mobile app
Yeah, like I said, I am completely new to this. I haven't even developed an app yet. I just wanted to visually, in my head, figure out how to display it to clients. I have clients. It's just a matter of developing apps, as far as coding.
I'm sorry if my questions are either dumb or easily answered. Thanks for all the help, though.
Regards.
rkariff said:
Yeah, like I said, I am completely new to this. I haven't even developed an app yet. I just wanted to visually, in my head, figure out how to display it to clients. I have clients. It's just a matter of developing apps, as far as coding.
I'm sorry if my questions are either dumb or easily answered. Thanks for all the help, though.
Regards.
Click to expand...
Click to collapse
OK man then you are getting way ahead of yourself. First your gonna need to learn a few programing languages. Like Java and C+. Hell I would even start by reading these forums for a while as you seem like you really have no idea what your getting into.
zelendel said:
OK man then you are getting way ahead of yourself. First your gonna need to learn a few programing languages. Like Java and C+. Hell I would even start by reading these forums for a while as you seem like you really have no idea what your getting into.
Click to expand...
Click to collapse
Yeah, that's what I thought. Thanks for all your help, guys.

APP that keeps unfocused apps focused

Hello guys, I've accessed this forum for many years now, and always found answers for all my Android related questions. Now the time has come that I have a question that I cannot seem to find a solution to and have decided to create a account and ask the best forum for help.
So what I want to know is if there is an app that can keep my game running on the background just as if it were on the foreground. I know a lot of you have played a game where there is an auto attack option and if you leave it on 24/7 you will get more levels, items and stuff. I've searched a lot and didn't find a good solution what I did find was this floating app that claims to kind of do what I want but I need to connect to a computer with adb everytime I want it to work. The name of the app is floating apps I can't post the link yet because my account is noobish but will update.
So guys is there an app or perhaps some way to edit the .apk so that it works like that?
Anyone? Maybe if I rooted my device?

Categories

Resources