Re: [android-developers] data stream over the usb

2011-06-15 Thread Kristopher Micinski
Impossible using standard UI, it sounds like you're trying to do some hobbyist EE type project, in any case you'll need at least a rooted phone and probably some kernel level support. Is there something in particular you're thinking of using hardware wise? How would you do this on a plain old

Re: [android-developers] Simulate UI Actions on device

2011-06-15 Thread Bill Napier
On Sat, Jun 11, 2011 at 11:25 AM, Mark Murphy mmur...@commonsware.comwrote: If not, then is MonkeyRunner is enough for it? Only you can answer that. If MonkeyRunner doesn't work out well, you can always use the same protocol that MR uses to talk to the device to implement the features

[android-developers] Re: multiple opengl context and shared textures

2011-06-15 Thread Paolo
UPDATE 1: I have been able to show two different GLsurfaceview showing one simple square for every surface with OpenGL and it works. Then I applied a texture on one square and it works. Now I'd like to share textures within the second square on the second GLSurfaceView, but it seems a bit

Re: [android-developers] When should I leave a service running?

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 10:04 AM, appel johan.appelg...@gmail.com wrote: I'm trying to understand the lifecycle of services. What I don't quite get is when should I ensure my service is stopped when done with its work and when should I just leave it running in case it is needed again.

Re: [android-developers] Re: how to upload file?

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 12:10 AM, Chris crehb...@gmail.com wrote: Pulling one from trekking's book, but: http://www.catb.org/~esr/faqs/smart-questions.html LOL 2011/6/15 νιנαソkum@r iamvijayaku...@gmail.com hi, any file.. imag or ideo or dec i need some example. Buddy, uploading a

Re: [android-developers] Quick Question about Cameras on Androids

2011-06-15 Thread TreKing
On Sun, Jun 12, 2011 at 5:02 PM, Michial Thompson michi...@gmail.comwrote: I am about to undertake a project where I might need to be able to activate, and take a picture with the Camera on an Android Tablet and/ or Phone. Ideally I would like this to be a 100% Browser based application with

Re: [android-developers] Re: Camera bitmap too small

2011-06-15 Thread J Handal
Hi Fina, I'm using t also he built-in camera app in my Xoom,tryng to store the picture in the AppGallery that comes by default. same intent : new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); Something to with permissions? THX -- You received this message because you are

[android-developers] Place a RelativeLayout below a LinearLayout inside another LinearLayout

2011-06-15 Thread Sergi
I'm trying to place a `RelativeLayout` below a `LinearLayout` that is nested inside another `LinearLayout` and it's not working. Is there any way I can do that? I need to keep the ability of settings weights and the ability of placing a Layout (with some transparent background) above another

Re: [android-developers] Multiple Applications aggregating common data

2011-06-15 Thread TreKing
On Sun, Jun 12, 2011 at 3:43 PM, Stefan Anca shtefan.a...@googlemail.comwrote: Does anyone have any experience with such an architecture? I don't, but since you didn't get a response, here's some food for thought: Based on your description, this sounds like you'd have a standalone Stats app

[android-developers] listview not clickable after scrolling beyond the main view

2011-06-15 Thread Wall-E
So I have a listview with a textview and imageview. When my Layout is initially loaded it works just fine. When the number of items in the listview is greater than what is initially visible and I scroll to view those items, my items in the listview are no longer clickable meaning it doesn't

Re: [android-developers] how to get blocked until the target activity returns.

2011-06-15 Thread TreKing
On Sun, Jun 12, 2011 at 8:42 AM, Xie Daniel jasic2...@gmail.com wrote: So , would you like to shed some lights of the way of making the execution blocked in OnActivityResult unless WIFISettings activity exits. You don't need to block anything - onActivityResult won't be called until the

Re: [android-developers] AsyncTask not working

2011-06-15 Thread TreKing
On Sat, Jun 11, 2011 at 5:16 PM, Gaurav Choudhary gaurav.cse.i...@gmail.com wrote: when i run the game in AVD its works fine for 2-3 secs then its stops unexpectedly. If by stops unexpectedly you mean you get a dialog stating such, then your app crashed. Use your debugger and LogCat to step

[android-developers] Re: Can't write to sdcard

