Skip to content
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

Doesn't work on Android 4.1 #65

Open
GoogleCodeExporter opened this issue Jun 18, 2015 · 8 comments
Open

Doesn't work on Android 4.1 #65

GoogleCodeExporter opened this issue Jun 18, 2015 · 8 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 30 May 2013 at 8:18

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 30 Jun 2013 at 7:31

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 30 Jun 2013 at 8:59

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 17 Jul 2013 at 5:52

@GoogleCodeExporter
Copy link
Author

Dear,
Could you please send me the APK for android v4.0+ ?
Best
P.L.

[email protected]

Original comment by [email protected] on 19 Nov 2013 at 12:49

@GoogleCodeExporter
Copy link
Author

Hi,
Can you please also send me the apk?
thanks in advance!

[email protected]

Original comment by [email protected] on 18 Dec 2013 at 9:01

@GoogleCodeExporter
Copy link
Author

would you send me apk for android 4.1
thanks

[email protected]

Original comment by [email protected] on 10 Feb 2014 at 4:16

@GoogleCodeExporter
Copy link
Author

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.
 [email protected]

Original comment by [email protected] on 6 Apr 2014 at 12:24

@GoogleCodeExporter
Copy link
Author

I have problem with Android client, It's possible to have the .apk for Android 
4.2 or superior?

Thanks

Original comment by [email protected] on 21 Jan 2015 at 9:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant