[android-developers] The ADT version 23 mess: FIXED

2014-06-30 Thread Jim Graham
I'm happy to say, it's ALL working now.

I manually re-inserted the link to Android stuff in Help--Install New
Software that Kostya provided in Message-ID: 
   CAN7dqjCm9-dHcE72dd6VM58Qp=2_PfJJc9D=+-vcbwfnpud...@mail.gmail.com:

   Android - https://dl-ssl.google.com/android/eclipse 

And then installed ADT 23 **AGAIN**.  I don't know why that worked, but
it did.  I guess Eclipse just wasn't sure I really wanted that until I
told it twice.  :-)

Either way, it's all back to normal now, and I'm going to proceed with
going through some AndEngine tutorials starting today.  :-)

Just to recap, here's what fixed it for me:

   1) Upgrade from Eclipse Indigo (3.7.2) to whatever 3.8 is called.
   2) Install, via Help-Install new software, ADT version 23 and restart
  Eclipse.  For me, it stopped whining about needing version 23 here,
  but did NOT seem know about this Android thing.
   3) Using the link above, repeat the process to install ADT 23 and
  restart Eclipse again.  This time, it works.  Or at least, it
  does for me.

I'll say this for sure...the next time Android Studio demands an upgrade
to the SDK, ADT, or anything else, it's not going to be happy with my
response until I've got a few backups of my entire Android/Eclipse setup.

Later,
   --jim

PS:  Another way to look at this;  last week, the week from Hell, is
 over.  Now, all of a sudden, it works.  Now if one or two of the
 companies I have the most shares in will just make that one major
 announcement that drives share prices way past through the roof,
 and on their way to Andromeda..

-- 
THE SCORE:  ME:  2  CANCER:  0
73 DE N5IAL (/4)  | AN EXCERCISE is a situation in which you stop what
spooky1...@gmail.com  | you're doing in order to simulate doing what you
 Running Mac OS X Lion  | were doing so you can show someone else that you
ICBM / Hurricane: | can simulate what you were doing as well as you
   30.44406N 86.59909W| were doing it before you were interrupted.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Weird Samsung Galaxy s3 mini keyboard glitch

2014-06-30 Thread vegetable
I have tried all sorts of things but cant get backspace to work. It's hard 
to describe this bug so I added video : www.youtube.com 
https://www.youtube.com/watch?v=TpJ2My22rSEfeature=youtu.be
It works just fine on every other phone i have.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Weird Samsung Galaxy s3 mini keyboard glitch

2014-06-30 Thread vegetable
It has the same problem on one of my LG phones

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Weird Samsung Galaxy s3 mini keyboard glitch

2014-06-30 Thread vegetable
It has the same problem on one of my LG phones

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Is it possible to track mileage with the GPS on the phone?

2014-06-30 Thread Daniel Chacon
Im just looking to track the miles, no matter who drives the vehicle or
where they go, just as long as I track miles of the vehicle, not me walking
around with the phone on me. I know its not a accurate thing and im not
looking to be that precise, I just want to track as close as possible so
the maintenance can be done closer to the mileage that it should be done.

Mark, what part of the API would I use to sample the GPS location? Is that
also all under the LocationManager?


On Thu, Jun 26, 2014 at 9:13 AM, Mark Phillips m...@phillipsmarketing.biz
wrote:

 On Wed, Jun 25, 2014 at 11:36 AM, Steve Gabrilowitz steveg1...@gmail.com
 wrote:

 I just did a play store search for the heck of it and there is an app
 that claims to do just that, and has good reviews so it apparently is
 possible.  The app is free but implements in-app purchasing and one of the
 reviewers mentioned something about a $10 option but it might be a better
 solution for you than reinventing the wheel.

 If you want to write a simple app as you suggest and you don't mind
 having to turn it on and off then it seems to me that all you would need is
 2 usages of the GPS, record the location when you turn it on and then when
 you turn it off just look up the distance between current point and saved
 start point!

 A more accurate approach would be to sample the GPS location on a
 continuous basis. A button on the app could be used to start/stop the
 sampling to save battery, or, better yet, dynamically change the sample
 rate - decrease when the samples don't change and increase to a set maximum
 when they do. I can envision driving from point A to point B on several
 different routes, all of which are different distances. Just knowing the
 end points would not be a very accurate way to measure the miles driven for
 stuff like oil changes, tire rotation, tire wear, etc.

 Mark



 On Jun 25, 2014 11:58 AM, Dan Cha cuban...@gmail.com wrote:

 I'm looking to better track my own personal mileage on my truck.. so was
 looking into the GPS module and seems it may be possible, but wanted to ask
 before spending to much time building something that will never work.
 since this is going to be for my personal usage, it is going to be a
 simple app that ill turn on when in the truck and have it track my miles
 for the day and so on..

 I know sounds like a pain to have to turn it on and off but since this
 is a work that can be part of our daily routine to log everything, turn on
 app and so on..

 any links to good source would be great if this is possible..

 thanks.

 --
 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  --
 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message 

[android-developers] Re: The ADT version 23 mess: FIXED UPDATE

2014-06-30 Thread Jim Graham
Referring to my previous post (should be above this one in the
thread)

If you get a build path error on every existing project in your
workspace, read this...otherwise, skip this message.

When I FINALLY got Eclipse configured (view), I moved on to making
sure old projects would build.  They didn't.  Eclipse was whining
again, this time about the build path.  So I read some stuff from
Stack Overflow, giving all kinds of vey popular solutions, none of
which helped.

So I just struck out on my own, and found that if I do a File--Import
and then Import Android project from existing code and import each
old project from its location in the workspace right into its same
location into the workspace (yes, import it into itself, so to speak),
that clears the build path error.

HTH.  HAND.

Later,
   --jim

-- 
THE SCORE:  ME:  2  CANCER:  0
73 DE N5IAL (/4)  | 
spooky1...@gmail.com  | TeX actually recognizes several kinds of
 Running Mac OS X Lion  | infinity, some of which are ``more infinite''
ICBM / Hurricane: | than others.
   30.44406N 86.  59909W  |   --Donald Knuth in {The TeXbook}

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: The ADT version 23 mess: FIXED UPDATE

2014-06-30 Thread Michael Banzon
Thank you for sharing the solution.

Glad you got it sorted.


On Mon, Jun 30, 2014 at 5:41 PM, Jim Graham spooky1...@gmail.com wrote:

 Referring to my previous post (should be above this one in the
 thread)

 If you get a build path error on every existing project in your
 workspace, read this...otherwise, skip this message.

 When I FINALLY got Eclipse configured (view), I moved on to making
 sure old projects would build.  They didn't.  Eclipse was whining
 again, this time about the build path.  So I read some stuff from
 Stack Overflow, giving all kinds of vey popular solutions, none of
 which helped.

 So I just struck out on my own, and found that if I do a File--Import
 and then Import Android project from existing code and import each
 old project from its location in the workspace right into its same
 location into the workspace (yes, import it into itself, so to speak),
 that clears the build path error.

 HTH.  HAND.

 Later,
--jim

 --
 THE SCORE:  ME:  2  CANCER:  0
 73 DE N5IAL (/4)  |
 spooky1...@gmail.com  | TeX actually recognizes several kinds of
  Running Mac OS X Lion  | infinity, some of which are ``more infinite''
 ICBM / Hurricane: | than others.
30.44406N 86.  59909W  |   --Donald Knuth in {The TeXbook}

 --
 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Michael Banzon
http://michaelbanzon.com/

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: The ADT version 23 mess: FIXED UPDATE

2014-06-30 Thread Jim Graham
On Mon, Jun 30, 2014 at 05:49:38PM +0200, Michael Banzon wrote:
 Thank you for sharing the solution.

No problem...just seemed like the right thing to do.  :-)

Later,
   --jim

-- 
THE SCORE:  ME:  2  CANCER:  0
73 DE N5IAL (/4)  | Some people are like Slinkies, they serve no
spooky1...@gmail.com  | real purpose but you still get a good laugh
 Running Mac OS X Lion  | when you kick them down the steps.
ICBM / Hurricane: | (borrowed from someone else's sig)
   30.44406N 86.  59909W  | 





-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: monkeyrunner broken pipe exception

2014-06-30 Thread Diego Torres Milano
Give AndroidViewClient/culebra 
https://github.com/dtmilano/AndroidViewClient a try. It handles the 
device connection better.

On Sunday, 29 June 2014 23:48:43 UTC-4, wang nungchao wrote:

 Update: 
 My monkeyrunner script:

 import sys
 from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice

 device = MonkeyRunner.waitForConnection(1000,HT3CJPNA0647)
 device.wake()
 while 1:
 device.drag((400, 1400), (400, 400), 2, 10)
 MonkeyRunner.sleep(3)
 device.touch( 835, 1418, MonkeyDevice.DOWN)
 MonkeyRunner.sleep(0.7)
 device.touch( 834, 1417, MonkeyDevice.UP)
 

 The exception happen in device.drag

 wang nungchao於 2014年6月30日星期一UTC+8上午11時44分16秒寫道:

 My device is HTC butterfly
 In Android 4.1, it never happen, but Android 4.3 sometime will happen.

 I run the same monkeyrunner script, sometime it has broken pipe 
 exception, but sometime not.
 How can I fix this issue ? Or this is HTC or Android 4.3 issue ?

 The detail log:
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 Error sending drag start event
 140630 11:27:11.088:S [main] 
 [com.android.chimpchat.adb.AdbChimpDevice]java.net.SocketException: Broken 
 pipe
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at java.net.SocketOutputStream.socketWrite0(Native Method)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at java.io.BufferedWriter.flush(BufferedWriter.java:236)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at 
 com.android.chimpchat.ChimpManager.sendMonkeyEventAndGetResponse(ChimpManager.java:187)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at com.android.chimpchat.ChimpManager.sendMonkeyEvent(ChimpManager.java:235)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at com.android.chimpchat.ChimpManager.touchDown(ChimpManager.java:88)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at com.android.chimpchat.adb.AdbChimpDevice$2.start(AdbChimpDevice.java:575)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at 
 com.android.chimpchat.adb.LinearInterpolator.interpolate(LinearInterpolator.java:118)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at com.android.chimpchat.adb.AdbChimpDevice.drag(AdbChimpDevice.java:556)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at com.android.monkeyrunner.MonkeyDevice.drag(MonkeyDevice.java:174)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at java.lang.reflect.Method.invoke(Method.java:597)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at 
 org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:186)
 140630 11:27:11.088:S [main] [com.android.chimpchat.adb.AdbChimpDevice] 
 at org.python.core.PyObject.__call__(PyObject.java:345)
 140630 11:27:11.088:S 



-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For 

[android-developers] IMMED NEED FOR - SharePoint QA Lead - IN

2014-06-30 Thread Steven Smith
Hello,
Hope you are doing good today.

Please let me know if you have anyone available for  the below position.
Please send me your consultant resume at stevenpanzersolutions1 -
203-652-1444 Ext: 113

Job Title : SharePoint Migration QA Lead
Location :  Indianapolis, IN
Duration : 4+ Month

Job Description :
US Citizenship, US Passport required.  Will be traveling internationally.
Business travel will be paid.
Reporting to the SharePoint Migration Project Manager the Technology
Consultant is responsible for the technical global coordination and
migration of approximately 220

existing SharePoint sites from SharePoint 2010 to an Office 365 SharePoint
Platform. Approximately 60 +/- sites require migration or redevelopment of
custom code.

Skills Required
Excellent English written and oral communication to manage client business
needs
Experience with in Test Case Development
Experience creating test plans  automation scripts
Experience in Test Management and Execution
Excellent knowledge of technical aspect of SharePoint and Infrastructure
Excellent communication and interpersonal skills, ability to effectively
communicate with developers as well as end users
Exposure in integrating Enterprise Wide business applications
Experience in platform migration efforts with a global scope
Very strong experience with SharePoint 2010 /Or SharePoint 2013,
experience with SharePoint Migrations is preferred
Must be comfortable working in a direct  business-facing role, presenting
results and walking end-users through a QA process
Must be comfortable building test cases directly with end-users
Must be comfortable creating  presenting results and status updates to
team-members on a weekly basis.
Experience developing and employing automated testing methods, and ensuring
that the appropriate test environments exist
Experience creating standard operating procedures and metrics based on best
practices for a QA team
Experience assessing and recommending manual and automated testing methods
and procedures
Ability to work independently as part of a team
Willing to travel internationally if required

On-boarding RequirementsUS Citizenship, US Passport
__
Warm Regards,
Steven Smith
Email :
stevenpanzersolutions1
Office : 203-652-1444 Ext : 113

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] ADT/SDK 23 broken on Mac - annotations.jar

2014-06-30 Thread Nathan
I do not even know if I am having the same problems as others. 

I downloaded the combined bundle. This was after Eclipse told me that I 
needed to update my ADT, but wouldn't let me do it. Something in the fine 
print led me to believe I need a new eclipse.  

So I installed the adt-bundle-mac-x86_64-20140624.

Then Facebook SDK won't load because its looking for. 

/adt-bundle-mac-x86_64-20131030/sdk/tools/support/annotations.jar. 

Nowhere available for me to change where it looks for it, and suggestions I 
found on the internet of what to put there did not result in resolving any 
symbols. 

Can anyone give advice on what to do next?


Nathan

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: The ADT version 23 mess: FIXED - Yet another update

2014-06-30 Thread Jim Graham
Eclipse 3.8 appears to be a screwed-up version.  I just upgraded to Juno,
and SO FAR, it seems to be working better.  We shall see...tomorrow.  I'm
done with this tonight.

Later,
   --jim

-- 
THE SCORE:  ME:  2  CANCER:  0
73 DE N5IAL (/4)  | 
spooky1...@gmail.com  | Unix *IS* user-friendly; It's just very
 Running Mac OS X Lion  | selective as to who its friends ARE.
ICBM / Hurricane: | 
   30.44406N 86.  59909W  |

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] ADT/SDK 23 broken on Mac - annotations.jar

2014-06-30 Thread 'Tor Norbye' via Android Developers
There were some packaging problems in Tools 23 where proguard and
annotations.jar were missing. We've released 23.0.1 to fix that, so invoke
the SDK manager and install it (if necessary run Packages  Reload since I
think it might cache some results.)

-- Tor

On Mon, Jun 30, 2014 at 4:27 PM, Nathan nathan.d.mel...@gmail.com wrote:

 I do not even know if I am having the same problems as others.

 I downloaded the combined bundle. This was after Eclipse told me that I
 needed to update my ADT, but wouldn't let me do it. Something in the fine
 print led me to believe I need a new eclipse.

 So I installed the adt-bundle-mac-x86_64-20140624.

 Then Facebook SDK won't load because its looking for.

 /adt-bundle-mac-x86_64-20131030/sdk/tools/support/annotations.jar.

 Nowhere available for me to change where it looks for it, and suggestions
 I found on the internet of what to put there did not result in resolving
 any symbols.

 Can anyone give advice on what to do next?


 Nathan

 --
 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] ADT/SDK 23 broken on Mac - annotations.jar

2014-06-30 Thread Jim Graham
On Mon, Jun 30, 2014 at 04:27:36PM -0700, Nathan wrote:
 I do not even know if I am having the same problems as others. 

You are...trust me.  This, apparently, is a thorn in everyone's side (and
I picked up on in my ankle this afternoon, just to add insult to injury).

 I downloaded the combined bundle. This was after Eclipse told me that I 
 needed to update my ADT, but wouldn't let me do it. Something in the fine 
 print led me to believe I need a new eclipse.  

#1:  Don't download the combined bundle ... it's broken.  Start with
Eclipse Juno.  I just gave up on 3.8, which I *THOUGHT* had fixed things.
I can't say for sure whether Juno will or not, but it LOOKS better than
3.8 did (in terms of handling errors, build paths, etc.)..

 So I installed the adt-bundle-mac-x86_64-20140624.

That looks familiar ... it's broken.  Search for and download android-sdk-macosx
(.tar.gz, if I remember correctly).  You'll still have some work to
do---read my Fixed update a thread or two up from this one.  Read ALL
of them in sequence before starting, as things get weirder as you go
along.

 Then Facebook SDK won't load because its looking for. 
 /adt-bundle-mac-x86_64-20131030/sdk/tools/support/annotations.jar. 

That file is in the source for the SDK in question, so you need to load
it.  Don't ask me why...I have no idea.  I've never downloaded the SDK
source (as a requirement) before, and normally don't, period.

 Nowhere available for me to change where it looks for it, and suggestions I 
 found on the internet of what to put there did not result in resolving any 
 symbols. 

Again, look in my earlier posts.  You'll get a link, something like
https://dl-ssl.google.com/android/eclipse - ah, yes, lucky you---it was
still in my snarf  barf buffer.  In Help--Install new software, click
on Add, and in the title, write Android or something like that.  In the
URL part, add that link.  Then install the ADT tools and restart Juno.
THEN you will have the options to direct it to the android-sdk-macosx
directory (mine found it on its own).

 Can anyone give advice on what to do next?

Just did.  :-)

Later,
   --jim

-- 
THE SCORE:  ME:  2  CANCER:  0
73 DE N5IAL (/4)  | 
spooky1...@gmail.com  | Unix *IS* user-friendly; It's just very
 Running Mac OS X Lion  | selective as to who its friends ARE.
ICBM / Hurricane: | 
   30.44406N 86.  59909W  |

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] EditText onFocusChange(...) not being called

2014-06-30 Thread earamsey
I set focus change listener with following code;

 edt.setOnFocusChangeListener(new View.OnFocusChangeListener() {

 @Override
 public void onFocusChange(View v, boolean hasFocus) {
 if (hasFocus) {
 // do something
 } else {
 // do something else
 }
 }
 });

It works on different phones except for the *Samsung Galaxy Ace S5830*. 
The phone is android 2.3.4. I can not figure out why *OnFoscusChange()* is 
not getting called. Is this a known bug for Samsung Galaxy Ace S5830? Is 
there a way to detect this device and do some kind of work around?

Thanks!

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.