this post was submitted on 22 Dec 2023
15 points (100.0% liked)

Android

28000 readers
439 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

!android@lemmy.ml


founded 1 year ago
MODERATORS
15
submitted 11 months ago* (last edited 11 months ago) by vestmoria@linux.community to c/android@lemmy.world
 

I finally installed TWRP 3.7.0 onto my device (asus X00PD).

  1. After booting to TWRP in the device and entering my password a terminal opens. It reads:

Unable to mount storage

data successfully decrypted, new block device: ./dev/block/dm-o’

updating partition details…

...done

full selinux support is present

MTP enabled

Is it all good to go, or is something wrong? (Unable to mount storage).

  1. From the device, I can use adb sideload to upgrade TWRP and any other .zip or .iso I want, correct?

  2. There is an option to make a backup. However, I somehow cannot save the backup to my computer via the usb cable. Why is this? My computer (ubuntu 23.10) shows the android device and I can cd to it.

  3. I wanted to use TWRP to locate bloatware and delete it. However, I don’t know what directories I should start looking for to get rid of facebook and degoogle the device.

Help appreciated

ETA: according to xda, to boot into recovery mode I have to press power + vol down a while during booting and let the buttons go. However, the only way to boot into recovery that works for me is to boot to fastboot from the device and load fastboot oem reboot-recovery from my computer’s terminal. If any of you could help with the correct keys and time (when to let go), let me know.

you are viewing a single comment's thread
view the rest of the comments
[–] T4V0 1 points 11 months ago

Is it all good to go, or is something wrong? (Unable to mount storage).

As long your storage is accessible, it should be alright. Though if it's 0MB in size you might need to factory reset the OS without creating a password or PIN, and test if you can access storage from your PC.

  1. From the device, I can use adb sideload to upgrade TWRP and any other .zip or .iso I want, correct?

Yes.

  1. There is an option to make a backup. However, I somehow cannot save the backup to my computer via the usb cable. Why is this? My computer (ubuntu 23.10) shows the android device and I can cd to it.

You can do that with adb, while the phone is in TWRP and connected to the PC, run the command bellow:

adb backup --twrp

Then on the phone, it will ask which partitions you want to backup and save it on PC. Do not disconnect until the backup is finished.

  1. I wanted to use TWRP to locate bloatware and delete it. However, I don’t know what directories I should start looking for to get rid of facebook and degoogle the device.

Mount the system partition and delete the app folder inside system/app or system/priv-app.

ETA: according to xda, to boot into recovery mode I have to press power + vol down a while during booting and let the buttons go. However, the only way to boot into recovery that works for me is to boot to fastboot from the device and load fastboot oem reboot-recovery from my computer’s terminal. If any of you could help with the correct keys and time (when to let go), let me know.

These are the correct keys but when the phone is booting up, hold only the vol down key to enter recovery.