[android-developers] Did anyone have the experience of removing calendar / dailer from android source?

2009-07-31 Thread Elvis
Hi all I'm working on a custom board which have no phone function, is it possible to remove or hide dialer application? For calendar, I've tried to remove it directly from the android source, but it could not boot. Did any one experience working on this? Elvis

[android-developers] Re: Unhandled Exception

2009-07-31 Thread Bharath B.G.
Hi, No stack trace could be found, i hav attached the screen shot, u can make it out from it Regards Bharath BG On Fri, Jul 31, 2009 at 10:08 AM, Jack Ha jack...@t-mobile.com wrote: Your original post said that the buttons were instantiated inside onClick() not onCreate(). Just wanted to

[android-developers] Re: Is there Galaxy simulator?

2009-07-31 Thread Gulfam
Hi I think you are asking about android emulators if yes then you can find at this URls. http://teavuihuang.com/android/ Gulfam On Jul 30, 9:55 pm, dan raaka danra...@gmail.com wrote:  simulator ? I guess you meant images for emulator .. but oems can provide their images for the emulator

[android-developers] Re: Terminating Application (Activity)

2009-07-31 Thread droidin.net
Mark! You are a genius! It did exactly what I need. I'll put it as a tip into my blog (http://dev.bostone.us) with due diligence, it's a great testing tool On Jul 30, 3:09 pm, Mark Murphy mmur...@commonsware.com wrote: droidin.net wrote: For the test purposes I need to terminate my app from

[android-developers] Re: SoftKeyboard doesn't appear on AlertDialog

2009-07-31 Thread Gulfam
Hi, Can you please post your code snippet? Gulfam On Jul 30, 3:53 pm, drjunior drjunior@gmail.com wrote: Hi, I have one EditText inside one AlertDialog. When the EditText has focus the SoftKeyboard doesn't appear with vertical screen orientation. I have other EditTex in a common

[android-developers] Re: Custom tabs issue

2009-07-31 Thread Gulfam
I also have the same problem any update. Gulfam On Jul 30, 2:41 am, Pushkar pushkarsi...@gmail.com wrote: I could not find a straightforward way to do that, I use reflection APIs to get rid of it. TabWidget tw = getTabWidget(); Field mBottomLeftStrip;                 Field

[android-developers] Re: Android Dev Phone 1 out of stock

2009-07-31 Thread Kaj Bjurman
Another option is to order a new phone from an online store. On 27 Juli, 21:15, AndyB rn.an...@gmail.com wrote: Nobody seems to have answered the question, Like you, i recently got fed up waiting for the G1 to be released in my country (Ireland) so I decided to order the ADP1, only to find

[android-developers] Re: How to keep service alive?

2009-07-31 Thread Guillaume Perrot
You can use setForeground(true) inside your service's onCreate() to make your Service considered important, the service won't be killed so often... HOWEVER it's recommended (see previous post from Dianne) that you show an ongoing notification while the service is alive (show in onCreate(), dismiss

[android-developers] Re: How to keep service alive?

2009-07-31 Thread Archana
Hi, I already tried with setForeground(true) method.But no use.Same error Also I tried without using service and background ... I used some views which contains some images.Then also i am getting same error. On Jul 31, 11:39 am, Guillaume Perrot guillaume.p...@gmail.com wrote: You can use

[android-developers] Problem Loading Widget

2009-07-31 Thread martina
Hi I have made a customized widget Whenever I Long Click on Home Screen And Click on my widget,then Problem Loading Widget comes for a while and then widget is launched successfully... Can anybody tell me,why Problem Loading Widget is coming... thanks in advance..any help will

[android-developers] Re: Intercept home button?

2009-07-31 Thread Saurav Mukherjee
u can try it this way... wen home is pressed, onPause and then onStop are called. wen resumed on long press of home button, the following functions gets called in order: onRestart onStart onResume onPostResume try n override these functions to do ur work... hope this helps... cheers! On

[android-developers] Re: Lock a file with a password

2009-07-31 Thread Roman
You could try to encrypt and decrypt your files. Check out which encryption the Bouncy Castle Library supports. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity,

[android-developers] Re: KeyEvent for backspace.

2009-07-31 Thread Roman
It should be KEYCODE_DEL. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 30, 11:56 am,

[android-developers] [android-developers]how to incude include static files(.a) in android jni application?

2009-07-31 Thread frog
HI,all I am recently developing a application use android jni.but,it cannot works.The application is base on a static library, and ofcourse with some *.h files.I have include the .h files in my .cpp file,but it seems , the comile cann't find the vars definded in them. my Android.mk is like this:

[android-developers] China to have there own Android Market?

2009-07-31 Thread CraigsRace
I have been contacted by a Chinese company (NetDragon Websoft Inc - http://ir.netdragon.us). They tell me that the Chinese will not have access to Googles Android Market, they will only have access to a separate Chinese Android Market. They told me I could send them my strings.xml file and they

[android-developers] Re: How to keep service alive?

2009-07-31 Thread Archana
Anyone know this.Please help me out from this situation. On Jul 31, 11:58 am, Archana archana.14n...@gmail.com wrote: Hi, I already tried with setForeground(true) method.But no use.Same error Also I tried without using service and background ... I used some views which contains some

[android-developers] Re: Disactive animation on activity start

2009-07-31 Thread arnouf
Hello Diane, Thanks, but do I have set my animation style on both activities or just one? Activity A is calling Activity B: I have to set animation on Activity A, Activity B or both? Regards On 30 juil, 15:43, Dianne Hackborn hack...@android.com wrote: Just set the animation style on your

[android-developers] About to receive the mms

2009-07-31 Thread Piano Pan
I use the BroadcastReceiver to get the MMS information, but the onReceive can not get the message when MMS coming. Code as following: private static final String ACTION_SMS_RECEIVED = android.provider.Telephony.SMS_RECEIVED; private static final String ACTION_MMS_RECEIVED =

[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] How to change the tone color of an audio file??

2009-07-31 Thread Tony Yang
My application wants to change the tone color of an audio stream (mp3/3gp format) to imitate the voice of several pets(such as dog, cat, ...). But I find that Android doesn't provide any API to adjust the propertities of audio stream. How can I change the tone color?? Thanks!!

[android-developers] Heap size overflow after I loaded audio file in SoundPool!!

2009-07-31 Thread Tony Yang
After the program executed SoundPool.load( /sdcard/audio.MP3, 1 ) sentence, the program crashed and threw the log Heap size overflow! req size: 1073664, max size: 1048576. My source code is listed as blow. What is the root cause for this error?? Thanks!!

[android-developers] Re: items can't be selected (or highlighted)

2009-07-31 Thread Tom
Hi, No the TextView doesn't items with clickable links. On 3 juin, 04:16, Julian Shen julians...@gmail.com wrote: Does your TextView within items have clickable links? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: items can't be selected (or highlighted)

2009-07-31 Thread Tom
Hi Andy, Sorry for the delay. I found a solution with the link below : http://www.anddev.org/extended_checkbox_list__extension_of_checkbox_text_list_tu-t5734.html I took a leaf out of this example. Hope taht will help you. Regards, Tom On 9 juil, 15:16, Andy Liu andydev@gmail.com wrote:

[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] create Google map pushpins

2009-07-31 Thread Tom
Hi, I would like to know if it possible to create the same pushpins like google map mobile (v3.0 or v3.1). The pushpin are tapable and can get two arrows (left and right) to navigate throw the pushpins. Best regards Tom --~--~-~--~~~---~--~~ You received this

[android-developers] Re: how to modify the power manager code

2009-07-31 Thread Ne0
Here is the code i have used to control the wake state, look at PowerManager in the reference for all the flags. // Use the power manager to make sure the CPU doesnt stop // so we will always catch the alerts mPm = (PowerManager)

[android-developers] Testing Power state - Question?

2009-07-31 Thread Ne0
Hi, Had a look through the reference and i cannot find anywhere that allows you to set up a listener to listen to power state changes. My service holds the phone in SCREEN_DIM_WAKE_LOCK power state and what i would like to do is apply KeyguardLock when we enter into the DIM state, as this is

[android-developers] Re: ARM Architektur

2009-07-31 Thread David Turner
On Fri, Jul 31, 2009 at 11:20 AM, Mr.No f.hi...@arcor.de wrote: 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? The Android OS sources can already compile and run as

[android-developers] Re: [android-developers]how to incude include static files(.a) in android jni application?

2009-07-31 Thread David Turner
You need to generate a shared library, not a static one, to be able to use native code with JNI. May I recommend you to download and use the Android NDK to do that? On Fri, Jul 31, 2009 at 10:00 AM, frog bluewater0...@gmail.com wrote: HI,all I am recently developing a application use android

[android-developers] Re: Application Crashed

2009-07-31 Thread archana v
Hi, i am also having the same issue..Even i removed all the static variable and methods from my apps then also i am getting this issue.Can you tell me how to solve this.I tried by setting Service.setForeground(true). But no use.. On Thu, Jun 18, 2009 at 9:39 PM, Streets Of Boston

[android-developers] Re: Widgets ( frequent updates )

2009-07-31 Thread Mark Murphy
Jeff Sharkey wrote: Several places it's been mentioned that you should avoid update intervals shorter than, say, every hour, precisely because of this fact. Ah. I thought the nothing shorter than an hour was due to some expense of updating RemoteViews. -- Mark Murphy (a Commons Guy)

[android-developers] Re: access sms messeges

2009-07-31 Thread rehab mohamed
thanks for your reply but i use sdk 1.5 and i have problem with libiraries in that code it has too much errors any one has a solution for me rehab From: Jack Ha jack...@t-mobile.com To: Android Developers android-developers@googlegroups.com Sent: Thursday,

[android-developers] Date AND Time Picker

2009-07-31 Thread Brad Gies
I think I asked this a few months ago, but didn't receive an answer. Has anyone done a combination Date AND Time Picker that fits on one screen? What I'm looking for is something that looks like the built in Android Date picker with the Time Picker below it and the Set/Cancel buttons below

[android-developers] About Android Font

2009-07-31 Thread Bill.Tsao
I built a new system.img after I replaced all font type with DroidSans.ttf. I flash this system.img. But the Android phone system crush. What's happened? Does not the font type file be changed? THX --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Warning before exiting app?

2009-07-31 Thread Gregg Reno
Thanks Dianne - I appreciate the response. Instead of prompting for exit, I decided to capture the back button keypress, then send the app to the background like this: public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_BACK) {

[android-developers] Re: ANDROID BUG: Large Gif Images can not be displayed

2009-07-31 Thread Muniraju
Thanks Justin, for the response. Yes 4MB was the file size. The resolution of the file was around 1600x1200. I tried using Bitmap factory functions, I have given a code snippet in the other thread

[android-developers] Re: Warning before exiting app?

2009-07-31 Thread Gregg Reno
Sorry, one more new problem that is odd.. Using this method, my app is running in the background. If I launch the app again from the home screen using the application icon, it correctly switches to my running app. However, if the user pulls down the notification list and clicks my notification

[android-developers] Re: [android-developers]how to incude include static files(.a) in android jni application?

2009-07-31 Thread frog
Thanks David. I have this done by add my static library files to the the android's library path.Thanks for help. BTW. I have no NDK to use,and the static library is from other company. 2009/7/31 David Turner di...@android.com You need to generate a shared library, not a static one, to be able

[android-developers] Re: Did anyone have the experience of removing calendar / dailer from android source?

2009-07-31 Thread Mark Murphy
Elvis wrote: I'm working on a custom board which have no phone function, is it possible to remove or hide dialer application? For calendar, I've tried to remove it directly from the android source, but it could not boot. Did any one experience working on this? Questions about porting

[android-developers] Re: About Android Font

2009-07-31 Thread Mark Murphy
Bill.Tsao wrote: I built a new system.img after I replaced all font type with DroidSans.ttf. I flash this system.img. But the Android phone system crush. What's happened? Does not the font type file be changed? Questions about modifying Android firmware are best asked on a list

[android-developers] Re: Terminating Application (Activity)

2009-07-31 Thread Mark Murphy
droidin.net wrote: Mark! You are a genius! Somebody else pointed out the technique many months ago, and it stuck in my head. I certainly can't take credit for the concept. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need help for your Android OSS

[android-developers] Initial Doubt

2009-07-31 Thread Michelle Silva
Hi all, i'm beginner in Android development and i'm trying to make a program that make a call to a predefined number and after some time end this call. I'm using an emulator, and i was expected that i could see the activities that i programed happinig. I only made a call in the

[android-developers] Getting Other App Reviews - Programmatically

2009-07-31 Thread Shibbs
Hi guys, We have a new requirement at hand, after doing an initial search I couldn't find any relative topic in this regard. Maybe someone in this forum or a google guy can help, so here is what we are trying to achieve: Can we write an android app, which gather's the user's review ratings for

[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] Table header alligment

2009-07-31 Thread Atif
Problem Statement: Define Table Header row and allign it column with other table columns I have a table with multiple rows and this table is inside a ScrollView (the code is below) (I add rows by using code) Now I want to declare a header row for this table that is not scrolling. for this I

[android-developers] Re: Initial Doubt

2009-07-31 Thread Mark Murphy
Michelle Silva wrote: public class MakeCall extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate( savedInstanceState); Intent intent = new Intent(Intent.ACTION_DIAL);

[android-developers] Re: Android OS Storage

2009-07-31 Thread Mark Murphy
Mr.No wrote: Is there nobody who has a glue? First, you posted your original question four hours ago. If you expect answers in less than four hours, hire a consultant. http://androidguys.com/?p=5738 Second, I do not know what backgroundstorage and mainstoreage are. Third, questions about the

[android-developers] Re: How To Keep ListView Header From Scrolling With ListView Content

2009-07-31 Thread Atif
I have similar issue with TableLayout. There must be some mechanism to define non scrolling header row. If I took out my header row from ScrollView+TableLayout and define it in new layout than the columns are not aligned. Regards, Atif On Jun 26, 3:35 am, Mike michaeldouglaskra...@gmail.com

[android-developers] Re: China to have there own Android Market?

2009-07-31 Thread Fred Grott(shareme)
Do not fall for that.. OpHone Sdk is Android 1.0 you have to port it to Android 1.0 for it work On Jul 31, 3:04 am, CraigsRace craig...@gmail.com wrote: I have been contacted by a Chinese company (NetDragon Websoft Inc -http://ir.netdragon.us).  They tell me that the Chinese will not have

[android-developers] Re: Initial Doubt

2009-07-31 Thread Michelle Silva
Hi Mak, it works! But i want something different... i want to see the number being dialed and after the call key being pressured. How can i do this? []s, Michelle. 2009/7/31 Mark Murphy mmur...@commonsware.com Michelle Silva wrote: public class MakeCall extends

[android-developers] Re: Initial Doubt

2009-07-31 Thread Michelle Silva
Hi Mak, it works! But i want something different... i want to see the number being dialed and after the call key being pressured. How can i do this? []s, Michelle. 2009/7/31 Mark Murphy mmur...@commonsware.com Michelle Silva wrote: public class MakeCall extends

[android-developers] Initial Doubt

2009-07-31 Thread Michelle Silva
Hi Mak, it works! But i want something different... i want to see the number being dialed and after the call key being pressured. How can i do this? []s, Michelle. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: convertView with wrong type

2009-07-31 Thread greg
Hi Klaser, Have you watched the video that describes ListView adapters at http://www.youtube.com/watch?v=N6YdwzAvwOA and reviewed the Efficient Adapter (View/List 14) of the ApiDemos? I don't know the details of the problem you are seeing, but it seems possible that the adapter's view

[android-developers] Initial Doubt

2009-07-31 Thread Michelle Silva
Hi Mak, it works! But i want something different... i want to see the number being dialed and after the call key being pressured. How can i do this? []s, Michelle. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Widgets ( frequent updates )

2009-07-31 Thread Alexey Volovoy
that's what i did. it is set to 0. and i'm updating via alarm manager. and i'm scheduling with setInexactRepeating(). Further looking into the log tonight - it's is working, i had some cases with 5-10 minutes without logging an update. Of course my update will join any other update that wakes

[android-developers] Re: Initial Doubt

2009-07-31 Thread Mark Murphy
Michelle Silva wrote: it works! But i want something different... i want to see the number being dialed and after the call key being pressured. How can i do this? 1. I have no idea what your question means. 2. You have posted this four times to the same list in 37 minutes. Please stop

[android-developers] Re: Widgets ( frequent updates )

2009-07-31 Thread Alexey Volovoy
that's what i did. it is set to 0. and i'm updating via alarm manager. and i'm scheduling with setInexactRepeating(). Further looking into the log tonight - it's is working, i had some cases with 5-10 minutes without logging an update. Of course my update will join any other update that wakes

[android-developers] Re: Disactive animation on activity start

2009-07-31 Thread arnouf
Done! It's working now. Thanks a lot Diane! Mark, contact me to have the solution :) On 31 juil, 10:30, arnouf arnaud.far...@gmail.com wrote: Hello Diane, Thanks, but do I have set my animation style on both activities or just one? Activity A is calling Activity B: I have to set animation

[android-developers] Re: Widgets ( frequent updates )

2009-07-31 Thread String
On Jul 31, 2:46 pm, Alexey Volovoy avolo...@gmail.com wrote: Rationale behind frequent updates - if i'm not rotating headlines in visible fashion people complain that widget is not working. Have you made the update interval user-configurable? I'd like to think this would cut down on such

[android-developers] Re: Initial Doubt

2009-07-31 Thread Michelle Silva
Hi Mark, sorry about the four messages, but i received messages from group saying that my email wasn't sent. About my doubts, i wanna know how can i do to make a call? When i execute my code, appears Dials screen with the number dialed in the emulator. I want to make the call, count time and

[android-developers] Re: Problem Loading Widget

2009-07-31 Thread nEx.Software
If it eventually loads, then it is highly likely that you have an unsupported view in your initialLayout. I am assuming you are following the background service update methodology (which is commonly used) and you push out updates through that service. I also assume that you have an initialLayout

[android-developers] Re: Initial Doubt

2009-07-31 Thread Mark Murphy
Michelle Silva wrote: sorry about the four messages, but i received messages from group saying that my email wasn't sent. About my doubts, i wanna know how can i do to make a call? When i execute my code, appears Dials screen with the number dialed in the emulator. I want to make the

[android-developers] Re: left handed user

2009-07-31 Thread nEx.Software
I am right-handed, and there are many times when I would rather rotate the same way you propose... Specifically for playing games, since most games controls (at least in my day) had the directional pad on the left side, I'd prefer to have the trackball on the left side. Developers can handle this

[android-developers] Dialog cannot fill whole screen

2009-07-31 Thread doubleslash
My dialog shows a relativelayout, which is set to fill_parent in both width and height. However, it doesn't fill the whole screen. I tried settting the window flags to full screen but that didn't help either. Can someone tell me how to do this?

[android-developers] Re: Initial Doubt

2009-07-31 Thread Mark Murphy
Michelle Silva wrote: It works! Thank you! Only one more doubt: how can i do to capture when the user press end call key? In your own activity, use onKeyDown() and watch for KeyEvent.KEYCODE_ENDCALL. If, however, you are referring to determining when the user ends the call, you can try a

[android-developers] Re: EditText and Virtual Keyboard

2009-07-31 Thread Azhdar
Hi Hazam, could you show us more in detail how you do that ? Thank you ! Azhdar On Jul 10, 3:23 pm, Hazam emanuele.disave...@gmail.com wrote: Hi Hong, thanks for your reply. I tried that but to no avail. The reason seems to be that clicks and actions fromvirtualkeyboard do not follow

[android-developers] Re: Widgets ( frequent updates )

2009-07-31 Thread Alexey Volovoy
At this moment no - but in new version i've provided ability to refresh content on demand. hopefully it'll solve complains problem On Jul 31, 9:15 am, String sterling.ud...@googlemail.com wrote: On Jul 31, 2:46 pm, Alexey Volovoy avolo...@gmail.com wrote: Rationale behind frequent updates -

[android-developers] Re: Dialog cannot fill whole screen

2009-07-31 Thread nEx.Software
Just out of curiosity, why are you using a dialog if you want it to fill the screen? That being said, the content within the dialog will push it to fill the screen if required. Putting things like ListViews with fill_parent seems to do the trick... On Jul 31, 7:33 am, doubleslash

[android-developers] Re: Extending the Intent class

2009-07-31 Thread R Ravichandran
Fair enough argument. Perhaps the Intent class could have been made final. On Tue, Jul 28, 2009 at 4:29 PM, Mark Murphy mmur...@commonsware.comwrote: R Ravichandran wrote: I was experimenting with extending the Intent class but don't seem to make it work properly. I am wondering if

[android-developers] Re: How to catch event from the virtual keyboard ?

2009-07-31 Thread Azhdar
Hi, thank you for you answer. But what do you mean by : ... or make it larger so the user hits it ? On Jul 30, 3:42 pm, Dianne Hackborn hack...@android.com wrote: Either set the window flag to have your IME's window consume all touch events, or make it larger so the user hits it.  Note

[android-developers] Re: left handed user

2009-07-31 Thread Yusuf T. Mobile
You have a point, Illegal Sophie. I would recommend you post an Android issue, saying landscape should work when you rotate left or right, at http://code.google.com/p/android/issues/list Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are

[android-developers] Re: Initial Doubt

2009-07-31 Thread Michelle Silva
It works! Thank you! Only one more doubt: how can i do to capture when the user press end call key? []s, Michelle. 2009/7/31 Mark Murphy mmur...@commonsware.com Michelle Silva wrote: sorry about the four messages, but i received messages from group saying that my email wasn't sent.

[android-developers] why my 2nd App replaces the first one?

2009-07-31 Thread zeeshan
Hi Dear, i need a separate application when i run my eclipse project again. i have changed the application icon and name on 2nd run but this replaced the first application already installed on my android G1. please advise what i need to change on 2nd run to have a separate application rather

[android-developers] Re: why my 2nd App replaces the first one?

2009-07-31 Thread Mark Murphy
zeeshan wrote: Hi Dear, i need a separate application when i run my eclipse project again. i have changed the application icon and name on 2nd run but this replaced the first application already installed on my android G1. please advise what i need to change on 2nd run to have a

[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] Re: Date AND Time Picker

2009-07-31 Thread Jack Ha
There's no built-in date/time combo widget. You can do something like this: LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:orientation=vertical android:layout_width=fill_parent android:layout_height=wrap_content DatePicker

[android-developers] Re: why my 2nd App replaces the first one?

2009-07-31 Thread zeeshan
ok so i need to create a separate project with a different package name for the new app? actually i have a framework whcih loads some images from my assets. for a new app i just changed these assets images. On Jul 31, 4:12 pm, Mark Murphy mmur...@commonsware.com wrote: zeeshan wrote: Hi

[android-developers] Re: why my 2nd App replaces the first one?

2009-07-31 Thread Mark Murphy
zeeshan wrote: ok so i need to create a separate project with a different package name for the new app? That should work and is probably a good idea. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org

[android-developers] Re: Widgets ( frequent updates )

2009-07-31 Thread Alexey Volovoy
At this moment no - but in new version i've provided ability to refresh content on demand. hopefully it'll solve complains problem On Jul 31, 9:15 am, String sterling.ud...@googlemail.com wrote: On Jul 31, 2:46 pm, Alexey Volovoy avolo...@gmail.com wrote: Rationale behind frequent updates -

[android-developers] Re: Widgets ( frequent updates )

2009-07-31 Thread Alexey Volovoy
At this moment no - but in new version i've provided ability to refresh content on demand. hopefully it'll solve complains problem On Jul 31, 9:15 am, String sterling.ud...@googlemail.com wrote: On Jul 31, 2:46 pm, Alexey Volovoy avolo...@gmail.com wrote: Rationale behind frequent updates -

[android-developers] Re: About to receive the mms

2009-07-31 Thread Jack Ha
Do you have the following in your AndroidManifest.xml file? uses-permission android:name=android.permission.RECEIVE_MMS/ -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and statements in this email are those of the author solely in their individual

[android-developers] Is there any UI can connect to SQLite database?

2009-07-31 Thread chandlersong
Is there any UI can connect to SQLite database? I hope that I can read the data without writing code.is there any method can make it happened? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Is there any UI can connect to SQLite database?

2009-07-31 Thread Marco Nelissen
You could copy the database from the phone to your desktop machine, and then use one of the many windows, mac or linux gui apps to work with sqlite databases. On Fri, Jul 31, 2009 at 9:01 AM, chandlersong chandler...@gmail.com wrote: Is there any UI can connect to SQLite database?

[android-developers] Get Device Name

2009-07-31 Thread fala70
Is possible get the device name 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@googlegroups.com To unsubscribe from this

[android-developers] Re: China to have there own Android Market?

2009-07-31 Thread Marco Nelissen
On Fri, Jul 31, 2009 at 1:04 AM, CraigsRace craig...@gmail.com wrote: I have been contacted by a Chinese company (NetDragon Websoft Inc - http://ir.netdragon.us). They tell me that the Chinese will not have access to Googles Android Market, they will only have access to a separate Chinese

[android-developers] Re: China to have there own Android Market?

2009-07-31 Thread Marco Nelissen
I know nothing about Ophone, but having your app work on 1.0 seems like a small price to pay for entry in to such a potentially huge market. On Fri, Jul 31, 2009 at 5:49 AM, Fred Grott(shareme) fred.gr...@gmail.comwrote: Do not fall for that.. OpHone Sdk is Android 1.0 you have to port it

[android-developers] Re: ARM Architektur

2009-07-31 Thread David Turner
On Fri, Jul 31, 2009 at 5:13 PM, Mr.No f.hi...@arcor.de wrote: Thx. Second Question: Is Android missing some of the Linux OS komponents or technologies? because it was designed for embedded devices. I'm not sure I understand the question, but I'm tempted to say yes. More specifically,

[android-developers] ListView turns black when focused/selected, although I already set cacheColorHint to transparent

2009-07-31 Thread brian.schim...@googlemail.com
Hi there, first of all, sorry for always complaining about ListView. For standard tasks it works perfectly, but in my current project, it seems that I'm just pushing it beyond its limits sometimes, or maybe beyond the limits of my understanding :) My list, which contains transparent items, used

[android-developers] Re: A way to get all apps and their activities?

2009-07-31 Thread Marco Nelissen
The package manager has APIs to do this. On Fri, Jul 31, 2009 at 8:52 AM, EboMike ebom...@gmail.com wrote: Is there a way to get a list of all apps and their activities and intent filters? Basically, I'd like to know what another app is listening to so I can provide an Intent that matches.

[android-developers] Re: Memory management issues - stop crashing the party!

2009-07-31 Thread fadden
On Jul 30, 8:52 pm, Rud k5...@arrl.net wrote: Are you running on the emulator or a device? There are some reports that on the emulator, espeically in debug mode, memory is not GC'd because the debugger is holding a refernece. I haven't experimented to see if this is true but it is worth

[android-developers] Re: OpenGL leaking garbage

2009-07-31 Thread Nightwolf
I think things aren't that bad. Take a look at Armadillo Roll. Checking DDMS showed that GC was't invoked during watching demo flyby and playing the game for 3-4 minutes. On Jul 29, 12:57 pm, Paul Thomas dr.paul.thomas.android.st...@googlemail.com wrote: Thanks for your helpful comments,

[android-developers] Re: Is there any UI can connect to SQLite database?

2009-07-31 Thread Roman
Use SQLite Manager which is a Firefox plugin. You can easily pull DBs from your device and display DBs with the plugin and also do modification. Furthermore when you need to find out about how to implement queries you can verify your SQLite query with the SQLite Manager. -- Roman Baumgaertner

[android-developers] Motorola's new flagship phone

2009-07-31 Thread Jackson
The KRZR will be Motorola's new flagship phone, sporting a design that's narrower and sleeker than the ultra-popular RAZR. The phone combines a metallic gloss finish, magnesium, polished chrome and hardened glass, and will be available in both GSM and...Read more at http://www.oneworldgift.com

[android-developers] everyone likes compliments :*)

2009-07-31 Thread greg
Step 7 of exercise 3 in the Notepad Tutorial at http://developer.android.com/guide/tutorials/notepad/notepad-ex3.html mentions that onPause() and onResume() are also complimentary methods. Sadly, when they ran, I didn't receive any. - Greg

[android-developers] Using layout includes with layouts that are greedy (want to take the entire screen space)

2009-07-31 Thread Hamy
Hi all, I would like to use an include / in my XML file to add a layout below a MapView(or any other greedy layout). I have been trying for a few hours now, and no luck so far. I was hoping someone could give me a hand. Here is what my XML looks like now: LinearLayout

[android-developers] Re: httpclient multipart form upload

2009-07-31 Thread Julien Dupouy
Hey, Instead of including the jars files you can use the http multipart classes defined in android but declared as internal, so you cannot use them directly, you have to download them from the android source code (http://android.git.kernel.org/?p=platform/frameworks/

[android-developers] Re: Folder issues

2009-07-31 Thread Sun-Jin Jang
Hi! Ho-Sunng Just send a mail to android-developers-unsubscr...@googlegroups.com. It's very simple! 2009/7/30 안호성 navyb...@naver.com I want unsubscribe Android Developer's Group. Please Don't Send These emails any more... -Original Message- *From:* Andrei

[android-developers] Re: TIME_TICK in an AppWidget?

2009-07-31 Thread VodkaWine
Dear String : I want to implmement a digital clock like in the following link. http://retroclock.jsource.nl/ But I have problem in digital clock which synchronize with system time. I use the intent-filter originally, but the method seems impossible. filter.addAction(Intent.ACTION_TIME_TICK);

[android-developers] Re: Tut (SDK 1.5) Get google account of user

2009-07-31 Thread Sergio
Hi there, Does this work in the emulator? I am always getting null in the intent data Cheers Sergio On Jul 26, 10:26 am, ubikdroid markst3v...@googlemail.com wrote: Hi Karl, I call getCredentials in my Activity like this:         GoogleLoginServiceHelper.getCredentials(this, 54321,          

[android-developers] Streaming encoded video via RTP

2009-07-31 Thread Robin Marx
Hello, For a research project we need to capture video on the HTC magic and transmit this video over a network to other devices, both HTC magic's and desktop pc's (which have their own implementations of the codecs). For the transmission over the network we are using some of our own native

  1   2   >