[android-developers] Count network traffic for each activity

2011-04-15 Thread Rajesh Rathod
Hi, we can get overall network bandwidth usage for mobile and wifi by varieties of way but is it possible to find bandwidth usage by each individual activity? I am juggling for this since last so many days but could not find anything useful. Thanks in advance. -- Regards, Rajesh Rathod Sr

[android-developers] How to find bandwidth usage by different activity

2011-04-15 Thread Rajesh Rathod
Hi, I want to develop such application where we can find network bandwidth used by different activity installed in mobile device. I gone through google and found that TrafficStat class can provide some of the information. In there any other most efficient way to retrieve such information for Wifi

[android-developers] How to Stop background music, whenever my Application is launched

2011-04-14 Thread rajesh chandrasekaran
Hi, In my application i have several activities and i want to start background music whenever my Application is launched then i need to pause music. May i know how to pause the background music. Any sample code??? Thanks C.Rajesh -- You received this message because you are subscribed to t

[android-developers] regarding vpn in android

2011-03-28 Thread rajesh b r
any inbuild methods or protocol we can use for the data encryption? if u have any reference or any more information which help us to develop VPN then please forward it to me regards rajesh -- You received this message because you are subscribed to the Google Groups "Android Developers&q

Re: [android-developers] ListView/ExpandableListView Imageview flicking

2011-02-26 Thread Rajesh Kumar
Rather than Base Adapter use ArrayAdapter.NotifyDataSetChanged will call for all views which are currently Visible.Try to invalidate layout.I hope it will work. On Sat, Feb 26, 2011 at 6:31 AM, Justin Anderson wrote: > We can help better if you post your code... > On Feb 24, 2011 10:01 PM, "Sao K

Re: [android-developers] Tabbed View

2011-02-26 Thread Rajesh Kumar
I need code or GUI Images to Understand ur problem. On Sat, Feb 26, 2011 at 1:58 AM, TreKing wrote: > On Thu, Feb 24, 2011 at 7:16 AM, David Williams < > dwilli...@dtw-consulting.com> wrote: > >> Can anyone provide any help on this? I'd really appreciate it. > > > I've not used tabbed, but two s

Re: [android-developers] EditText behaving weirdly

2011-02-26 Thread Rajesh Kumar
May be You r using setText(). Cursor will come to begining position. On Sat, Feb 26, 2011 at 5:58 PM, Richard Marsh wrote: > Which code wold you like to see? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group

Re: [android-developers] Install the Apk

2011-02-11 Thread rajesh sai
Hi, install the apk using the following command and check your mobile you would find the installed apk along with the shortcut. command is adb install filename.apk Regards Sai Rajesh On Mon, Feb 7, 2011 at 5:34 PM, crajesh wrote: > Hi, > > I am new in android. I need to create the

[android-developers] Re: seeing GENERIC_FAILURE in logs of network selection

2011-02-03 Thread Rajesh Kadhiravan Nagaiah
they are not mandatory files and also should not cause any problem with the network registration even though EF_SPN and EF_SPDI files contains the operator name display rules in case of roaming, if its not present it will display the network provider name. BR, Rajesh - Hide quoted text - On Tue

[android-developers] Re: seeing GENERIC_FAILURE in logs of network selection

2011-02-03 Thread Rajesh Kadhiravan Nagaiah
K as they are not mandatory files and also should not cause any problem with the network registration even though EF_SPN and EF_SPDI files contains the operator name display rules in case of roaming, if its not present it will display the network provider name. BR, Rajesh On Jan 25, 7:27 pm, Bryan Cl

Re: [android-developers] seeing GENERIC_FAILURE in logs of network selection

2011-02-03 Thread Rajesh Kadhiravan Nagaiah
s OK as they are not mandatory files and also should not cause any problem with the network registration even though EF_SPN and EF_SPDI files contains the operator name display rules in case of roaming, if its not present it will display the network provider name. BR, Rajesh On Tue, Jan 25, 2011 a

[android-developers] Issue in location search activity in google map

2011-01-14 Thread Rajesh Rathod
Hello Folks, I am developing an application based on following functionality. 1. Display current location in Google map using only GPS service. 2. Find near by place as specified hardcoded in application from current location. 3. Application is working fine emulator but ProgressDialog never disap

[android-developers] Re: how to fetch the facebook friend list

2011-01-07 Thread rajesh chandrasekaran
011 at 12:51 PM, rajesh chandrasekaran < > > crajeshdanger...@gmail.com> wrote: > > Hi > >  I am new in android. In my android application i have one button if > > user click that then i need to display the friend list of the facebook > > user. > > >  i do

[android-developers] how to fetch the facebook friend list

2011-01-06 Thread rajesh chandrasekaran
Hi I am new in android. In my android application i have one button if user click that then i need to display the friend list of the facebook user. i dont know how to do this, plz give me any idea Thanks C.Rajesh -- You received this message because you are subscribed to the Google Groups "

Re: [android-developers] Re: How to set top margin off the first item inside listview?

2010-12-14 Thread Rajesh Kumar
use header view with empty text On Tue, Dec 14, 2010 at 11:58 PM, bobetko wrote: > Can you please explain how to add topMargin to listView item at > position 0? > For example, I can add topPadding on first item using parameter > "position". Test if position is equal 0, add padding, if not, remov

[android-developers] change the language of sim

2010-11-11 Thread rajesh chandrasekaran
HI, I am new in Android, I need to know how to change the language of sim Thanks C.Rajesh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Not receiving webview's onClick and onLongClick events

2010-11-09 Thread Rajesh nyamgouda
Trying to receive the onClick and onLongClick event on webview using below code but it failed to receive the event. Please help me out if anything is missing or wrongly implemented to achieve the expected result. main.xml == http://sc

Re: [android-developers] How to debug CursorIndexOutOfBoundsException with ListView?

2010-11-01 Thread Rajesh Kumar
Hello Mariano Kamp, * * *Usually This kind of exception comes when your are not closing cursor mainly when you press home key or End Key .Or doing delete operation on Same table which you are fetching data.* *Be ensure When there is No data in table for which you are retrieving data you display som

Re: [android-developers] Re: Host not resolved issue

2010-10-11 Thread Rajesh Pelluru
--- > > > > Everything in moderation, including abstinence > > > > Never doubt that a small group of thoughtful, committed people can > > change the world. Indeed. It is the only thing that ever has - Margaret > Mead > > > > On 11/10

Re: [android-developers] Re: Host not resolved issue

2010-10-11 Thread Rajesh Pelluru
Sorry It's typo mistake , I copied from my eclipse editor and I got stars... My actual settings --Rajesh On Mon, Oct 11, 2010 at 1:49 PM, Brad Gies wrote: > Why do you have the * in the permission? > > > > > S

Re: [android-developers] Re: Host not resolved issue

2010-10-11 Thread Rajesh Pelluru
Do u want me use android.permission twice in android:name ?? On Mon, Oct 11, 2010 at 12:23 PM, pramod.deore wrote: > Try setting permission as > android:name="android.permission.android.permission.INTERNET" /> > this instead of > > > On Oct 11, 11:44 am, Rajes

Re: [android-developers] Re: Host not resolved issue

2010-10-10 Thread Rajesh Pelluru
Yep and I gave below permissions: On Mon, Oct 11, 2010 at 12:10 PM, pramod.deore wrote: > Did you add the INTERNET permission to your manifest file? > > On Oct 11, 11:15 am, Rajesh Pelluru wrote: > > Log cat : > > > > 10-11 11:39:

Re: [android-developers] Re: Host not resolved issue

2010-10-10 Thread Rajesh Pelluru
(MocaProcessQueue.java:164) --Rajesh On Mon, Oct 11, 2010 at 11:01 AM, pramod.deore wrote: > Provide Logcat output. > > On Oct 11, 10:00 am, Rajesh Pelluru wrote: > > Hi, > > If i try to open connection forhttp://localhost:5001using > > HttpURLConnection in my and

[android-developers] Host not resolved issue

2010-10-10 Thread Rajesh Pelluru
. Created new AVD 2. Restarted both Eclipse IDE and AVD 3. Instead of localhost , i used ipaddress of the machine None of the above options didn't work for me. Could anyone help me on the same. --Rajesh -- You received this message because you are subscribed to the Google Groups &qu

[android-developers] Re: [android-porting] Re: Network Time is not auto updating with some service provider???

2010-09-12 Thread Rajesh Jounwal
I had tested on : LG Thunder : In which i saw the issue. With Reliance/ BSNL carrier. in india working fine with LG Swift GT540: Rajesh On Fri, Sep 10, 2010 at 10:47 PM, Robert Greenwalt wrote: > When an OEM ports froyo to their device, the may change the code > substantially. It co

