[android-developers] How to get pure UTC time?

2011-09-30 Thread cool_zack
I have a simple requirement:- I want to get UTC time. It should not change except for tiny adjustments that happen from Network. User modifications to the time on the device must not affect it. A big jump on phone bootup the very first time is OK, but after that I do not want any change beyond a

[android-developers] styling tabs

2011-09-30 Thread Sam Rose
I have a row of 5 tabs at the bottom of my app. The problem is the text is cut off on some of them. I want to be able to have the text in each tab stack on top of each other instead of following along horizontally aswell as move the text into the center of the tab instead of sitting at the bottom.

[android-developers] Zooming and Panning Issues

2011-09-30 Thread Abel
I have a picture that zooms and pans but won't stop with passing the limits of the screen and places the image off the screen. I'm mainly having problems getting the images right and bottom borders to stop along the right and bottom display borders respectively. I have based my code off of the

[android-developers] RPC failed with status 1

2011-09-30 Thread Markos Fragkakis
Hi, From time to time (every some days), with no change in my code, I get an IOException when calling the geocoder from my android application. I call the geocoder.getLocationFromName() like this: ListAddress newAddresses = gc.getFromLocationName(arg0.toString(), 10); And I get an IOException

[android-developers] rollover behavior of elapsedRealtime ()

2011-09-30 Thread cool_zack
I was looking at SDK description of public static long elapsedRealtime () There's no mention of rollover behavior. long here is 64 bit signed, correct? If so, does rollover to zero happen at (2^63 -1), or does it happen at (2^64 -1)? -- You received this message because you are subscribed to

[android-developers] INSTALL_PARSE_FAILED_NO_CERTIFICATES problem Android-2.2 on Motorola Xoom

2011-09-30 Thread Sabre Tooth
I have a Motorola Xoom with Android 3.2. I have an app with minSDK=8 that won't install using adb install. However, I can use adb in debug mode and the app installs. The path to the apk is correct and the device is recognized (otherwise I wouldn't be able to install it in debug mode). Any ideas

Re: [android-developers] Embedding Activity from different Application, both applications using same library causing ClassCastException on inflating views

2011-09-30 Thread Mark Murphy
On Fri, Sep 30, 2011 at 10:00 AM, smill sm...@724.ro wrote: I'm on Gingerbread so I don't have Fragments Sure you do, via the Android Compatibility Library: http://android-developers.blogspot.com/2011/03/fragments-for-all.html -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] Help with View Pager - replacing Java with XML views

2011-09-30 Thread DStudio
Hi I'm trying to adapt the ViewPager code, but have only just started creating apps a couple of weeks ago and still find it all a little confusing. I would like to use a series of XML layouts instead of the Java LinearLayout. How would I go about doing this? i.e. replace the stuff inside the curly

[android-developers] Secure element

2011-09-30 Thread Gurinder
I am very new to NFC tags and Secure Element related Apps development.I want to read and write from SE. Can i develop my application on Windows7? 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] How to attach a canvas and buttons in single window

2011-09-30 Thread pragati.me...@live.in
As i m new to android,I want to know the way that how to attach a canvas and buttons in single view.so that if buttons are clicked than several operations are performed on canvas -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] When my app force closes, does it also close the associated service?

2011-09-30 Thread Ricardo Amaral
This app I'm developing is strong in notifications. I've done some testing with them and realized that when my activity closes, the notifications remain pretty much alive. But when the app itself force closes, the notifications disappear. I was looking into introducing a service to my app and

[android-developers] How will make an application for auto launch on install from market

2011-09-30 Thread jr_hamza
Hi All, I just want to make an security app, which sould scan the device after install the app on the device from market. How will we achieve this without rebooting, or other intents like sms. ? any idea? Thanks in advance :) -- You received this message because you are subscribed to the

[android-developers] show http://www.google.co.jp/m/place#ipd:mode=home in webview.

2011-09-30 Thread Denny Jian
Dear all, I am trying to show http://www.google.co.jp/m/place#ipd:mode=home website thru WebView in Android emulator but I am not seeing the web site and seeing only blank space under the place tag of the page. I am able to see other sites like www.google.com. Do I need to enable more

