[android-developers] Re: On ICS, Stopped service can't receive an intent.

2012-01-30 Thread Johan Appelgren
You're probably running into this behavior introduced in Android 3.1 http://developer.android.com/sdk/android-3.1.html#launchcontrols -- 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] Samsung S with Ice cream

2012-01-30 Thread Giuseppe
Mediarecord don't want to work at all on source like VOICE_CALL or UP_LINK. Did Samsung change something from the original ANDROID code source? Giuseppe -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Strange ClassNotFoundException

2012-01-30 Thread Mort
The manifest contains the class. There also weren't any changes to the manifest entry or the imports of the receiver class. -- 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] Fascism against small screens

2012-01-30 Thread Simon Jackson
http://developer.android.com/guide/appendix/market-filters.html#manifest-filters looks as though even if your app may work on a small screen, unless you add this attribute market will tell small screen user to take a running jump! -- You received this message because you are subscribed to the

Re: [android-developers] Fascism against small screens

2012-01-30 Thread Kumar Bibek
LOL ... Yes, seems so. I have been hit by this one at-least a few dozen times. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Jan 30, 2012 at 3:04 PM, Simon Jackson jackokr...@gmail.com wrote:

Re: [android-developers] Strange ClassNotFoundException

2012-01-30 Thread Kostya Vasilyev
I have a bunch of these in my Market console, about one per 1500 actual installed copies. Most of them are listed as coming from Other devices, which does not necessarily mean weird no-name ones (e.g. I know the Galaxy S comes through as Other), and 3 are listed as Nexus One and 5 as Droid.

Re: [android-developers] Fascism against small screens

2012-01-30 Thread Kostya Vasilyev
Not necessarily: When the either the android: minSdkVersion or android: targetSdkVersion is set to 4 or higher, the default for all attributes is true. In this way, the application is considered to support all screen sizes by default. Given how, according to Google, Android 1.5 now

Re: [android-developers] Fascism against small screens

2012-01-30 Thread Simon Jackson
I'm small screen at api 7, and intend to add code to eliminate big screen usage in protest! -- 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

Re: [android-developers] Fascism against small screens

2012-01-30 Thread Simon Jackson
By the way I think AudioTrack and maybe some of the Service setForground (not yet sure of mi9n API) are the limits of the app I am developing so 1.5 maybe. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: How I use Web Services in android.?

2012-01-30 Thread Harpreet Singh
Hi friends, I resolved my problem, actually i have to call the soap service in my app and i was finding the way to develop that service in my. How silly of me... :P Moreover I find out that the service was not working in AVD version 2.1 and it worked well in AVD version 2.3.x. Thanks for all

[android-developers] To write read the data to a file on an SD Card in Android device using android-serial-port api

2012-01-30 Thread srinivasan shanmugam
Dear All, Am new to this android development, could any body please help me in editing the android serial port api for writing reading data into the file using java file operations such way that the data from serial port is directly written into the file read from the file on an SD card Kindly

[android-developers] Re: android application

2012-01-30 Thread jacob
actually managed thanks for your reply -- 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] Re: Creating an application to edit photos

2012-01-30 Thread Soorie
Thanks to you people for getting time in reply. and Sorry for late reply. Actually as Jack suggested, I have almost similar idea. I have idea of android applications ( you can say I am more than a starter level). I found many such applications in market but no reference to code or APIs (in

[android-developers] Gradient On Pdf Text

2012-01-30 Thread aru padam
Hi all, Any one know about the integration of gradient on text in the pdf using itext library, Thanks and Regards Deepesh C -- 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] animation for splash screen

2012-01-30 Thread aparna rani
hii all i am implementing splash screen for my app. i just implement display sometime and go to next activity. but i want to show any animation show my activity/ please give me idea how to do that. thanking you.. -- You received this message because you are subscribed to the

Re: [android-developers] animation for splash screen

2012-01-30 Thread Ratheesh Valamchuzhy
use fade_in animation 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] Re: Creating an application to edit photos

2012-01-30 Thread sell.bergstr
In case any of person in group has done any such app, I request them to please share APIs reference or a sample code. in case any person has done such an app, that person has probably invested a lot of work into it, and may not be willing to hand that over to you just like that. -- You

[android-developers] Re: Javascript binding issues

