Selfish no more
- By Rgarner
- VIP Lounge
- 8 Replies
How do I get rid of that nuisance selfie turnaround thing? Sometimes when I'm trying to shoot a video it gets turned around the wrong way. I would really like to disable that thing.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[url]https://dev.to/gauthamp10/easiest-way-to-install-android-os-via-linux-no-grub-fiddling-3gao[/url]
Volá! Now you are ready with android x86 desktop O.S.
Reboot and you will see a boot entry with Android x86 tag
adb devices
adb shell
r8q:/ $ sm list-disks adoptable
Disk: 179,0 (output of list-disk adoptable command)
r8q:/ $ sm has-adoptable
false
r8q:/ $ sm partition disk:179:0 mixed 40
r8q:/ $ sm set-force-adoptable true
r8q:/ $ sm list-volumes all
private mounted null
public:179,1 mounted 5C8A-85AC
private:179,3 unmountable
emulated;0 mounted null
r8q:/ $sm format private:179,3
r8q:/ $sm mount private:179,3
r8q:/ $ sm has-adoptable
false
r8q:/ $ sm list-volumes all
private mounted null
public:179,1 mounted 5C8A-85AC
private:179,3 unmountable
emulated;0 mounted null
r8q:/ $ ls -al /dev/block/platform/soc/
total 0
drwxr-xr-x 4 root root 80 2022-11-07 13:12 .
drwxr-xr-x 3 root root 60 2019-02-11 06:25 ..
drwxr-xr-x 3 root root 1680 2019-02-11 06:25 1d84000.ufshc
drwxr-xr-x 3 root root 140 2022-11-07 13:12 8804000.sdhci
r8q:/ $ ls -al /dev/block/platform/soc/8804000.sdhci
total 0
drwxr-xr-x 3 root root 140 2022-11-07 13:12 .
drwxr-xr-x 4 root root 80 2022-11-07 13:12 ..
drwxr-xr-x 2 root root 100 2022-11-07 13:12 by-name
lrwxrwxrwx 1 root root 18 2022-11-07 13:12 mmcblk0 -> /dev/block/mmcblk0
lrwxrwxrwx 1 root root 20 2022-11-07 13:12 mmcblk0p1 -> /dev/block/mmcblk0p1
lrwxrwxrwx 1 root root 20 2022-11-07 13:12 mmcblk0p2 -> /dev/block/mmcblk0p2
lrwxrwxrwx 1 root root 20 2022-11-07 13:12 mmcblk0p3 -> /dev/block/mmcblk0p3
r8q:/ $ ls -al /dev/block/platform/soc/8804000.sdhci/by-name/
total 0
drwxr-xr-x 2 root root 100 2022-11-07 13:12 .
drwxr-xr-x 3 root root 140 2022-11-07 13:12 ..
lrwxrwxrwx 1 root root 20 2022-11-07 13:12 android_expand -> /dev/block/mmcblk0p3
lrwxrwxrwx 1 root root 20 2022-11-07 13:12 android_meta -> /dev/block/mmcblk0p2
lrwxrwxrwx 1 root root 20 2022-11-07 13:12 shared -> /dev/block/mmcblk0p1
lrwxrwxrwx 1 root root 18 2022-11-07 13:12 mmcblk0 -> /dev/block/mmcblk0
lrwxrwxrwx 1 root root 20 2022-11-07 13:12 mmcblk0p1 -> /dev/block/mmcblk0p1
lrwxrwxrwx 1 root root 20 2022-11-07 13:12 mmcblk0p2 -> /dev/block/mmcblk0p2
lrwxrwxrwx 1 root root 20 2022-11-07 13:12 mmcblk0p3 -> /dev/block/mmcblk0p3