[android-developers] Working with Android RAM ?

2012-10-28 Thread chain_chelliah
My application based on time and attendance. There i required to save templates into database. To Matching the templates with database is take more time than LINUX OS. So, i planned to store those templates into RAM and have to done the matching process at RAM itself. I need a help how to mov

[android-developers] auto install widget

2012-10-28 Thread Ratheesh Valamchuzhy
Dear all, is there any way to auto install the widget when the app get installed? i got an answer from stack overflow please confirm this answer is right or not. http://stackoverflow.com/questions/5101989/create-widget-on-application-installation -- -- ωιтн яєgαя∂ѕ Ratheesh * *... --

[android-developers] Swipe+tab

2012-10-28 Thread Sadhna Upadhyay
How to do Swipe+tab for android 2.2 version ,any one have any idea pls share with me -- 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, se

[android-developers] CONFIG_NEON

2012-10-28 Thread Mike
Hi Everyone, Please help me understand how to properly disable CONFIG_NEON in android (kernel and framework) Thanks -- 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

[android-developers] Re: Is it legal to implement APK's silent installation for commercial use?

2012-10-28 Thread alex kyo
Thanks Nitin Sethi As I know they have not got any agreement with any OEM makers. On Saturday, October 27, 2012 7:31:32 PM UTC+9, Nitin Sethi wrote: > > It certainly possible if your rivals has got into some kind of agreement > with the OEM(s) to sign their app with the system key. > > On Thursda

