[android-developers] bitmap drawable resource gravity ignored in layer list?

2011-02-26 Thread nkijak
I'm trying to build a seek bar with text in/under it to make something akin to the slide to unlock bar on the iPhone. I figured I'd change the style of the seek bar and added: layer-list ... item android:id=@android:id/background layer-list item

[android-developers] Re: bitmap drawable resource gravity ignored in layer list?

2011-02-26 Thread nkijak
On Feb 26, 6:38 pm, Dianne Hackborn hack...@android.com wrote: The seek bar is not a slide to unlock UI.  Honestly, write your own custom view for this. On Sat, Feb 26, 2011 at 10:38 AM, nkijak nki...@gmail.com wrote: I'm trying to build a seek bar with text in/under it to make

[android-developers] AnimationDrawable with custom Drawables

2009-07-25 Thread nkijak
I'm trying to draw a gauge on the screen with information from various sensors. I have a class that extends Drawable and a custom view that during construction creates a new AnimationDrawable and sets the only frame to my custom Drawable. I then start the AnimationDrawable from my Activity

[android-developers] Re: AnimationDrawable with custom Drawables

2009-07-25 Thread nkijak
continuously until the current and target matched. Is there a better way? On Jul 25, 10:33 am, nkijak nki...@gmail.com wrote: I'm trying to draw a gauge on the screen with information from various sensors.  I have a class that extends Drawable and a custom view that during construction creates a new

[android-developers] Re: Thought's On Android CupCake?

2008-12-21 Thread nkijak
I second the root access. All us T-Mobile G1 suckers are out cold for now. My trackball stopped scrolling to the right and T-Mobile is sending me a new one but all my data and apps will be lost because they're all written to internal memory. I'm a little sad that the Google folks didn't see

[android-developers] Recommended way to transfer /data file to another G1?

2008-12-21 Thread nkijak
This isn't strictly developer related so I apologize, but I know the Android staff read these. I have to get my G1 replaced due to a hardware failure with the trackball. It is on R30 and the replacement will be on R30 I would guess so I can't jailbreak. How else can I get the /data directory

[android-developers] Re: Thought's On Android CupCake?

2008-12-21 Thread nkijak
. On Sun, Dec 21, 2008 at 4:31 PM, nkijak nki...@gmail.com wrote: I second the root access.  All us T-Mobile G1 suckers are out cold for now.  My trackball stopped scrolling to the right and T-Mobile is sending me a new one but all my data and apps will be lost because they're all written

[android-developers] Re: IPhone Android G1 Android

2008-11-30 Thread nkijak
Can you post a link to where you got the information that android is running on the iPhone? I've seen that they've gotten a version of Linux booting but it's not Android. On Nov 30, 4:50 pm, Xavier Live Tech.S [EMAIL PROTECTED] wrote: So I was kinda wishing that the IPhone would go away after

[android-developers] Re: Android Source Code online?

2008-10-31 Thread nkijak
http://git.source.android.com/. It's not intuitive (to me at least), you have to click tree on the .git file of the section you want to explore. Nick On Oct 31, 8:36 am, Jay-andro [EMAIL PROTECTED] wrote: Is there any place where I can just view the Android source online without first having

[android-developers] Re: Developing GPS Application on Android

2008-10-27 Thread nkijak
Maybe there's a language barrier or something. Did you look at the information from your earlier post? http://groups.google.com/group/android-developers/browse_thread/thread/8aac9166789efe32/b098663fbd23c8d8#b098663fbd23c8d8 Are you looking for a specific piece of information or a demo

[android-developers] Re: G1 GPS receiver turn on and turn off

2008-10-27 Thread nkijak
Just guessing here, but have you checked the system configuration DB? On Oct 26, 9:34 pm, hdk [EMAIL PROTECTED] wrote: Hi, I would like to control the GPS receiver via software. Simple turn on and turn off. Has anyone done it? I imagine that T-Mobile/HTC would have to share G1 specific

[android-developers] Re: if I include the classes.zip of J2Me ??

2008-10-24 Thread nkijak
Did you try in the emulator? Probably be quicker than waiting for an answer here. On Oct 24, 3:13 am, Sudha [EMAIL PROTECTED] wrote: hi I have a stupid question suppose thru the eclipse if I put the J2Me classes.zip file to my android project. and I just create an Activity and a view which

