[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 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 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

[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 wrote: > Hi JBQ - are you talking about UI widgets?  If not could you explain > what you mean. > > brnzn > > > > JBQ wrote: > > Hell

[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: How to config the emulator to browser www?

2008-12-23 Thread JBQ
e. > > 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 wrote: > > > > > I heard somebody has

[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, sen

[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 recei

[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 a

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

2008-12-17 Thread JBQ
quires 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 wrote: > > > > > VideoPHone is a importa

[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] 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
our thread never gets a chance 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. &g

[android-developers] Re: Running Background Process

2008-07-13 Thread JBQ
ithout necessarily having a process stay up all the time, you should look at the AlarmManager, which will allow the system to free the memory associated with your process between ticks. JBQ On Jul 13, 7:50 am, "Jaikishan Jalan" <[EMAIL PROTECTED]> wrote: > Hello, > > I have

[android-developers] Re: how can I open an application using my code

2008-07-08 Thread JBQ
You're looking for android.content.Context.startActivity() JBQ On Jul 7, 11:48 pm, 毛建新 <[EMAIL PROTECTED]> wrote: > can I use this Runtime.getRuntime().exec(path); method? > > If can ,what's the path? > > On Jul 8, 1:16 pm, 毛建新 <[EMAIL PROTECTED]> wr

[android-developers] Re: scalable vector graphics scalable vector graphics scalable vector graphics

2008-07-04 Thread JBQ
use another graphics system. And if you're willing to contribute it back and your contribution is accepted, it'll end up in a future version of Android. JBQ (Android Engineer) On Jul 4, 4:22 am, stefoid <[EMAIL PROTECTED]> wrote: > etc... > > this quote from this blog sa

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

2008-07-02 Thread JBQ
ls about how 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

[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 li

[android-developers] Re: J2ME or J2SE?

2008-06-18 Thread JBQ
some 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, b

[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 s