{"title":"Remote Root","description":"","products":[{"product_id":"magisk-root-installation-service","title":"Remote Root - Installation Service","description":"\u003cstyle\u003e\n  :root {\n    --accent-color: #111;\n    --background-color: #f0f0f0;\n    --tab-radius: 14px;\n    --transition-speed: 0.3s;\n    --font: 'Trade Gothic', sans-serif;\n  }\n\n  .modern-tabs {\n    width: 100%;\n    max-width: 100%;\n    margin-top: 40px;\n    font-family: var(--font);\n    color: #222;\n    background: #fff;\n    border-radius: var(--tab-radius);\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);\n    overflow: hidden;\n  }\n\n  .modern-tabs-nav {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-between;\n    border-bottom: 1px solid #eee;\n    background: var(--background-color);\n  }\n\n  .modern-tabs-nav button {\n    flex: 1 1 14.28%;\n    text-align: center;\n    background: none;\n    border: none;\n    padding: 16px 12px;\n    font-size: 15px;\n    font-weight: 600;\n    cursor: pointer;\n    color: #444;\n    transition: background var(--transition-speed), color var(--transition-speed);\n    font-family: var(--font);\n  }\n\n  .modern-tabs-nav button.active {\n    background: #fff;\n    color: var(--accent-color);\n    border-bottom: 2px solid var(--accent-color);\n  }\n\n  .modern-tab-panel {\n    display: none;\n    padding: 28px 24px;\n    animation: fadeIn var(--transition-speed) ease;\n    font-family: var(--font);\n  }\n\n  .modern-tab-panel.active {\n    display: block;\n  }\n\n  @keyframes fadeIn {\n    from {\n      opacity: 0;\n      transform: translateY(8px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .modern-tab-panel h3 {\n    font-size: 20px;\n    margin-bottom: 12px;\n  }\n\n  .modern-tab-panel p,\n  .modern-tab-panel li {\n    font-size: 15px;\n    line-height: 1.6;\n    color: #333;\n  }\n\n  .modern-tab-panel ul {\n    padding-left: 20px;\n    list-style: disc;\n    margin: 12px 0 0;\n  }\n\n  @media (max-width: 768px) {\n    .modern-tabs-nav button {\n      flex: 1 1 50%;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .modern-tabs-nav button {\n      flex: 1 1 100%;\n    }\n\n    .modern-tab-panel {\n      padding: 20px 16px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"modern-tabs\"\u003e\n  \u003cdiv class=\"modern-tabs-nav\"\u003e\n    \u003cbutton class=\"active\" onclick=\"switchTab(event, 'overview')\"\u003eOverview\u003c\/button\u003e\n    \u003cbutton onclick=\"switchTab(event, 'android')\"\u003eAndroid Root\u003c\/button\u003e\n    \u003cbutton onclick=\"switchTab(event, 'ios')\"\u003eiOS Jailbreak\u003c\/button\u003e\n    \u003cbutton onclick=\"switchTab(event, 'scheduling')\"\u003eBooking\u003c\/button\u003e\n    \u003cbutton onclick=\"switchTab(event, 'shipping')\"\u003eDelivery\u003c\/button\u003e\n    \u003cbutton onclick=\"switchTab(event, 'disclaimer')\"\u003eDisclaimer\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"overview\" class=\"modern-tab-panel active\"\u003e\n    \u003ch3\u003eRemote Root – Installation Service\u003c\/h3\u003e\n    \u003cp\u003e\u003cstrong\u003eWant to root your device but don't want to risk bricking it?\u003c\/strong\u003e Let us handle it. Your device, professionally rooted or jailbroken — without any headaches.\u003c\/p\u003e\n    \u003cp\u003eOnce your booking is confirmed, we’ll guide you step-by-step and complete the setup live over a secure connection.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"android\" class=\"modern-tab-panel\"\u003e\n    \u003ch3\u003eAndroid Root Requirements\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eOEM Unlocking must be available in Developer Options\u003c\/li\u003e\n      \u003cli\u003eSamsung models ending in U\/U1 (US variants) \u003cstrong\u003eare not rootable\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003cli\u003eWe support Magisk, KernelSU, SukiSU, LSPosed, custom kernels and more\u003c\/li\u003e\n      \u003cli\u003ePhone must be fully charged or charging during the session\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"ios\" class=\"modern-tab-panel\"\u003e\n    \u003ch3\u003eiOS Jailbreak Requirements\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eDevice must be on or below \u003cstrong\u003eiOS 16.5\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003cli\u003eWindows PC with at least 10GB free storage\u003c\/li\u003e\n      \u003cli\u003eLightning cable (USB-A or USB-C depending on your PC)\u003c\/li\u003e\n      \u003cli\u003eWe support jailbreak, Palera1n, TrollStore \u0026amp; more\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"scheduling\" class=\"modern-tab-panel\"\u003e\n    \u003ch3\u003eBooking Process\u003c\/h3\u003e\n    \u003cp\u003eChoose a suitable \u003cstrong\u003eappointment time slot\u003c\/strong\u003e before proceeding to checkout. You’ll receive a confirmation email with full instructions.\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eAll time slots are in your local time\u003c\/li\u003e\n      \u003cli\u003eWe recommend booking at least 1 day in advance\u003c\/li\u003e\n      \u003cli\u003eRescheduling is free up to 6 hours before appointment\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"shipping\" class=\"modern-tab-panel\"\u003e\n    \u003ch3\u003eDelivery Format\u003c\/h3\u003e\n    \u003cp\u003eThis is a digital\/remote service. \u003cstrong\u003eNo physical item is shipped.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eRemote session link and instructions sent via email\u003c\/li\u003e\n      \u003cli\u003eWe use AnyDesk or TeamViewer (you choose)\u003c\/li\u003e\n      \u003cli\u003eSession takes 20–60 minutes depending on device\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"disclaimer\" class=\"modern-tab-panel\"\u003e\n    \u003ch3\u003eDisclaimer\u003c\/h3\u003e\n    \u003cp\u003eWhile rooting and jailbreaking can unlock advanced features, they may void warranties or affect OTA updates. We are not liable for any data loss or post-installation changes. Backup your data beforehand.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  function switchTab(evt, id) {\n    document.querySelectorAll('.modern-tab-panel').forEach(panel =\u003e panel.classList.remove('active'));\n    document.querySelectorAll('.modern-tabs-nav button').forEach(btn =\u003e btn.classList.remove('active'));\n    document.getElementById(id).classList.add('active');\n    evt.currentTarget.classList.add('active');\n  }\n\u003c\/script\u003e\n\u003cdiv class=\"pp-lawful-use\" style=\"margin-top:18px;padding:14px 16px;border:1px solid #E3E8EF;border-radius:10px;background:#F5F7FA;font-size:.92em;line-height:1.5\"\u003e\n\u003cb\u003eLawful use and ownership\u003c\/b\u003e\u003cbr\u003eSold for use on a device you own. Unlocking the bootloader and installing custom software is an operation the manufacturer supports on the devices we cover, and modifying a device you own is lawful in the United Kingdom and the United States. We do not provide carrier unlocking, account or activation-lock removal, factory reset protection bypass, or any service that circumvents a device's ownership protections. Proof of ownership may be requested. Unlocking the bootloader ends the manufacturer's warranty; PrivacyPortal covers the hardware for 12 months instead.\u003c\/div\u003e","brand":"Remote Root","offers":[{"title":"Google Pixel Root Installation \/ GameGuardian Setup (Add-On)","offer_id":46214998688057,"sku":"","price":46.0,"currency_code":"GBP","in_stock":true},{"title":"Google Pixel Root Installation \/ Pokemon Go Spoofing Setup (Add-On)","offer_id":48366782546233,"sku":"","price":46.0,"currency_code":"GBP","in_stock":true},{"title":"Google Pixel Root Installation \/ No Add-On","offer_id":48366782579001,"sku":"","price":37.0,"currency_code":"GBP","in_stock":true},{"title":"OnePlus Root Installation \/ GameGuardian Setup (Add-On)","offer_id":48366741848377,"sku":"","price":46.0,"currency_code":"GBP","in_stock":true},{"title":"OnePlus Root Installation \/ Pokemon Go Spoofing Setup (Add-On)","offer_id":48366782808377,"sku":"","price":46.0,"currency_code":"GBP","in_stock":true},{"title":"OnePlus Root Installation \/ No Add-On","offer_id":48366782841145,"sku":"","price":37.0,"currency_code":"GBP","in_stock":true},{"title":"Xiaomi Root Installation \/ GameGuardian Setup (Add-On)","offer_id":48366745944377,"sku":"","price":83.0,"currency_code":"GBP","in_stock":true},{"title":"Xiaomi Root Installation \/ Pokemon Go Spoofing Setup (Add-On)","offer_id":48366782906681,"sku":"","price":83.0,"currency_code":"GBP","in_stock":true},{"title":"Xiaomi Root Installation \/ No Add-On","offer_id":48366782939449,"sku":"","price":74.0,"currency_code":"GBP","in_stock":true},{"title":"Samsung Root Installation \/ GameGuardian Setup (Add-On)","offer_id":48366748598585,"sku":"","price":65.0,"currency_code":"GBP","in_stock":true},{"title":"Samsung Root Installation \/ Pokemon Go Spoofing Setup (Add-On)","offer_id":48366783004985,"sku":"","price":65.0,"currency_code":"GBP","in_stock":true},{"title":"Samsung Root Installation \/ No Add-On","offer_id":48366783037753,"sku":"","price":55.0,"currency_code":"GBP","in_stock":true},{"title":"GrapheneOS Installation \/ No Add-On","offer_id":48366782611769,"sku":"","price":28.0,"currency_code":"GBP","in_stock":true},{"title":"CalyxOS Installation \/ No Add-On","offer_id":48366782644537,"sku":"","price":37.0,"currency_code":"GBP","in_stock":true},{"title":"LineageOS Installation \/ No Add-On","offer_id":48366782677305,"sku":"","price":37.0,"currency_code":"GBP","in_stock":true},{"title":"Unbrick Service \/ No Add-On","offer_id":48366782710073,"sku":"","price":93.0,"currency_code":"GBP","in_stock":true},{"title":"Strong Integrity (All Bank Apps WORK) \/ No Add-On","offer_id":48366783070521,"sku":"","price":241.0,"currency_code":"GBP","in_stock":true},{"title":"iPhone Jailbreak \/ GameGuardian Setup (Add-On)","offer_id":48506341327161,"sku":"","price":46.0,"currency_code":"GBP","in_stock":true},{"title":"iPhone Jailbreak \/ Pokemon Go Spoofing Setup (Add-On)","offer_id":48506341392697,"sku":"","price":46.0,"currency_code":"GBP","in_stock":true},{"title":"iPhone Jailbreak \/ No Add-On","offer_id":48506341425465,"sku":"","price":46.0,"currency_code":"GBP","in_stock":true},{"title":"Custom Root \/ GameGuardian Setup (Add-On)","offer_id":49363472253241,"sku":"","price":121.0,"currency_code":"GBP","in_stock":true},{"title":"Custom Root \/ Pokemon Go Spoofing Setup (Add-On)","offer_id":49363472318777,"sku":"","price":121.0,"currency_code":"GBP","in_stock":true},{"title":"Custom Root \/ No Add-On","offer_id":49363472351545,"sku":"","price":121.0,"currency_code":"GBP","in_stock":true},{"title":"iCloud Lock Bypass (iOS 15) \/ GameGuardian Setup (Add-On)","offer_id":51004531966265,"sku":null,"price":65.0,"currency_code":"GBP","in_stock":true},{"title":"iCloud Lock Bypass (iOS 15) \/ Pokemon Go Spoofing Setup (Add-On)","offer_id":51004531999033,"sku":null,"price":65.0,"currency_code":"GBP","in_stock":true},{"title":"iCloud Lock Bypass (iOS 15) \/ No Add-On","offer_id":51004532031801,"sku":null,"price":65.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/2372\/4345\/files\/s-l1600.jpg?v=1690757632"}],"url":"https:\/\/www.privacyportal.co.uk\/collections\/remote-root.oembed","provider":"PrivacyPortal","version":"1.0","type":"link"}