tariq86 / rn-sip-app

React Native SIP App
66 stars 45 forks source link

Cannot Make Calls on Android Device #2

Open tariq86 opened 5 years ago

tariq86 commented 5 years ago

Originally reported by @sonchai058 here

I wait as well, i'm clone a project for test on android device but can't call

Make sure that the app is working as intended on Android devices!

sonchai058 commented 5 years ago

to @tariq86 today i'm tested on android 7.0 device

but have error message

Capturesss

Captdduresss

My pc is window 10 64bit, react-native0.59.5 react-native-cli 2.0.1, metro-react-native-babel-preset": 4.0.0

please help, thankyou

tariq86 commented 5 years ago

Based on the stacktrace, it looks like there are a few errors in the file app/components/viewport/NavigationPager/index.js...I can fix that now

tariq86 commented 5 years ago

I fixed all build issues that I experienced for Android; please try again and let me know if it's working now

sonchai058 commented 5 years ago

@tariq86 Today i'm tested, I found something wrong. on command line asdasd

The application can be opened by touching it on the device. but i I found error

Can't click tab and Warning Message 2 3

please help, thankyou

tariq86 commented 5 years ago

I am not experiencing the error after compilation; that might be a caching issue after renaming the files...try ~downloading~ deleting the ./android/app/build folder and recompiling.

The yellow signs are mostly deprecation warnings and can be dismissed for now; issue #5 should address most of them (and other Navigator issues).

sonchai058 commented 5 years ago

Thank you. I'll try it.

tariq86 commented 5 years ago

Sorry, I said "downloading" but I meant deleting; I updated my comment above.

sonchai058 commented 5 years ago

Ok, Thank you.

guillermocerberu commented 5 years ago

@tariq86 Today i'm tested, I found something wrong. on command line asdasd

The application can be opened by touching it on the device. but i I found error

Can't click tab and Warning Message 2 3

please help, thankyou

Excuse me. I would like to know how you create your own SIP server. Do I need to fill all the parameters when creating an account?

sonchai058 commented 5 years ago

@tariq86 Today i'm tested, I found something wrong. on command line asdasd The application can be opened by touching it on the device. but i I found error Can't click tab and Warning Message 2 3 please help, thankyou

Excuse me. I would like to know how you create your own SIP server. Do I need to fill all the parameters when creating an account?

your try setting domain : "sip: account sip@yourdomain:5060" , work for me

sonchai058 commented 5 years ago

@tariq86 Today i'm tested, I found something wrong. on command line asdasd The application can be opened by touching it on the device. but i I found error Can't click tab and Warning Message 2 3 please help, thankyou

Excuse me. I would like to know how you create your own SIP server. Do I need to fill all the parameters when creating an account?

your try setting domain : "sip: account sip@yourdomain:5060" , work for me

parameter : xxx password : xxx domain : sip: account sip@yourdomain:5060

boodmer commented 4 years ago

@tariq86 Today i'm tested, I found something wrong. on command line asdasd

The application can be opened by touching it on the device. but i I found error

Can't click tab and Warning Message 2 3

please help, thankyou

hi, have it worked yet?

RajanVindaloo commented 4 years ago

I am also facing the same issue.

@tariq86 Today i'm tested, I found something wrong. on command line asdasd The application can be opened by touching it on the device. but i I found error Can't click tab and Warning Message 2 3 please help, thankyou

hi, have it worked yet?

RajanVindaloo commented 4 years ago

For android users: Please add permission for microphone or allow permission by going into settings>Apps and permissions> RNSIP> permissions> allow microphone permission. Let me know once it's working or not working for you.