[android-developers] Re: [android-porting] Re: Network Time is not auto updating with some service provider???

2010-09-10 Thread Rajesh Jounwal
tting what and where? Any suggestion then plz let me know. Rajesh On Fri, Sep 10, 2010 at 7:48 PM, Robert Greenwalt wrote: > I believe that some carriers send time data to devices and some carriers do > not (more than just time, time + timezone). I think you can probably google > nitz

[android-developers] Network Time is not auto updating with some service provider???

2010-09-10 Thread Rajesh Jounwal
t How this UNSOL_NITZ_TIME_RECEIVED command has been triggered? If anybody have any idea please help me? Also i willing like to know where i have to made change, is it in Kernel level or Framework level? Thanks in advanced. rajesh. -- You received this message because you are subscribed to the Google Group

[android-developers] Network Time is not auto updating with some service provider???

2010-09-10 Thread Rajesh Jounwal
t How this UNSOL_NITZ_TIME_RECEIVED command has been triggered? If anybody have any idea please help me? Also i willing like to know where i have to made change, is it in Kernel level or Framework level? Thanks in advanced. rajesh. -- You received this message because you are subscribed to the Google Group

Re: [android-developers] Can't select contact(s) on platforms 2.0 and above.

2010-09-10 Thread Rajesh Jounwal
Data base Table creation Structure, i think here, they are setting some default Value with some corresponding fields. rajesh On Thu, Sep 9, 2010 at 10:09 PM, Mark Murphy wrote: > On Wed, Sep 8, 2010 at 4:26 PM, Juan Baez wrote: > > I am having issues having the user selecting a con

[android-developers] Rendering intial screen issue

2010-09-05 Thread Rajesh Pelluru
it displays Screen2. Actual requirement of mine is it should display every time MainScreen if we tap on my app in device. Could anyone help me on the same. --Rajesh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: create Hierarchical menu

2010-08-26 Thread rajesh chandrasekar
hi i need to create the menu or list as i like attached image file in this mail. plz give me some idea Thanks C,Rajesh On Fri, Aug 27, 2010 at 12:21 AM, TreKing wrote: > On Thu, Aug 26, 2010 at 1:32 PM, crajesh wrote: > >> menu which can be divided into submenu (or) i

Re: [android-developers] Call to onDestroy() method of Service does not take place immediately from inside Activity

2010-08-07 Thread Rajesh Bachani
() - wouldn't that add more value ? Thanks, Rajesh. Dianne Hackborn wrote: > If nothing else, your thread needs to return to the event loop for it to be > able to dispatch the next operation to do -- which may be to call > onDestroy() of the service. You definitely don't want the framewo

[android-developers] Call to onDestroy() method of Service does not take place immediately from inside Activity

2010-08-06 Thread Rajesh Bachani
apk run in just one process. Why then does the jump to onDestroy() not take place immediately - instead I can see the output from onDestroy() after the further code in the activity A is executed. Any suggestions/explanations ? Thanks, from this amateur :) Regards, Rajesh. -- You received this

[android-developers] Re: Interaction between an Activity and a Service ?

2010-08-06 Thread Rajesh Bachani
Thanks folks :) This helps.. :) Rajesh. On Aug 3, 3:17 pm, "saify.zeenwala" wrote: > Hi > > Use shared preference. > > It is the easiest way to handle ur problem > > On Tue, Aug 3, 2010 at 12:25 PM, Paul Turchenko > wrote: > > > See ApiDemos for 2way

[android-developers] I need Ivt_bluesoleil_6.4.314.3 activation key

2010-08-04 Thread rajesh rao
Hi guys i'm rajesh, if have Ivt_bluesoleil_6.4.314.3 activation key or crack or keygen key means please send me.. thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

Re: [android-developers] Re: Tab layout navigation issue

2010-08-03 Thread Rajesh Pelluru
. If I click on image1 , content of tab1 needs to be replaced with another activity content i.e. Activity4 How can I acheive that one ?? I hope u understand my issue. --Rajesh On Tue, Aug 3, 2010 at 7:44 PM, kaundinya wrote: > Hi Rajesh, > Firstly, im new to android, just take a look

