kelvinkoh006 / traceper

Automatically exported from code.google.com/p/traceper
0 stars 0 forks source link

Doesn't work on Android 4.1 #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the app on HTC One S (Which is the phone I have) or run on Android 4.1

What is the expected output? What do you see instead?
No GPS dish, no location being received. Just nothing.

What version of the product are you using? On what operating system?
Android 4.1

Original issue reported on code.google.com by owen.ash...@googlemail.com on 30 May 2013 at 8:18

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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