Androiddev tutorials on github - Java for Android App Development

Recently I started a new blog on Github. The idea is to publish an article with tips and android code snippets, together with a full sample project on Github. Since everything is hosted on Github, everyone can contribute to them.
Today I published a new article about communicating with Android services using ResultReceiver.
http://ramdroid.github.io/androiddev/index.html

Related

Android Scripts Repo (Open Project)

Hello all,
I would like to propose a possible solution to the difficulty at times of finding different scripts for Android.
Basically what I am proposing is using a public repository of various open source scripts for Android that can be modified, improved upon, and maintained by the community.
I have already created a git repository here, as well as created and added a couple of scripts myself and plan to add others that I have found across the forums (With proper credit of course).
This could prove to be very useful for devs and users alike.
Please feel free to fork my repo and add any scripts you may have and even improve upon the ones already there.
Suggestions and constructive criticism are more than welcome.
Github Repository
That's only for Android scripts or scripts for desktops that are related with Android, like for example adb and rooting scripts?
EDIT: Just looked at the repo and my question is answered. I'm forking and adding some

Kernels

Hello
Can anyone point me to a guide or summary of alternative kernels please?
You can check our work on the nook color linux kernels in this thread here. http://forum.xda-developers.com/showthread.php?t=1370873&page=285
I also have a guide on using the Git and the Gerrit code review down in cyanogenMod central for the nook color linux tree at this thread link here. http://forum.cyanogenmod.com/topic/50994-follow-along-with-me-trying-to-learn-how-to-code/
If you want to help and have experience on building linux kernels feel free to post a follow up in the first link I have posted. We are using the git and the github to commit code for our linux kernel tree. If you need help on getting up and going on using git, look through the second link I gave, I have all of the links on the github for our project and other helpful tips for you to get started. Right now the top developers are committing code to the jellybean branches. <fat tire> is our top developer and github maintainer for the nook color linux kernel tree, you can find him in the first link I provided and can help you also.
Thanks. I'm able to put a kernel together, but i haven't much experience in original development. I'll keep an eye on that thread though!
Right now we are looking for a few debuggers for the Jelly Bean Kernels. You know how to use debuggers? We need to check for kernel opps that are not being caught by the machines. Last year here there was a developer that rooted 2 kernel opps out and submitted them to Gerrit as a patch. Henk Poley , the developer for the Git extentions used his app and rooted out a few kernel opps on the cyanogenMod stable 7.1 at the time. Check out the my link on debuggers if you are not sure how. Not glamous work but it needs done, and I am getting up and ready to go back to school. Might do that if you want to help.
<Eyeballer> here is looking for someone to strip out all the unnecessary phone .apks for the nook color cyanogenMod builds, like the phone.apk and the telephony.apk along with the voicedialer.apk. I was going to get started on doing that but got sidetracked on getting a proper workflow going on the github. That second thread has links on how to submit work and patches down at cyanogenMod.
~~~~~~~~~~~~~~~
If you are up to a more difficult challenge the wi-fi module needs more work on the Jelly bean builds, they are still getting wake lock problems with it. A few months ago the developers disassembled and reassembled the wi fi module and could not find any code conflicts within the driver or the module. They can fill you in on that up in IRC at #nook color if you want to follow up on that.
Wow. Uh, I don't actually use a debugger, I'm pretty new to building kernels. I used to program C++ in Visual Studio, but so far haven't investigated the debugging process. In my own kernels I use printk, and that's about as sophisticated as it gets.
I wish I could help, but I need the device to available at the moment for my young daughter. Good luck with JB. I'll consider helping if my situation changes.

Kernel Sourcecode for Advent Vega [new github link]

Hi!
Seems like paulobrien over at modaco's github is down.
And with that the original git source for the Advent Vega Kernel Source.
I've been looking around on github and it seems like the user martinbrook has mirrored it.
Here's the link for all those who need the source code:
https://github.com/martinbrook/android_kernel_advent_vega.git
git://github.com/martinbrook/android_kernel_advent_vega.git
I really hope this stuff will come in handy
All creds go to paulobrien @ modaco for making the source available
and martinbrook @ github for uploading it
And all the other guys who contributed to it
MrGuyFawkes said:
Hi!
Seems like paulobrien over at modaco's github is down.
And with that the original git source for the Advent Vega Kernel Source.
I've been looking around on github and it seems like the user martinbrook has mirrored it.
Here's the link for all those who need the source code:
https://github.com/martinbrook/android_kernel_advent_vega.git
git://github.com/martinbrook/android_kernel_advent_vega.git
I really hope this stuff will come in handy
All creds go to paulobrien @ modaco for making the source available
and martinbrook @ github for uploading it
And all the other guys who contributed to it
Click to expand...
Click to collapse
And if you are looking for the kernel sources of the kernel used in vegacream/vegabean (3.1.10) then look @ https://github.com/scanno/rel-15r7
Moving to General.

[GIT] SD-Booster sources released

Hello Folks!
I just released the sources of SD-Booster under GPL on Github.
I'll continue development with this repo.
If you wanna help you are welcome!
Link: https://github.com/Akusari/SD-Booster
Google play Link: https://play.google.com/store/apps/details?id=de.mehrmann.sdbooster
Regards,
Akusari

Building LineageOs Sources etc.

Hi I'm just forwarding it from zukfans.eu
Trying to find interested people who want to participate in the project
Device
https://emmaus.pro:3000/emmaus/android_device_zuk_z2pro
Kernel
https://emmaus.pro:3000/emmaus/android_kernel_zuk_msm8996
Vendor
https://emmaus.pro:3000/emmaus/android_vendor_zuk_z2pro
Use cm-14.1 branch to build.
These sources don't work. The cm14.1 branch is exactly the same as cm13.0. I've already tried telling Emmaus about the issue
Edit: sources are fixed now
Hello.
I'd like to help out but I'm new to ROM building. I have a Zuk Z2 (not pro, but afaik they're pretty much the same).
I'm an experienced web developer and a novice Android app developer.
Currently trying my first "repo sync" (using the cm-14.1 branch: repo init -u https://github.com/LineageOS/android.git -b cm-14.1).
I'll then try to set up the manifest that user harsha.pic (on zukfans) gave me today and use that one.
Any advice would be helpful.
MacLaughlin said:
Hi I'm just forwarding it from zukfans.eu
Trying to find interested people who want to participate in the project
Device
https://emmaus.pro:3000/emmaus/android_device_zuk_z2pro
Kernel
https://emmaus.pro:3000/emmaus/android_kernel_zuk_msm8996
Vendor
https://emmaus.pro:3000/emmaus/android_vendor_zuk_z2pro
Use cm-14.1 branch to build.
Click to expand...
Click to collapse
If you are intrested in it you can find something here! We're already working on it but it has a lot of bugs.
https://forum.xda-developers.com/zuk-z2-pro/development/lineageos-unofficial-emmaus-t3534678

Categories

Resources