Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License? #8

Open
AndroidDeveloperLB opened this issue Jun 3, 2018 · 10 comments
Open

License? #8

AndroidDeveloperLB opened this issue Jun 3, 2018 · 10 comments

Comments

@AndroidDeveloperLB
Copy link

What is the license?
Is this imported from official Android code?
If so, how?

@geniusgithub
Copy link
Owner

the project is copy from AOSP dialer code(7.0)
only add some change for compatible

@AndroidDeveloperLB
Copy link
Author

Nice, but can you please put the license?

Also, can you please show how you've imported it? Maybe could be nice to import a newer version of the dialer...

@geniusgithub
Copy link
Owner

I will add license in README.md
I only create a empty android studio project and copy the aosp dialer code to it, not import directly
I'll update the new code by Android O when I have free

@AndroidDeveloperLB
Copy link
Author

Can you please tell what are the steps to use what's on AOSP dialer? I mean, you took the code from somewhere... How did you get this code? Did you clone some repository ?

@geniusgithub
Copy link
Owner

git clone https://android.googlesource.com/platform/packages/apps/Dialer

you can get more git project by the command as bellow
git clone http://android.googlesource.com/platform/manifest.git

@AndroidDeveloperLB
Copy link
Author

I've tried to clone, but then got this weird folders structure:

image

When trying to import it via the IDE, it failed:

image

How come?

@geniusgithub
Copy link
Owner

I only create a empty android studio project and copy the aosp dialer code to it, not import directly

@AndroidDeveloperLB
Copy link
Author

Can you please explain which files and folders to copy?
The folder has a lot of sub-folders, and the "res" folders exist in illogical places, together with Java files...

See attached video:
2018-09-03_17-50-25.zip

@AndroidDeveloperLB
Copy link
Author

Even after putting all sorts of Java files, I can see files spread in illogical places, and there are some that are missing, such as "InteractionEvent.java".

@odmfl
Copy link

odmfl commented Aug 16, 2022

The aosp dialer is finally ported for Android Studio

https://github.com/edodson84/Aosp_Dialer_10_Gradle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants