Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [android]
  2. create_sdcard_dir=1
  3. check_folders_after_rebuild=0
  4. tablet=0
  5. has_physical_home_button=0
  6. getdeviceid_trycount=0
  7. wait_for_engine_shutdown=0
  8. background_shutdown_timeout=0
  9. logcat_tag="synctool"
  10.  
  11. [debug]
  12. check_checksum_always_succeed=0
  13. check_license_always_succeed=0
  14. check_device_side_device_checksum_always_succeed=1
  15. delete_empty_folders_recursively=0
  16. ignore_md5_file_errors=0
  17. log_md5s=0
  18. log_failed_contents=0
  19. log_checksum_check_details=1
  20. log_free_space_details=1
  21. log_space_changes=1
  22. log_received_message_ids=0
  23. log_checksum_generation=0
  24. log_file_gathering=0
  25. log_1="logcat::3"
  26.  
  27. [device]
  28. ; TODO: radnav_mid or radnav_high
  29. checksum_path="/map"
  30. dbver_path="content"
  31. space_checking_path="/map/"
  32. space_checking_path_2="/iGO/license/"
  33. license_path="/iGO/license"
  34. validate_devicechecksums=0
  35. sort_jobs_delete_first=0
  36.  
  37. [folders]
  38. linked_root="/data/data/com.navngo.synctool/"
  39. content="/map/content"
  40. data="android_linked_root"
  41.  
  42. [generic_synctool]
  43. no_fingerprint_generation=1
  44. igo_package_name=com.navngo.igo.javaclient
  45. wait_for_storage_media=0
  46. may_clean_usb_after_update=0
  47. autostart=0
  48. update_progress_percent=0
  49.  
  50. [gps]
  51. location_gps=0
  52. location_net=0
  53.  
  54. [local]
  55. must_have_lang=0
  56.  
  57. [other.radnav]
  58. map_code_padding=4
  59.  
  60. [project]
  61. name="radnav_synctool"
  62. ; format: "parent1=child1_1+child1_2+...+child1_N1,parent2=child2_1+child2_2+...+child2_N2,...,parentI=childI_1+childI_2+...+childI_NI"
  63. package_hierarchy="ww=eu+aasa,eu=feu,feu=benelux+dach+eeu+france+iberia+italia+rus+scandinavia+turkey+uk,aasa=aa+sa,aa=africa+algeria+gcc+india+iran+israel+morocco+oceania+southernafrica+southasia+tunisia,sa=argentina+brazil+caraib+centralamerica+chile+colombia+mexico"
  64. ; format: "package1_1&package1_2=area1_1+area1_2+...+area1_N1,package2_1&package2_2=area2_1+area2_2+...+area2_N2,...,packageI_1&packageI_2=areaI_1+areaI_2+...+areaI_NI"
  65. package_overlappings="dach&eeu=austria,turkey&eeu=cyprus,rus&eeu=belarus+georgia+moldova+ukraine,benelux&france=saint_martin"
  66. device_license_path_temp="/iGO/license/.temp"
  67. device_content_path="/map/content"
  68. update_media_content_temp_path="content_temp"
  69. update_media_license_without_stm_paths="license;"
  70. update_media_checksum_path="update_checksum"
  71. update_advisor_log=1
  72.  
  73. [other.radnav]
  74. swid_log_enabled=1
  75.  
  76. [update_media]
  77. zip_extension="sku"
  78. checksum_path=""
  79. dbver_path="content"
  80. license_path="license;"
  81. update_subfolder="R-LINK"
  82. recalc_and_verify_checksum_per_file=0
  83. mount_point_on_device="/mnt/vold"
  84.  
  85. [usblog]
  86. summary_enabled=1
  87. full_enabled=1
  88. full_encrypt=1
  89. full_command="logcat -v time -b main -b system -b events -s synctool dalvikvm ActivityManager AndroidRuntime Dialog IviAlertDialog MountService Process Vold am_destroy_service am_proc_start am_create_service am_kill am_proc_died am_proc_bound am_resume_activity am_finish_activity am_pause_activity am_on_paused_called"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement