Re: [android-developers] Re: out of memory error

2010-12-09 Thread Narendra Bagade
yes you are right,can u suggest me any solution. thanks On Fri, Dec 10, 2010 at 1:20 PM, Brill Pappin wrote: > It means you ran out of memory... > > From the stack trace I'd say your building a large string from a database > and your reaching your memory limit for the device. > You can see, the

[android-developers] Re: out of memory error

2010-12-09 Thread Brill Pappin
It means you ran out of memory... >From the stack trace I'd say your building a large string from a database and your reaching your memory limit for the device. You can see, the last thing happening before you run out of memory is the buffer trying to make more room for what your appending. - B

[android-developers] out of memory error

2010-12-09 Thread Narendra Bagade
Hi All, I am getting error in logCat like, 12-10 07:47:25.343: ERROR/AndroidRuntime(2878): Uncaught handler: thread main exiting due to uncaught exception 12-10 07:47:25.348: ERROR/AndroidRuntime(2878): java.lang.OutOfMemoryError 12-10 07:47:25.348: ERROR/AndroidRuntime(2878): at java.lang.Ab

Re: [android-developers] Detecting the result of the enter key

2010-12-09 Thread Brill Pappin
So, I may be able to trick the SMS app from sending the message when the enter key is pressed by temporarily setting the shift state of the key event to pressed, before its delivered to the EditText view via the InputConnection. In that case it should add a newline instead of sending the message.

[android-developers] Highlighting an icon in a Gallery widget

2010-12-09 Thread FractalBob
Hi, I have a Gallery widget containing a bunch of icons. When the user selects one of them, I need to temporarily change the icon's background color before launching the app associated with the icon. How do I change the color? I know how to change to color, but not how to change it back! HELP!! B

[android-developers] Highlighting an icon in a Gallery widget

2010-12-09 Thread FractalBob
Hi, I have a Gallery widget containing a bunch of icons. When the user selects one of them, I need to temporarily change the icon's background color before launching the app associated with the icon. How do I change the color? I know how to change to color, but not how to change it back! HELP!! B

[android-developers] Re: Maximum number of touch events Android can handle

2010-12-09 Thread Paul
That's my plan, thought it might be documented and I might have missed it. Distinct possibility is that there is no limit as well. Any suggestions where to start digging through source? Thanks, Paul On Dec 9, 11:10 pm, TreKing wrote: > On Thu, Dec 9, 2010 at 10:33 AM, Paul wrote: > > I thoug

[android-developers] Re: How to implement preference's multiple dependency?

2010-12-09 Thread mine260309
I tried to add a Timer and when timeout, it calls AdjustPreference() In this way, the dependency status is updated in most cases, but sometimes, it's still not working. So I'm guessing that the notifyDependencyChange() is called before the dependent preference is ready to get notified, that why s

[android-developers] Re: Can you trust the Android OS that comes from a Chinese Manufactures?

2010-12-09 Thread Adam Hammer
While that is a scary situation, if they could load a custom rom, so could you, and you can compile that from source and inspect every line. It's the risk you take buying shady hardware. Once you have access to the hardware you have full control of the device. You could always buy a droidx with it'

[android-developers] Re: LiveFeed

2010-12-09 Thread Indicator Veritatis
Aw, gee, come on Mark! An expert programmer like yourself should have been able to double-check that before posting such a mis-statement:( I Googled "Wikipedia rtmp protocol" to learn (from http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol) that Macromedia released it to the public domain

[android-developers] Re: Can you trust the Android OS that comes from a Chinese Manufactures?

2010-12-09 Thread Indicator Veritatis
That's Google's policy, find and good. But what does Google do to enforce it on other apps running on the phone? Is it really enough to set permissions in the manifest? On Dec 9, 3:29 pm, Dianne Hackborn wrote: > On Wed, Dec 8, 2010 at 11:51 AM, JP wrote: > > 3. That also put the nail in the cof

[android-developers] Re: Support Large Screen

2010-12-09 Thread tobias429
There is a new feature in Android 2.3 which lets you specify whether your app supports extra large screens. Quote from the 2.3 release notes: "Extra Large Screens The platform now supports extra large screen sizes, such as those that might be found on tablet devices. Developers can indicate that t

Re: [android-developers] Voice Recognition

2010-12-09 Thread Zhenxing Zhou
RecognizerIntent is available on mand Android devices. And this artical may help. http://developer.android.com/resources/articles/speech-input.html RecongnizerIntent http://developer.android.com/reference/android/speech/RecognizerIntent.html 2010/12/10 Robin Talwar > Yes this is the same code

Re: [android-developers] Re: unable to download sdk 2.3

2010-12-09 Thread Kevin Anthony
If you update you plugin, it won't look for adb.exe anymore. It'll look for the replacement. On Dec 10, 2010 1:26 AM, "Atik" wrote: > i havent found any files there like adb.exe..after restarting the > eclipse its giving error that adb.exe missing for the sdk.. > and i m using eclipse ,i think

[android-developers] Re: Question trimmed down: Browser screen flickering

2010-12-09 Thread Nitin Mahajan
I will trim down the and generalize the questions scope 1. If I am seeing a screen flickering, with an application, does that mean that the UI thread is being kept waiting quite often and for significant duration, to cause a flicker? Can this be a reason for flicker? 2. Is there a code instru

Re: [android-developers] Re: unable to download sdk 2.3

2010-12-09 Thread Kevin Anthony
Update your eclipse plugin On Dec 10, 2010 1:25 AM, "Atik" wrote: > thanks ..but when i restarted the eclipse ...its giving me error for > the current sdk saying adb.exe not found..check for plugins etc... > > i have tried with sdk updater several times but i got the same > error .. > confused..ne

[android-developers] Re: unable to download sdk 2.3

2010-12-09 Thread Atik
i havent found any files there like adb.exe..after restarting the eclipse its giving error that adb.exe missing for the sdk.. and i m using eclipse ,i think in eclispse we dont need to set any classpath or any other path for the sdk. i m confused with ur answer...but thanks for the same On D

[android-developers] Re: unable to download sdk 2.3

2010-12-09 Thread Atik
thanks ..but when i restarted the eclipse ...its giving me error for the current sdk saying adb.exe not found..check for plugins etc... i have tried with sdk updater several times but i got the same error .. confused..new in android pls help .. On Dec 10, 11:14 am, Xavier Ducrohet wrote: > This

[android-developers] Monkey runner

2010-12-09 Thread parag
hi, I dont have any idea in Testing, can anybody help me making use of MonkeyRunner tool.. I have this code, http://www.netmite.com/android/mydroid/2.0/development/tools/monkeyrunner/src/com/android/monkeyrunner/MonkeyRunner.java whats the procedure to make use of it into testing? thanks --

[android-developers] Re: unable to download sdk 2.3

2010-12-09 Thread mine260309
the adb.exe related files are moved to /platform-tools/, add that directory to your PATH, it will work. On Dec 10, 2:09 pm, Atik wrote: > hi >  i m using android api level 8, froyo for developing application. > but after trying to download the package from available packages in > avd manager ...i

Re: [android-developers] Detecting the result of the enter key

2010-12-09 Thread Brill Pappin
Hmm... I'll see if I can determine what the app wants instead of what I think it should be. however this is a pretty important key not only because of what key it is, but because it causes the app to take some fairly drastic actions! Not something users are happy about screwing around with ;) BTW

Re: [android-developers] unable to download sdk 2.3

2010-12-09 Thread Xavier Ducrohet
This is normal. Launch the SDK updater again and download the rest. On Thu, Dec 9, 2010 at 10:09 PM, Atik wrote: > hi >  i m using android api level 8, froyo for developing application. > but after trying to download the package from available packages in > avd manager ...i only seen this error m

[android-developers] unable to download sdk 2.3

2010-12-09 Thread Atik
hi i m using android api level 8, froyo for developing application. but after trying to download the package from available packages in avd manager ...i only seen this error msg ** Downloading Android SDK Tools, revision 8 Installing Android SDK Tools, revision 8 [post_tools_install.bat] Updat

[android-developers] Can someone test my game LG Ally and Motorola Devour

2010-12-09 Thread acr
Hi, My game has been on the market for a week now with no issues. However I got an email from 2 people yesterday saying that they are having problems with the game on their LG Ally and Motorola Devour If someone has any one of these phones and are willing to test this for me, please send me a mess

[android-developers] Re: Package Missing 2.3 Sample Application

2010-12-09 Thread gopu
After adding the library from the below path able to build properly .Why this lib not coming with sample application itself ?!! http://code.google.com/p/guava-libraries/downloads/list On Dec 9, 5:39 pm, gopu wrote: > I tried to build the  NFC sample application FakeTagsActivity . > > I am getting

Re: [android-developers] Voice Recognition

2010-12-09 Thread Robin Talwar
Yes this is the same code which i am writting And in my emulator it is showing "Recognizer Not Present" So i think it will rather run on a device than an emulator. Could you direct me to some tutorial which explains that what applications or libraries should i first install in my device and how so

[android-developers] Re: Closing the activity of the other application(s)

2010-12-09 Thread Rahul Garg
Hi Sudhakar, I think in your case when you call your phone dialer, you can put some extra values with your intent. And after that phone dialer activity is done there you can check that this activity was called directly or by your application. And if it is called through your application then you

[android-developers] Adding buttons to a notification

2010-12-09 Thread neuromit
I'd like to add some buttons to a persistant notification to control my application. I have successfully added the buttons in XML and they show up perfectly when I run my application in the emulator. However, I can't figure out how to access these buttons from within my code. The only way I know ho

[android-developers] Problems changing the drawable on a Button

2010-12-09 Thread neuromit
I'm working on a basic media player and am having problems changing the drawable on the play pause button. Here is the code I'm using: Drawable draw = getResources().getDrawable(R.drawable.play); playPauseBTN.setCompoundDrawablesWithIntrinsicBounds(draw, null, null, null); The code executes fine

Re: [android-developers] Combining an image

2010-12-09 Thread Rahul Garg
try to give the gravity to the images in this xml. -- 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+uns

RE: [android-developers] source for SDK

2010-12-09 Thread hanika
hi Thanks & Regards, cid:image002.jpg@01CA2AEF.10F60770 Vijay Patel Test Engineer Elitecore Technologies Ltd. 904, Silicon tower, off C.G Road, Ahmedabad-380 006 Gujarat (INDIA), Tel: +91-79-66065606 | HYPERLINK "mailto:vijay.pa...@elitecore.com"vijay.pa...@elitecore.com HYPERLINK "ht

Re: [android-developers] Combining an image

2010-12-09 Thread 陈彧堃
Does your project base on android 1.5? I found the same problem on 1.5 sdk. -- 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

[android-developers] Re: problem in displaying view

2010-12-09 Thread pramod.deore
Oh sorry guys I forgot to setAdapter . After writing setListAdapter(myAdapter); it works fine On Dec 10, 9:47 am, "pramod.deore" wrote: > Anyone know what is wrong here? > > On Dec 10, 8:58 am, "pramod.deore" wrote: > > > Hi I had write a code that read data from database and display it > > usin

[android-developers] Re: AppWidgetProvider onReceive

2010-12-09 Thread Hendrik Greving
Nevermind. I just call super.onReceive - Original Message - From: Hendrik Greving To: Android Developers Sent: Thursday, December 09, 2010 7:58 PM Subject: AppWidgetProvider onReceive I need to overwrite onReceive to get some own Broadcasts. The original method dispatches

[android-developers] Closing the activity of the other application(s)

2010-12-09 Thread Sudhakar Chavali
Hello All On specific event, I am opening an activity of other application (In my case Default phone dialer) Once user is done with his job (in my case, terminating a call) I have to close the app so that user can see my app on top of UI stack. How can I do that? Thanks & Best Regards Sudhaka

[android-developers] Re: problem in displaying view

2010-12-09 Thread pramod.deore
Anyone know what is wrong here? On Dec 10, 8:58 am, "pramod.deore" wrote: > Hi I had write a code that read data from database and display it > using SimpleCursorAdapter. Here is my .java file > public class SimpleCursorDemo extends ListActivity { > >         String SAMPLE_DBNAME = "NewHomeAutoDa

[android-developers] Combining an image

2010-12-09 Thread darrinps
I have an image that I split into four parts and would like to combine it back into one large image on my splash screen but am having a little trouble figuring out just how to do this. I have it like this so far:

Re: [android-developers] Bring the app to foreground

2010-12-09 Thread gullapalli phani
sorry i too dont know On Fri, Dec 10, 2010 at 10:02 AM, Sudhakar Chavali < sudhakar.koundi...@gmail.com> wrote: > Hello All > > Like in Blackberry API, do we have any API to bring the app and its > active UI stack to foreground? > > > Can you share some information on this? > > > Thanks & Best R

[android-developers] Bring the app to foreground

2010-12-09 Thread Sudhakar Chavali
Hello All Like in Blackberry API, do we have any API to bring the app and its active UI stack to foreground? Can you share some information on this? Thanks & Best Regards Sudhakar Chavali -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] Maximum number of touch events Android can handle

2010-12-09 Thread TreKing
On Thu, Dec 9, 2010 at 10:33 AM, Paul wrote: > I thought I had read it was 255 somewhere, but after hours of searching > have been unable to find any definitive answer. > If no one else knows, you can try looking through the source. --

Re: [android-developers] Support Large Screen

2010-12-09 Thread TreKing
On Wed, Dec 8, 2010 at 11:14 PM, Padma wrote: > How can I handle large screen 1024, 800, 854 resolution in one package ? > http://developer.android.com/guide/practices/screens_support.html http://developer.android.com/resources/samples/MultiResolution/index.html > Is there any market filter i

Re: [android-developers] I can't get Android SDK setup to activate

2010-12-09 Thread TreKing
On Wed, Dec 8, 2010 at 7:38 PM, 99er wrote: > Failed to fetch URL > https://dl-ssl.google.com/android/repository/repository.xml, reason: HTTPS > SSL error. You might want to force download through HTTP in the settings. > Did you try doing as the error you posted instructed?

Re: [android-developers] Android Maps for Mobile 5 Vector Mapping SDK availability

2010-12-09 Thread TreKing
On Wed, Dec 8, 2010 at 8:16 AM, Dangerous Daren wrote: > I am assuming that there will be a new SDK released inline with the new > version allowing developers to use the new functionality. > What makes you believe this? > My question is does anyone know if this will be released alongside the >

[android-developers] AES in Gingerbread

2010-12-09 Thread Steve Hugg
In Gingerbread, I'm decoding some previously-encoded data with the following: SecretKeySpec skeySpec = new SecretKeySpec(raw, "AES"); Cipher cipher = Cipher.getInstance("AES"); cipher.init(Cipher.DECRYPT_MODE, skeySpec); byte[] decrypted = cipher.doFinal(encrypted); I now get this

[android-developers] problem in displaying view

2010-12-09 Thread pramod.deore
Hi I had write a code that read data from database and display it using SimpleCursorAdapter. Here is my .java file public class SimpleCursorDemo extends ListActivity { String SAMPLE_DBNAME = "NewHomeAutoDataBase"; private SimpleCursorAdapter myAdapter; SQLiteDatabase sampleDB

[android-developers] AppWidgetProvider onReceive

2010-12-09 Thread Hendrik Greving
I need to overwrite onReceive to get some own Broadcasts. The original method dispatches certain Broadcasts to onUpdate. I'm having a little trouble and like to see what the original method dispatches exactly to onUpdate. Does anybody know in which package the source file is with onReceive of Ap

[android-developers] Re: Hi..email validation problem

2010-12-09 Thread Bob Kerns
Actually, technically it is possible, although it rather flies in the face of the store-and-forward model for email. 1) Parse the address 2) Look up the email domain, and find the MX server (mail server). 3) Contact the mail server on the incoming SMTP port, and be prepared to speak SMTP to it.

Re: [android-developers] Edittext mask

2010-12-09 Thread TreKing
2010/12/9 Rogério de Souza Moraes > i created an video on youtube to show the problem: Interesting. Does this also occur if you use the default EditText class? (not your derived class?) If so, I'd say file a bug.

Re: [android-developers] Abridged summary of android-developers@googlegroups.com - 84 Messages in 39 Topics

2010-12-09 Thread TreKing
On Thu, Dec 9, 2010 at 1:18 AM, Roop Kumar wrote: > Hi guys i want to know ..how can we develop android application...please > give me info ..about that...please Try searching the internets. - TreKi

[android-developers] Re: android's radio transmitter API?

2010-12-09 Thread Bob Kerns
Stop and think a second about the problem from a non-technical standpoint. It takes governmental approval to market a transmitter -- and often even to operate one. While there are bands in which unlicensed devices can operate, marketing devices in those bands still requires certification they onl

Re: [android-developers] Detecting the result of the enter key

2010-12-09 Thread Dianne Hackborn
Your IME should put the label on its enter key that the app tells it to. If the app doesn't tell you anything to put there, don't assume you can figure out what is going to happen. You could also look at the platform's LatinIME implementation to see the way it decides this (which should be based

[android-developers] Re: Android 2.3 SDK Emulator is very slow

2010-12-09 Thread dr1337
I don't see the point of even bundling the Android emulator when the performance is so slow that it becomes unusable. The performance of the emulator is appalling in comparison to the iOS and WP7 emulators. Fortunately for me, I happen to have an Android device to test and debug my applications o

Re: [android-developers] Locking the notification drawer

2010-12-09 Thread TreKing
On Wed, Dec 8, 2010 at 9:30 AM, Ken Cross wrote: > My question is, how do I lock the drawer so that it can not be opened from > my application? > Make your app fullscreen? - TreKing

[android-developers] Detecting the result of the enter key

2010-12-09 Thread Brill Pappin
OK, so here is my problem. My app is a keyboard, and on the SMS screen, the default Android SMS app will send the SMS when the enter key is clicked... so in order not to confuse users, I labeled it "Send" while in SMS. Now I'm getting reports from some of my users that the send key actually ins

Re: [android-developers] Browser screen flickering

2010-12-09 Thread shareem sharif
wow On Thu, Dec 9, 2010 at 2:02 AM, Nitin Mahajan wrote: > Hello, > > I am running the Android 2.2 "rowboat-Froyo" on a OMAP 3503 based board, > and have the evaluation version Adobe Flash plugin installed. > > After I browse any website with flash content in it, I can see a lot of > flickering

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-09 Thread Zarah
I think Undo (CTRL+Z on Windows) works when you are in the XML view of the Layout Editor (not on the graphical view). Are the up/down arrows still not back on the 8.0.1? I want my up/down arrows! :) - Zarah. On Dec 9, 4:24 pm, Logan Masten wrote: > I simply cannot believe the up and down ar

[android-developers] can't access SurfaceFlinger

2010-12-09 Thread 袁堂夫
I have used in the AndroidMenifest.xml. But the error is still there. How to fix this error? - 12-10 03:05:57.975: WARN/ServiceManager(1002): Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10056 pid=2250 12-10 03:05:57.975: ERROR/SurfaceFlinger(

Re: [android-developers] Re: How to make a backwards compatible aidl?

2010-12-09 Thread Dianne Hackborn
The formally correct thing is to make the functionality be on a new interface that the app explicitly requests. (The interface can also contain all of the original functionality for simplicity if you want.) This is basically the COM interface versioning approach. The quick and dirty approach is

Re: [android-developers] Re: How to make a backwards compatible aidl?

2010-12-09 Thread Mark Murphy
On Thu, Dec 9, 2010 at 8:33 PM, Rohan wrote: > Adding new functions following steps 1-3 could be done in 2 ways: > 1) Copy all the existing functions to the new aidl, and calling > through to the same functions as the orignal Stub implementation was > for existing functions. > 2) Adding only new f

[android-developers] Re: How to make a backwards compatible aidl?

2010-12-09 Thread Rohan
Thanks Mark On Dec 2, 4:29 pm, Mark Murphy wrote: > On Thu, Dec 2, 2010 at 6:23 PM, Rohan wrote: > > Bump. > > Any tips for me? > > I don't think what you literally asked for ("make a backwards > compatible AIDL") is possible. > > What should be possible, though, is to support two different AIDL

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-09 Thread Prashast
Hi Xavier, Unfortunately, the drag and drop feature as it is right now is not good enough to warrant removing the up and down arrow keys. More often than not I cannot get drag and drop to give me the option I want. Let me give you a simple example http://schemas.android.com/apk/res/ android"

[android-developers] Re: Criteria to show up in new "Related" tab in market

2010-12-09 Thread Nathan
On Dec 9, 1:45 pm, Kostya Vasilyev wrote: > Maybe you guys could switch your Android Developer accounts with each > other :) > Depends on how much money is coming into his. ;) No need, they'll close the loophole soon. Nathan -- You received this message because you are subscribed to the Googl

[android-developers] Re: Poor SQLite implementation? first time data access way to slow

2010-12-09 Thread Doug Gordon
I found that I had to significantly restructure both my database design and query sequences in order to get satisfactory performance on an actual phone. There are big differences between Android and a PC, such as lack of gobs of real (and virtual!) memory. You don't have a database server that can

[android-developers] Re: Android 2.3 SDK Emulator is very slow

2010-12-09 Thread Hal
We experienced the same behavior(speed ). We avoid using the emulator as much as possible. Fortunately we use a MDP component based approach. Most of the work is done on the computers themselves. Integration testing is done on the devices. We also use "standard" Java as much as possible based

Re: [android-developers] Making an activity private to application

2010-12-09 Thread Mark Murphy
They are private by default if you have no intent filter. On Thu, Dec 9, 2010 at 6:56 PM, Shyam wrote: > Hi All, I am writing an application which has few Activity classes. > Out of these, I do not want some activities to appear/accessible out > side this application, is there any value i can set

[android-developers] Making an activity private to application

2010-12-09 Thread Shyam
Hi All, I am writing an application which has few Activity classes. Out of these, I do not want some activities to appear/accessible out side this application, is there any value i can set in intent filter so this this is not visible out side. Thanks Shyam -- You received this message because yo

[android-developers] Force a full screen Activity to remeasure/redraw on resume?

2010-12-09 Thread Rich
The app I'm working on is set to NoTitleBar and Fullscreen, and the activities are all in landscape mode. Sometimes when I return to the application after it has been paused, the Activity looks as if it's shifted down to make space for the title bar. If I navigate to another Activity or even do som

Re: [android-developers] Re: Can you trust the Android OS that comes from a Chinese Manufactures?

2010-12-09 Thread Dianne Hackborn
On Wed, Dec 8, 2010 at 11:51 AM, JP wrote: > 3. That also put the nail in the coffin of me using Android as a > personal device. At long last, I went back to Symbian (I continue to > develop on Android, of course). Don't get me wrong, I like Android, > and Gingerbread looks really good, but I jus

[android-developers] Re: What's the general consensus on the non-Android affiliated app stores?

2010-12-09 Thread Nathan
On Dec 9, 2:14 pm, kernelpanic wrote: > like the market does this with any kind of logic - how a declined > credit card, or the user changing their mind should count as anything > is beyond me. If you have to count it, count it as "attempted sales" > maybe - but don't use to screw over my active i

[android-developers] Re: Can you trust the Android OS that comes from a Chinese Manufactures?

2010-12-09 Thread Hal
As much a you can trust Best Buy perhaps ? http://www.my3cents.com/productReview.cgi?compid=1&product=CUSTOMER+SERVICE http://www.ripoffreport.com/Search/Body/BestBuy.aspx On Dec 8, 1:30 pm, William Estrada wrote: > Can you trust the Android OS that comes from a Chinese Manufactures? > > Strange

Re: [android-developers] Re: android's radio transmitter API?

2010-12-09 Thread Mark Murphy
On Thu, Dec 9, 2010 at 5:44 PM, JesWang wrote: > How sure are you with your answers? Exceptionally sure. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in Atlanta: http://bignerdr

[android-developers] Re: android's radio transmitter API?

2010-12-09 Thread JesWang
Hi Mark, How sure are you with your answers? On Dec 10, 5:04 am, Mark Murphy wrote: > On Thu, Dec 9, 2010 at 1:10 AM, JesWang wrote: > > How can I make the android phone to transmit a 32-bit binary number at > > a specific frequency say 915MHz. without using the 2G/3G network? > > You don't, ex

[android-developers] Re: What Tablet would you get

2010-12-09 Thread Howard M. Harte
I have three Android tablets now, Galaxy Tab, Viewsonic gTablet and Nook Color. The Galaxy Tab is really nice, and definitely has the best Android integration out of the box. It also has the most hardware features like dual cameras, 3G, and GPS. The form factor is nice, but I wish they thinned o

Re: [android-developers] Regarding using condition in Service

2010-12-09 Thread TreKing
On Wed, Dec 8, 2010 at 1:35 AM, Ravi wrote: > So please suggest me solution about to display content in activity(Code is > mentioned below) > Look into broad cast messages or binding to your service. --

Re: [android-developers] Re: NFC Demo errors?

2010-12-09 Thread if05041
Download the guava library from the link below. Add that library to your libs dir. add that library to your classpath. Powered by Telkomsel BlackBerry® -Original Message- From: phillin77 Sender: android-developers@googlegroups.com Date: Wed, 8 Dec 2010 10:00:25 To: Android Developers R

[android-developers] Re: What's the general consensus on the non-Android affiliated app stores?

2010-12-09 Thread kernelpanic
like the market does this with any kind of logic - how a declined credit card, or the user changing their mind should count as anything is beyond me. If you have to count it, count it as "attempted sales" maybe - but don't use to screw over my active install ratio On Dec 9, 11:53 am, Nathan wro

