Re: [android-developers] Re: Parsing heavy data

2010-06-09 Thread Kevin Duffey
Like Frank said... why 10,000? To me, that's a bad design to try to deal with that much data on a mobile device. Make your data in pieces, make subsequent requests, or move it to a web platform and allow the user to use the browser (or embed the webkit in your app) and all the processing to occur

[android-developers] how to read calendar

2010-06-09 Thread pramod.deore
Can we read calendar in Vcard format? -- 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] Regarding email and phone number from contact

2010-06-09 Thread ameya dandekar
Hi, I am currently working on SDK 1.5 , and in my app i want to read the phone number and email address of the person from contacts. I got the solution to read phone no using following : phoneid = phoneBookCursor.getInt(phoneBookCursor.getColumnIndex(People.PRIMARY_PHONE_ID)); and

[android-developers] Post APK on the website

2010-06-09 Thread yves...@gmail.com
I want to post my free version of the APK on my website so people can test it out without going through android market. I am using a third party web host site (windows based server). I tried a href=freeapp.apk, it doesn't work. I did some search and all I found was using Apache server to do that.

[android-developers] Re: Post APK on the website

2010-06-09 Thread String
On Jun 9, 7:48 am, yves...@gmail.com yves...@gmail.com wrote: href=freeapp.apk, it doesn't work What does it do? If you want meaningful help, you need to supply a more meaningful problem description than it doesn't work. :^) At a guess, you may need to add configure the MIME type; the correct

[android-developers] Re: Moving from one Activity to another with a pause/delay

2010-06-09 Thread String
On Jun 9, 5:03 am, pawan nimje pawanni...@gmail.com wrote: any kind of suggestion will do .. In your onClick event put your color changing code and a call to Handler.sendEmptyMessageDelayed(). The latter will reference a Handler you create, with the activity-switching code in its

[android-developers] Re: Is it possible to use the USB connection in my app?

2010-06-09 Thread FrankG
Which rule should your specific hardware play : device or host ? Which usb protocol will it support ? Will this be a solution to a particular device ? If not, IMHO your are forced to work somehow with usb mass storage with your hardware. Good luck ! Frank On 8 Jun., 16:40, Cleverson

[android-developers] Re: Need some Generics Experts inputs

2010-06-09 Thread joebowbeer
ActivityInstrumentationTestCase2 is parameterized by the Activity under test, as illustrated in the tutorial: http://developer.android.com/resources/tutorials/testing/helloandroid_test.html Without parameterization, this base class would not be able to provide a getActivity method that returned

[android-developers] Re: Create Wav File

2010-06-09 Thread zenoname
Sorry but how it's gone help me to find how to create wav file with android SDK ? I know what is wav file format and how to create wav file using c++ for example (add riff header, writing pcm samples ...) My question is : how can I do that with android SDK - java ? Thanks -- You received this

[android-developers] Re: ListView problem - items are shrank when while scrolling the view

2010-06-09 Thread zohar lerman
Thanks for your help but it still shrink the image. about the criteria: I have different criteria but to make it easy to explain i prefer this one. On Jun 9, 8:56 am, mort m...@sto-helit.de wrote: I think you should work with getItemViewType(int position) and getViewTypeCount(), so Android

Re: [android-developers] Re: How to find memory leak?

2010-06-09 Thread Sebastian Roth
But when doing that, do not forget to convert the snapshots using * hprof-conv*. I'm still searching for a automatic way. We're using: for i in *.andhprof; do hprof-conv $i `basename $i .andhprof`.new.hprof ;done On Thu, May 20, 2010 at 8:19 PM, Mathias Lin m...@mathiaslin.com wrote: Yourkit,

Re: [android-developers] Re: Playing live stream (RTP) in MediaPlayer

