Froyo is the internal codename for the Android 2.2 release

learn more… | top users | synonyms

0
votes
1answer
14 views

For NDK How do I target older devices [duplicate]

I'm just getting started working with NDK and I finally got things building. I've got a simple hello world c app that I based in no small part on a youtube walk through. When I got around to running ...
0
votes
1answer
38 views

Integrate android support library into froyo platform

I'm working on an android image for a multimedia set top box. Since it is Froyo, I have to use the android support library to get fragments. Now, instead of including the library in every app, it ...
0
votes
1answer
200 views

Enable/Disable Mobile Data (GPRS) using code on Froyo 2.2

In advance, sorry for my English, I'm doing my best to write without faults I'm trying to Enable / Disable Mobile Data Connexion. I've used this code by rIHaN JiTHiN (Enable/Disable Mobile Data ...
1
vote
2answers
90 views

Hardware acceleration flag

i m building an app which will run from android version 2.2(froyo) onwords. i have already built app with 2.2 for playing videos and same app i want to run on android version 3(honeycomb). And here ...
1
vote
3answers
110 views

ImageView match_parent different for Jelly Bean and Froyo

I have a simple layout and bumped into difference between Jelly Bean and Froyo. On Jelly Bean I have ImageView matched its parent (FrameLayout) by height. But on Froyo it is not. Please have a look on ...
0
votes
3answers
36 views

Android Widget - Two Lines?

I'm trying to make a simple widget and I need to make it in two lines. Apparently I can't use a table for that, so I'm a bit stuck on how to do it. This is my code <FrameLayout ...
0
votes
2answers
188 views

TabHost nullpointer exception in android 2.2

I'm trying to use a tabhost with 4 widgets, I've tested this on android 4.2 and it works like a charm, however on android 2.2 it gives me a nullpointerexception when I change tabs I know there is a ...
0
votes
1answer
221 views

Android - Access to Mysql Database -communicationsexception

I have a problem with the application I'm developing. I am trying to connect to a database in Mysql that is in local in a WIFI network with my application on android. I use for this, a direct method, ...
0
votes
0answers
79 views

Main activity not working (“Failed Resolving”) on Emulator with API 8 but works on API 16 on device

This is what happens when I run my app on the emulator on API 8, but on my phone it works fine: 03-08 23:51:46.683: I/dalvikvm(414): Failed resolving Lcom/matthewmitchell/wakeify/MainActivity; ...
-2
votes
3answers
247 views

How to downgrade an app that uses the ActionBar from 4.2 to 2.2?

I need to use a HTC Legend which runs Android 2.2 to run the open source nyaruka/android-sms-relay. However, this app's build target is Android 4.2. I tried to simply change the build target from ...
0
votes
0answers
75 views

Closing/shutting down/terminating an app on API 8

Yes, i am aware about how's the lifecycle of an android app. It's like a web app/page for simplicity, but the client wants a way to shut down his app when exiting (it's towards android 2.2 OS). The ...
0
votes
0answers
39 views

ListView with selector isn't working in Froyo

I have this: row_selector.xml: <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android" ...
1
vote
3answers
263 views

Android Custom notification with setOnClickPendingIntent doesn't work on lower version than 3.0. Is there a work around to make it work?

I'm playing with notification but I was not able to create a notification with a custom layout that works on Froyo (or other android version lower than 3.0) like it works on ICS. The problem is that ...
0
votes
1answer
140 views

Notifications not shown in Android Froyo

I'm trying to run the following, which is ripped from an internet tutorial: public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { // Prepare ...
-1
votes
1answer
62 views

Troubles strarting to develop on froyo

this is my first post on this site. Doing an Apprenticeship, a company told me to develop an app for Jelly-bean, but suddenly now they want to port some of my work to froyo. I wanted to start over ...
0
votes
0answers
69 views

Error about arrayadapters in froyo

My app runs on the devices have 4.0 and above but on the devices 2.2, 2.3.3 and 2.3.7 it does not work and gives the following error. Can anyone help me? I think that the error was about listview and ...
-1
votes
3answers
319 views

new java.io.IOException : Call requires API level 9

First, here is my code : public static boolean loginValide(final String username, final String password) throws IOException { final boolean valide = false; final String postData = ...
0
votes
1answer
249 views

Notifications with buttons, possible on Froyo+?

I'm looking to do something along the lines of the image below, with the "Snooze" button, but I'm trying to do it on Froyo and later. Is it possible to do this on pre 4.0 devices? I basically want to ...
0
votes
0answers
137 views

ANR only on Android 2.2 Want to solve

I am getting an ANR on Android 2.2 I noticed it on one device and thought it was just slow, but proceeded to try to optimize. Now I tried it on an emulator so I could get the error log (because ...
0
votes
0answers
159 views

animation-list frame duration is wrong on Froyo

In my app, I have a blinking play-pause button which I've made using an animation-list, as follows: <?xml version="1.0" encoding="utf-8"?> <animation-list ...
2
votes
0answers
146 views

Inserting past event in local android calendar in Froyo

Objective: To write a sync adapter that syncs Google calendar events with local android calendar (server to device - one way only). Android Version: Froyo Debugging Steps: A past non-recurring ...
2
votes
2answers
311 views

Android 2.2 Emulator can not connect internet but 4.0.3 emulator can connect

When i try to connect internet with android 2.2 from emulator can not connect. But, if i try to connect internet with 4.0.3 from emulator immediately i will success.. I have changed from eclipse, ...
1
vote
2answers
303 views

Android, set WebView dimensions with px in Java

Currently I am using the following to set height and width: //landsapeWebView is a WebView, and deviceHeight and deviceHeight are ints landsapeWebView.setLayoutParams(new ...
0
votes
1answer
218 views

How do you enable debugging on a Samsung Sidekick 4G (Froyo)?

Trying to debug with a Samsung Sidekick 4G right out of the box gives: Android AVD Error No compatible targets were found. Do you wish to add a new Android Virtual Device? Settings doesn't ...
1
vote
1answer
134 views

Android - Eclipse is slow to build/run using project on SDK 2.2

I've been working on my Android app for a while, initially targeting version 2.1 (API level 7). I've now changed the min/target SDK to 2.2 (API level 8) in order to support Google Cloud Messaging. ...
0
votes
1answer
270 views

Why does my android app doesn't connect with my web service when I install it on my tablet altough it runs fine in a virtual device with froyo?

I developed an android app that consumes .net web services using ksoap-2. The app consumes the service very well on a virtual device with android 2.2 (froyo), but when I install the apk package on a ...
0
votes
2answers
130 views

Android SharedPreferences Force Close on commit in Froyo

This code seems to work fine on everything except when I emulate it on Froyo. I don't have an actual device running Froyo, so I can't test it on an actual device, but it FC's when it get's to the ...
5
votes
2answers
665 views

How to disconnect an HttpUrlConnection on HTC (Froyo and below) phones?

I need to disconnect a long polling http request from the client side in some cases. The relevant part of the HttpUrlConnection I make to the server is as follows (all the code below is within a ...
0
votes
1answer
668 views

Usable VideoView source code for Android 2.2

I am building my own view for displaying videos, and I would like to base the custom view on the built-in Android VideoView. I'm therefore looking for the source code to VideoView. Most posts I've ...
2
votes
0answers
236 views

DisplayMetrics.DENSITY_XHIGH works on 2.2.2? Not caught by lint?

I have code that references DisplayMetrics.DENSITY_XHIGH. Android docs state that this is supported in API 9+. The code in question is not affected by the TargetApi annotation. My project's ...
2
votes
1answer
433 views

how to support supporting older android versions in eclipse

My app need to target API level 7 and above, however I'd like to selectively use functionality from newer releases when it becomes available. For instance, I might have code like this: if ...
7
votes
3answers
724 views

How do I download a file via default Android Downloader?

How can I download files using Android downloader? (The downloader that WebBrowser is using that too). I tried something like this : Intent i = new Intent(Intent.ACTION_VIEW , Uri.parse("MyUrl")); ...
0
votes
1answer
2k views

Android app facebook https urls not loading

Trying to develop an android app that integrates social networking, and the first one i am testing out is Facebook. When doing the authorize function i have it using the WebView instead of calling up ...
1
vote
1answer
342 views

setChoiceMode() in GridView on Froyo

I am building an app that runs on Froyo and targets Ice Cream. The problem is with the choiceMode of the GridView. It seems that Froyo doesn't implement the setChoiceMode (implemented in AbsListView) ...
5
votes
3answers
5k views

ICS style in Froyo and Gingerbread Apps

I am developing an application for Android and I'm using the API level 8. However I would like this app would use the theme of ICS when running on Froyo and Gingerbread because the theme of the ICS is ...
0
votes
0answers
526 views

Connect to LAN while Android device is in debugging mode

I have HTC wildfire running on Android(FROYO) and i am connecting to PC using USB cable, My PC is having LAN connection having internet access. How do i connect HTC wildfire on same network? Note: ...
1
vote
1answer
1k views

android front facing camera problems

well, I am trying to develop an app that films with the front facing camera. and i am having a wierd bug. the preview looks fine, but the output video comes out with a green line in low resolutions ...
0
votes
2answers
199 views

TextToSpeech Quality

I just tested the TTS feature and I'm really disappointed. While the text is mostly recognizable the quality of the sound is horrible. There is too much noise and it sounds as if there is a lot of ...
1
vote
1answer
263 views

How to add new languages to system image

To the currently supported set of languages that we get from Froyo, I would like to add other languages such as Hebrew or Arabic. Is there any way I can update the Froyo code to support these ...
0
votes
2answers
845 views

Integrating custom Android kernel builds with SDK

I'm extending a custom Android kernel fork that originated as a 2.2 Froyo kernel. The build process itself is no problem; just type "make" and its done. But I'm not sure of what I need to do to make ...
0
votes
2answers
370 views

Android Assets on rooted device

Can users with a rooted device view files in the assets folder of my app? I ask because I intend to place files there that can be accessed from the application, however they should not be viewable in ...
1
vote
2answers
352 views

Building for Froyo, Styling for ICS

I'm planning on writing an app and building against 2.2 Froyo (API Level 8). However, I want app users of 4.0 ICS to experience the app with the ICS user interface. Currently my approach is to have ...
3
votes
1answer
2k views

Playing m3u8 on Android Froyo using FFmpeg

I need to create an http live streaming client in Android froyo without being dependent on 3rd party applications (e.g Vitamio). I am able to configure and build Bambuser's release of FFmpeg using ...
1
vote
1answer
440 views

Wi-Fi Direct Support on Android Froyo

I am a beginner to the Android Platform I am using the USB Enabled Wi-Fi CHip from Marvell; Marvell is providing support in the HAL Layer to support the Wi-Fi Direct. Is there any other dependency ...
0
votes
3answers
2k views

Android Application that connects to remote server

I am trying to build an Android App on Platform 2.2 Froyo. The app is supposed to connect to a remote server, fetch data from it and display to user in a different language. So my question - What ...
0
votes
4answers
2k views

How do you save\load save games for android?

I know this should be easy to find via google, but I can't seem to get the right phrasing for my search... I want to save text files to the SD card to be used as saved games and saved settings, then ...
0
votes
2answers
809 views

Fragments in Froyo

Can i use Fragments in 2.2 version of the Android (Froyo) using the compatibility package ? I want to use two nested Tabs which on clicking should display related content in the Fragments.
6
votes
3answers
878 views

Android camera functions don't work on a few phones

I just realized my camera activity in a surfaceholder doesn't work on some devices. Some DROID branded and skinned phones. It works on all google phones with standard android implementation so far. I ...
2
votes
1answer
1k views

Android 2.2 SSL Library error

First of all i know there are plenty of topics on this. Most of them the anwser is trusting all certificates/hosts by default which given the environment and security is completely out of the ...
0
votes
1answer
112 views

testing - Android devices with lowest specs

I want to test on Android devices with the lowest specs but I don't know which device that is A device with less than 160dpi screen, less than 256mb RAM, less than 3.5 inch screen. and using Android ...

1 2 3