Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
1,583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. ./jci/gui/apps/vehsettings/js/vehsettingsApp.js
  2.  
  3. _cachedVehicle_AutoDoorLockInstalledMT
  4.  
  5. this._cachedVehicle_AutoDoorLockInstalledMT = msg.params.payload.evData; in vehsettingsApp.prototype._AutoDoorLockMT_InstalledMsgHandler
  6.  
  7. AutoDoorLockMT_Installed event
  8.  
  9. ./jci/mmui/uia/libjciuiavehsettings.so
  10. AutoDoorLockMT_Installed = 0x74C
  11.  
  12. in UIA_VehSettings_Get_VehicleStatus_cb
  13. 0b10000000000000000000000000
  14. ||||||||||||||||||||||||||_WalkAway_Installed
  15. |||||||||||||||||||||||||_AutoDoorRelock
  16. ||||||||||||||||||||||||_UnlockMode
  17. |||||||||||||||||||||||_BuzzerAnswerback
  18. ||||||||||||||||||||||_?
  19. |||||||||||||||||||||_AutoDoorLockMT
  20. ||||||||||||||||||||_AutoDoorLockAT
  21. |||||||||||||||||||_LightTimeoutDoorClosed_Installed
  22. ||||||||||||||||||_LightTimeoutDoorOpen_Installed
  23. |||||||||||||||||_HeadOffTimer_Installed
  24. ||||||||||||||||_ThreeFlash_Installed
  25. |||||||||||||||_AutoWiper_Installed
  26. ||||||||||||||_HeadlightAutoSensitivity_Installed
  27. |||||||||||||_DRL_Installed
  28. ||||||||||||_HeadlightON_Installed
  29. |||||||||||_TurnSignalVolume_Installed
  30. ||||||||||_DRSS_Installed
  31. |||||||||_SBS_Installed
  32. ||||||||_FOW_Installed
  33. ||||||_?
  34. ||||||_HBC_Installed
  35. |||||_LDW_Installed
  36. ||||_SCBS_Installed
  37. |||_RVM_Installed
  38. ||_DistanceUnit_Installed
  39. |_TemperatureUnit_Installed
  40.  
  41. return of SETTINGS_Client_ExtGet_VehicleStatus
  42.  
  43. ./jci/lib/libjcisettings_client.so
  44.  
  45. SETTINGS_Get_ID_VehicleStatus 0x88
  46. kEY ACTION 0x88 | 0x211
  47. ID | FLAG
  48. FLAG
  49. 0b1000000
  50. |_ NVRAM setting
  51.  
  52. SETTINGS_Client_ExtGet_U32
  53.  
  54.  
  55. do a request on DBUS
  56. /com/jci/settings
  57. com.jci.settings
  58. com.jci.settings
  59. Get_Settings_U32
  60.  
  61. ./jci/settings/svcjciblmsettings.so
  62. SETTINGS_Get_Settings_U32_svc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement