Re: [android-developers] Re: Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-03-20 Thread Brian Conrad
I just changed to the compatibility-screens qualifiers (or elements depending on which article you read) and filtering looks fine in the developer console. But now my A500 is shown as incompatible. For 10+ screens only I used: compatible-screens !-- high density xlarge size screens -- screen

Re: [android-developers] ADB working with HTC Droid Eris?

2009-11-08 Thread Brian Conrad
drasticp wrote: I'm trying to debug apps with the new HTC Droid Eris and ADB doesn't seem to recognize the device. I have the latest SDK installed with Usb Driver Package, Revsion 2 downloaded through the Android SDK and AVD Manager. When the device is connected, it recognizes new hardware

Re: [android-developers] Re: Which Flavour of Linux

2009-11-05 Thread Brian Conrad
Miguel Paraz wrote: On Nov 5, 6:10 pm, Bytes toyvenu.t...@gmail.com wrote: During my very short time experience with Android, I found that Linux is most suitable environment for development compared to Windows. Please correct me if I'm too inexperienced. My question is, Which version

Re: [android-developers] Any way to create a standalone sqlite database and then put into my application?

2009-11-04 Thread Brian Conrad
On Ubuntu I use the SQLite database browser which will import csv files and turn them into SQLite databases. Very easy to use. Just use the Package Manager to get it. - Brian richard wrote: Hi all, I want to create a sqlite database by importing data from some data files, like csv

[android-developers] Re: Geo Fix Still Not Working in 1.6

2009-10-23 Thread Brian Conrad
off (which is a problem for testing that depends on more accuracy). Do you know if there is a bug filed for the rounding problem? On Oct 22, 5:06 pm, Brian Conrad brianjto...@gmail.com wrote: There is a bug filed for geo fix (not by me but by people who found it earlier). I haven't

[android-developers] Re: Geo Fix Still Not Working in 1.6

2009-10-23 Thread Brian Conrad
confirmation for you and is easy to do. When I telnet into the emulator console and run geo fix as shown I am using Linux on the emulator of course. What problem has Android acknowledged regarding geo fix? What is the bug number? On Oct 23, 12:44 pm, Brian Conrad brianjto...@gmail.com wrote

[android-developers] Geo Fix Still Not Working in 1.6

2009-10-22 Thread Brian Conrad
I've tried the geo fix command to set coordinates for a program I wrote that provides the GPS coordinates. This program worked fine in 1.1. But the geo fix command got broken in 1.5 and appears to still have not been fixed in 1.6? When will it be fixed? Brian Conrad JyotishTools.com

[android-developers] Re: Geo Fix Still Not Working in 1.6

2009-10-22 Thread Brian Conrad
/10/22 Brian Conrad brianjto...@gmail.com I've tried the geo fix command to set coordinates for a program I wrote that provides the GPS coordinates. This program worked fine in 1.1. But the geo fix command got broken in 1.5 and appears to still have not been fixed in 1.6? When

[android-developers] Re: Geo Fix Still Not Working in 1.6

2009-10-22 Thread Brian Conrad
. Apparently this app is working normally on phones I would just like to have it working on the emulator so I could add and test similar functionality in other apps. jotobjects wrote: Has there been a bug filed? On Oct 22, 2:11 pm, Brian Conrad brianjto...@gmail.com wrote: Thanks. Yes, I know

[android-developers] Re: Market screen shots

2009-10-14 Thread Brian Conrad
Yes, I saw that too. But when I went back the next day I was able to browse/upload on that application. So check again tomorrow. It's kind of as if you are only allowed upload one set a day (which is funny). Keith Wiley wrote: Anyone else? When open the console for my app I see the entry

[android-developers] Re: How did you localize your app?

2009-10-12 Thread Brian Conrad
be helpful. These are words like File, Open, etc that we often use in applications. Brian Conrad JyotishTools.com Yusuf Saib (T-Mobile USA) wrote: Machine translation quality varies from good to humorous. A few extra strings in your code, and the logic to handle them, shouldn't add much

[android-developers] Re: Soft Keyboard

2009-09-25 Thread Brian Conrad
Dianne Hackborn wrote: Long press on menu is NOT what you should be making your users do. Seriously. It sucks. Who would guess that is how you get to a keyboard? Please give them a decent UI. Depends on the application. I just heard from one Hero user they are unable to enter data in a

[android-developers] Re: A Simple Graphic App on Android

2009-09-10 Thread Brian Conrad
Some the blogs and developer forums that have sprung up around Android often will have simple examples like you are looking for. Do a search for them. I found many good examples on them. http://www.anddev.org/ is one. Maxood wrote: I like to explore the android.graphics.* api. The app i

[android-developers] Re: Date Limit

2009-08-29 Thread Brian Conrad
I've done something like this with my own DatePicker like widget where I used the TextWatcher member to keep input within bounds. I haven't tried it with the DatePicker widget but it may be possible. - Brian Sasi Kumar wrote: Can any one suggess that i want a limited datepicker ex:- 25

[android-developers] Re: Dev Phone not available anymore

2009-07-26 Thread Brian Conrad
I'm also wondering if they are going to make some of the newer phones available to developers instead? The G2 (Magic) or even the Samsung. I believe T-Mobile will have the G2 available to public on the 8th. f_heft wrote: Look here:

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-25 Thread Brian Conrad
Cédric Berger wrote: On Sat, Jul 25, 2009 at 00:41, Brian Conradbrianjto...@gmail.com wrote: I've had unlockable trial versions of software and versions which were crippled demos. The crackers eventually broke or created keygens for the unlockable versions. But they never broke the

[android-developers] Re: Emulator taking More time to open main page

2009-07-24 Thread Brian Conrad
I see a slow boot even with Ubuntu. But canceling the launch and relaunching brings it up fast. MCON Dev wrote: I use Fedora and its fast. Vista its really slow (20 mins, to launch). On Fri, Jul 24, 2009 at 1:06 PM, android.vinny vinny.s...@gmail.com wrote: HI My emulator is taking

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-24 Thread Brian Conrad
Ed wrote: On Jul 24, 6:01 am, Kaj Bjurman kaj.bjur...@gmail.com wrote: Crackers don't think about if a program is expensive or not. They only want to get known for their talents, and they crack all popular applications, even if they are almost for free. So all popular applications get

[android-developers] Re: videoview can't play mp4 smoothly

2009-07-23 Thread Brian Conrad
Are you trying to play this on the emulator? About the only thing I can get to play on the emulator is 176x144 3gp h.263 videos at 15fps. Anything else, especially h.264 AVC only shows a frame or to and plays audio. Support is mum on this but I think the emulator can't really handle these in

[android-developers] Re: GPS still not working on emulator with r3

2009-07-22 Thread Brian Conrad
in the telnet session gets ignored. On 22 Juli, 01:16, Brian Conrad brianjto...@gmail.com wrote: Thanks. Are you saying that the geo fix command isn't working anymore? And from the DDMS console I sent coordinates but it didn't help either. All I had to do using 1.1 was use the geo fix command

[android-developers] Re: GPS still not working on emulator with r3

2009-07-22 Thread Brian Conrad
haven't dug the issue deeper. On Wed, Jul 22, 2009 at 8:28 PM, Brian Conrad brianjto...@gmail.com wrote: I don't think it got fixed though they promised to have it fixed by the next release and that would have been r3. I think if it was fixed the release notes would have said so. I've

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread Brian Conrad
You have to log into the Market Developer Console to see purchases. They don't send email notifications like some of the other online stores do. Maps.Huge.Info (Maps API Guru) wrote: What does the Android market send the developer when an app is purchased? Is there any sort of notification?

[android-developers] GPS still not working on emulator with r3

2009-07-21 Thread Brian Conrad
(this.LOCATION_SERVICE); if(locmgr == null) Log.v(err,Couldn't get locmgr); Location loc = locmgr.getLastKnownLocation(LocationManager.GPS_PROVIDER); if(loc == null) Log.v(err,loc is null); } So is GPS emulation still broken? Thanks, Brian Conrad

[android-developers] Re: GPS still not working on emulator with r3

2009-07-21 Thread Brian Conrad
- Brian Conrad . Maps.Huge.Info (Maps API Guru) wrote: Until you send it a location with DDMS, the location will be null. After you send it, everything works as expected. No altitude, speed, bearing or any of the GpsStatus comes across though. It would be nice if these things were also accessible

[android-developers] Re: Date.getTime() and Daylight Saving Time?

2009-07-19 Thread Brian Conrad
You're lucky because DST is a mess with different starting and ending times all over the world (and the countries will often change them from time to time). It is generally not used in countries near the equator like India where sunrise and sunset won't vary that much during the year to make

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

2009-07-18 Thread Brian Conrad
Does this fix the GPS emulation bug? - Brian 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 can read more

[android-developers] Re: Native MediaPlayer plays audio but not video (3gp format)

2009-06-18 Thread Brian Conrad
Look in the ApiDemos sample in the SDK at the MediaPlayerDemo_Video example to see how to set things up for Android. - Brian dglushko wrote: Ok, I understand. What will be better place to post this question? Thank you, David On Jun 16, 11:02 pm, Marco Nelissen marc...@android.com wrote:

[android-developers] Re: Video Play error

2009-06-15 Thread Brian Conrad
cleanup too which is missing (look at the MediaPlayerDem_Video source). Brian Conrad JyotishTools.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Why did Google Groups not post my comments?

2009-06-12 Thread Brian Conrad
The post arrived here. Are you on email? I don't see my posts often when I post them here. It is hit or miss. I'm using Gmail and I see no settings that keep my original mail from being sent to me too. - Brian Conrad Dennis wrote: I posted a detailed comment about typos in Android

[android-developers] Re: reg playing youtube videos in android

2009-06-06 Thread Brian Conrad
there is a bug in the VideoPlayerDemo too. A start() call needs to be added after the initialization or nothing happens. ;-) Brian Conrad JyotishTools.com manoj wrote: Hi, I want to go with the code specified in the following link http://groups.google.com/group/android-developers

