Android :: Important Features Missed In Targeting OS 1.5 Instead Of 2.2?
Oct 6, 2010
I'm beginning with Android development. I'm aware that there is a lot of Android devices still on OS 1.5 or 1.6 so I'm thinking about require API level 3 as minimum to support them. What will I miss from 2.2? Which are the most important features I will miss targeting Android API 3 (OS 1.5) instead of most recent API?
View 3 Replies
Oct 29, 2009
I'm interested in learning Android development but if I install the latest 2.0 SDK, will I still be able to target 1.5 and 1.6 devices? (since there is only one 2.0 device right now)
Basically I'm wondering if it will tell me if I'm doing something that won't work on older versions of the OS.
View 2 Replies
View Related
Jan 21, 2010
I'm building an application, and need to support both 1.5 (Magic and Hero) and 1.6 (Tattoo) devices.
As Android SDK is forward compatible, it seemed logical to build against Android 1.5 SDK, and expect application to work on Tattoo. While that's true, (I tested app, it works ok), I'm now having problems on Android Market. On Tattoo, Market search by default filters android apps that doesn't have explicit support for small screens defined in AndroidManifest. Problem is that attribute exists only on Android 1.6 SDK, so Building against Android 1.5 SDK is no an option anymore. How safe is to build App agains A1.6 (with minSdkVersion="3") and run it on 1.5 devices? Is there anything else I should take care of except just change target SDK?
View 1 Replies
View Related
Nov 17, 2009
We are upgrading our application to add 2.0 support. I have read http://developer.android.com/guide/appendix/api-levels.html and the older blog post http://android-developers.blogspot.com/2009/04/backward-compatibility.... I want to avoid using reflection if possible. I have found that if I set my minSdkVersion="3" in the application manifest but in my build path in eclipse point to the Adroid 2.0 jar file I can compile with direct calls to 2.0 code (with the relevant code to ensure they are not invoked on <2.0 devices). My question is will people with pre 2.0 devices be able to see the application in the market place in this case? What are other people using for multi-targeting different API levels with the same package.
View 7 Replies
View Related
Jan 6, 2010
I'm trying to get rid of the mentioned (READ_PHONE_STATE and WRITE_EXTERNAL_STORAGE) auto-permissions in my signed apk, but I can't. I know it is an issue with targeting 1.5, but this isn't my case. I'm targeting >=1.6. I've checked everything: In my manifest:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.aaa.bbb"
android:versionCode="1" android:versionName="1.0.0">
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="4" />
Eclipse generates the proper value in default.properties: target=android-4
View 3 Replies
View Related
Feb 3, 2009
Last week I published our first app to the Market, which is a game targeted to users in The Netherlands. Now that the G1 has been available over here for a couple of days, we have received feedback from several of our users. When I look at the developers console in the market however, the download count still shows 0.
Also on the device it is listed as <50. When looking around in the Market, I see that all applications targeted to The Netherlands are listed as having <50 downloads, even an application that received a lot of publicity. Have other developers noticed the same?
View 14 Replies
View Related
Jul 3, 2009
I am trying to get the intent "android.intent.action.BOOT_COMPLETED" sent only to the receiver "com.android.mms.transaction.MmsSystemEventReceiver" as this triggers the sms notification to be updated and removed if there is no longer any unread sms's. The issue I have is I need to make sure the broadcast is only sent to the class above. If it goes to other receivers the phone could end up in an unknown state or something strange. The code below does not seem to work.
Intent intent = new Intent(); intent.setAction("android.intent.action.BOOT_COMPLETED");
intent.setClassName("com.android.mms", ".transaction.MmsSystemEventReceiver");
activity.sendBroadcast(intent);
This code does work but since it goes to all receivers I have noticed some errors starting to show up in logs etc.
Intent intent = new Intent();
intent.setAction("android.intent.action.BOOT_COMPLETED");
activity.sendBroadcast(intent);
View 7 Replies
View Related
Aug 12, 2010
I need to target apps for a specific carrier. Any tips on how to do this? I've seen <uses-library> for market filtering, but looking for something else.
View 3 Replies
View Related
Oct 28, 2010
I read here: http://www.androidguys.com/2009/10/11/developers-can-now-target-by-carrier-in-android-market/ that it can be done if you go to the Android Market, and go to your app, then go to Publishing Options -> Locations, but I don't see anything to select a specific carrier there, only specific countries. Is this something that Google changed? Can this still be done, or is it done automatically? Can't the carrier be detected from the device?
View 1 Replies
View Related
Jun 18, 2010
I am 6 months experience in Android, use to develop simple UI based application. Now i want to write application targeting the Android core Kernel.For example i want to develop a Framework which is not present in Android.To achieve that we have to write the code for the Kernel. I dont know where and how to start the Android Kernel Programming. If anybody knows the way to start it.
View 3 Replies
View Related
Jan 28, 2010
An important part of creating an android application is making the gui look right. However where do I find documentation for this. An example of what I am looking for is something like this
style="@android:style/ButtonBar"
what other interesting styles does exist. The eclipse layout xml editor knows about some of the @android:style/'s but not this one. Where is all this documented?
View 5 Replies
View Related
Aug 24, 2010
Do i really need an anti virus on my moto droid like Norton? Im non rooted?
View 6 Replies
View Related
Nov 1, 2010
I think I've found quite a serious problem with the Google maps for Android update that just came out late last week.I have a Latitude account, but I havent signed it in on this phone as I don't want battery and data being wasted updating my location, plus most of the time the whole location tracker thing is a bit Big Brother for me anyway. But after the update, one of my friends warned me that i had appeared on Latitude, and it turns out that the update signed me in there and set itself to automatically update my location.If this is happening to others, this represents a serious lapse at Google - it should be up to me to switch on the service, it should not automatically sign in - let alone automatically update my location! This phone has never prompted me to switch it on, and that is not acceptable. My location is a private matter and my battery life and data are precious, goddamnit.
View 24 Replies
View Related
Jan 20, 2010
It bugs me that some phones are omitting the lanyard loops. Look at the Nexus One that doesn't have it: http://gizmodo.com/5451349/look-at-this-broken-nexus-one
iPhone didn't have it.
Pretty lame that some phones now are designed without this feature.
View 13 Replies
View Related
Nov 16, 2010
I have a ton of crap on my SD card, including old velocity information and I'm using Raptor so I don't think I need it. I was wondering if someone has or could create a list of the needed files on the SD card so I can delete the ones I don't need. I have folders for apps which I don't have on my phone anymore and i don't want to remove them if it is going to mess something up.
View 2 Replies
View Related
Aug 11, 2010
So, just wondering what are your most important Apps and why? Since I am new to the scene, I'm hoping that with all of the guru knowledge here, I can save myself and hopefully others a lot of grief.
View 3 Replies
View Related
Sep 23, 2010
What applications would you say are a must?
View 3 Replies
View Related
Aug 2, 2010
Looking at all the pros and cons from froyo got me wondering, how important is it to put the apps on the memory card? I was actually curious about saving some items in the phones internal memory, ie movies, etc.
View 14 Replies
View Related
Nov 15, 2010
Hi guys. So I'm going to root my phone, and to avoid any complications at all, I think I'm going to factory reset my phone. I heard that some apps (ie dropbox) can interfere with the root process so I'm just doing this so I don't get any complications. I'm making a list of all the things I should write down from my phone before I reset it.
So far, I have:
contacts
notes
passwords
apps
settings
View 7 Replies
View Related
Dec 8, 2009
i iunderstand the motorola droid does not have voice activated dialing how important is this?
View 1 Replies
View Related
Apr 8, 2010
When purchasing the eris I had it in mind to possibly trade stocks from scottrade mobile, or pay my cell phone bill via it. How secure is this device to put important passwords into it?
View 3 Replies
View Related
Aug 12, 2010
I am running FRG22 rom from peteralfonso and want to try out his BB 0.4, is crucial to wipe before flashing. What would happen if I don't?
View 1 Replies
View Related
Jul 17, 2011
I'm using a Nexus One running 2.3.4 and it looks like the gmail app version is 2.3.4.2 and I've noticed they've now incorporated the 'Important Labels' functionality into the app.
Problem is, I don't like/use/desire the important labels and now they're cluttering up my inbox view with a little yellow chevron next to the sender's name and the 'go to inbox' in the menu has moved and where it was is a 'mark important'
I had a look through the settings and I don't have priority inbox as my default, under label's there is a sync option for 'Important' which is set to 'None'.
Also I don't have the important labels for the web version of gmail proper on.
I think I may have accidentally marked one email on my phone as important (because that's where the go to inbox button was) so perhaps that's why they are showing up?
Any way to turn off/hide the important labels. Really annoyed that Google is making me find out how to opt-out of this feature rather than just asking if I wanted to opt-in
View 2 Replies
View Related
Sep 9, 2010
I've got the xperia x10 and i created a folder on my phone how can i transfer pictures and important messages to this folder any idea?
View 7 Replies
View Related
Jun 18, 2010
I'm loving my x10 but am peaved that I can't play dixv and avi files on it are there any decent FREE (important) media players that I can use?
View 2 Replies
View Related
Sep 20, 2010
Anyone know when will the features introduced in Google I/O about installing apps from the market via the website and etc be released?
View 6 Replies
View Related
Sep 14, 2010
Features:
- Fast work;
- Ease of management;
- Supports control gestures;
- Multi-touch;
- Synchronize with Google Bookmarks;
- Download videos from YouTube;
View 4 Replies
View Related
Apr 14, 2010
I'm trying to write a code that can run on Android 1.5 and 2.0.1, but I have issues with the javascript engine used on Android 1.5. alert(localStorage); just hang on v1.5 while on v2.0.1 it alerts correctly. is there an unblocking way to do it or to detect the version of Android with javascript?
View 2 Replies
View Related
Aug 28, 2010
I found that android 3.0 is gingerbread, what are the new features in gingerbread and when it is going to be launched. And also i need information about the official release date of Honeycomb.
View 23 Replies
View Related
Jul 13, 2010
I'm looking for a device that can do everything but without the phone feature (calls, text). I now this may sound weird but I already have a phone that I'm happy with. A few weeks ago, my car was burglarized and I lost my laptop, mp3 player, camera, video camera, gps navigation, gps watch. I'm looking for a device that can do everything that I've lost but won't hold me down with a phone contract.
Something sleek enough to fit in my pocket while I'm running or doing physical activity, crystal clear sound quality(very important), takes excellent pictures and video, GPS navigation for navigation and if possible(but not necessary), could track my movements like a garmin forerunner, check email over WiFi, great battery life. I've never owned a smartphone so I don't know if the features I need of the device works if I have no contract with it.
No iphones please, I don't want to be bogged down with itunes. I'm looking at Garmin-Asus Nuvifone or Droid X or Evo 4G or Nexus One(love the clean design) but I don't know if there are better options for me.
View 5 Replies
View Related