2011-06-15 Thread Ab Caballero
File file = new File(sdDir + / + currentTripName + .kml); yields: 06-15 13:25:29.209: WARN/System.err(13412): java.io.FileNotFoundException: /mnt/sdcard/2011Jun1419:37.kml (Invalid argument). I also checked the file permissions, which are: lwrxwrxwrx root root. After that i remounted the sdcard

Re: [android-developers] inflate Vs intent

2011-06-15 Thread New Developer
Thanks my OnCreate() has nothing in it. The only thing different is the method of calling the exact same layout 1) using intentand2) using inflate The intent appears normal the the inflate appears transparent even when the button is clicked, or text is select the original

Re: [android-developers] How can i learn to make a android application

2011-06-15 Thread TreKing
On Sun, Jun 12, 2011 at 12:59 PM, Dalton Metzler sroze...@gmail.com wrote: can some one give me a good tutorail on how to make games Try Google - I'm sure there are plenty of examples out there if you look hard enough. or can some one teach me over skype text ( not video call) or something?

Re: [android-developers] How can i learn to make a android application

2011-06-15 Thread Mohammed Hossain Doula
If you pay may be there are people who will accept if the remuneration is good... On Wed, Jun 15, 2011 at 11:39 PM, TreKing treking...@gmail.com wrote: On Sun, Jun 12, 2011 at 12:59 PM, Dalton Metzler sroze...@gmail.comwrote: can some one give me a good tutorail on how to make games Try

[android-developers] Re: To get the position of SeekBar in video

2011-06-15 Thread Doug
You have to write code to glue the functions and callbacks of the SeekBar to the functions of the MediaPlayer. Doug On Jun 13, 4:51 am, sriramtej sriramtej.gori...@gmail.com wrote: Hi, I am using seekBar to show the progress of the video which I implemented using Media Player / Video View.

[android-developers] How to immediately dispatch touch events outside of a PopupWindow

2011-06-15 Thread Shri
If a ListPopupWindow is being displayed, I can tap on buttons outside it, and the buttons receive the touch event. However, while displaying a PopupWindow, tapping outside does not cause the button to be clicked. It just dismisses the PopupWindow. I then need to tap one more time to click the

[android-developers] Please review check my newly launched app.

2011-06-15 Thread Abdul Mateen
Hi All, I have recently launched an imaging application on Android Market named Collage Art. I request from the developers please review and test my application and please give feedback to me so that I can fix any bug / feature missing / things not working there in my app. Thanks for your

Re: [android-developers] partial text color in alert dialog

2011-06-15 Thread TreKing
On Mon, Jun 13, 2011 at 9:15 AM, KhAndroid shahnaz.k...@gmail.com wrote: i am displaying some messages to the user by alert dialog box. and i want to show some part of my message differently either in bold or with different color. for example if my message is 'you have to ask android' , i

Re: [android-developers] SeekBar bug? Calling setThumb(drawable) makes thumb disappear

2011-06-15 Thread Romain Guy
You probably need to call setBounds() on the drawable to give it a size? On Wed, Jun 15, 2011 at 6:03 AM, Blake B. bbuckle...@yahoo.com wrote: I'm using a custom image for the Thumb on my SeekBar.  I want to change the image at some points in my app, but whenever setThumb(drawable) is called,

Re: [android-developers] Please review check my newly launched app.

2011-06-15 Thread Mohammed Hossain Doula
What is the package name details? On Wed, Jun 15, 2011 at 11:50 PM, Abdul Mateen abmat...@gmail.com wrote: Hi All, I have recently launched an imaging application on Android Market named Collage Art. I request from the developers please review and test my application and please give

Re: [android-developers] Please review check my newly launched app.

2011-06-15 Thread Abdul Mateen
package com.falx.icollage.main On Wed, Jun 15, 2011 at 11:00 PM, Mohammed Hossain Doula hossaindo...@gmail.com wrote: What is the package name details? On Wed, Jun 15, 2011 at 11:50 PM, Abdul Mateen abmat...@gmail.com wrote: Hi All, I have recently launched an imaging application on

[android-developers] Re: Reading from CERT.RSA from META-INF directory

2011-06-15 Thread Nate Totura
To clarify, I would like to do this at runtime. Access to the certificate information at runtime is really what I want. -Nate On Jun 14, 7:39 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, Jun 15, 2011 at 2:57 AM, Nate Totura ntot...@gmail.com wrote: Is it possible to read files

Re: [android-developers] How can i learn to make a android application

2011-06-15 Thread Kristopher Micinski
More trouble than it's worth if you're not willing to make a career of it. If you want to learn, start picking up the SICP, a graphics book, a few months of free time, and start cracking : ) On Jun 15, 2011 2:02 AM, Dalton Metzler sroze...@gmail.com wrote: I would really start to make android

Re: [android-developers] How can i learn to make a android application

2011-06-15 Thread Fred Niggle
Hello, There are many tutorials, which can be found by googling for android programming tutorials, and android programming examples There is no short-cut to avoid the learning curve, except being determined. Perhaps you have an idea of a app you would like to have on your phone for you own

Re: [android-developers] How can we use NumberPicker in Gingerbread?

2011-06-15 Thread Dianne Hackborn
Nope. On Wed, Jun 15, 2011 at 6:28 AM, Joshua Partogi joshua.part...@gmail.comwrote: Hi I would like to use the NumberPicker widget in 2.3.3, but unfortunately it is not available in the 2.3.3 SDK. Is there anyway I can use NumberPicker widget in 2.3.3? Thank you in advance. -- @jpartogi

[android-developers] Re: how to place an url in android email

2011-06-15 Thread Jxn
On 15 Juni, 07:04, Sivasankar K sivasanka...@greatinnovus.com wrote: in my app i am sharing some data via email. In the body of my app i have typed some contents, along them i have added an url. I want the url to be highlighted in blue and when the user clicks it i want to open the webpage

Re: [android-developers] Your Opinion between android native app or HTML-5 Web App.

2011-06-15 Thread TreKing
On Mon, Jun 13, 2011 at 7:30 AM, Michial Thompson michi...@gmail.comwrote: I would say good luck in getting an answer to that question, I asked about a Web App a couple days ago and still not gotten an answer... I responded to your question, which I just earlier came across. Looks like

[android-developers] Re: SeekBar bug? Calling setThumb(drawable) makes thumb disappear

2011-06-15 Thread Blake B.
Thanks for the hint, Romain! Here is the code that now works: final int drawableId = R.drawable.thumb1; final Drawable d = getResources().getDrawable(drawableId); d.setBounds(new Rect(0, 0, d.getIntrinsicWidth(), d.getIntrinsicHeight())); == this

Re: [android-developers] Re: Can't write to sdcard

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 12:33 PM, Ab Caballero a...@mac.com wrote: Any other thoughts? Don't construct the file name yourself. Use the File() constructor that takes a folder (File object you get for the SD path) and a file name (String name you want for the file).

Re: [android-developers] Re: Can't write to sdcard

