[android-developers] 1.5 emulator not coming up.

2012-03-13 Thread Nathan
It doesn't get past ~ANDROID~ screen. I do believe it worked a few months ago. I have even tried running it all night. Still hasn't moved past ~ANDROID~ screen. Any idea how I could troubleshoot it? I wouldn't worry so much except for an exception log I got: Caused by:

[android-developers] don't unlock the display when recharge the battery

2012-03-13 Thread DanIb
Hi, I have a samsung galaxy S with android 3.2. Some times, when the smartphone is connected with eletricity, to recharge an is on, happend if is necessary to unlock the display for call response or write sms, but do not unlock. If disconnect to elettricity, the smartphone unlock sucesfully.

[android-developers] Re: 1.5 emulator not coming up.

2012-03-13 Thread lbendlin
have you tried reinstalling the API v3 files? On Tuesday, March 13, 2012 6:45:17 PM UTC-4, Nathan wrote: It doesn't get past ~ANDROID~ screen. I do believe it worked a few months ago. I have even tried running it all night. Still hasn't moved past ~ANDROID~ screen. Any idea how I

[android-developers] Re: Cannot catch swipe action for SoftKeyboard

2012-03-13 Thread tsukishiro yamazaki
Hi Solution 9420, Thanks so much for your reply! I have been trying SoftKeyboard (Demo API) and I wanted to verify if the method swipeLeft(), which has been implemented to do backspace or delete function, is actually working. So I deployed SoftKeyboard.apk to my device and have been swiping my

[android-developers] Re: Bring up Recent Apps Dialog programatically...

2012-03-13 Thread Solution 9420
Thank Justin. I'll check it out. Best Regards, Solution 9420 On Mar 13, 10:29 pm, Justin Anderson magouyaw...@gmail.com wrote: AFAIK you can't access that...  However, it isn't super hard to roll your own.  This method returns a list of recently run

[android-developers] Re: Cannot catch swipe action for SoftKeyboard

2012-03-13 Thread tsukishiro yamazaki
Hello again Solution 9420, I just downloaded the 9420 Tablet Keyboard to my device and had a taste of your IME. It's nice and swiping clearly works. For example, swipeRight changes keyboard type between English and Thai. But I'm afraid I was not able to find a way to check Key-level fling. So

Re: [android-developers] How to get geolocation for the given ip address

2012-03-13 Thread Nikolay Elenkov
On Wed, Mar 14, 2012 at 12:30 AM, Kristopher Micinski krismicin...@gmail.com wrote: I know what you want, and I'm saying that you can't fundamentally approximate this with any kind of accuracy..., IPs are just too coarse... As Mark notes there are IP geolocation services, but they're still

[android-developers] Re: 1.5 emulator not coming up.

2012-03-13 Thread Nathan
On Mar 13, 4:58 pm, lbendlin l...@bendlin.us wrote: have you tried reinstalling the API v3 files? Thanks. I've run it after reinstalling the API v3 files. Less drastic than rebuilding a machine. The error still didn't make sense. 03-14 01:01:04.841: E/AndroidRuntime(795): Caused by:

Re: [android-developers] How to get geolocation for the given ip address

2012-03-13 Thread Kristopher Micinski
If you're using a mobile IP, with people moving around all the time... I highly doubt that you'd get this kind of accuracy... or anywhere near it... kris On Tue, Mar 13, 2012 at 9:54 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, Mar 14, 2012 at 12:30 AM, Kristopher Micinski

Re: [android-developers] How to get geolocation for the given ip address

2012-03-13 Thread Kristopher Micinski
(mobile IP is not a technical term, I meant, an IP on a mobile device..) kris On Tue, Mar 13, 2012 at 10:15 PM, Kristopher Micinski krismicin...@gmail.com wrote: If you're using a mobile IP, with people moving around all the time... I highly doubt that you'd get this kind of accuracy... or

Re: [android-developers] How to get geolocation for the given ip address

2012-03-13 Thread Nikolay Elenkov
On Wed, Mar 14, 2012 at 11:15 AM, Kristopher Micinski krismicin...@gmail.com wrote: If you're using a mobile IP, with people moving around all the time... I highly doubt that you'd get this kind of accuracy... or anywhere near it... Sure, but then again if you know where the wireless access

Re: [android-developers] How to get geolocation for the given ip address

2012-03-13 Thread Kristopher Micinski
Exactly, the point is that you'll get a much more accurate GPS reading. kris On Tue, Mar 13, 2012 at 10:24 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, Mar 14, 2012 at 11:15 AM, Kristopher Micinski krismicin...@gmail.com wrote: If you're using a mobile IP, with people moving

Re: [android-developers] How to get geolocation for the given ip address

2012-03-13 Thread Nikolay Elenkov
On Wed, Mar 14, 2012 at 11:32 AM, Kristopher Micinski krismicin...@gmail.com wrote: Exactly, the point is that you'll get a much more accurate GPS reading. Right. It said 'webpage', so I figured this is for a web app. Then again, it says 'map activity' in the original message... -- You

Re: [android-developers] How to get geolocation for the given ip address

2012-03-13 Thread Kristopher Micinski
True, I was working off the map activity assumption. The IP based lookup approach isn't fundamentally wrong, a good portion of the time you'll be pretty much right for the purposes of many applications (location specific ad targeting, etc..). But if you have finer location why not use it? kris

Re: [android-developers] How to get geolocation for the given ip address

2012-03-13 Thread Nikolay Elenkov
On Wed, Mar 14, 2012 at 11:42 AM, Kristopher Micinski krismicin...@gmail.com wrote: True, I was working off the map activity assumption.  The IP based lookup approach isn't fundamentally wrong, a good portion of the time you'll be pretty much right for the purposes of many applications

Re: [android-developers] How to get geolocation for the given ip address

2012-03-13 Thread Kristopher Micinski
Echoed, but if you really need it, why not, I think this is a case where asking for the permission is kind of justified. AdMob also works this way, by doing a check on Context.checkSelfOrCallingPermission for deciding to use internet or not, it's a useful trick, but I think if you want to know

Re: [android-developers] Re: How to change shortcut icons dynamically on home screen in Android ?

2012-03-13 Thread TreKing
On Tue, Mar 13, 2012 at 7:30 AM, Abhishek Kumar Gupta akgaec2...@gmail.comwrote: Can we do this by modifying *Launcher2* application of ICS source? if yes, then please provide some reference. Possibly. Look at the source and find where it draws application icons. Then change that part to do

[android-developers] Singleton and ready to mingleton?

2012-03-13 Thread bob
When you do a getSystemService(), is the thing returned a Singleton? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] ICS and pop-up keyboard

2012-03-13 Thread Zsolt Vasvari
I know this is strictly not the right forum to ask this, but there are a lot of smart people on here who probably have an answer Pre-ICS, you could long-press the Menu button on the phone to bring up the soft keyboard. I used this behavior to allow filtering on list items by the user

Re: [android-developers] ICS and pop-up keyboard

2012-03-13 Thread Justin Anderson
I'm pretty sure that functionality was gone long before ICS... I have an LG G2x running Gingerbread and I just tested the long-press of the menu button... nothing happens. But I would expect that... That functionality was supported only for legacy purposes on older devices. Thanks, Justin

Re: [android-developers] App widget design guideline

2012-03-13 Thread TreKing
On Tue, Mar 13, 2012 at 8:34 AM, surabhi jain surabhi17.j...@gmail.comwrote: I want the dimension of app widget(Home widget) for all resolutions. http://developer.android.com/guide/topics/appwidgets/index.html

Re: [android-developers] How to read the large sized text file

