Re: [android-developers] Any one knows how to setup Eclipse with the newest Andoid SDK on Ubuntu/Linux

2015-10-29 Thread Fabien R
On 27/10/2015 08:28, Schwartz wrote: > I have noticed that the platform-tool folder is gone from the linux sdk > distribution so may it could be hard to get to work with Eclipse, so does > anybody know how to do this or have a link where the setup is shown with > the newest SDK

Re: [android-developers]

2013-05-11 Thread Fabien R
On 11/05/2013 06:07, Jayavelu Viswanathan wrote: file manager app install and tell your comments https://play.google.com/store/apps/details?id=com.manager.folder.jayfeature=more_from_developer#?t=W251bGwsMSwxLDEwMiwiY29tLm1hbmFnZXIuZm9sZGVyLmpheSJd Is there a moderator on this list ? - Fabien

Re: [android-developers] Re: NDA

2013-05-09 Thread Fabien R
On 09/05/2013 08:06, Sapna Saxena wrote: Pls ignore this email. Thanks, Sapna I hope you didn't loose your customer... - Fabien -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] how to create a 9Patch image of the attached, with the help of draw9patch.bat tool?

2013-05-06 Thread Fabien R
On 26/04/2013 23:18, sayan mukherjee wrote: https://lh5.googleusercontent.com/-mdjhsO6RPVE/UXrvAz3XPtI/Dew/gDZYIGp-OIM/s1600/btn_cancel.png Hi, Any help welcomes... What did you try ? What's the problem ? - Fabien -- -- You received this message because you are subscribed to the

Re: [android-developers] Hi use this free apps https://play.google.com/store/apps/details?id=com.manager.folder.jayfeature=search_result#?t=W251bGwsMSwxLDEsImNvbS5tYW5hZ2VyLmZvbGRlci5qYXkiXQ..

2013-04-15 Thread Fabien R
On 05/04/2013 14:56, Jayavelu Viswanathan wrote: Hi use this free apps https://play.google.com/store/apps/details?id=com.manager.folder.jayfeature=search_result#?t=W251bGwsMSwxLDEsImNvbS5tYW5hZ2VyLmZvbGRlci5qYXkiXQ .. Stop spamming... - Fabien -- -- You received this message because you

Re: [android-developers] free trial for a one time purchase with in app v3

2013-04-05 Thread Fabien R
On 04/04/2013 16:55, John Coryat wrote: You could use unmanaged items and a server to handle subscriptions. We use that method. We have a five day free trial that works outside of in-app billing. It's clean, efficient and also can be customized to offer longer, shorter or additional free

Re: [android-developers] free trial for a one time purchase with in app v3

2013-04-04 Thread Fabien R
On 03/04/2013 20:00, Michael Banzon wrote: You could make a free version and a paid version - two separate apps. Either they could be two different or one could unlock the full potential of the other. I would rather let the user use the full featured app. Thanks anyway, Fabien -- -- You

[android-developers] free trial for a one time purchase with in app v3

2013-04-03 Thread Fabien R
Hello, I would like to propose a free trial period for an app. I saw in the dev console that it was only possible for subscriptions. Unfortunately, there is no one time only option for subscription. Thus, if the user buys the app, (s)he would be charged every month or year. What alternatives do I

Re: [android-developers] Basic GL Surface View example

2013-01-11 Thread Fabien R
On 10/01/2013 22:32, bob wrote: Why does the Basic GL Surface View example make a call like this? GLES20.glTexParameterf(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_NEAREST); Doesn't the f in glTexParameterf imply that the last parameter is a float? But, it is an int:

Re: [android-developers] Using GLSurfaceView in Fragment

2013-01-09 Thread Fabien R
On 07/01/2013 20:18, Zoltan Hubai wrote: Hi I need some help with the following problem. I took the hello-gl2 example from the android-ndk and rewrote a bit to suite my needs. The GL2JNIView class is the same except the init function where I added

Re: [android-developers] Using GLSurfaceView in Fragment

2013-01-09 Thread Fabien R
On 09/01/2013 11:06, Zoltan Hubai wrote: onSurfaceCreated is empty As a good practise, you should move your OpenGL object creation here. Perhaps the rendering process starts but some objects are not available. - Fabien -- You received this message because you are subscribed to the Google

Re: [android-developers] how to play a video on an OpenGL texture

2012-12-04 Thread Fabien R
On 03/12/2012 17:50, bob wrote: I actually tried calling it in onDrawFrame, and that yields a slightly different error: 12-03 10:47:23.282: E/SurfaceTexture(2753): [unnamed-2753-0] updateTexImage: error binding external texture image 0x9046042f (slot 5): 0x502 How did you bind

Re: [android-developers] how to play a video on an OpenGL texture

2012-12-03 Thread Fabien R
On 30/11/2012 21:13, bob wrote: I've been baffling my brain with this some more. I suspect the solution to the problem lies in this text. /** * Update the texture image to the most recent frame from the image stream. This may only be * called while the OpenGL ES context

Re: [android-developers] Re: Creating OpenGL shaders from an alternate class

2012-11-06 Thread Fabien R
On 04/11/2012 19:19, Braindrool wrote: Still no success with glGetShaderInfoLog. Even with the work-around you sent. You may have a look at the hellogl2 example in the NDK sample directory. You should easily translate the procedure to load shaders in the C file to java. - Fabien -- You

Re: [android-developers] Transferring VBO's through constructors?

2012-10-22 Thread Fabien R
On 21/10/2012 19:19, Braindrool wrote: I'm one of those people that think it's best to do something right the first time, as well as take advantage of Java's class system. Have a look on the VBO section of this site http://www.learnopengles.com - Fabien -- You received this message

Re: [android-developers] Any pointers?

2012-10-04 Thread Fabien R
On 03/10/2012 03:56, Brian wrote: Hi guys and gals! I would appreciate any pointers as to what I'm doing wrong. I'm learning Android development and am a newbie. I'm doing the online tutorials in the developers section and have hit a snag. I have two files :*activity_main.xml *and

Re: [android-developers] When I want to build libhello-jni native library with ndk-build, there is an error

2012-09-26 Thread Fabien R
On 24/09/2012 10:52, Xiaobo Huang wrote: When I want to build libhello-jni native library with ndk-build, there is an error: root@ThinkPad-Edge-E430:~/android-ndk-r8b/samples/hello-jni# ndk-build Gdbserver : [arm-linux-androideabi-4.6] libs/armeabi/gdbserver Gdbsetup :

Re: [android-developers] spinning tablet

2012-09-26 Thread Fabien R
On 25/09/2012 17:49, bob wrote: Let's say you have a tablet lying flat on a table. Then you spin it around. What type of sensor could detect that it is spinning? You may use direction and acceleration values. - Fabien -- You received this message because you are subscribed to the

Re: [android-developers] Transfering VBO's between a loader and renderer.

2012-09-13 Thread Fabien R
On 12/09/2012 23:13, Braindrool wrote: Thanks, just what I was looking for. But a new question arises. I saw in some snippets that people do: int[] temp = new int[2]; gl.glGenBuffers(2, temp, 0); Does it really work to transfer a VBO through an integer? You would

Re: [android-developers] Transfering VBO's between a loader and renderer.

2012-09-12 Thread Fabien R
On 11/09/2012 01:58, Braindrool wrote: To summarize that, it loads in all models and adds them to an array successfully. Problem is not there. How would I go about actually creating the VBO's and implementing them into an OpenGL ES 1 renderer? You may feed the VBOs in the renderer's

Re: [android-developers] TWO APPS WITH SAME NAME

2012-08-28 Thread Fabien R
On 27/08/2012 20:14, vivek singh wrote: I forget to mention that i contacted twice BEFORE the release of my app mentioning the name issue You should have waited for their answer BEFORE releasing your app. - Fabien -- You received this message because you are subscribed to the Google

Re: [android-developers] NullPointerException ... arrrggghhh ... newbie LOST!

2012-08-27 Thread Fabien R
On 25/08/2012 21:45, KinnMirr wrote: When I run below activity, I get an exception. I've wrapped the exception in an AlertDialog. Here's what the dialog shows. * null null null java.lang.NullPointerException * Where do I even START looking for a problem? You may

Re: [android-developers] Re: Static vs Dynamic vertex buffers?

2012-08-24 Thread Fabien R
On 23/08/2012 23:32, Braindrool wrote: Just a side note that the .obj decoder obviously isn't complete. Just waiting for an answer first. Thought I'd point out the obvious. You may have a look at min3d to see how the OBJ decoding is performed. - Fabien -- You received this

Re: [android-developers] new membe

2012-08-24 Thread Fabien R
On 22/08/2012 07:27, Mehdi Mustafayev wrote: Hi ! Could you tell me, how long new members topic verified by moderator? Thanks, With best reagards. Maybe, you can try to post your question. - Fabien -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] android-support-v13.jar not present in my application

2012-08-23 Thread Fabien R
On 23/08/2012 09:17, Vijay Krishnan wrote: Hi all, I am using eclipse for developing android application.When i create my application,android-support-v13.jar is not bundled in my application.Help on this. You have to install the android-support package. Google a bit... -- You

Re: [android-developers] My developer account has been canceled., Anybody knows the reason???

2012-08-18 Thread Fabien R
On 18/08/2012 07:33, julious raj wrote: Hi the_edge123, Thanks for your reply., Currently i am not getting any mails from google., some of my friends also faced this kind of issue., Now i have only two ways 1. try to register a new account If you read carefully the message sent by

Re: [android-developers] My developer account has been canceled., Anybody knows the reason???

2012-08-14 Thread Fabien R
On 10/08/2012 11:58, julious raj wrote: Your Google Play Publisher account has been suspended due to prior violations of our terms of service by an associated account. It seems that your account is linked to another account that was suspended. - Fabien -- You received this message because

Re: [android-developers] How to connect to MySQL db

2012-08-10 Thread Fabien R
On 03/08/2012 17:05, Andrey Shloma wrote: Now i user mysql-connector-java-5.1.21-bin.jar library And try next code: This is not the way to connect to database on android. You have to send http requests to a web service. - Fabien -- You received this message because you are subscribed to

Re: [android-developers] My developer account has been canceled., Anybody knows the reason???

2012-08-10 Thread Fabien R
On 10/08/2012 11:58, julious raj wrote: Hi Developers, I am an Android application developer and i have created a developer account before several months., i have planned and developed an application to publish in my account., But Google team blocked my account before a week., and I

Re: [android-developers] Debugging a complex native application (shared libs)

2012-07-30 Thread Fabien R
On 29/07/2012 21:25, Cyril CHAMPIER wrote: I really don't know what do to, does anybody already tried this kind of things ? Thanks Maybe this: http://lmgtfy.com/?q=android+how+to+debug+jni -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] ANDROID THREADS NOT WORKING

2012-07-30 Thread Fabien R
On 29/07/2012 06:55, Rasika Perera Govinnage wrote: Hi I am writing application to get all information from a url. Parser is working well. but it takes some time about 2 sec to decode all.Till it decode and enter into listView Page/View is not shown. What i want is show the page loading

Re: [android-developers] Debugging a complex native application (shared libs)

2012-07-30 Thread Fabien R
On 30/07/2012 11:05, Cyril CHAMPIER wrote: Thank you for your great help. I indeed forgot to mention that I already read most of the tutorials on the net, and none of them speak about a complex project with 1 java project using 1 jni project using 5 external pure c++ libs. Did you

Re: [android-developers] Beginner can't execute program on VM

2012-07-28 Thread Fabien R
On 24/07/2012 09:56, Fabrizio Bartolomucci wrote: Hullo, I am a beginner in Android development coming from the iOS. I trying setting the Andorid SDK and Eclipse by opening a new project and executing it. On the SDK part everythings seems ok but the Virtual machine seems to take no notice.

Re: [android-developers] Android C2DM messages are lost?

2012-07-26 Thread Fabien R
On 20/07/2012 14:53, Jafar wrote: Hello, I'm sending notifications with android C2DM. I'm using C2dmSharp. I'm trying to send 200 different notifications to my phone. Server-side I get an OK response with an id=[ID of sent message] for each message (like documented here

Re: [android-developers] New Android Project not showing

2012-07-26 Thread Fabien R
On 19/07/2012 15:34, Jim Graham wrote: When I upgraded from an old broken down laptop to my Mac Mini, and got a newer version of Eclipse After such an update, it's recommended to start eclipse with eclipse -clean. - Fabien -- You received this message because you are subscribed to the

Re: [android-developers] Broadcast receiver not working in ICS

2012-07-13 Thread Fabien R
On 12/07/2012 11:02, Live Happy wrote: i have a service with separate processes in my application run from Broadcast receive after boot completed i tested the code in android 2.3.3 and all is work fine but when i tested on ICS 4.0.3 even the processes exist in the applications runing but

Re: [android-developers] Bluetooth sniffing

2012-07-11 Thread Fabien R
On 10/07/2012 17:38, bob wrote: I'm seeing some Bluetooth weirdness with Android. Anyone know if there is a practical way to sniff Bluetooth packets? Or are there any other good tools for debugging Android Bluetooth? You may try to use the HCI commands (hcidump and so on) under

Re: [android-developers] Re: Android Text To Speech

2012-07-05 Thread Fabien R
On 04/07/2012 10:20, Deepa M wrote: Sir,how to 1. generate the wav file and use the MediaPlayer Did you read these pages ? http://developer.android.com/reference/android/speech/tts/TextToSpeech.html http://developer.android.com/reference/android/media/MediaPlayer.html -- You received this

Re: [android-developers] Android Text To Speech

2012-06-28 Thread Fabien R
On 28/06/12 13:52, Deepa M wrote: Dear All, How to pause and playback the text in android code!!! I think you have to generate the wav file and use the MediaPlayer to achieve this. - Fabien -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Help, eclipse does'nt show any errors, but app does'nt work on phone.

2012-06-21 Thread Fabien R
On 07/06/12 21:21, Lars wrote: Hello I am new at this site and new at developing. Don't be in hurry. Spend time on tutorials on android (there are lots of good ones) and read the doc on android dev site http://developer.android.com/resources/index.html Good luck :-) Fabien -- You received

Re: [android-developers] Android post method

2012-06-12 Thread Fabien R
On 10/06/12 21:24, electrocoder wrote: Hi. I want send data in html form. I use http://anujarosha.wordpress.com/2012/01/27/handling-http-post-method-in-android/; but not working. In that case, you should receive errors from the server... -- You received this message because you are

Re: [android-developers] Find path between 2 pairs of lat and long

2012-06-06 Thread Fabien R
On 04/06/12 13:45, Mini agrawal wrote: HI, I have a 2 sets of latitude and longitude pairs. I want to find path between these 2 pairs of lat and long and then show it on Google map. How can I find the path for android? Thanks in advance ! This is an algorithm problem. It looks like

Re: [android-developers] Newbie seeking design suggestions

2012-06-04 Thread Fabien R
On 04/06/12 01:24, Mike Dodd wrote: 3. Use network sockets. I have written a socket server in C that runs on Linux, for a different application, and a socket client in C#.Net. Could sockets be used on an Android? Why don't you want to use java socket ?

Re: [android-developers] Questions on Digital Signing and Verification

2012-05-31 Thread Fabien R
On 31/05/12 03:00, Qin Ding wrote: Now we have IOS customers. When the publicKey and signature are generated on IOS device, I tried to send the IOS publicKey and signature as byte[] in a hope that I can reconstruct the publicKey from byte[] at the J2EE server. It failed to rebuild the

Re: [android-developers] Eclipse errors coming out from no where???

2012-05-22 Thread Fabien R
On 21/05/12 17:03, Dan Uff wrote: Hi all, I am developing an Android app and everything was working fine yesterday. Now, when I go back into the app, and try to run it, I get the following errors: setContentView(R.layout.contactlanta); [R cannot be resolved or is not a variable]

Re: [android-developers] Help with removing item from listview using long click listener

2012-05-22 Thread Fabien R
On 21/05/12 22:51, Justin Anderson wrote: Pretty straightforward stuff if you read the docs... And he already posted the same question few minutes before... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Deleting from item from listview using OnItemLongClickListener

2012-05-21 Thread Fabien R
On 18/05/12 13:47, Tadas Martinkus wrote: Hello, In code I have listview which is saving in ArraylistDay. Everything with item adding work, but i want to delete it using long click listener. I use some tutorials but it doesn't work - when i run program it get froce close. i use this source

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Fabien R
On 16/05/12 09:28, Kostya Vasilyev wrote: http://www.openintents.org/en/intentstable Very interesting... -- 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

Re: [android-developers] Need help for thread cancelable queue pattern.

2012-05-14 Thread Fabien R
On 11/05/12 13:10, Tolriq wrote: And a little supplemental question that is linked to this, the sync process can be for example a function that call 3 functions that each takes a lot's of time, in each functions I can check for thread.interrupted to stop it, but from documentation it clears

Re: [android-developers] Map API : getMaxZoomLevel and satellite mode

2012-05-14 Thread Fabien R
On 14/05/12 08:35, Simon Giddings wrote: However, when going to satellite mode, the maximum zoom level is returning a value too high. I can say this because when I zoom in to the maximum zoom level, the emulator displays a black background with the roads overlayed onto it. If I zoom out

Re: [android-developers] How to know the request is from Android 4.0 phone or Android 4.0 Tablet?

2012-05-14 Thread Fabien R
On 10/05/12 06:25, Kevin Chang wrote: I woudl like to develop a Web Application. It has different UI design for Phone and Tablet because they have different screen size. I always Take user agent of browser to know what device access my application. Then I can know to give appropriate size

Re: [android-developers] Map API : getMaxZoomLevel and satellite mode

2012-05-14 Thread Fabien R
On 14/05/12 10:19, Simon Giddings wrote: I have already done this to confirm my suspicion. Subsequent calls to getMaxZoomLevel will return 22 as opposed to 21, the maximum zoom level. Can't you force the value to 21 if it's 22 ? -- You received this message because you are subscribed to

Re: [android-developers] Re: connection to bluetooth earpiece

2011-09-07 Thread Fabien R
On 09/07/2011 06:37 AM, aditya prakash wrote: I am having the same problem... I cant access BT A2DP. How to use it for android 2.2. I found a workaround for my needs. I use AudioManager + AudioRecord + AudioTrack. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: connection to bluetooth earpiece

2011-08-30 Thread Fabien R
On 08/30/2011 05:36 PM, the_edge123 wrote: Hello, I want to connect my app to a BT earpiece so that the sound coming from the mike is heard on the phone and the sound played by the app is heard in the BT earpiece. My approach is to open a bluetooth server socket. Once the connection is