Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I just got a push notification to download some "ICQ client" from maeu.net, but don't know an easy way to get the package name of the faulty app that received it, how do i do that not programmatically? The pid is in the logs:
I/ActivityManager( 2695): Starting: Intent { act=android.intent.action.VIEW cat=[android.intent.category.BROWSABLE] dat=http://maeu.net/jimm/3220/jimm.apk cmp=com.android.browser/.BrowserActivity } from pid 6434
I think FLV Player was written on the notification but after clicking on it, I can't find it again to verify that. I downloaded Terminal Emulator but ps can't see that process any more.
Recently I saw something like this as well and was immediately scared. Some apps have certain "Ads" that run inside apps and can send you notifications or create shortcuts.
Because of this I made sure I had a good "anti-virus", such as:
https://play.google.com/store/apps/details?id=com.lookout
https://play.google.com/store/apps/details?id=com.symantec.mobilesecurity
I tend to use both apps because I am paranoid about security when it comes to online data security :)
Also, you will need apps that scan and search for other apps with "Ads", such as:
https://play.google.com/store/apps/details?id=com.denper.addonsdetector
https://play.google.com/store/apps/details?id=com.brosmike.airpushdetector
https://play.google.com/store/apps/details?id=com.lookout.addetector
These apps will quickly find the applications on your phone that can do "certain" things with "Ads" such as special permissions.
Once you find the apps that maybe causing the problem, simply uninstall them!
Please let me know if this helps!
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed last year.
Improve this question
I just got my screen destroyed and can't see anything on the phone, and I need access to the phone quickly.
Since the screen is completely black I can't see anything but I use it for local Android development so adb and all the developer settings are enabled.
Is it possible for me to stream Android screen to my laptop and somehow recover my accounts?
Yes, you can use scrcpy to mirror your screen: https://github.com/Genymobile/scrcpy
In addition to answer of davehenry. You can also use this tool https://www.vysor.io/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
What's the best device to use (Chromebit, chromecast , android computer,...) to display a website on a tv-screen?
So that we only need to start-up (every morning) the tv and the tv automatically goes to a certain website.
I wanted to use a chromecast but I'm not sure you can go to a website without your computer or smartphone connected to it.
You can program a Raspberry Pie. That will do the job and a lot more.
And like Ashish said, Chrome cast casts a screen on your TV. You can have the site opened in your phone/laptop and it can be casted to your TV. But you would need to open the site in your phone in the first place. But, if you are comfortable with programming, you can get a Raspberry Pie and program it to do whatever you wanna do.
Check it [here] (https://www.raspberrypi.org/)!
chromecast is a device which just cast your another devices screen so you should go for a andriod lcd,led whatever yoy like
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I just came across an app called App Locker II: Fake Crash, it fakes an app crash. You just add the app (say WhatsApp) to the list in App Locker II: Fake Crash and next time when you try to launch WhatsApp, a screen comes up saying The application WhatsApp (com.whatsapp) has stopped unexpectedly.
How does this actually work ? Is the crash faked or WhatsApp actually crashes down ?
I would be delighted to know how does this work.
I think that app observes the running processes and creates on start of such a "blacklisted app" a custom dialog with that message you quoted above. In a second step the app will been closed or the home launcher is started. However the reviews point out that it does not work very well.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I know you can tell on the apple developer console and on the google play developer console how many people have downloaded your app, but is there any way to tell how many people currently have it installed on their phone? I looked at the documentation for apples push notifications but there is no response that tells you that it was uninstalled.
For iOS applications there isn't any way to find out. If you use something like flurry you can tell how many active users you have within suitable definitions of "active" But even then you can't distinguish between "inactive" and "deleted" It's not really clear that there's any practical difference in the two anyway.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I need the APK file which downloaded during app installation from google play. I am unable to find it in the download folder. Is it possible to get it from download?
Not really. If you've downloaded it from the Android store, it will definitely not show you the apk. This is so people can't just send the apk of a paid app to oneanother.
Try with utility apps like "rom toolbox" for example, you can make backup apps in your phone in apk, there's a lot of apps that can do it anyway, but most probably you'll need root access.
try with Airdroid, awesome... you can transfer any data from your phone to computer and inverse through your wi-fi conection, i love it! ;-)