[android-developers] adb serving a limited number of devices attached to PC via USB

2011-07-19 Thread Adrian Vintu
Hi all, I think I read somewhere that adb can serve a maximum of 11 devices that are connected to the PC via USB. Is this true? If yes, where does this limitation come from? Thank you, Best regards, Adrian -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Convert a J2ME project to Android project

2011-03-15 Thread Adrian Vintu
You can try http://microemu.blogspot.com/2009/08/converting-javame-applications-to.html It's free and works pretty good. BR, Adrian Vintu http://adrianvintu.com On Tue, Mar 15, 2011 at 3:37 PM, michal.g...@gmail.com michal.g...@gmail.com wrote: Converting J2ME to Android is not a trivial

Re: [android-developers] Re: locale change does not affect menu

2010-09-29 Thread Adrian Vintu
the setLocale again, in the FIRST event that can happen after onResume. It is a horrible hack, but until I can get more info on why this happens, I will stick to it. I hope this will help you a little bit. Best Regards, Adrian Vintu http://adrianvintu.com PS another developer asked this question

Re: [android-developers] Re: User-set Locale always get reset after onCreate?

2010-09-29 Thread Adrian Vintu
Hi Yuku, Please read my post here: http://groups.google.com/group/android-developers/browse_thread/thread/5440163027722168/a0b2f1003843bd5b?hl=en BR, Adrian Vintu http://adrianvintu.com On Tue, Sep 14, 2010 at 8:11 PM, yuku yuk...@gmail.com wrote: Just noticed that this topic disappeared

Re: [android-developers] Re: locale change does not affect menu

2010-09-29 Thread Adrian Vintu
I also added a setLocale in onStart and onConfigurationChanged, but this is really getting out of control :( BR, Adrian Vintu http://adrianvintu.com On Wed, Sep 29, 2010 at 1:38 PM, Adrian Vintu adrianvi...@gmail.com wrote: Hi Engin, I also noticed this behaviour - albeit, only

[android-developers] Re: mp3 player application with dB amplifier

2010-08-04 Thread Adrian Vintu
Finally I found a way to increase the headset volume :) Here it is: http://www.drakaz.com/2010/05/13/audio-hack-for-samsung-galaxy-test-phase-before-included-in-galaxo/ BR, Adrian Vintu http://adrianvintu.com On Mon, Mar 15, 2010 at 12:44 PM, Adrian Vintu adrianvi...@gmail.comwrote: Hello

Re: [android-developers] Re: Adding android:targetSdkVersion=4 gives me a sdcard (Permission denied)

2010-07-08 Thread Adrian Vintu
where does the /mnt come from in /mnt/sdcard/myapp/customer.db ? could it be that your path is wrong? should it not be /sdcard/...? On Thu, Jul 8, 2010 at 1:39 PM, powder andr...@unidevsolutions.com wrote: I have this already in my Manifest: ... uses-permission

Re: [android-developers] Re: Adding android:targetSdkVersion=4 gives me a sdcard (Permission denied)

2010-07-08 Thread Adrian Vintu
thank you Mark. good to know :) On Thu, Jul 8, 2010 at 2:27 PM, Mark Murphy mmur...@commonsware.com wrote: On Thu, Jul 8, 2010 at 8:16 AM, Adrian Vintu adrianvi...@gmail.com wrote: where does the /mnt come from in /mnt/sdcard/myapp/customer.db ? could it be that your path is wrong

Re: [android-developers] ListView, SimpleCursorAdapter and Cursors

2010-06-10 Thread Adrian Vintu
) adapterView.getItemAtPosition(arg2); int key_id = cursor.getInt(cursor.getColumnIndex(MyDBHelper.KEY_ID)); ... } }); } BR, Adrian Vintu http://www.adrianvintu.com On Thu, Jun 10, 2010 at 3:06 PM, ColletJb collet...@gmail.com wrote: Hi, I have a very

Re: [android-developers] OutOfMemoryError

2010-06-10 Thread Adrian Vintu
What does logcat say? see http://developer.android.com/intl/de/guide/developing/tools/adb.html and http://www.adrianvintu.com/blogengine/post/Colored-Logcat-Script-for-Windows.aspx if you don't know what logcat is. BR, Adrian Vintu http://www.adrianvintu.com On Thu, Jun 10, 2010 at 4:28 PM

[android-developers] rounded rectangle for TextView

2010-05-20 Thread Adrian Vintu
Hi all, Does anyone know how to obtain the rounded rectangle effect from this picture? http://developer.android.com/intl/de/resources/articles/images/list_fade_4.png Is it somewhere in samples? Thank you, BR, Adrian Vintu -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: rounded rectangle for TextView

2010-05-20 Thread Adrian Vintu
Nope. I will ckeck it out. Thank you very much :) BR, Adrian Vintu On Thu, May 20, 2010 at 3:06 PM, greg sep...@eduneer.com wrote: Have you seen Graphics/RoundRects in APIDemos? On May 20, 8:30 am, Adrian Vintu adrianvi...@gmail.com wrote: Hi all, Does anyone know how to obtain

Re: [android-developers] AVD Manager

2010-05-17 Thread Adrian Vintu
See here http://developer.android.com/guide/practices/screens_support.html and here http://www.adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu http://adrianvintu.com On Tue, May 18, 2010 at 12:32 AM, Mark vbreneg...@sbcglobal.net wrote: Hello everyone

Re: [android-developers] ListView created programmat ically - emptyView doesn’t pop up

2010-05-12 Thread Adrian Vintu
the Android sources locally... BR, Adrian Vintu http://adrianvintu.com On Wed, May 12, 2010 at 2:45 PM, TreKing treking...@gmail.com wrote: On Sat, May 8, 2010 at 3:11 AM, yorick yuri.opo...@gmail.com wrote: what can be wrong? Try setting the empty view BEFORE setting the adapter, or call

[android-developers] Something wrong here, didn't expect com.commonsware.android.rotation.two to be resumed

2010-05-03 Thread Adrian Vintu
is 240 (also tried with 160). For some reason, on rotation i get the Something wrong here, didn't expect com.commonsware.android.rotation.two to be resumed message. Did anyone get this thing running without the above warning? Thank you, Adrian Vintu PS i also posted here, but got no answer

Re: [android-developers] Something wrong here, didn't expect com.commonsware.android.rotation.two to be resumed

2010-05-03 Thread Adrian Vintu
Hi Mark, Thank you for your answer. Please let me (us) know if you have a solution for this. All the best, Adrian Vintu On Mon, May 3, 2010 at 2:16 PM, Mark Murphy mmur...@commonsware.com wrote: Adrian Vintu wrote: Hi all, I am trying to run the rotation example from http

[android-developers] Something wrong here... using simplest project

2010-04-27 Thread Adrian Vintu
? This is a bare bone project, this message should not appear, right? Details and the test project can be found here http://adrianvintu.com/blogengine/post/The-Infamous-Something-wrong-here2c-didnt-expect-3cpackage-name3e-to-be-resumed-Warning.aspx Any feedback is appreciated! Many thanks, Adrian Vintu

Re: [android-developers] Re: create TextView

2010-03-28 Thread Adrian Vintu
would be to use the view.getContext IMO. If you hardcode the this to the OuterClass then it's not really portable. Also having globals that carry the Context is a nono that should be avoided if possible. But alas, it's all about the damn context - no pun intended. BR, Adrian Vintu http

Re: [android-developers] create TextView