[android-developers] add friend facebook in android with facebook sdk

2011-09-30 Thread Nguyễn Trung Tài
hey I create an app in android using facebook sdk. I can add a friend using facebook dialog, but i can't add a friend without using it. (like facebook application for android ) help me, please! -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] NEWBIE needs help with Android Tab Widget tutorial

2011-09-30 Thread Chris Cullington-Johnson
I have just joined the Android World and am lovn it, however having a bit of trouble with some of the tutorials, in particular the Hello Tab Widget one. Particular part states Notice that this doesn't use a layout file. Just create a TextView, give it some text and set that as the content.

[android-developers] Want to extends Activity and TabActivity in Main.java file ?

2011-09-30 Thread Ashish Tiwari
Hi friends, I'm new to Android development(Android-2.3) and developing a sample application, I want to extends TabActivity and Activity class in my main class..to use their properties at one place.. Thanks in advance ... -- You received this message because you are subscribed to the Google

[android-developers] Re: Samsung Galaxy S2 (2.3.4) and Arduino ADK

2011-09-30 Thread tecnosys98
I get the [INSTALL_FAILED_MISSING_SHARED_LIBRARY] with the shipped version of 2.3.3 which is expected With this version of v2.3.4 I9100XXKH3, the app compiles and deploys. But crashes any later version seems support has been removed [INSTALL_FAILED_MISSING_SHARED_LIBRARY] with these

[android-developers] Secure Element

2011-09-30 Thread naidugroups
Hi, i am new to the Android development. i want to add secure element in my android emulator and want to read and write the information from the secure element using smartcard API in windows7 os. is it possible or not in windows7. any one can help me please. ThanksRegards Naidu -- You received

[android-developers] ViewPager - Replace Java View with XML Layout

2011-09-30 Thread DStudio
Hi, I am trying to replace the code below with a fragment or layout from xml. Does anyone know how to call the xml from inside these brackets? FindByID doesn't work and it also doesn't let me use Inflate, as it says that it is inside a pagerAdapter. ---private class AwesomePagerAdapter extends

[android-developers] intent problame

2011-09-30 Thread kinjal shah
hi, i have face a problame when i m using simple intent on button's click event.my application is stop forcefully when i m click on button.i m uninstall my application form android emulator.but the still problame i m facing.please give me some solution regarding to this problame.how can i fix

[android-developers] How to get object from main.xml by a custom view

2011-09-30 Thread Bomber 83
Hi to all, i'm new for Android, i want to create a simple application that move an image to the screen, i read in many forums and i found the way to do that, i use a custom view in my activity: private static final String TAG = DroidzActivity.class.getSimpleName(); @Override

[android-developers] What is the code to close all activities currently in backstack

2011-09-30 Thread SumiGhosh
Hi guys.. We know that to close an activity we use finish();. Is there anyway to close entire app by calling finish(); i mean to close all the activities in the back stack by a single command. What i'm following now is calling startActivityForResult() from each activity and

[android-developers] mobile video android engineers

2011-09-30 Thread HR
A mobile video service company located in Silicon Valley, California, USA is looking for highly motivated and talented individuals to join the team. We Need: - Expert C/C++ or Java development experience - Java development experience with Java Native Interface - Android Java application

[android-developers] Panning off the screen

2011-09-30 Thread Abel
I have an image that I am able to zoom and pan but it can pan off the screen. I based my code off of the Android Developers blog about multitouch. When I added: if (mPosX 0) mPosX = 0; if (mPosY 0) mPosY = 0; It now stops where the left and top borders of image are touching the top and left

Re: [android-developers] Fwd: how to get screen coordinates by using OnClickListener????

2011-09-30 Thread Mark Murphy
AFAIK, you cannot get screen coordinates from OnClickListener. You probably want OnTouchListener: http://developer.android.com/reference/android/view/View.OnTouchListener.html On Fri, Sep 30, 2011 at 4:06 AM, satheesh thinagaran satheesh.thinaga...@gmail.com wrote: hi,  I want to retrieve

RE: [android-developers] How to access database on device.

2011-09-30 Thread ramesh.manda...@gmail.com
What's u'r mobile name. -Original Message- From: Devendran Raju Sent: 28/09/2011 11:19:32 am Subject: [android-developers] How to access database on device. hi... I installed my application on android mobile. But i cannot access the database from mobile. But its works well on

Re: [android-developers] Re: Help for IP camera

2011-09-30 Thread suresh kumar muvva
use mlivecams Application from market... On Wed, Sep 28, 2011 at 10:25 AM, kirti waykole kirti.carr...@gmail.comwrote: yes i want live video .. on my device.. On Mon, Sep 26, 2011 at 7:30 PM, J Handal jhand...@gmail.com wrote: Hi Kirti, directly coonect through cross cable to my pc

[android-developers] Re: HTC and LG haven't implemented Android in the right way

2011-09-30 Thread Dusk Jockeys Android Apps
What is the Morphing Galaxy Live Wallpaper? I cant see that on the Market. The default Galaxy, Galactic Core and Galaxy Live Wallpaper all work perfectly well on my HTC Desire HD, with no blurring, so they are probably not doing things the same way as you are. On Sep 28, 2:36 am, MobileVisuals

[android-developers] Re: java.lang.ClassCastException: android.widget.EditText

2011-09-30 Thread chen potato
Hi..friend.can you tell me how to solve this problem.I meet the same question too On Aug 21, 7:13 am, Nick Risaro nris...@gmail.com wrote: Hey, RichardC, this problem is solved, check the third mail of the thread. -- You received this message because you are subscribed to the Google

[android-developers] Need Help

2011-09-30 Thread C S Azad
HI, iam just beginner to android. so i need code to make search view in android. pl can any help me through that code. Thanks in advance, C S Azad -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Turn development documentations in a wiki

2011-09-30 Thread joking
The documentation contain quite a few little and blocking mistakes. I'm currently reviewing the installation instructions and actually found a blocking error. Wouldn't it make sense to change these into a wiki so that registered users can make adjustements a corrections.? For instance on

Re: [android-developers] trrying to switch between multiple activitiies

2011-09-30 Thread Mark Murphy
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your crash. On Tue, Sep 27, 2011 at 7:21 PM, jimmy kay jimka...@gmail.com wrote: Hi all, I am a newbie at android development. I have 6 activities and want to go from 1st to

[android-developers] Installing Samsung GALAXY TAB : restart ADB

2011-09-30 Thread joking
Hi I've no went through this three times but no progress. Every time when I attempt to install the GALAXY Tab by Samsung Electronics, Android API8, revision 1 I get a message: A package taht depends on ADB has been updated. Do you want to restart ADB now? I click the yes- button and the following

[android-developers] Installation

2011-09-30 Thread joking
The text on http://developer.android.com/sdk/win-usb.html#Win7; is incorrect. In step 7 the USB folder is in sdk/extrax/google/usb_driver -- 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: How to pair Nexus S with some other Bluetooth Device using NFC

2011-09-30 Thread boomaco
Hey there, I am craving to find examples for this on the web, apparently me web searching skills are worse I used to think. My question is: Is there a way to program an NFC tag in a way to automatically establish a connection to an Bluetooth device with a given MAC-address/ given friendly name

[android-developers] Re: Creating AnimationDrawable from assets

2011-09-30 Thread skink
On Sep 29, 10:13 am, AlexBonel alexbo...@inbox.ru wrote: On 28 сен, 15:22, Mark Murphy mmur...@commonsware.com wrote: Why? Why, what? ))) Why don't I avoid using of R.java? Well in shorts, because it's generated by Android platform tools and this is really big problem for my

[android-developers] block text messaging...

2011-09-30 Thread thiru
Hi, I need to block text messaging for a period of time(like 9Am to 2pm). During that period, if user try to access the default message form device, the user have to get toast like need permission from admin. How can I achieve it? Please suggest me the solution to solve this problem. Thanks

[android-developers] video implementation html

2011-09-30 Thread Paweł Czyżowski
How to implement video html code, so that was displayed in smartphones and Tablet PCs with Android. I use this code: div id=video4 video width=240 height=136 controls=controls autoplay=autoplay source src=film.mp4 type=video/mp4 / source src=film_bb.mp4 type=video/mp4 /

[android-developers] performance issue in scrolling when data is huge.

2011-09-30 Thread Sam Neel
Hi In my application am storing message data along with its details into db and while displaying am fetching data from the db and storing using array list then by using ArrayAdapter am getting view to display into fragment. Now the problem is when the number of messages are more ( more than

[android-developers] hello

2011-09-30 Thread kuek9118
i am computer science student ... now i am going to do my final project is android application... hope i can get some help at here... any one can suggest some website for newbie(for me)? i searched a software that can use vb to do the android application which call basic4android is it good for new

Re: [android-developers] Re: How to calculate the distance between two degree values? (for example: 350º to 15º = 25º / 250º to 190º = 60º)

2011-09-30 Thread Johannes Kingma
But if you mean distance in degrees it would be 'x mod 360' Op 29 sep. 2011 17:42 schreef JackN j...@jacknorth.com het volgende: -- 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] Direction help?

2011-09-30 Thread Sam Deleon
I’m new to android development, I have been reading tutorials online and also started reading a beginners book. I already have a app idea but I have a question that I searched for but can’t find. I’m wanting to build a app that when first launched will come to a login screen, once logged in, the

Re: [android-developers] scrolling question

2011-09-30 Thread midhun midhunvp
In some android phones for scrolling sensor button will be provided.Then we can use focusable or selected in the code.Also for list view the scrolling will be set automatically but for a number of buttons or something else we have to specify the scrolling in the XML. On Thu, Sep 29, 2011 at 11:20

Re: [android-developers] How to get pure UTC time?

2011-09-30 Thread Appaholics
Have an online server with the time and have your app get it from that server whenever you need it. You could use one of the servers already available if you could find one that allows you to interface with it in such a manner. Thanks On Thu, Sep 29, 2011 at 12:22 AM, cool_zack

Re: [android-developers] rollover behavior of elapsedRealtime ()

2011-09-30 Thread Mark Murphy
On Wed, Sep 28, 2011 at 5:21 PM, cool_zack psandee...@gmail.com wrote: I was looking at SDK description of public static long elapsedRealtime () There's no mention of rollover behavior. long here is 64 bit signed, correct? If so, does rollover to zero happen at (2^63 -1), or does it happen

[android-developers] Re: inqury

2011-09-30 Thread SumiGhosh
On Sep 29, 10:16 am, Rahul Soni rax.m...@gmail.com wrote: Hi Please tell me that in which programming language the programs developed and the source to learn about the programming language -- Rahul Soni Hi Rahul.. The resources are available at android developers site

Re: [android-developers] Android Project

2011-09-30 Thread midhun midhunvp
Android projects are done for multiple purposes example games,industrial operations ,leave approval applications, with SAP in the backend. You have to specify what type of project you are looking for. On Thu, Sep 29, 2011 at 11:17 PM, Joao Braga jp.am.br...@gmail.com wrote: The issue is not how

[android-developers] Re: Always-on GPS: widget or app?

2011-09-30 Thread emeve
Many thanks for the helpful info, Steven . I'm sure that will save me a lot of time. -- 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,

Re: [android-developers] What is the code to close all activities currently in backstack

2011-09-30 Thread Mark Murphy
On Thu, Sep 29, 2011 at 9:23 AM, SumiGhosh sumighos...@gmail.com wrote:               We know that to close an activity we use finish();. Is there anyway to close entire app by calling finish() Not really. i mean to close all the activities in the back stack by a single command. Why? --

[android-developers] Modifying Keys

2011-09-30 Thread Joel Gwynn
Hey all. I'm working on an app that needs to use a basic Latin keyboard with some custom popupCharacters. I'm running the SoftKeyboard tutorial and noticing that the vowel keys have special popup characters, which are exactly the keys I want to customize, but I'm not seeing where in the code

[android-developers] how to get screen coordinates by using OnClickListener????

2011-09-30 Thread satheesh thinagaran
hi, I want to retrieve screen coordinates at runtime using OnClickListener 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 android-developers@googlegroups.com To unsubscribe from this

[android-developers] WiMAX support in Android

