[android-developers] Type Racer creates the experience of a real typewriter.

2016-09-22 Thread Suhas Sonawane
Play the new exciting multiplayer racing game. Compete with your friends and the world. Type Racer creates the experience of a real typewriter. Features - Compete with real world players on Online Multiplayer - Compete with your friends - Sharp your typing skill in practice mode - Play with AI

[android-developers] Accessing certificate installed on device trust store

2012-07-26 Thread Suhas N
connection as the certificate is already available on the device trust store. If not is there a way to at least programatically access the certificate which i can use to make the connection. Any help in this regard will be much appreciated. Regards, Suhas -- You received this message because

[android-developers] Tabs

2011-05-17 Thread suhas
how to delete tabs in android i can add the tabs dynamically but cannot remove them dynamicallly -- 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

[android-developers] ScSI

2011-04-25 Thread suhas
Can we send ScSI commands from Application in Android 3.0 (honey comb) to external hard drives(for eg SD Card ) -- 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

[android-developers] How to receive message in a chat application

2010-06-21 Thread Suhas Mannar
HI I am new to Android. I am trying to implement a chat application in android 2.1. Till now i am able to retrieve buddy list and send message to a person on the buddy list. I am facing a problem in receiving messages from that person. So please help me -- You received this

[android-developers] Change Android graphic display to directfb

2010-06-02 Thread suhas
Hi, I have to run the android on a directfb using device. Now I need to change the android graphic backend from framebuffer to directfb. Could anyone kindly explain the steps I need to go through to get this done. Thanks in Advance. Suhas -- You received this message because you

[android-developers] Add buttons into the tab

2010-06-01 Thread Suhas Mannar
Hi, I have created an application that creates tabs dynamically when i click on a button. I wish to add 2 buttons in each of the tabs (some what similar to tabs in the browsers). Can you please suggest me to create them. Thanking you, suhas -- You received this message because you

[android-developers] one-to-one chat

2010-06-01 Thread Suhas Mannar
Hi I am creating a one to one chat connnection using smack 3.0.4. I am not able to receive the message when the relpy is sent. Can you please help me? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] receive message from server

2010-06-01 Thread Suhas Mannar
with the code to receive message from the server. Eagerly waiting for the relpy, Thank you, suhas -- 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

[android-developers] Retrieve buddy list from the server

2010-06-01 Thread Suhas Mannar
Hi, I am new to android. I am creating an application to receive the buddy list of my gmail account. Till now i am able to connect to the gmail account through my application. I have 2 different xml's in my app where 1st is used for loging into my gmail account and the second has a

[android-developers] Run android apps on Linux natively

2010-05-19 Thread suhas
Hi, I have ported and built the android kernel for x86 and it is booting up on ubuntu. Now I want to know how to run android applications natively on ubuntu without SDK. As I have said i have the android kernel working. How do I go about running or executing these android applications.?

[android-developers] Run android apps on Linux natively

2010-05-17 Thread suhas
Hello, I have ported and built the android kernel for x86 and it is booting up on ubuntu. Now I want to know how to run android applications natively on ubuntu without SDK. As I have said i have the android kernel working. How do I go about running or executing these android applications.? The

[android-developers] Failed to reopen debug port for Selected Client to: 8700

2010-05-12 Thread suhas
I am not getting my emulator to boot up on eclipse. I get the following error when I try to run emulator on ubuntu like this. [2010-05-11 15:54:23 - ddms]Failed to reopen debug port for Selected Client to: 8700 [2010-05-11 15:54:23 - ddms]Permission denied java.net.SocketException: Permission

[android-developers] Re: how can i check left and right motion in onTouchEvent?

2009-07-07 Thread Suhas
(); return true; } return false; } thanks in advance -- Regards, Suhas Gavas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: how can i check left and right motion in onTouchEvent?

2009-07-07 Thread Suhas
to have any effect. everytime only MotionEvent.ACTION_MOVE fired twice and left , right logic doesn't work properly. i am following this link http://osdir.com/ml/AndroidDevelopers/2009-01/msg00639.html On Jul 7, 11:27 am, Suhas suhas.ga...@gmail.com wrote: Hi I think u should return true

[android-developers] Re: how can i check landscap orientation ?

2009-03-25 Thread suhas gavas
Hi make use of sensorListener and it will work . i have used the same .. when u use sensorlistener and sensormanager in ur view it has got an override method as onSizeChanged which return the width and height. so using change in size u will get the orientation Below is a

[android-developers] Re: Anything on Android that can do smooth scrolling?

2009-03-25 Thread suhas gavas
hi, have u checked ipingpong 3D on android market .its pais app check the touch screen event which has got smooth scroll On Thu, Mar 26, 2009 at 2:32 AM, Romain Guy romain...@google.com wrote: The trick is simple: avoid any allocation that might trigger a GC. On Wed, Mar

[android-developers] Multiplayer game

2009-03-24 Thread suhas
Hi All, I have developed a sports game which is single player. Now I want to have one more game mode which is multiplayer. My question is how can i do device to device connection in android using sets of api which can be : 1.Bluetooth - whose APIs are not currently available. 2.gtalkservice -

[android-developers] Re: Multiplayer game

2009-03-24 Thread suhas gavas
not very much familiar with network programming ... i have seen UDP connection programe if possible can u let me give the code snippet for wifi to make connection btn 2 devices ? On Tue, Mar 24, 2009 at 9:25 PM, Robert Green rbgrn@gmail.com wrote: Well suhas, I believe

[android-developers] Re: Go to the home screen.

2009-02-24 Thread suhas gavas
hi onclick just write System.exit(1); and it will do the rest for u reagrds, Suhas On Wed, Feb 25, 2009 at 11:07 AM, ipeg.stud...@gmail.com wrote: Hello Thanks for the reply. But my question is i have a exit button. I want to go to the home screen by clicking the button

[android-developers] Re: 2d background image on a 3d OpenGL game

2009-02-21 Thread suhas
hi quakeboy, if u want to render 2d on 3d then just use views like textview, imageview etc . I assure u that it works fine and laso u dont have to render or draw those view always ... I have used views with 3d and they are just working fine . regards, Suhas On Feb 18, 11:22 am

[android-developers] Re: Touch *extremely* expensive performance-wise

2009-02-20 Thread suhas gavas
hi zombies and robots, plz let me the solution to improve touch event performance I have got stuck because of the sam regards, suhas On Fri, Feb 20, 2009 at 12:46 PM, Zombies and Robots caecus...@gmail.comwrote: Thank you both! With those pointers, I was able to figure out and implement

[android-developers] Re: 2d background image on a 3d OpenGL game

2009-02-17 Thread suhas gavas
event is keep constant fps (not dependent on device) and ur tocuh event will be handled properly regards, suhas On Tue, Feb 17, 2009 at 3:49 PM, quakeboy prasna...@gmail.com wrote: Cool ! It worked... Thanx a lot I wasn't doing anything different than just using the float versions

[android-developers] Re: 2d background image on a 3d OpenGL game

2009-02-17 Thread suhas gavas
and getting 40 above fps regards, suhas On Tue, Feb 17, 2009 at 9:40 PM, fcalzada fcalz...@gmail.com wrote: Hi, you said that with game logic you're getting 45 fps !? what is the size of your ms3d object (nb of vertex and faces ?) My scene includes 1000 faces, and I'm getting only 10 - 12 fps

[android-developers] Re: A thread useful for whole community - Reply with all working OpenGL ES Extension functions

2009-02-17 Thread suhas
hi all, I have used some of the GL11 functions in my code and it has improved my fps and that is VBO(vertex buffer object) On Feb 18, 11:16 am, quakeboy prasna...@gmail.com wrote: I hope this is going to be helpful for the whole community who work on OpenGL ES in Android. Please reply with

[android-developers] Re: A thread useful for whole community - Reply with all working OpenGL ES Extension functions

2009-02-17 Thread suhas gavas
hi all, I have used some of the GL11 functions in my code and it has improved my fps and that is VBO(vertex buffer object) Regards, Suhas On 2/18/09, quakeboy prasna...@gmail.com wrote: I hope this is going to be helpful for the whole community who work on OpenGL ES in Android. Please

[android-developers] Re: openGL normal mapping

2009-02-09 Thread suhas gavas
Hi Patrik, It can be possible . like i have used some of GL11 apis like VBO . so give it a try . Just type cast it and use Regards, sUHAS On Tue, Feb 10, 2009 at 5:13 AM, Patrick bpatm...@gmail.com wrote: Is it possible at this time to get normal mapping to work on android

[android-developers] Re: problem with playing sounds using media player

2009-02-06 Thread suhas gavas
the CPU. On Feb 5, 9:22 pm, suhas gavas suhas.ga...@gmail.com wrote: Hi, No ... i m not playing 6 to 7 mp3 files at same time .. later that day i have tried with just playing one single file and same issue . But then i tried SoundPool api and it worked

[android-developers] Re: problem with playing sounds using media player

2009-02-05 Thread suhas gavas
is overloaded, i.e. you're trying to do too much. Have you tried running top to check the CPU load? On Feb 4, 10:32 pm, suhas suhas.ga...@gmail.com wrote: Hi all, I m using mp3 sound in my game (used wav format also) while playing sound i get problem as obtainBuffer timeout (is the CPU

[android-developers] Re: problem with playing sounds using media player

2009-02-05 Thread suhas gavas
, 2009 at 9:07 AM, Dave Sparks davidspa...@android.com wrote: If you are playing 6 or 7 MP3 files at the same time, you are probably saturating the CPU just decoding the audio. On Feb 5, 1:10 am, suhas gavas suhas.ga...@gmail.com wrote: hi, My program is a 3d game . And i

[android-developers] Re: OpenGL ES 1.1 - Point Sprites

2009-02-04 Thread suhas gavas
Hi, By type casting, it will work .. i have also used GL11 apis like vertex buffer objects and they worked fine On Wed, Feb 4, 2009 at 7:27 PM, hbk723 mark.wissmuel...@gmail.com wrote: The documentation says that OpenGL ES 1.1 support is not complete. Does this mean that if

[android-developers] problem with playing sounds using media player

2009-02-04 Thread suhas
Hi all, I m using mp3 sound in my game (used wav format also) while playing sound i get problem as obtainBuffer timeout (is the CPU pegged) and then sound gets played after some time i.e it is not syncronized with the game play ... plz help me with this issue Thnxs Suhas

[android-developers] Re: Exporting 3D model from Maya/Blender, what format to use it with android?

2009-01-29 Thread suhas gavas
U can use ms3d model and can use NEHE tutorial (lesson 31) On Thu, Jan 29, 2009 at 3:00 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: As subject... I want to export my 3D model from Maya/Blender and I want to render it using android... In what format I need to export my 3D model?

[android-developers] Re: Context of a class

2009-01-28 Thread suhas gavas
(this); generates an error which says Database_mob(*classname*) is undefined. Regards, Immanuel On Jan 28, 12:51 pm, suhas gavas suhas.ga...@gmail.com wrote: make object of the class in which u have to use the context . Then pass as parameter this to the class And the class

[android-developers] Re: Context of a class

2009-01-27 Thread suhas gavas
make object of the class in which u have to use the context . Then pass as parameter this to the class And the class in which u have to use conext should have constructor as parameter context in it e.g class activity extends Activity { Viewclass myclass; public

[android-developers] Re: Context of a class

2009-01-27 Thread suhas gavas
make object of the class in which u have to use the context . Then pass as parameter this to the class And the class in which u have to use conext should have constructor as parameter context in it e.g class activity extends Activity { Viewclass myclass; public

[android-developers] Problem with FPS using Opengl es on G1

2009-01-26 Thread suhas
Iphone and G1 related to hardware acceleration ? Regards, Suhas Gavas --~--~-~--~~~---~--~~ 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

[android-developers] Problem with FPS using Opengl es on G1

2009-01-26 Thread suhas
Iphone and G1 related to hardware acceleration ? Regards, Suhas Gavas --~--~-~--~~~---~--~~ 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

[android-developers] Android SDK 0.7

2008-11-07 Thread Suhas Kaundinya
Hello, Can anyone of you provide me with the 0.7 version of Android SDK Eclipse plugin ? Best, Suhas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email