2012-03-13 Thread TreKing
On Tue, Mar 13, 2012 at 1:50 AM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: Caused by: java.lang.RuntimeException: java.io.IOException OK. What is the message given with the exception? What is the value of getMessage() or toString() on the exception? That would help.

[android-developers] How to make sure SMS is sent in Android

2012-03-13 Thread perumal316
Hi All, In my application there will be a notification sms send upon an action. Now how do I make sure that the SMS will be sent? For example, if there is no network or sim card removeed, how do I ensure that the sms will be sent once there is a network available at a later time? Is it

[android-developers] Regarding Bitmap size

2012-03-13 Thread android devloper
Hi, I have a problem in calculating bit map size in run time,When the activity starts bit map will syncs ,accordingly i want to show the bit map size. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] App widget design guideline

2012-03-13 Thread surabhi jain
For all resolution like 240x320, 320x480, 480x800, there is same dimension of widget.I want to create grid of 4X1 cell for all resolution, so what is the dimension? On Wed, Mar 14, 2012 at 9:29 AM, TreKing treking...@gmail.com wrote: On Tue, Mar 13, 2012 at 8:34 AM, surabhi jain

Re: [android-developers] ICS and pop-up keyboard

2012-03-13 Thread Zsolt Vasvari
You are incorrect. It works on a stock 2.3.6 Nexus One. On Wednesday, March 14, 2012 11:56:20 AM UTC+8, MagouyaWare wrote: I'm pretty sure that functionality was gone long before ICS... I have an LG G2x running Gingerbread and I just tested the long-press of the menu button... nothing

[android-developers] Re: Singleton and ready to mingleton?

2012-03-13 Thread Zsolt Vasvari
Who knows, it may be so today and not true tomorrow. The point it, so you shouldn't assume either way. On Wednesday, March 14, 2012 11:47:55 AM UTC+8, bob wrote: When you do a getSystemService(), is the thing returned a Singleton? -- You received this message because you are subscribed to

[android-developers] Re: 1.5 emulator not coming up.

2012-03-13 Thread Zsolt Vasvari
What is action_toolbar? That sounds like something you would find in the Support libraries or on ICS. Neither is supposed to work on 1.5 On Wednesday, March 14, 2012 10:11:01 AM UTC+8, Nathan wrote: On Mar 13, 4:58 pm, lbendlin l...@bendlin.us wrote: have you tried reinstalling the API

[android-developers] Re: Regarding Bitmap size

2012-03-13 Thread Zsolt Vasvari
Ok, so do that. On Wednesday, March 14, 2012 12:54:10 PM UTC+8, android devloper wrote: Hi, I have a problem in calculating bit map size in run time,When the activity starts bit map will syncs ,accordingly i want to show the bit map size. Thanks. -- You received this message because

[android-developers] Help for android Micro-controller interface

2012-03-13 Thread Bhavin
Dear all, I am new in micro-controller related stuff. please let me know,if following is possible? 1. I am trying to fire my application from external hardware interface. 2. I know i can fire ADB commands from PC. Is there any possibility that,some controller [I don't know which,please

[android-developers] regarding custom overlay with user inputs

2012-03-13 Thread sourabh sahu
Dear All, I want map with custom overlay with user inputs..I looked around a lot but i am not able find anything on it. Can anybody please share some code for that. Thanks Regards, Sourabh -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] Help for android Micro-controller interface

2012-03-13 Thread Kristopher Micinski
Your question is framed strangely..., Programming Android has nothing to do with Microcontrollers, other than that Android devices typically also include a processor and some memory. Are you asking how to interface an Android device to a microcontroller? This is an inappropriate list for such

[android-developers] Re: Help for android Micro-controller interface

2012-03-13 Thread allankliu
You can search following keyword: ADB ADK UHS Android-IOIO microbridge You will get your answer instantly. Basically you should design a microcontroller with USB host, which runs ADB client, links to ADB server in your Android device. That have been done already. Yours sincerely Allan K Liu On

<    1   2   3