-
Notifications
You must be signed in to change notification settings - Fork 2
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
No call history? #1
Comments
Hi, i think that i have some difficult to integrate the log or history call. So if you want to integrate this part, please feel free. |
I wouldn't know where to begin. Are you aware of any other open source dialers? |
Hi, For this project i extract code from here: https://android.googlesource.com/platform/packages/apps/Dialer/ Normally, all these project are dependant on each other. |
This is all very new to me. I don't know what you mean when you say they must be integrated. |
i don't understand your question. Here the idea: the dialer is the same than the dialer of the android 6.0. But if you download the dialer from android googlesource then it won't compile because there are some dependent. So if you want it to work, you need to integrate other project. |
So I just copy over files until it compiles? What about the build files (gradle I think, and I see some makefiles)? And do you know which part is the call log? |
Yep, it was what i do. |
Ok, I'll give it a shot. Do you know where the call logs live in the repo? |
You can find it here |
What did you do to get it buildable? I'm trying to build https://github.com/LineageOS/android_packages_apps_Dialer but I really don't understand the gradle build system. |
And what did you use as a base to work from? In every version I sampled from android.googlesource.com I found e.g. |
Looking further, I see these changes against the Nougat dialer app (
|
The aosp dialer is finally ported for Android Studio |
I've just compiled & installed this build -- works flawlessly, but doesn't show call history. Is it not part of the app?
The text was updated successfully, but these errors were encountered: