[android-developers] virtuil device

2016-12-31 Thread Roger Lakin
Using AVD manager and downloading Lollipop Android SDK components, selecting the device, configuration indicates no connection. Therefore no device. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop

[android-developers] Sending credit to arbitrary user's Google Play account?

2016-10-05 Thread Roger Farrington
I am interested in creating an app where users can win prizes in the form of Google Play credits; can anyone please tell me if this is possible, or post a link to where I might read about it, or point to any api documentation. Thanks! -- You received this message because you are subscribed to t

[android-developers] aplicacion

2016-06-28 Thread Roger Martinez Martinez
Hola! como puedo saber si una aplicacion -INTERNET DOWNLOAD MANAGER- es para administrarla yo.Es decir si se me ha adjudicado a mi. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving ema

[android-developers] Tutorial for Using Twitter API v1.1 in Java for Android

2014-02-09 Thread Roger Podacter
FINALLY! Great tutorial. I've looked forever to find this type of twitter v1.1 sample using http and not the twitter4j or similar library. Good work and thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e

[android-developers] Strange uniform location values returned after successful compile/link (not optimized out -1 problem)

2012-11-28 Thread Roger Huebner
ouble and triple checked everything I can think of. If posting the vert/fragment shaders would help, I'd be glad to. Does anyone have a thought on this one? Thanks in advance, Roger -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

[android-developers] Just launched my app last week, could you test it please?

2012-09-28 Thread Roger
Hey people, just launched my app last week. if you could test it and report with opinions here, it would be awesome! Here is the link for the app: * https://play.google.com/store/apps/details?id=com.aximod.callscontrol* * * Thanks for your attention. -- You received this message because you a

Re: [android-developers] Re: How to monitor UI operation in android from pc?

2012-06-04 Thread roger
I am trying to start a service in the application, and then get the top foreground activity, get the UI from the activity and the position for each UI element. Then parse the log and getevent is it possible to get the ui operation with the above three conditions. Thanks, Roger I am

[android-developers] How to monitor UI operation in android from pc?

2012-06-03 Thread Roger Li
, for example when tapped on a view 4. send all these information to the pc client via a socket Anybody who are familiar with this topic can help me a hand? Thanks a lot. Roger -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Re: config monkeyrunner in eclipse in ubuntu

2012-06-01 Thread Roger Li
Sorry, this is caused by my mistake, there is a typo in the script file. 在 2012年6月2日星期六UTC+8上午12时28分01秒,Roger Li写道: > > Hi guys, > > I followed the instructions in > http://dtmilano.blogspot.com/2011/03/using-android-monkeyrunner-from-eclipse.html > to > config monkeyru

[android-developers] config monkeyrunner in eclipse in ubuntu

2012-06-01 Thread Roger Li
arter.main(MonkeyRunnerStarter.java:189) Can anyone help me a hand? Thanks, Roger -- 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

[android-developers] Re: Using Eclipse write monkeyrunner

2012-05-30 Thread Roger Li
ease help a hand? Thanks, Roger 在 2011年3月11日星期五UTC+8下午7时06分58秒,c j写道: > > I need using monkeyrunner do some easy auto test but have some > problem. > > Eclipse SDK 3.6.2 (Pydev 1.6.5 + Jython 2.5.2 + Python 2.7.1 + > monkeyrunner.jar + google-collect-1.0-rc1.jar) > jd

[android-developers] How to add contextmenu in the keyboard service

2012-05-15 Thread Roger
I created my own keyboard based on the keyboard sample code. And I would like add contextmenu for switching between the different mode. However, I cannot get it works. I tried to get the keyboard view and registerForContextMenu(), but it seems doesn't work. If there is any way to create the context

[android-developers] destroy every activity as soon as the user leaves it

2012-03-08 Thread roger
Hi In android 4.0,click the 'developer options',there is a checkbox named ' don't keep activities'. When it was checked, my app didn't work! When I launch another activity from my main activity,the app will be closed! so...anyone know how solve this problem? -- You received this message because y

[android-developers] Emulator Bootloop

2011-08-31 Thread Roger Heim
ed on the same platform version still work fine. Restarting the avd with wipe data does no good. The only way to deal with it is to delete the avd and recreate it. Does anyone else see this? It's very annoying to have to stop and recreate the avd. Roger -- You received this message beca

[android-developers] Re: getOrientation() madness

2011-08-22 Thread Roger
First, I recommend you try to figure out the screen by getting the DisplayMetrics instead. Don't use the orientation/rotation. The device implementer gets to decide what the rotation means, so the screen rotation is fundamentally divorced from the concept of "landscape" or "portrait" (yep, I've s

[android-developers] Re: Android goolge contact fetch

2011-08-08 Thread Roger
You can't look up groups with ContactsContract.Contacts.CONTENT_URI. As docs for ContactsContract.CommonDataKinds states: "Container for definitions of common data types stored in the ContactsContract.Data" table. So your query should look like contentresolver.managedQuery(ContactsContract.Data.C

[android-developers] AlphabetIndexer setCursor doesn't update its cache

2011-07-15 Thread Roger
I'm trying to implement a fast scroller with AlphabetIndexer, but when the cursor changes, its not refreshing the index chache. In my CursorAdapter constructor I call setCursor(cursor) but nothing changes, and acording to the documentation: "Your adapter is responsible for updating the cursor by c

[android-developers] ContentObserver onChange() repeats multiple times

2011-06-09 Thread Roger
I haven't found any solution for this problem in the bunch of questions and reference I've searched. So here is. I'm trying to query the data from the CallLog and insert in DB. For that, I've created a COntentObserver as inner class in a Service, and inside onChange() method, I call my method tha

[android-developers] Re: why doesn't google provide us a pure C/C++ SDK for android?

2011-05-18 Thread Roger Podacter
Is coding in Java and the virtual machine environment really losing that much efficiency over a pure native c++ OS? I've always been curious about this. On May 18, 12:38 pm, Dianne Hackborn wrote: > Having to maintain two parallel APIs that try to keep fidelity with each > other would greatly slo

[android-developers] Re: Twitter support

2011-05-13 Thread Roger Heim
Look at twitter4j. That's about as easy as you're going to find. On May 12, 9:07 pm, Nicholas Johnson wrote: > yes > > you should probably look at the dev.twitter.com website. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] Re: Android: how to draw an ImageView with the same size regardless of device?

2011-05-12 Thread Roger
Have you tried scaling using DisplayMetrics.density instead? The online docs specifically mentions: "This value does not exactly follow the real screen size as given by xdpi and ydpi, but rather is used to scale the size of the overall UI in steps based on gross changes in the display dpi." On M

[android-developers] Re: Android Debugger is DOG Slow

2011-04-20 Thread Roger Heim
I use IDEA on both Windows and Linux and have absolutely no problems. I much prefer it to Eclipse because of my .NET and ReSharper background. On Apr 15, 1:17 pm, TreKing wrote: > On Fri, Apr 15, 2011 at 11:39 AM, Eric wrote: > > What does Eclipse vs. IDEA have to do with any of this? > > You me

[android-developers] Re: Problem deploying app to orange sand francisco on windows7

2011-04-13 Thread Roger Heim
0-10-a.html On a Mac, it "just works" HTH, Roger On Apr 9, 3:08 am, Penelope wrote: > Hi, > > I have trawled the internet in search of suggestions about how i can > get round problems relating to connection of my phone to my pc, and > why cmd 'adb devices'

[android-developers] Re: Android List View and database data

2011-04-13 Thread Roger Heim
>From the built-in SQLite or an external MySQL database? Two entirely different situations. On Apr 13, 6:19 am, Ian Menzies wrote: > Hey guys, > > I want to create a list view to display 1 image and a couple of > strings and this data is coming from a MySQL database. Im a bit > confused on how to

[android-developers] Re: Help: Problem when calling .Net WebService using kSOAP2

2011-04-01 Thread Roger Heim
Don't use soap. Json is much easier to work with and a few minutes with google will give you many examples of returning json from .net web services and wcf services. On Apr 1, 12:38 am, TreKing wrote: > On Wed, Mar 30, 2011 at 7:34 PM, SO King Fai wrote: > > > Firstly, I am not sure am i correct

[android-developers] Re: OTA(Over The Air) Installation Process

2011-04-01 Thread Roger Heim
Bear in mind the user will have to allow applications from untrusted sources and some carriers (ATT) do not permit that. On Mar 31, 6:17 pm, lbendlin wrote: > host the .apk file on a web server > access that link from the phone -- You received this message because you are subscribed to the Goog

[android-developers] Re: to handle the response using soap for .net web service

2011-04-01 Thread Roger Heim
If you have any say in the matter use son instead of soap. On Apr 1, 12:39 am, TreKing wrote: > On Thu, Mar 31, 2011 at 1:37 AM, Pinkesh Gupta wrote: > > > and has obtained five tables so my question is how to handle  such resposes > > in android > > A) This has nothing to do with Android. > B)ht

[android-developers] smooth videos play

2011-03-28 Thread Roger
rcome this problem and run the clips smoothly without any gap? Thanks in advance Roger -- 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

[android-developers]

2011-03-22 Thread roger isaac navarro perez
Hi, i need to create an application for my corp, my question is can i create a OTA like blackberry for download, i want to write url for my application in browser and download the application. Thanks for answer -- Ing. Roger Isaac Navarro Pérez, Desarrollador Skype: roger.isaac.navarro.perez

[android-developers] Re: set the data connection ON by code?

2011-03-22 Thread Roger Podacter
I'm not sure how to do this or if its possible. Android phones by default always have a data connection on and active by default. But if the user overrides this And turns data off, I don't know if that can be bypassed. On Mar 22, 8:57 am, guiridemeer wrote: > Hi, > > I am developing an applicatio

[android-developers] Re: Service stops after 10 minutes of standby

2011-03-22 Thread Roger Podacter
l. > > > -- > > Chris Stewarthttp://chriswstewart.com > > > On Mon, Mar 21, 2011 at 11:14 PM, Roger Podacter > > wrote: > > > > I think there is something extra that needs to be added to keep your > > > service running in deep sleep standby. Ca

[android-developers] Re: Service stops after 10 minutes of standby

2011-03-21 Thread Roger Podacter
I think there is something extra that needs to be added to keep your service running in deep sleep standby. Cause my service also stops running on my nexus one once the phone goes into deep sleep. My service actually takes 2 second sample readings of battery current so it would be nice to see stand

[android-developers] Re: Activity lifecycle... still a mystery to me

2011-03-19 Thread Roger Podacter
No because I don't believe onDestroy would necessarily get called backing out of the activity. Only onPause would be guaranteed to be called. That activity's onDestrw would only get called at some random point in the future when the OS wants more memory. OnPause is the primary. At least that is my

[android-developers] Re: Urgent and Alarming battery management problem. Google please do something about it.

2011-03-16 Thread Roger Podacter
I argue that this issue is a fundamental trait of the way the android OS is written and operates. By default, a brand new android phone keeps an always-on data connection, and all the Google services are constantly talking via data in "push mode". The iPhone, or a symbian phone, do not initiate a d

[android-developers] Re: How to load zimage in android.

2011-03-15 Thread Roger Podacter
You have to compile your kernel, this will spit out a zimage. Then just do: Fastboot flash zimage It's case sensitive. On Mar 14, 8:03 am, wannabeguru wrote: > The message appear > > sending 'zimage' (2578 KB)... OKAY [  0.162s] >           writing 'zimage'... FAILED (remote: partition does n

[android-developers] Re: Urgent and Alarming battery management problem. Google please do something about it.

2011-03-15 Thread Roger Podacter
Thanks for this post and these app recommendations. I've been saying this for months, the reason android phone get such poor battery life is due to the always on data connection and all the apps and services constantly hitting data. Even the Google services alone, you have gmail, calendar, contacts

[android-developers] Re: TabView, ListActivity Problem

2011-03-14 Thread Roger Podacter
your layout for your tabhost app doesnt look quite right. i'm not sure why you have your linear layout and scroll view in that particular location. but what should fix it is the following. start fresh with the tab host layout the way the tutorial sample app comes loaded. then, at the very end o

[android-developers] Re: Activity lifecycle... still a mystery to me

2011-03-12 Thread Roger Podacter
I recently wrote my first android app, and I too did not grasp the life cycle functions and they just didn't seem to work correctly, or the way I thought they should based on the graph. Here's my learned knowledge from writing my app. OnPause and onResume turned out to be by far and above the only

[android-developers] Re: Install % drop again?

2011-03-09 Thread Roger Podacter
I really think it is just an auto sweep that corrects the installed base numbers to account for uninstallations performed outside the market. If I remove an app on my phone, but not connected to the web, the market service must pick that up at a later date. I think Google does sweeps like this in w

[android-developers] Re: Can't properly stop a thread

2011-02-09 Thread Roger Podacter
Have you tried using onPause rather than onDestroy? Not sure that helps this situation. But destroy does not get called too often. But on pause is guaranteed to get called every time the user presses the home button, or back, etc. On Feb 9, 12:36 pm, Kaloian Doganov wrote: > The onDestroy() is ca

[android-developers] android market 2.3.0

2011-02-03 Thread Julien-Yannick Roger-Legros
Hello, The in-app billing documention mention : "A device must be running version 2.3.0 (or higher) of the Android Market application" All my devises had 2.2.11 android marquet app. Is there a way to update it? I'm located in France perhaps the update isn't yet available here? Thanks, -- You

[android-developers] Re: How to change the background color of ToggleButton?

2011-01-28 Thread Roger Podacter
I was interested in doing something like this as well. My app has 6 toggle buttons in a row on one line, and it doesn't quite fit on portrait screen. I wanted to make a custom toggle button, color, width, etc. You could also make your own state-list drawable I think It's called. Anyway in the sour

[android-developers] Re: Battery usage measurements

2011-01-21 Thread Roger Podacter
so all i really did is figure out how to call the read and write function of the fuel gauge chip inside the nexus one battery, so that on command you can read or write to any of the 80 register addresses. lot's of interesting other things we are doing with this, but not really related. but this do

[android-developers] Re: Battery usage measurements

2011-01-21 Thread Roger Podacter
I'll post the info. On Jan 20, 2:00 pm, Filip Havlicek wrote: > Mark, that's exactly what I wanted to avoid, I'm not really sure someone > will find that money for me :) > > Prakash, yes, but you can't get that data programmatically, at least I > didn't figur

[android-developers] Re: Traceview + performance problem

2011-01-20 Thread Roger Podacter
honestly i've found that scrolling around most any view, app, wherever, spikes the CPU pretty much to the same levels your traceview is showing. perhaps you just never noticed it before? or have you specifically compared it against anything to see? On Jan 19, 11:38 pm, b_t wrote: > The "adb she

[android-developers] Re: Battery usage measurements

2011-01-20 Thread Roger Podacter
there are ways to do what you want, at least on the nexus one, with just the battery, its driver, and the IC fuel gauge inside the battery. a recent project i've been playing with does just that, but it involved root access which is probably not what this forum is all about. nonetheless, for the

[android-developers] Re: Help with Null Pointer Exception Error

2011-01-19 Thread Roger Podacter
STATIC, and now the service does indeed populate the graph and collect the data in the background. now the next step is doing it proper, make sure it doesnt consume CPU, and make it all cleaner. thanks guys! On Jan 19, 10:29 pm, Roger Podacter wrote: > well i tried switching my activity call

[android-developers] Re: Help with Null Pointer Exception Error

2011-01-19 Thread Roger Podacter
u were calling on a function in a public class, and just thought to do the same. but i'm beginner so its likely very wrong. thanks for the help everyone:). On Jan 19, 9:25 am, Kostya Vasilyev wrote: > 19.01.2011 20:15, Roger Podacter пишет:> I thought that because i was > referenci

[android-developers] Re: Help with Null Pointer Exception Error

2011-01-19 Thread Roger Podacter
ole point > is for it to be able to do work in the background whether the activity > object is present or not. If you need to do background tasks that are > more intimately connected with the activity use an inner AsyncTask. > > Jonathan > > On Jan 18, 10:44 pm, Roger Podacter wr

[android-developers] Help with Null Pointer Exception Error

2011-01-18 Thread Roger Podacter
OK so I successfully got my app working with a few real-time graphs. I do all of my graph updating in my one activity of my tabbed app. However I wanted to now move the updating of my graph data into a service such that the data can still be collected and populated while the app is in the backgroun

[android-developers] Re: Running adb logcat and dmesg commands from within my app.

2011-01-07 Thread Roger Podacter
the work is there done already. Hope this helps a little. On Jan 7, 8:00 am, Jay wrote: > I see, > > I'll take another look. > > Thanks, > > On Jan 6, 5:14 pm, Roger Podacter wrote: > > > > > what doesnt make sense?  i'll use the two commands we use

[android-developers] Re: Android Emulator: "Accounts & Sync"

2011-01-07 Thread Roger Tawa
Hi all, Just to close on my issue above, I was not able to turn on sync in the emulator because the images in the SDK were not correctly provisioned. This problem was fixed this past summer (summer of 2010) and the latest SDKs available as of today should contain this fix. Make sure to use th

[android-developers] Re: Running adb logcat and dmesg commands from within my app.

2011-01-06 Thread Roger Podacter
kborn wrote: > > > > > Note that shell commands are not part of the SDK, so there are no guarantees > > that commands you are executing will continue to work in the future. > > > On Tue, Jan 4, 2011 at 1:34 PM, Jay wrote: > > > This is exactly the kind of stuff

[android-developers] Re: Open Source code into Eclipse

2011-01-06 Thread Roger Podacter
have you used github before? (sorry i had to ask). all you do is git clone and then that code is now downloaded to whatever folder you are in. go into eclipse and import, project from existing source, and that's it. you may have to clean the project to remove some errors. done. On Jan 4, 4:

[android-developers] Re: Disable Antenna

2011-01-06 Thread Roger Podacter
I can think of a bunch of good or "fun" ideas if I could limit to one specific frequency, maybe for the geeks. But still. Maybe testing the 850mHz signal on ATT in my area, for building penetration of coverage distance compared to 1900mHz. Too bad that low level specific hardware isn't open. The a

