[android-developers] Unable to Select Kotlin Script as Default Build Script in Android Studio Flamingo | 2022.2.1 Patch 2 on macOS Intel

2023-07-22 Thread Felix Huang
regards, Felix Huang -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To view this discussion on the

[android-developers] Setup Emulator in Android Studio for Android 4.4W

2017-09-08 Thread 'Felix C' via Android Developers
, the system images are just not shown in the SDK manager for Android 4.4W (API level 20). What can I do? Best Regards Felix -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving e

[android-developers] Re: An unexpected error occurred. Please try again later. (4800000)

2016-09-23 Thread Felix Steghofer
mode play developer console, this error went away. > > On Wednesday, September 21, 2016 at 2:42:29 PM UTC+5:30, Felix Steghofer > wrote: >> >> I also experience the 480 issue after deleting the default project. >> How can we fix this? >> > -- You rec

[android-developers] Re: An unexpected error occurred. Please try again later. (4800000)

2016-09-21 Thread Felix Steghofer
I also experience the 480 issue after deleting the default project. How can we fix this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[android-developers] Bachelor Thesis comparing Native versus Hybrid apps

2016-04-13 Thread Felix Khoi
Hello, Our names are Felix and Jawed and we are currently writing our Bachelor Thesis on Blekinge Institute of Technology, about Native versus Hybrid apps, with focus on features. We created a survey to help us get perspective about what you developers think and like. We would be truly

[android-developers] We need your help and opinion to complete our thesis

2016-04-05 Thread Jawed & Felix
Hello, Our names are Felix and Jawed, we are currently writing our Bachelor Thesis in Software Engineering at Blekinge Institute of Technology about Native versus Hybrid apps, with a focus on features. We need your help and opinion to complete our thesis, We will be truly grateful if you

[android-developers] Bachelor Thesis comparing Native versus Hybrid apps

2016-03-31 Thread Jawed & Felix
Hello, Our names are Felix and Jawed, we are currently writing our Bachelor Thesis in Software Engineering at Blekinge Institute of Technology about Native versus Hybrid apps, with a focus on features. We need your help and opinion to complete our thesis, We will be truly grateful if you

Re: [android-developers] Re: Deposits From Google Wallet Weirdness

2013-07-25 Thread Felix Long
are subscribed to the Google Groups Android Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Best Regards Felix Long -- -- You

[android-developers] Re: Menu Not Showing

2013-07-24 Thread Felix Garcia Lainez
://developer.android.com/guide/topics/ui/menus.html On Tuesday, July 23, 2013 9:45:39 PM UTC+3, Felix Garcia Lainez wrote: Hi, The case is that I have several activities in which I use actionbar successfully, showing different actions on top (with icons), but when I click on menu key (galaxy s4

[android-developers] Re: Menu Not Showing

2013-07-24 Thread Felix Garcia Lainez
On Wednesday, July 24, 2013 10:00:01 AM UTC+2, Piren wrote: everything you need to know is here: http://developer.android.com/guide/topics/ui/menus.html On Tuesday, July 23, 2013 9:45:39 PM UTC+3, Felix Garcia Lainez wrote: Hi, The case is that I have several activities in which I use actionbar

[android-developers] Re: Menu Not Showing

2013-07-24 Thread Felix Garcia Lainez
(but better yet use always to prevent from the duplicate to show in the overflow menu,), then add copies of those to the menu with never. On Wednesday, July 24, 2013 2:07:02 PM UTC+3, Felix Garcia Lainez wrote: BTW, if I set some menu item property to android:showAsAction=never

[android-developers] Re: Obfuscating Android Library Project

2013-07-23 Thread Felix Garcia Lainez
(as reiterated by Ourida). According to your other comments i'm not sure if you're fully aware of how to use the obfuscation tool or what it does... i suggest you read up on some material on the subject before continuing. On Monday, July 22, 2013 12:59:04 PM UTC+3, Felix Garcia Lainez wrote

[android-developers] Menu Not Showing

2013-07-23 Thread Felix Garcia Lainez
Hi, The case is that I have several activities in which I use actionbar successfully, showing different actions on top (with icons), but when I click on menu key (galaxy s4) then the menu options is not shown... I don't know really if this is the desired behavior but I would like to have both

