[android-developers] question about NsdManager, the network service discovery

2017-02-06 Thread Zhihong GUO
Hello all, There is NsdManager in android.net.nsd, which can be used for service discovery. There is WiFiP2PManager ( Wi-Fi Direct ) can used for service discovery in P2P wi-Fi connection. I found there is android.net.wifi.p2p.nsd, so first maybe stupid question: what's the relationship of the t

[android-developers] Re: jobscheduler how to

2015-12-18 Thread Zhihong GUO
+08:00 Zhihong GUO : > Hello, > > I create a jobscheduler in onReceive method of boot complete receiver. The > job is not scheduled to run after two minutes. The device is in idle and > wi-fi connected. > > Can anyone give help? > > Thanks, > > James > > public

[android-developers] jobscheduler how to

2015-12-18 Thread Zhihong GUO
Hello, I create a jobscheduler in onReceive method of boot complete receiver. The job is not scheduled to run after two minutes. The device is in idle and wi-fi connected. Can anyone give help? Thanks, James public void onReceive(Context context, Intent intent) { JobScheduler tm =

Re: [android-developers] Re: the download manager can't resume the download at broken point

2015-04-21 Thread Zhihong GUO
gt; response after it is paused. > > Thanks, > Deepak > > > On Tuesday, 21 April 2015 06:52:06 UTC+5:30, Zhihong GUO wrote: >> >> Hello all, >> >> I want the download manager to download something from a server, here are >> the http response messa

[android-developers] the download manager can't resume the download at broken point

2015-04-20 Thread Zhihong GUO
Hello all, I want the download manager to download something from a server, here are the http response message from server for the download request from android download manager: *HTTP/1.1 200 OK* *Date: Mon, 20 Apr 2015 12:49:06 GMT* *Server: Apache-Coyote/1.1* *Set-Cookie: proxyIn_com_pphom=

Re: [android-developers] question about WebChromeClient

2011-11-19 Thread Zhihong GUO
Hi Mark, Thank you so much! 2011/11/19 Mark Murphy > On Sat, Nov 19, 2011 at 8:22 AM, Zhihong GUO wrote: > > Can anyone tell me what's WebChromeClient for? > > It is for events that might be triggered by HTML or JavaScript that > would affect a browser but (typ

[android-developers] question about WebChromeClient

2011-11-19 Thread Zhihong GUO
Hi all, Can anyone tell me what's WebChromeClient for? I read the document on developer.android.com but still some unclear issues: what's the onShowCustomView for? when it will be called ? can you give an example or user experience on that ? thanks a lot James -- You received this message bec

[android-developers] new features of ICS

2011-10-28 Thread Zhihong GUO
Hi all, It is said in Android 4.0 platform information that: the CSS 3D transformations are supported. can someone tell me what kind of hardware required by this feature? CPU, GPU, MEMORY and others? Thanks a lot. James -- You received this message because you are subscribed to the Google Grou

Re: [android-developers] Re: how to make my app as the only one NFC tag handler

2011-06-29 Thread Zhihong GUO
Thank you so much Dominik. so that I need also define the intent filter of my activity: right? 2011/6/29 Dominik > simply define your own mime-type and write your private text in your > own format, i.e. as > >new NdefRecord( >

[android-developers] how to download and continue the editing a patch on review server

2011-06-29 Thread Zhihong GUO
hi all, I have a patch on review server https://review.source.android.com. I can download it by "repo download" command. but when I made a change and use git add -A, git commit --amend and repo upload, I got error "no branches ready for upload. I check the active branches by git branch: * (no bra

[android-developers] how to make my app as the only one NFC tag handler

2011-06-28 Thread Zhihong GUO
Hi all, My NFC tag written a private text string, start with , and I want to dev a tag reader app. How can I make my tag reader to be the only one that will handler a tag stored a string begin with ""? thanks you so much -- You received this message because you are subscribed to the Goo

[android-developers] about new features in Email of 3.1

2011-05-16 Thread Zhihong GUO
Hi all, it is said in 3.1 platform highlight that: To conserve battery power and minimize cell data usage, the application now prefetches email from the server only when the device is connected to a Wi-Fi access point. Does that mean the email application can not get new email notification when th

Re: [android-developers] Re: does NFC in gingerbread support card simulate?

2011-04-02 Thread Zhihong GUO
ll be made available > > for the Android phones. > > > > br, > > Michael > > > > On Mar 23, 5:14 am, Zhihong GUO wrote: > > > > > > > > > > > > > > > > > Hi all, > > > > > about NFC in Gingerbread,

Re: [android-developers] Re: does NFC in gingerbread support card simulate?

2011-03-23 Thread Zhihong GUO
Android phones. > > br, > Michael > > > On Mar 23, 5:14 am, Zhihong GUO wrote: > > Hi all, > > > > about NFC in Gingerbread, is it possible to simulate a tag by the SDK? I > > have found the support for tag read/write and P2P push message, but >

[android-developers] does NFC in gingerbread support card simulate?

2011-03-22 Thread Zhihong GUO
Hi all, about NFC in Gingerbread, is it possible to simulate a tag by the SDK? I have found the support for tag read/write and P2P push message, but haven't found any support on card simulate. thanks James -- You received this message because you are subscribed to the Google Groups "Android De

Re: [android-developers] NFC Question

2011-03-21 Thread Zhihong GUO
hi all, the exception is due to the intent action, it is NfcAdapter.ACTION_NDEF_DISCOVERED, not ACTION_TAG_DISCOVERED, which is listened by tag or tagwriter app. 2011/3/22 Zhihong GUO > Hi all, I have the same issue. I write the tag by Ndef class, but the tag > can't be read by

Re: [android-developers] NFC Question

2011-03-21 Thread Zhihong GUO
Hi all, I have the same issue. I write the tag by Ndef class, but the tag can't be read by any readers application, it cause them crash. The source code is below: ... Tag tagFromIntent = null; void writeTag(){ NdefRecord record = new NdefRecord(NdefRecord.TNF_WELL_KNOWN, NdefRecor

Re: [android-developers] Re: marketbilling project closed?

2011-03-13 Thread Zhihong GUO
> What is your objective ? > As far as I can understand following link might be of your interest. > > http://developer.android.com/guide/market/billing/index.html > > Thanks > Dalvinder Singh > <http://developer.android.com/guide/market/billing/index.html> > > On Fri,

[android-developers] Re: marketbilling project closed?

2011-03-11 Thread Zhihong GUO
anyone can give me help? thank a lot 2011/3/10 Zhihong GUO > Hi all, > > why the download and source code is not available on page > http://code.google.com/p/marketbilling/ . Is there any changes on the > project? > -- You received this message because you are subscribed to

[android-developers] where can buy some tags can be read by nexus S

2011-03-11 Thread Zhihong GUO
Hi all, I want to demo some application based on NFC in nexus S. Where can I buy some tags with big storage, for about 50K~100K. Where can I buy the tag writer. Or can any one give me the interface spec of the NFC in nexus s. Thank you so much in advanced. James -- You received this message bec

[android-developers] marketbilling project closed?

2011-03-09 Thread Zhihong GUO
Hi all, why the download and source code is not available on page http://code.google.com/p/marketbilling/ . Is there any changes on the project? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-d

[android-developers] question about a View's hardware and software layer

2011-02-24 Thread Zhihong GUO
Hi all, The view in Honeycomb can be specified be backed by either a hardware or software layer. I am not familiar with it and I want to know what can be done by the hardware and software layer of a view. it should be a special look and feel effect, or it make a effect happened quickly than befor

Re: [android-developers] about the heap size in honeycomb

2011-02-24 Thread Zhihong GUO
thanks a lot. 2011/2/24 Romain Guy > The heap size is set to 48MB. > > On Wed, Feb 23, 2011 at 9:18 PM, Zhihong GUO wrote: > >> Hi all, >> >> it is said in the link >> http://developer.android.com/intl/zh-CN/sdk/android-3.0.html that >> honeycomb s

Re: [android-developers] Re: animate part of the app widget

2011-02-23 Thread Zhihong GUO
gt; solution to this topic. > > Regards, > DatNQ > > > On Wed, Feb 23, 2011 at 12:43 PM, metal mikey wrote: > >> Refer to my posts on the following thread: >> >> >> http://groups.google.com/group/android-developers/browse_frm/thread/ef1eb3ddfd401

[android-developers] about the heap size in honeycomb

2011-02-23 Thread Zhihong GUO
Hi all, it is said in the link http://developer.android.com/intl/zh-CN/sdk/android-3.0.html that honeycomb support larger heap size. what is the upper-limit of the heap that the applications can used. Thanks -- You received this message because you are subscribed to the Google Groups "Android D

[android-developers] drag and drop only between views in the same layout?

2011-02-23 Thread Zhihong GUO
Hi all, A question about drag & drop in Honeycomb, is it available between two app widgets or fragments on homescreen? or it is only available between views in the same activity. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

[android-developers] memory limit of the clipboard in Honeycomb

2011-02-22 Thread Zhihong GUO
Hi All, what is the upper-limit of the memory of an object in clipboard, for example, image. thanks a lot! James -- 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

[android-developers] animate part of the app widget

2011-02-22 Thread Zhihong GUO
Hi all, is it possible to animate part of an app widget? for example, there is a text string, an image, and a number in my widget, I want to animate the number or image in the widget, which is only part of whole widget on the home screen. does it possible on Honeycomb? -- You received this messag

[android-developers] about drag and drop on Honeycomb

2011-02-22 Thread Zhihong GUO
Hi all, I am wondering if the drag and drop can only be available in a single activity, from one fragment to another, or it can be done between two activities. Does it support drag and drop between app widgets on home screen? Thanks a lot. -- You received this message because you are subscribed

[android-developers] what is HIPRI connection

2011-01-12 Thread Zhihong GUO
Hi all, There is a kind of connection called HIPRI, which is categoried by Android as a connection like MMS, or SUPL, DUN or Mobile. It is said by the SDK web page that it is : A High Priority Mobile data connection. This connection is typically the same as TYPE_MOBILE

[android-developers] Re: LVL question: how the method VerifyLicense in the class ResultListener in class LicenseChecker be called.

2010-12-13 Thread Zhihong GUO
a little modification on the last question. The SDK API can't get the signature, but it still possible for the developers to get the signature by hack the platform code 2010/12/14 Zhihong GUO > Hi all, > > I want to make it clear how the VerifyLicense method of the class >

[android-developers] LVL question: how the method VerifyLicense in the class ResultListener in class LicenseChecker be called.

2010-12-13 Thread Zhihong GUO
Hi all, I want to make it clear how the VerifyLicense method of the class ResultListener in class LicenseChecker be called. Is it be called by Android Market client? The VerifyLicense code is as below: public void verifyLicense(final int responseCode, final String signedData,

Re: [android-developers] Re: Application wake up

2010-10-20 Thread Zhihong GUO
Hi Prill, How to send binary SMS to the specific port on the phone, can we do the test on emulator? Thanks 2010/5/11 Timo Prill > Send binary SMS to the specific port on the phone, they won't be shown in > the inbox.. > > (except the HTC Tattoo sometimes shows binary SMS in the inbox.. seems t

Re: [android-developers] Re: can C2DM running on Eclair

2010-10-20 Thread Zhihong GUO
Hi Bibek, Thank you for your quickly answer. Can you tell me what module added in the platform of Froyo to support C2DM? Thanks 2010/10/20 Kumar Bibek > No it wont. > > On Oct 20, 9:47 am, Zhihong GUO wrote: > > Hi all, > > > > It seems that the Android market on

[android-developers] can C2DM running on Eclair

2010-10-19 Thread Zhihong GUO
Hi all, It seems that the Android market on Eclari can search, download and install the c2dm-based applications. It seems that if the C2DM support code is imported in the application source code direclty, the application can running on Eclair, is that true? Thanks a lot. James -- You received

Re: [android-developers] Flash games for Android is it possible?

2010-10-11 Thread Zhihong GUO
If you have the actionscript source code of the game, you can build the game to android native application by AIR. otherwise you can have a try to reuse the flash file in an empty flash project 2010/10/11 Miguel Morales > You might be able to create an application with a WebView in which you > e

[android-developers] does the backup service on Froyo backup the data of a specific user

2010-07-08 Thread Zhihong GUO
Hi all, After checking the API of the backup service, I haven't find any parameters related to the google ID of a user. My question is if the backup service can backup the data of a specific user, for example, his/her score in a game; if so, how -- You received this message because you are subsc

[android-developers] question about search suggestion rating

2010-03-08 Thread Zhihong GUO
Hi All, I am reading the source code that are related to search function. I can't find the algorithm about the rating of the search suggestion, does anyone can give me a hand? Thanks a lot, James -- You received this message because you are subscribed to the Google Groups "Android Developers"

Re: [android-developers] Re: UPnP

2010-01-29 Thread Zhihong GUO
Hi skonno, All of the java code is downloaded, but I can't find a Android project to run in emulator or on read device James 'http://sourceforge.net/projects/cgupnpjava/develop'; please relocate 2010/1/29 skonno > Hi Abhi, > > I have already ported the following my UPnP framework into Android.

[android-developers] Can I use the permission INJECT_EVENTS in a unit testing project?

2010-01-28 Thread Zhihong GUO
Hi All, I am writing a unit test case based on the Instrumentation class. My scenario is: in my activity to be tested, it will start the browser. Now I want to send a "back" key event to the browser application and then I can go back to my activity to continue the testing. But it seems that the an

[android-developers] question about testing on activity

2010-01-26 Thread Zhihong GUO
Hi all, Now I am writing a test case for an Activity. The activity will send a Http request to a server and the server will give response back to it. Based on the response from the server, the Activty may make call, connect to a web site and etc. The question is: Can I implement a MockServer, just

[android-developers] question about Market

2010-01-19 Thread Zhihong GUO
Hi All, I got two devices, HTC G1 and Tattoo, both running 1.6 ROM. When searching "flashcode" in both of Market application on the two devices, only G1 return matched applications, while Tattoo can't, why Thanks, James -- You received this message because you are subscribed to the Google Group

回复: [android-developers] Re: how to clear acti vity stack in task

2010-01-06 Thread Zhihong GUO
lled off, and so once you kill Activity C your Activity stack is cleared and you're good to go. Hope this is what you were looking for. - jwei http://thinkandroid.wordpress.com On Jan 6, 1:12 am, Zhihong GUO wrote: > Hi all, > > I have three activities. Ac... -- You received this mess

[android-developers] how to clear activity stack in task

2010-01-06 Thread Zhihong GUO
Hi all, I have three activities. Activity A start activity B by the method startActivityForResult, and Activity B start activity C by the method startActivity. Then, after starting activity C, activity B kill himself by finish(). Now the task stack stored two activities: A and C. My question is:

[android-developers] Is the facebook application in Motorola Droid open source?

2009-12-16 Thread Zhihong GUO
Hi All, Can I download the facebook application in Droid? or it is not open source in Android project. Thank you so much James -- 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@google

Re: [android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-12-06 Thread Zhihong GUO
Hi All, Just make clear of my question: is there an open source plugin for account management and contact sync for facebook in Andorid? Thanks a lot. James 2009/12/5 Zhihong GUO > Hi all, > > I am wandering if there is any examples on the account and sync plugin in > Android

Re: [android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-12-05 Thread Zhihong GUO
Hi all, I am wandering if there is any examples on the account and sync plugin in Android Open Source project. For example, if there are any code on Facebook plugin in contacts and sync. If not, can any one help me give the codes in Eclair contacts and email application related to the topic. Thank

Re: [android-developers] Re: how to know if the device is to be powered off

2009-12-04 Thread Zhihong GUO
to contact the server? > > On Dec 4, 12:33 am, Zhihong GUO wrote: > > Hi All, > > > > My application want to know the device is to be power off, so that it can > > send out the logout message to the server. > > > > How to do that? > > > > Thanks a l

[android-developers] how to know if the device is to be powered off

2009-12-04 Thread Zhihong GUO
Hi All, My application want to know the device is to be power off, so that it can send out the logout message to the server. How to do that? Thanks a lot. James -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

Re: [android-developers] can I get system service in a my personal service?

2009-11-30 Thread Zhihong GUO
Thanks for the reply, I uses the permission as: I had test the code TelephonyManager tel = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE) in an activity and it works well. 2009/11/30 Wojciech Topolski > Hi > > 2009/11/30 Zhihong GUO > > Hi all, >>

[android-developers] can I get system service in a my personal service?

2009-11-30 Thread Zhihong GUO
Hi all, I got an problem on getting the TelephonyManager in my personal service. The code as below: public class MyService extends Service { @Override public IBinder onBind(Intent intent) { return mBinder; } /** * The implementation of IMyService defined through AIDL. */ public IBinder mBind

[android-developers] Re: getInstalledApplications of the PackageManager can't return all of the applicaitons

2009-11-25 Thread Zhihong GUO
Another question is about how can I get the vendor information of an application by 1.5 sdk, thanks a lot! 2009/11/25 Zhihong GUO > Hi all, > > I just found that when I use the > getInstalledApplications<http://developer.android.com/reference/android/content/pm/Pack

[android-developers] getInstalledApplications of the PackageManager can't return all of the applicaitons

2009-11-25 Thread Zhihong GUO
Hi all, I just found that when I use the getInstalledApplications of PackageManager, I can't get all of the applications installed. The code as below: PackageManager pm = context.getPacka

Re: [android-developers] Re: Wallpaper

2009-11-08 Thread Zhihong GUO
ackborn > You can't, these are just the default images that are built into the > platform. You can make your own wallpaper picker that the user can go > through instead of the built-in one (or the image picker that is also > available to them). > > On Sun, Nov 8, 2009 at 5:13

Re: [android-developers] Re: Wallpaper

2009-11-08 Thread Zhihong GUO
make the question clear, how can I add images to the wallpaper gallery? 2009/11/7 Zhihong GUO > But where is the wallpaper gallery locate. It seems that only one image > in /data/data/ > > com.android.settings/files/wallpaper > > 2009/2/12 Rohit > > >> Talking to

Re: [android-developers] Re: Wallpaper

2009-11-07 Thread Zhihong GUO
But where is the wallpaper gallery locate. It seems that only one image in /data/data/ com.android.settings/files/wallpaper 2009/2/12 Rohit > > Talking to myself here :( > Here is what I figured out. The wallpaper is saved in /data/data/ > com.android.settings/files/wallpaper and yes there is a

[android-developers] Re: does XT9 keyboard support in Android 2.0?

2009-11-05 Thread Zhihong GUO
Another question is when 2.0 source code will be published, also. 2009/11/6 Zhihong GUO > Hi all, > > Could anyone give the information whether XT9 is supported on Andoird 2.0? > > Thanks > > James > -- You received this message because you are subscribed to th

[android-developers] does XT9 keyboard support in Android 2.0?

2009-11-05 Thread Zhihong GUO
Hi all, Could anyone give the information whether XT9 is supported on Andoird 2.0? Thanks James -- 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

Re: [android-developers] Re: how to know if it the emulator or device

2009-11-03 Thread Zhihong GUO
It can not work. There is no exception throws and the wifiManager returned can be used as wifiManager.isEnabled() 2009/11/4 Dianne Hackborn > On Tue, Nov 3, 2009 at 11:10 AM, Roman ( T-Mobile USA) < > roman.baumgaert...@t-mobile.com> wrote: > >> Furthermore the API call >> >> (WifiManager)mCont

Re: [android-developers] Re: how to know if it the emulator or device

2009-11-03 Thread Zhihong GUO
Hi lianwei, what's the means of ro.kernel.qemu? 2009/11/4 lianwei > if ("1".equals(android.os.SystemProperties.get("ro.kernel.qemu"))) { >// Run in Emulator > } > > > On Nov 4, 9:21 am, Emmanuel wrote: > > On Nov 3, 2:29 pm, Zhihong GUO

[android-developers] how to know if it the emulator or device

2009-11-03 Thread Zhihong GUO
Hi all, How to know if the application is running on emulator or on a real device? I want to implement a function to detect wifi connection. If the application is running on emulator, just skip the wifi detection, while on real device, the wifi connection check should be done. how to do that? Tha

[android-developers] Re: how to read the app package under /data/app

2009-10-28 Thread Zhihong GUO
xample, the app under system folder is looks like AlarmClock.apk, while the app under /data/app fold is com..xxx.test.apk. 2009/10/28 vovkab > > Seems like, you don't know what you need. > > Use WallpaperManager to get wallpapper. Why you need filename from > package o_O? >

[android-developers] Re: how to read the app package under /data/app

2009-10-28 Thread Zhihong GUO
Can you give some example code on how to get the file name of the current wallpaper? Thanks 2009/10/27 vovkab > > Yes you can. > > Just read it with > File apkfile = new File("/data/app/com.package.name"); > > On 27 окт, 11:43, Zhihong GUO wrote: > > H

[android-developers] Re: how to read the app package under /data/app

2009-10-27 Thread Zhihong GUO
but how can I get the com.package.name. It seems that you can't get all of the files' name by listFile() method. 2009/10/27 vovkab > > Yes you can. > > Just read it with > File apkfile = new File("/data/app/com.package.name"); > > On 27 окт, 11:43, Zhiho

[android-developers] how to read the app package under /data/app

2009-10-27 Thread Zhihong GUO
Hi All, I want to read out the binary content of the .apk packages installed in /data/app. Not only the package information, but the content of the package itselt. How can I do that. Thanks a lot, James --~--~-~--~~~---~--~~ You received this message because you a

[android-developers] Re: Deep sleep behaviour

2009-09-15 Thread Zhihong GUO
gt; onDestroy() is called when the activity is destroyed. Nothing is called > on the activity when the CPU shuts down. > > With that in mind... > > > On Sep 15, 6:36 am, Zhihong GUO wrote: > >> how to get notification before the CPU get to deep sleep? > > There i

[android-developers] Re: Deep sleep behaviour

2009-09-15 Thread Zhihong GUO
how to get notification before the CPU get to deep sleep? I want to do some task before my application be killed by the system. 2009/9/9 Dianne Hackborn > When no wake locks are held, the CPU will not run at all, and time has > effectively stopped for most scheduling (that is scheduling based on

[android-developers] Re: Unbale to opem IM app.

2009-05-27 Thread Zhihong GUO
as no signatures that match those in shared user android.uid.im; ignoring" It seems that the demo plugin use same user id as the IM.apk in system image. But how to get the signature of the IM app in system image and how to add the signature to demo plugin? 2009/5/27 Zhihong GUO > you have to ope

[android-developers] Re: Unbale to opem IM app.

2009-05-27 Thread Zhihong GUO
you have to open the project under IM/samples/PluginDemo with eclipse, build and install the project to emulator. 2009/4/29 srinivas > > > Hi, > On cupcake builds we are unable to open IM app from main menu. > When we open the app, it gets closed immediately and adb logs show the > following err

[android-developers] Re: SyncML on android

2009-03-31 Thread Zhihong GUO
http://www.funambol.com/news/pressrelease_2007.11.14.php it works 2009/4/1 Gulfam > > Hi all, > >I want to implement SyncML on android. I want to sync my contacts > and calendar on my server.Is it possible in android ? > if yes then how ?. I am waiting your response. > > Thanks, > Gulfam > >

[android-developers] Re: why there are two DRM implementation in Android

2008-11-13 Thread Zhihong GUO
2008/11/13 [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > The only DRM in use at this time is forward lock in > android.drm.mobile1. where can I find the code that the forward lock used ? thanks > There are hooks for DRM in OpenCore, but it is > not used at all. > > On

[android-developers] Re: why there are two DRM implementation in Android

2008-11-12 Thread Zhihong GUO
t; not used at all. > > On Nov 12, 10:55 pm, "Zhihong GUO" <[EMAIL PROTECTED]> wrote: > > Hi all, > > I found two DRM implementation in Android. One is locate in the package > > android.drm.mobile1, which is used in Ringtone, MMS and picture viewer. > The >

[android-developers] why there are two DRM implementation in Android

2008-11-12 Thread Zhihong GUO
Hi all, I found two DRM implementation in Android. One is locate in the package android.drm.mobile1, which is used in Ringtone, MMS and picture viewer. The other is provided by PacketVideo, used in video download and playing. It seems that the two implementation are separate and have no relationshi

[android-developers] Re: Android Source Code Now Available

2008-10-29 Thread Zhihong GUO
some questions about the email application in the source package. 1 Why there is no email providers like contacts and calendar applications. The email application has to do everything, and make it very huge and complicate. 2 The email application will start a email service that will synchronize wi

[android-developers] Re: does the syncml package follow OMA DS 1.2 completely

2008-10-26 Thread Zhihong GUO
but I really don't know how the code of the package be used. 2008/10/27 Zhihong GUO <[EMAIL PROTECTED]> > > http://git.source.android.com/?p=platform/frameworks/base.git;a=tree;f=core/java/android/syncml;h=c53ec87a1557aac9cdb6c49b1070062d71912428;hb=1ef4564d4ad14f2c5dcb162

[android-developers] Re: does the syncml package follow OMA DS 1.2 completely

2008-10-26 Thread Zhihong GUO
http://git.source.android.com/?p=platform/frameworks/base.git;a=tree;f=core/java/android/syncml;h=c53ec87a1557aac9cdb6c49b1070062d71912428;hb=1ef4564d4ad14f2c5dcb162636875ca8aed5e4d9 2008/10/27 Sean Sullivan <[EMAIL PROTECTED]> > > > On Oct 26, 5:17 am, "Zhihong GUO"

[android-developers] does the syncml package follow OMA DS 1.2 completely

2008-10-26 Thread Zhihong GUO
Hi all, I have read the the source code in android.syncml, but I am not sure if it follow OMA DS 1.2 or not. Can anyone tell me? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] Re: Android Source Code Now Available

2008-10-24 Thread Zhihong GUO
provider/Sync.java > > http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=core/java/android/speech/recognition > > http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=core/java/com/android/internal > > Tauno > > On Fri, Oct 24, 2008 at 11:5

[android-developers] Re: Android Source Code Now Available

2008-10-24 Thread Zhihong GUO
Hi hackbod, Where can I find the code of these packages: android.provider.Sync android.speech.recognition com.android.internal or they will not open? 2008/10/21 Al Sutton <[EMAIL PROTECTED]> > > http://source.android.com/ > > For those that missed the announcements. > > Al. > http://andappstore

[android-developers] Re: Android Source Code Now Available

2008-10-22 Thread Zhihong GUO
So where is the maps code in sdk package com.google.android.maps ? 2008/10/23 Romain Guy <[EMAIL PROTECTED]> > > The Maps application is not open sourced. > > On Wed, Oct 22, 2008 at 11:22 PM, Zhihong GUO <[EMAIL PROTECTED]> wrote: > > can anyone tell me

[android-developers] Re: Android Source Code Now Available

2008-10-22 Thread Zhihong GUO
can anyone tell me where is the maps source code? 2008/10/21 Al Sutton <[EMAIL PROTECTED]> > > http://source.android.com/ > > For those that missed the announcements. > > Al. > http://andappstore.com/ > > > > --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: about the sdk 1.0 source code

2008-10-15 Thread Zhihong GUO
Ludwig, Thank you for the answer.I found the implementation of com.google.android.maps was moved to the /system/framework/com.google.android.maps.jar in the emulator. So that in the SDK of 0.9 and 1.0, we have to indicate which library we will use for map application by a line in Manifest fil

[android-developers] Re: MjSip authentication problem

2008-07-08 Thread Zhihong GUO
Have you try a user id followed by @xx.xx.xx.xx where xx.xx.xx.xx is the server ip. 2008/7/8 andyn <[EMAIL PROTECTED]>: > > Hi there, > > have anyone tried to get the demo application running included in the > MjSip zip package from HSC? > The whole zip package can be downloaded under: > > http:/