2010-06-09 Thread Andy Savage
You simply pass the RTSP url to MediaPlayer (although I think this functionality was somewhat broken before 2.1 so I can't be certain that it will work in 1.6-2.0). You can play it in the same way that you would play a file (but instead of passing the file descriptor pass the URL as a string).

Re: [android-developers] Re: Playing live stream (RTP) in MediaPlayer

2010-06-09 Thread Andy Savage
On the subject of this thread I have submitted a bug report... For those interested you may want to star it or add any useful comments: http://code.google.com/p/android/issues/detail?id=8959q=rtpcolspec=ID%20Type%20Status%20Owner%20Summary%20Stars I hope we can get this resolved. I'm not really a

[android-developers] instrumentation tag internals

2010-06-09 Thread Raja Nagendra Kumar
Hi, Would like to know the best place to get more details on this tag 'instrumentation' for the manifest file. instrumentation android:targetPackage='com.tejasoft.tezzd.mobile.android' android:name='android.test.InstrumentationTestRunner' android:label='TestTezzD'

[android-developers] Re: How to lanuch test application from phone

2010-06-09 Thread Chander Pechetty
Use adb shell am instrument Check out the platform documentation at http://pdk.android.com/online-pdk/guide/instrumentation_testing.html for an example. On Jun 9, 8:57 am, Raja Nagendra Kumar nagendra.r...@tejasoft.com wrote: Nope.. Sachin, sorry for being less clear on my need. I was

[android-developers] TaskAffinity causes new instance being created when startActivity

2010-06-09 Thread James Wang
Hi, I have a problem about taskAffinity of Activity. Activities A and B with the same taskAffinity. A starts B with FLAG_ACTIVITY_NEW_TASK and the B starts A with FLAG_ACTIVITY_NEW_TASK again. Dumpsys activity of system gives us task stack like below: TOP- A B A According to

[android-developers] Re: Troubles with hierarchyviewer

2010-06-09 Thread Thom
Ha... right. Now, I remember you already mention it during the Paris ADL session ! Sorry for that. :) Thanx for the answer ! On Jun 8, 1:00 am, Romain Guy romain...@android.com wrote: HierarchyViewer cannot be used with user builds, for security reasons. You can use it with debug builds or

[android-developers] Re: Good job Android Team !!

2010-06-09 Thread Yahel
Don't get me wrong, I still think that neither the Android framework, the Android Documentation, or the developpers Market console are very very far from being production ready. And it is really frustrating I agree. BUT... If you go around telling everyone about everything that doesn't work and

Re: [android-developers] Re: Moving from one Activity to another with a pause/delay

2010-06-09 Thread pawan nimje
Sounds cool ... will try .. On Wed, Jun 9, 2010 at 12:37 PM, String sterling.ud...@googlemail.comwrote: On Jun 9, 5:03 am, pawan nimje pawanni...@gmail.com wrote: any kind of suggestion will do .. In your onClick event put your color changing code and a call to

[android-developers] What do users see when i change the project build target?

2010-06-09 Thread Teo [GD API Guru]
This question might have been asked a while ago, but i'm still confused, and things could have changed in the mean time. Let's say i'm changing the project build target from Android 1.6 to Android 2.1 (not sure i will, but just hypothetically :) and that the android:minSdkVersion attribute is

[android-developers] What do users see when i change the project build target?

2010-06-09 Thread Teo [GD API Guru]
This question might have been asked a while ago, but i'm still confused, and things could have changed in the mean time. Let's say i'm changing the project build target from Android 1.6 to Android 2.1 (not sure i will, but just hypothetically :) and that the android:minSdkVersion attribute is

Re: [android-developers] Re: Developing Android REST client applications

2010-06-09 Thread Andrew Brampton
Ah thanks Streets Of Boston, I did not know about that guarantee. That surely does make it easier and avoids losing updates. Andrew On 9 June 2010 02:29, Streets Of Boston flyingdutc...@gmail.com wrote: I report the result by using onPostExecute. Android guarantees that during a configuration

[android-developers] Add organization in contact

2010-06-09 Thread Nemat
Hi, I want to add organization details in any contact.But I am getting java.lang.UnsupportedOperationException: Unknown uri: content://contacts/people/67/organizations. But this error doesnt come in emulator. What can be the reason?How can I resolve this issue?? Any help will be

Re: [android-developers] Re: Create Wav File

2010-06-09 Thread Andrew Brampton
This shows you how to write files to the SD card: http://www.anddev.org/working_with_files-t115.html Then you write your own wav header, and your own pcm samples. Andrew On 9 June 2010 08:37, zenoname zenonamem...@gmail.com wrote: Sorry but how it's gone help me to find how to create wav file

[android-developers] Re: Text to speech unfunctional