[android-developers] Re: How to put apk to G1 Phone

2008-10-24 Thread nkijak
If I understand correctly, when you Run as... in eclipse this is making a release version and installing it on your phone. Do you have an actual device or are you asking how to get the apk file itself? On Oct 24, 3:10 am, Sudha [EMAIL PROTECTED] wrote: thanks for your reply But this is for

[android-developers] Re: How to put apk to G1 Phone

2008-10-24 Thread nkijak
Please just follow this thread at http://groups.google.com/group/android-developers/browse_thread/thread/6d6f0b4a12c2aca3# On Oct 24, 12:18 am, yasmin afrose [EMAIL PROTECTED] wrote: Hi, I'm also want to know the same thing. If you get any reply \ you got any idea please forward to me.

[android-developers] Re: Can Someone develop a program that...

2008-10-24 Thread nkijak
I think I found what you are looking for: http://www.rentacoder.com/RentACoder/DotNet/default.aspx On Oct 23, 6:45 pm, KKing [EMAIL PROTECTED] wrote: Hey i know you guys are hard at work making new apps but i would like to see an app that lets you text with the touch screen, What i mean by

[android-developers] Re: give-up screen (going to sleep)

2008-10-24 Thread nkijak
Without looking at the source I would say probably with PowerManager.PARTIAL_WAKE_LOCK. Just a guess though. On Oct 23, 5:56 pm, Dex Wood [EMAIL PROTECTED] wrote: I have observed that when using the music application, the music continues to play when the device appears to go to sleep.  Does

[android-developers] Re: locationmanager,getLatitude function

2008-10-23 Thread nkijak
Hello, I updated your code on that site to be more correct. You should stick with the static variable instead of hardcoding the string gps. You get a null pointer because you have to provide a location first, meaning run the KML, then you can call getLastKnownLocation. When the emulator starts,

[android-developers] Re: Help for Android Application

2008-10-23 Thread nkijak
Take a look at the example code posted for this app: http://groups.google.com/group/android-developers/browse_thread/thread/13a2eb9adbc444ee# On Oct 23, 2:25 am, Rahul [EMAIL PROTECTED] wrote: hello i am rahul And i am completely new for android so i want help. how u Add The image in list that

[android-developers] Re: About GPS Support on Android

2008-10-23 Thread nkijak
Did you read the how to test location services section of the documentation? It's pretty easy to find. On Oct 23, 3:56 pm, Mayank Rana [EMAIL PROTECTED] wrote: Hi All, I have couple of things to clarify: 1. What are the GPS Applications currently part of Android ? 2. As on Emulator , I am

[android-developers] Re: Issues with GPS application on the actual G1 phone

2008-10-21 Thread nkijak
I wrote a little app to just display GPS information and this is what I did: LocationManager locationManager = (LocationManager)getSystemService(LOCATION_SERVICE); locationManager.requestLocationUpdates(locationManager.GPS_PROVIDER, 500l, 10l,this); this being my Activity that implements

[android-developers] Attaching the Eclipse debugger to actual device

2008-10-21 Thread nkijak
I can't seem to get the eclipse debugger to attach to the G1. I can select Debug from the run menu and it will compile and launch the app on the phone but eclipse never enters the debug perspective (or even asks to). The phone sits with a Waiting for Debugger message dialog. When I enter the

[android-developers] Re: Attaching the Eclipse debugger to actual device

2008-10-21 Thread nkijak
(in AndroidManifest.xml). Make sure to set it back to false before releasing your application. Xav On Tue, Oct 21, 2008 at 8:24 PM, nkijak [EMAIL PROTECTED] wrote: I can't seem to get the eclipse debugger to attach to the G1.  I can select Debug from the run menu and it will compile and launch the app

[android-developers] Re: MAC address?

2008-10-17 Thread nkijak
Wouldn't you need some other unique ID? Wouldn't the MAC address would be different if the user was on wi-fi or the cell network? On Oct 17, 3:48 pm, Mark Murphy [EMAIL PROTECTED] wrote: I'm still on my unique device ID kick. In Java 6, NetworkInterface has getHardwareAddress() to return the