Re: [android-developers] [2011-09-14 09:10:06 - Emulator] emulator: ERROR: the user data image is used by another emulator. aborting

2011-09-14 Thread androidhub trainer
If with emulator restart it doesn't work, then do the following: Go to .android folder from Users folder. Once you are in .android go to avd folder. Select the emulator, which you are using. Inside that folder you will see two folders: cache.img.lock and userdata-qemu.img.lock. Delete both these

[android-developers] Multi apk normal to xlarge

2011-09-14 Thread Droid
I am trying to specify one apk for normal and another for large layouts. But market always seems to specify small to xlarge and normal to xlarge. I have no xlarge or large folders and manifest defines xlarge and large as false. What am I doing wrong or is this expected behavior? -- You received

[android-developers] XML files and SQLITE Database

2011-09-14 Thread Bishan
i have a xml file.(pls see attachement). and i need insert data in my xml file to a sqlite database in my android project. hw can i do this ? -- 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] Ragarding text-to-speech application development

2011-09-14 Thread Mehboob
Hi, Am working on Text-to-speech app, In which i have 3 activities, I want my activity-2 to be displayed after my activity-1 has completed its text.I also tried out with onUtteranceCompleted(String), Using this it is not installing my activity-2. This is a part of code what i had written 4

[android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread skink
On Sep 14, 8:49 am, Bishan tvbis...@gmail.com wrote: i have a xml file.(pls see attachement). and i need insert data in my xml file to a sqlite database in my android project. hw can i do this ?  Client.xml 18KViewDownload See

Re: [android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread Bishan
thanx skink. i'll try this. :) On Wed, Sep 14, 2011 at 12:33 PM, skink psk...@gmail.com wrote: On Sep 14, 8:49 am, Bishan tvbis...@gmail.com wrote: i have a xml file.(pls see attachement). and i need insert data in my xml file to a sqlite database in my android project. hw can i do

[android-developers] [android-discuss] Help for IP Camera

2011-09-14 Thread kirti waykole
hello Friends, I want use IP camera in my application just to capture image or video. As i am new in android . Please help me for how i can use IP camera in my program. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread Bishan
any other answers ? On 9/14/11, Bishan tvbis...@gmail.com wrote: thanx skink. i'll try this. :) On Wed, Sep 14, 2011 at 12:33 PM, skink psk...@gmail.com wrote: On Sep 14, 8:49 am, Bishan tvbis...@gmail.com wrote: i have a xml file.(pls see attachement). and i need insert data in my xml

Re: [android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread skink
On Sep 14, 9:31 am, Bishan tvbis...@gmail.com wrote: any other answers ? On 9/14/11, Bishan tvbis...@gmail.com wrote: thanx skink. i'll try this. :) On Wed, Sep 14, 2011 at 12:33 PM, skink psk...@gmail.com wrote: On Sep 14, 8:49 am, Bishan tvbis...@gmail.com wrote: i have a xml

[android-developers] Help for IP camera

2011-09-14 Thread kirti waykole
hello Friends, I want use IP camera in my application just to capture image or video. As i am new in android . Please help me for how i can use IP camera in my program. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Is there possible to change date and time in our app

2011-09-14 Thread Aladin Q
If your app runs with enough privilege, it should be technically possible. Otherwise: https://groups.google.com/forum/#!topic/android-developers/hVrk_mldPnA -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] How to encode the integer(30digit in to 10 digit) and decode it

2011-09-14 Thread GopalaKrishnan D
How to encode the integer(30digit in to 10 digit) and decode it -- ~* Regards* *GopalaKrishnan D* -- 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

Re: [android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread Bishan
k. i got it skink. i know how to read XML. but the problem is how could i insert the data in XML to the my sqlite database table after reading the XML. that's the point whats wrong with me. On 9/14/11, skink psk...@gmail.com wrote: On Sep 14, 9:31 am, Bishan tvbis...@gmail.com wrote: any

[android-developers] Re: Black screen after switching to another app

2011-09-14 Thread MobileVisuals
Do you mean connecting to a special type of XML test page or just a standard web page? On Sep 12, 9:34 am, MobileVisuals eyv...@astralvisuals.com wrote: Do you mean just switching the app to the web browser, connect to a web page and then switching back to the app, when GLSurfaceview is not

Re: [android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread skink
Bishan wrote: k. i got it skink. i know how to read XML. but the problem is how could i insert the data in XML to the my sqlite database table after reading the XML. that's the point whats wrong with me. On 9/14/11, skink psk...@gmail.com wrote: On Sep 14, 9:31 am, Bishan

Re: [android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread skink
Bishan wrote: k. i got it skink. i know how to read XML. but the problem is how could i insert the data in XML to the my sqlite database table after reading the XML. that's the point whats wrong with me. On 9/14/11, skink psk...@gmail.com wrote: On Sep 14, 9:31 am, Bishan

[android-developers] Problem of Android RSS Reader

2011-09-14 Thread Rathna Kumara Premadasa
Hi all, When i'm going to load RSS feed getting an Exception called Java.net.UnknownHostException:www.mobilopen.org in the SAX parser session. Please help me... -- *Rathna Kumara Premadasa* Sri Lanka. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread Monzurul Islam Shamim
Bishan, you can google 'android sqlite example'...you'll get many working example codesmight help you. Thanks. -Shamim On Wed, Sep 14, 2011 at 3:03 PM, skink psk...@gmail.com wrote: Bishan wrote: k. i got it skink. i know how to read XML. but the problem is how could i insert

Re: [android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread Bishan
currently i'm reading XML file and put data into a Vector Object. but i don't know how could i insert the data in that Vector Object into sqlite database. this is the point where i stuck. On 9/14/11, skink psk...@gmail.com wrote: Bishan wrote: k. i got it skink. i know how to read XML. but

Re: [android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread Bishan
thanx Shamim :) On 9/14/11, Bishan tvbis...@gmail.com wrote: currently i'm reading XML file and put data into a Vector Object. but i don't know how could i insert the data in that Vector Object into sqlite database. this is the point where i stuck. On 9/14/11, skink psk...@gmail.com wrote:

Re: [android-developers] How to encode the integer(30digit in to 10 digit) and decode it

2011-09-14 Thread Monzurul Islam Shamim
it is not possible to compress 30 digits into 10 digits...but may be 30 digits into 10 bytes is possible using any compression algorithm like huffman.. On Wed, Sep 14, 2011 at 2:38 PM, GopalaKrishnan D gopall...@gmail.comwrote: How to encode the integer(30digit in to 10 digit) and decode it

[android-developers] Exists a svg library that works fine for android?

2011-09-14 Thread saex
i need to open svg files and show them on Android phones. I tryed a lot of librarys from stackoverflow and google, and none of them works fine, all of them fails with complex svg files (using paths, text, etc...) There is not a working svg library for android? -- You received this message

[android-developers] The item you were attempting to purchase could not be found. problem

2011-09-14 Thread monty
Hi All, I have created multiple apks(two :phone and tablet) for an app i have developed called Yoga for Positive Health and published both the apks in Market. After publishing ,I purchased the apk for phone and it worked fine(although initially i had problems so i updated the apk

[android-developers] Re: Android Alarm application

2011-09-14 Thread mot12
Your questions are really basic. A little study of the Android SDK and you should be able to answer these questions yourself. Yes, probably a sqlite db is the appropriate thing to do if you want to allow for an unlimited amount of alarms. And yes, the alarm manager is the way to go. And guess

[android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread skink
On Sep 14, 11:29 am, Bishan tvbis...@gmail.com wrote: currently i'm reading XML file and put data into a Vector Object. but i don't know how could i insert the data in that Vector Object into sqlite database. this is the point where i stuck. On 9/14/11, skink psk...@gmail.com wrote:

[android-developers] activityCloseExitAnimation not working

2011-09-14 Thread Mansoor
Hi, I tried to apply enter/exit animation to my activity using following style resources style name=VizioActivityAnimation parent=android:style/ Animation.Activity item name=android:activityOpenEnterAnimation@anim/ launch_left_to_right/item item

Re: [android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread Bishan
VectorEgCommon vClient = new VectorEgCommon(); for (int temp = 0; temp getNodes().getLength(); temp++) { Node nNode = getNodes().item(temp); if (nNode.getNodeType() == Node.ELEMENT_NODE) {

[android-developers] activityCloseExitAnimation not working

2011-09-14 Thread Mansoor
Hi, I tried to apply enter/exit animation to my activity using following style resources style name=myActivityAnimation parent=android:style/ Animation.Activity item name=android:activityOpenEnterAnimation@anim/ launch_left_to_right/item item name=android:activityCloseExitAnimation@anim/

Re: [android-developers] Exists a svg library that works fine for android?

2011-09-14 Thread Mark Murphy
AFAIK, this is the best there is: http://code.google.com/p/svg-android/ Also, reportedly WebView supports SVG on Android 3.0 and higher. On Wed, Sep 14, 2011 at 5:40 AM, saex elpablos...@gmail.com wrote: i need to open svg files and show them on Android phones. I tryed a lot of librarys from

[android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread skink
On Sep 14, 12:15 pm, Bishan tvbis...@gmail.com wrote:                 VectorEgCommon vClient = new VectorEgCommon();                 for (int temp = 0; temp getNodes().getLength(); temp++) {                         Node nNode = getNodes().item(temp);                         if

Re: [android-developers] Re: Why is the default to use dpi instead of screen size for drawables

2011-09-14 Thread Mark Murphy
On Tue, Sep 13, 2011 at 11:06 PM, ArcDroid jacobrjohn...@gmail.com wrote: From the link I assumed from the below example that you should have similar drawable buckets if the layout is actually the same. res/layout/main_activity.xml           # For phones res/layout-xlarge/main_activity.xml    

Re: [android-developers] How to implement two way communication using NFC

2011-09-14 Thread Mark Murphy
There's not much in the way for sample code for this scenario, IIRC. If you have not done so already, you should watch the video of the NFC presentation from the 2011 Google I|O conference, where they talk about this process. Personally, I'm holding out until Ice Cream Sandwich, which is supposed

Re: [android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread Bishan
SQLiteDatabase db = openOrCreateDatabase(TestDB, MODE_PRIVATE, null); db.execSQL(CREATE TABLE IF NOT EXISTS Client (clientID INT, + clientName VARCHAR, + routeName VARCHAR, +

[android-developers] Re: Exists a svg library that works fine for android?

2011-09-14 Thread saex
That library works only with very simple svg files, it fails with complex svg files (text, paths, etc..) And my app should be used with lower versions of Android, not 3.0. Doesn't exists a powerfull library for SVG for android? :S On 14 sep, 12:51, Mark Murphy mmur...@commonsware.com wrote:

[android-developers] How to implement two way communication using NFC

2011-09-14 Thread Reddy
Hi, Please let me know how i can implement the 2 way communication using NFC. For example Device1 in push mode. Device2 in dispatch mode. Upon reading the NDEF message from Device1, Device2 should change to Push mode and Device1 to Dispatch mode. Regards, Reddy -- You received this message

[android-developers] Re: XML files and SQLITE Database

2011-09-14 Thread skink
On Sep 14, 1:07 pm, Bishan tvbis...@gmail.com wrote:                 SQLiteDatabase db = openOrCreateDatabase(TestDB, MODE_PRIVATE, null);                 db.execSQL(CREATE TABLE IF NOT EXISTS Client (clientID INT, +                                 clientName VARCHAR, +                

[android-developers] Re: Multi apk normal to xlarge

2011-09-14 Thread Droid
I cannot find any change to manifest that changes this behavior On Sep 14, 7:19 am, Droid rod...@gmail.com wrote: I am trying to specify one apk for normal and another for large layouts. But market always seems to specify small to xlarge and normal to xlarge. I have no xlarge or large folders

[android-developers] Re: How to implement two way communication using NFC

2011-09-14 Thread Reddy
Hi Mark, Thanks for the reply. Could you please provide me some example code where i can go through. Regards, Reddy On Sep 14, 4:00 pm, Mark Murphy mmur...@commonsware.com wrote: There's not much in the way for sample code for this scenario, IIRC. If you have not done so already, you should

[android-developers] Re: Inapp Billing: Security best practices

2011-09-14 Thread androidmediadeveloper
yep, good suggestions. we're probably going to lean on a mix of native code and obfuscation with server side validation coming in soon. thanks On Sep 13, 10:08 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, Sep 14, 2011 at 12:56 AM, androidmediadeveloper kamathaj...@gmail.com

Re: [android-developers] Re: How to implement two way communication using NFC

2011-09-14 Thread Mark Murphy
On Wed, Sep 14, 2011 at 7:22 AM, Reddy devireddy@gmail.com wrote: Could you please provide me some example code where i can go through. http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/nfc/ForegroundNdefPush.html That is the only sample I am aware of. --

Re: [android-developers] ExpandableListView Question

2011-09-14 Thread TreKing
On Wed, Sep 14, 2011 at 12:19 AM, Ash anan...@gmail.com wrote: I found that all the time was spent in displaying the list view on the screen. If that is the case, instead of worrying about knowing when it is ready to draw, you likely have to optimize your get*View function(s). A noticeable

[android-developers] Re: warning unregistering sensor listener

2011-09-14 Thread Latimerius
Okay, never mind, it likely doesn't matter. According to Google search the warnings do come up in people's logs, perhaps even fairly often, but don't seem to be related to any perceived problem. Thanks anyway. On Mon, Sep 12, 2011 at 3:40 PM, Latimerius l4t1m3r...@googlemail.comwrote: Hello,

[android-developers] Re: SSL certificate error for authenticating the credentials

2011-09-14 Thread Atik
Hello I have added all the stuff in my code, but i m confused how to do for https. can u pls elaborate more abt the truststore, how to create it and if u sample then it would be great. i have modified the code in different ways but i m unable to get output my code is

[android-developers] Re: TeamCity and monkeyrunner

2011-09-14 Thread Matthias Braun
After a colleague and I have investigated the problem for three days, we could not find the source of this problem. But when we used another PC as the build agent, the issue was gone. We still don't know what caused this NullPointerException. -- You received this message because you are

[android-developers] multiple cancelled orders with in-app billing?

2011-09-14 Thread Nikolay Elenkov
All my in-app billing orders for today are being cancelled with the infamous 'We could not complete your order in a timely fashion.' Anyone experiencing this? (I've reported it to Support One, of course) -- You received this message because you are subscribed to the Google Groups Android

[android-developers] validating the certificate of apk

2011-09-14 Thread Rashmi
Hi, How does the android system will check the valid certificate while installing an apk. How does it generates the signature and Where does it will store the signature of the apk installed. Please let me know about how to validate the certificate and signature before installing the apk. Thanks,

[android-developers] Re: multiple cancelled orders with in-app billing?

2011-09-14 Thread Joan Pujol
I've also the same issue from yesterday nigth. Where do you reported your problems? I've been looking but I don't found any direct way to report that. Cheers, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Why is the default to use dpi instead of screen size for drawables

2011-09-14 Thread ArcDroid
That is what I thought initially, simply put the higher res graphics in the drawables-hdpi folder. The problem is on my Acer 10 tablet the only way I can get the good graphics to show is using drawables- xlarge since the tablet for some reason won't use drawables-hdpi. On Sep 14, 3:58 am, Mark

Re: [android-developers] Re: multiple cancelled orders with in-app billing?

2011-09-14 Thread Nikolay Elenkov
On Wed, Sep 14, 2011 at 10:14 PM, Joan Pujol joanpu...@gmail.com wrote: I've also the same issue from yesterday nigth. Where do you reported your problems? I've been looking but I don't found any direct way to report that. Click the 'Help' link at the top of your developer console, and select

Re: [android-developers] Problem of Android RSS Reader

2011-09-14 Thread Nick Risaro
It's the phone connected to internet? Can you browse to the site with the mobile browser? On Wed, Sep 14, 2011 at 6:05 AM, Rathna Kumara Premadasa rathnakumar...@gmail.com wrote: Hi all, When i'm going to load RSS feed getting an Exception called

Re: [android-developers] Re: Why is the default to use dpi instead of screen size for drawables

2011-09-14 Thread Mark Murphy
On Wed, Sep 14, 2011 at 9:12 AM, ArcDroid jacobrjohn...@gmail.com wrote: That is what I thought initially, simply put the higher res graphics in the drawables-hdpi folder.  The problem is on my Acer 10 tablet the only way I can get the good graphics to show is using drawables- xlarge since the

Re: [android-developers] Re: multiple cancelled orders with in-app billing?

2011-09-14 Thread Kostya Vasilyev
Same here, since Sep 14, 2011 1:59 AM GMT+01:00. I reported the issue to Market support today, a few hours ago. Wonder what they were changing this time... carrier billing? -- Kostya Vasilyev 14.09.2011 17:22 пользователь Nikolay Elenkov nikolay.elen...@gmail.com написал: On Wed, Sep 14, 2011

[android-developers] Re: Need a gud UI designer for my project

2011-09-14 Thread Emanuel Moecklin
Try 99designs.com or one of its competitors. I got some really nice designs for a reasonable price and without risk. If you don't like what you see, you don't have to pick a winner. I'm not affiliated with any of these services, just an app developer who isn't very good at doing the ui design

[android-developers] Re: word wrapping

2011-09-14 Thread AndyD
Sure, there are lots of useful settings. I use them so I don't waste time prettying up my code by hand. Just set up the wrapping preferences the way you like, type away (e.g. a long comment that goes off to column 300), and hit Ctrl-S to apply the preferences. Go to Window-Preferences, then

Re: [android-developers] Dialog dismiss()

2011-09-14 Thread Emanuel Moecklin
I ran into these issues too and the only solution I found so far that works in any case (rotation, home button restart activity, sliding out keyboard, killing an app etc.) is using an AsyncTask. I'm not a big fan of AsyncTasks normally but to show and dismiss a ProgressDialog this seems to be

Re: [android-developers] Dialog dismiss()

2011-09-14 Thread Streets Of Boston
I found the use of activities (with a Theme.Dialog or such theme) much easier and prefer it over the use of dialogs. And usually, i put busy-indicators such as indeterminate progress-bars on the screen it self (the right top corner of the screen or as a 'full' screen overlay). This prevents me

[android-developers] Re: Exists a svg library that works fine for android?

2011-09-14 Thread saex
do not exist? On 14 sep, 13:07, saex elpablos...@gmail.com wrote: That library works only with very simple svg files, it fails with complex svg files (text, paths, etc..) And my app should be used with lower versions of Android, not 3.0. Doesn't exists a powerfull library for SVG for

[android-developers] Media Player stops abruptly with a warning in logcat: TimedEventQueue(33): Event 4 was not found in the queue, already cancelled?

2011-09-14 Thread ruchira
I am trying to put background music in my app.I have created an intent service which creates a Media Player and starts the music. Once my app is launched the music is played only for a second and after that I see the following warning in my logcat:- 09-13 20:12:54.082: WARN/TimedEventQueue(33):

[android-developers] What exactly adb install do with apk?

2011-09-14 Thread Rahul Garg
Hi All, Although I have been using adb install to install apk in my device. But I dont what exactly it do to apk, how it extracts information from the apk. and how does it handle the native code( lib .so file). Can you guys help me to figure it out. -- You received this message because you are

[android-developers] What exactly adb install do with apk?

2011-09-14 Thread Rahul Garg
Hi All, Although I have been using adb install to install apk in my device. But I dont what exactly it do to apk, how it extracts information from the apk. and how does it handle the native code( lib .so file). Can you guys help me to figure it out. -- You received this message because you are

[android-developers] simple XML attribute inheritance question

2011-09-14 Thread John Goche
Hello, I am having trouble using the API documents. On the page: http://developer.android.com/reference/android/widget/CheckBox.html we find the following: TextView xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent

[android-developers] Re: Horizontal progress bar in Dynamic list view

2011-09-14 Thread ganesh
Thanks for your reply. I re-populate the list adapter with fresh items and call notifyDataSetChanged() method. So, all the view items like TextView, Progressbar of each row of the listview get created again inside getview() method of the Adpater. Thanks, Ganesh On Aug 29, 7:28 pm, TreKing

[android-developers] basic question: inserting horizontal rule in user interface

2011-09-14 Thread John Goche
Hello, I was wondering whether there is a way to insert an HTML-like horizontal rule (hr /) in the user interface via an XML file so I can have it show up in my user interface. Do I have to create a custom image/widget or something? Thank you for your help, John Goche -- You received this

[android-developers] How to integrate Batik with Android to open display SVG files?

2011-09-14 Thread saex
I see that Batik is the way to open SVG files with Android, because the other libraries doesn't work fine with complex svg files, for example androidsvg, it works very bad with complex svg files. But it is not explained how to integrate batik with android and how to use it on Android. Someone

[android-developers] Why my test app does not keep installed on phone?

2011-09-14 Thread Leonardo Zimbres
I do have this doubt, Im not sure if I did something wrong... When I lauch my app on Eclipse to my phone, It installs and runs on my phone nicely. But after closed, I do try to init the app from my phone, and it says This application is not installed on the phone. Someone knows why? Thanks, --

Re: [android-developers] Problem of Android RSS Reader

2011-09-14 Thread Rathna Kumara Premadasa
Thanks for your help, I was able to fix that.I have to give the internet permission to application that was my mistake. Thanks, -- *Rathna Kumara Premadasa* Sri Lanka. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Abusing system privileges?

2011-09-14 Thread Peter Knego
It seems that it's possible to acquire system privileges by adding android:sharedUserId=android.uid.system to manifest and using platform.pk8 platform.x509.pem from android GIT to sign the app. The claim is here: http://stackoverflow.com/questions/7419924/android-system-apis Is this indeed

[android-developers] Passing a Bundle with a Parcelable object from Monkeyrunner

2011-09-14 Thread Case B
Hello, I'm trying to pass a Parcelable object in my extras when starting an activity in Monkeyrunner. The area in the script looks like this user = FbUser() extraDic = {} extraDic['userName'] = 'Test' extraDic['userId'] = 'me' extraDic['userInfo'] = user

Re: [android-developers] Re: Horizontal progress bar in Dynamic list view

2011-09-14 Thread TreKing
On Wed, Sep 14, 2011 at 10:30 AM, ganesh ganeshbm...@gmail.com wrote: So, all the view items like TextView, Progressbar of each row of the listview get created again inside getview() method of the Adpater. Then adjust the progress bar to match the current state of the track it represents

[android-developers] Music beta app in HoneyComb source available?

2011-09-14 Thread Sandy
Hi All, One thing I really like about Music beta is the way it displays multiple albums by Artist, and multiple artists by Genre. It will “stack” all of the album art one on top of another, so you can view multiple albums or artists at the same time. Also, on selecting a genre, it arranges the

[android-developers] Re: validating the certificate of apk

2011-09-14 Thread Rahul Garg
I guess you haven't gone through the http://developer.android.com/guide/publishing/app-signing.html properly. It's mentioned there To verify that your .apk is signed, you can use a command like this: $ jarsigner -verify my_signed.apk If the .apk is signed properly, Jarsigner prints jar

[android-developers] Getting error android.process.acore has stopped unexpectedly on 2.3.1

2011-09-14 Thread Himanshu Rathore
Hello guys i am new in android development my problem is that whenever i launch the emulator(of version 2.3.1) on my windows xp machine i am automatically getting this error android.process.acore has stopped unexpectedly : Force close whether my project runs or not.The embarrassing thing is that

[android-developers] any good tutorials for making ringtone apps?

2011-09-14 Thread Project Nerd Rage
Anyone know of a good tutorial on making ringtone apps in eclipse? Any direction would be a great help. Thanks! PNR -- 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] Android's Virtual Device (AVD) doesn't start

2011-09-14 Thread JulioSergio
I just downloaded Android's SDK and it comes with a facility to create and start virtual devices (AVD). I successfully created an AVD, however it has been impossible to start it. When I try, the machine outputs the following message: invalid command-line parameter: Files. Hint: use

[android-developers] Where was my app stored on the smartphone? (When using Eclipse)

2011-09-14 Thread byhesed
First, check what I did. 1. I ran Eclipse and open an android project. 2. I connected my android phone to a laptop. 3. I ran the app using my smartphone. 4. I could see my app running on my smartphone. Here is a question. Where was my app stored on the smartphone? I tried to find files related

[android-developers] I AM USING THESE CODES STILL FACING PROBLEM IN DISPLAYING GOOGLE MAP

2011-09-14 Thread swapnil26sharma
MAIN.XML ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent com.google.android.maps.MapView

[android-developers] android edittext cursor back side moving

2011-09-14 Thread guru moorthy
I'm using gestures in android now i need small help when ever my gestures action will be equl my edit text cursor will be need to go back(like move back arrow) my code is if (prediction.equals(Move)) { ? } it will be happen for gestures operation -- You received this message because

[android-developers] Recorded voice is very very low and lot of noise is recorded.

2011-09-14 Thread harpreet singh
Hi, I am trying to record the voice using AudioRecord class and writing the read bytes to speaker using AudioTrack class. I am able to hear the voice coming from Speaker but the voice is very low and a lot of noise is coming along with the recorded voice. Any solution to resolve this problem to

[android-developers] Problem with executor service in Eclipse for live wallpaper

2011-09-14 Thread Wai Kin Lam
I'm developing an OpenGL live wallpaper for android phones. This is my wallpaper service class. Basically, it can work perfectly on my phone, Galaxy S2 and several others. BUT, there have been reports that this live wallpaper cant even be previewed and force closes. Even by phones such as the

[android-developers] Links in iframe does not work properly on Honeycomb.

2011-09-14 Thread natas999
When I scroll in iframe and tap on some link, that link which I tapped on does not work, but just the link which was there when the page loaded does work. I tested it 3.0(Optimus Pad and some other devices) and 3.1(Xoom). Here's a blog post (which I found on the web) describes this problem in

[android-developers] Android, MediaRecorder, Native API

2011-09-14 Thread Nadav
Playing with the MediaRecorder Java code I have found the MediaRecorder class to be quite limited, there is no way to control the media before it is encoded/compressed, and, there is no way to control the result, file, socket, transport:MPEG2-TS, MP4 'moof' position, ... With windows enviroment

[android-developers] Automatic /dev/bus/usb permissions for libusb/jni applications

2011-09-14 Thread Nulldef
hey all, i am developing an Application that uses libusb via jni. this application is currently targeted only to rooted, usb-host Android 3+ machines. the scenario is as follows: java Activity loads jni_wrapper.so which wraps my_main_lib.so that

[android-developers] Log when Force Close button clicked

2011-09-14 Thread Brandon
How would I know when the user clicks the Force Close button? I want to distinguish when my application closes because of an exception and when the user closes the application. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Retrieve IMEI number/ sim number/mobile number via mobile browser

2011-09-14 Thread inkriti
Following is the scenario: I have an web application accessible via mobile browser. I need to detect a mobile device IMEI and sim IMSI whenever an user clicks on link in my app page accessible via web browser. This is to track the same device with same SIM and provide him/her next level of access.

[android-developers] google map PROBLEM

2011-09-14 Thread Swapnil Sharma
hiii all, i am using following codes 2 display google map but stiil it is not coming. .JAVA FILE package com.googlemaps; import com.google.android.maps.*; import com.google.android.*; import android.app.Activity; import android.os.Bundle; import android.widget.LinearLayout; public class

[android-developers] which one use xml or sqlite database for short data

2011-09-14 Thread shital suryawanshi
hi -- 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...@googlegroups.com For more options, visit

[android-developers] deadlock problem on GC Thread and HeapWorker Thread.

2011-09-14 Thread Neo
deadlock problem on GC Thread and HeapWorker Thread The deadlock could be raised by below condition. 1. GC thread requests all thread to suspend. (dvmCollectGarbageInternal - dvmSuspendAllThreads) 2. HeapWorker could suspend with heapWorkerLock mutex. (doHeapWork - callMethod - lockMutex -

[android-developers] How make Bluetooth constantly discoverable

2011-09-14 Thread Luitas
Then will come android update for making Bluetooth always discoverable? If all other devices can do it but for android it's to hard? -- 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] android, get screen size in api 3.2

2011-09-14 Thread avillar
In API 3.2 when you get the screen height, it seems that return value is the screen height minus the height menu bar. Here is the code: ((WindowManager)mContext.getSystemService(Context.WINDOW_SERVICE)).getDefaultDisplay().getMetrics(metrics); int height=metrics.heightPixels; For API 3.2 emulator

[android-developers] Abrir URL desde android y no mostrar barra de direcciones o fuente del sitio

2011-09-14 Thread scout-pistolero
Hola buenas estoy armando una aplicación que en tendrá un link a una aplicación en web, hasta ahí todo bien , pero me interesaría que no se viera la dirección del servidor, hay alguna manera de ocultar la barra de direcciones .?? desde ya muchas gracias -- You received this message because you

[android-developers] What part of the framework should i use for this music app

2011-09-14 Thread hrajchert
Hi, Im new in Android development, and i though of a music application to make. I need a way to create and play some (i think) MIDI sounds semi randomly. The user has to specify speed as BPM (beats per minute) and I need to create for example 3 measures with time signature 4/4 and fill them with

[android-developers] Skype for 2.2

2011-09-14 Thread vjgoti
any one .. I m trying to up load skype in to my Galaxy after doing the up grate to 2.2 but no luck any one had solution -- 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

[android-developers] Back button problem in android

2011-09-14 Thread pramod shirsath
when i click on androids back button it stops whole activitybut i want to come back to previous page..can anyone help me to solve this problem... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] The Application stopped Unexpectedly Please try again

2011-09-14 Thread abhishek karande
Hello All Im trying to Develop web Application for Android my task is so simple I have to download bitmap image from the server and the display onto the screen There is no error but when the apk is installed onto the device or the emulator I got the message The Application Web

[android-developers] “BadTokenException: Unable to add window; is your activity running?” at showing dialog in PreferenceActivity

2011-09-14 Thread lama
Hello Masters! I'd like to ask for some help: In my app, I have only one activity, a PreferenceActivity (don't need other, it's just a simple background- sync app, so the PrefsActivity is the Main/Launcher). After the user setup preferences, checks a checkBoxPreference, and that starts (or stops)

[android-developers] Re: SearchView in Action Bar randomly stealing focus

2011-09-14 Thread kubajanda
Hi, I had the same problem with SearchView in ActionBar, when iconifiedByDefault was set to false. SearchView.setFocusable(false) helped me :) On Jul 27, 10:17 pm, Mike Mangino mmang...@elevatedrails.com wrote: We're developing an app on Honeycomb that uses the new tab fragments stuff. We also

[android-developers] not able to run text to speech engine in from a service

2011-09-14 Thread raghav
Hi, Can anyone tell me how to run text to speech engine from a service. thanks, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Android Live wallpaper xOffset in distinct range than 0-1

2011-09-14 Thread avillar
I am developing a Live Wallpaper. I detected a strange behavior in some devices that I can reproduce in emulator with android 3.0: in portrait mode the xOffset of onOffsetsChanged Method (WallpaperService.Engine) has values in 0.25-0.75 range. The effect to the user is a wallpaper that moves

[android-developers] libx264 @ Android OS

2011-09-14 Thread Nadav
I am working with Android OS, my aim is doing propriotary imgproc and send the result as H264 video stream out of the device, for this, I will need to use a compression tool, I have considered the open source libx264 ( which got compiled on the Android env quite easily ). Having that said, does

[android-developers] Re: ListView overscroll disable

2011-09-14 Thread Shrift
Has anyone found a solution to disabling the Samsung over-scroll that doesn't rely on android 2.3 or above? I too have been trying to figure this out. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

  1   2   >