2012-01-30 Thread John
Greg, A couple of things: a.) What versions are you seeing this in? Emulator only? b.) jQuery (in general) is pretty slow on mobile devices. jQuery Mobile has come a long way (in the almost 3 years since the project started): http://jquerymobile.com/ c.) Have you tried not walking the whole DOM

[android-developers] Clossing expanded child views in ExpandableListActivity

2012-01-30 Thread Evan Hackborn
In ExpandableListActivity is there any method to close all the expanded child views ?. I am having some operation(say Button) in the Header, when i click the Button it is giving a crash, if all the child are not closed otherwise its working fine -- You received this message because you are

[android-developers] Is there a way to link SearchViewCompat and Activity.onSearchRequested() i.e. search (hard)button

2012-01-30 Thread harvinder
I am trying to have a actionbar with a searchview widget for API 11 and was able to get it through ActionBarCompat and SearchViewCompat (v4 rev 6). However, I am still struggling to find a way to link onSearchRequested(), i.e user pressing the search button and invoking search dialog at the

Re: [android-developers] To write read the data to a file on an SD Card in Android device using android-serial-port api

2012-01-30 Thread TreKing
On Mon, Jan 30, 2012 at 5:01 AM, srinivasan shanmugam srinivasan@gmail.com wrote: please help me in editing the android serial port api If you're looking to modify the source code, you need to ask this on a list related to that.

Re: [android-developers] Clossing expanded child views in ExpandableListActivity

2012-01-30 Thread TreKing
On Mon, Jan 30, 2012 at 7:19 AM, Evan Hackborn evanhackb...@gmail.comwrote: In ExpandableListActivity is there any method to close all the expanded child views ? There is a method to collapse a single child. Do this repeatedly. I am having some operation(say Button) in the Header, when i

Re: [android-developers] Re: how to distribute a Library Project WITHOUT source code (as jar file) as some sort of SDK?

2012-01-30 Thread Mark Murphy
On Sun, Jan 29, 2012 at 9:37 PM, Doug beafd...@gmail.com wrote: On Jan 26, 2:33 pm, Mark Murphy mmur...@commonsware.com wrote: True, though I'm a bit hesitant to rely upon that behavior until they release the full library-project-as-distributable-JAR support. Why is this?  You're basically

[android-developers] AsyncTask progress while encryption

2012-01-30 Thread chander
Hi all, i have an encryption application, i need to show the progress bar while encrypting files. i am confused how to use AsyncTask class to create a progress dialog inside my application? In encryption method i am having an arraylist containing set of files to encypt with a Passphrase, in this

[android-developers] VideoView and buffering

2012-01-30 Thread John-Marc Desmarais
Hi, I am currently writing a video file to the SDCard while playing it with VideoView. My problem is that, if I buffer 1MB of video and begin the Video playback, the video stops after 1MB has been played, even though by this time, 5MBs of file has now been written to the sdcard. I have been

Re: [android-developers] VideoView and buffering

2012-01-30 Thread Daniel Drozdzewski
John-Marc, I have not done this myself, but here is tutorial on how to do it: http://blog.pocketjourney.com/2008/04/04/tutorial-custom-media-streaming-for-androids-mediaplayer/ They actually create new MediaPlayer object upon every update to the buffer file and point this new MediaPlayer to the

[android-developers] ListView item into ListView

2012-01-30 Thread fala70
hi guys, I've a problem that I can't solve... I've a custom Listivew with a view inflacted. The item view inflacted contain a couple of textview and an other custom listview. My problem is that the listview item is not expanded correctly, I can see only the first item also if it has the Layout

[android-developers] Re: EditText in ListView footer not visible when the soft keyboard is present

2012-01-30 Thread ivan
Anyone? On Jan 27, 12:44 pm, ivan istas...@gmail.com wrote: I have a ListView and I'm placing an EditText view in its footer, but the soft keyboard blocks the EditText view when it pops up. My AndroidManifest has: activity android:name=com.myapp.views.activities.StoresSearchActivity      

[android-developers] Get Bit Error Rate/ Rx Qual