Re: [android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-28 Thread alex kyo
Thanks Kevin I've used App Brain but it seems nothing to do with "simulate a user clicking INSTALL" Is there an other way to simulate the click? I am using webview in my app. On Saturday, October 27, 2012 11:41:54 AM UTC+9, Kevin TeslaCoil Apps wrote: > > I would guess that they simulate a use

Re: [android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-28 Thread alex kyo
That's sounds like a good idea, Tim But I've retrieved the install URL with tokens, but it didn't work, is that right? On Sunday, October 28, 2012 6:28:24 AM UTC+9, strazzere wrote: > > Correct, you basically just need to request the proper auth tokens, then > simulate the protocol being used

[android-developers] status of OnComputeInternalInsetsListener and friends

2012-10-28 Thread John A
this api appears to have been documented and frozen a long time ago, yet is still hidden. are there any plans for this api? -- 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@googlegroup

[android-developers] AR application Texture problem

2012-10-28 Thread apaladin
Hi every one. i have a one big problem for may AR application. here is my application Layout stack LineaLayout Device Opengl View - GLSurfaceView LineaLayout Device Camera View - Surfaceview LineaLayout Device UI View - view = not used i loaded Two object in my oGLview and PNG Texture Object1

[android-developers] Re: can adb server connect to adbd on the same device?

2012-10-28 Thread mylz
anyone? can anyone knows how to communicate with technology support? -- 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 andr

[android-developers] Nexus 7 USB Host - Not able to enumerate device

2012-10-28 Thread Kiran
Hi All, I recently bought a Nexus 7 for USB development. I would like to use the USB Host functionality provided by the new Android OS. I was following the USB Host Tutorial at the link: http://developer.android.com/guide/topics/connectivity/usb/host.html. My program is very simple, and here

Re: [android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-28 Thread Kostya Vasilyev
2012/10/28 Lew : > Zsolt Vasvari wrote: >> for, even though, when it comes to the Android Market, and generally >> running a business, a little bit of common sense would go further than the >> knowing the complexity of algorithm X. > > > Yeah, you know so much better than their board does how to ru

Re: [android-developers] has the new facebook api (3.0) has some minimum version requirement?

2012-10-28 Thread Harri Smått
Hi, Ah ok, take a look on this SO post; http://stackoverflow.com/questions/12382558/app-is-misconfigured-for-facebook-login-android-facebook-integration-issue I got Scrumptious to work after I created an app with proper credentials on Facebook App Dashboard. -- H On Oct 28, 2012, at 10:04 PM,

[android-developers] Starting ADB server failed (code -1)

2012-10-28 Thread solnichko
Hi, I have been trying to update SDK via SDK Manager. And once it was finished the Log had following message: "... ... Updated ADB to support the USB devices declared in the SDK add-ons. Stopping ADB server succeeded. *Starting ADB server failed (code -1)*. Done. 3 packages installed. Done loadin

Re: [android-developers] has the new facebook api (3.0) has some minimum version requirement?

2012-10-28 Thread Pedro Cortez
i've tried "Scrumptious", I create an app at developers.facebook, put my key, config everything. I put at my samsung galaxy tab 7. Put it doesnt work On Sun, Oct 28, 2012 at 5:54 PM, Harri Smått wrote: > Hi, > > Which examples are you trying to run? The ones coming with Facebook SDK > 3.0 beta

Re: [android-developers] has the new facebook api (3.0) has some minimum version requirement?

2012-10-28 Thread Harri Smått
Hi, Which examples are you trying to run? The ones coming with Facebook SDK 3.0 beta .zip seem to work ok. And yes, new SDK is built against API level 8 (compared to 3 which it used to be). -- H On Oct 28, 2012, at 9:33 PM, Pedro Cortez wrote: > i'm trying to implement the new facebook api

Re: [android-developers] has the new facebook api (3.0) has some minimum version requirement?

2012-10-28 Thread TreKing
On Sun, Oct 28, 2012 at 2:33 PM, Pedro Cortez < pedro.fellipe.cor...@gmail.com> wrote: > i'm trying to implement the new facebook api Ask a group or forum dedicated to the Facebook API. This is not specific to Android.

[android-developers] has the new facebook api (3.0) has some minimum version requirement?

2012-10-28 Thread Pedro Cortez
Hi, i'm trying to implement the new facebook api but i can't be sucessfull. Everything i get the error "projeto is misconfigured for facebook login", neither the examples goes right. Anyone can help me? Sorry for my poor english. -- Pedro Cortez -- You received this message because you are sub

Re: [android-developers] Mysql & Android

2012-10-28 Thread Lew
BlackFox wrote: > Please can anybody help me with some example about connect MySql [sic] > with Android? A common means is to interact with a host-based service that mediates the database interactions. http://lmgtfy.com/?q=connect+MySQL+with+Android GIYF. -- Lew -- You received this mess

Re: [android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-28 Thread Lew
Zsolt Vasvari wrote: > Google hires the best of the >> best of the best, but they're only human too. >> > > I couldn't disagree more. I consider myself the best of the best when it > comes to efficiency, common sense and business acumen, but they didn't hire > me even after a long interview p

Re: [android-developers] Re: android SQLite

2012-10-28 Thread Subodh Nijsure
On Fri, Oct 26, 2012 at 2:23 AM, Tim wrote: > Dear Nageswararao, > > Could I suggest you have a look at the MobiForms Advanced Edition mobile > development suite for Android? > Can we keep the marketing stuff off the mailing list? You can always reply directly to person who requested information

Re: [android-developers] Re: LVL suddently stopped working - returns only timeouts

2012-10-28 Thread Vinothkumar Apparao
Its ture, Google has to think abt this On Sunday, October 28, 2012, Silvio Marano wrote: > Google takes the 30% of every sold app and has a billionaire business, and cannot support its developers!? There are no excuses. If the staff members aren't enough to support the developers even in critical

Re: [android-developers] Re: LVL suddently stopped working - returns only timeouts

2012-10-28 Thread Silvio Marano
Google takes the 30% of every sold app and has a billionaire business, and cannot support its developers!? There are no excuses. If the staff members aren't enough to support the developers even in critical issue they must hire more engineers. Il giorno domenica 28 ottobre 2012 07:56:56 UTC+1

[android-developers] Receive Bluetooth file from a no socket client

2012-10-28 Thread Giuseppe
Till 4.0.3 I was able to receive any bluetooth file using the getContentResolver().query(BluetoothShare.CONTENT_URI, null, null, null, BluetoothShare._ID); Starting 4.1.1 this is not possible, I found only documentation that use socket and specific UUID. I need to receive any file from any dev

Re: [android-developers] openGL not removing all lines/points

2012-10-28 Thread Harri Smått
Hi, I think you're rendering too many elements in your onDrawFrame -method. buffer.position(0); gl.glVertexPointer(2, GL10.GL_FLOAT, 0, buffer); gl.glDrawArrays(GL10.GL_POINTS, 0, counter); Here counter seems to be number of values within buffer while you should render only number o

[android-developers] How to write on EditText without using Keyboard support by programmatically like we scribbled in onTouch screen in android?

2012-10-28 Thread Meena Rengarajan
Could anyone help / suggest me please ? -- 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...@go

[android-developers] Re: LVL suddently stopped working - returns only timeouts

2012-10-28 Thread Pent
> You have to realize they have hundreds of thousands apps in Google Play, > with probably many tens of thousands developers.   It's impossible to > support everyone effectively. Don't make excuses for them. I have around 300k users and my app is pretty complicated, but I can still support them ef

Re: [android-developers] Re: LVL suddently stopped working - returns only timeouts

2012-10-28 Thread Zsolt Vasvari
Since you are here, maybe you can answer this: What's with the fact that only "Top Developers" can reply to comments? What's the definition of a "Top Developer" and how does one become one? My app is in the top 10 in its category, so I would definitely consider myself a "Top Developer", if I