মোবাইল হারিয়ে গেলে কিংবা চুরি হলে পাওয়ার উপায়মোবাইল হারিয়ে গেলে কিংবা চুরি হলে পাওয়ার উপায়

মোবাইল হারিয়ে গেলে কিংবা চুরি হলে পাওয়ার উপায়


মানুষের নিত্য প্রয়োজনীয় জিনিস গুলোর মধ্যে মোবাইল একটা গুরুত্বপূর্ণ বস্তু। মোবাইল ছাড়া যেনো এক মুহুর্ত চলেনা। মোবাইল কাছে থাকলে অনেক কঠিন কাজ সহজ হয় আর মোবাইল কাছে না থাকলে সহজ কাজটিও কঠিন হয়ে যায়। সেই মোবাইলটি যখন হারিয়ে যায় কিংবা চুরি হয় তখন মাথায় কোনো কাজ করে না। মনে হয় দুনিয়াটা অন্ধকার হয়ে গেছে। আপনার সেই গুরুত্বপূর্ণ মোবাইলটা হারিয়ে গেলে কিংবা চুরি হলে আপনি অস্থির না হয়ে আপনার হারিয়ে যাওয়া মোবাইলের আইএমইআই নাম্বার আছে এমন কাগজ এবং এনআইডি কার্ড এর ফটো কপি নিয়ে স্থানীয় থানায় যাবেন।

থানায় গিয়ে ডিউটি অফিসারকে আপনার মোবাইল হারিয়ে যাওয়া কিংবা চুরি হওয়ার বিষয়ে তথ্য দিবেন। আপনার দেয়া তথ্য অনুযায়ী ডিউটি অফিসার অনলাইনের মাধ্যমে বিষয়টি জিডি করবেন এবং থানার অফিসার ইনচার্জের মাধ্যমে উক্ত জিডি তদন্ত পূর্বক আইনগত ব্যবস্থা গ্রহনের জন্য একজন এসআই/এএসআইকে দায়িত্ব দিবেন। দায়িত্বপ্রাপ্ত অফিসার আপনার জিডির সুত্রধরে পুলিশ সুপারের মাধ্যমে পুলিশ হেডকোয়াটার্স, ঢাকায় পত্র প্রেরণ করবেন। পুলিশ হেডকোয়াটার্স পত্র পাওয়ার পর আপনার হারিয়ে যাওয়া কিংবা চুরি হওয়া মোবাইলটি কে ব্যবহার করছেন তার নাম ঠিকানা সহ বিস্তারিত তথ্য তদন্তকারী অফিসারের নিকট সরবরাহ করবেন। তদন্তকারী অফিসার সেই তথ্য পাওয়ার পর আপনার মোবাইল উদ্ধার করে আপনাকে ফেরত দিবেন। এই কার্যক্রম গুলি সম্পন্ন করতে বেশ কিছুদিন সময়ের প্রয়োজন হয়। আপনাকে সেই সময় পর্যন্ত অপেক্ষা করতে হবে।


তথ্যসূত্র-
মোঃ সিরাজুল ইসলাম
(পুলিশ পরিদর্শক)

Leave a Reply

'; window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML); document.body.appendChild(window._nslWebViewNoticeElement); } }); } } window._nslDOMReady(function () { window.nslRedirect = function (url) { if (scriptOptions._redirectOverlay) { const overlay = document.createElement('div'); overlay.id = "nsl-redirect-overlay"; let overlayHTML = ''; const overlayContainer = "
", overlayContainerClose = "
", overlaySpinner = "
", overlayTitle = "

" + scriptOptions._localizedStrings.redirect_overlay_title + "

", overlayText = "

" + scriptOptions._localizedStrings.redirect_overlay_text + "

"; switch (scriptOptions._redirectOverlay) { case "overlay-only": break; case "overlay-with-spinner": overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose; break; default: overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose; break; } overlay.insertAdjacentHTML("afterbegin", overlayHTML); document.body.appendChild(overlay); } window.location = url; }; let targetWindow = scriptOptions._targetWindow || 'prefer-popup', lastPopup = false; const buttonLinks = document.querySelectorAll(' a[data-plugin="nsl"][data-action="connect"], a[data-plugin="nsl"][data-action="link"]'); buttonLinks.forEach(function (buttonLink) { buttonLink.addEventListener('click', function (e) { if (lastPopup && !lastPopup.closed) { e.preventDefault(); lastPopup.focus(); } else { let href = this.href, success = false; if (href.indexOf('?') !== -1) { href += '&'; } else { href += '?'; } const redirectTo = this.dataset.redirect; if (redirectTo === 'current') { href += 'redirect=' + encodeURIComponent(window.location.href) + '&'; } else if (redirectTo && redirectTo !== '') { href += 'redirect=' + encodeURIComponent(redirectTo) + '&'; } if (targetWindow !== 'prefer-same-window' && checkWebView()) { targetWindow = 'prefer-same-window'; } if (targetWindow === 'prefer-popup') { lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', this.dataset.popupwidth, this.dataset.popupheight); if (lastPopup) { success = true; e.preventDefault(); } } else if (targetWindow === 'prefer-new-tab') { const newTab = window.open(href + 'display=popup', '_blank'); if (newTab) { if (window.focus) { newTab.focus(); } success = true; window._nslHasOpenedPopup = true; e.preventDefault(); } } if (!success) { window.location = href; e.preventDefault(); } } }); }); let buttonCountChanged = false; const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]'); if (googleLoginButtons.length && checkWebView()) { googleLoginButtons.forEach(function (googleLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(googleLoginButton); } else { googleLoginButton.remove(); buttonCountChanged = true; } }); } const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]'); if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) { facebookLoginButtons.forEach(function (facebookLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(facebookLoginButton); } else { facebookLoginButton.remove(); buttonCountChanged = true; } }); } const separators = document.querySelectorAll('div.nsl-separator'); if (buttonCountChanged && separators.length) { separators.forEach(function (separator) { const separatorParentNode = separator.parentNode; if (separatorParentNode) { const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons'); if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) { separator.remove(); } } }) } }); /** * Cross-Origin-Opener-Policy blocked the access to the opener */if (typeof BroadcastChannel === "function") { const _nslLoginBroadCastChannel = new BroadcastChannel('nsl_login_broadcast_channel'); _nslLoginBroadCastChannel.onmessage = (event) => { if (window?._nslHasOpenedPopup && event.data?.action === 'redirect') { window._nslHasOpenedPopup = false; const url = event.data?.href; _nslLoginBroadCastChannel.close(); if (typeof window.nslRedirect === 'function') { window.nslRedirect(url); } else { window.opener.location = url; } } }; }})();