linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Linphone-android: Rename Application Package causes


From: Erhan Tepe
Subject: Re: [Linphone-users] Linphone-android: Rename Application Package causes app crash when pressing dial button
Date: Thu, 3 May 2012 11:10:47 +0300

Did you only change the package name in the manifest file? As far as i know, you should also rename all org.linphone packages, and i think there should be some extra work with the jni file since the functions in it depends on the package names. For instance, if you check the linphonecore_jni.cc file, you have;

extern "C" jboolean Java_org_linphone_core_LinphoneCoreImpl_isInComingInvitePending( JNIEnv*  env

,jobject  thiz

,jlong lc) {


return linphone_core_inc_invite_pending((LinphoneCore*)lc);

}


So you might wanna replace all the "org_linphone" with your new package name in your jni file.


On Wed, May 2, 2012 at 7:03 AM, Winona Kwok <address@hidden> wrote:
Hi Developers,

I would like to rename my Linphone-android application package to my own application package name. However after renaming, when I entered the number and press the dial button, the app crashes. May I know why this is happening? Or is there any other way to change my application package to my desired name for the app? Thanks a lot!

--
Best Regards,
Winona Kwok

_______________________________________________
Linphone-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-users



reply via email to

[Prev in Thread] Current Thread [Next in Thread]