2011-06-15 Thread Kostya Vasilyev
The colon in the filename (between 19 and 37) is likely invalid for FAT32, even under a Linux kernel, for historical reasons. It would be more obvious if Android used paths like C:\Android\system and D:\sdcard :) -- Kostya 2011/6/15 Ab Caballero a...@mac.com File file = new File(sdDir + / +

Re: [android-developers] Android WindowManager

2011-06-15 Thread TreKing
On Mon, Jun 13, 2011 at 9:15 AM, jyothi jyothi...@gmail.com wrote: Could please someone explain the windowmanager architecture in detail in android. The likelihood of someone sitting down and typing you out a description of this architecture in detail is pretty low. The source code is

Re: [android-developers] Put Button over image/backgournd image with the eclipse designer

2011-06-15 Thread TreKing
On Mon, Jun 13, 2011 at 12:11 PM, G S gilus...@gmail.com wrote: it seem's like an easy task but somehow i can't do it i put a background image and i want to put button's in front of it but each time i drag button it appear on the top left side of the picture and i can't move it. Post

[android-developers] Re: listview not clickable after scrolling beyond the main view

2011-06-15 Thread Streets Of Boston
setClickable or the Clickable attribute of your text and imageview. Set them to false. Note that when you call 'setOnClickListener()' on your text or imageview, it will effectively set 'clickable' back to 'true'. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Quick Question about Cameras on Androids

2011-06-15 Thread vadim
On Jun 12, 3:02 pm, Michial Thompson michi...@gmail.com wrote: I am about to undertake a project where I might need to be able to activate, and take a picture with the Camera on an Android Tablet and/ or Phone. Ideally I would like this to be a 100% Browser based application with no code

[android-developers] appwidget button

2011-06-15 Thread ABSOLUT
Hi I have a button in an appwidget that executes a service. These service takes time about 10 seconds. How the button doesnt have any effect it seems that you are not pressed the button. What i should to do for the button seems is doing something?. Many thanks and sorry for my english -- You

Re: [android-developers] RE: stats by version in Android Market Developer Console

2011-06-15 Thread TreKing
On Sun, Jun 12, 2011 at 6:11 AM, weinerk wein...@gmail.com wrote: When I release updates to an app, what info is avaialble in Android Market developer console, like for example: - userbase that upgraded to new versions? - total vs active by versions? etc Not much. You get Total Downloads

Re: [android-developers] Google Maps - Calculate distance between point and nearest road

2011-06-15 Thread TreKing
On Tue, Jun 14, 2011 at 7:19 AM, Joao Heleno joaohel...@gmail.com wrote: Any suggestions? See what you can do with communincating with the online apis - the Android Maps library is woefully under-featured and under-supported.

Re: [android-developers] Help needed with OnItemLongClickListener custom adapter - UnsupportedOperationException

2011-06-15 Thread TreKing
On Tue, Jun 14, 2011 at 8:11 AM, Graham Bright gbwienmobil...@gmail.comwrote: I have implemented an OnItemLongClickListener but when i long click on an item in my list an UnsupportedOperationException is raised. Use your debugger and LogCat to figure out what's throwing that exception. Read

Re: [android-developers] Take a picture in every hour

2011-06-15 Thread TreKing
On Tue, Jun 14, 2011 at 1:52 AM, monnand monnand.d...@gmail.com wrote: Is there any way to meet my requirement? Nope. BTW, I need to start a service in background to take the pictures. BTW, you can't do that.

Re: [android-developers] Tracking the mouse movement

2011-06-15 Thread TreKing
On Tue, Jun 14, 2011 at 9:59 AM, amir lazarovich amirlazarov...@gmail.comwrote: Is it possible to track down the mouse movement on Gingerbread ? What mouse movement? - TreKing

[android-developers] Re: Implementing Auto-Update of an Application

2011-06-15 Thread William Ferguson
Um, I'm not sure I can break it down any simpler. But I'll try. 1) On start up of your app use the unofficial Market API to find out the latest version of your app that has been published in the Market. 2) Compare that to the version that is running. 3) If the Market version is newer present the

Re: [android-developers] Post video to youtube from sd card

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 1:33 AM, Goutom goutom.sust@gmail.com wrote: I want to post video to youtube from android application.Is there any sdk to implement it?Please give some link of tutorial to do this. Thanks in advance. http://tinyurl.com/3hbrbdc

Re: [android-developers] Problem in Searching a Location in Emulator using Google Map

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 6:03 AM, Md.Fazla Rabbi OPU md.fazlara...@gmail.com wrote: But my problem is when i intend to search a location in the editbox and press the button there is no change in google map. Define there is no change. I have debugged but there show a message *Couldn't get

[android-developers] Re: listview not clickable after scrolling beyond the main view

2011-06-15 Thread Wall-E
Thanks for the suggestion but that didn't work. I set the clickable attribute to the parent view of the image and text views and still no luck. So another point I noticed is that if I change the focus by bringing up a dialog and keyboard(to enter text in an edit field for example) and then close

Re: [android-developers] Preserve browser position

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 8:12 AM, Knutsford Software i...@knutsford-software.co.uk wrote: If you been using an app to browser the internet then use the phone to do something else then want to resume where you were when browsing how do you do it? Ask the developer of your preferred browser to

Re: [android-developers] Is it possible to have an animated gif as the images in an android app

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 8:39 AM, Sivasankar K sivasanka...@greatinnovus.com wrote: Is it possible to have an animated gif as the images in an android app. Try it. - TreKing

Re: [android-developers] Initial setup after app install/update?

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 9:29 AM, Joshua Partogi joshua.part...@gmail.comwrote: Is it possible to implement an initial setup after the app has been installed? No. - TreKing

Re: [android-developers] Application doesn't install but Icon comes in launcher

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 9:50 AM, Raghav Sood raghavs...@gmail.com wrote: The app compiles properly with no errors but when I try to install it it goes up till the Application has been installed screen but when I click open the app installer force closes. Are you running from the debugger?

Re: [android-developers] Place a RelativeLayout below a LinearLayout inside another LinearLayout

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 11:48 AM, Sergi reg...@gmail.com wrote: I'm trying to place a `RelativeLayout` below a `LinearLayout` that is nested inside another `LinearLayout` and it's not working. That's not what your XML shows - your XML shows a RelativeLayout below a LinearLayout nested insided

[android-developers] List of HierarchyViewer compatible devices

2011-06-15 Thread skyman
Hello, Is somewhere a complete list of devices officialy compatible with HierarchyViewer? Is Nexus S compatible (it's not called Android Developer Phone)? -- 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: Application doesn't install but Icon comes in launcher

2011-06-15 Thread String
What do you get in logcat from the force close? String -- 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

Re: [android-developers] Take a picture in every hour

2011-06-15 Thread Kristopher Micinski
I think that someone has asked this before, it would be pretty scary if it worked. IPhone allows you to do this, Google, weiner Kris On Wed, Jun 15, 2011 at 5:42 PM, TreKing treking...@gmail.com wrote: On Tue, Jun 14, 2011 at 1:52 AM, monnand monnand.d...@gmail.com wrote: Is there any way

Re: [android-developers] List of HierarchyViewer compatible devices

2011-06-15 Thread Romain Guy
Hi, They are all compatible, granted you run a userdebug or engineering build. It does not depend on the device itself, but on what build is on it. I will soon post an article on the official Android blog explaining how to use HierarchyViewer with any device/build (this will work for your app

Re: [android-developers] Preserve browser position

2011-06-15 Thread Knutsford Software
- Original Message - From: TreKing To: android-developers@googlegroups.com Sent: Wednesday, June 15, 2011 10:55 PM Subject: Re: [android-developers] Preserve browser position On Wed, Jun 15, 2011 at 8:12 AM, Knutsford Software i...@knutsford-software.co.uk wrote: If you been using

Re: [android-developers] Preserve browser position

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 5:25 PM, Knutsford Software i...@knutsford-software.co.uk wrote: I take it that it is impossible then. If you mean for you to do right now of your own accord, then yes. But it is entirely possible for a browser developer and in fact should be very easy to implement.

[android-developers] I am trying to receive broadcast datagrams

2011-06-15 Thread John Gaby
I would like to be able to receive broadcast datagrams. I am using the following code: public void Receive() { EnableMulticast(); String text; byte[] message = new byte[1500]; DatagramPacket p = new DatagramPacket(message, message.length); try {

[android-developers] Re: inflate Vs intent

2011-06-15 Thread Droid
Yes, I noticed that inflate code has not so many attributes as in xml layout files. I generally avoid inflate for the reasons you stated. Not really sure what is going on behind the scenes. On Jun 15, 6:39 pm, New Developer secur...@isscp.com wrote: Thanks my OnCreate()  has nothing in it.

[android-developers] Re: IllegalStateException in MediaPlayer (Redux)

2011-06-15 Thread Jona
I know this thread is old, but why not call stop() and that's it. After you can call start(). Or just call reset() and when you need to prepare again just setDataSource() and prepareAsync(). -Jona On Jun 15, 7:30 am, Petroleum Nasby pnasby1...@gmail.com wrote: Issue #800 has been open since

Re: [android-developers] Preserve browser position

2011-06-15 Thread Knutsford Software
- Original Message - From: TreKing To: android-developers@googlegroups.com Sent: Wednesday, June 15, 2011 11:30 PM Subject: Re: [android-developers] Preserve browser position On Wed, Jun 15, 2011 at 5:25 PM, Knutsford Software i...@knutsford-software.co.uk wrote: I take it that it

Re: [android-developers] Place a RelativeLayout below a LinearLayout inside another LinearLayout

2011-06-15 Thread B Lyon
the graphics viewer in the eclipse plugin is very useful for quickly seeing what may be going on, if you're not already using it. It's easy to miss an important little thing in the sea of xml verbosity! On Wed, Jun 15, 2011 at 6:08 PM, TreKing treking...@gmail.com wrote: On Wed, Jun 15, 2011

Re: [android-developers] Re: inflate Vs intent

2011-06-15 Thread Dianne Hackborn
My head is now exploding. This discussion makes no sense at all. :p On Wed, Jun 15, 2011 at 3:34 PM, Droid rod...@gmail.com wrote: Yes, I noticed that inflate code has not so many attributes as in xml layout files. I generally avoid inflate for the reasons you stated. Not really sure what

[android-developers] Re: Can't write to sdcard

2011-06-15 Thread Ab Caballero
You are indeed correct:) A major oversight on my part. Ab On Jun 15, 1:26 pm, Kostya Vasilyev kmans...@gmail.com wrote: The colon in the filename (between 19 and 37) is likely invalid for FAT32, even under a Linux kernel, for historical reasons. It would be more obvious if Android used paths

[android-developers] Strange exception

2011-06-15 Thread Felix Garcia Lainez
Hi, I have received an exception on my application from a user that downloaded application from market. I know also that this user has a HTC Glacier with API Level 8. Also i received the same exception from other user. The problem is that i don't know how to find the place in which is generated..

[android-developers] AudioTrack help - pause after mute

2011-06-15 Thread Stefan Alder
I need to pause the AudioTrack after its volume is set to zero. If I pause immediately after muting, there's a glitch, so I've added a sleep -- but this creates other problems and doesn't seem reliable. I still get glitches. Is there a reliable way to do this? For example, some sort of callback

[android-developers] Re: android how to use the MS/SQL?

2011-06-15 Thread gjs
http://groups.google.com/group/android-developers/browse_thread/thread/5bc3840951306509 On Jun 15, 10:42 pm, Kumar Bibek coomar@gmail.com wrote: Sorry, That was a reply to another email. *Thanks and Regards, Kumar Bibek* *http://techdroid.kbeanie.comhttp://www.kbeanie.com* On

[android-developers] Re: listview not clickable after scrolling beyond the main view

2011-06-15 Thread Wall-E
I also have the imageviews visibility set to GONE and when the user does a long click it makes the image appear. Does having the imageview be GONE have anything to do with my odd behavior? Also, does it matter that the layout containing the textview and imageview is a RelativeLayout? On Jun 15,

[android-developers] Re: Initial setup after app install/update?

2011-06-15 Thread Joshua Partogi
Can we ask for a feature request for this feature? :-) Thank you very much in advance. On Jun 16, 7:57 am, TreKing treking...@gmail.com wrote: On Wed, Jun 15, 2011 at 9:29 AM, Joshua Partogi joshua.part...@gmail.comwrote: Is it possible to implement an initial setup after the app has been

Re: [android-developers] Re: IllegalStateException in MediaPlayer (Redux)

2011-06-15 Thread Petroleum Nasby
Sometimes when you call stop(), you can't immediately call prepare(), even though the state diagram says you can. The state diagram varies from reality, and the current programming model forces the developer to assume what the state is based on the APIs that were called, and when any variance from

Re: [android-developers] Re: Reading from CERT.RSA from META-INF directory

2011-06-15 Thread Nikolay Elenkov
On Thu, Jun 16, 2011 at 3:18 AM, Nate Totura ntot...@gmail.com wrote: To clarify, I would like to do this at runtime. Access to the certificate information at runtime is really what I want. That doesn't clarify much... If want to read it from an apk, use JarFile. -- You received this message

Re: [android-developers] Re: inflate Vs intent

2011-06-15 Thread New Developer
create a simple layout.xml with a Button and TextEdit Then call that layout using intent and then call the same layout using inflate and see the difference. Droid if you avoid inflate, is there a way to call intent, but only use part of the screen by that I mean I have a home page layout

Re: [android-developers] Re: Initial setup after app install/update?

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 8:06 PM, Joshua Partogi joshua.part...@gmail.comwrote: Can we ask for a feature request for this feature? :-) b.android.com - TreKing

Re: [android-developers] Preserve browser position

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 6:05 PM, Knutsford Software i...@knutsford-software.co.uk wrote: I am afraid you have lost me. The browsers I know are Internet explorer, firefox etc but I take it you don't mean them? No. Go to the Android Market and search for Browser then take your pick. Internet

[android-developers] Does Android support creating of reports?

2011-06-15 Thread sychee
Hi, Does Android support creating of reports? I have searched everywhere but I can't find any resource/article on this. I would like to create reports using data that resides in the Android's database - SQLite. Though I can use WebView to generate simple reports (through HTML), the lack of web

[android-developers] Re: How can i learn to make a android application

2011-06-15 Thread Indicator Veritatis
Unfortunately, many of the tutorials are either poorly written, paying no attention to even basic pedagogical principles, or quite outdated. And the android programming examples often follow poor coding practices, and fail to explain what the code actually does and why the example had to do it

Re: [android-developers] Re: One of my apps no longer appears in searches, or under my apps public page?

2011-06-15 Thread john huang
It seems that my recently updated apps are still appeared, the other apps I didn't update them recently disappeared. Thanks, John On Sun, Jun 12, 2011 at 9:31 PM, Memo Aboudou abdoul.m...@gmail.com wrote: qui parle français 2011/6/12 Zsolt Vasvari zvasv...@gmail.com Seriously, don't expect

Re: [android-developers] Strange exception

2011-06-15 Thread TreKing
On Wed, Jun 15, 2011 at 7:23 PM, Felix Garcia Lainez fgarcialai...@gmail.com wrote: I would like to know how to handle this kind of exceptions in which there is not any reference to my application code, and in particular what could have generated this one... Those are tricky - if it's rare

[android-developers] Re: Initial setup after app install/update?

2011-06-15 Thread Chris
What about some initialization the first time the app is started? Its entirely feasible to figure out if the app is being run for the first time (using a database table, as a trivial example). -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Nexus S,how to exchange ndef data via p2p.

2011-06-15 Thread Tommy
Hi Michael : Thanks for your replys. No. The NPP happens on a higher layer of abstraction than the NFC-DEP. (The NFC-DEP is the NFC peer-to-peer data exchange protocol that knows initiators and targets.) The NPP sits on top of the LLCP and the LLCP sits on top of NFC-DEP. LLCP removes the

Re: [android-developers] Tracking the mouse movement

2011-06-15 Thread Dianne Hackborn
No, there is no mouse support in GB. On Tue, Jun 14, 2011 at 7:59 AM, amir lazarovich amirlazarov...@gmail.comwrote: Is it possible to track down the mouse movement on Gingerbread ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: passing bitmap via Intent is broken in 2.3?

2011-06-15 Thread Tony
Thanks, guys., Yes, I have a work around, just curious why I can't put a bitmap in the intent. Actually the problematic device with 2.3.4 is Nexus One (stock build), so I'm curious it is something related to Nexus One, or to OS 2.3.4 for itself. Anybody else with similar experience? -- You

[android-developers] debugging in eclipse and CONFIRM keyword???

2011-06-15 Thread jesb
Hello group, I'm a beginner in developing in android. I'm used to using visual studio for my IDE. here is a problem i'm having. When i launched an app in AVD, it keeps on forcing me to close. i tried to debug it using the debug feature in eclipse. i don't know if it's just me because i still

Re: [android-developers] Problem in Searching a Location in Emulator using Google Map

2011-06-15 Thread Md.Fazla Rabbi OPU
If the message *Couldn't get connection factory client *is not a problem then why i don't get any output? On Thu, Jun 16, 2011 at 3:51 AM, TreKing treking...@gmail.com wrote: On Wed, Jun 15, 2011 at 6:03 AM, Md.Fazla Rabbi OPU md.fazlara...@gmail.com wrote: But my problem is when i intend

[android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread n.a
Got the official response from Google: Your account came under review during an investigation where individuals spoofed some of your developer details in order to obfuscate detection. Please be assured it is not malware related, and we have introduced protocol to prevent such an interruption in

[android-developers] Re: How to immediately dispatch touch events outside of a PopupWindow

2011-06-15 Thread harsh chandel
how are you using your pop up as alert dialog or just dialog try using dialog may be this coulod help On Jun 15, 10:48 pm, Shri shri.bo...@gmail.com wrote: If a ListPopupWindow is being displayed, I can tap on buttons outside it, and the buttons receive the touch event. However, while

[android-developers] Re: Nexus S,how to exchange ndef data via p2p.

2011-06-15 Thread Michael Roland
Hallo Tommy, For NPP, the NPP server creates a listening LLCP socket and waits for pushed NDEF messages. The NPP client is invoked by the foreground NDEF push and sends NDEF messages to NPP servers. From your replys,i has some doubt about NPP.You mean the NPP server and NPP client both on

[android-developers] Heart Beat Counter

2011-06-15 Thread Rohit Mishra
Hello Friends, Greetings!! You see that someone special and your heart beat's wildly and your heart rate goes up. You watch a horror movie in a theater and you feel that your heart rate has gone up. Ever wished that you could measure your heart beat?  We@Mobisy have come up with

[android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Zsolt Vasvari
By the way, I sent a CD letter to the author of the app who used my app's name as a keyword spam, and he promptly removed it. On Jun 15, 8:04 pm, String sterling.ud...@googlemail.com wrote: Suggestion: rather than using a list of keywords, work them into your description. So if you really want

[android-developers] Re: Does Android support creating of reports?

2011-06-15 Thread Zsolt Vasvari
Of course it does -- you have to do it yourself, though. Android is a mobile OS not a spreadsheet, in case you haven't noticed it. On Jun 16, 9:58 am, sychee cseng...@gmail.com wrote: Hi, Does Android support creating of reports? I have searched everywhere but I can't find any

[android-developers] android context menu

2011-06-15 Thread yanamala siddaiah
registerforContextMenu It gives null pointer exception . pls provide the answer -- 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

[android-developers] Re: android context menu

2011-06-15 Thread Zsolt Vasvari
Tell me this is a joke These are the freaking morons who get our outsourced jobs??? On Jun 16, 1:13 pm, yanamala siddaiah siddaiahforj...@gmail.com wrote: registerforContextMenu It gives null pointer exception . pls provide the answer -- You received this message because you are

[android-developers] Re: AudioEffects - a fragmentation rant...

2011-06-15 Thread Zsolt Vasvari
Seems like it. Though I must admit it's a bit hard to write tests for as weird bugs as when audio effect exists and is not enabled, media played on the notification stream will not soften the music (one of the weird things, there were also some very interesting effects when BT headsets are

[android-developers] Re

2011-06-15 Thread dud3rino
Did you finally manage to get the non-null reference to you TextView? I have exactly same problem and can't sort it out :/ -- 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] jar files of packages for android.git.kernel.org applications

2011-06-15 Thread Lakshya
Hi, I am new to android. I downloaded most of the packages for applications from android.git.kernel, such as calculator, Calender,Phone,Telephony provider etc... But I am not able to execute them in my android workspace. Most of the applications showing some imported packages not available

[android-developers] Re: How to build android App

2011-06-15 Thread Anu
There are plenty of tutorials available on how to start with android. few links for your reference: http://www.vogella.de/articles/Android/article.html http://developer.android.com/resources/tutorials/hello-world.html On Jun 13, 12:43 pm, netparvez netpar...@gmail.com wrote: I am Bangladeshi,

[android-developers] Re: Emulator shows lock screen rather than my app screen for the first time. MENU button has to be clicked.

2011-06-15 Thread Parvesh Malhotra
like Nightwolf said , when you run the emulator first time it will show the lock screen (just like a phone) , for the subsequent runs you can keep the same instance of Emulator running. On Jun 14, 1:54 am, Jonathan Zhong jonathan.zh...@panasonic.aero wrote: Hi, I'm new to Android

[android-developers] about android keyboard application

2011-06-15 Thread kablu mandal
whenever i rum any application in android , process not supported wait or force close -- 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,

Re: [android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Lenn Dolling
Congrats on getting your app back. this should be a heads up for everyone. On Wed, Jun 15, 2011 at 12:26 AM, n.a devuni...@gmail.com wrote: Hey Kevin, Yes, I've used tesla. Sorry if you feel offended. Bebbled is completely written by me - it doesn't include any external libraries. I don't

[android-developers] Knowledge Base Software

2011-06-15 Thread michael moody
Our easy to us Knowledge Base Software allows you to get free user generated content, organize data, share information and increase search engine traffic. http://www.knowledgebaseforce.com/benefits.aspx -- You received this message because you are subscribed to the Google Groups Android

<    1   2   3   4   >