[android-developers] Re: Cant unenroll/uninstall Android N beta

2016-06-17 Thread Jerome Gardrel
Same Things here Fox ! If you have an idea ... -_- Le vendredi 11 mars 2016 21:02:18 UTC+1, Jez San a écrit : > > Hi - > > can anyone offer help... Device: stock nexus 6p. > > i enrolled the device and installed the beta yesterday but i can't get > certain things working (project Fi and variou

[android-developers] Google kernel config

2015-12-17 Thread Jerome Kim
Dear All, I have a question about Google base & recommend kernel config. (ex. kernel/android/configs/android-base.cfg ..) Some features are not defined at kernel kconfig files(because of architecture specific or some other reason, maybe). in this case can i ignore these configs? -- You receiv

[android-developers] Timed Audio track

2014-06-01 Thread jerome anand
what is the significance of timed audio track ? I don't see anyone using this ? Is this really needed ? -- 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

[android-developers] Display bug with buttons (and others)

2011-01-14 Thread Jerome
Hi everyone, I have something like that: http://i.imgur.com/zHbW9.png It's a screenshot from my Wildfire in 2.2 . I don't have this problem in landscape orientation. I don't understand, it's a kind of gap in lines drawing (and I also have the same problems with other kind of views ...). Can you

[android-developers] Re: what is wrong with AppWidgetManager.getAppWidgetIds()?