2010-03-27 Thread Adrian Vintu
of the OnClickListener. The this has to point to Context, which is your Activity. BR, Adrian Vintu http://adrianvintu.com On Sat, Mar 27, 2010 at 3:28 PM, rubeN_vl rvanluch...@hotmail.com wrote: Hi, i'm trying to create a new TextView when a button is clicked. TextView b = new TextView

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
you should probably call removeView() :)) sorry, i could not help it :)) how about you just add the textview one time only? or how about you just post your code? BR, Adrian Vintu http://adrianvintu.com On Sat, Mar 27, 2010 at 3:52 PM, rubeN_vl rvanluch...@hotmail.com wrote: Yeah, figured

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
It's my pleasure to help :) I think an easy solution is to use view.setVisibility(View.GONE) Does this work for you? BR, Adrian Vintu http://adrianvintu.com On Sat, Mar 27, 2010 at 4:10 PM, rubeN_vl rvanluch...@hotmail.com wrote: checkboxrifle.setOnClickListener(new View.OnClickListener

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
So toggle the visibility from GONE to VISIBLE. I think this would be a quick solution :) BR, Adrian Vintu http://adrianvintu.com On Sat, Mar 27, 2010 at 4:14 PM, Adrian Vintu adrianvi...@gmail.com wrote: It's my pleasure to help :) I think an easy solution is to use view.setVisibility

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
error, how can such a simple thing be so difficult :D if i create those outside the onclick scope, its like i can use them only one time. final TableRow tr = new TableRow(this); final TextView b = new TextView(this); On 27 mrt, 16:16, Adrian Vintu adrianvi...@gmail.com wrote: So toggle

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
in the onClick you also have v.getContext(); v.getParent(); v.getRootView(); On Sat, Mar 27, 2010 at 4:41 PM, Adrian Vintu adrianvi...@gmail.com wrote: A. create one time the container view then use setVisibility() to show or hide it or/and B. you also have alert.getOwnerActivity() which

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
); tl = null; } } }); BR, Adrian Vintu http://adrianvintu.com On Sat, Mar 27, 2010 at 5:00 PM, rubeN_vl rvanluch...@hotmail.com wrote: the v.getContext() did it!!! ty dude On 27 mrt, 16:48, Adrian Vintu adrianvi...@gmail.com wrote: in the onClick you

Re: [android-developers] Problem in Showing TXT file in Webview

2010-03-25 Thread Adrian Vintu
You can use the pre tag. For example html 1 2 3 pre 1 2 3 /pre BR, Adrian Vintu http://adrianvintu.com On Thu, Mar 25, 2010 at 1:13 PM, brijesh masrani masrani.brij...@gmail.comwrote: Hello I am reading a txt file using Stringbuffer and try to show it in webview by adding simple html

Re: [android-developers] Re: Unexpected Resumes Running Under 2.0

2010-03-25 Thread Adrian Vintu
I think i posted this link 100 times already :D http://www.adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu http://adrianvintu.com On Wed, Mar 24, 2010 at 9:07 PM, Johan Nilsson markupart...@gmail.comwrote: Found a solution for this, guess I mixed up

Re: [android-developers] Re: Problem in Showing TXT file in Webview

2010-03-25 Thread Adrian Vintu
not ok. B + C is kinda like what the browsers do. BR, Adrian Vintu http://adrianvintu.com PS for UTF-8 the html should look like htmlheadmeta http-equiv=Content-Typecontent=text/html; charset=UTF-8/ On Thu, Mar 25, 2010 at 3:17 PM, brijesh masrani masrani.brij...@gmail.comwrote: Thanks for ur

Re: [android-developers] Re: Problem in Showing TXT file in Webview

2010-03-25 Thread Adrian Vintu
Nice trick Bob. This totally slipped my mind :) I will use it in the future :) On Thu, Mar 25, 2010 at 3:27 PM, Bob Kerns r...@acm.org wrote: If you add HTML tags, you also have to convert the text, converting and and to lt;, gt;, and amp;, respectively. But there's an easier way.

Re: [android-developers] finishPackage() vs restartPackage()

2010-03-22 Thread Adrian Vintu
Unless you are a little bit of a self-hater, the Napoleonic cock can be easily switched to your favorite mp3. Just go to Music, long click on an mp3, set as ring tone. Then the mp3 will appear both in call ring tones and in alarm ring tones. BR, Adrian Vintu http://adrianvintu.com On Mon, Mar

Re: [android-developers] Re: Masking password input in extracted UI

2010-03-17 Thread Adrian Vintu
what is Extracted fullscreen? please post s short example of your java and xml code. BR, Adrian Vintu http://adrianvintu.com On Tue, Mar 16, 2010 at 4:45 PM, ahamed ahamedp...@gmail.com wrote: Thanks for your reply. I got it to work in portrait mode. But the problem is on landscape mode

