[android-developers] Re: How Play the remote url videos

2011-10-12 Thread mkhays
Hi, the second one works if you have any video player installed on your device.i have tried it with .3gp links. for the first one you may need to create your own player application ebeded into your application code so that you just pass the videos files to it(using intents) hope it helps On Oct 11

[android-developers] Re: How to control the rotation

2011-10-12 Thread lbendlin
why do you redraw the image every time? draw it once, and then rotate it through the matrix. -- 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

Re: [android-developers] port a library to Android (usb.jar)

2011-10-12 Thread Milad khajavi
I think you don't need porting library, instead you want to use usb.jar in your android project? if yes, see this: http://stackoverflow.com/questions/1334802/how-can-i-use-external-jars-in-an-android-project On Wednesday, October 12, 2011, lbstr wrote: > Hello, > > I need urgent help on porting a

Re: [android-developers] Android may notify to my application that a connection has been made​​?

2011-10-12 Thread Mark Murphy
There are various broadcasts from ConnectivityManager that may meet your needs. On Fri, Oct 7, 2011 at 8:15 AM, valentina wrote: > My application shows data read from the web. > if my application IS CLOSED, Android may notify to my application that > an internet connection has been activated? > S

Re: [android-developers] Any way to clear all message notifications in actual messaging app, without reading them

2011-10-12 Thread Mark Murphy
On Sun, Oct 9, 2011 at 10:41 PM, Andrew CrushFitness wrote: > Any way to clear all message notifications at once in actual messaging > app, without reading them. 1. You have no means of affecting other apps' notifications, any more than they have the means to affect yours. 2. There is no support

Re: [android-developers] Where to start building a launcher application?

2011-10-12 Thread Mark Murphy
There is the Home sample in your SDK. On Mon, Oct 10, 2011 at 9:57 AM, njackson wrote: > I've been looking for the source on android.git.kernel.org/?p=platform/ > packages/apps/Launcher.git;a=summary, but I've had 2 problems: the > page won't load; and I've read that it's not designed to be simpl

Re: [android-developers] Broadcast receiver on REBOOT

2011-10-12 Thread Mark Murphy
On Wed, Oct 12, 2011 at 4:41 AM, ranjit R wrote: > I need to trigger a broadcast receiver  when it starts to reboot/ > reboots not when boot_completed . As the documentation says, ACTION_REBOOT "is only for use by system code". You are not system code, in all likelihood. Since the device may be i

[android-developers] port a library to Android (usb.jar)

2011-10-12 Thread lbstr
Hello, I need urgent help on porting a library (in my case its usb.jar from google maps revision 10) to android. (my project will run in android 2.2) Any help is appreciated... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

Re: [android-developers] plz help....

2011-10-12 Thread Mark Murphy
On Wed, Oct 12, 2011 at 7:04 AM, Divyata Panchal wrote: > how to stop uninstallation of any application in android...? Build your own phone and pre-install your application. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http:/

Re: [android-developers] how can I use menu if my activity is full screen without titlebar for tablet?

2011-10-12 Thread Mark Murphy
On Mon, Oct 10, 2011 at 8:52 AM, Changzhi Wang wrote: > how can I use menu if my activity is full screen without titlebar for tablet? > since android 3.1 doesnt have hard key. Don't make it "full screen without titlebar". Or, don't use an options menu. -- Mark Murphy (a Commons Guy) http://comm

Re: [android-developers] How to retrieve images and other files on external memory from our app searching by name

2011-10-12 Thread Mark Murphy
If you are limiting your search to media, use the MediaStore content provider. Otherwise, you will need to scan external storage yourself using standard Java I/O. On Tue, Oct 11, 2011 at 2:50 PM, Gaurav wrote: > Hi, > I am making an application in which i want to search files on external > memory

Re: [android-developers] Observing a Singleton List from an Activity

2011-10-12 Thread Boozel
Any ideas where i can find some example code of this? -- 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: [android-developers] SQLite slow

2011-10-12 Thread Mark Murphy
Move the database work to a background thread. Add appropriate indices to your table to speed up your queries. Use Traceview to determine what specific operations are slow. On Wed, Oct 12, 2011 at 6:14 AM, John Goche wrote: > > Hello, > > I would like to know whether there is any way to speed up

[android-developers] Https error while communicating

2011-10-12 Thread NAVI NEW
Hello Sir, I was communicating with https server using .cert file android it was working fine , but now facing issue 10-12 16:30:30.574: ERROR/Nav(3295): version res:: https://50.18.49.118/xmlrpc:443/ssltest 10-12 16:30:30.574: ERROR/Nav(3295): java.io.FileNotFoundException: https://50.18.49.118

[android-developers] plz help....

2011-10-12 Thread Divyata Panchal
how to stop uninstallation of any application in android...? plz help.. -- 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: Issue regarding SMS message failed alert dialog.

2011-10-12 Thread Dusk Jockeys Android Apps
Why would you not want this message to appear, surely it is important to alert the user that their message has not gone through? On Oct 12, 1:16 am, "Eric W." wrote: > Hello, > > This is my first time posting so please go easy on me if I break any > rules. Thank you. > > What I am trying to solv

[android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-10-12 Thread Marco S
Anyway, your problem could also be related to 'Copy protection' set to on. This feature is now somehow deprecated from Google, and I've read that setting it to active can prevent the applications from being shown with some newer devices and Android versions, such as Honeycomb 3.2. I recommend you i

Re: [android-developers] Modify init.rc (ramdisk) to run script myscript.sh

2011-10-12 Thread Vikas KM
Added the following line to Init.rc service myscript /system/etc/myscript.sh ( Assuming you are keeping your script in /system/etc) oneshot -- Regards Vikas KM On Tue, Oct 11, 2011 at 7:22 AM, Naga wrote: > Dear Android Scholars, > I am wanting run a script on boot up. There

Re: [android-developers] i want to unsubcribe

2011-10-12 Thread Vikas KM
To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com -- Regards Vikas KM On Wed, Oct 12, 2011 at 2:54 PM, news.anand11 wrote: > You should give proper code/description so that we can help you out to > solve your problem. :-D > > > On Tue, O

Re: [android-developers] SQLite slow

2011-10-12 Thread Kostya Vasilyev
Two things: 1) Run queries on a background thread, there is a number of techniques for that (AsyncQueryHandler is my personal favorite for when there is a content provider, Loaders in Android 3.0+ or the compat library, your own AsyncTask, etc.) 2) Find out what exactly is slow - are you

[android-developers] Re: HI i want to retrive the values from excel file

2011-10-12 Thread Anil Jagtap
There is no built-in way to it in android. But you can do following. http://www.vogella.de/articles/JavaExcel/article.html Cheers On Oct 11, 5:05 am, basha wrote: > Hi i am the new developer for phone-gap android.. i want some code, to > retrieve the value from the excel sheet and stored it in

[android-developers] Android:Unlock Screen

2011-10-12 Thread Baba Shanker
Hi, I am new android application development. I am able to unlock the screen when there is an incoming call and after that lock the screen again. After restarting the device if I get first incoming call this logic is not working. On subsequent incoming calls the logic works. Any help?? My cod

Re: [android-developers] i want to unsubcribe

2011-10-12 Thread news.anand11
You should give proper code/description so that we can help you out to solve your problem. :-D On Tue, Oct 11, 2011 at 2:41 PM, guru moorthy wrote: > i want to unsubcribe > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post t

[android-developers] Unable to record voice from bluetooth headset.

2011-10-12 Thread satishsb bubali
Hi I am Android mobile testing engineer, i got to know that i can record voice from bluetooth headset form the below link:http:// groups.google.com/group/android-developers/browse_thread/thread/ 46fe3106206011c9?pli=1 But can any one help me out how i can record voice record using Bluetooth. Is i

[android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-10-12 Thread Marco S
Some of my customers are experiencing this issue too, even if our AndroidManifest.xml have been deeply analyzed to avoid issues with no mobile network devices. I have those two permissions set too, though, even if the Android documentation doesn't list them as depending from any specific filteri

[android-developers] SQLite slow

2011-10-12 Thread John Goche
Hello, I would like to know whether there is any way to speed up my SQLite queries. Every time I press a button on my UI that needs database access it stalls for half a second or so. What should I do? Thanks, John Goche -- You received this message because you are subscribed to the Google Grou

[android-developers] Email client for andoid

2011-10-12 Thread venugopal reddy
Hi friends, I Have One doubt. If I am browsing in one website, there i want to contact that website people, directly click contact details like email link, click the mail link open the outlook and compose and u can send,,... actually happen in general browsers. But Now am trying in emulator 1.

[android-developers] Web view settings

2011-10-12 Thread ANKUR GOEL
Hi i am using web view i have one URl when i click lOgin on the page its show me the popup and ask me to remember ,never and not now How to disable this popup Do u have any idea .please Suggest Thanks and Regards:- Ankur Goel 09019040351 S/W Engg. -- You received this message because you are

[android-developers] Re: can i use google maps api for free in my company's inner using android app?

2011-10-12 Thread Atik
Hi, you can use it free. its free to use, but implement it using the android guidelines. Thanks Atik On Oct 12, 2:28 pm, Fina Perez wrote: > http://code.google.com/android/add-ons/google-apis/maps-overview.html > get a debug certificate > > On Oct 12, 7:28 am, Jimmy Don wrote: > > > > > i am d

[android-developers] With P2P mode, what can i do?

2011-10-12 Thread xiaoailsa
We have known that Phone and Reader can transfer data in the P2P mode .But i have a problem with it: In the P2P mode, whether to support the mobile phones and card reader transfer files, pictures, audio and other formats? How to do it? Can someboby tell me? Thank you with your answers! -- You re

[android-developers] Re: can i use google maps api for free in my company's inner using android app?

2011-10-12 Thread Fina Perez
http://code.google.com/android/add-ons/google-apis/maps-overview.html get a debug certificate On Oct 12, 7:28 am, Jimmy Don wrote: > i am developing an android  app for my company .  it's for our inner > using. > > can i use google maps api for free? or i need pay to google? -- You received thi

[android-developers] Re: SQLite Query

2011-10-12 Thread martypantsROK
ContentValues initialValues = new ContentValues(); initialValues.put("name", namedata); initialValues.put("country", countrydata); return mDb.insert(table1, null, initialValues); On Oct 12, 12:27 am, dipti desai wrote: > How to insert more than two values in the

[android-developers] E/OMX-VDEC-720P( 154): Playback Ended - PASSED

2011-10-12 Thread manoj
Hi, I have found a strange issue. when I try to play a video in youtube (app) in landscape mode, suddenly ANR has occured. Could any please diagnosis and tell me where the problem lies? these are the logs... E/OMX-VDEC-720P( 154): Rxd OMX_COMPONENT_GENERATE_STOP_DONE E/OMX-VDEC-720P( 154)

[android-developers] Re: Android camera flashlight

2011-10-12 Thread ko5tik
You can change camera settings from java code. But first you will have to query camera object whether is actually supports any flash modes, and which flashmodes are supported. On 10 Okt., 21:53, Howely wrote: > Hello everyone, > > Here's my problem: > > I use WinDev Mobile (http://www.windev.c

[android-developers] socketexception

2011-10-12 Thread arun kumar
10-12 14:41:18.286: DEBUG/SntpClient(58): request time failed: java.net.SocketException: Address family not supported by protocol while am doing webservice appliacation am getting the above error..can anyone ggive me how to solve those issue... -- You received this message because you are sub

[android-developers] Re: soap webservice(xml pull parser exception )

2011-10-12 Thread arun kumar
On Fri, Sep 16, 2011 at 4:14 PM, arun kumar wrote: > while debugging the problem occured at the namespace and > soapaction.can any one tell me how to solve this > > > private static final String SOAP_ACTION = > "urn:sap-com:document:sap:soap:functions:mc-style/zemptrack_overv

[android-developers] AllocationAdaper in RenderScript

2011-10-12 Thread stanley
When i use the function AllocationAdapter.create2D(RenderScriptGL mRS, Allocation allocation) to create an AllocationAdapter, the parameter allocation cannot be passed into the function, why? the code as follows: private Allocation Generate(int width, int height, int[] data) { final Type.Build

[android-developers] How to retrieve images and other files on external memory from our app searching by name

2011-10-12 Thread Gaurav
Hi, I am making an application in which i want to search files on external memory by name. In that application user will enter the name and the app will list all the files (including images,songs,videos etc) having that name from external memory. I want to know how can i implement this thing in my

Re: [android-developers] Re: OpenGL lockups in 2.2

2011-10-12 Thread Rohit Sharma
Hey I am new to the android game development please reply with some get started tips as I am very much new bee here for graphics and gaming physics theory . Kindly help me to get some basic kick start. I shall be thankful to you . On Tue, Oct 11, 2011 at 9:32 PM, calderwa wrote: > Nope, 'fraid no

Re: [android-developers] Receiving file through USB Bluetooth

2011-10-12 Thread saket kumar
can u show me the code? -- 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 F

[android-developers] Creating an gmail/imap account programmatically

2011-10-12 Thread Jesus Sanz Marcos
Hi, I am trying to create an e-mail account programmatically. I am getting the error caller uid is different than the authenticator's uid when I try to use the AccountManager.addAccount method. Do you have any example on how to add an account, for example an IMAP account, with user, passwo

[android-developers] Issue regarding SMS message failed alert dialog.

2011-10-12 Thread Eric W.
Hello, This is my first time posting so please go easy on me if I break any rules. Thank you. What I am trying to solve is an alert dialog that comes up when a SMS message fails to be sent. The exact dialog is "Message failed, would you like to retry?" So far I am unable to stop this message from

[android-developers] Application incompatible

2011-10-12 Thread Hubert
Hello! I seem to have a serious problem. A few weeks ago I've published an app, Antipaper Notes (com.pancerola.and.antipaper.notes). It is running on API level 11 (Honeycomb), besides that has no requirements. According to the market: This application is only available to devices with these feat

Re: [android-developers] Eclipse Android Graphical Layout is not giving the options on properties window

2011-10-12 Thread Pablo Fernandes
I wanted just to register that everything is working perfectly now. the r14 preview solved until now all of my interface problems. (thanks so much for the help) * * *Pablo Fernandes* *I´m involved in so many things and **this **is **my very personal e-mail address ;)* * http://

[android-developers] Writing to External Storage Help

2011-10-12 Thread BJGApps
I have an app on the market and recently have had some reports of problems writing to the SD. What appears to work completely fine on some phones has proven not to work on others. I have done some searching on this and really need some advice to help make sure I am on the correct path. I am using

[android-developers] Brain Game

2011-10-12 Thread tanuj
Checkout the following app: https://market.android.com/details?id=com.numbergame -- 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

Re: [android-developers] 1/3 sounds is distorted when played

2011-10-12 Thread Milad khajavi
As my experience check your audio file bit-rate, use standard bit-rates. It maybe solve the problem. On Tuesday, October 11, 2011, Appaholics wrote: > Hi, > I am making an update to my game. I am adding an additional sound (a voice saying "Game Over") to the game. There are two other sounds in th

[android-developers] can i use google maps api for free in my company's inner using android app?

2011-10-12 Thread Jimmy Don
i am developing an android app for my company . it's for our inner using. can i use google maps api for free? or i need pay to google? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

[android-developers] Is it possible to port xrdp to android?

2011-10-12 Thread Nick Cheng
as topic -- 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 more options

[android-developers] How to integrate the Html5 player

2011-10-12 Thread Muthu S
Hi all How to integrate the html5 player in android app please help me -- 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 t

[android-developers] i want to unsubcribe

2011-10-12 Thread guru moorthy
i want to unsubcribe -- 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

[android-developers] Update application data

2011-10-12 Thread Juliano Nunes
Hi, My application will use a local database with almost 2MB of data (non-compressed) that will be updated every month, so I'd like to know which is the best approach for an update mechanism. The first option in my opinion is to use a REST service that will generate the data operations (ins

[android-developers] SQLite Query

2011-10-12 Thread dipti desai
How to insert more than two values in the coulmn.? i have a table having columns name and country I want to insert input data into SQLitedatabase public void insert(String name,String country) { String[]params = new String[2]; params[0]=name; params[1]=country;

[android-developers] Re: onItemLongClockListener - ArrayList throws IndexOutOfBoundsException

2011-10-12 Thread Graham Bright
Found the problem myList.remove(*this*); //remove the current object , *postion* throws an exception On Tue, Oct 11, 2011 at 11:37 AM, Graham Bright wrote: > Hi, > > When I try to remove the list element in my ArrayLilst I get > IndexOutofBoundsException. Specifically in OnItemLongClickListene

[android-developers] Free lancers / Expert for developing eLearning assignments on Android Tabs

2011-10-12 Thread Priya
Hi , Want add an interactive elearning module in the elearning package being developed on Android tabs. Is there anyone who 1st hand experience on multi-user intearctive android based apps development. Feel free to connect with me at priya(dot)positions(at)gmail(dot)com Priya -- You received

[android-developers] How can i mount a yaffs2 image on Linux Ubuntu 11.04

2011-10-12 Thread luca aliberti
I have extracted a yaffs2 image of my android phone situated in /dev/ mtd/mtd0, for forensics purpose. I would know how can I mount it in ubuntu 11,04 to exploore the contents, because yaffs2 is not supported. Thanks to everyone. -- You received this message because you are subscribed to the Go

[android-developers] hi

2011-10-12 Thread pr biztech
hello everyone -- 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 more o

Re: [android-developers] sending email automatically

2011-10-12 Thread Milad khajavi
see this post: http://stackoverflow.com/questions/2020088/sending-email-in-android-using-javamail-api-without-using-the-default-android-app On Tuesday, October 11, 2011, arun kumar wrote: > SMTP means simple mail transfer protocol. first search in google about > smtp in android and then you got s

[android-developers] onItemLongClockListener - ArrayList throws IndexOutOfBoundsException

2011-10-12 Thread Graham Bright
Hi, When I try to remove the list element in my ArrayLilst I get IndexOutofBoundsException. Specifically in OnItemLongClickListener. Can anyone help ? Thanks, Graham package listmodified.org; import java.util.Arrays; import java.util.ArrayList; import android.app.ListActivity; import android.

[android-developers] Question : Markers(QR code) based augmented reality

2011-10-12 Thread smile.heegon
Hello, I'm New developer. I'm trying to create some program but I do not have sense yet. I would like to recieve tips and a guideline. I generate a QR code with a kind of query message onto, and send the query when recognize that. My device show some graphs or text box on the camera screen as a

[android-developers] Re: Can't upload an apk to Android Market

2011-10-12 Thread Gianluca
I'm unable too, it seems not a browser problem, neither IE or chrome or Firefox are working. On Oct 11, 1:15 pm, burnayev wrote: > I've been trying to upload a new apk for my application to the market > for the past hour or so with no success. Once I hit the Upload button > the progress bar stay

Re: [android-developers] It is possible to rotate a object from his own coordinates and not from the plane coordinates?

2011-10-12 Thread Tushar Bera
Dear Android Team, Please dont send me mail like this. Regards, Tushar On Tue, Oct 11, 2011 at 4:22 PM, saex wrote: > I am following the OpenGL es rotation examples from google to rotate a > simple Square (not a cube) on my Android App, for example this code: > > gl.

[android-developers] Is it possible to create a app that's connected to a desktop client.

2011-10-12 Thread Jin
Hi I've been doing a bit of research and am wondering if its possible to connect a android made application to a program on a PC. For example User 1 on the Desktop PC, User 2 on the mobile device. User 1 asks for user locations,User 2 gets notification to requesting location they accept and it se

[android-developers] How to detect applications currently using the microphone

2011-10-12 Thread Andy Harrah
Is there a way to determine if any applications are using a given AudioSource? Best would be to get the list of applications currently using an AudioSource. This could be used by a VoIP application to know if another application is recording the call. -- You received this message because you are

[android-developers] الانظمام الي هذا المجموعة

2011-10-12 Thread محمد علي الضلعي
ارجو من سادتكم الانظمام الي هذا المجموعة ومعرفة ماهو جديد في جميع مجالات الكمبيوتر شكر لتعاونكم -- 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 thi

[android-developers] HI i want to retrive the values from excel file

2011-10-12 Thread basha
Hi i am the new developer for phone-gap android.. i want some code, to retrieve the value from the excel sheet and stored it in an array. PLZ help me for that Regards Basha -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] using multiple advertising networks - is this possible?

2011-10-12 Thread KevinC
Hi - Is it possible to switch between multiple advertising networks for placing in-app ads? For example, if I want to show an InMobi ad, and then later switch over to AdMob, and then perhaps put in my own affiliate link, is there an easy way to do this? I know this is easy to do on a web page, an

[android-developers] Re: Can't upload an apk to Android Market

2011-10-12 Thread Asher Lwin
Ya I'm also the same problem.Please google fix it. On Oct 11, 6:15 pm, burnayev wrote: > I've been trying to upload a new apk for my application to the market > for the past hour or so with no success. Once I hit the Upload button > the progress bar stays at 0 B for a long time and then I get "An

[android-developers] Add a link on a TextView

2011-10-12 Thread aru
Hi Guys, My name's Aru. I got a little trouble to add a link on a TextView. I thought it would be easy to add it using mTextView.regulationTxt.setText(Html.fromHtml(stringContainsLink)); do you guys know the other ways ? Regards, Aru -- You received this message because you are subscribed to

[android-developers] How to run application when listview application name clicked with appropiate application

2011-10-12 Thread hktsang
Dear sir, I'm trying to write an apps just like a file manager. my code is as follow: private void openFile(File f) { Intent intent = new Intent(); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.setAction(android.content.Intent.ACTION_VIEW); String

[android-developers] Android Jersey API problem

2011-10-12 Thread yeasincs
Hi, I am trying to write a RESTful client for Android platform using Jersey API. I am using ADT for Eclipse. Below is the source code import android.app.Activity; import android.os.Bundle; import android.widget.TextView; public class AndroidJerceyClientActivity extends Activity { /** Cal

[android-developers] about booting from an browser by a scheme name

2011-10-12 Thread kono
Hello, i'm Kono. Sorry for my english After an application is booted from an browser by a scheme name, the application quits (the process is killed) when the HOME button is pushed. I recognize that the application should make a transition to background and the process should not be killed.

[android-developers] How Play the remote url videos

2011-10-12 Thread Muthu S
Hi Anybody Know the solution for my issue please help me. Issue: How play the remote url videos in android app .Am try two kind of way but is not working correctly please find my two kind of codes. vid="http://www.tamilclips.net/components/ com_contushdvideoshare/videos/24_hd.mp4

[android-developers] Making a Custom View Transparent?? Overlay on top of SurfaceView

2011-10-12 Thread Bobby
OK I've gone through every resource I can find around the web, to no avail. I'm just trying to overlay a transparent view on top of a SurfaceView.. and eventually draw a rectangle on it, such that it appears to overlay the camera preview. I cannot get the custom view to be transparent, it blocks-o

[android-developers] How Play the remote url videos

2011-10-12 Thread Muthu S
Hi All If any body knows the solution for my issues.kindly help me .I like to play the remote url videos .i use the two kind of way but is not working properly. vid = "http://www.tamilclips.net/components/ com_contushdvideoshare/videos/24_hd.mp4"; 1.

[android-developers] Slide button

2011-10-12 Thread Felipe Theodoro
Anyone know if that object that the android has to unlock the screen that you slide the button to the other end of the screen to unlock or even used to answer a call. Does anyone know ifit has anything ready? -- *Felipe Theodoro Gonçalves - *about.me *ftgoncal...@gma

[android-developers] how can I use menu if my activity is full screen without titlebar for tablet?

2011-10-12 Thread Changzhi Wang
how can I use menu if my activity is full screen without titlebar for tablet? since android 3.1 doesnt have hard key. Many thanks! very appreciate for your answer! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Context menu does not work in ListView with SimpleCursorAdapter

2011-10-12 Thread MirecXP
Hello I'm new to android development and I work on the application for tablet running Android 3.1. The main activity is divided into more functional parts and one of them shows the list of some items, the long click on the item should open the context menu. I have a problem, because I can't make i

[android-developers] Access GeomagneticField from Magnetic Sensor Driver

2011-10-12 Thread HumphreyLin
Hello, I am coding a driver for one magnetic sensor hardware. To achieve better performance, is it possible to access GeomagneticField class from my magnetic sensor driver? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

[android-developers] Modify init.rc (ramdisk) to run script myscript.sh

2011-10-12 Thread Naga
Dear Android Scholars, I am wanting run a script on boot up. There by I need to modify init.rc which executes on bootup. I am using emulator on eclipse (windows 7) a) To modify init.rc, i need to update the ramdisk,img b) I tired the following link http://android-dls.com/wiki/index.php?title=HO

Re: [android-developers] Flash On Flash Off without the camera

2011-10-12 Thread Howely
Hello, the guy who have a problem is me :) The script in the post is an exemple: The camera is initialized by an other program and i don't have access to the code. So i want to change the parameters without release the camera and without access to the initialisation of the camera :/ -- You

Re: [android-developers] [SOLVED] Real Multi touch in Android - Going Open Source!!!

2011-10-12 Thread 金光是党员
cool 2011/10/11 metin ögtem > Good..That applicatios uses in presentation > > 2011/10/10, swapnil kamble : > > Cool app. I just tried it, works awesome. > > Nice work > > > > Swapnil > > > > On Mon, Oct 10, 2011 at 2:08 PM, Asim wrote: > > > >> Hey Everyone, > >> > >> I've been working on a pro

[android-developers] Update application data

2011-10-12 Thread Juliano Nunes
Hi, My application will use a local database with almost 2MB of data (non-compressed) that will be updated every month, so I'd like to know which is the best approach for an update mechanism. The first option is a REST service that sends only the differences to be applied to the devices dat

[android-developers] Want to update SimpleCursor Adapter on the runtime with changed value of cursor

2011-10-12 Thread Namit Virmani
Hi, I'm using SimpleCursorAdapter for my listview. As shown in example below: Cursor notesCursor = myDbHelper.fetchDayPanelNotes(type, day); startManagingCursor(notesCursor); String[] from = new String[]{DataBaseHelper.KEY_NAME, DataBaseHelper.KEY_ROOM, DataBaseHelper.KEY_TIME};

[android-developers] re: JNI - FindClass() returns null

2011-10-12 Thread Bob
Sorry to revisit such an old post, but the answer by fadden is precisely what I needed to know, and one that took some effort to dig up. The issue about non-system classes not being loaded will come up if you are implementing callbacks from C into the JVM; there seem to be plenty of other develope

[android-developers] Using bluetooth framework in Android SDK slows down the system extremely while uninstalling the app

2011-10-12 Thread can
Hi, I asked the same question at stackoverflow and here is the link just in case: http://stackoverflow.com/questions/7714816/ **UPDATE:** I figured that out if I close the bluetooth before uninstalling the app the problem no longer remains so there is indeed a resource not released when the applic

[android-developers] Can a ViewFlipper contain many ListViews which are added programatically?

2011-10-12 Thread aimee daniells
Hi, i wonder if someone here can help me. I have an application which flips left and right through a ViewFlipper. In each page i have a ScrollView containing many LinearLayouts which are inflated at runtime to populate data. I feel these should each be in a ListView within the flipper, but i do

[android-developers] Device discovery on Extended BSS

2011-10-12 Thread Dipesh
I'm making an android app for chat and file sharing over wifi. I'm able to generate a multicast address(and receive the packet) for the same access point but my device(Desire HD) does not receive UDP packet broadcasted at 255.255.255.255. So how do I discover devices connected to a different access

[android-developers] XDR

2011-10-12 Thread Neil Menne
I'm trying to get XDR built for android, and I was looking at sysroot/ usr/include/linux/sunrpc/xdr.h and that's empty. For the most part, everything in this directory seems largely unimplemented. Does anybody have this stuff working? -- You received this message because you are subscribed to the

[android-developers] Where to start building a launcher application?

2011-10-12 Thread njackson
I've been looking for the source on android.git.kernel.org/?p=platform/ packages/apps/Launcher.git;a=summary, but I've had 2 problems: the page won't load; and I've read that it's not designed to be simply built into a standalone APK. Does anybody know where else I could get hold of some standalon

[android-developers] Android camera flashlight

2011-10-12 Thread Howely
Hello everyone, Here's my problem: I use WinDev Mobile (http://www.windev.com/windevmobile/index.html) to create an android application. Windev provides a field camera that makes it possible to display the camera and can take a picture. My problem is that the function I use to take a photo does

[android-developers] Make Custom Overlay View Transparent on top of a SurfaceView?

2011-10-12 Thread Bobby
OK I've gone through a few similar questions on SO and around the web, to no avail. I'm just trying to overlay a transparent view on top of a SurfaceView.. and eventually draw a rectangle on it, such that it appears to overlay the camera preview. I cannot get the custom view to be transparent, it

[android-developers] SurfaceView Overlay Not Working?!?!

2011-10-12 Thread Bobby
Details here: http://stackoverflow.com/questions/7714820/how-to-make-a-custom-overlay-view-transparent-on-top-of-a-surfaceview I just get a black box on top of the surfaceview camera preview.. I've tried everything, any ideas? -- You received this message because you are subscribed to the Goog

[android-developers] Broadcast receiver on REBOOT

2011-10-12 Thread ranjit R
I need to trigger a broadcast receiver when it starts to reboot/ reboots not when boot_completed . i not able to trigger the broadcast receiver. below is my code public class broadcastreceiver extends BroadcastReceiver{ @Override public void onReceive(Context context, Intent intent) { Log.i("LO

[android-developers] Devices Reboot on normal usage for One day

2011-10-12 Thread tanuja g
Hi , my device Reboots on normal usage for one day , DDMS logs gives the WATCHDOG KILLING SYSTEM PROCESS: null which occurs on Dedlock ,to know the thread for the cause for of deadlock we took the Traces.txt file from the device and we are not able to analysis this log , please help us in analysin

[android-developers] shared database between devices

2011-10-12 Thread -Castiel-
Hi, i was wondering if anyone can give me a clue or even tell me if its possible or not. I've looked everywhere and i can't find anything close enough... I'm making an android app in which i save some values taken from the device. Now my question is, it's possible to access this values from another

[android-developers] Wrong size of images in landscape mode

2011-10-12 Thread beste
Hi, I have a layout which is shown fine in the layout editor: https://lh4.googleusercontent.com/-l-Qj6sjDzZs/TpH1kg_EnzI/AMk/YfmbrsiwhSM/s128/device-2011-10-09-211300.png However, this layout gets distorted on any device (emulator, real device, big screen, small screen all doesn't matter

[android-developers] Any way to clear all message notifications in actual messaging app, without reading them

2011-10-12 Thread Andrew CrushFitness
Any way to clear all message notifications at once in actual messaging app, without reading them. I would like to remove the number signaling in the stock messaging app so I don't have to click on each individual text to dismiss the notifications. If there is a better forum please redirect. I have

[android-developers] Maven: "dx: can't find dx.jar"

2011-10-12 Thread Philipp Jenke
Hi group, I have a problem building my app via Maven. I set up an android project via Eclipse. It builds correctly and I can deploy it (both on the emulator and on my device). Additionally, I set up a Maven build script pom.xml (see below). The first part of the build seems to run successfully, ho

[android-developers] Integration of VMGL in Android Emulator

2011-10-12 Thread Inder
Hi All, I have built VMGL code for host (ubuntu). Now I want to integrate VMGL in our Android Emulator. Is it possible? Any hardware dependencies? Please revert back asap. Thanks in advance. -Inder -- You received this message because you are subscribed to the Google Groups "Android Developer

<    1   2   3   >