2012-01-30 Thread Bals
Dear Friends, I am trying to get the Bit Error Rate(Rx Qual) but i am getting -1 value only. Please help me to get the exact value of Bit Error Rate. I have attached the code which i used. Thanks in advance. public class GetGsmSignalStrengthActivity extends Activity { TelephonyManager

[android-developers] Web pages as assets?

2012-01-30 Thread atcal
I'd like to store my app documentation as web pages (mixed text and images) in the assets then display them in webview. Is this possible? I've done my best to look through the on line documentation but I can't find how to do it. -- You received this message because you are subscribed to the

[android-developers] LinearLayout problem

2012-01-30 Thread atcal
I'm trying to create two rows of display, each consisting of an image to the left and accompanying text to the right. My XML file looks like: ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent

[android-developers] Waypoints with Google Maps API

2012-01-30 Thread alexslx
Hi folks, I'm searching in the web how to trace route with multiple waypoints, but i just found how to do it using Google Maps API for web (javascript). I also looked for gmaps android api, but didn't found nothing. I want to trace an route that my device is going, via GPS. Someone knows where

[android-developers] Signing an APK inside an APK as a market app

2012-01-30 Thread Daniel Patterson
Hello, Currently I am working on an app that is being uploaded to the market place. We have the app signed with out own keystore. My question is that currently we have another apk inside this app that is installed separately when the user goes to run it for the first time (it's a game). The

[android-developers] Why can't I debug?

2012-01-30 Thread atcal
I can run the hello android example on a phone AVD. I have a slightly modified Hello Android app which I want to run on a tablet AVD (1250x800). But after installing the apk on the emulator, eclipse grinds to a halt. The last console messages are (for example): [2012-01-27 12:17:21 -

[android-developers] Daily Updating Application

2012-01-30 Thread aashutosh
Hello all, I want to develop an app that gives daily news and updates to the user.Some thing like a news app but i want to customize my own layout and fill the appropriate updated content.For example,i give daily updates of a tournament like UPCOMING MATCHES and RESULTS of the previous games.I

[android-developers] Error

2012-01-30 Thread aashutosh
I have a button in main activity which activates another activity whose code is as follows: -- public void onCreate(Bundle savedInstanceState) {

[android-developers] Eclipse doesn't offer to add import or show functions

2012-01-30 Thread DanHi
Used to be when I added a new android type (say a TextView) Eclipse would underline it as an error, and then when I hovered over the error, it would offer to import the appropriate android include. Also if I had a variable, say TextView tv, then when I entered tv. it would offer all the functions

[android-developers] A canvas on a Fragment

2012-01-30 Thread Gurunello
Hello there, I'd like to settle an activity with some textviews and a Canvas for drawing. I'd like to use something like a Fragment for drawing while keeping the text view for showing info on parent activity. Currently I've as Parent The activity public class SpriteAnimationActivity extends

[android-developers] Assets from external app accessible until installed via Market. Why exactly?

2012-01-30 Thread da404lewzer
Hello everyone, I am 99% finished developing an app with the goal of being able to expand it by installing additional image packs, but alas I have an issue. My main app can scan for packs and can access the assets/ folder and all the custom folders/files I need just fine. That is, until I

Re: [android-developers] Re: Best way to distribute app outside of Market

2012-01-30 Thread Daniel Patterson
This would involve downloading the app and the user would then still need to accept the Unknown Sources in settings to install the app, unless I am missing something. Currently the other apk is able to be installed just requires the Unknown sources checkbox. Thanks, Daniel Patterson On Thu,

[android-developers] How to create a sms database table to store inbox messages in Android

2012-01-30 Thread Deepa M
hi everyone! i am going develop an android application to show all inbox messages in a own sms database table... help me pls... -- 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] Does have any problem with 'OnActivityResult' Callback in fragment subclass?? after compatibility pack rev 2.0

2012-01-30 Thread 델통
Hi, I have problem with 'onActivityResult' method within Fragment class...i mean it(onActivityResult Callback) isn't called after activity finished with setting some result for its invoker... so i tried to search any relevant information or issues about this problemi've found some issues

[android-developers] Can't register to Developer account

2012-01-30 Thread breaker
Hi, im trying to register to Developer to publish my first app, but i have one problem. I can't sign up, on the page where is Android Market Developer Distribution Agreement i have some message, something like the account is not registered contact address. I don't know what to do. please help. --

[android-developers] I can't to install my developed APK.

2012-01-30 Thread dcolonmontalvo
Hi. I developed an application with eclipse and the app run very well on the emulator, but when i try to install the apk in my phone without debug mode (likes normal apk) the android installer software says: the apk wasn't installed. What can i do? Thanks. -- You received this message because

Re: [android-developers] Hi

2012-01-30 Thread Daniel Drummond
Read everything at d.android.com, watch videos from Google IO, read some books, get on the android irc channel, read the Android blog. Above all code, try out different things, and enjoy it! On Jan 26, 2012 6:03 PM, siri siritullimi...@gmail.com wrote: Dear all i started to learn android plz

[android-developers] Drawing in Android's traceview (timeline view)

2012-01-30 Thread Inos
How can I draw in the traceview? I need to add a row below all threads, and draw a graph with respect to the time which is given at the top. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Strange ClassNotFoundException

2012-01-30 Thread Daniel Drummond
This can also happen when the app is moved to the SD card if it receives an intent while moving. On Jan 30, 2012 7:42 AM, T.M.S.VIJAYKUMARR iamvijayaku...@gmail.com wrote: Please check your manifest file your receiver class register or not. On Mon, Jan 30, 2012 at 1:04 PM, Mort

[android-developers] 'OnActivityResult' Callback isn't invoked in fragment subclass. after compatibility pack rev 2.0

2012-01-30 Thread Doowoong Lee
Hi, I have problem with 'onActivityResult' method within Fragment class...i mean it(onActivityResult Callback) isn't called after activity finished with setting some result for its invoker... so i tried to search any relevant information or issues about this problemi've found some issues

Re: [android-developers] Eclipse find error

2012-01-30 Thread Daniel Drummond
First step is to clean the project and try rebuilding. You may need to point the project to the new JDK if it is a different version. On 28 January 2012 11:17, mark2011 androidmark2...@gmail.com wrote: Dear All : One day I can't run the eclipse to edit the android api. The message is that

[android-developers] mini project

2012-01-30 Thread dany varghese
how we can create a new application in android? please suggest required softwares for this purpose? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] sip demo

2012-01-30 Thread Jagruti Sangani
hello, i have used the sip demo which was on http://developer.android.com/guide/topics/network/sip.html link.but i got sipmanager as null result.and also api and voip support result me as false.i m using android 4.0.3 api 15 and try to call from emulator to asterisk.but not work bcz of may be

[android-developers] Bluetooth bluetooth permission request dialog - recreated on screen rotation

2012-01-30 Thread Sam Sama
I have following permissions set in AndroidManifest.xml uses-permission android:name=android.permission.BLUETOOTH / uses-permission android:name=android.permission.BLUETOOTH_ADMIN / And there is android:configChanges=orientation value set for the activity. I am using following code in my

[android-developers] Block APK installation

2012-01-30 Thread Isamar Maia
Hello Guys, For a specific project, we need to create a custom image with an auto-start application. One thousand tablets will be given away for free, with this application installed and the sponsor wish to block any APK installation to avoid his campaign fails, with people selling those tablets

[android-developers] MS SQL connection

2012-01-30 Thread anand jh
I need to develop a android application in that I want to access MS SQL from my android application.Can some help as by giveing some code.Advance thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Web pages as assets?

2012-01-30 Thread Mark Murphy
Use file:///android_asset/path/to/your/file/in/the/assets/directory.html as the URL to feed to loadUrl() in the WebView, replacing the path as needed. file:///android_asset/ basically points to the root of your project's assets/ directory. On Sun, Jan 29, 2012 at 5:34 PM, atcal

[android-developers] What does 'light touch' mean in WebSettings?

2012-01-30 Thread Sungil
In WebSettings, there is a method for enabling 'light touch'. http://developer.android.com/reference/android/webkit/WebSettings.html#setLightTouchEnabled(boolean) When enabling this, it seems like the responsibility of the web view touch events is better(especially at Galaxy S), but I'm not sure.

Re: [android-developers] mini project

2012-01-30 Thread Mark Murphy
On Mon, Jan 30, 2012 at 12:58 AM, dany varghese gagip...@gmail.com wrote: how we can create a new application in android? please suggest required softwares for this purpose? http://developer.android.com -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] Block APK installation

2012-01-30 Thread Mark Murphy
This is not possible except via custom firmware. For questions about custom firmware, please visit http://source.android.com. On Thu, Jan 26, 2012 at 3:06 PM, Isamar Maia isa...@gmail.com wrote: Hello Guys, For a specific project, we need to create a custom image with an auto-start

Re: [android-developers] Block APK installation

2012-01-30 Thread Isamar Maia
Yep. I knew that. I was just wondering if anybody would have a cake recipe on hands. But, never mind. I got that already with a custom image removing access with chmod on /system/app/ folder. Thanks anyway. Isamar 2012/1/30 Mark Murphy mmur...@commonsware.com: This is not possible except

Re: [android-developers] Daily Updating Application

2012-01-30 Thread TreKing
On Sat, Jan 28, 2012 at 1:46 AM, aashutosh aashutosh.andr...@gmail.comwrote: I have no clue how to do it. please help http://developer.android.com/guide/index.html - TreKing

[android-developers] Re: Dalvik SegFaults while using CMU Sphinx4

2012-01-30 Thread Matthew Adams
Have you been successful getting Sphinx 4 to run on Android yet? I just saw this thread for the first time need local (Internet connectionless) speech recognition. -matthew -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

RE: [android-developers] Re: Encoder???

2012-01-30 Thread Muhammad UMER
Hi pskink, In my case normal .3gp (written by my MediaRecorder) file header, for instance: # hexdump -C normal_file.3gp 001C66747970 336770340300 |ftyp3gp4| 0010 336770346D703431 3367703600090CFB |3gp4mp413gp6| 0020 6D6461743C911716 BE6679E1E001E7AF

[android-developers] first time developer

2012-01-30 Thread Raymond Evans
Hey everyone I am an amateur developer and I am attempting a side scroller game. I know c++ and java but have never had to make anything from scratch with either only class assignments. Any advice for a first time developer starting out? -- You received this message because you are subscribed to

[android-developers] how to set textview from service?

2012-01-30 Thread man kit lai
public class Mservice1 extends Service { private Handler objHandler = new Handler(); private TextView view_result; private String strRet=; public int intUpdateSecond = 5000; private Runnable mTasks= new Runnable() {

[android-developers] Your Registration to the Android Market is still being processed.

2012-01-30 Thread Nathan Bates
I registered 4 days ago as a developer and was charged $25 yet I'm stuck at this: Your Registration to the Android Market is still being processed. How long is registration supposed to take? I've send multiple emails and problem reports to Google. No response (excluded automated replies). --

[android-developers] avd : libstdc++ troubles

2012-01-30 Thread Nathan BIAGINI
Hi, i m using a Debian Squeeze 64 bits. Here is my kernel release : 2.6.32-5-amd64. When i try to run the AVD i just created with the AVD Managor provided with the SDK, i got this error : emulator: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such

[android-developers] HELLO!

2012-01-30 Thread Ringgo De Jesus
How can i make a battery charging animation in android just like in any phone, I want to put it in my thesis because my objective is to know information about the battery. so how can i make it? i don't have any idea on how to make it. can anyone help me or give me a code for this? : THANK YOU

[android-developers] Network app start...?!!

2012-01-30 Thread muhammad belill
Dear all, I want to start network app but i cant find good support in that network if you can help me i will be tnx. BR, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] SurfaceView transparent through to its parent?

2012-01-30 Thread nmelo
There is a solution to this problem posted on SO: http://stackoverflow.com/questions/5391089/how-to-make-surfaceview-transparent Only reproducing the answer here for future reference: SurfaceView sfvTrack = (SurfaceView)findViewById(R.id.sfvTrack); sfvTrack.setZOrderOnTop(true);//

[android-developers] Unpublish application

2012-01-30 Thread Daniel Kubovsky
Hi, what does it mean to unpublish an application? would all the descriptions, pictures and so on regarding the application is gone too? lets say my application has a bug and i would like to freaze it (prevent people from downloading it) until the bug is fixed - what should i do? Thanks -- You

[android-developers] Re: NFC Secure Element

2012-01-30 Thread malls
Fernando, Here is the logcat output that I am getting. Is libpn544.so supposed to be built as part of this build process or am i missing something. I have checked, there were no errors during the compilation anywhere. D/NFC JNI ( 4179): NFC Service : loading JNI I/NfcService( 4179): Starting

[android-developers] Bluetooth Socket over a TCP-Socket

2012-01-30 Thread Daimoe
Hi My task is do develop a Android app which is able to connect to a other device via Bluetooth and communicate with the TCP Socket there. At the other Device there are a Socket Server written in c# (TCP Socket). I can connect to the Bluetooth socket. But if i try to connect to the TCP Socket

[android-developers] Extract the call log and run it as a service

2012-01-30 Thread mithu
I'm developing an app that extracts the call log and store it in a local text file, then push this file to a server. Till now i'm able to extract the call log and store it in a text file by creating an activity. But the problem is if i delete an entry in the call log, its get deleted in my file

[android-developers] Re: NDK set up

2012-01-30 Thread Nilton Vasques
Hi Narenda, The best guide Step by Step for compile with ndk. http://mindtherobot.com/blog/452/android-beginners-ndk-setup-step-by-step/ On Jan 27, 9:00 am, Narendra Bagade bagadenaren...@gmail.com wrote: Hi All, 1.How to set up development environment for NDK? 2.Once set up done ,how to

[android-developers] Re: SoundPool problem (SDK 4.0.x) int loop any value other than zero causes crash

2012-01-30 Thread Stephen Farnsworth
Did you ever figure this out? I am having the same problem debugging on my LG G2x from an Ubuntu 11.04 box using eclipse and adk plugin. My sound files are even shorter, though. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Fwd: Is it possible for an app to replace the NotificationManager?

2012-01-30 Thread Chris Kruger
I fully believe that there should be a System Option with which one can specify if you want Notifications to repeat or not. When one is busy with your work, you do not have time to continually check your phone for status like missed reminders etc. It should be the simplest of things to have such a

[android-developers] Share android internet connection through bluetooth/ppp

2012-01-30 Thread Michael
Hi, I'm working on a project where a device should access internet through an android tablet. This device only has bluetooth connectivity and supports serial port profile. The idea would be to establish a ppp link over bluetooth spp between the device and the android tablet. Then the tablet would

[android-developers] User Generated Content on Google Maps. Legality.

2012-01-30 Thread John
I am interested in creating an application that allows users to draw on top of google maps and then store the information on the local device. For example, create a line of their favorite hiking trail. I may also make a site (ala, http://scribblemaps.com/) that allows users to generate

[android-developers] HttpClient.execute(httpget) throws me a connectexception

2012-01-30 Thread Madhu
Hi all, This is a really strange problem i have. I get JSON data from a server through the DefaultHttpClient. I have even set the timeout to 10 seconds and i have caught all exceptions. My doGet function works great on all devices on various carriers. But i tried a device with sprint 3g

Re: [android-developers] Re: NFC Secure Element

2012-01-30 Thread malls
Dear Fernando I tried to patch as per your instructions and root the device. I get error saying libpn544.so not found. I don't see this file created after the compilation. Where is it trying to load from. regards malls -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: NFC Secure Element

2012-01-30 Thread malls
Softy Could you please share android client code snippet to send APDU command to SE after the patch. regards malls -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: what is wrong with eclair SDK mapsview ..

2012-01-30 Thread shrekky
This solution worked for me too! Just unchecked the maps.jar from Project-Properties-Java Build Path-Libraries! Thanks a lot! -- 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: Android SDK Tools r16 and problems with Eclipse

2012-01-30 Thread Ted S.
I'm having the same problems in eclipse Indigo. I can run an app on the emulator first time. Reloading a changed app hangs at 27% launch. Requires relaunching eclipse, and leaves old eclipse image running which must be killed. Attempting to debug results in Waiting for debugger to attach on

Re: [android-developers] Signing an APK inside an APK as a market app

2012-01-30 Thread TreKing
On Thu, Jan 26, 2012 at 11:50 PM, Daniel Patterson dan...@medlmobile.comwrote: My question is that currently we have another apk inside this app that is installed separately when the user goes to run it for the first time (it's a game). Um ... why do you have two separate apps if you don't

[android-developers] put icon and text in same line in tab

2012-01-30 Thread W M
i'm new in android and want to put icon and text in same line in tab spec=t.newTabSpec(diary).setIndicator(Diary, r.getDrawable(R.drawable.diary)).setContent(intent); how can i do this ?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Re: Crash after StartActivity

2012-01-30 Thread Ted Scott
I have an app that invokes a service in the background from an alarm: // Ok, let's try running the service via a repeating alarm... // We need to make a PendingIntent from the service intent... Intent si = new Intent(this, xxxService.class); PendingIntent pi =

[android-developers] r16 and eclipse - debugger and relaunch is hosed

2012-01-30 Thread Ted Scott
This is driving me nuts. A couple of others have reported it, but no one seems to have a work around or even why this is happening. I had a working set of projects until the r16 SDK/ADT update. Now I can run an emulator with an app the first time I launch it. I cannot run or launch under the

[android-developers] Advertisers in APP

2012-01-30 Thread Wordprod
How do I get setup to allow advertising by other companies in my APP so I can make money? The APP is free...but if I allow other companies to advertise I can maybe make something. THanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] How to expand text in AutoCompleteTextView so it fills field (without wasted top/bottom grey bars)

2012-01-30 Thread wnm3
I have tried setting a couple of different attributes to make the size (height) of the AutoCompleteTextView smaller than the default. I've been about to use a smaller font, but there are still grey bars above and below the text entry area within the edit box and I don't know how to get rid of

[android-developers] Bluetooth and Kindle Fire...

2012-01-30 Thread Tim
I have a little Bluetooth app (based on BluetoothChat sample code) that works fine on a couple of devices, but I thought I'd test on Kindle Fire (which does not have Bluetooth) to make sure I got Bluetooth is not available error. But no - the call to BluetoothAdapter.getDefaultAdapter(), which

[android-developers] Multithreading in services

2012-01-30 Thread viks
Hi, My requirements are 1.When application starts it must fetch the user location (with GPS) 2.This location should be updated with specified time interval. 3.And at the UI side I have to show current location and continuously running timer. Currently,I created service,which provide me the

[android-developers] Staege fright player is taking too much time to stream the mp3 content

2012-01-30 Thread shiva shankar
When trying to stream the following links through the Stagefrightplayer, Player is taking around 60- 70 sec to play the audio http://pubint.ic.llnwd.net/stream/pubint_wbcx. The same url is working fine with OPen Core PV player LOGCAT LOG :: D/MediaPlayer( 3271): !android.media.MediaPlayer

[android-developers] Javascript openDatabase callback never executes

2012-01-30 Thread Martin
Hi. I'm using the Database Storage API in a WebView and have been researching the available javascript methods. The javascript openDatabase() method is documented to have an optional fifth parameter which is a callback function to execute once the openDatabase() method has completed (but only if

[android-developers] serious problem with google maps

2012-01-30 Thread AndroidGirl8
Hello i have serious problem with google map , i tried every way to get map and every time i run i found half grid and have map OR complete map and when click on it grid squares appears i generated new debug.keystore and try it with no result and also made new keystore and used it but i don't

[android-developers] Re: Email settings and device admin

2012-01-30 Thread Yashar
I am trying to do the same thing. I search for some known sync providers and request one of them to add the account. Android SDK has noted that the values for addAccountOptions parameter should be documented by the provider's developer (Authenticator-specific options). But I couldn't find any

[android-developers] Capture in-call audio beneath DVM

2012-01-30 Thread As4xk
Hi. We hare read a lot of discussions regarding recording in-call audio. Our understanding is that most devices does not support this because the baseband processor routes the audio directly to the audio output hardware (speaker, minijack etc.). We have some devices (for example HTC Desire Z)

[android-developers] Re: Galaxy Note + ADK

2012-01-30 Thread taikoo kid
I meet the same problem. I can't upload apk to my note or download from market. -- 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] Android Beam demo on PC

2012-01-30 Thread goodline
Hi, I am a student and new to android development. I am planning to do a project on android nfc peer-to-peer mode. I was wondering if it is possible to create two virtual devices(AVD's) on a windows machine and send data from one device to another with nfc as the medium? Also, when I try to run

[android-developers] Adding a widget to homescreen with out using Appwidgetpicker intent

2012-01-30 Thread Sheena_experion
Hi all, I am developing a homescreen application where i want some default widget on the homescreen. i.e. I dont want user to trigger the widget picker and choose the widget. Is there a way that i can implement this functionality. I tried using the the getInstalledprovider method that

Re: [android-developers] ListView item into ListView

2012-01-30 Thread TreKing
On Mon, Jan 30, 2012 at 10:25 AM, fala70 fal...@gmail.com wrote: Any Idea ? Don't use ListViews within ListViews. That doesn't really make sense. Also, it's inflated, not inflacted. - TreKing

  1   2   >