[android-developers] java.lang.IllegalStateException: android.widget.ListView.layoutChildren (ListView.java:1618) crash - question about the traces

2017-08-03 Thread bernard
I only see this crash in prod. I have no data in the traces that is indicating where it crashed in my code. I am trying to narrow down the part in my app where it crashed. I have 2 questions related to the traces: 1. in the trace it ends by the call to zygoteninit. Is the information more re

RE: [android-developers] Implementing TwoLineListItem

2012-06-14 Thread Bernard FitzGerald
SetChanged() Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jun 12, 2012 at 5:41 PM, Bernard FitzGerald wrote: Hi all, Does anyone have any sample code of how to implement a TwoLineListItem. So far I have been able to create a custom L

[android-developers] Implementing TwoLineListItem

2012-06-14 Thread Bernard FitzGerald
Hi all, Does anyone have any sample code of how to implement a TwoLineListItem. So far I have been able to create a custom LinearLayout with two TextViews and have gotten this working but I believe I should be using a TwoLineListItem to acheive this. My issue is that I can't seem to implement the

[android-developers] Re: How to create a EGLContext in new thread with a functional eglswap ?

2011-11-10 Thread Mickaël BERNARD
+ On 4 nov, 17:44, Mickaël BERNARD wrote: > hello, > > I would like to create a multithreaded opengl es2 application (developped > in JNI). > To do this, I create my thread with the pthread library by using the > function pthread_create(&thread_render, NULL, (void *(*)(void

[android-developers] How to create a EGLContext in new thread with a functional eglswap ?

2011-11-04 Thread Mickaël BERNARD
hello, I would like to create a multithreaded opengl es2 application (developped in JNI). To do this, I create my thread with the pthread library by using the function pthread_create(&thread_render, NULL, (void *(*)(void *)) renderLoop, NULL); Here is the code of the renderLoop() callback func

Re: [android-developers] Looking for Android language translation partners

2011-06-26 Thread Bernard T. Higonnet
glish version, starting with a good English one would help... Bernard Higonnet On 06/24/11 15:00, WeiLong wrote: Dear whom may concern, I'm looking for a language exchange partners of Android developing who can help on various language translation. This is the application that I d

Re: [android-developers] How does Android PhoneNumberUtils determin the international call prefix for a specific country?

2011-04-19 Thread Bernard T. Higonnet
Sweden, but also a call from Mexico when living in Indonesia ( 008 +52 5555 ). 852 is the code for Hong Kong everywhere... Bernard Higonnet -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] peculiar or undocumented behavior of ExifInterface?

2011-03-13 Thread Bernard T. Higonnet
a way, but unwarranted and undocumented... Have I got this all wrong? Bernard Higonnet -- 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 th

Re: [android-developers] Re: Am unable to make breakpoint work in Eclipse

2011-03-09 Thread Bernard T. Higonnet
On 03/09/11 19:41, Gregg Reno wrote: Also make sure you have android:debuggable="true" in the element of your manifest. Don't think that's it as other breakpoints work... Thanks Bernard Higonnet -- You received this message because you are subscribed to the Google Groups

[android-developers] Am unable to make breakpoint work in Eclipse

2011-03-09 Thread Bernard T. Higonnet
thout) in the breakpoints view, they all appear to be the same. I have searched around in the documentation without success. The statement in question is executable and reachable. Help! Bernard Higonnet -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Difficulty with repo, git getting source

2011-02-07 Thread Bernard T. Higonnet
org/platform/manifest.git I get error: command 'init-u' requires repo to be installed first. Use "repo init" to install it here. so I try "repo init" and get Usage: repo init -u url [options] I am running FreeBSD 8.1 TIA Bernard Higonnet -- You rece

Re: [android-developers] Is it possible to create a two-line Toast?

2011-01-22 Thread Bernard T. Higonnet
Kostya Vasilyev wrote: Have you tried "\n"? I should have, because it works. Thanks Bernard Higonnet Oh, and you can use your own layouts for toasts, with separate caption/message areas, if you like. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 22.01.2011 1:04 по

Re: [android-developers] Is it possible to create a two-line Toast?

2011-01-21 Thread Bernard T. Higonnet
TreKing wrote: On Fri, Jan 21, 2011 at 4:06 PM, Bernard T. Higonnet mailto:bthigon...@gmail.com>> wrote: That is, with a line break where I want it. Did you try it? I should indeed have indicated that I have tried all manner of x0D, x0D0A, \r, ... Bernard Higonnet -- You re

[android-developers] Is it possible to create a two-line Toast?

2011-01-21 Thread Bernard T. Higonnet
That is, with a line break where I want it. TIA Bernard Higonnet -- 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, sen

[android-developers] Is there a macro/script/utility to detect unlocalized strings in Eclipse (or elsewhere)?

2011-01-18 Thread Bernard T. Higonnet
TIA Bernard Higonnet -- 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...@googlegrou

Re: [android-developers] I ask for power off but get reboot instead sometimes

2011-01-12 Thread Bernard T. Higonnet
on of "Phone options" pop-up menu. Hope that's clear. Bernard Higonnet -- 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

Re: [android-developers] Re: Particularity running modified standard app

2011-01-12 Thread Bernard T. Higonnet
run my mods from app launcher. Hooray! I get my mods. I kill my mods with Taskiller. I now run standard camera app. I get my mods instead!!! I am in a bit of a bad mood now, and ask what I have wondered silently for months just using the phone as a user, viz. is this thing ready for prime time

Re: [android-developers] Particularity running modified standard app

2011-01-12 Thread Bernard T. Higonnet
TreKing wrote: On Wed, Jan 12, 2011 at 2:35 PM, Bernard T. Higonnet mailto:bthigon...@gmail.com>> wrote: But when I run X from the app launcher, I get Camera! What does "I get Camera!" mean? It means I get the standard factory camera application, and not my modified

[android-developers] Particularity running modified standard app

2011-01-12 Thread Bernard T. Higonnet
nstalls X on my device (Nexus One). But when I run X from the app launcher, I get Camera! I would be thankful to 1) know why 2) general info on modifying a standard app TIA Bernard Higonnet -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

[android-developers] Dev Phone

2010-04-05 Thread Bernard
I got the Dev Phone ADV1 , but it has no flash player, cannot see websites with flash. The HTC Tattoo i have can play flash websites. Any suggestions what application to add? I also need to add Video Valls to the Dev Phone, also it has not front camera, it should be able to play at least on one wa

[android-developers] Re: Emulator Crashes when using -netdelay

2008-03-24 Thread Bernard
Also, does not work on my Windows XP machine. On Mar 23, 11:52 pm, Bernard <[EMAIL PROTECTED]> wrote: > Hi, > > Anyone able to use the -netdelay option on their emulator? Mine does > not seem to work. When I start the emulator with -netdelay 1 and > open a URL, the emula

[android-developers] Emulator Crashes when using -netdelay

2008-03-24 Thread Bernard
no latency. I am using sdk m5-rc14, Java 1.6.0_3, Microsoft Vista Business if that helps any. Thanks in advance. -Bernard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Re: Log API names are cryptic

2008-03-23 Thread Bernard
Don't worry, you're not alone, I feel the same way of one letter method/variable/class names. As a side note, my previous work place worked with the VA's VistA EHR (not to be confused with Microsoft Vista). That monster is written in MUMPS. An archaic language that has no reserved keywords. Also,