[android-developers] Re: Nexus One ADB XP 64

2010-03-24 Thread DonFrench
No, but if you do, let me know how you did it. On Mar 24, 5:06 pm, Joshua Frank wrote: > Anyone got the Nexus One working with adb on XP 64? I've tried the r3 > driver from the SDK and I've even tried the drives from the > xda-developers forum and had no luck. > > -- > Joshua Frank -- You recei

[android-developers] How to use 3G Connection in Android Application instead of Wi-fi?

2010-03-24 Thread Jel
Hi, How to use 3G Connection in Android Application instead of Wi-fi? i want to connect 3G connection , is there any sample code for get connect 3G instead of Wi-fi? Regards, Jeyavel N -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

[android-developers] Re: GLSurfaceView and camera surface

2010-03-24 Thread rollbak
Hello, If you want one on top of the other you must use a FrameLayout and then give different z index to each when adding them as childs. regards, Lucas On Mar 25, 3:07 am, sleith wrote: > Hi, > i tried to have a GLSurfaceView on top of camera surface, so that i > can draw gl objects with came

[android-developers] Re: Estimated Time App Verification

2010-03-24 Thread Kumar Bibek
Hahah, There's not approval process for Android apps, so you can see it instantly. Ya, may be a minute or less. Thanks and Regards, Kumar Bibek. On Mar 24, 10:16 pm, TreKing wrote: > On Mon, Mar 22, 2010 at 10:38 PM, leo wrote: > > My question how long my application will get published since th

[android-developers] GK: Urgent -- Combine all the multiple apks in one APK file

2010-03-24 Thread Jack Ganesh
Hi all., I have 4 different games apk for one device. Now to Android market i need to upload one apk which contains all the four apk. How to bundle the multiple apks to one apk. ? Am able install multiple apk through eclipse. Plz suggest me how to do bundle apks without eclipse. It’s VVV urge

[android-developers] GLSurfaceView and camera surface

2010-03-24 Thread sleith
Hi, i tried to have a GLSurfaceView on top of camera surface, so that i can draw gl objects with camera preview as background. I tried but didn't works. the view i has is something like this: AbsoluteLayou

[android-developers] Re: requestLocationUpdates Problems

2010-03-24 Thread Kumar Bibek
locationManager is not initialized. That is why you are getting this error. LocationManager locationManager = context.getSystemService(Context.LOCATION_MANAGER_SERVICE); You need to initialize it before using it. Thanks and Regards, Kumar Bibek http://tech-droid.blogspot.com On Mar 25, 12:37 a

[android-developers] Re: Nexus One ADB XP 64

2010-03-24 Thread Kurian
Couldn't get it to work on Server 2003 x64, but works fine on Server 2008 R2 (which is only available in x64). XP x64 uses the same drivers as Server 2003 x64. On Mar 25, 5:06 am, Joshua Frank wrote: > Anyone got the Nexus One working with adb on XP 64? I've tried the r3 > driver from the SDK and

[android-developers] Shutdown from Android Kernel

2010-03-24 Thread sachinikam
I need an API which will shutdown/hibernate the device? This API needs to be called from the kernel driver. There is an API in pm.h device_power_down(PMSG_HIBERNATE); is this correct? Thanks, Sachin, Pune. -- You received this message because you are subscribed to the Google Groups "Android Deve

[android-developers] SIngle or double digit picker?

2010-03-24 Thread BobG
What would we call a single digit picker or a double digit picker? They would be useful for simple numeric entry and parameter adjustment like height and width. I suppose one could hack and whack the time picker to pieces to get something like this? (Actually I want to adjust EQ parameters like fre

[android-developers] Re: No Network Connectivity in Service/AlarmManager Process.

2010-03-24 Thread AuxOne
Just to let you know, I experimented with FULL_WAKE_LOCK. Not only did it not turn on the screen as it said it would, which is a good thing I guess, but it also doesn't seem to lock as effectively as the PARTIAL_WAKE_LOCK. Both seem to go into a deep sleep around 15-20 min of use and then WiFi conn

Re: [android-developers] Integrate IPhone Safari like view in Android?

2010-03-24 Thread A.TNG
On Wed, Mar 24, 2010 at 6:12 AM, javame_android wrote: > Hi All, > > I want to implement IPhone safari like view in Android. The scrolling > can be done using Gallery I think. But how to minimize the views as > done in the IPhone Safari. > > The Android Browser also have minimized view, can anyone

[android-developers] Re: Getting LinearLayout to wrap contents

2010-03-24 Thread Beginner
Bummer. Thanks for the quick reply, though. On Mar 24, 10:07 pm, Mark Murphy wrote: > Beginner wrote: > > I've got a horizontal LinearLayout that contains a variable number of > > child LinearLayouts. Right now, the children will just run off the > > screen if there are too many of them. > > > H

Re: [android-developers] Getting LinearLayout to wrap contents

2010-03-24 Thread Mark Murphy
Beginner wrote: > I've got a horizontal LinearLayout that contains a variable number of > child LinearLayouts. Right now, the children will just run off the > screen if there are too many of them. > > How would I make the parent layout wrap the children on multiple > lines? If this is not possible

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Roland
Ok. I'm in. Nexus 1. College Station, Texas. FedEx Home Delivery. AFAIK, I never received a "we forwarded your information to our distributor" email (Inbox or Spam) so it was a happy surprise. Thanks Googs. Cheers, Roland -- You received this message because you are subscribed to the Google

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Lucky-dog
Would you like to let us know if you received a shipping email because you got nexus one? Thanks. On 3月25日, 上午9时40分, Evil Mushroom Lord wrote: > Got a T-Mobile Nexus One! Hmmm I have an ATT Nexus One now what > to do with the Tmobile one > > ty Google :) -- You received this message be

[android-developers] Getting LinearLayout to wrap contents

2010-03-24 Thread Beginner
Hi, I've got a horizontal LinearLayout that contains a variable number of child LinearLayouts. Right now, the children will just run off the screen if there are too many of them. How would I make the parent layout wrap the children on multiple lines? If this is not possible, should I be using a d

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Disconnect
..I might know a place you could try to exchange it with other android users (or just sell it) :) (http://exchange.andblogs.net and now I'm done pimping in this thread, I swear. :) On Wed, Mar 24, 2010 at 9:40 PM, Evil Mushroom Lord < evilmushrooml...@gmail.com> wrote: > Got a T-Mobile Nexus One

Re: [android-developers] webkit onGestureXXX

2010-03-24 Thread A.TNG
On Fri, Mar 19, 2010 at 9:38 AM, mike wrote: > > Is there any plans to support the onGestureXXX set of events > like the iPhone's webkit has? > > Mike, curious > I find android.view.ScaleGestureDetector and also an inner class OnScaleGestureListener in android_2.1. These classes are for scale ges

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Evil Mushroom Lord
Got a T-Mobile Nexus One! Hmmm I have an ATT Nexus One now what to do with the Tmobile one ty Google :) -- 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 un

Re: [android-developers] Running Flash 10 on Android 2.1

2010-03-24 Thread A.TNG
On Tue, Mar 23, 2010 at 11:10 AM, Saurabh wrote: > > I have seen various articles and videos of Adobe running Flash 10.1 on > Droid/HTC Hero and Nexus 1. However, these are all ARM processors with > 500MHz or higher. > We are putting Android 2.1 on another type of device which doesnt have > an ARM

Re: [android-developers] Does the Market use minSdkVersion or "Project Build Target"?

2010-03-24 Thread Xavier Ducrohet
Market only uses the information from the manifest. It doesn't know against which version of Android you linked your project. So yes, you can compile against the API 4, but you need to make sure that you really test your app on a 1.5 device/emulator to ensure that you're not use 1.6 API by mistake

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Hong
Nexus One here at NY :) -- 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 F

[android-developers] Does the Market use minSdkVersion or "Project Build Target"?

2010-03-24 Thread Rico
I'd like to make my app available to Android 1.5 users. However I'd also like to take advantage of the new element that's available in 1.6. I'm basically doing what's described here: http://developer.android.com/guide/practices/screens_support.html#strategies So if I set and set my project bu

Re: [android-developers] Re: No Network Connectivity in Service/AlarmManager Process.

2010-03-24 Thread Mark Murphy
AuxOne wrote: >> If this is something that's supposed to be going on 24x7, since keeping >> the WiFi radio on all that time will drain the battery pretty good, I >> think you're more going to need to just hang tight in your >> doWakefulWork() until WiFi connectivity is restored. > > It is indeed 2

[android-developers] Re: Informational: are there any charting packages for Android

2010-03-24 Thread Zsolt Vasvari
Thanks for the list. I've been using AChartEngine for my app. It's not full featured by any stretch of the imagination, but it's free, lightweight and doesn't require Internet access or a Content Provider. I created a wrapper around it so that I could replace it should the need arise, but it's f

[android-developers] Re: No Network Connectivity in Service/AlarmManager Process.

2010-03-24 Thread AuxOne
> If this is something that's supposed to be going on 24x7, since keeping > the WiFi radio on all that time will drain the battery pretty good, I > think you're more going to need to just hang tight in your > doWakefulWork() until WiFi connectivity is restored. It is indeed 24x7. What do you mean

[android-developers] Nexus One ADB XP 64

2010-03-24 Thread Joshua Frank
Anyone got the Nexus One working with adb on XP 64? I've tried the r3 driver from the SDK and I've even tried the drives from the xda-developers forum and had no luck. -- Joshua Frank -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

Re: [android-developers] Re: No Network Connectivity in Service/AlarmManager Process.

2010-03-24 Thread Mark Murphy
AuxOne wrote: > For the WiFi lock I'm acquiring and releasing two locks now. Is that > about right? > > My WiFi lock looks like: > > PowerManager mgr = > (PowerManager)context.getSystemService(Context.WIFI_SERVICE); > lockWifi = mgr.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, > LOCK_NAME_WIFI); >

[android-developers] Re: No Network Connectivity in Service/AlarmManager Process.

2010-03-24 Thread AuxOne
I have Threads because when the Alarm triggers I want to do two separate things, although they don't necessarily have to be at the *same* time so I'll remove the Thread. For the WiFi lock I'm acquiring and releasing two locks now. Is that about right? My WiFi lock looks like: PowerManager mgr =