Re: [android-developers] Re: Is Head First Android Book exists?

2010-08-03 Thread rajesh rao
hi friends if you want to earn more money then don't waste your time just copy and paste the address given below. *http://www.AWSurveys.com/HomeMain.cfm?RefID=raothetechy* -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

Re: [android-developers] Re: Launch application or service from html link?

2010-08-03 Thread rajesh rao
hi friends if you want earn more money? then don't waste your time just copy and the address given below.* http://www.AWSurveys.com/HomeMain.cfm?RefID=raothetechy* -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Tab layout navigation issue

2010-08-03 Thread Rajesh Pelluru
Hi, In my layout I have three tabs are there Tab1,Tab2,and Tab3. In Tab1 content ,I have a image called image1 and on click of that image I need to change the content of tab. If I change content also , my tab needs to be highlighted ... How can I achieve that one ?? --Rajesh -- You

[android-developers] Interaction between an Activity and a Service ?

2010-08-02 Thread Rajesh Bachani
the Activity once the stopService() method is called? I am using Intent to start the service, as one would expect. And further what is the advantage of calling the onBind method, as opposed to the onStart(). Thanks, Rajesh. -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Issues in changing custom title bar

2010-07-27 Thread Rajesh Pelluru
Actually I want to change layout title bar and it contains few images also On Tue, Jul 27, 2010 at 4:11 PM, Webnet Android wrote: > 2010/7/27 Rajesh Pelluru : > > Nope . > > Actually I created layout "custom_title_2" for my title bar and I added > > below c

Re: [android-developers] Re: Issues in changing custom title bar

2010-07-27 Thread Rajesh Pelluru
, R.layout.* custom_title_2*); --Rajesh 2010/7/27 Tiger > Did you use "android:label="My Title" in the xml ? > > On 7月27日, 下午5时44分, Rajesh Pelluru wrote: > > Hi, > > I have below requirement : > > App name is App1. > > Activity nam

[android-developers] Issues in changing custom title bar

2010-07-27 Thread Rajesh Pelluru
bar. I don't want to display App1 in my title bar.Any one of us can help me to do above one. --Rajesh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsu

Re: [android-developers]

2010-07-22 Thread Rajesh Pelluru
What's ur confusion ??? They clearly mentioned steps in android developer portal. http://developer.android.com/sdk/index.html On Thu, Jul 22, 2010 at 1:54 PM, poonam sinha wrote: > does anyone knows how to install android 2.2 I am little bit confuse > > > > -- > You received this message beca

Re: [android-developers] jni

