Android :: How To Get Source Of 1.5 Preview SDK - Cupcake Branch

Apr 16, 2009

How to get the source of the android 1.5 preview SDK? Should I get the trunk? or get the cupcake branch?

Android :: How to get source of 1.5 preview SDK - cupcake branch


Android :: Shared Jar Library / Source Branch Under Mydroid?

Aug 3, 2009

we're developing applications that will use a single 'shared library' jar file. the jar file will be packed as part of the operating system (built & packed by us)several trials & errors & manual readings had led us to the conclusion that for our projects (both shared lib & dependent apps) to correctly compiled they must

(a) reside UNDER the mydroid source root and

(b) be compiled with the same java version as mydroid.

both a & b are somewhat inconvenient for us (the latter a bit more). is there a way around them?

View 3 Replies View Related

Android :: Which Version Source Codes Is CupCake

Mar 3, 2009

I saw some people mentioned CupCake in the email threads, could anyone talk in details?

View 2 Replies View Related

Android :: Cup Cake Branch

Jan 21, 2009

I am using a windows system. Can anyone send me steps on how to checkout the cupcake branch?

View 3 Replies View Related

Android :: Branch A SAX Parser Depending On First Known Tag?

Aug 31, 2010

I'm having hard times parsing multiple different XML files on Android using the built-in SAX parser.

Nate and Aron Saunders have helped me with the right approach to this problem but I struggle in implementing it. You can read about it here.

http://stackoverflow.com/questions/3583876/how-to-parse-different-xml-files-using-sax-on-android

I have ten different XML files. code...

And so on. Every root tag is different. Now I know that I could branch the parser to trigger a different event on every root tag but I'm not quite sure I know how exactly do achieve this.

How would I tell my SAX handler that he should parse for AnotherInnerTag with its attributes based on the root tag?

View 1 Replies View Related

Android :: Want A Dev Branch To Run On Phone Along With Live Version?

Mar 15, 2010

I have a live marketplace version of my application, and now want to start developing my next version, but want to be able to have the newer dev 'upgrade' (for testing) and existing live version (for demoing) both on the same device, but I dont want to create a whole separate project to do this. Any ideas?

View 1 Replies View Related

Android :: Build Phone Branch Missing Imports?

Aug 19, 2010

I'm working on nifty enhancements to an Android app and I've cloned its source from android.git.kernel.org. How does one deal with imports not found, for example:

import android.content.entity*
import android.os.ServiceManager
import com.google.android.collect.*
import com.android.internal.*

etc. This is with a checkout of tag Android-2.1_r1 Android2.1-update1 with ADK 0.9.7.v20100514. I'm not seeing them in the platform source - maybe I'm looking the wrong way? I spose the answer is a library or something, but it's my first time in.

View 1 Replies View Related

General :: Branch Local Copy Of AOSP Repository?

Jul 5, 2012

I have downloaded an entire copy of a particular Android branch following the official guide and using the repo utility.

Now i have some modified files that i want to use to customize the build process, the problem is that i have already pasted this files over the ones in local repository and my repository is now unusable and repo gives only errors when i try to sync.

What is the best approach when i want to modify existing file in my local copy of an Android official branch? What is the best approach when i want to replace 1 or multiple files?

View 2 Replies View Related

General :: Add New Device Tree / Kernel Source Code To CM Source And Compile?

Apr 15, 2012

i have: CMW recovery, Kernel source code on local computer, full repo cm source + toolchains.

How to add my device tree, kernel source code to CM source and compile CM7 ROm?

View 3 Replies View Related

Android :: What Came Before Cupcake?

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

Android :: Building Cupcake For G1

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

Android :: RTP Streaming With Cupcake

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

Android :: Cupcake And Bluetooth?

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

Android :: Droid-1.5 And Cupcake-1.5 Is Same?

May 20, 2009

Is android-1.5 and cupcake-1.5 is same?

View 2 Replies View Related

Android :: When Is SDK Based On Cupcake Getting Released

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

Android :: How To Programmatically Enable GPS In Cupcake

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

Android :: Maps Intent In CupCake

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

Android :: Port Forward In Cupcake

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

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

Android :: Maps App Post - Cupcake

Jul 17, 2009

Maps useda allow directions from My Location. Where'd that go?

View 5 Replies View Related

Motorola Droid :: Source Vs Not From Source

Jul 3, 2010

alright so i see all of these new froyo roms from source, and i guess i have one that is not from source, but it runs fine. I guess what im going at is what is the advantage of having a rom from source compared to not from source.

View 4 Replies View Related

Android :: RTSP Streaming Support On Cupcake

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

Android :: Fixes To Play Animated GIF Cupcake

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

Android :: Browser Scrolling Improvement In Cupcake

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

Android :: How To Support Multi Touch Of Cupcake?

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

Android :: Disable 1.5 Cupcake Animation Transitions

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

Android :: Cupcake Already Use Skyhook Wireless For Localization?

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

Android :: Cupcake Bluetooth Handsfree Errors

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

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







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