[android-developers] Re: Can I send an image byte[] to ACTION_VIEW intent?

2010-06-23 Thread szeldon
I'd like to know that too... On 13 Maj, 16:05, JimmyHoffa photos.d...@googlemail.com wrote: Hi all, Just wondering if its possible to use the built inimageviewerto display animagesourced from a database. I'm hoping I can pass the byte[] as an extra to the ACTION_VIEW intent, but can't find

[android-developers] Is there any chance that there will be ADP2?

2009-05-28 Thread szeldon
Hi, I've read: http://groups.google.com/group/android-developers/browse_thread/thread/ba29f880345c03aa http://www.google.com/support/forum/p/Android%20Market/thread?tid=55c6a8a72f53961fhl=en but both discussions seem a little outdated. At Google IO there were free HTC Magic phones (unlocked as

[android-developers] Is it possible to read cellular-network messages?

2009-04-01 Thread szeldon
Hi, I wonder if it is possible to read messages of cellular network in Android? By this I mean all those beacons that are transmitted by cellular network, all the requests for registration, connection etc. It would be great to see this in Java part of Android, but if it is possible only in lower

[android-developers] Re: Why File.mkdirs() can not succeed?

2008-12-16 Thread szeldon
. Only in /data/data/package.of.your.app/ is writable to apps. On Dec 16, 10:26 am, szeldon szeldon@gmail.com wrote: Are you sure that an application can create a new directory in /data? I know that you can create files/directories in /data/ package.of.your.app/ but I'm not sure if you can

[android-developers] Re: An issue about buying dev phone

2008-12-11 Thread szeldon
I had the same problem. I logged out and logged in once more and it worked. On Dec 11, 9:31 am, roland [EMAIL PROTECTED] wrote: I have an issue when i click the button Buy now » on my Developer Console, the page get refreshed, i can't enter to the next page which display the information of

[android-developers] Re: Connecting to Android Emulator through Java Application

2008-12-11 Thread szeldon
Maybe you'll find a solution here: http://code.google.com/android/reference/emulator.html#emulatornetworking On Dec 11, 10:43 am, Andhravaala [EMAIL PROTECTED] wrote: Hi I don't have an Android device. To test my application I need to connect to Emulator from a normal Java Application. For

[android-developers] Re: file browser view : does it exist ?

2008-12-11 Thread szeldon
I think that you have to do it by yourself. There is a tutorial about this on anddev.org. On Dec 11, 12:07 pm, Fräntz Miccoli [EMAIL PROTECTED] wrote: I'm seeking a file browser view to enable my user to pick a file from its file system to my apps. Does it already exist ? It seems to be a

[android-developers] Re: Has anybody received an android dev phone in the US yet?

2008-12-11 Thread szeldon
Oh my, oh my, so it's nearly time for my package. On Dec 10, 9:08 pm, hoesing [EMAIL PROTECTED] wrote: Seattle, ordered whenever the engadget article went up, fedex overnight. Received mine at 10am this morning. --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Has anybody received an android dev phone in the US yet?

2008-12-10 Thread szeldon
I have ordered G1 Dev 1 on Sunday and I didn't get it as yet. I assume that nobody got it: http://groups.google.com/group/android-beginners/browse_thread/thread/997f5bfc633feb37# On Dec 10, 1:02 pm, Rajesh [EMAIL PROTECTED] wrote: Where in US are you? How long did it take to reach and what was

[android-developers] Re: Android Dev Phone 1 Specification

2008-12-08 Thread szeldon
Damn, great question. I assumed that this device is exactly the same as T-Mobile's G1 except from the fact that this is unlocked. I've already ordered this phone and now I'm a little confused. On Dec 8, 1:35 am, focuser [EMAIL PROTECTED] wrote: Is the hardware of this phone Android Dev Phone 1

[android-developers] Re: Android Dev Phone 1 + Shipping to Germany

2008-12-08 Thread szeldon
When logged to an Android Market, see this for details: http://android.brightstarcorp.com/help.php This contains information as follows: Outside the US For Orders shipping outside the US, shipping pricing includes cost of shipping service and the applicable customs, duties, import and country

[android-developers] Re: Android Dev Phone 1™

2008-12-08 Thread szeldon
I know just an answer for the first question: http://groups.google.com/group/android-developers/browse_thread/thread/dffc1eeca2b8c358/a6942cdaff5d8651#a6942cdaff5d8651 On Dec 8, 8:49 pm, Pastymage [EMAIL PROTECTED] wrote:   Does anyone have a more detailed FAQ than the text

[android-developers] Re: How, when do I join Android Developer Challenge II?

2008-11-22 Thread szeldon
http://code.google.com/android/adc.html At the moment that's the only thing that's known about ADC II. I think. On Nov 22, 5:57 am, don rhummy [EMAIL PROTECTED] wrote: How do I join the second Android developer challenge? When is the deadline?

[android-developers] Re: CHeck File Permissions

2008-11-14 Thread szeldon
tried but it keeps giving me errors and asking if i want to create a method canRead or canWrite On Nov 13, 7:44 pm, szeldon [EMAIL PROTECTED] wrote: What about canRead() and canWrite() methods from File class? On Nov 14, 12:11 am, Protocol-X [EMAIL PROTECTED] wrote: Heyeveryone, Ive

[android-developers] SMS with SSL (or other type of encryption).

2008-11-12 Thread szeldon
Hi, Is it possible to use some kind of encryption of SMS? This encryption should be used on normal SMSes, not on messages send over Internet. Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: A network status info question

2008-11-06 Thread szeldon
What kind of crash was it? Was it an exception? If so, what exception was it and what info it had? On Nov 6, 4:04 pm, redmapleleaf [EMAIL PROTECTED] wrote: Hi all, would someone kind enough to let me know what I am doing wrong with the following code. I would like to get the network status

[android-developers] Re: SIP for Android.

2008-10-23 Thread szeldon
Hi, I've seen mjsip for Android, but it seems that there's only version for one of previous SDKs. http://blog.roychowdhury.org/2008/03/10/we-have-sip-working-on-android/ Moreover, I'm working on P2PP implementation and then SIP. At the moment I can't provide you more details, but in couple

[android-developers] Question about details of how services may be used.

2008-09-10 Thread szeldon
startService(Intent), but there's no way to communicate with that service. So, is it possible to have a background service that lives even after activity died and has some kind of interface for communication with it? Thanks in advance. szeldon --~--~-~--~~~---~--~~ You

[android-developers] Re: Question about details of how services may be used.

2008-09-10 Thread szeldon
it. -- Zach Hobbs HelloAndroid.com Android OS news, tutorials, downloads On Wednesday 10 September 2008 7:16:13 am szeldon wrote: Hi, I'm working on an application similar to bittorrent client. Because I want it to download things in background (even when an activity is not visible

[android-developers] Re: Downloading any file using browser.

2008-09-04 Thread szeldon
. Peliwww.openintents.org On Sep 4, 11:12 am, szeldon [EMAIL PROTECTED] wrote: Hi, Currently I'm working on a program that needs to download files using default browser, saving them somewhere (it may be a mobile/emulator or SD card on one of them) and then using my program with them. It would be great if my

[android-developers] ADT plugin in SDK 0.9

2008-08-18 Thread szeldon
Hi, It is mentioned that Several new development tools were added, such as a graphical preview for XML layouts for users of Eclipse, and a tool for constructing 9-patch images.. How to see/use this? Where is this? --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: ADT plugin in SDK 0.9

2008-08-18 Thread szeldon
Thanks. I thought that they're in Eclipse. Knowledge +1. On Aug 18, 11:19 pm, Megha Joshi [EMAIL PROTECTED] wrote: http://code.google.com/android/intro/tools.html On Mon, Aug 18, 2008 at 2:13 PM, szeldon [EMAIL PROTECTED] wrote: Hi, It is mentioned that Several new development tools

[android-developers] Re: Problem with hierarchyviewer on Ubuntu 8.04.

2008-08-18 Thread szeldon
report this issue with Sun Microsystems or try to use another version. On Mon, Aug 18, 2008 at 2:32 PM, szeldon [EMAIL PROTECTED] wrote: Hi, When typing ./hierarchyviewer I get an error like this (emulator is running): Exception in thread main java.awt.AWTError: Assistive Technology

[android-developers] Rules for using database.

2008-05-18 Thread szeldon
Hi, I've a question concerning using database on Android. I want to know if there are any rules for this. 1) Do we have to close Cursor or SQLiteDatabase after using it? 2) Let's assume that we have a class DatabaseInterface with static methods like createDatabase(),

[android-developers] Re: Wii-mote into Android

2008-04-09 Thread szeldon
Hi, How did you did that? How the connection is made etc? On Apr 9, 12:36 pm, Dale Thatcher [EMAIL PROTECTED] wrote: I've just hooked up a wii-mote to the Android simulator (via OpenIntents). More info here:http://blog.dalethatcher.com/2008/04/wii-mote-accelerometer-into-andr... thanks,

[android-developers] What is Android? diagram in docs.

2008-03-26 Thread szeldon
Hi, My question is a little silly one, but I wonder why on diagram at http://code.google.com/android/what-is-android.html the Android Runtime layer is not between Application Framework and Libraries? Is this because Android Runtime uses kernel's functionality for threading and low-level memory