Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I want to create an application like "King Root" that root the android device by one click.
Is there a library or code for this?
How can I do this?
This is not a thing you can just do and if you could, it would mean that android would have a HUGE security breach, since with root access strangers could have unwanted access over the whole device, including banking information etc.
By the way: KingRoot does not work
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
(How) Is it possible to extract the sql-file from an android application on my pc? We developed an app and used it on some devices but unfortunately some of them didn't save the information on our web interface. So we need the database from three phones and typing by hand is out of the question.
Yes, depending on where it is saved you can access the .db file via the device file explorer on the right in Android Studio.
I assume it is in data/data/yourPackageName/databases
There should be .db files, but again, they could be somewhere else depending on the way you created it.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
as title says, im trying to figure out how to programmatically take a screenshot in android without root or adb,
what about executing script or simulating android keyevents? im trying to find solution but no success.
On Android 5.0+, use the media projection APIs. They are somewhat under-documented. This sample project demonstrates how to take screenshots.
On Android 4.4 and lower, this is not possible, outside of perhaps some security flaws on specific device models.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
All android apps in settings can be disabled. But I want to make an application which cant be disabled from settings. What can be done for that?
Nothing, because if it was possible, everyone would do it, and that would completely nullify the point of letting the user be the sole decision maker about disabling an app.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have created an android application in which I want to add a feature for viewing ppts without he user having to download it first. As in, opening a ppt on the phone browser. Any help?
Can you elaborate better.
if what you mean is what i am thinking.
Maybe for a user to be able to view ppt files in your app.
Try using APIs, or ppt supported sdks. refer here
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Why there are two consecutive data?
Is there any intention or unavoidable reason on the Android architecture?
Just out of curiosity...
I think it is because
The first data folder can be opened without root access,
the data folder inside it is not visible without root access.
So
one to show for guys without root access without any contents.
second for guys with root access.
haha this is android engineers personal decision, no need to know more reason