[android-developers] changing the content of the .apk archive at runtime

2009-11-27 Thread Mr.No
Hello, it is allowed to change the content of a file in the .apk archive at runtime? because the signature of the application will change. 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

[android-developers] Selling Applikation not on Android Market

2009-10-31 Thread Mr.No
Hello, it is possible to publish your own Android Application on a own Web Server? thx 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@googlegroups.com To unsubscribe from

[android-developers] Re: Selling Applikation not on Android Market

2009-10-31 Thread Mr.No
Thx, and how then the Application is installed on the device, via web browser? On 31 Okt., 23:53, Mark Murphy mmur...@commonsware.com wrote: it is possible to publish your own Android Application on a own Web Server? Absolutely! All you need to do is set up the MIME type, so your APK is

[android-developers] Re: Selling Applikation not on Android Market

2009-10-31 Thread Mr.No
Ahhh, the Web View fires then an Intent to the Android Market Applikation, i'm right, aren't I? THX :) On 1 Nov., 00:08, Mark Murphy mmur...@commonsware.com wrote: and how then the Application is installed on the device, via web browser? Step #1: User views a Web page Step #2: User

[android-developers] standart c library

2009-08-11 Thread Mr.No
Hi folks, i dont understand why the speaker in the video anatomy physiology of an Android is saying that the standard libc library stands under the GPL license and not LGPL. The Video a href=http://sites.google.com/site/io/anatomy--physiology-of-an- android The Video look at 17:40 until 19:00

[android-developers] Android OS Storage

2009-07-31 Thread Mr.No
Hi folks, somebody knows how much space the android os needs on backgroundstorage and mainstoreage? thx in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] ARM Architektur

2009-07-31 Thread Mr.No
Hi, the Android OS was designed for the ARM Architecture, am i right? and the conclusion is that the android os runs only on computers with a ARM processor architecture? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Android OS Storage

2009-07-31 Thread Mr.No
Is there nobody who has a glue? On 31 Jul., 10:49, Mr.No f.hi...@arcor.de wrote: Hi folks, somebody knows how much space the android os needs on backgroundstorage and mainstoreage? thx in advance. --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: ARM Architektur

2009-07-31 Thread Mr.No
Thx. Second Question: Is Android missing some of the Linux OS komponents or technologies? because it was designed for embedded devices. On 31 Jul., 12:17, David Turner di...@android.com wrote: On Fri, Jul 31, 2009 at 11:20 AM, Mr.No f.hi...@arcor.de wrote: Hi, the Android OS was designed

[android-developers] TextView

2009-07-16 Thread Mr.No
Hello, how can i make the text in a textview wrap the tail into ... if the textviews width is not enough for the text? Like this: Text: Hello World. Assumed that the text is too long for the textview, then the textview should display this: Wraped text: Hello ... thx folks in advance

[android-developers] Thread

2009-06-26 Thread Mr.No
hello, how can i trigger in tread A a methode from thread B? the methode schould be than executetd in thread b. I want to manipulate within a thread A a View from Thread B, how can i do that? rgds mr.no --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: Thread

2009-06-26 Thread Mr.No
);          ...       }    }); On Jun 26, 10:06 am, Mr.No f.hi...@arcor.de wrote: hello, how  can i trigger  in tread A  a methode from thread B? the methode schould be than executetd in thread b. I want to manipulate within a thread A a View from Thread B, how can i do that? rgds mr.no

[android-developers] LinearLayout in LinearLayout

2009-06-25 Thread Mr.No
Hi folks, ive a little problem: Why is the following code causing an exception? The Code throws a mBaselineAlignedChildIndex of LinearLayout set to an index that is out of bounds exception. public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] Re: LinearLayout in LinearLayout

2009-06-25 Thread Mr.No
Ive fixed it, but its strage, if i create it from xml file it dont throws an exception. Within the code i must turn off the baseline alginment. On 25 Jun., 15:28, Mr.No f.hi...@arcor.de wrote: Hi folks, ive  a little problem: Why is the following code causing an exception? The Code throws

[android-developers] Re: LinearLayout in LinearLayout

2009-06-25 Thread Mr.No
LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.WRAP_CONTENT)); Peliwww.openintents.org On Jun 25, 3:28 pm, Mr.No f.hi...@arcor.de wrote: Hi folks, ive  a little problem: Why is the following code causing an exception? The Code throws a mBaselineAlignedChildIndex of LinearLayout

