[android-developers] Re: Android video and the browser

2009-07-17 Thread Jason Proctor
is coming, hopefully soon. that's if Apple stop messing it up. until then, you can do this the long way round. install a click handler then when a link to your video fires, route off to your activity which plays the movie using MediaPlayer. not so much work. >This may not be the proper pla

[android-developers] Re: VerifyError commons digester

2009-07-17 Thread Wouter
Hey, the weird here i looked into java beans and there is a decapitalize method.. But how can i modify the betwixt code (if i download the source, i can change it, but how can i make a jar file to import it in eclipse?)? these are my logs now: 07-17 21:17:17.324: ERROR/dalvikvm(28984): Could not

[android-developers] Re: VerifyError commons digester

2009-07-17 Thread Mark Murphy
Wouter wrote: > the weird here i looked into java beans and there is a decapitalize > method.. > But how can i modify the betwixt code (if i download the source, i can > change it, but how can i make a jar file to import it in eclipse?)? That would be a question for the Digester/Betwixt people. U

[android-developers] Re: Android video and the browser

2009-07-17 Thread Mark Murphy
Jason Proctor wrote: > is coming, hopefully soon. that's if Apple stop messing it up. > > until then, you can do this the long way round. install a click > handler then when a link to your video fires, route off to your > activity which plays the movie using MediaPlayer. > > not so much work.

[android-developers] Re: Android video and the browser

2009-07-17 Thread sjol
How do I install a click handler ? is there and Android javascript lib for that ? My goal is to make so any user not just myself, and without to much hassel, can play the films. is HTML5 in cupcake yet? On Jul 17, 3:17 pm, Jason Proctor wrote: > is coming, hopefully soon. that's if Apple stop m

[android-developers] Re: VerifyError commons digester

2009-07-17 Thread Wouter
Ok i will try that! What is the best way to deserialize xml to objects? On Jul 17, 9:32 pm, Mark Murphy wrote: > Wouter wrote: > > the weird here i looked into java beans and there is a decapitalize > > method.. > > But how can i modify the betwixt code (if i download the source, i can > > chan

[android-developers] Re: VerifyError commons digester

2009-07-17 Thread Mark Murphy
Wouter wrote: > Ok i will try that! > > What is the best way to deserialize xml to objects? Well, I am a fan of Excedrin, but you can use whatever pain reliever you prefer (aspirin, whiskey, etc.)... ;-) There is no generic "deserialize XML to objects" in Android. In part, I imagine it is becau

[android-developers] Android video and the browser

2009-07-17 Thread Jason Proctor
>I was under the impression the OP wasn't an Android developer. Click >handlers and MediaPlayers wouldn't be an option for somebody just trying >to make their Web site more Android browser-friendly. > >OTOH, I may have interpreted the OP incorrectly... no it's me that has it wrong. apologies to t

[android-developers] Timer & TimerTask latency

2009-07-17 Thread Jason Proctor
seems like i'm running into some latency issues with the regular Java Timer and TimerTask classes. does Android have preferred classes for doing the same kind of thing? tx -- jason.software.particle --~--~-~--~~~---~--~~ You received this message because you ar

[android-developers] Re: VerifyError commons digester

2009-07-17 Thread Wouter
:D funny! But i have a rest web service and I already have a sax parser that parses my xml file and saves it in a sqlite database. But i was wondering that reading a xml file and save it objects would be much easier? On Jul 17, 9:40 pm, Mark Murphy wrote: > Wouter wrote: > > Ok i will try tha

[android-developers] Heap Size in Eclipse

2009-07-17 Thread Sergio Ciruela
Hi, I am using Annotations and relfection in Android. When I am running an application the process is died by the Emulator. I would like to change the heap size to increment its size. If it is not a good idea I would like to know a better solution for my problem. Thanks for all. --~--~-~

[android-developers] Re: VerifyError commons digester

2009-07-17 Thread Mark Murphy
Wouter wrote: > :D funny! > > But i have a rest web service and I already have a sax parser that > parses my xml file and saves it in a sqlite database. > But i was wondering that reading a xml file and save it objects would > be much easier? Save it as objects...how? Where? I'd stick with SAX

[android-developers] Re: VerifyError commons digester

2009-07-17 Thread Wouter
Hmm isn't that possible? I have many data to read and if the database is very big, it would take a long time to load all this.. On Jul 17, 9:53 pm, Mark Murphy wrote: > Wouter wrote: > > :D funny! > > > But i have a rest web service and I already have a sax parser that > > parses my xml file a

[android-developers] Re: Using orientation sensor to g et 360° orientation?

2009-07-17 Thread f_heft
Oh dear, I'm really sorry .. I feel dumb and I don't know why I didn't find that stuff on my own. Usually I read the docs pretty well, but I guess the hot weather was no good for me. Thanks for your help, the Accelerometer is pretty perfect for me and I got all I wanted with it :-) On 17 Jul., 2

[android-developers] Re: open context menu for a specific item of the list

2009-07-17 Thread Georgios Galyfos
Hi and thanks for the reply. To be honest I had this idea myself, but I didn't know what to pass as parameters to this method: onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) any ideas?? On Fri, Jul 17, 2009 at 6:31 P

[android-developers] Re: About the oneway keyword in AIDL

2009-07-17 Thread Dianne Hackborn
Well the flag is not private, so the keyword can't be too private. :) There are lots of gotchas with this though -- ordering of delivery is tied to the target object (so you can receive calls on different interfaces out of order), and this does NOT impact calls in the same process. On Fri, Jul 17

[android-developers] Re: SDK 1.5_r3 is available

2009-07-17 Thread dan raaka
So what are the steps to use this SDK and adb into Samsung Galaxy -Dan On Fri, Jul 17, 2009 at 10:35 AM, Dan Morrill wrote: > Hi, all! > I wanted to let you know that a new SDK has been released: 1.5_r3 is now > available. This is a minor release, and includes a Japanese IME and fixes > for

[android-developers] Re: Using orientation sensor to g et 360° orientation?

2009-07-17 Thread dan raaka
Download the lastest SDK r3 and adb plays nice with Samsung Galaxy. -Dan On Fri, Jul 17, 2009 at 1:40 PM, f_heft wrote: > > Oh dear, I'm really sorry .. I feel dumb and I don't know why I didn't > find that stuff on my own. Usually I read the docs pretty well, but I > guess the hot weather was

[android-developers] Re: SDK 1.5_r3 is available

2009-07-17 Thread dan raaka
works .. great .. :) -Dan On Fri, Jul 17, 2009 at 2:30 PM, dan raaka wrote: > So what are the steps to use this SDK and adb into Samsung Galaxy > > -Dan > > > On Fri, Jul 17, 2009 at 10:35 AM, Dan Morrill wrote: > >> Hi, all! >> I wanted to let you know that a new SDK has been released: 1.5

[android-developers] Re: how to use adb tool on SAMSUNG GALAXY?

2009-07-17 Thread dan raaka
adb in SDK r3 plays nice with Samsung Galaxy. -Dan On Thu, Jul 16, 2009 at 9:13 AM, dan raaka wrote: > in the short run, samsung may host the compatible adb on their site > > -Dan > > > On Wed, Jul 15, 2009 at 7:38 AM, Kitagua wrote: > >> >> That are quite good news. I always have the Samsun

[android-developers] Re: SDK 1.5_r3 is available

2009-07-17 Thread f_heft
After it seems like you figured it out: is there anything special to consider? I'm downloading it at the moment (thanks for your hint in the other thread) and will try it tomorrow ... On 17 Jul., 23:30, dan raaka wrote: > So what are the steps to use this SDK and adb into Samsung Galaxy > > -Dan

[android-developers] Re: Unable to write text file to sdcard on physical G1 device

2009-07-17 Thread doubleminus
Is it a permissions issue? Trying to "touch" the sdcard via adb shell gives me a "permission denied" message... On Jul 16, 10:49 pm, doubleminus wrote: > Right now, file_name is just set to "12880"+"-"+po_number.getText > ().toString(); > > When I put "/sdcard/" (or "sdcard/" into my file path

[android-developers] Re: Unable to write text file to sdcard on physical G1 device

2009-07-17 Thread Mark Murphy
doubleminus wrote: > Is it a permissions issue? Trying to "touch" the sdcard via adb shell > gives me a "permission denied" message... Is this the emulator, or a device? If it is the emulator, do you have an SD card image attached to the emulator? By default, the emulator has no SD card image.

[android-developers] Re: open context menu for a specific item of the list

2009-07-17 Thread Peli
No, you should not call onCreateContextMenu by yourself. It will be called by the system for you. You just need to override this function, and wait until it is called. Peli www.openintents.org On Jul 17, 10:41 pm, Georgios Galyfos wrote: > Hi and thanks for the reply. > > To be honest I had th

[android-developers] Re: SDK 1.5_r3 is available

2009-07-17 Thread dan raaka
nothing magical .. added vendor ids .. // Samsung's USB Vendor ID #define VENDOR_ID_SAMSUNG 0x04e8 http://android.git.kernel.org/?p=platform/system/core.git;a=blob_plain;f=adb/usb_vendors.c;hb=cupcake can see a moto ID tooo :O that is good fodder for engadet folks :D -Dan On Fri, Jul 17, 2

[android-developers] Re: how can I catch SCREEN_ON/SCREEN_OFF broadcasts?

2009-07-17 Thread JP
1. You need to create a subclass of BroadcastReceiver, override onReceive(Context context, Intent intent). In onReceive(), extract action from intent and catch ACTION_SCREEN_ON and ACTION_SCREEN_OFF 2. Next you need to register the BroadcastReceiver in AndroidManifest.xml On Jul 17, 12:02 am, ji

[android-developers] Re: error: cloning the kernel from git

2009-07-17 Thread David Turner
Use git://android.git.kernel.org instead of git://git.android.kernel.org On Fri, Jul 17, 2009 at 9:06 PM, krishna devarapalli < krishna.andr...@gmail.com> wrote: > git clone git://git.android.kernel.org/kernel/common.git kernel-common > Initialized empty Git repository in > /home/sreevani/mydro

[android-developers] Re: SDK 1.5_r3 is available

2009-07-17 Thread MrChaz
fyi, this just got pushed to my phone On Jul 17, 6:35 pm, Dan Morrill wrote: > Hi, all! > I wanted to let you know that a new SDK has been released:  1.5_r3 is now > available.  This is a minor release, and includes a Japanese IME and fixes > for a few bugs, including a permissions issue.  You c

[android-developers] How to invert colors within a region of a bitmap

2009-07-17 Thread efu
I have a Canvas backed by a bitmap that I want to invert the color for a rectangular region. The meaning of inversion is to flip the bits of all the colors pixels. I can't seem to find an easy way to do it using the Paint class. Any suggestions? --~--~-~--~~~---~--~---

[android-developers] Re: I got syntax error of files of svn under eclipse

2009-07-17 Thread Jeremy Logan
Did anyone ever solve this? I'm having this problem now too. Jeremy On Jul 8, 8:15 pm, Rud wrote: > I see the same. Also, somehow the .svn directories are being created > under \bin even though my SVN is setup to ignore \bin. > > Rud > > On Jul 8, 8:20 am, Victor Lin wrote: > > > Hi, > > > I a

[android-developers] Released: Contact Groups + New & Forward MMS/MMS to Your groups as SMS/MMS/Email

2009-07-17 Thread Raj
Released: V1.0.0 Contact Groups + New & Forward MMS/MMS to Your groups as SMS/MMS/Email - Create and manage multiple SMS/MMS/EMAIL groups from your contacts. - Initiate new SMS/MMS/EMAIL to one or more contacts and/or groups. - Forward your SMS and MMS (Picture) to your groups as SMS/MMS or Emai

[android-developers] Re: Error in Repo Initialisation

2009-07-17 Thread ekwang
I think you miss below process. try again. # sudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev On Jun 6, 6:16 pm, Tirtha wrote: > Hi, > > I am using Virtual Box with KUbuntu Linux on x86

[android-developers] Re: SDK 1.5_r3 is available

2009-07-17 Thread dan raaka
as in dogfood ? -Dan On Fri, Jul 17, 2009 at 4:27 PM, MrChaz wrote: > > fyi, this just got pushed to my phone > > On Jul 17, 6:35 pm, Dan Morrill wrote: > > Hi, all! > > I wanted to let you know that a new SDK has been released: 1.5_r3 is now > > available. This is a minor release, and incl

[android-developers] Re: Unable to write text file to sdcard on physical G1 device

2009-07-17 Thread ekwang
You can use ddms tool for verify whether sdcard was inserted or not. #android-sdk-windows-1.5_r2\tools\ddms select Device - File Explore below is correct permissions value. +datapermissions : drwxrwx--x +sdcardpermissions : drwxrwxrwx +system permissions : drwxr-xr-x If sdcard pe

[android-developers] Re: Speech Codec Support for Android

2009-07-17 Thread Tez
Thanks. That helped me! Cheers, Earlence On Jul 17, 10:28 pm, "Yusuf T. Mobile" wrote: > Now I understand your question. sipdroid is an open-source package > that does VoIP on Android. It includes G711. > > Yusuf Saib > Android > ·T· · ·Mobile· stick together > The views, opinions and statemen

[android-developers] Re: Where to buy a ADP1 Backplate/Battery Cover (with the Android robots)

2009-07-17 Thread John Smith
2009/7/17 JBDynamics > > I bought an ADP1 from Brightstar Corp in November 2008 and everything > was great until about a month ago when the camera window shattered in > my pocket. I've called Brightstar who told me to call HTC, I did and > they only sold the T-Mobile G1 backplates. My Android Mar

[android-developers] Re: Any plan for support OMA-DM?

2009-07-17 Thread John Smith
2009/7/17 timj.wdsglo...@googlemail.com > > The question for me is: Why would Android support OMA-DM? What > problem are we trying to solve? Maybe it's like the case of the UAE carriers installing government issued spyware on blackberry's? --~--~-~--~~~---~--~

<    1   2