Android :: App Not Visible On Donut

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

Android :: App Not Visible On Donut


Android :: Progress Bar Not Visible With White Background In 1.6 Sdk / Make It Visible Under All Colors?

Sep 21, 2009

When i ran my old application in 1.6 i noticed that the progress bar was not showing up on the screen.When i analyzed it further i found the issue.The progress bar is getting activated but its not visible since my background color is also white.When i changed the background color i was able to see the progress bar.Is there no other way to make the progress bar visible other than changing the background color..Shouldn't the progress bar be visible under all background colors??

View 2 Replies View Related

Android :: Donut And Eclair

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

Android :: Donut Be Available For Mytouch 3g - Or Just G1

Jul 26, 2009

Will donut be available for the mytouch 3g or just the g1?

View 2 Replies View Related

Android :: Donut Support WPA2-EAP

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

Android :: How To Get Source Code Of Donut?

May 29, 2009

Can you please tell me how can I get the source code of donut branch?

View 3 Replies View Related

Android :: Force Closes In App After Donut OTA

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

Android :: Downgrade Donut To Cupcake?

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

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 View Related

Android :: Improving Donut VoiceDialer

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

Android :: How To Use Old Progressbar Style With Donut?

Sep 16, 2009

Is there any way to use the old progress bar (from 1.5) in Donut?

View 3 Replies View Related

HTC Hero :: How To Get Android Updates - Donut?

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

Android :: Does Donut Really Support Multi-touch?

Jul 29, 2009

Does Donut really support multi-touch? If yes, where I can find this support in code?

View 12 Replies View Related

Android :: OS Names - Cupcake - Donut - FroYo

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

Android :: 1.6 (Donut) Kernel Source Code

Nov 17, 2009

Can anyone please do share the android 1.6 (donut) kernel source code.

View 2 Replies View Related

Android :: Donut WVGA Supporting Apps

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

Android :: Upgrade HTC Magic G2 From 1.5-Cupcake To 1.6-Donut ?

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

General :: Android 1.6 (Donut) Notification Sounds

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

Android :: How To Control The Screen On - Off And Lock - Unlock In Donut - SDK 1.6

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

Android :: SugarSync Force Closes After Donut 1.6 Update

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

Android :: Appwidget Broken Donut When Keyboard Slide Out / In

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

Android :: Donut - 1.6 - Auto Complete Text View And Ellipsize

Sep 23, 2009

I have a layout that includes the following:

CODE:...........

Up until 1.6 the ellipsize attribute on my view above functions as I would expect. Since upgrading to 1.6 the ellipsize attribute, regardless of what I set it to (start, middle, end) seems to be ignored.

View 4 Replies View Related

Android :: Major Localization Related Changes In Eclair When Compared To Donut?

Feb 22, 2010

Are there any major localization related changes in Eclair, when compared to Donut? Does Android provide any tool(s) that would help developers translate the strings (may be to convert from xml to xliff format or some other format that translators generally use)? The 'Internationalization and Localization' part in developer.android.com still has a stub ("coming soon"). I'd really appreciate if someone could throw some light on this.

View 4 Replies View Related

HTC Hero :: Donut - Info

Oct 15, 2009

Just wondering if i will ever get to say 'mmmmm donut' on my Hero. Ive had a trawl of the net and cant find out any info on Donut and Hero thats not really vague.

View 9 Replies View Related

Sprint HTC Hero :: 1.6 Donut

Oct 14, 2009

Does anyone know if it will be an OTA update or a PC download?

View 12 Replies View Related

HTC Hero :: MoDaCo Donut

Oct 1, 2009

When a modaco ROM using 1.6 will appear or if it is in the works at all?

View 2 Replies View Related

Samsung Behold 2 :: Getting Official 1.6 Donut

May 28, 2010

I guess 1.6 will be out officially from Samsung/Samstunk. http://www.engadget.com/2010/05/28/samsung-planning-android-1-6-update-for-behold-ii-but-thats/

I wonder if it will still have TouchWiz? If so, I will just keep the Galaxy R12. But if I do decided to get it, would I go back to stock Behold 2 rom?

View 21 Replies View Related

Samsung I7500 :: Donut On Galaxy

Oct 1, 2009

I've done a few firmware upgrades to H8 and currently planning an I5 one. Do we have to wait for Samsung to release a full Donut firmware before we're going to be able to get all the goodness therein?

View 49 Replies View Related

Samsung I7500 :: Donut For Galaxy

Oct 15, 2009

Anyone know if it's possible to find a donut version and install it on the galaxy?

View 1 Replies View Related

HTC Magic :: Rogers Donut Update?

Oct 4, 2009

Just wondering if anyone using Rogers and a non-rooted phone has updated to Donut. Am curious how their update process went as I'm pretty nervous about doing it as everywhere I read says it remove contacts etc, and we need to do it manually.

View 16 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved