[android-developers] can i set Samsung Galaxy Alpha to turn on and off automatically

2017-01-29 Thread Marek Krajecki
Hi all, on my Chinease phone I had this option available, I could set the phone to switch itself off at a certain time and then set the option so the phone switched on itself at a set time, can I have this option on my Samsung Galaxy Alpha so thephone turns on and off automatically? Maybe you

Re: [android-developers] Default orientation of device

2010-12-29 Thread Marek Urbaniak
There is such a concept in Android. Check e.g.,: http://android-developers.blogspot.com/2010/09/brace-for-future.html(sections where Motorola Charm and Flipout are mentioned) I could not believe there is no API call to check device natural orientation. I posted this question on Stack Overflow

[android-developers] Re: SoundPool and LOADing from a resource

2010-07-09 Thread Marek Stój
I had the same problem - couldn't play sounds using neither SoundPool nor MediaPlayer in apps built with NetBeans. I've found a solution though and thought I'd share. All you need to do is set 'keepcompression' attribute to 'true' on the 'zip' tag inside 'build-impl.xml' (can be found in the

[android-developers] Bluetooth Serial Connection from Milestone (Droid) Android 2.1 to Holux M241 GPSLogger stalls

2010-05-19 Thread Marek
got plenty! Thank you for your time! Marek Here is the short summary: Serial Bluetooth connection blocks in readline of BufferedReader although the GPSLogger sent more data, Connection library worked fine on desktop linux machiene connected to GPSLogger via bluetooth. Here is the long version

[android-developers] Re: GPS application not installing in Sony Xperia

2010-04-15 Thread Marek Pola
Please give full Manifest and full log output during the installation and hopefully somebody can help you. Regards Marek On Apr 6, 9:52 am, Nithin nithin.war...@gmail.com wrote: Hi, I created an application in 1.6 SDK. It uses GPS. But its not installing in Sony Xperia. I installed other

[android-developers] Re: Can anyone hook me up with an Exchange email account that I could use for testing?

2010-03-25 Thread Marek Pola
is your friend. Regards Marek On Mar 24, 11:43 pm, Flying Coder av8r.st...@gmail.com wrote: Hi Kumar,     Thanks, I wasn't aware of MS online -- that's good to know. But, at the moment, what I really want is the ability to connect with stand-alone Exchange servers the same way that K9

[android-developers] Re: Can't use service with AIDL right after starting it with bindservice and BIND_AUTO_CREATE

2010-03-23 Thread Marek Pola
Marek On Mar 21, 12:51 am, Jean j...@jeanbombeur.com wrote: I have a strange problem and wondering if anyone ran into the same, and was able to solve it. I have a the following class that I use to connect to a service I created. The catch is that I want to be able to start the service and use

[android-developers] Re: adb push hosts file into /system/etc/ - No space left on device error

2010-03-23 Thread Marek Pola
host? Regards Marek On Mar 22, 5:04 am, Tushneem tushn...@gmail.com wrote: I am trying to edit the hosts file to access rest services in my local network. Using adb pull I am able to get the hosts file for the emulator and edit it. However I get the error No space left on device when I do

[android-developers] Re: Maximum character that we can send to SMS application.

2010-03-23 Thread Marek Pola
A SMS is limited to 140 bytes (octets), maybe this is the boundary you are experiencing? I don't know if Android supports concatenated SMS. http://en.wikipedia.org/wiki/SMS /Marek On Mar 22, 5:51 pm, AJ ajeet.invinci...@gmail.com wrote: Hi group I facing one strange problem. I am sending

[android-developers] Re: How to change app names on the runtime

2010-03-23 Thread Marek Pola
Look in the application's Manifest, the application tag, android:label option. But probably the name is cached so maybe you need to restart the phone after changing it. /Marek On Mar 22, 7:21 pm, yves...@gmail.com yves...@gmail.com wrote: Is there a way that after install a app, user can have

[android-developers] Re: AIDL in multiple projects in Eclipse

2010-03-23 Thread Marek Pola
Yes, you should copy the AIDL file to all projects that use the Service. Regards Marek On Mar 22, 6:07 pm, RAJ trra...@gmail.com wrote: I am facing same problem too. I dont ahve AIDL in both projects (i have it only in my service project) Am i supposed to have same AIDL in both projects

[android-developers] Re: Display Process IDs

2010-03-23 Thread Marek Pola
Yes, see the PackageManager component, getInstalledPackages method. Regards Marek On Mar 23, 11:42 am, perumal316 perumal...@gmail.com wrote: Hi, I want to create an application with a user interface displaying all the installed applications name, and user can choose an application from

[android-developers] Re: Numbers aligned to the right in EditText

2010-03-17 Thread Marek Urbaniak
It works. Thank you very much Grace. On 17 Mar, 06:19, grace grace.a...@wipro.com wrote: u can set the gravity of the view(edittext ) toright. On Mar 16, 2:17 pm, Marek Urbaniak marek.urban...@gmail.com wrote: Is it possible to align text in the EditText widget to theright? I do not see

