Android :: NFC Support Using Open Source Library Libnfc

Apr 19, 2009

Currently we are working on a free and open source NFC software implementation. The hardware requirements are only one (low-power consuming) chip and an antenna. The corresponding API and software is mostly developed and already working on several NFC devices out there.

Android :: NFC support using Open source library libnfc


Android :: How To Add A New Library To Source

Jun 16, 2009

I have an specific requirement to write a new library in android source and an simple client application on top of that. which uses some of functions exposed by that library Can any one provide me step by step process for the same.

View 9 Replies View Related

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

General :: How To Download Minimal CM Source To Rebuild Single Library

Jan 18, 2014

I need to rebuild libmedia.so from CM10.1 because I want to make some minor modifications for reasons I won't go into detail here because that's a whole other story. I've researched online and it seems I need to use repo sync [URL] .... I tried doing that to get the android source the other day but stopped after 20 min when I realised the entire source tree is around a gigantic 8-10GB. This is bad as I live in Australia where every MB counts and I'm only on a 30GB/month plan!

Which brings me to my first quesiton, how big is the CM 10.1 source tree?

If not too big, I might be able to download it all, but I really only need to rebuild libmedia.so [URL] .... and I think I'll need the source for it's dependencies (from my limited understanding about shared libs). Using arm-eabi-ld with rpath option, I was able to find the dependencies required which are

Code:
libaudioutils.so libgccdemangle.so libspeexresampler.so
libbinder.so libGLES_trace.so libstagefright_foundation.so
libcamera_client.so libGLESv2.so libstdc++.so

[Code] ......

My second question is how do I go about downloading the minimal amount in order to successfully rebuild libmedia.so?

View 1 Replies View Related

Android : How Can I Open Source An App?

Dec 29, 2009

I haven't seen many open source android apps yet. Can I make my app gpl open source just like that? Or do I have to include legal statements regarding the Android code that my app is using?

View 3 Replies View Related

Android :: Where To Host My Open Source App?

Jan 27, 2010

Where is the best place to host an Open Source project for an Android app? I am thinking about setting my app eTools free into an open source license. I want to know the best place to host that project. I will probably go with code.google.com but wanted to hear what others have done.

View 2 Replies View Related

Android Emulator Open Source

Dec 7, 2013

Any android emulator open source code. I need to slightly modify it for my task.

View 2 Replies View Related

Open Source Android Toolkit?

Feb 13, 2012

I am currently working on an open source collection of Android APIs that will be collected into a toolkit. Essentially, this toolkit is intended to ease coding pains for developers by simplifying things such as network operations, file operations, etc..

I already have a bunch of things planned, such as PHP POST and GET operations, POP3, IMAP, and SMTP operations, File management operations (creating files, downloading files, parsing files, etc...). What other kinds of operations do you all think could be simplified or even just want an alternative to?

View 9 Replies View Related

Android :: Getting Open Source Eclair Code

Oct 28, 2009

Could any one tell me how to get open source eclair code. Or is it available for public to download.

View 4 Replies View Related

Android :: How To Fund An Open Source Project?

Feb 11, 2010

As a thesis for my graduation I'm going to start an open source project: My idea is to port a complete set of mathematical libraries to Android, to perform numeric and symbolic operations, in the form of a programmable calculator like matlab or sage. I want to release this project under GPL, because I believe that ideas need to be free to work, but I also know that i will spend a lot of money to buy multiple device to do debug and fine tuning. I thought about selling the prepacked app on the market for 0.99, while giving the source to compile on the site for free. It would be like a small tax on laziness. What do you think? How do you think I could fund this project?

View 2 Replies View Related

Android :: Open-source Game Sites

Sep 1, 2009

does somebody know site(s) with open-source games for Android?

View 2 Replies View Related

Jelly Bean :: Music Library Won't Open?

Jan 25, 2014

I have a THL W8 and I'm using the default player that came with it. Every time I try to open the music library I get the message "Unfortunely, Music has stopped" and then the app closes. I can open playlists and play music. The problem is only with the library, and it only started about half a year after I got it. I tried restarting the phone and pressing clean cache but it still happens.

View 2 Replies View Related

Android :: Phonebook Sharing Google ADC's Top 20 Is Now Open Source

Jan 12, 2010

Today is quite a big day to me. After all the work, studies and sleepless nights that I've been through, I've decided to share all that with the community opening the source of Phonebook Sharing. We have been chosen by the Android powered users as well as by Google as one of the ADC's Top 20 Social Networking applications. This application explores and makes use of many many features available by the platform (Android 1.5 / 1.6) as well as custom components/features that the platform does not provide yet, such as ListView pagination. Not just the Android client but also the J2EE server, I've made available quite a few interessting things such as Video Streaming and EJB3 stuff. I've also built a fake server that responds to all the request events made by the android client therefore you will be able to run client/ server and see how the communication goes. I'm still wrapping up the project building some documentation on our Wiki section.

View 2 Replies View Related

Android :: Need To Use Some Open Source Code With GPL3 / Avoiding GPL

Jun 22, 2010

I need to use some open source code with GPL3. As usual I don't want to open source code for full application.

Now what I understand is if I make two separate process one with my main application code and other as a service or something with Open source library then in that case I have to open source code only for the other one.

Now the question is what is the best way to do so in Android. Suppose My Main App is A Open Source code is B. So A will give some data to B. B will process this and sends data back to A. B may not need to have any UI.

1. Is it possible to install 2 seperate applications / processes from one APK? 2. What is the best way ?Should B be a service? How will be the communication between A and B ? 3. Is it possible to run/call B from A?

View 22 Replies View Related

General :: Open Source - Holo Port To Android 1.x And 2.x

Mar 13, 2012

Here is my contribution to Android and the Open source..

I just wanted to share my Holo Theme port to Android 1.X and 2.X. This port is fully compatible with ActionBarSherlock and should be really easy to install.

Circle me: [URL] ......

Market (Google Play) link: [URL] ......

For me on Github: [URL] ......

View 7 Replies View Related

Best Open-Source SMS App

Dec 20, 2011

I'm wondering what is your take on the best open source SMS app? I'm getting sick of developing off of SMSPopup... is there any other ones that are better?

View 2 Replies View Related

Android :: Any Open Source Reader Application To Encode Book?

May 1, 2009

Just wondering how folks are publishing to the Market. Is there an open source reader program/application I can use to encode a book to a specific format then upload it to the Market? How does Android ensure that there isn't a copyright violation going on?

View 2 Replies View Related

Android :: Open Source Project On Ubuntu 10.04 - On VMware Player

Sep 7, 2010

Trying to build Android open source project on Ubuntu 10.04 (on VMware Player).

I followed the instructions at this link (and it said to use sun-java5 JDK 1.5 which takes some fishing to find for Ubuntu) -

http://source.android.com/source/download.html

Got 299 compile errors. Wondering if the direction to use JDK 1.5 is out of date? Some of the errors are as follows (and many similar) -

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

View 3 Replies View Related

How To Change Open Source

Mar 26, 2013

Basically im looking to make a type of "search and opens a custom page" type app, such as when you type in a word (maybe adding in suggestions to what you are typing) , and when you click the word you desire, it opens a page made by myself with data on it.

I found an opensource of a dictionary, sounds lame, but it's a generally close idea to what i would like to create.

My question: What part of this code would i edit? and what exactly would i put at that location? also, how do I create a custom page for it to go to when it click the said word ?

[URL]

View 8 Replies View Related

Android :: Which Devices Support Open GL ES 2.0?

Mar 9, 2010

With the new NDK R3 Android it is possible to write OpenGL ES 2.0 apps targeting Android 2.0+. Is there a list of devices which support it? Also, is there a flag for Android Market, that an app requires OpenGL ES 2.0?

View 2 Replies View Related

Motorola Droid X :: Open Source Portions Released / Android Central

Jul 30, 2010

Motorola releases open-source portions of the Droid X source code Android Central. Does this mean we can take off blur?

View 6 Replies View Related

Games :: Setting Up Open Source 3D Android Game Engine / Want License?

Mar 29, 2010

I am setting up an open source 3D game engine for android. What license should we use? Thought we'd go with something like BSD or maybe GPL/LGPL, but getting confused about it. Want a license that helps developers - doesn't hinder them - and an engine that's as open as possible.

View 2 Replies View Related

Android :: Best Practices For Handling Passwords / Keys In Open Source Projects?

Sep 9, 2009

In my app, I'm taking advantage of a web-based API (the Sunlight Labs API) that requires an API Key.The project is also open source, hosted on Github. I want to avoid committing my API key into the codebase.I'd be fine with creating some other .xml file of special string values, and git-ignoring that file (while providing a .xml.example file to copy into its place), but I don't know the best way of doing that with the Android SDK.

View 4 Replies View Related

HTC Hero :: Open Source Wi-Fi Spot?

Nov 9, 2009

Is there an app or setting for the Hero that would alert you to the fact you are in an open source wifi spot?

View 5 Replies View Related

General :: Any Open Source RSS Apps?

Jan 19, 2014

I recently became acutely aware of how dependent I am on Feedly when it went down for my a couple days ago.Are there any good community driven open source RSS applications available?

View 3 Replies View Related

General :: Looking For HP Slate 21 Open Source Kernel?

Feb 14, 2014

I am looking for the hp slate 21 open source kernel. I want to modify the kernel image to change the power_start from 0 to 1 so the tablet can boot when the tablet is plugged. How to do it or has the open source kernel that would be great.how to unpack the zImage kernel for the hp slate 21.

View 4 Replies View Related

General :: Open Source App For Call Recording?

Mar 9, 2013

Within all the call recorder app available on the play store, which one has fulfill your needs ? One of them is open source ? I don't know which one to choose and there are no reviews about it...And I heard that a lot of these apps record only mic and not the other voice during the call.

View 7 Replies View Related

General :: Compile Mokee Open Source For I9305

Aug 12, 2013

I wanna compile Mokee Open Source for i9305, how i can with the guide of bbs.mfunz.com?

[URL]

View 1 Replies View Related

General :: Open Source OTA Updates On Custom ROMs?

Nov 2, 2013

I know you can get OTA updates on a custom ROM via rom manager but its proprietary. Are there any open source solutions to OTA updates on custom roms?

View 4 Replies View Related

Android :: RED 5 Video Server On Android Mobile Phone / Any Open Source Port?

Apr 13, 2010

RED 5 video server on Android mobile phone. Is there any Open Source port project? So like simple opensource live Camera Video Audio encoding to FLV... I need such Opensource project to create Android live video streaming client for my server (I want to encode video on clients into FLV)

View 2 Replies View Related







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