
|
|
||||||
|
BMW Coding and Programming
Discuss coding options and features on your BMW here. |
|
|
|
Thread Tools | Display Modes |
|
#26
|
|||
|
|||
|
From a BMW press release:
Anyone in the car can connect to the Hotspot and use the LTE connection, and anyone outside can as well since it comes with a built-in battery and antennae for portable use for up to 30 minutes or with a USB power supply connected. BMW notes that the LTE Car Hotspot fits into any BMW center console with a phone base plate so that it can be retrofitted to earlier models. In areas without LTE coverage, the Hotspot will switch to another network. |
|
#27
|
||||
|
||||
|
Quote:
__________________
![]() - 2011 535i M-Sport (Born 10/10) - AW/BLK/DW - /ZMP (w/ARS & AD) /ZPP /ZP2 (w/ZPS & ZPT) /ZCV (w/SCAD) /6FL /6VC - 2006 530i (Born 10/05) - SG/BLK/DW - /ZPP /ZCW /NAV (Returned to Mothership 05/11) - BMWCCA #446923 - flickr® |
|
#28
|
|||
|
|||
|
after enabling the IPCE_WEBSERVER option in the HU_NBT > 3000, a webserver is reachable in the network you connect to via the wifi at 172.16.222.1.
It appears to be lighttp, which means that the HU_NBT is unix/linux based. There are two subdirs I could find: /core/ and /trace/. /core has nothing in it, probably used for core dumps after a crash, but /trace/ has detailed logs of every run. These logs contain quite a lot of information, including all the destinations you programmed, voice commands, music listened to, and lots and lots of diagnostic info. The HU_NBT appears to be a dual core system, indicated by the cpu load info contained in the log. I'm analyzing the log further and I hope to be able to gain shell access to the underlying OS of the NBT, this would give me the possibility to expand functionality through custom applications etc. Last edited by cronek; 01-11-2013 at 08:57 AM. |
|
#29
|
|||
|
|||
|
I'm not comfortable with that lvl of logging, they should not need to know what frigging music i listened to...
Is there anything to be found about coding in those logs? |
|
#30
|
|||
|
|||
|
Quote:
you can delete the logfiles through the web interface though ;-) |
|
#31
|
|||
|
|||
|
If you have the NBT yea.
But its disturbing they log all this in the first place. Why would you think its not logged elsewhere along with the fact that its been deleted thru the web interface |
|
#32
|
|||
|
|||
|
Quote:
The system appears to be running QNX (just like the previous edition) Last edited by cronek; 01-11-2013 at 05:04 AM. |
|
#33
|
|||
|
|||
|
it appears the system supports video input through usb and over TCP/IP (some stuff points to a /dev/cam0 device, as well as stuff to handle network video)
The USB stick is mounted at /mnt/quota/mm/EntServer/USB DISK/ There is a startup script that tries to initialize a USB ethernet adapter... speech appears to be handled through lua scripting (/opt/speech/data/lua) maps data is stored in /mnt/data/nav/ (just dumping my findings) |
|
#34
|
|||
|
|||
|
Keep em coming
|
|
#35
|
|||
|
|||
|
Just another thought, there are some wifi DLNA hard drive available in the market now. Could we store movies within the hard drive then stream it on the HU? Theorically should be able to since it is using DLNA protocol.
Anybody tried it & whether does VIM comes into play? |
|
#36
|
|||
|
|||
|
Quote:
yes this works. I have VIM enabled and this works too. |
|
#37
|
||||
|
||||
|
Can you post the log file or picture of these coding related messages?
__________________
![]() - 2011 535i M-Sport (Born 10/10) - AW/BLK/DW - /ZMP (w/ARS & AD) /ZPP /ZP2 (w/ZPS & ZPT) /ZCV (w/SCAD) /6FL /6VC - 2006 530i (Born 10/05) - SG/BLK/DW - /ZPP /ZCW /NAV (Returned to Mothership 05/11) - BMWCCA #446923 - flickr® |
|
#38
|
|||
|
|||
|
I'll PM you instead of putting them online, as they contain personal info.
|
|
#39
|
|||
|
|||
|
Quote:
Sean |
|
#40
|
|||
|
|||
|
Quote:
there is however a mention of this: "db_poiinfo = /mnt/data/nav/comp/POIINFO_ECE/2.1.10/POIINFO.iso" and "CPoiSearchDirectSqlAccessor::CPoiSearchDirectSqlAc cessor open db /mnt/share/nav/JDSI_DB_GT_v2.gtdb" Last edited by cronek; 01-11-2013 at 07:54 AM. Reason: typo |
|
#41
|
|||
|
|||
|
Wow very cool! Amazing!!
__________________
ED on 3.30.07 |'07 335i coupe|BlackSapphire|CoralRed|Nav|Comfort|Sports|Pr emium Redelivered, Reunited! 5.24.07 2013 F10 535i|TiAg|BlackDakota||Tech|MSport|Premium|Multi Contour|Hifi|Rearview Camera|PDC |
|
#42
|
|||
|
|||
|
Quote:
CODING FILE: ExBox, block length: 151, pointer: 0x9636d38 CODING FILE: Audio_System, block length: 150, pointer: 0x9636bf8 CODING FILE: Telefon_Telematik_Online, block length: 150, pointer: 0x9636ab8 CODING FILE: System_Adjustment, block length: 150, pointer: 0x9636978 CODING FILE: APIX_CID, block length: 150, pointer: 0x9636838 CODING FILE ERROR at: File: HMI, Feature: SPEEDLOCK_X_KMH_MIN, coded Value 255 CODING FILE ERROR at: File: HMI, Feature: SPEEDLOCK_X_KMH_MAX, coded Value 255 CODING FILE: HMI, block length: 152, pointer: 0x9636e78 CODING FILE: ExBox, block length: 151, pointer: 0x9636d38 Apparently the speedlock FF werte throws an error (internally in the device)... Last edited by cronek; 01-11-2013 at 08:09 AM. |
|
#43
|
||||
|
||||
|
I got it. Thanks.
__________________
![]() - 2011 535i M-Sport (Born 10/10) - AW/BLK/DW - /ZMP (w/ARS & AD) /ZPP /ZP2 (w/ZPS & ZPT) /ZCV (w/SCAD) /6FL /6VC - 2006 530i (Born 10/05) - SG/BLK/DW - /ZPP /ZCW /NAV (Returned to Mothership 05/11) - BMWCCA #446923 - flickr® |
|
#44
|
||||
|
||||
|
DID4198 default online calibration control
Anyone know if this setting blocks the Bluetooth tethering or BMW live?
TRSVC 3008 Online Calibration DID4198 default online calibration control C:\ESysData\CAF\CAFD_00000223_013_006_004.ncd
__________________
Minha patroa é um BMW |
|
#45
|
|||
|
|||
|
I don't think so because TRSVC stands for TopRearSideViewCameras.
what should it have to do with Bluetooth ??
__________________
BMW GT 530d (MY 2013) |
|
#46
|
||||
|
||||
|
What is TCB for ? it has a network option for 2013 or 2015
The HU_NBT also has this setting....
__________________
Minha patroa é um BMW Last edited by Travel4Surf; 01-11-2013 at 09:39 PM. |
|
#47
|
||||
|
||||
|
http://www.bmw-carit.com/open-source/connman.php
Here is the website that talks about the OS... Quote:
__________________
Minha patroa é um BMW |
|
#48
|
|||
|
|||
|
I enabled this feature on my 2013 M5 the question I have is, Is there any way to use this Wifi as a hot spot with the Cars web ? I have BMW Online. I have a wifi only ipad it would be nice if the car could act as a Hotspot over the build in wifi?
I get an ip when I connect, but like everyone said its only a media server. I'm willing to use my car for testing. Also long as nothing blows up lol |
|
#49
|
|||
|
|||
|
Quote:
Sent from my Incredible S using Bimmer App |
|
#50
|
|||
|
|||
|
Quote:
I get 172.16.222.105 subnet 255.255.255.0 no gateway DCHP server and DNS are 172.16.105.1 I set dns to 4.2.2.2 and gate way to 172.16.222.1 no luck with internet. I also NMapped 172.16.222.105 and it is open on port 80 I try to browse to that port no luck I wonder what ip the car gets when it use BMW connect ? there must be a way! |
|
| Bookmarks |
| Tags |
| 2013, 535, 550, f10, hot, hotspot, nav, pro, spot, wifi |
| Forum Navigation | |||||||
|
Today's Posts Search | ||||||
| Thread Tools | |
| Display Modes | |
|
|