{"id":489,"date":"2025-04-24T19:31:54","date_gmt":"2025-04-24T17:31:54","guid":{"rendered":"https:\/\/15peaces.com\/blog\/?page_id=489"},"modified":"2025-04-24T19:31:54","modified_gmt":"2025-04-24T17:31:54","slug":"odys-thor-10-rooting","status":"publish","type":"page","link":"https:\/\/15peaces.com\/blog\/index.php\/odys-thor-10-rooting\/","title":{"rendered":"Odys Thor 10 rooting"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-small-font-size\"><strong>Important Note:<\/strong><br>This is a guide meant to be used with a <strong><em>Odys Thor 10 plus 3G tablet<\/em><\/strong> only. All links\/downloads etc should only be used with this tablet and might break other models!<\/p>\n\n\n\n<p class=\"has-small-font-size\">Also, please note, this tablet is badly documented and there are almost no working tools and ways to root it right now. I invested many days of work finding out how to root this tablet. <\/p>\n\n\n\n<p class=\"has-small-font-size\">Please follow this guide step by step and read it carefully!<br>There might be a risk of breaking it, even if you follow this guide!<\/p>\n<\/blockquote>\n\n\n\n<p><strong><em>This guide is WIP right now. I might update and extend it later if I find out more&#8230;<\/em><\/strong><br>Currently this guide will show you how to get to a so called &#8220;systemless root&#8221;. I will show you how to modify the bootloader and how to install the <strong>Magisk <\/strong>app. This will allow you to gain almost full control over the installed android version.<br><strong>This guide will NOT show you, how to install a custom firmware, since there is no working cFW for this tablet right now! <\/strong><br><em>(contact me if this changes&#8230; xD) <\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">1. What do we need<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"has-small-font-size\">A PC or Laptop running a linux system<br><em>On windows there are some problems with the usb drivers. It&#8217;s nearly impossible to use adb &amp; fastboot here&#8230;<\/em><\/li>\n\n\n\n<li class=\"has-small-font-size\">adb &amp; fastboot running on the linux system<br><em>I won&#8217;t guide you here how to install it, it depends on your distribution&#8230;<\/em><\/li>\n\n\n\n<li class=\"has-small-font-size\">A USB-A to MicroUSB cable<br><em>Make sure it is ok and there are no connection problems with it!<\/em><\/li>\n\n\n\n<li class=\"has-small-font-size\">A Odys Thor 10 Plus 3G Tablet<br><em><strong>Some specs of the tablet to confirm the same hardware:<\/strong><br>-Based on Intel SoFIA 3GR platform<\/em><br><em> (internal name: ODYS\/sofia3gr_tablet_64\/sofia3gr)<br>-Intel Atom x3-C3235RK CPU @1.2GHz<br>-1GB RAM<br>-16GB of internal space<\/em><br><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">2. Prepare your tablet<\/h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-small-font-size\">These steps should be possible for you without any problems and explaination. If not, please don&#8217;t go to the next step. This is not a basic guide!<\/p>\n<\/blockquote>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Backup all your personal data.<br><\/li>\n\n\n\n<li>Do a factory reset of your tablet to remove everything.<br><\/li>\n\n\n\n<li>Follow the installation steps to have a clean android running.<br><\/li>\n\n\n\n<li>Install all android updates aviable.<br><\/li>\n\n\n\n<li>Check\/Enable Developer Options<br>1. Head over to the &#8220;<strong>Settings<\/strong>&#8220;<br>2. Scroll to the bottom and tap on &#8220;<strong>System<\/strong>&#8220;<br>3. If you can find the &#8220;<strong>Developer options<\/strong>&#8221; go ahead to step 6<br><strong>If not, you need to enable them fist:<\/strong><br><em>1. Tap on &#8220;<strong>About Phone<\/strong>&#8220;<br>2. Find the &#8220;<strong>Build number<\/strong>&#8220;<br>3. Keep tapping on the Build number until a message appears stating &#8220;<strong>You are now a developer<\/strong>&#8220;.<br>4. Go back to the &#8220;<strong>System<\/strong>&#8221; area of the settings. Now the &#8220;<strong>Developer options<\/strong>&#8221; should be there.<\/em><br><\/li>\n\n\n\n<li>Enable USB Debugging<br>1. Head to the &#8220;<strong>Developer options<\/strong>&#8220;<br>2. Find and enable &#8220;<strong>USB debugging<\/strong>&#8220;<br><\/li>\n\n\n\n<li>Connect the tablet with your linux pc using the USB cable.<\/li>\n<\/ol>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">3. Unlock Bootloader<\/h2>\n\n\n\n<p>Now we will unlock die bootloader using adb &amp; fastboot.<\/p>\n\n\n\n<p>First, we need to enter the fasboot mode of the tablet. On linux terminal console run this command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>adb reboot fastboot<\/code><\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-small-font-size\"><em>You should now see &#8220;The Bot&#8221; on a green background on the tablets screen. This means, fastboot was entered successfully.<\/em><\/p>\n<\/blockquote>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em><strong>Note:<\/strong> all fastboot operations need sudo privilegs!<\/em><\/p>\n<\/blockquote>\n\n\n\n<p>To make sure, the tablet is connected successfully, run the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo fastboot devices<\/code><\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-small-font-size\"><em>If there is a device listed, you can proceed to the next steps.<\/em><\/p>\n<\/blockquote>\n\n\n\n<p>Now we can unlock the bootloader. To do this, you need to run the next 2 commands:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo fastboot flashing unlock\nsudo fastboot reboot<\/code><\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-small-font-size\"><em>The tablet should now display a warning message on reboot. This is because we unlocked the bootloader to gain writing access.<\/em><\/p>\n<\/blockquote>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">4. Get your boot.img<\/h2>\n\n\n\n<p>In the next step you will need a clean copy of the boot image from your tablet. This can be extracted from the official firmware archive.<\/p>\n\n\n\n<p>Download the official firmware archive of the tablet from <a href=\"http:\/\/www.axdia.de\/web\/scripts\/download.php?datei=Firmware\/MID\/ODYS_Thor_10_Plus_3G\/ODYS_Thor_10_Plus_3G_V1.0.4.zip\">here<\/a><\/p>\n\n\n\n<p>You need a tool to extract the boot.img file from this firmware files.<br><em>On windows you can use this <a href=\"https:\/\/xdaforums.com\/t\/teclast-x70-3g-sofia-atom-x3-c3130-quad-core-7-inch-android-4-4-tablet-pc-ips-screen.3103085\/post-63518316\">tool<\/a><\/em><\/p>\n\n\n\n<p>Get the boot.fls file from the firmware zip-file<br><em>It is located in the Images folder of the zip archive<\/em><\/p>\n\n\n\n<p>Now, extract it using the FlsTool:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>FlsTool -x boot.fls<\/code><\/pre>\n\n\n\n<p>If successful, you will now find a &#8220;boot&#8221; folder, containing multible files. You only need one file: <strong>boot.fls_ID0_CUST_LoadMap0.bin<\/strong><\/p>\n\n\n\n<p>Rename the boot.fls_ID0_CUST_LoadMap0.bin file to boot.img and copy it to the tablet.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">5. Install Magisk<\/h2>\n\n\n\n<p>Now you can install Magisk using the following the <a href=\"https:\/\/topjohnwu.github.io\/Magisk\/install.html\">official guide<\/a>.<br>I will not copy\/paste the whole guide here.<br>But I&#8217;ll help you out with a few things here:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The tablet has a boot ramdisk, so you need the boot.img file you created in step 4.<\/li>\n\n\n\n<li>These are the exact patching commands to patch the boot.img (using linux system with adb &amp; fastboot):<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code>adb pull \/storage\/emulated\/0\/Download\/magisk_patched&#91;random_strings].img\n\nadb reboot fastboot\n\nsudo fastboot flash boot \/path\/to\/magisk_patched&#91;random_strings].img\n\nsudo fastboot reboot<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">6. Final Steps<\/h2>\n\n\n\n<p>To lock the bootloader after all changes are made, use these final commands:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>adb reboot fastboot\n\nsudo fastboot flashing lock\n\nsudo fastboot reboot<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p>&#8230;<\/p>\n\n\n\n<p>That&#8217;s it (for now). \ud83d\ude00<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Important Note:This is a guide meant to be used with a Odys Thor 10 plus 3G tablet only. All links\/downloads etc should only be used with this tablet and might break other models! Also, please note, this tablet is badly documented and there are almost no working tools and ways to root it right now. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-489","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/15peaces.com\/blog\/index.php\/wp-json\/wp\/v2\/pages\/489","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/15peaces.com\/blog\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/15peaces.com\/blog\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/15peaces.com\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/15peaces.com\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=489"}],"version-history":[{"count":26,"href":"https:\/\/15peaces.com\/blog\/index.php\/wp-json\/wp\/v2\/pages\/489\/revisions"}],"predecessor-version":[{"id":522,"href":"https:\/\/15peaces.com\/blog\/index.php\/wp-json\/wp\/v2\/pages\/489\/revisions\/522"}],"wp:attachment":[{"href":"https:\/\/15peaces.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=489"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}