Skip to content

Just needing some clarification... #2

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

Open
mattfrayage opened this issue Jun 30, 2014 · 1 comment
Open

Just needing some clarification... #2

mattfrayage opened this issue Jun 30, 2014 · 1 comment

Comments

@mattfrayage
Copy link

The Novero HT-5 Hack looks Very cool and being that we have one installed in our 2013 North American Region only NMS Passat, I was hoping you could help me... I live in the United States,where it was never sold, which makes the SOS function not work properly as it calls the Euro emergency services number instead of American 911... the whole Micro-USB root task looks easy... but the whole serial port install tear-down not so much... just wondering if there is any way to access changing this number or turning on some of the boxes other features (TMC,parking,etc...)
perhaps there is some way to reconfigure the Micro-USB port to act as the PC- to-ht-5 dongle while leaving the ht-5 module plugged into the car?
the thing that scared me though was python... the most complicated programmer I have ever Used is VCDS... which I am pretty sure means this may be going into uncharted waters as far as my programing experience goes(or lack thereof) any way to make this thing work is a great improvement but no matter the crash course, the 911 thing i really need to change!
thanks to anyone who can help!
Matt

@tmbinc
Copy link
Owner

tmbinc commented Jul 1, 2014

Hi,

First, I see that "callprovider" has a hardcoded "112" number for
"ACTION_CREATE_EMERGENCY". This for sure can be hex-edited though.

However there's more - when the phone (i.e. the part that does the GSM
connection in RSAP case) detects that an emergency number is dialed, it
switches away from the phone's SIM card and issues an emergency call on
the network. From what I've heard this can be an issue because some
networks do require a SIM card for emergency calls.

I'm afraid I can't fully help you. I'd try by doing the noveroexec.sh
hack (enable the rndis line) and attempt to SSH into the HT-5 via
USB/rndis. You can try changing the "112" string in callprovider to
something else, and see if it successfully dials that number (maybe
start with something else than 911 first :).

Felix

On 6/30/2014 6:23 AM, mattfrayage wrote:

The Novero HT-5 Hack looks Very cool and being that we have one
installed in our 2013 North American Region only NMS Passat, I was
hoping you could help me... I live in the United States,where it was
never sold, which makes the SOS function not work properly as it calls
the Euro emergency services number instead of American 911... the whole
Micro-USB root task looks easy... but the whole serial port install
tear-down not so much... just wondering if there is any way to access
changing this number or turning on some of the boxes other features
(TMC,parking,etc...)
perhaps there is some way to reconfigure the Micro-USB port to act as
the PC- to-ht-5 dongle while leaving the ht-5 module plugged into the car?
the thing that scared me though was python... the most complicated
programmer I have ever Used is VCDS... which I am pretty sure means this
may be going into uncharted waters as far as my programing experience
goes(or lack thereof) any way to make this thing work is a great
improvement but no matter the crash course, the 911 thing i really need
to change!
thanks to anyone who can help!
Matt


Reply to this email directly or view it on GitHub
#2.

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

No branches or pull requests

2 participants