Re: [android-developers] Re: Need an invitation to google Wave?

2009-11-09 Thread shobhit kasliwal
Hi
I also want one google wave invite if you have one
My Email id is shobhit.kasli...@gmail.com

Thanks
Shobhit


On Sat, Nov 7, 2009 at 1:46 AM, fairfriend  wrote:

> please gimme one as well, i damn like google wave...
> shaheryar.a...@gmail.com
>
> Thanks,
> Google Rocks
>
> On Nov 7, 5:11 am, Braders  wrote:
> > Hi,
> >
> > I would love a Google Wave invite, my email is
> > seobrad...@googlemail.com I would be so gratefull if you could
> > dominate me.
> >
> > Hope you dont mind the post, thanks for your time.
> >
> > Simon Bradley
> >
> > On Nov 7, 12:50 am, Lorys Pognon  wrote:> Hi I
> would like to have one
> >
> > > On Sun, Nov 1, 2009 at 7:20 AM, Auguste Lunang  >wrote:
> >
> > > > Hi,
> > > > i have some google wave. invits to share. tell me if u want ..
> > > > thx
> >
> > > >  --
> > > > 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...@googlegroups.com cr...@googlegroups.com>
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/android-developers?hl=en
>
> --
> 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...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Shobhit Kasliwal
Application Developer
Liventus Designs
3400 Dundee Rd Northbrook IL 60062
skasli...@liventus.com
office: 847-291-1395 ext. 192
Cell: (309) 826 4709

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Returning to Previous Activity from a network camera activity

2009-10-23 Thread shobhit kasliwal
Thanks for your help.
I got the solution for this problem. I was running 2 threads in Parallel one
in the first activity and second in the second activity
and when I was finishing the second activity the Threads causing a deadlock.



Thanks
Shobhit

On Fri, Oct 23, 2009 at 5:52 AM, Mark Murphy wrote:

>
> Shobhit Kasliwal wrote:
> > I am getting back to previous activity with finish() but I am not able
> > to do any event on it.
>
> What does this mean?
>
> > When I check the logcat it  is saying " No
> > window to dispatch at Pointer 1 and 0.
>
> I trust that LogCat is providing much more information than just that
> sentence.
>
> In your second activity, just before you call finish(), add a Log
> statement. If you then give us the contents of your log starting with
> that log statement, along with a more detailed description of the
> behavior you're seeing, we might be able to help better.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://twitter.com/commonsguy
>
> Android Training in Germany, 18-22 January 2010: http://bignerdranch.com
>
> >
>


-- 
Shobhit Kasliwal
Application Developer Intern
Liventus Designs
3400 Dundee Rd Northbrook IL 60062
skasli...@liventus.com
office: 847-291-1395 ext. 192
Cell: (309) 826 4709

Pablo Picasso<http://www.brainyquote.com/quotes/authors/p/pablo_picasso.html>
- "Computers are useless. They can only give you answers."

--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Returning to Previous Activity from a network camera activity

2009-10-22 Thread Shobhit Kasliwal

Hi
I have an activity with a button on it and when I click the button I
am starting a new activity with a network camera on it. when I click a
button on this activity (after capturing the image ) I want to start
the previous activity again.
I am getting back to previous activity with finish() but I am not able
to do any event on it. When I check the logcat it  is saying " No
window to dispatch at Pointer 1 and 0.
Can anyone help me to solve this issue ?

Thanks
Shobhit
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Running a previous activity on click of a button and do events on it

2009-10-21 Thread Shobhit Kasliwal

Hi
I am using tabbed Activity and Inside every tab I have different
activities. on one of the activity (inside tabs) on click of a button
I am starting a new activity(with a button it )  now I want to come
back on previous activity on click of that button in new Activity and
do some click events.
I used the finish() on the new activity and I am getting back to the
previous tabbed activity but I am not able to do any click event on
that activity.
I checked the Logs and it is saying that " No Window to dispatch
pointer 1"  what can be the problem  ?
I also tried opening a new activity (to open the previous tabbed
activity) but still no luck.
can anyone suggest me any alternate way of doing that
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: External Database Connectivity

2009-10-03 Thread shobhit kasliwal
One solution is you can create a webservice which will do everythign for
you.I am also working on the same application and I am getting data from
remote Sql server using the webservice.



On Fri, Oct 2, 2009 at 6:42 PM, sandreev  wrote:

>
> Hi All,
>
> I am working on an app that will need to connect to an external
> database and pull certain columns.
> I am looking for some help in opening a connection to the database.
> In another words, something like ODBC or JDBC in web development.
>
> Thank you in advance,
> Sandreev.
>
> >
>


-- 
Shobhit Kasliwal
Application Developer Intern
Liventus Designs
3400 Dundee Rd Northbrook IL 60062
skasli...@liventus.com
office: 847-291-1395 ext. 192
Cell: (309) 826 4709

Stephen 
Leacock<http://www.brainyquote.com/quotes/authors/s/stephen_leacock.html>
- "I detest life-insurance agents: they always argue that I shall some
day
die, which is not so."

--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Running camera android Emulator

2009-10-03 Thread shobhit kasliwal
Hi Mohithif you are done with all your networking stuff then
put the code in a method and run a thread from the activity and call that
method.
Keep in mind that you need to create a surface and get holder from that and
holder.lockcanvas()
give you the canvas and then use that canvas in the camera.capture(canvas)
method show your camera in emulator.
Let me know if you get this or not.



On Sat, Oct 3, 2009 at 6:54 AM, Mohith K M  wrote:

>
> Me to Struck at This Android Emulator-Camera stuff :(
>
> can Somone please give more details
>
> "CameraSource cs = new SocketCamera("192.168.0.100", 9889, 320, 240,
> true);
> if (!cs.open()) { /* deal with failure to obtain camera */ }
> while(/*some condition*/) {
>  cs.capture(canvas) //capture the frame onto the canvas
> }
> cs.close(); "
>
> Where should we put these code?
>
>
> On Sep 29, 9:02 am, shobhit kasliwal 
> wrote:
> > I tried these wrapper classes...but no luck...can you tell me how can I
> do
> > that..can you help me on this
> >
> > Thanks
> > Shobhit
> >
> > On Mon, Sep 28, 2009 at 10:22 PM, Chi Kit Leung  >wrote:
> >
> >
> >
> >
> >
> > >http://www.tomgibara.com/android/camera-source
> >
> > > Would this one be helpful?
> >
> > > On Tue, Sep 29, 2009 at 12:53 AM, Shobhit Kasliwal <
> > > shobhit.kasli...@gmail.com> wrote:
> >
> > >> Hi
> >
> > >> Can anyone tell me how can I use  my computers webcam as camera in
> > >> android emulator.
> > >> Tutorial would be a great help for me.
> >
> > >> Thanks,
> > >> Shobhit Kasliwal
> >
> > >> --
> > >> Regards,
> > >> Michael Leung
> > >>http://www.itblogs.info
> > >>http://www.michaelleung.info
> >
> > --
> > Shobhit Kasliwal
> > Application Developer Intern
> > Liventus Designs
> > 3400 Dundee Rd Northbrook IL 60062
> > skasli...@liventus.com
> > office: 847-291-1395 ext. 192
> > Cell: (309) 826 4709
> >
> > Samuel Goldwyn<
> http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html>
> > - "I'm willing to admit that I may not always be right, but I am never
> > wrong."
> >
>


-- 
Shobhit Kasliwal
Application Developer Intern
Liventus Designs
3400 Dundee Rd Northbrook IL 60062
skasli...@liventus.com
office: 847-291-1395 ext. 192
Cell: (309) 826 4709

Ted Turner <http://www.brainyquote.com/quotes/authors/t/ted_turner.html>  -
"Sports is like a war without the killing."

--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Sending large files through webservice

2009-09-29 Thread Shobhit Kasliwal

Hi
I am creating an application which does recording and I am storing it
into a temporary storage.
Now I want to read and send that file to a remote server via
webservice.
Can anybody tell me how can I do that.
I tried reading and converting the files to byte[] but when I tried to
send that byte[] via webservice I am getting a runtime exception
("Cannot serialize")
Can anybody tell me how can I save the audio file to remote server.

Thanks,
Shobhit
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Running camera android Emulator

2009-09-28 Thread shobhit kasliwal
I tried these wrapper classes...but no luck...can you tell me how can I do
that..can you help me on this

Thanks
Shobhit

On Mon, Sep 28, 2009 at 10:22 PM, Chi Kit Leung wrote:

> http://www.tomgibara.com/android/camera-source
>
> Would this one be helpful?
>
> On Tue, Sep 29, 2009 at 12:53 AM, Shobhit Kasliwal <
> shobhit.kasli...@gmail.com> wrote:
>
>>
>> Hi
>>
>> Can anyone tell me how can I use  my computers webcam as camera in
>> android emulator.
>> Tutorial would be a great help for me.
>>
>> Thanks,
>> Shobhit Kasliwal
>>
>>
>> --
>> Regards,
>> Michael Leung
>> http://www.itblogs.info
>> http://www.michaelleung.info
>>
>> >>
>>


-- 
Shobhit Kasliwal
Application Developer Intern
Liventus Designs
3400 Dundee Rd Northbrook IL 60062
skasli...@liventus.com
office: 847-291-1395 ext. 192
Cell: (309) 826 4709

Samuel Goldwyn<http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html>
- "I'm willing to admit that I may not always be right, but I am never
wrong."

--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Playing Remote video file android emulator showing still image with sound

2009-09-28 Thread Shobhit Kasliwal

Hi

I am writing an application to run a video file from a remote server.
I am getting the sound but instead of video I am getting one still
image.

Can anyone tell me what can be the problem ?

Thanks
Shobhit Kasliwal

--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Running camera android Emulator

2009-09-28 Thread Shobhit Kasliwal

Hi

Can anyone tell me how can I use  my computers webcam as camera in
android emulator.
Tutorial would be a great help for me.

Thanks,
Shobhit Kasliwal

--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---