[android-developers] xml file encryption and decryption

2012-09-20 Thread tj
Hello frnz, i wanna encrypt and decrypt xml file using XmlCipher class. and i am suffering from IllegalArgumentException. can u plz help me. -- 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] xml file encryption and decryption

2012-09-20 Thread ravi saini
post your code than only we can check -- 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: Protocall erros

2012-09-20 Thread KC Raju Vysyaraju
Helloo On Thu, Sep 13, 2012 at 10:18 PM, KC Raju Vysyaraju chandanraj...@gmail.com wrote: Hi all, may i know the reason for following Exception?? * * * java.io.IOException: Error connecting...java.net.MalformedURLException: Unknown protocol: market* *at

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-09-20 Thread Terry
On Sept 1 Zsolt Vasavari wrote: If you have a problem with other apps (your competitors) violating these policies, go ahead and report them.  Anybody can report an app for terms violations. HOW? It seem that using Flag as inappropriate (at the bootom of every app description in Play Store)

[android-developers] Re: expandable list group view

2012-09-20 Thread Martin
You might find this thread at StackOverflow useful: http://stackoverflow.com/questions/2098558/listview-with-clickable-editable-widget Martin. On Thursday, September 20, 2012 5:17:48 AM UTC+1, sindhu wrote: Actually button is not covering full list,i have my own layout design with

[android-developers] Re: Protocall erros

2012-09-20 Thread Lew
KCRaju wrote: Helloo Hellooo ooo oo o . . .. -- Lew -- 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: Protocall erros

2012-09-20 Thread Lew
KCRaju wrote: may i know the reason for following Exception?? You only need one question mark. You may. You should, however, do better with your requests for assistance. Show us a complete example illustrating your difficulty. http://sscce.org/ * * * java.io.IOException: Error

Re: [android-developers] Using a logo instead of icon in a SearchView and postioning of a ViewSwitcher

2012-09-20 Thread Martijn van Mechelen
Hi Kostya, Your suggested solution seems to solve the second problem (the incorrect positioning of the ViewSwitcher). Do you also know a solution for the first problem (the displayment of the laucher app icon instead of custom logo in the SearchView)? Thanks, Martijn Op dinsdag 18 september

Re: [android-developers] Custom font in ActionBar overflow menu

2012-09-20 Thread Martijn van Mechelen
Hi Kostya, Your suggestion for the custom font in the overflow menu doesn't seem to be working. We're looking into to it and will keep you posted. Thanks, Martijn Op dinsdag 18 september 2012 13:37:25 UTC+2 schreef Kostya Vasilyev het volgende: I think you should be able to override these

[android-developers] Re: Add Contacts to Android Native Phone Book

2012-09-20 Thread Piren
I'm experiencing a similar issue. The contact is inserted without an issue, but on JB (only on JB) it has a button stating Add to My Contacts. Pressing that button causes a crash in the native contact fragment: 09-06 15:45:01.402 307 626 I ActivityManager: Start proc com.android.contacts

[android-developers] Time Lapse Video Recording Problems

2012-09-20 Thread Terry
I am experimenting with a new app to do Time Lapse Video Recording for API level 11 (Android 3.0 and newer). I am following the API Guide for Camera (to do time lapse recording), here: http://developer.android.com/guide/topics/media/camera.html#time-lapse-video I am using the Profiles of the

[android-developers] Problems invalidating a View

2012-09-20 Thread saex
I have an app with a layout that loads some remote images. When the remote image is being loaded, a clock with 100 forced height is being displayed (i did it overwriting onDraw from imageview), and when the remote image is downloaded and ready to be displayed, the clock dissapears and then

[android-developers] Re: expandable list group view

2012-09-20 Thread sindhu
Thanks for your reply.. Its working now .. What id did is , used android:focusable=false attribute on checkbox or button or image button..The reason behind this is child items always took the focus first before parent so i couldn't possible to select the parent. we need to set it false first

[android-developers] ListView | Full Code | Cannot capture item click!

2012-09-20 Thread Chance Sanders
Guys, I'm having one hell of a time here trying to listen for the 'on click' for this ListView. Every single thing I've seen when searching Google, I've tried (or at least think I've tried). I've even set the TextView and ImageView in the XML to not be clickable or focusable, but that didn't

[android-developers] Datagram Socket android game

2012-09-20 Thread Abedalqader Omar
I'm trying to develop multiplayer game , like any usual games join to room game then the score of game sharing with another player. After I'm searching in Google , what i see i should be start on DatagramSocket , in this link *

Re: [android-developers] Datagram Socket android game

2012-09-20 Thread Michael Banzon
Usually multi player games are a whole category (there are numerous books out there on the subject). Spending on what questions you might have - from hardcore game (theory) design to graphics and network programming it might be a good idea to pickup such a book to get a good basic feel of the

[android-developers] .xml and .Java file names for the main activity?

2012-09-20 Thread Darryl Griffiths
My question is, when creating a new Android project from scratch, does the main activity .xml .java files have to be named as they come: MainActivity.java activity_main.xml I have tried renaming them as test runs and I seem to run into strange problems, which I can only presume is the above.

[android-developers] how to use SERVICE_TYPE_VENDOR_SPECIFIC

2012-09-20 Thread HK
Hi* *How do we register a vendor specific wifi direct service in 4.1 ? More specifically how do we use WifiP2pServiceInfohttp://developer.android.com/reference/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.html? And how or where do we use

[android-developers] Re: Silent installation of third party applications

2012-09-20 Thread Rudolf Hornig
As far as I remember there are permissions for this (check the manifest of the market client), but you MUST be signed with the platform key or must be part of the system image. On Wednesday, September 19, 2012 4:10:17 PM UTC+2, Jovish P wrote: user wil be able to install third party

[android-developers] ShortHand Recognotion Using Android

2012-09-20 Thread NIJO
I'm planning to develop a shorthand recognition application which is helpful to press people. My Scenario is Capturing the Shorthand Scripts using Camera and recognizes the scripts from the captured image and converts then to the corresponding English word or phrases. After recognizing the

[android-developers] Re: .xml and .Java file names for the main activity?

2012-09-20 Thread Piren
Android doesn't have a Main Activity or class like there is in some other languages. A regular application is a collection of Activities, any and all of those can be the entry point to to an application. The only thing you do need to remember is that if you rename the class name of the

Re: [android-developers] Re: Protocall erros

2012-09-20 Thread Marina Cuello
market:// URIs were the old Android Market links to apps, probably newer devices aren't redirecting them to Google Play anymore. You could change market:// with https://play.google.com/; and it should work. Marina On Sep 20, 2012 4:10 AM, Lew lewbl...@gmail.com wrote: KCRaju wrote: may i know

Re: [android-developers] Re: Protocall erros

2012-09-20 Thread Mark Murphy
On Thu, Sep 20, 2012 at 8:32 AM, Marina Cuello marina.ear...@gmail.com wrote: market:// URIs were the old Android Market links to apps, probably newer devices aren't redirecting them to Google Play anymore. market:// should work for Google Play Store.

[android-developers] resize bitmap to 100 kb

