[android-developers] Re: CRT Monitors

2008-11-14 Thread Dan B.
there is no connection between the SDK and your monitor... what kind of problem are you having exactly? On Nov 14, 4:30 pm, Amonre <[EMAIL PROTECTED]> wrote: > Are there any known issues between the Android SDK and CRT [box-style] > monitors? The potentially problematic monitor is approximately 5

[android-developers] Re: Can anyone clarify this part of the developer's agreement?

2008-11-14 Thread Dan B.
it means you can only use personal information gathered from the phone to advertise other products that are also on the Market. If they're not on the Market, you can't advertise them using data obtained from the phone. the best way around this is using an opt-in feature. The first time your app i

[android-developers] Re: Allocation too large for this process

2008-11-14 Thread EboMike
Hey blind, you're right, I'm using Drawables -- BitmapDrawables, to be precise. This is for an ImageSwitcher, so I need a Drawable of some sort (since I'm loading jpeg images off the storage device, so I can't use resources). I've tried BitmapFactory.decodeFile() instead of BitmapDrawables constru

[android-developers] Can anyone clarify this part of the developer's agreement?

2008-11-14 Thread Morisato13
"You may not use customer information obtained from the Market to sell or distribute Products outside of the Market." Does this mean you cant use user's statistics/demographic for advertising? Does this mean that you cant advertise any product even if you are being sponsored by a corporation/stor

[android-developers] Where can I find MapActivity source as well as the whole package com.google.android.maps?

2008-11-14 Thread Obormot
Hi, everyone. I'd like to learn how the routing is implemented in the default MapActivity used to display google maps. Unfortunately, I don't see the source anywhere. Could you please point me to the right direction so I could find the sources? Thank you in advance! --~--~-~--~~-

[android-developers] Help!! About browser the file!

2008-11-14 Thread SinFrancis
how can i read the file in /data folder?? or sdcard folder --~--~-~--~~~---~--~~ 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@googlegro

[android-developers] Re: Upload files on Androïd

2008-11-14 Thread 心蓝
Success! 2008/11/15 Breno <[EMAIL PROTECTED]> > > Hey Nicolas, you can use adb push > > "adb push helloNote.txt /data/data/org.myapp/files" > > check permission first. If you can't, do a > > 1) adb shell > 2) chmod 777 /data/data/org.myapp/files > > regards > > Breno > > On Nov 14, 12:17 pm, "[E

[android-developers] Re: File Browser

2008-11-14 Thread 心蓝
in my program can display all the file! 2008/11/15 Sunit Katkar <[EMAIL PROTECTED]> > Can you share your code? > > On Thu, Nov 13, 2008 at 9:40 PM, Chihau Chau <[EMAIL PROTECTED]> wrote: > >> >> I have programmed a File Browser for android and this display the root >> directory content then it's

[android-developers] Re: API for route calcualtions

2008-11-14 Thread Obormot
The funny thing is that the API used to be available in beta versions and was taken out from production for some reason. On Oct 24, 1:52 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > This feature is not currently available.  Please file a feature > request if you are want to see it in a f

[android-developers] Re: Dalvik and BOOTCLASSPATH

2008-11-14 Thread Koush
Yes, I ran the jar through dx. On Nov 14, 5:39 pm, shyamal <[EMAIL PROTECTED]> wrote: > I don't know about the BOOTCLASSPATH, but did actually run the jar > through dx --dex etc? > > On Nov 14, 1:37 pm, Koush <[EMAIL PROTECTED]> wrote: > > > From adb shell on the emulator, I am prepend the BOOTCL

[android-developers] Re: Intercept incoming call

2008-11-14 Thread kstamm
Thanks for your response, I apologize for my attitude. In academia we theorize all these wonderful new systems and then go assume they will be implementable on real world hardware. Do you think in any version of Android we will be able to reprogram the part of the phone that displays the incomin

[android-developers] Re: HoriztonalSlider - Indicator type thingy-ma-bob?

2008-11-14 Thread g1bb
Yep got it. Thanks. On Nov 14, 10:56 am, kolby <[EMAIL PROTECTED]> wrote: > Doesn't the SeekBar implement what you want already? Including the > thingy-ma-bob, aka > the draggable thumb? > > Michael > > On Nov 14, 12:46 pm, g1bb <[EMAIL PROTECTED]> wrote: > > > Could be attribute 'scrollbarAlways

[android-developers] Re: ADB via USB

2008-11-14 Thread Dan Pou
There seems to be some problems with udev matching the rules. I don't seem to get a match looking at `/sbin/udevadm test` on the device. Can someone who adb works without root permission copy some output from these commands? udevadm test /sys/class/usb_device/usbdev7.13/ where 7.13 is replaced

[android-developers] Re: How to debug G1 on Vista 64

2008-11-14 Thread Mark Murphy
Robert Green wrote: > Anyone?? I am not aware of a 64-bit Vista driver for the G1, though I'm not a Vista user and so haven't exactly kept an eye out for one. >> is there any workaround I can do short of running VMWare or dual booting? You could boot a live Linux CD. You could switch your log

[android-developers] Re: G1- No animated transitions between activies

2008-11-14 Thread hackbod
On Nov 13, 2:21 pm, ksmith44 <[EMAIL PROTECTED]> wrote: > Regardless, is there a way to programmatically turn the transitions on > in my code so that it will work on the G1? For a specific application, no. --~--~-~--~~~---~--~~ You received this message because yo

[android-developers] Re: disable home button

2008-11-14 Thread hackbod
On Nov 14, 12:08 pm, zl25drexel <[EMAIL PROTECTED]> wrote: > you guys did not open-source everything. it's pretty hard to figure > out how things work using a cripple code base. What exactly is missing that would help you? --~--~-~--~~~---~--~~ You received this m

[android-developers] Re: how to inject a KeyEvent

2008-11-14 Thread hackbod
On Nov 13, 4:42 pm, dreamerBoy <[EMAIL PROTECTED]> wrote: > What gave me hope is that there was an injectKeyEvent method on > WindowManager in the last API release.   > See:http://www.anddev.org/throwing-simulating_keystrokes_programatically-... That was never in the SDK; that is a private API th

[android-developers] Re: How to debug G1 on Vista 64

2008-11-14 Thread Robert Green
Anyone?? On Oct 29, 10:24 pm, Robert Green <[EMAIL PROTECTED]> wrote: > I'm running Vista 64 and not looking to start a holy OS war here. > It's what I run and I can't change it, so "just run XP 32-bit" is not > a good answer. > > The Windows USB driver is listed as only 32 bit and doesn't work f

[android-developers] Re: Dalvik and BOOTCLASSPATH

2008-11-14 Thread shyamal
I don't know about the BOOTCLASSPATH, but did actually run the jar through dx --dex etc? On Nov 14, 1:37 pm, Koush <[EMAIL PROTECTED]> wrote: > From adb shell on the emulator, I am prepend the BOOTCLASSPATH to > include a jar that contains an implementation of > android.widget.EditText. > > Then

[android-developers] attempt to acquire a reference on a close SQLiteClosable

2008-11-14 Thread akurni
Hi, I have trouble using the setTextFilterEnabled() on a list view. I got this Runtime exception "attempt to acquire a reference on a close SQLiteClosable". This exception only occurs when I did some filtering on the list and open another activity and come back back to it. The filtering is worki

[android-developers] Re: Question about Contacts

2008-11-14 Thread steve1
You need android.permission.READ_CONTACTS in AndroidManifest.xml. On Nov 14, 3:20 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi,all. > I try to access Contacts data by using Content Providers,but there > seems to be an error. > > source code: > > public class iContact extends Activity {

[android-developers] Re: Intercept incoming call

2008-11-14 Thread Mark Murphy
kstamm wrote: > Android was promised to be open entirely It is. > and I assumed it was going to allow creative use of the device Android is not a device. Android is an operating system. The T-Mobile G1 is a device. > Perhaps in 2.0 we will actually have an open telephone platform You have an

[android-developers] Re: OpenGL Hardware Acceleration in G1

2008-11-14 Thread Romain Guy
Yes. :) On Fri, Nov 14, 2008 at 10:39 AM, razialx <[EMAIL PROTECTED]> wrote: > > I have not been able to find anything definitive on this yet, despite > searching. > > Does the G1 support hardware acceleration for OpenGL? > > Thank you, > > Tim > > > > -- Romain Guy www.curious-creature.org

[android-developers] CRT Monitors

2008-11-14 Thread Amonre
Are there any known issues between the Android SDK and CRT [box-style] monitors? The potentially problematic monitor is approximately 5 years old and part of a Dell system. Dell used non-standard power schemes during that time period, not sure if they still do, which *might* be conflicting with th

[android-developers] WifiManager issues

2008-11-14 Thread Benry
Hello, I'm having an issue with WifiManager on the G1. I think the issue has more to do with Intents, BroadcastReceivers, Activities, and other things I'm unfamiliar with the language of. 1. I have a ListActivity derived class which is what loads on startup of the app. 2. A class member is a Wi

[android-developers] Extending call logs?

2008-11-14 Thread AndroidAppDev
Is there a way to customize the call logs page? Things such as adding other application's capabilities into the menu, and adding/modifying icons? Thanks, J --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android De

[android-developers] ListActivity and progressbars?

2008-11-14 Thread aadamson
I've about pulled out my hair over this one. Not that it's a huge deal, but I would like to know why this doesn't work? I have a main class that extends listactivity. In it's oncreate method, I issue the appropriate Window.Progress usage function call. In the locations in the code where I want

[android-developers] Re: Google Market Download Numbers

2008-11-14 Thread John Lauricella
Does anybody know what a good percentage of "active installs" versus "total" is for an app? These are apps that are downloaded to the phone, but turned "inactive" in the download manager? > Date: Fri, 14 Nov 2008 11:44:18 + > From: [EMAIL PROTECTED] > To: android-developers@googlegroups.com

[android-developers] Starting Android Service at boot time

2008-11-14 Thread fcdarnold
I am writing an application that has a service that runs a background thread and polls web services. The service creates notifications using the NotificationManager. The service needs to be running when the phone is first booted and the user does not need to start an activity to start the servic

[android-developers] is there a way to disable the GSM(phone) part of the phone only?

2008-11-14 Thread haitiankid4lyf
I am trying to disable the GSM on my phone while still being able to use wifi and/or bluetooth. Airplane mode does not work for me because it disable all connections. does anybody have any ideas?? Thank You Haitiankid4lyf --~--~-~--~~~---~--~~ You received this me

[android-developers] Re: HoriztonalSlider - Indicator type thingy-ma-bob?

2008-11-14 Thread kolby
Doesn't the SeekBar implement what you want already? Including the thingy-ma-bob, aka the draggable thumb? Michael On Nov 14, 12:46 pm, g1bb <[EMAIL PROTECTED]> wrote: > Could be attribute 'scrollbarAlwaysDrawHorizontalTrack' > > Will give it a shot tonight. > > On Nov 14, 9:31 am, g1bb <[EMAIL

[android-developers] Bluetooth Support

2008-11-14 Thread Rui Freitas
Hi, I have a question, the android API doesn't support Bluetooth devices, right? I have to connect a heart rate sensor via Bluetooth with G1 and receive the data from that sensor. Even knowing that the API doesn't support Bluetooth devices, is it possible to program direct on the phone (cause th

[android-developers] WifiManager

2008-11-14 Thread Benry
I'm testing WifiManager on a G1 phone, and I have a couple questions. I don't think I'm thinking about this thing correctly yet. Anyway, I have an Activity class which is derived from ListActivity, because I want to list all of the SSID's and their signal strengths. This class has a member which

[android-developers] Re: ADB via USB

2008-11-14 Thread willfe
On Nov 14, 4:20 am, nt94043 <[EMAIL PROTECTED]> wrote: > On Nov 13, 8:13 pm, "Dan Pou" <[EMAIL PROTECTED]> wrote: > > > I just had success by adding root. > > > I added the udev rule, restarted udev, killed existing server, sudo ./adb > > devices. > > Ok, I didn't know what you mean by "adding roo

[android-developers] OpenGL Hardware Acceleration in G1

2008-11-14 Thread razialx
I have not been able to find anything definitive on this yet, despite searching. Does the G1 support hardware acceleration for OpenGL? Thank you, Tim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Re: Intercept incoming call

2008-11-14 Thread kstamm
Of course we want to cut into the continuity. We are trying to make a new platform that solves new problems and achieves new goals. In actuality I am working on a doctoral project that involves custom communication handlers, and inserting intelligence into the call reception protocols. Android

[android-developers] Re: PhoneStateListener not being called back

2008-11-14 Thread dreamerBoy
Answered my own question... telMgr.listen(myPhoneStateListener, TelephonyManager.CALL_STATE_IDLE | TelephonyManager.CALL_STATE_RINGING | TelephonyManager.CALL_STATE_OFFHOOK); is wrong. This is right: telMgr.list(myPhoneStateListener, PhoneStateListener.LIST

[android-developers] market posting negative installs

2008-11-14 Thread Randy McEoin
Have any Market publishers noticed negative active installs? I published an application last night and currently my stats are: 415 total -69 active installs (-16%) Early this morning I saw 131 total with -132 active (-100%). This makes no sense whatsoever. Another app I'm involved with at le

[android-developers] Re: File Browser

2008-11-14 Thread Sunit Katkar
Can you share your code? On Thu, Nov 13, 2008 at 9:40 PM, Chihau Chau <[EMAIL PROTECTED]> wrote: > > I have programmed a File Browser for android and this display the root > directory content then it's que next > > /sqlite_stms_journals > /cache > /sdcard > /etc > /system > /sys > /sbin > /proc >

[android-developers] Re: great idea

2008-11-14 Thread brs
It is up to the vendor of this software to decide which platforms they want to support, e.g. based on their development cost and the expected number of sales or some other business strategy For now at least Android is a very tiny platform compared to the ones they already support and they might ju

[android-developers] Re: Question about ServerSocket

2008-11-14 Thread linker lv
just need give the permission. android.permission.INTERNET 2008/11/14 riverwide <[EMAIL PROTECTED]> > > Hi, > > I want to new a ServerSocket instance.(java.net.ServerSocket) But I > can't. > A java.net.BindException was throws.(java.net.BindException: > Permission do not allow action on socket) >

[android-developers] Re: How to Redir UDP Packets at init

2008-11-14 Thread linker lv
i didn't use this, but i used adb foward tcp: tcp: i did not find your problem. the port will disappeared till kill command. 2008/11/15 Diego Torres Milano <[EMAIL PROTECTED]> > > > > "You can also create ~/.android/redir.conf file and add the > > redirections you want, one per line" > >

[android-developers] How to Handle Delays/Waits

2008-11-14 Thread Mark Hansen
I'm trying to figure out the best way to do this, and hoping someone can help... I've created a AnimationDrawable using XML and have no problem setting that to an ImageView to display. The question is, what's the proper way to hold the animation for a specific amount of time, say so that the ani

[android-developers] Re: How to Redir UDP Packets at init

2008-11-14 Thread Diego Torres Milano
> "You can also create ~/.android/redir.conf file and add the > redirections you want, one per line" > > where can i create this file? try this in your python $ python >>> import os >>> print os.path.expanduser("~") + "/.android/redir.conf" /home/user/.android/redir.conf --~--~-~--~--

[android-developers] Re: Quality of audio recording from MediaRecorder

2008-11-14 Thread Dave Sparks
The MediaRecorder is currently hardcoded for AMR-NB and is intended for MMS messages. You can expect improvements to audio recording in a future SDK. On Nov 14, 12:26 pm, ste <[EMAIL PROTECTED]> wrote: > I'm testing out the MediaRecorder's audio recording capability, and > the quality of the aud

[android-developers] Re: Android on iPhone

2008-11-14 Thread brs
On Nov 14, 2:44 pm, Jason Proctor <[EMAIL PROTECTED]> wrote: > >It's like putting OSX on a PC... possible if some hacker > >really wanted to try, but you run in to all kinds of issues. > > this has been done many times. the only real issue is the piece of > code that tries to detect real apple h

[android-developers] Re: support for ad2p and others

2008-11-14 Thread Dan Pou
I don't have the particular reference, but I believe that the Android developers held off including advanced bluetooth because the API was in transition. Currently Bluez is under going major conversion 3.x - 4.x. I assume that once 4.x is stable (i.e. appears in the major Linux distributions), it

[android-developers] Re: RC30: any way to access database on device?

2008-11-14 Thread hackbod
On a production device, you can change your app to make the database world readable, and then you can pull it in the same way. We definitely need to have a way to make it easier to get to your files; we've talked about using the "debuggable" attribute to also allow you to su to that app's uid to

[android-developers] Dalvik and BOOTCLASSPATH

2008-11-14 Thread Koush
>From adb shell on the emulator, I am prepend the BOOTCLASSPATH to include a jar that contains an implementation of android.widget.EditText. Then from ADB, I launch an activity using the "am" tool. However, "am" is failing to launch at all with the following errors in logcat. Any ideas on how to

[android-developers] Eclipse Plug-in Site down?

2008-11-14 Thread Steve918
I'm getting a 404 when I try to install the eclipse plugin from: https://dl-ssl.google.com/android/eclipse/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] How does one add his own activity to the Dial action?

2008-11-14 Thread Adrian A
Hello, I'm trying to associate my activity as an alternate dial option. For some reason though, my action doesn't show up when I long press on a contact, or (in the call log) when a long press a phone number. Any idea why? Is there any sample code out there? Many thanks in advan

[android-developers] Re: disable home button

2008-11-14 Thread Mark Murphy
zl25drexel wrote: > To me, the apps are the interesting bits but they are not fully > opened. For example, they referenced codes/packages that were close- > sourced or missing (i.e. speech recognition ). Also, as you said, some > apps are completely missing. > > I understand there could be many r

[android-developers] Add your application to Android Market for FREE!

2008-11-14 Thread Android Freeware
Hello fellow Android developers! To motivate developers to spread their applications for the Android mobile platform, we decided to offer FREE INCLUSION of their applications into Android Market! Normally, to participate in the Android Market program, every developer should sign up and pay a fee

[android-developers] Re: disable home button

2008-11-14 Thread Jean-Baptiste Queru
-Actually, the linux license only applies to linux itself, and doesn't require anything in user-space to get open-sourced. -See http://android.git.kernel.org/?p=platform/external/srec.git;a=summary Like Romain said, the entire Android platform was open-sourced. If something that ships on the G1

[android-developers] Re: disable home button

2008-11-14 Thread zl25drexel
(i hope i dont sound too obnoxious) the platform is linux based, google had no choices but open sourced it. :-) To me, the apps are the interesting bits but they are not fully opened. For example, they referenced codes/packages that were close- sourced or missing (i.e. speech recognition ). Also

[android-developers] Re: How to Redir UDP Packets at init

2008-11-14 Thread David Turner
You should be able to use QEMU -redir options when starting the emulator, as in: emulator -qemu -redir tcp:8000::8010 to redirect tcp port 8000 on localhost to 8010 on the emulated system. You can also use several successive options. The only problem is that the parsing/handling of the -qemu op

[android-developers] Re: Attaching the Eclipse debugger to actual device

2008-11-14 Thread Ian
Hey, On Oct 23, 9:23 pm, Wanted unique nickname <[EMAIL PROTECTED]> wrote: > Wow, that totally worked.  For those who are interested, here is my > complete Suse example: For those still struggling with OpenSUSE 11, here's mine: Like Nick's, this goes in /etc/udev/rules.d/11-android.rules

[android-developers] Quality of audio recording from MediaRecorder

2008-11-14 Thread ste
I'm testing out the MediaRecorder's audio recording capability, and the quality of the audio was less then I was expecting. It was significantly lower then the quality you get while speaking on the phone, and sounded very digitized. I've tested both the 3gpp and MPEG_4 encoding options, and notice

[android-developers] Re: disable home button

2008-11-14 Thread Romain Guy
The entire platform is open sourced. Only some Google apps (YouTube, Gmail, etc.) are not open sourced. What exactly do you find "crippled"? What is missing for you? On Fri, Nov 14, 2008 at 12:08 PM, zl25drexel <[EMAIL PROTECTED]> wrote: > > you guys did not open-source everything. it's pretty h

[android-developers] Re: start your application on camera button

2008-11-14 Thread [EMAIL PROTECTED]
Thanks Guys. I added a receiver with CAMERA_BUTTON intent-filter and it then triggers my Main application. But I am not getting the choose application dialog. Instead, both my Main application and camera application opens.

[android-developers] Re: disable home button

2008-11-14 Thread zl25drexel
you guys did not open-source everything. it's pretty hard to figure out how things work using a cripple code base. On Nov 13, 2:14 pm, hackbod <[EMAIL PROTECTED]> wrote: > On Nov 12, 6:38 am, zl25drexel <[EMAIL PROTECTED]> wrote: > > > please, put that API to replace the lock screen, i will be mo

[android-developers] Re: Unable to record using MediaRecorder

2008-11-14 Thread ste
I'm doing this on both the emulator and a G1. I create the mediarecorder object as a public variable in my main class: public MediaRecorder recorder = new MediaRecorder(); After looking around, I think my problem was the filename I gave. When I changed it to "/sdcard/test.3gpp", I was ab

[android-developers] Android on iPhone

2008-11-14 Thread Jason Proctor
>It's like putting OSX on a PC... possible if some hacker >really wanted to try, but you run in to all kinds of issues. this has been done many times. the only real issue is the piece of code that tries to detect real apple hardware. defeat that, and there are only normal hardware compatibility

[android-developers] Re: Android on iPhone

2008-11-14 Thread Romain Guy
Android doesn't need 2 processors for multitasking. And it's not using 2 processors for multitasking in the G1. On Fri, Nov 14, 2008 at 11:35 AM, Morisato13 <[EMAIL PROTECTED]> wrote: > > From my understanding, it's very VERY doubtful. Android requires the > use of 2 processors in order to multit

[android-developers] Re: Android on iPhone

2008-11-14 Thread Morisato13
>From my understanding, it's very VERY doubtful. Android requires the use of 2 processors in order to multitask the way it does. Apple's iPhone just doesnt meet the hardware specifications that are required for the Android platform. With that said however, some hacker MIGHT be able to fudge around

[android-developers] Re: How to Redir UDP Packets at init

2008-11-14 Thread Breno
DIego, actually a just find your post. It's very interesting, but you said "You can also create ~/.android/redir.conf file and add the redirections you want, one per line" where can i create this file? thanks a lot guys Breno On Nov 14, 4:51 pm, Diego Torres Milano <[EMAIL PROTECTED]> wrote:

[android-developers] Re: MediaRecorder on G1

2008-11-14 Thread ste
I can record now, but I'm getting errors when I try to stop. I get the following error: RuntimeException: reset failed I also can't play the audio files, so I'm guessing that the reset issue might be causing the files to be corrupted. On Nov 13, 7:17 pm, g1ster <[EMAIL PROTECTED]> wrote: > cirion

[android-developers] Re: HoriztonalSlider - Indicator type thingy-ma-bob?

2008-11-14 Thread g1bb
Bleh... never mind. Just found out about the SeekBar widget: http://code.google.com/android/reference/android/widget/SeekBar.html On Nov 14, 10:46 am, g1bb <[EMAIL PROTECTED]> wrote: > Could be attribute 'scrollbarAlwaysDrawHorizontalTrack' > > Will give it a shot tonight. > > On Nov 14, 9:31 am,

[android-developers] Re: How to Redir UDP Packets at init

2008-11-14 Thread Diego Torres Milano
you may find this post useful http://dtmilano.blogspot.com/2008/03/automating-port-redirection-in-android.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] shared preferences between applications

2008-11-14 Thread Jason Proctor
i'm using java.util.prefs.Preferences to maintain my apps' preferences, but it seems like one app can't read another's preferences, even if the path to them is the same. is this intended? should i be using a different root than userRoot() ? tx --~--~-~--~~~---~--~-

[android-developers] Re: How to Redir UDP Packets at init

2008-11-14 Thread Alvin Yates
You could leave it open. Alternatively, you could just write your own shell script/batch file. Might be a way to sneak it in to Eclipse, but I couldn't give you an answer to that right this moment. On Nov 14, 10:14 am, Breno <[EMAIL PROTECTED]> wrote: >      Hello, > >         i'm trying to rec

[android-developers] Re: Question about ServerSocket

2008-11-14 Thread Alvin Yates
If it's on the page, more than likely. However, if you haven't set your manifest file to add the NETWORK permission, that would do it easily. On Nov 13, 10:40 pm, riverwide <[EMAIL PROTECTED]> wrote: > Hi, > > I want to new a ServerSocket instance.(java.net.ServerSocket) But I > can't. > A java.

[android-developers] Re: Problem with Service Permission

2008-11-14 Thread Cheryl Sedota
We solved the issue by getting the application context and calling startService/bindService on that context rather than the activity's context (which is within an activity group - which is why it didn't work for some reason). On Nov 13, 3:46 pm, Raktim Das <[EMAIL PROTECTED]> wrote: > Hi, > I am

[android-developers] Re: Upload files on Androïd

2008-11-14 Thread Breno
Hey Nicolas, you can use adb push "adb push helloNote.txt /data/data/org.myapp/files" check permission first. If you can't, do a 1) adb shell 2) chmod 777 /data/data/org.myapp/files regards Breno On Nov 14, 12:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > I need to upload fi

[android-developers] How to Redir UDP Packets at init

2008-11-14 Thread Breno
Hello, i'm trying to receive UDP packets, and to do that, i need to redir using 1) telnet localhost 5554 2) redir add udp:5000:5000 This works fine. But, every time i close the simulator, i need to do it again. Please, must be a way to automate that. Does anybody kno

[android-developers] Re: Camera on SDK 1.0

2008-11-14 Thread [EMAIL PROTECTED]
I don't think this is supported on 1.0, it's been removed since .9 , use Camera.Parameters to change any camera settings. Should be better camera support on 1.1 when it comes out. Mark On Nov 13, 10:31 pm, Ejane <[EMAIL PROTECTED]> wrote: > Why can't I lau

[android-developers] Re: HoriztonalSlider - Indicator type thingy-ma-bob?

2008-11-14 Thread g1bb
Could be attribute 'scrollbarAlwaysDrawHorizontalTrack' Will give it a shot tonight. On Nov 14, 9:31 am, g1bb <[EMAIL PROTECTED]> wrote: > Hello, > > Sorry for my lack of technical terminology when referring to this, but > I can't figure out what it's called! I've built a custom view for a > hor

[android-developers] Re: RC30: any way to access database on device?

2008-11-14 Thread Mark Murphy
Jay-andro wrote: > I (inadvertently) upgraded to RC30. I need to check my app's sqlite > database on the device. Is there any way to do it. Perhaps over USB or > using DDMS? On the emulator, you can download the database file (DDMS or adb pull), then use a local SQLite client (console, Firefox p

[android-developers] Re: Interested in LBS & AR? Android Developer Needed

2008-11-14 Thread Fred Grott(shareme)
Not in Denver however.. On Nov 13, 7:38 pm, Brightkite <[EMAIL PROTECTED]> wrote: > Looking for an Android developer to join our mobile development team. > Feel at home on Facebook & Twitter? Like tackling tough groundbreaking > problems? Interested in location based services & augmented reality?

[android-developers] RC30: any way to access database on device?

2008-11-14 Thread Jay-andro
I (inadvertently) upgraded to RC30. I need to check my app's sqlite database on the device. Is there any way to do it. Perhaps over USB or using DDMS? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers

[android-developers] Re: processing camera preview before display

2008-11-14 Thread blindfold
Yes, one can hide the preview frame and do image processing on the data from the preview callback and only display the results of that. On Android/G1 this is painfully slow, but it is successfully used in my live image processing and sound synthesis app at http://www.seeingwithsound.com/androi

[android-developers] Re: Interested in LBS & AR? Android Developer Needed

2008-11-14 Thread Fred Grott(shareme)
A you might want check with Martin he already had something on this this morning.. I am the one doing a Loopt clone using Brightkite's APOI and already have the famous Fred Wilson interested in seeing a demo :) I will follow up with an email with reusume attached On Nov 13, 7:38 pm, Brightkite

[android-developers] Re: Uninstall packages API

2008-11-14 Thread [EMAIL PROTECTED]
I saw, that there is an android.permission.DELETE_PACKAGES, but it seems, that there is no API (at least at the moment) to delete a package. Is that permission checked anywhere in Android, possibly in a undocumented API to delete a package? On 13 Окт, 19:45, hackbod <[EMAIL PROTECTED]> wrote: > S

[android-developers] Re: processing camera preview before display

2008-11-14 Thread blindfold
Don't set SURFACE_TYPE_PUSH_BUFFERS. Regards On Nov 14, 10:01 am, Sean <[EMAIL PROTECTED]> wrote: > I'm somewhat new to the Android platform. I've been digging around > lots of sample code, and haven't seen anything that does what I want: > > I'd like to create my own code path for getting the c

[android-developers] Re: Maximize size for Dialog themed activity?

2008-11-14 Thread Anm
This worked... @Override protected void onMeasure( int widthMeasureSpec, int heightMeasureSpec ) { super.onMeasure( widthMeasureSpec, heightMeasureSpec ); // // Despite any measurements of children, always assume the maximum available area. //

[android-developers] Re: great idea

2008-11-14 Thread Varun
Nope It's actually a software used by the medical fraternity. It offers a lexicon of instant prescriptions and the like... And Apple actually worked directly with the makers of Epocrates to bring it to the IPhone. It's pretty much a mainstay for docs, specially residents etc. On Nov 8, 12:52 pm,

[android-developers] Re: processing camera preview before display

2008-11-14 Thread Dave Sparks
You cannot alter the preview frames as they are being displayed. Camera preview uses a private shared interface between the camera and SurfaceFlinger to display preview frames. It would be too costly to pass this data across two process boundaries and a Java VM. You might be able to get away with

[android-developers] Re: File permission about MediaPlayer

2008-11-14 Thread Dave Sparks
Windows Media is not supported in the emulator due to licensing issues. The T-Mobile G1 supports WMA/WMV because that device is specifically licensed to use the Microsoft codecs. On Nov 14, 4:15 am, Gery <[EMAIL PROTECTED]> wrote: > Hi David, > > Regarding this mediaplayer access right thing, may

[android-developers] HoriztonalSlider - Indicator type thingy-ma-bob?

2008-11-14 Thread g1bb
Hello, Sorry for my lack of technical terminology when referring to this, but I can't figure out what it's called! I've built a custom view for a horizontal slider as described in the following URL: http://www.helloandroid.com/node/250 This works great, but I'd like to show the user an actual '

[android-developers] Intercepting outgoing call

2008-11-14 Thread Sajid
Hi, I want to intercept the outgoing call, I have achieved the following things ->recieved the event of outgoing call and got the dialed number, now what I want to do, is to dial a new number or by changing the already dialed number? I still could not be able to do the above thing, anybody has

[android-developers] Re: Sending email

2008-11-14 Thread Justin (Google Employee)
Did you set he MIME type in your Intent? Cheers, Justin Android Team @ Google On Nov 14, 7:03 am, dave <[EMAIL PROTECTED]> wrote: > I tried out k9mail on the emulator and I get the same error message > when I try to send an email from my application. has anyone gotten > this to work? > > On Nov

[android-developers] Re: Sending email

2008-11-14 Thread dave
I tried out k9mail on the emulator and I get the same error message when I try to send an email from my application. has anyone gotten this to work? On Nov 4, 12:39 pm, "Justin (Google Employee)" <[EMAIL PROTECTED]> wrote: > Yes, you should be able to install the Email program's APK on the > emul

[android-developers] Linking to the Amazon MP3 app

2008-11-14 Thread Al
Hello, has anyone seen a web link which points to the Android version of the Amazon MP3 store? I see that the Shazam app links to the Amazon MP3 store, but I'm looking for an example hyperlink from a web app. thanks, Al --~--~-~--~~~---~--~~ You received this mes

[android-developers] Android on iPhone

2008-11-14 Thread martin
Would it be possible to run Android software on a normal iPhone 3G??? I guess quite a few people would love to see an iPhone with the possibilites of the Andorid open source community... --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[android-developers] Mobile Dev Camp on November 29 and 30 in Amsterdam

2008-11-14 Thread Peter Robinett
Hello all, If any of you will be in or near Amsterdam at the end of the month, I encourage you drop by the Mobile Dev Camp I'm organizing. If our first event at the end of August (iPhone Dev Camp, see www.iphonedevcamp.nl) is any guide, we'll have around 100 people trading tips and developing app

[android-developers] processing camera preview before display

2008-11-14 Thread Sean
I'm somewhat new to the Android platform. I've been digging around lots of sample code, and haven't seen anything that does what I want: I'd like to create my own code path for getting the camera data from the PreviewCallback, and then displaying it on my own SurfaceView, since I'd like to do som

[android-developers] SimpleCursorAdapter setAdapter not rendering any items

2008-11-14 Thread methodin
Anyone know why the following code would produce no list items even if there are 9 rows in the cursor? private boolean fillAndBind(int id,Cursor c,String[] columns,int[] to) { startManagingCursor(c); ListView lv = (ListView)this.findViewById(id); // Now c

[android-developers] Re: "CREATE TABLE android_metadata failed"

2008-11-14 Thread [EMAIL PROTECTED]
I am experiencing exactly the same problem... Any idea how to resolve this? Armand On Oct 15, 7:22 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi All, > >          I am using SDK1.0 version. I am using database for storing > business card type information. Every thing was running fairly

[android-developers] Re: How to get a G1 whithout a suscription plan?

2008-11-14 Thread noodles
Walmart has it for no contract. I saw it was about $359 or something close to that. On Nov 13, 11:39 am, "Juan David Trujillo C." <[EMAIL PROTECTED]> wrote: > Hi guys! > > I don´t live in the US, but I would like to get a G1.  Is it possible > somehow to buy a G1 without a suscription plan, and j

[android-developers] Upload files on Androïd

2008-11-14 Thread [EMAIL PROTECTED]
Hi, I need to upload files in the directory /data/data/org.myapp/files/ How can I do it ? Ftp ? Thx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

  1   2   >