[android-developers] Numbers aligned to the right in EditText

2010-03-16 Thread Marek Urbaniak
Is it possible to align text in the EditText widget to the right? I do not see any such a property. Am I missing it or maybe there is no such an option. -- 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] Custom tabs customizable only to 99%

2010-01-30 Thread Marek Uhel
According to the http://developer.android.com/guide/tutorials/views/hello-tabwidget.html example I'm able to use tabbed content, however problems arise if I'm not satisfied with the default look (well, for my app, I'm not :) In order to change the tab drawable, I'm using for each TabWidget child

[android-developers] Re: onKeyDown() functionality issue

2010-01-22 Thread Marek Uhel
Try to call return super.onKeyDown(keyCode, event) On Jan 22, 11:46 am, Kshitij Aggarwal funkyi...@gmail.com wrote: Hi, I was trying to override the back button functionality where I wanted to call the default functionality in case a boolean is set false public boolean onKeyDown(int

[android-developers] Re: How to get the USB device list of an Android device?

2010-01-20 Thread Marek
If you want to get a list of connected devices, use adb devices -- 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] Launch default application - Browser, File manager, Calculator

2010-01-20 Thread Marek
Hi, How can I launch other application located on Android device? I can't find sample code to execute default Web browser app? Best regards, Marek -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] How to feed MediaPlayer with AMR chunks properly

2010-01-19 Thread Marek
is with 12.2kbps few seconds, far away from the real-time feeling) How about ParcelFileDescriptor? If recording can provide the recording stream via socket, is it possible to point mediaplayer to such a socket too? In my test, it failed.. Any other ideas? Your help will be much appreciated! Cheers, Marek

[android-developers] Remove window title after setting content

2010-01-13 Thread Marek Urbaniak
Is it possible to remove a title bar in a window after content has been set? Calling the method Activity.requestWindowFeature (Window.FEATURE_NO_TITLE) ends up in the exception: requestFeature() must be called before adding content. -- You received this message because you are subscribed to the

[android-developers] Package of R.java

2010-01-01 Thread Marek Urbaniak
Is it possible to instruct Eclipse and Ant to have a R.java file generated in the package com.example whilst the package declared in an AndroidManifest.xml file is com.example.d? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Package of R.java

2010-01-01 Thread Marek Urbaniak
To share code for a normal and a demo version of an application. On Jan 1, 8:27 pm, jotobjects jotobje...@gmail.com wrote: I don't know (probably not?)  but what is your objective for wanting that capability? On Jan 1, 11:01 am, Marek Urbaniak marek.urban...@gmail.com wrote: Is it possible

[android-developers] Address book postal address not visible ?

2009-12-21 Thread Marek
I don't know if this behaviour is because I have HTC Sense running on my Hero but when I look at a contact in my address book I am unable to pull up their postal address ? Instead Android goes off and shows me where they live using Google Maps. Is this by design or just a poorly implemented

Re: [android-developers] Re: Since Android 2.0 the phone number in the emulator became null - how to set it?

2009-11-02 Thread Marek Urbaniak
this on the emulator, not a real phone. On Nov 1, 3:00 pm, Marek Urbaniak marek.urban...@gmail.com wrote: It the earlier versions of Android SDK the emulator had the set phone number. Visible in the phone settings and accessible to applications through the TelephonyManager.getLine1Number method

[android-developers] Since Android 2.0 the phone number in the emulator became null - how to set it?

2009-11-01 Thread Marek Urbaniak
It the earlier versions of Android SDK the emulator had the set phone number. Visible in the phone settings and accessible to applications through the TelephonyManager.getLine1Number method. In Android SDK 2.0 it is not set. How to set it? -- You received this message because you are subscribed

[android-developers] Re: Android 2.0 SDK is here!

2009-10-30 Thread Marek Pola
Hello, You probably need to set up the proxy settings in the Android application's Settings. That did the trick for me. See also this thread for other problems which was referenced above: http://groups.google.com/group/android-developers/browse_thread/thread/63a44163a8d07cd9# Regards Marek

[android-developers] Re: How do I get the source code of Android 1.1_r1?

2009-04-23 Thread Marek Urbaniak
Thanks for the answer. On Apr 20, 7:42 pm, Jean-Baptiste Queru j...@android.com wrote: We focused our energy on getting thesourcecode for 1.5 available. JBQ On Sun, Apr 19, 2009 at 5:30 AM, Marek Urbaniak marek.urban...@gmail.com wrote: On Mar 28, 9:12 pm, Jean-Baptiste Queru j

[android-developers] Re: How do I get the source code of Android 1.1_r1?

2009-04-20 Thread Marek Urbaniak
On Mar 28, 9:12 pm, Jean-Baptiste Queru j...@android.com wrote: The exact source code for 1.1 is not available. Why? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,