[android-developers] Problem with writing files to internal memory (not visible on file browser on ICS)

2012-02-07 Thread Dirk Vranckaert
I have a problem when I try to write a file to the device's SD-card. It's an export in CSV format that I save to the directory /Android/ data/eu.vranckaert.worktime/files/worktime/ and the name of the file is "export.csv" in this case. File exportDir = ctx.getExternalFilesDir(null);

[android-developers] Re: Fail to connect to camera service <- Camera.open();

2012-02-07 Thread Matt Clark
package tinyClark.util.flashlite; import java.util.List; import android.app.Activity; import android.hardware.Camera; import android.hardware.Camera.CameraInfo; import android.hardware.Camera.Parameters; import android.os.Bundle; import android.util.Log; import android.view.View; import and

Re: [android-developers] Starting Android

2012-02-07 Thread ji fei
developer.android.com On Wed, Feb 8, 2012 at 10:46 AM, Murali Kryshna Pendyala < pmural...@gmail.com> wrote: > Hi, > I am very much interested in learning Android Apps development. Can > you please share some docs or links useful to start with . Thanks in > advance > > -- > You received this mess

[android-developers] Re: imageButton and weight

2012-02-07 Thread pidduweb
Solved: imgButton.setLayoutParams(new TableRow.LayoutParams(LayoutParams.wrap_content,LayoutParams.wrap_content, 1f)); Tha last parameter is the weight. Rocco On 7 Feb, 09:57, pidduweb wrote: > Hi all, >   i want to set at runtime the layout weight of an imageButton, but i > not found any meth

Re: [android-developers] Re: Re : Grid View

2012-02-07 Thread Farhan Tariq
define a layout with image and text, inflate it and replace a grid cell with it. On Wed, Feb 8, 2012 at 12:06 PM, vivek elangovan wrote: > Hi Ratheesh, > My point is i want to display image with text and > on clicking the image i want to display the corresponding text in > anoth

[android-developers] Re: Invert and entire Bitmap

2012-02-07 Thread hhenne
You can make a Paint and setXfermode to XOR (PixelXorXfermode) and the draw a solid rect on the bitmap. It will invert every bit - so when you do it once more you are back to non-inverted. I am doing so in my keyboard (http://www.maxikeys.com) to invert pressed keys - the room between the keys have

Re: [android-developers] Re: Re : Grid View

2012-02-07 Thread Ratheesh Valamchuzhy
Plse go through this , it may help you. http://stackoverflow.com/questions/8373041/android-grid-view-display-caption-below-each-grid -- 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@goo

[android-developers] Re: Re : Grid View

2012-02-07 Thread vivek elangovan
Hi Ratheesh, My point is i want to display image with text and on clicking the image i want to display the corresponding text in another class. - Vivek On Feb 8, 11:42 am, Ratheesh Valamchuzhy wrote: > for passing a data to the next activity you can use putextra function.. --

[android-developers] Language Change

2012-02-07 Thread aru padam
Hi all, I am developing an app in four different language. The language can be selected by the user. My problem is when i take the photo from camera, after that the language is changed as English (from other three languages). But it working fine in the HTC not in the Samsung Galaxy Ace. Any

Re: [android-developers] Re: Removing Lock Screen

2012-02-07 Thread Dhaval Varia
Dear it is not at all poSsible... Due to security reason.. Amend me if something wrong On Feb 8, 2012 4:27 AM, "mgah" wrote: > If that is not possible, is there a way to start a timer when the lock > screen appears and automatically enter the home screen when a timer > elapses? > > On Feb 6, 4:19

[android-developers] Does android support EAP-SIM authentica​tion for WIFI?

2012-02-07 Thread mask red
if yes, which version,2.​3, 3.0 or 4.0? if not,when will supprot this function? if l wan to do EAP-SIM authentication on nexus, how should i do? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-d

[android-developers] Chnaging radio button image with each activity

2012-02-07 Thread May
I am working on a quiz activity where there are multiple radio buttons and every time the activity loads radio button images change according to the the question. Is there a way to change the radio button images every time the activity loads? I want all the radio buttons to have different image/ t

[android-developers] Voicemail API in Ice Cream Sandwich

2012-02-07 Thread bryandunbar
I'm starting to look into the VM api's. Is it possible to retrieve all the voicemail from the phone programmatically? -- 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 T

[android-developers] Activity Life Cycle Issue on Orientation Change

2012-02-07 Thread Jim Duda
I'm developing an application on API 2.2 (Froyo). I'm having a problem with myListActivity when I do an orientation change from Vertical to Horizontal (F11 on emulator). After the orientation change, I go through onDestroy and onCreate as expected. After the onCreate, the application restarts a

[android-developers] Android ICS 4.0 Placing Flash WebView into full screen calls hideAll Method?

2012-02-07 Thread David Venezuela
android.webkit.PluginFullScreenHolder http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.0.1_r1/android/webkit/PluginFullScreenHolder.java#PluginFullScreenHolder.setContentView%28android.view.View%29 public void show() { // Other plugins may attempt to draw

[android-developers] Constraining FrameLayout dimensions (greater than viewport) using LayoutParams after scaling children

2012-02-07 Thread momo
Sorry about the poor title - it's hard to summarize the issue in one line. I'm working on a map tiling system for small-scale maps (imagine building interiors), with zoom and pan functionality. Most of this is working properly, but after a scale operation I try to limit the scrollable area using

[android-developers] getResponseCode

2012-02-07 Thread Androiding Newbie
Hi guys, I sorta have a problem. I m currently programming a Android Code for passing information to a server using httpsURLConnection. However I have problems when I execute the command: int rc = httpsUrlConnection.getResponseCode(); It always takes at least half a minute to process this method

[android-developers] Starting Android

2012-02-07 Thread Murali Kryshna Pendyala
Hi, I am very much interested in learning Android Apps development. Can you please share some docs or links useful to start with . 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 androi

[android-developers] Re: 4.0 Action Bar - remove app title.

2012-02-07 Thread Chris
How does the Gmail map in ICS do it then? They have the app title as a drop down. On Dec 22 2011, 2:33 pm, Nathan wrote: > Oh, and using the "always" tag even works without removing the app > title. The app title actually does fit in landscape mode and > disappears in portrait mode. > > So if so

Re: [android-developers] Re : Grid View

2012-02-07 Thread Ratheesh Valamchuzhy
for passing a data to the next activity you can use putextra function.. -- 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 a

[android-developers] Re : Grid View

2012-02-07 Thread vivek elangovan
Hi members, I need to develope a gridview with image and text and on clicking the image i need to display a textview of the corresponding image.I already tried image alone and its working fine.For image and text how to pass the id or text of the image? -- You received this me

[android-developers] Does icecream sandwich 4.0.3 enforces more restrictions for application developer in threading usage ?

2012-02-07 Thread Pritam
I am working on an application that was designed for tablet (specifically tested well on Motorola Xoom and Samsung Galaxy Tab 10.1). The O.S. which was used was HoneyComb. Recently after updating the O.S. to official Icecream Sandwich 4.0.3, that was received as notification update, I find the app

[android-developers] SIP Server

2012-02-07 Thread Perumss Naren
HI Friends, I need to develop *SIP server and client*. in that message, video call, etc to be added Sip client will work in android mobile phone, for the we have open source. Sip server i need open source. and i need information about the Sip server any open source or paid that can be used or w

Re: [android-developers] Re: Capture home key event

2012-02-07 Thread v bobbywink
Home key has been captured in framework level. The third app only can use the method to get home keyevent getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD) 2012/2/8 Dianne Hackborn > On Mon, Jun 28, 2010 at 4:47 AM, Vishal wrote: > >> I do understand the difference between the back

Re: [android-developers] Re: Fail to connect to camera service <- Camera.open();

2012-02-07 Thread Raghav Sood
The camera can only be used by one application at a time. You must release it when you are done with it, so that you may use it again. The other applications can still use the camera as your app force closes, which frees up the camera. Thanks 2012/2/8 v bobbywink > So strange, can u post all co

Re: [android-developers] Re: Fail to connect to camera service <- Camera.open();

2012-02-07 Thread v bobbywink
So strange, can u post all code in this activity? 2012/2/8 Matt Clark > Even using your code, in LogCat i get: > open > second open > fail to open camera > This happens even after rebooting the phone, however all other > applications that use the camera still work. > > On Feb 7, 2:45 am, v bobby

