Android :: Additional Features In Donut?
Sep 3, 2009
Can anyone give the list of additional features supported in Donut release Vs cupcake? Is there any website where such information is given? Regards, Ganesan. K Allgo Embedded Systems Pvt. Ltd.
View 3 Replies
Sep 10, 2009
About Donut and Eclair as follows. When are Donut and Eclair released? What is the main features of Donut and Eclair?
View 2 Replies
View Related
Jul 26, 2009
Will donut be available for the mytouch 3g or just the g1?
View 2 Replies
View Related
Jul 4, 2010
App is called Tasker. It should be visible in all Donut+ devices but it's only actually visible in Eclair+ devices. Tested on my G1, reported by other users (devices unknown).
Manifest:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="4" />
A dump from the compiled apk confirms that.
Here's the top of my Ant output:
Buildfile: build.xml [setup] Android SDK Tools Revision 6 [setup] Project Target: Android 1.6 [setup] API level: 4 [setup] Importing rules file: platforms/android-1.6/ant/ ant_rules_r2.xml
Copy protect is set to off.
And the app works fine when installed on a Donut device outside the market.
I noticed that appbrain also reports it as 2.0 and higher: http://www.appbrain.com/app/net.dinglisch.android.taskerm
View 12 Replies
View Related
Mar 3, 2010
I just buy one Android device run in Donut, but I cannot figure out how to connect to WPA2-EAP, so my question is if Donut support WPA2-EAP ?
View 2 Replies
View Related
May 29, 2009
Can you please tell me how can I get the source code of donut branch?
View 3 Replies
View Related
Oct 8, 2009
I'm getting reports from users about force closes in my app after the donut OTA. One of them was kind enough to send me a logcat which included these two gems (right after he installed it from market):
10-02 15:56:35.708 D/PackageManager(71): New package installed in / data/app/com.billnapier.android.livebookmarks.apk 10-02 15:56:35.708 W/PackageManager( 71): Unknown permission com.android.browser.permission.READ_HISTORY_BOOKMARKS in package com.billnapier.android.livebookmarks 10-02 15:56:35.708 W/PackageManager( 71): Unknown permission android.permission.READ_HISTORY_BOOKMARKS in package com.billnapier.android.livebookmarks
The second one makes sense, since that name has gone away. But I can't figure out why the first one would show up, since that permission should exist on the phone. anybody got any clues? I can't reproduce this on my phone, so it's kinda hard to debug.
View 2 Replies
View Related
Nov 8, 2009
Does anyone know how to change a build from donut back down to cupcake? I tried changing the release target minsdkversion back to 3 but it still would only launch in the donut rather than cupcake emulators and showed the Android 1.6 rather than Android 1.5.
View 2 Replies
View Related
Nov 7, 2009
The Donut VoiceDialer is far from ideal for in-car use because it requires users to confirm their selection by tapping on the screen. My idea is to enhance it so that it can be hands-free from start to finish.I was looking at VoiceDialerActivity.java and the most interesting part is the function onRecognitionSuccess(), which starts at line 383.We could modify it so that if there is more than one item, it reads the items out loud and then does another recognition cycle among those items.
View 4 Replies
View Related
Sep 16, 2009
Is there any way to use the old progress bar (from 1.5) in Donut?
View 3 Replies
View Related
Sep 15, 2009
Since Sense UI is built over the top of Android 1.5 (cupcake)...what is going to happen when (I think they just released it actually) Android 1.6 (Donut) comes out? Can you update donut underneath the Sense UI skin? Or are you just stuck with 1.5? Same with Eclair?
View 5 Replies
View Related
Aug 25, 2009
I am interested in displaying web pages with more than the 3 installed fonts. I tried the demo of installing fonts as assets and changing the typeface, but I am not sure if it applies to a Webview. I was able to modify the sdk and install more fonts in frameworks/base/ data/fonts. I can see those additional files when using the shell in / system/fonts. However, the fonts were not used in the internal web browser.
View 2 Replies
View Related
Jul 29, 2009
Does Donut really support multi-touch? If yes, where I can find this support in code?
View 12 Replies
View Related
Nov 1, 2010
What is with the android names. why is everything related to food?
Cupcake
Donut
Eclair
FroYo
Gingerbread
Honeycomb (Expected next)
View 16 Replies
View Related
Nov 17, 2009
Can anyone please do share the android 1.6 (donut) kernel source code.
View 2 Replies
View Related
Sep 15, 2009
Are there any apps in the DONUT sdk that has support for the WVGA (looking just not for resized or compatibility mode, but having the proper assets to support 240dpi WVGA) Just looking around, dialer look awkward, so does few others ..
View 5 Replies
View Related
Sep 29, 2009
I am currently using HTC Magic G2 H/W with Android 1.5 Cupcake; I am planning to upgrade it to 1.6 Donut. Is it possible? if so, what is the procedure to upgrade. I need this information urgently.
View 4 Replies
View Related
Mar 21, 2013
I am looking for a specific notification sound (Can't remember its name) that used to be included in the stock image of Android 1.6 on HTC Magic. How to get the extracted notifications from the original image?
View 4 Replies
View Related
May 21, 2010
How to add additional font in android environment? I need to make a font like LCD with pale background numbers like this:
http://www.androidfreeware.net/img2/gps_speedometer_android_1.png
View 3 Replies
View Related
Jul 14, 2009
After weeks of trying to get my service to run on boot & an interval via AlarmManager I finally found out the problem. If my workspace is for sdk 1.5, the service never run once. If my workspace is for sdk 1.0, Using the 1.0 Emulator, Not the 1.5 Emulator, it works perfectly. Why is it only working on the old SDK? Is there an additional permission I need?
View 2 Replies
View Related
Mar 21, 2010
I've read through the FAQ of Android Dev Guid (http://developer.android.com/guide/appendix/faq/commontasks.html#opennewscreen) but I'm not sure how can I open a new screen with additional parameters passed into it.
Let's say I'm going to open screen2, with a variable indicating the current user name so that I could greet the users. Is it possible?
Intent i;
i = new Intent(this, screen2.class);
//How to pass variable to screen2?
startActivity(i);
View 3 Replies
View Related
Jan 3, 2010
I making an Alarm App.
In my Alarm App, if user set the alarm, the alarm Dialog will be shown at the set alarm time.
but if device(phone) was in lock and screen off, I can't see the alarm dialog.
I need to write code to the alarm dialog will be shown automatically although the device(phone) is screen off(and locked).
I see the source code about AlarmClock in Donut SDK.
It is use the code like below: getWindow().addFlags(WindowManager.LayoutParams.FLAG_TURN_SCREEN_ON);
but the FLAG_TURN_SCREEN_ON is only available in SDK 2.0 or later.
I just only use Donut(SDK 1.6).
How can i Screen on & unlock in Donut(SDK 1.6)?
View 4 Replies
View Related
Oct 15, 2009
I spent a month stocking my SugarSync folder full of files and entertainment for my big vacation. On day one of my trip the Donut 1.6 update came through and now SugarSync force closes constantly, haven't been able to use it since. I've been emailing the developers and they refuse to see a connection (despite several comments in the Market of other users blaming 1.6). Is there a chance it isn't 1.6 and how can I fix this? I've uninstalled and reinstalled several times with no improvement. It was an awesome app when it worked, I'll be damn sorry to have to delete it.
View 4 Replies
View Related
Oct 21, 2009
I developed an appwidget and published on market, it works very well on Cupcake. but after I upgrade my OS to Donut.Everytime when I slide out/in keyboard, I will got an error: The process android.process.acore has stopped unexpected.Please try again. I have to click "force close", and wait about 3 seconds to get the home screen. It seems my appwidget cause this error, because after I uninstall the appwidget, the error also gone. One of my user reported to me the same problem, he was sure it's my appwidget's problem, because he erase all application and install one by one to test which application cause the error, he found after he installed my appwidget, the error occurred again.
View 9 Replies
View Related
Oct 27, 2010
I had Eclipse running with the Android plug-in and I decided to add the Emacs plug-in. I downloaded and it worked. Then I decided to go back to the Eclipse key bindings and the Android plug-in disappeared. I could not update it, because Eclipse said it was installed, but it was not showing up in the menu.
I had to re download Eclipse, and reinstall the plug-in.
Why don't different plug-ins cooperate? I had the same issue when I tried to download the Blackberry plug-in alongside the Android plug-in (in different workspaces) and that also did not work. The only solution is to have two separate Eclipse each with a different plug-in.
View 1 Replies
View Related
Nov 2, 2010
Or extend it in some way to allow for pre/post-processing of all notifications and additional workflow?
View 6 Replies
View Related
Sep 13, 2010
I have a design question I was hoping someone could answer or offer guidance. I am designing a game that will initially have 100 levels but the user will have the ability to purchase additional levels. For instance when the game is released the free version will have 100 levels and then the user can buy and additional 100 levels while in the game. Does the Android SDK have any built-in methods to deliver additional content? Does and third party provider offer any such service to deliver content? If this is something that you must custom create yourself, what is the best practice for creating?
View 10 Replies
View Related
Mar 23, 2010
I know that as of now it's not possible, and the hacked usb port is still pretty useless. But as far as I know, with the VDP profile on Bluetooth it should be theoretically possible with more (relatively) simple software hack. As I understand Bluetooth profiles, they are essentially software drivers for the hardware, and most Android devices support Bluetooth 2.1 which should be fast enough (~366KBytes/s) to transmit standard def video.
Just wondering if anyone is working on or knows of a way to support additional bluetooth profiles on a rooted Android system?
View 2 Replies
View Related
Jul 27, 2010
I like the functionality of the default photo browser, but want to have additional folders to help categorize my images.
Questions -
How do I get additional folders on the phone and displayed?
and
How do I get my pictures on the phone?
View 1 Replies
View Related
Dec 16, 2009
Is there a working example out there that demonstrates how to append additional rows in ListView dynamically?
View 3 Replies
View Related