<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tip Archives - Jim Dolby</title>
	<atom:link href="https://jim.dolby.id.au/tag/tip/feed" rel="self" type="application/rss+xml" />
	<link>https://jim.dolby.id.au/tag/tip</link>
	<description>A Geek and still proud of it!</description>
	<lastBuildDate>Wed, 08 May 2024 03:27:14 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">195341223</site>	<item>
		<title>Uninstall default Samsung and Android Apps without Rooting the device</title>
		<link>https://jim.dolby.id.au/tips/misc/uninstall-default-samsung-and-android-apps-without-rooting-the-device.html</link>
					<comments>https://jim.dolby.id.au/tips/misc/uninstall-default-samsung-and-android-apps-without-rooting-the-device.html#respond</comments>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Wed, 08 May 2024 03:24:58 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[tip]]></category>
		<guid isPermaLink="false">https://jim.dolby.id.au/?p=556</guid>

					<description><![CDATA[<p>To uninstall default apps on a Samsung device without root access, you can use Android Debug Bridge (ADB) commands. This should work for most other devices, once you work out how to enable debug mode on that flavour of device. Here’s a general guide on how to do it: Remember, it’s important to be cautious [&#8230;]</p>
<p>The post <a href="https://jim.dolby.id.au/tips/misc/uninstall-default-samsung-and-android-apps-without-rooting-the-device.html">Uninstall default Samsung and Android Apps without Rooting the device</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>To uninstall default apps on a Samsung device without root access, you can use <a href="https://developer.android.com/tools/adb">Android Debug Bridge</a> (ADB) commands. This should work for most other devices, once you work out how to enable debug mode on that flavour of device.</p>



<p>Here’s a general guide on how to do it:</p>



<ol class="wp-block-list">
<li><strong>Enable USB Debugging</strong> on your Samsung Android device:
<ul class="wp-block-list">
<li>Go to <strong>Settings</strong> > <strong>About phone</strong>.</li>



<li>Tap on <strong>Build number</strong> several times until you unlock <strong>Developer options</strong>.</li>



<li>Go to <strong>Settings</strong> > <strong>Developer options</strong> and toggle on <strong>USB debugging</strong>.</li>
</ul>
</li>



<li><strong>Install <a href="https://developer.android.com/tools/adb">ADB</a></strong> on your computer:
<ul class="wp-block-list">
<li>Download the ADB installation package for your computer’s operating system.</li>



<li>Extract the package to a folder on your computer.</li>
</ul>
</li>



<li><strong>Connect your Samsung device to your computer</strong> via a USB cable.</li>



<li><strong>Open a command prompt or terminal</strong> on your computer and navigate to the folder where you extracted ADB.</li>



<li><strong>Enter the ADB devices command</strong> to check if your device is properly connected:<br><code>adb devices</code></li>



<li><strong>List the package names</strong> of the apps you want to uninstall:<br><code>adb shell pm list packages</code></li>



<li><strong>Uninstall the desired app</strong> using the package name:<br><code>adb shell pm uninstall -k --user 0 &lt;package_name> </code>Replace <code>&lt;package_name></code> with the actual package name of the app you want to remove.</li>
</ol>



<p><strong>Remember</strong>, it’s important to be cautious when removing system apps, as some may be critical for your device’s functionality. <a href="https://r1.community.samsung.com/t5/others/how-to-remove-samsung-bloatware-without-root/td-p/5817510" target="_blank" rel="noreferrer noopener">Always make sure the apps you’re removing are safe to uninstall<sup>1</sup></a><a href="https://www.thecustomdroid.com/uninstall-samsung-galaxy-s10-bloatware-guide/" target="_blank" rel="noreferrer noopener"><sup>2</sup></a>.</p>



<p><a href="https://www.youtube.com/watch?v=rUJMXvLQtrs" target="_blank" rel="noreferrer noopener">For a more detailed guide, including finding package names and using specific tools, you can refer to online tutorials and videos that provide step-by-step instructions<sup>3</sup></a><a href="https://www.youtube.com/watch?v=u_R9YUmvRP8" target="_blank" rel="noreferrer noopener"><sup>4</sup></a><a href="https://www.youtube.com/watch?v=sS_sQU8IMN0" target="_blank" rel="noreferrer noopener"><sup>5</sup></a>. Just ensure you follow the instructions carefully to avoid any issues with your device, as its VERY easy to brick the device using ADB.</p>
<p>The post <a href="https://jim.dolby.id.au/tips/misc/uninstall-default-samsung-and-android-apps-without-rooting-the-device.html">Uninstall default Samsung and Android Apps without Rooting the device</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jim.dolby.id.au/tips/misc/uninstall-default-samsung-and-android-apps-without-rooting-the-device.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">556</post-id>	</item>
		<item>
		<title>Pausing a Batch script</title>
		<link>https://jim.dolby.id.au/tips/pausing-a-batch-script.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Sat, 14 Sep 2019 08:39:00 +0000</pubDate>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Batch Script]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=185</guid>

					<description><![CDATA[<p>Those of you that still use batch scripts (and why not … they are backwards compatible to older systems), will occasionally need to pause a script...</p>
<p>The post <a href="https://jim.dolby.id.au/tips/pausing-a-batch-script.html">Pausing a Batch script</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Those of you that still use batch scripts (and why not … they are backwards compatible to older systems), will occasionally need to pause a script to wait for something to start or finish or just because.</p>



<p>There are various different ways to accomplish this. My current favourite is:</p>



<pre class="wp-block-code"><code>choice /T 60 /D y /C YABCDEFGHIJKLMNOPQRSTUVWXZ /N >NUL</code></pre>
<p>The post <a href="https://jim.dolby.id.au/tips/pausing-a-batch-script.html">Pausing a Batch script</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185</post-id>	</item>
		<item>
		<title>Opening ISO CD/DVD image files</title>
		<link>https://jim.dolby.id.au/tips/windows/opening-iso-cd-dvd-image-files.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Thu, 16 Feb 2012 14:39:13 +0000</pubDate>
				<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[Extract]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Mount]]></category>
		<category><![CDATA[tip]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=170</guid>

					<description><![CDATA[<p>We often get asked how to get information from an .ISO .bin or other type of CD / DVD image file, so here are the easiest ways we know of. Mount the ISO as though it was burnt to a CD/DVD and inserted into a drive on your PC Extract all files from the image [&#8230;]</p>
<p>The post <a href="https://jim.dolby.id.au/tips/windows/opening-iso-cd-dvd-image-files.html">Opening ISO CD/DVD image files</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>We often get asked how to get information from an .ISO .bin or other type of CD / DVD image file, so here are the easiest ways we know of.</p>



<ol class="wp-block-list"><li>Mount the ISO as though it was burnt to a CD/DVD and inserted into a drive on your PC</li><li>Extract all files from the image to a directory on your PC</li></ol>



<h2 class="wp-block-heading">Mount the CD/DVD Image</h2>



<p>Download and install <a href="http://www.slysoft.com/en/virtual-clonedrive.html">Virtual CloneDrive</a> from slysoft, double click on your file and start browsing.</p>



<h2 class="wp-block-heading">Extract the files</h2>



<p>Download and install <a href="http://legroom.net/software/uniextract">Universal extractor</a>, then right mouse click on the file and choose extract, select a location, and kick back and relax for a minute or two while the magic happens.</p>
<p>The post <a href="https://jim.dolby.id.au/tips/windows/opening-iso-cd-dvd-image-files.html">Opening ISO CD/DVD image files</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">170</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: jim.dolby.id.au @ 2026-04-20 00:32:56 by W3 Total Cache
-->