[android-developers] Re: Running adb logcat and dmesg commands from within my app.

2011-01-04 Thread Roger Podacter
i just replied to this thread but i guess i'm new so the post didnt go thru? i just used "cat" and "echo" commands in my app we just finished recently. the person above who mentioned getting the InputStream is correct. i cant paste in the entire code example, but if you search the web for "shell

[android-developers] Re: Running adb logcat and dmesg commands from within my app.

2011-01-04 Thread Roger Podacter
I actually just used this in my app. I had to make terminal commands etc. Some awesome, Epson made something for us to use called shellcommand (just Google it). You can see it used in our source code if you want. It works great. https://github.com/R0gerP0dacter/BatteryCalibrator Just dig down in

[android-developers] Re: Android Emulator: "Accounts & Sync"

2010-06-01 Thread Roger Tawa
Hi all, I am able to setup an account on the emulator (Target name: Google APIs (Google Inc.), platform 2.2, api level 8) but I am unable to turn on sync for that account. I am trying to test the new app backup apis, and I am wondering if this is the reason why my backup agent is not being called

[android-developers] Google IO Tickets?

2010-04-16 Thread Roger L
I am looking for one or two tickets I dorked around for WAY too long, and missed out by a week on buying tickets! I really would love to go, being a small, poor developer, who needs to go interface at these things I have money to pay for the ticket(s) (HOW MUCH DO YOU WANT?!) Do you have a ticke

[android-developers] Local contact photo uri issues

2010-03-30 Thread Roger L
he html, i am just using a string with htmlSummary = "HeaderCustom HTML"; everything works but the photo... there must be a way to do this, please help! Roger L -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Re: Help with @Override problems

2009-12-10 Thread Roger L
r though. > >>  >I need help figuring out why it doesnt stop the default activity from > >>  >happening. > > >>  >By the way, my app is a service that cannot be placed as the default > >>  >for a system function. It will nojt ever let me select it i

[android-developers] Re: Help with @Override problems

2009-12-10 Thread Roger L
em function. It will nojt ever let me select it if I use the > >DEFAULT access line in Manifest, so that is not an option! > > >Please help, as tons of people love my app, but I cant get it fast AND > >perfect! ARGH! > > >-Roger L > > >-- > >You received t

[android-developers] Help with @Override problems

2009-12-10 Thread Roger L
for a system function. It will nojt ever let me select it if I use the DEFAULT access line in Manifest, so that is not an option! Please help, as tons of people love my app, but I cant get it fast AND perfect! ARGH! -Roger L -- You received this message because you are subscribed to the Google

[android-developers] Android sms api

2009-11-18 Thread Roger Schildmeijer
I know that the SMS content provider is not part of the public api (atleast not documented), but if I understand correctly its still possible to use much of the sms features as long as you know how to use the api(?). E.g its pretty straight forward to insert an sms in your inbox: ContentValues v

[android-developers] Re: Ethernet / IP over USB connection?

2009-09-14 Thread Roger C.
fied by: Code: Select all cat /proc/net/route --- regards -roger --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develo

[android-developers] Re: Saving Intents to use later (WAY LATER!)

2009-09-14 Thread Roger L
That was just what I needed. Thank you! Again you prevail! On Sep 14, 9:41 am, Mark Murphy wrote: > Roger L wrote: > > Well, this is what i am doing > > > Calling ACTION_PICK_ACTIVITY for result, i get back > > > Intent { action=android.in

[android-developers] Saving Intents to use later (WAY LATER!)

2009-09-14 Thread Roger L
I am banging my head into a brick wall! I want to save an intent pick from the ACTION_PICK_ACTIVITY into a preference/database/etc... and use it as a result for my application every time it runs. But, there is no way to save the right data type (Intent) into preferences or a database, or anyway th

[android-developers] Re: Saving Intents to use later (WAY LATER!)

2009-09-14 Thread Roger L
somehow parse this and save the info, and then add .addActivity, .addCategory, and .setClassName? That seems like a bit, doesn't it? would you use split() to parse the sections? Enough info? On Sep 14, 9:25 am, Mark Murphy wrote: > Roger L wrote: > > I am banging my head into a brick wa

[android-developers] Is it normal to play an audio during phone call?

2009-03-16 Thread roger fang
Mediaplayer to remember its status (to keep music pause or mute?) in the phone call. Or this is a normal design for notification sounds, such as a call- waiting sound? Is it possible to have an secondary gain feature like windows mobile in the future? Thanks. roger