[APP] AGPS Injector Widget v1.0.5

Android development for HTC HD2/Leo
Moderator: Forum Moderator

Re: [APP] AGPS Injector Widget v1.0.4

Postby sebastian » Thu May 29, 2014 9:35 pm

Suggestion: Ability to set my own NTP server adress to use, in injector widget settings. I have my own Strata-1 NTP with PPS and accuracy down to 50µs, would be nice to be able to use that.
sebastian
Newly Registered Member
 
Posts: 2
Joined: Thu May 29, 2014 8:56 pm
Country: Sweden (se)
Has thanked: 0 time
Been thanked: 0 time

Advertisement
 

Re: [APP] AGPS Injector Widget v1.0.4

Postby tytung » Sat May 31, 2014 10:23 pm

sebastian wrote:Suggestion: Ability to set my own NTP server adress to use, in injector widget settings. I have my own Strata-1 NTP with PPS and accuracy down to 50µs, would be nice to be able to use that.

The NTP server settings on Android is used by AGPS Injector Widget.
Paste your logcat to GitHub Gist or any similar websites, and link it in your post if you need any help. (Don't forget to tell us your HD2 setup/configuration.)

Device: HTC HD2 (LEO512)
HSPL: 2.08.HSPL
Radio: Leo_RADIO_2.15.50.14
Bootloader: MAGLDR v1.13
Recovery: ClockworkMod Recovery 5.0.2.6

My work for Android on HD2:
Image
User avatar
tytung
Site Admin
 
Posts: 588
Joined: Sun Jun 09, 2013 2:12 pm
Country: Taiwan (tw)
Has thanked: 204 times
Been thanked: 1349 times

Re: [APP] AGPS Injector Widget v1.0.5

Postby tytung » Sat May 31, 2014 10:25 pm

V1.0.5:
  • Fix the bugs in v1.0.4.

V1.0.4:
  • Add a checkbox to decide whether to auto inject the AGPS data every time when connected to a Wi-Fi network.
  • Add a confirm dialog before going to the built-in Location setting if clicking the "Inject now" button and GPS is off.
Paste your logcat to GitHub Gist or any similar websites, and link it in your post if you need any help. (Don't forget to tell us your HD2 setup/configuration.)

Device: HTC HD2 (LEO512)
HSPL: 2.08.HSPL
Radio: Leo_RADIO_2.15.50.14
Bootloader: MAGLDR v1.13
Recovery: ClockworkMod Recovery 5.0.2.6

My work for Android on HD2:
Image
User avatar
tytung
Site Admin
 
Posts: 588
Joined: Sun Jun 09, 2013 2:12 pm
Country: Taiwan (tw)
Has thanked: 204 times
Been thanked: 1349 times

Re: [APP] AGPS Injector Widget v1.0.5

Postby sebastian » Sun Jun 01, 2014 4:28 pm

But that setting is not available to the end user, it requires rooting to gain access to that setting, and rooting is illegal in this country I live in.

Thats why I suggest that you implement a separate setting so the default is to use System NTP, but user can change this for AGPS Injector Widget.
If that is possible.
sebastian
Newly Registered Member
 
Posts: 2
Joined: Thu May 29, 2014 8:56 pm
Country: Sweden (se)
Has thanked: 0 time
Been thanked: 0 time

Re: [APP] AGPS Injector Widget v1.0.5

Postby tytung » Mon Jun 02, 2014 6:51 am

sebastian wrote:But that setting is not available to the end user, it requires rooting to gain access to that setting, and rooting is illegal in this country I live in.

Thats why I suggest that you implement a separate setting so the default is to use System NTP, but user can change this for AGPS Injector Widget.
If that is possible.

The APIs I used are as follows.
They are not allowed to assign another NTP server.

LocationManager locationManager = (LocationManager) getSystemService(LOCATION_SERVICE);
locationManager.sendExtraCommand(LocationManager.GPS_PROVIDER, "force_time_injection", null);
locationManager.sendExtraCommand(LocationManager.GPS_PROVIDER, "force_xtra_injection", null);
Paste your logcat to GitHub Gist or any similar websites, and link it in your post if you need any help. (Don't forget to tell us your HD2 setup/configuration.)

Device: HTC HD2 (LEO512)
HSPL: 2.08.HSPL
Radio: Leo_RADIO_2.15.50.14
Bootloader: MAGLDR v1.13
Recovery: ClockworkMod Recovery 5.0.2.6

My work for Android on HD2:
Image
User avatar
tytung
Site Admin
 
Posts: 588
Joined: Sun Jun 09, 2013 2:12 pm
Country: Taiwan (tw)
Has thanked: 204 times
Been thanked: 1349 times

Re: [APP] AGPS Injector Widget v1.0.5

Postby rasido » Wed Aug 12, 2015 2:56 am

I have already send email 2 times. bcoz delivery failed. so I write here again.
first of all I give thanks to your good gps app.

hi dear bro.
I like your agps injector. I tested so many times in my note2 device.
there a so many 4.4.4 based rom for note2.
but 4.4.4 based rom has 1 bugs.
it is this rom never get agps data. 4.4.2 based rom is ok.

so I made addon for support note2 lte device.
http://forum.xda-developers.com/galaxy- ... 2-t2988848

I modified setting dialog box of agps injector personally.
if you don't mind me, can you permit using modified injector in my addon for note2.
sure credit is yours. if you allow, I will write your credit.

pls, reply. thanks
rasido
Newly Registered Member
 
Posts: 1
Joined: Wed Aug 12, 2015 2:47 am
Country: Korea, Republic of (kr)
Has thanked: 0 time
Been thanked: 0 time

Re: [APP] AGPS Injector Widget v1.0.5

Postby tytung » Thu Sep 03, 2015 5:22 pm

rasido wrote:I have already send email 2 times. bcoz delivery failed. so I write here again.
first of all I give thanks to your good gps app.

hi dear bro.
I like your agps injector. I tested so many times in my note2 device.
there a so many 4.4.4 based rom for note2.
but 4.4.4 based rom has 1 bugs.
it is this rom never get agps data. 4.4.2 based rom is ok.

so I made addon for support note2 lte device.
http://forum.xda-developers.com/galaxy- ... 2-t2988848

I modified setting dialog box of agps injector personally.
if you don't mind me, can you permit using modified injector in my addon for note2.
sure credit is yours. if you allow, I will write your credit.

pls, reply. thanks


Feel free to use the modified injector in your addon for note2.
Paste your logcat to GitHub Gist or any similar websites, and link it in your post if you need any help. (Don't forget to tell us your HD2 setup/configuration.)

Device: HTC HD2 (LEO512)
HSPL: 2.08.HSPL
Radio: Leo_RADIO_2.15.50.14
Bootloader: MAGLDR v1.13
Recovery: ClockworkMod Recovery 5.0.2.6

My work for Android on HD2:
Image
User avatar
tytung
Site Admin
 
Posts: 588
Joined: Sun Jun 09, 2013 2:12 pm
Country: Taiwan (tw)
Has thanked: 204 times
Been thanked: 1349 times

Previous

Return to HD2 Android Development

Who is online

Users browsing this forum: No registered users and 0 guests

cron