[android-developers] Re: Nexus 5 + bluetooth keyboard Ctrl + Alt + FN + Delete = reboot

2014-09-17 Thread pedr0
Well ... I am figuring out other strange stuff like: Ctrl + Alt + Back = applications close I am trying to Google for a list of keys sequences - expected results but I am getting nowhere, do you know if there is an Android specification for this or it is fully up to that specific device ?

[android-developers] Speed up webview

2014-09-17 Thread Rahul Kaushik
How can i speed up my webview am using android version 3.0 i have tried android:hardwareAccelerated=true webview.getSettings().setRenderPriority(RenderPriority.HIGH); webview.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE); but no luck pls suggest Thanks RK -- You received this

Re: [android-developers] Re: Nexus 5 + bluetooth keyboard Ctrl + Alt + FN + Delete = reboot

2014-09-17 Thread J Decker
Well... given the linux base of android maybe approach it from a linux view... http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/ ctrl-alt-back kills X usually.. but I know android doesn't run X... but is maybe a carryover from whatever it is running for a

Re: [android-developers] Re: Nexus 5 + bluetooth keyboard Ctrl + Alt + FN + Delete = reboot

2014-09-17 Thread pedr0
I have found the Ctrl + Alt + Backspace (KEYCODE_DEL) as an application specific behaviour, I am still confused by the reboot coming from the Ctrl + Alt + Delete (KEYCODE_DELETE_FORWARD), it happens only using a Nexus 5 device. I tried to seek some info in the Nexus 5 manual but .. no hope ..

Re: [android-developers] Re: Nexus 5 + bluetooth keyboard Ctrl + Alt + FN + Delete = reboot

2014-09-17 Thread J Decker
init and init.rc is in a different place... not sure if it is the same sort of process I'd try but I don't have any bluetooth keyboards to try... there is 'Hackers Keyboard' which is a soft keyboard that has ctrl Alt del keys... but that being software I think doesn't count (and it doesn't do

Re: [android-developers] Show multiple markers in Android map?

2014-09-17 Thread Abhilash Baddam
Hi, Let's say I am at particular position there i tried to fetch the current location of mine and shown in map with marker, after that I have walked 100 meters again from there tried to fetch my current location and shown in map with marker. In the above two scenarios, the marker is pointing to

Re: [android-developers] Show multiple markers in Android map?

2014-09-17 Thread TreKing
On Wed, Sep 17, 2014 at 11:35 AM, Abhilash Baddam abhilash.androiddevelo...@gmail.com wrote: In the above two scenarios, the marker is pointing to same location and they are overlapping even if zoom at max level also still they are overlapped. Then you probably have a bug in how you're

[android-developers] Opensource messaging.

2014-09-17 Thread yogendra G
Dear All, I am in need of some nice open source for message broadcasting between many android devices without using GCM. Please help me out. Thanks Br, Yogendra G. +91-9916168647 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] 7-Day Notification of Google Play Developer Term Violation

2014-09-17 Thread Dallas Singletary
Have you reached out to the Google Play Team? Maybe bring it to there attention for manual review? On Sep 15, 2014 4:57 AM, Thierry Legras tleg...@gmail.com wrote: Here we go, after 3 years with almost no change in my application description on Google Play I received the violation notification

Re: [android-developers] Show multiple markers in Android map?

2014-09-17 Thread Abhilash Baddam
Hi, I am facing the above two issues: 1) Accuracy is not proper, if I stay at some particular location but in the map showing somewhere else nearby. To get the location i referred the below link, http://developer.android.com/guide/topics/location/strategies.html using locationlisterner,

[android-developers] Double ID error when sending a value to web service via KSAOP

2014-09-17 Thread Dan Cha
If I get the value from my list select item on the previous page which is stored in the extras, like this, I DO get the correct value, but as soon as it makes it to the line where the .Call is made, it throws the exception SoapObject request = new SoapObject(WSDL_TARGET_NAMESPACE,METHOD_NAME);

Re: [android-developers] 7-Day Notification of Google Play Developer Term Violation

2014-09-17 Thread Thierry Legras
Good point but the next question si how :) I replied to the mail with no luck. Nowhere I could find any contact, just link to guidelines and good practises. So I just removed dupplicated keywords and I am now praying... Thierry. Le 17 sept. 2014 20:10, Dallas Singletary devdal...@gmail.com a

Re: [android-developers] 7-Day Notification of Google Play Developer Term Violation

2014-09-17 Thread Dallas Singletary
Try this link https://support.google.com/googleplay/android-developer/troubleshooter/3055196 select App Development Question worth a shot atleast On Sep 17, 2014 4:39 PM, Thierry Legras tleg...@gmail.com wrote: Good point but the next question si how :) I replied to the mail with no luck.

[android-developers] Re: Tracking down multiple Activity instances in memory

2014-09-17 Thread Nathan
Should WeakReferences prevent garbage collection? I thought they were weak because they didn't prevent garbage collection. I am seeing that some of the Android classes are holding static collections of stuff. I can't see where I am causing that behavior, but I keep trying. In fact, some of

Re: [android-developers] Re: Tracking down multiple Activity instances in memory

2014-09-17 Thread Kostya Vasilyev
In my experience, WeakReferences are collected quite aggressively by Android 2.3 and higher. Haven't had a problem with non-static inner classes -- I don't think those are always a memory leak, it all depends on the lifespan duration of the inner object instances. I think MAT is a great tool for

Re: [android-developers] Show multiple markers in Android map?

2014-09-17 Thread TreKing
On Wed, Sep 17, 2014 at 2:04 PM, Abhilash Baddam abhilash.androiddevelo...@gmail.com wrote: 1) Accuracy is not proper, if I stay at some particular location but in the map showing somewhere else nearby. To get the location i referred the below link,

[android-developers] Invitation to Android Wake Lock Programming Survey

2014-09-17 Thread Andrew
Dear Android developers, My name is Yepang Liu. I am a researcher from the Hong Kong University of Science and Technology. Recently, we are developing a practical tool to help Android developers debug wake lock related problems, which can be very difficult (e.g., some notorious energy bugs).