[android-developers] Re: What are /data/anr/slow00.txt

2012-04-12 Thread srikanth
Ok, Got it from new dumpstate.c The activity manager has a feature when launching an app every 500ms, where it collects the current stack traces of the app if it hasn't finished launching. It will dump the stack traces to /data/anr/ slowXX.txt On Apr 13, 8:58 am, srikanth wrote: > Hi All, > I am

[android-developers] Re: Task switcher image

2012-04-12 Thread Zsolt Vasvari
AFAIK, you cannot. This is also a security issue as you may expose sensitive information via the automatic screen shot. On Friday, April 13, 2012 8:58:14 AM UTC+8, Brett wrote: > > In ICS especially, there is a new was to switch tasks like the old way > of holding down the home key. Now you se

Re: [android-developers] Local Bound Service vs a static Reference

2012-04-12 Thread Lindsay Mathieson
2012/4/13 Kostya Vasilyev > > Using binding with a local service has, as far as I'm concerned, two > benefits: > > 1) Provides a way to know when the service has actually been started, > since it happens asynchronously wrt. startService > 2) Is somewhat cleaner. > True, and I've gone with that a

Re: [android-developers] Local Bound Service vs a static Reference

2012-04-12 Thread Lindsay Mathieson
On 13 April 2012 02:05, TreKing wrote: > > The system can kill your Service instance at any time if it needs memory, > which would suck quite bad if you had a global reference to it. But if you > bind to it, via the provided API, it tells the system "hey, I'm using this > thingy, please don't kil

[android-developers] i want to put restriction on an application for particular MAC address of mobile. how???

2012-04-12 Thread Muhammad Sahil
hi, I want to restrict my application for some security reason. So 1) How can i get the MAC address of my mobile. 2) How can i apply restriction for this MAC address to use my application. I hope someone provide me good answer. I am waiting for your kind help, Thanks and Regards, Sahil. -

[android-developers] Re: Automatic silent update for corporative app

2012-04-12 Thread AlexD
> You will still want to find out what happens when you attempt an update > while the application is running. There are internal detailed logging in app. Every step will be written in file. Kostya, big-big thanks for so detailed answer. I think that dialog with vendor is better way in this situat

Re: [android-developers] Re: Directly accessing the e-mail app.

2012-04-12 Thread Put_tiMe
I'm looking at this: if *com.android.email* package exists, then I want to open the "compose" activity, and automatically fill up the fields, such as 'to', 'subject', etc... If the default mail package doesn't exist, then I don't mind showing the chooser. The reason I want to do this is: I kno

[android-developers] Re: Google's 1099-K

2012-04-12 Thread Zsolt Vasvari
That makes sense that the commission is an expense, but is it not for Amazon? Amazon is also sending a 1099-MISC as opposed to a 1099-K. Whatever. And as far as the despondency between what they report-30% and what I got, oh well. I just took what they reported, subtracted what I actually r

Re: [android-developers] Re: Write storage on Samsung Galaxy Tab 7.7

2012-04-12 Thread Zsolt Vasvari
I think you just need to stop calling the SD Card and call it "External storage" or something. If it's not on the SD card, why do you care? Presumably, it's accessible if the device is connected to a PC via the USB, correct? If you must write to a removable storage, I don't think you can guar

Re: [android-developers] Re: Write storage on Samsung Galaxy Tab 7.7

2012-04-12 Thread Nathan
On Thursday, April 12, 2012 6:27:35 PM UTC-7, Zsolt Vasvari wrote: > > > According to some reports, ICS, and not just the manufacturers, is >> locking out all non privileged apps from writing to removable storage. >> > > That's absolutely not true -- my app, on a Galaxy Nexus, can write to the

[android-developers] android-firmata

2012-04-12 Thread Rolf
Has anyone looked at this? Was thinking about updating the existing project for use with newer devices. -Rolf -- 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 unsu

[android-developers] What are /data/anr/slow00.txt

2012-04-12 Thread srikanth
Hi All, I am seeing some traces under /data/anr though i didn't get any anr related to any of the process. But i am seeing some traces related to calendar process under /data/anr. Is there any Non-Visible ANR's in android? Can any one clarify me what exactly these traces are and when it will get cr