2010-10-20 Thread Jerome Deng
in the manifest. If it doesn't, you'll get an empty list > (ids.length = 0, the loop won't execute). > > Not sure what you mean by "which widget coming". > > -- > Kostya Vasilyev --http://kmansoft.wordpress.com > > 21.09.2010 11:56 пользователь "J

[android-developers] Re: Apps running cuncurrently

2010-09-21 Thread Jerome Deng
If there is less memory available, the resource used by the paused apps will be recycled by Davilk VM. When you open the first app again, it will be relaunched. But not all previously opened apps must restarted, as they may be still in paused state. On Sep 21, 2:10 pm, parag wrote: > hi folks, >

[android-developers] Re: How to set permission in content providers

2010-09-21 Thread Jerome Deng
Try to add below lines to your app2's manifest file: On Sep 21, 2:57 pm, Sohan badaya wrote: > Hi All, > > I have a doubt regarding content provider.My doubt is > I create a app1 that creates ContentProvider and in second > application(app2) i am using app1's contentprovider methods(lik

[android-developers] what is wrong with AppWidgetManager.getAppWidgetIds()?

2010-09-21 Thread Jerome Deng
Hi guys, I have searched many topics about AppWidgetManager.getAppWidgetIds(). But I don't get any compellent answers. In my code, I first get all widget ids by AppWidgetManager.getAppWidgetIds(provider), and then do a for loop as below: for (int id : ids) {...} However, I see the for loop never ex

[android-developers] Re: Why Monkey was stopped by "Error: RemoteException while injecting event." ?

2010-07-04 Thread Jerome Deng
> in Monkey logs. > You need to handle that exception in your code to resolve the error. > > Android Programmer. > > On Jun 28, 9:20 pm, Jerome Deng wrote: > > > I see every time when monkey stopped, the log file contains such info > > "System appears to

[android-developers] Re: Why Monkey was stopped by "Error: RemoteException while injecting event." ?

2010-06-28 Thread Jerome Deng
is is usually because the system process has > crashed. > > > > > > > > On Mon, Jun 28, 2010 at 7:31 PM, Jerome Deng wrote: > > Hi buddies, > > I am doing monkey test for my APP, and I meet RemoteException many > > times. I don't know why remote-invo

[android-developers] Why Monkey was stopped by "Error: RemoteException while injecting event." ?

2010-06-28 Thread Jerome Deng
Hi buddies, I am doing monkey test for my APP, and I meet RemoteException many times. I don't know why remote-invocation errors occurs. Has anyone experienced such exception? Monkey Log snippet: :Sending Pointer ACTION_MOVE x=-1.0 y=-3.0 :Sending Pointer ACTION_DOWN x=322.0 y=77.0 :Sending Pointer

[android-developers] Re: Restlet librairies use in Android project

2010-04-25 Thread Jerome Louvel
://restlet.tigris.org/issues/show_bug.cgi?id=25 Best regards, Jerome Louvel -- Restlet ~ Founder and Technical Lead ~ http://www.restlet.org Noelios Technologies ~ http://www.noelios.com Le 24/04/2010 19:46, Streets Of Boston a écrit : Hi Jerome, I'm using your restlet libaries as well on Android cl

[android-developers] Re: Restlet librairies use in Android project

2010-04-23 Thread Jerome Louvel
ity/lists Best regards, Jerome Louvel -- Restlet ~ Founder and Technical Lead ~ http://www.restlet.org Noelios Technologies ~ http://www.noelios.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Re: How to test sample Bluetooth application in Android emulator?

2010-03-16 Thread Jerome White
I have the same question: Where can I find specific instructions on how to run the BluetoothChat example code (samples/BluetoothChat)? Not necessarily on how the code works, but moreso on how to run it. For example, one has to run two emulators, correct? Would this be two emulator processes, or tw

[android-developers] Re: what is the detailed relation between contacts and raw_contacts?

2010-03-11 Thread Jerome Deng
is adopted. On 3月11日, 下午12时27分, Dmitri Plotnikov wrote: > There is basic API documentation > here:http://developer.android.com/reference/android/provider/ContactsContr... > > 2010/3/10 Jerome Deng > ^_^Oh, fail to connect to > android developer site in China if don't use &

[android-developers] Re: Looking to becoming a developer part time

2010-03-10 Thread Jerome Deng
SDK is the best assistant. On 3月10日, 上午3时36分, TreKing wrote: > On Mon, Mar 8, 2010 at 1:12 PM, omnilaw wrote: > > I plan on spending a little time a night trying > > to learn the programming needed and get familiar with the SDK once I'm > > up to speed but wasn't sure where to start. > > Do you

[android-developers] Re: what is the detailed relation between contacts and raw_contacts?

2010-03-10 Thread Jerome Deng
^_^Oh, fail to connect to android developer site in China if don't use proxy. Thanks brain. You are right, there is no document about this. Any one can help interpret with details? On 3月9日, 上午8时29分, brian wrote: > +1 - the documentation in this area needs some work. To do the > simplest thing

[android-developers] what is the detailed relation between contacts and raw_contacts?

2010-03-08 Thread Jerome Deng
o-one relation. And is there any detailed relation diagram describing android database tables? Jerome 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@googlegroup

[android-developers] External keyboard possible?

2009-11-24 Thread jerome
Has anyone put any thought into doing an external keyboard? It sure would be nice to have a real keyboard sometimes. -- 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 T

[android-developers] Re: Using drawable resources

2009-10-12 Thread Jerome White
It turned out the problem was a name mismatch in my manifest. AndroidManifest had http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---

[android-developers] Using drawable resources

2009-10-08 Thread Jerome White
ncluding them in res/drawable and then accessing them using the R object. In my case: $> ls res/drawable/ red.png and reference it from my code: getResources().getDrawable(R.drawable.red); Am I missing something here? jerome --~--~-~--~~~---~--~~ You received this

[android-developers] Re: Get Assisted GPS server address from device

2009-06-15 Thread Jerome
Anybody can help? On Jun 9, 10:29 pm, Jerome wrote: > Hello, > I’m study the way to make application for A-GPS (Assisted GPS) server > monitoring. > So I would like to know if android sdk has an APIs to: > -       Get the AGPS server IP address from the device and to modify th

[android-developers] Re: Get Assisted GPS server address from device

2009-06-15 Thread Jerome
Anybody can help? On Jun 9, 10:29 pm, Jerome wrote: > Hello, > I’m study the way to make application for A-GPS (Assisted GPS) server > monitoring. > So I would like to know if android sdk has an APIs to: > -       Get the AGPS server IP address from the device and to modify th

[android-developers] Get Assisted GPS server address from device

2009-06-10 Thread Jerome
Hello, I’m study the way to make application for A-GPS (Assisted GPS) server monitoring. So I would like to know if android sdk has an APIs to: - Get the AGPS server IP address from the device and to modify this address if necessary - Get datas supply by the A-GPS server to the device

[android-developers] Abstract Classes and Layouts

2008-09-04 Thread Jerome O'Neil
I have a couple of widgets that I would like to appear on each Activity within my application. I've been trying to set up an AbstractHandler that extends Activity that implements these common bits of code, and then have each of my Activity classes extend that, and then have those classes impleme