[android-developers] Re: Problem when set system clock using SystemClock.setCurrentTimeMillis

2009-06-25 Thread Mr.No
Try this permission: android.permission.WRITE_SETTINGS On 25 Jun., 13:26, hunter jun.hun...@gmail.com wrote: Hi, all:    I want to set system clock by SystemClock.setCurrentTimeMillis, but met following error: W/SystemClock( 1287): Unable to open alarm driver: Permission denied    So, can

[android-developers] Re: LinearLayout in LinearLayout

2009-06-25 Thread Mr.No
dont work, only if i setOrientation to vertical. On 25 Jun., 17:21, JdbcDroid jd.bens...@gmail.com wrote: try to use l1.setOrientation(...) just before l1.addView(...) On Jun 25, 4:42 pm, Mr.No f.hi...@arcor.de wrote: Ive tried it with layoutparams its the same. the default layoutarams

[android-developers] Re: Android Support

2009-06-21 Thread Mr.No
thx :) On 19 Jun., 17:12, Mark Murphy mmur...@commonsware.com wrote: how do i get Support from the Android-Team? As an ordinary person, ask questions on these Android Google Groups. The core Android team, and other people in the Android community, try to answer many of them. If you are

[android-developers] Android Support

2009-06-19 Thread Mr.No
Hello, how do i get Support from the Android-Team? rgds Mr.No --~--~-~--~~~---~--~~ 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

[android-developers] Re: EditText for App.Widget

2009-05-17 Thread Mr.No
No, there is no EditText for the HomeScreen Widget On 14 Mai, 14:14, pMay eniak.i...@googlemail.com wrote: It doesnt work with 1.5? On May 6, 10:32 am, Mr.No f.hi...@arcor.de wrote: Hello, in which Android-SDK version their will be a EditText for the App.Widget

[android-developers] AppWidget Position

2009-05-06 Thread Mr.No
Hello, how do i get the position of the App.Widget on screen? --~--~-~--~~~---~--~~ 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] EditText for App.Widget

2009-05-06 Thread Mr.No
Hello, in which Android-SDK version their will be a EditText for the App.Widget? --~--~-~--~~~---~--~~ 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] Emulator Problem

2009-04-30 Thread Mr.No
Hello, im using SDK version 1.5 and testing my app on a real g1(1.5 version), its working. but if im using the emulator the application cause a error. adding a home screen applikation on the emulator works. can somebody help? thx in advance. --~--~-~--~~~---~--~~

[android-developers] widget views

2009-04-29 Thread Mr.No
Hello, ive read the docu for home screen widgets but i couldn't find a possiblity to set the widgets width to fill_parent, instead i must use dip. The widget should fill the screen width regardless of the screen orientation. Somebody have a idea? It is posssible to set a animation to a home

[android-developers] SoftKeyboard

2009-04-29 Thread Mr.No
Hello, how do i disable the SoftKeyboard? --~--~-~--~~~---~--~~ 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: SoftKeyboard

2009-04-29 Thread Mr.No
Can i disable it in the manifest without creating a service? On 29 Apr., 13:38, Mr.No f.hi...@arcor.de wrote: Hello, how do i disable the SoftKeyboard? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: SoftKeyboard

2009-04-29 Thread Mr.No
editText.setInputType(InputType.TYPE_NULL); On 29 Apr., 15:53, Mr.No f.hi...@arcor.de wrote: Can i disable it in the manifest without creating a service? On 29 Apr., 13:38, Mr.No f.hi...@arcor.de wrote: Hello, how do i disable the SoftKeyboard

[android-developers] sdk 1.5 digital keyboard

2009-04-28 Thread Mr.No
Hello, how i can get a reference to the digital keyboard? is the keyboard added to the activity? how i can set a other style to the keyboard? Where i get a documentaion of the digital keyboard? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Gadget

2009-04-27 Thread Mr.No
Hello, it is possible with the new Android SDK 1.5 too create a Applikation like the google searchbar on the second desktop? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Gadget

2009-04-27 Thread Mr.No
Answers are not needed anymore. On 27 Apr., 09:12, Mr.No f.hi...@arcor.de wrote: Hello, it is possible with the new Android SDK 1.5 too create a Applikation like the google searchbar on the second desktop? --~--~-~--~~~---~--~~ You received this message because

[android-developers] creating a widget

2009-04-27 Thread Mr.No
Somebody knows a tutorial that shows how to create a widget? --~--~-~--~~~---~--~~ 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: TextView

2009-03-20 Thread Mr.No
); On 17 Mrz., 10:19, Mr.No f.hi...@arcor.de wrote: Nobody knows how to set the text in a TextView underlinded within the code? On 16 Mrz., 12:11, Mr.No f.hi...@arcor.de wrote: Thx, but its static, i wonna also change the text within the code. On 16 Mrz., 11:59, manoj manojkumar.m...@gmail.com

[android-developers] Re: TextView

2009-03-20 Thread Mr.No
Thx On 20 Mrz., 09:45, Mr.No f.hi...@arcor.de wrote: You can use the method setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) from the TextView to set the left, right, top, bottom drawables to the TextView. For the underlined effect u can use a line

[android-developers] Re: TextView

2009-03-17 Thread Mr.No
Nobody knows how to set the text in a TextView underlinded within the code? On 16 Mrz., 12:11, Mr.No f.hi...@arcor.de wrote: Thx, but its static, i wonna also change the text within the code. On 16 Mrz., 11:59, manoj manojkumar.m...@gmail.com wrote: Define a string value in strings.xml

[android-developers] inflating xml Views

2009-03-16 Thread Mr.No
Hello, whats the exact differences between 1. LinearLayout lin = LinearLayout.inflate(ctxt, R.layout.bla, null); parent.addView(lin); and 2. LinearLayout.inflate(ctxt, R.layout.bla, lin); ? Both doing the same thing, or? I got sometimes a different behavior.

[android-developers] onSaveInstance

2009-03-16 Thread Mr.No
Hello, onSaveInstance is only called if the Aactivity is killed by the System. And whats about from switching from portrait to landscape modus, will it be called either? rgds Mr.No --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] TextView

2009-03-16 Thread Mr.No
Hello, how i can set the Text in a TextView underlined within the xml? rgds mr.no --~--~-~--~~~---~--~~ 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] Re: TextView

2009-03-16 Thread Mr.No
Thx, but its static, i wonna also change the text within the code. On 16 Mrz., 11:59, manoj manojkumar.m...@gmail.com wrote: Define a string value in strings.xml as suggested below. string name=Your_textuMy Booking/u/string On Mar 16, 3:38 pm, Mr.No f.hi...@arcor.de wrote: Hello, how i

[android-developers] GoogleSearchbar EditText font

2009-03-12 Thread Mr.No
Hello, which font is assigned to the edittext of the google searchbar on the g1? rgds Mr.No --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: DefaultHttpClient Timeout

2009-03-12 Thread Mr.No
THX On 12 Mrz., 10:57, Mr.No f.hi...@arcor.de wrote: Hello, how i can set the timeout for a DefaultHttpClient? and which function i must override to handle the event? rgds Mr.No --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] savedInstanceState

2009-03-12 Thread Mr.No
Hello, how do i put a Obect(or a HashMap) into the Bundle? rgds F.Hildt --~--~-~--~~~---~--~~ 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] Landscape Modus

2009-03-12 Thread Mr.No
Hello, how do i prevent the landscape modus? or how i can save the state of my app. without saving manual the data? rgds Mr.No --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] EditText

2009-03-10 Thread Mr.No
Hello, how do i change the size, style, typeface of a hint? If the EditText gains the focus the border-color changes to orange, how do i set a other color? rgds Mr.No --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] EditText appearance

2009-03-10 Thread Mr.No
Hello, how do i change the size, style, typeface of a hint? If the EditText gains the focus the border-color changes to orange, how do i set a other color? rgds Mr.No --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Change CharSet

2009-03-09 Thread Mr.No
Hello, how i can change the charset for my app.? I wonna use ISO-8859-1 for all Input! rgds Mr.No --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] EditText Unicode or Latin-1

2009-03-05 Thread Mr.No
How do i enable Unicode in for my EditText, if i enter ö,ä,ü he shows me [ +- ect... rgds mr.no --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] EditText Unicode or Latin-1

2009-03-05 Thread Mr.No
Hello, how do make the EditText accept unicode characters? regards Mr.No --~--~-~--~~~---~--~~ 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