Posts

adb backup/copy/rename

  adb backup/copy/rename ren *. *.mp3 xcopy /s D:\Phone backup\rohi\*.jpg D:\Phone backup\Ftab\jpg Xcopy /S /I /E D:\Phone backup\Ftab\*.jpg D:\Phone backup\Ftab\jpg xcopy "C:\Users\me\Desktop 3\123" *.bin "C:\Users\Jeff\Desktop 3\456" /y xcopy "D:\Phone backup\Ftab\" *.jpg "D:\Phone backup\Ftab\jpg" /y /h /p xcopy /*.jpg "D:\Phone backup\Ftab\jpg" xcopy D:\"Phone-backup"\Ftab\*.jpg /s D:\Phone_backup\jpg\ copy D:\Phone_backup\Ftab*.jpg D:\Phone_backup\jpg /S Copy-Item -path 'D:\Phone_backup\jpg*.jpg' -destination 'D:\Phone_backup\Ftab\jpg' adb pull /sdcard/DCIM ~/oneplus5

adb fastboot

  fastboot flash system system.img fastboot flash boot boot.img fastboot flash recovery recovery.img fastboot flash userdata userdata.img Fastboot reboot

YTDLnis

 YTDLnis 6 channel audio  -F 328 -x --audio-format wav URL best video audio  -f "bestvideo[ext=mp4]+bestaudio[acodec=ac3]/best[acodec=ac3]/best" --merge-output-format mkv  wav audio yt-dlp -x --audio-format wav

Google Dorking or Google Advance search

Operators are used to specify and precise search for specific website, location, date, image, video, type of the file. Operators 1. site: to search a specific website  eg.  site:x.com iran after:2024-10-28 site:.edu.in CA Question paper Search subdomain of website 2. site:*google.com

Enable clock second in statusbar of any android phone.

Image
requirements:   *rooted   *installed Xposed framework   *module: XuiMod Download xuimod apk file from given website, http://repo.xposed.info/module/com.zst.xposed.xuimod   click to download Xuimod after installation, enable from xposed framework, then restart your phone. open xuimod app and select clock mods. turn it on and tick second enable and come to buttom and restart UI system. that's it. 

बीबीसी हिंदी रेडियो न्यूज़ अब मोबाइल पे ऑनलाइन और डाउनलोड भी कर के सुन सकते है।

Image
"सनसनी नहीं, विशवसनीयता का दम"  बीबीसी हिंदी रेडियो न्यूज़ आप अपने मोबाइल पे भी सुन सकते है । अब बीबीसी हिंदी न्यूज़ दो समय सुबह और शाम को ही इसके कार्यक्रम आते है। जो कार्यक्रम सुबह में आता है उसका नाम है नमस्कार भारत जो की सुबह 6:29 am से 7:00 am तक प्रसारित होता है। जबकि शाम को आने वाले कार्यकर्म का नाम है दिनभर जो 7:29 से 8:00 pm तक प्रसारित होता है। बीबीसी हिन्दी ऐप डाउनलोड करने के लिए लिंक https://play.google.com/store/apps/details?id=uk.co.bbc.hindi दिनभर (शनिवार) बीबीसी इंडिया बोल "जबान पे लगे ताले खोल बीबीसी इंडिया बोल" शनिवार 7:29pm से 8:00pm. आप इस कार्यक्रम में शामिल हो सकते है और दिए मुद्दे पे सवाल कर सकते है आपके सवाल का जवाब देने के लिए बीबीसी में मेहमान आते है जो आपके सवालो के जवाब देंगे। उसके के लिए आपको टॉलफ्री नंबर पे कॉल करना होगा Toll-free No. 1800 11 7000 Email: hindi.letters@bbc.co.uk बीबीसी हिंदी के फायदे:    * तीन दिन के पुराने न्यूज़ आप ऑनलाइन सुन सकते है * लाइव पॉडकास्टिंग के बाद आप...

Uninstall bloatware or any apps in Android

  RIP BLOATWARE Requirement: ADB enable and phone connected to the PC. It will list the installed apps in your android adb shell pm list packages It will list the installed apps in text file in PC (current working directory) adb shell pm list packages >> applist.txt MI PHONES adb shell pm uninstall --user 0 com.google.android.youtube adb shell pm uninstall --user 0 com.miui.securitycenter adb shell pm uninstall --user 0 com.miui.videoplayer adb shell pm uninstall --user 0 com.miui.player adb shell pm uninstall --user 0 com.android.browser adb shell pm uninstall --user 0 com.android.thememanager Google apps youtube adb shell pm uninstall --user 0 com.google.android.youtube map adb shell pm uninstall --user 0 com.google.android.apps.maps Drive adb shell pm uninstall --user 0 com.google.android.apps.docs Chrome adb shell pm uninstall --user 0 com.android.chrome Gmail adb shell pm uninstall --user 0 com.google.android.gm google search adb shell pm uninstall --user 0 com.google.an...