[android-developers] Is collapse /expand list not working in 1.0?

2008-09-30 Thread april
I upgrade for my application from M5 to 1.0? In M%, I created a list, when user clicks the list, it will expand to have more detail information. When user clicks it again, it will collapse. The first part, which is exppand is still working. But the second part is nor working? There is no event

[android-developers] Unable to install the .apk file via OTA in Android 1.0 release

2008-09-30 Thread wiki
Hi All, I am trying to install the downloaded apk files (downloaded via OTA in SD Card) but on installing the downloaded application shows Install blocked alert message. below is full prompt: For security, our phone is set to block installation of applications not sources in android market

[android-developers] Re: Logon to spreadsheets.google.com

2008-09-30 Thread clavigo
Thanks sebrOck. I just verified my google account, and it's working. However, the link given above still leads me to a page asking me to log on to my google.com mail account, where my login credentials for my google account don't work. There is no alternative given on that page (nothing like

[android-developers] Deployment

2008-09-30 Thread Eddie
Hi, I'm not sure how to deploy the application to the real device. When I tried to install it via the browser, the browser always tell me the phone doesn't know this type or format, and doesn't download it. So is it really need to post the application to the Market for user to get it? Just

[android-developers] On screen Key board

2008-09-30 Thread D
Has there been a program developed for an on screen key board with Android software? I currently have an HTC T Mobile Wing, and I am used to a quarty keyboard. Though convenient, I still like to be able to text, or send an email with one hand. I am able to do this on the wing using windows 6.0,

[android-developers] Re: Deployment

2008-09-30 Thread Shane Isbell
This pretty much covers it: http://groups.google.com/group/android-discuss/browse_thread/thread/4b3e7a099931beb9 You can also check out http://slideme.org. We are preparing to launch around the 22nd. Shane On Tue, Sep 30, 2008 at 12:45 AM, Eddie [EMAIL PROTECTED] wrote: Hi, I'm not sure

[android-developers] I need help in http connection???

2008-09-30 Thread Wesley Sagittarius
hi all, I not quite familiar with android... hoping I can get some answer here... thanks... I have two questions here... 1st Question --- How can I use android to call a url and get the inputStream to get the content of the pages??? Code in J2me:- --- connection =

[android-developers] Bitmap on sdcard decodestream

2008-09-30 Thread Matteo Crippa
Easy i was playing with a little app i'm developing but i've just found a little problem... let's explain me it... I created a sdcard and inside it I placed some jpg files. So my data path is something like: /sdcard/app/img/1.jpg /sdcard/app/img/2.jpg /sdcard/app/img/3.jpg

[android-developers] Re: Translate

2008-09-30 Thread Ludwig
There is no support for i18n in the 1.0 SDK -- it looks like this is nothing too high on the list for Google's developers at the moment.This is from the official documentation ( http://code.google.com/android/devel/resources-i18n.html)http://code.google.com/android/devel/resources-i18n.html

[android-developers] Browser and SSL

2008-09-30 Thread Shane Isbell
Does android's browser support SSL v3, 128 bit encryption? Thanks, Shane --~--~-~--~~~---~--~~ 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: Bitmap on sdcard decodestream

2008-09-30 Thread sahn0
Maybe it is jpg format that causing problems? Try converting images to png. On 30 сент, 16:17, Matteo Crippa [EMAIL PROTECTED] wrote: Easy i was playing with a little app i'm developing but i've just found a little problem... let's explain me it... I created a sdcard and inside it I placed

[android-developers] Re: WebView loadData limitations

2008-09-30 Thread Mark Murphy
schmielson wrote: Thanks for the quick reply. Unfortunately, that does not work. The link text becomes highlighted to indicate that it has been clicked, but the URL is never loaded and the code in shouldOverrideUrlLoading is never called. Visit http://commonsware.com/Android/, and

[android-developers] Re: Remote MP4 video in 0.9 SDK

2008-09-30 Thread Guillaume Perrot
On linux, just use MP4Box test.3gp(or mp4) -hint And it will be streamable and compatible with android. On 26 sep, 09:14, wiki [EMAIL PROTECTED] wrote: Hey Justin! As we have got the 1.0 SDK . will RTSP work on emulator now? Regards On Sep 25, 2:02 pm, Iroid [EMAIL PROTECTED] wrote: I

[android-developers] Re: Launch browser issue. Is this a bug for 1.0?

2008-09-30 Thread Mark Murphy
april wrote: url=http://www.google.com;; Intent i = new Intent(Intent.ACTION_VIEW,Uri.parse(url)); startActivity(i); If I changed url=http://127.0.0.1:4343/a.html;, I will get error the application is stopped unexpectly. Is this a bug? 127.0.0.1 is localhost, which, in this case,

[android-developers] Re: I need help in http connection???

2008-09-30 Thread Charlie Collins
I replied with some info on this over at Anddev where it was also asked - before I noticed this. http://www.anddev.org/viewtopic.php?p=10646#10646 HTH On Sep 30, 4:23 am, Wesley Sagittarius [EMAIL PROTECTED] wrote: hi all, I not quite familiar with android... hoping I can get some answer

[android-developers] Alignment issue related to ListView

2008-09-30 Thread Sudha
My layout looks like this way ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent ListView android:id=@id/android:list

[android-developers] Port issue with the Android Emulator

2008-09-30 Thread Parasss
Hello Team, I have doubt in the Android telephoney simulation. The one Android emulator runs in the User A's machine and the second Android emulator runs in the User B's Machine. when user A starts the emulator using the following command emulator -http-proxy http://UserB's id:UserB's

[android-developers] Using the battery state

2008-09-30 Thread tomgibara
The scenario is that I am writing a small app that I want to run in the background only when the device is charging. My problem is that this appears to impossible to achieve. The documentation helpfully informs me that ACTION_BATTERY_CHANGED intents cannot be received through components declared

[android-developers] current page's url

2008-09-30 Thread e
hi all, can get the current page's url from the default web browser ?? --~--~-~--~~~---~--~~ 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: Important Announcement: Handango Android Catalog

2008-09-30 Thread Eric
May I know how do you overcome the restriction on 1.0 SDK that it does NOT allow any apk to be installed unless it comes from Android Market? Thanks Eric Portable Electronics Ltd www.hdmp4.com On Sep 30, 1:57 am, Handango [EMAIL PROTECTED] wrote: Handango, the original multi-platform app

[android-developers] Is it possible to connect two android with different machine?

2008-09-30 Thread Parasss
Is it possible to connect with android emulator with different machine??? Please help me... Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Unable to install the .apk file via OTA in Android 1.0 release

2008-09-30 Thread blindfold
See recent discussion at http://groups.google.com/group/android-discuss/browse_thread/thread/4b3e7a099931beb9/c71a8ed2e3d2f2e0?show_docid=c71a8ed2e3d2f2e0# On Sep 30, 8:16 am, wiki [EMAIL PROTECTED] wrote: Hi All, I am trying to install the downloaded apk files (downloaded via OTA in SD

[android-developers] ProgressBar no coming on a ListActivity

2008-09-30 Thread Sudha
Hi I am having a ListActivity in the onListItemClick() of an item I need to do some processing so I need to show a progressbar on the screen. But ProgressBar is not getting shown I gave probar.show() no effect plz help --~--~-~--~~~---~--~~ You received this

[android-developers] Re: ProgressBar no coming on a ListActivity

2008-09-30 Thread Sudha
I tried //myProgressDialog.show(); //myProgressDialog.setView(getCurrentFocus()); //requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); // setProgressBarVisibility(true); nothing worked Please help --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: Bitmap on sdcard decodestream

2008-09-30 Thread Mike Reed
That is a correct way to call decodeStream. Are you sure the path is correct (i.e. are you getting a non-null fileinputstream)? On Sep 30, 2008, at 5:17 AM, Matteo Crippa wrote: Easy i was playing with a little app i'm developing but i've just found a little problem... let's explain me it...

[android-developers] Nokia N810 Skin for Android Emulator

2008-09-30 Thread Olaf Encke
Hello folks. The new Nokia N810 Internet Tablet skin for the Android Emulator is ready for taking. screen resolution is WVGA (800x480). http://www.android.encke.net/#Nokia-N810 Enjoy. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: Bitmap on sdcard decodestream

2008-09-30 Thread Matteo Crippa
Hi sahn0 thanks for the tip, but it still fails with a NullPointerException... I tried looking at f.isFile() and it returns true... so file exists... On 30 Set, 12:27, sahn0 [EMAIL PROTECTED] wrote: Maybe it is jpg format that causing problems? Try converting images to png. On 30 сент,

[android-developers] Re: Bitmap on sdcard decodestream

2008-09-30 Thread Mike Reed
Please file a bug for this, and attach one or more of the images and your code snippet. That will make it much easier to diagnose. thanks, mike On Sep 30, 2008, at 9:25 AM, Matteo Crippa wrote: Hi sahn0 thanks for the tip, but it still fails with a NullPointerException... I tried looking

[android-developers] Re: Need Help with diaplaying Menu

2008-09-30 Thread Guillaume Perrot
The @Override annotation is useful in your case because you will have a compile time error if you mispelled the function name. On Sep 29, 5:48 pm, Dipen [EMAIL PROTECTED] wrote: Thanks Mark. yes, it was spelling error. Also, i was not calling show() on Toast. I am little bit surprise eclipse

[android-developers] Re: SDK 1.0: what about multipart entities

2008-09-30 Thread gjs
I used - org.apache.http.entity.FileEntity - instead... On Sep 29, 12:10 am, gjs [EMAIL PROTECTED] wrote: Hi, Hmm, I think these jars are packaged into the .apk, I can see lot of references inside classes.dex to these libraries and the size of the generated .apk and .dex files would seem

[android-developers] KeyListener doesn't see enter key?

2008-09-30 Thread Christine
I have a KeyListener on an EditText. The only key I want to catch is the enter key, but that seems to be the only key the KeyListener doesn't see. What am I missing? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Need Help with diaplaying Menu

2008-09-30 Thread Guillaume Perrot
If you override a function with ctrl+space (or by going into menus), the @Override will automatically be added, and you can't mispell the name with auto-completion... On Sep 30, 3:44 pm, Guillaume Perrot [EMAIL PROTECTED] wrote: The @Override annotation is useful in your case because you will

[android-developers] Re: Bitmap on sdcard decodestream

2008-09-30 Thread Matteo Crippa
Hi Mike, i've just tried adding these few lines inside my code to hard-debug it: Log.d(stream,+is.available()); Log.d(stream,is.toString()); Log.d(bstream,+bis.available()); Log.d(bstream,bis.toString()); if(is==null) Log.d(stream,is null); and debugger says me: 09-30 15:41:52.605:

[android-developers] Re: qemu emulator flag not supported anymore in the 1.0 SDK?

2008-09-30 Thread Cheryl Sedota
Google, please tell us how to increase the amount of memory available for our emulator in the 1.0 SDK. On Sep 25, 12:56 am, Volker Gropp [EMAIL PROTECTED] wrote: Hi, same Problem here with the SDK1.0 emulator on Linux. Im really missing the qemu network settings to be able to use the

[android-developers] save image in Database

2008-09-30 Thread Nemat
Hi Frnds. I have to save an image in database.How can it be possible in SDK-1.0?? 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

[android-developers] Re: SAXParser reports diffeernt qName on SDK 0.9 from SDK 1.0

2008-09-30 Thread Chris Cicc
Hey Brad, Just to be sure I tested it out and manually typed in amp; into the source for the web service. I didn't expect this to work, because even manually typing it in still leads to each character being encoded. In the quote you provided it says they MUST be escaped using either numeric

[android-developers] Re: Barcodes

2008-09-30 Thread MrSnowflake
http://code.google.com/p/zxing/ is a barcode (amongst others) reader. It is opensource and has a android client. On 30 sep, 01:50, Peli [EMAIL PROTECTED] wrote: If you look at the OpenIntents list of applicationshttp://www.openintents.org/en/applications you will find ZXing which is a

[android-developers] Light theme bug?

2008-09-30 Thread zl25drexel
Hi, I changed my app to use the light theme android:theme=@android:style/ Theme.Light.NoTitleBar however that theme makes the text in list view in all alertdialog invisible. The text was changed to white color against the white background therefore they are invisible the same issue is also in

[android-developers] Re: Anybody get succeed with DatagramSocket on 1.0-r1

2008-09-30 Thread James
Oh, many thanks, this is exactly what I missed. On Sep 28, 8:24 pm, Mark Murphy [EMAIL PROTECTED] wrote: I have following code: socket_snd = newDatagramSocket(); It works well with m5-r15. But it always fail on 1.0-r1. I  telneted to emulator, the network of emulator works well. Any

[android-developers] Detect Emulator/Get phone info

2008-09-30 Thread MrSnowflake
Is there a way to detect wether a activity is running on the emulator or on a real device? And if so, can we detect what the name of the device is? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Replacing Dialer, IM, and SMS Apps

2008-09-30 Thread Xolotl Loki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 2) Hidden Content Providers. The open access guarantees don't necessarily grant access to the underlying content providers that power the native applications. At the moment (this might change) access to the native mail, SMS, and IM Content

