[android-developers] The linked program is no longer installed on your phone ????

2012-03-27 Thread muhammad.ume...@hotmail.com
I am using the sharedPrefrences in my app for Registration, it work's perfect on amulator but when i install it to my device mobile and enter the name and phone no. and when i close the app and then re-open it, it show me The linked program is no longer installed on your phone. what's it can have

[android-developers] Redirect my app to network setting if the device is not connected to any Network??

2012-03-22 Thread muhammad.ume...@hotmail.com
Hi, Please help me, my application is network base. So if my app not found any network connection it will go to network settings. how? Thanks and Regards, umer -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

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

2012-03-21 Thread muhammad.ume...@hotmail.com
hi, I want to register the user only one time when he use after installation and save it's name locally on mobile. how can i do this? please give any suggestion. Thanks and Regards, umer -- You received this message because you are subscribed to the Google Groups Android Developers

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

2012-03-12 Thread muhammad.ume...@hotmail.com
Hi, I am creating an app to share my pc desktop on my android mobile. Now i am receiving the images from my pc on my mobile, but not the control of my mouse, Please can anyone tell me how to get the control of my mouse to handle my pc through my mobile. Thanks and Regards, umer -- You

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

2012-03-08 Thread muhammad.ume...@hotmail.com
Hi, I want some radio button on one activity. how to submit selected radio button value from this activity to other activity, any suggestion? Thanks and Regards, umer -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

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

2012-02-23 Thread muhammad.ume...@hotmail.com
Hi, Please tell me how to apply restriction for installing the application on mobile device through programming or any other way rather then using username and password. Thanks and Regards, umer -- You received this message because you are subscribed to the Google Groups Android

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

2012-02-22 Thread muhammad.ume...@hotmail.com
Hi, My app is depends on internet, so I want that if the mobile is not connected to internet then my app show the message to the user that internet not connected and exit the application. give me any suggestion. Thanks and Regards, umer -- You received this message because you are

[android-developers] connection problem with server??

2012-02-21 Thread muhammad.ume...@hotmail.com
hi all, My server is in running mode every time(PC server). I am connecting with my server on onCreate method and it successfully transmit data to server. but when i close my app on Android side and re-open my app but this time it will not connect to server and give me exception. I think

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

2012-02-18 Thread muhammad.ume...@hotmail.com
hi all, Please give me the Mediarecorder documentation or The report on Mediarecorder. Please please i really need it. Thanks and Regards, umer -- 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] How to restrict my app??

2012-02-16 Thread muhammad.ume...@hotmail.com
hi, I want to restrict my android app to just open on specific No. of mobiles that i want. how can i do that? Thanks and Regards umer -- 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] Encoder???

2012-01-23 Thread muhammad.ume...@hotmail.com
hi, Please anyone tell me that, which encoder i can use on onPreviewFrame to create a video, and i want to send this encoded video to network, please suggest me which encoder that android support. Thanks and Regards umer -- You received this message because you are subscribed to the Google

[android-developers] How to Encode frames from onPreviewFrame??

2012-01-20 Thread muhammad.ume...@hotmail.com
hi, I want to encode each frame and these encoded frame send to network and save it in a video file. please tell me which encoder i have to use, that supported by Android. and also suggest the link for it. Thanks and Regards umer -- You received this message because you are subscribed to

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

2012-01-19 Thread muhammad.ume...@hotmail.com
hi, I am getting frames from onPreviewFrame, compress to jpeg image with YUV and send over the network(TCP), but the problem is, i want to increase the frame rate. Now it is 4fps but i want 15fps and my image size is 4- 6 kb what can i do to increase frame rate, here is my code public void

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

2012-01-17 Thread muhammad.ume...@hotmail.com
hi, I am getting frames from onPreviewFrame, compress to jpeg image with YUV and send over the network, but the problem is, i want to increase the frame rate. Now it is 4fps but i want 15fps and my image size is 4- 6 kb what can i do to increase frame rate, here is my code public void

[android-developers] How to increase frame rate(fps) of onPreviewFrame ??‏

2012-01-16 Thread muhammad.ume...@hotmail.com
hi, I am getting frames from onPreviewFrame, compress to jpeg image with YUV and send over the network, but the problem is, i want to increase the frame rate. Now it is 4fps but i want 15fps what can i do to increase frame rate, here is my code public void onPreviewFrame(byte[] data, Camera

[android-developers] compress frame to QVGA from onPreviewFrame??‏

2012-01-16 Thread muhammad.ume...@hotmail.com
hi, I am getting the frames from onPreviewFrame method, and convert these frames to jpeg and send it on a network. but i want the size of each image to QVGA that is 320x240. Please tell me what is the right way to do this, but i am doing like this, Here is my code. Is this give me the result

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

2012-01-16 Thread muhammad.ume...@hotmail.com
hi, I am getting frames from onPreviewFrame, compress to jpeg image with YUV and send over the network, but the problem is, i want to increase the frame rate. Now it is 4fps but i want 15fps what can i do to increase frame rate, here is my code public void onPreviewFrame(byte[] data, Camera

[android-developers] compress frame to QVGA from onPreviewFrame??‏

2012-01-15 Thread muhammad.ume...@hotmail.com
hi, I am getting the frames from onPreviewFrame method, and convert these frames to jpeg and send it on a network. but i want the size of each image to QVGA that is 320x240. Please tell me what is the right way to convert the onPreviewFrame to QVGA, but i am doing like add 320 and 240 as a

[android-developers] How to increase frame per second ??

2012-01-15 Thread muhammad.ume...@hotmail.com
hi, I am getting frames from onPreviewFrame, compress to jpeg image with YUV and send over the network, but the problem is, i want to increase the frame rate. Now it is 4fps but i want 15fps what can i do to increase frame rate, here is my code public void onPreviewFrame(byte[] data, Camera

[android-developers] compress frame to QVGA from onPreviewFrame??

2012-01-13 Thread muhammad.ume...@hotmail.com
hi, I am getting the frames from onPreviewFrame method, and convert these frames to jpeg and send it on a network. but i want the size of each image to QVGA that is 320x240. Please tell me what is the right way to do this, but i am doing like this, Here is my code. Is this give me the result

[android-developers] YUV to h263/h264 compression on android to stream video

2012-01-12 Thread muhammad.ume...@hotmail.com
hi, I am trying stream video from android to network and receiving it on a server that I had written in java. I am capturing YUV data on onPreviewFrame method on Camera convert with yuv in jpeg and sending it to the server where I convert this data to image and displaying it. Everything works

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

2012-01-12 Thread muhammad.ume...@hotmail.com
hi, I am trying stream video from android to network and receiving it on a server that I had written in java. I am capturing YUV data on onPreviewFrame method on Camera convert with yuv in jpeg and sending it to the server where I convert this data to image and displaying it. verything works

[android-developers] onPreviewFrame got Exception???

2012-01-09 Thread muhammad.ume...@hotmail.com
hi, I am sending the onpreviewFrame byte array to socket. it send the first image but due to onPreviewframe callback it does not send any image and go to Exception. I want to send images to socket continuously. what's the reason. Here is my code logCat result public void

[android-developers] onPreviewFrame got Exception???

2012-01-08 Thread muhammad.ume...@hotmail.com
hi, Please anyone tell me that when onPreviewFrame call it send first frame of the preview to socket but when it callback it get exception and does send any frame to socket, I want to send images from onPreviewFrame continuously. Please tell me what's the reason, and sorry for my English.

[android-developers] how to debug the code when using camera of device(mobile)

2012-01-06 Thread muhammad.ume...@hotmail.com
hi, I want to debug the code when i using the camera of the mobile. how can i debug it on a device. Thanks and Regards umer -- 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] How to send onPreviewframe jpeg image continuously to server??????

2012-01-05 Thread muhammad.ume...@hotmail.com
hi, I am creating an app to send onPreviewframe image byte array continuously to server, but only on image is transfer to server. I am stuck here please tell me what i have to do for this situation. //here is my android onpreviewframe code/// public void onPreviewFrame(byte[] data,

[android-developers] onPreviewFrame

2012-01-05 Thread muhammad.ume...@hotmail.com
hi, I am creating an app to send onPreviewframe images byte array continuously to server, but only one image is transfer to server. I am stuck here please tell me what i have to do for sending all images to server with this onPreviewFrame. //here is my android onpreviewframe code///

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

2011-12-10 Thread muhammad.ume...@hotmail.com
Hi, My requirement is to save the space on SD Card, so i want to create an app to take picture of size 1kb, is it possible, and if it is possible then what can i do. Thanks and Regards, umer -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] How to reduce the size of image from Camera onPreviewFrame !!!!!

2011-12-09 Thread muhammad.ume...@hotmail.com
Hi, My requirement is to save the space on SD Card, so i want to create an app to take picture of size 1kb, is it possible, and if it is possible then what can i do. Thanks and Regards, umer -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] how to save video file through Mediarecorder on SD Card when mobile is crack during recording?????

2011-12-03 Thread muhammad.ume...@hotmail.com
Hi, I want to create an app, that record video from my camera through Mediarecorder API. Is Mediarecorder support to create a video file when my mobile is turned off or crack during recording or how can i handle this myself. Thanks and Regards, umer -- You received this message because

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

2011-12-01 Thread muhammad.ume...@hotmail.com
Hi, I am succeed to record video through Mediarecorder on SD card but i want to send this video to pc server without writing to SD card. I search it and i found the parcelFileDescriptor is the way to send video to TCP socket but i don't know how to receive it on server side please explain

[android-developers] How to Capture video with onPreviewFrame and send over TCP Socket????

2011-12-01 Thread muhammad.ume...@hotmail.com
Hi, I am using the TCP socket to send data to my desktop server. but first i want to convert the NV21 format to 3gp form also compress it and create the byte array of this frame to send over a TCP socket. then the server will write this live to video file. /// Here is my client side

[android-developers] help me! how to send video to TCP socket server??

2011-11-30 Thread muhammad.ume...@hotmail.com
Hi, I am succeed to record video through Mediarecorder on SD card but i want to send this video to pc server without writing to SD card. I search it and i found the parcelFileDescriptor is the way to send video to TCP socket but i don't know how to receive it on server side please explain

[android-developers] android camera video send through TCP socket to Server???

2011-11-30 Thread muhammad.ume...@hotmail.com
Hi, I am succeed to record video through Mediarecorder on SD card but i want to send this video to pc server without writing to SD card. I search it and i found the parcelFileDescriptor is the way to send video to TCP socket but i don't know how to receive it on server side please explain

[android-developers] help me!! MediaRecorder record video and send to server?is it possible??

2011-11-29 Thread muhammad.ume...@hotmail.com
Hi, I am succeed to record video through Mediarecorder on SD card but i want to send this video to pc server without writing to SD card. I search it and i found the parcelFileDescriptor is the way to send video to TCP socket but i don't know how to receive it on server side please explain

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

2011-11-27 Thread muhammad.ume...@hotmail.com
Hi, i am able to create images on sd card with onPreviewFrame by converting the raw byte array to Yuvimage and then compressing it to jpeg format and then write in a file. this work perfectly. but i want to send these preview frames to server and recored in a video file. please help me, I m

[android-developers] MediaRecorder send video over TCP socket,how can I recive it on server side??? HELP

2011-11-21 Thread muhammad.ume...@hotmail.com
Hi, I found Mediarecorder that record video, i also found that parcelFileDescriptor fromSocket can use to send video over TCP but I am not able to send this video and recieve on a server side. Mediarecorder parcelFileDescriptor fromSocket that perfect to record video on sd card but when

[android-developers] How can I save image on sd card with onpreviewfame??????

2011-11-19 Thread muhammad.ume...@hotmail.com
Hi, please tell me with the code example, how can we save images on sd card from OnperviewFrame(byte[] data, Camera camera) what can we do with this data byte array, to store as image on sd card. I know i want to decode it but not succeed.please please give me the code example to do this.

[android-developers] Need Your Help: How to send video of mediarecorder over TCP and How can i receive this on server side.

2011-11-16 Thread muhammad.ume...@hotmail.com
Hi, I found Mediarecorder that record video, i also found that parcelFileDescriptor fromSocket can use to send video over TCP but I am not able to send this video and recieve on a server side. Mediarecorder parcelFileDescriptor fromSocket that perfect to record video on sd card but when

[android-developers] MediaRecorder send video over TCP socket

2011-11-15 Thread muhammad.ume...@hotmail.com
hi, Please please help me. i have found 2 method for android video camera recording to pc but i m stuck to create a file on server side. these 2 methods are 1) Mediarecorder parcelFileDescriptor fromSocket that perfect to record video on sd card but when i send it to socket, it doesn't

[android-developers] video streaming from android(client) to pc(server)

2011-08-24 Thread muhammad.ume...@hotmail.com
hi, i am a student and i have a project on video streaming. capture a video from android camera and send it live to my server. and server save this video in a file. I am to much familiar with java but starting with android development. Please tell me which API's that i should use to capture