Estudante de engenharia eletrônica.

  • 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle
  • Pixelfed is more similar to instagram and Mastodon to X (Twitter). They are different ways to access the Fediverse, Lemmy and Kbin are similar in that way (though Kbin can also use a interface similar to X).

    And posts in Mastodon and Pixelfed can be seen by each other’s users as long as the respective servers are federated. So choose your preferred app/interface and post freely. From what I’ve seen Pixelfed is used mostly by photographers.


  • T4V0@lemmy.pttoAndroid@lemmy.worldhave I installed TWRP?
    link
    fedilink
    English
    arrow-up
    3
    ·
    10 months ago

    You need to unlock your bootloader.

    1. Enable USB debugging in the developer options;

    2. Reboot the phone in fastboot;

    3. Connect the phone to your PC;

    4. Run the commands bellow, line by line:

    touch key.txt
    fastboot oem get_unlock_key key.txt
    fastboot reboot-bootloader
    
    1. It should show a warning that the bootloader is unlocked;

    2. Reboot in fastboot and install TWRP again.