[android-developers] Re: Android AVD simulator won't run Apps with XML Readers`

2012-02-07 Thread shashi asanka
did u sure about the version ,? 2.2 2.3 something like that I mean at initializing you use 2.3 but AVD is 2.2 something like that ... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

[android-developers] Anchor tag link to application activity.

2012-02-07 Thread Atluri ajith
I'm getting anchor tag from database like below. displaying using TextView Click here information till now it is fine i'm displayng it using (Html.fromHtml(PostInfo). Now my question is when i click on this anchor tag it is opening browser to display page but i've that page in my application act

[android-developers] Re: Re : SMS application

2012-02-07 Thread vivek elangovan
Hi Jagruti, The method for SMS is available in android developers site u can get it from there,first u check that with emulator in real phones u just put application file it will take the default message configuration and send message. If u not able to find mail me i will send the co

[android-developers] android blogs

2012-02-07 Thread T.M.S.VIJAYKUMARR
http://iamvijayakumar.blogspot.com/ -- - -- 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+unsu

[android-developers] Re: TextView scroll in an activity.

2012-02-07 Thread Put_tiMe
Ok, I got it to work. I HAD to add a scroll view to the text view. http://schemas.android.com/apk/res/android"; android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" android:isScrollContainer="true" android:scrollbars="verti

[android-developers] Re: Source not found/ArrayAdapter

2012-02-07 Thread Ozone Apps
Thank you Dallas for your response! And thanks to all others who helped. I'm sorry if I seemed incompetent to some of you, I've had this error for a long time and Google directed me here to find an answer. I'm glad I could get help from some experienced folks. Thanks! On Feb 7, 4:46 pm, TreKing

Re: [android-developers] How to add e new element to public.xml?

2012-02-07 Thread ji fei
So it just can be modify by hand. Thanks On Wed, Feb 8, 2012 at 10:50 AM, Dianne Hackborn wrote: > By making it public you are declaring a final resource ID for it that can > not change. You should not be doing this unless you are building the next > API level of the platform. > > > On Tue, Feb

Re: [android-developers] android fullscreen issue

2012-02-07 Thread ji fei
Try to set sdkVertion to 7. Because i have meet similar issue before, i just modify like this to solve it. But my android version is gingerbread. On Tue, Feb 7, 2012 at 9:38 PM, Mark Murphy wrote: > What is the specific make/model of the device that is not honoring your > request? > > On Tue, Fe

Re: [android-developers] How to add e new element to public.xml?

2012-02-07 Thread Dianne Hackborn
By making it public you are declaring a final resource ID for it that can not change. You should not be doing this unless you are building the next API level of the platform. On Tue, Feb 7, 2012 at 5:42 PM, hongbosb wrote: > I am modifying framework of AOSP. And i have declare a new style in >

Re: [android-developers] Google api 7

2012-02-07 Thread Dhaval Varia
Is this dowmload available offline ?? Where? On Feb 7, 2012 11:01 PM, "Kristopher Micinski" wrote: > > > On Tue, Feb 7, 2012 at 11:35 AM, Dhaval Varia wrote: > >> 1. I need google api 7 or less... >> Where do i get it? >> > > With the android tool that's included in the sdk you can download sdks

[android-developers] How to add e new element to public.xml?

2012-02-07 Thread hongbosb
I am modifying framework of AOSP. And i have declare a new style in styles.xml under framework/core/base/res/res/values. This style hasn't been set to hide. When i execute "make update-api" in root directory, it won't add this new element to public.xml. Shoud i add this new entry to pubic.xml b

[android-developers] Re: LVL Reasons for answering differently for real users and test accounts

2012-02-07 Thread Gabriel Simões
Forgot to mention, it is happening to 2 different apps, with not equal but close LVL code. Have double checked and I haven´t changed the app key file, nor the passwords or package names. On 7 fev, 23:26, Gabriel Simões wrote: > Hello! > > I´m facing an issue I haven´t before and I really don´t kn

Re: [android-developers] Re: how can access android phone (sdcard) on my computer browser via wifi ?

2012-02-07 Thread Nikolay Elenkov
On Wed, Feb 8, 2012 at 8:42 AM, gjs wrote: > Hi, > > Sure write an app with its own http server. > > http://developer.android.com/reference/java/net/ServerSocket.html > > There are also apps that let your share it via Samba (Windows file sharing), but you need a rooted phone. -- You received th

[android-developers] LVL Reasons for answering differently for real users and test accounts

2012-02-07 Thread Gabriel Simões
Hello! I´m facing an issue I haven´t before and I really don´t know what may be causing my issues. I have 2 apps implementing LVL. I´ve never faced big issues with LVL before but now, for some unknown reason my users started complaining that after updates they are not able to validate licenses a

Re: [android-developers] Memory usage details in Taskmanager

2012-02-07 Thread Dianne Hackborn
This is an extremely complicated topic. Here is something I wrote on it: http://stackoverflow.com/questions/2298208/how-to-discover-memory-usage-of-my-application-in-android/2299813#2299813 On Mon, Feb 6, 2012 at 11:37 PM, avinash kumar wrote: > Hi, > > My RAM usage memory in TaskManager shows

Re: [android-developers] SSL/TSL Over Android 2.1

2012-02-07 Thread Nikolay Elenkov
On Tue, Feb 7, 2012 at 5:16 AM, Yonatan Romero wrote: > So I try to connect to others safe-web-pages witch has certificates > signed by CA authorities like Verisign, Thawte, GoDaddy, Digicert, > etc. I noticed that the request sometimes throws the exception and > sometimes not. > > I want to purch

[android-developers] Re: Fail to connect to camera service <- Camera.open();

2012-02-07 Thread Matt Clark
Even using your code, in LogCat i get: open second open fail to open camera This happens even after rebooting the phone, however all other applications that use the camera still work. On Feb 7, 2:45 am, v bobbywink wrote: > well, i think camera has crashed and in the condition u can't get > camer

Re: [android-developers] Re: Capture home key event

2012-02-07 Thread Dianne Hackborn
On Mon, Jun 28, 2010 at 4:47 AM, Vishal wrote: > I do understand the difference between the back key and home key. > Anyways, is this the android where developer say anything can be done > in android by developer? :-( > Nobody has ever claimed that third party apps can do anything in the world.

Re: [android-developers] Calling WCF Restfull

2012-02-07 Thread Heladio Benicio
json 2012/2/7 James Black > How is the data packaged? > > Is JSON or XML, for example > On Feb 7, 2012 5:02 PM, "Heladio Benicio" > wrote: > >> Hi all, >> >> Does anyone know how to call a service rest "post" parameter passing >> an object as an object and getting in return? >> >> thank you! >>

Re: [android-developers] Re: Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-02-07 Thread Dianne Hackborn
On Sun, Feb 5, 2012 at 5:42 AM, albnok wrote: > Er... since when could we do that? As far as I know the exact > qualifiers only came about in Android 3.2. > > layout-large-port-xhdpi-1280x800 > > I am thinking layout-large-port-xhdpi would make sense, though. > You should never, ever see a resou

[android-developers] Re: I've been making games for a while now but how do I make them successful?

2012-02-07 Thread gjs
Hi, One suggestion is not to mention that the game is still in development even if it is, some people may think it is not complete or has bugs etc and they are just being used to test your game. Keep trying to make a great game with great visuals. Regards On Feb 7, 5:04 pm, Pedro Gabriel Fontel

Re: [android-developers] GPS - SMS - Mock Location

2012-02-07 Thread Kristopher Micinski
gjs is right, you're almost certainly exhibiting some sort of nullpointerexception or securityexception, perhaps if you posted a log of the program's behavior people could help you! kris On Mon, Feb 6, 2012 at 3:58 PM, Hohorlan B wrote: > I have this code for my project. (Not mine, but I revised

Re: [android-developers] How do I get started on the right track

2012-02-07 Thread TreKing
On Tue, Feb 7, 2012 at 5:51 PM, Mark McDonald wrote: > > I would love to have some help creating the code for the first button > that opens the program which is planned to have 3 lower case letters in it. > What have you done so far? Have you read the documentation? Thoroughly? Gone through the s

[android-developers] Re: GPS - SMS - Mock Location

2012-02-07 Thread gjs
Hi, Someone might help if you post the log with FC details. Regards On Feb 7, 7:58 am, Hohorlan B wrote: > I have this code for my project. (Not mine, but I revised it so it > will suit my needs.) > > http://pastebin.com/Tn4guLNR > > My Project is about a specific GPS hardware that will send GP

Re: [android-developers] Calling WCF Restfull

2012-02-07 Thread James Black
How is the data packaged? Is JSON or XML, for example On Feb 7, 2012 5:02 PM, "Heladio Benicio" wrote: > Hi all, > > Does anyone know how to call a service rest "post" parameter passing > an object as an object and getting in return? > > thank you! > > -- > You received this message because you

[android-developers] How do I get started on the right track

2012-02-07 Thread Mark McDonald
I have installed Eclipse and SDK Kit and am ready to start writing my application. Can someone help me get started on the right track? I am writing an application that is a tracker for certain words and am having trouble getting started. I would love to have some help creating the code for the f

[android-developers] Re: Bluetooth insecurerfcomm automated pairing request on ICS

2012-02-07 Thread gjs
Hi, Just ignore the pairing, or pair it anyway it should only happen once... Regards On Feb 8, 3:27 am, rapgaroo wrote: > I own a Nexus S and it's currently running ICS 4.0.3 (OTA from T- > Mobile). I have my own application which does Bluetooth connection > stuff using Insecure method to ignor

Re: [android-developers] shutter closed and exposure time

2012-02-07 Thread Jim Graham
On Tue, Feb 07, 2012 at 04:53:58AM -0800, Rok wrote: > > I am working on an application for astronomy and I would like to > measure so called dark current of a CCD (in electrons per second). > To do this I have to take pictures with shutter closed and at > different exposition times. > Is there a

[android-developers] Re: how can access android phone (sdcard) on my computer browser via wifi ?

2012-02-07 Thread gjs
Hi, Sure write an app with its own http server. http://developer.android.com/reference/java/net/ServerSocket.html Regards On Jan 31, 2:01 pm, ltvie wrote: > Hi everyone...!! > > I want to know,,how can access android phone (sdcard) on my computer > browser via wifi ? > for example,from my comp

[android-developers] Re: Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-02-07 Thread Doug
On Feb 5, 6:22 am, Daniele Segato wrote: > On 01/20/2012 02:40 PM, Chris wrote: > > > My app runs on Android 2.1+ , so I can't use the DPI based screen > > differentiation , > > are you sure about this? I can tell you that I created an emulator with Android version 2.3.3, told it to be 1280x800,

[android-developers] Re: good android blog

2012-02-07 Thread Ali Chousein
When promoting own work, it's a good practice to avoid using articles like "good", "great", "excellent", "mind-blowing" etc. Posting the relevant link is usually considered to be enough. It's up to the audience to choose adjectives for describing the contents of the link. On Feb 7, 4:47 pm, "T.M.

[android-developers] Re: ADT 16 crashes

2012-02-07 Thread theSmith
Never mind. This is related to custom attributes in a library project which is still unsupported. On Feb 7, 5:28 pm, theSmith wrote: > Eclipse 3.6.2 > ADT 16.0.1 > OSX 10.6.8 > > I'm in the process of creating a new library project out of a previous > project and am now trying to create a proje

[android-developers] progressBar for percentage of file-uploaded

2012-02-07 Thread Farhan Tariq
Hi guys, I have written a piece of code in an application that uploads a file to a location, if provided with path of a file. What i am missing is a way to show the percentage of file uploaded. I am using apache's http library for this purpose (found it on the internet). The relevant code is here:

[android-developers] Re: Removing Lock Screen

2012-02-07 Thread mgah
If that is not possible, is there a way to start a timer when the lock screen appears and automatically enter the home screen when a timer elapses? On Feb 6, 4:19 pm, mgah wrote: > Hello Developer team, > > I am trying to remove the lock screen completely from the phone.  My > goal is start the p

[android-developers] Re: Capture home key event

2012-02-07 Thread TreKing
On Tue, Feb 7, 2012 at 1:54 AM, Jatin Patel wrote: > One of the reason can be to stop Audio Recording, when user leaves > application.? > A) Please reply to the group. B) That is not a good reason. You can use onStop() for that. --

Re: [android-developers] Re: Source not found/ArrayAdapter

2012-02-07 Thread TreKing
On Tue, Feb 7, 2012 at 4:38 PM, Ozone Apps wrote: > The line that causing the problem is: > > spinner.setAdapter(spinnerArrayAdapter); > If that's the line that causes the problem, and the problem is "null pointer", then basic Java knowledge tells you your "spinner" variable is null. If you read

Re: [android-developers] Re: Documentation for the Android/Google TV YouTube player parameters

2012-02-07 Thread Kamil Javorcik
intent.setAction(android.content.Intent.ACTION_VIEW); Uri.parse(" http://www.youtube.com/watch?v=VIDEO_ID.";); intent.setDataAndType(Uri.fromFile(file), "application/vnd.android.package-archive"); startActivity(intent); change uri 2012/2/6 Wiktor Gworek > Just fire VIEW intent f

[android-developers] Re: Source not found/ArrayAdapter

2012-02-07 Thread Ozone Apps
The line that causing the problem is: spinner.setAdapter(spinnerArrayAdapter); The rest of the code is pasted above. I've used other programs that use spinners, this one doesn't want to work. On Feb 6, 6:41 am, drac94 wrote: > "Source Not Found" means you haven't linked the Android source

[android-developers] ADT 16 crashes

2012-02-07 Thread theSmith
Eclipse 3.6.2 ADT 16.0.1 OSX 10.6.8 I'm in the process of creating a new library project out of a previous project and am now trying to create a project that depends on it. This isn't the first time I've used Libraries and have several that work just fine. When trying to build the project (not li

[android-developers] Re: Why would PackageManager throw PackageNotFound for its own App Package?

2012-02-07 Thread William Ferguson
But I didn't feed anything after midnight. Honest On Feb 8, 3:15 am, Mark Murphy wrote: > Yup, definitely gremlins. :-) > > On Tue, Feb 7, 2012 at 8:46 AM, William Ferguson > > wrote: > > Hi Mark, > > > Its on the UI thread from a button click. > > > William > > > On Feb 7, 11:37 pm, Mark Murph

[android-developers] Comparing Ice Cream Sandwich with iOS 5

2012-02-07 Thread swingyang yang
In this document, I am trying to compare the APIs of ICS with those of iOS 5. So, the comparison is from the point of view of the developer. And, I am looking only at the public APIs documented on the Android SDK web site. I know there are other APIs in the source code and they may be used by some

[android-developers] Parsing Images

2012-02-07 Thread Stan
Hello guys; i really want help; i have a URL inside it a pictures in categories its php url and i want to show them in grip vew let me clear my idea i want to show the pictures in grid view and those pictures found on URL (http://something.php) and i read i have to parse the url?? i want some h

[android-developers] auto change focus

2012-02-07 Thread kumar raja
i want the answer for the following link http://stackoverflow.com/questions/8237336/how-to-set-time-based-focus-on-buttons-in-android how to change the focus between the elements in a screen with some time delay, please tell me where can i find the relevant code.. -- Regards Kumar Raja M.Tech

[android-developers] Multiple ProximityAlerts

2012-02-07 Thread Georg Kaspar
Dear group, I'm trying to set up a mapping application that allows to track down multiple POIs where different kinds of location based information (images, texts, audiofiles) are provided. For each point, a ProximityAlert is added to the LocationManager with a PendingIntent: private void addProxi

[android-developers] Need to develop full tamil android apps.

2012-02-07 Thread Rajkumar M.Tech
Dear all, I planned to do android apps similar to google translator. Myself much interested to do work with you people. Kindly share your experience regarding tamil android development challenges. like unicode and english typing text that would convert to tamil words. I believe you only can guid

[android-developers] Re: Fail to connect to camera service <- Camera.open();

2012-02-07 Thread v bobbywink
well, i think camera has crashed and in the condition u can't get camera service. U must reboot phone. when using hardware , u should be careful. u can open Camera in onStart() and release Camera in onStop(). Can't open camera many times in activity, when task finish u must release it . sample cod

[android-developers] imageButton and weight

2012-02-07 Thread pidduweb
Hi all, i want to set at runtime the layout weight of an imageButton, but i not found any method setWeight, any one can help me? Thanks Rocco -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] shutter closed and exposure time

2012-02-07 Thread Rok
Hi! I am working on an application for astronomy and I would like to measure so called dark current of a CCD (in electrons per second). To do this I have to take pictures with shutter closed and at different exposition times. Is there a way to do this with android (or is there another way to get d

Re: [android-developers] Re: auto starting application after boot complete

2012-02-07 Thread soheb somani
my application is same as urs and it shud work at start up.bt whn it works first i am gettin force close and whn i press dat, my app. works prfctly, so can u suggest me the solution and can u provide me a snippet for that lock removal -- You received this message because you are su

[android-developers] How to use Google Map API for Android with the offline catch of map

2012-02-07 Thread King Leung
Hello, may I ask a question: How to use Google Map API for Android with offline map catch? Because our application will use in this nonetwork places, we must pre download the offline catch of map. If it's only supply for enterprise, and what is the price for it, and what is the contact? I'm in chin

[android-developers] Editing arabic

2012-02-07 Thread wael gala
Hi,all How i editing arabic languge to my htc hero? -- 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+un

[android-developers] Re: Source not found/ArrayAdapter

2012-02-07 Thread drac94
"Source Not Found" means you haven't linked the Android source code into Eclipse, and you are trying to step into that code. The debugger can't step into it if the source isn't available to it. So, that is not the real problem for your spiner. Check the log cat and try to locate the first error li

[android-developers] Return the status program of "Suspended" to "Published"

2012-02-07 Thread dvpt
Hi! For violations of the agreement is suspended a program to run in the Android Market. It's a shame of course. By not knowing. Can Android Market program to return the status of "Suspended" to "Published"? The best regards -- You received this message because you are subscribed to the Google Gr

[android-developers] Debug Android code from Dreamweaver 5.5 in my device

2012-02-07 Thread publ...@emdr-es.com
I am programming Android apps with Jquery mobile in Dreamweaver 5.5 but only can run the apps via AVD manager. The AVD emulator its so slow ! How can i run apps directly in my phone UBS connected? Could create a new AVD as my phone in AVD Manager? Thank you ! -- You received this message beca

[android-developers] Multi-choice alert dialog

2012-02-07 Thread Juxtenia
As part of an app I'm writing I've got to get a multi choice dialog where the user can select people who are travelling on a holiday. However when i try to initiate this dialog it never appears and if I try to do anything else I get ANR. The initialising code in the onCreateDialog(int id) method is

[android-developers] Re: Documentation for the Android/Google TV YouTube player parameters

2012-02-07 Thread Wiktor Gworek
Just fire VIEW intent for YouTube url. That is http://www.youtube.com/watch?v=VIDEO_ID. -- 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

[android-developers] Removing Lock Screen

2012-02-07 Thread mgah
Hello Developer team, I am trying to remove the lock screen completely from the phone. My goal is start the phone in the home screen when it boots up instead of starting on the lock screen. Can you help me with this? Thanks in advance. -- You received this message because you are subscribed t

[android-developers] imgButton and weight at runtime

2012-02-07 Thread pidduweb
HI all, i want to set at runtime the weight of a imagebutton, but there isn't a method setWeight, any one can help me? Thanks Rocco -- 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-developers] SSL/TSL Over Android 2.1

2012-02-07 Thread Yonatan Romero
I attempt to connect to my web-site with a self-signed certificate. I received a SSLException ("Not trusted server certificate") because my website doesn't have a trust certificate. So I try to connect to others safe-web-pages witch has certificates signed by CA authorities like Verisign, Thawte,

Re: [android-developers] voice input for people with tremors (or large fingers)

2012-02-07 Thread Megan Clark
There is an app called Vlingo Virtual Assistant -- I'm not sure it will help but it might save your brother some frustration until someone comes up with something more accessible. I played with it on my phone a few months ago, but I can't remember much about it other than nice voice utility and big

[android-developers] Android ICS: Default browser not respecting viewport tags

2012-02-07 Thread santa
In our android webapp for tatgeting various screens of andorid deive, we use the following meta view port tag for scaling based on device viewport scale But in Android ICS version of device, above Meta tag has NO effect on the application. The UI appears to be zoomed out and the app loses functi

[android-developers] Open Source Android Project

2012-02-07 Thread armors...@live.com
Hello , I'm looking for open source Android Projects. Let me know if you have one please. I made available a restaurant menu system here open source. It's also in the app store search for "Eat Dude". -The "web app" is hosted on Google app engine. G

[android-developers] Calling WCF Restfull

2012-02-07 Thread Heladio Benicio
Hi all, Does anyone know how to call a service rest "post" parameter passing an object as an object and getting in return? thank you! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@

Re: [android-developers] Re: Source not found/ArrayAdapter

2012-02-07 Thread Dallas Gutauckis
Try moving your call to setContentView before the call to findViewById. If you don't have layout, findViewById won't find a view. I'm assuming your NPE is on that spinner.setAdapter(...) line. On Mon, Feb 6, 2012 at 22:30, Ozone Apps wrote: > Sorry for being so vague the first time. I was in a

[android-developers] Re: Can't get cursor position from InputConnection

2012-02-07 Thread Frank Chun Yat Li
I am wondering the same thing. How would anyone use the setComposingRegion or setSelection without knowing the current cursor position? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developer

[android-developers] Memory usage details in Taskmanager

2012-02-07 Thread avinash kumar
Hi, My RAM usage memory in TaskManager shows two values.What do those two values signify? Are they the numbers for Total free memory/Total memory or Used memory/ Total memory? Also when I do a cat /proc/meminfo, the memory usage details that I get are very much different to the one in Task manage

[android-developers] Unable to connect Oracle database

2012-02-07 Thread indumathy raju
Hi all, I'm new to android application. I'm trying to access oracle database from my application. Below is my code for my database connectivity. I'm unable to connect. i put ojdbc14.jar in class path also. but getting class not found error in log cat. I'm using android 1.6. can anybody help to fix

[android-developers] ScrollView in SYSTEM_TYPE_ALERT is blurred

2012-02-07 Thread Drew
I have an android app that displays an system alert from a service: WindowManager.LayoutParams params = new WindowManager.LayoutParams(WindowManager.LayoutParams.FILL_PARENT, WindowManager.LayoutParams.FILL_PARENT, WindowManager.LayoutParams.TYPE_SYSTEM_ALERT, WindowManager.LayoutP

[android-developers] Re: Using ViewPager with dynamic view sets

2012-02-07 Thread HeneryH
tatebn, did you ever solve this problem? I have been going crazy trying to dynamically add views to a viewpager based on database items. If I find one more sample with three statically defined views each adding a textview with the index I will go crazy! -- You received this message because y

[android-developers] Re: SDK Manager won't launch

2012-02-07 Thread broderix
I confirm that! I also got "parsesdkcontent failed " error, that couldn't load sdk On 6 фев, 00:48, hhenault wrote: > Hello Android developpers, > > since several days, when I try to launch the SDK manager, I get the > following set of error messages: > > Fetchinghttps://dl-ssl.google.com/android

[android-developers] GPS - SMS - Mock Location

2012-02-07 Thread Hohorlan B
I have this code for my project. (Not mine, but I revised it so it will suit my needs.) http://pastebin.com/Tn4guLNR My Project is about a specific GPS hardware that will send GPS position to the Android Phone. The phone will have to display the location via Offline maps like mapdroyd. This progr

[android-developers] Application to allow selected application to connect to the internet via 3G

2012-02-07 Thread Nwanna Anthony
I have successfully written the android code that will totally disable 3G on a device. What I want to do next is to edit the code so that only selected application can access the internet via 3G while others cannot. My application is just like the Droid wall but with some difference. I have been

[android-developers] I've been making games for a while now but how do I make them successful?

2012-02-07 Thread Pedro Gabriel Fonteles Furtado
I have just released this game: https://market.android.com/details?id=monster.puzzle It has okay visuals, okay gameplay, I think it even hits some interesting key words. Yet it's not getting a lot of downloads. I used to think you need to hit popular key words to be successful in order to have or

[android-developers] Re: Heyzap

2012-02-07 Thread Jude Gomila
If anyone wants to reach out to me, I'm one of the co founders of Heyzap and I'm happy to discuss the integration. Best On Jan 30, 10:03 pm, bob wrote: > Has anyone here spent any time on integrating Heyzap? > > Is this worth it at all or not-so-much? > > Thanks. -- You received this message be

  1   2   >