Editing Liberating Mobiles

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
__TOC__


= Introduction =


= Introduction to Mobile Freedom =  
== What is Mobile Freedom? ==
Majority of the modern day devices be it TV, Mobiles, Smartwatch, etc.,  come with a pre-loaded software called “Google Android”. With the surveillance capitalist model of data platforms, the surveillance capitalist giants and their minions collect an overwhelming data from these devices we own. With many historical revelations, we have known that these surveillance capitalist giants have been indulging in mass surveillance for the benefit of their interests
Majority of the modern day devices be it TV, Mobiles, Smartwatch, etc.,  come with a pre-loaded software called “Google Android”. With the surveillance capitalist model of data platforms, the surveillance capitalist giants and their minions collect an overwhelming data from these devices we own. With many historical revelations, we have known that these surveillance capitalist giants have been indulging in mass surveillance for the benefit of their interests.


The giants with their tentacles in media have been trying to convince that Privacy is impossible and that we have to beg them for privacy features. The primary reason for this kind of subjugation is that the software is Proprietary. For example, the Google Android installed in your mobile is not free software. The AOSP whose code is public has been combined with the Proprietary Google Software before installing in the devices (and sometimes combined with the Proprietary software from the OEMs).  
The giants with their tentacles in media have been trying to convince that Privacy is impossible and that we have to beg them for privacy features. The primary reason for this kind of subjugation is that the software is Proprietary. For example, the Google Android installed in your mobile is not free software. The AOSP whose code is public has been combined with the Proprietary Google Software before installing in the devices (and sometimes combined with the Proprietary software from the OEMs).  


Mobile Freedom is a call to action to liberate mobile devices from the clutches of the proprietary software shipped with the devices users own.  
Mobile Freedom is a call to action to liberate mobile devices from the clutches of the proprietary software shipped with the devices users own.  
__TOC__


== Why Mobile Freedom/ De-googlification? ==
== Why Mobile Freedom/ De-googlification? ==
Line 28: Line 28:
This has been explained in detail in the following sections:
This has been explained in detail in the following sections:
* Remove Proprietary Google Applications
* Remove Proprietary Google Applications
* Remove Proprietary Operating System (ROM)
* Replacing Google Android with Custom De-googlified Android


Few steps are prerequisites for the user to be prepared for the de-googlification procedures explained in the following sections.
Few steps are prerequisites for the user to be prepared for the de-googlification procedures explained in the following sections.
Line 66: Line 66:
* Now connect the Android device to your computer and execute the <code>adb devices</code> command in the terminal.
* Now connect the Android device to your computer and execute the <code>adb devices</code> command in the terminal.


= Remove Proprietary Google Applications =
== Remove Proprietary Google Applications ==
1. Open your terminal and run <code>adb devices</code>. You should be able to see your device on the list.<br>
1. Open your terminal and run <code>adb devices</code>. You should be able to see your device on the list.<br>
2. Now run, <code>adb shell</code> <br>
2. Now run, <code>adb shell</code> <br>
Line 72: Line 72:


<code>pm uninstall -k --user 0 <Package Name></code>
<code>pm uninstall -k --user 0 <Package Name></code>
{| class="wikitable"  
 
|- style="text-align:center;"
{| class="wikitable" style="text-align:center;"
|-
! App Name
! App Name
! Package Name
! Package Name
! Recommended Alternatives
|-
|-
| Google Play Store
| Google Play Store
| com.android.vending
| com.android.vending
| [https://f-droid.org/en/packages/com.aurora.store/ Aurora Store]
|-
| Google Mail
| com.google.android.gm
| [https://f-droid.org/en/packages/com.fsck.k9/ K-9 Mail] and<br />[https://mail.riseup.net/rc/ RiseUp Mail]
|-
|-
| YouTube
| YouTube
| com.google.android.youtube
| com.google.android.youtube  
| [https://f-droid.org/en/packages/org.schabi.newpipe/ NewPipe]
|-
|-
| Google Maps
| Google Maps
| com.google.android.apps.maps
| com.google.android.apps.maps  
| [https://f-droid.org/en/packages/net.osmand.plus/ OsmAnd+]
|-
|-
| Google Duo
| Google Duo
| com.google.android.apps.tachyon
| com.google.android.apps.tachyon  
| [https://f-droid.org/en/packages/org.jitsi.meet/ Jitsi Meet]
|-
|-
| Google Play Music
| Google Play Music
| com.google.android.music
| com.google.android.music
| [https://f-droid.org/en/packages/org.videolan.vlc/ VLC Player]
|-
|-
| Google Play Videos
| Google Play Videos
| com.google.android.videos
| com.google.android.videos
| [https://f-droid.org/en/packages/org.videolan.vlc/ VLC Player]
|-
|-
| Google Play Games
| Google Play Games
| com.google.android.play.games
| com.google.android.play.games
|
|-
|-
| Google Play Books
| Google Play Books
| com.google.android.apps.books
| com.google.android.apps.books
|
|-
|-
| Google Chrome
| Google Chrome
| com.android.chrome
| com.android.chrome
| [https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/ Fennec F-Droid]
|-
|-
| Google Docs
| Google Docs
| com.google.android.apps.docs.editors.docs
| com.google.android.apps.docs.editors.docs
|
|-
|-
| Google Photos
| Google Photos
| com.google.android.apps.photos
| com.google.android.apps.photos
| [https://f-droid.org/en/packages/com.simplemobiletools.gallery.pro/ Simple Gallery Pro]
|-
| Google Authenticator
| com.google.android.apps.authenticator2
| [https://f-droid.org/en/packages/org.liberty.android.freeotpplus/ FreeOTP+]
|-
|-
| Google Drive
| Google Drive
| com.google.android.apps.docs
| com.google.android.apps.docs
| [https://f-droid.org/en/packages/com.nextcloud.client/ NextCloud]
|-
| Google Messages
| com.google.android.apps.messaging
| [https://f-droid.org/en/packages/com.moez.QKSMS/ QKSMS]
|}
|}


= Remove Proprietary Android Operating System =
== Replace Proprietary Android Operating System ==
=== Introduction ===
An Android System is very similar to Debian or any other freedom operating systems.
 
=== General Procedure ===
=== General Procedure ===
1. Pre-requisites  
1. Pre-requisites  
Line 160: Line 139:


   Note: This method will not work for all devices. Some devices need additional steps to accomplish this step. Please refer to next sections for device specific guides to unlock bootloader. Various company devices have various specific methods to unlock the bootloader.
   Note: This method will not work for all devices. Some devices need additional steps to accomplish this step. Please refer to next sections for device specific guides to unlock bootloader. Various company devices have various specific methods to unlock the bootloader.
5. Copy the de-googlified Operating System into the ADB folder[from where you are running the commands].Now run this command:<br>
5. Install the custom ROM into the Device and you are good to go.<br>
                                    <code> adb sideload <Degooglified_ROM>.zip </code><br>
6. Set up your backed up applications.
6. Restart your phone and set up your backed up applications.


= Alternatives =
== Alternatives ==


The Alternatives to proprietary software has been discussed in detail [https://fsmi.wiki/index.php/Alternatives here.]
The Alternatives to proprietary software has been discussed in detail [https://fsmi.wiki/index.php/Alternatives here.]


= Device Recommendations =
== References ==
 
{| class="wikitable"
|-
! Manufacturer
! Model
! Average Time<br />to Liberate<br />
! Availability of<br />Custom ROM
|-
| rowspan="2" | Xiaomi
| Redmi Note 8, 8 Pro, 9, 9 Pro, <br />10, 10S, 10 Pro, 10 Pro Max
| 7 - 8 Days
| Available for few models
|-
| Mi 8, 9 Power, 10, 10i, 11 Lite
| 7 - 8 Days
| Available for few models
|-
| OnePlus
| Nord, 8, 8T
| 1 - 2 Hours
| Available
|-
| Samsung
| Galaxy S8+, M31,
| 3 - 4 Hours
| Available
|-
|
|
|
|
|}
 
= Common Myths =
As with any attempt to free ourselves from restrictive systems, our attempts to liberating mobiles from proprietary clutches are hindered by common myths and misconceptions. Below are some myths propagated by the proprietary systems to cripple people's attempt to liberate.
 
{| class="wikitable"
|- style="font-weight:bold;"
! Myths
! Facts
|- style="vertical-align:middle;"
| De-googlification is very geeky
| No, De-googlification has a very small learning curve. You can start small by using Newpipe instead of YouTube on your device.
|- style="vertical-align:middle;"
| Battery discharges faster.
| No, This is absolutely false. Battery discharges are based on background services. Google Android comes with many background services which consume lots of power. In fact, De-googlification will increase the battery life by stopping such Google background services.
|- style="vertical-align:middle;"
| Regularly used office, social media, e-commerce, games, food delivery & payment apps do not work on de-googlified devices
| Office, social media, e-commerce, games, food delivery & payment applications will work in De-googlified devices. We also have MicroG to support applications which have strict dependencies with Google in freedom software custom OS. <br /><br />Ex: LinkedIn, Zoom, WebEx, Okta Verify, Facebook, Instagram, Paytm
|- style="vertical-align:middle;"
| Phone’s media data is lost.
| No, This is false. De-googlification will not result in data loss. Every De-googlification guide explains where a backup  is required.
|- style="vertical-align:middle;"
| GPS or other location sharing doesn’t work.
| No. Unlike Google Android, De-googlification liberates the user from location surveillance. It also gives the user options to triage their location in different modes like cellular data combined with GPS sensor, Battery saving mode, etc. We also have free software to spoof user location to the installed applications.
|- style="vertical-align:middle;"
| Contacts Syncing is hard with De-googlified devices.
| No, It is, in fact, easy. We can easily sync contacts using applications like Nextcloud Sync.
|- style="vertical-align:middle;"
| User experience is bad in de-googlified devices.
| No, this is absolutely false. Google Android OS is limited by the proprietary maker, while a freedom software custom OS brings together customization from across the community, giving more options to choose from.
|- style="vertical-align:middle;"
| The functionality of the hardware cannot be fully utilized because of the Software limitations.
| No, De-googlification, in fact, brings more utilization of hardware. Many old devices abandoned by the Google Android are still supported by the community with updates which are otherwise unavailable. The specifications come into full utilization due to freedom from crippleware [by killing processes to restrict features from users]. Word of caution is that the latest proprietary features like liquid cooling might not be immediately available.
|- style="vertical-align:middle;"
| Play Store based applications cannot be installed and updated without Play Store.
| No. Not only can we install and update Play Store based apps, we can do it anonymously and also with the user's account in Aurora Store. Unlike Google Play Store, which updates without user's control, the freedom alternative puts the control in the hands of the users.
|- style="vertical-align:middle;"
| There are several call drops.
| De-googlification will not affect cellular network related activity. People using custom ROM reported these issues for under-developed projects. Stable projects do not have these issues.
|}
 
= References =
1. https://forum.xda-developers.com/t/info-android-device-partitions-and-filesystems.3586565/
1. https://forum.xda-developers.com/t/info-android-device-partitions-and-filesystems.3586565/


Please note that all contributions to FSMI WIKI are considered to be released under the Creative Commons Attribution-ShareAlike (see FSMI WIKI:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)