[android-developers] Mksdcard sdk tool error in windows

2016-04-04 Thread Muhammad Umer
down votefavorite I am getting "*Unable to run mksdcard tool*" error while installing android studio in *windows*. Kindly let me know which libraries to install and how..? -- You received this message because you

RE: [android-developers] Mobile to Mobile remote access

2012-03-27 Thread Muhammad UMER
it's complex but may be it helpful for you. I think you have to capture the screen shots of which mobile that you want to get the control and send it to the other mobile. also send opposite the touchListener from which you are controling the other mobile and then you can control the mobile wi

RE: [android-developers] one time Registration after installation of an application??

2012-03-26 Thread Muhammad UMER
26, 2012 at 2:11 PM, Muhammad UMER wrote: I m using this in onCreate method, but it show me error Force to close every time when the activity start, but if i use it at the end of onCreate it executed but also show force to close. what's the resone, You need to debug your application. At the

RE: [android-developers] one time Registration after installation of an application??

2012-03-26 Thread Muhammad UMER
2012 at 3:07 PM, Muhammad UMER wrote: My registration activity show only one time, how can i hide this activity after when the user registered to the application mean this activity will not show to user. Save a preference to indicate whether to show it or not. Then, if (preferenceIsSet()){ s

RE: [android-developers] one time Registration after installation of an application??

2012-03-22 Thread Muhammad UMER
Subject: Re: [android-developers] one time Registration after installation of an application?? To: android-developers@googlegroups.com On Thu, Mar 22, 2012 at 2:58 AM, Muhammad UMER wrote: 1) Can it remove data when the cell is close mean shut down? No, Preferences are saved across sessions. They

RE: [android-developers] one time Registration after installation of an application??

2012-03-22 Thread Muhammad UMER
Hi TreKing, Thanks for your help, I have searched about SharedPreferences and it's gud thing, but it is used as session. This will not remove data even app kill. I want ask, 1) Can it remove data when the cell is close mean shut down? in my case i don't want to rem

RE: [android-developers] Re: Encoder???

2012-03-21 Thread Muhammad UMER
legroups.com > > > > Muhammad UMER wrote: > > Hi pskink, > > > > Thank you for your kind help. I have done this app with your > > help. I have handle the file header on server side and now 3gp file is > > playable. You are such a great grea

RE: [android-developers] Re: Desktop Sharing of my pc on my Android mobile??

2012-03-15 Thread Muhammad UMER
Hi paul, Thanks for your great response, please can you tell me how can i send the mouse postion from android side also my click event. Regards, umer Date: Wed, 14 Mar 2012 11:19:04 -0700 From: paulelsne...@googlemail.com To: android-developers@googlegroups.com Subject: Re: [andr

RE: [android-developers] Re: Desktop Sharing of my pc on my Android mobile??

2012-03-14 Thread Muhammad UMER
hi paul, Thanks for your reply, how can i get the control of my pc mouse on my mobile As along i am sending the captured screen pics to my mobile and OS is window. and please tell me this code is to get the control on my pc? POINT cursorPos;GetCursorPos(&cursorPos);

RE: [android-developers] Re: Desktop Sharing of my pc on my Android mobile??

2012-03-12 Thread Muhammad UMER
existing remote control application? Is there any application of this type. but i want to create my on app. please can you help me how to get the control of my mouse. Thanks for your reply Regards, umer Date: Mon, 12 Mar 2012 13:18:48 -0700 From: l...@bendlin.us To: android-developers@googleg

RE: [android-developers] Shift selected radioButton value from one activity to other other activity??

2012-03-09 Thread Muhammad UMER
Thanks justin. From: magouyaw...@gmail.com Date: Fri, 9 Mar 2012 08:59:42 -0700 Subject: Re: [android-developers] Shift selected radioButton value from one activity to other other activity?? To: android-developers@googlegroups.com Create an intent, put the value in it, and send it to your othe

RE: [android-developers] apply restriction for installion??.

2012-02-23 Thread Muhammad UMER
Hi Mark Murphy, Thanks for reply, I am new to android so i don't know about the OpenID, Can you explain it, and also i want to ask that if i install my app to user mobile, is any chance to that he can share it to other mobile through WI-fi etc. Thanks and Regards, um

RE: [android-developers] Re: when internet connection don't exists, show me massage. please help!!

2012-02-23 Thread Muhammad UMER
hi, I have done something like this on the onCreate() method. when the activity created it first check the network availability if not then show dialog and the finish the application. Is it true approch? if(isNetworkAvailable()!= true) { AlertDialog

RE: [android-developers] Re: when internet connection don't exists, show me massage. please help!!

2012-02-23 Thread Muhammad UMER
ner() { > > public void onClick(DialogInterface arg0, int arg1) { > > } > }); > > alertbox.show(); > > On Feb 23, 2:45 pm, Muhammad UMER wrote: > > hi s.seshu, > >But i want

RE: [android-developers] Re: when internet connection don't exists, show me massage. please help!!

2012-02-23 Thread Muhammad UMER
hi s.seshu, But i want to show message when internet connection not found before closing the app. Regards, umer -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

RE: [android-developers] when internet connection don't exists, show me massage. please help!!

2012-02-23 Thread Muhammad UMER
hi kris, Now i am using socket connection, and it give the message "The application video (process com.tcp.video) has stopped unexpectedly. please try again". so the user will not under stand whats going wrong. so i want to first check for internet connection first and if it is not co

RE: [android-developers] Re: when internet connection don't exists, show me massage. please help!!

2012-02-22 Thread Muhammad UMER
hi S.Seshu, Thanks for your great help, Please tell me how to exit form app when it return false.Thanks again. Regards, umer > Date: Wed, 22 Feb 2012 23:36:02 -0800 > Subject: [android-developers] Re: when internet connection don't exists, show > me massage. please help!!

RE: [android-developers] Re: Please provide me the Mediarecorder documentation?

2012-02-19 Thread Muhammad UMER
.g. Do you have a citation or do you know who was supposed to write > the report). The term "theoretical implementation" seems to be a > contradiction. > > On Feb 19, 8:27 am, Muhammad UMER wrote: > > hi shris, > > Thanks for your reply. I s

