-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfree-android.html
More file actions
88 lines (80 loc) · 4.99 KB
/
Copy pathfree-android.html
File metadata and controls
88 lines (80 loc) · 4.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Site Properities -->
<title>Free Android | Learn Learnin'</title>
<meta property="og:title" content="Free Android | Learn Learnin'" />
<meta property="og:description" name="description" content="Free your Android phone from Google's hungry hold" />
<meta property="og:url" content="http://learnlearn.in/free-android/" />
<meta name="keywords" content="learn, learning, foss, android, f-droid" />
<meta name="generator" content="DocPad v6.78.6" />
<link rel="shortcut icon" type="image/png" href="/LofL.png" />
<link rel="apple-touch-icon" type="image/png" href="/LofL128.png" />
<link rel="stylesheet" href="/main.css" />
<link href="//asd.learnlearn.in/feed.atom" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed" />
</head>
<body>
<header>
<a href="/" title="Go home"><img src="/LofL60.png" alt="~" title="~"></a>
<a href=""><h1>Free Android </h1></a>
</header>
<article role="main">
<p>You <a href="../quit-google/">can quit google</a> without it affecting you in any way. And you should quit Google.</p>
<p>But since you probably have an Android phone (without an official <a href="https://developer.mozilla.org/Firefox_OS">Firefox OS</a> port) you are surrounded on all sides by Google. But since Google took help from everyone in making Android a success by making it "open source", we have CyanogenMod, Android Open Source Project (AOSP), etc coming to our rescue.</p>
<p>Here is how you get rid of Google from your phone.</p>
<h2 id="easy-way-which-does-not-work">Easy way - which does not work</h2>
<ul>
<li>Trust Google that it won't send your data via backdoors.</li>
<li>Disable Google search, Gmail, Google Now Launcher, Google+, Google Hangouts, Youtube, Google Play Store, Google Play Music, Sync on all google accounts, everything with G on it via Settings -> Apps -> all apps -> app name -> disable (because uninstall is disabled)</li>
</ul>
<h2 id="slightly-hard-way-easily-reversible-incomplete">Slightly hard way - easily reversible - incomplete</h2>
<ul>
<li><p>Root your phone<br>You most definitely have to find a way to root your phone by yourself. There is no one-click method for all the models. Just go to <a href="http://forum.xda-developers.com/">forum.xda-developers.com</a> and search your phone model and find the root method. They usually have really detailed tutorials.</p>
</li>
<li><p><a href="../f-droid/">Install F-droid</a></p>
</li>
<li><p>Install AFWall+ in whitelist mode and allow only your nice apps to communicate with internet.</p>
</li>
</ul>
<h2 id="harder-way-retains-android-more-complete">Harder way - retains android - more complete</h2>
<ul>
<li>Flash <a href="http://cyanogenmod.org/">CyanogenMod</a>. xda is where you go again.</li>
<li>Do not flash gapps (Most xda tutorials will end with a step "flash gapps for google apps"). Our purpose of installing CyanogenMod was to get rid of Google apps. So it makes no natural sense to flash the same.</li>
<li>Install <a href="../f-droid">f-droid</a> and alternate apps like:<ul>
<li>Firefox</li>
<li>Telegram</li>
<li>Osmand~</li>
<li>AFWall+</li>
<li>K-9 Mail</li>
</ul>
</li>
</ul>
<h2 id="even-hard">Even hard</h2>
<p>Find a FirefoxOS build for your device or port one. Flash that.</p>
</article>
<aside class="share separator separatorpipe" role="complementary">
Share this »
<a target="_blank" href="http://sharetodiaspora.github.io/?title=Free Android | Learn Learnin'&url=http://learnlearn.in/free-android/">diaspora*</a>
<a target="_blank" href="http://www.facebook.com/sharer/sharer.php?u=http://learnlearn.in/free-android/">Facebook</a>
<a target="_blank" href="https://twitter.com/intent/tweet?url=http://learnlearn.in/free-android/">Twitter</a>
<a target="_blank" href="https://plus.google.com/share?url=http://learnlearn.in/free-android/">Google+</a>
<a target="_blank" href="mailto:?subject=Free Android | Learn Learnin'&body=Check this out: http://learnlearn.in/free-android/">Email</a>
<a target="_blank" href="https://telegram.me/share/url?url=Free Android | Learn Learnin' - &url=http://learnlearn.in/free-android/"> Telegram</a>
<a class="mobileshare" href="whatsapp://send?text=Free Android | Learn Learnin' - http://learnlearn.in/free-android/">Whatsapp</a>
</aside>
<footer id="footer" class="separator separatorpipe">
<a href="/keep-in-touch/#comments">Comment</a>
<a href="/about/">About</a>
<a href="/"> Home</a>
<a href="http://asd.learnlearn.in">Follow ASD</a>
<br>
<form id="ducksearch" name="ducksearch" action="https://duckduckgo.com/" target="_top">
<input type="search" class="search-bar" autocomplete="off" name="q" id="searchinput" placeholder="Search this site" value=" site:learnlearn.in "/>
<input id="search_button_homepage" type="submit" value="Duck!"/>
</form>
</footer>
<script defer="defer" src="/main.js"></script>
</body>
</html>