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 wrote: > I have a same p

[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 Andr

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

2015-03-20 Thread s.rawat
n Fri, Mar 20, 2015 at 3:17 PM, s.rawat wrote: > >> 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 >>

[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

[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 Goo

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 instru

[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 e

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, 480

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 wrote: > Hi, One is from ST's Sensor Fusion. The other one is from Google Sensor > Fusion. > > Sincerely, >

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 " 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

[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 er

[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 " -- You received this message because y

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

2012-04-05 Thread s.rawat
u.blogspot.in/>" On Thu, Apr 5, 2012 at 4:59 PM, Jim Graham 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 > > > > th

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

2012-04-05 Thread s.rawat
--- > Ali Chousein > http://socialnav.blogspot.com | http://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 > >

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

2012-04-04 Thread s.rawat
ou could have shortened the code, but it appears your app doesn't have > permission to read from the data directory. > > So ask for permission and gracefully handle when it doesn't read the file. > On Apr 4, 2012 9:08 AM, "s.rawat" wrote: > >> HI , >>

[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); share.setType("vi

Re: [android-developers] 3D Charts

2012-04-01 Thread s.rawat
plase share some code or samples for that.I > looked on Google API but I dont want webview. > > Thanks & Regards, > Sourabh > > > On Sun, Apr 1, 2012 at 12:13 PM, s.rawat wrote: > >> I have done quiet a research on this.If you are looking for drawing >> pie,hi

Re: [android-developers] 3D Charts

2012-03-31 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 a

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] 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 wrote: > We need to execute some adb shell command from our app. > Can someone help me to do it? > > Giuseppe > > -- > You received this me

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 wrote: > Chance

[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] Re: USB Webcam

2012-02-28 Thread s.rawat
gged in the USB 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" wrote: > > Which tablet you are using.We have tried

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 our

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 wrote: > March seems likely for certain carriers. Good enough ballpark for me :) > Thanks Anyways. > > -- > You received this

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 bloggeddown 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 , 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 wrote: > Hallo malls, > > > I coul

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

2012-02-06 Thread s.rawat
lease. * 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 wrote: > Any comments...plz respond if you are reading this mail ! > rgds, >

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 wrote: > I think maybe you can. > and plesae share your rom when you finished.thx. > > On 2月1日, 上午8时15分, malls wrote: > > Fernando

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
orked just 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" wrote: > > Hi, > > > > I faced this issue.Plz paste the file attached in the mail to the * >

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.

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 *too

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

2012-01-19 Thread s.rawat
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 wrote: > HI, > I am gettign an ATR : A card is present. ATR: 3B 8F 80 01 80 4F 0C A0 00 >

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 wrote: > Yes you are correct, now it looks fine and I can see the options getting > "ticked" o

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

2012-01-10 Thread s.rawat
t; However, 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 wrote: > >

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 prett

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

2012-01-05 Thread s.rawat
safe to apply again over the patches files, > since the changes apply to another file. > > On Thu, Jan 5, 2012 at 9:31 AM, s.rawat wrote: > >> I did re-flashing from the patched Android Source and again the same >> thing.Here are the logcat logs on clicking the NFC Set

[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 /data

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

2012-01-05 Thread s.rawat
RFID reader will do. If you try to access > directly to the SE 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 > stackoverfl

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 a

[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 bec

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 wil

[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 snip

[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 = Bitmap.

[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 is

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 rec

[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 Tab.(roo

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 wrote: > On Thu, Dec 1, 2011 at 2:45 PM, s.rawat wrote: > > Hi , > > I am trying

[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"

[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 Video

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

2011-11-29 Thread s.rawat
s *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 wrote: > HI, > I am developing a

[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 codefrom the android.developer site for gallery view of images kept in Drawable folder.

[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. 4.Creati

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

2011-11-28 Thread s.rawat
at 1:31 PM, jaggu > wrote: > >>> > >>> Hi > >>> same issue i'm also faceing below u given image like that i required > the > >>> buttons > >>> > >>> > >>> On Mon, Nov 28, 2011 at 1:17 PM, s.ra

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

2011-11-28 Thread s.rawat
gt; *Mukesh Kumar*, > Android Consultant/Freelancer, > India,Hyderabad. > > On Mon, Nov 28, 2011 at 12:30 PM, s.rawat wrote: > >> 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

[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 : __ | Bu

[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 script/

[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 --> http

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,

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 wrote: > To decompose an apk, do the

[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 Sams

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

2011-11-17 Thread s.rawat
processing using the Camera.setPreviewCallback() method to > register your own handler for each frame. > > I realize this does 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. > > O

[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 framework/core/jni(nat

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 wrote: > Does gstreamer natively work with circula

[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 d

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

2011-11-13 Thread s.rawat
of your >> choice. >> Lots of other good stuff 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" wrote: >> > HI , >> >

[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 . I have been trying the same on Honeycomb and they ave something good

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 wrote: > 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 in the > camera view

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 1

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 wrote: > i am trying to play an swf file in android emulator(2.3), but it is not > playing , if any one kno

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 on the terminal "..pain is temporary.quitting lasts forever.." On Tue, Nov 8, 2011 at 12:43 PM, Saurabh Patel wrote: > here i want use google git for see source code of different different > things > > bu

[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 camer

[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 "An

Re: [android-developers] Icon Sets

2011-11-03 Thread s.rawat
at you can use it as you wish. > That's why sometimes it might be better to pay an artist for a custom set > than using licensed images. > > > On Thu, Nov 3, 2011 at 11:13 PM, Michael Leung wrote: > >> That is free for personal use only. >> I am looking a icon set for

Re: [android-developers] Icon Sets

2011-11-03 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 wrote: > > Hi all, > Does anyone know if I buy a Royalty-free icon set, can I use them in a

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

2011-11-03 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 mac

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 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 created the

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

2011-11-02 Thread s.rawat
aw this in the docs 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" wrote: > > HI, > > How can i interface the Logitech web cam with the exiting Android Phone( > I > &g

[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 take

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

2011-11-02 Thread s.rawat
Hi, I love the application called Paper camera( 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 Ca

[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 Ad

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

2011-09-12 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 Saurab

[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 fried

[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 wrote: > > > On Wednesday, August 31, 2011 4:00:48 AM UTC-4, softy wr

[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); setTitle(

[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 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] 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 (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

[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/.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 there any way to view th

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.." O

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

2011-08-09 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 w

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

2011-07-27 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//* **directory=getDir("fodlername", Context.MODE_

[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 application(a

[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 wrote: > HI , > I ahve tried the achart engine.I followed this link, > > > h

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, &q

[android-developers] How to get the Hw-Tablet configuration??

2011-07-07 Thread s.rawat
Hi Is there a way/any android api which can give us the system configuration(hw configuration -memory, cpu config, speed, processor version and other accelerator information) or do we have to log cat the /proc/meminfo and /proc/cpuinfo into the file in c fucntion and dump the file to the android ap

  1   2   >