[android-developers] HTC tester needed

2010-03-17 Thread Adrian Vintu
comes up in the suggestion bar. 5. let me know if the word appears in the suggestion bar I will be very grateful to who can help me with this issue. Thank you, BR, Adrian Vintu http://adrianvintu.com PS you must not use any custom keyboard software, except the official on from HTC, of course

Re: [android-developers] Re: HTC tester needed

2010-03-17 Thread Adrian Vintu
Thank you very much String :) My opinion is that this should work on all devices. I think it's a standard Android feature that the manufacturers should stick with... But then again... who knows... For now I'll just stick with whatever help I can get. BR, Adrian Vintu http://adrianvintu.com

Re: [android-developers] Re: HTC tester needed

2010-03-17 Thread Adrian Vintu
this, is pretty bad. The same error came from a rooted TATOO - but this one ~may~ happen because of other issues. I will wait for more info for now. And go to sleep. Tomorrow is a new day :) On Wed, Mar 17, 2010 at 10:50 PM, Adrian Vintu adrianvi...@gmail.comwrote: Thank you very much String

[android-developers] mp3 player application with dB amplifier

2010-03-15 Thread Adrian Vintu
much 3. must be free. Thank you, BR, Adrian Vintu -- 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: [android-developers] Re: Custom Dialog

2010-03-15 Thread Adrian Vintu
This one hs been answered a couple of times on this forum. Use dialog = new Dialog(this); instead of dialog = new Dialog(getApplicationContext()); BR, Adrian Vintu http://adrianvintu.com On Mon, Mar 15, 2010 at 10:05 PM, Dirk Vranckaert dirkvrancka...@gmail.comwrote: Thx for the quick

Re: [android-developers] Re: Masking password input in extracted UI

2010-03-15 Thread Adrian Vintu
) findViewById(R.id.EditText01); I havnt set id for parent Edittext and also so R.id.EditText01 is undefined in my class. And also how can extracted soft keyboard UI view links to parent edittext. please clarify. many thanks in advance. On Mar 3, 5:06 pm, Adrian Vintu adrianvi

Re: [android-developers] Re: Android app only taking up part of screen

2010-03-12 Thread Adrian Vintu
Also see http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx It seems these resolution questions come every few days... BR, Adrian Vintu http://adrianvintu.com On Wed, Mar 10, 2010 at 11:42 AM, Kumar Bibek coomar@gmail.com wrote: Aah, An example of apps running

Re: [android-developers] Re: EditText layout for all devices

2010-03-12 Thread Adrian Vintu
attribute. And make sure to check out this article http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu http://adrianvintu.com On Fri, Mar 12, 2010 at 7:20 PM, temp tempche...@gmail.com wrote: 50% of available vertical height if total height = 100px

Re: [android-developers] Market Intent Suggestion

2010-03-04 Thread Adrian Vintu
Use market://details?id=package BR, Adrian Vintu http://adrianvintu.com On Thu, Mar 4, 2010 at 8:15 AM, Atif Gulzar atif.gul...@gmail.com wrote: When we search for an application by its fully qualified Java package name using http://market.android.com/search?q=pname:package or market

Re: [android-developers] Re: selecting language from within the app rather than by locale of the system settings

2010-03-04 Thread Adrian Vintu
Hi Menion, Yes, you have to set the locale in onCreate. It was written in the comments of the article. BR, Adrian Vintu http://adrianvintu.com On Thu, Mar 4, 2010 at 6:33 AM, Menion menion.as...@gmail.com wrote: Hi Adrian, thanks for you response. Your code is very similar to mine. Only

Re: [android-developers] Re: selecting language from within the app rather than by locale of the system settings

2010-03-04 Thread Adrian Vintu
My pleasure :) BR, Adrian Vintu http://adrianvintu.com On Thu, Mar 4, 2010 at 6:53 PM, Menion menion.as...@gmail.com wrote: next time, I'll try to read comments also :). Thank you very much, you point me to finally working solution. On Mar 4, 11:41 am, Adrian Vintu adrianvi...@gmail.com

Re: [android-developers] Android Library

