Re: [android-developers] Re: BlueTooth Low Energy quick question

2017-09-13 Thread s.rawat
Even i have faced the same .Too many resolutions on the web but none is official Obe classic post here https://www.google.co.in/amp/s/amp.reddit.com/r/androiddev/comments/4ofnbp/bluetooth_ble_development_is_miserable_on_android/ On Mon, 21 Nov 2016 at 9:24 PM, Tiên Tín

[android-developers] Initiating Control transfer to HID USB device

2015-06-01 Thread s.rawat
Does Android usb manager gives the capability to initiate the control transfer(via *Set_OutputReports *and *Get_inputReports *methods on control Endpoint OUT/IN respectively for an HID USB device. or Is there any other non-native way to do the same in

[android-developers] Request for adding new features in Android SDK/NDK

2015-03-20 Thread s.rawat
Hi Android Team, Where can we request and monitor the status of the new features to be added in the android sdk. Is there any official process for the same? Thanks and Rgds, Saurabh -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Request for adding new features in Android SDK/NDK

2015-03-20 Thread s.rawat
Thanks for the Link Dilip. On Fri, Mar 20, 2015 at 3:47 PM, Dilip Kumar Chaudhary androiddili...@gmail.com wrote: Hi Sir, https://code.google.com/p/android/issues/list This issue tracker forum is used to request for new feature or existing bug . On Fri, Mar 20, 2015 at 3:17 PM, s.rawat

[android-developers] adb over serial to USB interface

2015-03-10 Thread s.rawat
I have a device in which USB ports are disabled but serial i/f(DB-9 ) is provided.How can I connect adb over it.I have a usb to serial interface on /dev/ttyUSB0 (which is used to get the logs) but it is not working the usual way. -- You received this message because you are subscribed to the

Re: [android-developers] Read directly from external HID connected via USB OTG

2015-01-14 Thread s.rawat
How the bar code scanner is connected to Linux Box?via USB? if so you can give a try using the HID APIS (hid-raw or libusb implementation) here : http://developer.mbed.org/cookbook/USBHID-C-bindings It ha a hidtest.cpp code which you can modify according to your device.The readme and build

[android-developers] Viewing A Memory Dump using DDMS

2013-10-30 Thread s.rawat
Hi, I am having a input_event var[arraySize] in the Android HAL.How can I see the dump of this using DDMS.Is there any way for this. Thanks in Advance! Rgds, Rp -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] USB host

2013-02-26 Thread s.rawat
Interesting.I don't know much about this but as at the same level you are I would have checked first wether the Samsung Galaxy S3 has a USB OTG sw support or not.You can try this by inserting a USB keyboard into it or a Mouse and see whether it is working. I think it has : *USB:*USB 2.0 client,

Re: [android-developers] Re: Sensors in Android

2013-02-21 Thread s.rawat
So which one is correct.For an end-developer developing an application based on sensors which sensor fusion data one should rely on . Rgds, Softy On Thu, Feb 14, 2013 at 5:32 AM, Morris morrischen.c...@gmail.com wrote: Hi, One is from ST's Sensor Fusion. The other one is from Google Sensor

Re: [android-developers] Gyroscope

2013-02-12 Thread s.rawat
whats the part number of the Gyroscope in the Tablet any idea? ..pain is temporary.quitting lasts forever. My Blog http://techshek4u.blogspot.in/ On Tue, Feb 12, 2013 at 3:32 PM, Marta Ribeiro martacunharibeir...@gmail.com wrote: Well yes that's my doubt, if you say gyroscope noise

[android-developers] Error 41 while Building ICS android-4.0.1_r1 Using sun-jdk6

2012-10-22 Thread s.rawat
Hi, I am using 64 bit Ubuntu 10.04 Machine for building ICS android-4.0.1_r1 using the Android Source Link - http://source.android.com/source/downloading.html . I am using the sun-java6-jdk instead of Open Jdk, and I think that is the preferrred one.But after hours of building I am getting this

[android-developers] Difference between teh service manager and system server!

2012-09-11 Thread s.rawat
Hi , Can some one Plz throw clear light on the difference between the system server and the service manager in the Android Framework. Thanks and Rgds, Softy -- ..pain is temporary.quitting lasts forever. My Blog http://techshek4u.blogspot.in/ -- You received this message because you

Re: [android-developers] Re: Video Sharing to Facebook from Android App using share intent FAIL :( .

2012-04-05 Thread s.rawat
://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx http://geo-filtered-assistant.blogspot.com On Apr 4, 4:39 pm, s.rawat imsaurabhra...@gmail.com wrote: How short? I am using * uses

Re: [android-developers] Re: Video Sharing to Facebook from Android App using share intent FAIL :( .

2012-04-05 Thread s.rawat
/ On Thu, Apr 5, 2012 at 4:59 PM, Jim Graham spooky1...@gmail.com wrote: On Thu, Apr 05, 2012 at 03:11:37PM +0530, s.rawat wrote: The exception is coming form inside the *com.facebook.katana.service.method.VideoUpload.getRealPathFromURI that is a part of android.jar I guess. The null pointer

[android-developers] Video Sharing to Facebook from Android App using share intent FAIL :( .

2012-04-04 Thread s.rawat
HI , I am trying to share the video on long press by using the share intent.I am able to share the image (.jpg) but not able to share the videos on facebook. *Following is my code.* Intent share = new Intent(Intent.ACTION_SEND);

Re: [android-developers] Video Sharing to Facebook from Android App using share intent FAIL :( .

2012-04-04 Thread s.rawat
9:08 AM, s.rawat imsaurabhra...@gmail.com wrote: HI , I am trying to share the video on long press by using the share intent.I am able to share the image (.jpg) but not able to share the videos on facebook. *Following is my code.* Intent share = new Intent

Re: [android-developers] 3D Charts

2012-04-01 Thread s.rawat
I have done quiet a research on this.If you are looking for drawing pie,histograms, bar or line graphs for with 3D look.I beliver ther is not such library available.You can use aichart for some 2D charts.Or final solution is you can start using the google Chart APIS , they are very googd but they

Re: [android-developers] 3D Charts

2012-04-01 Thread s.rawat
looked on Google API but I dont want webview. Thanks Regards, Sourabh On Sun, Apr 1, 2012 at 12:13 PM, s.rawat imsaurabhra...@gmail.com wrote: I have done quiet a research on this.If you are looking for drawing pie,histograms, bar or line graphs for with 3D look.I beliver ther

Re: [android-developers] Adb shell from app

2012-03-31 Thread s.rawat
What are those commands?usual copy move or something else? ..pain is temporary.quitting lasts forever.. On Sat, Mar 31, 2012 at 6:39 PM, Giuseppe porcelli.giuse...@gmail.comwrote: We need to execute some adb shell command from our app. Can someone help me to do it? Giuseppe --

Re: [android-developers] Unbranded Android tablet

2012-03-31 Thread s.rawat
There are plenty - have you tried googling about irobot tablet, UBI Slate .They are coming with no brands on them, except some tiny sticker which you can remove at ease anytime.But only problem is that they don't support the usual way of debugging.You can adb them but via wireless not with the USB

Re: [android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2012-03-30 Thread s.rawat
Hi, You can try installing it on external sd card. Add this attribute in the manifest file : android:installLocation=preferExternal It will work like charm. Rgds, Saurabh ..pain is temporary.quitting lasts forever.. On Fri, Mar 30, 2012 at 4:01 PM, Anirudh Loya

[android-developers] Image /video Share on Facebook and Twitter

2012-03-23 Thread s.rawat
Hi , I have been working on this application to share a video/image on facebook on my wall and googled a code and modified this a bit.Here is the code : public class PicShareActivity extends Activity { private static final String FB_APP_ID = My=app-id-taken from facebook after registering my

Re: [android-developers] USB Webcam

2012-02-28 Thread s.rawat
Which tablet you are using.We have tried it on Acer Iconia Tab a501 which has the Host support as well USB A type.It has to bee rooted and the application needs to have the root access to access the /dev/video0 node . It is very much possible but not for the commercial solution i guess.Only for

Re: [android-developers] Re: USB Webcam

2012-02-28 Thread s.rawat
webcam, I could see the info, using USB Hosts application , but not sure how to view the feeds. Is it possible? Thanks and Regards, Perumal On Feb 28, 6:48 pm, s.rawat imsaurabhra...@gmail.com wrote: Which tablet you are using.We have tried it on Acer Iconia Tab a501 which has the Host

Re: [android-developers] ICS Update on Nexus S

2012-02-22 Thread s.rawat
There are specific ROMS on xda developer .You can try that. Rgds, Saurabh ..pain is temporary.quitting lasts forever.. On Wed, Feb 22, 2012 at 5:07 PM, Pranav pranavraul...@gmail.com wrote: March seems likely for certain carriers. Good enough ballpark for me :) Thanks Anyways. --

Re: [android-developers] Re: Is NFC card emulation possible on Galaxy Nexus and OS 4?

2012-02-16 Thread s.rawat
Hi Paul, May be you can try this procedure to patch the ICS source code and flash it on ICS based Galaxy Nexus S. The patches's original developer is not me but some one else.I have just bloggedhttp://techshek4u.blogspot.in/2012/01/applying-card-emulation-patch-to_03.htmldown the procedure for

[android-developers] Android ICS Source Code Download other than http://source.android.com/source/downloading.html

2012-02-13 Thread s.rawat
Hi, From past few days I am trying to download the Android ICS source code from here http://source.android.com/source/downloading.html , But i am unable to do so.It is getting stuck at some point , after I put my laptop for downloading overnight.It is happening daily from past few weeks.Is there

Re: [android-developers] Re: NFC Secure Element

2012-02-12 Thread s.rawat
is *nfc_jni_transaction_callback() *inside the (HAL)Libnfc-nxp or framewrok code.?Where is it?Which Android Version?*ICS?? PLz post * * * *Rgds,* *Saurabh *..pain is temporary.quitting lasts forever.. On Sat, Feb 11, 2012 at 5:11 PM, Michael Roland mi.rol...@gmail.com wrote: Hallo

Re: [android-developers] Re: NFC Secure Element

2012-02-06 Thread s.rawat
Any comments...plz respond if you are reading this mail ! rgds, Saurabh ..pain is temporary.quitting lasts forever.. On Wed, Feb 1, 2012 at 1:21 PM, p z ymdo...@gmail.com wrote: I think maybe you can. and plesae share your rom when you finished.thx. On 2月1日, 上午8时15分, malls

Re: [android-developers] Re: NFC Secure Element

2012-02-06 Thread s.rawat
. * waht are these JAVA APIs ?Can we use them for reading NFC Secure Element - Mifare 4k? Rgds, Saurabh ..pain is temporary.quitting lasts forever.. On Mon, Feb 6, 2012 at 7:08 PM, s.rawat imsaurabhra...@gmail.com wrote: Any comments...plz respond if you are reading this mail ! rgds

Re: [android-developers] Re: NFC Secure Element

2012-02-03 Thread s.rawat
Hi All, Recently I have tried with another Card reader , I got this message. MIFARE 4K card on reader ATR : 3B 8F 80 01 80 4F 0C A0 00 00 03 06 03 00 02 00 00 00 00 69 00 02 -- Shows the *Mifare *4K Earlier with another Card I was getting -- *3B 8A 80 01 00 31 C1 73 C8 40 00 00 90 00 90* and I

Re: [android-developers] Re: NFC Secure Element

2012-01-30 Thread s.rawat
adding the library. Just Curious is it supposed to be part of android build, not sure why am I missing that file. On Jan 26, 11:09 pm, s.rawat imsaurabhra...@gmail.com wrote: Hi, I faced this issue.Plz paste the file attached in the mail to the * /system/lib* directory as suggested

Re: [android-developers] Re: NFC Secure Element

2012-01-24 Thread s.rawat
Hi Michael* ** *. Yes i have followed the aforesaid method but as soon as I execute these commands.: *Step 1) Polling for the MIFARE 1K/4K Tags, 106 kbps* FF 00 00 00 04 D4 4A 01 00 * d5 4b 00 90 00* ( I am getting this) - which shows no NFC tag. and 63 00 for rest of the of the commands. I am

Re: [android-developers] Re: NFC Secure Element

2012-01-19 Thread s.rawat
that will be possible.If successfull I will plan the next step.PLz assist me on this. Rgds, Saurabh ..pain is temporary.quitting lasts forever.. On Fri, Jan 13, 2012 at 1:54 PM, s.rawat imsaurabhra...@gmail.com wrote: HI, I am gettign an ATR : A card is present. ATR: 3B 8F 80 01 80 4F 0C A0 00 00

Re: [android-developers] Re: NFC Secure Element

2012-01-19 Thread s.rawat
Hi Michael , You mean page 12 , section *5.3 Reading Binary Block*. I tried that, i found as soon as I send the command the green light on the card reader turns Red for the time being(which I fear is some operation failed signal) , accompanied by the 63 00 response .I am using the *TestResMan

Re: [android-developers] Re: NFC Secure Element

2012-01-13 Thread s.rawat
the patches to enable to the phone in Card emulation mode. Rgds, Saurabh ..pain is temporary.quitting lasts forever.. On Fri, Jan 6, 2012 at 11:24 AM, s.rawat imsaurabhra...@gmail.com wrote: Yes you are correct, now it looks fine and I can see the options getting ticked on the NFC

Re: [android-developers] Re: Android 3.1 and USB to Serial

2012-01-10 Thread s.rawat
, I tried it with a version of 3.2 and it didn't work. My guess is we may have to wait for 4.0. However I did get a Galaxy Tab 7 Plus, and it has the necessary parts for USB hosting. -Taylor On Fri, Jan 6, 2012 at 2:32 AM, s.rawat imsaurabhra...@gmail.com wrote: Note that the Samsung Galaxy

Re: [android-developers] Re: Android 3.1 and USB to Serial

2012-01-06 Thread s.rawat
Note that the Samsung Galaxy Tab 10.1 (as of the 3.1 update - trying 3.2 now) lacked some component of the USB structure that allowed random devices to be enumerated. You are correct ! Do you feel that updating the Android rather than Kernel will do the work.I have Acer iconia A501 and its

Re: [android-developers] Re: NFC Secure Element

2012-01-05 Thread s.rawat
from an Android application I am afraid to disappoint you but that is not possible, at least I wasn't successful at it and nobody I know either. The reasons are well described in other posts and on stackoverflow. Regards On Wed, Jan 4, 2012 at 2:56 PM, s.rawat imsaurabhra...@gmail.com wrote

[android-developers] Script manager Code - How to run the shell script in the android

2012-01-05 Thread s.rawat
hi, I have not been able to run a shell script in the android phone .Actually i have to change the mode to root by issuing su command, but when the user changes to normal user($) to root (#) the further commands never gets executed. Following is my shell script which I have pushed into the

Re: [android-developers] Re: NFC Secure Element

2012-01-05 Thread s.rawat
files, since the changes apply to another file. On Thu, Jan 5, 2012 at 9:31 AM, s.rawat imsaurabhra...@gmail.com wrote: I did re-flashing from the patched Android Source and again the same thing.Here are the logcat logs on clicking the NFC Settings : D/dalvikvm( 298): GC_EXPLICIT freed 91K, 45

Re: [android-developers] Re: NFC Secure Element

2012-01-04 Thread s.rawat
Thanks ! I will also try from my side recompiling it.So you mean I should get the Check boxes enabled for *Only Card EmulationMode* and *Use External SE* My main aim is to write to the NFC card in card emulation mode so that it can be read by any Card Reader.is it possible after your patches

[android-developers] HELP: Problem in Playing Avi files on Honeycomb Acer tab iconia 501

2011-12-29 Thread s.rawat
HI, I have acer iconia 501 tab and I am trying to browse the avi files from the sdcard and playing it using the media player using the video view but no success.It says sorry cant play the video file .Is it possible to install any avi player and on click if it can use the installed avi player or

[android-developers] Couldnt find full_maguro-userdebug in the lunch menu for Samsung Nexus S(2.3.4-r1 AOSP)

2011-12-20 Thread s.rawat
HI , I have not been able to find the full_maguro-userdebug option while issuing the the lunch command while building for Samsung Nexus fom 2.3.4-r1?Plz assist.How to add this in the config file. Rgds, Softy ..pain is temporary.quitting lasts forever.. -- You received this message

Re: [android-developers] Re: SENDING YUV-TO-JPEG CONVERTED BUFFER AS A BITMAP from JNI to Android code...plzzz help...Not a Noob , Am i??

2011-12-19 Thread s.rawat
Stephen/SoB , i admit for cross-posting/rephrasing the question.Sincere apologies. btw still struggling to get this work.But once done will post the experience here. warm thanks to you both !! Rgds, Saurabh ..pain is temporary.quitting lasts forever.. On Tue, Dec 20, 2011 at 12:12 AM,

[android-developers] Re: SENDING YUV-TO-JPEG CONVERTED BUFFER AS A BITMAP from JNI to Android code...plzzz help...Not a Noob , Am i??

2011-12-18 Thread s.rawat
Hi Stephen, thanks for the reply, Can you Plz elaborate the methods and this in your last sentence -- There are *fast built-in methods* to do *this* well, but basically you create a pixel from a weighted average in color space of the pixels that the resulting pixel overlaps a ltmgfy link will be

[android-developers] SENDING YUV-TO-JPEG CONVERTED BUFFER AS A BITMAP from JNI to Android code...plzzz help...Not a Noob , Am i??

2011-12-17 Thread s.rawat
HI, I have been trying hard from past four nights to get this thing work but so far not able to do that.I have taken and modified few of the code from the ndk-sample(in the samples directory in the ndk r7) for plasma -sample for passing and mapping the bitmap from the JNI. Following is my code

[android-developers] Passing Compressed bitmap from C to Android

2011-12-16 Thread s.rawat
Hi, I am trying to send the bitmap of v4l2 buffer(from an external UVC camera) converted to jpg from the yuv to the android code but no success .Here is my few code snippets.The code snippet below is more design oriented so plz forgive the syntactics. *Android Code : * Bitmap mBitmap =

[android-developers] NDK Debugging - Startig with Helloworld JNI(gettign some errors)

2011-12-12 Thread s.rawat
Hi , I have just started ndk debugging using the hello world sample.The project is based on android-14 (above ginger bread, necessity for ndk-gdb).I am runnning the debug version and getting this result when I did ndk-gdb ndk-gdb GNU gdb 6.6 Copyright (C) 2006 Free Software Foundation, Inc. GDB

Re: [android-developers] Re: Custom made Clikable buttons

2011-12-08 Thread s.rawat
Thats correct.!! question is closed!contribute at your will!! Rgds, Saurabh ..pain is temporary.quitting lasts forever.. On Thu, Dec 8, 2011 at 2:36 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: I guess, even the image button works the same, doesn't it? -- You received

[android-developers] Samsung Galaxy Tab : Compiling/Flashing Kernel from https://opensource.samsung.com/index.jsp

2011-12-07 Thread s.rawat
Hi , Has any one tried this : (1) Downloading the kernel form the https://opensource.samsung.com/index.jsp,compiling and flashing it on the Samsung Galaxy Tab (GT-p1000 - 7 inch Tab) (2) Which tool you are using Odin or Heimdall?? (3) What is required other than zImage to be flashed on the

[android-developers] ADVICE/SUPPORT : UVC Camera on Samsung Galaxy Tab 10.1- No device Node??

2011-12-01 Thread s.rawat
HI, I am trying to interface the UVC Camera to the Samsung Galaxy Tab 10.1(GT-7510) , but I am not able to see the device node getting created in the shell( I have installed the Linux terminal Shell Application) and rooted the device using this

[android-developers] Complicated JSON String Parsing in Android

2011-12-01 Thread s.rawat
Hi , I am trying to parse this json structure but am unable to do this ; { fruits: [ { apple: { number:20, calories:210, Sweet:yes, Sour:yes, Juice:yes, Pickle:No } }, { Grape: { number:10, calories:200, Sweet:yes, Sour:yes, Juice:yes, Pickle:No } }, { Banana: { number:80, calories:100,

Re: [android-developers] Complicated JSON String Parsing in Android

2011-12-01 Thread s.rawat
Sorry it was JSONArray cities = jsonObject.getJSONArray(fruits); ..pain is temporary.quitting lasts forever.. On Fri, Dec 2, 2011 at 1:25 AM, Mark Murphy mmur...@commonsware.com wrote: On Thu, Dec 1, 2011 at 2:45 PM, s.rawat imsaurabhra...@gmail.com wrote: Hi , I am trying

[android-developers] HOW TO : Fetch Resource ID of the images from the /Data folder for imageView.setImageResource()

2011-11-29 Thread s.rawat
HI, This question is related to get the gallery View from the images stored in the /data or sdcard folder. I have modified the source codehttp://developer.android.com/resources/tutorials/views/hello-gallery.htmlfrom the android.developer site for gallery view of images kept in Drawable folder.

[android-developers] Re: Hardware Setup for Developing for Wifi Direct

2011-11-29 Thread s.rawat
*not* currently work) Will it be good to use the Atheros ath9k device or Board containing Broadcomm WLAN chip will be good enough ! Rgds, Saurabh ..pain is temporary.quitting lasts forever.. On Mon, Nov 28, 2011 at 4:10 PM, s.rawat imsaurabhra...@gmail.com wrote: HI, I am developing

Re: [android-developers] Running the Android Application accessing /dev/node

2011-11-28 Thread s.rawat
Consultant/Freelancer, India,Hyderabad. On Mon, Nov 28, 2011 at 12:30 PM, s.rawat imsaurabhra...@gmail.comwrote: Hi, I am trying to develop an application which has to access the device node.It could be anything a Printer micro-USB interface/an MHL - MDI interface .I want to know whether

Re: [android-developers] Vertically Aligning the Image Buttons

2011-11-28 Thread s.rawat
faceing below u given image like that i required the buttons On Mon, Nov 28, 2011 at 1:17 PM, s.rawat imsaurabhra...@gmail.com wrote: HI, My image buttons are coming horizontally across teh screen, I have tried enough but couldnt get it align vertically on the right or left

[android-developers] Hardware Setup for Developing for Wifi Direct

2011-11-28 Thread s.rawat
HI, I am developing an application for wifi direct.Following is my plan : 1.Porting ICS(Ice Cream Sandwich) on the Board X having wlan chip Y 2.Running demo wifi direct application suing the sample code present in android API 14 for ICS 3.Developing my own application based on the sample.

[android-developers] Running the Android Application accessing /dev/node

2011-11-27 Thread s.rawat
Hi, I am trying to develop an application which has to access the device node.It could be anything a Printer micro-USB interface/an MHL - MDI interface .I want to know whether it is possible to achieve it without rooting the device or with rooting the device (with no user hassle to run some

[android-developers] Vertically Aligning the Image Buttons

2011-11-27 Thread s.rawat
HI, My image buttons are coming horizontally across teh screen, I have tried enough but couldnt get it align vertically on the right or left side of the screen(see the last figure). Here is my main.xml and myUI is coming like this : __ |

[android-developers] HELP : Downloading Previous version of NDK(Android NDK Revision 5b)

2011-11-24 Thread s.rawat
Hi , I am trying to compile the ffmpeg source code for android.I downoaded the ffmepg source from here -- http://bambuser.com/opensource , its README says -- *Download the Android NDK Revision 5b from http://developer.android.com/sdk/ndk/index.htm*l I googled and downloaded it from here --

Re: [android-developers] Re: Galaxy Nexus can't go in USB Host mode, no mouse no usb stick.

2011-11-23 Thread s.rawat
May be you have to root it and apply the USB device patch in the kernel.Ideally Ginger Bread doesnt support the host for USB devices, I checked it with the samsung TAB..with teh USB host adapter for USB devices. Rgds, Saurabh ..pain is temporary.quitting lasts forever.. On Wed, Nov 23,

[android-developers] USB Adapter For Samsung Tab 10.1 Running Ginger-bread !

2011-11-21 Thread s.rawat
HI, Has Any one gone through this post : http://androidcommunity.com/samsung-galaxy-tab-10-1-usb-adapter-for-all-your-usb-hosting-needs-20110615/ My Question is has any one tried using this adapter and can we plug-in any USB device (Pen Drive, Card Reader, etc )via this adapter. I tried it on

Re: [android-developers] how to decompose .apk file

2011-11-21 Thread s.rawat
I think you meant *extracting *it so that you could see its contents,Unzip or unrar it using Win Zip , you will be on your way then ; ! Cheers !! Saurabh ..pain is temporary.quitting lasts forever.. On Mon, Nov 21, 2011 at 4:46 PM, Raghav Sood raghavs...@androidactivist.org wrote:

[android-developers] URGENT HELP : Bypassing Default Camera Viewfinder

2011-11-17 Thread s.rawat
Hi, I am trying to by-pass the default camera viewfinder and making an application which will give the Surfaceview some continuous jpeg frames (instead of getting it from Camera view finder)., but I have realized its quiet a gigantic task and I have to modify the files in the

Re: [android-developers] Re: URGENT HELP : Bypassing Default Camera Viewfinder

2011-11-17 Thread s.rawat
not do exactly what you asked for, but it is a lot less work than what you are proposing, and gives you much of what you probably really need. On Nov 17, 11:26 am, s.rawat imsaurabhra...@gmail.com wrote: Hi, I am trying to by-pass the default camera viewfinder and making an application

Re: [android-developers] Re: Capture Video + Circular Buffer for Video on Android

2011-11-16 Thread s.rawat
try joining any one of the relevant mailing lists here http://gstreamer.freedesktop.org/lists/ experts are sitting here ..!! Rgds Saurabh ..pain is temporary.quitting lasts forever.. On Thu, Nov 17, 2011 at 9:07 AM, Joseph Irvine jos...@irvinemail.orgwrote: Does gstreamer

[android-developers] git.kernel.org : Fatal: unable to connect a socket (Connection refused)

2011-11-14 Thread s.rawat
I am getting this error on issuing the git init -u git://android.git.kernel.org/platform/manifest.git -b android-2.3.2_r1 android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused fatal: unable to connect a socket (Connection refused) I tried grepping for android.git.kernel.org in the

Re: [android-developers] Re: Custom made Clikable buttons

2011-11-13 Thread s.rawat
is also available in Android SDK documentation... Do check it out when you got some time... Cheers... On Nov 13, 11:29 am, s.rawat imsaurabhra...@gmail.com wrote: HI , Is it possible to make the custom clickable buttons (from the clip art , button image, or any fancy looking figure

Re: [android-developers] Get position in GLSurfaceView

2011-11-12 Thread s.rawat
what do u mean by position?? ..pain is temporary.quitting lasts forever.. On Fri, Nov 11, 2011 at 5:42 AM, Victor Basurto victor.b.r@gmail.comwrote: Hi, i am doing an app with the camera with GLSurfaceView, but when i want to get the position of an image that i drawn previously

[android-developers] Custom made Clikable buttons

2011-11-12 Thread s.rawat
HI , Is it possible to make the custom clickable buttons (from the clip art , button image, or any fancy looking figure) and add to the android UI, just like paper camera Application http://www.youtube.com/watch?v=Y2a4QGGLQUM. I have been trying the same on Honeycomb and they ave something good

Re: [android-developers] play swf file in android

2011-11-10 Thread s.rawat
@Christopher plz elaborate !! Thnx and rgds, Saurabh ..pain is temporary.quitting lasts forever.. On Thu, Nov 10, 2011 at 7:13 PM, Christopher Van Kirk christopher.vank...@gmail.com wrote: Check out the news from yesterday. Whatever you're doing is already obsolete. On

Re: [android-developers] play swf file in android

2011-11-09 Thread s.rawat
Try installing the AIR for Android latest version on your emulator /device/ ..pain is temporary.quitting lasts forever.. On Thu, Nov 10, 2011 at 10:39 AM, Ratheesh Valamchuzhy android...@gmail.com wrote: i am trying to play an swf file in android emulator(2.3), but it is not

Re: [android-developers] How to use this Google git website to see the code

2011-11-08 Thread s.rawat
if u have the link to the source code u can install git and issue git clone git.link.for.your.sourcecode. on the terminal ..pain is temporary.quitting lasts forever.. On Tue, Nov 8, 2011 at 12:43 PM, Saurabh Patel saurbh...@gmail.com wrote: here i want use google git for see

[android-developers] Samsung Galaxy Tab 10.1 Android Source Code

2011-11-07 Thread s.rawat
HI . Is there an official site for it.I found this -- https://github.com/GalaxyTab101/samsung-kernel-galaxytab101 , but is this the official one ?.Also pointers to flashing /rooting will be life saver. Rgds, Saurabh -- You received this message because you are subscribed to the Google Groups

[android-developers] Tools for adding print Logs inside the Android Code

2011-11-07 Thread s.rawat
HI, I am trying to understand the android code flow for camera module.Is there any script to insert the print logs(FILENAME_FUNCTIONNAME_LINENUMBER) inside the android code(java , cpp and c files) .I am planning to do this and compile the image and run it and logcat the output while I run the

[android-developers] How To(Interesting) : Cross Compiling and Using Gtreamer Commands on the Android Phones/Tablets

2011-11-04 Thread s.rawat
Hi, I know there has been stagrefright and open core inside the Android Multimedia Framework.But Now I am trying to use the audio/video streaming functionalities using the *gstreamer* commands(as well c application for them) in the adb shell. For example wheni pluggedin a web cam in my ubuntu

Re: [android-developers] Icon Sets

2011-11-04 Thread s.rawat
you can try icons from www.softicons.com to avoid this.Sorry for not giving you the expected answer. ..pain is temporary.quitting lasts forever.. On Fri, Nov 4, 2011 at 11:20 AM, Michael Leung michaelchi...@gmail.comwrote: Hi all, Does anyone know if I buy a Royalty-free icon set,

Re: [android-developers] Icon Sets

2011-11-04 Thread s.rawat
at 4:09 PM, s.rawat imsaurabhra...@gmail.com wrote: you can try icons from www.softicons.com to avoid this.Sorry for not giving you the expected answer. ..pain is temporary.quitting lasts forever.. On Fri, Nov 4, 2011 at 11:20 AM, Michael Leung michaelchi...@gmail.comwrote: Hi all

Re: [android-developers] Re: Interfacing logitech Web Cam to the android phone

2011-11-03 Thread s.rawat
looking for something else ~ it is in there - you just punch in camera to the search and start reading On Nov 2, 3:04 pm, s.rawat imsaurabhra...@gmail.com wrote: HI, How can i interface the Logitech web cam with the exiting Android Phone( I am trying to root the nexus S ) and playing around

Re: [android-developers] Unable to install the .apk file on Samsung Galaxy SII mobile

2011-11-03 Thread s.rawat
install it using the adb shell issue ./adb install package name how are you installing it?whats the error? ..pain is temporary.quitting lasts forever.. On Fri, Nov 4, 2011 at 8:49 AM, manidhar kumar manidhar.karnata...@gmail.com wrote: Hi, I am new to android world. I have

[android-developers] How To : Paper Camera(popular Android Application) UI

2011-11-02 Thread s.rawat
Hi, I love the application called Paper camerahttp://www.youtube.com/watch?v=Y2a4QGGLQUM( and I think most of you too).I am a novice and learning to develop rich UI android application.I am quiet fascinated the way the embedded buttons has been put into custom made UI(User Interface) for Paper

[android-developers] Interfacing logitech Web Cam to the android phone

2011-11-02 Thread s.rawat
HI, How can i interface the Logitech web cam with the exiting Android Phone( I am trying to root the nexus S ) and playing around with android camera framework.I have to make the custom zimage (wihch I could do) but have to provide the functionality that the camera view finder by default will

[android-developers] Combining flex code and Android in Eclipse

2011-09-21 Thread s.rawat
Hi , Is it possible to combine the Flex code(mxml) with the android code in Eclipse.I want to passs the values from the android code to the flex code ( written in mxml ).Also if it is possible how can we pass the values to and from them. I have a .swf component created from the mxml files in the

[android-developers] Porting Application project from Eclipse to Flash Builder

2011-09-13 Thread s.rawat
HI, Is it possible to port the application project from Eclipse to Flash Builder.I think Later has also the ndk support for building the native c code and building a shared library and linking it to the android code.In short can we develop the same android application in flash Builder. Rgds

[android-developers] How to:Hyperlink Inside the Dialogue Box Message

2011-08-31 Thread s.rawat
Hi, How can I make a text clickable(hyperlinked) in the dialogue box. Folowing is the code - public class Custom_Dialog extends Dialog implements OnClickListener { public Custom_Dialog(Context context) { super(context); setContentView(R.layout.my_dlgbox);

[android-developers] Re: [android-discuss] Re: How to:Hyperlink Inside the Dialogue Box Message

2011-08-31 Thread s.rawat
Thankx it worked , also i have to add this line -- *text.setMovementMethod(LinkMovementMethod.getInstance());* Rgds*,* saurabh ..pain is temporary.quitting lasts forever.. On Wed, Aug 31, 2011 at 7:11 PM, Chris crehb...@gmail.com wrote: On Wednesday, August 31, 2011 4:00:48 AM

[android-developers] Re: [android-discuss] Re: Embedding a Project made form Adobe FLEX inside an android project in Eclipse.Is it possible?

2011-08-31 Thread s.rawat
Oopss sooryits me Saurabh...my sis was using the same account.. Well you pasted teh gogole link..thanks any ways ..have tried it enough ..but will surely look with your keywords. Rgds, Saurabh ..pain is temporary.quitting lasts forever.. On Wed, Aug 31, 2011 at 8:07 PM, rich

[android-developers] Embedding a Project made form Adobe FLEX inside an android project in Eclipse.Is it possible?

2011-08-29 Thread s.rawat
HI ALL, I have created a Adobe flex http://coenraets.org/blog/2011/07/mobiledashboard-for-ios-android-and-playbook-source-code-available-on-github/project which is running well on the FLEX emulator for android phones (I have tested it on google nexus one ).Now I want to use this project inside my

[android-developers] Unable to do ls in the device file system to view the logs in the adb shell.

2011-08-23 Thread s.rawat
HI All, I am able to create the logs inside the android file system in /data/data/my.package.directory.When I do cd to this directory it is fine until when I do ls or cat in the adb shell to view the content i am getting*permission denied * .The device is a commercial device(samsung tablet).Is

[android-developers] Is Jfreechart engine Suitable for Android Chart?

2011-08-23 Thread s.rawat
HI, I have been struggling a lot in developing the stacked bar chart.I have used the achartengine http://www.achartengine.org/(a light weight chart engine) to draw the pie and bar charts , but now the requirement has changed and I am supposed to convert the bar charts(attached) of one category to

Re: [android-developers] Listview with image

2011-08-20 Thread s.rawat
Apart from glue a bit not so easy way would be to create an array adapter and extends the listview activity with it .Inside the adapater you can add an image, description ,title to it.Try if it helps or I will paste the code. Rgds, Saurabh ..pain is temporary.quitting lasts forever.. On

[android-developers] Copying Application Files on android device and apk versioning Information

2011-08-10 Thread s.rawat
HI, How we can make the apk(on installing) copy the application files on the device .Do we have invoke the script from the application to copy application files(test files,read me, release notes, data files) or is there any other way for example any default folder we have to put the files in and

[android-developers] Re: Enabling root permissions/functioanlities from the Android application or a folder in Android filesystem with default Permission

2011-07-28 Thread s.rawat
Hi Chris , Thanks for the reply it worked pretty well. The /data folder in the android file system has the default application folder where the application specific read write happens they generally looks like this : */data/data/my.package.name/app_my custom folder/* **

[android-developers] Enabling root permissions/functioanlities from the Android application or a folder in Android filesystem with default Permission

2011-07-26 Thread s.rawat
HI all Again, I am makaing an application which performs the memory(file read write edit modify) and cpu(executing comples alogortihms of mathematics) opeartions also similiarly I am doing the I/O operations on the device memory(file write read on sqlite DB).I want the root permission for copyingm

[android-developers] Erro handling Design pattern Approach in C - Jni - Application !

2011-07-19 Thread s.rawat
HI I am developing a simple c application and interfacing it with the android application using the jni calls.The c application is basically an IO related operation on sqlite db.I wanted to know the way to handle the errors -exception at the c level.Shall i pass the error codes to the

Re: [android-developers] Re: Android Charting dll for plotting Graphs

2011-07-11 Thread s.rawat
porting some of my applications to Android so I am evaluating TeeCharts for Android. I'm hoping it will make porting a bit easier. http://www.steema.com/entry/63/h4/TeeChart_Java_for_Android_now_available Marty On Jul 7, 8:20 am, s.rawat imsaurabhra...@gmail.com wrote: Thanks Fred

[android-developers] Found Android Charting for plotting Graphs but they are in 2d , for 3D i want ??

2011-07-11 Thread s.rawat
and free to rotate on my finger touch.Is there a way for it , atleast for making them in 3D.-- ..pain is temporary.quitting lasts forever.. On Mon, Jul 11, 2011 at 4:46 PM, s.rawat imsaurabhra...@gmail.com wrote: HI , I ahve tried the achart engine.I followed this link, http

Re: [android-developers] Android Charting dll for plotting Graphs

2011-07-07 Thread s.rawat
know). There are API's for creating graphs: http://android.arnodenhond.com/components/graphview and http://androidplot.com/wiki/Home are just two I found with a very quick google search... Hope this helps, Fred On 06/07/2011, s.rawat imsaurabhra...@gmail.com wrote: yeah Mark even less

  1   2   >