[android-developers] Re: Disable call, SMS, email programmatically.

2012-05-10 Thread Ali Chousein
I doubt that you can do these unless you build your own firmware. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.paygol.com/android/implement

[android-developers] light sensor

2012-05-10 Thread DIWA PRIME
as light sensor is useful in controlling the device display in accordance with light exposure...light sensor of my mobile mini pro too does the same...but am not satisfied with its brightness in dark.as the sensor reduces its brightness...so i need to stay in touch with same brightness...so how to

[android-developers] Help

2012-05-10 Thread RAJA Revanth
In the console this what i have received [2012-05-09 19:59:28 - Testing] Uploading Testing.apk onto device 'emulator-5554' [2012-05-09 19:59:30 - Testing] Installing Testing.apk... [2012-05-09 19:59:34 - Testing] Success! [2012-05-09 19:59:34 - Testing] Starting activity com.drunk.DrunkDriveManag

[android-developers] Android coding in Objective-c coding style

2012-05-10 Thread Mufazzal Hussain
I am reviewing code of android application that was built in Objective-c style. App contains only one activity but more than 10 screen so code is too complex to work upon. we are suppose to develop remaining part of application *plz suggest me, should i re-develop the code or work on same.*

[android-developers] How to know the request is from Android 4.0 phone or Android 4.0 Tablet?

2012-05-10 Thread Kevin Chang
Hi, I woudl like to develop a Web Application. It has different UI design for Phone and Tablet because they have different screen size. I always Take user agent of browser to know what device access my application. Then I can know to give appropriate size of UI. User Angent of Android 4.0 Ta

Re: [android-developers] Re: Holding call programmatically

2012-05-10 Thread Satish Kumar
Then how some people done that in there application .. like voice play and holding call and some more.. On Tuesday, November 15, 2011 8:13:39 PM UTC+5:30, Kristopher Micinski wrote: > > Not in the SDK, official or unofficial ... > > kris > > On Tue, Nov 15, 2011 at 7:01 AM, Kamil wrote: > > S

[android-developers] ActionBar title disappears

2012-05-10 Thread an.olive.t...@gmail.com
Hi, ActionBar title disappears in following simple program. Am I doing something wrong? Or it's a bug in Android? Anybody knows how to circumvent this problem? What I did was... 1. launch ActivityA 2. press button to show chooser 3. choose video 4. Activity B launches and finishes soon

[android-developers] Parcelable encountered IOException writing serializable object - Object serializable with array of another serializable

2012-05-10 Thread Brian Collo Gonçalves
I have 2 serializable classes as follow: @SuppressWarnings("serial") public class Musicas implements Serializable { private String musica; private String link; public Musicas(String musica, String link) { super(); this.musica = musica;

[android-developers] How to know the request is from Android 4.0 phone or Android 4.0 Tablet?

2012-05-10 Thread Kevin Chang
I woudl like to develop a Web Application. It has different UI design for Phone and Tablet because they have different screen size. I always Take user agent of browser to know what device access my application. Then I can know to give appropriate size of UI. User Angent of Android 4.0 Table an

[android-developers] Re: Playing an audio file during a call

2012-05-10 Thread Satish Kumar
Hi I am also searching for this type of functionality .. I have tried by Speaker on and playing a song but the other side caller is unable to lie-sen that song . He can able liesen my voice but he is anable to liesen the song. i dont know whats happening can any one please help me it is ver

[android-developers] Raw Touchscreen Data

2012-05-10 Thread Lewis
Hello all - I've been tasked with determining if the capacitance touchscreen on a android device is sensitive enough to provide even a partial fingerprint. During my research I'm coming to the conclusion that no, most devices does not have enough electrodes to determine the variation between the r

[android-developers] Goople Place API

2012-05-10 Thread huynh huấn
Dear all, I have started with Google Places API, I try to use demo from Google, but when I add all libraries to make project stop alert error and run project. When start project, it confirm VerifyError for some class from google api. plz help me solve this problem, or share me another de

[android-developers] Android coding in Objective-c coding style

2012-05-10 Thread Mufazzal Hussain
I am reviewing code of android application that was built in Objective-c style. App contains only one activity but more than 10 screen so code is too complex to work upon. we are suppose to develop remaining part of application plz suggest me, should i re-develop the code or work on same. Ma

Re: [android-developers] Re: Holding call programmatically

2012-05-10 Thread Satish Kumar
Hi i am new to android .. if it is not possible then how some people are doing this functionality in there apps. On Tuesday, November 15, 2011 8:13:39 PM UTC+5:30, Kristopher Micinski wrote: > > Not in the SDK, official or unofficial ... > > kris > > On Tue, Nov 15, 2011 at 7:01 AM, Kamil wrot

[android-developers] use jni

2012-05-10 Thread arkut tony
use jni to access function in .so -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegr

Re: [android-developers] AudioRecord

2012-05-10 Thread Sandeep Ramankutty
Hi , Try to do recorder.stopRecording() at the end of record. Regards, Sandeep On 5/8/12, ron simon wrote: > Hi, > I want to create an recorder and take the buffer to play the sound but it > doesn't work. I have no idea for my misstake and hope for your help ;) > > > > public class input { > pri

[android-developers] Does Download Statistics is Retained for Republished Application once unpublished.

2012-05-10 Thread AmodK
I uploaded one FREE App. For some reason, I unpublished it after some downloads (Statistics Showed Fairly Good Numbers) If again I publish it after some days, Will the download statistics number continue from the previous number ? Does Download Statistics is Retained for Republished Application on

[android-developers] HELP

2012-05-10 Thread RAJA Revanth
[2012-05-09 19:35:57 - Testing] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.drunk/.DrunkDriveManager } This is the entry on console after running what has to be done to rectify this -- You received this message because you

[android-developers] How to know the request is from Android 4.0 phone or Android 4.0 Tablet?

2012-05-10 Thread Kevin Chang
I woudl like to develop a Web Application. It has different UI design for Phone and Tablet because they have different screen size. I always Take user agent of browser to know what device access my application. Then I can know to give appropriate size of UI. User Angent of Android 4.0 Table an

[android-developers] Hindi font issue

2012-05-10 Thread Vikas
Hi Yogesh, i have also developed the application in that i used hindi font for display hindi language. i read your comment on Android Developers Group Discussion, I'm also facing issue in rendering Hindi font. I'm using Mangal font. and as your suggestion i used kiran.ttf font for hindi text but

[android-developers] Re: Regarding WIFIInfo bssid & ssid

2012-05-10 Thread howard he
This will be a enterprise app scenario. All the devices need to connect to the same wifi network with same ssid. Also need to consider the roaming problem. On May 9, 9:32 pm, Raunaque Quaiser wrote: > mac address is of the hardware > > > > > > > > On Wed, May 9, 2012 at 6:51 PM, Bunty syed wro

[android-developers] Unable to create local.prop

2012-05-10 Thread PradeepChandar.R
When I create the local.prop file using the java code I am getting permission denied exception. I have set the necessary permissions like android.permission.MODIFY_PHONE_STATE, android.permission.WRITE_EXTERNAL_STORAGE etc., Here is the code snippet. String baseDir = Environment.getDataDirectory()

[android-developers] Add and re-size pictures with processing Android

2012-05-10 Thread ianas andu
I am using processing in order to develop mobile application for Android.I am trying to build an application "like paint" for android with processing.i managed to do all the drawing changing color etc but i don't know how to write a function that allows the user to load a picture from his mobile

[android-developers] Sms application mod

2012-05-10 Thread Francesco Venica
hi at all, there is a way for change SMS app adding a mod for load only the last 20/30 SMS and add a line for load the other SMS? this for not overload the app if someone have a lot of SMS, anything like iPhone sms app. I think this is a big problem of sms app, whit a lot of sms the phone is so

[android-developers] Re: Tethering two android phones

2012-05-10 Thread Devin
John-Marc, I'm trying to do the same thing and I'm running into the same problem, any updates? Thanks, Devin On Thursday, February 2, 2012 1:45:04 PM UTC-5, John-Marc Desmarais wrote: > > Hi, > > Does anyone know of a method to tether two phones via USB so that one > phone can communicate with

[android-developers] Options missing in Android SDK Manager when started from Eclipse

2012-05-10 Thread Sebastian Krysmanski
Hi, is there a special reason why the "Tools" menu in the Android SDK Manager is missing most of its menu items (including "Options...") when started from Eclipse.

[android-developers] talkback crashes on my tablet

2012-05-10 Thread chadbaker2
hi not sure where to post this i'm visually impaired running a arc hose 101g9 tablet with 4.0.5 talkback keeps freezing i loose speech i have to reboot all the time i tried all voices it just freezes it happens all the time i'm using version 3.0.2 of talkback from the play store when it freezes i h

[android-developers] App not deploying to AVD in Eclipse?

2012-05-10 Thread HorsemanUK
Hi all, Firstly, thanks for any help anyone can offer me with my foray into Android app development. I've been a Java developer for many years although I've been in management circles in recent years so a little rusty. I've got Eclipse (Indigo) installed and I've used Eclipse extensively in th

[android-developers] How to attach an image to an html email using the intent object which is shown in the message body

2012-05-10 Thread Mourad
Hi Forum, im trying to send an email programaticly. Sending an email which has an attached image is not the problem. But I need to have an HTML email which shows the attached picture in the body itself. I tried several things but without success... When I compare a email sourcecode, I can see, th

[android-developers] Unable to start activity ComponentInfo{...}: java.lang.NullPointerException

2012-05-10 Thread Andre Wiget
Hi, I have a problem with Android 3.2. The following line causes the NullPointer exception under Android 3.2: btnAbout.setOnClickListener(aboutSelected); In the debugger I can see that aboutSelected is NOT null. The same code runs without problems under Android 4.0.3 and 2.3.3. Does any

[android-developers] talkback crashes with my tablet under 4.0.5

2012-05-10 Thread chad baker
hi wasn't sure where to post this i'm visually impaired using a arc hose 101g9 tablet running 4.0.5 with talkback version 3.0.2 i have been having bad luck lot of freezes when it freezes i loose speech i had a sighted person check the screen all the contents were still there i have to reboot all

[android-developers] Will SurfaceView ever support hardware acceleration?

2012-05-10 Thread Simon Edström
Will SurfaceView ever support hardware acceleration? If yes, when? Since hardware acceleration was introduced in 3.0 you would think that the SurfaceView should be supported in ICS. I'm currently working on an application that involves a SurfaceView that runs very slow on big screens (ex. HTC One

[android-developers] Android coding in Objective-c coding style

2012-05-10 Thread Mufazzal Hussain
I am reviewing code of android application that was built in Objective-c style. App contains only one activity but more than 10 screen so code is too complex to work upon. we are suppose to develop remaining part of application *plz suggest me, should i re-develop the code or work on same?.*

[android-developers] CalledFromWrongThreadException in onPostExecute of AsyncTaks

2012-05-10 Thread MiNoS
Hi, I had a problem with a CalledFromWrongThreadException in thrown in a onPostExecute part of an AsyncTaks. From the documentation the onPostExecute part is always executed in UI thread, therefore I'm wondering how this exception could happen. Code looks like: @Override protected void onPostExe

[android-developers] talkback freezes on my arc hose 101g9 tablet

2012-05-10 Thread chad baker
hi i'm not sure where to post this i'm visually impaired got a tablet its a arc hose 101g9 i'm running 4.0.5 and talkback version 3.0.2 it freezes all the time when it freezes i loose speech all i'm doing is reading items on the screen i had a sighted person check the screen everything was still th

[android-developers] Hidden App in the Play Store ?

2012-05-10 Thread Eric
I manually installed my app on a few various devices before distributing these devices to my clients. Now I would like to offer an updated version of this app that only those with these specific devices could download it. (The updated App has the same package name and higher version number) I don

[android-developers] Building an App with adjustable GUI

2012-05-10 Thread Andre Schmidt
Hi, i want to develop an App with an flexible User Interface. The User choose an Element from a given list and place it on the Screen. Did anyone an example for this or do i have to start from the ground? The GUI should work like the Widget-Placement on the launchers. I'm thankful for every ti

[android-developers] could you make black theme for AMOLED device?

2012-05-10 Thread android gogle
normal theme has too much white color so it takes battery a lot. AMOLED need black theme. -- 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 grou

[android-developers] Going from one view to another

2012-05-10 Thread Dan Uff
Hi all: This may seem like a basic question, but I am brand new to Android development and can't find this answer, and I am coming from being an iOS developer. How do you go from one view to another? I need the user to select a button and then go to another screen. Thanks, Dan Uff Connecting Peo

Re: [android-developers] Re: Couldn't get connection factory client in android

2012-05-10 Thread krishna kumar
hi how to crack APK any ideaplease 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 group, send email to android-developers+unsubsc

[android-developers] Re: Couldn't get connection factory client in android

2012-05-10 Thread Colin Cachia
This issue popped up for me aswell, recently. The things I tried were: * Generate new API key - Be sure that it is generated from the correct Keystore that you sign your application with. * Be sure that your project is based on Google APIs (Project > Properties > Android) * Also had a problem wit

Re: [android-developers] ListView items

2012-05-10 Thread Narendra Singh Rathore
On Thu, May 10, 2012 at 11:59 AM, Narendra Singh Rathore < nsr.curi...@gmail.com> wrote: > > >> On Wed, May 9, 2012 at 5:49 PM, nageswara rao rajana < >> nagu.raj...@gmail.com> wrote: >> >>> Hi, >>> >>> How to generate xml file form list view items. >>> Please help me... >>> >>> > Did you

<    1   2