[android-developers] Re: Announcing: The Android Developers Union

2011-03-02 Thread JBQ
Rich, I'd appreciate if you could explain what made you believe that it was appropriate to ask people to spam me personally. JBQ On Mar 1, 6:56 pm, Rich miser...@gmail.com wrote: How is it silly? Manydevelopershave had their apps removed without warning and it's frankly unacceptable. I make

[android-developers] Re: HOWTO push kernel repo into android.git.kernel.org?

2009-07-13 Thread JBQ
This question is more likely to get answered on the android-kernel mailing list. JBQ On Jul 13, 6:34 pm, Xinyu Chen muddo...@gmail.com wrote: Hi All I'm working for Freescale Semiconductor on the i.MX series linux BSP. Now we have android running well on i.MX515 platform, and hope to push

[android-developers] what is the widget platform Android supportted?

2008-12-29 Thread JBQ
Hello, Could anybody tell me what is the widget platform and what is the network_based widget 's framework? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: what is the widget platform Android supportted?

2008-12-29 Thread JBQ
Yes,UI widget,Like the clock in G1,It is a Local widget,I want to know how to make a network_based widget. On Dec 29, 6:42 pm, brnzn brendon.mathe...@gmail.com wrote: Hi JBQ - are you talking about UI widgets?  If not could you explain what you mean. brnzn JBQ wrote: Hello,   Could

[android-developers] Re: How to config the emulator to browser www?

2008-12-23 Thread JBQ
. The emulator is already set to browser www network wise unless you are behind a proxy if behind a proxy see the emulator instal lnotes on how to setup the emulator to deal with network proxies. On Dec 23, 1:10 am, JBQ jb...@huawei.com wrote: I heard somebody has browser www by emulator.but I cannot

[android-developers] How does app know its APN in the APN list?

2008-12-22 Thread JBQ
Hello,android put all apn in a apn list in Mobile networks menu.I want to know how the mms and browser and other app knows which is the right apn?If there are two apns works but fee is not same,How could user select the cheaper one? --~--~-~--~~~---~--~~ You

[android-developers] How to config the emulator to browser www?

2008-12-22 Thread JBQ
I heard somebody has browser www by emulator.but I cannot,Could anybody tell me how to config my evironment?Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] HTC G2's home effection is very well,I saw it on www,Is it real or just a flash?

2008-12-19 Thread JBQ
Does anybody know it? --~--~-~--~~~---~--~~ 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] How to support VideoPhone ?

2008-12-17 Thread JBQ
VideoPHone is a important function in 3g service,I donot know why android cannot apply it ?Videophone is consist of h.324 and camcoder.camcoder may be h263 or mp4.All of the work is big for developer,Does somebody know if android has any plan on it?

[android-developers] Re: How to support VideoPhone ?

2008-12-17 Thread JBQ
that requires close cooperation between RIL and media stack. Even though Android will have an open source VT stack, there will still be a fair bit of work required to implement it on your hardware. On Dec 17, 9:12 pm, JBQ jb...@huawei.com wrote: VideoPHone is a important function in 3g service,I

[android-developers] A file folder and phone file storage feature requirment.

2008-12-13 Thread JBQ
Hello everybody, The G1 has no file folder,when take a picture,it must be saved to SD card.I want to save the new file to phone storage.then I have to do 1.change the save dirction and 2. make a file folder to show it.Could anybody give any advice?Thanks. JBQ

[android-developers] Re: Running Background Process

2008-07-13 Thread JBQ
to run at all. JBQ On Jul 13, 10:43 am, Jaikishan Jalan [EMAIL PROTECTED] wrote: Thanks Mark and JBQ for your reply. Ok, ideally when the application will be released, my application will make a network request after every 30 minutes. So what do you recommend? - Service or Alarm Manager? My

[android-developers] Re: Is it possible to implement home and Back keys?

2008-07-02 Thread JBQ
to do it. JBQ (Android Engineer) On Jul 2, 12:25 am, bins [EMAIL PROTECTED] wrote: hi ... .i was trying to implement home button and back to screen button for my application ,On key listener i give the key code of the home ..but when ever i click on the button going back to home screen

[android-developers] Re: J2ME or J2SE?

2008-06-18 Thread JBQ
library classes will look familiar to Java developers, but Android is definitely not Java. JBQ On Jun 18, 8:21 am, Justin (Google Employee) [EMAIL PROTECTED] wrote: Mark is quite correct. To expand a little on his answer, Android applications are written in Java, but Android does not execute Java

[android-developers] Re: J2ME or J2SE?

2008-06-18 Thread JBQ
Some of the APIs implemented by the core libraries would indeed look familiar to J2SE programmers. JBQ On Jun 18, 12:45 pm, MobileBen [EMAIL PROTECTED] wrote: Do I understand it right, that if I look at the architecture of the Android operating system that the J2SE libraries are the core

[android-developers] Re: Storage: sorry about the subject

2008-06-12 Thread JBQ
Have you tried http://code.google.com/android/reference/android/database/sqlite/SQLiteDatabase.html#create(java.io.File,%20int,%20android.database.sqlite.SQLiteDatabase.CursorFactory) ? JBQ On Jun 11, 5:39 pm, [EMAIL PROTECTED] wrote: Justin: Do you know much about the data storage