2010-03-03 Thread Adrian Vintu
I use a Java Project for a library. Seems if you use an Android project in Eclipse as library, you will have big troubles. Just use the Java project and remove the standard JRE from the build path and add the android.jar in the build path. That should do the tick. BR, Adrian Vintu http

Re: [android-developers] developing for differant sizes

2010-03-03 Thread Adrian Vintu
-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- BR, Adrian Vintu http

Re: [android-developers] Re: Why is English the only Locale my Phone has in Settings

2010-03-03 Thread Adrian Vintu
Here is an app that may help you a little bit http://udm.adrianvintu.com/ BR, Adrian Vintu http://adrianvintu.com On Mon, Mar 1, 2010 at 2:47 PM, Hekki kaye...@gmail.com wrote: Simply download Locale 2 from the market, and you'll have all the languages you want for your phone. No need

Re: [android-developers] Re: selecting language from within the app rather than by locale of the system settings

2010-03-03 Thread Adrian Vintu
Hope this will help http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu http://adrianvintu.com On Sat, Feb 27, 2010 at 3:09 PM, Menion menion.as...@gmail.com wrote: Hi mot12, sorry not post earlier. I don't know, if you find my info still useful

Re: [android-developers] Masking password input in extracted UI

2010-03-03 Thread Adrian Vintu
EditText editText = (EditText) findViewById(R.id.EditText01); editText.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD); //also available from designer editText.setTransformationMethod(new PasswordTransformationMethod()); BR, Adrian Vintu http://adrianvintu.com On Thu, Feb 25, 2010 at 4:44

Re: [android-developers] Masking password input in extracted UI

2010-03-03 Thread Adrian Vintu
EditText editText = (EditText) findViewById(R.id.EditText01); editText.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD); //also available from designer editText.setTransformationMethod(new PasswordTransformationMethod()); BR, Adrian Vintu http://adrianvintu.com On Wed, Feb 24, 2010 at 7:58

Re: [android-developers] Edit Text Password visible on focus in landscape

2010-03-03 Thread Adrian Vintu
EditText editText = (EditText) findViewById(R.id.EditText01); editText.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD); //also available in design mode editText.setTransformationMethod(new PasswordTransformationMethod()); BR, Adrian Vintu http://adrianvintu.com On Tue, Feb 23, 2010 at 8:19

Re: [android-developers] Re: Localization in Eclair

2010-03-03 Thread Adrian Vintu
Also see http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu http://adrianvintu.com On Tue, Feb 23, 2010 at 5:00 PM, android learner android.lear...@gmail.comwrote: Thank you Mark. On Feb 22, 6:38 pm, Mark Murphy mmur...@commonsware.com wrote: android

Re: [android-developers] Re: eclipse linkedResources - linked layout xml is neither included in the apk nor generated

2010-02-23 Thread Adrian Vintu
. It is a little bit weird, but I think, as usability, this fits my purposes best. Thank you, BR, Adrian Vintu On Mon, Feb 22, 2010 at 5:11 PM, Bob Kerns r...@acm.org wrote: Yeah, google-fu fails when you are the first to try something -- or when those who have gone before are too foolish

[android-developers] eclipse linkedResources - linked layout xml is neither included in the apk nor generated

2010-02-22 Thread Adrian Vintu
:( Does anyone have a clue about this? My google-fu has failed me :( BR, Adrian Vintu -- 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] Re: eclipse linkedResources - linked layout xml is neither included in the apk nor generated

2010-02-22 Thread Adrian Vintu
? Without using symlinks and stuff like that? Thank you, BR, Adrian Vintu On Mon, Feb 22, 2010 at 2:28 PM, Adrian Vintu adrianvi...@gmail.com wrote: Hi all, I am trying to include a layout xml in an Android project from a Java project - using new file - link to file system. It looks like

Re: [android-developers] Re: I am a german market developer. How can I see the english comments to my program?

2010-01-19 Thread Adrian Vintu
will not be up to date anymore. (Info for germans: http://www.androidpit.de/android/de/de/forum/thread/391210/Warum-Cyrket-down-ist?si=0 ) On 16 Jan., 15:37, Adrian Vintu adrianvi...@gmail.com wrote: androlib and androidzoom both do a cache of the Android Market. Aaik you do not need to create any new

Re: [android-developers] Re: I am a german market developer. How can I see the english comments to my program?

2010-01-16 Thread Adrian Vintu
I use http://www.androidzoom.com They update comments more often. BR, Adrian Vintu On 1/16/10, Al alcapw...@googlemail.com wrote: Androlib.com allows you to use this if you link an app to your account on their site. They keep a cache of comments and update it on a regular basis so

Re: [android-developers] Re: I am a german market developer. How can I see the english comments to my program?

2010-01-16 Thread Adrian Vintu
androlib and androidzoom both do a cache of the Android Market. Aaik you do not need to create any new accounts on these 2 sites. BR, Adrian Vintu On 1/16/10, Adrian Vintu adrianvi...@gmail.com wrote: I use http://www.androidzoom.com They update comments more often. BR, Adrian Vintu On 1

Re: [android-developers] Re: Force locale for an application, bug in 2.0?

2010-01-15 Thread Adrian Vintu
There is a bug when changing the Locale on the Motorola Milestone. The font gets smaller each time the updateConfiguration(...) is called. See here an article on this and the fix: http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu On Sun, Dec 27, 2009 at 11:13

[android-developers] changing Locale (updateConfiguration(...)) on Milestone makes the fonts smaller

2010-01-15 Thread Adrian Vintu
Hi all, There is a bug when changing the Locale on the Motorola Milestone. The font gets smaller each time the updateConfiguration(...) is called. See here an article on this and the fix: http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu -- You received

Re: [android-developers] HTTP Requests - can Android be identified?

2010-01-12 Thread Adrian Vintu
) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) from the normal Firefox browser. BR, Adrian Vintu On Tue, Jan 12, 2010 at 11:21 AM, Neilz neilhorn...@googlemail.com wrote: Hi all. Could a standard web server identify an HTTP request as coming from a normal browser, as opposed

Re: [android-developers] HTTP Requests - can Android be identified?

2010-01-12 Thread Adrian Vintu
is http://www.fiddler2.com/fiddler2/ BR, Adrian Vintu On Tue, Jan 12, 2010 at 11:28 AM, Adrian Vintu adrianvi...@gmail.comwrote: Sure. You have to use the user agent. You have something like Mozilla/5.0 (Linux; U; Android 1.5; en-us; Galaxy Build/CUPCAKE) AppleWebKit/528.5+ (KHTML, like

Re: [android-developers] Alarm code source code

2009-12-04 Thread Adrian Vintu
google for android-1.6_r1-donut-src.zip or go here http://code.google.com/p/android/issues/detail?id=979#c43 or here http://code.google.com/p/android/issues/detail?id=979#c52 BR, Adrian Vintu On Fri, Dec 4, 2009 at 11:18 AM, Andri Kurniawan andricl...@gmail.comwrote: thanks. but i have try

[android-developers] what is FLV associated with?

2009-11-11 Thread Adrian Vintu
Hi all, I can't seem to be able to play a FLV file on my Samsung Galaxy. Does anyone know why i need special software for that and also where to get it? Thank you, Adrian PS i suppose it's some proprietary thing, but why is it then playing in the browser? -- You received this message because

Re: [android-developers] Samsung Galaxy --- How to debug?

2009-11-09 Thread Adrian Vintu
a cool trick on the galaxy is to dial *#*#9900#*#* to get the logs to the sdcard. from http://android-dls.com/wiki/index.php?title=Galaxy_Essentials On Mon, Nov 9, 2009 at 3:43 PM, joelt j...@harpsoft.com wrote: I have a user that says my application gives him an error on the Samsung Galaxy

[android-developers] colored logcat for windows

2009-11-02 Thread Adrian Vintu
to it. Best Redards, Adrian Vintu -- 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] colored logcat for windows

2009-11-02 Thread Adrian Vintu
port. Here http://adrianvintu.com/blogengine/post/Colored-Logcat-Script-for-Windows.aspx is the link to it. Best Redards, Adrian Vintu -- 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