[android-developers] Re: App not visible in Android Market of Samsung Galaxy

2009-08-03 Thread Touch-Market
All, Its an operator limitation Its not related to Phone model, Manufacturer, OS version or your application The same thing occured on SFR with HTC Magic phone (paid apps were not available at the beginning) Also the same with HTC Dream on Orange. I think that you will have to wait for few

[android-developers] Re: Android kernel download

2009-08-03 Thread aparna
THANKS A LOT MARK... On Jul 28, 4:59 pm, Mark Murphy mmur...@commonsware.com wrote: aparna wrote: Hi All, I'm new toAndroid.. I'd like to download theandroidkernelcompletely. Can I know from where I can get the site to install theandroidkernel and also the complete source code of

[android-developers] Re: Clearing the cache of your app on exit

2009-08-03 Thread for android
Settings -- Apps -- Manage Apps -- My App -- Clear Cache How do we clear this cache progrmatically? On Sun, Jul 26, 2009 at 3:44 AM, niko001 greatbytessoftw...@googlemail.comwrote: Hi Mark, thanks for your answer. I mean the cache that the users can delete themselves by going to

[android-developers] Re: 1.5_r3 backward compatibility

2009-08-03 Thread Kaj Bjurman
Huh? My device hasn't been updated, and I bet that there are lots of countries where the mobile operators haven't sent out any updates. On 3 Aug, 01:59, Fred Grott(shareme) fred.gr...@gmail.com wrote: Peter all devices were updated to 1.5r3 by mobile operators so what devices are u targeting

[android-developers] Re: 1.5_r3 backward compatibility

2009-08-03 Thread Romain Guy
1.5r3 is compatible with 1.5r2, 1.5r1 and even 1.1 and 1.0 if you are careful about which APIs you use. On Sun, Aug 2, 2009 at 11:50 PM, Kaj Bjurmankaj.bjur...@gmail.com wrote: Huh? My device hasn't been updated, and I bet that there are lots of countries where the mobile operators haven't

[android-developers] is possible can link to android market server?

2009-08-03 Thread tstanly
hi all, is possible link to market server? I want to write a customize app that can link to market server, and also can get the available apk list, finally install in my machine. just like the g1 mobile phone. can somebody give a hint? thanks!

[android-developers] Re: Clearing the cache of your app on exit

2009-08-03 Thread Dianne Hackborn
Delete all of your cache files. They are your files, you can do what you want with them. On Sun, Aug 2, 2009 at 11:46 PM, for android forandr...@gmail.com wrote: Settings -- Apps -- Manage Apps -- My App -- Clear Cache How do we clear this cache progrmatically? On Sun, Jul 26, 2009 at

[android-developers] Re: Adding a shortcut to Programs (launchers) programmatically

2009-08-03 Thread Dianne Hackborn
Hi, sorry there is no way to do this. The all apps list is populated based on a query on the package manager, which is generated only by data in the installed .apk's AndroidManifest.xml files. On Sun, Aug 2, 2009 at 2:08 AM, Ashutosh Sharma ashusha...@gmail.comwrote: Hi, I'd like to

[android-developers] Re: Force Close pop up when uncaught exception during background service

2009-08-03 Thread Dianne Hackborn
Your application has a bug causing it to crash, and the system is dealing with it. If you don't want this to happen, fix the bug that is causing the exception to be thrown without being caught. On Sat, Aug 1, 2009 at 8:30 PM, life0...@gmail.com life0...@gmail.comwrote: Hi, I started a

[android-developers] put() in ResponseCache invoked with a wrong URI?

2009-08-03 Thread Guitou
Hi, I extended ResponseCache as follow : public class DataLoader extends ResponseCache { @Override public CacheResponse get(URI uri, String arg1, MapString, ListString arg2) throws IOException { // TODO Auto-generated method stub

[android-developers] Re: Terminating Application (Activity)

2009-08-03 Thread Dianne Hackborn
Use Dev Tools to make your app the current debug app, so you get a dialog to attach the debugger each time its process is started. On Sat, Aug 1, 2009 at 1:07 PM, droidin.net bost...@gmail.com wrote: This unfortunately has a huge drawback that when exit() is executed your debugging session

[android-developers] Re: Help Activity History Stack...

2009-08-03 Thread Dianne Hackborn
There isn't a direct way to do this. You could either handle onNewIntent() in the activity to have it clear itself, or finish() itself and start a new fresh instance. On Fri, Jul 31, 2009 at 11:43 PM, Moto medicalsou...@gmail.com wrote: Hello could someone help me out choosing the right

[android-developers] filenotfound ... but creating with recorder !!!

2009-08-03 Thread pierre
Hi, I don't understand how this can happen (it has just happened once, works properly other times) : - /sdcard/mydir/ is an existing directory - myRecord.3gp doesn't exist, of course. ERROR : java.io.FileNotFoundException: /sdcard/mydir/myRecord.3gp at

[android-developers] Re: Text Invalide question

2009-08-03 Thread peter
In your code, the main thread still running when you trigger a new thread to run in background obviously, you will see result of last setText call as Process Success you should callback main thread to reset status after your thread finished. On Aug 2, 2:31 pm, Arun jay.mojni...@gmail.com

[android-developers] Re: .Net support

2009-08-03 Thread Lazarus 101
On Jul 31, 7:27 am, smehaffie pcresources...@gmail.com wrote: If Google was smart it would do the following the following: 1) Make is so it support running native .Net application on it and create SDK for .Net: oh yeah, depending on m$ technology would be really smart. The only

[android-developers] OpenGL ES - How to get the current ModelView matrix?

2009-08-03 Thread alucard20004
There's a function that gets the current matrix in OpenGL. But there's no such function in OpenGL ES. So I take a look at the API Demo app bundled with the SDK and found MatrixGrabber.java with the getCurrentModelView function. But... when I try to use it in my project, I got an error at this

[android-developers] Re: listview onlistitemclick not getting

2009-08-03 Thread peter
I think you have a wrong place in you code As first parameter in method onListItemClick is not AdapterView type but ListView On Aug 2, 2:54 am, bhas bhaskar...@gmail.com wrote: Hi all,   I am beginer to the anroid ,i am using the below code for displaying listview and i am not able to

[android-developers] call addFlags in xml

2009-08-03 Thread Anastasiya
Hi. Is there any opportunity to call addFlags in xml? 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

[android-developers] SurfaceFlinger and SurfaceComposerClient problem.

2009-08-03 Thread javame_android
Hi, Can anyone let me know when this problems comes. I am trying to download a file and then render it on the screen. I am able to download the file this problem occurs when parsing and rendering of that file should be started. Hope to get a quick reply. Thanks Regards Sunil

[android-developers] interrupt dialog

2009-08-03 Thread Hiro
Hi, In the following code, mContext should be taken from Activity class. Would you tell me how to launch interrupt dialog from Service class? private void showAlert(){ if (mContext != null) { AlertDialog.Builder builder = new AlertDialog.Builder (mContext);

[android-developers] How to use OverlayItem's fields (Title and snippet)?

2009-08-03 Thread Tom
Hi, I would like to how to use OverlayItem's fields (Title and snippet) 'cause they are never displayed on the map? Best regards Tom --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Adding a shortcut to Programs (launchers) programmatically

2009-08-03 Thread Ashutosh Sharma
Thanks Dianne. Is there any way to write the package manager database without actually installing a .apk file - e.g. via exposed package manager APIs, so that this can possibly be achieved? Thanks, Ashutosh On Aug 3, 12:23 pm, Dianne Hackborn hack...@android.com wrote: Hi, sorry there is no

[android-developers] usb cable + failed to start monitoring

2009-08-03 Thread gunar
Hi! I don't know if this is the proper forum to put my question, but here is goes: I have a G1 Dev Phone and I damaged the usb cable that I received with the package. I plugged another USB cable that fits in and it charges the device, but from eclipse I am getting failed to start monitoring

[android-developers] the user data image is used by another emulator. aborting

2009-08-03 Thread Siva
Hi all when im running my emulator i getting this error the user data image is used by another emulator. aborting and emulator not opening any time .What is the problem? pls help it is urgent . Thanks Regarding siva. --~--~-~--~~~---~--~~ You received this

[android-developers] Re: the user data image is used by another emulator. aborting

2009-08-03 Thread Sujay Krishna Suresh
Dear siva, if u r in windows use the task manager if u r in linux use system monitor. Check if the emulator process is already running. If so kill it. Now ur prob shd be solved. On Mon, Aug 3, 2009 at 2:55 PM, Siva siva...@gmail.com wrote: Hi all when im running my emulator i

[android-developers] Re: listview onlistitemclick not getting

2009-08-03 Thread bhaskar bommala
Hi, where i placed wrog code please corect it ,otherwise please send one example of listview and onlistitemclicklistener please .. Thanks Bhas

[android-developers] listview onlistitemclick not getting

2009-08-03 Thread bhas
Hi all, I am new to the Android ,interesting to learn android so please help me to learn android ,if you have any applications please send to my mail id with source code . Thanks Bhas --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] some basic question.

2009-08-03 Thread Honest
Can some one tell me how can i get signal strenght of my GSM network ? --~--~-~--~~~---~--~~ 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] Inverting text color on focus?

2009-08-03 Thread gsmd
How do I declare that a TextView should invert it's text color (e.g. textAppearanceLarge = textAppearanceLargeInverse) upon receiving focus? TIA. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] How to Add back ground for Tab in a Tab Host

2009-08-03 Thread Ani
Hi All, I have a tabhost with three tabs.I want to add background image for these tabs instead of tab name and icon( the back ground image is in .png format contains name and icon). Is there any way to add background for the Tab in Tab host? Any one please help me to solve this.

[android-developers] some basic question.

2009-08-03 Thread Honest
Can some one tell me how can i get signal strenght of my GSM network ? How to start application in back ground ? I want to receive sms and i do not want that new sms symbol display on homes screen at top. Is it possible ? and in the same way i do not want that gprs symbol should display. So

[android-developers] Re: Toast or AlertDialog problem

2009-08-03 Thread Stefan
Thanks for your answers. Now I work with threads. But I dont use the AlertDialog - i make some buttons visible and invisible. Thats good enough for the first time. If someone has a better idea, please let me know. greets, Stefan --~--~-~--~~~---~--~~ You

[android-developers] Customized radio button

2009-08-03 Thread Dalvik
Hi I want to develop a customized radio button for my application. I would like the radio buttons looks like a row of push buttons. Only one of them can be pushed down, which is selected. I searched the internet and Android source code, yet still have no clue how to do it. Can anybody help to

[android-developers] Re: Launching a Service at the startup

2009-08-03 Thread Mark Murphy
R Ravichandran wrote: This is definitely a viable approach for my application architecture, but still strugglng to make this work. Here are some details, and I am hoping that someone will point out what is going wrong here. 1. I have a class MyServiceInitiator that is hooked up to the

[android-developers] LocationManager and PendingIntent problem

2009-08-03 Thread Lutz Schönemann
Hi, I have more than one problem to use the addProximityAlert() method from the LocationManager class. The first thing is that I want to create a PendingIntent for a broadcast receiver. Therefor I use this code: Intent intent = new Intent(app1.PROXIMITY_ALERT);

[android-developers] Re: ANDROID BUG: Large Gif Images can not be displayed

2009-08-03 Thread android.vinny
HI 110kb images with frame count 70 is also not palying... can u help me regarding this On Jul 31, 5:13 pm, Muniraju munir...@gmail.com wrote: Thanks Justin, for the response. Yes 4MB was the file size. The resolution of the file was around 1600x1200. I tried using Bitmap factory

[android-developers] shared jar library - source branch under mydroid?

2009-08-03 Thread GiladH
hey, we're developing applications that will use a single 'shared library' jar file. the jar file will be packed as part of the operating system (built packed by us) according to the guidelines described in

[android-developers] Re: Quick Dev Phone Question

2009-08-03 Thread happydroid
Yes, you just need to delete the APNs in the cellular configuration, and the device won't be able to connect. On Aug 1, 10:04 pm, Nakedsteve stevenl...@gmail.com wrote: Hey everyone, I'm thinking about buying an Android dev phone, since I just switched to ATT. It looks great, but I can't

[android-developers] Issue with alarm clock

2009-08-03 Thread Chris
Hi guys, I am overriding the functionalities of current android alarm clock. As of now, if we have set two alarm of ,say, 10:10 and 10:15, now if the first alarm pops up at 10:10, and we click on snooze button(snooze time: 10 mins), then it says that the snooze will not be set since there is

[android-developers] Enabling/Disabling activities at run time

2009-08-03 Thread Ashutosh Sharma
Hi, I have an application that has multiple activities with the intent action.MAIN (category LAUNCHER), so that multiple shortcuts appear in the Applications list. Is it possible to disable some of these activities at run-time (so that the corresponding shortcuts disappear from the Applications

[android-developers] Re: Enabling/Disabling activities at run time

2009-08-03 Thread Mark Murphy
Ashutosh Sharma wrote: Hi, I have an application that has multiple activities with the intent action.MAIN (category LAUNCHER), so that multiple shortcuts appear in the Applications list. Is it possible to disable some of these activities at run-time (so that the corresponding shortcuts

[android-developers] Re: Enabling/Disabling activities at run time

2009-08-03 Thread Ashutosh Sharma
Thanks - That seems to be exactly what I was loooking for! Thanks again, Ashutosh On Aug 3, 7:09 pm, Mark Murphy mmur...@commonsware.com wrote: Ashutosh Sharma wrote: Hi, I have an application that has multiple activities with the intent action.MAIN (category LAUNCHER), so that multiple

[android-developers] Re: shared jar library - source branch under mydroid?

2009-08-03 Thread GiladH
the above post has been moved to android porting. pls disregard. On Aug 3, 4:50 pm, GiladH gila...@gmail.com wrote: hey, we're developing applications that will use a single 'shared library' jar file. the jar file will be packed as part of the operating system (built packed by us)

[android-developers] Re: LocationManager and PendingIntent problem

2009-08-03 Thread Lutz Schönemann
I have created a new project focusing on that problem. Now the PendingIntent.getBroadcast() method doesn't try to start an activity any longer. But the problem that the LocationManager doesn't fire the intent still consists. I have a Activity that creates a PendingIntent and calls the

[android-developers] enable StreetView

2009-08-03 Thread Juan Pablo Hoyos Sanchez
I have enabled StreetView with .setStreetView(true) but it don´t load, so I don´t know if I have enable other things. thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Google Maps

2009-08-03 Thread Juan Pablo Hoyos Sanchez
When I click the icon of My location, it opens a tag with information and when I touch this tag then I go a new Activity that give my more information,it same pass with StreetView, so How can I do that? Thank you very much. Juan Pablo --~--~-~--~~~---~--~~ You

[android-developers] Re: some basic question.

2009-08-03 Thread Roman
Signal Strength For being able to get the signal strength of your current GSM connection, implement a onSignalStrengthChanged callback method. This method is called when the Signal strength changes. You have to extend the PhoneStateListener class for doing this. Application in the back ground

[android-developers] Tag Google Maps

2009-08-03 Thread Juan Pablo Hoyos Sanchez
When I click the icon of My location, it opens a tag with information and when I touch this tag then I go a new Activity that give my more information,it same pass with StreetView, so How can I do that? Thank you very much. Juan Pablo --~--~-~--~~~---~--~~ You

[android-developers] enable StreetView

2009-08-03 Thread Juan Pablo Hoyos Sanchez
I have enabled StreetView with .setStreetView(true) but it don´t load, so I don´t know if I have enable other things. thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Tag Google Maps

2009-08-03 Thread Juan Pablo Hoyos Sanchez
When I click the icon of My location, it opens a tag with information and when I touch this tag then I go a new Activity that give my more information,it same pass with StreetView, so How can I do that? Thank you very much. Juan Pablo --~--~-~--~~~---~--~~ You

[android-developers] Re: LocationManager and PendingIntent problem

2009-08-03 Thread Dianne Hackborn
Please look at the examples in ApiDemos. 2009/8/3 Lutz Schönemann lutz.schoenem...@sit.fraunhofer.de I have created a new project focusing on that problem. Now the PendingIntent.getBroadcast() method doesn't try to start an activity any longer. But the problem that the LocationManager

[android-developers] Re: Dynamic Image loading from Resources in ImageView

2009-08-03 Thread DroidDude
Thanks Alexey! It worked great! On Aug 2, 3:14 pm, Alexey Krasnoriadtsev ale...@agilefusion.com wrote: you can place your images directly under assets directory, and then use getResources().getAssets().open(path to file); On Jul 31, 1:55 pm, DroidDude bhavy...@gmail.com wrote: Hi, I am

[android-developers] 5 mega pixel camera cell phone with premium materials

2009-08-03 Thread Jackson
Enjoy the best of the internet with the Nokia 6700 Classic. High speed HSDPA allows rapid downloads of all your favorite content, from websites to email. Support for HSUPA allows you to upload data even faster, making sharing your images and movies with..Read more at http://www.oneworldgift.com

[android-developers] 5 mega pixel camera cell phone with premium materials

2009-08-03 Thread Jackson
Enjoy the best of the internet with the Nokia 6700 Classic. High speed HSDPA allows rapid downloads of all your favorite content, from websites to email. Support for HSUPA allows you to upload data even faster, making sharing your images and movies with..Read more at http://www.oneworldgift.com

[android-developers] Re: filenotfound ... but creating with recorder !!!

2009-08-03 Thread Umair Akbar
*Hey, acquaintances h r u * *Break these bogs @ very fascinating* *I hope u enjoy this bogs* * * *www.safteytips007.blogspot.com* *www.wonderfulbwp.blogspot.com http://www.wonderful-bwp.blogspot.com/* * www.technicaleducationbwp.blogspot.com* On 8/3/09, pierre

[android-developers] Possibility to make a 'Notification listener' app?

2009-08-03 Thread James Buckley
Hello, Is it possible for an app to listen in on notifications, ie. receive announcements of everything that gets put in the notification drop- down box. I've looked through the API but can't find anything. I can see how this feature would be a major privacy hole (but there could be a

[android-developers] why glReadPixels return Alpha always -1

2009-08-03 Thread BaoXu Jiang
Hi, it is always return -1 when call Android opengl es api glReadPixels(), it is a bug of Android? Thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] ImageButton press feedback

2009-08-03 Thread Venkatesh D
Hi all, I am developing an application which has many cool image buttons. On press or click of any image button there is no feed back to the user either color change or any kind of contrast change in the button. I don't prefer to have multiple images for a single image button loaded onKeyDown

[android-developers] FTP server on Android and Implicit SSL

2009-08-03 Thread siapi
I am trying to setup a FTP server on Android using Apache FTP server libraries. I was able to setup a FTP with Implicit SSL enabled in JVM. When I ran the FTP server on Android, the connection was always lost right after the client received the certificate. The following error was shown in

[android-developers] Re: Text Invalide question

2009-08-03 Thread Umair Akbar
Hey, acquaintances h r u Break these bogs @ very fascinating I hope u enjoy this bogs www.safteytips007.blogspot.com www.wonderfulbwp.blogspot.com www.technicaleducationbwp.blogspot.com On Sun, Aug 2, 2009 at 4:34 PM, Jack Ha jack...@t-mobile.com wrote: This link might help solve your

[android-developers] android developer cup Season2

2009-08-03 Thread Croco
Hi all, I'm wondering what is the procedure to submit an application entry for the competition. I can't find into the related docs the procedure to submit a candidate application. Do we need to submit on the Android Market but any android application can't participate according the terms and

[android-developers] Re: Dynamic Image loading from Resources in ImageView

2009-08-03 Thread Faisal T
Hi Dude, There is a simple method. From your activity you can directly call below code getResources().getDrawable(R.drawable.rID) it will return you the drawable object. regards, Faisal T On Aug 1, 5:55 am, DroidDude bhavy...@gmail.com wrote: Hi, I am very new to Android Development

[android-developers] ADC2

2009-08-03 Thread Croco
Hi all, I'm wondering what is the procedure to submit an application entry for the competition. I can't find into the related docs the procedure to submit a candidate application. Do we need to submit on the Android Market but any android application can't participate according the terms and

[android-developers] Re: Text Invalide question

2009-08-03 Thread Umair Akbar
Hey, acquaintances h r u Break these bogs @ very fascinating I hope u enjoy this bogs www.safteytips007.blogspot.com www.wonderfulbwp.blogspot.com www.technicaleducationbwp.blogspot.com On Mon, Aug 3, 2009 at 12:55 AM, peter heywoodpres...@gmail.com wrote: In your code, the main thread

[android-developers] How Can I use NDK ?

2009-08-03 Thread newlibty
I want to make a Android App using NDK. I have a question about make a .h file for using JNI. I found a some document about that. first step is create a class that declares the native method (helloworld.java) and then, use javac to compile the program(HelloWorld.class) after that, use javah

[android-developers] Pls give me a hand.....

2009-08-03 Thread Samuel Terre
我不知道为啥老是会出现一个gen [generated java files]的包 里头的r.java和我src文件夹里头的r.java同名 于是老是一把红叉 错误名曰: the type r is already defined 可是我要是删掉gen 马上它又自动生成 Hello everyone im a newbie in Android field recently I download an example named get Splashy,I don't know why there always create a folder named

[android-developers] Monitoring memory in program

2009-08-03 Thread whitech
Hi all. I've got a problem here. If my program needs a lot of memory, and may lead the out of memory error happen, is there an exception or something else will throw ? If there is, how to catch it? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: 1.5_r3 backward compatibility

2009-08-03 Thread Michael Leung
I think that is sdk release, all released can run on Android 1.5 On Mon, Aug 3, 2009 at 9:59 AM, Fred Grott(shareme) fred.gr...@gmail.comwrote: Peter all devices were updated to 1.5r3 by mobile operators so what devices are u targeting that have 1.5r2 or 1.5r1? Yes, they should explain

[android-developers] Re: How to use CheckBox as children in ExpandableList?

2009-08-03 Thread powerbyte
Hello kostmo, use the following code to toggle checkbox @Override public boolean onChildClick(ExpandableListView parent, View v, int groupPosition, int childPosition, long id) { CheckedTextView tempView = (CheckedTextView)v.findViewById (android.R.id.text1);

[android-developers] Re: HTTP and some extra

2009-08-03 Thread Michael Leung
there is already a http API in the SDK. I am using HTTP_GET there seems to be for me On Sun, Aug 2, 2009 at 12:47 AM, Kausik Das kaus...@gmail.com wrote: Hi all, I am just a beginner in the Android and was experimenting with HTTP. I have published the result of my experimentation

[android-developers] Re: Help Activity History Stack...

2009-08-03 Thread Umair Akbar
*Hey, acquaintances h r u * *Break these bogs @ very fascinating* *I hope u enjoy this bogs* * * *www.safteytips007.blogspot.com* *www.wonderfulbwp.blogspot.com http://www.wonderful-bwp.blogspot.com/* * www.technicaleducationbwp.blogspot.com* On 8/3/09, Dianne Hackborn

[android-developers] Catching memory exception

2009-08-03 Thread whitech
Hi all. I've got this problem: When my program using too much memory, it die. Is there an exception or something else to warn me? How can I catch it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Recording/Playback volume control

2009-08-03 Thread Venkatesh D
Hi all, I am developing an application which involves recording and playback of audio. Am using MediaPlayer to record the audio from Mic in amr format, save it to a file and playback the same file. I wish to have the best audio record/playback performance with maximum recording volume and same

[android-developers] Re: How to use CheckBox as children in ExpandableList?

2009-08-03 Thread powerbyte
Hello Kostmo use the following code to toggle check box @Override public boolean onChildClick(ExpandableListView parent, View v, int groupPosition, int childPosition, long id) { CheckedTextView tempView = (CheckedTextView)v.findViewById (android.R.id.text1);

[android-developers] plan about video on download(VOD) framework

2009-08-03 Thread ZhangJieJing
Hello Everyone, I'm a developer of android product, I'm working for the online play without broswer, like some P2P stream player on our device, I heard someone said that Google's Android Team have some play on that, I want to know is this true? or I must make a framework to P2P stream video

[android-developers] Re: usb cable + failed to start monitoring

2009-08-03 Thread Samuel Terre
Try to plug into another USB interface and see how it going On 8月3日, 下午5时19分, gunar adrian.proco...@gmail.com wrote: Hi! I don't know if this is the proper forum to put my question, but here is goes: I have a G1 Dev Phone and I damaged the usb cable that I received with the package. I

[android-developers] Re: filenotfound ... but creating with recorder !!!

2009-08-03 Thread Umair Akbar
On 8/3/09, Umair Akbar umairakbar...@gmail.com wrote: *Hey, acquaintances h r u * *Break these bogs @ very fascinating* *I hope u enjoy this bogs* * * *www.safteytips007.blogspot.com* *www.wonderfulbwp.blogspot.com http://www.wonderful-bwp.blogspot.com/* *

[android-developers] How to hide dialer application after establishing call?

2009-08-03 Thread mmj
Hi all, I am with an application that will establish a call from it and do something else after that.Establishing call from my application is working fine using Intent.Action_Call.But after that the control is going to the native dialer application.I want to bring the control back to my

[android-developers] How to add favorite button in my application

2009-08-03 Thread Venkat
Hi Could you please tell me or if possible please give me the source code for how to add favorite button in my application? Thanks Regards Venkat --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] How to integrate my application to paypal

2009-08-03 Thread Venkat
Hi Could please help me how to integrate my application with paypal, so that User can pay money in my application through paypal to the merchant? Thanks Regards Venkat --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Activity objects in memory after onDestroy.

2009-08-03 Thread Felipe Silveira
Hi everyone, I have a activity MyActivity, which kills yourself using the finish () method. The problem is: after the kill operation, method onDestroy is called, but the object of type MyActivity is never garbage-collected (I forced the GC run). It is causing a memory leak, because MyActivity

[android-developers] Adding a hand-crafted WAV to the ContentResolver database

2009-08-03 Thread Rhodri
Hello there, I've got some code that generates 16-bit PCM audio, and have written a method to encase it in a valid WAV header - but when I try to add such a file to the ContentResolver's database (with getContentResolver ().insert()) I get a rather unhelpful CONSTRAINT FAILED error. Is there a

[android-developers] Re: SQLiteDatabase table

2009-08-03 Thread boomerbubba
SELECT EXISTS(SELECT * FROM sqlite_master WHERE type = 'table' AND Name = 'MyTableName'); returns 1 or 0 for True or False Substute your own table name for MyTableName. On Jul 29, 7:07 am, jay ram jaiac...@gmail.com wrote:     I'm working with SQLiteDatabase. I need to find out whether a

[android-developers] Programmatically refresh email account

2009-08-03 Thread Yves Glodt
Hi, is is possible to programmatically trigger a refresh for one or all Email accounts? Best regards, Yves --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: enable StreetView

2009-08-03 Thread iñaki
Take it easy Juan Pablo!!! 2009/8/3 Juan Pablo Hoyos Sanchez blopa...@gmail.com I have enabled StreetView with .setStreetView(true) but it don´t load, so I don´t know if I have enable other things. thank you. --~--~-~--~~~---~--~~ You received this

[android-developers] appwidget onReceive() appwidgetIds null

2009-08-03 Thread ChangliWang
public void onReceive(Context context, Intent intent) { // TODO Auto-generated method stub super.onReceive(context, intent); String action = intent.getAction(); if (AppWidgetManager.ACTION_APPWIDGET_DELETED.equals(action)) {

[android-developers] Re: enable StreetView

2009-08-03 Thread Juan Pablo Hoyos Sanchez
thank you 2009/8/3 iñaki inaki.s...@gmail.com Take it easy Juan Pablo!!! 2009/8/3 Juan Pablo Hoyos Sanchez blopa...@gmail.com I have enabled StreetView with .setStreetView(true) but it don´t load, so I don´t know if I have enable other things. thank you.

[android-developers] Re: Publishing to Android market - question

2009-08-03 Thread steiljes
thank you all for responding. Do I need to download each carrier's emulator to see what the app looks like? Or is there a generic one that comes with Android SDK? On Jul 31, 3:05 pm, happydroid happydr...@happydroid.com wrote: No, you need to publish just once for Android Market. You can

[android-developers] Re: submit html form

2009-08-03 Thread Yusuf T. Mobile
If I understand your question, you want to render HTML in your application. If so, then I recommend the WebView class: http://developer.android.com/reference/android/webkit/WebView.html Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those

[android-developers] Launch an app from within the native Contacts app

2009-08-03 Thread Jay-andro
I would like to be able to launch my app using a URI scheme rather than an StartIntent. The idea is to be able to embed this link in other apps for example inside a Contact as a URL. clicking on the URL from within the contact should open my app. Is this possible? On iPhone, an app can declare a

[android-developers] Re: Publishing to Android market - question

2009-08-03 Thread Mark Murphy
steiljes wrote: Do I need to download each carrier's emulator to see what the app looks like? Carriers don't have emulators. Or is there a generic one that comes with Android SDK? Yes. How to view the comprehensive list of apps in the marketplace? Do I need to buy a handset AND the

[android-developers] Accessing logs on Android

2009-08-03 Thread Jay-andro
Is there a way to access the default logs on the phone for purposes of uploading for debugging purposes? I'd like to be able to provide an Upload Logs button that allows the users of my app to upload their logs if they are encountering issues with the app. I know I can write my logs to my own

[android-developers] View Android Marketplace

2009-08-03 Thread steiljes
How to view the comprehensive list of apps in the marketplace? Do I need to buy a handset AND the service with it to see the marketplace? I don't want to start developing before I know what the market really looks like. The android.com website offers only a few apps.

[android-developers] Sending an email

2009-08-03 Thread Mark Wyszomierski
Hi, I'm looking to send an email, I see we have a few options: 1) Start an intent to send the message, this will popup an activity the user has to interact with to fire the message off. 2) Include the javamail jar in my project, ask the user for their smtp info one-time, after that I can

[android-developers] Re: Activity objects in memory after onDestroy.

2009-08-03 Thread fadden
On Aug 3, 7:18 am, Felipe Silveira webfel...@gmail.com wrote: Does anyone know when the Activity object is supposed to be garbage- collected, and what can be done to avoid the issue I mentioned? Start with this article:

[android-developers] Re: Catching memory exception

2009-08-03 Thread fadden
On Aug 2, 8:01 pm, whitech whit...@163.com wrote: Hi all. I've got this problem: When my program using too much memory, it die. Is there an exception or something else to warn me? How can I catch it? What exception is appearing in the log file when your application dies?

[android-developers] Re: android developer cup Season2

2009-08-03 Thread Yusuf T. Mobile
Hi Croco, you can read about ADC here: http://code.google.com/android/adc/ App submission should start sometime this month. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not

[android-developers] Keeping graphics running through orientation change

2009-08-03 Thread SChaser
How does one create a graphics canvas that is visible by the user through orientation (port-land-port) changes? If one defines layout land and port, there is a noticeable pause during the switch. Yet, I downloaded a bubble level application that never pauses as orientation changes - even when it

[android-developers] Re: Can We make canvas trancluent ?

2009-08-03 Thread Yusuf T. Mobile
Hi AV, I'm not sure what you are trying to do, but I recommend searching the Canvas javadoc for the word alpha. That's another way to say translucent, and Canvas supports it. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the

[android-developers] Re: Keeping graphics running through orientation change

2009-08-03 Thread Mark Murphy
SChaser wrote: How does one create a graphics canvas that is visible by the user through orientation (port-land-port) changes? If one defines layout land and port, there is a noticeable pause during the switch. Yet, I downloaded a bubble level application that never pauses as orientation

  1   2   >