Re: [android-developers] H264 RTP Packetization

2011-09-27 Thread NAVI NEW
Same issue i have already suffered someone not help so you try by yourself . On Mon, Sep 26, 2011 at 5:00 PM, B.Arunkumar wrote: > Hi, > >I would like to check if there is any good example code to do RTP > Packetization accroding to RFC 3984. We are getting H264 stream from > LG mobile cam

[android-developers] Re: Activity has leaked IntentReceiver - Are you missing a call to unregisterReceiver() - Sprint Samsung Galaxy s2 (Android 2.3.4)

2011-09-27 Thread joebowbeer
In onCreateOptionsMenu, try returning true instead of calling super and see if that is a workaround. On Sep 24, 5:05 pm, Glorious Red Leader wrote: > I have not seen this error on the Droid Bionic, Motorola Photon 4g, > HTC Evo 3d, or the Thunderbolt - only on the Sprint Samsung Galaxy sII > Epic

[android-developers] ProgressBar in ActionBar

2011-09-27 Thread Isambert
Hi ! I would like to implement something similar as what is present in Gmail's ActionBar on Honeycomb. I mean, when you click on the refresh button it shows a indeterminate progressdialog instead of the button. I haven't found any way to achieve this yet. And I can't use the customView as I alr

[android-developers] Re: How to install APK programmatically without user prompt

2011-09-27 Thread martypantsROK
I truly hope you nor anyone else ever figures out how to do it. Windows is plagued with such junk. On Sep 17, 2:32 am, Pratik Prajapati wrote: > I need to install some non market place APK programmatically *without *user > prompt. I found some links on stackoverflow, but all those mechanism will

[android-developers] total number of install is not updated

2011-09-27 Thread jakob t
Hi, Since some weeks the total number of installs is not updated on android market. Only the active install number is updated. Is this a new policy from google or a bug in android market? Anybody else having this issue? br, /Jakob -- You received this message because you are subscribed to the G

[android-developers] Re: Opening an Application from a URL Link

2011-09-27 Thread Mark Cz
Hi, I downloaded your demo, and I am sorry, has no precedence over any other of my browsers.. so I have a dialog "Complete action using..." On the other hand works great, and opens the sample application, but as I said be

[android-developers] Re: How to do a Thread that only executes itself one time? (but continues alive)

2011-09-27 Thread Ryan Mattison
I think saex is looking for a producer / consumer model using a LinkedBlockingQueue with Weak references, so he can read the settings into a queue when they're available, but his application may not need them until slightly later, and needs to aggregate the results. Weak reference would allow this

[android-developers] Custom Toggle Button

2011-09-27 Thread giles ian
Hello, I could not find a good Custom Toggle button tutorial/example/code.I googled a lot. Any 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

[android-developers] Re: How to do a Thread that only executes itself one time? (but continues alive)

2011-09-27 Thread Ryan Mattison
:P :P :P On Sep 26, 8:03 am, saex wrote: > Hi > > i need to put some listeners on a Thread (to optimize my app), then, > the Thread should be executed one time, but it needs to continue > alive, because the listeners have to be alive to listen for events. > > I tryed with this code, but this code

[android-developers] Re: HTC and LG haven't implemented Android in the right way

2011-09-27 Thread MobileVisuals
I need Point attenuation to produce space animations with shining particles, which look like stars. How can I achieve that effect without using Point attenuation? Do you mean that I should make small rectangular polygons with transparent textures instead? I have tried that before on M3G and it didn

[android-developers] Re: How to send HD (High Definition) output from android Tab to HDtv

2011-09-27 Thread gjs
Hi, This is transparent to apps, just plug in cable & view on TV. Regards On Sep 27, 4:43 pm, Rikki wrote: > I want to develop an application that will send HD content on my > samsung galaxy tab and show it on HDtv. > I have searched for sample apps that can help me in understanding the > invol

[android-developers] Re: Silence Alarms Based on Ringer Mode

2011-09-27 Thread Ryan Mattison
Hey Sycobob, This varies a lot depending on weather you're using the 1.6, 2.1, or 2.2 SDK. It is possible to use the 1.6 SDK and have successful results on every phone, but it is very tedious. If I could take it all back, I'd wrote a different version for 1.6,2.1,2.2 and then allowed anything 2

[android-developers] Re: Opening an Application from a URL Link