2010-07-21 Thread Rajesh Pelluru
Hi, If your app uses native code then you need to include .so file in your apk file. Please check samples and docs of android ndk for more information. --Rajesh On Wed, Jul 21, 2010 at 12:53 PM, Vaishnavi wrote: > Hi, > I have a problen in running jni code on android device(intel atom &

Re: [android-developers] Re: How to add application settings in android device

2010-06-21 Thread Rajesh Pelluru
Hi Jesús, Thanks for your reply and my requirement: In settings I want to add my application specific settings to enter data specific to my application. I didn't get proper doc and code to acheive above one. --Rajesh Pelluru On Mon, Jun 21, 2010 at 1:41 PM, FrankG wrote: >

Re: [android-developers] Re: How to add application settings in android device

2010-06-15 Thread Rajesh Pelluru
Hi, Can you explain your solution in detail and if possible can you provide some sample code. --Rajesh On Tue, Jun 15, 2010 at 5:07 PM, FrankG wrote: > Hi Rajesh, > > You would like to extend app/mydroid/packages/apps/Settings/.., means > the Settings.apk ? > > IMHO thi

[android-developers] Can I get Image crop source code? in Android

2010-05-27 Thread Rajesh Tiwari
Hi, I would like to get the post image processing source code in android and try to learn hows its interacting with lower layers. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

[android-developers] Problem in sending in SMS

2010-05-10 Thread rajesh chandrasekaran
Hi all I am new in android, i need to send the sms in android, i have tryed with the following code, and i have tested in emulator, but i am getting error. i need to know how to send sms, and also please tell me below code will work or not import android.app.Activity; import android.app.AlertDi

[android-developers] how to get screen height minus the title bar and status bar.

2010-05-05 Thread rajesh chandrasekaran
Hi all, I am new in android, i am getting the width and height for the screen using below code WindowManager w = getWindowManager(); Display d = w.getDefaultDisplay(); int totalwidth_screen = d.getWidth(); int totalheight_screen = d.getHeight();

[android-developers] send the email with speech Recognition

2010-05-05 Thread rajesh chandrasekaran
Hi all, I am new in android.i need few help from you, In my android Application,I need to send the email, for the body content i need to use Speech Recognition. how to do this.Please give me the solution for this. Thanks C.Rajesh -- You received this message because you are subscribe

[android-developers] Re: How to send the Email

2010-05-04 Thread rajesh chandrasekaran
Hi, Thanks for your replay sir, But i need to know whether above code will send the email when we test in mobile.If the above code dont work then will you please send me any sample code for my reference. Thanks C.Rajesh On May 5, 11:46 am, "appforce.org" wrote: > Hi, > > You can't send e-m

[android-developers] How to send the Email

2010-05-04 Thread rajesh chandrasekaran
Hi all, I am new in android.I need one help from all. I need to send the email, I have tryed in emulator, i have checked my mail but i didnt got any mail,. how to do that?? Plz give me a solution for that. I have mention below the my code for your reference. package com.test.android; imp

[android-developers] problem in layout alignment

2010-05-04 Thread rajesh chandrasekaran
Hi all I am new in android, i am having few problem in layout alignment.I have divide the screen into three layout,as header, body and footer. I am giving the height dynamically for the three layout in java file, so i need to give 12% of height to header and footer layout, and the remaining 75% i

[android-developers] E-commerce payment gateway

2010-04-25 Thread Rajesh G
Hi All: Greetings !!!. We are developing an E-commerce application in Android where the users can view and select particular product and should make payments through the payment gateway. 1. Google checkout / Merchant center. 2. Paypal. 3. or Anyother . . . I would appreciate if I could get some

[android-developers] increase the swipe more sensitive

2010-04-20 Thread rajesh chandrasekaran
Hi all, I need to increase the swipe more sensitive. how to change any idea Thanks C.Rajesh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] To close the virtual keyboard

2010-04-09 Thread rajesh chandrasekaran
Hi all, I am new in android, i need to close the virtual keyboard when user enter the "Enter" button in virtual keyboard. How to close it. Please help me. Thanks C.Rajesh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] large screen resolution problem

2010-04-05 Thread rajesh chandrasekaran
Hi, I am trying to use Resource Qualifier for layout as layout-large. But when the application is starting in the emulator its reading the same file from default layout folder. The res folder structure is as below : res/ layout/login.xml layout-large/login.xml What I want is when there i

[android-developers] problem in large screen resolution

2010-04-05 Thread rajesh chandrasekaran
Hi, I am trying to use Resource Qualifier for layout as layout-large. But when the application is starting in the emulator its reading the same file from default layout folder. The res folder structure is as below : res/ layout/login.xml layout-large/login.xml What I want is when there i

[android-developers] Re: virtual keyboard problem

2010-04-05 Thread rajesh chandrasekaran
Hi Nithin, Thanks for your replay.. Thanks C.Rajesh On Apr 5, 11:56 am, Nithin wrote: > This is the default behaviour of Android. If user click on the > EditText, virtual keyboard will appear.. > > Nithin > > On Apr 5, 11:52 am, rajesh chandrasekaran > wrote: > >

[android-developers] Re: virtual keyboard problem

2010-04-05 Thread rajesh chandrasekaran
56 am, Nithin wrote: > > > This is the default behaviour of Android. If user click on the > > EditText, virtual keyboard will appear.. > > > Nithin > > > On Apr 5, 11:52 am, rajesh chandrasekaran > > wrote: > > > > Hi All, > > > > I am n

[android-developers] problem in large screen resolution

2010-04-05 Thread rajesh chandrasekaran
Hi all, In android, to support all the screen resolution, i have created the layout, layout-small, layout-large folder in res folder, and i have .xml file in all the folder. I can get the output in normal screen and small screen resolution, but in large screen emulator i am getting the

[android-developers] virtual keyboard problem

2010-04-04 Thread rajesh chandrasekaran
Hi All, I am new in android, i am having problem in Virtual Keyboard. I am having text field. if user click the text field then virtual keyboard need to appear. how to do this. please help me Thanks C.Rajesh -- You received this message because you are subscribed to the Google Groups "And

[android-developers] Android singletop singleinstance and singletask

2010-03-03 Thread Rajesh Muthu
Hi I've an design issue in implementing different types of launchmode for different activities. I've 5 Activities. VideoList VideoDetail FavoritesList VideoSearch VideoPlayer When the user starts the app it goes to VideoList that displays list of videos. Clicking on any of the Videos take th

[android-developers] Problem in sqlite

2010-03-01 Thread rajesh chandrasekaran
Hi ALL, I am getting few problem in sqlite. This is my schema for the userScoreTable CREATE TABLE userScoreTable (sno integer primary key AUTOINCREMENT,userName VARCHAR, setID INT(5), score INT(5), totalTimeTaken DOUBLE); this is my data in the userScoreTable 1|Rock|1|20|11214.0 2|Rock|2|4

[android-developers] How to use setBounds in android.

2010-02-24 Thread rajesh chandrasekaran
hi All, How to use setBounds in android. This is my code,but i am getting the error Button button1 = (Button) findViewById(R.id.button_1); button1.setBounds(87, 90, 34, 98); please give me the corect solution. Thanks C.Rajesh -- You received this message because you are subscribed to the

[android-developers] set x-axis and y-axis for the image

2010-02-24 Thread rajesh chandrasekaran
Hi all, I am new in Android.I need to know how to set the x-axis and y-axis value for the image.i need to give the X&Y-axis location in java program not in xml. i know how to give in xml,but i need in java plz give the solution Thanks C.Rajesh -- You received this message because you are s

[android-developers] set x-axis and y-axis for the image

2010-02-24 Thread rajesh chandrasekaran
Hi all, I am new in Android.I need to know how to set the x-axis and y-axis value for the image.i need to give the X&Y-axis location in java program not in xml. i know how to give in xml,but i need in java plz give the solution Thanks C.Rajesh -- You received this message because you are s

[android-developers] set x-axis and y-axis for the image

2010-02-24 Thread rajesh chandrasekaran
Hi all, I am new in Android.I need to know how to set the x-axis and y-axis value for the image.i need to give the X&Y-axis location in java program not in xml. i know how to give in xml,but i need in java plz give the solution Thanks -- You received this message because you are subscribed

[android-developers] Gestures in app Widget

2010-02-18 Thread Rajesh G
ement predefined (using gesture builder given along SDK) gestures inside our widgets? Kindly throw some light on this and any help would be greatly appreciated. Best Rajesh G. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

[android-developers] Fwd: Device Driver Development for Android

2009-10-22 Thread Rajesh N
-- Forwarded message -- From: Rajesh N Date: Thu, Oct 15, 2009 at 4:50 PM Subject: Device Driver Development for Android To: android-porting Hi, I would like to if there is any documentation on implementing device driver for Android devices, I don't see much inform

[android-developers] Why we need to do static compilation?

2009-09-11 Thread Rajesh N
t is ported over android? It was not the case with other drivers which when integrated with android, they worked perfectly well like serial port, usb etc.. Any info on this would be appreciated. -- Best Regards, Rajesh N --~--~-~--~~~---~--~~ You received this mes

[android-developers] H264 codec

2009-07-29 Thread Rajesh
? can somebody explain the flow of the h264 decoder in the opencore framework? Regards Rajesh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e

[android-developers] Slide show in Gallery

2009-07-01 Thread rajesh v
Created a gallery (galleryView.setAdapter(new ImageAdapter(this))) with some images (added bitmap image as imageview by using a ImageAdapter class).How can I make the gallery slideshow. Want to start the slide show after load the images to the gallery (after onCreate). Please give me a solution f

[android-developers] Creampuff?

2009-04-02 Thread Rajesh S
Is there any truth about creampuff rumours? Here s what we heard. Could somebody from google android team confirm? Creampuff will nave a number of innovative features including: * Support for the new A5DP Bluetooth standard, for realistic 5.1 surround sound * Tethering via Bluetooth and W

[android-developers] Re: Bouncing ListView?

2009-03-27 Thread Rajesh S
if release synced sources were more clearly supported, we would be able to do such value additions at zero cost unofficially. Cheers, Rajesh.S On Mar 27, 10:09 am, Rajesh S wrote: > Here you go: > > http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=P... > > &

[android-developers] Re: Bouncing ListView?

2009-03-27 Thread Rajesh S
nslating the electronic document in the first direction while the object is still detected on or near the touch screen display, an area beyond the edge of the document is displayed." On Mar 21, 2:20 am, AndroidApp wrote: > Oh wtf... do you have a link to the patent? > > On Mar 20, 5:22 p

[android-developers] Re: how to prevent the special application of android to access the network?

2009-03-26 Thread Rajesh S
Access is granted while installing. You may choose to go through the list of things accessed and stop installing. I don't think there is any other level of app specific access control available at present. Settings work in a global context. So, say once the GPS is enabled (through settings or othe

[android-developers] Re: Multi Touch support in Android

2009-03-26 Thread Rajesh S
And instead of zooming with two fingers, I have seen new map app on HTC-Magic using a rotate-to-zoom (in/out). It would be part of the upcoming APIs. On Mar 26, 9:45 am, Rajesh S wrote: > No. Not in the current official API. There are unofficial extensions > as the hardware understands tw

[android-developers] Re: Multi Touch support in Android

2009-03-26 Thread Rajesh S
No. Not in the current official API. There are unofficial extensions as the hardware understands two peak touch points. So kind of dual- touch is available. (Search xda-developers forum for details.) Google might not go in that direction at least till Palm officially wins it in court. As of now it

[android-developers] Re: branchs in android

2009-03-26 Thread Rajesh S
Find it here: http://groups.google.com/group/android-platform/browse_thread/thread/ebd5800764427d70 Cheers, Rajesh.S On Mar 26, 8:44 am, "a...@tw" wrote: > while I dig in the cupcake branch? > I founf there are other branches, for example donut, master, cdma- > import. > Where I can find mor

[android-developers] Re: In Android can appl send laocation data as MMS or sms?

2009-03-23 Thread Rajesh S
Yes it s simple to send it as sms or mail or fill a form over web or ... ... And there already exist umpteen such apps. On Mar 23, 1:13 pm, jj wrote: > In Android can appl send laocation data as MMS or sms or any other > means(e.g. email)? --~--~-~--~~~---~--~~ Y

[android-developers] Re: Bouncing ListView?

2009-03-20 Thread Rajesh S
am afraid its up to u to do those .. as with dual/multi-touch. the fruit guys have a patent on the spring action in list too!!! gosh somebody tell the patent office what is an invention and what isn't. On Mar 20, 9:04 pm, AndroidApp wrote: > Then can you guys put some scrolling physics in Androi

[android-developers] Re: what is maximum size of application database allowable in Android?

2009-03-20 Thread Rajesh S
Yes ~60MB on internal flash of htc-dream/g1/adp1. But about 300MB on htc-magic. If you manage to use external sdcard for this, then that is the big limit (~16GB). So this isn't Android's limit.. that's what Dianne is implying. Android's is probably 32GB or so, got to recheck on that. On Mar 20, 5

[android-developers] Re: How to build the wlan module (driver)

2009-03-20 Thread Rajesh S
join TI. unfortunately it is a close source component on the HTC device. Android might not call it its own part as hardware guys are allowed to switch it to any other wifi chip suitable for handsets (like csr's). you can add functionality above that through android sources. On Mar 19, 5:55 pm, Qu

[android-developers] Re: How to achieve iPhone like transition effect between screens?

2009-03-20 Thread Rajesh S
nope .. not through existing apis.. if you have tried cupcake, you probably know that there are transitions added by the changes in core engine. no it is not by changing a single home app or any such thing. not sure if flip has been planned. on cupcake even the minor zooming out transitions aren't

[android-developers] Re: Why can not edit /init.rc on adp1 with firmware 1.1?

2009-03-18 Thread Rajesh S
Cpedia, It probably is part of the ramdisk and so what you are editing is just the content in RAM. On a fresh boot the ramdisk recreates the good old root file system. You'll have to change it in ramdisk.img .. since you have come this far, it won't be tough to google and find methods of creating

[android-developers] Re: General Question to Google Team - Pin favourite threads

2009-03-18 Thread Rajesh S
As long as you have posted or replied, it is easy to track.. 1) try to see your 'profile' link on the top/right of most pages or 2) just use the 'More options' next to any of your messages and select 'Find messages by this author' Cheers, Rajesh.S On Mar 18, 9:15 am, Tommaso wrote: > Yes, but th

[android-developers] Re: Has anyone sold to users in the UK?

2009-03-16 Thread Rajesh S
not sure about who sold but i have bought from US developers sitting in UK. hope that answers. On Mar 16, 12:39 pm, "s...@zooropa.com" wrote: > We have a few apps available in the marketplace but so far have only > sold them in the US. Has anyone had any sales from the UK? I seem to > recall tha

[android-developers] Editing XML files using DOM in Android

2009-03-11 Thread rajesh
Hi all , I am developing an application where i need to update a value in an XML file according to the value entered by the user and send this updated file to some server.I am using DOM to do this ..but the problem is that the function setNodeValue does not seem to work When i print the value

[android-developers] Re: SD card not detected in Android

2009-02-10 Thread Rajesh N
HI Rizavan, Yup, there is a issue with MMC driver in my kernel tree provided by freescale, I have excalated this issue, I will keep u in posted with my latest updates, Thanks for u r suggestion, Best Regards, Rajesh N On Wed, Feb 11, 2009 at 6:31 AM, Rizvan S wrote: > Hi Rajesh, > >

[android-developers] Re: can not see the files after yaffs2 image mounted

2009-02-08 Thread Rajesh N
these changes , it should work! Best Regards, Rajesh N On Sun, Feb 8, 2009 at 1:04 PM, ebmajor wrote: > > Hi Rajesh, > > thank you for your reply. > > Here are the details. > First of all, I try to create my own yaffs2 image so I don't use > system.img and userdata.

[android-developers] Re: can not see the files after yaffs2 image mounted

2009-02-07 Thread Rajesh N
installing yaffs2 image! Best Regards, Rajesh N 2009/2/8 ebmajor > > Dear all, > > I created img.yaffs2 using mkyaffs2image > and then mounted it into Ubuntu MTD NAND flash simulator. > so if I use 'cat /proc/filesystems' I can see yaffs and yaffs2 > and by 'c

[android-developers] Re: Touch screen Issue with Android { Jun'ichi}

2009-02-05 Thread Rajesh N
on on how to resolve this problem... Best Regards, Rajesh N On Wed, Feb 4, 2009 at 9:35 PM, Jun'ichi Hirayama wrote: > Hi Rajesh > > Lastyear I was porting Android on IMX31 platform , > (kernel ver 2.6.22 )

[android-developers] Re: Touch screen Issue with Android + i.MX31- Help

2009-02-05 Thread Rajesh N
t set properly, I would like to know how this problem can be overcome.. Best Regards, Rajesh N On Wed, Feb 4, 2009 at 9:35 PM, Jun'ichi Hirayama wrote: > Hi Rajesh > > Lastyear I was porting Android on IMX31 platform , > (kernel ver 2.6.22 )

[android-developers] Re: Touch screen Issue with Android + i.MX31- Help

2009-02-04 Thread Rajesh N
will compile sucessfully, I would like to know u r view on this issue & suggestions. Best Regards, Rajesh N On Wed, Feb 4, 2009 at 9:35 PM, Jun'ichi Hirayama wrote: > Hi Rajesh > > Lastyear I was porting Android on IMX31 platform , > (kernel ver 2.6.2

[android-developers] Re: TV out for the T-Mobile G1 aka HTC DREAM possible ?

2009-02-04 Thread Rajesh S
possible.. and something similar is coming .. not exactly an external display.. but support to send timed screen shots over USB is coming up .. you could use it with appropriate interface to show a demo/ present your special stuff on a projector. expect it along with cupcake updated release. On

[android-developers] SD card not detected in Android

2009-02-03 Thread Rajesh N
e it would be a great help for me.. Best Regards, Rajesh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To un

[android-developers] plugin link broken

2009-02-03 Thread Rajesh S
On the page http://code.google.com/android/intro/installing.html#installingplugin Please update https://dl-ssl.google.com/android/eclipse/ to https://dl-ssl.google.com/ or what ever.. existing one appears to be a broken link. --~--~-~--~~~---~--~~ You received

[android-developers] Request regarding release

2009-01-25 Thread Rajesh S
Hello Android Team, you guys rock. The platform, the dev phone, ... ... the end less list is excellent. And I know for sure that this is already on your mind but here is a formal request: "Please DON'T release an official cupcake based firmware for ADP1 till you can provide us the procedure to g

<    1   2   3   4   5   6   7   >