[android-developers] Re: media player does not display video, only audio coming, the screen turns black

2009-06-03 Thread Brian Conrad
didn't do any better either. Brian Conrad JyotishTools.com Harishkumar V wrote: Hi, I am trying to play mp4 video file from mediaplayer demo given in the api demos along with android sdk. I changed the path to /sdcard/video.mp4.. If i run mediaplayer_video demo, the audio output is coming

[android-developers] Console logging missing on Eclipse

2009-05-29 Thread Brian Conrad
. Log.v messages are not showing. Anyone else seeing this? I'm wondering if one of Ubuntu's updates screwed things up? I may try reinstalling the plug-in or even Eclipse but thought I would check here first. Brian Conrad JyotishTools.com

[android-developers] Smarter Monkey Needed

2009-05-05 Thread Brian Conrad
. This will also happen with any of the edit dialogs that the SoftKeyboard pops up during entry. Soemtimes it will manage to dismiss a dialog. I don't see anything in the options to prevent this. Brian Conrad JyotishTools.com --~--~-~--~~~---~--~~ You received

[android-developers] Re: Missing avds

2009-04-30 Thread Brian Conrad
When I installed 1.5 pre there were no default avds and there were instructions on how to create them. You most likely have to do that again with the 1.5 release but to date I haven't seen any special instruction for moving from 1.5 pre to 1.5 release despite my question and someone else's

[android-developers] Updating from Android 1.5 Pre to 1.5 Release

2009-04-28 Thread Brian Conrad
Pardon me if this has been asked but is there anything specific about updating from Android 1.5 Pre to 1.5 Release? Or is it just like updating from any other update? Brian Conrad JyotishTools.com --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Copy protection License key management

2009-04-26 Thread Brian Conrad
One thing I've learned over the years of selling products on the net is to do unlockable demos. The unlockable ones were quickly hacked and wound up as warez. The ones where I provided a crippled demo and the real version was only available for purchase did not wind up as warez. Pirates

[android-developers] Next Focus and the Soft Keyboard

2009-04-24 Thread Brian Conrad
I have a form that is working fine with the Next flow order when using the computer keyboard with emulator (and probably with the keyboard on the G1) but not with the SoftKeyboard with 1.5. Some fields indicate Next with this keyboard, some go to the correct field and others don't. Two of

[android-developers] Re: Next Focus and the Soft Keyboard

2009-04-24 Thread Brian Conrad
Thanks, that was exactly what I was looking for. Dianne Hackborn wrote: You may not have seen the blog post: http://android-developers.blogspot.com/2009/04/updating-applications-for-on-screen.html On Fri, Apr 24, 2009 at 12:40 PM, Brian Conrad brianjto...@gmail.comwrote: I have a form

[android-developers] Of Progress Bars and Wait Dialogs

2009-04-21 Thread Brian Conrad
I have an application that initializes a bunch of strings on startup. This takes a few seconds and I need either a progress bar or wait dialog. On other platforms this is usually not problem to pop something up. But Android needs to work on either how the progress bar (maybe in the title

[android-developers] Re: Of Progress Bars and Wait Dialogs

2009-04-21 Thread Brian Conrad
Mark Murphy wrote: Brian Conrad wrote: I have an application that initializes a bunch of strings on startup. Hopefully, in a background thread. Apparently none of these things will work until the layout is displayed? More precisely, none of these things

[android-developers] EditView inputType

2009-04-18 Thread Brian Conrad
Since Numeric has been deprecated what do you enter in the Layout properties for Input type? For integer I can use EditInfo.TYPE_CLASS_NUMBER when using setInputType(EditorInfo.TYPE_CLASS_NUMBER) but that doesn't work in the layout editor. Are there some examples I haven't stumbled upon

[android-developers] Re: 1.5 SDK: android list target failed

2009-04-17 Thread Brian Conrad
He will probably want --target 2 to use the 1.5 SDK if not the --target 3 which includes 1.5 SDK and Google SDK for things like MapView etc. Just went through this myself. There are also some deprecated settings in the layouts one might want to check such as for single line text entry.

[android-developers] Re: Singed App on Emulator

2009-02-20 Thread Brian Conrad
Stoyan Damov wrote: On Fri, Feb 20, 2009 at 2:29 AM, jtoolsdev br...@jyotishtools.com wrote: I have an app that is ready for release however after signing the app when I attempt to upload it to the emulator I get an INSTALL_FAILED_UPDATE_INCOMPATIBLE. I've searched and haven't found

[android-developers] Re: Signing an application on Linux

2009-02-20 Thread Brian Conrad
The problem with that guide is that it assumes some knowledge of Linux commands that not everyone is going to be familiar with or uses so seldom they forget how they work. Here's a tutorial on how to set the environment variables (something I've had to do rarely on Linux):