[android-developers] Re: how to change webview's transparency

2010-12-09 Thread Doug
Try using CSS to set the background color of the body element in your html to transparent in addition to the WebView itself. Doug -- 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@googl

[android-developers] Re: Porting Javascript Application to Andriod

2010-12-09 Thread paulb
See http://developer.android.com/guide/webapps/webview.html (Note that it does not yet work on the 2.3 emulator, but should work fine with 2.2) Paul On Dec 9, 1:26 am, cuil yahoo wrote: > Hey, > > We have an application written in Javascript. We want to port it to android > .We are using webvie

[android-developers] Re: Samsung-Specific Media Player Errors

2010-12-09 Thread Doug
IMO, Samsung has left a whole lot of logging cruft in their production builds. Oh well. Use adb logcat and pipe to grep to get the things you're looking for. Be clever with your tag names. Doug -- You received this message because you are subscribed to the Google Groups "Android Developers" gr

[android-developers] Re: android's radio transmitter API?

2010-12-09 Thread Chris Stratton
First you connect the headphone output to the modulation input of an EXTERNAL 915 mhz transmitter... On Dec 9, 1:10 am, JesWang wrote: > How can I make the android phone to transmit a 32-bit binary number at > a specific frequency say 915MHz. without using the 2G/3G network? > Essentially making

Re: [android-developers] Re: Criteria to show up in new "Related" tab in market

2010-12-09 Thread Kostya Vasilyev
Maybe you guys could switch your Android Developer accounts with each other :) 10.12.2010 0:08, Brill Pappin пишет: No magic, I didn't do a thing. Actually I *want* my app to show up as related, because I'm pretty sure mine is good enough that it will generate sales. - Brill -- You received

[android-developers] Re: live wallpaper write access for sdcard

2010-12-09 Thread Andrei
Great Thanks On Dec 9, 4:33 pm, Mark Murphy wrote: > > > Put it inside of your element, but outside the > element. > > On Thu, Dec 9, 2010 at 4:31 PM, Andrei wrote: > > Does live wallpaper have write access for sdcard? > > I am getting permission error > > What do i need to change in manifes

[android-developers] Retrieving Input Device Capabilities - pre 2.3

2010-12-09 Thread Paul
Hi all. I am working on an app that will be processing touch inputs, and was wondering if there is a way to programatically retrieve information about the touch input device, specifically the number of multi-touches it supports. Typically this will be about the touch screen, but in theory, could

[android-developers] Re: BroadcastReceiver onReceive startActivity Issue

2010-12-09 Thread Nathan
I'm not sure if you are supposed to start an activity in a BroadCastReceiver. It doesn't say specifically not to, though. http://developer.android.com/intl/de/reference/android/content/BroadcastReceiver.html Receiver Lifecycle A BroadcastReceiver object is only valid for the duration of the call

Re: [android-developers] Re: Setting up a test project issues

2010-12-09 Thread Etienne Lawlor
Yes i was looking at the latest docs for Gingerbread (2.3). On Thu, Dec 9, 2010 at 10:08 AM, A. Elk wrote: > Are you looking at the latest docs for Gingerbread (2.3)? > > On Dec 8, 5:32 pm, Etienne Lawlor wrote: > > Thanks for the clarification. Now it makes much more sense. The only > > reaso

Re: [android-developers] live wallpaper write access for sdcard

2010-12-09 Thread Mark Murphy
Put it inside of your element, but outside the element. On Thu, Dec 9, 2010 at 4:31 PM, Andrei wrote: > Does live wallpaper have write access for sdcard? > I am getting permission error > What do i need to change in manifest to enable permission? -- Mark Murphy (a Commons Guy) http://common

[android-developers] live wallpaper write access for sdcard

2010-12-09 Thread Andrei
Does live wallpaper have write access for sdcard? I am getting permission error What do i need to change in manifest to enable permission? 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-d

[android-developers] Re: Criteria to show up in new "Related" tab in market

2010-12-09 Thread Nathan
On Dec 9, 1:08 pm, Brill Pappin wrote: > No magic, I didn't do a thing. > > Actually I *want* my app to show up as related, because I'm pretty sure > mine is good enough that it will generate sales. > Despite the name, related apps, it does not appear to be strictly a symmetric relation. Better

[android-developers] Re: What's the general consensus on the non-Android affiliated app stores?

2010-12-09 Thread Brad
Here's my experience: I thought that the Verizon store sounded like a good idea so I went though the painful process of putting one of my apps up there in order to test the water. From what I can tell the app is published, but I have registered exactly zero sales. This app sells about 10-20 copi

Re: [android-developers] Re: Criteria to show up in new "Related" tab in market

2010-12-09 Thread TreKing
On Wed, Dec 8, 2010 at 8:31 PM, Nathan wrote: > GPS Status - Donation has no related apps, at least for me. > Ah, gotcha. Yeah, empty for me too. > Probably a blind spot in the similar algorithm. > Do we really expect anything in the Android Market to work correctly at this point?

Re: [android-developers] BroadcastReceiver onReceive startActivity Issue

2010-12-09 Thread TreKing
On Tue, Dec 7, 2010 at 2:37 PM, Sunil wrote: > Any help to resolve this issue would be very most appreciated. I'd assume new task would work. Try CLEAR_TOP and / or REORDER_TO_FRONT? - TreKing

[android-developers] Re: Criteria to show up in new "Related" tab in market

2010-12-09 Thread Brill Pappin
No magic, I didn't do a thing. Actually I *want* my app to show up as related, because I'm pretty sure mine is good enough that it will generate sales. - Brill -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

Re: [android-developers] Include .jar file in my project?

2010-12-09 Thread Mark Murphy
On Thu, Dec 9, 2010 at 3:45 PM, Tobiah wrote: > I finally came across a post that explained what I was missing. > > I had to create build.properties and add the line: > > external.libs.dir=lib > > which is the directory that contained the .jar file.  What's strange > is that once I did that the co

[android-developers] Re: Android 2.3 and obfuscation.

2010-12-09 Thread sblantipodi
I know it but it is really annoying when using NetBeans. On Dec 9, 9:06 am, swarup wrote: > Check proguard. This can used for any apk independent of > SDKhttp://developer.android.com/guide/developing/tools/proguard.html > > On Dec 9, 2:11 am, sblantipodi wrote: > > > Hi all... > > > The new SDK

Re: [android-developers] Include .jar file in my project?

2010-12-09 Thread Tobiah
On 12/09/2010 11:59 AM, Mark Murphy wrote: Step #1: Put the JAR in your project's libs/ directory. Step #2: IDE users should add the JAR to the IDE project's build path. If you are compiling using Ant, you can skip this step. I finally came across a post that explained what I was missing. I h

Re: [android-developers] ListView with Cutom adapter does not show all Item seperator between different items

2010-12-09 Thread TreKing
I don't know if it's your problem, but storing "rootview" doesn't really make sense. Use the convertView parameter, if it's not null, or return a new view. There's no reason to store it locally, which might have side effects if you're doing other stuff with it elsewhere. --

[android-developers] Re: What's the general consensus on the non-Android affiliated app stores?

2010-12-09 Thread Nathan
On Dec 9, 11:39 am, TreKing wrote: > On Thu, Dec 9, 2010 at 11:53 AM, Nathan wrote: > > Many of them can't track the "active install percentage" like the Market > > can. > > Like the Market can? Really ? Can (or could) and does well are two separate things. ;) Mo

[android-developers] Re: monkeyrunner fails for emulator: Error starting command: monkey --port 12345

2010-12-09 Thread swarup
Nope, ignoring didn't help, its not launching target activity. The menu key is getting pressed on the home screen itself, and whole test case fails :( Also I noticed the same issue for CTS 2.2, lots of test cases fail with same error. any clue for this issue would be appreciated. On Dec 9, 11:34

Re: [android-developers] Android market ratings

2010-12-09 Thread TreKing
On Wed, Dec 8, 2010 at 4:18 AM, Kev wrote: > I recently released my first android app (http://lambfruit.com) and I have > been left frustrated with the markets rating system. > Welcome to Android Development. You will soon learn to shrug away, completely ignore, or make you own solutions to the

[android-developers] Re: Samsung-Specific Media Player Errors

2010-12-09 Thread Ben Pellow
I have been seeing similar things to this as well. I get this odd "III" constructor output, and 100 errors every time I play an mp3. Samsung Vibrant Galaxy S log. I have no idea why. I get these when audio plays, as well as when it fails: 11-19 14:09:41.950 W/MyMediaPlayer( 6226): prepareA

  1   2   3   >