[android-developers] how PUSH Tech in android ????

2009-10-13 Thread Mohsin Yasin
Hi! i am facing an problem? problem: server (web server) wants to send data( or some information) to mobile client (android based phone). means simply notify to start work, then mobile start working on specific application. i would like to do a SMS from server to mobile, to start working. buts

[android-developers] Re: Why does getPadding() of NinePatchDrawable throw a NullPointerException?

2009-10-13 Thread Anders
Ah! That works fine, thank you very much. As to why I was creating a NinePatchDrawable my self... I can only claim inexperience with the NinePatch classes. :) This is how it looks now, after your comments: Bitmap tagBalloonBitmap = BitmapFactory.decodeResource(getResources(),

[android-developers] Properly Disconnecting the Network on the Emulator

2009-10-13 Thread Miguel Paraz
Hi, I'm working on making an app robust in the face of network disconnection. When I test a socket application on the emulator, and disconnect using the Data setting on DDMS, the socket connection does not get cut. Instead, it hangs. Strangely enough, it seems that DDMS and logcat also get

[android-developers] Help! Trying to get Basic Auth working with WebView. setHttpAuthUsernamePassword?

2009-10-13 Thread Croccy22
Hi all, I have a WebView in my layout which I want to display a web page in. However the webpage requires Basic Authentication. If I try to access this web page in the normal android browser, I get prompted for a username and password which then gets remembered and works for the site in future.

[android-developers] How to do ListView dynamic item growing?

2009-10-13 Thread wangxueming
Now I want to make a ListView,with 20 items, Then when it scroll to the end, I get new data and add to the end of ListView dynamic. Just Like ListView in Android Market. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: How to build android source code and SDK by cygwin?

2009-10-13 Thread ITWizard
Hi Chuck first take a look in the make files you have in there. It seems that you added a rule that for compilation you need 'tools.jar', while you are trying to build the rule 'out/target/com' Do you need this jar? If yes, put it in the path. If not, remove it from the rule. Regards ITWizard On

[android-developers] Re: Why does getPadding() of NinePatchDrawable throw a NullPointerException?

2009-10-13 Thread Dianne Hackborn
I very very strongly recommend not creating a nine patch yourself; just use Resources.getDrawable() to create it. On Tue, Oct 13, 2009 at 12:02 AM, Anders sundman.and...@gmail.com wrote: Ah! That works fine, thank you very much. As to why I was creating a NinePatchDrawable my self... I can

[android-developers] Re: How to categorize the installed applications similar to Android Market

2009-10-13 Thread String
On Oct 13, 4:30 am, Riyaz goo...@riyaz.otherinbox.com wrote: How do i get the category (Android Market category) information of an application? In theory, I'd think you could query the Market itself (the web service, not the local app) for each pname, and parse the results. Something like

[android-developers] Vertical TextView

2009-10-13 Thread fhucho
Is it possible to create a vertical (90 degrees rotated) TextView? I need this because I have a TextView label on SlidingDrawer at the bottom edge of the screen in portrait layout. When orientation changes to landscape, the SlidingDrawer is at the right edge, so now it is vertical (or 90 degrees

[android-developers] Re: Logcat View fails with Could not create the view: For input string: our

2009-10-13 Thread Mak
Okay, I got a solution for my problem. Hope this will help others with the same problem. Thanks to Misun Ryu: _ Someone replied the post that the solution was found. I have not tried it but guess it is worth to try it before re- installing eclipse.

[android-developers] Re: Disabling Contact Sync

2009-10-13 Thread Lazarus 101
Hi Jonathan, do you mind sharing your solution with us? I've managed to change the contacts sync settings like this: final Uri CONTENT_URI = Uri.parse(content://sync/settings); //disable google sync ContentValues values = new ContentValues(); values.put(name, sync_provider_contacts);

[android-developers] Re: Why does getPadding() of NinePatchDrawable throw a NullPointerException?

2009-10-13 Thread Anders
I didn't know about that method, but that sounds like the right solution. I was kind of suspecting that there would be a cleaner solution to all of this. Thank you for your advice. // Anders On 13 Okt, 09:36, Dianne Hackborn hack...@android.com wrote: I very very strongly recommend not

[android-developers] Gears support for Androids WebView

2009-10-13 Thread Anton Pirker
Hi List! I want to write an offline web application but unfortunately the WebKit engine of Androids WebView does not support this Html5 feature. I have tried the offline detection[1] on my Android 1.5 phone and on the Android 1.6 emulator and both do not support offline web applications. But

[android-developers] Re: Host is unresolved error

2009-10-13 Thread Nivek
Hi, Accessing servers on the internet within the emulator in our corporate environment is impossible. We can set an http-proxy for the emulator, but the DNS resolution is still based on the DNS servers configured on the emulator host. In our environment, workstations are connected to DNS

[android-developers] My application has died when I started to use Browser

2009-10-13 Thread newra...@gmail.com
My application is background application.It uses WIFI lock and INTERNET permission. It is doing some socket communication with a Remote Host PC and as well as with a local android application. It will start based on incoming SMS. While my application is running, I tried to use the browser

[android-developers] How To Unlock Locked iPod

2009-10-13 Thread Hackborn
How To Unlock Locked iPod http://bit.ly/hddpp http://bit.ly/hddpp How To Unlock Locked iPod --~--~-~--~~~---~--~~ 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] Re: My application has died when I started to use Browser

2009-10-13 Thread nagaraj attimani
Can u attach the DDMS log here.. On Tue, Oct 13, 2009 at 4:35 PM, newra...@gmail.com newra...@gmail.comwrote: My application is background application.It uses WIFI lock and INTERNET permission. It is doing some socket communication with a Remote Host PC and as well as with a local android

[android-developers] Re: classes.dex decompiler

2009-10-13 Thread Lazarus 101
try baksmali http://code.google.com/p/smali/ On Oct 7, 5:39 am, Raja Nagendra Kumar nagendra.r...@tejasoft.com wrote: Hi, Is there a way to unzip and see what files exists in classes.dex file. Are there winzip like utilities for .dex viewers. Regards, Raja Nagendra Kumar,

[android-developers] Re: How to do ListView dynamic item growing?

2009-10-13 Thread Guru
OnScrollListner there is an example in the API demos. On Tue, Oct 13, 2009 at 2:12 PM, wangxueming m.wongxm...@gmail.com wrote: Now I want to make a ListView,with 20 items, Then when it scroll to the end, I get new data and add to the end of ListView dynamic. Just Like ListView in Android

[android-developers] Re: [adb ddms] i can't see my samsung galaxy on windows seven 64 bits

2009-10-13 Thread letroll
Merci pour la réponse, et pour la remise en page de mon post! J'ai peut-être une solution sur un forum, qui consisterai à modifier le driver fournis dans le sdk 1.6 pour qu'il prend en compte mon téléphone. Je vais l'essayer et si les retours sont positifs ferais partager à la communauté, sinon

[android-developers] Stream youtube to a videoview?

2009-10-13 Thread furby
I am sure that this has been discussed before... But I don't seem to be really grokking it... I have a videoview called tv1 on a form. I have a bit of code that fires when a button is pressed that looks like this : String uristr = rtsp://rtsp.youtube.com/youtube/

[android-developers] Connection speed?

2009-10-13 Thread jsdf
Hi all, Is there a way to determine connection speed? E.g. EDGE, 3G, etc.? I already know NetworkInfo.getType() will tell me Wifi or Mobile. I'm looking at Is this NetworkInfo.getSubtypeName(), but the function is undocumented. Thanks, jsdf --~--~-~--~~~---~--~~

[android-developers] Audio Decoder

2009-10-13 Thread coolbanana
Hi, is it now possiable mit sdk1.6 the audio decoder to access/use without using MediaPlayer ? i saw : New version of OpenCore Android 1.6 includes the updated OpenCore 2 media engine, which has: * Support for OpenMAX encoders * Support for additional audio codecs in AuthorEngine

[android-developers] BroadcastReceiver stopped execution

2009-10-13 Thread Honest
Hello, My application used to start when phone start by broadcast reciever. After that i used to execute some code after every 10 seconds. Using handler but after some time it used to stop execution. Can some one tell me what can be reason behind it ?

[android-developers] How to install android market?

2009-10-13 Thread luggie
hi,everyone! How to install android market? 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

[android-developers] Getting callback of menu key pressed in

2009-10-13 Thread Namrata
Hi, I am a newbie to android. I have written a small application to intercept calls. My call listening service always runs in background. When i pick up the call i get call state which is != CALL_STATE_RINGING. Till this everything is ok. Now if user presses Menu key I want a callback of this

[android-developers] Getting callback of menu key pressed in service class

2009-10-13 Thread Namrata
Hi, I am a newbie to android. I have written a small application to intercept calls. My call listening service always runs in background. When i pick up the call i get call state which is != CALL_STATE_RINGING. Till this everything is ok. Now if user presses Menu key I want a callback of this

[android-developers] Re: Audio Decoder

2009-10-13 Thread coolbanana
ps: the document seems to be the same as sdk 1.5 --~--~-~--~~~---~--~~ 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] Re: Connection speed?

2009-10-13 Thread String
I found an example in http://dl.google.com/io/2009/pres/W_0300_CodingforLife-BatteryLifeThatIs.pdf (slide 10) of detecting 3G connections, and it seems to be working in my app. For other connection types, I imagine you could just simulate the different networks via DDMS and debug the return

[android-developers] Re: what touch events are supported in Appwidget

2009-10-13 Thread Luke
Dear Romain, thanks for your reply. however, It seems that HTC Hero support the motion gestures. http://www.youtube.com/watch?v=tdnJ5Z8wxSU if possible, would you please provide your comment about how to meet the motion requirement like as HTC Hero? thanks a lot On 10月13日, 下午12時05分, Romain Guy

[android-developers] Re: How did you localize your app?

2009-10-13 Thread Jason Van Anden
Wouldn't these words apply to any app? Is this resource available to the public? Jason Van Anden http://www.bubblebeats.com On Mon, Oct 12, 2009 at 3:51 PM, Brian Conrad brianjto...@gmail.com wrote: I haven't noticed if Android has done this but at least one other non-phone platform I

[android-developers] Android graphics advice

2009-10-13 Thread Neilz
Hi all. I have much experience with Java, and am quickly getting to grips with Android. But I have very little experience with graphics... most of my work has been logical, back end web development. The last time I did any proper screen drawing was in the good old days of Applets (years ago). I

[android-developers] Re: How to install android market?

2009-10-13 Thread luggie
in emulator On 10月13日, 下午8时40分, luggie lug...@gmail.com wrote: hi,everyone! How to install android market? thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Android graphics advice

2009-10-13 Thread RichardC
The sample from the SDK android-sdk-windows-1.6_r1\platforms\android-1.6\samples\LunarLander Is good for simple games and animated graphics and got me started on using the SurfaceView class. -- RichardC On Oct 13, 1:59 pm, Neilz neilhorn...@googlemail.com wrote: Hi all. I have much

[android-developers] Re: Android graphics advice

2009-10-13 Thread RichardC
See also http://code.google.com/p/apps-for-android/ -- RichardC On Oct 13, 2:04 pm, RichardC richard.crit...@googlemail.com wrote: The sample from the SDK android-sdk-windows-1.6_r1\platforms\android-1.6\samples\LunarLander Is good for simple games and animated graphics and got me started

[android-developers] Locale for Spanish missing?

2009-10-13 Thread dsurround
I am interfacing with the Text Synthesis engine of 1.6. I am trying to set the language to Spanish. I can set it to English, German, French and Italian, but Spanish does not come up as an option. myTts.setLanguage(Locale.SPANISH); // this does not work myTts.setLanguage(Locale.GERMAN); //

[android-developers] Re: stopped unexpectedly when run on emulator

2009-10-13 Thread 黄登辉
Yeah, you are right. i already fix my problem through system log . In DDMS view, we can see exact reason cause the application be crashed To Dianne Hackborn Sorry for disturbing your work. I know i should post my question to public forums. but i made a stupid mistake. It will not be happen

[android-developers] Re: Check for internet connection

2009-10-13 Thread Steven Rudenko
I've found a hack: You can kill all APN setting on emulator and You'll not have any data connection before restore them to default ;) On Oct 13, 1:41 am, Roman ( T-Mobile USA) roman.baumgaert...@t- mobile.com wrote: On the emulator you always have data connectivity. For example with enabling

[android-developers] Re: People still using ADC2 entries

2009-10-13 Thread Alexander Kazanin
Not necessary. I found a tricky way to keep an app. After you installed an app and tested it, and you liked it, before submitting ratings, go to My Downloads in market app. Then click on an app you are testing, you will be redirected to this app's market page, with ratings and comments and all

[android-developers] Setting ImageView from the web using URI

2009-10-13 Thread Smelly Eddie
I need to display an image that is pulled from the web using a url. I tried the following, unsuccessfully; boxart.setImageURI(Uri.parse(http://example.com/image.jpg;)); I assume I need to create a local drawable and retrieve the image from the web. All the examples in the

[android-developers] Re: People still using ADC2 entries

2009-10-13 Thread Disconnect
Or just use any of the app backup/restore apps in the market. No rooting or hacking required. (Or, for apps installed via the 'manual install' button, no fancy footwork needed - just open 'my downloads' and click install.) They did say to put a time bomb in. (They could have been more vigorous

[android-developers] Re: what touch events are supported in Appwidget

2009-10-13 Thread String
On Oct 13, 1:49 pm, Luke vagrant...@gmail.com wrote: however, It seems that HTC Hero support the motion gestures.http://www.youtube.com/watch?v=tdnJ5Z8wxSU The Hero has a replacement homescreen, and (as I understand it) many of its widgets are actually built into that homescreen. Unless HTC

[android-developers] Re: get outgoing call details in background

2009-10-13 Thread Lazarus 101
just remove startManagingCursor and call the close() method on the cursor when you've finished reading from it On Oct 13, 5:02 am, Nemat nemate...@gmail.com wrote: @Roman But How would we get the state when the call is received?I mean call duration means the difference of the time when call

[android-developers] adb logcat Error

2009-10-13 Thread polyclefsoftware
Since upgrading to the v1.6 SDK, I'm getting an intermittent error when trying to launch the logcat from the command line: adb logcat exec '/system/bin/sh' failed: Bad address (14) - It's not that my path variables are not updated properly, because as I say, it works sometimes (about half the

[android-developers] Re: Streaming encoded video via RTP

2009-10-13 Thread coolbanana
We have been making some progress though. At the moment we are able to stream speex-encoded audio to the device, decode it (this step is very slow on emulator, but fast enough on the device itself) Hi Robin, can u tell me how did you do the decoding without using opencore? i have the

[android-developers] Re: Stream youtube to a videoview?

2009-10-13 Thread furby
Anybody? On Oct 13, 8:09 am, furby wookie...@gmail.com wrote: I am sure that this has been discussed before... But I don't seem to be really grokking it... I have a videoview called tv1 on a form. I have a bit of code that fires when a button is pressed that looks like this :              

[android-developers] Re: Users have trouble upgrading my app in Android Market - anyone else?

2009-10-13 Thread Steve
Hasn't this always been an issue with the Android Market? (and especially worse with paid app installations) I don't think it's anything to do specifically with your app. On Oct 12, 4:42 pm, pawpaw17 georgefraz...@yahoo.com wrote: I've had more than one user say they have trouble when they

[android-developers] Re: How to set button background color?

2009-10-13 Thread Phil
Hi, What I have done is to retrieve the drawable from the button and then change the color of the drawable with a color filter. Here is an example of code : Drawable dr = ((Button)wid).getBackground(); dr.setColorFilter(color, PorterDuff.Mode.MULTIPLY);

[android-developers] Re: How did you localize your app?

2009-10-13 Thread Steve
Look in the RES folder under platforms in the SDK. There's all of the localized strings to support the default apps, so you can get things like, yes, no, cancel, etc. On Oct 13, 5:54 am, Jason Van Anden jason.van.an...@gmail.com wrote: Wouldn't these words apply to any app?  Is this resource

[android-developers] Re: How to share a database between a free and paid version of an application

2009-10-13 Thread RichardC
Another sugguestion is to unlock your free app with an unlock-app. You then don't have to do any data migration, have a read of: http://groups.google.com/group/android-beginners/browse_thread/thread/7d5698ab66aadd62# (especially post 4 by Justin Anderson) Your free application has all the

[android-developers] Fix for Camera with Preview Callback crash

2009-10-13 Thread Jarcikon
I was using camera.setPreviewCallback and my program was crashing sometimes when using AutoFocus or TakePicture. I found that if you disable the PreviewCallback (set to null) before calling AutoFocus or TakePicture, it does not happen nearly as often. For the few times it still happened, I

[android-developers] Re: Stream youtube to a videoview?

2009-10-13 Thread dadical
I've done this before. I blogged about it here: http://keyeslabs.com/joomla/index.php/blogs/i-think-im-becoming-an-android/51-polish-your-app-free-embeddable-android-youtube-activity. There is source code in the blog entry. Enjoy! Dave On Oct 13, 7:28 am, furby wookie...@gmail.com wrote:

[android-developers] Re: play video backward

2009-10-13 Thread RS
Thanks for the replies! I ended up reversing it offline on a server. But am still hunting for a way to do it on the device to avoid having to download two files (forward video, backward video). Any simple java libs out there for 3gpp reversing? Thanks again. R.S On Oct 12, 5:03 pm, Yusuf Saib

[android-developers] Checking of already set alarm

2009-10-13 Thread chrisonline
Is it possible to check an already set alarm? My app sets more than one alarm. I want to display the user all active alarms set from my app. In case i do not want the alarm anymore to cancel it. But i dont find any function. I can set the alarm with the AlarmManger and i can cancel it, but i

[android-developers] Re: How to do ListView dynamic item growing?

2009-10-13 Thread Mark Murphy
wangxueming wrote: Now I want to make a ListView,with 20 items, Then when it scroll to the end, I get new data and add to the end of ListView dynamic. Just Like ListView in Android Market. You can try my EndlessAdapter for that: http://github.com/commonsguy/cwac-endless -- Mark Murphy

[android-developers] Re: Check for internet connection

2009-10-13 Thread stanlick
Thanks bro -- Can you explain how this is done? Peace, Scott On Oct 13, 8:38 am, Steven Rudenko steven.rude...@gmail.com wrote: I've found a hack: You can kill all APN setting on emulator and You'll not have any data connection before restore them to default ;) On Oct 13, 1:41 am, Roman (

[android-developers] Re: Users have trouble upgrading my app in Android Market - anyone else?

2009-10-13 Thread Nivek
Downloading apps or upgrades has always been a lotery for me... Has this been fixed in 1.6 Market ? Nivek On 13 oct, 16:50, Steve steveoliv...@gmail.com wrote: Hasn't this always been an issue with the Android Market? (and especially worse with paid app installations) I don't think it's

[android-developers] Re: ContentProvider.query() is not being called.

2009-10-13 Thread sdphil
still, no comments on this? On Oct 12, 6:39 am, sdphil phil.pellouch...@gmail.com wrote: ping, not seen any comments on this... On Oct 11, 8:07 am, sdphil phil.pellouch...@gmail.com wrote: I have been playing around with the SearchableDictionary sample application trying to understand

[android-developers] Re: Users have trouble upgrading my app in Android Market - anyone else?

2009-10-13 Thread Maps.Huge.Info (Maps API Guru)
I have an even weirder problem with one of my apps. In the market, when my What Zip Code? app is clicked on, it shows a loading message that occupies the top 1/3 of the screen. It never loads anything. If you do a back key, then go back into it, the app description displays fine. Strangely, my

[android-developers] Re: play video backward

2009-10-13 Thread Marco Nelissen
The video frames depend on each other, and cannot be decoded independently. You can't simply rearrange some data within the file to have it play backwards. On Tue, Oct 13, 2009 at 8:27 AM, RS rajeshs...@gmail.com wrote: Thanks for the replies! I ended up reversing it offline on a server.

[android-developers] Re: play video backward

2009-10-13 Thread RS
Yes but for a file smaller than 1Mb it must not be too burdening to do on-device. Got some structures in c language for the video ref and diff frames. Might write the decode, reverse and encode lib in java if i dont find one :( Thanks and do let me know if you find any libs in c or java for

[android-developers] Re: How did you localize your app?

2009-10-13 Thread Jason Van Anden
Super idea. Thanks, j On Tue, Oct 13, 2009 at 11:00 AM, Steve steveoliv...@gmail.com wrote: Look in the RES folder under platforms in the SDK. There's all of the localized strings to support the default apps, so you can get things like, yes, no, cancel, etc. On Oct 13, 5:54 am, Jason Van

[android-developers] Re: Stream youtube to a videoview?

2009-10-13 Thread Timothy Collins
One stupid question... I can't get Eclipse to understand that the line : String uristr = rtsp://rtsp.youtube.com/youtube/videos/ + page + /video.3gp; is a valid line (page is a String variable that includes the video I want to play). It says that is invalid... On Tue, Oct 13, 2009 at 11:26 AM,

[android-developers] Re: How to share a database between a free and paid version of an application

2009-10-13 Thread Dianne Hackborn
On Mon, Oct 12, 2009 at 9:22 AM, skyhigh skyhigh1...@gmail.com wrote: After doing some more testing I have found that using a shared user ID is not needed to access the other package's databases. If you call Context.createPackageContext(other_package_name, Context.CONTEXT_IGNORE_SECURITY)

[android-developers] Re: BroadcastReceiver stopped execution

2009-10-13 Thread Dianne Hackborn
Your code is broken if it is using a handler like that -- once you return from the broadcast receiver, the system no longer knows of anything useful running in the process, so is free to kill it. Typically this will happen very quickly from boot completed receivers, since everyone and their

[android-developers] Re: My application has died when I started to use Browser

2009-10-13 Thread Dianne Hackborn
It is probably because there isn't enough memory to run your app (the browser not surprisingly needs a lot of memory). Its service will be restarted later, or the process restarted when the user later returns to your app, as appropriate. If you aren't seeing an actual crash (in the log) of the

[android-developers] How to add a label to a list view

2009-10-13 Thread 楊健
I try to build a activity with textlabel and item. At first I try to use three textview and three listview. textview listview textview listview textview listview but the scrollbar were three. I want only one scrollbar. How to set the layout to make that possible? Can I make it

[android-developers] Re: https password auth

2009-10-13 Thread vonguyen
I missed about HTTPS. HTTPS is string String HTTPS = https://www.example.com?username=abcpasswd=123456; On Oct 11, 11:14 pm, Cyryl Płotnicki-Chudyk sharph...@gmail.com wrote: I'm having trouble making https connection to the server , with password authentication. What is the simpliest

[android-developers] Re: https password auth

2009-10-13 Thread vonguyen
Hello Cyryl. To connect you can do follow: try { SSLContext sc = SSLContext.getInstance(TLS); sc.init(null, new TrustManager[] { new MyTrustManager() }, new SecureRandom());

[android-developers] OpenGL ES fixed/floating point

2009-10-13 Thread Doodler
Hello, This is my first post in Google Groups. I've started developing an OpenGL ES app and I would like to get the best possible performace (as everybody, I guess). As far as I know, HTC Magic (myTouch, G2) doesn't have floating point unit, so I think every calculation is done internally with

[android-developers] Re: Alarm is canceled if app is stopped

2009-10-13 Thread Nicolas Thibaut
:) I am the taskiller developper. If an user choose to kill your app. Your app may not be restarted. Users are using taskiller because too more apps have bad implemention of broadcasters. Too many apps are launching without user action, like uninstalled widgets, because they receive Broadcast

[android-developers] Not able to get all vaues of contact

2009-10-13 Thread Rishabh
Hi, I have made an application of reading all contacts and its values from android address book, but i am not able to read all the vlaues of contact. Currently i am getting only its name and mobile number. How can i get its all phone numbers,all eamil values and address values ? Thanks in

[android-developers] How to manually cache a page using CacheManager

2009-10-13 Thread n0_fixed_ab0de
I am looking for to manually cache a page as I think were the writers of the following threads - http://groups.google.com/group/android-developers/browse_frm/thread/c12373444c29f9a7/d9bed92e9077696b?lnk=gstq=CacheResult+#d9bed92e9077696b -

[android-developers] for Google attention

2009-10-13 Thread Andrei
There is a Chinese web site where u can download packages for paid apps http://www.91android.com/bbs/attachmentList.php?action=search Can Google do something about this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: for Google attention

2009-10-13 Thread Dan Sherman
Just pointing out, I don't think it's necessarily Google's problem. It would be on the individual developer level (or on behalf of a group of developers). Google doesn't own the licenses to applications that site is distributing, individual developers do... - Dan On Tue, Oct 13, 2009 at 1:00

[android-developers] Re: Stream youtube to a videoview?

2009-10-13 Thread dadical
In response to your comment on keyeslabs.com: Yes, YouTube says we should use RTSP, but that doesn't work. Look at their own YouTube implementation on Android, and you'll see that they grab a mangled mp4 url, rather than rtsp (you can verify this by looking at the logcat output while using

[android-developers] Re: Debug on a remote emulator

2009-10-13 Thread fadden
On Oct 12, 5:28 pm, tomei.ninge...@gmail.com tomei.ninge...@gmail.com wrote: I am running Eclipse on Win32 and my Android emulator on Linux. Is there a way to use Win32 eclipse to debug code on the emulator that runs on Linux? If you run the stand-alone version of DDMS on the Linux box, you

[android-developers] headphone intent receiving

2009-10-13 Thread Richard Thompson
Hi there, I've been working on an application to detect when the headset is plugged in. My application can successfully receive broadcast intents such as airplane mode but when I plug my headphones in nothing happens with my app. If I triger the headset plugged intent in another app then my

[android-developers] Re: for Google attention

2009-10-13 Thread Anson Mackeracher
This is absolutely Google's problem... Do you think individual developers have the resources to combat piracy? If Google doesn't look after their development community, that community won't persist for very long. On Oct 13, 1:11 pm, Dan Sherman impact...@gmail.com wrote: Just pointing out, I

[android-developers] Re: for Google attention

2009-10-13 Thread WoodManEXP
Well this is just great! How should developers attempt to combat this? Does the app copy protection help in any way? How is the owner of this site getting the apps? On Oct 13, 1:00 pm, Andrei gml...@gmail.com wrote: There is a Chinese web site where u can download packages for paid

[android-developers] Re: for Google attention

2009-10-13 Thread Dan Sherman
I'm not a lawyer... But Google has absolutely no right to try to litigate on your behalf. They can't file criminal charges, they would have to file civil charges, but to file a civil charge, the defendant has to be wronged in some way. I understand they could try We've been wronged by you

[android-developers] Re: for Google attention

2009-10-13 Thread Andrei
People with rooted phone buy app, copy package, distribute it Google offers really no package protection On Oct 13, 1:33 pm, WoodManEXP woodman...@gmail.com wrote: Well this is just great! How should developers attempt to combat this? Does the app copy protection help in any way? How is

[android-developers] resource with name from numbers

2009-10-13 Thread Wouter
Hey, I had imported several .png files with names like 1.png, 2.png untill 59.png in my Android Project.. But it gives this error: Description ResourcePathLocationType Syntax error on token 48, invalid VariableDeclaratorIdR.java /

[android-developers] Re: for Google attention

2009-10-13 Thread Andrei
It was interesting to see someone put request for my app and few days later it's there On Oct 13, 1:39 pm, Andrei gml...@gmail.com wrote: People with rooted phone buy app, copy package, distribute it Google offers really no package protection On Oct 13, 1:33 pm, WoodManEXP

[android-developers] Re: for Google attention

2009-10-13 Thread Fan Zhang
There are many more sites like this. I am a developer and my stuff gets pirated all the time... If google decides to take any actions on those website, here is a list of them: www.hiapk.com www.androidin.net www.android123.com and basically all chinese forums that talks about Android system has

[android-developers] Re: how PUSH Tech in android ????

2009-10-13 Thread jotobjects
I'm interested in this question also. One way seems to be a SIP servlet server paired with a SIP Service on the device. The Jain SIP library has been used on Android and here is a SIP Servlet implementation - http://www.mobicents.org/products.html Are there other/better ways to do this? On

[android-developers] Re: for Google attention

2009-10-13 Thread Andrei
I am not suggesting they go after Chinese web site But I suggest they put good protection for paid apps. I also suggest they officially tell developers it's our own problem so i can plan accordingly On Oct 13, 1:38 pm, Dan Sherman impact...@gmail.com wrote: I'm not a lawyer... But Google has

[android-developers] Re: for Google attention

2009-10-13 Thread WoodManEXP
Maybe a white-hatted person will show up and target some serious DoS efforts on these sites! On Oct 13, 1:52 pm, Fan Zhang fredplusp...@gmail.com wrote: There are many more sites like this. I am a developer and my stuff gets pirated all the time... If google decides to take any actions on

[android-developers] Re: Stream youtube to a videoview?

2009-10-13 Thread Roman ( T-Mobile USA)
I noticed that I cannot play the file rtsp://rtsp.youtube.com/youtube/videos/S2eoCqwBCQI/video.3gp which you put in your source code on my desktop browser. The Android MediaPlayer is very sensitive. If the container format does not fit the one which is expected by the mediaPlayer, you won't be

[android-developers] Re: Stream youtube to a videoview?

2009-10-13 Thread Timothy Collins
It actually won't play any other video file I throw at it either... On Tue, Oct 13, 2009 at 2:30 PM, Roman ( T-Mobile USA) roman.baumgaert...@t-mobile.com wrote: I noticed that I cannot play the file rtsp://rtsp.youtube.com/youtube/videos/S2eoCqwBCQI/video.3gp which you put in your source

[android-developers] Re: for Google attention

2009-10-13 Thread Dan Sherman
I'm not so sure you've fully grasped the idea of white-hat... Why not just be done with this and add copy protection to your own app? On Tue, Oct 13, 2009 at 2:23 PM, WoodManEXP woodman...@gmail.com wrote: Maybe a white-hatted person will show up and target some serious DoS efforts on these

[android-developers] Re: for Google attention

2009-10-13 Thread WoodManEXP
Hi Dan, We have added copy protection per Google's instructions (application release checklist). Is there more copy protection we can/should use? On Oct 13, 2:41 pm, Dan Sherman impact...@gmail.com wrote: I'm not so sure you've fully grasped the idea of white-hat... Why not just be done with

[android-developers] ListView - duplicate onScroll events

2009-10-13 Thread droidin.net
In my app I have a ListView backed by ArrayAdapter. In it I'm detecting events in OnScrollListener#onScroll method to find end of the list. I noticed that on the phone (MyTouch) both track-ball and gesture/touch scrolling will trigger the event twice. On the emulator I get the same behavior with

[android-developers] Re: for Google attention

2009-10-13 Thread Dan Sherman
You can write any sort of copy protection you like into the application... Most of our software connects to a server to authenticate before running, you could do this with serial numbers (distributed however you like). Its your application, you can add whatever you like to it :) - Dan On Tue,

[android-developers] Re: for Google attention

2009-10-13 Thread droidin.net
With sales so dismal I think freeing up your app and figuring out an alternative way of making money from it (not ads ether) is the best way to fight Chinese (or Russians, or whomever). Or build-in license activation which validates that license is valid for the particular device. Litigation is

[android-developers] Re: for Google attention

2009-10-13 Thread Streets Of Boston
There are sooo many more web-site offering paid Android apps for download. Some do it for free and other actually ask for money, either per download or a membership of their web-site/forum. On occasion I was able to remove my app from these sites. The owners of these sites were cooperative.

[android-developers] SingleTask, SingleTop how to properly implement a GUI

2009-10-13 Thread Chister Nordvik
Hi! Our application which consists of something like this: Main menu = View contacts = Edit contact = View groups = Settings = Browser settings I have then added gestures so that the user can jump between any of these screens with a gesture. But this leads to a huge activity stack that

[android-developers] Re: Custom Object Serialization in Android?

2009-10-13 Thread dsukhram
I can return an ArrayList of Strings just not an ArrayList of my Stop object. And since this whole process works fine when I take android out of the equation..this leads me to believe that serialization is handled slightly differently in android. Anybody? On Oct 12, 6:28 pm, dsukhram

[android-developers] Re: SingleTask, SingleTop how to properly implement a GUI

2009-10-13 Thread Dianne Hackborn
Use Intent.FLAG_ACTIVITY_CLEAR_TOP. Don't use singleTask. On Tue, Oct 13, 2009 at 12:24 PM, Chister Nordvik cnord...@gmail.comwrote: Hi! Our application which consists of something like this: Main menu = View contacts = Edit contact = View groups = Settings = Browser settings I

[android-developers] Re: Custom Object Serialization in Android?

2009-10-13 Thread Dan Sherman
Not sure as to an answer to your question (I'm not that familiar with the internals), however, as a work-around you could probably do something like: MyObject arr[] = new MyObject[list.size()]; serialize(arr); send(arr); - recv(arr) list.addAll(arr); Obviously abbreviated, and doesn't

  1   2   >