2010-06-09 Thread Uander
*Hi , * *Well , I installed com.svox*.langpack.installer_1.0.1.*apk to my /system/app that actuall install voice data (en_*.bin) files in my /sdcard/svox location .* *Now Mainmenu-settings-Text to speech has install voice data option disabled and other options are enabled now . * *That means

[android-developers] Re: Map is not dispalying in the android emulator

2010-06-09 Thread aswini
hi, Thanks for your reply, i have tried all the options which u have given, Map is not displaying still. i am posting some of the logcat errors here, pls suggest me to proceed ..details of Android version and details listed below details of android stack which i am using : android 2.2 sdk is

[android-developers] Re: RTP stream video decoding

2010-06-09 Thread silentpartner
Hi everyone, Just a small question. Please tell me what is the a typical payload length in bytes of RTP packet containing voice data? I am sending RTP packets with raw PCM data using AudioRecord class, but the delay is very high at the receiver end !!! Best Regards On May 24, 8:44 am, Andy

[android-developers] unsubscribe from android-developers Groups

2010-06-09 Thread pradeep nr
android-develop...@googlegroups.c android-developers@googlegroups.com android-developers@googlegroups.com om android-developers@googlegroups.com -- 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] Carbide.ui 3.4 Theme Edition Plug-ins

2010-06-09 Thread James Baker
Check out these cool plug-ins which extends the features of Carbide.ui 3.4 Theme Edition to enable the creation of themes for various S60 platform editions and devices from Nokia. New versions of the Nokia E71 and Nokia E66 plug-ins are available. These updates have refined the content of the

[android-developers] Re: Why is Android so buggy?

2010-06-09 Thread Yahel
I would guess that at most there is 10 to 15 maybe less Google employees in this Android team. Sorry, but you have no clue about this. Well do we have to push you far to have a sneak peak of what is really going on inside google's quarters :D Don't be sorry, you are right I had no clue,

RE: [android-developers] Is Android's onTouchEvent() dispatching accurate??

2010-06-09 Thread Ericson, Anders
I would say that this is normal behavior. The up-event can definitely have (and often has) another coordinate than the last move-event. But I don't think it has anything to do with inaccuracy in the touch event handling, it's simply the way it works... /Anders -Original Message- From:

[android-developers] How to parse the xml from a httpresponse?

2010-06-09 Thread Ashok Jeevan
Hi , I have two queries based on XML parsing which comes as httpresponse. I am sending an httprequest to a site with a GET header. The response I expect is to be in XML. First, I need to know whether I am getting XML as the httpresponse. Is there any method which checks whether the received

[android-developers] Re: Post APK on the website

2010-06-09 Thread Yahel
If you are using IIS as your webserver simply go : Start | administrative tools | Internet Service Manager (IIS) On the left pane select your server, in the right pane you'll be given a lot of options. Scroll down until you see Mime types. Double-click it, you'll see all the combination

[android-developers] Updated MultiTouchController.java for simplifying the development of multi-touch applications on Android

2010-06-09 Thread luke
If anybody is creating multi-touch apps for Android, you may have noticed the MotionEvent class is getting more and more complicated over time. Additionally you may have discovered your code has different quirky behavior on different devices (e.g. on Synaptics devices, touch-down / touch-up can

[android-developers] Re: Updated MultiTouchController.java for simplifying the development of multi-touch applications on Android

2010-06-09 Thread luke
I should add that I uploaded a significantly updated MultiTouch Visualizer 2 to the Market that uses this controller. It now supports 3+ touch points, and numbers all the touch points according to their pointer indices. It also shows the diagonal pinch diameter so that you can see how the pinch

Re: [android-developers] how to read calendar

2010-06-09 Thread Mark Murphy
pramod.deore wrote: Can we read calendar in Vcard format? There is no Calendar in the Android SDK, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books:

Re: [android-developers] Re: Developing Android REST client applications

2010-06-09 Thread Mark Murphy
Streets Of Boston wrote: Android guarantees that during a configuration change, no message will be posted to 'the' activity inbetween an onDestroy and an onCreate (i remember a post by Dianna about this). This means that the result from the onPostExecute either arrives before the activity is

Re: [android-developers] Why is Android so buggy?

2010-06-09 Thread Olivier Guilyardi
On 06/06/2010 11:25 PM, blahblah...@gmail.com wrote: It seems that Android is very buggy compared not only to the iPhone, but to pretty much any other software. It's not just minor bugs either - pretty much every developer will come across many serious bugs. Some examples: [...] Since this

[android-developers] Re: Parsing heavy data

2010-06-09 Thread jacek
To address heavy data issue we parse it on a server into a compact binary form and unpack it on Android. Check out ambrosoft.com For lighter cases XPP is OK. On Jun 4, 8:48 am, mayank bisht mayank.and...@gmail.com wrote: I am calling webservices in my application . I got response with 10,

Re: [android-developers] Why is Android so buggy?

2010-06-09 Thread Anton Persson
OK, the only example you bring up about ANDROID itself is the IOException-part... That is not even a _bug_, that is a usage error. Have you ever used BSD sockets in most other OS:es? It's up to you to handle connection timeouts. TCP/IP over the globe, and over slow/delayed networks will sometime

[android-developers] Re: Why is Android so buggy?

2010-06-09 Thread Yahel
Also, we have been accepting an increasing number of patches from the community.  I have regularly been reviewing and accepting multiple patches every week, as have other framework engineers.   Ok, i'm no C or C++ developper so I can't help you here... BUT ... Where is the git module and

Re: [android-developers] Why is Android so buggy?

2010-06-09 Thread Olivier Guilyardi
On 06/09/2010 01:29 PM, Anton Persson wrote: OK, the only example you bring up about ANDROID itself is the IOException-part... That is not even a _bug_, that is a usage error. Have you ever used BSD sockets in most other OS:es? It's up to you to handle connection timeouts. TCP/IP over the

[android-developers] Re: Updated MultiTouchController.java for simplifying the development of multi-touch applications on Android

2010-06-09 Thread luke
OK, the first review of MultiTouch Visualizer 2 on the Market says that the app only shows one touch point on the HTC Incredible. It works fine on the Nexus One. Can anybody please test this on an Incredible for me, or even better, can anyone with an Incredible please put a few Log.i()

[android-developers] Re: Create Wav File

2010-06-09 Thread zenoname
Thanks for the link. I hoped there was a direct way to write a wav (like audiotrack to file) I think I will rather do it directly in my native library then (as I already have all the stuff to do it in c++) -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Updated MultiTouchController.java for simplifying the development of multi-touch applications on Android

2010-06-09 Thread luke
OK, I found the problem with running the controller on Android-2.1, and updated the code in the android-multitouch-controller project linked above. If somebody could please test on 2.1 and/or 2.0.x I would greatly appreciate it, I only have an Android-2.2 device. Thanks! On Jun 9, 7:47 am, luke

[android-developers] Problem in getting height of contetn in Webview

2010-06-09 Thread brijesh masrani
hello, I have a HTML file in a web view. I want to find the length of the content of that HTML file. I have tried all methods like *getContentHeight*() and *getHeight*() but it doesn't gave me the exact height which i want. There is one Protected method in View class

[android-developers] Problem in getting height of contetn in Webview

2010-06-09 Thread brijesh masrani
hello, I have a HTML file in a web view. I want to find the length of the content of that HTML file. I have tried all methods like *getContentHeight*() and *getHeight*() but it doesn't gave me the exact height which i want. There is one Protected method in View class

[android-developers] Re: How to send mms from my code

2010-06-09 Thread mike
hi guys, According to the site this is the code Intent sendIntent = new Intent(Intent.ACTION_SEND); sendIntent.putExtra(sms_body, body); Log.d(MMS URI, mms_uri); mms_uri == content://media/external/images/thumbnails/0

[android-developers] Re: Text to speech unfunctional

2010-06-09 Thread Uander
Its works out for me now . Cheers : Uander On Wed, Jun 9, 2010 at 4:58 PM, Uander uandro...@gmail.com wrote: Hello , Proceeding ahead on this issue . Now I generated a sample application mytest.apk using attached code mytest.java . I follow step mentioned in

[android-developers] Re: ListView problem - items are shrank when while scrolling the view

2010-06-09 Thread zohar lerman
Hi Mort, I just tried it again and i changed getItemViewTypeCount to getViewTypeCount and it is working as expected. Actually it even fixed some other issues that I had with the ListView thanks On Jun 9, 10:38 am, zohar lerman lirazo...@gmail.com wrote: Thanks for your help but it still shrink

Re: [android-developers] Re: How to send mms from my code

2010-06-09 Thread Sean Hodges
It opens the SMS app so you can enter the contact number, see my email earlier. On Wed, Jun 9, 2010 at 2:25 PM, mike hasitharand...@gmail.com wrote: hi guys, According to the site this is the code        Intent sendIntent = new Intent(Intent.ACTION_SEND);                        

[android-developers] Call Log on HTC Hero

2010-06-09 Thread Denis Souza
Hi, I have an app that changes the number being called and updates the call log after the call to keep the original number. In the emulator (and on most devices) everything works fine but on the HTC Hero I can't seem to update the number in the Call Log. I run an update but nothing happens.

[android-developers] Re: Developing Android REST client applications

2010-06-09 Thread Streets Of Boston
Yep, that's the idea :-) And i hasn't failed me yet, either :) In my app using AsyncTasks, i take great care to not construct instances of inner-classes that are AsyncTasks or that are the callbacks that the AsyncTasks' onPostExecute calls. This is to avoid implicit references to activities held

Re: [android-developers] Call Log on HTC Hero

2010-06-09 Thread Mark Murphy
Denis Souza wrote: Ultimately it's a database, right? So there must be a way to do it if I have access to the database. You do not have access to the database. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

[android-developers] Receiving MMS

2010-06-09 Thread mike
hi guys, is it possible to receive MMS pro grammatically in Android. couldn't find a way to achieve this this. i have successfully on receiving sms messages in android. this is how i have achieved it @Override public void onReceive(Context context, Intent intent) {

[android-developers] Re: Adsense for mobile vs Admob

2010-06-09 Thread Tomáš Hubálek
Ken, not sure whether you got permission from Google to share your revenues ;-) but many people has very similar experience with mobile ads. IMHO everybody has similar CTR and this is not serious model how to finance development of mobile apps. Hope Google understands it too and opens AM for

[android-developers] Re: How to send mms from my code

2010-06-09 Thread mike
Hi Sean, didn't get it at all. can you give me an example?? regards, Mike -- 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

Re: [android-developers] Re: ListView

2010-06-09 Thread TreKing
On Tue, Jun 8, 2010 at 9:19 PM, schwiz sch...@gmail.com wrote: There has got to be an example of this somewhere in the source code to Launcher2 or somewhere in the 2.x framework, this is exactly what they do for contacts in 2.x What they do for contacts, I believe, is a PopupWindow, not

Re: [android-developers] Re: Adsense for mobile vs Admob

2010-06-09 Thread Abdul Mateen
I think instead of using a single Ad Network, I use mobclix, which gives me approx 4-5$ in approx 8K impressions. it is good, and my app active install is approx 11K, I had very bad experience with admob. almost $1-2 with 11k impressions approx. Thanks Abdul Mateen. 2010/6/9 Tomáš Hubálek

[android-developers] automatically turn on application

2010-06-09 Thread Abhi
Can I kick start my application automatically based on accelerometer data from a no app running state? For e.g. if the phone is subjected to strong vibrations, the application turns on. In other words, how can I read accelerometer w/o really having an application do it? Thanks, Abhi -- You

[android-developers] Why Activity with Translucent background can not finish immediately?

2010-06-09 Thread davidrobin
Hi All, I am now trying to create an activity with android:style/ Theme.Translucent.NoTitleBar. But I found that when I used activity.finish() to destroy itself, the onPause()/onStop()/onDestroy() is not called by framework immediately. Not until I finish the activity below, or, create another

[android-developers] Converting audio format

2010-06-09 Thread deg
My app captures audio to PCM (.wav) format using android.media.AudioRecord. Now, I'd like to convert the captured audio to a compressed format (MP3 or anything else reasonably standard). I can't find how to do this. Is there any supported way? Thanks, David -- You received this message

Re: [android-developers] Re: How to send mms from my code

2010-06-09 Thread Sean Hodges
Mike, I can do a little more than that, I can give you a fully working unit test with the phone number pre-populated in the From: field: package com.seanhodges.sandbox; import android.content.Intent; import android.net.Uri; import android.test.AndroidTestCase; public class SendAnMMS extends