[android-developers] Re: Google's 1099-K

2012-04-12 Thread John Coryat
I think the logic here is that your company (not Google) earned the income for your app the moment the app was sold. The amount your company earned is equal to the amount you sold it for. Google's commission is an expense. There's nothing about this expense that should draw a red flag. Then aga

[android-developers] Re: Bluetooth Android SPP, send commands in series to device?

2012-04-12 Thread pcarnut
Ok. I hacked my way through this and made it work. It might not be right, but I will post the code when I get a chance. It works, but I need to add more error handling! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

Re: [android-developers] Re: Write storage on Samsung Galaxy Tab 7.7

2012-04-12 Thread Zsolt Vasvari
> > > According to some reports, ICS, and not just the manufacturers, is > locking out all non privileged apps from writing to removable storage. > That's absolutely not true -- my app, on a Galaxy Nexus, can write to the folder pointed to by: Environment.getExternalStorageDirectory().getAbs

Re: [android-developers] Re: Need help about Play Store banned application.

2012-04-12 Thread Zsolt Vasvari
If you won't get a response, there is nothing you can do about it. When I had a problem like this, I even tried visiting the Google offices here in Singapore and speak to the MD, but still couldn't get anybody with any authority to talk to me. The very nice receptionist told me that this happ

[android-developers] Re: Google's 1099-K

2012-04-12 Thread Zsolt Vasvari
Not only that, but the monthly amounts on the 1099-K are consistently higher by 2-3% than what I had received for that month after taking out the 30%. Almost as if Google kept 32-33% instead of 30%. It is amazing that they cannot get their numbers in order. Screw it, I will just report what I

[android-developers] Task switcher image

2012-04-12 Thread Brett
In ICS especially, there is a new was to switch tasks like the old way of holding down the home key. Now you see a list of your recent tasks with their corresponding images of the last view you were on. Is there any way to programmatically update this image for your task? I have a situation where

Re: [android-developers] Re: Google's 1099-K

2012-04-12 Thread Zsolt Vasvari
> > > Why would anyone report that 30% that isn't part of their income? That > > money is GOOGLE's income, not the dev's. > Because the Google 1099 does (Amazon doesn't). I have to actually deduct the 30% as a business expense, but since it's a fairly large percentage, it would probably raise

Re: [android-developers] Re: Google's 1099-K

2012-04-12 Thread Jim Graham
On Thu, Apr 12, 2012 at 03:46:57PM -0700, Zsolt Vasvari wrote: > So what did you do? Included the full amount and income and then > deducted the 30%? Wow, that will be a red flag for the IRS. At least > Amazon doesn't report the 30%. How fucked up is this? Why would anyone report that 30% that i

[android-developers] Re: App will not run after SDK and ADT plugin update

2012-04-12 Thread Ash
Thank you. Back on track now. On Apr 12, 1:40 pm, Raghu Kasavajhula wrote: > Hi, > > Library management has changed, moved from "lib" to "libs". > > I removed all libraries from the build path except google api and android > dependecies. > > Move your jars to "lib". > > Clean your project. > > Ho

[android-developers] Re: App will not run after SDK and ADT plugin update

2012-04-12 Thread Ash
Thanks a lot. The link was very useful. On Apr 12, 5:26 pm, opaQue wrote: > Check > thishttp://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-... > > On Apr 12, 4:19 am, Ash wrote: > > > > > > > > > Hi All, > > > This morning I updated the Android SDK tools to revision 18 and > >

Re: [android-developers] Re: Write storage on Samsung Galaxy Tab 7.7

2012-04-12 Thread Nathan
On Thursday, April 5, 2012 10:10:50 PM UTC-7, Nikolay Elenkov wrote: > > I guess that came out wrong, sorry. My point was, that if you are > providing a backup/export, etc. feature, saving data to 'the cloud' > is generally easier than trying to deal with 'external storage' > in its many shapes an

[android-developers] Re: Google's 1099-K

2012-04-12 Thread Zsolt Vasvari
So what did you do? Included the full amount and income and then deducted the 30%? Wow, that will be a red flag for the IRS. At least Amazon doesn't report the 30%. How fucked up is this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] Re: Need help about Play Store banned application.

2012-04-12 Thread Tolriq
Well the icons are really ok : http://icons.mysitemyway.com/terms-of-use/ the terms are quite clear. For the name it's quite far from the copyrighted name and looks also like Yatzy that is same game in public domain. And for both remarks the free version use the same icons and name and is stil

Re: [android-developers] Re: Need help about Play Store banned application.

2012-04-12 Thread Justin Anderson
I don't know about anyone else, but the paid version shows up for me on the Play Store: https://play.google.com/store/apps/details?id=org.leetzone.android.yatsewidgetunlocker Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Apr 12, 2012 at 3:11 PM, F

[android-developers] Re: Need help about Play Store banned application.

2012-04-12 Thread FiltrSoft
It might be b/c of the name of your app. It sounds very much like ""Yahtzee" which is probably trademarked. On Thursday, April 5, 2012 7:37:01 AM UTC-4, Tolriq wrote: > > Hello, > > I've got a little problem with my app being banned from Play Store with > the reason : *REASON FOR REMOVAL*: Viol

[android-developers] Re: Anyway to pre allocate memory for a Bitmap?

2012-04-12 Thread JackN
On Wednesday, April 11, 2012 8:30:41 AM UTC-7, Brian wrote: > > I did eventually figure out how to pre-allocate a Bitmap. After looking > at the documentation more closely. > > I realize you can create a ByteArray, and the BitmapFactory has option for > using a ByteArray to store the bitmap, i

[android-developers] Re: Need help about Play Store banned application.

2012-04-12 Thread JackN
On Thursday, April 12, 2012 4:21:00 AM UTC-7, Tolriq wrote: > > The full app was a full app, no donation ask or anything else. Buying the > full app was the donation, and it's in the Google rules :( > > 12 days and still no answers from the two mails sended, this is really not > serious for a b

[android-developers] Re: Anti-Aliasing Lines in openGL

2012-04-12 Thread ivan
Romain, can you please briefly elaborate on the technique of using a slightly more complicated mesh with a texture map? On Apr 12, 1:05 pm, Romain Guy wrote: > > 1.) What anti-aliasing technique (for simple lines) is guaranteed to > > work on all/most older devices that don't have the latest and

[android-developers] Re: Is there a realistic way to determine whether a device has the "guts" to run a heavy operation?

2012-04-12 Thread lbendlin
use a simple test routine that does what you plan to do on a smaller scale (say, 1000 operations rather than 10), measure the time it takes and based on the result you can then judge if that particular phone is capable of running the actual operation. On Thursday, April 12, 2012 12:35:18 P

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Kristopher Micinski
This blog looks more script kiddie-ish than you'd want... the posts are mostly about using smali to do things with apps and inspect your bytecode... In general the people you should be afraid of probably won't have blogs :-P kris 2012/4/12 Kostya Vasilyev : > This is the top result when Googling

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Kostya Vasilyev
This is the top result when Googling for "android application cracking": http://androidcracking.blogspot.com/ for educational purposes only, of course. It should give you an idea of what kinds of attacks your application might be subjected to. There might be even be a script or two to test your

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Latimerius
On Thu, Apr 12, 2012 at 7:57 PM, b0b wrote: > > At this point (LVL + anti-tamper code + sensitive strings ofuscation) is a > lot of work and testing, and it is debatable > whether it is worth it or not because a dedeicated cracker will eventually > crack it if motivated. > > At best it can delay a

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Latimerius
2012/4/12 Kostya Vasilyev : > Class.forName is just as easy to identify > as getPackageManager.getPackageInfo... > > IIRC, the script I was referring to earlier could handle reflection... So I assume reflection could only be of significant help if you a) use it a lot, not just to hide your securit

Re: [android-developers] Anti-Aliasing Lines in openGL

2012-04-12 Thread Romain Guy
> 1.) What anti-aliasing technique (for simple lines) is guaranteed to > work on all/most older devices that don't have the latest and > greateast GPUs. You will have to generate a slightly more complicated mesh and use a texture to simulate anti-aliasing. You can also use a fragment shader. > 2.

[android-developers] Anti-Aliasing Lines in openGL

2012-04-12 Thread ivan
I'm trying to use a GL_LINE_STRIP to draw circles and curves, but I'm unable to get rid of the jaggies. I've read quite a bit online about anti-aliasing, but nothing simple has seemed to work. Without restating all that I've read, I'm looking for direction on two things. 1.) What anti-aliasing t

Re: [android-developers] Re: XML layout and Views

2012-04-12 Thread Justin Anderson
Inflate a ViewGroup class (LinearLayout, RelativeLayout, etc...) that contains your View class along with the other Views you want to display... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Apr 12, 2012 at 12:18 PM, yyyogev wrote: > Ok... I wil

Re: [android-developers] Re: XML layout and Views

2012-04-12 Thread yyyogev
Ok... I will ask this differently: I am inflating a View clas that I created and for everything I want to bee seen I use canvas.draw... How can i display buttons,checkbox and such that i created at that View class? -- You received this message because you are subscribed to the Google Groups "An

Re: [android-developers] Re: Google's 1099-K

2012-04-12 Thread John Coryat
>> It is just a report of all gross payment "transactions" they did for you which they report to irs. I dont believe it has much to do with your actual earnings. Your actual earning may be lower. The key word in your sentence is "report." If your earnings don't match what the IRS thinks your ea

[android-developers] Re: OpenGL lockups in 2.2

2012-04-12 Thread cybice
Please look at https://developer.qualcomm.com/forum/qdevnet-forums/mobile-gaming-graphics-optimization-adreno/11525#comment-6928 i have no rooted phone, so please anybody who affected this bug, send to Qualcomm a stack trace (using gdb) of all the threads of the system_server process -- You

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread b0b
On Thursday, 12 April 2012 18:11:21 UTC+2, latimerius wrote: > > > Nice idea. Actually, if the free app can get access to the paid app > executable (which I hope it can) I might be possible to restore some > of the protection by having the free app run anti-tampering checks on > the paid one. T

Re: [android-developers] Re: XML layout and Views

2012-04-12 Thread Justin Anderson
Just curious, but why are you manually inflating the XML layout? You don't need to do that... that is what the setContentView(int) method does for you. So I guess I'm not sure what you are asking... What exactly do you need help with? Thanks, Justin Anderson MagouyaWare Developer http://sites.go

Re: [android-developers] Re: XML layout and Views

2012-04-12 Thread yyyogev
In the OnCreate I am inflating the XML layout, There the user have a menu and when he choose "new game" I inflate my main view class like this: setContentView(frogview); > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Kostya Vasilyev
Class.forName is just as easy to identify as getPackageManager.getPackageInfo... IIRC, the script I was referring to earlier could handle reflection... -- K 12 апреля 2012 г. 20:54 пользователь Latimerius написал: > 2012/4/12 Kostya Vasilyev : > > This is one of those things that can be easily

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Latimerius
2012/4/12 Kostya Vasilyev : > This is one of those things that can be easily circumvented by a script. > > getPackageManager and checkSignature are easy to identify, and making the > latter return SIGNATURE_MATCH should be really easy. Do you know by any chance how much protection it would give yo

[android-developers] Recieveing Native CrashDump during Java Development....

2012-04-12 Thread stringa
Hello. I've been seeing this crashdump or similar on android 2.2 and 2.3 devices. I have not been able to repro it on later devices. I have no clue on how to move forward to figure out what is happening here. I tried using ndk-stack to trace it, but I can not find any symbol files with debug in

Re: [android-developers] Have you ever created this app?

2012-04-12 Thread Kristopher Micinski
This is machine learning research, not app development.. On Wed, Apr 11, 2012 at 9:50 PM, Raja Revanth wrote: > I would like to know if any of you have created a App using > accelerometer and orientation sensor to for drunk driving detection. > It checks for the vehicle movement and the turning r

[android-developers] Is there a realistic way to determine whether a device has the "guts" to run a heavy operation?

2012-04-12 Thread Rob H
Hi everyone, Has anyone come up with a feasible way to determine whether the device your app is running on is a low end, or older model phone versus one of the news super computer phones out there or a high end tablet in terms of CPU processing speed? I realize that this line between slow and

[android-developers] Re: Bluetooth Android SPP, send commands in series to device?

2012-04-12 Thread pcarnut
A little progress, not a solution, however if I insert the following code in between the commands I want to send it sorta works like I want it to... android.os.SystemClock.sleep(150); The listener thread is blocked though during while the systemclock is sleeping, so the input from the modem d

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Justin Anderson
Well, like I said, it isn't foolproof... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware 2012/4/12 Kostya Vasilyev > This is one of those things that can be easily circumvented by a script. > > getPackageManager and checkSignature are easy to identify, an

Re: [android-developers] Displaying Image

2012-04-12 Thread TreKing
On Thu, Apr 12, 2012 at 4:02 AM, Ambika Kulkarni wrote: > But the image is taking > the full screen, I want to display a small image and not as a > background image. > How big is the actual image? -

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Kostya Vasilyev
This is one of those things that can be easily circumvented by a script. getPackageManager and checkSignature are easy to identify, and making the latter return SIGNATURE_MATCH should be really easy. Don't know if there is one now, but last year there was a script floating around that did somethi

[android-developers] Re: Automatic silent update for corporative app

2012-04-12 Thread lbendlin
You will still want to find out what happens when you attempt an update while the application is running. On Thursday, April 12, 2012 8:32:49 AM UTC-4, AlexD wrote: > > 1. Get root permissions. And than "adb install -r". > 2. Ask vendor create firmware that will grant additional permissions >

Re: [android-developers] Local Bound Service vs a static Reference

2012-04-12 Thread Kostya Vasilyev
According to the docs, just binding to a local service doesn't raise the process' importance to the out of memory killer: http://developer.android.com/guide/topics/fundamentals/processes-and-threads.html#Processes Just having a service does affect the rank somewhat, but having a foreground servic

Re: [android-developers] Have you ever created this app?

2012-04-12 Thread nexbug
Also, i dont think it will work in the country i hail from. We almost never get to drive straight (unless drunk) :-) -- 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 T

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Latimerius
On Thu, Apr 12, 2012 at 5:55 PM, Justin Anderson wrote: > One thing that I do that does help a little with the protection is check > that the paid app that runs my LVL check is signed with the same signature > as my free app... Still not foolproof, but it is a nice little measure that > helps prev

Re: [android-developers] Re: Google's 1099-K

2012-04-12 Thread nexbug
It is just a report of all gross payment "transactions" they did for you which they report to irs. I dont believe it has much to do with your actual earnings. Your actual earning may be lower. (Not a tax lawyer so take this with a pinch of mud) -- You received this message because you are subsc

Re: [android-developers] Local Bound Service vs a static Reference

2012-04-12 Thread TreKing
On Wed, Apr 11, 2012 at 2:59 AM, Lindsay Mathieson < lindsay.mathie...@gmail.com> wrote: > And kinda wondering whats the point - "public IBinder onBind(Intent arg0)" > is essentially being used to retrun a reference to the service class so its > methods can be called directly by the activity. Why

Re: [android-developers] Call events from an iframed page

2012-04-12 Thread TreKing
On Tue, Apr 10, 2012 at 11:29 AM, Ruben Royo wrote: > Is that something doable? If so, how could I do it? I am new in > Android :) > http://developer.android.com/guide/webapps/index.html - TreKing

[android-developers] duplicate calls to onSurfaceChanged() weirdness (again)

2012-04-12 Thread Latimerius
Hello, googling for the following problem got me a lot of hits where people ask or rant about this but no actual explanation so I figured I'll ask here, perhaps someone has an update on the problem. I'm using stock GLSurfaceView, only subclassed to get onTouchEvent(), the rest of it is standard.

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Justin Anderson
One thing that I do that does help a little with the protection is check that the paid app that runs my LVL check is signed with the same signature as my free app... Still not foolproof, but it is a nice little measure that helps prevent the more simple-minded hackers from cracking the app: Packa

Re: [android-developers] Re: Directly accessing the e-mail app.

2012-04-12 Thread TreKing
In addition to what's been said, there exists the remote possibility that an email app does not even exist on a device, in which case your attempt to "go directly to the 'default' email app" will fail miserably. --

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Iain King
On Thursday, 12 April 2012 16:26:37 UTC+1, latimerius wrote: > > I too consider not protecting the app at all a valid option. However, > ideally I would like to have something to deter the more simple-minded > cracking attacks. Anti-copying protection seems to follow the 80/20 > rule quite ofte

Re: [android-developers] My item in listview cannot be selected

2012-04-12 Thread TreKing
On Wed, Apr 11, 2012 at 7:48 AM, Maxim Belskiy wrote: > My ListView does not want to handle clicks. What could be the problem? Why not extend ListActivity? - TreKing

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Iain King
On Thursday, 12 April 2012 16:26:37 UTC+1, latimerius wrote: > > I too consider not protecting the app at all a valid option. However, > ideally I would like to have something to deter the more simple-minded > cracking attacks. Anti-copying protection seems to follow the 80/20 > rule quite ofte

[android-developers] Re: GridLayout Text Clipping using Support Library

2012-04-12 Thread Scott Olcott
Where are you finding the documentation? The only documentation I have seen is for the GridLayout that comes with ICS. There is no javadocs for any of the classes under android.support.v7. There is no source for them in AOSP or any samples that use them that I can find anywhere. On Tuesday,

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Latimerius
I too consider not protecting the app at all a valid option. However, ideally I would like to have something to deter the more simple-minded cracking attacks. Anti-copying protection seems to follow the 80/20 rule quite often - confusing and annoying the army of script kiddies or attackers who ar

Re: [android-developers] Re: Google's 1099-K

2012-04-12 Thread TreKing
On Thu, Apr 12, 2012 at 10:00 AM, John Coryat wrote: > I believe earnings must be over $6,000 in order to be graced with one of > these tax forms. Well, now I'm jealous. Meanwhile Amazon manages to sends me a form for earnings that were probably less than the cost of printing and mailing the f

Re: [android-developers] android-sdk-linux/tools/lib/proguard.cfg (No such file or directory)

2012-04-12 Thread Tor Norbye
Are you sure you're really using ADT 18? This sounds like what would happen if you had a version of ADT older than 17 running along with new SDK Tools 17 or later. -- Tor On Wed, Apr 11, 2012 at 8:55 AM, zousey wrote: > I have installed freshed ADT 18.0.0 > and SDK Tools, r18 on  Eclipse :Versio

Re: [android-developers] Clarification needed: Broadcast intent and paused activity

2012-04-12 Thread TreKing
On Thu, Apr 12, 2012 at 12:16 AM, Numan Salati wrote: > If a service sends a broadcast intent to an activity but the activity is > in paused/stopped state (i.e not foreground) then what happens to the > broadcast intent? > > is it lost? or does the system deliver it when the activity regains focus

Re: [android-developers] remote site converted to android gallery

2012-04-12 Thread TreKing
On Tue, Apr 10, 2012 at 10:06 PM, droopie wrote: > how i could take the > images from my website to strip out all the websites text and display > the thumbnails only and making them clickable to open the full sized > image? > Write code to do exactly that. Without a more specific, targeted quest

Re: [android-developers] How to auto start capturing of picture using native camera?

2012-04-12 Thread TreKing
On Thu, Apr 12, 2012 at 1:22 AM, perumal316 wrote: > Can this be done? After starting the camera, how do I initiate this? So > that user need not click anything to start the photo taking process. Maybe implement your own Camera instead of relying on the built in one. --

[android-developers] Re: Google's 1099-K

2012-04-12 Thread John Coryat
We got one of those odd and impossible to cross check 1099-K's too. Besides being impossible to verify, it also included December earnings which aren't even paid into our account until January. We ended up including our December earnings with 2011 and just took the tax hit. I believe earning

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Kostya Vasilyev
I'll try to throw in a few more two cent coins :) 1) Hackers and piracy, pt1. Some people on this list have stated that they've chosen to not implement LVL for a paid app, and to spend that time improving the app. There is certainly nothing wrong with that decision. 2) Hackers and piracy, pt2.

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Latimerius
On Thu, Apr 12, 2012 at 4:35 PM, Justin Anderson wrote: >> In theory yes, but although I'm most definitely not too much of a >> cracker, I'm confident I could disable a security check that's alone >> in its executable in a matter of minutes. :-( > > An experienced hacker could pretty much do that

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Justin Anderson
> > In theory yes, but although I'm most definitely not too much of a > cracker, I'm confident I could disable a security check that's alone > in its executable in a matter of minutes. :-( > An experienced hacker could pretty much do that no matter what you do... Thanks, Justin Anderson MagouyaWar

Re: [android-developers] Re: XML layout and Views

2012-04-12 Thread Justin Anderson
What does your onCreate() method look like? You are inflating your MainView manually? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Apr 12, 2012 at 8:15 AM, yyyogev wrote: > > I know that. but there's got to be another way to do that and that i

[android-developers] Re: Mediaplayer Close and Reopen Http connection

2012-04-12 Thread Maypeur
To complete my post : After a wireshark analisys i can see that the mediaplayer first open a connection with these headers : GET /m=19746 HTTP/1.1 Host: *** User-Agent: stagefright/1.2 (Linux;Android 4.0.3) Accept-Encoding: gzip,deflate X-Forwarded-For: X-Forwarded-Host: X-Forwarded-Se

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Iain King
On Thursday, 12 April 2012 15:27:29 UTC+1, latimerius wrote: > > On Thu, Apr 12, 2012 at 2:34 AM, b0b wrote: > > > >> Would it also be possible to initiate the LVL check from the free app? > > > > > > Not possible. You cannot add the request LVL permission to a free app. > > Hmm, that's kind of

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Latimerius
On Thu, Apr 12, 2012 at 2:34 AM, b0b wrote: > >> Would it also be possible to initiate the LVL check from the free app? > > > Not possible. You cannot add the request LVL permission to a free app. Hmm, that's kind of silly. Obviously, it makes no sense to LVL-check a package that's free in the f

[android-developers] Re: XML layout and Views

2012-04-12 Thread yyyogev
I know that. but there's got to be another way to do that and that is what I am looking for.. is there a way to set the components in my MainView class and I will choose to present only the MainView? I know that i can add a commandButton for example by code but I don't know how to present it. A

Re: [android-developers] What Kind of statistics do I get for my apps in play store?

2012-04-12 Thread TreKing
On Tue, Apr 10, 2012 at 8:44 AM, tobias -AppPlusMobile < tobias.diestelk...@googlemail.com> wrote: > Is there a web page about that out there in internet? Did you look for one? Like this: http://lmgtfy.com/?q=android+developer+app+statistics

Re: [android-developers] Google's 1099-K

2012-04-12 Thread TreKing
On Thu, Apr 12, 2012 at 9:00 AM, Justin Anderson wrote: > I've never received a 1099-K from Google and I've been selling apps for > two years... I just keep track of what gets put in my bank account and > report that on my taxes. Ditto. Does one have to do something to get Googs to send a shiny

Re: [android-developers] How to use the default radio button and check box drawable resource (image)

2012-04-12 Thread Justin Anderson
Use android.R.drawable.btn_radio Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Apr 11, 2012 at 11:37 PM, Put_tiMe wrote: > In my layout, for some of the UI controls, I want to use the OS radio > button resource. > For example, I want an ImageVie

Re: [android-developers] Google's 1099-K

2012-04-12 Thread Justin Anderson
I've never received a 1099-K from Google and I've been selling apps for two years... I just keep track of what gets put in my bank account and report that on my taxes. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Apr 12, 2012 at 1:25 AM, Zsolt Va

Re: [android-developers] Re: Directly accessing the e-mail app.

2012-04-12 Thread Justin Anderson
> > Is there any way I can do it, without going through the chooser? >> That goes directly against the core of Android. You get a chooser if the user has not specified an email app to use as the default. If they have chosen an email app to use as the default then they will not get a chooser, ju

Re: [android-developers] How to superpose 2 ScrollableViews

2012-04-12 Thread Justin Anderson
One thing I did to get a similar (though not identical) effect is to put the navbar and the main view in a frame layout. The navbar pops out from the left side and shows up on top of the main view. After making a selection it hides itself again. This doesn't do EXACTLY what you are looking for b

Re: [android-developers] Getting a captcha-image without redownloading.

