-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
App is getting crashed when I click send button #41
Comments
Open *.csv in notepad or any text editor and compare with one in
repository. There must be format error in *.csv.
…On Thu, 16 Jul, 2020, 16:17 akhilnaidu101, ***@***.***> wrote:
I created the CSV in the required format but when I click send it crashes.
accessibility permission is also given. Android 10
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#41>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEZUYF27OAEDSUBU7GTK4XLR33LDXANCNFSM4O4AOPHQ>
.
|
I checked, still not working |
Have you tried with one in the example directory? Still crashing?
…On Thu, 16 Jul, 2020, 17:51 akhilnaidu101, ***@***.***> wrote:
I checked, still not working
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEZUYF5N5WALNQVBKABQRELR33WGBANCNFSM4O4AOPHQ>
.
|
Just tried. Same issue. here's brief: First time when I click send button the app closes and nothing happens and then I open it again it shows below not permitted :( and when I select file again and send it crashes. |
|
ok, Check this out: |
Thanks for sharing will check it out in a while. |
ok, Thank you |
looks the app you are using is too old and ain't compiled from latest source at master branch. |
Can you please send me the latest compiled apk.
Thank you.
…On Fri, 17 Jul 2020, 12:20 am Nikhil Kumar, ***@***.***> wrote:
looks the app you are using is too old and ain't compiled from latest
source at master branch.
ensure the following line is there in AndroidManifest.xml
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
and then compile the release build using gradle.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF3YJD4IVUGY5P2BAMB5KPDR35DWTANCNFSM4O4AOPHQ>
.
|
The same request from me also
"Can you please send me the latest compiled apk.
Thank you."
Tauseef
VIDICOM ENTERPRISES
www.vidicomindia.com
09769642009
02265335699
On Fri, 17 Jul 2020 at 05:43, akhilnaidu101 <notifications@github.com>
wrote:
… Can you please send me the latest compiled apk.
Thank you.
On Fri, 17 Jul 2020, 12:20 am Nikhil Kumar, ***@***.***>
wrote:
> looks the app you are using is too old and ain't compiled from latest
> source at master branch.
> ensure the following line is there in AndroidManifest.xml
> <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
> and then compile the release build using gradle.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <
#41 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AF3YJD4IVUGY5P2BAMB5KPDR35DWTANCNFSM4O4AOPHQ
>
> .
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APQOP7YURMK7GCOBAWNKAJTR36JRNANCNFSM4O4AOPHQ>
.
|
HAVE YOU GOT THE LATEST APKs AND SOLVED YOUR PROBLEMS. I TOO HAVE THIS PROBLEM PLEASE CAN YOU HELP ME. |
I have the same issue, but I solved by following sample csv file, and contact should be in number format. |
Nice to know you solved the issue.
…On Mon, Oct 26, 2020, 13:26 ravi2143 ***@***.***> wrote:
I have the same issue, but I solved by following sample csv file, and
contact should be in number format.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEZUYF4OL3NGNUTRYY5CPTLSMUTUVANCNFSM4O4AOPHQ>
.
|
Hey, have you checked latest version apk? |
i need a demo like these if you can make it i will paid you. |
Mobile number : - 7717744914 Please resolve below issue this error comes when click the send button........... java.lang.RuntimeException: Unable to start service ga.nikhilkumar.whatsappsender.WASenderFgSvc@10e9f78 with Intent { cmp=ga.nikhilkumar.whatsappsender/.WASenderFgSvc (has extras) }: java.lang.ArrayIndexOutOfBoundsException: length=1; index=1 |
Seems you haven't given accessibility permission to the app.
…On Tue, Oct 5, 2021 at 8:30 AM daljeet175 ***@***.***> wrote:
Mobile number : - 7717744914
Please resolve below issue this error comes when click the send
button...........
java.lang.RuntimeException: Unable to start service
***@***.*** with Intent {
cmp=ga.nikhilkumar.whatsappsender/.WASenderFgSvc (has extras) }:
java.lang.ArrayIndexOutOfBoundsException: length=1; index=1
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4017)
at android.app.ActivityThread.access$1800(ActivityThread.java:233)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1912)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:233)
at android.app.ActivityThread.main(ActivityThread.java:7225)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:499)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:962)
Caused by: java.lang.ArrayIndexOutOfBoundsException: length=1; index=1
at ga.nikhilkumar.whatsappsender.WASenderFgSvc.send(WASenderFgSvc.java:105)
at
ga.nikhilkumar.whatsappsender.WASenderFgSvc.onStartCommand(WASenderFgSvc.java:88)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3984)
at android.app.ActivityThread.access$1800(ActivityThread.java:233)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1912)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:233)
at android.app.ActivityThread.main(ActivityThread.java:7225)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:499)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:962)
D/Parcel: Parcel 0x7c5b01cf00: freeing with 4014 capacity
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEZUYF5SL3CGZF7TJ7VJMYLUFJS6VANCNFSM4O4AOPHQ>
.
|
I created the CSV in the required format but when I click send it crashes. accessibility permission is also given. Android 10
The text was updated successfully, but these errors were encountered: