2023-04-06 10:11:36 +00:00
<!DOCTYPE html>
< html lang = "en" class = "h-full" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1" >
2023-08-28 14:09:37 +00:00
< meta name = "turbo-cache-control" content = "no-cache" data-turbo-track = "reload" data-track-token = "3.2.0.746546944938" >
2023-04-06 10:11:36 +00:00
<!-- See retype.com -->
2023-08-24 00:47:20 +00:00
< meta name = "generator" content = "Retype 3.2.0" >
2023-04-06 10:11:36 +00:00
<!-- Primary Meta Tags -->
2023-04-08 12:18:35 +00:00
< title > Android / iOS | FreeMediaHeckYeah< / title >
< meta name = "title" content = "Android / iOS | FreeMediaHeckYeah" >
2023-07-23 18:12:38 +00:00
< meta name = "description" content = "Apps, Jailbreaking, Android Emulators" >
2023-04-06 10:11:36 +00:00
<!-- Canonical -->
2023-08-05 16:12:38 +00:00
< link rel = "canonical" href = "https://fmhy.pages.dev/android-iosguide/" >
2023-04-06 10:11:36 +00:00
<!-- Open Graph / Facebook -->
< meta property = "og:type" content = "website" >
2023-08-05 16:12:38 +00:00
< meta property = "og:url" content = "https://fmhy.pages.dev/android-iosguide/" >
2023-04-08 12:18:35 +00:00
< meta property = "og:title" content = "Android / iOS | FreeMediaHeckYeah" >
2023-04-06 10:11:36 +00:00
< meta property = "og:description" content = "Apps, Jailbreaking, Android Emulators" >
<!-- Twitter -->
< meta property = "twitter:card" content = "summary_large_image" >
2023-08-05 16:12:38 +00:00
< meta property = "twitter:url" content = "https://fmhy.pages.dev/android-iosguide/" >
2023-04-08 12:18:35 +00:00
< meta property = "twitter:title" content = "Android / iOS | FreeMediaHeckYeah" >
2023-04-06 10:11:36 +00:00
< meta property = "twitter:description" content = "Apps, Jailbreaking, Android Emulators" >
2023-07-23 18:12:38 +00:00
< script data-cfasync = "false" > ( function ( ) { var el = document . documentElement , m = localStorage . getItem ( "doc_theme" ) , wm = window . matchMedia ; if ( m === "dark" || ( ! m && wm && wm ( "(prefers-color-scheme: dark)" ) . matches ) ) { el . classList . add ( "dark" ) } else { el . classList . remove ( "dark" ) } } ) ( ) ; < / script >
2023-04-06 10:11:36 +00:00
2023-07-23 18:12:38 +00:00
< link href = "../static/favicon.ico" rel = "icon" >
2023-08-28 14:09:37 +00:00
< link href = "../resources/css/retype.css?v=3.2.0.746546944938" rel = "stylesheet" >
2023-04-06 10:11:36 +00:00
2023-08-28 14:09:37 +00:00
< script data-cfasync = "false" src = "../resources/js/config.js?v=3.2.0.746546944938" data-turbo-eval = "false" defer > < / script >
2023-08-24 00:47:20 +00:00
< script data-cfasync = "false" src = "../resources/js/retype.js?v=3.2.0" data-turbo-eval = "false" defer > < / script >
2023-08-28 14:09:37 +00:00
< script id = "lunr-js" data-cfasync = "false" src = "../resources/js/lunr.js?v=3.2.0.746546944938" data-turbo-eval = "false" defer > < / script >
2023-07-03 17:42:36 +00:00
2023-08-13 09:48:05 +00:00
< link rel = "stylesheet" href = "static/styles.css" >
2023-07-19 10:11:57 +00:00
2023-04-06 10:11:36 +00:00
< / head >
< body >
< div id = "docs-app" class = "relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300" >
< div class = "absolute bottom-0 left-0 bg-gray-100 dark:bg-dark-800" style = "top: 5rem; right: 50%" > < / div >
< header id = "docs-site-header" class = "sticky top-0 z-30 flex w-full h-16 bg-white border-b border-gray-200 md:h-20 dark:bg-dark-850 dark:border-dark-650" >
2023-07-23 18:12:38 +00:00
< div class = "container relative flex items-center justify-between pr-6 grow md:justify-start" >
2023-04-06 10:11:36 +00:00
<!-- Mobile menu button skeleton -->
< button v-cloak class = "skeleton docs-mobile-menu-button flex items-center justify-center shrink-0 overflow-hidden dark:text-white focus:outline-none rounded-full w-10 h-10 ml-3.5 md:hidden" > < svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px shrink-0" width = "24" height = "24" viewBox = "0 0 24 24" role = "presentation" style = "margin-bottom: 0px;" > < g fill = "currentColor" > < path d = "M2 4h20v2H2zM2 11h20v2H2zM2 18h20v2H2z" > < / path > < / g > < / svg > < / button >
< div v-cloak id = "docs-sidebar-toggle" > < / div >
<!-- Logo -->
< div class = "flex items-center justify-between h-full py-2 md:w-75" >
< div class = "flex items-center px-2 md:px-6" >
< a id = "docs-site-logo" href = "../" class = "flex items-center leading-snug text-2xl" >
< span class = "w-10 mr-2 grow-0 shrink-0 overflow-hidden" >
< img class = "max-h-10 dark:hidden md:inline-block" src = "../static/fmhy.ico" >
< img class = "max-h-10 hidden dark:inline-block" src = "../static/fmhy.ico" >
< / span >
< span class = "dark:text-white font-semibold line-clamp-1 md:line-clamp-2" > FMHY< / span >
< / a >
< / div >
< span class = "hidden h-8 border-r md:inline-block dark:border-dark-650" > < / span >
< / div >
< div class = "flex justify-between md:grow" >
<!-- Top Nav -->
< nav class = "hidden md:flex" >
< ul class = "flex flex-col mb-4 md:pl-16 md:mb-0 md:flex-row md:items-center" >
2023-08-05 16:12:38 +00:00
< li class = "mr-6" >
< a class = "py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://fmhy.divolt.xyz/" >
2023-08-05 22:09:08 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m3,0C1.35,0,0,1.35,0,3v13.5c0,1.65,1.35,3,3,3h4.5v3.75c0,.29.16.54.41.67.25.13.56.1.79-.07l5.8-4.35h6.5c1.65,0,3-1.35,3-3V3c0-1.65-1.35-3-3-3H3Z" / >
2023-08-05 22:09:08 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Chat< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://fmhy-search.streamlit.app/" >
2023-08-05 22:09:08 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m19.5,9.75c0,2.15-.7,4.14-1.88,5.75l5.93,5.94c.59.59.59,1.54,0,2.12-.59.59-1.54.59-2.12,0l-5.93-5.94c-1.61,1.18-3.6,1.87-5.75,1.87C4.36,19.5,0,15.13,0,9.75S4.36,0,9.75,0s9.75,4.36,9.75,9.75Zm-9.75,6.75c3.73,0,6.75-3.02,6.75-6.75s-3.02-6.75-6.75-6.75-6.75,3.02-6.75,6.75,3.02,6.75,6.75,6.75Z" / >
2023-08-05 22:09:08 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Search< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://www.reddit.com/r/FREEMEDIAHECKYEAH/" >
2023-08-06 04:12:11 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m9.36,14.4c-.67,0-1.2-.54-1.2-1.19s.54-1.2,1.2-1.2,1.19.54,1.19,1.2-.54,1.19-1.19,1.19Zm14.64-2.4c0,6.63-5.37,12-12,12S0,18.63,0,12,5.37,0,12,0s12,5.37,12,12Zm-6.4-1.99c-.45,0-.86.19-1.15.48-1.08-.75-2.55-1.23-4.17-1.29l.84-3.79,2.68.6c0,.66.54,1.19,1.19,1.19s1.2-.55,1.2-1.2-.54-1.2-1.2-1.2c-.47,0-.87.28-1.07.67l-2.96-.66c-.15-.04-.3.07-.33.21l-.92,4.18c-1.61.07-3.05.55-4.14,1.3-.3-.31-.71-.49-1.17-.49-1.69,0-2.24,2.27-.7,3.04-.05.24-.08.49-.08.75,0,2.55,2.86,4.61,6.39,4.61s6.4-2.06,6.4-4.61c0-.26-.03-.52-.09-.76,1.51-.77.96-3.02-.72-3.02Zm-3.33,5.62c-.88.88-3.68.87-4.53,0-.11-.11-.3-.11-.4,0-.12.12-.12.31,0,.42,1.1,1.1,4.22,1.1,5.33,0,.12-.11.12-.3,0-.42-.11-.11-.3-.11-.4,0Zm.37-3.63c-.66,0-1.19.54-1.19,1.2s.54,1.19,1.19,1.19,1.2-.54,1.2-1.19-.53-1.2-1.2-1.2Z" / >
2023-08-06 04:12:11 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Reddit< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://github.com/fmhy" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m8.03,19.32c0,.1-.11.18-.25.18-.16.01-.27-.06-.27-.18,0-.1.11-.18.25-.18.15-.01.27.06.27.18Zm-1.5-.22c-.03.1.06.21.21.24.13.05.27,0,.3-.1s-.06-.21-.21-.26c-.13-.03-.27.01-.3.11Zm2.14-.08c-.14.03-.24.13-.22.24.01.1.14.16.29.13.14-.03.24-.13.22-.23-.01-.09-.15-.16-.29-.14ZM11.85,0C5.13,0,0,5.23,0,12.11c0,5.5,3.38,10.21,8.2,11.87.62.11.84-.28.84-.6s-.01-2-.01-3.05c0,0-3.39.74-4.1-1.48,0,0-.55-1.44-1.35-1.82,0,0-1.11-.78.08-.76,0,0,1.2.1,1.87,1.28,1.06,1.92,2.84,1.36,3.53,1.04.11-.79.43-1.34.77-1.67-2.7-.31-5.43-.71-5.43-5.48,0-1.36.37-2.05,1.14-2.92-.13-.32-.54-1.65.13-3.37,1.01-.32,3.34,1.34,3.34,1.34.97-.28,2.01-.42,3.04-.42s2.07.14,3.04.42c0,0,2.33-1.67,3.34-1.34.66,1.72.25,3.05.13,3.37.77.88,1.25,1.56,1.25,2.92,0,4.79-2.85,5.17-5.55,5.48.45.39.82,1.14.82,2.3,0,1.67-.01,3.74-.01,4.15,0,.32.22.71.84.6,4.84-1.65,8.12-6.36,8.12-11.86C24,5.23,18.56,0,11.85,0Zm-7.14,17.12c-.06.05-.05.16.03.26.08.08.19.11.25.05.06-.05.05-.16-.03-.26-.08-.08-.19-.11-.25-.05Zm-.52-.4c-.03.06.01.14.11.19.08.05.17.03.21-.03.03-.06-.01-.14-.11-.19-.1-.03-.17-.01-.21.03Zm1.57,1.77c-.08.06-.05.21.06.31.11.11.25.13.31.05.06-.06.03-.21-.06-.31-.11-.11-.25-.13-.31-.05Zm-.55-.73c-.08.05-.08.18,0,.29s.21.16.27.11c.08-.06.08-.19,0-.31-.07-.11-.19-.16-.27-.1Z" / >
2023-08-05 16:12:38 +00:00
< / g >
< / svg >
< span > Github< / span >
< / a >
< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< / nav >
<!-- Header Right Skeleton -->
< div v-cloak class = "flex justify-end grow skeleton" >
<!-- Search input mock -->
< div class = "relative hidden w-40 lg:block lg:max-w-sm lg:ml-auto" >
< div class = "absolute flex items-center justify-center h-full pl-3 dark:text-dark-300" >
2023-07-23 18:12:38 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "icon-base" width = "16" height = "16" viewBox = "0 0 24 24" aria-labelledby = "icon" role = "presentation" style = "margin-bottom: 1px;" > < g fill = "currentColor" > < path d = "M21.71 20.29l-3.68-3.68A8.963 8.963 0 0020 11c0-4.96-4.04-9-9-9s-9 4.04-9 9 4.04 9 9 9c2.12 0 4.07-.74 5.61-1.97l3.68 3.68c.2.19.45.29.71.29s.51-.1.71-.29c.39-.39.39-1.03 0-1.42zM4 11c0-3.86 3.14-7 7-7s7 3.14 7 7c0 1.92-.78 3.66-2.04 4.93-.01.01-.02.01-.02.01-.01.01-.01.01-.01.02A6.98 6.98 0 0111 18c-3.86 0-7-3.14-7-7z" > < / path > < / g > < / svg >
2023-04-06 10:11:36 +00:00
< / div >
2023-07-23 18:12:38 +00:00
< input class = "w-full h-10 placeholder-gray-400 transition-colors duration-200 ease-in bg-gray-200 border border-transparent rounded md:text-sm hover:bg-white hover:border-gray-300 focus:outline-none focus:bg-white focus:border-gray-500 dark:bg-dark-600 dark:border-dark-600 dark:placeholder-dark-400" style = "padding: 0.625rem 0.75rem 0.625rem 2rem" type = "text" placeholder = "Search" >
2023-04-06 10:11:36 +00:00
< / div >
2023-07-23 18:12:38 +00:00
<!-- Mobile search button -->
2023-04-06 10:11:36 +00:00
< div class = "flex items-center justify-center w-10 h-10 lg:hidden" >
2023-07-23 18:12:38 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "shrink-0 icon-base" width = "20" height = "20" viewBox = "0 0 24 24" aria-labelledby = "icon" role = "presentation" style = "margin-bottom: 0px;" > < g fill = "currentColor" > < path d = "M21.71 20.29l-3.68-3.68A8.963 8.963 0 0020 11c0-4.96-4.04-9-9-9s-9 4.04-9 9 4.04 9 9 9c2.12 0 4.07-.74 5.61-1.97l3.68 3.68c.2.19.45.29.71.29s.51-.1.71-.29c.39-.39.39-1.03 0-1.42zM4 11c0-3.86 3.14-7 7-7s7 3.14 7 7c0 1.92-.78 3.66-2.04 4.93-.01.01-.02.01-.02.01-.01.01-.01.01-.01.02A6.98 6.98 0 0111 18c-3.86 0-7-3.14-7-7z" > < / path > < / g > < / svg >
2023-04-06 10:11:36 +00:00
< / div >
2023-07-23 18:12:38 +00:00
<!-- Dark mode switch placeholder -->
2023-04-06 10:11:36 +00:00
< div class = "w-10 h-10 lg:ml-2" > < / div >
2023-07-23 18:12:38 +00:00
<!-- History button -->
2023-04-06 10:11:36 +00:00
< div class = "flex items-center justify-center w-10 h-10" style = "margin-right: -0.625rem;" >
2023-07-23 18:12:38 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "shrink-0 icon-base" width = "22" height = "22" viewBox = "0 0 24 24" aria-labelledby = "icon" role = "presentation" style = "margin-bottom: 0px;" > < g fill = "currentColor" > < g > < path d = "M12.01 6.01c-.55 0-1 .45-1 1V12a1 1 0 00.4.8l3 2.22a.985.985 0 001.39-.2.996.996 0 00-.21-1.4l-2.6-1.92V7.01c.02-.55-.43-1-.98-1z" > < / path > < path d = "M12.01 1.91c-5.33 0-9.69 4.16-10.05 9.4l-.29-.26a.997.997 0 10-1.34 1.48l1.97 1.79c.19.17.43.26.67.26s.48-.09.67-.26l1.97-1.79a.997.997 0 10-1.34-1.48l-.31.28c.34-4.14 3.82-7.41 8.05-7.41 4.46 0 8.08 3.63 8.08 8.09s-3.63 8.08-8.08 8.08c-2.18 0-4.22-.85-5.75-2.4a.996.996 0 10-1.42 1.4 10.02 10.02 0 007.17 2.99c5.56 0 10.08-4.52 10.08-10.08.01-5.56-4.52-10.09-10.08-10.09z" > < / path > < / g > < / g > < / svg >
2023-04-06 10:11:36 +00:00
< / div >
< / div >
< div v-cloak class = "flex justify-end grow" >
< div id = "docs-mobile-search-button" > < / div >
< doc-search-desktop > < / doc-search-desktop >
< doc-theme-switch class = "lg:ml-2" > < / doc-theme-switch >
< doc-history > < / doc-history >
< / div >
< / div >
< / div >
< / header >
< div class = "container relative flex bg-white" >
<!-- Sidebar Skeleton -->
< div v-cloak class = "fixed flex flex-col shrink-0 duration-300 ease-in-out bg-gray-100 border-gray-200 sidebar top-20 w-75 border-r h-screen md:sticky transition-transform skeleton dark:bg-dark-800 dark:border-dark-650" >
<!-- Render this div, if config.showSidebarFilter is `true` -->
< div class = "flex items-center h-16 px-6" >
2023-07-23 18:12:38 +00:00
< input class = "w-full h-8 px-3 py-2 transition-colors duration-200 ease-linear bg-white border border-gray-200 rounded shadow-none text-sm focus:outline-none focus:border-gray-600 dark:bg-dark-600 dark:border-dark-600" type = "text" placeholder = "Filter" >
2023-04-06 10:11:36 +00:00
< / div >
2023-07-23 18:12:38 +00:00
< div class = "pl-6 mt-1 mb-4" >
2023-04-06 10:11:36 +00:00
< div class = "w-32 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-48 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-40 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-32 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-48 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-40 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< / div >
< div class = "shrink-0 mt-auto bg-transparent dark:border-dark-650" >
< a class = "flex items-center justify-center flex-nowrap h-16 text-gray-400 dark:text-dark-400 hover:text-gray-700 dark:hover:text-dark-300 transition-colors duration-150 ease-in docs-powered-by" target = "_blank" href = "https://retype.com/" rel = "noopener" >
< span class = "text-xs whitespace-nowrap" > Powered by< / span >
< svg xmlns = "http://www.w3.org/2000/svg" class = "ml-2" fill = "currentColor" width = "96" height = "20" overflow = "visible" > < path d = "M0 0v20h13.59V0H0zm11.15 17.54H2.44V2.46h8.71v15.08zM15.8 20h2.44V4.67L15.8 2.22zM20.45 6.89V20h2.44V9.34z" / > < g > < path d = "M40.16 8.44c0 1.49-.59 2.45-1.75 2.88l2.34 3.32h-2.53l-2.04-2.96h-1.43v2.96h-2.06V5.36h3.5c1.43 0 2.46.24 3.07.73s.9 1.27.9 2.35zm-2.48 1.1c.26-.23.38-.59.38-1.09 0-.5-.13-.84-.4-1.03s-.73-.28-1.39-.28h-1.54v2.75h1.5c.72 0 1.2-.12 1.45-.35zM51.56 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92h4.74v1.83h-6.79V5.36h6.64zM60.09 7.15v7.48h-2.06V7.15h-2.61V5.36h7.28v1.79h-2.61zM70.81 14.64h-2.06v-3.66l-3.19-5.61h2.23l1.99 3.45 1.99-3.45H74l-3.19 5.61v3.66zM83.99 6.19c.65.55.97 1.4.97 2.55s-.33 1.98-1 2.51-1.68.8-3.04.8h-1.23v2.59h-2.06V5.36h3.26c1.42 0 2.45.28 3.1.83zm-1.51 3.65c.25-.28.37-.69.37-1.22s-.16-.92-.48-1.14c-.32-.23-.82-.34-1.5-.34H79.7v3.12h1.38c.68 0 1.15-.14 1.4-.42zM95.85 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92H96v1.83h-6.79V5.36h6.64z" / > < / g > < / svg >
< / a >
< / div >
< / div >
<!-- Sidebar component -->
< doc-sidebar v-cloak >
< template # sidebar-footer >
< div class = "shrink-0 mt-auto border-t md:bg-transparent md:border-none dark:border-dark-650" >
2023-08-05 16:12:38 +00:00
< div class = "py-3 px-6 md:hidden border-b dark:border-dark-650" >
< nav >
< ul class = "flex flex-wrap justify-center items-center" >
< li class = "mr-6" >
< a class = "block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://fmhy.divolt.xyz/" >
2023-08-05 22:09:08 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m3,0C1.35,0,0,1.35,0,3v13.5c0,1.65,1.35,3,3,3h4.5v3.75c0,.29.16.54.41.67.25.13.56.1.79-.07l5.8-4.35h6.5c1.65,0,3-1.35,3-3V3c0-1.65-1.35-3-3-3H3Z" / >
2023-08-05 22:09:08 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Chat< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://fmhy-search.streamlit.app/" >
2023-08-05 22:09:08 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m19.5,9.75c0,2.15-.7,4.14-1.88,5.75l5.93,5.94c.59.59.59,1.54,0,2.12-.59.59-1.54.59-2.12,0l-5.93-5.94c-1.61,1.18-3.6,1.87-5.75,1.87C4.36,19.5,0,15.13,0,9.75S4.36,0,9.75,0s9.75,4.36,9.75,9.75Zm-9.75,6.75c3.73,0,6.75-3.02,6.75-6.75s-3.02-6.75-6.75-6.75-6.75,3.02-6.75,6.75,3.02,6.75,6.75,6.75Z" / >
2023-08-05 22:09:08 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Search< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://www.reddit.com/r/FREEMEDIAHECKYEAH/" >
2023-08-06 04:12:11 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m9.36,14.4c-.67,0-1.2-.54-1.2-1.19s.54-1.2,1.2-1.2,1.19.54,1.19,1.2-.54,1.19-1.19,1.19Zm14.64-2.4c0,6.63-5.37,12-12,12S0,18.63,0,12,5.37,0,12,0s12,5.37,12,12Zm-6.4-1.99c-.45,0-.86.19-1.15.48-1.08-.75-2.55-1.23-4.17-1.29l.84-3.79,2.68.6c0,.66.54,1.19,1.19,1.19s1.2-.55,1.2-1.2-.54-1.2-1.2-1.2c-.47,0-.87.28-1.07.67l-2.96-.66c-.15-.04-.3.07-.33.21l-.92,4.18c-1.61.07-3.05.55-4.14,1.3-.3-.31-.71-.49-1.17-.49-1.69,0-2.24,2.27-.7,3.04-.05.24-.08.49-.08.75,0,2.55,2.86,4.61,6.39,4.61s6.4-2.06,6.4-4.61c0-.26-.03-.52-.09-.76,1.51-.77.96-3.02-.72-3.02Zm-3.33,5.62c-.88.88-3.68.87-4.53,0-.11-.11-.3-.11-.4,0-.12.12-.12.31,0,.42,1.1,1.1,4.22,1.1,5.33,0,.12-.11.12-.3,0-.42-.11-.11-.3-.11-.4,0Zm.37-3.63c-.66,0-1.19.54-1.19,1.2s.54,1.19,1.19,1.19,1.2-.54,1.2-1.19-.53-1.2-1.2-1.2Z" / >
2023-08-06 04:12:11 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Reddit< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://github.com/fmhy" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m8.03,19.32c0,.1-.11.18-.25.18-.16.01-.27-.06-.27-.18,0-.1.11-.18.25-.18.15-.01.27.06.27.18Zm-1.5-.22c-.03.1.06.21.21.24.13.05.27,0,.3-.1s-.06-.21-.21-.26c-.13-.03-.27.01-.3.11Zm2.14-.08c-.14.03-.24.13-.22.24.01.1.14.16.29.13.14-.03.24-.13.22-.23-.01-.09-.15-.16-.29-.14ZM11.85,0C5.13,0,0,5.23,0,12.11c0,5.5,3.38,10.21,8.2,11.87.62.11.84-.28.84-.6s-.01-2-.01-3.05c0,0-3.39.74-4.1-1.48,0,0-.55-1.44-1.35-1.82,0,0-1.11-.78.08-.76,0,0,1.2.1,1.87,1.28,1.06,1.92,2.84,1.36,3.53,1.04.11-.79.43-1.34.77-1.67-2.7-.31-5.43-.71-5.43-5.48,0-1.36.37-2.05,1.14-2.92-.13-.32-.54-1.65.13-3.37,1.01-.32,3.34,1.34,3.34,1.34.97-.28,2.01-.42,3.04-.42s2.07.14,3.04.42c0,0,2.33-1.67,3.34-1.34.66,1.72.25,3.05.13,3.37.77.88,1.25,1.56,1.25,2.92,0,4.79-2.85,5.17-5.55,5.48.45.39.82,1.14.82,2.3,0,1.67-.01,3.74-.01,4.15,0,.32.22.71.84.6,4.84-1.65,8.12-6.36,8.12-11.86C24,5.23,18.56,0,11.85,0Zm-7.14,17.12c-.06.05-.05.16.03.26.08.08.19.11.25.05.06-.05.05-.16-.03-.26-.08-.08-.19-.11-.25-.05Zm-.52-.4c-.03.06.01.14.11.19.08.05.17.03.21-.03.03-.06-.01-.14-.11-.19-.1-.03-.17-.01-.21.03Zm1.57,1.77c-.08.06-.05.21.06.31.11.11.25.13.31.05.06-.06.03-.21-.06-.31-.11-.11-.25-.13-.31-.05Zm-.55-.73c-.08.05-.08.18,0,.29s.21.16.27.11c.08-.06.08-.19,0-.31-.07-.11-.19-.16-.27-.1Z" / >
2023-08-05 16:12:38 +00:00
< / g >
< / svg >
< span > Github< / span >
< / a >
< / li >
< / ul >
< / nav >
< / div >
2023-04-06 10:11:36 +00:00
< a class = "flex items-center justify-center flex-nowrap h-16 text-gray-400 dark:text-dark-400 hover:text-gray-700 dark:hover:text-dark-300 transition-colors duration-150 ease-in docs-powered-by" target = "_blank" href = "https://retype.com/" rel = "noopener" >
< span class = "text-xs whitespace-nowrap" > Powered by< / span >
< svg xmlns = "http://www.w3.org/2000/svg" class = "ml-2" fill = "currentColor" width = "96" height = "20" overflow = "visible" > < path d = "M0 0v20h13.59V0H0zm11.15 17.54H2.44V2.46h8.71v15.08zM15.8 20h2.44V4.67L15.8 2.22zM20.45 6.89V20h2.44V9.34z" / > < g > < path d = "M40.16 8.44c0 1.49-.59 2.45-1.75 2.88l2.34 3.32h-2.53l-2.04-2.96h-1.43v2.96h-2.06V5.36h3.5c1.43 0 2.46.24 3.07.73s.9 1.27.9 2.35zm-2.48 1.1c.26-.23.38-.59.38-1.09 0-.5-.13-.84-.4-1.03s-.73-.28-1.39-.28h-1.54v2.75h1.5c.72 0 1.2-.12 1.45-.35zM51.56 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92h4.74v1.83h-6.79V5.36h6.64zM60.09 7.15v7.48h-2.06V7.15h-2.61V5.36h7.28v1.79h-2.61zM70.81 14.64h-2.06v-3.66l-3.19-5.61h2.23l1.99 3.45 1.99-3.45H74l-3.19 5.61v3.66zM83.99 6.19c.65.55.97 1.4.97 2.55s-.33 1.98-1 2.51-1.68.8-3.04.8h-1.23v2.59h-2.06V5.36h3.26c1.42 0 2.45.28 3.1.83zm-1.51 3.65c.25-.28.37-.69.37-1.22s-.16-.92-.48-1.14c-.32-.23-.82-.34-1.5-.34H79.7v3.12h1.38c.68 0 1.15-.14 1.4-.42zM95.85 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92H96v1.83h-6.79V5.36h6.64z" / > < / g > < / svg >
< / a >
< / div >
< / template >
< / doc-sidebar >
< div class = "grow min-w-0 dark:bg-dark-850" >
<!-- Render "toolbar" template here on api pages --> <!-- Render page content -->
< div class = "flex" >
2023-05-29 20:11:51 +00:00
< div class = "min-w-0 p-4 grow md:px-16" >
< main class = "relative pb-12 lg:pt-2" >
2023-04-06 10:11:36 +00:00
< div class = "docs-markdown" id = "docs-content" >
<!-- Rendered if sidebar right is enabled -->
< div id = "docs-sidebar-right-toggle" > < / div >
<!-- Page content -->
< doc-anchor-target id = "android--ios" class = "break-words" >
< h1 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android--ios" > #< / doc-anchor-trigger >
< span > Android / iOS< / span >
< / h1 >
< / doc-anchor-target >
< p > Apps, Jailbreaking, Android Emulators< / p >
2023-08-17 08:13:38 +00:00
< doc-anchor-target id = "android-apks" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-apks" > #< / doc-anchor-trigger >
< span > Android APKs< / span >
< / h2 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://cse.google.com/cse?cx=e0d1769ccf74236e8" > Android APK CSE< / a > < / strong > / < a href = "https://cse.google.com/cse?cx=73948689c2c206528" > CSE 2< / a > / < a href = "https://cse.google.com/cse?cx=a805854b6a196d6a6" > CSE 3< / a > or < a href = "https://showappslike.com/" > ShowAppsLike< / a > - APK Search Engines< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.luckypatchers.com/download/" > Lucky Patcher< / a > < / strong > - App Patcher< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > Lucky Patcher Tools< / strong > - < a href = "https://flixbox.github.io/lp-compat/docs/intro" > Guide< / a > , < a href = "https://latestechnews.com/how-to-use-lucky-patcher/" > 2< / a > / < a href = "https://flixbox.github.io/lp-compat/" > Compatibility< / a > / < a href = "https://www.reddit.com/r/luckypatcher/" > Subreddit< / a > / < a href = "https://discord.com/invite/RS5ddYf7mw" > Discord< / a > < / li >
< li > < a href = "https://greasyfork.org/en/scripts/33005-direct-download-from-google-play/" > Direct Download From Google Play< / a > - Add Direct DL Links to Google Play< / li >
< li > < a href = "https://www.gboxlab.com/" > GBox< / a > - GMS Google Box< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.uptodown.installer&hl=en&gl=US" > APK Installer< / a > - APK Installers< / li >
< li > < a href = "https://raccoon.onyxbits.de/" > Raccoon< / a > - Private APK Downloader< / li >
2023-08-27 16:12:34 +00:00
< li > < a href = "https://github.com/ClaudiuGeorgiu/PlaystoreDownloader" > PlaystoreDownloader< / a > or < a href = "https://github.com/EFForg/apkeep" > APKeep< / a > - APK Download CLIs< / li >
2023-08-17 08:13:38 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.aksapps.apkgenerator" > APK Generator< / a > or < a href = "https://play.google.com/store/apps/details?id=com.sdkdevelopers.apksaver" > APK Saver< / a > - Save APK File for Installed Apps< / li >
< li > < a href = "https://github.com/alexrintt/kanade" > Kanade< / a > , < a href = "https://play.google.com/store/apps/details?id=com.ext.ui" > Apk Extractor< / a > or < a href = "https://play.google.com/store/apps/details?id=com.ytheekshana.apkextractor" > APKExtractor< / a > - APK Extractors< / li >
< li > < a href = "https://qwertycube.com/apk-editor-studio/" > APK Editor Studio< / a > - APK Editor< / li >
< li > < a href = "https://github.com/iBotPeaches/Apktool" > APKTool< / a > - APK Reverse Engineering Tool< / li >
< li > < a href = "https://github.com/CodingGay/BlackDex" > BlackDex< / a > - APK Unpacking Tool< / li >
< li > < a href = "https://un.pixel-fy.com/" > FOSS Package Creator< / a > - Create Open Source APK Packages< / li >
< li > < a href = "https://github.com/DUpdateSystem/UpgradeAll" > UpgradeAll< / a > or < a href = "https://github.com/hemker/apkgrabber" > APKGrabber< / a > or < a href = "https://github.com/ImranR98/Obtainium/" > Obtainium< / a > - APK Updaters< / li >
< li > < a href = "https://github.com/DavidBerdik/Let-Me-Downgrade" > Let Me Downgrade< / a > - Downgrade Apps on Android 12/13< / li >
< li > < a href = "https://apkadmin.com/" > APKAdmin< / a > - APK Hosting Site< / li >
< / ul >
< doc-anchor-target id = "modded-apks" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#modded-apks" > #< / doc-anchor-trigger >
< span > Modded APKs< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://forum.mobilism.org/viewforum.php?f=398" > Mobilism< / a > < / strong > / < a href = "https://forum.mobilism.org/app/" > App< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://androeed.store/" > Androeed< / a > < / strong > / < a href = "https://t.me/androeed_store" > Telegram< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://modyolo.com/" > Modyolo< / a > < / strong > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://apksapps.notion.site/apksapps/096ef38f452342ba99b4e1509a449729?v=9970360b443643789c333bd2c7180009" > /r/ApkApps Mega< / a > < / strong > / < a href = "https://www.reddit.com/r/ApksApps" > Subreddit< / a > / < a href = "https://discord.gg/Kr5EWKZU5Y" > Discord< / a > / < a href = "https://t.me/joinchat/MwYScFfTq3XkY0wIEDLA3g" > Telegram< / a > < / li >
< li > < a href = "https://nsaneforums.com/" > nsane.down< / a > < / li >
< li > < a href = "https://www.revdl.com/" > RevDl< / a > < / li >
< li > < a href = "https://sbenny.com/" > Sbenny< / a > < / li >
< li > < a href = "https://www.farsroid.com/" > farsroid< / a > < / li >
< li > < a href = "https://androidrepublic.org/" > AndroidRepublic< / a > < / li >
< li > < a href = "https://apkmodsapp.com/" > ApkModsApp< / a > < / li >
< li > < a href = "https://an1.com/" > Android1< / a > < / li >
< li > < a href = "https://dzapk.com/" > DZAPK< / a > < / li >
< li > < a href = "https://pdalife.com/" > PDALife< / a > < / li >
< li > < a href = "https://www.teamos.xyz/" > TeamOS< / a > < / li >
< li > < a href = "https://apkhome.io/" > APK Home< / a > < / li >
< li > < a href = "http://dl.king2net.com/soft%20android/" > DL King< / a > < / li >
< li > < a href = "https://moddingunited.xyz/" > Modding United< / a > / < a href = "https://telegram.me/allapkforfree" > Telegram< / a > < / li >
< li > < a href = "https://www.akmods.in/" > AKMods< / a > < / li >
< li > < a href = "https://apkkit.com/" > APKKit< / a > < / li >
< li > < a href = "https://blackmod.net/" > Blackmod< / a > - Modded Games< / li >
< li > < a href = "https://dl.p30afzar.com/Games/" > p30afzar< / a > - Modded Games< / li >
< li > < a href = "https://t.me/aerolla" > Aero Apps< / a > - Modded Social Media Apps< / li >
< / ul >
< doc-anchor-target id = "untouched-apks" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#untouched-apks" > #< / doc-anchor-trigger >
< span > Untouched APKs< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.apkmirror.com/" > APKMirror< / a > < / strong > / < a href = "https://pastebin.com/TcsAJib6" > Playstore Links< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://en.uptodown.com/android" > UpToDown< / a > < / strong > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://apkpure.com/" > APKPure< / a > < / strong > < / li >
< li > < a href = "https://auroraoss.com/" > Aurora Store< / a > , < a href = "https://gitlab.com/AuroraOSS/AuroraStore" > 2< / a > - Alt App Store / < a href = "https://youtu.be/L5RrtxQUtVE" > Bypass Limits< / a > < / li >
< li > < a href = "https://aptoide.com/" > Aptoide< / a > - Alt App Store< / li >
< li > < a href = "https://github.com/redsolver/skydroid" > Skydroid< / a > - Alt App Store< / li >
< li > < a href = "https://accrescent.app/" > Accrescent< / a > - Alt App Store< / li >
< li > < a href = "https://appteka.store/" > AppTeka< / a > - Alt App Store< / li >
< li > < a href = "https://techy-transistor.notion.site/5359aca6d9494ed893e57823f55499e5?v=4a68e3958c1b443fa61e25c87f96d384" > Android App< / a > < / li >
< li > < a href = "https://apkcombo.com/" > APKCombo< / a > < / li >
< li > < a href = "https://www.apkbe.com/" > APKBe< / a > < / li >
< li > < a href = "https://www.mobileapkfree.com/" > MobileAPKFree< / a > < / li >
< li > < a href = "https://top-androids.com/" > Top Androids< / a > < / li >
< li > < a href = "https://www.apkthing.com/" > APK Thing< / a > < / li >
< li > < a href = "https://apkgit.co/" > APKGit< / a > < / li >
< li > < a href = "https://www.apkmonk.com/" > APKMonk< / a > < / li >
< li > < a href = "https://www.apktoy.com/" > APKToy< / a > < / li >
< li > < a href = "https://apkamp.com/" > APKamp< / a > < / li >
< li > < a href = "https://www.apksum.com/" > APKSum< / a > < / li >
< li > < a href = "https://apk.cafe/" > apk.cafe< / a > < / li >
< li > < a href = "https://github.com/nyas1/Material-You-app-list" > Material-You-app-list< / a > < / li >
2023-08-21 12:21:43 +00:00
< li > < a href = "https://sr.ht/%7Egardenapple/mitch/" > Mitch< / a > - .io Games Storefront< / li >
2023-08-17 08:13:38 +00:00
< li > < a href = "https://finelock.app/" > Fine Lock< / a > or < a href = "https://apps.samsung.com/appquery/appDetail.as?appId=com.samsung.android.goodlock" > Good Lock< / a > - Samsung Galaxy Apps< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.shelf.app" > Shelf< / a > - App Recommendations< / li >
< li > < a href = "https://fmhy.pages.dev/miscguide/#free-stuff" > Free App Giveaways< / a > - App Giveaway Sites< / li >
< / ul >
< doc-anchor-target id = "foss-apks" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#foss-apks" > #< / doc-anchor-trigger >
< span > FOSS APKs< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://f-droid.org/" > F-Droid< / a > < / strong > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > F-Droid Tools< / strong > - < a href = "https://fdroidfamily.codeberg.page/" > Resources< / a > / < a href = "https://github.com/mvdan/fdroidcl" > Desktop< / a > / < a href = "https://codeberg.org/pstorch/F-Droid_Build_Status" > Build Status< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > F-Droid Clients< / strong > - < a href = "https://github.com/Iamlooker/Droid-ify" > Droid-ify< / a > / < a href = "https://git.bubu1.eu/Bubu/fdroidclassic" > Classic Client< / a > / < a href = "https://gitlab.com/gdroid/gdroidclient" > gdroidclient< / a > / < a href = "https://github.com/NeoApplications/Neo-Store" > Neo Store< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://forum.f-droid.org/t/known-repositories/" > Known Repositories< / a > < / strong > - F-Droid Repositories< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/offa/android-foss" > Android FOSS< / a > < / strong > < / li >
< li > < a href = "https://android.izzysoft.de/applists.php" > IzzyOnDroid< / a > - App Repo / < a href = "https://apt.izzysoft.de/fdroid/index.php" > F-Droid< / a > < / li >
< li > < a href = "https://fossdroid.com/" > FossDroid< / a > / < a href = "https://reddit.com/r/fossdroid" > /r/fossdroid< / a > < / li >
< li > < a href = "https://gitlab.com/linuxcafefederation/awesome-android/-/blob/main/README.md" > Awesome Android< / a > < / li >
< li > < a href = "https://github.com/pcqpcq/open-source-android-apps" > Open-Source Android Apps< / a > < / li >
< li > < a href = "https://redd.it/jhtvn4" > /r/u_Jackie7610< / a > < / li >
< li > < a href = "https://github.com/Psyhackological/AAA" > AAA< / a > < / li >
< li > < a href = "https://albertomosconi.github.io/foss-apps/" > Cool FOSS< / a > / < a href = "https://github.com/albertomosconi/foss-apps" > GitHub< / a > < / li >
< li > < a href = "https://simplemobiletools.com/" > Simple Mobile Tools< / a > < / li >
< li > < a href = "https://welove.codeberg.page/" > We Love Codeberg< / a > < / li >
2023-08-27 16:12:34 +00:00
< li > < a href = "https://onyxbits.de/" > OnyxBits< / a > < / li >
2023-08-17 08:13:38 +00:00
< li > < a href = "https://github.com/androiddevnotes/awesome-android-kotlin-apps" > Awesome Android Kotlin Apps< / a > - Kotlin App Index< / li >
< li > < a href = "https://palmdb.net/" > PalmDB< / a > - Palm OS Apps / < a href = "https://discord.gg/YddKPpR" > Discord< / a > < / li >
< li > < a href = "https://openrepos.net/" > OpenRepos< / a > - Harmattan / Sailfish OS Apps< / li >
< li > < a href = "https://github.com/shmykelsa/aaad" > Android Auto Apps Downloader< / a > - Android Vehicle Apps< / li >
< / ul >
< doc-anchor-target id = "tg-channels" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#tg-channels" > #< / doc-anchor-trigger >
< span > TG Channels< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-08-24 04:13:07 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://t.me/+MYR2XRdK3_pmZDRl" > Modded Central< / a > < / strong > / < a href = "https://t.me/moddedcentralbackup" > Backup< / a > < / li >
2023-08-17 08:13:38 +00:00
< li > < a href = "https://t.me/Mixrootmods" > MixRoot Mods< / a > , < a href = "https://t.me/DroidApks" > DroidApks< / a > < / li >
< li > < a href = "https://t.me/modcombo_en" > ModCombo< / a > < / li >
< li > < a href = "https://t.me/pcandroidsoftware/" > pcandroidsoftware< / a > < / li >
< li > < a href = "https://t.me/Glype" > Glype< / a > < / li >
< li > < a href = "https://t.me/alexstranniklite" > alexstranniklite< / a > < / li >
< li > < a href = "https://t.me/AMRTSOFFICIAL" > AMRTSOFFICIAL< / a > < / li >
< li > < a href = "https://t.me/ANiK555_Mods" > ANiK555_Mods< / a > < / li >
< li > < a href = "https://t.me/AppKaMods" > AppKaMods< / a > < / li >
< li > < a href = "https://t.me/joinchat/ShQEPsG-v7LZWT0v" > Paid Apps< / a > < / li >
< li > < a href = "https://t.me/TharakMods" > TharakMods< / a > < / li >
< li > < a href = "https://t.me/marioworlds4u" > marioworlds4u< / a > < / li >
< li > < a href = "https://t.me/EasyAPK" > EasyAPK< / a > < / li >
< li > < a href = "https://t.me/GoldenBoot_Mods_Re" > GoldenBoot_Mods_Re< / a > < / li >
< li > < a href = "https://t.me/dumpmods" > dumpmods< / a > < / li >
< li > < a href = "https://t.me/faloojein" > faloojein< / a > < / li >
< li > < a href = "https://t.me/IC_Mods" > IC_Mods< / a > < / li >
< li > < a href = "https://t.me/allapkforfree" > allapkforfree< / a > < / li >
< li > < a href = "https://t.me/Moderse" > Moderse< / a > < / li >
< li > < a href = "https://t.me/AyraProject" > AyraProject< / a > < / li >
< li > < a href = "https://t.me/modulesrepo" > Modules Repositor< / a > < / li >
< li > < a href = "https://t.me/Android_hacked_games" > Android_hacked_games< / a > - Modded Games< / li >
< / ul >
2023-07-13 20:13:31 +00:00
< doc-anchor-target id = "android-tools" >
2023-04-06 10:11:36 +00:00
< h2 >
2023-07-13 20:13:31 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-tools" > #< / doc-anchor-trigger >
< span > Android Tools< / span >
< / h2 >
< / doc-anchor-target >
< doc-anchor-target id = "android-device" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-device" > #< / doc-anchor-trigger >
< span > Android Device< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/miscguide/#shopping" > Phone Comparison Sites< / a > < / strong > - Compare / Buy Phones< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#android-operating-systems" > Custom Android Operating Systems< / a > < / strong > < / li >
2023-08-18 14:09:54 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/zsh2401/AutumnBox/releases" > AutumnBox< / a > < / strong > , < a href = "https://github.com/d4rken-org/octi" > Octi< / a > or < a href = "https://adbappcontrol.com/en/" > ADBAppControl< / a > - Android Device Managers / Root Tool / < a href = "https://i.ibb.co/ZYysg2c/5546649b4d89.png" > Features< / a > < / li >
2023-07-13 20:13:31 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#app-launchers" > App Launchers< / a > < / strong > - Android App Launchers / Managers< / li >
2023-08-14 02:15:48 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://ntfy.sh/" > ntfy< / a > < / strong > or < a href = "https://play.google.com/store/apps/details?id=com.wagner.valentin.notificationmaker2" > Notification Maker< / a > - Custom Push Notifications< / li >
2023-07-13 20:13:31 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "http://macrodroid.com/" > MacroDroid< / a > < / strong > , < a href = "https://llamalab.com/automate/" > Automate< / a > or < a href = "https://www.automateitapp.com/" > AutomateIt< / a > - Android Automation< / li >
2023-08-14 06:14:13 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/topjohnwu/Magisk" > Magisk< / a > < / strong > , < a href = "https://github.com/datnerdguy/Magisk-Monet" > Magisk Monet< / a > , < a href = "https://github.com/LSPosed/MagiskOnWSALocal" > MagiskOnWSALocal< / a > , < a href = "https://github.com/saitamasahil/Pixel-Launcher-Extended" > Pixel Launcher< / a > or < a href = "https://github.com/JunioJsv/mtk-easy-su" > Mtk Easy Su< / a > - Android Root Tools< / li >
2023-07-13 20:13:31 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > Magisk Tools< / strong > - < a href = "https://t.me/magiskmod_update" > Mods< / a > / < a href = "https://github.com/axonasif/rusty-magisk" > Support Layer< / a > / < a href = "https://github.com/Fox2Code/FoxMagiskModuleManager" > Manager< / a > , < a href = "https://github.com/ya0211/MRepo" > 2< / a > / < a href = "https://github.com/kdrag0n/safetynet-fix" > SafteyNet Fix< / a > / < a href = "https://www.androidacy.com/magisk-modules-repository/" > Modules< / a > / < a href = "https://github.com/Magisk-Modules-Alt-Repo" > Alt Repo< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://termux.com/" > Termux< / a > < / strong > , < a href = "https://github.com/limboemu/limbo" > Limbo< / a > , < a href = "https://andronix.app/" > Andronix< / a > / < a href = "https://github.com/AndronixApp" > Git< / a > or < a href = "https://termoneplus.com/" > TermOne Plus< / a > - Terminal Emulators / OS Environments< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > Termux Tools< / strong > - < a href = "https://github.com/OzakIOne/termux-youtube-dl" > YT-DL< / a > , < a href = "https://github.com/khansaad1275/Termux-YTD" > 2< / a > / < a href = "https://github.com/htr-tech/bash2mp4" > Video Downloader< / a > , < a href = "https://github.com/AbirHasan2005/LR-YTDL" > 2< / a > / < a href = "https://github.com/termux/termux-gui" > GUI< / a > / < a href = "https://github.com/MasterDevX/Termux-ADB" > ADB / Fastboot Tools< / a > / < a href = "https://github.com/mayTermux/myTermux" > Beautify< / a > < / li >
2023-07-15 06:15:15 +00:00
< li > < a href = "https://github.com/ismartcoding/plain-app" > PlainApp< / a > , < a href = "https://github.com/Genymobile/scrcpy" > scrcpy< / a > , < a href = "https://app.webadb.com/" > WebADB< / a > or < a href = "https://github.com/barry-ran/QtScrcpy" > QtScrcpy< / a > - Control Android via Desktop / < a href = "https://guiscrcpy.srev.in/" > GUI< / a > , < a href = "https://github.com/Tomotoes/scrcpy-gui" > 2< / a > < / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://github.com/gujjwal00/avnc" > AVNC< / a > - Remote Desktop Client for Android< / li >
< li > < a href = "http://www.apkshellext.com/" > ApkShellExt2< / a > - Desktop App Manager< / li >
< li > < a href = "https://github.com/KieronQuinn/ClassicPowerMenu" > ClassicPowerMenu< / a > - Android Power Menu Replacement< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=de.florianisme.wakeonlan" > Wake on Lan< / a > - Control Devices via Wake on Lan< / li >
< li > < a href = "https://github.com/KieronQuinn/PixelLauncherMods" > PixelLauncherMods< / a > - Enable Features in Stock App Launcher< / li >
< li > < a href = "https://github.com/skittles9823/QuickSwitch" > QuickSwitch< / a > - Enable Quickstep in Launchers< / li >
< li > < a href = "https://github.com/butzist/ActivityLauncher" > Activity Launcher< / a > - Activity Launch Shortcuts< / li >
< li > < a href = "https://rentry.co/debloatandroid" > Android Debloat Guide< / a > , < a href = "https://christitus.com/debloat-android/" > debloat-android< / a > or < a href = "https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/" > Uninstall Bloatware< / a > - Android Debloating Guides< / li >
< li > < a href = "https://forum.xda-developers.com/t/script-2020-10-04-v2-7-universal-android-debloater.4069209/" > Universal Android Debloater< / a > / < a href = "https://github.com/0x192/universal-android-debloater" > GUI< / a > , < a href = "https://sunilpaulmathew.github.io/De-Bloater/" > De-Bloater< / a > or < a href = "https://github.com/khlam/debloat-samsung-android" > Debloat Samsung Android< / a > - Android Debloaters< / li >
< li > < a href = "https://github.com/flxapps/DetoxDroid" > DetoxDroid< / a > - Make Your Phone Less Distracting< / li >
< li > < a href = "https://github.com/aistra0528/Hail" > Hail< / a > - Auto-Deactivate Unused Apps< / li >
< li > < a href = "https://github.com/lihenggui/blocker" > Blocker< / a > - Component Controller< / li >
< li > < a href = "https://fmhy.pages.dev/base64/#ponydroid" > Ponydroid< / a > , < a href = "https://my.jdownloader.org/" > Jdownloader< / a > , < a href = "https://github.com/mzeeshanid/MZDownloadManager" > MZDownloadManager< / a > , < a href = "https://play.google.com/store/apps/details?id=idm.internet.download.manager.adm.lite" > 1DM< / a > , < a href = "https://play.google.com/store/apps/details?id=org.freedownloadmanager.fdm" > FDM< / a > or < a href = "https://github.com/TachibanaGeneralLaboratories/download-navi" > Navi< / a > - Download File Manager< / li >
< li > < a href = "https://fmhy.pages.dev/storage/#android-file-explorers" > Android File Explorers< / a > - File Explorers / Managers< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.marc.files" > Marc Files< / a > - File Manager Shortcut< / li >
< li > < a href = "https://www.aethersx2.com/archive/" > Aethersx2< / a > - File Directory Lister< / li >
< li > < a href = "https://deduplicate.app/" > DeDuplicate< / a > - Duplicate File Remover< / li >
< li > < a href = "https://codeberg.org/izzy/Adebar" > Adebar< / a > , < a href = "https://github.com/XayahSuSuSu/Android-DataBackup" > Android-DataBackup< / a > , < a href = "https://swiftapps.org/" > Swift Backup< / a > , < a href = "https://github.com/NeoApplications/Neo-Backup" > Neo Backup< / a > - Device Backup Tools< / li >
< li > < a href = "https://github.com/ivaniskandar/shouko" > shouko< / a > or < a href = "https://github.com/zacharee/Tweaker" > Tweaker< / a > - Android System Tweaks / Features< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.google.android.diskusage" > DiskUsage< / a > - Disk Usage Analyzer< / li >
< li > < a href = "https://github.com/LibreShift/red-moon" > Red Moon< / a > or < a href = "https://play.google.com/store/apps/details?id=com.evezzon.nightowl" > NightOwl< / a > - Screen Brightness Control< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=jp.ne.hardyinfinity.bluelightfilter.free" > BlueLight Filter< / a > - Screen Bluelight Filter< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=me.mikecroall.oledbuddy" > OLEDBuddy< / a > - Fix OLED Images< / li >
2023-08-08 08:14:31 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.mahersafadi.electron" > Electron< / a > , < a href = "https://codeberg.org/s1m/savertuner" > SaverTuner< / a > < a href = "https://fmhy.pages.dev/base64/#battery-guru" > BatteryGuru< / a > , < a href = "https://gitlab.com/narektor/batt" > Batt< / a > or < a href = "https://play.google.com/store/apps/details?id=com.digibites.accubattery" > AccuBattery< / a > - Battery Monitors / Managers< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://github.com/MuntashirAkon/BatteryChargeLimiter" > BatteryChargeLimiter< / a > - Charging Control< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.urysoft.pixelfilter" > Pixoff< / a > - Save Battery by Turning Off Pixels< / li >
< li > < a href = "https://github.com/WSTxda/Compass-QS-Tile" > Compass QS Tile< / a > or < a href = "https://gitlab.com/asdoi/quick-tiles" > QuickTiles< / a > - Quick Setting Tiles< / li >
< li > < a href = "https://gitlab.com/juanitobananas/auto-auto-rotate" > auto-auto-rotate< / a > - Per App Rotation Settings< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.argonremote.openappscheduler" > Open App Scheduler< / a > - Set Apps to Open Automatically< / li >
< li > < a href = "https://github.com/tribalfs/GalaxyMaxHzPub" > Galaxy MaxHzPub< / a > - Samsung Refresh Rate Manager< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.gesture.suite" > Gesture Suite< / a > or < a href = "https://play.google.com/store/apps/details?id=com.fb.fluid" > Fluid Gestures< / a > - Android Gestures< / li >
< li > < a href = "https://forum.xda-developers.com/t/app-beta-0-10-1-tap-tap-double-tap-on-back-of-device-gesture-from-android-11-port.4140573/" > Tap Tap Double Tap< / a > or < a href = "https://github.com/KieronQuinn/TapTap" > TapTap< / a > - Android Back Gesture Controls< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.quickcursor" > Quick Cursor< / a > - Cursor for Large Smartphones< / li >
< li > < a href = "https://lab.zhs.moe/caffeine/" > Caffeine< / a > - Keep Screen On< / li >
< li > < a href = "https://fakestandby.jonasbernard.de/" > FakeStandby< / a > - Turn Off Screen While App is Running< / li >
< li > < a href = "https://gitlab.com/juanitobananas/wave-up" > WaveUp< / a > - Turn On Display via Waving< / li >
< li > < a href = "https://github.com/BLumia/pineapple-lock-screen" > Pineapple Lock Screen< / a > - Turn Off Display without Power Button< / li >
2023-07-15 06:15:15 +00:00
< li > < a href = "https://github.com/msasikanth/pinnit" > Pinnit< / a > - Notification History / Pinning< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://bdt.jepfa.de/" > B.D.T< / a > - Time with Between Time Notifications< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.jamworks.alwaysondisplay" > aodNotify< / a > - Notification LED< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.dharmapoudel.tidypanel" > TidyPanel< / a > - Notification Blocker< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.evo.inware" > Inware< / a > - Device Specifications< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.itemstudio.castro" > Castro< / a > , < a href = "https://play.google.com/store/apps/details?id=ru.andr7e.deviceinfohw" > Device Info HW< / a > or < a href = "https://github.com/Tortel/SysLog" > SysLog< / a > - View System Information< / li >
< li > < a href = "https://gearjail.neocities.org/" > GearJail< / a > - Android Guides / Resources< / li >
< li > < a href = "https://forum.xda-developers.com/" > XDA< / a > - Android Discussion Forum< / li >
< li > < a href = "https://forum.gsmhosting.com/vbb/" > GSMHosting< / a > - GSM Discussion Forum< / li >
< li > < a href = "https://xiaomi.eu" > Xiaomi European< / a > - Xiaomi Discussion Forum< / li >
< li > < a href = "https://w10mgroup.github.io/" > W10M Group< / a > - Mobile Windows Tech Support< / li >
< li > < a href = "https://talk.maemo.org/" > Maemo< / a > - Maemo OS Discussion / < a href = "https://wiki.maemo.org/" > Wiki< / a > / < a href = "https://t.me/maemomeego" > Telegram< / a > , < a href = "https://t.me/meegoosinternational" > 2< / a > < / li >
< li > < a href = "https://t.me/symbianos" > SymbianOS< / a > - Symbian OS Discussion< / li >
< li > < a href = "https://www.vmos.com/" > VMOS< / a > or < a href = "https://x8sb.com/" > x8sb< / a > - Android on Android Virtual Machines< / li >
< li > < a href = "https://etchdroid.depau.eu/" > EtchDroid< / a > - Write OS Images to USB Drive< / li >
2023-08-26 14:09:05 +00:00
< li > < a href = "https://github.com/brunodev85/winlator" > Winlator< / a > - Run Windows Apps< / li >
2023-07-23 16:12:44 +00:00
< li > < a href = "https://willmyphonework.net/" > Will My Phone Work?< / a > - Phone Carrier Support Index< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://specmap.sequence-omega.net/" > Spectrum Ownership Map< / a > - Cell Carrier FCC Spectrum Map< / li >
< li > < a href = "https://mobilespectrum.org/" > MobileSpectrum< / a > - Mobile Network Spectrum by Country< / li >
< li > < a href = "https://plexus.techlore.tech/" > Plexus< / a > - De-googled Device Compatibility List< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=balti.migrate" > Migrate< / a > - Migration Tool / Root Required< / li >
< li > < a href = "https://www.xda-developers.com/root/" > How to Root< / a > - Android Root Guide< / li >
< li > < a href = "https://sites.google.com/view/superthomaslab/root-essentials" > Root Essentials< / a > - Multiple Root Tools< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.joeykrim.rootcheck" > Root Checker< / a > - Root Checker< / li >
< li > < a href = "https://github.com/fast-geek/Android-Tool" > Android Tool< / a > or < a href = "https://github.com/K3V1991/ADB-and-FastbootPlusPlus" > ADB-and-FastbootPlusPlus< / a > - ABD / Fastboot Programs< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=eu.chainfire.liveboot&hl=en_IN" > LiveBoot< / a > - Logcat / Dmesg Boot Animation< / li >
< li > < a href = "https://github.com/mashed-potatoes/PotatoNV" > PotatoNV< / a > - Huawei Device Bootloader< / li >
< li > < a href = "https://forum.xda-developers.com/t/amazing-temp-root-for-mediatek-armv8-2020-08-24.3922213/" > Amazing Temp Root< / a > - MediaTek Temp Root< / li >
< li > < a href = "https://twrp.me/" > TWRP Root< / a > / < a href = "https://t.me/samsung_twrp_root/78379" > Telegram< / a > or < a href = "https://unofficialtwrp.com/" > UnofficialTWRP< / a > - TWRP Root< / li >
< li > < a href = "https://forum.xda-developers.com/showthread.php?t=2711451" > Odin3< / a > , < a href = "https://skyhawkrecovery.github.io/" > SkyHawk< / a > / < a href = "https://github.com/SHRP" > GitHub< / a > , < a href = "https://pitchblackrecovery.com/" > PitchBlack< / a > or < a href = "https://wiki.orangefox.tech/en/home" > OrangeFox< / a > / < a href = "https://gitlab.com/OrangeFox/misc/appdev/app" > GitHub< / a > - Custom Recovery Firmware< / li >
< li > < a href = "https://forum.xda-developers.com/t/tool-samfirm-a-i-o-tools-firmware-downloader-mtp-bypass-frp.4210103/" > SamFirm A.I.O < / a > , < a href = "https://github.com/pubuduprasad/samsung-frp-bypass-project-" > samsung-frp-bypass-project< / a > or < a href = "https://firmwareland.com/" > Firmwareland< / a > - Firmware / FRP Bypass< / li >
< li > < a href = "https://eurekadevelopment.github.io/" > Eureka< / a > - Samsung Exynos Modding Community< / li >
< li > < a href = "https://github.com/m0bilesecurity/Frida-Mobile-Scripts" > Frida-Mobile-Scripts< / a > - FRIDA Mobile Scripts< / li >
< li > < a href = "https://github.com/puddly/android-otp-extractor" > Android OTP Extractor< / a > - Extract OTP Tokens< / li >
< li > < a href = "https://github.com/SmartPack/SmartPack-Kernel-Manager" > SmartPack-Kernel-Manager< / a > - Kernel Manager< / li >
< li > < a href = "https://swappa.com/imei" > Swappa< / a > or < a href = "https://www.sickw.com/" > SickW< / a > - IMEI, MEID, ESN Checker< / li >
< li > < a href = "https://fmhy.pages.dev/base64/#swap" > SWAP< / a > - Create SWAP file without Root< / li >
< li > < a href = "https://forum.xda-developers.com/t/module-smali-patcher-7-4.3680053/" > Smali Patcher< / a > - Android System Patcher< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=gr.nikolasspyr.integritycheck" > Play Integrity API Checker< / a > - Device Integrity Checker< / li >
< li > < a href = "https://albastuz3d.net/" > Albastuz3d< / a > - Stock Phone ROMs< / li >
< li > < a href = "https://t.me/nokiafirmwaregp" > NokiaFIimwareGP< / a > or < a href = "https://t.me/nokiaoldfirmware" > NokiaOldFirmware< / a > - Nokia Firmware< / li >
< li > < a href = "https://www.xda-developers.com/how-to-install-custom-rom-android/" > How to Install a Custom ROM< / a > - Custom ROM Installation Guide< / li >
< li > < a href = "https://lpcwiki.miraheze.org/" > Legacy Portable Computing Wiki< / a > - Legacy Portable Computer Wiki< / li >
< li > < a href = "https://www.odindownload.com/" > Odin< / a > or < a href = "https://www.ivtheme.com/" > IVTheme< / a > - ROM Flashing Tools< / li >
< li > < a href = "https://github.com/btimofeev/UniPatcher" > UniPatcher< / a > - ROM Patcher< / li >
< li > < a href = "https://github.com/google/android-classyshark" > ClassyShark< / a > - Android /Java Bytecode Viewer< / li >
< li > < a href = "https://github.com/Keddnyo/MiDoze" > MiDoze< / a > - ROMs, Dials & Apps for Xiaomi Watches< / li >
< li > < a href = "https://github.com/izivkov/CasioGShockSmartSync" > CasioGShockSmartSync< / a > - Google Services for Casio G-shock Watches< / li >
< li > < a href = "https://www.schakal.ru/" > schakal< / a > - Amazfit Bip Watchfaces< / li >
< li > < a href = "https://codeberg.org/Freeyourgadget/Gadgetbridge" > Bangle.js< / a > - Bridge Android to Bangle.js Smart Watches< / li >
< li > < a href = "https://fixmyspeakers.com/" > Fix My Speakers< / a > - Eject Water from Phones Speakers< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.ray.waterresistancetester" > Water Resistance Tester< / a > - Test Phones Water Resistance< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.hobbyone.HashDroid" > Hash Droid< / a > or < a href = "https://hash-checker.github.io/hash-checker.io/" > Hask Checker< / a > - File Hash Checkers< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.learnpainless.disable_system_apps&hl=en" > Redmi System Manager< / a > - Uninstall Redmi System Apps< / li >
< li > < a href = "https://github.com/hyperio546/ladb-builds" > LADB Builds< / a > or < a href = "https://gitlab.com/sunilpaulmathew/ashell" > aShell< / a > - ADB Shell< / li >
2023-07-19 22:10:26 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=org.connectbot" > ConnectBOt< / a > - SSH Client< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://forum.xda-developers.com/t/windows-tool-fire-toolbox-v12-0.3889604/" > Fire Toolbox< / a > - Fire Tablet Tools< / li >
2023-08-21 12:21:43 +00:00
< li > < a href = "https://prepaid-data-sim-card.fandom.com/wiki/Prepaid_SIM_with_data" > Prepaid SIM Cards< / a > - Prepaid Data SIM Card Wiki< / li >
2023-07-13 20:13:31 +00:00
< / ul >
< doc-anchor-target id = "android-utilities" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-utilities" > #< / doc-anchor-trigger >
< span > Android Utilities< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#android-note-apps" > Note Taking / To-Do< / a > < / strong > - Note Taking / To-Do Apps< / li >
2023-08-22 06:14:13 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/Darkempire78/OpenCalc" > OpenCalc< / a > < / strong > , < a href = "https://play.google.com/store/apps/details?id=org.solovyev.android.calculator" > Calculator++< / a > , < a href = "https://github.com/mkulesh/microMathematics" > microMathematics< / a > , < a href = "https://github.com/prathameshmm02/Calculator-inator" > Calculator-inator< / a > or < a href = "https://play.google.com/store/apps/details?id=com.browndwarf.tapecalc" > TapeCalc< / a > - Calculators< / li >
2023-07-13 20:13:31 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "http://automatag.com/" > AutomaTag< / a > < / strong > or < a href = "https://autotagger.ru/" > AutoTagger< / a > - Metadata Organizers< / li >
2023-08-26 14:09:05 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.boringreport.org/" > BoringReport< / a > < / strong > , < a href = "https://artifact.news/" > Artifact< / a > or < a href = "https://volvmedia.com/" > Volv< / a > - Android News Apps< / li >
2023-07-13 20:13:31 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://gist.github.com/FreddieOliveira/efe850df7ff3951cb62d74bd770dce27" > Android Docker< / a > < / strong > - How-to Run Docker on Android< / li >
< li > < a href = "https://julio.hackyouriphone.org/" > JulioverneHYI< / a > - Repository for Piracy Tools< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.freebasics" > Free Basics< / a > - Use Apps via SMS< / li >
< li > < a href = "https://github.com/Bnyro/ConnectYou" > ConnectYou< / a > - Contacts App< / li >
< li > < a href = "https://allmycontact.info/" > AllMyContact< / a > - Contact Info QR Codes< / li >
< li > < a href = "https://github.com/brarcher/loyalty-card-locker" > Loyalty Card Locker< / a > or < a href = "https://catima.app/" > Catima< / a > - Loyalty Card Managers< / li >
2023-07-23 12:19:45 +00:00
< li > < a href = "https://github.com/x13a/Volta" > Volta< / a > - Remap Volume Keys< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.ss.folderinfolder" > Folder in Folder< / a > - Create Subfolders< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=rk.android.app.shortcutmaker" > Shortcut Maker< / a > - Create App Shortcuts< / li >
2023-08-27 16:12:34 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.notch.touch" > Touch The Notch< / a > - Use Camera Notch as Button< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://gitea.angry.im/PeterCxy/Shelter" > Shelter< / a > or < a href = "https://gitlab.com/secure-system/Insular" > Insular< / a > - Isolate / Clone Apps< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.splendapps.shark" > Uninstaller< / a > or < a href = "https://play.google.com/store/apps/details?id=com.bulk.uninstall" > Bulk Uninstall< / a > - App Uninstallers< / li >
< li > < a href = "https://www.appbrain.com/" > AppBrain< / a > - Analyze Android App Changes< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.mobteq.appblocker" > App Blocker< / a > - Block Apps< / li >
< li > < a href = "https://github.com/openboard-team/openboard" > openboard< / a > , < a href = "https://github.com/rkkr/simple-keyboard" > Simple Keyboard< / a > , < a href = "https://github.com/dessalines/thumb-key" > Thumb-Key< / a > or < a href = "https://github.com/Julow/Unexpected-Keyboard" > Unexpected Keyboard< / a > - Keyboard Apps< / li >
< li > < a href = "https://fmhy.pages.dev/base64/#grammarly-keyboard-premium" > Grammarly< / a > - Grammarly Keyboard Premium< / li >
< li > < a href = "https://github.com/mahmoudgalal/ZeeArchiver-Android" > ZeeArchiver-Android< / a > - Unzip / Compress Files< / li >
< li > < a href = "https://icq.com/" > icq< / a > - Messaging App< / li >
< li > < a href = "https://www.textfree.us/" > TextFree< / a > - Free Texting App< / li >
< li > < a href = "http://www.textmeup.com/" > TextMeUp< / a > - Multi-Number App< / li >
< li > < a href = "https://txtemnow.com/" > TxtEmNow< / a > - Send Anonymous Texts< / li >
< li > < a href = "https://github.com/airmessage/airmessage-android" > AirMessage< / a > or < a href = "https://bluebubbles.app/" > BlueBubbles< / a > - iMessage for Android< / li >
< li > < a href = "https://www.gdpd.xyz/" > Kubool< / a > - Anonymous Confession App / < a href = "https://play.google.com/store/apps/details?id=com.ignates.snapreply" > Snapchat< / a > < / li >
< li > < a href = "https://www.nomadapp.me/" > Nomad< / a > - Turn Any Location Into Chat< / li >
< li > < a href = "https://github.com/tmo1/sms-ie" > SMS-IE< / a > - Import / Export SMS Messages< / li >
2023-07-15 06:15:15 +00:00
< li > < a href = "https://watomatic.app/" > Watomatic< / a > / < a href = "https://github.com/adeekshith/watomatic" > Git< / a > or < a href = "https://www.autoresponder.ai/" > AutoResponder< / a > - Chat App Auto-Responders< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=opofficial.pdfmaker" > PDF Maker< / a > - PDF Creator< / li >
< li > < a href = "https://github.com/tirkarthi/NotificationDictionary" > NotificationDictionary< / a > - Dictionary App< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=rahmouni.neil.counters" > Counters< / a > - Count Anything< / li >
< li > < a href = "https://github.com/Nain57/Smart-AutoClicker" > Smart AutoClicker< / a > - Auto Clicker< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.aj.dfm" > DoForMe< / a > - Location Based Automation< / li >
< li > < a href = "https://www.clevertype.co/" > CleverType< / a > - Keyboard with GPT Integration< / li >
< li > < a href = "https://plumareader.com/" > Pluma< / a > , < a href = "https://gitlab.com/spacecowboy/Feeder" > Feeder< / a > , < a href = "https://github.com/seazon/FeedMe" > FeedMe< / a > , < a href = "https://github.com/bubelov/news" > news< / a > or < a href = "https://github.com/Ashinch/ReadYou" > ReadYou< / a > - RSS Readers< / li >
< li > < a href = "https://github.com/Ryosuke839/UnicodePad" > UnicodePad< / a > or < a href = "https://play.google.com/store/apps/details?id=ru.kaomoji.kaomojiapp" > Kaomoji< / a > - Emoji / Unicode Manager< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=net.tikolu.emojimix" > emojimix< / a > - Combine Emojis< / li >
< li > < a href = "https://github.com/TrianguloY/SimpleClipboardEditor" > Clipboarded< / a > , < a href = "http://www.evvasoft.com/ccp.html" > Clipboard CopyPaste< / a > or < a href = "https://play.google.com/store/apps/details?id=com.rubbishcollector.clipboardhistory" > Clipboard History< / a > - Clipboard Managers< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=mf.asciitext.lite" > Irregular Expressions< / a > - Text Font Generator< / li >
< li > < a href = "https://github.com/skydoves/chatgpt-android" > chatgpt-android< / a > or < a href = "https://github.com/matthaigh27/ChatGPT-android-app" > ChatGPT-android-app< / a > - ChatGPT for Android< / li >
2023-07-15 06:15:15 +00:00
< li > < a href = "https://github.com/sakusaku3939/DeepLAndroid" > DeepLAndroid< / a > , < a href = "https://github.com/MahanRahmati/translate" > Arna Translate< / a > , < a href = "https://gitlab.com/concept1tech/instalate" > Instalate< / a > , < a href = "https://github.com/Bnyro/TranslateYou" > TranslateYou< / a > or < a href = "https://github.com/ManeraKai/simplytranslate_mobile" > SimplyTranslate< / a > - Translation Apps< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://voicegpt.net/" > VoiceGPT< / a > or < a href = "https://github.com/Stypox/dicio-android" > Dicio< / a > - Voice Assistants< / li >
< li > < a href = "https://gitlab.com/axet/android-audio-recorder/tree/HEAD" > Audio-Recorder< / a > , < a href = "https://play.google.com/store/apps/details?id=com.jlong.miccheck" > Mic Check< / a > , < a href = "https://gitlab.com/axet/android-audio-recorder" > android-audio-recorder< / a > or < a href = "https://github.com/vivekweb2013/audio-recorder" > Audio Recorder< / a > - Audio Recorders< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.jazibkhan.noiseuncanceller" > Noiseun Canceller< / a > - Audio Surrounding Recorder< / li >
< li > < a href = "https://a9.io/voiceliner/" > Voiceliner< / a > - Voice Memos / < a href = "https://github.com/maxkrieger/voiceliner" > GitHub< / a > < / li >
< li > < a href = "https://walkie-talkie.io/" > Walkie-Talkie< / a > or < a href = "https://github.com/sh123/codec2_talkie" > Codec2 Talkie< / a > - Walkie-Talkie Apps< / li >
< li > < a href = "https://gitjournal.io/" > Git Journal< / a > - Mobile Markdown Notes< / li >
< li > < a href = "https://github.com/litlifesoftware/HistoryOfMe" > HistoryOfMe< / a > - Journal App< / li >
< li > < a href = "https://www.collaboraoffice.com/collabora-office-android-ios-release-notes/" > Collabora< / a > or < a href = "https://www.andropenoffice.com/" > AndrOpen< / a > - Office Suite< / li >
< li > < a href = "https://github.com/the-rebooted-coder/Take-Notes" > Take Notes< / a > - Convert Text to Handwritten Notes< / li >
< li > < a href = "https://www.remotemouse.net/" > RemoteMouse< / a > or < a href = "https://github.com/vitaminncpp/TouchDroid" > TouchDroid< / a > - Use Android as Mouse / Touch Pad< / li >
< li > < a href = "https://github.com/TheLastProject/RaiseToAnswer" > Raise To Answer< / a > - Answer Phone by Raising to Ear< / li >
2023-08-02 00:55:57 +00:00
< li > < a href = "https://github.com/breezy-weather/breezy-weather" > Breezy Weather< / a > , < a href = "https://codeberg.org/Lacerte/clima" > Clima< / a > , < a href = "https://github.com/DarkMooNight/Rain" > Rain< / a > , < a href = "https://invent.kde.org/utilities/kweather" > KWeather< / a > , < a href = "https://play.google.com/store/apps/details?id=de.bendix.flux" > Flux< / a > , < a href = "https://github.com/WangDaYeeeeee/GeometricWeather" > GeometricWeather< / a > , < a href = "https://github.com/davidtakac/prognoza" > Prognoza< / a > or < a href = "https://github.com/woheller69/omweather" > OMWeather< / a > - Weather Apps< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://github.com/dh4/WeatherRadar" > WeatherRadar< / a > - Doppler Radar Weather Images< / li >
< li > < a href = "https://www.tobianoapps.com/" > Sunny Side / TiseRise< / a > - UV Index / Minimal Hourglass< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.aftership.AfterShip&hl=en&gl=US" > Aftership< / a > - Package Tracker< / li >
< li > < a href = "https://www.milmike.com/aitts-google-wavenet-voices-for-android-tts" > aiTTS< / a > - Text to Speech< / li >
< li > < a href = "https://redd.it/l1fdh9" > Microsoft Edge Read Aloud< / a > - How to use Microsoft Read Aloud TTS on Android< / li >
< li > < a href = "https://github.com/afzalali15/flutter_alarm_clock" > Flutter Clock< / a > , < a href = "https://github.com/Bnyro/ClockYou" > ClockYou< / a > or < a href = "https://github.com/yuriykulikov/AlarmClock" > AlarmClock< / a > - Clocks / Alarms< / li >
< li > < a href = "https://github.com/Etar-Group/Etar-Calendar" > Etar< / a > , < a href = "https://jtx.techbee.at/" > JTX< / a > , < a href = "https://digibites.nl/digical" > digical< / a > , < a href = "https://timeblocks.com/" > TimeBlocks< / a > or < a href = "https://timetreeapp.com/intl/en/" > TimeTreeApp< / a > - Calendars< / li >
< li > < a href = "https://github.com/sweakpl/qralarm-android" > QRAlarm< / a > - Scan QR Code to Turn Off Alarm< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.tuogol.calendar.notification" > Calendar Notifications< / a > - View Calendar as Notifications< / li >
< li > < a href = "https://gitlab.com/Nulide/ShiftCal" > ShiftCal< / a > - Shift Calendar< / li >
< li > < a href = "https://github.com/m-i-n-a-r/birday" > Birday< / a > - Birthday Reminders / Calendar< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=prox.lab.calclock" > Sectograph< / a > - Daily Planner< / li >
< li > < a href = "https://easytimezones.com/" > Easy Time Zones< / a > - Time Zone Calculator< / li >
< li > < a href = "https://github.com/forrestguice/SuntimesWidget" > SuntimesWidget< / a > - Sun / Moon Light Time App< / li >
< li > < a href = "https://listy.is/" > Listy< / a > - Create Lists of Anything< / li >
< li > < a href = "https://github.com/markusfisch/Libra" > Libra< / a > - Pros v Cons App< / li >
< li > < a href = "https://github.com/iSoron/uhabits" > unhabits< / a > , < a href = "https://gitlab.com/wuapps/moredays" > MoreDays< / a > , < a href = "https://play.google.com/store/apps/details?id=io.rosenpin.goals" > Goals< / a > or < a href = "https://www.mindleak.app/" > MiindLeak< / a > - Habit Trackers< / li >
< li > < a href = "https://github.com/tahaak67/Farhan" > Farhan< / a > - Control Phone Addiction< / li >
< li > < a href = "https://forestapp.cc/" > Forest< / a > , < a href = "https://timecop.app/" > Time Cop< / a > , < a href = "https://www.minimalistphone.com/" > minimalist phone< / a > , < a href = "https://eveningkid.com/success/" > Success< / a > , < a href = "https://github.com/adrcotfas/Goodtime" > Goodtime< / a > or < a href = "https://play.google.com/store/apps/details?id=de.mdiener.android.mindleak" > Mind Leak< / a > - Productivity Trackers< / li >
< li > < a href = "https://sites.google.com/view/anytracker" > AnyTracker< / a > , < a href = "https://anytracker.org/" > 2< / a > - Track Anything< / li >
< li > < a href = "https://merlin.allaboutbirds.org/" > AllAboutBirds< / a > - Bird Identifier< / li >
< li > < a href = "http://deskreen.com/" > Deskreen< / a > - Turn Any Device into Secondary Screen / < a href = "https://github.com/pavlobu/deskreen" > GitHub< / a > < / li >
< li > < a href = "https://georgielabs.net/" > GeorgieLabs< / a > - Use Phone as Wireless Speaker / Headphone Port< / li >
< li > < a href = "https://wolicheng.com/womic/" > WO Mic< / a > - Use Phone as Mic< / li >
< li > < a href = "https://github.com/polodarb/Flashlight-Tiramisu" > Tiramisu< / a > or < a href = "https://github.com/cyb3rko/flashdim" > FlashDim< / a > - Adjust Flashlight Brightness< / li >
< li > < a href = "https://github.com/kylecorry31/Trail-Sense" > Trail Sense< / a > - Wilderness Survival App< / li >
< li > < a href = "https://github.com/ggerganov/ggmorse" > GGMorse< / a > - Morse Code Decoding App< / li >
< li > < a href = "https://github.com/umer0586/SensorServer" > SensorServer< / a > - Use Phone as Accelerometer< / li >
< li > < a href = "https://guardianproject.github.io/haven/" > Haven< / a > - Motion Detector< / li >
< li > < a href = "https://gitlab.com/micro-iot-platform/projects" > MicroIOT< / a > - Motion, Light & Humidity Detectors< / li >
< li > < a href = "https://github.com/ya0211/geomag" > GeoMag< / a > - Geomagnetic Field Calculator< / li >
< li > < a href = "https://github.com/JunkieLabs/sensify-android" > Sensify< / a > - Sensor Visualizers< / li >
< li > < a href = "https://github.com/TecCheck/FastLyrics" > FastLyrics< / a > - Find Lyrics for Playing Song< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.cg.lrceditor" > LRC Editor< / a > or < a href = "https://audoir.com/" > Audoir< / a > - Lyric Text Editor< / li >
< li > < a href = "https://www.wombo.ai/" > WOMBO< / a > - AI Powered Lip Sync< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.charifree" > ChariFree< / a > - Donate by Watching Ads< / li >
< li > < a href = "https://gitlab.com/Nulide/findmydevice" > FindMyDevice< / a > , < a href = "https://gitlab.com/eneiluj/phonetrack-oc" > phonetrack< / a > / < a href = "https://gitlab.com/eneiluj/phonetrack-android" > 2< / a > or < a href = "https://play.google.com/store/apps/details?id=om.roitman.autowhatsapptriggers" > AutoWhatsAppTriggers< / a > - Track Phones Location< / li >
< li > < a href = "https://owntracks.org/" > OwnTracks< / a > , < a href = "https://github.com/bilde2910/Hauk" > Hauk< / a > , < a href = "https://play.google.com/store/apps/details?id=app.simple.positional.lite" > Positional< / a > , < a href = "https://github.com/woheller69/gpscockpit" > GPSCockpit< / a > or < a href = "https://play.google.com/store/apps/details?id=com.google.android.apps.location.gps.gnsslogger" > GnssLogger< / a > - Track Own Location< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=space.linuxct.phoneaccountdetector" > PhoneAccount Abuse Detector< / a > - Android Emergency Calling Bug Check< / li >
< li > < a href = "https://floom.withgoogle.com/" > Floom< / a > - Explore Earth< / li >
< li > < a href = "https://streetcomplete.app/" > StreetComplete< / a > - OpenStreetMap Surveyor App< / li >
< li > < a href = "https://maps.me/" > MAPS.ME< / a > / < a href = "https://github.com/mapsme/omim" > GitHub< / a > or < a href = "https://osmand.net/" > OsmAnd< / a > - Offline Maps< / li >
< li > < a href = "https://github.com/ev-map/EVMap" > EVMap< / a > - Electronic Vehicle Charging Map< / li >
< li > < a href = "https://evnotify.com/" > EVNotify< / a > - Electric Vehicle Monitor / Notifications< / li >
< li > < a href = "https://water-map.org/" > Water-Map< / a > - Public Drinking Fountain Map< / li >
< li > < a href = "https://github.com/woheller69/lavatories" > LavSeeker< / a > - Public Toilet Map< / li >
< li > < a href = "https://transportr.app/" > Transportr< / a > - Public Transport Assistant< / li >
< li > < a href = "http://www.antennasearch.com/" > AntennaSearch< / a > - Cell Tower / Antenna Search< / li >
< li > < a href = "https://fuel.io/" > Fuel.io< / a > - Vehicle Fuel Tracking< / li >
< li > < a href = "https://www.unifiedremote.com/" > Unified Remote< / a > - Universal Remote< / li >
< li > < a href = "https://github.com/wseemann/RoMote" > RoMote< / a > - Phone Roku Controller< / li >
< li > < a href = "https://www.lunasea.app/" > Luna Sea< / a > - Self-Hosted Media Controller< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=apps.ijp.mediabar" > Media Bar< / a > - Status Bar Media Controller< / li >
< li > < a href = "https://github.com/Keidan/HexViewer" > HexViewer< / a > - Hex Viewer< / li >
< li > < a href = "https://github.com/deckerst/aves" > Aves< / a > - Metadata Explorer< / li >
< li > < a href = "https://github.com/adityar224/FlutterMarkdownEditor" > FlutterMarkdownEditor< / a > - Markdown Editor< / li >
2023-07-20 02:29:46 +00:00
< li > < a href = "https://gokatch.com/" > Katch< / a > - AI Call Assistant< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://github.com/Chooloo/koler" > Koler< / a > - Dialer App< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.realnetworks.kontxt.voice&hl=en&gl=US" > KONTXT< / a > - Preview Calls< / li >
< li > < a href = "https://socratic.org/" > Get Unstuck< / a > - Homework Answers / Help< / li >
< li > < a href = "https://github.com/jvde-github/AIS-catcher-for-Android" > AIS-catcher for Android< / a > - AIS Receiver< / li >
< / ul >
< doc-anchor-target id = "android-adblocking" >
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-adblocking" > #< / doc-anchor-trigger >
< span > Android Adblocking< / span >
2023-07-13 20:13:31 +00:00
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
2023-05-21 22:09:41 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://champagne.pages.dev/before-you-begin/important-tools/" > System Wide Adblocking< / a > < / strong > / < a href = "https://redd.it/oyfmr1" > 2< / a > - System Wide Adblocking Guides< / li >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/base64/#adguard-premium" > AdGuard Premium< / a > < / strong > - Adblocking App< / li >
2023-07-31 22:10:25 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/uazo/cromite" > Cromite< / a > < / strong > , < a href = "https://github.com/uazo/bromite-buildtools/releases" > Bromite< / a > / < a href = "https://www.bromite.org/" > 2< / a > , < a href = "https://f-droid.org/packages/com.oF2pks.jquarks/" > jQuarks< / a > or < a href = "https://play.google.com/store/apps/details?id=br.marcelo.monumentbrowser" > Monument< / a > - Adblocking Browser / < a href = "https://github.com/xarantolus/filtrite" > Filter< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > uBlock Origin< / strong > - < a href = "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/" > Firefox< / a > , < a href = "https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm" > Yandex< / a > & < a href = "https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm" > Kiwi< / a > < / li >
2023-08-27 16:12:34 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://play.google.com/store/apps/details?id=com.chimbori.hermitcrab" > Hermit< / a > < / strong > , < a href = "https://github.com/cylonid/NativeAlphaForAndroid" > NativeAlphaForAndroid< / a > , < a href = "https://play.google.com/store/apps/details?id=md.elway.webapp" > Incognito< / a > , < a href = "https://github.com/WaxMoon/MultiApp" > MultiApp< / a > or < a href = "https://github.com/tobykurien/WebApps/" > WebApps< / a > - Web App Containers< / li >
2023-07-15 06:15:15 +00:00
< li > < a href = "https://github.com/QuantumBadger/RedReader" > RedReader< / a > or < a href = "https://f-droid.org/packages/com.cosmos.unreddit/" > Stealth< / a > / < a href = "https://gitlab.com/cosmosapps/stealth" > 2< / a > - Ad Free Reddit Clients< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://blokada.org/" > Blokada< / a > / < a href = "https://go.blokada.org/apk4" > v4< / a > - Adblocking App< / li >
< li > < a href = "https://adaway.org/" > AdAway< / a > - Adblocking App / < a href = "https://github.com/AdAway/AdAway" > GitHub< / a > < / li >
< li > < a href = "https://abertschi.github.io/ad-free/landing/" > ad-free< / a > - Adblocking App< / li >
2023-08-02 12:21:34 +00:00
< li > < a href = "https://github.com/Gedsh/InviZible" > InviZible< / a > - Adblocking App< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.zenz-solutions.de/personaldnsfilter-wp/" > personalDNSfilter< / a > / < a href = "https://f-droid.org/packages/dnsfilter.android" > F-Droid< / a > , < a href = "https://rethinkdns.com/app" > Rethink< / a > / < a href = "https://rethinkdns.com/app#blocklists" > Blocklists< / a > , < a href = "https://github.com/bhanupratapys/dnswarden" > BhanUpratpys< / a > , < a href = "https://f-droid.org/en/packages/org.jak_linux.dns66/" > DNS66< / a > , < a href = "https://jak-linux.org/projects/dns66/" > 2< / a > / < a href = "https://github.com/julian-klode/dns66" > GitHub< / a > , < a href = "https://surfshark.com/trust-dns" > TrustDNS< / a > or < a href = "https://f-droid.org/en/packages/friimaind.piholedroid/" > Pi-Droid< / a > - DNS Adblocker< / li >
< li > < a href = "https://github.com/iTXTech/Daedalus" > Daedalus< / a > or < a href = "https://play.google.com/store/apps/details?id=com.frostnerd.smokescreen" > Smokescreen< / a > - DNS Modifier< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#dns-speed-test--changer" > DNS Speed Test & Changer< / a > - DNS Speed Test< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.technoapps.dnschanger" > DNS Changer< / a > - DNS Changer< / li >
< li > < a href = "https://github.com/wanam/YouTubeAdAway" > YouTubeAdAway< / a > - YouTube Adblocker< / li >
2023-07-23 12:19:45 +00:00
< li > < a href = "https://aerowitter.com/" > Aerowitter< / a > or < a href = "https://github.com/TwidereProject/TwidereX-Android" > Twidere-X< / a > - Ad-Free Twitter Apps< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/jerryn70/GoodbyeAds" > GoodbyeAds< / a > - Adblock Filters< / li >
2023-07-25 06:14:58 +00:00
< li > < a href = "http://www.shouldianswer.net/" > Should I Answer?< / a > , < a href = "https://f-droid.org/en/packages/dummydomain.yetanothercallblocker/" > Yet Another Call Blocker< / a > / < a href = "https://gitlab.com/xynngh/YetAnotherCallBlocker" > GitLab< / a > , < a href = "https://f-droid.org/packages/me.lucky.silence" > Silence< / a > , < a href = "https://gitlab.com/bitfireAT/NoPhoneSpam" > NoPhoneSpam< / a > or < a href = "https://www.hiya.com/" > Hiya< / a > - Block Spam Calls< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.donotcall.gov/" > The National Do Not Call Registry< / a > - Opt Out of Telemarketing Calls< / li >
< li > < a href = "https://should-i-call-back.binary-person.dev/" > Should I Call Back?< / a > , < a href = "https://github.com/sundowndev/PhoneInfoga" > PhoneInfoga< / a > or < a href = "https://scammer.info/" > Scammer.Info< / a > / < a href = "https://discord.com/invite/nUThJjK" > Discord< / a > - Scam Numbers Database< / li >
2023-04-11 14:10:47 +00:00
< li > < a href = "https://github.com/crackededed/Xtra" > Xtra< / a > , < a href = "https://discord.gg/wrU7Ea6wvr" > PurpleTV< / a > , < a href = "https://t.me/pubTw" > TwitchMod< / a > or < a href = "https://f-droid.org/packages/com.perflyst.twire/" > Twire< / a > - Ad Free Twitch App< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/Xposed-Modules-Repo/com.shatyuka.killergram" > Killergram< / a > - Remove Sponsored Telegram Messages< / li >
< / ul >
< doc-anchor-target id = "android-privacy" >
2023-07-13 20:13:31 +00:00
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-privacy" > #< / doc-anchor-trigger >
< span > Android Privacy< / span >
2023-07-13 20:13:31 +00:00
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/ashishb/android-security-awesome" > Awesome Android Security< / a > < / strong > - Android Security Resources< / li >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#privacy-based-browsers" > Privacy Based Browsers< / a > < / strong > - Browsers with a focus on Privacy< / li >
2023-08-03 00:58:43 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/nomoresat/DPITunnel-android" > DPITunnel< / a > < / strong > , < a href = "https://getintra.org" > Intra< / a > , < a href = "https://github.com/krlvm/PowerTunnel-Android" > PowerTunnel< / a > or < a href = "https://github.com/XndroidDev/Xndroid" > Xandroid< / a > - Proxies< / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://getaegis.app/" > Aegis< / a > < / strong > , < a href = "https://play.google.com/store/apps/details?id=com.authy.authy" > Authy< / a > , < a href = "https://github.com/jamie-mh/AuthenticatorPro" > AuthenticatorPro< / a > , < a href = "https://github.com/X1nto/Mauth" > Mauth< / a > or < a href = "https://github.com/andOTP/andOTP" > andOTP< / a > - Two-Factor Authentication< / li >
2023-07-23 12:19:45 +00:00
< li > < a href = "https://github.com/KaustubhPatange/Gear-VPN" > Gear VPN< / a > , < a href = "https://adguard.com/en/blog/introducing-adguard-vpn-for-android.html" > Adguard VPN< / a > , < a href = "https://vpnifyapp.com/" > Vpnify< / a > , < a href = "https://apkcombo.com/your-freedom-vpn-client/de.resolution.yf_android/" > YourFreedomVPN< / a > , < a href = "https://play.google.com/store/apps/details?id=com.ambrose.overwall" > GoFLy< / a > , < a href = "https://www.vpnhub.com/" > VPNhub< / a > or < a href = "https://github.com/Kr328/ClashForAndroid/" > Clash< / a > - Free VPNs< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://guardianproject.info/" > Guardian Project< / a > / < a href = "https://guardianproject.info/fdroid/repo" > 2< / a > , < a href = "https://divestos.org/pages/recommended_apps" > Divestos Apps< / a > or < a href = "https://github.com/Gedsh/InviZible" > InviZible< / a > - Privacy Based Apps / Tools< / li >
2023-07-23 12:19:45 +00:00
< li > < a href = "https://lemmy.ml/post/54596" > FOSS Smartphone Hardening< / a > - Non-Root Smart Phone Hardening Guide< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=org.cryptors.hackuna002&hl=en&gl=US" > Hackuna< / a > - Anti-Hack Tool< / li >
< li > < a href = "https://selfprivacy.org/" > SelfPrivacy< / a > - Self-Hosted Privacy Based Services< / li >
< li > < a href = "https://divestos.org/" > Divestos< / a > , < a href = "https://leos-gsi.de/" > LeoS< / a > , < a href = "https://grapheneos.org/" > GrapheneOS< / a > , < a href = "https://apkcombo.com/auditor-grapheneos-variant/app.attestation.auditor/" > Auditor< / a > or < a href = "https://calyxos.org/" > CalyXOS< / a > - Privacy Based OS< / li >
< li > < a href = "https://www.upxb.net/" > UPX Browser< / a > or < a href = "https://censorship.no/en/index.html" > ceno-browser< / a > / < a href = "https://github.com/censorship-no/ceno-browser" > GitHub< / a > - Proxy Browser< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.oasisfeng.island" > Island< / a > - App Isolation< / li >
2023-07-10 20:13:01 +00:00
< li > < a href = "https://forge.chapril.org/hardcoresushi/DroidFS" > DroidFS< / a > or < a href = "https://github.com/Secure-File-Manager/Secure-File-Manager" > Secure File Manager< / a > - Encrypted File Managers< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/x13a/Wasted" > Wasted< / a > - Emergency Data Wipe< / li >
< li > < a href = "https://fedilab.app/wiki/untrackme/" > UntrackMe< / a > - Frontend Redirect / Unshorten Links / Cleanup URLs< / li >
< li > < a href = "https://f-droid.org/packages/com.svenjacobs.app.leon/" > Leon< / a > - Remove URL Tracking / < a href = "https://github.com/svenjacobs/leon" > GitHub< / a > < / li >
< li > < a href = "https://gitlab.com/cosmosapps/stealth" > Stealth< / a > - Reddit Frontend< / li >
< li > < a href = "https://github.com/lamarios/clipious" > Clipious< / a > - YouTube Frontend< / li >
< li > < a href = "https://lua.xprivacy.eu/" > XPrivacyLua< / a > / < a href = "https://github.com/M66B/XPrivacyLua/" > GitHub< / a > - Privacy Manager< / li >
2023-07-19 22:10:26 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=rk.android.app.privacydashboard" > Privacy Dashboard< / a > , < a href = "https://gitlab.com/AuroraOSS/AppWarden" > AppWarden< / a > , < a href = "https://github.com/d4rken-org/permission-pilot" > Permission Pilot< / a > , < a href = "https://github.com/privacybydesign/irmamobile" > Yivi< / a > or < a href = "https://trackercontrol.org/" > TrackerControl< / a > - App Permission Managers< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://reports.exodus-privacy.eu.org/en/" > Exodus< / a > , < a href = "https://f-droid.org/packages/net.kollnig.missioncontrol.fdroid/" > TrackerControl< / a > or < a href = "https://github.com/Mobile-IoT-Security-Lab/HideDroid" > HideDroid< / a > - Android App Tracker / Permission Index / < a href = "https://github.com/Exodus-Privacy/exodus-android-app" > APK< / a > < / li >
< li > < a href = "https://github.com/LibChecker/LibChecker" > LibChecker< / a > - View App Third-Party Libraries< / li >
< li > < a href = "https://github.com/jroddev/android-oss-release-tracker" > OSS Release Tracker< / a > - Open Source App Update Tracker< / li >
2023-07-07 18:15:07 +00:00
< li > < a href = "https://bevigil.com/" > BeVigil< / a > - App Security Testing< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/jonathanklee/Sapio" > Sapio< / a > - Scan Apps for Google Dependency< / li >
< li > < a href = "https://www.netguard.me/" > NetGuard< / a > - Block Internet Access Per App< / li >
< li > < a href = "https://github.com/seemoo-lab/AirGuard" > AirGuard< / a > - AirTag Tracking Protection< / li >
< li > < a href = "https://f-droid.org/packages/opencontacts.open.com.opencontacts/" > OpenContacts< / a > - Save Contacts to Separate Database< / li >
< li > < a href = "https://github.com/BillDietrich/fake_contacts" > Fake Contacts< / a > - Generate Fake Contacts< / li >
< li > < a href = "https://github.com/Maxr1998/MaxLock" > MaxLock< / a > - Lock Apps Behind Passwords< / li >
< li > < a href = "https://support.virustotal.com/hc/en-us/articles/115002146549-Mobile-apps" > VirusTotal< / a > - File / URL Virus Scanner< / li >
< li > < a href = "https://beta.pithus.org/" > Pithus< / a > - APK Virus Scanner< / li >
< li > < a href = "https://www.projectmatris.tech/" > LibreAV< / a > or < a href = "https://gitlab.com/divested-mobile/hypatia" > Hypatia< / a > - Antivirus< / li >
2023-05-20 10:10:31 +00:00
< li > < a href = "https://github.com/ukanth/afwall/" > AFWall+< / a > , < a href = "https://github.com/celzero/rethink-app" > Rethink App< / a > , < a href = "https://github.com/StarGW-net/karma-firewall" > Karma< / a > or < a href = "https://play.google.com/store/apps/details?id=app.greyshirts.firewall" > NoRoot Firewall< / a > - Firewalls< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://f-droid.org/en/packages/com.trianguloy.urlchecker/" > URL Scanner< / a > - URL Checker< / li >
< li > < a href = "https://github.com/emanuele-f/PCAPdroid" > PCAPdroid< / a > - Network Monitor< / li >
< li > < a href = "https://github.com/2dust/v2rayNG" > v2rayNG< / a > - Build Privacy Network< / li >
< li > < a href = "https://github.com/net-byte/vTunnel" > vTunnel< / a > - VPN Tunnel< / li >
< li > < a href = "https://github.com/kittoku/Open-SSTP-Client" > Open SSTP Client< / a > - SSTP Client< / li >
< li > < a href = "https://www.freezeyou.net/en-US/" > FreezeYou< / a > , < a href = "https://superfreezz.gitlab.io/" > SuperFreezZ< / a > , < a href = "https://github.com/Domi04151309/BatteryTool" > BatteryTool< / a > or < a href = "https://gitlab.com/juanitobananas/drowser" > Drowser< / a > - Freeze App Background Activities< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://github.com/srlabs/snoopsnitch" > SnoopSnitch< / a > - Check Mobile Network Security< / li >
< li > < a href = "https://github.com/simple-login/Simple-Login-Android" > SimpleLogin< / a > or < a href = "https://gitlab.com/Stjin/anonaddy-android" > Anonaddy< / a > - Email Forwarding< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://rentry.co/v92q6" > Temp Email Apps< / a > , < a href = "https://f-droid.org/en/packages/cf.theonewiththebraid.guerrilla_mail/" > Guerilla Mail< / a > , < a href = "https://play.google.com/store/apps/details?id=temporary.disposable.mail" > Temp Mail< / a > , < a href = "https://apps.apple.com/us/app/instaddr/id806157957" > InstAddr< / a > , < a href = "https://play.google.com/store/apps/details?id=com.tenminutemail" > Ten Minute Mail< / a > or < a href = "https://play.google.com/store/apps/details?id=air.kukulive.mailnow" > InstAddr< / a > - Temp Mail Apps< / li >
< li > < a href = "https://gitlab.com/divested-mobile/maps" > Maps< / a > - Privacy Focused Google Maps Wrapper< / li >
2023-08-28 12:21:13 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.evezzon.fakegps" > Fake GPS Location< / a > , < a href = "https://github.com/warren-bank/Android-Mock-Location" > Android-Mock-Location< / a > or < a href = "http://gpsjoystick.theappninjas.com/faq/" > GPS JoyStick Guide< / a > - Fake GPS Location< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/Semper-Viventem/MetaRadar" > MetaRadar< / a > - Track Devices Following You< / li >
< li > < a href = "https://www.radiuslocker.co/" > RadiusLocker< / a > - Lock Phone When its not Near You< / li >
< li > < a href = "https://gitlab.com/nuntius35/wps" > WPS< / a > - Lock Phone After Multiple Failed Logins< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://github.com/wesaphzt/privatelock" > Private Lock< / a > or < a href = "https://play.google.com/store/apps/details?id=com.wtmp.svdsoftware" > WTMP< / a > - Detect When Phone is Touched< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.evezzon.intruderdetector" > Intruder Detector< / a > - Takes Photo of Phone Intruders< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=me.jagar.xscamera" > XSCamera< / a > - Hidden Camera Recorder< / li >
< li > < a href = "https://github.com/trustdecision/trustdevice-android" > TrustDevice-Android< / a > - Create Device Identifiers< / li >
< li > < a href = "https://codeberg.org/Berker/keyoxide-flutter" > Keyoxide< / a > - Verify Decentralized Cryptographic Identities< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=org.torproject.android&hl=en_US" > Orbot< / a > - Tor Proxy< / li >
< li > < a href = "https://f-droid.org/packages/org.torproject.torservices/" > TorServices< / a > - Tor App Proxy / < a href = "https://gitlab.com/guardianproject/torservices" > GitLab< / a > < / li >
2023-08-21 12:21:43 +00:00
< li > < a href = "https://fritter.cc/" > Fritter< / a > or < a href = "https://github.com/j-fbriere/squawker" > Squawker< / a > - Privacy Based Twitter Clients / < a href = "https://github.com/AucT/twitter2nitter" > Redirect< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=app.intra&hl=en_US" > Intra< / a > - System Wide DoH for Android< / li >
< li > < a href = "https://anysoftkeyboard.github.io/" > AnySoftKeyboard< / a > / < a href = "https://github.com/AnySoftKeyboard/AnySoftKeyboard" > Git< / a > or < a href = "https://github.com/florisboard/florisboard" > Florisboard< / a > - Incognito Keyboard< / li >
< li > < a href = "https://github.com/shadowsocks/shadowsocks-android" > shadowsocks-android< / a > - Shadowsocks Proxy Client< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://github.com/MatsuriDayo/NekoBoxForAndroid" > Matsuri< / a > - Proxy Toolchains< / li >
< li > < a href = "https://github.com/NitishGadangi/Privacy-Indicator-App" > Privacy Indicator< / a > , < a href = "https://www.mallocprivacy.com/" > AntiStalker< / a > , < a href = "https://github.com/FunkyMuse/Vigilante" > Vigilante< / a > , < a href = "https://github.com/NitishGadangi/Privacy-Indicator-App" > Privacy Indicator App< / a > or < a href = "https://play.google.com/store/apps/details?id=you.in.spark.access.dots" > Access Dots< / a > - Camera / Mic Access Indicator< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/stuartlangridge/pubphoto" > PubPhoto< / a > - Share Photos without Sharing Number< / li >
< li > < a href = "https://schiffer.tech/screenwings-mobile.html" > ScreenWings< / a > - Screen Protection< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.cooliehat.confiblur" > ConfiBlur< / a > - Blur Private Info in Screenshots< / li >
< li > < a href = "https://github.com/iternull/secure-if/" > Secure If< / a > - USB Controller< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.prism.download.adblock.privacy.flash.player.incognito.private_browser.browser" > PrivateBrowser< / a > - Browser Disguised as Calculator< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/storage/#encrypted-android-messengers" > Encrypted Messengers< / a > - Encrypted Android Messengers< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://silence.im/" > Silence< / a > or < a href = "https://github.com/wrwrabbit/Partisan-SMS" > Partisan SMS< / a > - Encrypt SMS/MMS Messages< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.wickr.pro&hl=en" > Wickr< / a > , < a href = "https://mysudo.com/" > MySudo< / a > , < a href = "https://jami.net/" > Jami< / a > , < a href = "https://syphon.org/" > Syphon< / a > , < a href = "https://play.google.com/store/apps/details?id=com.mesibo.mesiboapplication" > Mesibo< / a > or < a href = "https://schildi.chat/android/" > Element< / a > / < a href = "https://play.google.com/store/apps/details?id=im.vector.app" > 2< / a > - Encrypted Messaging / Video Calls< / li >
< li > < a href = "https://github.com/ouchadam/small-talk" > SmallTalk< / a > - Matrix Client< / li >
< li > < a href = "https://www.oversec.io/" > OVERSEC< / a > - Add Text / Image Encryption to any App< / li >
< li > < a href = "https://gist.github.com/noseratio/e3b136401965289c4aab40fa60f3be41" > adb-clear-packages< / a > - Clear Android Packages Data< / li >
< li > < a href = "https://www.spoofcard.com/" > SpoofCard< / a > - Disguise Caller ID< / li >
< li > < a href = "https://github.com/kaputnikGo/PilferShushJammer" > PilferShushJammer< / a > - Microphone Jamming Techniques< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=me.brax.certchecker" > Catch the Man-in-the-Middle< / a > - Check if HTTPS Traffic is being Monitored< / li >
< li > < a href = "https://github.com/shroudedcode/apk-mitm" > apk-mitm< / a > - HTTPS Inspector< / li >
< li > < a href = "https://justuseapp.com/" > JustUseApp< / a > - Hide App Payments< / li >
< li > < a href = "https://gadgetbridge.org/" > Gadget Bridge< / a > - Connect to Smartwatches without Vendor Apps / Accounts< / li >
< li > < a href = "https://github.com/deltazefiro/Amarok-Hider/blob/main/README.md" > Amarok Hider< / a > - Hide Files / Apps< / li >
< li > < a href = "https://gitlab.com/divested-mobile/extirpater" > Extirpater< / a > - Make Deleted Files Irrecoverable< / li >
< li > < a href = "https://privacyblur.app/" > PrivacyBlur< / a > - Blur Sensitive Parts of Photos / < a href = "https://github.com/MATHEMA-GmbH/privacyblur" > GitHub< / a > < / li >
< / ul >
2023-07-13 20:13:31 +00:00
< doc-anchor-target id = "android-internet" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-internet" > #< / doc-anchor-trigger >
< span > Android Internet< / span >
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#android-browsers" > Android Web Browsers< / a > < / strong > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#file-sharing-tools" > File Sharing Tools< / a > < / strong > - Tools to Share / Sync Files< / li >
2023-08-27 16:12:34 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/Aliucord/Aliucord" > Aliucord< / a > < / strong > , < a href = "https://github.com/MateriiApps/OpenCord" > OpenCord< / a > or < a href = "https://github.com/vendetta-mod/Vendetta" > Vendetta< / a > - Modded Discord Clients / < a href = "https://github.com/dead8309/Kizzy" > Rich Presence< / a > < / li >
2023-04-29 04:13:01 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.keepassdx.com/" > KeePassDX< / a > < / strong > , < strong > < a href = "https://play.google.com/store/apps/details?id=com.x8bit.bitwarden" > BitWarden< / a > < / strong > , < a href = "https://keyspace.cloud/" > Keyspace< / a > , < a href = "https://authpass.app/" > AuthPass< / a > , < a href = "https://github.com/yogeshpaliyal/KeyPass" > KeyPass< / a > or < a href = "https://github.com/PhilippC/keepass2android" > Keepass2Android< / a > - Password Managers< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/cyb3rko/pincredible" > PINCredible< / a > - PIN Manager< / li >
2023-07-19 22:10:26 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.michaelflisar.linkmanager" > Link Manager< / a > - Bookmark Manager< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.kratosle.unlim&gl=US" > UnLim< / a > - Cloud Storage< / li >
2023-07-23 12:19:45 +00:00
< li > < a href = "https://metactrl.com/" > MetaCTRL< / a > , < a href = "https://github.com/newhinton/extRact" > extRact< / a > or < a href = "https://www.tacit.dk/" > FolderSync< / a > - Multi-Site Cloud Storage File Managers< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://fmhy.pages.dev/storage/#internet-speed-test" > Internet Speed Tests< / a > - Test Internet Speed< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://surfable.app/" > Surfable< / a > - Install Any Website as App / < a href = "https://github.com/sandoche/Surfable-app" > GitHub< / a > < / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.cylonid.nativealpha" > NativeAlpha< / a > - Run Websites in Borderland Window< / li >
< li > < a href = "https://appetize.io/" > Appetize< / a > - Run Native Mobile Apps in Browser< / li >
< li > < a href = "https://github.com/lukeaschenbrenner/TxtNet-Browser" > TxtNet Browser< / a > - Browse Webpages via SMS< / li >
< li > < a href = "https://skyjake.github.io/fdroid/repo/" > Lagrange< / a > or < a href = "https://github.com/Corewala/Buran" > Buran< / a > - Gemini Browsers< / li >
2023-07-19 22:10:26 +00:00
< li > < a href = "https://netclicker.tv/" > NetClicker< / a > - Phone Browser Controller< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.flynx" > Flynx< / a > - Article / Link Viewer< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.aboutmycode.betteropenwith" > Better Open With< / a > - Improved Link Handling< / li >
< li > < a href = "https://codeberg.org/marc.nause/easyopenlink" > EasyOpenLink< / a > - Easily Open Links in Text via Share Function< / li >
< li > < a href = "https://github.com/1fexd/LinkSheet" > LinkSheet< / a > - Restore URL App Chooser< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/razar-dev/PowerTube" > PowerTube< / a > , < a href = "https://www.vidmate.com/" > VidMate< / a > or < a href = "https://github.com/yausername/dvd" > DVD< / a > - Video Download Tools< / li >
2023-04-28 14:10:01 +00:00
< li > < a href = "https://github.com/yausername/youtubedl-android" > YouTubeDL Android< / a > , < a href = "https://github.com/JunkFood02/Seal" > Seal< / a > or < a href = "https://github.com/SongTube/SongTube-App" > SongTube< / a > - YouTube Audio / Video Downloader< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://chrome.google.com/webstore/detail/transpose-%E2%96%B2%E2%96%BC-pitch-%E2%96%B9-spee/ioimlbgefgadofblnajllknopjboejda?hl=en" > Transpose< / a > - Online Video Pitch Shifter, Speed Changer and Looper< / li >
< li > < a href = "https://github.com/jesperbakhandskemager/view-youtube-dislike" > Show Youtube Dislikes< / a > - Return YouTube Dislikes< / li >
< li > < a href = "https://github.com/inversepolarity/ZenTube" > ZenTube< / a > - Hide / Show YouTube Features< / li >
2023-04-13 06:14:19 +00:00
< li > < a href = "https://github.com/bttv-android/bttv" > BBTV< / a > or < a href = "https://www.frostyapp.io/" > Frosty< / a > - Modded Twitch App< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/flex3r/DankChat" > DankChat< / a > - Talk in Multiple Twitch Chats at Once< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=aculix.viddit.downloader" > Viddit< / a > - Reddit Video Downloader< / li >
2023-08-15 08:13:41 +00:00
< li > < a href = "https://kaangiray26.github.io/geddit-app/" > Geddit< / a > , < a href = "https://play.google.com/store/apps/details?id=com.niven.reddit&hl=en_US" > FatBird< / a > or < a href = "https://relayforreddit.com/index.html" > Relay< / a > - Reddit Clients< / li >
2023-08-14 06:14:13 +00:00
< li > < a href = "https://docs.google.com/document/u/0/d/1wHvqQwCYdJrQg4BKlGIVDLksPN0KpOnJWniT6PbZSrI/mobilebasic" > Patch Reddit Clients< / a > - How-To Patch 3rd Party Reddit Clients< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=yy.offlinereader" > Offline Reddit< / a > - Offline Reddit Client< / li >
2023-08-05 06:13:03 +00:00
< li > < a href = "https://git.kaki87.net/KaKi87/userscripts/src/branch/master/redditOldResponsive" > RedditOldResponsive< / a > - Old Reddit Script< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://updoot.app/" > Updoot< / a > - Reddit Saved Post / Comment Manager< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://github.com/nnuudev/BlueClover" > BlueClover< / a > , < a href = "https://github.com/Rukkaitto/mobichan" > MobiChan< / a > , < a href = "https://github.com/K1rakishou/Kuroba-Experimental" > Kuroba< / a > / < a href = "https://github.com/Adamantcheese/Kuroba" > 2< / a > or < a href = "https://github.com/moffatman/chan" > Chan< / a > - 4Chan Apps< / li >
2023-08-14 08:13:55 +00:00
< li > < a href = "https://github.com/dessalines/jerboa" > Jerboa< / a > , < a href = "https://github.com/liftoff-app/liftoff" > LiftOff< / a > , < a href = "https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy" > Infinity< / a > or < a href = "https://github.com/thunder-app/thunder" > Thunder< / a > - Lemmy Clients< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://github.com/Uploadgram/app" > Uploadgram App< / a > - Uploadgram Frontend< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://thedise.me/instander/" > Instander< / a > - Modded Instagram Client / < a href = "https://t.me/instander" > Telegram< / a > / < a href = "https://play.google.com/store/apps/details?id=com.dageek.socialtoolbox_android" > Tools< / a > / < a href = "https://ngl.link/" > Secrets< / a > < / li >
2023-08-05 06:13:03 +00:00
< li > < a href = "https://github.com/AllanWang/Frost-for-Facebook" > Frost for Facebook< / a > or < a href = "https://t.me/s/Facebook_LC_Reborn" > LC_Reborn< / a > - Facebook Clients< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/akaessens/NoFbEventScraper" > NoFBEventScraper< / a > - Scrape Facebook for Events without Account< / li >
< li > < a href = "https://github.com/nuclearfog/Shitter" > Shitter< / a > or < a href = "https://github.com/robertodoering/harpy" > Harpy< / a > - Twitter Client< / li >
2023-08-18 14:09:54 +00:00
< li > < a href = "https://github.com/NekoX-Dev/NekoX" > Nekogram X< / a > , < a href = "https://nekogram.app/" > Nekogram< / a > , < a href = "https://github.com/Forkgram/TelegramAndroid" > TelegramAndroid< / a > , < a href = "https://github.com/CatogramX/CatogramX" > Catogram X< / a > , < a href = "https://github.com/nextalone/nagram" > Nagram< / a > , < a href = "https://github.com/nikitasius/Telegraher/" > Telegraher< / a > , < a href = "https://github.com/exteraSquad/exteraGram" > exteraGram< / a > , < a href = "https://github.com/arsLan4k1390/Cherrygram" > Cherrygram< / a > , < a href = "https://github.com/qwq233/Nullgram/" > Nullgram< / a > , < a href = "https://play.google.com/store/apps/details?id=org.telegram.mdgram" > MDGramYou< / a > or < a href = "https://github.com/Telegram-FOSS-Team/Telegram-FOSS" > Telegram-FOSS< / a > - Telegram Clients< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://github.com/Uploadgram/app" > Uploadgram< / a > - Telegram File Upload< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.therxmv.telegramthemer" > Telegram Themer< / a > - Custom Telegram Themes< / li >
< li > < a href = "https://github.com/tateisu/SubwayTooter" > SubwayTooter< / a > , < a href = "https://sk22.github.io/megalodon/" > Megalodon< / a > , < a href = "https://git.mentality.rip/FWGS/Husky" > Husky< / a > , < a href = "https://play.google.com/store/apps/details?id=org.joinmastodon.android.sk" > Megalodon< / a > / < a href = "https://github.com/sk22/megalodon#installation" > GitHub< / a > , < a href = "https://github.com/MateriiApps/Dimett" > Dimett< / a > or < a href = "https://tusky.app/" > Tusky< / a > - Mastodon Clients / < a href = "https://github.com/LucasGGamerM/moshidon" > Improved Notifications< / a > < / li >
< li > < a href = "https://github.com/SubhamTyagi/openinwa" > OpenInWA< / a > or < a href = "https://play.google.com/store/apps/details?id=com.quadren.tellurium" > Tellurium< / a > - Number Free WhatsApp Chat< / li >
< li > < a href = "https://github.com/92lleo/WhatsappWebToGo" > WhatsappWebToGo< / a > - Mobile WhatsApp Web Client< / li >
< li > < a href = "https://whatsappbr.netlify.app/" > Whatsapp Backup Reader< / a > - Read Exported Whatsapp Chats< / li >
2023-08-17 08:13:38 +00:00
< li > < a href = "https://www.fakewhats.com/" > FakeWhats< / a > or < a href = "https://fakeinfo.net/fake-whatsapp-chat-generator" > FakeInfo< / a > - Fake WhatsApp Messages< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://github.com/deven96/whatsticker" > WhatSticker< / a > - Convert Images, Videos and GIFs to WhatsApp Stickers< / li >
< li > < a href = "https://blabber.im/" > Blabber.im< / a > - XMPP / Jabber Messenger< / li >
< li > < a href = "https://github.com/irccloud/android" > IRCCloud< / a > - IRC Client< / li >
2023-08-05 06:13:03 +00:00
< li > < a href = "https://github.com/rhunk/SnapEnhance" > SnapEnhance< / a > - Snapchat Client< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://t.me/nightsnap_for_android" > Nightsnap< / a > - Snapchat Dark Mode< / li >
< li > < a href = "https://framagit.org/dystopia-project/simple-email" > SimpleMail< / a > , < a href = "https://f-droid.org/packages/de.monocles.mail/" > Monocles< / a > , < a href = "https://k9mail.app/" > k9mail< / a > or < a href = "https://email.faircode.eu/" > FairCode< / a > - Email Clients< / li >
< li > < a href = "https://github.com/grote/BlitzMail" > BlitzMail< / a > - One Click Email App< / li >
2023-07-25 06:14:58 +00:00
< li > < a href = "https://github.com/LeanderBB/you-have-mail" > You Have Mail< / a > - Email Notifications< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://github.com/adbenitez/deltalab-android" > Delta Lab< / a > - Email Based Messenger< / li >
2023-08-18 14:09:54 +00:00
< li > < a href = "https://kaangiray26.github.io/endless/" > Endless< / a > - Combine Social Media Apps< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.facebook.creatorstudio" > Creator Studio< / a > - Social Media Manager< / li >
< li > < a href = "https://pastebin.com/7qSZXjDS" > Eruda< / a > - Mobile Browser Console / < a href = "https://greasyfork.org/en/scripts/400760-console-for-mobile-browsers-eruda" > Userscript< / a > / < a href = "https://github.com/liriliri/eruda" > Github< / a > < / li >
< li > < a href = "https://github.com/leohku/andure" > Andure< / a > - Android Chrome Dev Tools< / li >
< li > < a href = "https://addons.mozilla.org/en-US/firefox/addon/mobidevtools/" > MobiDevTools< / a > - Firefox Inspect Element< / li >
< li > < a href = "https://freebrowser.org/" > FreeBrowser< / a > - Internet Censorship Circumvention / < a href = "https://github.com/greatfire/wiki" > Wiki< / a > < / li >
< li > < a href = "https://netshare.app/" > NetShare< / a > - Create Wi-Fi Hotspot< / li >
< li > < a href = "https://github.com/Genymobile/gnirehtet" > Gnirehtet< / a > - Reverse Tethering< / li >
< li > < a href = "https://gitlab.com/narektor/gugal" > Gugal< / a > - Web Search App< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.phonephreak.pagescroll" > Page Scroll< / a > - Page Auto-Scroll< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.moumen.autoPlay" > Auto Scroll< / a > - TikTok Auto Scroll< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.alkapps.subx" > SubX< / a > , < a href = "https://play.google.com/store/apps/details?id=com.billbot" > Billbot< / a > or < a href = "https://play.google.com/store/apps/details?id=de.simolation.subscriptionmanager" > SubscriptionManager< / a > - Track Subscription Services< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.ubnt.usurvey" > WiFiman< / a > , < a href = "https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/" > WiFiAnalyzer< / a > or < a href = "https://github.com/bewue/WLANScanner" > WLANScanner< / a > - Network Scanners< / li >
< li > < a href = "https://www.fing.com/products/fing-app" > Fing< / a > - Network Toolkit< / li >
< li > < a href = "https://github.com/DavidBerdik/MACsposed" > MACsposed< / a > - Mac Address Spoofing< / li >
< li > < a href = "https://github.com/many-fac3d-g0d/ServeIt" > ServeIt< / a > - Android HTTP Server< / li >
< li > < a href = "https://encirculo.org/en/" > Encirculo< / a > - Community Safety Network< / li >
< / ul >
< doc-anchor-target id = "android-camera" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-camera" > #< / doc-anchor-trigger >
< span > Android Camera< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://t.me/googlecameramodbyshamimdg" > SGCam< / a > < / strong > , < a href = "https://www.celsoazevedo.com/files/android/google-camera" > googlecameraport< / a > , < a href = "https://thedise.me/dmgc/" > DMGC< / a > or < a href = "https://gcamator.com/" > Camator< / a > - Google Cam Downloads / < a href = "https://t.me/googlecameraport" > Telegram< / a > / < a href = "https://apkw.ru/" > Mods< / a > / < a href = "https://t.me/xmlshamimmod" > XML Configs< / a > < / li >
< li > < a href = "https://github.com/iakmds/librecamera" > Libre Camera< / a > , < a href = "https://gitlab.com/guardianproject/proofmode/proofmode-android" > ProofMode< / a > or < a href = "https://sourceforge.net/projects/opencamera/" > Open Camera< / a > - FOSS Camera Apps< / li >
< li > < a href = "https://camera.aeonax.com/" > ANXCamera< / a > - Miui Camera Port< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.particlesdevs.photoncamera" > PhotonCamera< / a > - Enhanced Image Processing Camera App / < a href = "https://github.com/eszdman/PhotonCamera" > GitHub< / a > < / li >
< li > < a href = "https://lens.google/" > Google Lens< / a > - Multiple Camera Tools< / li >
< li > < a href = "https://github.com/KillerInk/FreeDcam" > FreeDcam< / a > - Enable Hidden Camera Features< / li >
< li > < a href = "https://schiffer.tech/camwings-mobile.html" > CamWings< / a > - Camera Protection< / li >
< li > < a href = "https://github.com/Bnyro/RecordYou" > RecordYou< / a > - Video / Voice Recorder< / li >
< li > < a href = "https://jitsi.org/" > Jitsi< / a > or < a href = "http://imo.im/" > IMO< / a > - Video Chat< / li >
< li > < a href = "https://github.com/izivkov/RemoteVideoCam" > RemoteVideoCam< / a > - Video Lan< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.minutiae" > Minutiae< / a > or < a href = "http://1se.co/" > 1 Second Everyday< / a > - Video-a-Day App< / li >
< li > < a href = "https://reface.app/" > Reface< / a > - Create Face Swap Videos< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.danielkorgel.SmoothActionCamSlowmo" > SmoothAction< / a > - Slow Motion Video Recorder< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://iriun.com/" > IRuin< / a > , < a href = "https://reincubate.com/camo/" > Reincubate Camo< / a > , < a href = "https://github.com/dev47apps/droidcam" > DroidCam< / a > or < a href = "https://www.dev47apps.com/" > Dev47Apps< / a > - Use Android as Webcam< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://github.com/leonlatsch/Photok" > Photok< / a > , < a href = "https://github.com/SimpleMobileTools/Simple-Gallery" > Simple Gallery< / a > , < a href = "https://stingle.org/" > Stingle Photos< / a > , < a href = "https://ente.io/" > Ente< / a > , < a href = "https://github.com/WSTxda/QP-Gallery-Releases" > QuickPic< / a > , < a href = "https://github.com/savvasdalkitsis/uhuruphotos-android" > UhuruPhotos< / a > or < a href = "https://github.com/IacobIonut01/Gallery" > Gallery< / a > - Photo / Video Galleries< / li >
< li > < a href = "https://gitlab.com/HoraApps/LeafPic" > LeafPic< / a > - Image Viewer< / li >
< li > < a href = "https://github.com/ptrLx/OneShot" > OneShot< / a > - Photo Diary< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.galew.widgetshare" > Widgetshare< / a > - Photo Sharing App< / li >
< li > < a href = "https://www.photosync-app.com/home.html" > PhotoSync< / a > - Transfer Photos Between Devices< / li >
< li > < a href = "https://github.com/k3b/APhotoManager/" > APhotoManager< / a > - Create Photo Maps< / li >
2023-08-21 12:21:43 +00:00
< li > < a href = "https://github.com/T8RIN/ImageToolbox" > ImageToolbox< / a > or < a href = "https://pixomatic.us/" > Pixomatic< / a > - Image Editors< / li >
2023-05-20 10:10:31 +00:00
< li > < a href = "https://www.mematic.net/" > Mematic< / a > or < a href = "https://github.com/gsantner/memetastic" > Memetastic< / a > - Meme Creators< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://github.com/VincentEngel/VES-Image-Compare" > VES< / a > - Compare Two Images< / li >
< li > < a href = "https://www.photoroom.com/" > PhotoRoom< / a > or < a href = "https://play.google.com/store/apps/details?id=com.utopiatechnologies.aibgremover" > AI Background Remover< / a > - Background Removers< / li >
< li > < a href = "https://dittoed.app/" > Dittoed< / a > - Improve Image Composition< / li >
< li > < a href = "https://github.com/BaltiApps/Pixelify-Google-Photos" > Pixelify-Google-Photos< / a > - Add Google Pixel Features to Google Photos< / li >
< li > < a href = "https://github.com/lukaspieper/Gcam-Services-Provider" > Gcam-Services-Provider< / a > - Use Google Cam Without Google Play< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=app.grapheneos.camera.play" > Secure Camera< / a > , < a href = "https://github.com/markusfisch/BinaryEye" > BinaryEye< / a > or < a href = "https://github.com/czlucius/code-scanner" > Code Scanner< / a > - QR / Barcode Scanners< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.camera.secretvideorecorder" > background video recorder< / a > - Record Videos in Background< / li >
2023-07-25 06:14:58 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.reaimagine.colorizeit" > Colorize It< / a > , < a href = "https://github.com/fmhy/FMHYedit/blob/main/base64.md#colorize-images" > Colorize Images< / a > , < a href = "https://fmhy.pages.dev/base64/#phototune" > Phototune< / a > or < a href = "https://fmhy.pages.dev/base64/#remini" > Remini< / a > / < a href = "https://play.google.com/store/apps/details?id=com.photoscan.enhancer.remini.photomyne.colorize.scanner" > 2< / a > - Colorize Images< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://quivervision.com/" > QuiverVision< / a > - Augmented Reality Coloring< / li >
< li > < a href = "https://ilixa.com/8bitphotolab.php" > Photo Lab< / a > - Give Images a Retro Look 8Bit< / li >
< li > < a href = "https://starryai.com/" > starryai< / a > - Generate Art from Text Prompt< / li >
< li > < a href = "https://inspiral.nathanfriend.io/" > Inspiral< / a > - Create Spirograph Art< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.simplemobilephotoresizer&hl=en&gl=US" > Photo Resizer< / a > or < a href = "https://github.com/T8RIN/ImageResizer" > ImageResizer< / a > - Image Resizers< / li >
< li > < a href = "https://codeberg.org/Starfish/Imagepipe" > Imagepipe< / a > - Image Size Reducer< / li >
< li > < a href = "https://github.com/caydey/ffshare" > FFShare< / a > - Compress Videos / Images< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.ethanzone.upscaler&hl=en_US&gl=QA" > Upscaler< / a > , < a href = "https://play.google.com/store/apps/details?id=com.codeway.pixelup" > Pixelup< / a > , < a href = "https://play.google.com/store/apps/details?id=com.mingkun.mintAI" > MintAI< / a > , < a href = "https://github.com/Lucchetto/SuperImage" > SuperImage< / a > or < a href = "https://www.apkmirror.com/apk/samsung-electronics-co-ltd/galaxy-enhance-x/" > Galaxy Enhance-X< / a > - Image Upscalers< / li >
< li > < a href = "https://github.com/k3b/LosslessJpgCrop" > LosesslessJpgCrop< / a > - Lossless Image Cropper< / li >
< li > < a href = "https://github.com/rosuH/EasyWatermark" > EasyWatermark< / a > - Add Watermark to Images< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.zmobileapps.videowatermark" > Video Watermark< / a > - Add Watermark to Videos< / li >
< li > < a href = "https://play.google.com/store/search?q=green%20screen&c=apps" > Green Screens< / a > - Green Screens for Android< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=sansunsen3.imagesearcher" > Image Searcher< / a > - Image Search App< / li >
< li > < a href = "https://app-mockup.com/" > AppMockUp< / a > - Screenshot Builder< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.logicui.screenshotframer" > ScreenshotFramer< / a > - Frame Screenshots< / li >
< li > < a href = "https://gitlab.com/juanitobananas/scrambled-exif/tree/HEAD" > Scrambled Exif< / a > or < a href = "https://github.com/Tommy-Geenexus/exif-eraser" > exif-eraser< / a > - Remove Image Metadata< / li >
< / ul >
< doc-anchor-target id = "customization" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#customization" > #< / doc-anchor-trigger >
< span > Customization< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#wallpapers" > Mobile Wallpapers< / a > < / strong > - Mobile Wallpaper Sites / Apps< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.reddit.com/r/androidthemes/" > /r/AndroidThemes< / a > < / strong > - Android Themes Subreddit< / li >
< li > < a href = "https://github.com/KieronQuinn/DarQ" > DarQ< / a > , < a href = "https://play.google.com/store/apps/details?id=com.dotdat.darkmodeapp" > Dark Mode< / a > or < a href = "https://pastebin.com/cvast4uN" > Darkmode Guide< / a > - Universal Dark Mode< / li >
< li > < a href = "http://onj3.andrelouis.com/phonetones/" > Phonetones< / a > - Ringtones Directory< / li >
< li > < a href = "https://forum.xda-developers.com/t/app-rboard-theme-manager.4331445/" > RBoard< / a > / < a href = "https://github.com/DerTyp7214/RboardThemeManagerV3" > GitHub< / a > , < a href = "https://play.google.com/store/apps/details?id=com.drsants.eggproject" > Egg Project< / a > , < a href = "https://play.google.com/store/apps/details?id=dev.kdrag0n.dyntheme" > Repainter< / a > or < a href = "https://www.xda-developers.com/substratum-hub/" > Substratum< / a > - Theme Managers< / li >
< li > < a href = "http://www.aoeapps.com/" > AlwaysOnEdge< / a > or < a href = "https://dashbud.dev/" > Dashbud< / a > / < a href = "https://discord.com/invite/78h7xgj" > Discord< / a > - Android Customization Apps< / li >
< li > < a href = "https://virtualxposed.com/" > VirtualXposed< / a > or < a href = "https://github.com/LSPosed/LSPosed" > LSPosed< / a > - Xposed Frameworks< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.ald.devs47.sam.beckman.palettesetups" > Palette< / a > - Custom Home Screens< / li >
< li > < a href = "http://www.codododo.com/" > Codo Dodo< / a > - Navigation Bar Customization< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.fossor.panels&hl=en_US&gl=QA" > Panels< / a > or < a href = "https://play.google.com/store/apps/details?id=com.hiruffy.controller" > 1 Edge< / a > - Android Sidebar Panel< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.cooliehat.statusbariconhider" > Statusbar Icon Hider< / a > - Hide Status Bar Items< / li >
< li > < a href = "https://github.com/luisbocanegra/substratum-tweaks" > Substratum Tweaks< / a > - System Theme< / li >
< li > < a href = "https://homescreens.org/" > HomeScreens< / a > - Custom Phone Home Screen Examples< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.kapp.ifont" > iFont< / a > - Android Font Installer< / li >
< li > < a href = "https://github.com/zixpo/candybar" > Candybar< / a > or < a href = "https://github.com/Mahmud0808/Iconify" > Iconify< / a > - Custom App Icons< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=rk.android.app.themedicons" > Themed Icons< / a > - App Themed Icons< / li >
< li > < a href = "https://arcticons.onnno.nl/" > Arcticons< / a > - Monotone Icon Pack< / li >
2023-08-14 08:13:55 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=it.mirko.gigaicon&hl=en_IN&gl=US" > Giga Icon< / a > - Make Icons Bigger< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://github.com/Kaiserdragon2/IconRequest" > IconRequest< / a > - Find Missing Icons< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/Martenfur/TabletFriend" > TabletFriend< / a > - Custom Tablet Toolbars< / li >
2023-07-13 20:13:31 +00:00
< / ul >
< doc-anchor-target id = "android-emulators" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-emulators" > #< / doc-anchor-trigger >
< span > Android Emulators< / span >
< / h2 >
< / doc-anchor-target >
< div class = "flex mb-6" >
< div class = "shrink-0 w-1 rounded-tl rounded-bl bg-yellow-500" > < / div >
< div class = "flex w-full py-4 border border-l-0 border-gray-300 rounded-tr rounded-br doc-alert bg-white dark:bg-dark-700 dark:border-dark-700" role = "alert" >
< div class = "flex items-center ml-4 h-7" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px text-yellow-500" width = "22" height = "22" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" > < g >
< path d = "M22.48 15.59L14.01 1.45A2.968 2.968 0 0012.16.09c-.78-.19-1.58-.07-2.27.35-.41.25-.76.6-1.01 1.01v.01L.4 15.6c-.83 1.43-.33 3.27 1.1 4.1.45.26.95.4 1.48.4h16.95c.8-.01 1.55-.33 2.11-.9.56-.57.87-1.33.86-2.13a3.04 3.04 0 00-.42-1.48zm-1.87 2.21c-.19.19-.44.3-.69.3H2.99c-.17 0-.34-.05-.49-.13a.992.992 0 01-.37-1.35L10.6 2.48c.08-.14.2-.25.34-.33a.992.992 0 011.37.33l8.46 14.13c.09.15.13.32.13.49 0 .26-.1.51-.29.7z" > < / path >
< path d = "M11.45 12.1c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .56.45 1 1 1zM11.46 14.1c-.56 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z" > < / path >
< / g > < / g >
< / svg >
< / div >
< div class = "pr-5 ml-3 w-full" >
< p > Closed-source emulators (like Nox) contain intrusive ads and trackers, so it' s best to use open-source options or android subsystems (like WSA or WayDroid).< / p >
< / div >
< / div >
< / div >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://emulation.gametechwiki.com/index.php/Android_emulators" > Emulator Wiki< / a > < / strong > - Android Emulator Index< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://rentry.co/wsa" > WSA< / a > < / strong > - Windows Android Subsystem / < a href = "https://github.com/alesimula/wsa_pacman" > GUI< / a > / < a href = "https://github.com/cinit/WSAPatch" > Win10< / a > / < a href = "https://apps.microsoft.com/store/detail/wsatools-apk-installer-and-more/9N4P75DXL6FG" > Win11< / a > / < a href = "https://github.com/WSA-Community/WSAGAScript" > Google Apps< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://waydro.id/" > WayDroid< / a > < / strong > / < strong > < a href = "https://github.com/waydroid" > Git< / a > < / strong > , < a href = "https://github.com/RandomCoderOrg/ubuntu-on-android" > Ubuntu on Android< / a > or < a href = "https://anbox.io/" > Anbox< / a > / < a href = "https://github.com/anbox/anbox" > Git< / a > - Linux Android Subsystems< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://developer.android.com/studio/run/managing-avds#createavd" > Android Studio Emulator< / a > < / strong > < / li >
< li > < a href = "https://www.android-x86.org/" > Android x86< / a > - Android Desktop OS / < a href = "https://supreme-gamers.com/r/advanced-android-x86-installer-for-windows.61/" > Installer< / a > / < a href = "https://www.android-x86.org/source.html" > Source< / a > / < a href = "https://github.com/axel358/smartdock" > Smart Dock< / a > < / li >
< li > < a href = "https://blissos.org/" > BlissOS< / a > - Android Desktop OS / < a href = "https://github.com/blissroms-x86" > Git< / a > < / li >
< li > < a href = "https://discord.gg/BQ4td84" > PhoenixOS - BR< / a > - Android Desktop OS< / li >
< li > < a href = "https://supreme-gamers.com/r/phoenixos-darkmatter-supercharged-for-everyone.2/" > PhoenixOS Darkmatter< / a > - Android Desktop OS / < a href = "https://discord.com/invite/AcGAGrzZ4e" > Discord< / a > < / li >
< li > < a href = "https://aopc.dev/" > AOPC< / a > - Android Desktop OS Forums< / li >
< li > < a href = "https://github.com/budtmo/docker-android" > Docker Android< / a > - Android in Docker< / li >
2023-08-18 14:09:54 +00:00
< li > < a href = "https://forum.xda-developers.com/t/tool-guide-barenox-modded-nox-android-emulator.4468425/" > BareNox< / a > or < a href = "https://www.bignox.com/" > Nox< / a > - < a href = "https://i.ibb.co/MkdmtYr/647f0f4f051c.jpg" > Screenshot< / a > / < a href = "https://codefaq.org/emulator/how-to-remove-bloatware-on-nox-and-ldplayer-emulator/" > Debloat Guide< / a > / < a href = "https://youtu.be/IjI_-pQUOhQ" > Video< / a > < / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://www.gameloop.com/" > GameLoop< / a > - < a href = "https://i.ibb.co/WyggSQM/26828a9408f1.png" > Screenshot< / a > < / li >
< li > < a href = "https://www.mumuglobal.com/" > MuMu< / a > - < a href = "https://i.ibb.co/vwBrY5M/bfa89c699ff7.png" > Screenshot< / a > < / li >
< li > < a href = "https://www.memuplay.com/" > MeMu< / a > - < a href = "https://i.ibb.co/FsMfk68/6b4ce185773e.png" > Screenshot< / a > / < a href = "https://gist.github.com/TameemS/603686cec857ff1f91e68607e374b0d8" > Debloater< / a > < / li >
< li > < a href = "https://www.ldplayer.net/" > LDPlayer< / a > - < a href = "https://i.ibb.co/CHKb40V/184625995e15.png" > Screenshot< / a > < / li >
< li > < a href = "https://www.genymotion.com/download/" > Genymotion< / a > - < a href = "https://i.ibb.co/6W7BXJn/6a291e5b5ac9.jpg" > Screenshot< / a > < / li >
< li > < a href = "https://wakuoo.com" > Wakuoo< / a > - < a href = "https://i.ibb.co/tMkxvQr/cfaea91031d7.png" > Screenshot< / a > < / li >
< li > < a href = "https://now.gg/" > Now.gg< / a > - Online Android Gaming Emulator< / li >
< li > < a href = "https://www.apkonline.net/runapk/start-androidapk.html" > APKOnline< / a > - Online Android Emulator< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< doc-anchor-target id = "android-gaming" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-gaming" > #< / doc-anchor-trigger >
< span > Android Gaming< / span >
< / h2 >
< / doc-anchor-target >
< ul >
< li > < a href = "https://platinmods.com/" > PlatinMods< / a > - Modded / Private Game Servers< / li >
< li > < a href = "https://now.gg/" > Now.gg< / a > - Online Android Gaming Emulator< / li >
< li > < a href = "https://www.pgsharp.com/" > PGS< / a > - Modded Pokémon GO< / li >
< li > < a href = "https://github.com/tobiasbueschel/awesome-pokemon" > Awesome Pokemon< / a > - PokemonGO Resources< / li >
2023-04-13 14:10:26 +00:00
< li > < a href = "https://uniteapi.dev/" > UniteAPI< / a > - Pokémon UNITE Leaderboards< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.hairyharri.gameye" > GameEye< / a > - Video Game Tracking App< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://github.com/huanghongxun/HMCL-PE" > HMCL-PE< / a > or < a href = "https://pojavlauncherteam.github.io/" > Pojav< / a > - Mobile Minecraft Launchers< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/PojavLauncherTeam/PojavLauncher_iOS" > PojavLauncher< / a > - Minecraft Java Edition Launcher< / li >
< li > < a href = "https://minecraftpe-mods.com/" > MinecraftPE Mods< / a > - Mobile Minecraft Mods< / li >
< li > < a href = "https://github.com/ZaneYork/SMAPI-Android-Installer" > SMAPI< / a > - Multiplayer Stardew Valley< / li >
< li > < a href = "https://github.com/fexed/Pinball-on-Android" > Pinball for Android< / a > - Space Cadet Pinball< / li >
2023-04-18 16:12:36 +00:00
< li > < a href = "https://www.whosaidthat.uk/" > WhoSaidThat< / a > - Guess Who Said What< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< doc-anchor-target id = "android-torrenting" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-torrenting" > #< / doc-anchor-trigger >
< span > Android Torrenting< / span >
< / h2 >
< / doc-anchor-target >
< div class = "flex mb-6" >
< div class = "shrink-0 w-1 rounded-tl rounded-bl bg-blue-500 dark:bg-blue-400" > < / div >
< div class = "flex w-full py-4 border border-l-0 border-gray-300 rounded-tr rounded-br doc-alert bg-white dark:bg-dark-700 dark:border-dark-700" role = "alert" >
< div class = "flex items-center ml-4 h-7" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px text-blue-500 dark:text-blue-400" width = "22" height = "22" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" > < g >
< path d = "M12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9z" > < / path >
< path d = "M12 11c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zM12.01 7c-.56 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z" > < / path >
< path fill = "none" d = "M0 0h24v24H0z" > < / path >
< / g > < / g >
< / svg >
< / div >
< div class = "pr-5 ml-3 w-full" >
2023-04-06 12:20:45 +00:00
< p > Remember to get a < a href = "https://fmhy.pages.dev/adblockvpnguide/#vpn" > VPN< / a > before torrenting< / p >
2023-04-06 10:11:36 +00:00
< / div >
< / div >
< / div >
< ul >
2023-05-01 20:11:30 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/devgianlu/Aria2App" > Aria2App< / a > < / strong > - < a href = "https://i.ibb.co/x646fcy/b3ec39ecb9e3.png" > Screenshot< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://gitlab.com/proninyaroslav/libretorrent" > LibreTorrent< / a > < / strong > - < a href = "https://i.ibb.co/TgGChNM/2c57cb08ae0d.png" > Screenshot< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://play.google.com/store/apps/details?id=com.delphicoder.flud" > Flud< / a > < / strong > - < a href = "https://i.ibb.co/z6GhkHc/bb30c0fd5553.png" > Screenshot< / a > < / li >
< li > < a href = "https://play.google.com/store/apps/details?id=hu.tagsoft.ttorrent.lite" > tTorrent< / a > - < a href = "https://i.ibb.co/NZB2Yc4/21bfeb72049e.png" > Screenshot< / a > < / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.frostwire.android" > Frostwire< / a > - < a href = "https://i.ibb.co/kmg6wLw/0d4fda1932e7.png" > Screenshot< / a > < / li >
< li > < a href = "https://fmhy.pages.dev/base64/#wetorrent-pro" > WeTorrent Pro< / a > - < a href = "https://i.ibb.co/MZXX136/f11425e5d8a7.png" > Screenshot< / a > < / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://gitlab.com/axet/android-torrent-client" > Torrent Client< / a > - < a href = "https://gitlab.com/axet/android-torrent-client#screenshots" > Screenshot< / a > < / li >
2023-05-01 20:11:30 +00:00
< li > < a href = "https://android.biglybt.com/" > BiglyBT< / a > - < a href = "https://i.ibb.co/6W9TXG1/074a0e98aa52.png" > Screenshot< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/teal77/trireme" > Trireme< / a > or < a href = "https://github.com/maulik9898/barrage" > Barrage< / a > - Deluge Clients< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "http://www.transdroid.org/" > Transdroid< / a > - Manage BitTorrent Clients / < a href = "https://github.com/erickok/transdroid" > Github< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.kevinforeman.nzb360" > nzb360< / a > - NZB / Torrent Manager< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.oubrDB.torrentHunt" > TorrHunt< / a > - Torrent Search< / li >
< li > < a href = "http://kutt.it/meoko" > Meoko< / a > - Anime Torrent Search< / li >
< / ul >
< doc-anchor-target id = "android-reading" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-reading" > #< / doc-anchor-trigger >
< span > Android Reading< / span >
< / h2 >
< / doc-anchor-target >
< ul >
2023-05-20 10:10:31 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/readingpiracyguide/#ebook-readers" > Ebook Readers< / a > < / strong > - List of Multi-Platform Ebook Readers< / li >
2023-08-05 18:12:10 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://forum.mobilism.org/app/" > Mobilism< / a > < / strong > or < a href = "https://github.com/Pool-Of-Tears/Myne" > Project Gutenberg< / a > - Ebook Site Apps< / li >
2023-05-20 10:10:31 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "http://librera.mobi/" > Librera< / a > < / strong > - Ebook Reader< / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://play.google.com/store/apps/details?id=com.faultexception.reader" > Lithium< / a > < / strong > - Ebook Reader< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://play.google.com/store/apps/details?id=org.readera" > Readera< / a > < / strong > - PDF Reader< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://tachiyomi.org/" > Tachiyomi< / a > < / strong > or < a href = "https://github.com/Saud-97/TachiyomiS97" > TachiyomiS97< / a > - Manga / Comic Reader< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > Tachiyomi Tools< / strong > - < a href = "https://github.com/tachiyomiorg/tachiyomi" > Github Releases< / a > / < a href = "https://tachiyomi.org/forks/#forks" > Forks< / a > / < a href = "https://discord.com/invite/tachiyomi" > Discord< / a > / < a href = "https://tachiyomi.org/help/guides/local-manga/" > Open Local Files< / a > < / li >
2023-04-16 08:12:58 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://kotatsu.app/" > Kotatsu< / a > < / strong > - Manga Reader< / li >
2023-05-20 10:10:31 +00:00
< li > < a href = "https://github.com/mateusz-bak/openreads-android" > Openreads< / a > , < a href = "https://github.com/tfonteyn/NeverTooManyBooks" > NeverTooManyBooks< / a > or < a href = "https://basmo.app/" > Basmo< / a > - Book Managers / Trackers< / li >
2023-07-20 02:29:46 +00:00
< li > < a href = "https://www.kafkaarchives.com/" > KafkaArchives< / a > - Archive.org Books / Audiobooks< / li >
2023-07-29 08:12:35 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=org.wikipedia" > Wikipedia< / a > - Wikipedia App / < a href = "https://play.google.com/store/apps/details?id=org.wikipedia.beta" > Beta< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "http://www.moondownload.com/" > Moon+ Reader< / a > - Ebook Reader< / li >
< li > < a href = "https://apt.izzysoft.de/fdroid/index/apk/org.coolreader" > CoolReader< / a > - Ebook Reader< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://gitlab.com/axet/android-book-reader" > BookReader< / a > - Ebook Reader< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.prestigio.ereader" > Prestigio< / a > - Ebook Reader< / li >
< li > < a href = "https://omnivore.app/" > Omnivore< / a > - Ebook Reader< / li >
< li > < a href = "https://github.com/qinlili23333/KiyomiPDF" > KiyomiPDF< / a > - PDF Reader< / li >
2023-05-20 10:10:31 +00:00
< li > < a href = "https://github.com/GrapheneOS/PdfViewer" > Secure PDF Viewer< / a > - PDF Reader< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://willus.com/k2pdfopt/" > K2pdfopt< / a > - Optimize PDF/DJVU Files for Mobile E-Readers< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://github.com/PaulWoitaschek/Voice" > Voice< / a > - Audiobook Player< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=mdmt.sabp.free" > Simple Audiobook Player< / a > - Audiobook Player< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=de.ph1b.audiobook" > Voice Audiobook Player< / a > - Audiobook Player< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=ak.alizandro.smartaudiobookplayer" > Smart Audiobook Player< / a > - Audiobook Player< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://github.com/flackbash/AudioAnchor" > AudioAnchor< / a > - Audiobook Player< / li >
2023-05-28 02:39:12 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.estories" > eStories< / a > - Audiobook Player< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#perfect-viewer" > Perfect Viewer< / a > - Manga Reader< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://bitbucket.org/cylonu87/mangadlr/downloads/" > MangaDLR< / a > - Manga Reader< / li >
< li > < a href = "https://flathub.org/apps/details/com.georgefb.mangareader" > Manga Reader< / a > - Manga Reader< / li >
< li > < a href = "https://www.mangatag.com/" > Manga Tag< / a > - Manga Reader< / li >
< li > < a href = "https://github.com/neverfelly/Meow" > Meow< / a > - Manga Reader< / li >
< li > < a href = "https://animechicken.app/" > AnimeChicken< / a > - Manga Reader< / li >
< li > < a href = "https://github.com/gsioteam/kinoko" > Kinoko< / a > - Manga Reader< / li >
< li > < a href = "https://github.com/TheUndo/Atsumaru" > Atsumaru< / a > - Manga Reader< / li >
< li > < a href = "https://ismanga.com/" > IsManga Translator< / a > - Manga Translator< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.viewer.comicscreen" > ComicScreen< / a > - Comic Reader< / li >
< li > < a href = "https://seeneva.app/" > Seeneva< / a > - Comic Reader< / li >
< li > < a href = "https://shosetsu.app/" > Shosetsu< / a > - Light Novels / < a href = "https://gitlab.com/shosetsuorg/shosetsu" > GitHub< / a > / < a href = "https://github.com/shosetsuorg/shosetsu-preview" > Dev Builds< / a > / < a href = "https://discord.gg/ttSX7gB" > Discord< / a > < / li >
< li > < a href = "https://github.com/gmathi/NovelLibrary" > NovelLibrary< / a > - Light Novels / < a href = "https://discord.gg/qFZX4vdEdF" > Discord< / a > < / li >
< li > < a href = "https://github.com/LNReader/lnreader" > LNReader< / a > - Light Novels< / li >
< li > < a href = "https://github.com/adreeeyan/baruch" > Baruch< / a > - Light Novels< / li >
< li > < a href = "https://github.com/ranobe-org/ranobe" > Ranobe< / a > - Light Novels< / li >
< li > < a href = "https://github.com/IReaderorg/IReader" > IReader< / a > - Light Novels< / li >
< li > < a href = "https://apt.izzysoft.de/fdroid/index/apk/com.lagradost.quicknovel" > QuickNovel< / a > - Light Novels< / li >
2023-08-05 06:13:03 +00:00
< li > < a href = "https://softgoods.app/" > SoftGoods< / a > - Fan Fiction< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://apps.apple.com/us/app/libby-by-overdrive/id1076402606" > Libby< / a > - Borrow Digital Library Books< / li >
2023-04-29 04:13:01 +00:00
< li > < a href = "https://bionic-reading.com/" > Bionic Reading< / a > - Reading Fixation Points< / li >
2023-07-27 10:11:46 +00:00
< li > < a href = "https://www.adobe.com/acrobat/mobile/scanner-app.html" > Adobe Scanner< / a > , < a href = "https://github.com/clean-apps/CleanSCAN" > CleanScan< / a > , < a href = "https://github.com/Aman-zishan/DocScanner" > DocScanner< / a > , < a href = "https://play.google.com/store/apps/details?id=com.voyagerx.scanner" > vFLat Scan< / a > or < a href = "https://github.com/ethereal-developers/OpenScan" > OpenScan< / a > - Document Scanners< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://opendocument.app/" > OpenDocument< / a > - Document Reader< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< doc-anchor-target id = "android-audio" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-audio" > #< / doc-anchor-trigger >
< span > Android Audio< / span >
< / h2 >
< / doc-anchor-target >
< ul >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#android-audio-players" > Android Audio Players< / a > < / strong > - Music Players / Libraries< / li >
2023-04-16 08:12:58 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.xmanagerapp.com/" > xManager< / a > < / strong > or < a href = "https://fmhy.pages.dev/base64/#modded-spotify-apk" > Modded Spotify< / a > - Ad Free Spotify< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > xManager Tools< / strong > - < a href = "https://github.com/xManager-App/xManager" > Github< / a > / < a href = "https://discord.gg/Zu3JyxHD" > Discord< / a > / < a href = "https://spotivity.me//" > Friend Activity< / a > / < a href = "https://play.google.com/store/apps/details?id=live.teekamsuthar.mutify" > Mute Ads< / a > , < a href = "https://github.com/aghontpi/ad-silence" > 2< / a > / < a href = "https://stats.fm/" > Stats< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://audiorelay.net/" > AudioRelay< / a > < / strong > - Stream PC Audio to Phone< / li >
2023-08-27 04:12:11 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/z-huang/InnerTune" > InnerTune< / a > < / strong > , < a href = "https://github.com/anandnet/Harmony-Music" > Harmony Music< / a > , < a href = "https://github.com/maxrave-dev/SimpMusic" > SimpMusic< / a > , < a href = "https://github.com/sheikhhaziq/gyawun" > Gyawun< / a > or < a href = "https://github.com/SuhasDissa/MellowMusic" > MellowMusic< / a > - YouTube Music Players< / li >
2023-05-24 00:58:52 +00:00
< li > < a href = "https://github.com/BobbyESP/Spowlo/" > Spowlo< / a > - Spotify Audio Downloader< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://github.com/jmshrv/finamp" > Finamp< / a > - Jellyfin Music Player< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://gitlab.com/ultrasonic/ultrasonic" > Ultrasonic< / a > or < a href = "https://github.com/TaylorKunZhang/SubTune" > SubTune< / a > - Subsonic Client< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.soundcloud.android&hl=us" > Sound1< / a > - Streaming< / li >
< li > < a href = "https://forum.mobilism.org/search.php?keywords=tidal&sr=topics&sf=titleonly" > Modded Tidal< / a > - Steaming / Download< / li >
< li > < a href = "https://github.com/jackBonadies/SeekerAndroid" > Seeker< / a > - Download / MP3< / li >
2023-04-07 08:13:39 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.companyname.andriodapp1" > Soulseek< / a > - Download / FLAC / MP3< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/alashow/datmusic-android" > Datmusic< / a > - Download / MP3< / li >
< li > < a href = "https://forum.mobilism.org/search.php?st=0&sk=t&sd=d&sr=topics&keywords=aids&sf=titleonly" > AIDS< / a > - Download / MP3< / li >
< li > < a href = "https://github.com/yausername/youtubedl-android" > YouTubeDL Android< / a > , < a href = "https://github.com/deniscerri/ytdlnis" > ytdlnis< / a > , < a href = "https://github.com/JunkFood02/Seal" > Seal< / a > or < a href = "https://github.com/SongTube/SongTube-App" > SongTube< / a > - YouTube Audio / Video Downloaders< / li >
< li > < a href = "https://fildo.net/android/en/" > Fildo< / a > - Streaming< / li >
< li > < a href = "https://dev.funkwhale.audio/funkwhale/funkwhale-android" > Funkwhale< / a > - Streaming< / li >
< li > < a href = "https://home.trebel.io/" > Trebel< / a > - Streaming< / li >
< li > < a href = "https://github.com/Sangwan5688/BlackHole" > BlackHole< / a > - Streaming< / li >
< li > < a href = "https://vkx.app/" > VK X< / a > - Streaming< / li >
2023-05-24 00:58:52 +00:00
< li > < a href = "https://soundbound.shabinder.in/install" > SoundBound< / a > - Streaming< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=deezer.android.app" > Deezer< / a > - Streaming< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://invent.kde.org/multimedia/audiotube" > AudioTube< / a > - YouTube Audio Player / < a href = "https://jbbgameich.github.io/kde/2021/03/13/audiotube.html" > GitHub< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.cliggo.cliggo_music" > Cliggo< / a > - Streaming / Downloading< / li >
< li > < a href = "https://github.com/apognu/otter" > Otter< / a > - Music Sharing App< / li >
2023-07-26 01:02:05 +00:00
< li > < a href = "https://github.com/n000tavailable/tunedetective" > TuneDetective< / a > - Music Recommendation App< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://hzp.co/" > HZP< / a > - Solfeggio Frequency Player< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://quorus.net/" > Quorus< / a > - Collaborative Playlists< / li >
< li > < a href = "https://unmix.ru/" > unMix< / a > - Remove Vocal Tracks< / li >
< li > < a href = "https://musicspeedchanger.com/" > MusicSpeedChanger< / a > - Music Speed Changer< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/storage/#telegram-deezer-bots" > Telegram Deezer Bots< / a > - Download / FLAC / MP3< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=mp3videoconverter.videotomp3.videotomp3converter" > Video to MP3 Converter< / a > - Video to MP3< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.nordskog.LesserAudioSwitch" > AudioSwitch< / a > - Switch Audio to Different Outputs Lesser< / li >
< li > < a href = "https://github.com/kawaiiDango/pScrobbler" > Pano Scrobbler< / a > - Android Scrobbler< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=fr.brickoft.soundiiz" > Soundiiz< / a > - Transfer Playlists Between Streaming Platforms< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.fillobotto.mp3tagger" > MP3 Tagger< / a > - Automatic Audio ID3 Tagging< / li >
2023-05-20 10:10:31 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.tianxingjian.supersound&hl" > Super Sound< / a > - Audio Editor< / li >
< li > < a href = "https://www.loudly.com/musicmakerjam" > Music Maker JAM< / a > - Music Creator / Mixer< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.stonekick.tempo&hl=en&gl=US" > Up Tempo< / a > - Audio Tempo Editor< / li >
2023-07-25 06:14:58 +00:00
< li > < a href = "https://github.com/programminghoch10/ViPER4AndroidRepackaged" > ViPER4Android< / a > - Audio Modifier / Equalizer< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.pittvandewitt.wavelet" > Wavelet< / a > - Headphone Audio Equalizer< / li >
< li > < a href = "https://github.com/ThePBone/GalaxyBudsClient" > GalaxyBudsClient< / a > - Galaxy Buds Manager< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.maxmpz.equalizer" > Poweramp Equalizer< / a > , < a href = "https://github.com/ThePBone/RootlessJamesDSP" > RootlessJamesDSP< / a > or < a href = "https://play.google.com/store/apps/details?id=com.jazibkhan.equalizer" > Flat Equalizer< / a > - Audio Equalizer< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.veryclevernamecompany.voleq" > Voleq< / a > - Volume Equalizer< / li >
2023-08-21 12:21:43 +00:00
< li > < a href = "https://github.com/woheller69/audio-analyzer-for-android" > audio-analyzer< / a > or < a href = "https://play.google.com/store/apps/details?id=org.intoorbit.spectrum" > Spectroid< / a > - Audio Spectrum Analyzers< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=io.japp.blackscreen" > Black Screen< / a > - Turn Off Display While Audio is Playing< / li >
2023-06-05 10:12:17 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.urbandroid.dnd" > Flip DND< / a > - Flip to Activate Do Not Disturb Mode< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=in.codeseed.audify" > Audify< / a > - Reduce Notification Distractions< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/storage/#song-identification" > Song Identification Tools< / a > - Identify Playing Songs< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/Cilenco/skipTrackLongPressVolume" > skipTrackLongPressVolume< / a > or < a href = "https://maslanka.app/volumee/" > Volumee< / a > - Volume Button Track Control< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=eu.darken.capod" > CAPod< / a > or < a href = "https://github.com/Domi04151309/PodsCompanion" > PodsCompanion< / a > - Extra AirPod Features< / li >
< li > < a href = "https://github.com/adolfintel/OpenPods" > OpenPods< / a > - Monitor AirPods< / li >
< li > < a href = "https://julioverne.github.io/description.html?id=com.julioverne.mimport" > MImport< / a > - Audio Import Tool< / li >
< / ul >
< doc-anchor-target id = "android-podcasts--radio" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-podcasts--radio" > #< / doc-anchor-trigger >
< span > Android Podcasts / Radio< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/base64/#modded-spotify-apk" > Spotify APK< / a > < / strong > - Podcasts / No Ads< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://codeberg.org/y20k/escapepod" > Escapepod< / a > - Podcasts< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.clearchannel.iheartradio.controller" > IHeartRadio< / a > - Podcasts / Radio< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.mixcloud.player&hl=en" > MixCloud< / a > - Podcasts / Radio< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=tunein.player&hl=en" > TuneIn< / a > - Podcasts / Radio< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.podbean.app.podcast" > Podbean< / a > - Podcasts< / li >
< li > < a href = "https://www.pocketcasts.com/" > PocketCasts< / a > - Podcasts< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.bambuna.podcastaddict" > Podcast Addict< / a > - Podcasts< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.stonegate.tsacdop" > Tsacdop< / a > - Podcasts< / li >
< li > < a href = "http://www.stitcher.com/" > Stitcher< / a > - Podcasts< / li >
< li > < a href = "https://github.com/Automattic/pocket-casts-android" > Pocket Casts< / a > - Podcasts< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://codeberg.org/y20k/transistor" > Transistor< / a > - Radio< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://f-droid.org/en/packages/tk.giesecke.disaster_radio/" > DisasterRadio< / a > - Radio< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.watea.radio_upnp" > RadioUpnp< / a > - Radio< / li >
2023-06-05 10:12:17 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.radiotime.app" > RadioTime< / a > - Radio< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://www.apkmirror.com/apk/xiaomi-inc/miui-fm-radio/miui-fm-radio-1-0-478-release/" > SpiritF< / a > or < a href = "https://play.google.com/store/apps/details?id=com.nextradioapp.nextradio" > Next Radio< / a > - FM Radio< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.audioaddict.di" > DI.FM< / a > - Electronic Radio< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=me.echeung.moemoekyun" > LISTEN.moe< / a > - K-Pop Radio< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://antennapod.org/" > AntennaPod< / a > / < a href = "https://github.com/AntennaPod/AntennaPod" > 2< / a > , < a href = "https://www.tsacdop.app/" > Tsacdop< / a > , < a href = "https://www.snipd.com/" > Snipd< / a > or < a href = "https://github.com/flackbash/AudioAnchor" > AudioAnchor< / a > - Podcast Players< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/AntennaPod/AntennaPod" > AntennaPod< / a > - Podcast Manager< / li >
2023-05-27 16:13:14 +00:00
< li > < a href = "https://www.sparkine.com/muviz/" > Muviz< / a > or < a href = "https://www.sparkine.com/muviz-edge/" > Muviz Edge< / a > - Navbar Audio Visualizer< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.kdanmobile.android.podsnote" > Inspod< / a > - Podcast Notes< / li >
< / ul >
< doc-anchor-target id = "android-relaxation" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-relaxation" > #< / doc-anchor-trigger >
< span > Android Relaxation< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.TailoredMusic.RainyMood" > Rainy Mood< / a > , < a href = "https://play.google.com/store/apps/details?id=fm.raining.rainingfm&hl=en" > Raining.fm< / a > or < a href = "https://sleeprelaxapps.github.io/rainsounds/" > Rain Sounds< / a > - Ambient Rain< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.noizio&hl=en_US" > Noizio< / a > - Nature Sounds / Relaxation< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.gabemart.asoftmurmur" > A Soft Murmur< / a > or < a href = "https://github.com/CliffracerMerchant/SoundAura" > SoundAura< / a > - Mix Ambient Sounds< / li >
< li > < a href = "https://pics.tide.moreless.io/site/tide.apk" > Tide.fm< / a > - Meditation / Sleep Sounds< / li >
2023-04-18 12:21:41 +00:00
< li > < a href = "https://github.com/YajanaRao/Serenity" > Serenity< / a > - Meditation / Sleep Sounds< / li >
2023-04-30 01:02:05 +00:00
< li > < a href = "https://trynoice.com/" > Noice< / a > - Meditation / Sleep Sounds< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.mynoise.mynoise&hl=en" > myNoise< / a > - Background Noises & Interactive Soundscapes< / li >
< li > < a href = "https://github.com/pmarks-net/chromadoze" > Chroma Doze< / a > - White Noise Generator< / li >
< / ul >
< doc-anchor-target id = "android-streaming" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-streaming" > #< / doc-anchor-trigger >
< span > Android Streaming< / span >
< / h2 >
< / doc-anchor-target >
< ul >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.stremio.com/" > Stremio< / a > < / strong > - Torrent Streaming / < a href = "https://stremio-addons.netlify.app/" > Addons< / a > / Chromecast / Use < a href = "https://fmhy.pages.dev/adblockvpnguide/#vpn-guide" > VPN< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://forum.mobilism.org/search.php?st=0&sk=t&sd=d&sr=topics&keywords=hdo+box&sf=titleonly" > HDO Box< / a > < / strong > - Movies / TV< / li >
2023-06-03 16:13:46 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://dweb.link/ipns/cloudstream.on.fleek.co/" > CloudStream< / a > < / strong > - Movies / TV / Anime / < a href = "https://github.com/recloudstream/cloudstream" > GitHub< / a > / < a href = "https://github.com/hexated/cloudstream-extensions-hexated/" > 2< / a > / < a href = "https://rentry.org/cs3-repos" > Mirrors< / a > / < a href = "https://recloudstream.github.io/csdocs/" > Docs< / a > < / li >
2023-08-25 06:14:22 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://kodi.tv/" > Kodi< / a > < / strong > - /r/Addons4Kodi / < a href = "https://kinkeadtech.com/best-kodi-streaming-addons/" > Tracker< / a > / < a href = "https://kodiapps.com/addons-chart" > Trending< / a > / < a href = "https://real-debrid.com/" > Real-Debrid< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://syncler.net/" > Syncler< / a > < / strong > - Movies / TV / < a href = "https://pastebin.com/VsiKV9rm" > How-To< / a > / < a href = "https://www.reddit.com/r/providers4syncler/" > Providers< / a > < / li >
2023-08-27 04:12:11 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#youtube-android-apps" > YouTube Android Apps< / a > < / strong > / < a href = "https://redd.it/tiqzon/" > 2< / a > - Ad-Free YouTube on Android< / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/libre-tube/libretube" > LibreTube< / a > < / strong > or < a href = "https://github.com/zt64/Hyperion" > Hyperion< / a > - Youtube Frontend< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://play.google.com/store/apps/details?id=com.bubblesoft.android.bubbleupnp&gl=US" > BubblesUPNP< / a > < / strong > , < a href = "https://github.com/anacrolix/dms" > DMS< / a > , < a href = "https://github.com/xfangfang/Macast" > Macast< / a > or < a href = "https://www.cinema-box.co.uk/" > Cinema Box< / a > - Media Servers / Chromecast< / li >
2023-06-05 10:12:17 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#android-video-players" > Android Video Players< / a > < / strong > < / li >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/videopiracyguide/#smart-tv--firestick" > Android Smart TV Apps< / a > < / strong > - Smart TV / Firestick Apps< / li >
2023-05-20 10:10:31 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://play.google.com/store/apps/details?id=tv.trakt.trakt" > Trakt< / a > < / strong > , < a href = "https://github.com/1RandomDev/showly-oss" > Showly 2.0< / a > , < a href = "https://fidloo.com/cinexplore/" > Cinexplore< / a > or < a href = "https://seriesgui.de/" > SeriesGuide< / a > - Movie / TV Tracker< / li >
2023-08-19 12:18:08 +00:00
< li > < a href = "https://aniyomi.org/" > Aniyomi< / a > - Movies / TV / Anime / < a href = "https://github.com/jmir1/aniyomi" > GitHub< / a > < / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "http://popcorn-time.ga/" > PopcornTime< / a > / < a href = "https://github.com/popcorn-official/popcorn-android" > 2< / a > - Movies / TV / Anime / Chromecast / Use < a href = "https://fmhy.pages.dev/adblockvpnguide/#vpn-guide" > VPN< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://pikashows.com/" > PikaShow< / a > - Movies / TV< / li >
< li > < a href = "https://beetvapp.me/" > BeeTV< / a > or < a href = "https://novatv.app/" > NovaTV< / a > - Movies / TV / Anime / Chromecast< / li >
< li > < a href = "https://www.vivatv.io/" > VivaTV< / a > - Movies / TV / Anime / Chromecast< / li >
< li > < a href = "https://github.com/WeeklyProblem/Bouncy" > Bouncy< / a > - Movies / TV / Anime / Chromecast< / li >
< li > < a href = "https://github.com/N0-0NE-Dev/NoFasel" > NoFasel< / a > - Movies / TV / Anime< / li >
< li > < a href = "https://filmplus.app/" > FilmPlus< / a > - Movies / TV< / li >
< li > < a href = "https://isratv.netlify.app/" > IsraTV< / a > - Movies / TV / Live TV< / li >
< li > WiWiCenter - < a href = "https://cinema.wiwicenter.com/" > Movies / TV< / a > / < a href = "https://anime.wiwicenter.com/" > Anime< / a > - Use Adblocker< / li >
< li > < a href = "https://www.upflix.net/" > Upflix< / a > - Movies / TV< / li >
< li > < a href = "https://forum.mobilism.org/search.php?keywords=teatv&sr=topics&sf=titleonly" > TeaTV< / a > - Movies / TV< / li >
2023-05-27 16:13:14 +00:00
< li > < a href = "https://cyberflix.me/" > CyberFlix< / a > - Movies / TV< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://cinemahdapkapp.com/v2-apkd4/" > CinemaHD< / a > - Movies / TV< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#movies-cave-app" > Movies Cave< / a > - Movies / TV< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.downloader.world/" > Tuner Radio< / a > - Movies / TV< / li >
< li > < a href = "http://www.rokkr.net/" > Rokkr< / a > - Movies / TV / Add " huhu.to" , " bs.to" or " oha.to" < / li >
< li > < a href = "https://loklok.com/download" > LokLok< / a > - Movies / TV< / li >
< li > < a href = "https://github.com/KaustubhPatange/Moviesy" > Moviesy< / a > - YTS Torrents< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.tvbusa.english&hl=en_US" > EncoreTVB< / a > - Chinese Drama< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://adrama.app/" > aDrama< / a > - Asian Drama / < a href = "https://fmhy.pages.dev/base64/#adrama-addons" > Addons< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.amnis" > Amnis< / a > - Stream Videos from Torrents< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=pis.android.rss.rssplayer&hl=en_US" > RSS Player< / a > - KDrama / < a href = "http://allrss.se/dramas" > Feed< / a > < / li >
< li > < a href = "https://github.com/itsZECHS/DriveStream" > Drive Stream< / a > or < a href = "https://github.com/anujd64/Thunder/" > Thunder< / a > - GDrive Video Player< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://github.com/mo3rfan/syncplayer" > SyncPlayer< / a > - Video Sync App< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.xpp.tubeAssistant" > Float Tube< / a > - Floating YouTube Player< / li >
< li > < a href = "https://forum.mobilism.org/search.php?keywords=great+courses+plus&terms=all&author=&sc=1&sf=titleonly&sr=topics&sk=t&sd=d&st=0&ch=300&t=0&submit=Search" > Great Courses Plus Premium< / a > - Courses< / li >
< li > < a href = "https://likewise.com/" > LikeWise< / a > - Media Recommendation App< / li >
2023-07-25 01:06:30 +00:00
< li > < a href = "https://codeberg.org/NullPointerException/PipePipe" > PipePipe< / a > - Bilibili / NicoNico Client< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/the1812/Bilibili-Evolved" > Bilibili Evolved< / a > or < a href = "https://github.com/HotBitmapGG/bilibili-android-client" > bilibili-android-client< / a > - Bilibili Client< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.yurafuca.nicotap" > NicoTap< / a > - NicoNico Client< / li >
< li > < a href = "https://github.com/FunkyMuse/SubHub" > SubHub< / a > or < a href = "https://play.google.com/store/apps/details?id=com.guenmat.android.subtitles" > Guenmat< / a > - Subtitle Downloaders< / li >
2023-05-20 10:10:31 +00:00
< li > < a href = "https://tunity.com/" > Tunity< / a > - Hear Muted TVs< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.stickaround.app" > Stick Around< / a > - Check for Post Credit Scenes< / li >
< li > < a href = "https://github.com/truefedex/tv-bro" > tv-bro< / a > - TV Remote Browser< / li >
< li > < a href = "https://alltvapps.com/" > AllTVApps< / a > - Streaming App Index< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://github.com/LivingWithHippos/unchained-android" > Unchained for Android< / a > - App to interact with Real-Debrid API< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/Parseus/codecinfo" > Codec Info< / a > - Android Video Codec Info< / li >
< li > < a href = "https://pastebin.com/zhpa3XSD" > How-to Extract Widevine L3 CDM from Android< / a > < / li >
< / ul >
< doc-anchor-target id = "android-anime" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-anime" > #< / doc-anchor-trigger >
< span > Android Anime< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-08-19 12:18:08 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://aniyomi.org/" > Aniyomi< / a > < / strong > - Movies / TV / Anime / < a href = "https://github.com/jmir1/aniyomi" > GitHub< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/saikou-app/saikou" > Saikou< / a > < / strong > - < a href = "https://github.com/kemuriXD/SaikouTV" > TV App< / a > / < a href = "https://saikou.pages.dev/" > Web App< / a > / < a href = "https://discord.com/invite/2T7TunuwFZ" > Discord< / a > < / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#crunchyroll-mod" > Crunrchyroll Mod< / a > - Anime / Premium Crunchyroll< / li >
2023-04-17 08:14:44 +00:00
< li > < a href = "https://github.com/linkkader/zanime" > ZAnime< / a > / < a href = "https://rebrand.ly/linkkaderdiscord" > Discord< / a > < / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://github.com/yukino-org/kazahana" > Kazahana< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/Fmaldonado6/Akiyama" > Akiyama< / a > < / li >
< li > < a href = "https://animechicken.app/" > AnimeChicken< / a > < / li >
2023-08-24 06:13:58 +00:00
< li > < a href = "https://miru.js.org/en/" > Miru< / a > < / li >
2023-04-17 08:14:44 +00:00
< li > < a href = "https://github.com/kl3jvi/animity" > animity< / a > / < a href = "https://discord.com/invite/eNuX9U57SM" > Discord< / a > < / li >
2023-04-30 01:02:05 +00:00
< li > < a href = "https://github.com/fakeyatogod/AnimeScrap" > AnimeScrap< / a > - Anime Download App< / li >
2023-05-20 10:10:31 +00:00
< li > < a href = "https://github.com/Drutol/MALClient" > MALClient< / a > , < a href = "https://play.google.com/store/apps/details?id=net.myanimelist.app" > MyAnimeList Client< / a > , < a href = "https://github.com/rajarsheechatterjee/anidex-app" > Anidex< / a > , < a href = "https://zend10.github.io/AL-chan/" > AL-chan< / a > , < a href = "https://github.com/Chesire/Nekome" > Nekome< / a > , < a href = "https://play.google.com/store/apps/details?id=com.otraku.app" > Otraku< / a > , < a href = "https://moelist.net/" > Moelist< / a > , < a href = "https://anitrend.co/" > AniTrend< / a > / < a href = "https://github.com/AniTrend/anitrend-app" > GitHub< / a > or < a href = "https://anilib.onrender.com/" > AniLib< / a > - Anime Trackers< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< doc-anchor-target id = "android-live-tv" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-live-tv" > #< / doc-anchor-trigger >
< span > Android Live TV< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#ola-tv" > OLATV< / a > < / li >
2023-04-23 01:01:52 +00:00
< li > < a href = "https://www.livenettv.bz/" > Live NetTV< / a > < / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#sonyliv" > SonyLiv (Modded)< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.ottrun.com/" > OTTRun< / a > , < a href = "https://github.com/neffex97/Tiwee" > Tiwee< / a > or < a href = "https://play.google.com/store/apps/details?id=com.devcoder.iptvxtreamplayer" > Xstream Player< / a > - IPTV Players< / li >
< / ul >
2023-07-13 20:13:31 +00:00
< doc-anchor-target id = "ios-tools" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#ios-tools" > #< / doc-anchor-trigger >
< span > iOS Tools< / span >
< / h2 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://hyperweb.app/" > Hyperweb< / a > < / strong > - iOS Safari Improvement + Adblock Extension< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#wallpapers" > Mobile Wallpapers< / a > < / strong > - Mobile Wallpaper Sites / Apps< / li >
2023-07-23 16:12:44 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://apps.apple.com/app/bitwarden-free-password-manager/id1137397744" > Bitwarden< / a > < / strong > , < a href = "https://keepassium.com/" > Keepassium< / a > , < a href = "https://authpass.app/" > AuthPass< / a > , < a href = "https://strongboxsafe.com/" > Strongbox< / a > - Password Manager< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://apps.apple.com/us/app/openai-chatgpt/id6448311069" > OpenAI-ChatGPT< / a > or < a href = "https://trykai.app/" > Kai< / a > - ChatGPT Apps< / li >
< li > < a href = "https://softorino.com/waltr/" > Waltr< / a > - Convert Files to iOS Formats< / li >
2023-07-23 16:12:44 +00:00
< li > < a href = "https://apps.apple.com/us/app/fget-file-manager-browser/id1582654012" > FGet< / a > , < a href = "https://apps.apple.com/us/app/offline-files-browser-docs/id1557618225" > Offline File Browser< / a > or < a href = "https://github.com/SerenaKit/Santander" > Santander< / a > - File Managers< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://testflight.apple.com/join/LBZaRq4I" > Dropbox Premium< / a > - Cloud Storage< / li >
< li > < a href = "https://deduplicate.app/" > DeDuplicate< / a > - Duplicate File Remover< / li >
< li > < a href = "https://github.com/holzschu/a-shell" > A-Shell< / a > - Terminal Emulator< / li >
< li > < a href = "https://iemulators.com/" > iEmulators< / a > - Emulator Apps< / li >
< li > < a href = "http://www.happychick.hk/download.html" > HappyChick< / a > or < a href = "https://apps.apple.com/us/app/8090games/id1514980629" > 8090Games< / a > - Game Emulators< / li >
< li > < a href = "https://iosninja.io/ipa-library/download-issb-ipa-ios" > iSSB Play< / a > - Super Smash. Bros on iOS / < a href = "https://github.com/lufinkey/iSSB" > GitHub< / a > < / li >
< li > < a href = "https://github.com/fullpwn/infinity" > Infinity< / a > - Run Android 10(Q) on iPhone< / li >
< li > < a href = "https://github.com/qnblackcat/How-to-Downgrade-apps-on-AppStore-with-iTunes-and-Charles-Proxy/" > Downgrade Apps< / a > - How-to Downgrade Apps< / li >
< li > < a href = "https://iosninja.io/ipa-library/download-idos-ipa-ios" > iDOS< / a > - DOS Emulator / < a href = "https://github.com/litchie/dospad" > GitHub< / a > < / li >
< li > < a href = "https://www.collaboraoffice.com/collabora-office-android-ios-release-notes/" > Collabora< / a > - Office Suite< / li >
< li > < a href = "https://getdrafts.com/" > Drafts< / a > or < a href = "https://apps.apple.com/us/app/bear/id1016366447" > Bear< / a > - Note Taking App< / li >
< li > < a href = "https://www.serenity.re/en/notes" > Serenity Notes< / a > - Collaborative Notes< / li >
< li > < a href = "https://www.papertag.app/" > Papertag< / a > - Attach Digital Content on Paper< / li >
< li > < a href = "https://github.com/markusfisch/Libra" > Decisions< / a > - Decision Making App< / li >
< li > < a href = "https://github.com/Traurige/BatteryBuddy" > BatteryBuddy< / a > - Cute Battery Life Indicator< / li >
< li > < a href = "https://rpetri.ch/cydia/powercuff/" > Powercuff< / a > - Throttle iOS to Increase Battery Life< / li >
< li > < a href = "https://github.com/D0m0/CocoaTop" > CocaoTop< / a > - iOS Process Viewer< / li >
< li > < a href = "https://ish.app/" > iSH Shell< / a > - Linux-like Shell< / li >
< li > < a href = "https://holzschu.github.io/a-Shell_iOS/" > a-Shell< / a > - Text Based Shell< / li >
< li > < a href = "https://github.com/zzanehip/The-OldOS-Project" > The OldOS Project< / a > - iOS 4 Recreation< / li >
< li > < a href = "https://apps.apple.com/app/fantastical-2-for-iphone/id718043190?ls=1" > Fantastical< / a > - Calendar / Tasks App< / li >
2023-07-19 22:10:26 +00:00
< li > < a href = "https://gritapp.net/" > Grit< / a > - Habit Tracker< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://www.sparkdev.me/package/com.spark.nomoresmallapps" > NoMoreSmallApps< / a > - Force App Full Screen / < a href = "https://discord.com/invite/tvvJfbD" > Discord< / a > < / li >
< li > < a href = "https://apps.apple.com/us/app/sigma-your-feeds-united/id1594702352" > Sigma< / a > - Combine Social Media Apps< / li >
< li > < a href = "https://insightbrowser.com/" > InsightBrowser< / a > , < a href = "https://gear4.app/" > Gear4< / a > or < a href = "https://github.com/bdashore3/Asobi" > Asobi< / a > - Browsers< / li >
< li > < a href = "https://apps.apple.com/us/app/kagi/id1484498200" > Kagi< / a > or < a href = "https://testflight.apple.com/join/DeC8ZDnu" > Orion< / a > - Browser w/ Firefox & Chrome Extension Support< / li >
< li > < a href = "https://apps.apple.com/us/app/iretro-the-internet-browser/id1015692776" > iRetro< / a > - Browser w/ Wayback Machine< / li >
< li > < a href = "https://testflight.apple.com/join/pj7BWqeJ" > Lights Off< / a > - iOS Safari Dark Mode< / li >
< li > < a href = "https://enmity.app/" > Enmity< / a > - Modded iOS Discord Client / < a href = "https://github.com/enmity-mod" > GitHub< / a > / < a href = "https://discord.com/invite/rMdzhWUaGT" > Discord< / a > < / li >
< li > < a href = "https://www.icloud.com/shortcuts/6bd103c2be0148c1b9c30abb7a72bc94" > Local Time Generator< / a > - Generate Discord Timestamps< / li >
< li > < a href = "https://getutm.app/" > UTM< / a > - Virtual Machines< / li >
< li > < a href = "https://github.com/kawaiizenbo/AppManager" > AppManager< / a > - iOS App Manager for Windows< / li >
< li > < a href = "https://apps.apple.com/us/app/scriptable/id1405459188" > Scriptable< / a > - Automation Script Tool< / li >
< li > < a href = "https://maps.me/" > MAPS.ME< / a > - Offline Maps / < a href = "https://github.com/mapsme/omim" > GitHub< / a > < / li >
< li > < a href = "https://github.com/leminlimez/Cowabunga" > Cowabunga< / a > - iOS Customization Tool< / li >
< li > < a href = "https://iskin.tooliphone.net/" > iSkin< / a > , < a href = "https://www.ios-repo-updates.com/repository/odyssey-repo/package/com.anemonetheming.anemone3/" > Anemone< / a > , < a href = "https://www.reddit.com/r/iOSsetups/" > /r/iOSsetups< / a > , < a href = "https://www.reddit.com/r/iOSthemes/" > /r/iOSthemes< / a > , < a href = "https://apps.apple.com/us/app/moloko-themes-icons/id1534741213" > Moloko< / a > or < a href = "https://repo.dynastic.co/package/snowboard" > SnowBoard< / a > - iOS Themes< / li >
< li > < a href = "https://apps.apple.com/us/app/themify-icon-themes-widgets/id1534126062" > Themify< / a > - Icon Themes & Widgets< / li >
< li > < a href = "https://icustom.tooliphone.net/" > iCustom< / a > - Make Custom Icons Without Shortcuts< / li >
< li > < a href = "https://shortcutsgallery.com/" > ShortcutsGallery< / a > or < a href = "https://routinehub.co/" > RoutineHub< / a > - Siri Shortcuts< / li >
< li > < a href = "https://apps.apple.com/us/app/color-widgets/id1531594277" > Color Widgets< / a > , < a href = "https://apps.apple.com/us/app/widgetsmith/id1523682319" > WidgetSmith< / a > or < a href = "https://apps.apple.com/us/app/widgetopia-widgets-weather/id1536432615" > widgetopia< / a > - iOS Widgets< / li >
< li > < a href = "https://apps.apple.com/us/app/video-saver-pro-cloud-drive/id1297144302" > Video Saver Pro< / a > - Video Downloader< / li >
< li > < a href = "https://github.com/MrAdamBoyd/DownTube" > DownTube< / a > , < a href = "https://mcgaritydotme.notion.site/Using-yt-dlp-to-download-YouTube-content-on-an-iPad-16d0f4bcaf524d41a92a0d714d4bd100" > YT-DLP< / a > or < a href = "https://apps.apple.com/sa/app/youdown/id1487658334" > YouDown< / a > - YouTube Downloaders< / li >
< li > < a href = "https://apps.apple.com/us/app/keynote/id361285480" > Keynote< / a > - Make Presentations< / li >
< li > < a href = "https://repo.packix.com/package/com.laughingquoll.noctis12/" > Noctis12< / a > or < a href = "https://github.com/Skittyblock/Dune" > Dune< / a > - iOS Dark Mode< / li >
< li > < a href = "https://apps.apple.com/us/app/globeconvert-currency-units/id334851202" > GlobeConvert< / a > - Currency / Unit Converter< / li >
< li > < a href = "https://iriun.com/" > IRuin< / a > - Use iOS Device as Webcam< / li >
< li > < a href = "https://apps.apple.com/us/app/measure/id1383426740" > Measure< / a > - Turn iPhone / iPad into Tape Measure< / li >
< li > < a href = "https://github.com/wernjie/digital-scale-plus" > Digital Scale+< / a > - Measure Weights with iPhone / < a href = "https://apps.wernjie.com/digital-scale/" > Web App< / a > < / li >
< li > < a href = "https://apps.apple.com/us/app/fiery-feeds-rss-reader/id1158763303" > Fiery Feeds< / a > , < a href = "https://reederapp.com/" > Reeder< / a > or < a href = "https://apps.apple.com/us/app/netnewswire-rss-reader/id1480640210" > NetNewsWire< / a > - RSS Reader< / li >
< li > < a href = "https://github.com/kasem-sm/SlimeKT" > SlimeKT< / a > - Article Aggregator< / li >
< li > < a href = "https://gitjournal.io/" > Git Journal< / a > - Mobile Markdown Notes< / li >
< li > < a href = "https://a9.io/voiceliner/" > Voiceliner< / a > - Voice Memos / < a href = "https://github.com/maxkrieger/voiceliner" > GitHub< / a > < / li >
< li > < a href = "https://www.capcut.com/" > CapCut< / a > - Video Editor< / li >
< li > < a href = "https://github.com/SimformSolutionsPvtLtd/SSffmpegVideoOperation" > FFMPEG Operations< / a > - Video Encoder< / li >
< li > < a href = "https://www.photosync-app.com/home.html" > PhotoSync< / a > - Transfer Photos Between Devices< / li >
< li > < a href = "https://cokernutx.com/ipa-library/download/PicsArt.html" > PicsArt++< / a > , < a href = "https://picsart.com/apps" > 2< / a > or < a href = "https://apps.apple.com/us/app/photowizard-photo-editor/id370833324" > PhotoWizard< / a > - Image Editor< / li >
< li > < a href = "http://www.trytailor.com/" > Tailor< / a > - Automatic Screenshot Stitching< / li >
< li > < a href = "https://toonme.com/" > ToonMe< / a > - Turn Photos into Cartoons< / li >
< li > < a href = "https://apps.apple.com/us/app/fimo-analog-camera/id1454219307" > Fimo< / a > - Vintage Image Filters< / li >
2023-08-26 14:09:05 +00:00
< li > < a href = "https://apps.apple.com/app/id1509033790" > Lightme< / a > - Light Meter< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://lumalabs.ai/" > Luma AI< / a > - Capture 3D Images< / li >
< li > < a href = "https://github.com/hbang/Alderis" > Alderis< / a > - iOS Color Picker< / li >
< li > < a href = "https://apps.apple.com/us/app/tv-remote-universal-control/id1539090879" > Universal Control< / a > - Universal Remote< / li >
< li > < a href = "https://netclicker.tv/" > NetClicker< / a > - Phone Browser Controller< / li >
< li > < a href = "https://github.com/jerameel/bacon" > Bacon< / a > - Bluetooth Controller< / li >
< li > < a href = "https://lemamichael.github.io/WhatIsRhino/" > Rhino< / a > - Tweaked Instagram Client< / li >
< li > < a href = "https://iosninja.io/ipa-library/download-twitter-plus-plus-ipa-ios" > Twitter++< / a > - Tweaked Twitter App< / li >
< li > < a href = "https://github.com/haoict/tiktok-god" > TikTok God< / a > - Tweaked TikTok App< / li >
< li > < a href = "https://fmhy.pages.dev/storage/#internet-speed-test" > Internet Speed Tests< / a > - Test Internet Speed< / li >
< li > < a href = "https://apps.apple.com/us/app/remmel-for-lemmy/id1547988171" > Remmel< / a > - Lemmy Client< / li >
< li > < a href = "https://jitsi.org/" > Jitsi< / a > - Video Chat< / li >
< li > < a href = "https://github.com/meshenger-app/meshenger-android" > Meshenger< / a > or < a href = "https://gitlab.com/quite/mumla" > Mumla< / a > - Voice Chat< / li >
< li > < a href = "https://wolicheng.com/womic/" > WO Mic< / a > - Use Phone as Mic< / li >
< li > < a href = "https://walkie-talkie.io/" > Walkie-Talkie< / a > - Walkie-Talkie App< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.hypereact.faxappgp" > Smart Fax< / a > - Send Fax via Phone< / li >
< li > < a href = "https://apps.apple.com/us/app/zx81/id1180117434" > ZX81< / a > - Sinclair ZX81 Emulator< / li >
< li > < a href = "https://apps.apple.com/us/app/my6809/id1233655601" > My6809< / a > - Motorola 6809 Emulator< / li >
< li > < a href = "https://apps.apple.com/us/app/guardic-msx/id905921949" > Guardic< / a > or < a href = "https://apps.apple.com/us/app/zanac-msx/id834098690" > ZanacMSX< / a > - MSX Emulator< / li >
< li > < a href = "https://github.com/ReagentX/imessage-exporter" > iMessage Exporter< / a > - Export iMessage Chats< / li >
< li > < a href = "https://nicegram.app/" > Nicegram< / a > - Telegram App< / li >
< li > < a href = "https://github.com/TheChanDev/TheChan" > TheChan< / a > - 4Chan App< / li >
< li > < a href = "https://f-droid.org/en/packages/eu.siacs.conversations/" > Conversations< / a > - XMPP Client< / li >
< li > < a href = "https://icq.com/" > icq< / a > or < a href = "https://oc.app/" > OpenChat< / a > - Messaging Apps< / li >
< li > < a href = "https://watusi.fouadraheb.com/" > Watusi< / a > - Modded WhatsApp< / li >
< li > < a href = "https://iosninja.io/ipa-library/download-whatspad-ipa-ios" > Whatspad++< / a > - iPad WhatsApp< / li >
< li > < a href = "https://github.com/tomaszpoliszuk/AppLibraryEnabler" > AppLibraryEnabler< / a > - Enable App Library on iPad< / li >
< li > < a href = "https://apps.apple.com/us/app/geekbench-5/id1435082259" > GeekBench< / a > - iOS Benchmark Tests< / li >
< li > < a href = "https://goodlinks.app/" > GoodLinks< / a > or < a href = "https://www.domarks.app/" > DoMarks< / a > - Bookmark Manager< / li >
< li > < a href = "http://www.flairify.com/" > Flarify< / a > - Touchscreen Typing Practice< / li >
< li > < a href = "https://apps.apple.com/us/app/selvy-penscript/id1027637212" > Selvy PenScript< / a > - Handwriting to Text Keyboard< / li >
< li > < a href = "https://apps.apple.com/us/app/voxrec-voice-to-text-dictation/id1366603987" > VoxRec< / a > - Voice to Text< / li >
< li > < a href = "https://audoir.com/" > Audoir< / a > - Lyric Text Editor< / li >
< li > < a href = "https://apps.apple.com/us/app/group-transcribe/id1527145885" > Group Transcribe< / a > - Real Time Transcribing< / li >
< li > < a href = "https://translatedlabs.com/" > TranslatedLabs< / a > - Translation Apps< / li >
< li > < a href = "https://apps.apple.com/us/app/scan-thing-scan-anything/id1542730895" > Scan Thing< / a > - Scan & Digitize Anything< / li >
< li > < a href = "https://apps.apple.com/us/app/magicplan/id427424432" > magicplan< / a > - AR & LiDAR Scanning< / li >
< li > < a href = "https://poly.cam/" > Polycam< / a > - 3D Capture Tool< / li >
< li > < a href = "https://apps.apple.com/us/app/camscanner-pdf-scanner-app/id388627783" > CamScanner< / a > or < a href = "https://apps.apple.com/us/app/microsoft-lens-pdf-scanner/id975925059" > Microsoft Lens< / a > - Scan & Digitize Documents< / li >
2023-07-19 22:10:26 +00:00
< li > < a href = "https://github.com/astubenbord/paperless-mobile" > Paperless< / a > - Document Manager< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://github.com/derekblair/ILPDFKit" > ILPDFKit< / a > - PDF Form Fill Toolkit< / li >
< li > < a href = "https://apps.apple.com/us/app/ringtones-for-iphone-ringtune/id1036141497" > Ringtones< / a > - Custom Ringtone Creator< / li >
< li > < a href = "https://projectsandcastle.org/" > Project Sandcastle< / a > - Android for the iPhone< / li >
< li > < a href = "https://testflight.apple.com/join/Qd42y5Pw" > Imgur< / a > - Meme & GIF Maker< / li >
< li > < a href = "https://www.mematic.net/" > Mematic< / a > - Meme Creator< / li >
< li > < a href = "https://reface.app/" > Reface< / a > - Create Face Swap Videos< / li >
2023-07-23 16:12:44 +00:00
< li > < a href = "https://apps.apple.com/app/id1667857726" > Typpo< / a > - Create Videos as you Speak< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://michelf.ca/projects/sim-daltonism/" > Sim Daltoinism< / a > - Color Blindness Simulator< / li >
< li > < a href = "https://www.wombo.ai/" > WOMBO< / a > - AI Powered Lip Sync< / li >
< li > < a href = "http://1se.co/" > 1 Second Everyday< / a > - 1 Second Video Diary< / li >
< li > < a href = "https://apps.apple.com/us/app/twobird/id1455545515" > Twobird< / a > , < a href = "http://www.todotoday.co/" > ToDoToday< / a > or < a href = "https://beorgapp.com/" > beorg< / a > - To-Do App< / li >
< li > < a href = "https://eveningkid.com/success/" > Success< / a > - Productivity Booster< / li >
< li > < a href = "https://github.com/ggerganov/ggmorse" > GGMorse< / a > - Morse Code Decoding App< / li >
< li > < a href = "https://apps.apple.com/us/app/picturethis-plant-identifier/id1252497129" > PictureThis< / a > - Plant Identifier< / li >
< li > < a href = "https://apps.apple.com/us/app/parcel-delivery-tracking/id375589283" > Parcel< / a > or < a href = "https://apps.apple.com/kg/app/aftership-package-tracker/id507014023" > Aftership< / a > - Delivery Tracker< / li >
< li > < a href = "https://apps.apple.com/in/app/keypad-bluetooth-keyboard/id1491684442" > KeyPad< / a > - Connect Mac Keyboard to Mobile Devices< / li >
< li > < a href = "https://swappa.com/imei" > Swappa< / a > or < a href = "https://www.sickw.com/" > SickW< / a > - IMEI, MEID, ESN Checker< / li >
< li > < a href = "https://github.com/tihmstar/futurerestore" > FutureStore< / a > - SEC & Baseband Restoring Wrapper< / li >
< li > < a href = "https://apps.apple.com/us/app/mildred/id1522800022" > Mildred< / a > - Docker Client< / li >
< li > < a href = "https://github.com/DragonBuild/dragon" > Dragon< / a > - Darwin Buildsystem / Toolkit< / li >
< / ul >
2023-04-06 10:11:36 +00:00
< doc-anchor-target id = "ios-jailbreaking" >
2023-07-13 20:13:31 +00:00
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#ios-jailbreaking" > #< / doc-anchor-trigger >
< span > iOS Jailbreaking< / span >
2023-07-13 20:13:31 +00:00
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://ios.cfw.guide/" > iOS Jailbreak Guide< / a > < / strong > - Jailbreaking Guide< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://appledb.dev/" > Complete Jailbreak Chart< / a > < / strong > - Jailbreak Tools Index< / li >
< li > < a href = "https://www.postbox.news/" > PostBox< / a > - Jailbreak News App / < a href = "https://discord.gg/maPagQDmnw" > Discord< / a > < / li >
< li > < a href = "https://reddit.com/r/jailbreak" > /r/jailbreak< / a > - Jailbreaking Subreddit / < a href = "https://www.reddit.com/r/jailbreak/wiki/index" > Wiki< / a > < / li >
< li > < a href = "https://redd.it/orqzau" > Sideloading Beginners Guide< / a > or < a href = "https://www.reddit.com/r/Piracy/comments/pt5uv9/noob_guide_to_sideloading_in_ios/" > Noob Guide to Sideloading< / a > - Sideloading Guide< / li >
< li > < a href = "https://reddit.com/r/sideloaded" > /r/sideloaded< / a > - Sideloading Subreddit / < a href = "https://www.reddit.com/r/sideloaded/wiki/index" > Wiki< / a > < / li >
< li > < a href = "https://sideloadly.io/" > Sideloadly< / a > or < a href = "https://github.com/SignTools/SignTools" > SignTools< / a > - Sideloading Tool< / li >
2023-07-19 22:10:26 +00:00
< li > < a href = "https://ipsw.me/" > IPSW< / a > - Provides Jailbreak Firmware< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://checkra.in/" > checkra1n< / a > - 5s - X Jailbreak / < a href = "https://discord.gg/NAxRYvysuc" > Discord< / a > < / li >
< li > < a href = "https://github.com/palera1n/palera1n" > palera1n< / a > - 15.0-16.3.1 Jailbreak Semi-Tethered Jailbreak< / li >
2023-05-20 10:10:31 +00:00
< li > < a href = "https://github.com/opa334/Dopamine" > Dopamine< / a > - 15.0-15.4.1 Semi-Untethered Jailbreak< / li >
< li > < a href = "https://github.com/NotDarkn/XinaA15" > XinaA15< / a > - 15.0-15.1.1 iPhone XS Jailbreak< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://taurine.app/" > Taurine< / a > - 14-14.3 Semi-Untethered Jailbreak< / li >
< li > < a href = "https://github.com/LinusHenze/Fugu14" > Fugu14< / a > - 14.3-14.5 Untethered Jailbreak (Incomplete)< / li >
< li > < a href = "https://theodyssey.dev/" > Odyssey< / a > - 13.0 to 13.7 Semi-tethered Jailbreak / < a href = "https://discord.gg/sileo" > Discord< / a > < / li >
< li > < a href = "https://chimera.coolstar.org/" > Chimera< / a > - 12.0-12.5.5 Jailbreak< / li >
< li > < a href = "https://unc0ver.dev/" > Unc0ver< / a > - 11.0-14.8 Jailbreak / < a href = "https://dark.diatr.us" > Procursus< / a > / < a href = "https://github.com/pwn20wndstuff/Undecimus" > GitHub< / a > < / li >
< li > < a href = "https://meridian.sparkes.zone/" > Meridian< / a > - 10.0-10.3.3 Jailbreak< / li >
< li > < a href = "https://github.com/SongXiaoXi/sockH3lix/releases/tag/v1.4" > sockH3lix< / a > - 10.0.1-10.3.3 Jailbreak< / li >
< li > < a href = "https://github.com/tihmstar/doubleH3lix" > doubleH3lix< / a > - 10.0-10.3.3 Jailbreak< / li >
< li > < a href = "https://dora2ios.web.app/kokeshiJB.html" > kok3shi< / a > - 9.3-9.3.5 Semi-tethered Jailbreak< / li >
< li > < a href = "https://phoenixpwn.com/" > Phoenix< / a > - 9.3.5-9.3.6 32-bit Jailbreak< / li >
< li > < a href = "https://p0laris.dev/" > p0laris< / a > - 9.x Untethered Jailbreak / < a href = "https://github.com/p0larisdev/app" > GitHub< / a > < / li >
< li > < a href = "https://web.archive.org/web/20170214021020/http://dl.pangu.25pp.com/jb/NvwaStone_1.1.ipa" > Pangu933< / a > - 9.2-9.3.3 Jailbreak< / li >
< li > < a href = "http://wall.supplies/" > HomeDepot< / a > - 9.1-9.3.4 Jailbreak< / li >
< li > < a href = "https://web.archive.org/web/20170702115349/http://en.9.pangu.io/" > Pangu9< / a > - 9.0-9.0.2 Jailbreak< / li >
< li > < a href = "https://dora2ios.web.app/daibutsu.html" > Daibutsu< / a > - 8.4.1 Jailbreak< / li >
< li > < a href = "https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/file/41UlRSyS" > Pangu7< / a > - 7.1-7.1.2 / < a href = "https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/file/Fo8ihCJa" > Mac< / a > < / li >
< li > < a href = "https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/file/1wc0HZgQ" > Evasi0n7< / a > - 7.0-7.0.6 Jailbreak / < a href = "https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/folder/MxdDDS4b" > 5s / 5c< / a > < / li >
< li > < a href = "https://ih8sn0w.com/p0sixspwn.html" > p0sixspwn< / a > - 6.1.3 up to 6.1.6 Jailbreak< / li >
< li > < a href = "https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/folder/I5k1gaoQ" > Evasi0n6< / a > - 6.0-6.1.2 Jailbreak< / li >
< li > < a href = "https://web.archive.org/web/20131024115207/http://greenpois0n.com/downloads/" > Absinthe< / a > - 5.0-5.0.1 Jailbreak< / li >
< li > < a href = "https://web.archive.org/web/20131024115207/http://greenpois0n.com/downloads/" > greenpois0n< / a > - 4.1, 4.2.1, 4.2.6 Jailbreak< / li >
< li > < a href = "http://limera1n.com/" > limera1n< / a > - 3.2.2-4.2.1 Jailbreak< / li >
< li > < a href = "https://www.jailbreakme.com/" > JailbreakMe< / a > - 3.1.2-iOS 4.0.1 Jailbreak< / li >
< li > < a href = "https://sites.google.com/a/iphone-dev.com/files/home/" > redsn0w< / a > - 3.0-3.1 Jailbreak< / li >
< li > < a href = "https://ipa-apps.me/" > IPA Apps< / a > - Jailbreak Tools & Apps< / li >
< li > < a href = "https://ipacandy.com/" > IPACandy< / a > - Jailbreaking Tools< / li >
< li > < a href = "https://github.com/LinusHenze/Fugu" > Fugu< / a > - Jailbreaking Tool< / li >
< li > < a href = "https://github.com/axi0mX/ipwndfu" > ipwndfu< / a > - Jailbreaking Tool< / li >
< li > < a href = "https://github.com/synackuk/n1ghtshade/releases" > n1ghtshade< / a > - 32bit Jailbreaking Tool< / li >
< li > < a href = "https://github.com/jakeajames/rootlessJB" > rootlessJB< / a > - Rootless iOS 12 Jailbreaking< / li >
< li > < a href = "https://www.reddit.com/r/LegacyJailbreak/" > /r/LegacyJailbreak< / a > - Jailbreak Old Devices / < a href = "https://discord.gg/bhDpTAu" > Discord< / a > < / li >
< li > < a href = "https://totally-not.spyware.lol/" > Totally Not Spyware< / a > - Safari Jailbreaking Tool< / li >
< li > < a href = "https://github.com/Samgisaninja/SuccessionRestore" > SuccessionRestore< / a > - Restore iOS without a computer (without updating)< / li >
< li > < a href = "https://github.com/raspberryenvoie/odysseyn1x" > odysseyn1x< / a > - Checkra1n / Odysseyra1n Installation Distro / < a href = "https://github.com/23Aaron/Betelguese" > GUI< / a > < / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://github.com/beerpiss/sh0wer" > sh0wer< / a > - Alt Linux Distro for checkn1x< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/Matchstic/ReProvision" > ReProvision< / a > - On-device signing utility< / li >
< li > < a href = "https://repo.hackyouriphone.org/" > HackYouriPhone Repo< / a > - Jailbreak / Tweaks< / li >
< li > < a href = "https://isecureos.idevicecentral.com/repo/" > isecureos< / a > - Jailbreak Antivirus Tweak< / li >
2023-04-16 08:12:58 +00:00
< li > < a href = "https://github.com/LukeZGD/Legacy-iOS-Kit" > iOS-OTA-Downgrader< / a > - OTA Downgrade iOS< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/ProcursusTeam/Procursus" > Procursus< / a > - OS Bootstrap< / li >
< li > < a href = "https://github.com/airsquared/blobsaver" > BlobSaver< / a > - GUI for Saving SHSH Blobs< / li >
< li > < a href = "https://github.com/tihmstar/tsschecker" > TSSChecker< / a > - Check TSS Signing Status< / li >
< li > < a href = "https://github.com/tihmstar/futurerestore" > FutureRestore< / a > - Restore to Unsigned Firmware / < a href = "https://github.com/CoocooFroggy/FutureRestore-GUI/" > GUI< / a > < / li >
2023-08-27 16:12:34 +00:00
< li > < a href = "https://forum.xda-developers.com/t/app-5-0-warden-app-manager.4122227/" > Warden< / a > , < a href = "https://cydia.saurik.com/api/share#?source=https://repo.getsileo.app" > Sileo< / a > , < a href = "https://apptapp.me/repo" > AppTapp Installer< / a > / < a href = "https://discordapp.com/invite/kkwKTB8" > Discord< / a > , < a href = "https://github.com/SailyTeam/Saily" > Saily< / a > , < a href = "https://muntashirakon.github.io/AppManager/" > App Manager< / a > , < a href = "https://github.com/MuntashirAkon/AppManager" > AppManager< / a > or < a href = "https://getzbra.com/" > Zebra< / a > - Package Managers< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< doc-anchor-target id = "ios-adblocking" >
2023-07-13 20:13:31 +00:00
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#ios-adblocking" > #< / doc-anchor-trigger >
< span > iOS Adblocking< / span >
2023-07-13 20:13:31 +00:00
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
2023-05-21 22:09:41 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://champagne.pages.dev/before-you-begin/important-tools/" > System Wide Adblocking< / a > < / strong > / < a href = "https://redd.it/oyfmr1" > 2< / a > - System Wide Adblocking Guides< / li >
2023-04-26 22:10:33 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/base64/#adguard-premium" > AdGuard Pro< / a > < / strong > / < a href = "https://testflight.apple.com/join/XqF1FkBg" > 2< / a > - Adblocker / < a href = "https://1fichier.com/?ef26ks4abjzct7o1k8os" > Config< / a > / < a href = "https://apps.apple.com/app/apple-store/id1543143740" > Remote< / a > < / li >
2023-04-18 18:14:04 +00:00
< li > < a href = "https://hyperweb.app/" > Hyperweb< / a > - iOS Safari Adblock< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://apps.apple.com/us/app/kfpanda-player/id1460792262" > KF Panda-Player< / a > - Turn any site into a App, without the Ads< / li >
< li > < a href = "https://1blocker.com/" > 1Blocker< / a > - Ablocker< / li >
< li > < a href = "http://kablock.com/" > Ka-Block!< / a > - Adblocker< / li >
< li > < a href = "https://apps.apple.com/ca/app/sanitize-ad-blocker/id1048309542" > Sanitize< / a > - Adblocker< / li >
< li > < a href = "https://github.com/krishkumar/BlockParty" > BlockParty< / a > - Adblocker< / li >
< li > < a href = "http://swabthe.com/" > Swab< / a > - Adblocker< / li >
< li > < a href = "https://apps.apple.com/us/app/dnscloak-secure-dns-client/id1452162351" > DNSCloak< / a > , < a href = "https://apps.apple.com/ca/app/naka-adblocker/id1525185489" > Naka AdBlocker< / a > , < a href = "https://apps.apple.com/ca/app/nextdns/id1463342498" > NextDNS< / a > or < a href = "https://surfshark.com/trust-dns" > TrustDNS< / a > - DNS Adblockers< / li >
< li > < a href = "https://apps.apple.com/sa/app/video-lite-no-ads/id1598997500" > Video Lite< / a > - Video Browser w/Adblock< / li >
< li > < a href = "https://github.com/Galactic-Dev/iSponsorBlock" > iSponsorBlock< / a > - Skip YouTube Sponsorships< / li >
< li > < a href = "https://apps.apple.com/us/app/tweetbot-6-for-twitter/id1527500834" > Tweebot 6< / a > - Ad-Free Twitter< / li >
< li > < a href = "http://www.shouldianswer.net/" > Should I Answer?< / a > or < a href = "https://www.hiya.com/" > Hiya< / a > - Block Spam Calls< / li >
< li > < a href = "https://www.donotcall.gov/" > The National Do Not Call Registry< / a > - Opt Out of Telemarketing Calls< / li >
< / ul >
< doc-anchor-target id = "ios-privacy" >
2023-07-13 20:13:31 +00:00
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#ios-privacy" > #< / doc-anchor-trigger >
< span > iOS Privacy< / span >
2023-07-13 20:13:31 +00:00
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://julio.hackyouriphone.org/" > Julioverne< / a > < / strong > - Privacy Tools< / li >
< li > < a href = "https://github.com/paulaime/iOS-Privacy-Guide" > iOS-Privacy-Guide< / a > - iOS Privacy Guide< / li >
2023-04-13 18:13:40 +00:00
< li > < a href = "https://apps.apple.com/us/app/twilio-authy/id494168017" > Authy< / a > , < a href = "https://raivo-otp.com" > Raivo OTP< / a > , < a href = "https://apps.apple.com/ca/app/otp-auth/id659877384" > OTP Auth< / a > , < a href = "https://getsentinel.io" > Sentinel< / a > or < a href = "https://www.tofuauth.com/" > Tofu< / a > - Two-factor Authentication< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://apps.apple.com/us/app/secret-photo-album/id1459036428" > SecretPhotoAlbum++< / a > , < a href = "https://apps.apple.com/us/app/private-photo-vault-pic-safe/id417571834" > Private Photo Vault< / a > or < a href = "https://noseeyou.com/" > No See You< / a > - Private Photo Album< / li >
< li > < a href = "https://onionbrowser.com/" > Onion Browser< / a > - Onion Browser for iOS< / li >
< li > < a href = "https://apps.apple.com/us/app/firefox-focus-privacy-browser/id1055677337" > Firefox Focus< / a > or < a href = "https://duckduckgo.com/app" > DuckDuckGo Privacy Browser< / a > - Privacy Based Browser< / li >
< li > < a href = "https://apps.apple.com/dk/app/lockdown-apps/id1469783711" > Lockdown iOS< / a > or < a href = "https://apps.apple.com/gb/app/mobiwall/id1486297414" > MobiWall< / a > - iOS Firewall / < a href = "https://github.com/confirmedcode/Lockdown-iOS" > GitHub< / a > < / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#phantomvpn" > PhantomVPN< / a > , < a href = "https://vpnifyapp.com/" > Vpnify< / a > or < a href = "https://apps.apple.com/us/app/ultrasurf-vpn/id1563051300" > Ultrasurf< / a > - Free VPN< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://apps.apple.com/us/app/potatso-lite/id1239860606" > Potatso Lite< / a > - Proxy App< / li >
< li > < a href = "https://apps.apple.com/us/app/faceblock-block-facebook/id1516200820" > Anti-Social< / a > - Block Social Media Trackers< / li >
< li > < a href = "https://apps.apple.com/us/app/signal-private-messenger/id874139669" > Signal< / a > , < a href = "https://status.im/" > Status< / a > , < a href = "https://getsession.org/" > Session< / a > , < a href = "https://apps.apple.com/ca/app/confide-secret-messenger/id779883419" > Confide< / a > , < a href = "https://olvid.io/en/" > Olvid< / a > or < a href = "https://chatsecure.org/" > chatsecure< / a > - Encrypted Messaging< / li >
< li > < a href = "https://syphon.org/" > Syphon< / a > - Matrix Client< / li >
< li > < a href = "https://apps.apple.com/us/app/wickr-pro/id1200926568" > Wickr< / a > , < a href = "https://jami.net/" > Jami< / a > , < a href = "https://mysudo.com/" > MySudo< / a > or < a href = "https://apps.apple.com/app/vector/id1083446067" > Element< / a > - Encrypted Messaging / Video Calls< / li >
< li > < a href = "https://apps.apple.com/us/app/protonmail-encrypted-email/id979659905" > ProtonMail< / a > - Encrypted Emailing Service< / li >
< li > < a href = "https://privacyblur.app/" > PrivacyBlur< / a > - Blur Sensitive Parts of Photos / < a href = "https://github.com/MATHEMA-GmbH/privacyblur" > GitHub< / a > < / li >
< / ul >
< doc-anchor-target id = "ios-apps" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#ios-apps" > #< / doc-anchor-trigger >
< span > iOS Apps< / span >
< / h2 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://rejail.ru/" > ReJail< / a > < / strong > - App / Tweak Repository< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://repo.cypwn.xyz/" > CyPwn< / a > < / strong > , < a href = "https://ipa.cypwn.xyz/" > 2< / a > - App Repository / < a href = "https://discord.gg/cypwn" > Discord< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/dkhamsing/open-source-ios-apps" > Open-Source iOS Apps< / a > < / strong > - Open Source App Index< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://appraven.net/collection.php?listId=63b5eef1904afd2a981cead0" > A.I. Apps< / a > < / strong > - AI App Index< / li >
2023-07-26 22:10:12 +00:00
< li > < a href = "https://github.com/opa334/TrollStore" > TrollStore< / a > - iOS Apps / 14.0-15.4.1 / < a href = "https://github.com/swaggyP36000/TrollStore-IPAs" > IPAs< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://t.me/streamiza" > Streamiza< / a > - Tweaked Apps / Telegram / < a href = "https://linktr.ee/Streamiza" > Discord< / a > < / li >
< li > < a href = "https://www.iphonecake.com/" > App Cake< / a > - Cracked Apps / < a href = "https://discord.com/invite/TgY2Qmb" > Discord< / a > < / li >
< li > < a href = "https://forum.mobilism.org/viewforum.php?f=312" > Mobilism iOS Apps< / a > < / li >
< li > < a href = "https://fnd.io/" > fnd< / a > - App Store Search< / li >
2023-08-03 16:13:01 +00:00
< li > < a href = "https://appdb.to" > AppDB< / a > - App Store< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.tweakboxapp.com/" > TweakBox< / a > - App Store< / li >
< li > < a href = "https://cydia.saurik.com/" > Cydia< / a > - App Store / < a href = "https://julio.hackyouriphone.org/description.html?id=com.julioverne.cydown" > Paid Apps< / a > / < a href = "https://t.me/cydiaupdate" > Updates< / a > < / li >
< li > < a href = "https://builds.io/" > BuildStore< / a > - App Store< / li >
< li > < a href = "https://t.me/iOSAppsFree" > AppStore< / a > - Tweaked Apps< / li >
< li > < a href = "https://altstore.io/" > AltStore< / a > or < a href = "https://github.com/SideStore/SideStore" > SideStore< / a > - App Store / < a href = "https://altsource.by.lao.sb/browse/" > Repo View< / a > / < a href = "https://repo.dynastic.co/package/altdaemon" > Alt Daeomon< / a > / < a href = "https://github.com/NyaMisty/AltServer-Linux" > Alt Server< / a > < / li >
< li > < a href = "https://ioshaven.com/apps" > ioshaven< / a > - App Store< / li >
< li > < a href = "https://www.ios-repo-updates.com/" > Repo Updates< / a > - App Repository Updates< / li >
< li > < a href = "https://paxcex.github.io/" > paxcex< / a > - App Repository< / li >
< li > < a href = "https://cydiageek.yourepo.com/" > CydiaGeek< / a > - App Repository< / li >
2023-06-16 06:14:31 +00:00
< li > < a href = "https://haoict.github.io/cydia/" > Haoict Repository< / a > - App Repository< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/ipahost" > iPA Host< / a > - App Tweaks / Social Media’ s< / li >
< li > < a href = "https://app.eonhubapp.com/" > EonHub< / a > - Hacked / Tweaked Apps< / li >
< li > < a href = "https://archive.org/details/iOSObscura" > iOSObscura< / a > - Old App Archive< / li >
< li > < a href = "https://paisseon.github.io/" > Satella< / a > / < a href = "https://github.com/Paisseon/Satella/" > 2< / a > or < a href = "https://repo.hackyouriphone.org/myiapcracker" > My iAP Cracker< / a > - In-App Purchase Mods< / li >
< li > < a href = "https://cydia.akemi.ai/?page/net.angelxwind.appsyncunified" > AppSync Unified< / a > - IPA Installation Tweak< / li >
< li > < a href = "https://iosninja.io/ipa-library" > iosninja< / a > or < a href = "https://jailbreaks.app/" > Jailbreaks.app< / a > - App Sideload Files< / li >
< li > < a href = "https://testflight.apple.com/" > TestFlight< / a > - Test Beta Apps / < a href = "https://docs.google.com/spreadsheets/d/1Uej3AQPxRcLRXnmthUXR-7oGkNV_GsMFgCoNnuPtSwI/" > Links< / a > < / li >
< li > < a href = "https://github.com/BishopFox/bfdecrypt" > bfdecrypt< / a > - Decrypt App Store Apps< / li >
< li > < a href = "https://gist.github.com/rileytestut/5b3ede1cfeaba47cea9e6c1c8c114e4e" > ExportIPA< / a > - Export Running Apps as IPAs< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://applecensorship.com/" > AppleCensorship< / a > - Censored App Store Apps< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< doc-anchor-target id = "ios-audio" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#ios-audio" > #< / doc-anchor-trigger >
< span > iOS Audio< / span >
< / h2 >
< / doc-anchor-target >
< ul >
2023-06-05 10:12:17 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/base64/#spotify" > Spotify++< / a > < / strong > , < strong > < a href = "https://github.com/SpotCompiled/SpotC-Plus-Plus" > SpotC++< / a > < / strong > , < a href = "https://fmhy.pages.dev/base64/#spotilifee" > Spotilife< / a > , < a href = "https://fmhy.pages.dev/base64/#tweaked-spotify" > Tweaked Spotify< / a > or < a href = "https://apps.apple.com/us/app/spotify-music-and-podcasts/id324684580" > Spotify< / a > - Streaming / < a href = "https://apps.apple.com/us/app/spotistats-for-spotify/id1526912392" > Listening Stats< / a > < / li >
2023-05-21 06:13:10 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/base64/#yt-tweaked-ipas" > YT Tweaked< / a > < / strong > , < a href = "https://fmhy.pages.dev/base64/#ytmusilife" > YTMusilife< / a > / < a href = "https://repo.hackyouriphone.org/ytmusilife" > 2< / a > or < a href = "https://github.com/ginsudev/YTMusicUltimate" > YTMusicUltimate< / a > - Streaming< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#deezelife" > DeezeLife< / a > / < a href = "https://repo.hackyouriphone.org/deezelife" > 2< / a > or < a href = "https://apps.apple.com/app/deezer/id292738169" > Deezer< / a > - Streaming< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://home.trebel.io/" > Trebel< / a > - Streaming< / li >
< li > < a href = "https://repo.hackyouriphone.org/scloudlife" > SCloudlife< / a > or < a href = "https://apps.apple.com/us/app/soundcloud/id336353151" > Soundcloud< / a > - Streaming< / li >
< li > < a href = "https://apps.apple.com/us/app/musi-simple-music-streaming/id591560124" > Musi< / a > - Streaming / < a href = "https://apps.apple.com/us/app/musi-offline-music-videos/id1566988849" > Music Videos< / a > < / li >
< li > < a href = "https://apps.apple.com/ca/app/esound-music-player-app-mp3/id1224933860" > eSound< / a > - Streaming< / li >
< li > < a href = "https://repo.hackyouriphone.org/pandolife" > Pandolife< / a > - Streaming / Modded Pandora< / li >
< li > < a href = "https://feelthemusi.com/" > Musi< / a > - Streaming< / li >
< li > < a href = "https://apps.apple.com/us/app/imusic-offline-music-player/id1535124961" > iMusic< / a > - Streaming< / li >
< li > < a href = "https://apps.apple.com/ca/app/audiomack-download-new-music/id921765888" > Audiomack< / a > - Streaming< / li >
< li > < a href = "https://quorus.net/" > Quorus< / a > - Collaborative Playlists< / li >
< li > < a href = "https://songshift.com/" > SongShift< / a > - Playlist Sync< / li >
< li > < a href = "https://apps.apple.com/us/app/qello-concerts-live-music/id491069819" > Qello< / a > - Concerts & Live Music Streaming< / li >
< li > < a href = "https://apps.apple.com/us/app/tunestalgia/id1561719773" > TuneStalgia< / a > - Music Nostalgia App< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/storage/#telegram-deezer-bots" > Telegram Deezer Bots< / a > - Download / FLAC / MP3< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://apps.apple.com/us/app/mp3-converter-audio-extractor/id1305099161" > MP3 Converter< / a > or < a href = "https://apps.apple.com/us/app/mymp3-convert-videos-to-mp3-and-best-music-player/id834818663" > MyMP3< / a > - Video to MP3 Converter< / li >
< li > < a href = "https://github.com/ThasianX/SpotifyRadar" > SpotifyRadar< / a > - Spotify Release Tracker / Metrics< / li >
< li > < a href = "https://apps.apple.com/us/app/boom-bass-booster-equalizer/id1065511007" > Boom< / a > - Audio Equalizer< / li >
< li > < a href = "https://apps.apple.com/us/app/vox-mp3-flac-music-player/id916215494" > VOX< / a > or < a href = "https://apps.apple.com/us/app/melodista-music-offline-player/id1293175325" > Melodista< / a > - Audio Player< / li >
< li > < a href = "https://apps.apple.com/us/app/iretro/id1557178995" > iRetro< / a > or < a href = "https://github.com/guillermo-moran/ClassicPlayer" > ClassicPlayer< / a > / < a href = "https://cydia.saurik.com/package/org.thebigboss.classicplayer/" > 2< / a > - iPod Classic Audio Player< / li >
< li > < a href = "https://github.com/freemyipod/wInd3x" > wInd3x< / a > - iPod Classic / Nano Bootrom Exploit< / li >
< li > < a href = "https://apps.apple.com/us/app/denim-playlist-cover-maker/id1532250420" > Denim< / a > - Playlist Cover Maker< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/storage/#song-identification" > Song Identification Tools< / a > - Identify Playing Songs< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://apps.apple.com/us/app/garageband/id408709785" > GarageBand< / a > - Audio Editor / Creator< / li >
< li > < a href = "http://www.grouptheloop.com/" > GroupTheLoop< / a > - Multichannel Looper< / li >
< / ul >
< doc-anchor-target id = "ios-podcasts--radio" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#ios-podcasts--radio" > #< / doc-anchor-trigger >
< span > iOS Podcasts / Radio< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://apps.apple.com/us/app/spotify-music-and-podcasts/id324684580" > Spotify< / a > < / strong > - Podcasts< / li >
< li > < a href = "https://apps.apple.com/us/app/iheartradio/id290638154" > IHeartRadio< / a > - Podcasts / Radio< / li >
< li > < a href = "https://apps.apple.com/us/app/mixcloud/id401206431" > MixCloud< / a > - Podcasts / Radio< / li >
< li > < a href = "https://apps.apple.com/us/app/tunein-radio/id418987775" > TuneIn< / a > - Podcasts / Radio< / li >
< li > < a href = "https://apps.apple.com/us/app/di-fm-electronic-music-radio/id375242617" > DI.FM< / a > - Electronic Radio< / li >
< li > < a href = "https://apps.apple.com/app/apple-store/id973361050" > Podbean< / a > - Podcasts< / li >
< li > < a href = "https://www.pocketcasts.com/" > PocketCasts< / a > - Podcasts< / li >
< / ul >
< doc-anchor-target id = "ios-relaxation" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#ios-relaxation" > #< / doc-anchor-trigger >
< span > iOS Relaxation< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://repo.danielpitra.cz/depiction.php?id=com.strejda603.calmpremium" > Calm< / a > < / strong > (Premium) - Relaxation, Sleep & Meditation< / li >
< li > < a href = "https://apps.apple.com/us/app/rainy-mood/id566752651" > Rainy Mood< / a > - Rain Sounds< / li >
< li > < a href = "https://apps.apple.com/ua/app/rainingfm/id648243241" > Raining.fm< / a > - Ambient Rain Sounds / Relaxation< / li >
< li > < a href = "https://apps.apple.com/us/app/noizio-focus-relax-sleep/id960716999" > Noizio< / a > - Nature Sounds / Relaxation< / li >
< li > < a href = "https://apps.apple.com/app/apple-store/id1175522255" > A Soft Murmur< / a > - Mix ambient sounds< / li >
< li > < a href = "https://apps.apple.com/cn/app/tide/id1077776989" > Tide.fm< / a > - Meditation / Sleep Sounds< / li >
2023-05-02 16:13:56 +00:00
< li > < a href = "https://apps.apple.com/be/app/mynoise/id813099896" > myNoise< / a > - Background Noises / Interactive Soundscapes< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< doc-anchor-target id = "ios-streaming" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#ios-streaming" > #< / doc-anchor-trigger >
< span > iOS Streaming< / span >
< / h2 >
< / doc-anchor-target >
< ul >
2023-05-20 10:10:31 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://kodi.tv/" > Kodi< / a > < / strong > - /r/Addons4Kodi / < a href = "https://kinkeadtech.com/best-kodi-streaming-addons/" > Tracker< / a > / < a href = "https://kodiapps.com/addons-chart" > Trending< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://apps.apple.com/app/id1514873602?at=10l4Ht" > Trakt< / a > < / strong > - Movies / TV Tracker< / li >
2023-05-02 16:13:56 +00:00
< li > < a href = "https://pastebin.com/Gy5xZny2" > Stremio< / a > - Movies / TV / Anime / Use VPN / < a href = "https://i.imgur.com/0U3HIcN.mp4" > Alt Method< / a > < / li >
< li > < a href = "https://apps.apple.com/sa/app/video-lite-no-ads/id1598997500" > Video Lite< / a > - Video Browser w/ Adblock< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://apps.apple.com/us/app/movie-finder-movie-by-image/id1560301878" > MovieByImage< / a > - Movies / Code: 777< / li >
< li > < a href = "https://apps.apple.com/us/app/tubi-watch-movies-tv-shows/id886445756" > Tubi< / a > - Movies / TV< / li >
< li > < a href = "https://apps.apple.com/ca/app/black-box-movie-listing/id958957112" > Blackbox< / a > - Movies< / li >
< li > < a href = "https://github.com/StreamerApp/Streamer" > Streamer< / a > - Movies / TV< / li >
< li > < a href = "https://www.downloader.world/" > Zivcy< / a > - Movies / TV< / li >
< li > < a href = "https://apps.apple.com/de/app/movie-finder-movie-by-image/id1560301878" > Movie Finder< / a > - Movies / TV< / li >
< li > < a href = "https://apps.apple.com/us/app/the-cw/id491730359" > The CW< / a > - Free CW Shows< / li >
< li > < a href = "https://apps.apple.com/us/app/viki-asian-tv-dramas-movies/id445553058" > Viki< / a > - Asian Drama< / li >
< li > < a href = "https://apps.apple.com/us/app/encoretvb-english/id1191642382" > EncoreTVD< / a > - Chinese Drama< / li >
2023-04-18 18:14:04 +00:00
< li > < a href = "https://apps.apple.com/us/app/rss-video-player/id885311320" > RSS Player< / a > - KDrama / < a href = "http://allrss.se/dramas" > Feed< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://apps.apple.com/us/app/wako-tv/id1456393880" > Wako-TV< / a > - Movies / TV / Anime / Real Debrid required< / li >
2023-07-07 18:15:07 +00:00
< li > < a href = "https://apps.apple.com/ca/app/vlc-for-mobile/id650377962" > VLC< / a > , < a href = "https://splayer.dev/" > SPlayer< / a > , < a href = "https://apps.apple.com/us/app/documents-loader/id1442498151" > Loader< / a > , < a href = "https://apps.apple.com/us/app/pojo-4k-hd-video-music-player/id1454098557" > Pojobox< / a > or < a href = "https://apps.apple.com/us/app/infuse-6/id1136220934" > Infuse 6< / a > - Video Players< / li >
2023-04-29 04:13:01 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#yt-tweaked-ipas" > YT Tweaked< / a > , < a href = "https://github.com/qnblackcat/uYouPlus" > uYouPlus< / a > or < a href = "https://rejail.ru/pack/cercube" > Cercube< / a > - Modded YouTube iPA / < a href = "https://redd.it/olsxri" > Reddit Post< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/yattee/yattee" > Yattee< / a > - YouTube Frontend< / li >
< li > < a href = "https://redd.it/xg5jkn" > Block iPhone YouTube Ads< / a > - How-to Block YouTube Ads< / li >
< li > < a href = "https://tunity.com/" > Tunity< / a > - Hear Any Muted TV< / li >
< li > < a href = "https://apps.apple.com/us/app/pipifier/id1234771095" > Pipifier< / a > - Picture in Picture< / li >
< / ul >
< doc-anchor-target id = "ios-anime" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#ios-anime" > #< / doc-anchor-trigger >
< span > iOS Anime< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < a href = "https://github.com/AnimeNow-Team/AnimeNow" > AnimeNow< / a > < / li >
< li > < a href = "https://nineanimator.marcuszhou.com/" > NineAnimator< / a > - < a href = "https://discord.gg/dzTVzeW" > Discord< / a > < / li >
2023-04-17 08:14:44 +00:00
< li > < a href = "https://ketsu.app/download.html" > Ketsu< / a > - < a href = "https://discord.gg/gjcy6MQ" > Discord< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "http://www.iosemulatorspot.com/tweaked-crunchyroll/" > Tweaked Crunchyroll ++< / a > - Tweaked Crunchyroll< / li >
< li > < a href = "https://apoorvaaditya.github.io/katarogu/" > Katarogu< / a > , < a href = "https://apps.apple.com/us/app/myanimelist-official/id1469330778" > MyAnimeList Client< / a > or < a href = "https://github.com/rajarsheechatterjee/anidex-app" > Anidex< / a > - MyAnimeList Client< / li >
< li > < a href = "https://github.com/lotusgate/otraku" > Otraku< / a > or < a href = "https://github.com/axiel7/AniHyou" > AniHyou< / a > - AniList Apps< / li >
< / ul >
< doc-anchor-target id = "ios-live-tv" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#ios-live-tv" > #< / doc-anchor-trigger >
< span > iOS Live TV< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < a href = "https://apps.apple.com/app/stbemutv/id1567306197" > STBEmu< / a > - Emulate a STB and watch IPTV< / li >
< li > < a href = "https://apps.apple.com/ca/app/strymtv/id1497450933" > Strym< / a > - M3U Sports< / li >
< / ul >
< doc-anchor-target id = "ios-torrenting" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#ios-torrenting" > #< / doc-anchor-trigger >
< span > iOS Torrenting< / span >
< / h2 >
< / doc-anchor-target >
< div class = "flex mb-6" >
< div class = "shrink-0 w-1 rounded-tl rounded-bl bg-blue-500 dark:bg-blue-400" > < / div >
< div class = "flex w-full py-4 border border-l-0 border-gray-300 rounded-tr rounded-br doc-alert bg-white dark:bg-dark-700 dark:border-dark-700" role = "alert" >
< div class = "flex items-center ml-4 h-7" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px text-blue-500 dark:text-blue-400" width = "22" height = "22" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" > < g >
< path d = "M12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9z" > < / path >
< path d = "M12 11c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zM12.01 7c-.56 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z" > < / path >
< path fill = "none" d = "M0 0h24v24H0z" > < / path >
< / g > < / g >
< / svg >
< / div >
< div class = "pr-5 ml-3 w-full" >
2023-04-06 12:20:45 +00:00
< p > Remember to get a < a href = "https://fmhy.pages.dev/adblockvpnguide/#vpn" > VPN< / a > before torrenting< / p >
2023-04-06 10:11:36 +00:00
< / div >
< / div >
< / div >
< ul >
< li > < a href = "https://iosninja.io/ipa-library/download-itransmission-ipa-ios" > iTransmission< / a > , < a href = "https://github.com/XITRIX/iTorrent" > iTorrent< / a > , < a href = "https://github.com/danylokos/SwiftyTorrent" > SwiftyTorrent< / a > , < a href = "https://github.com/nneonneo/iOS-Torrent-Client" > iOS-Torrent-Client< / a > or < a href = "http://cydia.saurik.com/package/com.ichanti.torrentula/" > Torrentula< / a > - Torrent Client< / li >
< li > < a href = "https://github.com/Qata/BarMagnet" > BarMagnet< / a > - Remote Torrent Interface for Legacy Devices< / li >
< / ul >
< doc-anchor-target id = "ios-reading" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#ios-reading" > #< / doc-anchor-trigger >
< span > iOS Reading< / span >
< / h2 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://paperback.moe/" > Paperback< / a > < / strong > - Manga Reader / < a href = "https://discord.gg/Ny83JV3" > Discord< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://aidoku.app/" > Aidoku< / a > < / strong > - Manga Reader< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/readingpiracyguide/#ebook-readers" > EBook Readers< / a > - List of eBook Readers< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://omnivore.app/" > Omnivore< / a > - Ebook Reader< / li >
< li > < a href = "https://github.com/TortugaPower/BookPlayer" > BookPlayer< / a > - Audiobook Player< / li >
< li > < a href = "https://apps.apple.com/us/app/mangatoon-manga-reader/id1385287093" > MangaToon< / a > - Manga Reader< / li >
< li > < a href = "https://apps.apple.com/us/app/zetsu-by-orion/id1510161371" > ZETSU< / a > - Manga Reader< / li >
2023-04-13 14:10:26 +00:00
< li > < a href = "https://github.com/TheUndo/Atsumaru" > Atsumaru< / a > - Manga Reader< / li >
< li > < a href = "https://github.com/oolxg/Hanami" > Hanami< / a > - Manga Reader< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://apps.apple.com/us/app/manganelo-rock-manga-pro/id1540527984" > MangaNelo< / a > - Manga Reader< / li >
< li > < a href = "https://github.com/ppraveentr/NovelReader" > NovelReader< / a > - Light Novels< / li >
< li > < a href = "https://apps.apple.com/in/app/novelloop/id1170755867" > NovelLoop< / a > - Light Novels< / li >
< li > < a href = "https://apps.apple.com/us/app/libby-by-overdrive/id1076402606" > Libby< / a > - Borrow Digital Library Books< / li >
< li > < a href = "https://willus.com/k2pdfopt/" > K2pdfopt< / a > - Optimize PDF/DJVU Files for Mobile E-Readers< / li >
< / ul >
<!-- Required only on API pages -->
2023-07-23 18:12:38 +00:00
< doc-toolbar-member-filter-no-results > < / doc-toolbar-member-filter-no-results >
2023-04-06 10:11:36 +00:00
< / div >
< footer class = "clear-both" >
< nav class = "flex mt-14" >
< div class = "w-1/2" >
< a class = "px-5 py-4 h-full flex items-center break-normal font-medium text-blue-500 dark:text-blue-400 border border-gray-300 hover:border-gray-400 dark:border-dark-650 dark:hover:border-dark-450 rounded-l-lg transition-colors duration-150 relative hover:z-5" href = "../devtools/" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mr-3" width = "24" height = "24" viewBox = "0 0 24 24" fill = "currentColor" overflow = "visible" > < path d = "M19 11H7.41l5.29-5.29a.996.996 0 10-1.41-1.41l-7 7a1 1 0 000 1.42l7 7a1.024 1.024 0 001.42-.01.996.996 0 000-1.41L7.41 13H19c.55 0 1-.45 1-1s-.45-1-1-1z" / > < path fill = "none" d = "M0 0h24v24H0z" / > < / svg >
< span >
< span class = "block text-xs font-normal text-gray-400 dark:text-dark-400" > Previous< / span >
< span class = "block mt-1" > Developer Tools< / span >
< / span >
< / a >
< / div >
< div class = "w-1/2" >
< a class = "px-5 py-4 -mx-px h-full flex items-center justify-end break-normal font-medium text-blue-500 dark:text-blue-400 border border-gray-300 hover:border-gray-400 dark:border-dark-650 dark:hover:border-dark-450 rounded-r-lg transition-colors duration-150 relative hover:z-5" href = "../linuxguide/" >
< span >
< span class = "block text-xs font-normal text-right text-gray-400 dark:text-dark-400" > Next< / span >
< span class = "block mt-1" > Linux / Mac OS< / span >
< / span >
< svg xmlns = "http://www.w3.org/2000/svg" class = "ml-3" width = "24" height = "24" viewBox = "0 0 24 24" fill = "currentColor" overflow = "visible" > < path d = "M19.92 12.38a1 1 0 00-.22-1.09l-7-7a.996.996 0 10-1.41 1.41l5.3 5.3H5c-.55 0-1 .45-1 1s.45 1 1 1h11.59l-5.29 5.29a.996.996 0 000 1.41c.19.2.44.3.7.3s.51-.1.71-.29l7-7c.09-.09.16-.21.21-.33z" / > < path fill = "none" d = "M0 0h24v24H0z" / > < / svg >
< / a >
< / div >
< / nav >
< / footer >
< / main >
< div class = "border-t dark:border-dark-650 pt-6 mb-8" >
< footer class = "flex flex-wrap items-center justify-between" >
< div >
< ul class = "flex flex-wrap items-center text-sm" >
< / ul >
< / div >
< div class = "docs-copyright py-2 text-gray-500 dark:text-dark-350 text-sm leading-relaxed" > < / div >
< / footer >
< / div >
< / div >
<!-- Rendered if sidebar right is enabled -->
<!-- Sidebar right skeleton -->
< div v-cloak class = "fixed top-0 bottom-0 right-0 translate-x-full bg-white border-gray-200 lg:sticky lg:border-l lg:shrink-0 lg:pt-6 lg:transform-none sm:w-1/2 lg:w-64 lg:z-0 md:w-104 sidebar-right skeleton dark:bg-dark-850 dark:border-dark-650" >
< div class = "pl-5" >
< div class = "w-32 h-3 mb-4 bg-gray-200 dark:bg-dark-600 rounded-full loading" > < / div >
< div class = "w-48 h-3 mb-4 bg-gray-200 dark:bg-dark-600 rounded-full loading" > < / div >
< div class = "w-40 h-3 mb-4 bg-gray-200 dark:bg-dark-600 rounded-full loading" > < / div >
< / div >
< / div >
<!-- User should be able to hide sidebar right -->
< doc-sidebar-right v-cloak > < / doc-sidebar-right >
< / div >
< / div >
< / div >
< doc-search-mobile > < / doc-search-mobile >
< doc-back-to-top > < / doc-back-to-top >
< / div >
< div id = "docs-overlay-target" > < / div >
2023-07-23 18:12:38 +00:00
< script data-cfasync = "false" > window . _ _DOCS _ _ = { "title" : "Android / iOS" , level : 1 , icon : "file" , hasPrism : false , hasMermaid : false , hasMath : false } < / script >
2023-04-06 10:11:36 +00:00
< / body >
< / html >