Android :: Cupcake Release End March
Mar 4, 2009
I have a so called reliable resource who works in the T-mobile store, and so far he has been right about anything to do with G1. He predicted the OTA release, and that was right, but he has also said T- mobile will be releasing the cupcake to t-mobile customers in uk end of March. Of course all i/we can do is wait. if anyone has any information to back that claim it would be appreciated. I know there's loads of cupcake talk that has been going on for months. but i believe this is the real thing, else he wouldn't jeapordise these claims to get people to buy the G1 and then get hundreds of complaints if it didnt happen
View 2 Replies
Aug 17, 2009
I want to regenerate the Android firmware with the latest source code. I didn"t have any problem in the past but actually i have some problems. By following, the web link (see bellow), i have currently some problem first for executing correctly the repo sync for the local_manifest.xml without any errors, then to build the the firmware: Code...
View 3 Replies
View Related
Mar 21, 2010
Round 1 of the Android March Madness Tournament is almost over so you may want to swing a vote or two here. Here is how it has been shaping up so far in round one. The Motorola Droid is up on the HTC Hero 32-14 The Samsung Behold II is beating the Samsung Moment 25-21 The Nexus One a 1 seed is putting a beat down on the Motorola Cliq 43 votes to 3 votes And In a surprising nail biter the T mobile My Touch 3G is Beating the T-mobile G1 26-20 If you would like to vote in round one go here
View 7 Replies
View Related
Feb 17, 2010
I just saw this and thought if sharing it with you (that if you haven't seen it) link: the::unwired - MWC10 LIVE: No Android 2.x Firmware Upgrade for the Samsung i7500 Galaxy - but 1.6 is coming [UPDATE]
View 8 Replies
View Related
Mar 15, 2010
I've been searching for a way to watch the upcoming college basketball tournament on my Droid. I know that CBS put out an app for iPhones allowing iPhone users to stream every single game as well as view brackets, trash talk and post on facebook and twitter, and number of other things. I know there is not an app for android users to stream games, my question is, does anyone know of a site that will stream the games that DOES NOT require flash player? Or if anyone has another idea I'd love to hear it! Round 1 starts Thursday and I'll be stuck in an office. I'd rather use my computer for work and stream the games on my phone.
View 7 Replies
View Related
May 20, 2010
I have tried finding the names of the Android OS prior to 1.5 (cupcake), but no luck. Did Google give "A" and "B" versions of the OS dessert names or did that start with cupcake?
View 10 Replies
View Related
Apr 2, 2010
They are at the final battle. It looks like we might have a fight on our hands since the Palm Pre just got the free hot-spot options from Verizon. March Smart Phone Madness Finals: Motorola Droid vs. Palm Pre Plus
The main points that I like to enjoy is: Droid beat out the phone that beat the iPhone, and the Droid got further in the brackets than any other Android OS phone Some of the progress is due to hardware, some due to following (over the Nexus'), but a lot due to the v2.01 (and now 2.1) version of the Android OS. Also, this poll is open ALL weekend - it does not close until April 5th, so we have tons of time...but then again, so does the Palm Pre. Let's have at 'em!
View 12 Replies
View Related
Dec 1, 2009
I've G1 dev phone. Earlier I upgraded it to 1.5 using HTC website. Now I want to customize (make some changes to ) source code and keep the changes running on G1 phone. I wanna go with cupcake release. Could any body please give me some pointers. If I download cupcake source code from android website and do 'make' for which target it will generate the images ?[Emulator or G1 phone etc.,]
View 3 Replies
View Related
Jun 17, 2009
Is RTP streaming known to be working on Cupcake devices? I have not been able to start an RTP multimedia session with my G1 since Cupcake upgrade. It was working before the upgrade, e.g. by using the VideoView class and providing an RTSP URL. But the same test which was working before fails now. The RTSP OPTIONS and DESCRIBES exchanges are OK, and then there is a "PVMFFailure" in the Log, and a popup saying "Sorry, this Video can't be played".(Note: I removed a similar message that I sent yesterday because it contained broken links)
View 3 Replies
View Related
May 14, 2009
I'm considering an Android phone, but I'm a little worried about the restrictions on Bluetooth.Can someone confirm what's been 'fixed', and what restrictions remain after the Cupcake update? I've seen a lot of mixed information floating around the net.
View 6 Replies
View Related
May 20, 2009
Is android-1.5 and cupcake-1.5 is same?
View 2 Replies
View Related
Mar 3, 2009
We are developing some applications on cupcake which depend on packages not available in 1.1 version of SDK and will not build on it. Debugging and make are very slow on ubuntu open source. So, we are eagerly waiting for a windows SDK based on cupcake. Is there a timeframe defined for it by Google?
View 7 Replies
View Related
Jun 26, 2009
I'm currently writing an app in Android that works with the GPS, at the moment I'm able to work out whether the GPS is enabled, my problem is that I want to enable the GPS on app startup if it is disabled, how can I do this programmaticaly?
View 4 Replies
View Related
Apr 29, 2009
I'm migrating my app from 1.1 to 1.5. It works right but i get a problem thowing a new intent which used to open a Geo URI in google Maps. I think that it must be related with the fact of Gmaps not beign included as part of the core. Is there any way to solve it or change it if i want to keep the track of 1.1? This is the code: intent mapsIntent = new Intent(Intent.ACTION_VIEW); mapsIntent set Data (Uri.parse("geo:0,0?q=" + address + "&z=19"));startActivity(mapsIntent); This is the throwed exception. Android. content. ActivityNot FoundException: No Activity found to handle Intent { action=android.intent.action.VIEW data=geo:0,0?q=Av. PrÃncipe de Asturias,}
View 10 Replies
View Related
Jan 21, 2009
Untill now, i were forwarding my PC ports using telnet, but with Cupcake, it's possible to use directly with emulator, using -qemu - redir option. But i'm not getting success doing this. I'm doing emulator -vm myconfig -qemu -redir udp:1234::1234 or emulator -vm myconfig -qemu -redir udp:1234:<my ip here>:1234 and both starts the emulator with the warning "qemu: could not set up redirection 'udp:1234::1234' " or "qemu: could not set up redirection 'udp:1234:<my ip here>:1234' "Please, what i'm doing wrong? any successfull case? thanks a lot P.S - i already compiled SDK 1.5 and it's working perfectly
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
Jul 17, 2009
Maps useda allow directions from My Location. Where'd that go?
View 5 Replies
View Related
Apr 21, 2009
I am doing development on RSTP streaming on cupcake. I want know more clear about it, so my question is, which version of 3GPP PSS has been support on cupcake, R4, R5 or R6?
View 2 Replies
View Related
Sep 5, 2009
I've used animated GIFs in Android pre cupcake however my old code no longer works. To be exact: Movie.decode Stream Always returns null... Does anyone have any workarounds/fixes to play animated GIFs?
View 1 Replies
View Related
Jun 3, 2009
In android cupcake release note, it said there is an improvement about Browser scrolling improvement. Can you please tell me what is the technique that android uses to improve that?
View 2 Replies
View Related
Dec 3, 2009
Is there anyone know how to add multi-touch function in cupcake? I found that linux kernel 2.6.30 had a new multi-touch protocl, did that mean I must upgrade my kernel to be 2.6.30+?
View 3 Replies
View Related
May 19, 2009
Long story short, how can I disable the screen transitions between activities? We implemented our own tab handler if you will, and now it is doing a transition between tabs, which looks pretty tacky.
View 3 Replies
View Related
Jun 12, 2009
I have just been integrating the Skyhook Wireless technology into my Android application. This is the localization framework that gives a better localization by looking for wifi hotspots. As a result the position is better, at least indoors when it can find a hotspot. On the downside the library is around 300kb of size on the device. Now in Cupcake when I look at "Security & location" settings, there is an option named "Use wireless networks". This seems to be exactly the same as Skyhooks technology. However, I cant find any useful information about what kind of localization this is and weather it makes sense to drop the 300 kb library. Is Skyhook already integrated into Cupcake?
View 1 Replies
View Related
Mar 20, 2009
I meet some problem while using cupcake bluetooth handsfree.
1. Phone only can pair with pin "0000" BT headset automatically, but never pair succeed with headset with pin "1234" (never prompt pin code dialog for input?)
2. Connecting BT headset always fail if the BT headset only suport HFP/ HSP profile(on A2DP). Any one familiar it?
View 3 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
Apr 10, 2009
I tried the 'unofficial' cupcake SDK and found that the hardware HOME button doesn't bring me back to the home screen anymore. Is this a conscious UI decision? What's the reason behind it? Also, long-press on the HOME button doesn't bring up the task manager anymore. So, if I am in the browser, I have to all the way close all the pages before I can go back to home screen?
View 11 Replies
View Related
May 21, 2009
If iw ill do any changes in the External folder of Cupcake version i am unable to get the emulator Up.Emulator stops at Android(Booting stage) screen page itself.
View 3 Replies
View Related
Apr 13, 2009
Does anyone know whether Android 1.5 SDK supports Gears supported Apps?
Currently release 1.1, supports Gears only on the browser application and we are not able to implement Gears application on WebView.
View 11 Replies
View Related
Feb 25, 2009
The roadmap for cupcake states that it now supports the Bluetooth A2DP & AVRCP profiles. Since the Bluetooth API was ripped out of 1.0 does that mean that these are the only profiles supported? Or are there any other profiles currently supported?
View 3 Replies
View Related
Mar 3, 2009
I saw some people mentioned CupCake in the email threads, could anyone talk in details?
View 2 Replies
View Related