[android-developers] how to transfer file from android device to another android device using WIFI

2011-10-20 Thread Perumss Naren
HI all, how to transfer file from android device to another android device using wifi please provide some link. Thanks in Advance! -- Regards, Perumal.N -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] DRM implementation

2011-10-20 Thread Manish Garg
Hi All, My requirement is to publish my application from client site instead of Android market. So I need to implement DRM. Please suggest some solution for it. Regards, Manish Garg -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] When can we expect source code release for icecream sandwich version?

2011-10-20 Thread swapnil kamble
Thanks for your info. But I didn't asked whether I will get it or not, I know that. I asked when. If you don't know because its not clear, no need to reply. On Wed, Oct 19, 2011 at 6:34 PM, Mark Murphy mmur...@commonsware.comwrote: On Wed, Oct 19, 2011 at 8:50 AM, swapnil kamble

[android-developers] Re: How is RockPlayer doing hardware decoding?

2011-10-20 Thread B.Arunkumar
Hi, ffmpeg http://ffmpeg.org/ has posted that it is possible to do H/W Accelerated H.264 Decoding on Android. We downloaded the latest ffmpeg version. There is a way to compile the stagefright library with ffmpeg. We compiled it and tried to write the wrapper class for it. The decoder got

[android-developers] Re: DRM implementation

2011-10-20 Thread Manish Garg
Hi All, I have one more query on the implementation of DRM: 1. If a user has purchased one item and it get downloaded on their device, now if user changes his device? Can they again download it free of cost? 2. If after purchasing, user can do multiple download then how does it check for illegal

[android-developers] Re: How to transfer data between Android and Iphone

2011-10-20 Thread Anil Jagtap
If you want to do it one time, then copy in some computer and copy again to other device. If you need frequent data transfer then AFAIK, you need some service stand in between iPhone and Android , like a web server. Then you can write web services to send and receive data. No easy way than this I

Re: [android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-20 Thread Jonas Petersson
Hi all, On 2011-10-19 19:43, sblantipodi wrote: is there someone else who have this problem and is not using a snapshot? personally I was be able to start in WXGA resolution only the first time. I have not had time to properly experiment with this, but I've created a few ICS images with and

[android-developers] Detect Phone Vendor at installation

2011-10-20 Thread Hrishi
I am developing device specific application, Can anybody knows how to detect android phone vendor i.e samsung or htc etc in android ... Is this possible. That according to phone vendor i can decide to install application on that phone or not Thanks in advance !!! -- You received this

[android-developers] Android Binder Example - link_image[1962]: 431 could not load needed library

2011-10-20 Thread Ganesh Kumar R.
Hi All., Am in timely need. pls help me out.. Am trying to execute a binder sample. [ http://github.com/mcr/Android-HelloWorldService ] . I solved all the compilation error. and loaded the need files to my emulator. But still my binder service [ 'helloworldservice' ] is not getting started.

[android-developers] Broadcast receiver Activity is in foreground or stop.

2011-10-20 Thread Anieeh
Hi All I am developing an alarm based application in which a broadcast receiver is set, i want to show a notification in the notification bar for alarm and i have done that but my problem is i want to show a notification on notification bar only if no other Activity is on foreground, if

[android-developers] CTS test cases failing

2011-10-20 Thread MMS
Hi, I am running CTS test cases on Android bases STB. i am using GB 2.3.4 and CTS 2.3_r9 and the SDK version is r12. I have followed all the instructions as mentioned in CTS manual. None of my CTS test cases are passing. The log messages when VM test cases are run are as follows. Please help

[android-developers] How to integrate like and dislike button Facebook

2011-10-20 Thread ANKUR GOEL
Hi all, suggest some ways or code to implement facebook like and dislike button Thanks and Regards:- Ankur -- 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

[android-developers] Date issue

2011-10-20 Thread sourabh sahu
I have a editText view on a click of it there is a date picker.When I extract the date in a string format and then convert it into date datatype.I am getting it in milliseconds.I want the exact date. I have used SimpleDateFormat with -MM-DD and Locale.US and parse function.Please suggest some

[android-developers] Drop of active installs, surge of 1-star ratings

2011-10-20 Thread b0b
This morning, looking at the developer console I had the surpise to see that the active install count had dropped significantly and that one of my app got 35 new 1-star ratings (without comments) during the night which is impossible (it had previously 34 1-star ratings and it took 5 months to

[android-developers] How to open inbox of mail account

2011-10-20 Thread Manikandan M
Hi all, how to open inbox of (gmail,yahoo,rediff,etc .., ) on button click from some other application. if the mail address i have is gmail then i want to launch the gmail inbox of the account that is registered in the device. Example : t...@gmail.com is the mail address i have. Email Address

Re: [android-developers] Re: About Hindi Font

2011-10-20 Thread Balkrishna Talele
No it do not support, You will need to put font file into asset directory of you app and load the font, cheers Balkrishna Talele On Thu, Oct 20, 2011 at 9:57 AM, shweta sonalaggrawal2...@gmail.com wrote: see this link

[android-developers] Create img/pdf from Layout

2011-10-20 Thread iñaki
Hello, I´m trying to capture content of layout(TableLayout). I know with viewToBeCaptured I can take a screenshot of a view, but when I have more rows than screen(scroll) and create the img, returns error... I imagine that viewToBeCaptured isn´t the best way... Do you have any tip for this?

Re: [android-developers] Android 4.0 Emulator crashing (emulator-arm.exe)

2011-10-20 Thread Nico Balestra
Same here.. still haven't managed to run the emulator :'( 2011/10/20 Emanuel Moecklin 1gravity...@gmail.com Hi there I updated to the lastest SDK (including SDK Tools r14) and tried to start an Android 4.0 emulator. The emulator doesn't start and the Windows event log shows the following

[android-developers] Concerning CPU Occupancy

2011-10-20 Thread Hiko
Hi, I implemented a widget to display a CPU occupancy. CPU occupancy is taken from cpu information in the /proc/stat. I faced a problem. CPU occupancy is raised rapidly at the moment when this cpu occupancy widget is on the home screen. I have one question. Is CPU occupancy raised when a widget

[android-developers] Re: about the behavior of Intent.ACTION_BATTERY_OKAY.

2011-10-20 Thread Hiko
Hello Mark, Thanks for your reply. cleared. Best Regards, On 10月5日, 午前12:25, Mark Murphy mmur...@commonsware.com wrote: On Tue, Oct 4, 2011 at 11:22 AM, Hiko hikosais...@gmail.com wrote: Can the Intent.ACTION_BATTERY_OKAY be received while the device is the sleep status ? AFAIK, the

Re: [android-developers] Concerning CPU Occupancy

2011-10-20 Thread Kostya Vasilyev
Doesn't your widget, and the process of its rendering, use the CPU? I think using a moving average should help. -- Kostya 20.10.2011 12:55, Hiko пишет: Hi, I implemented a widget to display a CPU occupancy. CPU occupancy is taken from cpu information in the /proc/stat. I faced a problem.

[android-developers] ICS emulator crash/restart

2011-10-20 Thread String
In testing one of my existing apps on ICS, it's causing the emulator to restart. Not every time the app runs, but most times. I've uploaded a logcat dump here: http://polyclock.com/emulator_restart.txt. I'm still trying to narrow down exactly where it happens in my code, but it's difficult

[android-developers] Selected data in webview

2011-10-20 Thread shweta
I have load html on webview and i select the data on webview .i wanna get selected data from webview. How can i get Selected data from Webview -- 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] Hasan Keklik wants to chat

2011-10-20 Thread Hasan Keklik
--- Hasan Keklik wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-5b24343ff2-cd1b29a19b-iI7kPy-z0LHtyLUhGa8jozOdHUk You'll

[android-developers] Hasan Keklik wants to chat

2011-10-20 Thread Hasan Keklik
--- Hasan Keklik wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-5b24343ff2-d665491ef7-ex35jZP9dutBewu__csDLA6Ne1k You'll

[android-developers] Hasan Keklik wants to chat

2011-10-20 Thread Hasan Keklik
--- Hasan Keklik wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-5b24343ff2-76b3ba2269-PbLWXHnhg-Y3i_mtKTFjnakrn2I You'll

[android-developers] Hasan Keklik wants to chat

2011-10-20 Thread Hasan Keklik
--- Hasan Keklik wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-5b24343ff2-7b0b5b18a3-2OY7z_wnprYpMJOeT4qHGNHmnsI You'll

[android-developers] Hasan Keklik wants to chat

2011-10-20 Thread Hasan Keklik
--- Hasan Keklik wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-5b24343ff2-f9bfc5efcd-RciGe_At5K0MHLCaUbL8gv_3Ij8 You'll

[android-developers] Hasan Keklik wants to chat

2011-10-20 Thread Hasan Keklik
--- Hasan Keklik wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-5b24343ff2-4b8a7ea3f4-M2eJ4sR2UNktNcif7eEBSEnN9Dk You'll

[android-developers] Hasan Keklik wants to chat

2011-10-20 Thread Hasan Keklik
--- Hasan Keklik wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-5b24343ff2-110fee4203-UmjfrERSU9v4rxNHbce8PjGz6LI You'll

[android-developers] Hasan Keklik wants to chat

2011-10-20 Thread Hasan Keklik
--- Hasan Keklik wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-5b24343ff2-84c819eaac-XbNiC_te5COY-y0UPjnOwUx6z3k You'll

[android-developers] Hasan Keklik wants to chat

2011-10-20 Thread Hasan Keklik
--- Hasan Keklik wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-5b24343ff2-d4bd4dc7c7-tzWg9U2VE1UC7l7Te5C0-iAYY2U You'll

[android-developers] Hasan Keklik wants to chat

2011-10-20 Thread Hasan Keklik
--- Hasan Keklik wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-5b24343ff2-f194cd29bc-YTzOaLOH4wf8NHCMBAp0avuov1U You'll

[android-developers] Hasan Keklik wants to chat

2011-10-20 Thread Hasan Keklik
--- Hasan Keklik wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-5b24343ff2-f6a99319a3-UBQBRuivAt8eEBSfwyEASPT6QeY You'll

[android-developers] Re: Change package name in eclipse

2011-10-20 Thread Rita Ng
It probably because you have another app on your phone that has the same package name. Try uninstall that app and install your app on it. On Oct 19, 7:23 pm, TreKing treking...@gmail.com wrote: On Wed, Oct 19, 2011 at 2:45 AM, sam avantwav...@gmail.com wrote: The application XXX(Apps name)

[android-developers] Renderscript problems in SDK 14

2011-10-20 Thread Paul
Hi, I updated to SDK 14 and now renderscript no longer works. My project is targeting SDK 11 and it seems like the new llvm-rs-cc doesn't work with this version. I'm using Eclipse ADT on Snow Leopard if it matters. Is the new renderscript compiler meant to work with the old SDKs (11,12,13)?

[android-developers] SDK Manager keeps stopping when downloading

2011-10-20 Thread richard.broadhurst
I have been trying to download the Android SDK for a week now, but the SDK Manager keeps stopping while downloading. I have searched many threads and changed the https option but still it keeps stopping. Just getting the list of packages can take between a few seconds to a minute (in bursts),

[android-developers] Re: Change package name in eclipse

2011-10-20 Thread Rita Ng
What could have happened is you already have an app with that package name installed on your phone, and you tried to install another app that use the same package name. Try uninstalling the apps that might have similar package, and re- install your app. On Oct 19, 7:23 pm, TreKing

[android-developers] Adding custom key button in recent app dialog - Android Native coding.

2011-10-20 Thread Venkat Narayanan
Hi All, I am customizing Recent app Dialog. It has for recent app and other 4 buttons to simulate Menu, Back, Volume + and Volume -. My requirement is to send keys (Menu, Back, volume)to active app from the recent app dialog. I had tried following piece of code. But I

[android-developers] Stock browser tests

2011-10-20 Thread srikanth
Hi All, I'm developing some browser based application and i am looking for a app/test that tests android stock browser. Something like auto browse list of url's(200) on single/multiple tabs or browser benchmark test. Please share your valuable info... Thanks in advance. -- You received this

[android-developers] if you preapar any demo Project about

2011-10-20 Thread Mehul Akoliya
hi karteek if you preapar any demo Project about can we play audio during call so that other person on the call could hear this audio. So pleas Send me Thank you Mehul Akoliya -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Buttons position for AlertDialogs in Android 4.0/SDK 14

2011-10-20 Thread Christine Daunique
Hello, I was wondering why the position of ok and cancel buttons on AlertDialogs are switched in the new Theme of Android Ice Cream Sandwich ? If I look in the API demos, if Traditional theme is used for Dialogs and not Holo Theme, Dialogs display ok and cancel from left to right, as usual (and

[android-developers] BlueZ version in IceCreamSandwitch

2011-10-20 Thread Amit Kinhikar
Hi, I'm looking for the bluez and linux kernel versions used in ice cream sandwitch release, where can I find this information? -- 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] I have a spinner as the header of listview, the dialog cannot popup when touching spinner after touchmodechanged.

2011-10-20 Thread luni
the spinner works well in touchmode. when I using the arrow key to scroll down until I cannot see the header spinner, then scoll up to the spinner. touch spinner, the dialog cannot popup. and press menu key , the dialog pop up now. Another related issue, after the dialog popup , If I use the key

[android-developers] same here

2011-10-20 Thread solid
I too have this same problem. I see this exception any time I try to invoke the GPS either from my app or the pre-installed google maps app in the emulator. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] CacheManager deprecated

2011-10-20 Thread Ludocwi
Hi, Reading the docs, CacheManager is deprecated : http://developer.android.com/reference/android/webkit/CacheManager.html Is there another class replacing CacheManager? I have searched but found nothing... Thx ! -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Drop of active installs, surge of 1-star ratings

2011-10-20 Thread binarytoys
Have same issue, but without 1-star ratings. But overall ratings number was slightly decreased. From other side active installs drops almost twice. On Oct 20, 10:19 am, b0b pujos.mich...@gmail.com wrote: This morning, looking at the developer console I had the surpise to see that the active

[android-developers] adb shell input keyevent command does not work for KEYCODE_POWER

2011-10-20 Thread Sang Hyuk Han
hi, I tried to trigger a physical power key event using below adb shell command. adb shell input keyevent 26 But device does not response.. If i try it with other keycodes such like '3' for home, '9' for 2... They all work nicely. I can't guess what is the problem with POWER keycode. Please

[android-developers] Re: android.git.kernel.org down?

2011-10-20 Thread venky6
Hi every one, I am very much interested to work on Android. and try to get the source. When i started to Download the Android x86 : source code its giving error like... Fetching projects: 1% (2/171) android.git.kernel.org[0: 149.20.4.77]: errno=Connectionatal: unable to connect a socket

[android-developers] add data to dynamic table

2011-10-20 Thread jujare chandra sekhar
hi everybody does anybody know about this i have one question please give me reply for this i am new for android payment = (principal * interest) / (1 - Math.pow((1 + interest), - tennure)) ; balance = principal ; for (int period = 1 ; period = tennure ; period++) {

[android-developers] Re: When can we expect source code release for icecream sandwich version?

2011-10-20 Thread Mike
from http://groups.google.com/group/android-building/msg/c73c14f9b0dcd15a We plan to release the source for the recently-announced Ice Cream Sandwich soon, once it’s available on devices. So, I guess Mark is correct - or to be more precise - you will know soon On Oct 20, 1:25 am,

[android-developers] Gridview whose cell have differing size

2011-10-20 Thread dara kok
Hello, Can you tell if it's possible to build gridview widget to have a number of cells with some cells span multiple columns forward and a few rows downward? Thanks, darakok -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: DRM implementation

2011-10-20 Thread RLScott
If you are distributing your app independently of the Google Marketplace, then the type of DRM you use is up to you. If you use a license number that is tied to the Android ID, then you will have to set up some means for the customer to send you their Android ID. Then you will have to be

Re: [android-developers] When can we expect source code release for icecream sandwich version?

2011-10-20 Thread Oli Wright
Any particular reason you felt the need to be rude when someone tries to assist you with a question you were more than capable of researching the answer for yourself? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] how to transfer file from android device to another android device using WIFI

2011-10-20 Thread Kristopher Micinski
You can't do this, if you're thinking of a BT push using adhoc mode (Android has no ad-hoc APIs.) What you can do is run a server on one phone, then push to the server on the other phone from a client... But still, you probably shouldn't do this, as it's likely going to eat up battery.. So the

Re: [android-developers] Re: Change package name in eclipse

2011-10-20 Thread avantwave avantwave
by the way, i check the logs it result as below, anyone know what is the problem thanks in advanced! //- java.lang.RuntimeException: Unable to start activity

Re: [android-developers] Re: Change package name in eclipse

2011-10-20 Thread Appaholics
It indicates quite clearly that you are missing the READ_PHONE_STATE permission, which is required for some task you are trying to accomplish. Thanks On Thu, Oct 20, 2011 at 4:35 PM, avantwave avantwave avantwav...@gmail.comwrote: by the way, i check the logs it result as below, anyone know

Re: [android-developers] Re: Change package name in eclipse

2011-10-20 Thread Kostya Vasilyev
You have android.permission.READ_PHONE_STATE in the wrong place in the manifest. Remove permission=xxx from application and activity tags, add at the end of the manifest as uses-permission's. Post the manifest here if you like. -- Kostya 20.10.2011 15:05, avantwave avantwave ?: by the

Re: [android-developers] Re: Change package name in eclipse

2011-10-20 Thread avantwave avantwave
thanks for your quick reply , let me try to study how to solve it. On 20 October 2011 19:10, Appaholics raghavs...@appaholics.in wrote: It indicates quite clearly that you are missing the READ_PHONE_STATE permission, which is required for some task you are trying to accomplish. Thanks On

Re: [android-developers] Re: android.git.kernel.org down?

2011-10-20 Thread Mark Murphy
http://groups.google.com/group/android-building/msg/c73c14f9b0dcd15a On Thu, Oct 20, 2011 at 2:38 AM, venky6 venky.bab...@gmail.com wrote: Hi every one, I am very much interested to work on Android.  and try to get the source. When i started to Download the Android x86 : source code its

Re: [android-developers] Gridview whose cell have differing size

2011-10-20 Thread Mark Murphy
On Thu, Oct 20, 2011 at 6:40 AM, dara kok mrpc.cambo...@gmail.com wrote: Can you tell if it's possible to build gridview widget to have a number of cells with some cells span multiple columns forward and a few rows downward? No, sorry. Now, the new GridLayout may be able to do that -- I have

Re: [android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-20 Thread Jonas Petersson
For the record: Adding this to my ICS.avd/config.ini solved my problem: hw.webcam.count = 0 Best / Jonas On 2011-10-20 08:57, Jonas Petersson wrote: Hi all, On 2011-10-19 19:43, sblantipodi wrote: is there someone else who have this problem and is not using a

Re: [android-developers] When can we expect source code release for icecream sandwich version?

2011-10-20 Thread swapnil kamble
Thanks On Thu, Oct 20, 2011 at 4:19 PM, Oli Wright oli.wri...@gmail.com wrote: Any particular reason you felt the need to be rude when someone tries to assist you with a question you were more than capable of researching the answer for yourself? -- You received this message because you are

Re: [android-developers] Concerning CPU Occupancy

2011-10-20 Thread Daniel Drozdzewski
On 20 October 2011 09:55, Hiko hikosais...@gmail.com wrote: Hi, I implemented a widget to display a CPU occupancy. CPU occupancy is taken from cpu information in the /proc/stat. I faced a problem. CPU occupancy is raised rapidly at the moment when this cpu occupancy widget is on the home

Re: [android-developers] Re: Implementing onShowCustomView on Android 3.1 throws in HTML5VideoFullScreen

2011-10-20 Thread luciofm
Hi novemberox Any progress on this??? I'm having the same issue in a project If I don't find any solution I'll have to redirect it to the videoplayer via Intent unitl the ICS source code is released. Thanks Lúcio Maciel luci...@gmail.com On Wed, Aug 31, 2011 at 07:45, novemberox

Re: [android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-20 Thread MN Mojo
I am also seeing the same problem. Its not at all loading for any of the resolutions. It just keep loading but does not start. Any solution. Also If I try onq hello word app with 4.0 but eclipse also gets crashed while accessing any file after creation. i am totally stuck :( On Thu, Oct 20, 2011

Re: [android-developers] how to transfer file from android device to another android device using WIFI

2011-10-20 Thread Perumss Naren
HI Kris, You have any sample code for client server communication for file sharing , or send link it will useful for me thanks for your reply! On Thu, Oct 20, 2011 at 4:24 PM, Kristopher Micinski krismicin...@gmail.com wrote: You can't do this, if you're thinking of a BT

Re: [android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-20 Thread Mark Murphy
On Thu, Oct 20, 2011 at 8:12 AM, MN Mojo avayam...@gmail.com wrote: I am also seeing the same problem. Its not at all loading for any of the resolutions. It just keep loading but does not start. From https://plus.google.com/113331808607528811927/posts/7ouwdJcyq9x : 3) Increase the default RAM

[android-developers] java.lang.ClassNotFoundException: com.myapplauncher.App in loader dalvik.system.PathClassLoader@43735cf8

2011-10-20 Thread saex
I have problems launching my app, i get that exception when i try to launch it on emulator: java.lang.ClassNotFoundException: com.myapplauncher.App in loader dalvik.system.PathClassLoader@43735cf8 also i get this line in top of the exeption: `10-20 11:35:24.840: WARN/ dalvikvm(789): Link of

[android-developers] Re: Compatibility Library v4 and Added support to control how many pages are kept to either side of the current page

2011-10-20 Thread Arnaud VALLAT
After a look at the source of ViewPager.java. /** * Set the number of pages that should be retained to either side of the * current page in the view hierarchy in an idle state. Pages beyond this * limit will be recreated from the adapter when needed. * * pThis is offered

[android-developers] Re: Problem with ADT14

2011-10-20 Thread Arnaud VALLAT
I'm also facing issues. I've updated to the lastest ADT, and to the lastest Compatibility Library. I'm having trouble with resources, sometimes instead of display images from resources it displays nothing but black color... Any help on this would be appreciated. -- You received this message

Re: [android-developers] Re: Implementing onShowCustomView on Android 3.1 throws in HTML5VideoFullScreen

2011-10-20 Thread M L
Hi, nothing new on this I have also topic here: http://stackoverflow.com/questions/7217159/implementing-onshowcustomview-on-android-3-1-throws-exception-in-html5videofulls 2011/10/20 luciofm luci...@gmail.com Hi novemberox Any progress on this??? I'm having the same issue in a project If

[android-developers] Re: Protect AppWidget(RemoteViews) from other applications

2011-10-20 Thread Efi Merdler-Kravitz
Did you try it? does it actually work ? On Oct 19, 7:02 am, teracc websec02@gmail.com wrote: Hi list, I have one question about security of appwidget. I found that any app on the device can get RemoteViews of my appwidget on the Home app, and can change my RemoteViews object, like

Re: [android-developers] New SDK Manager (14) do not recognise JDK JAVA path on windows 7

2011-10-20 Thread Marcin Orlowski
No. It works here. Ensure you got java related env vars set correctly. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*

Re: [android-developers] how to transfer file from android device to another android device using WIFI

2011-10-20 Thread Kristopher Micinski
Well, the problem with this approach is that you don't know the address of the other phone (and usually it's behind a router, etc...). I've only played this trick in toy apps, but if you want to see a reference google file transfer socket java code. (I got a bunch of good examples from this...)

[android-developers] Android UI designing .

2011-10-20 Thread Ashish Tiwari
https://lh5.googleusercontent.com/-gKWMCY-YrOQ/TqASpqk2NKI/Al0/yMglyHAFkac/android_listview.jpeg hi friends, I'm new to android development , I'm designing an UI something like the above, There is a friend list and their two tweets(List), What will be the best solution to design this

Re: [android-developers] Android UI designing .

2011-10-20 Thread Ratheesh Valamchuzhy
use relative layout -- 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 group, send email to android-developers+unsubscr...@googlegroups.com For

Re: [android-developers] Android UI designing .

2011-10-20 Thread Daniel Drozdzewski
Friend List as ListView, with each list element as a relative layout of left flushed ImageView and two TextViews for 2 latest twits to the right of the image. On 20 October 2011 13:50, Ashish Tiwari ashish...@gmail.com wrote:

[android-developers] How to query (price) information for multiple in-app products at once?

2011-10-20 Thread revanth
Hi, In Android in app billing is it possible to somehow query (price) information for all products using one query? Optimally you could pass in the product IDs and it would return information for those. What I'm looking for is the SKProductsRequest equivalent for Android Market.

Re: [android-developers] Android UI designing .

2011-10-20 Thread Ratheesh Valamchuzhy
the row of the listview is a relative layout ?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android= http://schemas.android.com/apk/res/android; android:layout_width=wrap_content android:orientation=vertical android:layout_height=wrap_content

Re: [android-developers] enum paramenter in WebService Client

2011-10-20 Thread Nicolás Mariano Obregón
Any thoughts? Saludos.- __ Nicolás Mariano Obregón nmobre...@gmail.com http://ar.linkedin.com/in/nmobregon http://www.facebook.com/nmobregon http://www.facebook.com/nmobregon El 19 de octubre de 2011 18:24, Nicolás Mariano Obregón nmobre...@gmail.com escribió: Hi

[android-developers] Re: Two emulators communicate via Http

2011-10-20 Thread Weikang Wan
Anyone has ideas? Thanks. On Oct 19, 11:20 pm, Weikang Wan weikang@gmail.com wrote: I have implemented Http Server on top of android service on android. I can successfully handle a simple http request: open a simple home page by browser (http://10.0.2.15:8080) on localemulator. Then I

[android-developers] listview problem

2011-10-20 Thread vani reddy
Hi friends, I have 2 edittexts ,ontouch of the first edittext it should a particular listview and ontouch of second edittext it should show a different listview in android. I have used the below code View currentView = linflater.inflate(R.layout.listview, null); list1

[android-developers] Re: Compatibility Library v4 and Added support to control how many pages are kept to either side of the current page

2011-10-20 Thread MS
Thanks Arnaud. Two problems... 1) I do not see that available to me when working with my viewpager. I am using v4 of the compatibility library. 2) Can you give me a link to that source file? Thanks Mike -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Change orientation while viewing video

2011-10-20 Thread dillipk
Hello, I am creating my own media player to integrate with my app. I am struggling with the below issues: - How to change the screen orientation to landscape automatically while watching a video? - How do I integrate Media Controls like in Youtube player? Please note that in Youtube media

Re: [android-developers] enum paramenter in WebService Client

2011-10-20 Thread Mark Murphy
Try asking the people involved with kSOAP. This is not a kSOAP list. 2011/10/20 Nicolás Mariano Obregón nmobre...@gmail.com Any thoughts? Saludos.- __ Nicolás Mariano Obregón nmobre...@gmail.com http://ar.linkedin.com/in/nmobregon http://www.facebook.com/nmobregon

[android-developers] Listview based on CursorAdapter, how to skip displaying a row?

2011-10-20 Thread dara kok
Hello, I try to create list view that get its data from CursorAdapter. My cursor will contain all the row. And within the adapter implementation, base on a criteria, I want to skip a certain row from being displaying in the listview. Is that possible? Example from a newView or bindView

Re: [android-developers] java.lang.ClassNotFoundException: com.myapplauncher.App in loader dalvik.system.PathClassLoader@43735cf8

2011-10-20 Thread Justin Anderson
I don't really see anything wrong with your XML... How are you launching it? Through ADB or Eclipse? Does your app show up in the list of all apps? * Link of class 'Lcom/myapplauncher/App;' failed`* This is a little weird... What is Lcom? Or was that just a typo? Thanks, Justin Anderson

Re: [android-developers] Listview based on CursorAdapter, how to skip displaying a row?

2011-10-20 Thread Justin Anderson
Not sure if that is possible... but there are some possible workarounds if not The first, and probably more ideal solution, is to filter it out in your query that returns a cursor. The other option, though less ideal, would be to create a different kind of adapter, perhaps an ArrayAdapter, and

[android-developers] Re: error: device not found suddenly...

2011-10-20 Thread Jeremy Dagorn
You could restart the adb server, and try to make it recognize the device again. In command line, go to: cd sdk-folder/platform-tools/ sudo ./adb kill-server disable and enable debugging usb on your phone sudo ./adb start-server ./adb devices It should appear as detected. Close Eclipse to be

Re: [android-developers] add data to dynamic table

2011-10-20 Thread Justin Anderson
Well... show us the code for your table layout and someone will better be able to help. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 20, 2011 at 3:13 AM, jujare chandra sekhar androids...@gmail.com wrote: hi everybody does anybody know

Re: [android-developers] Listview based on CursorAdapter, how to skip displaying a row?

2011-10-20 Thread dara kok
Thanks for ur comment. I need to have everything in the cursor, can't filter it out. Because even though I will skip a certain row, but i still need data form that row for backend processing within the adapter. That's why I need a solution to skip a row within the adapter. Thanks, darakok

[android-developers] Re: Compatibility Library v4 and Added support to control how many pages are kept to either side of the current page

2011-10-20 Thread MS
Forgive me. It appears my compatibly library was not up to date. Thanks very much! -- 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 group,

[android-developers] Re: Android 4.0 Emulator crashing (emulator-arm.exe)

2011-10-20 Thread Diego Torres Milano
Disabling snapshots in your AVD definition usually helps. On Oct 20, 4:37 am, Nico Balestra nicobales...@gmail.com wrote: Same here.. still haven't managed to run the emulator :'( 2011/10/20 Emanuel Moecklin 1gravity...@gmail.com Hi there I updated to the lastest SDK (including SDK

Re: [android-developers] Listview based on CursorAdapter, how to skip displaying a row?

2011-10-20 Thread Justin Anderson
That's a bummer... What kind of backend processing are you doing? What exactly are you trying to accomplish? Perhaps there is a better way to tackle the problem... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 20, 2011 at 9:16 AM, dara kok

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-20 Thread sblantipodi
No way to start simulators with default WXGA resolution here. -- 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 group, send email to

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-20 Thread sblantipodi
PS: I have an ultra-high end configuration so no problem in system specs as explained from the google AI Sutton post. -- 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

Re: [android-developers] enum paramenter in WebService Client

2011-10-20 Thread Nicolás Mariano Obregón
No, it's an android developers list, therefore, there is a chance that someone has had to deal with this before. KSoap lists have already been consulted with no luck. Thanks anyway. Saludos.- __ Nicolás Mariano Obregón nmobre...@gmail.com http://ar.linkedin.com/in/nmobregon

Re: [android-developers] Listview based on CursorAdapter, how to skip displaying a row?

2011-10-20 Thread dara kok
Within one list item, I want to display 2 or 3 rows of data from the cursor, it's displayed as multiple column in a single list view row. So with that requirement, I can use a gridView. But my trouble is for a certain row from the cursor, it may fill the space of 2 columns. In overall, the

Re: [android-developers] Listview based on CursorAdapter, how to skip displaying a row?

2011-10-20 Thread Kostya Vasilyev
The mapping between the cursor and the UI is defined by the adapter. CursorAdapter assumes a one to one mapping: one UI row for each cursor row. If you need to skip or split data rows, implement your own adapter, possibly by delegating to a CursorAdapter. Make sure to return correct

  1   2   >