Re: [android-developers] Listview or Table Layout- For Items with a Header and display some dynamic data rows with style

2012-07-12 Thread maccoy
Thanks for pointing to that. On Wednesday, July 11, 2012 10:55:57 AM UTC+5:30, TreKing wrote: On Wed, Jul 11, 2012 at 12:03 AM, maccoy maccoy2...@gmail.com wrote: What would be the best case: Considering we have the formatting in XML and the data rows are just dynamic display of content.

[android-developers] Registering - Unregistering Device from Android GCM

2012-07-12 Thread Bahadır Arslan
I am trying to add push notification feature to my application, but i have strange problems. In my first try, i got regId for device; but after that device trying to unregister it self from GCM; actually it succeeed becuase i lost regId but not i couldn't get it again. In LogCat i see these

[android-developers] Re: Registering - Unregistering Device from Android GCM

2012-07-12 Thread Bahadır Arslan
This subject can be closed; i couldn't find how i can do. I asked it android-gcm group 12 Temmuz 2012 Perşembe 09:13:20 UTC+3 tarihinde Bahadır Arslan yazdı: I am trying to add push notification feature to my application, but i have strange problems. In my first try, i got regId for

[android-developers] Re: WebView in Andoird 3.x and 4.x does not load JavaScript files

2012-07-12 Thread Pent
Are you seeing any lines written in the LogCat (generated by the browser) that could indicate what is going on? Also, try set a WebChromeClient on the WebView and override onConsoleMessage. On the other hand, I've been working with WebView and JS for the last few weeks and it's often

[android-developers] android animation on content of fragment

2012-07-12 Thread LordMaKo
I need to have a frame by frame animation inside a fragment: the animation works properly if i have it inside an activity, but inside my fragment it doesnt show, public class HomeTab extends Fragment { AnimationDrawable animation; @Override public View onCreateView(LayoutInflater

[android-developers] Re: In App Billing Limits

2012-07-12 Thread Anton Kaiser
I can't tell you about the limit (must be documented in the API reference or some developer tutorial on In App Billing). If there is a good reason for the limit, Google won't hesitate to remove your app from Google Play if you try to circumvent that limit. Am Mittwoch, 11. Juli 2012 15:05:09

[android-developers] Re: Building location aware app

2012-07-12 Thread Anton Kaiser
I think what he wants to accomplish is showing pins on the map. This is well-documented in the API reference and there are tons of examples to that. Store coordinates of your desired locations in a SQLite database and calculate the nearest ones (or whatever you want to show) from your current

[android-developers] Re: newbie question

2012-07-12 Thread Ali Chousein
Try cleaning your project (Project-Clean) and see if it fixes the errors. If you're getting errors right after you create a project, cleaning it helps in most of the cases. - Ali Chousein

Re: [android-developers] newbie question

2012-07-12 Thread Francisco M. Marzoa Alonso
R is an autogenerated class. You should have a gen folder inmediatly below your project, and an R.java file there below your project's package name. If the file is not being generated, may be there is some other problem with your installation. Google for R cannot be resolved into a variable,

Re: [android-developers] connectivity of android appliacation with sqllite

2012-07-12 Thread Francisco M. Marzoa Alonso
On 02/07/12 13:34, Ashu wrote: can we connect a android application to sqlite database just like a connectivity of mysql to java code,, No plz help me ,i am new to android -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Some Silly error, tailed with a huge headache.

2012-07-12 Thread Francisco M. Marzoa Alonso
On 11/07/12 21:37, Cythes wrote: For some reason eclipse thinks the ()'s are wrong. Here is the code for that part... notifyDetails.setLatestEvent(Infocontext, contentTitle, contentText, intent); mNotificationManager.notify(SIMPLE_NOTFICATION_ID, notifyDetails); Any idea

[android-developers] Re: Tools for porting .NET code

2012-07-12 Thread MMM
Thanks RichardC Is there any other tool available? -- 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: Tools for porting MFC code

2012-07-12 Thread MMM
It means I can not port my MFC code. Only the solution is I need to rewrite the code for android? -- 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

Re: [android-developers] building a Dictionary....need help

2012-07-12 Thread Francisco M. Marzoa Alonso
So, as far as I have understood you want that some other do your work for free, and then you get the money. Hmmm... Each one takes 50% of the effort. A fair trade, indeed... If you find someone so stupid let me know, please. I have a lot of work on my TODO list that I have not been able to do

Re: [android-developers] Re: Tools for porting MFC code

2012-07-12 Thread Francisco M. Marzoa Alonso
On 12/07/12 10:01, MMM wrote: It means I can not port my MFC code. Only the solution is I need to rewrite the code for android? YES -- 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] Re: Tools for porting MFC code

2012-07-12 Thread RichardC
Yes On Thursday, July 12, 2012 9:01:13 AM UTC+1, MMM wrote: It means I can not port my MFC code. Only the solution is I need to rewrite the code for android? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Tools for porting .NET code

2012-07-12 Thread RichardC
Don't be lazy, use Google search like everyone else. On Thursday, July 12, 2012 8:58:19 AM UTC+1, MMM wrote: Thanks RichardC Is there any other tool available? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Tools for porting .NET code

2012-07-12 Thread MMM
I tried but i didn't find it except mono for android. -- 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] Facebook Integration in AppMobi

2012-07-12 Thread Ratheesh Valamchuzhy
*Hi* * * I am working on a social networking app , on that i need to integrate facebook , i searched about the appmobil Facebook integration but i didn't get any tutorials regarding that , if anyone have an idea about the Facebook integration please help me , is there any separate api for

[android-developers] Re: push messaging / notification

2012-07-12 Thread Alfa
have u sucess to doing a push notification in android through PHP? if u have, can u tell me how? my client want to make a chating aplication between 2 android mobile device through internet conection. can u give me some clue? thanks in adavance. -- You received this message because you are

[android-developers] Android application project error in linux

2012-07-12 Thread cadogan1
I tried to create a Android application project and i always get this error when it trys to install an update: File not found: /opt/android-sdk-linux/temp/support_r09.zip (Permission denied) I have it running on my ubuntu 12.04 (x86) machine.I tried creating downloading the file and putting

[android-developers] Re: Eclipse Android Virtual Device on the retina MacBook Pro

2012-07-12 Thread Andrew Chen
I have an macbook pro retina and experience the same issue..what's the fix? On Friday, June 22, 2012 11:39:13 AM UTC-7, Diveflo wrote: Hi, I found the following issue while developing an Android app with Eclipse on my new MacBook Pro with retina display. Whenever I launch the Android

[android-developers] API about video communication

2012-07-12 Thread reina
Now I am developing a software which involves something about immediate video communication , so I search some papers of API about these, but I didn't find out the APIs of video communication. As I know , there is the API about immediate audio communication based on SIP protocol, that is the API

[android-developers] how to catch apple-touch-icon

2012-07-12 Thread drunkenapple
Dear All Developer~ generally. Web site two icon's use~ link rel='shortcut icon' href=*.png / link rel='apple-touch-icon' href=*.png / 'shortcut icon' useable to bookmark for android API but . 'apple-touch-icon' I'm not found into the android API I want list up 'apple-touch-icon' large

[android-developers] android textview animation - fade in, wait, fade out

2012-07-12 Thread Guy Cothal
I am making a picture galleys app. I current have a imageview with a text view at the bottom. Currently it is just semitransparent. I want to make it fade in, wait 3 second, then fade out 90%. Bringing focus to it or loading a new pic will make it repeat the cycle. I have read thru a dozen

[android-developers] GCM client can't receive any push message

2012-07-12 Thread feitian
hi, anyone. days ago, i used the GCM( google gcm client and server jars ), and it works well, but now , the client can't receiver any push message. the test server works well, and the log is: 07-12 14:20:50.735: D/ihsgcm(2239): send result error code name is null, whole result is [

[android-developers] Android new

2012-07-12 Thread agarg007
hello every1, Friends i am new to android ... can any1 please give me over view of this.. atleast how to start nd about study material... thanks in advance.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Google Cloud Messaging (GCM) issues.

2012-07-12 Thread feitian
Hi, everyone, i used GCM days ago and it work well. but now i can't receiver any push messages, server send the message ok, and the log is: 07-12 14:20:50.735: D/ihsgcm(2239): send result error code name is null, whole result is [ messageId=0:1342074228753551%921c249af9fd7ecd ] but i can't

[android-developers] manage sim contact using android sdk

2012-07-12 Thread xinwei lim
Hi all, I'm developing app on managing sim card contact. While i'm researching on this, i found this on internet Click Here. Its outdated and there are several issue i faced mention but few unsolve. I try to find tutorial on management of sim card contact but there isn't. Could anyone develop a

[android-developers] Snow fall effect

2012-07-12 Thread Rupesh nerkar
I want to show snow fall effect in my application.I have one image of snow fall,to make effect of snow fall,I want image of snow is move slowly from top to bottom and repeat again so feel like snow fall. Please suggest me which is the right way to do this task.. -- You received this

[android-developers] Broadcast receiver not working in ICS

2012-07-12 Thread Live Happy
i have a service with separate processes in my application run from Broadcast receive after boot completed i tested the code in android 2.3.3 and all is work fine but when i tested on ICS 4.0.3 even the processes exist in the applications runing but its not write the throw logs in the

[android-developers] Getting android hardware in india

2012-07-12 Thread skohli
I am not sure whether it is right forum to ask this question(if not pls help by providing forum's link). Could any one tell me from where i could get hardware to install android(v 4.0) on it. I have downloaded the code and compiled it with target emulator, i know this target wont workfor real

[android-developers] Re: Unlocking Bootloader for CDMA Xperia Play

2012-07-12 Thread qwas
root can be done on cdma xperia just not the unlocking of the bootloader to me i got root successfully this is all u need but u gotta find it like i did ///DooMLoRD_v4_ROOT-zergRush-busybox-su.zip On Friday, July 15, 2011 6:49:03 PM UTC-7, Ryan A wrote: Hello, Im sure you have been asked this

Re: [android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-07-12 Thread Jorge Fernández
Hi wambin: Could you tell more about the exact problem that you are experiencing? And, what's the medical device that you are using? Regards. On Tue, Jul 10, 2012 at 12:16 PM, wambin ambitiouss...@gmail.com wrote: Hi jfernandez and all. I've had the same problem for half a year. My device

[android-developers] InAppBilling issue

2012-07-12 Thread Tina
Hi all We have implemented InAppBilling in our application with *in-app product with Purchase Type = **Unmanaged*. **When user performs purchasing our apllication connect to our server and all other action performs with it. But, there is a problem: sometimes between the time of purchase and

[android-developers] Re: WebView in Andoird 3.x and 4.x does not load JavaScript files

2012-07-12 Thread rhansen
Thanks for your anwsers, @MathieuB Yeah, this would be an option for testing but not for the final release. At least I will try that although its some effort. @Streets Of Boston Unfortunately the LogCat does not show anything suspicious. I have overriden almost all functions of WebView and

Re: [android-developers] Re: Showing Overflow menu button on ICS.

2012-07-12 Thread b0b
On Wednesday, 11 July 2012 18:12:59 UTC+2, Dianne Hackborn wrote: It's a bug in the app; the app isn't using the standard action bar. Btw what is the rationale for the system to never display the overflow menu on ICS phones having a hardware menu key ? Isn't that bad for discoverability,

[android-developers] Re: Multiple screen support on Gingerbread

2012-07-12 Thread Ferdi Güler
please look at this http://developer.android.com/tools/extras/support-library.html -- 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] Unsubscribe

2012-07-12 Thread Thomas Birchmire
-- 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, visit

Re: [android-developers]

2012-07-12 Thread Vijay Krishnan
now i came to know about Google Cloud Messaging On Wed, Jul 11, 2012 at 8:47 PM, Justin Anderson magouyaw...@gmail.comwrote: http://catb.org/esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jul 11, 2012 at 7:44

[android-developers]

2012-07-12 Thread Vijay Krishnan
Hi all, I want to update my phone location to the server whenever location changes.How should i do this? Is using a service the best way to do this? Thanks, vijay.k -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Android new

2012-07-12 Thread Sandeep Venkat
http://developer.android.com/index.html go through 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

Re: [android-developers]

2012-07-12 Thread pushpa nc
Use Locationlistener class to get the location info and upload the data to server when location changes. Refer the below link. http://developer.android.com/reference/android/location/LocationListener.html On Thu, Jul 12, 2012 at 3:54 PM, Vijay Krishnan vijay.vijay...@gmail.comwrote: Hi all,

[android-developers] copying DB file from assets to data/data/package throwing exception

2012-07-12 Thread vani reddy
HI, while copying the DB file from assets to the data/data folder it is throwing the below error message 07-12 16:10:25.934: E/SqliteDatabaseCpp(9002): sqlite3_open_v2(/data/data/your.spurtree.AlmanacSQLiteDatabaseAdapter/databases/tarnea_device.db, handle, 1, NULL) failed 07-12 16:10:25.954:

Re: [android-developers] copying DB file from assets to data/data/package throwing exception

2012-07-12 Thread Mark Murphy
Try using SQLiteAssetHelper: https://github.com/jgilfelt/android-sqlite-asset-helper On Thu, Jul 12, 2012 at 6:46 AM, vani reddy vani.reddy.bl...@gmail.com wrote: HI, while copying the DB file from assets to the data/data folder it is throwing the below error message 07-12 16:10:25.934:

Re: [android-developers] GCM client can't receive any push message

2012-07-12 Thread Mark Murphy
On Thu, Jul 12, 2012 at 3:20 AM, feitian testpus...@gmail.com wrote: who can help me? Perhaps the people on the android-gcm Google Group. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android

Re: [android-developers] Re: Tools for porting .NET code

2012-07-12 Thread Mark Murphy
On Thu, Jul 12, 2012 at 4:21 AM, MMM monikamit...@gmail.com wrote: I tried but i didn't find it except mono for android. That is because that is probably the only option. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

Re: [android-developers]

2012-07-12 Thread rams4android
Refer my blog you can find how to create database http://ramscreative.blogspot.in/ From: Vijay Krishnan vijay.vijay...@gmail.com Reply-To: android-developers@googlegroups.com Date: Thu, 12 Jul 2012 15:54:06 +0530 To: android-developers@googlegroups.com Subject: [android-developers] Hi all,

[android-developers] Inflate Exception -What can be the Cause?Error inflating class unknown

2012-07-12 Thread maccoy
1. Trying to inlfate a XML file in the Activity class. 2. The XML file is stored in assets directory. 3. When calling the inflate method getting the Error inflating class unknown . 4. It shows the XML Tag(TableLayout or Linear Layout) with attributes. Any ideas? -- You

[android-developers] Re: Inflate Exception -What can be the Cause?Error inflating class unknown

2012-07-12 Thread maccoy
This is the code View newView =(TableLayout)mLayoutInflater.inflate(xpp,null); //'xpp is the XM:Pullparse set with the XML file XML File: TableLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent android:layout_height=fill_parent

[android-developers] Android support library v4 problems with soft keyboard on 3.0 devices.

2012-07-12 Thread Vedran Rodic
Hi, I'm using the latest version of Android Support Library (for Fragment, FragmentActivity etc classes). This bug is present on 3.0 devices (tested with 2.1 emulator from Android SDK), but not on 4.0.3 (Samsung Galaxy S2). I have a case where I'm implementing Tab content with Fragments, where

[android-developers] Issue with compiling Unit tests that use Mockito

2012-07-12 Thread Yadnesh Phadke
Hi All, I have JUnit tests for my Android project that use Mockito. For compiling I needed to add the junit and mockito jars to my libs folder. I am using android tools 20 and trying to compile using Ant. I get following error while converting to dex

[android-developers] New Android Developers site: Where is the reference of system apps and supported locales for each release?

2012-07-12 Thread Kiran Rao
The old Android developers' site listed, for each platform release, all the system apps that are part of that release; and also all the locales supported by that release. I'm not able to find it in the new site. Is it still around? -- You received this message because you are subscribed to

[android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-12 Thread BoD
I just encountered this problem on a Galaxy Nexus running Jelly Bean JRN84D. This is a serious issue because it makes extremely valuable libraries like ACRA inoperative. A comment from someone from the Android team would be greatly appreciated :) Thanks! -- BoD On Sunday, July 8, 2012

Re: [android-developers] New Android Developers site: Where is the reference of system apps and supported locales for each release?

2012-07-12 Thread Mark Murphy
http://developer.android.com/tools/revisions/platforms.html On Thu, Jul 12, 2012 at 8:32 AM, Kiran Rao techie.curi...@gmail.com wrote: The old Android developers' site listed, for each platform release, all the system apps that are part of that release; and also all the locales supported by

[android-developers] NFC game

2012-07-12 Thread iconapp 2010
hello, Android developers, can u help me in doing nfc hunter game, i want to create a monster how do i do.. waiting for reply -- 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] Not able to query social stream items (updates) for User Profile (Me profile)

2012-07-12 Thread Asif k
I'm writing an social networking app on Android (for ICS). I haven't found any content uri for user profile stream items like there are for both ``Contacts`` and ``RawContacts``. I'm able to **write** social stream for user profile into streamItems table with its raw_contactd, but using the

Re: [android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-12 Thread Mark Murphy
On Thu, Jul 12, 2012 at 8:37 AM, BoD bodlu...@gmail.com wrote: This is a serious issue because it makes extremely valuable libraries like ACRA inoperative. ACRA does not need READ_LOGS. Certain ACRA features might need READ_LOGS. Did anyone see this change documented? It does not appear to

Re: [android-developers] New Android Developers site: Where is the reference of system apps and supported locales for each release?

2012-07-12 Thread Kiran Rao
These are the release notes. What's missing is the detailed listing of 1) Every app that came as standard with the platform (calendar, clock etc) 2) Every locale that the platform supported. On Thursday, 12 July 2012 18:08:43 UTC+5:30, Mark Murphy (a Commons Guy) wrote:

[android-developers] Access to accounts and user authorization

2012-07-12 Thread Piotr Buda
Hi, I have an app that uses accounts stored on device. When I want to access account (I need to retrieve some auth tokens) from an activity, user is presented with a screen that will allow him to grant access for application to said account. I have another problem though - sometimes I need to

[android-developers] Re: Multiple screen support on Gingerbread

2012-07-12 Thread |-NK-|
Thanks a lot... That was helpfull On Jul 12, 2:56 pm, Ferdi Güler ferdi...@gmail.com wrote: please look at thishttp://developer.android.com/tools/extras/support-library.html -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] New Android Developers site: Where is the reference of system apps and supported locales for each release?

2012-07-12 Thread Mark Murphy
On Thu, Jul 12, 2012 at 8:49 AM, Kiran Rao techie.curi...@gmail.com wrote: These are the release notes. What's missing is the detailed listing of 1) Every app that came as standard with the platform (calendar, clock etc) 2) Every locale that the platform supported. Ah, I see what you mean. I

Re: [android-developers] New Android Developers site: Where is the reference of system apps and supported locales for each release?

2012-07-12 Thread Kiran Rao
Just found it .. in a local copy of the docs (which, fortunately, have not been updated using SDK manager yet). But seriously, much as I love the new site design, Google should do something about the broken links and missing content. On Thursday, 12 July 2012 18:24:00 UTC+5:30, Mark Murphy (a

Re: [android-developers] READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-12 Thread Francisco M. Marzoa Alonso
I experimented same issue using Crittercism, that I rather liked to use that permission for debugging crashes. After seeing that it was not working, I simply desist and rely on other debugging information. I was not sure if the fail was on Android side or Crittercism one, but reading your message

[android-developers] Running Java unit tests for Android project using Ant

2012-07-12 Thread Yadnesh Phadke
Hi All, I have added JUnit tests in my Android project. These tests are not Android specific and should run in any Java environment. Documentation at http://developer.android.com/tools/testing/testing_android.html; specifies that You can use the JUnit

Re: [android-developers]

2012-07-12 Thread Vijay Krishnan
yes i know about location listener.my need is whenever my location changes i want to update it to my server.Is this possible by using service. On Thu, Jul 12, 2012 at 3:59 PM, pushpa nc nc.pus...@gmail.com wrote: Use Locationlistener class to get the location info and upload the data to

[android-developers] createInsecureRfcommSocket

2012-07-12 Thread bob
Does anyone know what the integer parameter is to createInsecureRfcommSocket? -- 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] Re: adjustPan and adjustResize

2012-07-12 Thread raju
can u givea example or code which ur uing and can u please send me the screen shot so that i can help u On Wed, Jul 11, 2012 at 3:05 PM, ala hammad 3la2.7am...@gmail.com wrote: any body have any idea ... On Monday, 2 July 2012 15:22:07 UTC+3, ala hammad wrote: hello all, i want to use

Re: [android-developers] Unsubscribe

2012-07-12 Thread Justin Anderson
To unsubscribe, follow the instructions at the bottom of every email you get from this group: 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] android textview animation - fade in, wait, fade out

2012-07-12 Thread Justin Anderson
Use an animation set that contains both the fade in and fade out... use the start offset attribute to start the fade out after the delay you want: http://developer.android.com/reference/android/view/animation/Animation.html#attr_android:startOffset Thanks, Justin Anderson MagouyaWare Developer

[android-developers] [android-d​evelopers] scrolling and showing 1000 pictures on the screen as fluent as iphone does without blocking and black slots even if scroll very fast. I expect to find a jo

2012-07-12 Thread terry
hi all. I am a android-linux developer, with much knowlege on the Linux kernel/driver, android system, Tcp/IP. These days, i study the ics gallery code and optimized the 4.0 gallery. When showing 1000 pictures on the screen, the phone is as fluent as iphone does even if you scroll very fast. No

Re: [android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-12 Thread BoD
On 07/12/2012 02:45 PM, Mark Murphy wrote: On Thu, Jul 12, 2012 at 8:37 AM, BoD bodlu...@gmail.com wrote: This is a serious issue because it makes extremely valuable libraries like ACRA inoperative. ACRA does not need READ_LOGS. Certain ACRA features might need READ_LOGS. I think we can all

[android-developers] 401 when trying to send GCM message to registered device

2012-07-12 Thread Damien Cooke
Hi all, I am having some difficulties with GCM for android. Here is what I am sending: I am using Glassfish as my appserver. {collapse_key:AIzaSyADq3b8Tm-NZiImXGy8ngdsXXX,data:{type:CR,msg:Hello

Re: [android-developers] how to catch apple-touch-icon

2012-07-12 Thread Justin Anderson
Ummm yeah... I'm gonna go with this: http://catb.org/esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jul 11, 2012 at 8:24 PM, drunkenapple drunkenappl...@gmail.comwrote: Dear All Developer~ generally. Web

[android-developers] Playing Sound

2012-07-12 Thread limtc
Hi, I have a few questions related to sound playback in game. - is using AsyncPlayer faster than MediaPlayer for playing background MP3 music? I guess so since it should run in another thread and it is possible that a multiple core CPU uses another core to play the music? - is SoundPool a

[android-developers] App claims to have stopped then instantly starts afterward?

2012-07-12 Thread Cythes
Right now I am in the process of working out this little bug as I want to call it. I'm almost certain that it is a manifest issues so I will post the code to the manifest down below. Going on what the title says. When I load my app into the emulator it installs just fine, but as soon as it goes

[android-developers] Flip Gesture on ListView

2012-07-12 Thread Michael Leung
Hi, I am building a Flip Gesture on ListView. Is it a standard control to do that? If there is not a standard control, should I build the gesture on listview or list item adapter? I tried some example for flip gesture on ListView, but they can't check which item the flip applied on. Does anyone

Re: [android-developers]

2012-07-12 Thread Kristopher Micinski
Of course, whenever you get a new location fix, the listener will call your onLocationUpdate function, at that point you tell your web service (by perhaps using something like AndroidHttpClient) your new location. kris On Thu, Jul 12, 2012 at 9:23 AM, Vijay Krishnan vijay.vijay...@gmail.com

[android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-12 Thread b0b
The thing is that it is better to not rely on READ_LOGS to (for example) provide logs to ACRA. The bonus is that your app will not need that permission which is kind of scary. How can it be done ? - wrap all your logging calls into functions adding your log message + any other metadata (like

[android-developers] Regarding Packagemanager..?

2012-07-12 Thread Abhilash baddam
Hi, I came to know that after booting device, all the system apps and market apps( if there) will be loaded right. These all things will be handled by PackageManager means which are the already installed apps, based on that it will load all the apps. But how the PackageManager gets the

[android-developers]

2012-07-12 Thread Vijay Krishnan
Hi all, I couldn't install helper libraries for Google Cloud Messaging. Thanks, vijay.k -- 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

Re: [android-developers] Regarding Packagemanager..?

2012-07-12 Thread Justin Anderson
Look at the source code for PackageManager... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jul 12, 2012 at 9:22 AM, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: Hi, I came to know that after booting device, all the system apps

Re: [android-developers]

2012-07-12 Thread Justin Anderson
I couldn't install helper libraries for Google Cloud Messaging. Thanks for letting us know. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jul 12, 2012 at 9:30 AM, Vijay Krishnan vijay.vijay...@gmail.comwrote: Hi all, I couldn't

Re: [android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-12 Thread Latimerius
The upcoming ACRA release will (probably) contain the ability to include a custom application-private log file in a report. So if you only care for reading the system log to read your own log messages, that should be taken care of. Of course, if you really want to read the actual stuff logged by

Re: [android-developers] Re: android:windowIsFloating

2012-07-12 Thread Kristoffer
Okey, then i know. Thanks. Den onsdagen den 11:e juli 2012 kl. 21:53:50 UTC+2 skrev Dianne Hackborn: A non-fullscreen window wraps its content. If your content is allowing itself to be wrapped at a size smaller than works, you have a problem with the layout in your window. On Wed, Jul

[android-developers] Re: Android application project error in linux

2012-07-12 Thread Nobu Games
This looks like a simple file permission problem. The SDK tools are not allowed to create any files / directories in that path. You can very easily fix that problem by downloading / installing the SDK somewhere in your user home directory or change the file system permissions / ownership for

Re: [android-developers] READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-12 Thread Dianne Hackborn
Hi, sorry this didn't get documented. The change is that third party applications can no longer get the read logs permission, however every app can read the logs containing only the lines *they* have written, without needing any permission. Keep in mind that access to the logs has never been

Re: [android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-12 Thread Kostya Vasilyev
I have my own logging solution in my app, and even though it's very useful... ... being able to see the system logs is invaluable and irreplaceable in some situations. For example, I recently experienced LVL validation failures and asked the users to use CatLog (one the of apps on Market that

Re: [android-developers] Regarding Packagemanager..?

2012-07-12 Thread Dianne Hackborn
Specifically, PackageManagerService.java and related classes it uses. On Thu, Jul 12, 2012 at 8:40 AM, Justin Anderson magouyaw...@gmail.comwrote: Look at the source code for PackageManager... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On

Re: [android-developers] Re: Showing Overflow menu button on ICS.

2012-07-12 Thread Dianne Hackborn
On Thu, Jul 12, 2012 at 2:54 AM, b0b pujos.mich...@gmail.com wrote: Btw what is the rationale for the system to never display the overflow menu on ICS phones having a hardware menu key ? Isn't that bad for discoverability, one of the benefits of the overflow menu ? It would be redundant,

Re: [android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-12 Thread Dianne Hackborn
Applications accessing the system logs has been a long-standing issue. There is various code in the system that tries to trim personal and other dangerous information out when it prints to the log, but this often misses things, and just makes the system using the logs much more complicated and

Re: [android-developers] READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-12 Thread Mark Murphy
On Thu, Jul 12, 2012 at 12:59 PM, Dianne Hackborn hack...@android.com wrote: however every app can read the logs containing only the lines *they* have written, without needing any permission. OK, I'll bite: how do you do this? Most of the read-the-logs code that I have seen uses logcat via

Re: [android-developers] Re: Get Passwords from Webview

2012-07-12 Thread Nobu Games
The way I see that in desktop browsers is that they are trying to identify login forms in an HTML page with some kind of heuristic. There is no standardized way for logging in a user on the Internet. A login form can have various shapes, locations, layouts, identifiers assigned, so there is no

[android-developers] Re: Android application project error in linux

2012-07-12 Thread cadogan1
That seemed to fix it! thanks for the 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

Re: [android-developers] Re: Showing Overflow menu button on ICS.

2012-07-12 Thread b0b
On Thursday, 12 July 2012 19:01:26 UTC+2, Dianne Hackborn wrote: On Thu, Jul 12, 2012 at 2:54 AM, b0b wrote: Btw what is the rationale for the system to never display the overflow menu on ICS phones having a hardware menu key ? Isn't that bad for discoverability, one of the benefits of

Re: [android-developers] AppCache not working in WebView with loadDataWithBaseURL()

2012-07-12 Thread Andy
All page content is loaded with HTTP. Strangely, this static content does load successfully if it is sourced in the iframe document, but not if it is sourced in the literal HTML. Even if there was a protocol difference, I can't understand why that would make a difference in the internal

Re: [android-developers] READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-12 Thread BoD
Let me just respectfully say that I don't understand the decision. The API is potentially very dangerous, yes, but that is why it requires a permission. -- BoD On 07/12/2012 07:24 PM, Mark Murphy wrote: On Thu, Jul 12, 2012 at 12:59 PM, Dianne Hackborn hack...@android.com wrote: however

[android-developers] Expandible list view search box implementation

2012-07-12 Thread jagadeeshbabu
In my expandible list view how add search box label can any one guide me. Regards Jagadeesh -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] What to do on TransactionTooLargeException

2012-07-12 Thread user123
I got in error track of an app TransactionTooLargeException. Not reproducible and never had it before. In the docs it says The Binder transaction failed because it was too large. During a remote procedure call, the arguments and the return value of the call are transferred as Parcel objects

Re: [android-developers] Expandible list view search box implementation

2012-07-12 Thread Justin Anderson
http://lmgtfy.com/?q=android+listview+with+search+tutorial Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jul 12, 2012 at 11:40 AM, jagadeeshbabu mjagadeeshb...@gmail.comwrote: In my expandible list view how add search box label can any one

  1   2   >