2012-09-20 Thread Live Happy
i use this method to resize the bitmap who is larger than 100 kb but its make it so small and lose alot of quality private Bitmap decodeBitmapFile(File f){ try { BitmapFactory.Options o = new BitmapFactory.Options(); o.inJustDecodeBounds = true;

[android-developers] App doesn't run on Galaxy SIII

2012-09-20 Thread SoftMan
Hello. I had an app that run well in 2.3. I read that in gingerbread and higher I can't run a network operation in main thread, and that I should use AsyncTask. I made that, but it still gives me that error. In the Galaxy SIII, the app run with error and does not load the data. I tried with the

Re: [android-developers] App doesn't run on Galaxy SIII

2012-09-20 Thread Mark Murphy
On Thu, Sep 20, 2012 at 8:46 AM, SoftMan sterlingdi...@gmail.com wrote: Hello. I had an app that run well in 2.3. I read that in gingerbread and higher I can't run a network operation in main thread, and that I should use AsyncTask. I made that, but it still gives me that error. In the Galaxy

[android-developers] Re: App doesn't run on Galaxy SIII

2012-09-20 Thread RichardC
What is package com.silm.* ? On Thursday, September 20, 2012 1:46:46 PM UTC+1, SoftMan wrote: Hello. I had an app that run well in 2.3. I read that in gingerbread and higher I can't run a network operation in main thread, and that I should use AsyncTask. I made that, but it still gives

[android-developers] Android - Create(or Register) new pop3 email account in rouncube mail server

2012-09-20 Thread Karthik
I am creating one android application which will have API to *create a new pop3 email account*. Now I am using roundcube email client to create account in my server. I need to create new email account programatically. I have searched over the internet. But I didn't get any samples. Can anyone

[android-developers] Re: App doesn't run on Galaxy SIII

2012-09-20 Thread SoftMan
That's the name o the package El jueves, 20 de septiembre de 2012 08:56:56 UTC-4, RichardC escribió: What is package com.silm.* ? On Thursday, September 20, 2012 1:46:46 PM UTC+1, SoftMan wrote: Hello. I had an app that run well in 2.3. I read that in gingerbread and higher I can't run

[android-developers] Re: App doesn't run on Galaxy SIII

2012-09-20 Thread RichardC
com.silm.notification.request.OrderRequestParser.listOrderRequest(OrderRequestParser.java:42) is the line that starts the network traffic, it's not inside an AsyncTask so strict mode is triggered. On Thursday, September 20, 2012 2:04:34 PM UTC+1, SoftMan wrote: That's the name o the package

Re: [android-developers] Re: Protocall erros

2012-09-20 Thread Marina Cuello
(I was on my bus and forgot my stop reading your link, LOL) He is opening a browser window. When I put a market: link on my phone's browser, it first redirects to a Google Play Store url, then shows a chooser where I can select Google Play or Browser. Perhaps the device he's testing against

[android-developers] Re: Protocall erros

2012-09-20 Thread RichardC
How about the device does not have the Android Market on it? Many of my free apps have been side loaded on to devices that do not have the Google Android Market. On Thursday, September 13, 2012 5:48:38 PM UTC+1, KCRaju wrote: Hi all, may i know the reason for following Exception?? * * *

[android-developers] Re: App doesn't run on Galaxy SIII

2012-09-20 Thread SoftMan
Ok. Thanks. That should be the reason. I think that was inside. In doInBackground I called getOrderRequest(). And that make the request to the database with the method OrderRequestParser.listOrderRequest. Now I move that directly to the doInBackground.Now I will try with the device, to see

[android-developers] xml file encryption and decryption

2012-09-20 Thread tj
hello developers i want to encrypt and decrypt xml file. i am using jaxb-xalan-1.5, xmlsec-2.0, xercesImpl-2.9.1 this libraries. while decryption i am facing illegalArgumentException on doFinal() method, for encryption and decryption i am using xmlCipher class. if anyone tried this before then

[android-developers] How to show new intent transition from right to left

2012-09-20 Thread Swap
hey guys, i want to show (i mean when we fire new intent than new layout will display from bottom so i want to display from right to left direction) Is it possible to change layout animation from right to left . waiting for reply thank you -- You received this message because you are

Re: [android-developers] AbsListView and AbsSpinner design intention versus documentation

2012-09-20 Thread Tim
On Tuesday, 20 July 2010 07:01:22 UTC+1, Romain Guy wrote: AbsListView and AbsSpinner are designed to be extended within the framework. They could also be extended in 3rd party apps but we did not expose all the necessary protected fields and methods on purpose. We want to be very careful

Re: [android-developers] How to show new intent transition from right to left

2012-09-20 Thread Justin Anderson
https://developer.android.com/reference/android/app/Activity.html#overridePendingTransition%28int,%20int%29 Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 20, 2012 at 7:47 AM, Swap swapnilads...@gmail.com wrote: hey guys, i want to show (i

[android-developers] IME - Service in a trusted and activated thrid-app IME which set iteslef as the default IME - Possible?

2012-09-20 Thread sly87
Hello, I'm working on IMEs. I know that only the system and verified IMEs can programatically switch the IME in use. However I am not sure if it is possible to do the following: I want my own IME_A (which is in a verified and activated by user state) having a service that can programatically

Re: [android-developers] ListView | Full Code | Cannot capture item click!

2012-09-20 Thread Justin Anderson
Maybe I missed it, but I don't see anywhere in your code that you are even trying to capture a click event for the items in the listview... https://developer.android.com/reference/android/widget/AdapterView.html#setOnItemClickListener%28android.widget.AdapterView.OnItemClickListener%29 Thanks,

[android-developers] Re: ListView | Full Code | Cannot capture item click!

2012-09-20 Thread Chance Sanders
I guess I should have left it in there, but I would have only been able to leave one attempt at, anyway, I suppose. I reverted to a 'working' build to demonstrate where I was in a working state. Sorry about that. On Thursday, September 20, 2012 5:13:49 AM UTC-5, Chance Sanders wrote: Guys,

Re: [android-developers] Re: ListView | Full Code | Cannot capture item click!

2012-09-20 Thread Justin Anderson
I reverted to a 'working' build to demonstrate where I was in a working state. Demonstrate to who? Can you please post the working code? Without seeing something that you attempted, whether it is working or not, you're not going to be given much help other than what I've already pointed

Re: [android-developers] VideoView and MediaPlayer

2012-09-20 Thread Justin Anderson
Look at the source code... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19, 2012 at 12:16 PM, bob b...@coolfone.comze.com wrote: Can someone help me understand the relationship between VideoView and MediaPlayer? Does one use the other

Re: [android-developers] Re: What are the rules in regards to linking websites within an app?

2012-09-20 Thread Justin Anderson
I would contact them... especially since they have their own Android app. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19, 2012 at 12:07 PM, Geofuzzy gogat...@gmail.com wrote: There are no limitations on Android Apps like that, you can

[android-developers] Re: How can we get the width and height of a android.graphics.Path object

2012-09-20 Thread firebreather
use the following actions: from the android docs for Path: *computeBounds*http://developer.android.com/reference/android/graphics/Path.html#computeBounds(android.graphics.RectF, boolean)(*RectF*http://developer.android.com/reference/android/graphics/RectF.htmlbounds, boolean exact) from the

Re: [android-developers] Android - Create(or Register) new pop3 email account in rouncube mail server

2012-09-20 Thread Mark Murphy
On Thu, Sep 20, 2012 at 9:02 AM, Karthik karthikpsn...@gmail.com wrote: Can anyone give some hints or samples to create(or Register) new pop3 email account in android? There is nothing in the OS that has anything to do with POP3. The AOSP Email client does not have any documented and supported

Re: [android-developers] Re: How to generate bitmap for a view and make the bitmap exactly equals to the view's display?

2012-09-20 Thread Justin Anderson
If the proportions of the view are different from the proportions of the actual image then there is no way you can do this without distorting your image... However, if this is not a problem for you then you can specify your ImageView as follows: ImageView android:layout_width=match_parent

[android-developers] Capture audio events

2012-09-20 Thread Giuseppe
There is an application on Samsung Galaxy II III named S VOICE that can be activated using your voice and saying Hello Galaxy I would like to introduce something similar in our app, but I can't believe that we must monitor the Audio stream for all time and wait till it have some stream

[android-developers] Re: ListView | Full Code | Cannot capture item click!

2012-09-20 Thread Chance Sanders
*This officially works. Thanks for the link.* * * *MyGames.java: * package com.lifeofchance.bpt; import org.json.JSONObject; import com.androidquery.AQuery; import android.app.Activity; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; import

Re: [android-developers] *** FATAL EXCEPTION IN SYSTEM PROCESS: WifiWatchdogStateMachine

2012-09-20 Thread yogi
Hi Irfan, Thank you for the reply, i do not wish to manually provide ip address. i wish to fix the soft reboot issue which occur due to no default gatway address provided by certain AP for e.g. cisco ap 1252. refering to file *system/core/libnetutils/dhcp_utils.c * and refering to config

[android-developers] NFC

2012-09-20 Thread bob
Is it possible to create an Android chat application using NFC? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] NFC

2012-09-20 Thread Raghav Sood
Most probably. However, at the distance required by NFC, your users would be better off talking. Thanks On Thu, Sep 20, 2012 at 9:40 PM, bob b...@coolfone.comze.com wrote: Is it possible to create an Android chat application using NFC? -- You received this message because you are subscribed

Re: [android-developers] NFC

2012-09-20 Thread Justin Anderson
What would be the use-case for something like that? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 20, 2012 at 10:10 AM, bob b...@coolfone.comze.com wrote: Is it possible to create an Android chat application using NFC? -- You received

Re: [android-developers] Orientation checking

2012-09-20 Thread Justin Anderson
Maybe this will help: http://android-developers.blogspot.com/2010/09/one-screen-turn-deserves-another.html http://developer.android.com/reference/android/view/Display.html#getRotation%28%29 Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19,

Re: [android-developers] Google Android

2012-09-20 Thread Justin Anderson
You've already been given an answer on the link you provided... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 18, 2012 at 11:08 AM, Ashish Sharma ashishsharma...@gmail.comwrote: Plz Helpbring up a TEXT WINDOW that listens to the

Re: [android-developers] Offline Maps Won't Calculate Route Without a Data Connection

2012-09-20 Thread Justin Anderson
Until Google looks at fixing this situation, In my mind there is nothing to fix... Do you have ANY idea how much data is required to calculate a route between two points? There is absolutely NO way that much information could be put into the maps application and stored on a mobile device. I

Re: [android-developers] Sliding drawer

2012-09-20 Thread Justin Anderson
http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html http://lmgtfy.com/?q=android+left-to-right+sliding+drawer Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19, 2012 at 4:06 AM, mohammed Nuhail

Re: [android-developers] Re: Text inside the spinner view overlaps arrow

2012-09-20 Thread Justin Anderson
Try this: http://developer.android.com/reference/android/widget/TextView.html#attr_android:ellipsize Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19, 2012 at 12:33 AM, Ratheesh Valamchuzhy android...@gmail.com wrote: no .. we are not

Re: [android-developers] Offline Maps Won't Calculate Route Without a Data Connection

2012-09-20 Thread Larry Meadors
...and this has what to do with development on android? On Wed, Sep 19, 2012 at 12:03 AM, David GESG drsv...@gmail.com wrote: Last weekend I planned a two hour driving trip away, where I knew that from the departure point A for one hour's driving DID HAVE mobile network access coverage, and

Re: [android-developers] this Custom tab widget is possible ?

2012-09-20 Thread Justin Anderson
i want to create a custom tab widget, here i attached one photo of custom widget. Cool i want to know is it possible, specially middle tab widget. Yes if it is possible than plz give me any link/sample code/idea. Sorry... you're going to have to do some leg work on your own. Especially

Re: [android-developers] Offline Maps Won't Calculate Route Without a Data Connection

2012-09-20 Thread Justin Anderson
...and this has what to do with development on android? Another good point! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 20, 2012 at 11:34 AM, Larry Meadors larry.mead...@gmail.comwrote: ...and this has what to do with development on

[android-developers] jarlist.cache error

2012-09-20 Thread bob
I'm trying to export my Android code to a JAR, and I get this error: Resource is out of sync with the file system: '/ntp_code/bin/jarlist.cache'. This has started showing up a lot lately. Anyone know what this is? -- You received this message because you are subscribed to the Google

[android-developers] Find all SD cards mount points

2012-09-20 Thread ls02
Is there reliable way to find mount points for all physical SD cards mounted? Environment.getExternalStorageDirectory does not work in many cases. For instance, I have Droid X with 16 GB SD card mounted on /mnt/sdcard-ext and Environment.getExternalStorageDirectory returns /mnt/sdcard.

[android-developers] Re: Find all SD cards mount points

2012-09-20 Thread RichardC
On Thursday, September 20, 2012 6:57:22 PM UTC+1, ls02 wrote: Is there reliable way to find mount points for all physical SD cards mounted? No. Search this forum for details. Environment.getExternalStorageDirectory does not work in many cases. For instance, I have Droid X with 16

Re: [android-developers] lock android screen orientation to landscape for all apps

2012-09-20 Thread Justin Anderson
No. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Sep 17, 2012 at 11:47 PM, ahmed mehmood ahmedmehmoo...@gmail.comwrote: Hi , i want to lock android screen orientation to landscape for all apps . Is there any way to do it ? I have tried with

Re: [android-developers] [android bind to AccessibilityService]

2012-09-20 Thread Justin Anderson
've been searching google and have not found anything there that is asking, someone help me I find that extremely hard to believe... http://lmgtfy.com/?q=android+bind+to+service Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 18, 2012 at

[android-developers] Re: .xml and .Java file names for the main activity?

2012-09-20 Thread Daz
Thanks for the reply, So it is okay to call my main intent activity say: ActivityMain.java And my main .xml file: main.xml Its just when I use the Android wizard to set up a project, it presents me with: MainActivity.java And the UI: activity_main.xml When I renamed them earlier today

[android-developers] Beam bump?

2012-09-20 Thread bob
Is it necessary for you to bump your device into another in order to use the Android Beam feature? -- 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

Re: [android-developers] HELP!... Unlock Bootloader issue...

2012-09-20 Thread Justin Anderson
This group is for developing Android applications with the SDK. Your question has nothing to do with the topic of this group. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Sep 16, 2012 at 12:41 PM, Diomedes Jimenez jimenez.diome...@gmail.com

[android-developers] Re: VideoView and MediaPlayer

2012-09-20 Thread bob
*Playing Video Using the Video View* The simplest way to play back video is to use the Video View. The Video View includes a Surface on which the video is displayed and *encapsulates* and manages a Media Player instance that handles the playback. *Meier, Reto (2012-04-05). Professional Android

Re: [android-developers] VideoView and MediaPlayer

2012-09-20 Thread bob
Bingo. 51http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.1.1_r1/android/widget/VideoView.java#51 *public* *class* VideoView *extends*

[android-developers] Re: IllegalStateException after ListView's adapter has changed

2012-09-20 Thread Doug Turner
Jayesh Salvi jayeshsalvi at gmail.com writes: Hi,This is regarding the exception:  java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. - seen on Android 1.6+This problem has been discussed in the past [1][2][3][4], and I

Re: [android-developers] Offline Maps Won't Calculate Route Without a Data Connection

2012-09-20 Thread Chance Sanders
Calculating between two points isn't a big deal. It's complex math, but can even be accurately determined in mysql with one query. That part isn't the problem. It is housing all of the data to be able to be 100% offline and 'change route'. Your situation was when you tried to change course

[android-developers] Re: jarlist.cache error

2012-09-20 Thread bob
No idea why this happens, but a project *Refresh* seems to fix this. On Thursday, September 20, 2012 12:44:30 PM UTC-5, bob wrote: I'm trying to export my Android code to a JAR, and I get this error: Resource is out of sync with the file system: '/ntp_code/bin/jarlist.cache'. This

Re: [android-developers] NFC

2012-09-20 Thread Marina Cuello
Perhaps an app for people with hearing disabilities that are in a place with no room for sign language? On Sep 20, 2012 1:15 PM, Justin Anderson magouyaw...@gmail.com wrote: What would be the use-case for something like that? Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] Play youtube video on WebView

2012-09-20 Thread Marina Cuello
It could be you need to enable hardware acceleration on your WebView or perhaps set a custom WebChromeClient on your WebView to open it as fullscreen. It depends on your target platform and your needs. Search for Android WebView HTML5 video and you'll find some help. I'm still working on it.

Re: [android-developers] ASX Stream! urgent

2012-09-20 Thread Marina Cuello
If I recall correctly, ASX files are some kind of pointer to the actual stream (like an mp3 or pls one). Perhaps you could find some ideas by learning about those files? Marina On Sep 19, 2012 11:31 AM, Fermin Jimenez ferminjimene...@gmail.com wrote: Hello, I have to finish an app, the

Re: [android-developers] *** FATAL EXCEPTION IN SYSTEM PROCESS: WifiWatchdogStateMachine

2012-09-20 Thread Irfan Sheriff
On Thu, Sep 20, 2012 at 9:03 AM, yogi yogeshk.bag...@gmail.com wrote: Hi Irfan, Thank you for the reply, i do not wish to manually provide ip address. i wish to fix the soft reboot issue which occur due to no default gatway address provided by certain AP for e.g. cisco ap 1252. refering to

Re: [android-developers] NFC

2012-09-20 Thread Todd Grigsby
Inmates that want to have a private conversation between cells? -- 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] hi

2012-09-20 Thread sree android
hi friends i would like to share my app to social networks with share button any one help with code. -- 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] NFC

2012-09-20 Thread Lew
Todd wrote: Inmates that want to have a private conversation between cells? Giving a new meaning to cell phone, are we? The better to run their criminal enterprises with from inside the joint? -- Lew -- You received this message because you are subscribed to the Google Groups Android