Re: [android-developers] automatically turn on application

2010-06-09 Thread Sean Hodges
You might be able to use a Service and SensorListener for this, you will need to work out how often you would want to run the Service to poll the accelerometer for movement, as frequent polling will drain the battery. I've also read that the sensors can stop returning results when the screen goes

Re: [android-developers] How to parse the xml from a httpresponse?

2010-06-09 Thread Frank Weiss
Looks pretty good. Here's what I usually do: SAXParserFactory spf = SAXParserFactory.newInstance(); parser = spf.newSAXParser(); connection = url.openConnection(); parser.parse(connection.getInputStream(), myHandler); I'm not sure if you are using XMLReader correctly. -- You

[android-developers] Re: prob in attaching txt file while email from internal package file storage

2010-06-09 Thread Bob Kerns
Please go back and re-read my previous message, starting with HOWEVER. I answered this question there. You CANNOT attach files from your app's internal directory. The mail app has no access to that file, it is private to your application. This is the intended behavior. If you want to provide that

Re: [android-developers] Why is Android so buggy?

2010-06-09 Thread Xavier Ducrohet
On Wed, Jun 9, 2010 at 4:29 AM, Anton Persson don.juan...@gmail.com wrote: The other stuff is about developer environment specific stuff, and of them only one is a real bug.. (The crash of the layout editor, which I agree is serious, but I never used it myself so I don't know if it affects many

[android-developers] ContactContracts

2010-06-09 Thread Vikram
My application user registers a phone number, name or an email ID with my application. Now given one of these, I want to lookup the ContactsContract provider and get the others. Given 1. the email: I am querying ContactsContract.CommonDataKinds.Email.CONTENT_LOOKUP_URI and getting

[android-developers] Re: ListView

2010-06-09 Thread Sandy
Would it possible to have a gallary inside a ListView? Thanks, Sandy On Jun 9, 10:01 am, TreKing treking...@gmail.com wrote: On Tue, Jun 8, 2010 at 9:19 PM, schwiz sch...@gmail.com wrote: There has got to be an example of this somewhere in the source code to Launcher2  or somewhere in the

[android-developers] Re: Why is Android so buggy?

2010-06-09 Thread hermo
I think I'll rather live with some bugs in the SDK than do without it. Overall I think its very good and productive. I also appreciate the fact that it includes features that might be seen as prototypes; I'm a developer I can deal with it, I can decide myself what I want to use. I never worked

[android-developers] source code help - reading framebuffer using glReadPixels

2010-06-09 Thread zorcad
Hi, I am new to Android development and working on an assignment to read the framebuffer after some time interval and save it as an image. I have come up with the following code initially only for reading and saving the framebuffer, but this is not working and giving a run time error. The

[android-developers] CheckedTextView - only can select once checkbox

2010-06-09 Thread SirAndroidDev
I'm really frusterated at this point, three days in. I've put many hours into this issu and am no closer to having a working (let alone proper) solution. Why is this so painful to accomplish I wonder aloud. Problem: I've got a a ListView which has a row.xml for each row in the ListView. That

[android-developers] how to deleted contact group

2010-06-09 Thread shoka
i am writing a application of backup contacts. i need to delete contacts and groups before restore from backup file. the contacts were deleted but the gourps were not .who can tell me how to do it. getContentResolver().delete(

Re: [android-developers] Re: 最近写了两个应 用,MMTimer,火车余票查询

2010-06-09 Thread zou chuanwei
MMTimer应该是将一个日本的美女举牌报时网站的创意抄过来的,人家只做了iPhone的版本,还没做Android的,这位仁兄可捷足先登了哈~ 在 2010年6月6日 上午1:58, googooda...@gmail.com写道: 我们该想想了:As Jobs said Android Market 只有情色内容吗? 2010/6/5 igo where wuzeju...@gmail.com hi,Bob kerms,I have another problem. I use two TimerTaskto update the widget,one widget in

[android-developers] how to delete groups in android 2.1

2010-06-09 Thread shoka
i try to delete contact groups by following code.but it does not work. they are still in contact display options list. how should i do? String where = ContactsContract.Data.MIMETYPE + = ?; String[] whereParameters = new String[] {

[android-developers] Re: App disappears from the Market after upgrade

2010-06-09 Thread Scott STEPHEN - Better Contacts
Yuvi, You are definately not the only one having this problem. My application Better Contacts (info.scottstephen.android.bettercontacts) is not longer in the Market, since an update on Friday evening. It actually seemed to disappear progressively as I had people telling me that they couldn't find

[android-developers] Re: Custom namespace using .Net webservice and ksoap.

2010-06-09 Thread Ed
Hi All, I believe I'm having the same problem as Rahul. Basically I have a .Net webservice that I am trying to call. The request contains a complex data type which I have been able to replicate and use with KSoap2. Using a proxy I can see the request is almost the same as a working call from a

[android-developers] These thing keeping on looping ...

2010-06-09 Thread somu
Below error keep on looping when i try to load my application it was working fine before later all of a sudden it happned... i m using Eclipse IDE... 06-08 07:07:31.906: DEBUG/AndroidRuntime(722): AndroidRuntime START 06-08 07:07:31.916: DEBUG/AndroidRuntime(722): CheckJNI is ON 06-08

[android-developers] Javascript execution stops on scrolling or zooming any page

2010-06-09 Thread JayBee
Hi, I am about to develop a web application for smart phones. This app uses some JavaScript code. While testing it on Android devices (Hero, Desire) I noticed that all JavaScript timers immediately stop when the page is moved or zoomed. They never continue. Let's say you have a site which

[android-developers] Re: App disappears from the Market after upgrade

2010-06-09 Thread Scott STEPHEN - Better Contacts
Same problem here with my application Better Contacts (info.scottstephen.android.bettercontacts). Also missing the above mentioned apps. Tested on a Motorola Milestone and HTC Desire both running 2.1- update1. These tests are done from France on the SFR and Orange networks. Hope this helps. And I

[android-developers] Problem in Controlling Audio

2010-06-09 Thread Alok
Hello, I have some years of experience in C/C++ and bit of Java programming in Linux, but I'm new to Android. For start I'm trying to develop a video player on android. I'm able to play the video using the VideoView widget. But when I'm trying to control the volume using AudioManager, the

[android-developers] Is it possible to hide installed apps icon??

2010-06-09 Thread jlc488
I have a situation like this. I have a A app which shows on home screen. When I click this A app, It will show many other apps which installed or will be installed on the device. But the problem is I only want to show these apps through the A app only. Is it possible?? If installing and

Re: [android-developers] MapView displays pages different than launching via ACTION_VIEW

2010-06-09 Thread paulb
Hello Anthony, I am not quite sure if this is what you want, but try: myWebView.getSettings().setUseWideViewPort(true); On Sat, Jun 5, 2010 at 2:50 PM, Anthony Stevens biosop...@gmail.com wrote: Help...! My web page displays properly if loaded into a WebView via an ACTION_VIEW Intent. 

[android-developers] Re: App disappears from the Market after upgrade

2010-06-09 Thread Scott STEPHEN - Better Contacts
Same problem here with my application Better Contacts (info.scottstephen.android.bettercontacts). Also missing the above mentioned apps. Tested on a Motorola Milestone and HTC Desire both running 2.1- update1. These tests are done from France on the SFR and Orange networks. Hope this helps. And

[android-developers] Dynamically obtaining several instance of a view item defined in layout/xml file

2010-06-09 Thread krishna
I have a relative layout (let's say innerRL place in layout inner_view.xml) which I wanna add to another layout (main_layout), I wanna dynamically add multiple instances of innerRL. Specifying innerRL in xml gives me ease of maintenance (as against doing totally in the code), however I want to be

[android-developers] Retrieve My contact card data

2010-06-09 Thread ttl aoc
Hello, this is my first post in this group. I have an HTC Legend running 2.1 and in the contacts list at the top there is 'My Contact Card'. When I use a cursor query to read the rest of my contacts this one doesn't show up. I'd like to be able to use the data from my contact card within my app

[android-developers] Any chance to deactivate the lock pattern in Froyo from code?

2010-06-09 Thread LeveloKment
Hello. I provide a small tool called PatternControl via the market that give the users the opportunity to temporary deactivate the Android lock pattern for a definable amount of time. With other words: After entering the pattern, the pattern becomes deactivated for i.e. 5mins and re activates it

[android-developers] About ListView filter

2010-06-09 Thread sunit
Hi every one, i want to know how to filter list view that have an custom adapter. 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@googlegroups.com To unsubscribe from

[android-developers] Use of AIDL Interfaces for IPC with List of AIDL Interface

2010-06-09 Thread Alexander Koch
Hello I have a Problem when I tried to use AIDL interface with Lists. I have 2 AIDL interfaces and I have to use a list with references to the other AIDL interface instances. Eclipse generates Java file which contains error. I use android 1.6 and eclipse here is the my source code

[android-developers] ProgressDialog BackGround

2010-06-09 Thread Ram
Hello All, I would like to know the possibilities of changing the background Image/color of aProgressDialog? I already tried it with a class that extends ProgressDialog and tried to set the background, but it did not do it for the whole Dialog(Window), only the part that has the Message get

[android-developers] Submit Android form data to the web via POST

2010-06-09 Thread datguywhowanders
I've been searching the web for a way to do this for about a week now, and I just can't seem to figure it out. I'm trying to implement an app that my college can use to allow users to log in to various services on the campus with ease. The way it works currently is they go to an online portal,

[android-developers] Re: google gears in webview! (works only in browser)

2010-06-09 Thread w-ll
Two things i can think of. First make sure your WebChromeClient has an over ride for onJsAlert. The next part is tricky. If you have android 2 you can't use gears/ but u can use the w3c spec for 'navigator.geolocation'. but you still need to enable a few things in code. in your webcromeclient

[android-developers] WebView not loading enough JavaScript that the full Android Browser can.

2010-06-09 Thread theSealPortalTeam
Context: I'm creating an application that allows the back office system to access android information and vica-verca. However the backoffice system contains huge amounts of javascript that need to be loaded. Because the backoffice is a 'backoffice' I can't give just anyone access. So I decided to

[android-developers] Re: Urgent response needed.

2010-06-09 Thread theSealPortalTeam
I'm sorry but, I have an Andorid phone and never had a problem after the most recent release. Just like anything, perfecting an operating system takes time and patience. I'm very proud of what Google has done to open up mobile development, in fact many developers would agree with me. Android is

Re: [android-developers] Moving from one Activity to another with a pause/delay

2010-06-09 Thread paulb
Pawan, I doubt you could do this in the UI thread. What I would do is to put code in the onClickListener for your button that: - changes the button background/drawable - starts a new thread The thread sleeps for a while and then starts your second activity (and maybe changes the button

[android-developers] Job Opening for Mobile Developer in Rockland County, NY - Northern NJ / Westchester / NYC

2010-06-09 Thread RBRonnie
We need one or more of the following platforms: iPhone, Android, Blackberry. For more info see: http://www.rustybrick.com/iphone/rb-hire-me/ or http://www.rustybrick.com/contact_job.php -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Application fails only on Samsung Behold II

2010-06-09 Thread CVP
I'm the author of Alarm Clock Plus V1 and Alarm Clock Plus V2 in the android market. They are basically enhanced alarm clocks built using the stock android alarm clock apps from 2.0, and 2.1. I've done all the work making them compatible with android 1.5+ and I know the app is working on many

[android-developers] Re: Send Data to a running app

2010-06-09 Thread oned
Found this via google search - exactly what I needed. Thanks! On May 15, 1:04 pm, Mike dg vinb...@gmail.com wrote: You can set single instance for an activity to ensure more than one won't exist. And in the activity's onNewIntent handle the new intent. On May 15, 11:50 am, Ne0

[android-developers] Re: Published app not showing up on HTC Evo or Droid Incredible

2010-06-09 Thread krisaacs
Hey. We had the same problem too and are waiting for word from Google. In the mean time, we found a work around by posting our app on getjar.com. It's still not in the app store, but at least we can direct our Incredible/Evo users to a resource if they want our app. Hope that helped! -- You

[android-developers] Re: How to kill application

2010-06-09 Thread cocaIce
yes, agree, this theory is based on the official Android document. But in the real world, I suspect if it works as expected, because almost every android player's phone got a 'advanced task killer' application, maybe that's best thing to show Google guys it might not working as the way it's been

  1   2   3   >