RE: [android-developers] Re: Please provide me the Mediarecorder documentation?

2012-02-19 Thread Muhammad UMER
hi shris, Thanks for your reply. I search Android Mediarecorder in Google that tells me how to programatically implemention, but i want the theoretical implementation (report on mediarecorder). I have to add this in my app project report. Thanks and Regards, umer > Date: Sun, 1

RE: [android-developers] Re: Encoder???

2012-02-17 Thread Muhammad UMER
hi pskink, I want Mediarecorder documantation or report on Mediarecorder can you provide me. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

RE: [android-developers] Re: Encoder???

2012-02-17 Thread Muhammad UMER
Mon, 13 Feb 2012 08:20:22 -0800 > Subject: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > Muhammad UMER wrote: > > Hi pskink, > > > > Thank you for your kind help. I have done this

RE: [android-developers] Re: How to restrict my app??

2012-02-16 Thread Muhammad UMER
hi souruitian, Can you give me the explaination of webservices for authentication, and if you have done this please can you share me a link or a sample piese of code that how to do? Thanks and Regards, umer Date: Fri, 17 Feb 2012 11:00:01 +0530 Subject: Re: [android-devel

RE: [android-developers] How to restrict my app??

2012-02-16 Thread Muhammad UMER
t email to others. On Feb 16, 2012 6:58 AM, "Muhammad UMER" wrote: hi, thanks for reply, i have a server client app, client is my mobile, and i give the IP address of my server so you mean it's enough. or i have to qurey for verfication? Regards umer Date: Thu, 16 Feb 201

RE: [android-developers] How to restrict my app??

2012-02-16 Thread Muhammad UMER
hi, thanks for reply, i have a server client app, client is my mobile, and i give the IP address of my server so you mean it's enough. or i have to qurey for verfication? Regards umer Date: Thu, 16 Feb 2012 06:41:54 -0500 Subject: Re: [android-developers] How to restrict my app?? From:

RE: [android-developers] Re: Encoder???

2012-02-15 Thread Muhammad UMER
> Date: Mon, 13 Feb 2012 08:20:22 -0800 > Subject: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > Muhammad UMER wrote: > > Hi pskink, > > > > Thank you for your kind help. I

RE: [android-developers] Re: Encoder???

2012-02-13 Thread Muhammad UMER
ubject: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > Muhammad UMER wrote: > > I think, my server have to edit this file through RandomAccessFile after > > when the server handle the inputstr

RE: [android-developers] Re: Encoder???

2012-02-04 Thread Muhammad UMER
@googlegroups.com > > > > Muhammad UMER wrote: > > Hi pskink, > > > > 4:ftyp > > > > > > 32:mdat > > > > > > 324042:ftyp > > > > > > 324070:moov > > > > > > > > Ok 4 is starting

RE: [android-developers] Re: Encoder???

2012-02-03 Thread Muhammad UMER
.com > To: android-developers@googlegroups.com > > > > Muhammad UMER wrote: > > Basically i don't understand perfectly this, > > > > 001c66747970 336770340300 |ftyp3gp4 | > > 0010 336770346d703431 336770360007a42

RE: [android-developers] Re: Encoder???

2012-02-03 Thread Muhammad UMER
Regards, umer > Date: Fri, 3 Feb 2012 08:37:49 -0800 > Subject: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > Muhammad UMER wrote: > > hi pskink, > > > > So as i understand that

RE: [android-developers] Re: Encoder???

2012-02-03 Thread Muhammad UMER
comes? have you done this, through programming? Regards, umer > Date: Thu, 2 Feb 2012 01:35:02 -0800 > Subject: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > On 2 Lut, 08:32, Muhammad UMER wrote: > > Hi pskink

RE: [android-developers] Re: Encoder???

2012-01-31 Thread Muhammad UMER
> Date: Mon, 30 Jan 2012 23:01:31 -0800 > Subject: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > On Jan 31, 7:31 am, Muhammad UMER wrote: > > What can i do, to start mdat from offset 0x20? >

RE: [android-developers] Re: Encoder???

2012-01-30 Thread Muhammad UMER
> Date: Mon, 30 Jan 2012 21:35:50 -0800 > Subject: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > On 30 Sty, 07:08, Muhammad UMER wrote: > > Hi pskink, > > > > In my case > > >

RE: [android-developers] Re: Encoder???

2012-01-30 Thread Muhammad UMER
Hi pskink, In my case normal .3gp (written by my MediaRecorder) file header, for instance: # hexdump -C normal_file.3gp 001C66747970 336770340300 |ftyp3gp4| 0010 336770346D703431 3367703600090CFB |3gp4mp413gp6| 0020 6D6461743C911716 BE6679E1E001E7AF |mdat

RE: [android-developers] Re: Encoder???

2012-01-28 Thread Muhammad UMER
ncoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > Muhammad UMER wrote: > > hi pskink, Thanks for your help,It gives more concept. Please > > can you show me the example that how can i implement these moov atom and &g

RE: [android-developers] Re: Encoder???

2012-01-27 Thread Muhammad UMER
hi pskink, Thanks for your help,It gives more concept. Please can you show me the example that how can i implement these moov atom and ftyp while writing the file to the server side. Regards,umer > Date: Thu, 26 Jan 2012 11:26:35 -0800 > Subject: Re: [android-developers] Re: Encod

RE: [android-developers] Re: Encoder???

2012-01-26 Thread Muhammad UMER
e link.You have helped me a lot and i hope you can help me again. thanks and Regards, umer > Date: Wed, 25 Jan 2012 09:07:58 -0800 > Subject: Re: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > >

RE: [android-developers] Re: Encoder???

2012-01-25 Thread Muhammad UMER
12 06:34:11 -0800 > Subject: Re: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > Muhammad UMER wrote: > > hi skink, > > Sorry it was my mistake at object of InputStream, that is 'is

RE: [android-developers] Re: Encoder???

2012-01-25 Thread Muhammad UMER
elp. Thanks and Regards, umer > Date: Wed, 25 Jan 2012 03:58:29 -0800 > Subject: Re: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > Muhammad UMER wrote: > > hi skink, > > Now i

RE: [android-developers] Re: Encoder???

2012-01-25 Thread Muhammad UMER
r??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > Muhammad UMER wrote: > > hi skink, > > Thanks for your reply, I am using server side code to receive > > each frame is perfect. but when i use this server for mediaRecorder it

RE: [android-developers] Re: Encoder???

2012-01-25 Thread Muhammad UMER
> Subject: Re: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > Muhammad UMER wrote: > > hi, > > I go through this blog as you suggest, > > > > > > http://www.mattakis.com/blog/kisg

RE: [android-developers] Re: Encoder???

2012-01-24 Thread Muhammad UMER
gards umer > Date: Tue, 24 Jan 2012 01:52:23 -0800 > Subject: Re: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > Muhammad UMER wrote: > > > > > > > > > > also i found that, th

RE: [android-developers] Re: Encoder???

2012-01-24 Thread Muhammad UMER
t: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > On Jan 24, 10:15 am, Muhammad UMER > wrote: > > hi, > >I recive your reply empty ,Please can you do it again. > > > > Thanks &g

RE: [android-developers] Re: Encoder???

2012-01-24 Thread Muhammad UMER
hi, I recive your reply empty ,Please can you do it again. Thanks umer > Date: Tue, 24 Jan 2012 00:35:18 -0800 > Subject: [android-developers] Re: Encoder??? > From: psk...@gmail.com > To: android-developers@googlegroups.com > > > > muhammad.ume...@hotmail.com wrote: > > hi, > >Ple

RE: [android-developers] Re: How to Increase frame rate (fps) from onPreviewFrame??

2012-01-24 Thread Muhammad UMER
hi, Thanks for your kind reply, I studied about MediaRecorder to capture video, but i want to send video to my server (TCP socket) live. and save this video on a file. also i found that, the ParcelFileDescriptor.fromSocket(socket) can be use to send the video but i don't know, how to recie

RE: [android-developers] How to Increase frame rate (fps) from onPreviewFrame??

2012-01-23 Thread Muhammad UMER
Ok boss, Thanks for your kind suggestion. Please can you tell me, how to increase the frame rate over network while sending frames through onPreviewFrame by TCP Socket. Regards, umer Date: Thu, 19 Jan 2012 07:05:11 -0800 From: tomlo...@gmail.com To: android-developers@googlegroups.com Subjec

RE: [android-developers] How to Increase frame rate (fps) from onPreviewFrame??

2012-01-19 Thread Muhammad UMER
I am really sorry, but i need it and i not get the appropriate answer. Sorry again. From: treking...@gmail.com Date: Thu, 19 Jan 2012 08:49:50 -0600 Subject: Re: [android-developers] How to Increase frame rate (fps) from onPreviewFrame?? To: android-developers@googlegroups.com Could you do thi

RE: [android-developers] Re: Want to increase frame rate(fps), How???

2012-01-17 Thread Muhammad UMER
Thanks for your reply, yup i want to expand every preview frame to jpeg because on server side i want to make a video file with these jpeg's images. Is there any other solution for this to increase the frame rate. for example if i'll send the raw data, but how can i convert it to video file??

RE: [android-developers] How to compress images in onPreviewframe??

2012-01-12 Thread Muhammad UMER
ges in onPreviewframe?? > From: har...@gmail.com > Date: Thu, 12 Jan 2012 17:05:43 +0200 > To: android-developers@googlegroups.com > > > On Jan 12, 2012, at 4:52 PM, Muhammad UMER wrote: > > > Rect rect = new Rect(0, 0, w, h); > >

RE: [android-developers] How to compress images in onPreviewframe??

2012-01-12 Thread Muhammad UMER
hi, Thanks for your reply, please can you send me a sample code of Bitmap.compress(..) that can help me. where here is my code to compress it to jpeg public void onPreviewFrame(byte[] data, Camera camera) { Camera.Parameters parameters = camera.getPa

RE: [android-developers] onPreviewFrame got Exception???

2012-01-08 Thread Muhammad UMER
hi, I am sending the onpreviewFrame byte array to socket it send the first image but on callback it does not send any image and go to Exception what's the reason. Here is my code & logCat result public void surfaceCreated(SurfaceHolder holder) { // The Surface has been created, acq

RE: [android-developers] onPreviewFrame got Exception???

2012-01-08 Thread Muhammad UMER
hi reghavsood, I am new on android. i don't know about logcat but i debug during capturing the frames it send frist frame but on next frame it go to exception. Thanks Date: Sun, 8 Jan 2012 14:11:55 +0530 Subject: Re: [android-developers] onPreviewFrame got Exception??? Fr

RE: [android-developers] onPreviewFrame

2012-01-05 Thread Muhammad UMER
Thu, Jan 5, 2012 at 3:11 PM, Muhammad UMER wrote: Where is the appropriate place to close the stream When you're done with it. or may i have to add a loop or thread to control this. Not if you're using a callback that gets called for you. That is "the loop". please giv

RE: [android-developers] onPreviewFrame

2012-01-05 Thread Muhammad UMER
Thanks TreKing. From: treking...@gmail.com Date: Thu, 5 Jan 2012 15:22:30 -0600 Subject: Re: [android-developers] onPreviewFrame To: android-developers@googlegroups.com On Thu, Jan 5, 2012 at 3:11 PM, Muhammad UMER wrote: Where is the appropriate place to close the stream When you're

RE: [android-developers] onPreviewFrame

2012-01-05 Thread Muhammad UMER
om Date: Thu, 5 Jan 2012 14:56:11 -0600 Subject: Re: [android-developers] onPreviewFrame To: android-developers@googlegroups.com On Thu, Jan 5, 2012 at 2:23 PM, Muhammad UMER wrote: Thanks for your reply, Sorry i have not clearly mention that "obj" is the object of the ObjectOutpu

RE: [android-developers] onPreviewFrame

2012-01-05 Thread Muhammad UMER
hi, Thanks for your reply, Sorry i have not clearly mention that "obj" is the object of the ObjectOutputStream, this stream send only the first image to server not any other what's the reason. Thanks and Regards umer From: treking...@gmail.com Date: Thu, 5 Jan 2012 13:46:45 -0600 Subje

RE: [android-developers] Re: How to reduce the size of image in (kb) from Camera onpreviewframe???

2011-12-11 Thread Muhammad UMER
Hi, thanks for reply, i am using this code snippet to save files on SD Card but the image size is to much e.g above 100 kb . but i want to reduce this size to 1kb, is it possible and if it is possible then what i change in my code. basically i want to combine these images and make a video

RE: [android-developers] Re: Anyone help me! Send Mediarecorder video to server through TCP socket and server save it in a file????

2011-12-01 Thread Muhammad UMER
but i want to use TCP socket to send video to desktop server and save this video to file. have you any idea??? Date: Thu, 1 Dec 2011 06:00:58 -0800 From: raffaelesga...@gmail.com To: android-developers@googlegroups.com Subject: [android-developers] Re: Anyone help me! Send Mediarecorder video to

RE: [android-developers] Please help me!!! how to create video file on server side by send onPreviewFrames byte array

2011-11-27 Thread Muhammad UMER
#x27;d imagine that whatever server side system you are using to save the files isn't doing it the correct way. What do you mean by correct format? Does it get saved only partially? Or is it just a mixed up bunch of data? Thanks On Mon, Nov 28, 2011 at 12:44 PM, Muhammad UMER wrote: T

RE: [android-developers] Please help me!!! how to create video file on server side by send onPreviewFrames byte array

2011-11-27 Thread Muhammad UMER
Thanks for your reply.First,is it good way to create a video(Mjpeg) from jpeg images? Secondly, In my code i compress camera onpreviewframe byte array to jpeg format and its perfect but when i send this compressed byte array to server through TCP socket and server save it in a file, but not in

RE: [android-developers] Please help me!!! how to create video file on server side by send onPreviewFrames byte array

2011-11-27 Thread Muhammad UMER
after the recording has finished to the server. Thanks On Sun, Nov 27, 2011 at 11:11 PM, Muhammad UMER wrote: working means, server create an image file but when i open it, it will not show me an image as I write on sd card and FTP is to send file I don't want to send a file,

RE: [android-developers] Please help me!!! how to create video file on server side by send onPreviewFrames byte array

2011-11-27 Thread Muhammad UMER
this for FTP upload: http://stackoverflow.com/questions/6464456/how-do-you-upload-images-to-an-ftp-server-within-an-android-app. On Sun, Nov 27, 2011 at 10:23 PM, Muhammad UMER wrote: Hi Raghav, Thanks for your reply, I am using the TCP socket to send data to my server

RE: [android-developers] Please help me!!! how to create video file on server side by send onPreviewFrames byte array

2011-11-27 Thread Muhammad UMER
Hi Raghav, Thanks for your reply, I am using the TCP socket to send data to my server.i am writing image files continuously to sd card is perfet. but send this to server is not working. /// Here is my client side code public void onPreviewFrame(byte[] data, Camera camera) {

RE: [android-developers] Live video streaming over website

2011-08-24 Thread Muhammad UMER
please NaveenShrivastva,i am a student. I have a project on video streaming from android camera to pc, and video should store on pc in a file.I need this. i am wondering on this project no any help come to me. plz can you help me. tell me what i have to do. which API 's i search for camera and