[android-developers] Re: Obfuscating Android Library Project

2013-07-23 Thread Felix Garcia Lainez
definitely obfuscate it when you build the library project. Just remember to put up rules as to not obfuscate all the public methods you'd like to use as the API for the library (which i guess you forgot). On Friday, July 19, 2013 6:11:04 PM UTC+3, Felix Garcia Lainez wrote: Hi, The case

[android-developers] Re: Obfuscating Android Library Project

2013-07-22 Thread Felix Garcia Lainez
What about using aar? Someone has played with this? http://www.flexlabs.org/2013/06/using-local-aar-android-library-packages-in-gradle-builds On Friday, July 19, 2013 5:11:04 PM UTC+2, Felix Garcia Lainez wrote: Hi, The case is that we have an Android Library Project that generates a jar

[android-developers] Re: Obfuscating Android Library Project

2013-07-22 Thread Felix Garcia Lainez
. Hence, Classes referenced by reflexion must be keeped. Best regards. On Friday, July 19, 2013 3:11:04 PM UTC, Felix Garcia Lainez wrote: Hi, The case is that we have an Android Library Project that generates a jar files, being included this jar file as input library of other Android

[android-developers] Obfuscating Android Library Project

2013-07-19 Thread Felix Garcia Lainez
Hi, The case is that we have an Android Library Project that generates a jar files, being included this jar file as input library of other Android Library project that we distribute to several clients. The case is that I would like to obfuscate the code of the first Library Project before

[android-developers] Re: Video streaming from Android

2012-04-16 Thread Felix
Hi RFuente, I'm in the your same, i send 3gp live video from android to a server via socket, and no moov atom (until android device stop recording). did you found a solution to encode/process mp4/3gp file without moov atom with ffmpeg ? thnks Felix Il giorno martedì 17 agosto 2010 09:25

[android-developers] Re: android.telephony

2012-04-05 Thread Felix Oranžový
Can you post your result please? About BSIC, Neighbor info.. On Thursday, March 5, 2009 10:18:32 PM UTC+1, run99ner_ff wrote: Okay, I have found a way to get the cell id, lac, ncc, bcc, (bsic), rxLev, rxQual, C/I, neighbor info, gsm umts information. Launch the Dialer app and type

[android-developers] Publish apk, open file stream?

2012-03-14 Thread Felix Gubitz
Whenever i publish an apk using Chrome and i try to build a new version of that apk after that, i get an error because the apk couldnt be deleted. Then i close Chrome and i can call mvn clean install successfully. I guess there is a stream left open by the upload form? -- You received this

Re: [android-developers] Re: sound player

2012-02-18 Thread Felix Long
you need call mp.prepare before mp.start 在 2012-2-19 上午3:13,Mark Turkel pbsdm...@gmail.com写道: Here's code that I am using repeatedly in several apps... hope this helps! :) final class PlaySound { public static boolean playing=false; private static HashSetMediaPlayer mpSet = new

Re: [android-developers] keystore files

2012-02-16 Thread Felix Long
://groups.google.com/group/android-developers?hl=en -- Best Regards Felix Long -- 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@googlegroups.com To unsubscribe from this group, send email to android

Re: [android-developers] keystore files

2012-02-16 Thread Felix Long
somewhere ? so that it knows what password to pass ? thanks again On 02/16/2012 09:54 AM, Felix Long wrote: Hi: You need change the password of yout publlish key to android which same as debug.keystore: http://developer.android.com/guide/publishing/app-signing.html 2012/2/16

[android-developers] get icons and show on the widget

