Android :: Which Version Source Codes Is CupCake
Mar 3, 2009I saw some people mentioned CupCake in the email threads, could anyone talk in details?
View 2 RepliesI saw some people mentioned CupCake in the email threads, could anyone talk in details?
View 2 RepliesHow to get the source of the android 1.5 preview SDK? Should I get the trunk? or get the cupcake branch?
View 2 Replies View RelatedMy government gave us galaxy (10.1) tablets instead of books. But unfortunately this tablets's OS is not a normal android 3.2; It has been customized and we can't access many applications or other thinks. So I've decided to make a new custom rom for this tablets to offer in a competition of project. I have 2,5 months for this competition and I should make this rom. I've downloaded the android source (I want to work on 4.1jb) It is 4.2gb on my ubuntu 12.04 and I don't understand anything till see your answer on stackoverflow. I read and have some knowledge about system but It is not enough.. I know c# lang and I know general coding for 4 years.
I should edit the launcher (I said desktop but I don't know how calls It..). It has programs and widgets tabs and I want to put a new tab here. And anyone cannot see programs and widgets tab without any permission. This permission will give students's tablets by teacher ('s tablet). So, students can't play anything in the lesson but when it is over, stundents can play anything what they want.. Teacher will give the permission before leaving class..
This is what I want to do.. Briefly, I want to make a custom rom but directly using android source codes.Because I think I can't make this rom with using kitchen or just editing .apk files..
Can you make rom from the source code. Or how to make it. I've downloaded from opensource.samsung.com The ICS source codes for Galaxy Y Duos Lite.
View 9 Replies View RelatedIf 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 RelatedI don't know why, but in Eclair, the default (non-fancy) gallery app changed its behavior from the Cupcake version, and it broke one of my commercial applications Firstly, when long-pressing a gallery and choosing "Diashow", it does not publish an Intent to be picked up by any application that implements the Intent filter anymore. Instead, it will directly call "com.android.gallery/com.android.camera.ViewImage" with extras. Question: is it still possible to intercept this intent and allow the user to choose my application to do the Diashow? Secondly, the intent extras for the VIEW intent are messed up (in my build of 2.1 anyway): Instead of providing the BucketId of the picture in the Intent's query parameter. But in 2.1, the BucketId is moved to the Intent's extras. Except; it is not passing the BUCKET_ID, but the unlocalized BUCKET_DISPLAY_NAME instead Question: how can I still get the unique BUCKET_ID from the intent, so that I do not have to work with a potentially non-unique BUCKET_DISPLAY_NAME.
View 2 Replies View RelatedIs it possible at runtime to determine whether the platform is running cupcake or donut? Due to some variation in my app between the two versions I'd like to run different code based on the SDK version.
View 4 Replies View RelatedAccroding to GregS's "Announcing OpenCORE 2.0 release" mention, video telephony (a.k.a. 2way) engine is supported by OpenCORE 2.0. but he(?) was not sure that is included at Cupcake version.
So, can I get information about any progress for supporting video telephony service? like, whether video telehpony service is supported at Cupcake or any other version.
And where can I get any document about OpenCORE 2.XXX release?
Taken out from android.hdblog.it (translated), Nov 04 (Source):
Unfortunately, the network appeared rumors that Samsung would indicate that the Galaxy will not be upgrading to the new OS 1.6, nor even to Eclair Donut 2.0. The news is also reflected in the information that we have in the office for several weeks. The thing is still not official and the hope remains. Probably will receive a further update for this device but always Cupcake 1.5. In fact besides Spica Samsung is working on two other terminals for the European market and the same will be updated to Spica Eclair 2.0 by early 2010 (again according to the rumors).
And some good news:
Among the bad news but it comes a nice .... Given the success of the rom for Galaxy created exclusively by drakaz for HDblog, we decided to give a new rom, high performance, with an entirely new graphics and we hope you enjoy it. We show you a taste of what will be the dominant colors ... Soon you'll get more
I've installed galaxo (galaxhero to be precise) for quite a while now and it's been awesome. Only thing is, my Chinese ID3 tags come out as gibberish, I think it's 'cause of the II5 firmware. I've read threads about flashing to II5 before installed galaxo, but since updated versions have been coming out, I just wanted to find out. Is galaxo strictly only for II5? Meaning it isn't backward NOR forward compatible? My gibberish ID3 tags are really bugging me.
View 4 Replies View Relatedokay so with the x coming up to order soon im going to be paying full retail for the x since I sold my dinc and when I ordered that onlline i used promo code freeovernt for the free over nite shipping..but i also bout a week later called for a credit and used promo code smart30 to save 30 bucks on ordering a smartphone upgrade. question is does anyone else know of any coupon or promo codes for this thursday? need my droid X!
View 30 Replies View RelatedI want to ask a question about the android source code - after building the code how and where can I test the built version, and what files that I need from the built version.
View 2 Replies View RelatedI am having the contact source code which i want to build on eclipse & test on emulator,but the contact application uses some of the hidden APIs of base code which is not present in default android.jar because of that i am getting lot of error in my code. I am trying to generate my own android.jar using "Android sdk - Including hidden APIs." option in android.mk of framework directory, but still the hidden APIs not getting exposed in android.jar. how to customize the android.jar in order to make all hidden APIs exposed to application.
View 2 Replies View RelatedI've synced my android repository just after android sdk 1.6 announced, but found some problem to install my apps with native code (so built by NDK 1.5_r1) then.
I tried to build NDK with the latest source code, bu unfortunately, faile again :( .
So is there any way to get particular version of android source code? for example the android-1.5r3 tag. Would be great if some command like "svn switch /foo/bar/1.5r3" is available.
where to find the version information in source files on Android platform? I try to find out some information listed in setting>>about phone.
View 1 Replies View RelatedI'm tinkering with building and installing Android from source. Basically I've got it down fairly well, but I seem to have run into a bit of a problem with the wlan module, probably from HTC.
Having pulled the 2.6.27 kernel sources and built that with a .config pulled from the phone, and using that as the kernel image instead of the prebuilt one, I get the following wifi failure message in dmesg:
wlan: version magic '2.6.27-00205-gf2dabc0 preempt mod_unload ARMv6 ' should be '2.6.27-00392-g8312baf preempt mod_unload ARMv6 '
probably because the .config I pulled from the phone has:
CONFIG_LOCALVERSION="-00392-g8312baf"
So I rebuilt with the '00205' localversion and now I get in dmesg:
[61.122497] wlan: Unknown symbol trout_pwrsink_set
but trout_pwrsink_set was changed to htc_pwrsave_set way back in February:
[ARM]: trout: Switch from trout_pwrsink -> htc_pwrsink 33/8933/1 http://android.git.kernel.org/?p=kernel/msm.git;a=commitdiff;h=44a01f...
I'm clearly getting an obsolete wlan module somehow, Any ideas for how I can get a wlan module that goes with the '00392' kernel would be appreciated.
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?
What's the easiest way to generate and read QR Codes in an android application?
View 8 Replies View RelatedI sent my girl friend a QR code. The code was sent using barcode generator to her Droid. It was sent as a pic. How can she view the QR code? Is there any programs that will decode the QR code on her droid?
View 4 Replies View RelatedIs it possible to use linux version flash player plug-in on x86 for android x86 version?
View 3 Replies View RelatedI 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 RelatedIn android I want to print the key codes for each and every key which I pressed. I am not getting any method from which I can print key codes. Without getting keycode I am unable to complete my project.
View 1 Replies View RelatedI would like to execute opcodes directly against the running Dalvik VM instance from within my application on Android. I'm looking for something similar to the C asm function. I have a list of opcodes for dalvik, but I am unfamiliar with how to either execute them directly, or write them out to .class files and execute them against some sort of VM CLI command like dalvikvm from within a running application.
View 2 Replies View RelatedI have a RingtonePreference in one of my classes and, upon return, the onActivityResult says that the requestCode being returned is 100.Unfortunately, I can't seem to find the *constant name* for this value.Is there a master list somewhere? It's just not jumping out at me in the documentation.
View 6 Replies View RelatedI just want to know is there any way to compile and run my android application codes online, without installing the SDK on the computer?
View 3 Replies View RelatedI used to be a C/C++ programmer before getting in to android. I am not sure how people maintain 2 versions of a program without using #ifdef preprocessor macros. Right now I am changing the package name in eclipse and changing the code manually, but this seems really inefficient. Can anybody suggest a good way of having 2 or more projects that share most of the code?
View 3 Replies View RelatedI'm planning on getting LockBot when I get my EVO and I was wondering, what's the difference between the free version and paid version. I basically want the Moto Droid lock screen on my EVO for the slide to toggle sound on/off feature due to the lack of an external switch on the EVO. Would I be best to get the paid version or will the free version do that?
View 1 Replies View RelatedI'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 RelatedIs 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 RelatedI'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