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

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

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 wrote: > Hi Engin, > > I also noticed this behaviour - albeit, only in the emulator. I ca

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 wrote: > Just noticed that this topic disappeared from

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

2010-09-29 Thread Adrian Vintu
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

[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 wrote: > Hello all, > >

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 wrote: > On Thu, Jul 8, 2010 at 8:16 AM, Adrian Vintu > wrote: > > where does the "/mnt" come from in /mnt/sdcard/myapp/customer.db ? > > > > could it be that your path is wrong? sho

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 wrote: > > I have this already in my Manifest: > > ... > android:name="android.permission.WRITE_EXTERNAL_

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:

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 wrote: > Hi, > > I have a very simpl

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 wrote: > Have you seen Graphics/RoundRects in APIDemos? > > On May 20, 8:30 am, Adrian Vintu wrote: > > Hi all, > > > > Does anyone know how to obtain the ro

[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] 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 wrote: > Hello everyone, > > > >

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

2010-05-12 Thread Adrian Vintu
You should though have the Android sources locally... BR, Adrian Vintu http://adrianvintu.com On Wed, May 12, 2010 at 2:45 PM, TreKing wrote: > On Sat, May 8, 2010 at 3:11 AM, yorick wrote: > >> what can be wrong? > > > Try setting the empty view BEFORE setting the adapter,

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 wrote: > Adrian Vintu wrote: > > Hi all, > > > > I am trying to run the rotation example from > > >

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

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

2010-04-27 Thread Adrian Vintu
here? 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, Ad

Re: [android-developers] Re: create TextView

2010-03-28 Thread Adrian Vintu
ution 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

Re: [android-developers] Re: create TextView

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

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 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 gives

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
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 wrote: > > So toggle

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 wrote: > It's my pleasure to help :) > > I think an easy solution is to use view.setVisibility(View.

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 wrote: > checkboxrifle.setOnClickListener(new View.OnClickListener() { >

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 wrote: > Yeah, figured out that yet, if i

Re: [android-developers] create TextView

2010-03-27 Thread Adrian Vintu
e scope 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 wrote: > Hi, > > i'm trying to create a new TextView when a button is clicked. > TextView

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 wrote: > If you add HTML tags, you also have to convert the text, converting < and > > and & to <, >, and &, respectively. > > But there's an easier way. Instead of > webvie

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

2010-03-25 Thread Adrian Vintu
#x27;s 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 On Thu, Mar 25, 2010 at 3:17 PM, brijesh masrani wrote: > > Thanks for ur replay Adrian Vintu , > I have used that but now i came to know that

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 wrote: > Found a solution for this, guess I mixed up CHANGE_CONFIGURATION w

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

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

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: 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 wrote: > Thank you very much String :) > > My o

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://adria

[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: 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 wrote: > Thanks for your reply. > > I got it to work in portrait mode. But the problem is on landsca

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

2010-03-15 Thread Adrian Vintu
t setPinEditText= new > > EditText(context); But you wrote EditText editText = (EditText) > > 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 &g

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 wrote: > Thx for the quick response but doesn'

[android-developers] mp3 player application with dB amplifier

2010-03-15 Thread Adrian Vintu
uality too 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 t

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

2010-03-12 Thread Adrian Vintu
The key is using the Weight 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 wrote: > 50% of available verti

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 wrote: > Aah, An example of apps running on different screen sizes

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 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 wrote: > > Hi M

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 wrote: > Hi Adrian, > thanks for you response. Your code is very similar to mine. Only > base dif

Re: [android-developers] Market Intent Suggestion

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

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 wrote: > Thank you Mark. > > On Feb 22, 6:38 pm, Mark Murphy wrote: > > android learner wrote: > > >

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] 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] 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] 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 wrote: > Hi mot12, > sorry not post earlier. I don't know, if you find my info still > useful ..., but >

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 wrote: > Simply download "Locale 2" from the market, and you'll have all the > languages you want for your phone. &g

Re: [android-developers] developing for differant sizes

2010-03-03 Thread Adrian Vintu
post to this group, send email to android-developers@googlegroups.com > To unsubscribe from 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 -- BR, Adrian Vint

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] 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 wrote: > Yeah, google-fu fails when you are the first to try something -- or > when those who have gone before are too foolish to ask

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

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

2010-02-22 Thread Adrian Vintu
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+unsubscr...@googlegroups.com For

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
e 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 wrote: > > androlib and androidzoom both do a cache of the Android Market. Aaik > > you do not need to c

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 wrote: > I use http://www.androidzoom.com They update comments more often. > > BR, > Adrian Vintu > > On

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 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 the comments you se

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

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,

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

2010-01-12 Thread Adrian Vintu
The BROWSER sends a User Agent. The APP sends whatever it wants as User Agent. BR, Adrian Vintu On Tue, Jan 12, 2010 at 12:29 PM, Neilz wrote: > Right, so if someone wanted to stop web responses going to android > apps, they can, without it affecting their usual service? > > Thanks.

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

2010-01-12 Thread Adrian Vintu
nnection: Keep-Alive Link is http://www.fiddler2.com/fiddler2/ BR, Adrian Vintu On Tue, Jan 12, 2010 at 11:28 AM, Adrian Vintu wrote: > 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) > AppleWeb

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 wrote: > Hi all. > > Could a standard web server identify an HTTP request as coming from a > normal browser, as opposed to an Android

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 wrote: > thanks. but i have try it, and it does

[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 wrote: > I have a user that says my application gives him an error on the > Samsung Galaxy (it works fine

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

[android-developers] colored logcat for windows

2009-11-02 Thread Adrian Vintu
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...@goog