Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
327 views

Programmatically requesting elevated rights in Linux

(This question has identical title, but question body asks it in scripting point of view, e.g. su -c, don't dupe this to that) I have a Qt GUI app that needs to perform some file operations in /etc ...
2
votes
2answers
220 views

Prompt for root access in cocoa application

I want my program to begin with a prompt/alert that asks for root access. The user must enter their password, and then the application follows. I've been looking around, but I'm not exactly sure how ...
1
vote
0answers
268 views

Device Administration App & AppData Wipe on Android

I'm working on a Device Administration App for Android Tablets, that will enable Advanced Account Management on Honeycomb/ICS devices. One crucial feature of this application is the ability to wipe ...
0
votes
2answers
407 views

Android eclipse emulator: can't access data/app

I wanted to delete my custom apps on the Android emulator in Eclipse. I followed this guide and encountered the same behaviour as described in this question. I also tested the root access the same way ...