[android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Zsolt Vasvari
It skipped one day, the 26th. Back on 27th. No big deal, the OP makes it sounds like it hasn't updated for weeks. On Sunday, July 29, 2012 1:34:53 AM UTC+8, FiltrSoft wrote: sorry, meant hasn't On Saturday, July 28, 2012 12:00:46 PM UTC-4, Kaptkaos wrote: I was wondering if anyone else

Re: [android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Jeff Davies
Are you deliberately mischaracterizing my comment? I posted the date. Since I've been following my apps on GPlay I have never seen it miss a single day. The fact that it did miss 2 full days is remarkable. On Sat, Jul 28, 2012 at 11:29 PM, Zsolt Vasvari zvasv...@gmail.com wrote: It skipped one

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

2012-07-29 Thread Pent
Great to see you in the Android world Alex. Pent -- 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] Fragments Bitmap Recycling + a bunch of bitmap oriented questions.

2012-07-29 Thread Dmitriy F
I've written a simple test where I have: FragmentManager fm = getSupportFragmentManager(); FragmentTransaction ft = fm.beginTransaction(); ft.hide(_sv); ft.commit(); When the fragment gets hidden - onPause doesn't get fired. However, system fires a chain of callbacks up to onDestroyView when I

[android-developers] Use of weak password to protect Android keystore

2012-07-29 Thread howa
Are there any drawback in using weak password to protect Android keystore? Seems even someone stole my keystore file, they can't login into my Android developer console. they can't anything with it, e.g. provide an update for my app Right? -- You received this message because you are

Re: [android-developers] Use of weak password to protect Android keystore

2012-07-29 Thread Raghav Sood
Provided it is signed with the same key, the app could be side loaded and made to overwrite the one downloaded from the Play Store. On Sun, Jul 29, 2012 at 3:23 PM, howa howac...@gmail.com wrote: Are there any drawback in using weak password to protect Android keystore? Seems even someone

Re: [android-developers] Re: Using eclipse with the NDK?

2012-07-29 Thread Jim Graham
On Sat, Jul 28, 2012 at 09:24:19PM -0700, SChaser wrote: Thanks to you and Nikolay for the help - I had missed the how to although I pieced it together from stackoverflow. I had tried that before posting, unfortunately. I'll take my future discussion to the ndk group so spooky won't

Re: [android-developers] ADB Multi-phone Connection Reliability

2012-07-29 Thread soynerdito soynerdito
Same situation here. My experience I got disconnected from adb from time to time. When multiple devices is worst but with one device it happens at least once or twice a day. That is with windows. On ubuntu i usually use the emulator so.don't see it much. When happens. Sometimes with adb

[android-developers] running into an NPE error on a setText();

2012-07-29 Thread Cythes
I'm working on a piece of code that is a settings activity for an app widget. Right now I have the code set up that if takes the saved value of the number and enters it into the text view of another activity via shared settings. The issue I am running into is that when press the load button it

Re: [android-developers] running into an NPE error on a setText();

2012-07-29 Thread Mark Murphy
First, clean your project (Project Clean from Eclipse main menu, or ant clean from the command line). Then rebuild and try again. Sometimes, the R values get a bit out of sync with other precompiled Java code, and cleaning the project clears that up. If the error persists, then apparently

Re: [android-developers] running into an NPE error on a setText();

2012-07-29 Thread Cythes
The error is fixed, but now when I go to use the settings its not showing what I have set. Should I open a thread for this? On Sunday, July 29, 2012 8:59:23 AM UTC-4, Mark Murphy (a Commons Guy) wrote: First, clean your project (Project Clean from Eclipse main menu, or ant clean from the

Re: [android-developers] Storing an array of floats in SD Card

2012-07-29 Thread Francisco Marzoa
You can use Float.toString to convert these values into strings so you can write them into a regular text file, one by line or using some separator (i.e. 1.13:3.1416:8:...) You can load them further and convert again to float using Float.parseFloat. If you care a lot about speed and storing

[android-developers] Shared Pref data passing is not working.

2012-07-29 Thread Cythes
right now I'm still working on the same code I posted from before I just fixed the mentioned NPE, now the data I enter and load is not loading up properly in another class. It saves with in the setting activity but as soon as I call it into something else. It calls improper data into the area

[android-developers] What method gets called when a fatal exception occurs

2012-07-29 Thread Jim Morris
This seems to be the simplest of questions, but I have not been able to find a suitable answer on Google or this forum. I am surprised to find that Android apparently does not call onDestroy, onStop, or onPause after a fatal exception occurs (e. g. a null pointer fatal exception). I have put the

Re: [android-developers] What method gets called when a fatal exception occurs

2012-07-29 Thread Mark Murphy
On Sun, Jul 29, 2012 at 11:24 AM, Jim Morris jim.mor...@lecere.com wrote: I am surprised to find that Android apparently does not call onDestroy, onStop, or onPause after a fatal exception occurs (e. g. a null pointer fatal exception). I have put the following code into two activities that are

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

2012-07-29 Thread Kristopher Micinski
On Sun, Jul 29, 2012 at 1:35 AM, Chris Stratton cs07...@gmail.com wrote: On Jul 29, 12:18 am, Alex Pruss arpr...@gmail.com wrote: These kinds of things can provide a lot of value to users, and disabling log access forces users to have to root their devices to do these things. That's not the

Re: [android-developers] How to put ads in live wallpapers?

2012-07-29 Thread MobileVisuals
Thanks for explaining Google's opinion on this! The free version of Fireflies live wallpaper seems to have an ad solution, which works well. A transparent banner is shown at the top of the main screen for the live wallpaper. The reviews for the app are good and I don't see any complaints about

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

2012-07-29 Thread Nikolaus Fischer
While I agree that it's not a resource-friendly or good solution, it's the only one - as long as no better solution (for the various things that can be done with logs) is implemented on an SDK-level. Also, -- there's no refined access to the logs, you either get everything or nothing. isn't

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

2012-07-29 Thread Kristopher Micinski
-- there's no refined access to the logs, you either get everything or nothing. isn't true - you can use a lot of switches and filters to get only what you're interested in (e.g. -I for only the Information-level logs.) If you mean this from a permissions-point of view, it could be

Re: [android-developers] How to put ads in live wallpapers?

2012-07-29 Thread Dianne Hackborn
This isn't Google's opinion, it is my opinion. If other people have found ways to do ads that work, then great. As I said, I am not morally opposed to it, this just isn't a design goal for them. And it sounds like you see ways to do things that you think are acceptable, so what are you looking

Re: [android-developers] What method gets called when a fatal exception occurs

2012-07-29 Thread Dianne Hackborn
You don't need to do anything, the process will be killed but the database exists in persistent storage so whatever you had last committed to it is still there and will be there the next time you open and need it. On Sun, Jul 29, 2012 at 8:24 AM, Jim Morris jim.mor...@lecere.com wrote: This

[android-developers] Beginner

2012-07-29 Thread Rithanya
Hey Everyone! I have Samsung Nexus which uses Android 4.1.1 (Jelly Beans). I'd like to develop my own applications but I'm new to this and I absolutely have no idea.. I've installed the SDK and I've also configured Eclipse.. Please let me know how to code.. I'm a beginner and I need a lot of

[android-developers] Why suddenly no one download my app?

2012-07-29 Thread goBeepit Developoer
Hi, I launched an app few months ago, but only in the last 2 months I started to publish it a bit. In the last month I got between 5-17 downloads per day (still now a lot, but it is the start), the average was 10 downloads per day. Those statistics where pretty solid for over a month now, with

[android-developers] Re: Timeout error when tryin to do REST

2012-07-29 Thread Stefano G. Rago
If you can use ALWAYS HttpURLConnection, from 3.0 is the best solution. On Monday, July 23, 2012 4:50:58 PM UTC+2, Fernando Juarez wrote: Hi I need some help: I´m developing an Android app with Eclipse and ADT, It´s a very simple app. The app connects to a server via POST, it works fine

[android-developers] htc dream g1

2012-07-29 Thread isarel
how do i upgrade from 1.5 to 2.2 with my htc dream g1 -- 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: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Allan Kaliel
Ya it hasn't updated for me either. On Saturday, July 28, 2012 10:00:46 AM UTC-6, Kaptkaos wrote: I was wondering if anyone else was seeing this. When I check my dev console there are now stats for my apps after July 25. Is there a problem with Google Play or did I miss a memo? Thanks!

[android-developers] Eclipse is closed everytime I try to drag an element of the layout developing in Android

2012-07-29 Thread shockes
Hello you all first of all let you know that I am a complete noob developing in Android. It is my first week My OS is Ubuntu 12.04 64 bits and I am using Eclipse Indigo 3.7.2. I have installed SDK for Android and everything seems to works fine but by the time I try to drag an element from the

[android-developers] My android develpoer console has not updated

2012-07-29 Thread ken912002
My android develpoer console has not updated since 7/25. Is any method to response 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-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread cToad
Same here. On Saturday, July 28, 2012 9:00:46 AM UTC-7, Kaptkaos wrote: I was wondering if anyone else was seeing this. When I check my dev console there are now stats for my apps after July 25. Is there a problem with Google Play or did I miss a memo? Thanks! -- You received this

[android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread brandmward
Yep - same problem here... I haven't been able to find any information in the help center, so I sent an email to Google. On Saturday, July 28, 2012 11:39:59 AM UTC-5, FiltrSoft wrote: You're right, mine has updated either. On Saturday, July 28, 2012 12:00:46 PM UTC-4, Kaptkaos wrote: I was

[android-developers] Re: Change the textcolor of a listview item in onCreate method.

2012-07-29 Thread Omer Firat
22 Mart 2011 Salı 19:09:10 UTC+2 tarihinde bosscoder yazdı: Hi dear, Do you solve your an error oncreate method? I had an error like yours .I think it has possible using xml selector but there is no enough an example releted with this issue -- You received this message because you are

[android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Allan Kaliel
Yup, me too On Saturday, July 28, 2012 10:00:46 AM UTC-6, Kaptkaos wrote: I was wondering if anyone else was seeing this. When I check my dev console there are now stats for my apps after July 25. Is there a problem with Google Play or did I miss a memo? Thanks! -- You received this

[android-developers] How to handle embed tag inside Android TextView

2012-07-29 Thread Alex Vainshtein
I have TextViews inside ListView, each TextView receive its text from Html.fromHtmlfunction, How can I handle embed tags to watch YouTube videos from TextView? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] spacing of app icon title

2012-07-29 Thread Dorie Glynn
Hi. My app icon title is not spaced correctly. It says MrsGlynnsCl ass I want it to say MrsGlynns Class or MrsGlynnsClass but that won't fit. Thanks for your help. Dorie -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Android SDK platforms-tools and faulty build.xml

2012-07-29 Thread RHE
Hi every body I'm using RadPHP XE2 on Win 7. Android SDK tools rev 20.0.1 Android plattform tools rev 14 Apache ant 1.8.4 JDK 1.7.05 JRE 7.0 System Path and Nariables contains paths to: D:\program\apache-ant-1.8.4\bin; D:\program\Java\jdk1.7.0_05\bin; D:\program\Android-sdk\platform-tools;

[android-developers] APKs different with the same source code

2012-07-29 Thread ansj tw
I have a doubt, to do to compile for different APKs with the same source? Example: the first is named app01 with a particular theme, and the second is named app02 with another theme. Have researched some thing in the Manifest, but could not solve ... Can anyone help me? -- You received this

[android-developers] which default layout in new eclipse android app project

2012-07-29 Thread Albrecht Frick
Hi Developers, I am new to this group, have just installed Eclipse(Helios), Java 6 upd 33, and the android sdk (on win7 64bit) When I create an new Android Application Project in Eclipse, the generated Layout is RelativeLayout and not LinearLayout. In all the code samples I read, the

[android-developers] disable the secreen lock

2012-07-29 Thread ahmed
after i upgrade my arc S to 4.0.3 i can not disable secreen lock -- 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: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Cryptopone
I'm seeing the same thing for my apps. It's good to know it's not just me. On Saturday, 28 July 2012 12:00:46 UTC-4, Kaptkaos wrote: I was wondering if anyone else was seeing this. When I check my dev console there are now stats for my apps after July 25. Is there a problem with Google Play

[android-developers] Warning at hello world program

2012-07-29 Thread Edlialbanian
Hi guys i'm new here and i'm getting a warning i my firt app . I get thir error [I18N] Hardcoded string Welcome, should use @string resource what should i do ?? thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Allan Kaliel
Hasn't updated for me either. And I'd just pushed out a big update. Kinda really want to see my numbers... On Saturday, July 28, 2012 10:00:46 AM UTC-6, Kaptkaos wrote: I was wondering if anyone else was seeing this. When I check my dev console there are now stats for my apps after July

[android-developers] How to trigger the call of DataSource::DrmInitialization when playing back content using StagefrightPlayer/AwesomePlayer?

2012-07-29 Thread eaglessong
During content playback AwesomePlayer (wrapped by StagefrightPlayer) internally creates either a FileSource or ChromiumHTTPDataSource (both of them derive from DataSource). The DataSource class in StageFright has a method named DrmInitialization that can create a DrmManagerClient to interface

[android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread sparky
The Google Play people are aware of the problem. You can review known issues at this page: https://support.google.com/googleplay/android-developer/bin/static.py?hl=enpage=known_issues.cs On Jul 28, 6:00 pm, Kaptkaos kaptkao...@gmail.com wrote: I was wondering if anyone else was seeing this.

Re: [android-developers] How to handle embed tag inside Android TextView

2012-07-29 Thread Mark Murphy
On Sun, Jul 29, 2012 at 3:20 AM, Alex Vainshtein alex.v.2...@gmail.com wrote: I have TextViews inside ListView, each TextView receive its text from Html.fromHtmlfunction, How can I handle embed tags to watch YouTube videos from TextView? You cannot embed YouTube videos in a TextView. At most,

[android-developers] Re: video streaming UDP to android

2012-07-29 Thread help991
mxplayer will do the job ;) Am Donnerstag, 14. Juni 2012 22:53:27 UTC+2 schrieb Leonardo: Hi, I have an application that makes video stream to an internal network (192 ...) and I need to broadcast to all connected devices in the network. Since the players have found to only get android

[android-developers] Modify android.jar error with Eclipse.

2012-07-29 Thread Jose Vigil
Hi guys, I need to open platform android.jar file to append some classes, on several guides and porsts suggest best way is to open the file, edit it and close it. So I renamed it to a zip android.zip, then uncompress then append classes and re-compress and rename to original android.jar.

[android-developers] Help please-new android app suck - the target API is empty

2012-07-29 Thread kaitama3
Hi, I start to develope app for android with phonegap.com I created a new project and choose new android application when i fill the app name i also need to choos an terget API, but i can't becouse its empty, what should i do ? i can't click in next. -- You received this message because you

[android-developers] Re: How to dynamically change ActionBar icon in honeycomb?

2012-07-29 Thread Lisandrop
No answer to this? I have the same issue using api level 11 On Tuesday, February 7, 2012 7:26:47 AM UTC-3, Ab wrote: I would like to dynamically change the home icon in the ActionBar. This is easily done in v14 with ActionBar.setIcon(...), but I can't find anyway to accomplish this in

[android-developers] ANDROID THREADS NOT WORKING

2012-07-29 Thread Rasika Perera Govinnage
Hi I am writing application to get all information from a url. Parser is working well. but it takes some time about 2 sec to decode all.Till it decode and enter into listView Page/View is not shown. What i want is show the page loading icon(progress bar) before call url, and then hide it after

[android-developers] Re: User Agent String for Google TV

2012-07-29 Thread lihattv.com
Sony Bravia Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Large Screen Safari/533.4 GoogleTV/ 162671 Logitech Revue Mozilla/5.0 (X11; U: Linux i686; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Large Screen Safari/533.4

[android-developers] Android Image Crop optimization

2012-07-29 Thread Borebo Banger
Hello, aim working on a cropping Plugin what i found at the Internet. https://github.com/biokys/cropimage#readme My Problem is, i want to set a min Height and min Width from the drawing Rectangle. I really don't know how, iam new on Android and i don't know where to set Min values to grow the

[android-developers] Recomented framwork

2012-07-29 Thread kaitama3
Hi, im a new developer and i need some help. What framwork do you recoment me to start develope apps? And what framwork will make the job easy? I heard about phonegap.com . thanks everybody! high-business http://www.high-business.com -- You received this message because you are

Re: [android-developers] Why do I need a MotoDev login to install sdk?

2012-07-29 Thread huygir
I was wondering the same thing (obviously I was very out of date on SDK updates). This does not really answer the question... why in the world would Motorola restrict access to their emulators such that apps cannot be easily validated for their phones? I am not going to create yet another dev

[android-developers] Google Play vs. Android 4.0.3

2012-07-29 Thread Jary Novak
Downloading apps in Android 4.0.3 After installing 4.0.3 to Android htc evo 3d, you can not download applications or update existing ones, will not connect to the Internet (waiting for the network), although the internet or run? -- You received this message because you are subscribed to the

[android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Andrei maximov
Same here. On Saturday, July 28, 2012 9:39:59 AM UTC-7, FiltrSoft wrote: You're right, mine has updated either. On Saturday, July 28, 2012 12:00:46 PM UTC-4, Kaptkaos wrote: I was wondering if anyone else was seeing this. When I check my dev console there are now stats for my apps after

[android-developers] How To Implement A Big Memory Cache...

2012-07-29 Thread iliTheFallen
Hi Developers Of Android, I am trying to figure out a way to implement a in-memory cache; but its size will be relatively big by comparison with the dvm heap size. I had planned to use nio and/or Parcel class to serialize my objects then store them on the native memory; however i cannot

[android-developers] Timeout

2012-07-29 Thread Karlos Aizpurua
Hello! I'm a beginner so forgive me for my lack of knowledge. I've done a simple App in Eclipse: However, when I run it both on the smulator and my phone I get timeout errors. I've changed de ADB connection timeout (up to 300seconds) nothing improves though. What can I do? -- You received

[android-developers] CLEAR_TOP + start new activity. Hierarchy issue

2012-07-29 Thread Dmitriy F
I have a hierarchy consisting of 4 levels of depth. My profile has 2nd level of hieararchy that means that pressing back while being in profile must always return user to the 1st hierarchy level. My problem is that link to the profile is available on all levels; so, for instance, if a user

[android-developers] Apps error on load

2012-07-29 Thread Major Bob
I loaded my Application to Google Play. I see the application from my computer, but not on my Android phone. I get the following errors. 1. New in-app products and subscriptions cannot be added because the current application version does not use the BILLING permission. 2: In-App Products -

[android-developers] New in-app products and subscriptions cannot be added because the current application version does not use the BILLING permission.

2012-07-29 Thread Major Bob
Problem: I load my App onto Google Play and here are my error messages: 1. New in-app products and subscriptions cannot be added because the current application version does not use the BILLING permission. 2. In-app Products - There are no in-app products for this application. 3.

[android-developers] Debugging a complex native application (shared libs)

2012-07-29 Thread Cyril CHAMPIER
Hello, I have a working application, with 1 android java project that calls a java jni project, that calls multiple native shared libraries. I compile my lib project with ndk-build in command line, which compile all the other shared libraries and I then launch the main project in eclipse, and

[android-developers] Re: sensor event and augmented reality

2012-07-29 Thread Nicholas Austin
The bit I'm struggling with is displaying anything over a camera preview. What is the best practice to display a graphics (that will change depending on sensor readings) over a camera preview. Please help, I have neen googling and experimenting for days with no joy! If anyone does know how to

[android-developers] Make my own Mail Server able to Sync with Android native mail and calendar app.

2012-07-29 Thread Santiago Trías
Hi All, I'm starting to research a little about how works the sync between Android and the Mail Servers that are able to do this. The Mail Server that I'm using is Zimbra (Open version). I know that the paid version has this functionality already so it is possible. For sure the implementation

[android-developers] How do start ROM Development

2012-07-29 Thread Shashikant
If I want to create a custom made ROM for certain device where do I Start from? What do I need? -- 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] Re: TTS / Jellybean

2012-07-29 Thread Martin Long
I'm getting the exact same issue. It's annoying, and I'm starting to get compaints from customers. On Monday, 23 July 2012 15:37:53 UTC+1, Pent wrote: On my Nexus S European GSM 4.1, if not all possible languages are installed for the 'Google Text-to-speech Engine' then checking TTS data

[android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Rafał Roszak
I'm also experiencing the same problem. On Saturday, July 28, 2012 6:00:46 PM UTC+2, Kaptkaos wrote: I was wondering if anyone else was seeing this. When I check my dev console there are now stats for my apps after July 25. Is there a problem with Google Play or did I miss a memo? Thanks!

Re: [android-developers] Content Provider URIs Documented?

2012-07-29 Thread Sean O'Neil
Is this still true for the current version of Google Talk? -- 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] scrollable screen

2012-07-29 Thread Nissim Levy
hello everyone... i wanted some explanation of how to use ScrollView o set horizontal scroll, how do i set what will be the next layout when i scroll left for example from my launcher layout... thank you... -- You received this message because you are subscribed to the Google Groups Android

[android-developers] how to send data over Wifi

2012-07-29 Thread Muhammad ahmed
i am developing a application in which i have to send serial data over Wifi ... how can i do it using api level 10 , -- 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

[android-developers] Is the Google Now text to speech engine available to the rest of us?

2012-07-29 Thread MandamusWrit
One of my absolute favorite features of Jelly Bean is Google's new text to speech engine inside Google Now. At first I was under the impression that the voice only sounded so good because it was prerecorded to match the limited set of Google Now commands (The weather today is...) with

[android-developers] How to change orientation sensor polling period in Android?

2012-07-29 Thread prem
I just want to change the orientation sensor polling period in android. The current polling period is 40ms. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] APKs different with the same source code

2012-07-29 Thread ansj tw
I have a doubt, to do to compile for different APKs with the same source? Example: the first is named app01 with a particular theme, and the second is named app02 with another theme. Have researched some thing in the Manifest, but could not solve ... Can anyone help me? -- You received this

Re: [android-developers] Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Francisco Marzoa
Same problem here. It seems to be solved after sending a support request, though stats numbers for these days seems to be lost. El 28/07/2012 18:02, Kaptkaos kaptkao...@gmail.com escribió: I was wondering if anyone else was seeing this. When I check my dev console there are now stats for my

Re: [android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Francisco Marzoa
Thats not true, indeed. The original subject was clear about the starting date of the problem. El 29/07/2012 08:31, Zsolt Vasvari zvasv...@gmail.com escribió: It skipped one day, the 26th. Back on 27th. No big deal, the OP makes it sounds like it hasn't updated for weeks. On Sunday, July

[android-developers] Does this licensing policy have weaknesses?

2012-07-29 Thread Ted Hopp
I asked a version of the following on StackOverflowhttp://stackoverflow.com/questions/11693100/would-this-google-play-licensing-policy-be-safe-to-useand received only one response, which was off-point. The default ServerManagedPolicy that Google provides in their License Verification

[android-developers] Programatically changing the screen brightness

2012-07-29 Thread Cythes
I'm now for sure 99% of the way complete on my code... I need to know one last thing. How do I programatically dim the of the android. I have tried making a set of intent groups. One loads the code for the dimmer then intents into the actual program and that runs with little issue other then

[android-developers] Re: APKs different with the same source code

2012-07-29 Thread Ted Hopp
The usual way to do this is to create a library project with the common elements and then to create separate projects containing only those elements of the app that are unique to each APK. See the docs on working with library

[android-developers] Re: Does this licensing policy have weaknesses?

2012-07-29 Thread b0b
The thing is that regardless how complex your policy is, if your app is popular, it will be cracked no matter what at the LVL level. My advice is to use a forgiving policy like the LenientPolicy that deny access to the app only if it is 100% sure that the app is unlicensed (eg: Google Play

Re: [android-developers] How to put ads in live wallpapers?

2012-07-29 Thread FiltrSoft
lol, I can just see the headlines now, Google says apps with ads are bad idea. I take back what I said about not building a business around live wallpapers. I didn't think people could make money with blogs when they first started and a couple people got rich starting some highly successful

[android-developers] Re: How do start ROM Development

2012-07-29 Thread lbendlin
Step 1: Go to xda-developers.com On Saturday, July 28, 2012 3:14:20 PM UTC-4, Shashikant Rudrawadi wrote: If I want to create a custom made ROM for certain device where do I Start from? What do I need? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Fragments Bitmap Recycling + a bunch of bitmap oriented questions.

2012-07-29 Thread bob
Worried about memory? Try this: application android:largeHeap=true On Sunday, July 29, 2012 4:11:55 AM UTC-5, Dmitriy F wrote: I've written a simple test where I have: FragmentManager fm = getSupportFragmentManager(); FragmentTransaction ft = fm.beginTransaction(); ft.hide(_sv);

[android-developers] How to hide apps in the launcher?

2012-07-29 Thread perumal316
Hi All, In some of the launchers, there is an option to hide apps from the launcher. Any idea how this can be done? I want to hide other apps while my apps is running. Is this possible? Is there any other method to do this? Thanks In Advance, Perumal -- You received this message because

Re: [android-developers] How to hide apps in the launcher?

2012-07-29 Thread Kristopher Micinski
Why do you want to do this? Because it's not your decision, it's theirs. I'd be interested to hear an explanation as to why you want to hide your app, I'd be interested to hear ones that aren't my app is malware. I actually can think of an example: when you have something like an app that

Re: [android-developers] How to hide apps in the launcher?

2012-07-29 Thread Varun Tewari
You may need to create a Home Screen Launcher experience for yourself.creating a front-end interface as suggested by Kristopher..though its not the best design, but you may have your own reasons or client req, we understand. On Mon, Jul 30, 2012 at 9:19 AM, Kristopher Micinski

[android-developers] Requesting Gmail atom feed with auth token from AccountManager

2012-07-29 Thread JP
I am trying to authenticate with the Gmail atom feed using the authentication token of the Gmail account, obtained from AccountManager. I have no problem pulling the authentication token for a Google Account registered on the device, using AccountManagergetAuthToken() with the authTokenType