Re: [android-developers] Please help,,,:(,,,conferencing

2010-03-24 Thread Mark Murphy
Obaid Salikeen wrote: > I will be really glad if some one could just give me a hint on how to > implement voice conferencing in Android. You asked this already. I replied to you already: http://groups.google.com/group/android-developers/browse_thread/thread/44d19d23c690f795/22d4aff1f9b7001d > Is

[android-developers] Please help,,,:(,,,conferencing

2010-03-24 Thread Obaid Salikeen
Hi to all, I will be really glad if some one could just give me a hint on how to implement voice conferencing in Android. does Android support voice conferencing? can we do it without a third party server (that may be merging voice from different users and broadcasting it to all participating use

Re: [android-developers] Re: In-App Purchasing and the Market Agreement

2010-03-24 Thread Kevin Duffey
Kewl. I agree with you.. same thoughts.. if they are going to say don't do it.. then they need to provide some clear cut examples and info on how to provide such functionality. If it's thru the market, then for God's sake please let's clean up the Market app so that virtual goods, addons etc are NO

[android-developers] Re: Can anyone hook me up with an Exchange email account that I could use for testing?

2010-03-24 Thread Flying Coder
Hi Alexander, Thanks, can you provide any other details? I haven't had any luck in tracking this down. All the best, Steve On Mar 23, 3:23 pm, Alexander Blom wrote: > I'm pretty sure Gmail supports Exchange for email now. Try that. > > On Mar 22, 8:09 pm, Flying Coder wrote: > > > > > Hi,

[android-developers] Re: Can anyone hook me up with an Exchange email account that I could use for testing?

2010-03-24 Thread Flying Coder
Hi Kumar, Thanks, I wasn't aware of "MS online" -- that's good to know. But, at the moment, what I really want is the ability to connect with stand-alone Exchange servers the same way that K9 or the Android Email client do. I believe my current solution will work fine, since its based on the K

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Bryan Allen
Got mine in hand! A Nexus One! I was so excited after picking up the box from my apartment office that I couldn't get my door open XD Via FedEx. I'm in Huntsville, AL. Filled out the form on March 2nd, got my confirmation on email on March 5th. It shipped from Brightpoint like the others. This was

[android-developers] Staging Generated C/C++ Headers

2010-03-24 Thread Keith Preston
I am looking for a little insight from someone familiar with the Android Make System.I am writing a tool to auto-generate C Marshallers for AIDL files. I would like to figure out how to stage these header from a library project such that other applications can include these in their path. I

Re: [android-developers] Wireshark not showing HTTP packets for emulator

2010-03-24 Thread David Turner
I don't know, but did you try the -tcpdump option to capture network traffic ? the resulting file can be opened in WireShark later, and this will give you much better information than doing a host capture. On Wed, Mar 24, 2010 at 11:46 AM, abhi wrote: > Hi, > > I'm trying to use wireshark to ca

[android-developers] Re: Strange problem with Runnable interface

2010-03-24 Thread Bob Kerns
(I presume the 'Runable' instead of 'Runnable' was just a typo...) NoClassDefFoundError doesn't mean what you think it means from the name. It means that an error happened while the class was being loaded. And for reasons that I cannot fathom, when Java added exception chaining, they did not make

Re: [android-developers] Re: In-App Purchasing and the Market Agreement

2010-03-24 Thread chris harper
I will post my response on both threads and I Kevin you are right we had two threads going on this with no answer. Thanks for the input TreKing I agree I don't WANT to violate anything but when I can't get an answer I am not sure what do to? I have the basic skeleton structure for implementing t

[android-developers] Re: Need help: How to create Surfaces in Native layer(equivalent of view->getholder->getsurface)

2010-03-24 Thread David Turner
The San Angeles demo is not a good example, it will be slow on any system (even iPhone). It's a great demonstration of using the NDK and native OpenGL ES libraries, but that's about it. And the reason for this is that the demo is trying to send bazillion of triangles to the GPU without any doing p

Re: [android-developers] Re: In-App Purchasing and the Market Agreement

2010-03-24 Thread Kevin Duffey
Hey all, read that thread and the rest of this one. I agree with TreKing. Just do it Chris. The language to me, and everyone else here is quite clear. All apps distributed thru the market MUST pay the market. Cool.. fair enough.. but there is nothing at all that describes in-game transactions that

Re: [android-developers] Re: No Network Connectivity in Service/AlarmManager Process.

2010-03-24 Thread Mark Murphy
AuxOne wrote: > The wi-fi lock sounds interesting, but I'd need it to work with the > cellular network as well. Can I lock both? Cellular data should be always on, if I understand correctly. > Within the doWakefulWork function I instantiate a class and call one > of its methods. It ultimately cre

[android-developers] Re: Strange problem with Runnable interface

2010-03-24 Thread Streets Of Boston
It looks like the MySurfaceView instance is created during the XML inflation of your activity. It is indeed a bit puzzling :) What does the body of the 'public void run()' method contain? On Mar 24, 1:25 pm, Floof wrote: > Hi list, > > I'm having hard times getting my GL thread (from GLSurfaceV

[android-developers] Re: No Network Connectivity in Service/AlarmManager Process.

2010-03-24 Thread AuxOne
The wi-fi lock sounds interesting, but I'd need it to work with the cellular network as well. Can I lock both? Actually, a lot of my testing is probably happening over wi-fi since for some reason my Dev 1 Phone doesn't like my AT&T iPhone SIM card for data connections. Perhaps it really does work w

[android-developers] Re: view list of extra's for a intent

2010-03-24 Thread arnoldl
Exactly what i was looking for!! THANKS! On 24 mrt, 22:00, String wrote: > On Mar 24, 7:48 pm, arnoldl wrote: > > > in the eclipse debug window i can see it has extra's , but i can''t > > find a list of those extra's. > > I also can't find a function to get all extra's into a human readable > >

[android-developers] Re: Need help: How to create Surfaces in Native layer(equivalent of view->getholder->getsurface)

2010-03-24 Thread Gregory Ray
It seems like the surface view in java is extremely slow, even with the sans angeles demo it was moving at like 5 frames a second. I tried it on both the AVD and Droid but slow. Is this me doing something wrong or is the surface view just messed up? On Tue, Mar 23, 2010 at 9:33 AM, Dianne Hackborn

Re: [android-developers] No Network Connectivity in Service/AlarmManager Process.

2010-03-24 Thread Mark Murphy
AuxOne wrote: > I have a Service/AlarmManager set to go off ever hour; as seen at: > http://github.com/commonsguy/cw-advandroid/tree/master/SystemServices/Alarm/ That link looks strangely familiar... > The Alarm triggers a Socket connection to communicate with a Web > Server. The code you link t

[android-developers] Re: No Network Connectivity in Service/AlarmManager Process.

2010-03-24 Thread AuxOne
Thanks for your reply. I have the permission (it works on a short timer), and the WakeLock (as seen at the link in the OP). Perhaps I'm using the lock incorrectly? Could anyone confirm? Most of the lock code is here: http://github.com/commonsguy/cw-advandroid/blob/master/SystemServices/Alarm/src/

[android-developers] Re: No Network Connectivity in Service/AlarmManager Process.

2010-03-24 Thread nikhil
You need a partial wakelock and internet permission. On Mar 24, 3:56 pm, AuxOne wrote: > I have a Service/AlarmManager set to go off ever hour; as seen > at:http://github.com/commonsguy/cw-advandroid/tree/master/SystemServices... > > The Alarm triggers a Socket connection to communicate with a W

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread havexz
i live in chicago too..i dont know whether i got it or not .i hv to go to home to see. On Mar 24, 3:47 pm, jsdf wrote: > N1 received in Chicago, IL. > > On Mar 24, 10:52 am, polyclefsoftware wrote: > > > Got my Nexus One today via FedEx. I'm in Lafayette, Louisiana USA. > > > Has any

Re: [android-developers] Game Developers: Some general questions about high scores, achievements, multi player support and in game ads.

2010-03-24 Thread Nikolay Ananiev
On Wed, Mar 24, 2010 at 7:48 PM, Kevin Duffey wrote: > Hey Nikolay.. didn't realize you were the author of Bebbled. Great game. I > play that one a lot too. I need your source tho.. I am stuck on a level and > I want to modify it so I can beat it. :D > Check this thread: http://androidforums.com

[android-developers] Re: How to create graphical/advanced menus??

2010-03-24 Thread Kofa
I thought the basic menu would be more flexible =(. thx! i will take your recomendation boston! On 22 mar, 17:57, Streets Of Boston wrote: > If it's a limited menu, just show a list of ImageButtons. > Show and hide them when the user presses the menu key. > > On Mar 22, 11:18 am, Kofa wrote: > >

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread BM
Here is an article about "Plainfield-based Brightpoint Inc.". http://www.indy.com/posts/brightpoint-lands-deal-with-google-phone-maker The company announced Thursday that it signed a deal with HTC Corp., which built the Nexus One for Google, to provide distribution and logistics services for the

[android-developers] Re: view list of extra's for a intent

2010-03-24 Thread String
On Mar 24, 7:48 pm, arnoldl wrote: > in the eclipse debug window i can see it has extra's , but i can''t > find a list of those extra's. > I also can't find a function to get all extra's into a human readable > format. I believe you need to do a bit more work than that. Intent.getExtras() will

[android-developers] No Network Connectivity in Service/AlarmManager Process.

2010-03-24 Thread AuxOne
I have a Service/AlarmManager set to go off ever hour; as seen at: http://github.com/commonsguy/cw-advandroid/tree/master/SystemServices/Alarm/ The Alarm triggers a Socket connection to communicate with a Web Server. I'm logging the interaction to a file so I can see it later. When I leave the pho

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread jsdf
N1 received in Chicago, IL. On Mar 24, 10:52 am, polyclefsoftware wrote: > Got my Nexus One today via FedEx. I'm in Lafayette, Louisiana USA. > > Has anyone in the US gotten a Droid? I'm happy with the Nexus...just > wondering. -- You received this message because you are subscribed to the Goog

[android-developers] Re: Application losing SharedPreferences and Sqlite database on Droid

2010-03-24 Thread Doug
Here's my $0.02 worth. This problem happened to one of my users just today - he has a Droid. I asked if anything "weird" had happened before the problem occurred (like the phone misbehaving). He said: The only random weird behavior I noticed before the problem was that my phone suddenly stopped

[android-developers] Re: Certificates

2010-03-24 Thread Bob Kerns
There's no reason to pay those people any $$ for a certificate for this purpose. There are directions somewhere in the documentation you can follow. I think you can do it with keytool's -genkeypair command. Make VERY, VERY sure you do not lose either the keystore with the private key and cert, or

[android-developers] Re: Simple mapController.animateTo(point) problem.

2010-03-24 Thread hwrdprkns
Ok, I think I fixed this, sorry. On Mar 23, 2:29 pm, hwrdprkns wrote: > Hello, > > I am getting a force close whenever I try to run this application. I > am trying to do something very simple by just animating the map to > show a set of coordinate that I am giving it. > > This is my pastebin: >

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

2010-03-24 Thread Johan Nilsson
Found a solution for this, guess I mixed up CHANGE_CONFIGURATION with android:configChanges="locale" that should be added to the activity element in the Manifest. Adding this solves the problem. Regards, Johan Nilsson On Wed, Mar 24, 2010 at 7:29 PM, Johan Nilsson wrote: > Did you manage to find

[android-developers] Re: how to get the camera's focal length

2010-03-24 Thread Streets Of Boston
In the SDK, you can't. There's no access to the camera's shutter-time, aperture, ISO, white- balance (you can query the white-balance type, but not the exact kelvin and such), etc. No access for reading, no access for writing. On Mar 23, 6:16 am, g k wrote: > Hello, > > I allready saw Kumar aski

[android-developers] view list of extra's for a intent

2010-03-24 Thread arnoldl
i'm trying to find out what extra's there are for a specific intent.. in the eclipse debug window i can see it has extra's , but i can''t find a list of those extra's. I also can't find a function to get all extra's into a human readable format. thanks.. -- You received this message because you

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Blake La Pierre
You guys clogged the live help. "No representatives available"!!! On Wed, Mar 24, 2010 at 3:28 PM, bx wrote: > excellent tip! > > I just did this, and they said mine's due on friday as well... can't > wait! > > On Mar 23, 9:18 pm, Rocco wrote: > > If you're in the US and Google sent you a con

[android-developers] requestLocationUpdates Problems

2010-03-24 Thread hwrdprkns
Hi Guys, I just have a quick question about location updates. I don't know why but it keeps saying I have an error on line 47, where I make the call to start requesting location updates. I don't know why but whenever i try to run the program on my AVD it says that I have a NullPointerException on

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread bx
excellent tip! I just did this, and they said mine's due on friday as well... can't wait! On Mar 23, 9:18 pm, Rocco wrote: > If you're in the US and Google sent you a confirmation number and you > want to know when you're getting your handset, just give FedEx a call > from the number you provide

Re: [android-developers] Re: In-App Purchasing and the Market Agreement

2010-03-24 Thread chris harper
Sorry Warren I didn't check over there. I will post the same response. -Chris On Wed, Mar 24, 2010 at 12:50 PM, Warren wrote: > Here is where the discussion landed on the Market support forum. > > > http://www.google.com/support/forum/p/Android+Market/thread?tid=3c47284987b99696&hl=en > > > On

Re: [android-developers] Re: In-App Purchasing and the Market Agreement

2010-03-24 Thread chris harper
Warren That is correct. All the features for my app are always there, they never change. My app is just USED to load and run the characters (which are little modules that my app uses that I want to charge for). This is completely different than charging for an upgrade. The same way you can put

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread havexz
http://fedex.com/bh/helpme/ Here you go wit Fedex Live ChatI cant access it in the office thoughits restricted.. On Mar 24, 1:51 pm, Blake La Pierre wrote: > Where did you find live chat? All I can find is phone numbers to call. > > On Wed, Mar 24, 2010 at 2:40 PM, Bryan Allen wrote: >

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Matt
I am tempted to try UPS and see if they have anything en route. Maybe they are using a different distributer to send Droids? I filled out the form on the day I received the email and also got the notification among the earliest, so I am doubting that I haven't reached the top of the shipping list

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Justin Giles
> > I also called and was told that nothing was en route to my location, > however I'm not sure if its because the woman that i spoke too doesn't > know how to spell Chateau or if its because nothing has been sent yet. > She barely spoke English. > Just had a similar experience in the online chat

[android-developers] Re: glDrawElements vs glDrawArrays with glColorPointer in opengl es GL10

2010-03-24 Thread Robert Green
Most file format are built for efficiency. Often times they will define all of the unique vertices, unique normals, unique texture coordinates and then give you faces which have pointers to the 3 vertices, normals and texture coordinates for that face. That's ideal because it's the smallest possi

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Matt
Damn it. False alarm, apparently I received another package from FedEx. I also called and was told that nothing was en route to my location, however I'm not sure if its because the woman that i spoke too doesn't know how to spell Chateau or if its because nothing has been sent yet. She barely spo

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Markus
I called them too (Switzerland). Guy did the search but told me there's no package on the way for me. So either it has not been sent yet or they don't use Fedex over here. On Mar 24, 8:02 pm, Thomas Riley wrote: > I tried live chat (in the UK) and it's not much use (same applies on > phone actual

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Thomas Riley
I tried live chat (in the UK) and it's not much use (same applies on phone actually) To be able to track they want to know dispatch date, which I of course don't know! On Mar 24, 6:40 pm, Bryan Allen wrote: > Live chat with FedEx works great. Your address, the shipper name, and you're > golden.

Re: [android-developers] Game Developers: Some general questions about high scores, achievements, multi player support and in game ads.

2010-03-24 Thread Kevin Duffey
Greg.. no I don't sorry. My guess is to avoid the long width of the message by making it under 80 characters in length? I use the width of the browser..if I need it shorter, I adjust the browser width. Sorry. On Wed, Mar 24, 2010 at 11:53 AM, Greg Donald wrote: > On Wed, Mar 24, 2010 at 1:45 PM

Re: [android-developers] Game Developers: Some general questions about high scores, achievements, multi player support and in game ads.

2010-03-24 Thread Greg Donald
On Wed, Mar 24, 2010 at 1:45 PM, Justin Giles wrote: > You'd be surprised...people don't want to buy things on the Market.  I have > a free version that's ad supported and a pay version that is just 0.99 > without ads.  Both the same otherwise.  People love the free version.  Ads > aren't intrusiv

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Blake La Pierre
Where did you find live chat? All I can find is phone numbers to call. On Wed, Mar 24, 2010 at 2:40 PM, Bryan Allen wrote: > Live chat with FedEx works great. Your address, the shipper name, and > you're golden. I spent about 4 minutes on it and found out it's arriving > today! Better than a 20

[android-developers] Re: In-App Purchasing and the Market Agreement

2010-03-24 Thread Warren
Here is where the discussion landed on the Market support forum. http://www.google.com/support/forum/p/Android+Market/thread?tid=3c47284987b99696&hl=en On Mar 24, 1:41 pm, Warren wrote: > I want to point out, because this has been part of the confusion the > whole time, that he says, "No you sh

[android-developers] Wireshark not showing HTTP packets for emulator

2010-03-24 Thread abhi
Hi, I'm trying to use wireshark to capture some HTTP packets exchanged between the emulator and a website. However, even though I can see the web content on the emulator browser, wireshark does not display any HTTP packets exchanged between the emulator and the website. Why is this? -- You recei

Re: [android-developers] Game Developers: Some general questions about high scores, achievements, multi player support and in game ads.

2010-03-24 Thread Justin Giles
You'd be surprised...people don't want to buy things on the Market. I have a free version that's ad supported and a pay version that is just 0.99 without ads. Both the same otherwise. People love the free version. Ads aren't intrusive and don't interfere with gameplay or interacting with the ga

Re: [android-developers] Game Developers: Some general questions about high scores, achievements, multi player support and in game ads.

2010-03-24 Thread Greg Donald
On Wed, Mar 24, 2010 at 1:38 PM, Kevin Duffey wrote: > Holy crap Jusint.. 10s of thousands of updates every day! That is sick! I > want to make a game that gets a couple.. hundred or so updates a day. :D > Sell your game for .99.. you'll be rich man! :D Do you have any clue what it means to trim

[android-developers] Re: In-App Purchasing and the Market Agreement

2010-03-24 Thread Warren
I want to point out, because this has been part of the confusion the whole time, that he says, "No you should not currently offer in app features that you charge for." Did you get that? The you should not charge for features. So suppose, as in Chris' case, you want to load extra character models.

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread Bryan Allen
Live chat with FedEx works great. Your address, the shipper name, and you're golden. I spent about 4 minutes on it and found out it's arriving today! Better than a 20 minute hold on the phone. -Bryan On Wed, Mar 24, 2010 at 1:14 PM, abowman wrote: > If you trust your neighbors, just leave a no

Re: [android-developers] Game Developers: Some general questions about high scores, achievements, multi player support and in game ads.

2010-03-24 Thread Kevin Duffey
Holy crap Jusint.. 10s of thousands of updates every day! That is sick! I want to make a game that gets a couple.. hundred or so updates a day. :D Sell your game for .99.. you'll be rich man! :D On Wed, Mar 24, 2010 at 11:08 AM, Justin Giles wrote: > I decided to pull the web page in just so I

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

2010-03-24 Thread Johan Nilsson
Did you manage to find a workaround for this? I have the same problem in 2.0 and 2.0.1, the very same code is working perfect in 1.5, 1.6 and 2.1. My implementation[1] is pretty much the same as Menions. I also tried to set the permission 'CHANGE_CONFIGURATION' that I believe is needed when done f

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread abowman
If you trust your neighbors, just leave a note for them to leave the package at your door. On Mar 24, 1:19 pm, JasonC wrote: > Ya Rocco, they will give you the info even without a tracking number. > I called FedEx yesterday and waited on hold for 20 minutes. Gave them > my name address and phone

Re: [android-developers] Game Developers: Some general questions about high scores, achievements, multi player support and in game ads.

2010-03-24 Thread Justin Giles
I decided to pull the web page in just so I didn't have to format it multiple times. All the paging, etc, is built-in to the webpage so I don't have to worry about doing that inside Android. Anyway, if I were to pull the information from a database on my server I'd still have some lag time to pul

[android-developers] Re: SMS

2010-03-24 Thread Ozymandias
SMS_RECEIVED might point you in the right direction. On Mar 24, 1:23 am, irfan wrote: > Hello all > I am trying to make an application in android that can intercept an > incomming sms. I then want to parse it and then trigger certain events > according to certail header present in that sms or tex

Re: [android-developers] Re: In-App Purchasing and the Market Agreement

2010-03-24 Thread chris harper
jfarringdon has posted an answer to the question "In-App Purchasing for Applications": No you should not currently offer in app features that you charge for. It is against the distribution agreement. You could offer separate paid apps, and have your main app share these resources (if you take goo

[android-developers] Re: glDrawElements vs glDrawArrays with glColorPointer in opengl es GL10

2010-03-24 Thread Perty
Ok, So the conclution is that it's not working the way I thought it would :-) I'm importing the vertex, colors and normals from a collada.xml and it's build in a nice way with indices so I assumed they had OpenGL in mind when they developed the format and therefore pursued with the glDrawElement

Re: [android-developers] Game Developers: Some general questions about high scores, achievements, multi player support and in game ads.

2010-03-24 Thread Kevin Duffey
Hey Nikolay.. didn't realize you were the author of Bebbled. Great game. I play that one a lot too. I need your source tho.. I am stuck on a level and I want to modify it so I can beat it. :D As for sending game moves..that's interesting, but I agree with Justin that it seems quite overly complex/

Re: [android-developers] ListView with 2 different rows ???

2010-03-24 Thread Mark Murphy
Marco Alexander Schmitz wrote: > Hi, > > is it possible to let my ListView show 2 different rows? > > http://www.anddev.org/files/snapshot_119.png > > On the picture you can see at the top something like a "teaser", the > other rows are normal ListView. > > The screenshot is from the iPod. With

Re: [android-developers] Re: ActivityGroup and LocalActivityManager

2010-03-24 Thread Mark Murphy
oriharel wrote: > So when should one extend tha ActivityGroup? Never? I'm sure there are valid reasons to do it. I can't think of any. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 2.0 Available! -- You received t

Re: [android-developers] Need help plz dot it

2010-03-24 Thread Ali Murtaza
Thanks Saurav i will try and then tell u infact i want to take time form user and then set the alarm using alarm clock app in android i think it will help thanks again On Wed, Mar 24, 2010 at 10:06 PM, Saurav wrote: > i can help u with the alarm setting, but is that wat u want? or do u want > to

[android-developers] Re: glDrawElements vs glDrawArrays with glColorPointer in opengl es GL10

2010-03-24 Thread Robert Green
In short, what mario is saying is that if you have the same vertex and you want different texture coordinates for it (like if you want to display the same texture on each side of a cube, the verts each need 3 different texture coordinates), it's no longer the same vertex but a different vertex with

Re: [android-developers] Re: In-App Purchasing and the Market Agreement

2010-03-24 Thread chris harper
I see your point. I can be read either way. The android tech guys on here won't comment because it is a legal matter but it would be really really great if they could at least point us in the direction of WHERE to ask this question??? There is not a legal discussion forum to ask these things. * Pl

[android-developers] ListView with 2 different rows ???

2010-03-24 Thread Marco Alexander Schmitz
Hi, is it possible to let my ListView show 2 different rows? http://www.anddev.org/files/snapshot_119.png On the picture you can see at the top something like a "teaser", the other rows are normal ListView. The screenshot is from the iPod. With their framework it is possible to show 2 different

[android-developers] Strange problem with Runnable interface

2010-03-24 Thread Floof
Hi list, I'm having hard times getting my GL thread (from GLSurfaceView) to trigger some code execution within the UI thread (from Activity). I tried it in every possible way (well not every, I missed at least the good one) none worked. My idea was to get something called from the UI thread (to u

[android-developers] Moto Milestone device drivers for XP/32?

2010-03-24 Thread JP
I am trying to find Moto Milestone device drivers for XP/32 so I can debug on the device. There's some info and software available on Motorola's web site, however it points to more generic drivers for iDEN and other types of devices; this doesn't seem to provide what I'm looking for. I am sure ther

  1   2   3   >