2012-01-01 Thread felix
hi all i want to get the list of running applications icons and show on the widget, now i can get the icons in activity or service but i don`t know how to get icons in widget and how to send a icon from a service to a widget. -- You received this message because you are subscribed to

Re: [android-developers] Should i develop for android 2.1, 2,2 or 2.3?

2011-12-19 Thread Felix Long
-developers?hl=en -- Best Regards Felix Long -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] find word in faster speed

2011-12-19 Thread felix
Hi! I'm working on a dict app on android, I need to search a list of words(about 500-600 thousand words) in file to find the word. It took me about 10-20 seconds to search the word. How can I improve the search speed? Thanks to all! -- You received this message because you are subscribed to

[android-developers] Re: find word in faster speed

2011-12-19 Thread felix
that is fairly extensible. I'm sure somebody might bring up the possible badness of having it out on the SD card somewhere, but even this isn't so bad, especially compared to 20 seconds!) On Tue, Dec 20, 2011 at 12:26 AM, felix guofuchu...@gmail.com wrote: Hi! I'm working on a dict app on android

[android-developers] Re: find word in faster speed

2011-12-19 Thread felix
at 09:26:11PM -0800, felix wrote: http://en.wikipedia.org/wiki/Trie Wow...I never knew that had a name. :-) Later, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4)MiSTie #49997 Running FreeBSD 7.0 spooky1...@gmail.com ICBM/Hurricane: 30.44406N 86.59909W

[android-developers] how to learn android?

2011-09-11 Thread felix
How to learn android well? Can you tell me some books videos or other resource? thanks. -- 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@googlegroups.com To unsubscribe from this

[android-developers] Problems with deactivating the title bar

2011-09-09 Thread Felix Schröter
Hi everyone, I´m 15 years old (in a few weeks 16) and I´m very new to Android and Java and at the moment I just copy and past, but I want to learn the language Java complete but later. So my Problem: I didn´t deavticate the title bar in the manifest, because I have an ProgessBar to show how

[android-developers] how to learn Andoird

2011-09-06 Thread felix
i am a newbie. i want to learn andoird. who can share some experience. thanks. Are there any good books and videos? -- 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@googlegroups.com To

[android-developers] Re: how to learn Andoird

2011-09-06 Thread felix
I want it too, but i think i can`t pick up a project rignt now. if i have the ability , i will pick up a project on elance. On 9月6日, 下午4时43分, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Best way is to first pick up a project either on freelancer.com or elance.com When u get encouragement

Re: [android-developers] Re: How is RockPlayer doing hardware decoding?

2011-09-03 Thread Felix long
this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Best Regards Felix Long -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Android Input Method Problem

2011-08-04 Thread Daniel Felix
it please help me. I am paying my thanks in advance for your time. Yours Truly, Felix -- 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@googlegroups.com To unsubscribe from this group

[android-developers] Android Processes

2011-07-23 Thread Daniel Felix
or 3 min. When I set the android:process=:myprocess attribute for the recording it working fine. I only want to know your opinion about is it right way or not. Other process has some pros and cons but I don't know. Could any one explain me? Yours, Daniel Felix -- You received this message

[android-developers] Re: Application Ranking?

2011-07-02 Thread Felix Garcia Lainez
Nobody knows about some site/tool to check in which position is any app on market? It should be very common, no? On 29 jun, 13:38, Felix Garcia Lainez fgarcialai...@gmail.com wrote: Hi, Is there any web site i could find out what is the ranking of my application on Android Market

[android-developers] Re: MapView Overlay problem

2011-07-02 Thread Felix Garcia Lainez
Ok thanks! I will take a look.. On 1 jul, 17:34, Kostya Vasilyev kmans...@gmail.com wrote: TraceView and dmtracedump: http://developer.android.com/guide/developing/debugging/debugging-tra... 01.07.2011 19:26, TreKing ?:     How should i profile this case? Really as i said there is

[android-developers] Re: Application Ranking?

2011-07-02 Thread Felix Garcia Lainez
Ahhh... Ok.. I was thinking on a fixed ranking by country like AppStore. If there are more variables like carrier, device, etc then i understand is possible that there are not tools for that.. About searching manually the position i had already thought about that :) Thanks! On 2 jul, 19:38,

[android-developers] Re: MapView Overlay problem

2011-07-01 Thread Felix Garcia Lainez
strange thing on the code... Simply a map with an overlay... Thanks! On 1 jul, 01:39, TreKing treking...@gmail.com wrote: On Thu, Jun 30, 2011 at 5:47 PM, Felix Garcia Lainez fgarcialai...@gmail.com wrote: About the size with 300 or 400 GeoPoints i am already having problems... The method

