Re: [android-developers] Shape having two sided border

2011-06-15 Thread Rajiv
Use the following shape tag: On Thu, Jun 16, 2011 at 12:06 PM, Sapna Srivastav wrote: > Hi all. > > I would like to create a layout having a shape that has border only on > 2 sides: > left and right, i.e. I want top and bottom to be open. How can I > achieve that > defining shape in XML? > >

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

2011-06-15 Thread Jens
If your app includes a broadcast listener for one of the more spammy intents you can create a somewhat delayed setup this way. Plz remember to disable the listener afterwards using PackageManager#setComponentEnabledSetting(..) On 15 Juni, 16:29, Joshua Partogi wrote: > Hi all, > > Is it possible

Re: [android-developers] Shape having two sided border

2011-06-15 Thread νιנαソkum
remove that padding bottom and top. then check it On Thu, Jun 16, 2011 at 12:06 PM, Sapna Srivastav wrote: > Hi all. > > I would like to create a layout having a shape that has border only on > 2 sides: > left and right, i.e. I want top and bottom to be open. How can I > achieve that > defining

[android-developers] Shape having two sided border

2011-06-15 Thread Sapna Srivastav
Hi all. I would like to create a layout having a shape that has border only on 2 sides: left and right, i.e. I want top and bottom to be open. How can I achieve that defining shape in XML? Currently I have a normal 4 side border using the following shape XML definition: http://schemas.android

[android-developers] Re: android magic

2011-06-15 Thread Peter Webb
Complete list can be found here: http://tinypaste.com/b7e1e9 They haven't stolen either of my apps; probably not worth enough to steal. However many readers of this forum are being ripped-off in this manner. And they have the cheek to publicise their theft on a website frequented by the people t

[android-developers] Re: Sir,

2011-06-15 Thread Zsolt Vasvari
I assume you followed the directions for compiling the code, right? Which step is it failing on? On Jun 15, 2:16 pm, sarvesh singh wrote: > Sir, >  i have download the code from CODE.GOOGLE.COM . > when i upload the > code on eclipse sdk then it give error..'building work

[android-developers] Re: how to get event by broadcast receiver when application installed first time?

