Open GoogleCodeExporter opened 9 years ago
I had the same problem. If you run the code in the Android SDK you would notice
it give error on this line of code in AppService.java
PendingIntent contentIntent =
PendingIntent.getActivity(getApplicationContext(), 0, null, 0);
for Android 4.04 and upwards, replace it with
PendingIntent contentIntent =
PendingIntent.getActivity(getApplicationContext(), 0, new
Intent(),PendingIntent.FLAG_UPDATE_CURRENT);
at all occurrences of the same in the code.
Thereafter recompile and run.Incase you want I could mail you the apk which I
have already tested on Samsung Galaxy Grand having Android 4.1
Original comment by maninder...@gmail.com
on 30 Jun 2013 at 7:31
Hmm, I did what you said and it seemed to have not done anything different
other than fix the crashes when ticking "Check in automatically in background".
Original comment by owen.ash...@googlemail.com
on 30 Jun 2013 at 8:59
I'm getting error message on android 4.1 and above..."Unknown error occured,
Please consult the developer."
Hence i am here :)
Original comment by prazol.p...@gmail.com
on 17 Jul 2013 at 5:52
Dear,
Could you please send me the APK for android v4.0+ ?
Best
P.L.
lopl@lopl.net
Original comment by l...@lopl.net
on 19 Nov 2013 at 12:49
Hi,
Can you please also send me the apk?
thanks in advance!
sander.vd.berg@kippesik.nl
Original comment by kippesik...@gmail.com
on 18 Dec 2013 at 9:01
would you send me apk for android 4.1
thanks
s.bagoes@gmail.com
Original comment by s.bag...@gmail.com
on 10 Feb 2014 at 4:16
I installed the Web app of traceper... I am able to get registered through
e-mail. but the issue is coming in Android Client... Where the error is
coming"Unknown error pls consult the developer"...
It would be great if you could send me too... the .apk for android 4.4.2
kikat... if this is the issue.
bshikhardeep89@gmail.com
Original comment by bshikhar...@gmail.com
on 6 Apr 2014 at 12:24
I have problem with Android client, It's possible to have the .apk for Android
4.2 or superior?
Thanks
Original comment by campole...@gmail.com
on 21 Jan 2015 at 9:54
Original issue reported on code.google.com by
owen.ash...@googlemail.com
on 30 May 2013 at 8:18