[android-developers] Re: Light theme bug?

2008-09-30 Thread zl25drexel
i can't post a link in my message? see screenshot http://tinyurl.com/3rt5z7 On Sep 30, 10:12 am, zl25drexel [EMAIL PROTECTED] wrote: Hi, I changed my app to use the light theme android:theme=@android:style/ Theme.Light.NoTitleBar however that theme makes the text in list view in all

[android-developers] Re: Bitmap on sdcard decodestream

2008-09-30 Thread Matteo Crippa
Ok, bug filed, but I don't think it could be related to images, i've just tested jpgs and pngs, and it fails with both of them... http://code.google.com/p/android/issues/detail?id=921 On 30 Set, 15:44, Mike Reed [EMAIL PROTECTED] wrote: Please file a bug for this, and attach one or more of the

[android-developers] Re: Barcodes

2008-09-30 Thread Peli
Yes, that's exactly the one I meant. I wanted to stress that it is not necessary to copy the code into one's application (although that is also possible and supported), but one can simply send an intent to open the ZXing application, and obtain the result back. Peli On Sep 30, 4:10 pm,

[android-developers] Re: Barcodes

2008-09-30 Thread Peli
zxing is a barcode (amongst others) reader. Actually there are not so many barcode readers for Android. The top-50 winning apps that read barcode were all using the ZXing library made by Google employees. The only independent barcode reader for Android that I know (Moseycode:

[android-developers] Re: Bitmap on sdcard decodestream

2008-09-30 Thread Guillaume Perrot
I also use BitmapFactory.decodeStream on images on the sdcard, but I have no problem. Does your images work with the standard Pictures application ? On Sep 30, 4:29 pm, Matteo Crippa [EMAIL PROTECTED] wrote: Ok, bug filed, but I don't think it could be related to images, i've just tested jpgs

[android-developers] Re: Bitmap on sdcard decodestream

2008-09-30 Thread Matteo Crippa
yes, i've just test them using the default app and also with the dev tools raw image viewer and both are able to show my pics :( Guillaume, may I ask you if can kindly paste a snippet of the code you are using to load an img from the sdcard? On 30 Set, 16:49, Guillaume Perrot [EMAIL PROTECTED]

[android-developers] Re: Detect Emulator/Get phone info

2008-09-30 Thread Peli
I don't know if this would help you, but one way is to read the number of sensors http://code.google.com/android/reference/android/hardware/SensorManager.html#getSensors() . This is 0 on the emulator, and should be some number 0 on a real device, provided that the device has sensors (which the

[android-developers] How to use my custom library apk file in other applications.

2008-09-30 Thread Ashutosh
Hi, I have my own custom library apk file (say lib.apk) i want make it available to other applications. How to provide the uses-library in the android manifest.xml file in other apps so as to use my custom library. Kindly suggest if any one has worked on this topic. Thanks

[android-developers] Re: I need help in http connection???

2008-09-30 Thread Wesley
Hi, thanks for d reply. I have one more questions... Did anyone know how to make socket connection using androird wesley. On 9/30/08, Charlie Collins [EMAIL PROTECTED] wrote: I replied with some info on this over at Anddev where it was also asked - before I noticed this.

[android-developers] changing path r.java

2008-09-30 Thread alan
Is it possible to change the path of r.java? My application has shared source folders with a J2ME app, r.java is automatically placed in the first folder in the project which is one of the shared folders, i would like it to be in one of the android specific folders

[android-developers] Re: qemu emulator flag not supported anymore in the 1.0 SDK?

2008-09-30 Thread Cheryl Sedota
Note that a defect has been opened for this issue: http://code.google.com/p/android/issues/detail?id=906 On Sep 30, 8:59 am, Cheryl Sedota [EMAIL PROTECTED] wrote: Google, please tell us how to increase the amount of memory available for our emulator in the 1.0 SDK. On Sep 25, 12:56 am,

[android-developers] Re: Bitmap on sdcard decodestream

2008-09-30 Thread Matteo Crippa
Thanks Romain, you are right! I totally forgot to init it... and it was driving me crazy :( On 30 Set, 18:24, Romain Guy [EMAIL PROTECTED] wrote: The fix is simple, initialize you array photos. In the bug report you filed, the array itself is null. The Bitmap returned by BitmapFactory is

[android-developers] Re: Alignment issue related to ListView

2008-09-30 Thread april
?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent ListView android:id=@id/android:list android:layout_width=fill_parent

[android-developers] error in the Java Runtime Environment

2008-09-30 Thread Falko Richter
I getting this crazy error Message when I build and launch my App from Eclipse: # # An unexpected error has been detected by Java Runtime Environment: # # Internal Error (classFileParser.cpp:2924), pid=12395, tid=3084123024 # Error: ShouldNotReachHere() # # Java VM: Java HotSpot(TM) Client VM

[android-developers] glass pane like widget

2008-09-30 Thread skink
hi, i'm just wondering whether there is jswing's glass pane like mechanism under android platform. i found surface/surfaceview but probably it's not what i want. thanks, skink --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] glass pane like widget

2008-09-30 Thread skink
hi, i'm just wondering whether there is jswing's glass pane like mechanism under android platform. i found surface/surfaceview but probably it's not what i want. thanks, skink --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: Find existing contact by phone number

2008-09-30 Thread blim
Worked great, thank you! On Sep 26, 3:57 pm, Mark Murphy [EMAIL PROTECTED] wrote: I am not sure what your managedQuery does, but does it move the cursor to the first position with moveToFirst()? Ludwig's probably correct. I actually just posted an errata to Version 1.2 ofmybook on this

[android-developers] Re: Vibrate constructor is not public and not documented in API Differences

2008-09-30 Thread tberthel
Bump On Sep 30, 12:36 am, tberthel [EMAIL PROTECTED] wrote: How do I get an instance of Vibrate in a different package now that the constructor is not public? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] how to disable the back key for the phone

2008-09-30 Thread april
My application needs to send several request to server. I don't want user to click back key of the phone during sending process. Is there any way I can block it ? If application is doing something, user click back, what is the life cycle of activity it would be? Thanks! April

[android-developers] Anyone able to get streetview working?

2008-09-30 Thread zl25drexel
Is anyone able to get streetview working? i was able to start the streetview map but the map wont display and gave an error that says 'invalid panorama' The only documentation about street view i can found is http://code.google.com/android/reference/available-intents.html private static

[android-developers] Re: Bitmap on sdcard decodestream

2008-09-30 Thread Romain Guy
The fix is simple, initialize you array photos. In the bug report you filed, the array itself is null. The Bitmap returned by BitmapFactory is not. On Tue, Sep 30, 2008 at 2:17 AM, Matteo Crippa [EMAIL PROTECTED] wrote: Easy i was playing with a little app i'm developing but i've just found a

[android-developers] Re: Vibrate constructor is not public and not documented in API Differences

2008-09-30 Thread tberthel
android.os.Vibrator is the actual class. Strange that it's not just a static call to begin with. On Sep 30, 12:55 pm, tberthel [EMAIL PROTECTED] wrote: Bump On Sep 30, 12:36 am, tberthel [EMAIL PROTECTED] wrote: How do I get an instance of Vibrate in a different package now that the

[android-developers] Re: Vibrate constructor is not public and not documented in API Differences

2008-09-30 Thread tberthel
Never mind I found it: Vibrator vibrator = (Vibrator)getSystemService(Context.VIBRATOR_SERVICE); On Sep 30, 1:56 pm, tberthel [EMAIL PROTECTED] wrote: android.os.Vibrator is the actual class. Strange that it's not just a static call to begin with. On Sep 30, 12:55 pm, tberthel [EMAIL

[android-developers] Re: Important Announcement: Handango Android Catalog

2008-09-30 Thread Peli
This question has been answered here: http://groups.google.com/group/android-discuss/browse_frm/thread/4b3e7a099931beb9 Peli www.openintents.org On 30 Sep., 14:45, Eric [EMAIL PROTECTED] wrote: May I know how do you overcome the restriction on 1.0 SDK that it does NOT allow any apk to be

[android-developers] Re: how to disable the back key for the phone

2008-09-30 Thread plusminus
overwrite onKeyDown of your Activity and put a case KeyEvent.KEYCODE_BACK to a switch for the keycode-parameter. Return true in that case. Regards, plusminus # anddev.org | Worlds largest Android Community On Sep 30, 1:58 pm, april [EMAIL PROTECTED] wrote: My application needs to send several

[android-developers] Re: WebView loadData limitations

2008-09-30 Thread schmielson
Hi Mark, Thanks so much for the examples. I did go ahead and try using loadDataWithBaseUrl as in your example, not to any success. However, looking at your code - and seeing that it worked! - prompted me to take a step back and simplify my layout. The layout in which I had been displaying the

[android-developers] Keyguardmanager

2008-09-30 Thread barrie
Hi my friend, I try to use Keyguardmanager to lock the key. But never works. Do you have any sample to show me. I just want to do something like the screen lock of GPhone and we need to push the menu botton to unlock it. Please kindly help me with this. Appreciated. Barrie

[android-developers] Info on 3D hardware in Qualcomm MSM7201A ??

2008-09-30 Thread blakespot
I am trying to find out what sort of graphics acceleration is present in the Qualcomm MSM7201A chipset that drives the G1 device. I see reports associated with the HTC Touch Diamond, also based on the MSM7201A, indicating that it can move 7-8 million polygons/second...

[android-developers] Re: Working with Images

2008-09-30 Thread Mike Reed
We have no API to decode a subset of an image in 1.0, so for now you'll have to decode the entire image (with optional subsampling) On Sep 30, 2008, at 3:57 PM, xMemphisx [EMAIL PROTECTED] wrote: Hello, What i'm currently trying to do, is load a large image... lets say the dimensions are

[android-developers] Re: On screen Key board

2008-09-30 Thread PowerGUI
Hi, please check the following thread,that maybe what you want. http://groups.google.com/group/android-developers/browse_thread/thread/957b7b8214769ffb/032d760477205522?lnk=gstq=SoftKey#032d760477205522 Best Regards PowerGUI -- Android DotPhone Team

[android-developers] Re: On screen Key board

2008-09-30 Thread Chung-Yen Huang
*Hi * ** *I want to know how to use Keyguardmanager to lock the key board or Screen lock when u push cancel phone key.* ** *Please give me some sample.* ** *Thanks* *Barrie* On Wed, Oct 1, 2008 at 7:53 AM, PowerGUI [EMAIL PROTECTED] wrote: Hi, please check the following thread,that maybe

[android-developers] How to launch SMS message edit from API

2008-09-30 Thread elephantbug
Hi, Group, Is there a way to launch SMS editor from application? I know for dialer, we can use following action: Intent dialIntent = new Intent(Intent.ACTION_DIAL, Uri.parse(tel: + mPhoneNumber)); startActivity(dialIntent); Anyone can help?

[android-developers] Re: Working with Images

2008-09-30 Thread Steve Oldmeadow
If I understand your question correctly you just want: Bitmap.createBitmap(Bitmap source, int x, int y, int width, int height) where source will be your 1500x1500 bitmap, x and y are the top left of the sub image and width and height are the width and height of the sub image. Memory could be

[android-developers] Re: How to use my custom library apk file in other applications.

2008-09-30 Thread hackbod
Sorry, third party shared libraries are not supported in 1.0. On Sep 30, 9:06 am, Ashutosh [EMAIL PROTECTED] wrote: Hi, I have my own custom library apk file (say lib.apk) i want make it available to other applications. How to provide the uses-library in the android manifest.xml file in

[android-developers] Re: how to disable the back key for the phone

2008-09-30 Thread hackbod
But keep in mind that the user can still get out of your application with the HOME key, and there is absolutely no way for you to prevent that. On Sep 30, 1:01 pm, plusminus [EMAIL PROTECTED] wrote: overwrite onKeyDown of your Activity and put a case KeyEvent.KEYCODE_BACK to a switch for the

[android-developers] Re: SAXParser reports different name on SDK 0.9 from SDK 1.0

2008-09-30 Thread Brad Gies
Chris, What you described doesn't seem like the proper behavior even for the XML special characters. But, I have to admit that I'm just getting into Unicode, so I don't know exactly what should happen. It does seem to me that if you are using the ampersand character and it's not in one of the

[android-developers] Re: How to use SmsManager.sendDataMessage() to send the message

2008-09-30 Thread plusminus
*bump* On 24 Sep., 09:45, Cristina [EMAIL PROTECTED] wrote: I have just done a test to send a binary messege to a port using this code in 1.0 SmsManager smsManager = SmsManager.getDefault(); short port = 16001; smsManager.sendDataMessage(5556,5554, port, Hola.getBytes(), null, null); I

[android-developers] Dynamic insert code into an existing .apk

2008-09-30 Thread wiki
HI, I would like to know if we can add our own piece of code into any .apk dynamically? like we have JavaAssist tool to do that. does it work in this scenario as well. kindly suggest. -Wiki --~--~-~--~~~---~--~~ You received this message because you are subscribed