2011-06-15 Thread Zsolt Vasvari
Cannot. On Jun 16, 2:04 pm, Hitendrasinh Gohil wrote: > Hi, > > I m just trying to get event through broadcast receiver when > application installed firsttime. > > Here is my broadcastreceiver class. > public class LaunchReceiver extends BroadcastReceiver > { >         public static final String

[android-developers] how to get event by broadcast receiver when application installed first time?

2011-06-15 Thread Hitendrasinh Gohil
Hi, I m just trying to get event through broadcast receiver when application installed firsttime. Here is my broadcastreceiver class. public class LaunchReceiver extends BroadcastReceiver { public static final String TAG="LaunchReceiver"; @Override public void onReceive(C

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

2011-06-15 Thread Raghav Sood
TreKing:- I am running the emulator from the debugger but the phone runs it as a normal app, not in any debugging or any other mode. String:- The logcat out put is: For the installation: 06-16 11:24:10.371: DEBUG/PackageManager(73): Scanning package com.raghavsood.quaker 06-16 11:24:10.431: INF

Re: [android-developers] jar files of packages for android.git.kernel.org applications

2011-06-15 Thread νιנαソkum
Hi.. goto that workspace-->rightclick-->build path-->configure buidpath--->java combilar-->change that version 1.5 or 1.6 then check it. On Wed, Jun 15, 2011 at 12:12 PM, Lakshya wrote: > Hi, > I am new to android. I downloaded most of the packages for > applications from android.git.kernel, s

Re: [android-developers] appwidget button

2011-06-15 Thread Saurav
make the button gone and put a progress bar. when the service is over, display the button again and enable it. Regards, Saurav Mukherjee. On Thu, Jun 16, 2011 at 2:55 AM, ABSOLUT wrote: > Hi > I have a button in an appwidget that executes a service. These service > takes time about 10 secon

[android-developers] Re: Google API key working with emulator but it doesn't work with device?

2011-06-15 Thread JKuei
Most likely you are using the default generated debug key pair by an IDE such as eclipse. You should manually generate private/public key pair, and register the newly generated key and then sign your app before uploading it to your physical device. The newly signed app can also be tested on the e

[android-developers] android gps

2011-06-15 Thread Peeyush Mandal
how to create gps application in android -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@g

[android-developers] A problem about Launcher2

2011-06-15 Thread Clark
Hi, all I'm currently developing a Home application based on Launcher2 and here is the problem(in android 2.3): step1. Build Launcher2 and run it on my device(my device is HTC desire s) step2. Force close Launcher2 or Clear data in Settings step3. Press Home key and select Lau

[android-developers] Deleting Text Messages When Receiving

2011-06-15 Thread Marcus Vinícius de Lima
Hi all, I'd like to know if its possible to delete a text message when its received based on the senders number. Thanks, Marcus Lima -- 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@g

[android-developers] Cannot install DemoKit on Xoom with 3.1

2011-06-15 Thread AndroidDev
Hello, I am trying to install DemoKit app on Xoom with 3.1 and I see following message in logcat. 06-15 13:29:43.250: DEBUG/PackageManager(154): Scanning package com.google.android.DemoKit 06-15 13:29:43.250: ERROR/PackageManager(154): Package com.google.android.DemoKit requires unavailab

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

2011-06-15 Thread Lenn Dolling
On Jun 15, 6:40 am, Zsolt Vasvari wrote >Maybe Google have blacklisted him and he will get booted as soon as they work out it is him. I agree. it seemed like a 20 line fat stacked keyword list that took more time I am sure than the program took to design. . anyone with a keyword list like th

[android-developers] Insert new contact in the ContentProvider

2011-06-15 Thread bajma
Hi all (sorry in advance for my bad english...) I'm working on a simple app that allows users to add new contacts and delete existing ones. For deleting, I have no problems, but for adding a new contact I always get "UnsupportedOperationException: Unknown Uri: content://com.android.contacts/data/

[android-developers] Listen Events such as device lock in middleware

2011-06-15 Thread vinayblore
I want to read the events such as device lock, key lock, screensaver, text input events, etc in the middleware libraries. Can anyone please guide me how to go about in reading these events in middleware or locate the place in source code where I can read these events. Thanks, Vinay -- You receiv

[android-developers] android magic

2011-06-15 Thread arial johansson
Ultimate Collection of Paid Android Apps and Games{2010-2011} collection of best android applications , games , softwares ,live wallpaper around (2.5GB) folder size. In this collection more then 1000s applications (must download) http://www.click2sell.eu/buy?aakash19ult http://sonusuniverse.we

[android-developers] Problem with Handlers and Thread to change the UI.

2011-06-15 Thread andorid.italia
Hi to all. I've the following problem.I have an activity with two togglebutton : the first lets start a new thread that send messages to the main thread who care about them trought handlemessage(), and call thhe invalidate. The problem is that when I click on this firrst togglebutton, the animation

[android-developers] Market Referrer data only working from device

2011-06-15 Thread Matt Keaveney
I am implementing my own BroadcastReceiver to handle Android Market referrer data and it's getting passed correctly when I follow the referral link on my device. However, when I follow the same referral link from my computer and choose to send the app to my device, the referral data does not get se

[android-developers] Render Droid (For Tablet) - A free no-ad tool for GLES 2.0 developers to test their shaders

2011-06-15 Thread Render Droid
https://market.android.com/details?id=com.renderdroid.EsEffect Or search "Render Droid Tablet" from Market application on HoneyComb device. For usage, go to https://sites.google.com/site/renderdroid/releases/step-by-step -- You received this message because you are subscribed to the Google Gro

[android-developers] Build Android Source Code

2011-06-15 Thread swathi.ep
I want to add one new class to android.widget package. What are the steps i need to follow to add the new class, build and run it in emulator? Thanks, Swathi -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

Re: [android-developers] Android Programming

2011-06-15 Thread arial johansson
Ultimate Collection of Paid Android Apps and Games{2010-2011} collection of best android applications , games , softwares ,live wallpaper around (2.5GB) folder size. In this collection more then 1000s applications (must download) http://www.click2sell.eu/buy?aakash19ult -- You received this

[android-developers] Re: All Renderscript samples fail to run on actual device (Samsung Galaxy Tab 10.1 'google io edition')

2011-06-15 Thread Rahaman
Hi Xavier, Could you please tell me why the RS samples don't run on SDK? As per my understanding, the RS execution can happen either on CPU/GPU, so I am not sure what is the problem with SDK. Are not the RS libs not present in the SDK? On Jun 2, 2:20 am, Xavier Ducrohet wrote: > we've now pushed

[android-developers] Re: NFC P2P pattern: Receive first, via NPP, and respond after also via NPP

2011-06-15 Thread arial johansson
Ultimate Collection of Paid Android Apps and Games{2010-2011} collection of best android applications , games , softwares ,live wallpaper around (2.5GB) folder size. In this collection more then 1000s applications (must download) http://www.click2sell.eu/buy?aakash19ult -- You received this m

[android-developers] Upgrade Error

2011-06-15 Thread Takez
The apk must be signed with the same certificates as the previous version. I get that message when upgrading. My dev says it is the same any ideas? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Re: UUID in Bluetootht sample

2011-06-15 Thread arial johansson
Ultimate Collection of Paid Android Apps and Games{2010-2011} collection of best android applications , games , softwares ,live wallpaper around (2.5GB) folder size. In this collection more then 1000s applications (must download) http://www.click2sell.eu/buy?aakash19ult -- You received this m

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

2011-06-15 Thread arial johansson
Ultimate Collection of Paid Android Apps and Games{2010-2011} collection of best android applications , games , softwares ,live wallpaper around (2.5GB) folder size. In this collection more then 1000s applications (must download) http://www.click2sell.eu/buy?aakash19ult http://sonusuniverse.we

[android-developers] Can the Nexus S read HID iClass cards?

2011-06-15 Thread Alain Slak
Hi, I have been reading and writing different types of NFC tags(Mifare Classic and Desfire) with the Nexus S (2.3.4) 's NFC capability, but I have not been able to read(or write) an HID iClass card. Is it possible for the Nexus S to read this type of card? It seems to operate on the same radio f

[android-developers] [Wanted] Weekly Android Apps Article Author

2011-06-15 Thread robscott
Hi, The Global Herald (http://theglobalherald.com/) are looking for a writer or writers to work on a weekly "what's new" article about the world of Android Apps. Just a quick message out to the group saying that if this sounds like something you are interested, to drop me an email at robin.sc...@

[android-developers] NFC can't detect iClass card

2011-06-15 Thread Alain Slak
I have been experimenting with the NFC capabilites of a Nexus S (2.3.4), and I have found that it works well with many types of tags. However, iClass cards are not even detected by the NFC hardware, not even as an unformatted tag. iClass cards operate at the same frequncy as other tags so that is

[android-developers] Re: Mocking static classes like Enviroment

2011-06-15 Thread Kyle Szklenski
Typically, this isn't done by mocking those classes directly, but rather by wrapping those classes in interfaces and then mocking said interfaces. For example, consider the following code (I'm not claiming this is good code - just a way to use and fix things that you're trying): public boolea

[android-developers] Sir, i have download the code from CODE.GOOGLE.COM. when i upload the code on eclipse sdk then it give error..'building workspace' has encountered a problem. Error occurred during

2011-06-15 Thread sarvesh singh
Sir, i have download the code from CODE.GOOGLE.COM . when i upload the code on eclipse sdk then it give error..'building workspace' has encountered a problem. Error occurred during the build. So please Sir give me answer . how can i compile the code. Thanks -- You rec

[android-developers] Re: How can App not running after install apk?

2011-06-15 Thread Ahmed Salem
Be sure that your main activity be so thing like that On Jun 15, 10:44 am, Dianne Hackborn wrote: > It doesn't automatically run after being installed. > > > > > > > > > > On Mon, Jun 13, 2011 at 6:14 PM, ricky wrote: > >

[android-developers] building android2.3.4 with bluez 4.94 - readline.h problems

2011-06-15 Thread arun_satya3
Hi, I am building android 2.3.4 with bluez 4.94 for samsung nexus S mobile device. I have added / changed the android.mk files where ever required. Now I am getting the following error external/bluetooth/bluez/attrib/interactive.c:32:31: error: readline/ readline.h: No such file or directory exte

[android-developers] Re: Android WindowManager

2011-06-15 Thread »»»CodenameLxL«««
Do you mean Activities? Hope this video can help you http://developer.android.com/videos/index.html#v=QBGfUs9mQYY On Jun 13, 7:15 am, jyothi wrote: > Could please someone explain the windowmanager architecture in detail > in android. How it creates the window and surface for drawing and how > it

[android-developers] Detect "search key"

2011-06-15 Thread Lantern
Hello How I can determine if android device have "search key" or not? -- 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 a

[android-developers] Android network latency

2011-06-15 Thread Matyas
Hi, As per docs ( http://developer.android.com/reference/android/net/wifi/WifiManager.html#WIFI_MODE_FULL_HIGH_PERF) it's possible to control the network power (and importantly PERFORMANCE) mode on Android revision 12 and higher. Currently, I am in the need to do this on lower version and figur

[android-developers] Re: Android WindowManager

2011-06-15 Thread »»»CodenameLxL«««
Watching 3 parts of this video you will get it http://developer.android.com/videos/index.html#v=QBGfUs9mQYY On Jun 14, 4:45 am, jyothi wrote: > Once the activities of different applications are launched and their > windows are created, how does the WindowManger is able to manage those > correspon

[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 Develop

[android-developers] Re: Anyone developing on the Galaxy Tab and a Mac?

2011-06-15 Thread Phil
But... can anybody recommend an MTP client for the mac that works with the Galaxy Tab? Fail - Google Android File Transfer 1.0.11.9326 Fail - Samsung Kies Mini Fail - XNJB (ok, it works about one time in 10 but its not a pleasant experience) On Jun 12, 7:44 am, John Coryat wrote: > If you mean t

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 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 think there is

[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, s

[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 wrote: > Hi, > > I'm new to Android development. I apologize if my questio

[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 error-

[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 wrote: > I am Bangladeshi, Having bit knowledge

[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@googlegroups.

[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 wrote: > registerforContextMenu It gives null pointer exception . > > pls provide the answer -- You received this message because you are subscribed to the Google Grou

[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 heads

[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 e

[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 wrote: > Hi, > > Does Android support creating of reports? I have searched everywhere > but I can't find any resource/article on this.

[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 C&D 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 wrote: > Suggestion: rather than using a list of keywords, work them into your > description. So if you really want to list the devices, for ex

[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: 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

[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 wrote: > 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,

[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 t

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 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 to search a l

[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 know

[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 receiv

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 wrote: > 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 post to this group,

[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 remove

[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" g

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

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 wrote: > qui parle français > > 2011/6/12 Zsolt Vasvari >> >> Seriously, don't expect anything until Monday CA time.  G

[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 th

[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 se

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. Inter

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 wrote: > Can we ask for a feature request for this feature? :-) b.android.com - TreKing - Chicago

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 w

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 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 because you are

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

[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 wrote: > On Wed, Jun 15, 2011 at 9:29 AM, Joshua Partogi > wrote: > > > Is it possible to implement an initial setup after the app has been > > installed? > > No. > > -

[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: 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 wrote: > Sorry, That was a reply to another email. > > *Thanks and Regards, > Kumar Bibek* > *http://techdroid.kbeanie.comhttp://www.kbeanie.com* > > > > > > > > On Wed, Jun 15

[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] 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] 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 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 like "C:\Androi

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 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 is going on be

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 wrote: > On Wed, Jun 15, 2011 at 11:48 AM, Sergi w

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 wrote: I take it that it is impossible then. If you

[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 wrote: > Issue #800 has been open since 2008. > > It's unbeliev

[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 wrote: > Thanks > > my OnCreate()  has nothing in it. > The only thing di

[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 {

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.

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 wrote: If you been using an app to browser the interne

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 only

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 wrote: > On Tue, Jun 14, 2011 at 1:52 AM, monnand wrote: > >> Is there any way to meet my requirement? >> > > Nope.

[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 android-developer

[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

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 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 another *Rela

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 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] Initial setup after app install/update?

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

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 wrote: > Is it possible to have an animated gif as the images in an android app. Try it. - TreKing

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 browse

[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] 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 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 connection factory

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 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 --

[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

  1   2   3   >