[android-developers] Re: MapView Overlay problem

2011-07-01 Thread Felix Garcia Lainez
/MyTracks/src/com/goog... It's in the method decimate(). JP On Jun 30, 2:46 pm, Felix Garcia Lainez fgarcialai...@gmail.com wrote: Hello, The case is that i want to show a route on a MapView. Something simple at first sight, simply i created a class that extends overlay and implement draw

[android-developers] Re: MapView Overlay problem

2011-07-01 Thread Felix Garcia Lainez
MyTracks to find out how they've solved this problem. On Jul 1, 2:00 am, Felix Garcia Lainez fgarcialai...@gmail.com wrote: Hi, So you are doing something similar to my draw method? I have just tested without alpha and anti-alising and it is faster, but when there is big zoom level

[android-developers] Re: MapView Overlay problem

2011-07-01 Thread Felix Garcia Lainez
. In any case, you could study MyTracks to find out how they've solved this problem. On Jul 1, 2:00 am, Felix Garcia Lainez fgarcialai...@gmail.com wrote: Hi, So you are doing something similar to my draw method? I have just tested without alpha and anti-alising and it is faster

[android-developers] MapView Overlay problem

2011-06-30 Thread Felix Garcia Lainez
Hello, The case is that i want to show a route on a MapView. Something simple at first sight, simply i created a class that extends overlay and implement draw method. On this method i iterate over an array of GeoPoints and using a canvas y connect all points. It works fine more or less, but i am

[android-developers] Re: MapView Overlay problem

2011-06-30 Thread Felix Garcia Lainez
jul, 00:16, TreKing treking...@gmail.com wrote: On Thu, Jun 30, 2011 at 4:46 PM, Felix Garcia Lainez fgarcialai...@gmail.com wrote: On this method i iterate over an array of GeoPoints and using a canvas y connect all points. What's your actual code? It works fine more or less, but i am

[android-developers] Application Ranking?

2011-06-29 Thread Felix Garcia Lainez
Hi, Is there any web site i could find out what is the ranking of my application on Android Market? For instance on iPhone i use this one http://applyzer.com/ Regards. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: AnimationDrawable on ItemizedOverlay

2011-06-22 Thread Felix Garcia Lainez
Ok i have done animating myself using a handler and it works. Thanks! On 21 jun, 20:55, TreKing treking...@gmail.com wrote: On Tue, Jun 21, 2011 at 1:38 PM, Felix Garcia Lainez fgarcialai...@gmail.com wrote: Yes i did, and just tested doing before and after adding ItemizedOverlay

[android-developers] AnimationDrawable on ItemizedOverlay

2011-06-21 Thread Felix Garcia Lainez
Hi, Is there any way to show a gif animated or animationdrawable (to do something like MyLocationOverlay) on an ItemizedOverlay? Really i don't see an easy way to do this... Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: AnimationDrawable on ItemizedOverlay

2011-06-21 Thread Felix Garcia Lainez
playback by default). frameAnimation.start() On 21 jun, 18:21, TreKing treking...@gmail.com wrote: On Tue, Jun 21, 2011 at 11:15 AM, Felix Garcia Lainez fgarcialai...@gmail.com wrote: Is there any way to show a gif animated or animationdrawable (to do something like MyLocationOverlay

[android-developers] Re: AnimationDrawable on ItemizedOverlay

2011-06-21 Thread Felix Garcia Lainez
Just tested and doesn't work... It is shown only the 1st image of the animation list.. On 21 jun, 19:44, TreKing treking...@gmail.com wrote: On Tue, Jun 21, 2011 at 12:04 PM, Felix Garcia Lainez fgarcialai...@gmail.com wrote: But how do i do this if i haven't any imageview to show

[android-developers] Re: AnimationDrawable on ItemizedOverlay

2011-06-21 Thread Felix Garcia Lainez
Yes i did, and just tested doing before and after adding ItemizedOverlay to the map overlays array. On 21 jun, 20:19, TreKing treking...@gmail.com wrote: On Tue, Jun 21, 2011 at 12:49 PM, Felix Garcia Lainez fgarcialai...@gmail.com wrote: Just tested and doesn't work... It is shown only

[android-developers] Re: Strange exception

2011-06-16 Thread Felix Garcia Lainez
ideas? Thanks! On this exception On 16 jun, 04:08, TreKing treking...@gmail.com wrote: On Wed, Jun 15, 2011 at 7:23 PM, Felix Garcia Lainez fgarcialai...@gmail.com wrote: I would like to know how to handle this kind of exceptions in which there is not any reference to my application code

[android-developers] Re: Strange exception

2011-06-16 Thread Felix Garcia Lainez
Yes, but really the problem is that the error could be in any place!! If i have to set logs on application on each method start and end, really would be crazy, no? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Strange exception

2011-06-16 Thread Felix Garcia Lainez
Umm... So the error is on one of my touchevents implementations for textview objects (and subclass like edittext)? On 16 jun, 15:00, Yahel kaye...@gmail.com wrote: really would be crazy, no? Crazy ? Yes ! Tedious ? Yes ! But you can probably narrow it down since it is raised by a TextView

[android-developers] Strange exception

2011-06-15 Thread Felix Garcia Lainez
Hi, I have received an exception on my application from a user that downloaded application from market. I know also that this user has a HTC Glacier with API Level 8. Also i received the same exception from other user. The problem is that i don't know how to find the place in which is generated..

[android-developers] Re: Working with Activities

2011-06-14 Thread Felix Garcia Lainez
Ok it is one of the options i am thinking on.. Thanks! On 13 jun, 21:17, TreKing treking...@gmail.com wrote: On Mon, Jun 13, 2011 at 3:19 AM, Felix Garcia Lainez fgarcialai...@gmail.com wrote: Any ideas or suggestions on how to do it? Some kind of static data holder should work just fine

[android-developers] Simulator very slow

2011-06-14 Thread Felix Garcia Lainez
Hi, The case is that my simulator is terrible slow, not only starting, else for instance doing actions as simple as scrolling a listview, or click on a tab. I am working with Eclipse + ADT plugin on a Mac Book Pro very new. I think it is performance problem of the simulator, but may be could be

[android-developers] Re: Simulator very slow

2011-06-14 Thread Felix Garcia Lainez
Doing this simulator loads faster but it is still very slow doing easy actions like scrolling a list.. On 14 jun, 16:23, Oscar Marques osca...@gmail.com wrote: Try usin a SD card with 8mb in simulator. It slow cuz you are using a big SD card to emulate it. 2011/6/14 Felix Garcia Lainez

[android-developers] Working with Activities

2011-06-13 Thread Felix Garcia Lainez
Hi, The case is that i need to create an activity that will download some data via http rest API. This activity will be launched from a main activity included in a tabwidget. Really i don't have any technical problem on how to implement it, it is not really difficult. I have doubts on what is

[android-developers] Re: Fwd: Many apps disappeared in Android Market this morning

2011-06-01 Thread Felix Yuen
I have the same issue, I am living in Macau. On May 18, 3:52 pm, john huang john.h...@gmail.com wrote: It must be a bug of Android Market recently update. I compared my apps that still remain in market to the apps disappeared (in fact, only disappeared for some countries, such as China). I

[android-developers] Re: Convert from Polyline to ArrayListLocation

2011-05-13 Thread Felix Garcia Lainez
Any help please!! On 11 mayo, 11:26, Felix Garcia Lainez fgarcialai...@gmail.com wrote: It is not unrealistic... Imagine i have stored in a database a route in polyline format (in order to optimize storage), and i get that polyline string from a web service. Imagine i want to show it, or do

[android-developers] Re: Convert from Polyline to ArrayListLocation

2011-05-11 Thread Felix Garcia Lainez
It is not unrealistic... Imagine i have stored in a database a route in polyline format (in order to optimize storage), and i get that polyline string from a web service. Imagine i want to show it, or do some calculations on Android client... That is the reason to convert from polyline string to

[android-developers] Convert from Polyline to ArrayListLocation

2011-05-10 Thread Felix Garcia Lainez
Hi, I need to convert from google maps polyline to an array of android Location objects. Could anyone tell me if there is some utility function for that? Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Convert from Polyline to ArrayListLocation

2011-05-10 Thread Felix Garcia Lainez
I don't understand, sorry... Could you explain me? On 10 mayo, 19:35, Igor Prilepov iprile...@gmail.com wrote:  I doubt you would find a ready to use solution because the task seems to be unrealistic (as well as trivial) . -- You received this message because you are subscribed to the Google

[android-developers] Music Playing

2011-05-09 Thread Felix Garcia Lainez
Hi, I would like to add some music functionality on my application. The idea is to show a list of device songs/albums/artists, and after user choose some of them, then start playing on my application. Also i would like to have some basic controls in one of my activities (next, prev,

[android-developers] Music Playing

2011-05-09 Thread Felix Garcia Lainez
Hi, I would like to add some music functionality on my application. The idea is to show a list of device songs/albums/artists, and after user choose some of them, then start playing on my application. Also i would like to have some basic controls in one of my activities (next, prev,

[android-developers] Re: Music Playing

2011-05-09 Thread Felix Garcia Lainez
. for more functionality u need to creat ur own  custom media player. i hope it will work 4 u On Mon, May 9, 2011 at 2:22 PM, Felix Garcia Lainez fgarcialai...@gmail.com wrote: Hi, I would like to add some music functionality on my application. The idea is to show a list of device songs

[android-developers] Re: Not able to write a file completely with fileinputstream and fileoutputstream?

2011-05-02 Thread Daniel Felix
Hi, You should set a buffet size of file and then read it all in one time in that buffer. It will solved your problem. Once I was stuck such kind of problem and I tried different ways and finally I used NDK for it but my problem was not same I was trying to read a file from the server and

[android-developers] Display Arabic

2011-04-10 Thread Daniel Felix
How are you all, I just want to get a hint, how Arabic letter can be displayed in Android. If I have a font file then how can I use it in Android. I am thankful in advance. Regards, Felix -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Display Arabic

2011-04-10 Thread Daniel Felix
How are you all, I just want to get a hint, how Arabic letter can be displayed in Android. If I have a font file then how can I use it in Android. I am thankful in advance. Regards, Felix -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Intercept Emails

2011-04-06 Thread Daniel Felix
effort for me. Yours, Felix -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Re: Intercept Emails

2011-04-06 Thread Daniel Felix
I have rooted phone. Could you send me some snippet for the email recieving. Regards, On Apr 6, 2:37 pm, Marcin Orlowski webnet.andr...@gmail.com wrote: On 6 April 2011 10:10, Daniel Felix zaandr...@gmail.com wrote: Hi All,   I want to intercept the email from the build-in Android email

[android-developers] Re: Intercept Emails

2011-04-06 Thread Daniel Felix
know about this exception please give me suggestion. I have add the security permission which is mentioned in exception. Regards, Felix On Apr 6, 6:29 pm, Dianne Hackborn hack...@android.com wrote: On Wed, Apr 6, 2011 at 3:41 AM, Daniel Felix zaandr...@gmail.com wrote: I have rooted phone

[android-developers] Re: Small game develop

2011-03-10 Thread Daniel Felix
After update the changes of the position, call the invalidate() method. This method redraw the canvas. Regards, Felix On Mar 8, 10:11 am, JackeyChan a397420...@gmail.com wrote: I only want the ball can move with user input: up , down, left, right. now , the ball is created by extend the View

[android-developers] App not showing up Motorola Xoom's Market

2011-03-08 Thread Felix
other device I own (nexus one, droid, samsung galaxy tab), but not on the Xoom. Anyone have any ideas what I could be doing wrong for the Market to be filtering out my app? My app is called AirWX Aviation Weather. Thanks Felix -- You received this message because you are subscribed to the Google

[android-developers] Re: HTC Desire Debugging on Snow Leopard

2011-02-25 Thread Felix Garcia Lainez
- Development - Stay awake FYI - I'm using the same setup as you are (i even happen to have a Desire connected right now) and it works fine for me. - Brill Pappin On Jan 29, 5:41 am, Felix Garcia Lainez fgarcialai...@gmail.com wrote: Hi, I am trying to debug an Android application

[android-developers] Postscript and PCL Problem

2011-02-07 Thread Daniel Felix
Hi All, I am new in Android development and I am facing a problem, I am trying to print some pdf and images file from my phone and for this I am using Postscript but I am wondered that what is the correct way to create PCL and Postscript for PDF and Images. Sorry for my poor english. Regards,

[android-developers] HTC Desire Debugging on Snow Leopard

2011-02-03 Thread Felix Garcia Lainez
Hi, I am trying to debug an Android application on my HTC Desire from Eclipse (Snow Leopard). Really followed these steps http://developer.android.com/guide/developing/device.html#setting-up, but after connecting device via USB it appears some time when listing using adb devices command (i

[android-developers] Local Developers Work Group

2011-01-26 Thread Felix Adams
a time and place here in Tallahassee if enough interest is shown. Felix Adams isid.d...@gmail.com -- 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@googlegroups.com To unsubscribe from

Re: [android-developers] Blinking Images

2011-01-16 Thread Felix long
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Best Regards Felix Long -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Proguard and Conversion to Dalvik format failed with error 1

2010-12-13 Thread Felix
Welp, the errors are back. Any ideas? -- 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@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Proguard and Conversion to Dalvik format failed with error 1

2010-12-09 Thread Felix Oghina
I've had the same problem with JTPL http://jtpl.sf.net/ The solution I've found (not the best solution, but a pretty quick and simple one) was to actually get the source code of the library and include it in the project. I.e. now I have the packages: com.android.vending.licensing;

[android-developers] Re: Proguard and Conversion to Dalvik format failed with error 1

2010-12-09 Thread Felix
Here's an update. Ant stopped working at one point so I got desperate and Googled around and finally did this: touch `find .` In my workspace directory (which updates all the files' modification dates). Then refresh every project in Eclipse (select it and press F5), then clean all projects,

[android-developers] Re: Problem when starting translucent activity from Broadcast receiver.

2010-10-11 Thread felix
the Samsung Galaxy i9000 device? On Sep 30, 12:16 pm, felix felixwal...@gmail.com wrote: Hi I got a graphical problem regarding the Translucent theme at Samsung Galaxy i9000. It works well in the emulator with android version ranging from 1.6 to 2.2 as well as on SE x10 mini. I have yet to test

[android-developers] Re: Problem with interecepting outgoing calls on HTC Desire

2010-10-07 Thread felix
I got to borrow a HTC desire 2.2 today and I tested my application on that device for first time. I obviously found the same problem. I can confirm that setting the priority to 0, 1 or removing it doesn't effect the outcome for me. Current solution fix I have in place is the one Billias wrote.

[android-developers] Problem when starting translucent activity from Broadcast receiver.

2010-10-06 Thread felix
Hi I got a graphical problem regarding the Translucent theme at Samsung Galaxy i9000. It works well in the emulator with android version ranging from 1.6 to 2.2 as well as on SE x10 mini. I have yet to test on more devices. I am starting an activity from a broadcast receiver. The activity started

[android-developers] Issue with setBuiltInZoomControls on HTC Incredible

2010-05-03 Thread Felix
().setJavaScriptEnabled(true); webview.getSettings().setBuiltInZoomControls(true); webview.setInitialScale(initialScale); Then I just do: webview.loadUrl(file:// + getFilesDir() + / + filename); Thanks, Felix -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] LiveFolders Cursor-returned Intent not working

2010-04-15 Thread Felix Oghina
I'm trying to get a LiveFolder implementation working, but I can't seem to be able to. I'm able to create the ContentProvider and the items show up nicely. However, I can't seem to be able to return a proper Intent in the Cursor from my ContentProvider to launch my activity. Relevant bits of my

[android-developers] LiveFolders Cursor-returned Intent not working

2010-04-15 Thread Felix Oghina
I'm trying to get a LiveFolder implementation working, but I can't seem to be able to. I'm able to create the ContentProvider and the items show up nicely. However, I can't seem to be able to return a proper Intent in the Cursor from my ContentProvider to launch my activity. Relevant bits of my

[android-developers] PostMethod

2009-10-08 Thread FEZ (Felix Kratzer)
In some examples here in the list I see the PostMethod class by apache. But my eclipse tells me it is not existing... (so is the api spec ;-)) Am I missing something? Or does Android only server HttpPost and HttpGet and nothing mor high level such as Multipart Posts? FEZ

[android-developers] Re: Using Picasa Web Albums Data API in Android

2009-10-07 Thread FEZ (Felix Kratzer)
I'm trying to do something similar (uploading a file using a webform)... But I just cannot find anything about MultiPart handling in the API... ANY hints? FEZ On 24 Sep., 16:05, Christine christine.kar...@gmail.com wrote: You can use httpclient to access any api. On Sep 24, 10:00 am, Raman

[android-developers] Create Bitmap from android.graphics.Path

2009-10-05 Thread Felix
Hi, I am banging my head against the wall trying to create a Bitmap from a Path object (android.graphics.Path). Is there any way to do this? I've browsed through most of the classes now but can't seem to find any way to do it. Actually, what I have is a Path that consists of many cubic Bezier

[android-developers] Re: ProgressDialog doesnt show when called...?

2009-09-25 Thread Felix Oghina
1) You are right. 2) http://developer.android.com/reference/android/content/Context.html#getApplicationContext%28%29 On Fri, Sep 25, 2009 at 6:48 PM, Daniele Baroncelli daniele.baronce...@gmail.com wrote: i put up the progress dialog in the onPreExecute(). the activity can then just call

[android-developers] Re: Default Styles?

2009-09-21 Thread Felix Oghina
public. On Sat, Sep 19, 2009 at 4:07 PM, Felix Oghina felix.ogh...@gmail.comwrote: Where can I find default styles for my widgets? Let me give you an example. In the Contacts application, when adding a new contact, at the very bottom there are two buttons that have a particular

[android-developers] Re: YouTube in the emulator?

2009-09-19 Thread Felix Oghina
.  It's barebones, but it takes care of all of the hard stuff with respect to YouTube, and you have the source so you can do whatever you want with it.  Find it here: http://keyeslabs.com/joomla/index.php/blogs/i-think-im-becoming-an-an... Hope that helps! On Sep 18, 7:39 pm, Felix Oghina

[android-developers] Re: YouTube in the emulator?

2009-09-19 Thread Felix Oghina
But it's still made by Google, isn't it? So it's standard across all devices? On Sep 19, 2:43 am, Mark Murphy mmur...@commonsware.com wrote: Felix Oghina wrote: How can I get the YouTube application in the emulator? I want to create an application that launches YouTube clips and I need

[android-developers] EditText default action

2009-09-19 Thread Felix Oghina
Sorry about the naming of this topic, I couldn't think of something more suited. I have a simple EditText View (single line) and want to perform a certain action when the user presses Enter while it is focused. Also, I would like to make it so that the virtual keyboard says Go instead of Done and

[android-developers] Re: YouTube in the emulator?

2009-09-19 Thread Felix Oghina
that together.  It won't help with figuring undocumented data options though. On Sep 19, 6:28 am, Felix Oghina felix.ogh...@gmail.com wrote: Thanks, your Activity is great and I might just use it (I have to speak with a manager - the reason why I used quotes is because he's actually my

[android-developers] Default Styles?

2009-09-19 Thread Felix Oghina
Where can I find default styles for my widgets? Let me give you an example. In the Contacts application, when adding a new contact, at the very bottom there are two buttons that have a particular background. I have traced that to here:

[android-developers] YouTube in the emulator?

2009-09-18 Thread Felix Oghina
How can I get the YouTube application in the emulator? I want to create an application that launches YouTube clips and I need to test my Intents. I can't find anything related to this in the docs. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: requestWindowFeature crashing

2009-09-17 Thread Felix Oghina
I didn't see it, but I figured it by myself by looking at one of the API Demos. Indeed, I was calling it before setContentView() (didn't know I'm not supposed to). Thanks. On Sep 17, 1:35 am, Marco Nelissen marc...@android.com wrote: On Wed, Sep 16, 2009 at 3:27 PM, Felix Oghina felix.ogh

  1   2   >