[android-developers] Re: Remotely wipe mail in android.

2012-08-04 Thread Gelonida N
On 07/31/2012 03:53 PM, The Simple wrote: I am developing an application which will remotely wipe all corporate mail send to the employee ,when the employee leave the organization.I googled for a day but did not find any suitable solution for wipe email. So please give me some idea to wipe the

[android-developers] webview client, that intercepts img requests on API 8

2012-08-05 Thread Gelonida N
Hi, I'm having an HTC desire (Android2.2.2 Froyo API 8) and I wanted to create a custom browser (using WebViewclient), that intercepts some url requests (img tags) and skips loading these images. public WebResourceResponse shouldInterceptRequest (WebView view, String url) seems to be what

[android-developers] Re: webview client, that intercepts img requests on API 8

2012-08-06 Thread Gelonida N
, 2012 at 6:15 PM, Gelonida N gelon...@gmail.com wrote: I'm having an HTC desire (Android2.2.2 Froyo API 8) and I wanted to create a custom browser (using WebViewclient), that intercepts some url requests (img tags) and skips loading these images. public WebResourceResponse shouldInterceptRequest

[android-developers] Re: webview client, that intercepts img requests on API 8

2012-08-06 Thread Gelonida N
On 08/06/2012 11:52 PM, Kristopher Micinski wrote: On Mon, Aug 6, 2012 at 5:46 PM, Kostya Vasilyev kmans...@gmail.com wrote: 2012/8/7 Kristopher Micinski krismicin...@gmail.com Yes, but to intercept the requests to the browser using a proxy (as the OP suggests) requires rooting the device.

[android-developers] debugging why web app crashes my stock Android browser

2012-08-12 Thread Gelonida N
Hi, I'm having a web site (facebook game, login required) , which just crashes my browser rather predictably. I'd be really curious to find out how to debug this issue. Wiht debugging I mean to gather data, that could be used by the game developers to implement a work around or the

[android-developers] Re: Run application with system / root permissions.

2012-07-15 Thread Gelonida N
On 07/15/2012 12:19 AM, Kristopher Micinski wrote: That's the point of rooting your device. There is no permission or specifier that you can use to request root permissions. kris I think the point the OP wanted to make. If you have a rooted device: How can you grant certain 'root'