Source Code Sharing - General Questions and Answers

Hi am new to this site and new to android
So i would like to start a new thread were u can share source code you know
It will be helpful for me and others
Or any one can tell is there any thread like this or any-other sites are there
And Icons buttons sharing sites too
Thank you

Source code?
Google git, codeaurora git, github and so on...

can you specify site names and do u know any source code can u share it with me [email protected]

Related

eraAPK - App Decompiler

The eraAPK is a Open Source decompiler for Android Apps, was written in C # and uses some functions in Java.
With it you can get the complete source code (. Java. Xml res ...) of apps quickly and easily.
Need Net Framework 4 and the JVM installed.
I have not posted the source code publicly, but if someone wants, just talk.
PS: The current language is Portuguese of Brazil
prj Page:
HTML:
http: // code.google.com/p/eraapk/
Download:
HTML:
http: // eraapk.googlecode.com/files/bz-eraapk-0p1.rar
The eraAPK is a Open Source
Click to expand...
Click to collapse
I have not posted the source code publicly
Click to expand...
Click to collapse
http: // code.google.com/p/
Click to expand...
Click to collapse
You contradict yourself in 3 places: if it's Open Source, why source is not released publicly? And why do you use Google Code, a hosting service for Open Source projects, if you don't provide the source?
So, just respect Open Source licenses (on which your project likely depends, I doubt you wrote each single line of it from scratch), no need to ask if someone needs it, just release the source, then announce the project. Thanks.
pfalcon said:
You contradict yourself in 3 places: if it's Open Source, why source is not released publicly? And why do you use Google Code, a hosting service for Open Source projects, if you don't provide the source?
So, just respect Open Source licenses (on which your project likely depends, I doubt you wrote each single line of it from scratch), no need to ask if someone needs it, just release the source, then announce the project. Thanks.
Click to expand...
Click to collapse
Sorry, the code had been released, but found some errors, I'm re-writing and will post soon.
I tried the tool. It doesn't decompile anything. It just makes an .apk of the apk I am trying to decompile.
DarkNiz said:
I tried the tool. It doesn't decompile anything. It just makes an .apk of the apk I am trying to decompile.
Click to expand...
Click to collapse
Surely something has gone wrong.

Renesas Emma EV2 Open Source Project

Hi,
Altough this is just the skeleton of it, let me share what I've set up until now.
I've also started a dedicated Google group here: https://groups.google.com/forum/?hl=en&fromgroups#!members/renesas-emev-osp
Anyone interested in contributing to develpment, plesae join!
1) Android
https://github.com/ffxx68/Renesas-device_emev
This is the entry-point to the GitHub repositories where I would put all the modification to the AOSP code which are specific to the Renesas EMEV for our Open Source Project.
Have a look at the README for further details and follow the progress, or open discussions, on our Google group.
2) Kernel
https://github.com/ffxx68/RenesasEV2-BSPGB-Kernel
This is the public GitHub repository for the 2.6.35.7 Kernel source code. It is customized to emxx code and it includes for the moment only the LCD patch that is necessary for the most common tablet (the kernel base code is aimed at the development board instead).
Same as above, anyone can contribute directly here.
3) Bootloader
https://github.com/ffxx68/RenesasEV2-bootloader
This is the public GitHub repository for the bootloader source code. It includes a patch for the 4 DDR tablet models.
I don't expect this to be changed much, but anyone can contribute directly pushing new files over here too.
4) Packaging
Some more details about how to wrap-up a fresh build and make a firmware for the tablet are found in the README mentieod above.
I've managed to boot Android from an SD card (see here: https://github.com/ffxx68/Renesas-BootSD) and I think a similar approach should be followed, at least for initial testing.
Kind of late to the party, but I'm really interested in this project... I applied to the Google Group, but I notice that the EV2 AOSP page you listed is gone... is there a specific reason for this? I would really love to contribute to this.
Hi, and welcome aboard!
I have edited a couple links above, which have changed a bit since then.
Thanks
I'm facing a problem with the touchscreen driver, which I have filed in the group list as well:
https://groups.google.com/forum/#!topic/renesas-emev-osp/smcwddwvNDo
(answer over there, if possible).
I can't understand why the driver for the touchscreen (found in drivers/input/touchscreen/pixcir_i2c_ts.c) is not loaded during the kernel init stages.
The touchkeys driver (ekt2201) is very similar in code structure and it's loaded as expected, while the _probe function of the PixCir is never called. This is the fragment from the dmesg kernel log:
...
<4>ekt2201_init
<4>ekt2201_i2c_ts_probe
<6>input: ekt2201 as /devices/i2c-0/0-0010/input/input0
<4>ekt2201:i2c_add_driver 0
<4>emxx_tsixcir_i2c_init
<4>emxx_tsixcir:i2c_add_driver 0
...
Note as the input device is created for the ekt2201 as the _probe is called, while the same doesn't happen for the pixcir.
Anyone with a clue?
thanks
Hi,
if anyone's interested in testing an experimental, pre-alpha version of the Open Source GB and Kernel build, leave a message here:
https://groups.google.com/forum/?hl=en&fromgroups#!topic/renesas-emev-osp/Mmd8r-YMaNo
Porting to JB has started: https://groups.google.com/forum/?fromgroups=#!topic/renesas-emev-osp/XSdLmPgD9Og

[Q] Can I upload the nexus binaries to github for my rom?

Hey there!
I started a new project for a new ROM based on AOSP with some friends and wanted to know if I am allowed to upload the vendor binaries from here: https://developers.google.com/android/nexus/drivers?hl=de#hammerheadktu84q to my github for including it in the build?:silly:
Couldn´t find an answer in the license myself but I saw that it has been uploaded already in some git repos.
Thanks for your help again!
yes
Why wouldn't you be able to?

[HELP] Custom Rom Editing Please!

Hello friends, I 'm editliy custom ROM and you would have a couple of questions . I would be glad if you could help .
• The setting is established in the CM ROM updates and the " Welcome to cynogenmod the text" How can I edited ?
• The icon will appear when installed package Rom How do I change .
• Settings> About phone > cynogenmod version.
How do I change fonts and animations in .
I do not know much English. I used to Google translation.
Does not that help ?
Please help !! ?
Start with learning to compile from source code. You will have to edit it in the source. But be advised that changing things like that is not gonna allow you to post it here.
zelendel said:
Start with learning to compile from source code. You will have to edit it in the source. But be advised that changing things like that is not gonna allow you to post it here.
Click to expand...
Click to collapse
Where do I need to compile the source code of CM .zip file ? I know compile the source code from Ubuntu as I search on the internet.
Trip-Tonic said:
Where do I need to compile the source code of CM .zip file ? I know compile the source code from Ubuntu as I search on the internet.
Click to expand...
Click to collapse
You do. You will have to sync the source code and then compile a build with your changes.
zelendel said:
You do. You will have to sync the source code and then compile a build with your changes.
Click to expand...
Click to collapse
So how to do extensive editing what action you tell a manner ? Do not bother . thanks.

How to Download Android source code in tarball

Hey guys!.
Does anyone knows how to download android source code apart from google's repository. i have tried a lot from other sites but i could not find. so please anyone knows please reply
Thanx

Categories

Resources