2011-09-30 Thread shaheeda
Hi All, Can any one know, WiMAX supported in android or not. I am not able to find the APIs related to WiMAX in android developers guide. Please let me know which version of the android supports WiMAX. Thanks, Shaheeda -- You received this message because you are subscribed to the Google

[android-developers] create edit text dynamically on enter

2011-09-30 Thread Matt
I am trying to add an EditText programmatically after the user keys enter on the previous EditText. i am coded to do almost anything after enter (ie; Toast, hideSoftInput), but cannot figure out how to create a new text. I constantly get an error The constructor EditText(new

[android-developers] Re: Extracting RGB data from Bitmap

2011-09-30 Thread gjs
Hi, Hmm, otherwise you can examine a working PDF with picture in a hex/ binary editor try to guess the encoding / formatting. You might also ask in one of the PDF forums - http://forum.planetpdf.com/ http://itextpdf.com/index.php BTW iText also has an Android PDF library, but I have not tried

[android-developers] draw 3d room using opengl es 2.0

2011-09-30 Thread sunil thakor
hi guys i m new to opengl i want to draw a 3d room in android using opengl es 2.0 can anybody help me ? thanks in advance -- 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] Not able to access custom content provider.

2011-09-30 Thread Pradeep
Hi All Android Developers, I am trying to access the content provider I created MyContentProvider in another application(.apk) through MyContentProvider.Content_URI. But I am getting an runtime exception like noClassDefFoundError. If I use the complete URI like Content:// abc.com.provider/books

[android-developers] Printing Documents from Application

2011-09-30 Thread Nirav Parmar
Hello Friends, I want to add one feature in my app, by which i can print documents through wireless printer from app.Is there any API which i can use?please give your suggestions..Thanks :) Nirav Parmar. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] LVL - Checking licence validity from a server

2011-09-30 Thread Ben
I have an app that needs to request a key from a remote server. It authenticates from the app with lvl, then communicates with the server who also checks against the market (a second step in the chain to prevent piracy). It authenticates using the responseData and signature In test this all works

[android-developers] H.264 support android

2011-09-30 Thread Naveen
i have mp4 video file with extension mp4, that video is not playing on surface using codec android. hen decoding video in form of h.264 then it's play, give me guideline how to play video using h.264 support in android framework. -- You received this message because you are subscribed to the

[android-developers] how to get the path of the directry which I will choose it when I click on a button

2011-09-30 Thread Souad
I created my own application and I have a problem in one step.I would like to get the path of the directry which I will choose it when I click on a button, of couse without finich my application. how can I do this? the procedure seems difficut. I tried to do my best but Ididin't found how to do

[android-developers] How show the text selection controls in webview ?

2011-09-30 Thread Jegadeesan M
i want enable the text selection controls in web view like selecttext in android 2.1 ? http://stackoverflow.com/questions/7581131/how-to-enable-the-default-highlight-menus-in-android-webview -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers]Application complatiblity with all android devices

2011-09-30 Thread Sam Neel
Hi, I would like to know. Is it possible to make our application to run on all android devices, it may be tablet or mobile or some thing else. can v make our app independent of the android platform? Thanks in Advance -- You received this message because you are subscribed to the Google

[android-developers] Re: Techniques for real-time screen update...

2011-09-30 Thread gjs
Hi, Have a look at SurfaceView, Surface Holder see http://developer.android.com/guide/topics/graphics/index.html Regards On Sep 30, 7:08 am, Peter ptr...@gmail.com wrote: Folks, In my application, I need to display a line chart with some real-time data. The chart needs to be updated 10

[android-developers] Re: Scrolling in TableView

2011-09-30 Thread Mobil Tester
Hi moderators, Did this post get blocked? Regards, Johan On Wed, Sep 28, 2011 at 10:02 PM, Mobil Tester pdctes...@gmail.com wrote: Hello, I have a TableView that gets truncated, if it is larger than the screen. Most of the time, it is small enough to be shown on the screen, but in case it

[android-developers] These import statement are occured an error pls send the correct format

2011-09-30 Thread MARRAKKAR IRSHAD
import java.util.*; import org.apache.http.NameValuePair; import org.apache.http.message.BasicNameValuePair; -- 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: Android set(get) environmental variables in Java

2011-09-30 Thread gjs
Hi, I sometimes use java System.getProperty() System.setProperty() as an alternative to environment variables eg - System.setProperty(DEBUG, debug); and if (System.getProperty(DEBUG,0).equals(1)) Log.w(abc, 123); They seem to be available across activities threads within the same process

Re: [android-developers] Not able to access custom content provider.

2011-09-30 Thread Mark Murphy
On Thu, Sep 29, 2011 at 10:35 PM, Pradeep prasa...@gmail.com wrote: I am trying to access the content provider I created MyContentProvider in another application(.apk) through MyContentProvider.Content_URI. But I am getting an runtime  exception like noClassDefFoundError. Of course. That

Re: [android-developers] How do I report a bug to htc?

2011-09-30 Thread Kostya Vasilyev
Potentially, it could be a race condition. Try surrounding access to status with synchronized(something), or pass it into the thread via a constructor argument. -- Kostya 28.09.2011 3:23, sebastian_bugiu пишет: I have an application in android market that does not work on htc desire and I

[android-developers] Force the whole main activity to redraw

2011-09-30 Thread New Developer
If I recall correctly from some of the Google I/O presentations they talked about a box going dirty and then flushing up that it needs to be redrawn and thus everything gets redrawn. How can you trigger this? I have an activity which has my own media class which extends ImageView with

Re: [android-developers] Re: Extracting RGB data from Bitmap

2011-09-30 Thread New Developer
Thanks gjs I'll try those forums Thanks On 09/30/2011 01:24 AM, gjs wrote: Hi, Hmm, otherwise you can examine a working PDF with picture in a hex/ binary editor try to guess the encoding / formatting. You might also ask in one of the PDF forums - http://forum.planetpdf.com/

[android-developers] Is anyone able to play HLS on Vizio Tablet running 2.3.2

2011-09-30 Thread Mrid
Hello All, I am trying to run HLS on Vizio Tablet running android 2.3.2 but not finding luck. In media player class, prepare method is failing giving out java.io.IOException here is the complete error log 09-30 11:11:22.610: ERROR/MediaPlayer(2280): error (1, -2147483648) 09-30

[android-developers] Re: GridView shows only one row with layout_height=WRAP_CONTENT

2011-09-30 Thread Paul
Romain, is there a good demo on making this kind of layout anywhere? I'm thinking along the lines of the world of listview google IO talk you did. The Gotchas and weird edge cases always seem to make me shy away from doing this kind of thing from scratch. On Sep 4, 12:45 am, Romain Guy

Re: [android-developers] Re: Techniques for real-time screen update...

2011-09-30 Thread Dianne Hackborn
There is absolutely no reason to use SurfaceView to achieve 10fps. Or even 60fps in many cases. On Thu, Sep 29, 2011 at 6:00 PM, gjs garyjamessi...@gmail.com wrote: Hi, Have a look at SurfaceView, Surface Holder see http://developer.android.com/guide/topics/graphics/index.html Regards

Re: [android-developers] Re: GridView shows only one row with layout_height=WRAP_CONTENT

2011-09-30 Thread Romain Guy
I did a 1 hour talk on this topic at Devoxx in 2010. The video and slides are available at parleys.com On Fri, Sep 30, 2011 at 11:39 AM, Paul paul.h...@gmail.com wrote: Romain, is there a good demo on making this kind of layout anywhere? I'm thinking along the lines of the world of listview

Re: [android-developers] How to get pure UTC time?

2011-09-30 Thread Jim Graham
On Wed, Sep 28, 2011 at 11:52:18AM -0700, cool_zack wrote: I want to get UTC time. It should not change except for tiny adjustments that happen from Network. User modifications to the time on the device must not affect it. What you're asking for is SNTP (often abbreviated as NTP). If all

[android-developers] Your version is: /bin/bash: javac: command not found. after downgrading from 1.7 to 1.6 Cygwin

2011-09-30 Thread Raziel23x
I originally had java 1.7 and it told me i needed 1.6 so i completely uninstalled java and deleted the java folder in my program files folder and installed java from scratch. as you can see when I run the java -version command in Cygwin I can see that java is installed but when I go to compile

Re: [android-developers] Android Project

2011-09-30 Thread Joao Braga
Once you figure out what you want do to that you measure the time it will take to be done :) -- 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

[android-developers] Re: repo Sync issues with tagging

2011-09-30 Thread Raziel23x
I have found that there is a issue with the host server of this git not having the proper tagging that that original git has but is currently down for some off reason when the said admin who original ported the git over merged all tags into on and completely renamed tagging system which is

[android-developers] Re: Always-on GPS: widget or app?

2011-09-30 Thread Pinheiro
Just to clarify one thing: you don't want to use the requestLocationUpdates(). I suppose you meant: you don't want to call requestLocationUpdates() for continuous updates, right?In the BroadcastReceiver activity, I'll call the requestLocationUpdates() and then removeUpdate() as soon as there is a

[android-developers] Re: Permission denial on ACCESS_FINE_LOCATION on Samsung Galaxy (other GPS apps work)

2011-09-30 Thread Jean-Michel
I did that and it worked Mark, thank you very much. I am not even sure how it got there, probabl a mistake of myself in the GUI... Thanks again, JM On 30 sep, 19:08, Mark Murphy mmur...@commonsware.com wrote: Get rid of android:permission=android.permission.ACCESS_FINE_LOCATION from

[android-developers] Re: trrying to switch between multiple activitiies

2011-09-30 Thread jimmy kay
Thanks Mark Jim On Friday, September 30, 2011, Mark Murphy mmur...@commonsware.com wrote: Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your crash. On Tue, Sep 27, 2011 at 7:21 PM, jimmy kay jimka...@gmail.com

[android-developers] ES File Explorer 1.6.0.6 does not return path in data.getPath() anymore...

2011-09-30 Thread Jean-Michel
Hi guys, I used to rely on ES File Explorer in my app to select files and open them but it seems the last version of ES File Explorer has changed and it does not reteurn the path in the calling activity anymore. Any one noticed that ? Any suggestion for an alternative ? I do not need complex

Re: [android-developers] ES File Explorer 1.6.0.6 does not return path in data.getPath() anymore...

2011-09-30 Thread Mark Murphy
On Fri, Sep 30, 2011 at 4:37 PM, Jean-Michel jeanmichel.caz...@gmail.com wrote: filepath used to conatin the path, now it looks like /8067 In the debugger, the data it self contains this : content://com.estrongs.files/8067 They switched to using a content provider, apparently. A lot of

Re: [android-developers] Re: trrying to switch between multiple activitiies

2011-09-30 Thread Joao Braga
Have you tried to build a singleton that carries the data for every activity - like a context holder ? -- 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

[android-developers] DrawTextOnPath advice needed.

2011-09-30 Thread Nathan
Hi, I'm using DrawtextOnPath. My first question is what does hOffset really mean? It says the distance along the path to add to the text's starting position. Is this Euclidean distance in pixels or what? There is no Canvas.measurePath() command that I can tell, so I have estimated the total

Re: [android-developers] DrawTextOnPath advice needed.

2011-09-30 Thread Miguel Morales
About your second question, Try enabling anti-alias on your paint object On Fri, Sep 30, 2011 at 1:56 PM, Nathan critter...@crittermap.com wrote: Hi, I'm using DrawtextOnPath. My first question is what does hOffset really mean? It says the distance along the path to add to the text's

Re: [android-developers] DrawTextOnPath advice needed.

2011-09-30 Thread Nathan
On Friday, September 30, 2011 2:10:03 PM UTC-7, Miguel Morales wrote: About your second question, Try enabling anti-alias on your paint object That's done already. Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Bizarre jump in ratings/comments - just me?

2011-09-30 Thread Adam Ratana
Today I noticed one of my apps (and only one) got a strange jump in ratings. Approximately +124 four star ratings and +124 comments (but there are no comments to go with this, in the console) - this actually brings the average rating of the app down half a star... This is highly unusual as

[android-developers] Accessory Kit and any other phone than a Nexus

2011-09-30 Thread John Windberg
Anyone ever get the accessory DemoKit to load on any other phone other than a nexus? I'm trying with a Galaxy tab and a t-mobile G2, both are running android 2.3.4, which ought have everything. Loading the apk gives me this error, and my android ide and libraries are all up to date. Package

[android-developers] Re: XML DOM Parser works in JAVA, Crashes Android App, Now XMLPullParser

2011-09-30 Thread Dancing Fingers
So I'm starting to suspect my XML file. Here it is: ?xml version=1.0 encoding=UTF-8? Chars ChPair chE/ch ct175391/ct /ChPair ChPair chT/ch ct129899/ct /ChPair ChPair chA/ch ct110693/ct /ChPair ChPair chO/ch

Re: [android-developers] Re: XML DOM Parser works in JAVA, Crashes Android App, Now XMLPullParser

2011-09-30 Thread Kostya Vasilyev
I don't see your code ever assigning anything to myCh, so expect it to crash when trying to call setTheChar and setCount. Also, that charAt(0) should really be charAt(1), no? -- Kostya Vasilyev 01.10.2011 2:03 пользователь Dancing Fingers batym...@gmail.com написал: So I'm starting to suspect

[android-developers] Re: How to get pure UTC time?

2011-09-30 Thread RLScott
I also have a need for accurate NTP embedded into my app. I am writing a very accurate musical instrument tuner. One of the things that such an app needs to do is to calibrate the device to compensate for variations in the sound system's quartz crystal time base. On another platform I did this

Re: [android-developers] DrawTextOnPath advice needed.

2011-09-30 Thread Nathan
It turns out the math wasn't good enough. My approximation of distances wasn't accurate enough; I have to do a few more square roots. With that in mind, I can space the text along the path. I haven't solved the other problem yet, but if I have several labels at intervals on a path, chances

[android-developers] barcode scanner not launching

2011-09-30 Thread leigh8347
im having a little trouble with my app i want the barcode scanner to open on the click of a button(scan1), scan barcode, and return details to a edittext (barcode1). here is what i have so far.. package com.android.app; import android.app.Activity; import android.content.Intent; import

Re: [android-developers] barcode scanner not launching

2011-09-30 Thread Mark Murphy
I suggest using their IntentIntegrator, as I did in this somewhat-old sample project: https://github.com/commonsguy/zxingdemo Also, delete your intent-filter -- *you* are not *implementing* an activity supporting com.google.zxing.client.android.SCAN. You are *consuming* an activity from the

[android-developers] LVL, DeviceLimiter and userId

2011-09-30 Thread Phil H
I'm looking at the LVL code and had a question about user identity and the DeviceLimiter interface. I've one app in the Android Market that uses LVL in its recommended form, so users can install the application on any device they have set up their account on. Early indications are that the

Re: [android-developers] android customization issue

2011-09-30 Thread TreKing
On Fri, Sep 30, 2011 at 8:28 AM, sourabh sahu souruit...@gmail.com wrote: i want to customize os. ... any inputs is highly appreciated. Ask in a forum that is dedicated to customizing the OS. -

[android-developers] Re: XML DOM Parser works in JAVA, Crashes Android App, Now XMLPullParser

2011-09-30 Thread Dancing Fingers
Thanks Kostya, I changed the '0' to a '1' without success. Actually Chars have only 2 fields: a char and an int, which I thought setters were for. The thing of it is that I keep getting an XMLPullParserException, saying that I'm reading line -1, column -1. Thanks. Chris On Sep 30, 6:18 pm,

Re: [android-developers] HTTP response Problem

2011-09-30 Thread TreKing
On Tue, Sep 27, 2011 at 5:44 PM, daniel_nyb...@hotmail.com daniel_nyb...@hotmail.com wrote: I am trying to read the data from a web site, (in string format). The problem is that, after executed the row response = client.execute(request); it jumps directly to }finally{ WHY I would guess

Re: [android-developers] about intents.

2011-09-30 Thread TreKing
On Wed, Sep 28, 2011 at 8:13 AM, aditi badwe aditi.aba...@gmail.com wrote: hi if i am building the basic application for android in main .java file in src folder then i have given a button in xml file...after clicking on the button how could i go to next screen i.e screen 2?? Read the

<    1   2   3   >