"; var locating_fail = "Failed to find location"; var check_device_online_state = "Check if device is online"; var check_device_online_state_btn_html = "⚡ "+check_device_online_state+""; var wake_sleep_mode = "Wake-up Sleep Mode"; var wake_sleep_mode_btn_html = "
"; var msg_sleep_mode_lockscreen = "As a result of device analysis, this device is currently locked with a PIN or password, so the wake from sleep function cannot operate. If location tracking is normally possible at any time, disable the device's PIN/password to use the wake-up function."; var msg_sleep_mode_possible = "The device may be in Sleep Mode"; var msg_device_offline = "Response time has exceeded limit. Device may be offline."; var msg_device_offline2 = "Response time has exceeded limit. It is possible that the device is indoors, offline, or in Sleep Mode."+brHtml+check_device_online_state_btn_html; var msg_provider_err01 = "Because GPS is turned off, location cannot be found. If you have the device, go into Settings > Location > enable GPS."; var msg_provider_err02 = "Because GPS is disabled, the last known location has been sent."; var msg_provider_err03 = "GPS is on, but location cannot be found. Device may be indoors."; var msg_provider_err04 = "GPS is on, but location cannot be found and the last known location has been sent. Device may be indoors."; var msg_provider_err07 = "The location permission is deactivated. Please activate it on this device. (Settings > Applications > MobileFence > Permissions > Location)"; var msg_provider_err08 = "The device is online and appears to be in SleepMode. If the device has not been touched for a long time, the device will go to Sleep Mode to save battery and will not be able to locate it.
🧪[Lab] Wake-up Sleep Mode You can force the device screen to turn on to wake up Sleep Mode and retry the location search. However, since the screen of the device is actually turned on, your child may think it's being tracked or something is odd.
This feature has the following characteristics: - If a screen lock PIN/pattern is set, it does not work. - The screen turned on by the wake command turns off after the device's 'Screen Auto Off Time', and the battery is consumed for that amount of time. - Due to laboratory functions, normal operation is not guaranteed on all instruments.
If you want to proceed, click the OK button. "; var msg_provider_err09 = "Settings for accurate location tracking are turned off. On your child's device, go to [Settings → Location → Mobile Fence → Always Allow → On]"; var msg_provider_err10 = "Settings for accurate location tracking are turned off. On your child's device, go to [Settings → Location → Mobile Fence → Use Precise Location → On]"; var laboratoryText = "Lab"; var msg_wake_sleep_mode = "You can force the device screen to turn on to wake up Sleep Mode and retry the location search. However, since the screen of the device is actually turned on, your child may think it's being tracked or something is odd.
This feature has the following characteristics: - If a screen lock PIN/pattern is set, it does not work. - The screen turned on by the wake command turns off after the device's 'Screen Auto Off Time', and the battery is consumed for that amount of time. - Due to laboratory functions, normal operation is not guaranteed on all instruments.
If you want to proceed, click the OK button. "; var msg_mf_latest_version_reqired = "This function works from {0} . Please check to see if Mobile Fence is up to date through Google Play."; var msg_device_checking_online_state = "Checking that the device is turned on and data communication is possible."; var msg_device_state_online_try_wake = "This device is currently online so you can try “Wake-up Sleep Mode”."; var msg_device_state_offline = "Communication is not possible because the device is turned off or there is no Data/WiFi connection."; var todayText = "Today"; var yesterdayText = "Yesterday"; var thisMonthText = "This month"; var lastMonthText = "Last Month"; var last7DaysText = "Last 7 Days"; var last30DaysText = "Last 30 Days"; var daterangeCustomText = "Custom"; var applyText = "Apply"; var cancelText = "Cancel"; if(typeof globalize != 'undefined'){ var JanuaryText = globalize.calendars.standard.months.names[0]; var FebruaryText = globalize.calendars.standard.months.names[1]; var MarchText = globalize.calendars.standard.months.names[2]; var AprilText = globalize.calendars.standard.months.names[3]; var MayText = globalize.calendars.standard.months.names[4]; var JuneText = globalize.calendars.standard.months.names[5]; var JulyText = globalize.calendars.standard.months.names[6]; var AugustText = globalize.calendars.standard.months.names[7]; var SeptemberText = globalize.calendars.standard.months.names[8]; var OctoberText = globalize.calendars.standard.months.names[9]; var NovemberText = globalize.calendars.standard.months.names[10]; var DecemberText = globalize.calendars.standard.months.names[11]; var MondayText = globalize.calendars.standard.days.namesShort[1]; var TuesdayText = globalize.calendars.standard.days.namesShort[2]; var WednesdayText = globalize.calendars.standard.days.namesShort[3]; var ThursdayText = globalize.calendars.standard.days.namesShort[4]; var FridayText = globalize.calendars.standard.days.namesShort[5]; var SaturdayText = globalize.calendars.standard.days.namesShort[6]; var SundayText = globalize.calendars.standard.days.namesShort[0]; } var local_font = ''; var global_langCode = 'en'; $(document).ready(function(){ if(typeof $.validator != 'undefined'){ $.validator.messages.required = global_required_msg; $.validator.messages.maxlength = global_maxlength_msg; $.validator.messages.minlength = global_minlength_msg; $.validator.messages.digits = global_onlydigit_msg; $.validator.messages.email = global_invalid_email_msg; } }); var is_use_gmap_timeline="N"=='Y'; var is_use_gmap_timeline_kr="N"=='Y'; var regCountryCode = ""; var is_sa = false; var isPC = true; var logout_url = "/logout.do";