[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 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 any docs on it so f

[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=55c6a8a72f53961f&hl=en but both discussions seem a little outdated. At Google IO there were free HTC Magic phones (unlocked as A

[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] How to get MTU on Android?

2008-12-24 Thread szeldon
Hi, I would like to know how to get MTU value on Android. As of Java 1.6 there's a method NetworkInterface.getMTU(), but I don't see this in Android. Is there any other way? Or maybe there's a way to determine if packet that is being sent, is too long? Thanks in advance --~--~-~--~~-

[android-developers] Re: Official HOWTO for reflashing Dev 1 system image

2008-12-19 Thread szeldon
On Dec 19, 8:42 pm, Tomei Ningen wrote: > One more questions: how to create an update.zip for recovery? I have > dumped all the MTD sections from the Dev 1 phone into separate files. How did you done this? > What's the official method of combining them into an update.zip so > that in any case

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

2008-12-16 Thread szeldon
re. "/data/data/" has the same properties. Only in "/data/data/package.of.your.app/" is writable to apps. On Dec 16, 10:26 am, szeldon wrote: > Are you sure that an application can create a new directory in /data? > I know that you can create files/directories in /data/ &

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

2008-12-16 Thread szeldon
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 create something in / data. Check permissions by using "adb shell" or by using some method in File class. On Dec 16, 7:04 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 mes

[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

[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. >

[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

[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 w

[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 > onhttp://andro

[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 Specification

2008-12-08 Thread szeldon
What a relief... I thought so, but it's great to be sure. I think that it should be mentioned that this device is exactly the same (with all the modules) as G1 sold by T-Mobile. Or maybe those modules should be listed. On Dec 8, 6:38 pm, "Justin (Google Employee)" <[EMAIL PROTECTED]> wrote: > > I

[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

[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
4, 2:30 am, Protocol-X <[EMAIL PROTECTED]> wrote: > i 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 Fi

[android-developers] Re: CHeck File Permissions

2008-11-13 Thread szeldon
What about canRead() and canWrite() methods from File class? On Nov 14, 12:11 am, Protocol-X <[EMAIL PROTECTED]> wrote: > Heyeveryone, > > Ive been tryign to figure out how to check to see if a file has read/ > write permissions, or just read only permissions and have not been > able to find a wa

[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 "Androi

[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 stat

[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 mont

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

2008-09-10 Thread szeldon
unbind from > 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. Becaus

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

2008-09-10 Thread szeldon
ied to use 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 --~--~-~--~~~-

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

2008-09-04 Thread szeldon
led by the browser, and you can > use getIntent() > (http://code.google.com/android/reference/android/app/Activity.html#ge...() > ) to get more information about the intent. > > Peliwww.openintents.org > > On Sep 4, 11:12 am, szeldon <[EMAIL PROTECTED]> wrote: > > > Hi

[android-developers] Downloading any file using browser.

2008-09-04 Thread szeldon
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 program could react on specific filetype opened by a browser, but i

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

2008-08-18 Thread szeldon
a bug with your JDK. You should 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 > > >

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

2008-08-18 Thread szeldon
Hi, When typing ./hierarchyviewer I get an error like this (emulator is running): Exception in thread "main" java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.JavaBridge at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:788) at java.awt.Toolkit

[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: > > >

[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 b

[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(), addSomething(SQLiteDatabase),

[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... > >

[android-developers] What happens when an activity does something in for instance onMenuItemSelected() or any other method and other activity comes up?

2008-04-08 Thread szeldon
Hi, My question is about what happens in such case. Will my activity be ended by the system before the method will reach end of body? Or maybe the system will wait for this method to end? --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: Android source isn't available ?????????

2008-03-27 Thread szeldon
It isn't open source. It will become open source at the day of final release. On Mar 28, 7:02 am, Ze <[EMAIL PROTECTED]> wrote: > I don't understand how Android is an open source project as its source > hasn't been released? > > Ze --~--~-~--~~~---~--~~ You receive

[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 ma