2011-09-27 Thread Mark Cz
Hi, I downloaded your demo, and I am sorry, has no precedence over any other of my browsers.. so I have a dialog "Complete action using..." On the other hand works great, and opens the sample application, but as I said bef

[android-developers] Android Application to Install a font

2011-09-27 Thread Mamun S.
Hi, i want a Android Application to Install a font font without rooting. if any one do this for me please share this whats the way -- 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@go

[android-developers] how can i get arbitrary screen thumbnail?

2011-09-27 Thread zojomotico
a screen capture function, such as ,no root screeenshot it. / mActivityManager = (ActivityManager) this.getSystemService(Context.ACTIVITY_SERVICE); ComponentName cn = mActivityManager.getRunningTasks(1).get(0).topActivity; / mActivityManager.getRunningTasks(1).ge

[android-developers] how can i get arbitrary screen thumbnail?

2011-09-27 Thread zojomotico
a screen capture function, such as ,no root screeenshot it. / mActivityManager = (ActivityManager) this.getSystemService(Context.ACTIVITY_SERVICE); ComponentName cn = mActivityManager.getRunningTasks(1).get(0).topActivity; / mActivityManager.getRunningTasks(1).ge

Re: [android-developers] Re: unmarshalling and premature alarm problems

2011-09-27 Thread John Goche
Thanks TreKing for your approach, The only thing is I have to pass around an array of stuff, and the Intent interface only has: Bundle getBundleExtra(String name) Intent putExtra(String name, Bundle value) Intent putExtras(Bundle extras) Intent replaceExtras(Bundle extras) I have

[android-developers] Re: ProgressBar in ActionBar

2011-09-27 Thread Isambert
I have achieved half of the job. I am using MenuItem.setActionView to have my progressDialog. But how to remove it next and go back to my regular button ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Re: Extracting RGB data from Bitmap

2011-09-27 Thread gjs
Hi Read the PDF spec to see what sort of binary encoding is required for the image data. Regards On Sep 27, 8:10 am, New Developer wrote: > Trying to add an Image to PDF > Can anyone Please let me know where I have gone wrong ? > Currently this is what I generate  using  bmp > > ByteArrayOutput

Re: [android-developers] Which buttons are these [ see image] ??

2011-09-27 Thread giles ian
i tried this ... but im not able to set the text for those radio buttons abd when i do the size of buttons increases... its like the text is written next to the image On Tue, Sep 20, 2011 at 10:03 AM, Daniel Lukashevich wrote: > You can use RadioGroup > with custom radio buttons. > > -- > You rec

[android-developers] Re: doubt on sending email from app.

2011-09-27 Thread skink
Devendran Raju wrote: > hi... > > In my application i need to send response mail to client. > > I used indent to send mail from app. > > But i cant send it successfully. While i am running the app it coming as "No > applications can perform this action." > > How can i solve this problem. > > cau

[android-developers] Re: Re-configure/install widget on home screen

2011-09-27 Thread ramindroid
Can someone provide any feedback on below query? Thanks. -- > Hi, > > Suppose we have an area defined for widget frame. Now using > ACTION_APPWIDGET_PICK intent via onLongPress() at home screen, we > install a

[android-developers] Re: How to know if the phone is facing a given GPS point? (I have the Azimuth of the Phone and his GPS position)

2011-09-27 Thread saex
Hi distanceTo() works perfect, but bearingTo() doesn't works for me. myLocation.bearingTo(BuildingLocation) gives me 0º if i am facing the Building and North direction, gives me 90º if i am facing the Building and East Direction, gives me -180º if i am facing the Building and South direction. Th

Re: [android-developers] Re: Activity has leaked IntentReceiver - Are you missing a call to unregisterReceiver() - Sprint Samsung Galaxy s2 (Android 2.3.4)

2011-09-27 Thread Glorious Red Leader
Ah good call - however still getting that error. Also forced true and false for the onMenuItemSelected method as well. On Tue, Sep 27, 2011 at 12:02 AM, joebowbeer wrote: > In onCreateOptionsMenu, try returning true instead of calling super > and see if that is a > workaround. > > On Sep 24, 5:0

Re: [android-developers] ProgressBar in ActionBar

2011-09-27 Thread Ralph Bergmann | the4thFloor.eu
Am 27.09.11 09:04, schrieb Isambert: > I would like to implement something similar as what is present in > Gmail's ActionBar on Honeycomb. I mean, when you click on the refresh take a look at the google io app -> http://code.google.com/p/iosched/ there is also a refresh button -- You received t

[android-developers] request-response

2011-09-27 Thread arun kumar
hi am having a wsdl file address am posting to http post request to get xml responsebut am getting the response as wsdl file data. can any one suggest me where am doing wrong ...i attached the code and log messages thaking you import java.io.InputStream; import java.util.ArrayList; import ja

Re: [android-developers] Re: unmarshalling and premature alarm problems

2011-09-27 Thread John Goche
Hello, Well, at last here is my solution: I convert my object array to string array, put it in a bundle, put the bundle in the intent extras, and create the pending intent: The string array contains all the fields of all the objects I need to pass. Then I undo them when I receive them in the appli

[android-developers] To play swf file from assets in Swf player not in WebView

2011-09-27 Thread Sapna Srivastav
Hi everyone, I need help to play a series of flash file one by one from assets in a flash player or swf player. How can I programmatically invoke any installed flash/swf player from my application and play the flash files kept in assets of my application. Is it possible or not? Please suggest any

[android-developers] How to use large database (Sqlite more than 100 MB) in android application?

2011-09-27 Thread Sam
Hello , i develop one application in which require sqlite database. database size is verry large approx. 100 Mb. so i have not any idea which way use these database in my application. database is some private contents so not installed in sdcard... 1) Can android app support or store 100 mb datab

[android-developers] Facebook integration

2011-09-27 Thread Sapna Srivastav
Hi Android developers I am creating an app, in this social networking is also a part. I used Android-facebook sdk provided by github. For making a wall post, I tried this method : public int postOnWall(String msg) { int rescode = 1; Log.d("Tests", "Testing graph

Re: [android-developers] Facebook integration

2011-09-27 Thread shital suryawanshi
hi sapna i am also think to develop facebook application thanks shital > -- > 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 em

[android-developers] Re: H264 RTP Packetization

2011-09-27 Thread B.Arunkumar
Hi, Actually we are using this sample code:http://code.google.com/p/ spydroid-ipcamera/. Have you looked at it? It gives you some code for H264 RTP Packetization but it (http://code.google.com/p/spydroid- ipcamera/wiki/SupportedDevices) says the devices supported are: * Galaxy S 2 (Android

Re: [android-developers] Re: Opening an Application from a URL Link

2011-09-27 Thread Mark Murphy
On Tue, Sep 27, 2011 at 3:21 AM, Mark Cz wrote: > I downloaded your demo, and I am sorry, > > >         >         >         >                      android:scheme="http" /> > > > has no precedence over any other of my browsers.. so I have a dialog > "Complete action using..." That's odd -- that

Re: [android-developers] How to use large database (Sqlite more than 100 MB) in android application?

2011-09-27 Thread Mark Murphy
On Tue, Sep 27, 2011 at 6:18 AM, Sam wrote: > i develop one application in which require sqlite database. database > size is verry large approx. 100 Mb. > > so i have not any idea which way use these database in my application. > database is some private contents so not installed in sdcard... > >

Re: [android-developers] how can i get arbitrary screen thumbnail?

2011-09-27 Thread Mark Murphy
I sincerely hope that this is impossible, for privacy and security reasons. On Mon, Sep 26, 2011 at 9:36 PM, zojomotico wrote: > a screen capture function, such as ,no root screeenshot it. > / > mActivityManager = (ActivityManager) > this.getSystemService(Context.ACTIVITY_SERV

Re: [android-developers] Android Application to Install a font

2011-09-27 Thread Mark Murphy
Your application can use a font that is packaged with it or is available on a local filesystem (e.g., external storage). You cannot install a font system-wide, except via custom firmware or perhaps via rooting. On Mon, Sep 26, 2011 at 4:50 PM, Mamun S. wrote: > Hi, i want a Android Application t

Re: [android-developers] Re: Android

2011-09-27 Thread Atluri Ajith Kumar
http://stackoverflow.com/questions/2175076/how-to-use-bluetooth-in-android-emulator On Tue, Sep 27, 2011 at 4:32 AM, gjs wrote: > Hi, > > Get an android device that does, 2nd hand on ebay is cheap, or sbc. > > Regards > > On Sep 23, 2:41 pm, Nakul Varge wrote: > > Hii...this is Nakul Varge. I a

[android-developers] excel file in android

2011-09-27 Thread leigh8347
Is it possible to create a last view form an excel file? Or any ideas how it is done many 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-developers@googlegroups.com To unsubscribe from t

Re: [android-developers] excel file in android

2011-09-27 Thread Ankit Kasliwal
yes it's possible to create CSV file you just do google and find many demo codes. On Tue, Sep 27, 2011 at 5:08 PM, leigh8347 wrote: > Is it possible to create a last view form an excel file? > Or any ideas how it is done > > many thanks > > -- > You received this message because you are subscrib

Re: [android-developers] How to use large database (Sqlite more than 100 MB) in android application?

2011-09-27 Thread lbendlin
There are some "hot" encryption modules available for SQLite database files, it might be worth looking into these if you can live with the impact on performance. This would also remove your design requirement to place the database file into main memory (which isn't much of a deterrent anyhow as

Re: [android-developers] R.java not updating

2011-09-27 Thread Atluri Ajith Kumar
if you are using Eclipse. Do once Project->clean On Sun, Sep 25, 2011 at 9:58 PM, Harish wrote: > one When i add a button to main.xml file ,the id not visible -- " The ultimate measure of a man is not where he stands in moments of comfort and convenience, but where he stands at times of ch

Re: [android-developers] Re: Extracting RGB data from Bitmap

2011-09-27 Thread New Developer
gjs Thanks I had read the 1.6 specs that is how I managed to generate what I have now, It completes and the PDF can be seen, but NO picture is in there. The text I have put in the PDF is visible. However, the picture is not ?? Thanks again On 09/27/2011 03:55 AM, gjs wrote: Hi Read the PD

[android-developers] Re: Which buttons are these [ see image] ??

2011-09-27 Thread Abhilash
Keep three buttons besides each other with background images having no padding. It should work -- 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] Re: Opening an Application from a URL Link

2011-09-27 Thread Mark Cz
I will try the first option, but still why it doesn't work from all browsers ? On Sep 27, 2:22 pm, Mark Murphy wrote: > On Tue, Sep 27, 2011 at 3:21 AM, Mark Cz wrote: > > I downloaded your demo, and I am sorry, > > > > >         > >         > >         > >         >              android:scheme

Re: [android-developers] Sony S1 adb driver

2011-09-27 Thread Kostya Vasilyev
This worked for me: https://gist.github.com/1233900 26.09.2011 19:19, Coolblue2000 пишет: I need a driver for my Sony S1 tablet. I have enabled USB Debugging but my computer can only see the tablet as USB storage device and AVD manager can't see the tablet as a device. I also have a desire HD

[android-developers] doubts about ioctl and mmap functions of binder driver(binder.c)

2011-09-27 Thread AndroidHolder
First,to be honest,my doubt comes from the binder driver part in / kernel/drivers/android/binder.c // 1. register binder as a misc device static int __init binder_init(void){ int ret; ... ret = misc_register(&binder_miscdev); ... } // 2.declare fops as &binder_fops static struct miscdevice

[android-developers] Re: onTouchEvent not called on every touch motion

2011-09-27 Thread loril...@gmail.com
Problem is not yet resolved :( I'm able to draw my bitmaps in a continuous path, but the rendering is very slow. I am taking history points of a motion event into account but these also do not give me all the points. I'm introducing more points if the distance between 2 history points is greater

[android-developers] how to play streaming media on android

2011-09-27 Thread KK
I'm working on creating a basic streaming media player, where in user can customize URLs for online audio stream and play it.In this regard I need some help as I dont know how to play streaming media, though I 'm able to play media files(tried with mp3 files) on local storage(sdcard). Any pointers

[android-developers] Re: how start fragments

2011-09-27 Thread emanuele
ok thanks a lot On Sep 26, 11:35 pm, Mark Murphy wrote: > I would recommend that the activity handle all starting of fragments. > The activity is the code that knows how big the screen is and > therefore whether these other fragments should be displayed directly > or displayed by starting another

Re: [android-developers] doubts about ioctl and mmap functions of binder driver(binder.c)

2011-09-27 Thread Mark Murphy
On Tue, Sep 27, 2011 at 8:26 AM, AndroidHolder wrote: > First,to be honest,my doubt comes from the binder driver part in / > kernel/drivers/android/binder.c Please visit http://source.android.com, click on the Community tab, and find a more relevant Google Group for your inquiry. This group is fo

[android-developers] popbackstack in fragmetns

2011-09-27 Thread emanuele
Hello there, in my design I ve 4 ListFragments managed by a FrameActivity with tabhosts. For every ListFragment i keep its history (addToBackStack(String name)). Switching beetwen ListFragment I want to clear the tab content and display the content of the new ListFragment. In the FrameActivity I t

[android-developers] Re: how to play streaming media on android

2011-09-27 Thread mort
If your device isn't too buggy to do it (which isn't that rare...), simply pass the URL instead of the file name (setDataSource("http://...";)). And you should do MediaPlayer.prepare() in its own thread, otherwise establishing the connection and buffering might end with an ANR. If you need a way th

Re: [android-developers] Re: USB Host mode on galaxy tab 10.1 / android 3.1 - Device repeatedly re connecting in dmesg output

2011-09-27 Thread Anil Sasidharan
Hi Taylor, Yes, mine is A501. Unfortunately I'm trying to experiment with my A501 in India and the 3.1 update is not yet available here. Looks like I've to wait for a long time before being able to check the USB Host APIs on A501. Thanks a lot Taylor and I sincerely appreciate your great enthusia

[android-developers] Re: IMEI/MEID guaranteed?

2011-09-27 Thread Wall-E
Thanks for the link Mark, I understand that identifying an installation or device is not recommended but in the case for my app it is somewhat necessary. The problem I have with the ANDROID_ID is it seems to identify the OS installation (software identifier instead of a hardware identifier unless

[android-developers] PDF library app

2011-09-27 Thread rbastic
I feel like this question has come up over and over again based on my googling, but I still can't figure out how to pull this off. I have a set of copyrighted PDFs which I would like to package inside some kind of "bookshelf" application. But I would like them to remain reasonably protected. I've

[android-developers] Surfacflinger memory corruption in android 2.3.5 with monkey test(codes bug?)

2011-09-27 Thread Huang Harris
-Related Information:-- OS version: 2.3.5 Affection module: Surfaceflinger Occurrence ratio: 100% Test way: Monkey test Test Phone memory size: 1GB Reproduction procedure: 1 Set Settings->Display->Screen Timeout->Never timeo

[android-developers] Sharing Contacts from webservice using Content Providers

2011-09-27 Thread Jon Wells
I am writing an application that downloads and updates an sqLite database with contact information. I than want to share this information with the phonebook (not insert or add it it. Just share it. ) I am currently subclassing the ContentProvider but i dont know how to tell the phonebook to "look

[android-developers] ImageView question

2011-09-27 Thread Hubert
Hi, I am new in Android develop and stuck on one problem about image rendering. My page is simple. It includes several Text and several buttons AND one ImageView. In initial state, the ImageView displays one background picture. After user clicks one button, I would like to draw something over the

[android-developers] Multiple icon,single notification on notification bar?

2011-09-27 Thread dkp
Hi, I want to set multiple icon in single notification on notification bar ? Thanks, DKP -- 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 gr

[android-developers] Emulator hangs

2011-09-27 Thread Loai Ghoraba
Hi all I'm new to android and I'm facing some problems here. I'm using Ubuntu 10.10 and eclipse Helios. I have installed the SDK and ADT and now wants to run test the helloworld program. First, when running the application, it won't run and a pop up message will appear saying:"Couldn't launch the

[android-developers] Re: One View over other

2011-09-27 Thread Ashwin
Try using FrameLayout . I tried to do a similar thing recently and it worked out pretty cool ! On Sep 26, 11:53 am, giles ian wrote: > Hello, > > I have to create a iPhone like edittext (one with cross at extreme right), > so im planing to have a edittext and an image on top of it @ extreme right

[android-developers] Inquiry About Android Project

2011-09-27 Thread Mahmoud Khodier
Dear all: First I'd like to introduce myself, my name is Mahmoud Khodier and I am Teacher Assistant at the Faculty of Computers and Information-Cairo University, Computer Science Department. I have some experience in writing android applications so I am supposed to be a supervisor on a team of 5

[android-developers] i m getting following error

2011-09-27 Thread nachiket kulkarni
[2011-09-23 09:31:49 - hello] Android Launch! [2011-09-23 09:31:49 - hello] adb is running normally. [2011-09-23 09:31:49 - hello] Performing com.muo.hello.HelloActivity activity launch [2011-09-23 09:31:49 - hello] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible A

[android-developers] Can't reorder translucent activity to front

2011-09-27 Thread Laura Seidman
I have an activity (A) that must always be at the top of the stack. When another activity is started and onStop is called, it starts itself again using FLAG_ACTIVITY_REORDER_TO_FRONT. This works as expected, unless Activity A uses Theme.Dialog or Theme.Translucent. Modified log: Activity A created

[android-developers] I wish for help to unlock bootloader for my tablet

2011-09-27 Thread Kristoffer Grundström
Hi! I own a tablet made by a company called Yifang Digital, it's called eith Yifang M7 or Kendo M7. Here are the specs of it: http://www.yifangdigital.com/product/m7.aspx It is using Android 2.1 & I've both rooted & flashed it using this image: http://www.netlogic.se/FileArchive/NetlogicWeb/do

Re: [android-developers] How to use large database (Sqlite more than 100 MB) in android application?

2011-09-27 Thread Norris.Lin
I suggest you don't use sqlite to store so much data. If you store too much data in the Android's sqlite, then it will cause some unknown error. Maybe you can store your data through the internet. 2011/9/27 Sam > Hello , > > i develop one application in which require sqlite database. database

Re: [android-developers] I wish for help to unlock bootloader for my tablet

2011-09-27 Thread Mark Murphy
This has nothing to do with this list. This list is for writing software using the Android SDK. On Mon, Sep 26, 2011 at 5:58 PM, Kristoffer Grundström wrote: > Hi! > > I own a tablet made by a company called Yifang Digital, it's called eith > Yifang M7 or Kendo M7. > Here are the specs of it: htt

[android-developers] Re: IMEI/MEID guaranteed?

2011-09-27 Thread lbendlin
I am using the telephony deviceID with a fallback to the WiFi MAC address if the telephony ID comes back null or errors out. I ass-u-me that should cover 99.99% of all devices I am targeting. -- You received this message because you are subscribed to the Google Groups "Android Developers" group

Re: [android-developers] Re: how to play streaming media on android

2011-09-27 Thread KK
Thanks Mort. Please let me know if you have some web links about the ShoutCast support. I'll also check it in google. Thanks, KK On Tue, Sep 27, 2011 at 6:40 PM, mort wrote: > If your device isn't too buggy to do it (which isn't that rare...), > simply pass the URL instead of the file name > (s

Re: [android-developers] Multiple icon,single notification on notification bar?

2011-09-27 Thread Mark Murphy
On Tue, Sep 27, 2011 at 3:03 AM, dkp wrote: >  I want to set multiple icon in single notification on notification > bar ? That is not possible. Each notification has one icon. You can raise multiple notifications for multiple icons by using different unique notification IDs, though please use thi

Re: [android-developers] -webkit-column-width not support in android webview

2011-09-27 Thread Daniel Drozdzewski
On 27 September 2011 14:15, Mohamed Kasim wrote: > Dear friends, > >    I am working with android webview for load html page > my source code is below [cut] > this is working in chrome and safari. but not in android webview. > i found the error line (-webkit-column-width:1200px) > but i don't kn

[android-developers] How to calculate the distance between two degree values? (for example: 350º to 15º = 25º / 250º to 190º = 60º)

2011-09-27 Thread saex
there is a function or something on Java to calculate the distance between two degree values? (min 0º and max 360º) for example: 350º to 15º = 25º 250º to 190º = 60º etc... Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Is possible to now by code if a touchscreen is capacitive or resistive?

2011-09-27 Thread Aitor Mendaza Ormaza
Hi to everyone: I wish to now if it is possible to now the technology of the screen by code. Depending on the screen technology (if it is resistive or capacitive) I will like to do one thing or another. Is there any function such as isCapacitive() or similar in android? Thanks in advance!! --

Re: [android-developers] Is possible to now by code if a touchscreen is capacitive or resistive?

2011-09-27 Thread Mark Murphy
On Tue, Sep 27, 2011 at 10:40 AM, Aitor Mendaza Ormaza wrote: > I wish to now if it is possible to now the technology of the screen by code. > Depending on the screen technology (if it is resistive or capacitive) I will > like to do one thing or another. > Is there any function  such as isCapaciti

[android-developers] AutoCompleteTextView Cursor messing up

2011-09-27 Thread New Developer
Hi I have an AutoCompleteTextView which uses a CursorAdapter to read entries from the database Funny thing is If I type d I get the list (dam , dog , drain , duck) which is correct then if I type r (to now have dr) I should get drainbut the drop down still shows damthe f

[android-developers] can i detect touch for table cell.

2011-09-27 Thread sha
Hello I am beginner to android. i want to develope an android application which involves table view. This is clear that i can add view to a cell, and i can handle events for it. But as soon i touch view(in table cell), it launches a list, infact a list of search engines(such as google, yahooo, be

[android-developers] Augmented Reality project, help please

2011-09-27 Thread saex
I have a Augmented Reality App that simply shows the camera view and get's the user GPS position, azimuth, direction, inclination, etc... Also i have stored the GPS position of a famous building of my City. Now i need that when the user faces to the direction of the Building, a textview ("Building"

[android-developers] Re: How to calculate the distance between two degree values? (for example: 350º to 15º = 25º / 250º to 190º = 60º)

2011-09-27 Thread Skip Morrow
This is not an android question, nor is it even a java question. But I can try to help anyway. You would probably get more help in a general purpose programming forum such as codeguru. Anyway, you didn't give enough information. Do you always want to go clockwise or counter-clockwise from the s

[android-developers] Re: Image processing

2011-09-27 Thread Yan
FYI: There's an awesome app in the Android Market called Paper Camera that's doing some kind of image processing. You should look into how they implemented it. Check out their YouTube demo at: https://market.android.com/details?id=com.dama.papercamera On Sep 26, 11:54 pm, ko5tik wrote: > ...  d

[android-developers] Getting USB to work on color nook rooted Honeycomb.

2011-09-27 Thread Dr.Bot
I am having a big problem getting USB to work on the color nook. I've tried both Windows and Unbuntu - but the adb tells me no devices no mater what I try. There is a lot of conflicting information about what the device ID is. I can download various version of market to the device - but they fa

[android-developers] Creating a database to initialize an application

2011-09-27 Thread Pablo Moreno
I'm starting to develop an application using SQLite and wanted to know if the more correct would be to create my database after the splash screen of the application, and if it is correct my question, what is the best way to proceed to realize this creation. I used the Runnable to create the splash

[android-developers] Start the Listview's modal selection from a button in the ActionBar

2011-09-27 Thread MrArti
Hello, Is it possible to activate the selection mode on a ListView configured with CHOICE_MODE_MULTIPLE_MODAL from an option item ? The default behavior is to do a long click on the list but I would like to achieve the same with a button in the ActionBar. I've tried to reproduce the ActionMode wi

[android-developers] java binding

2011-09-27 Thread mohit verma
Hi folks, Does Android use SWIG for binding C/C++ libraries to application layer implemented in JAVA ? If not what else does Android use for language binding? -- *MOHIT VERMA* -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] BaseExpandableListAdapter implements Filterable?

2011-09-27 Thread Steve
I've created BaseAdapters that implement Filterable, they are essentially everything found in the BaseAdapter class with the addition of the 'getFilter' method and a private class that extends Filter. Then, performing a filter (for a listview) is as simple as filling out the 'performFiltering', 'f

[android-developers] Re: java binding

2011-09-27 Thread mohit verma
By this what i mean to say is : Android uses open source libraries like SQLite , WEBKite and OpenGL and so on. AFAIK all these are written in C/C++. Then how does Android provide this interface to Upper layer application layer (which uses JAVA)?? On Sat, Sep 24, 2011 at 9:36 PM, mohit verma wrot

[android-developers] Android -Update Image On Android Widget

2011-09-27 Thread Himanshu Mistri
Hello, Every One in this google Can any one guide me what i suppose to do wrong in update the image view of android widget in every one second what can i do for that , Here is code that i use but get error can one solve this ... public class HelloWidget extends AppWidgetProvider{ Context mContext

[android-developers] How to set & get cookie in webview or android

2011-09-27 Thread Darby
I have to save some informations(id,pw.. ). how to use cookie? The web pages process by referencing cookies in web server. I don't khow what I have to do. -- 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] SDK manager instal

2011-09-27 Thread Praven P.Jose
sr i hv us windows xp 32bit ,after installing SDK manager a cmd box will appear and nothing to happen , then open in Eclipse a error message will come hat can i do for this Error img are given below http://s1.postimage.org/q4amzl3kx/11.jpg plz reply ,i like to do my project in androi

[android-developers] How to install both applications using 1 apk file?

2011-09-27 Thread Oleksandr Fesak
Additionally to main application I need to install a widget application. Actually I have 2 apk files (for main application and for widget application). I need that this 2 applications to be installed from one apk package. Please suggest how to accomplish this task. -- You received this message be

[android-developers] Maps, Facebook, Email, Youtube Errors in Android Eclipse Simulator - Public VOID Issues

2011-09-27 Thread P.
I am getting the errors within the Eclipse Simulator (1.6 version) when I click and try and access the information. I have created a screen capture of all the errors in the simulator. Go to: www.goinggreenfilmfestival.com/errors-simulator.jpg to see exact errors. I looked into some of the coding

Re: [android-developers] Re: How to install APK programmatically without user prompt

2011-09-27 Thread Pratik Prajapati
Implemented and working fine now. -- Regards, Pratik Prajapati On Tue, Sep 27, 2011 at 12:10 AM, martypantsROK wrote: > I truly hope you nor anyone else ever figures out how to do it. > Windows is plagued with such junk. > > On Sep 17, 2:32 am, Pratik Prajapati > wrote: > > I need to install

[android-developers] Android; ARM NEON; Can't compile project with "arm_neon.h";

2011-09-27 Thread Denis Pozharskiy
Hi everybody. I try to work with ARM_NEON coprocessor. To turn on support of NEON I include "arm_neon.h" in my project. When I tryed to compile this I got error message (see below). I think problem connected with compilator flags. Could you give me advice, please. Which flags I need to use. Or

[android-developers] Cannot use Lucene3.3 with Android!!

2011-09-27 Thread JI LI
Hello, I want Lucene procedures in Android running on the platform , but i use eclipse the establishment of a android lucene procedures before the projects to be replicated to android projects in operation , resulting in the java virtual machine collapse . I do not know why this is . I saw on Andr

[android-developers] application to call /system/bin/ts_calibrate

2011-09-27 Thread Manoj Kumar
Hey, I am working on android 2.1 version for my SMDK6410 board. I wanted to do touch calibration on my device so i used "android- tslib" code available online and made the necessary changes. I am able to create the "ts_calibrate" file in /system/bin and it is working fine. Now my requirement is

[android-developers] Android UI Improvements in Android 4.0

2011-09-27 Thread Michael
Hi, I want to buy a tablet pc, so I have compared my three favourites: Samsung Galaxy Tab 10.1, Motorola Xoom, Apple iPad. Results: The UI of Android tablets feels still very slow. The iPad feels much smoother. So, do we already have any information about the UI improvements in Android 4.0? Will

[android-developers] mp.getCurrentPosition() cannot be resolved in onDrawFrame

2011-09-27 Thread Yan
Sorry if I posted this already. It seems to have disappeared, probably because of size or copyright violations, so now I'm just posting a stripped-down example. If the Renderer is in a separate file how do I access getCurrentPosition from the onDrawFrame? For example: public class Run extends Act

Re: [android-developers] Android; ARM NEON; Can't compile project with "arm_neon.h";

2011-09-27 Thread Mark Murphy
Questions related to the Android NDK are best asked on the [android-ndk] Google Group. On Tue, Sep 27, 2011 at 4:20 AM, Denis Pozharskiy wrote: > Hi everybody. > > I try to work with ARM_NEON coprocessor. > To turn on support of NEON I include "arm_neon.h" in my project. When I > tryed to compile

Re: [android-developers] application to call /system/bin/ts_calibrate

2011-09-27 Thread Mark Murphy
Step #1: Visit http://source.android.com Step #2: Click on the Community tab Step #3: Find the Google Group of relevance to your question, perhaps [android-porting] Step #4: Ask your question there, as this list is for developing applications with the Android SDK On Tue, Sep 27, 2011 at 3:35 AM

Re: [android-developers] How to install both applications using 1 apk file?

2011-09-27 Thread Mark Murphy
On Fri, Sep 23, 2011 at 8:59 AM, Oleksandr Fesak wrote: > Additionally to main application I need to install a widget > application. Usually, the app widget is part of the regular application. > Actually I have 2 apk files (for main application and for widget > application). I need that this 2 a

[android-developers] Latitude n Longitude issue

2011-09-27 Thread Mohit Agarwal
Hey guys,is there a way in which we can enter any point in format-"[deg][min][seconds]" instead of microdegrees... pls tell me if u knw... thnx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

  1   2   3   >