2012-04-12 Thread Justin Anderson
> > or maybe even find a way to OCR it > Good luck with that one... Captcha's are designed to not be readable by OCR. That would defeat the purpose. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Apr 11, 2012 at 8:02 PM, efi wrote: > or maybe ev

Re: [android-developers] Custom clickable component

2012-04-12 Thread Justin Anderson
> > Is that possible with standard mechnism? > What do you mean by "standard mechanism"? Maybe i have to get the click coordinates and the coordinates of the > snake body itself and check whether the click coordinate is inside? > That is likely what you will have to do If so, is there a known way

Re: [android-developers] tabbed layout and gravity

2012-04-12 Thread Justin Anderson
> > i used this tutorial to make mai tabbed application. > What tutorial? the main.xml is similar to the one on the site > What site? but the tab uses top gravity, can anyone give me a hint of what i'm > doing wrong? > For starters, you can give us all the needed info to answer your question...

[android-developers] Re: Traffic, MapView and Europe

2012-04-12 Thread Jakub Klos
I have the same problem and tried posted the question in several different forums. Got no response. Somebody told me it is because of licensing issues with these countries. It sounds like nonsense to me because Google Maps on the web work fine and also the Google Maps app on Android works fine.

Re: [android-developers] hide recent app list / restart own app when others start ? kids lock

2012-04-12 Thread Justin Anderson
> > My problem: how to stop them from launching other apps from > the long-press Home button (or popup list in android 3.x, 4.x). > There is no public API for this I know quite a few apps out there "blink" for a second when pressing on a > different app on the recent list so I know it is possible

Re: [android-developers] Have you ever created this app?

2012-04-12 Thread James Black
It would gives lots of false positives. For example, I am dodging a shredded semi truck or roadkill or potholes. Unless it can see the road and discount those. On Apr 12, 2012 4:35 AM, "Raja Revanth" wrote: > I would like to know if any of you have created a App using > accelerometer and orient

Re: [android-developers] android-sdk-linux/tools/lib/proguard.cfg (No such file or directory)

2012-04-12 Thread Justin Anderson
http://lmgtfy.com/?q=android+missing+proguard.cfg Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Apr 11, 2012 at 9:55 AM, zousey wrote: > I have installed freshed ADT 18.0.0 > and SDK Tools, r18 on Eclipse :Version: Indigo Service Release 2 > Bu

Re: [android-developers] XML layout and Views

2012-04-12 Thread Justin Anderson
> > When I edit the graphic layout, the editor automaticly add > setcontentview(r.layout.main). > Ok... and I know that if I want to displays Views that I created I should use > setcontentview(MainView). > Ok... How do I display both? > You don't... You choose one or the other. They are overload

Re: [android-developers] Re: add a scan barcode button to my webpage

2012-04-12 Thread James Black
You will probably need to just upload the info to your server. On Apr 12, 2012 4:30 AM, "akanit supatawaraporn" wrote: > I want to do like you. If so, please tell me. > > On Wednesday, February 17, 2010 8:59:02 PM UTC+7, JB wrote: >> >> Does anyone know how to add a scan barcode button to a webpa

Re: [android-developers] 'Google Play' was telling him that My Android application is not compatible with his phone, HTC Desire

2012-04-12 Thread Justin Anderson
https://support.google.com/googleplay/android-developer/?hl=en Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Apr 11, 2012 at 5:33 AM, Wayne Smith wrote: > I had publish one android application in Google Play and that > application has successful

Re: [android-developers] Problem with RemoteViews

2012-04-12 Thread TreKing
On Thu, Apr 12, 2012 at 2:56 AM, Giuseppe wrote: > Hi TreKing, > I need two different setting: > > 1) stop just the timer > 2) continue from stop time > That doesn't really answer my question or give any more info, but OK. -

[android-developers] android-sdk-linux/tools/lib/proguard.cfg (No such file or directory)

2012-04-12 Thread zousey
I have installed freshed ADT 18.0.0 and SDK Tools, r18 on Eclipse :Version: Indigo Service Release 2 Build id: 20120216-1857 on ubuntu 11.10 64bits. but when I try to create App Engine Connected Android project I get the following error /home/test/DEVS2/android-sdk-linux/tools/lib/proguard.cfg (No

  1   2   >