Resource icon

Android 11 x86_64 for weak laptops and PCs revision 2

supertc

Member
VC
66
This version is quite good. It is more stable than bliss OS 14. X on my computer. I have a question to ask. When installing GEROLOCK, there was an error in expanding system.img. I want to use the gearlock mount ntfs disk
 

YHR

Active member
This version is quite good. It is more stable than bliss OS 14. X on my computer. I have a question to ask. When installing GEROLOCK, there was an error in expanding system.img. I want to use the gearlock mount ntfs disk
you can use terminal for mouting ntfs partition
Code:
$mkdir /mnt/sdaX/
$mount.ntfs /dev/block/sdaX /mnt/sdaX
X is your partition number
 

TakuruKagami_busy

Active member
I don't know if this is still relevant or not
Code:
sdn=0
ls -l /dev/block/sd??
if [ $? -eq 0 ]; then
    for sd in `ls /dev/block/sd??`; do
        if [ ! -d "/storage/usb_drive_$sdn" ]; then
            mkdir /mnt/usb_drive_$sdn
            chmod 777 /mnt/usb_drive_$sdn
            mount.ntfs $sd /mnt/usb_drive_$sdn
            if [ $? -ne 0 ]; then
                busybox mount.ntfs $sd /mnt/usb_drive_$sdn
                echo "$sd mounted on /mnt/usb_drive_$sdn"
            else
                echo "$sd (NTFS) mounted on /mnt/usb_drive_$sdn"
            fi
            sdn=`expr $sdn + 1`
            if [ ! -z $SM_VERSION ]; then echo showToastLong "$sdn Drives mounted!" >&$SM_GUIFD; fi
        fi
    done
else
    echo "No drive found! Exiting.."
    if [ ! -z $SM_VERSION ]; then echo showToastLong "No drive found! Exiting.." >&$SM_GUIFD; fi
    exit 1
fi
exit 0
 

supertc

Member
VC
66
I don't know if this is still relevant or not
Code:
sdn=0
ls -l /dev/block/sd??
if [ $? -eq 0 ]; then
    for sd in `ls /dev/block/sd??`; do
        if [ ! -d "/storage/usb_drive_$sdn" ]; then
            mkdir /mnt/usb_drive_$sdn
            chmod 777 /mnt/usb_drive_$sdn
            mount.ntfs $sd /mnt/usb_drive_$sdn
            if [ $? -ne 0 ]; then
                busybox mount.ntfs $sd /mnt/usb_drive_$sdn
                echo "$sd mounted on /mnt/usb_drive_$sdn"
            else
                echo "$sd (NTFS) mounted on /mnt/usb_drive_$sdn"
            fi
            sdn=`expr $sdn + 1`
            if [ ! -z $SM_VERSION ]; then echo showToastLong "$sdn Drives mounted!" >&$SM_GUIFD; fi
        fi
    done
else
    echo "No drive found! Exiting.."
    if [ ! -z $SM_VERSION ]; then echo showToastLong "No drive found! Exiting.." >&$SM_GUIFD; fi
    exit 1
fi
exit 0
After creating/mnt/sdax chmod 777 sdax, it is normal !very much thank you !
 

Aorsini

New member
VC
14
I installed gearlock but after installing "su" doesn't work anymore, root is disabled, do you have a solution?
 

pakitin2

New member
VC
46
how to active root access on this ISO because this is one of android x86 best distribution but no see app to root access with SuperSU any have idea?

note: People in this distro if wifi no found anything just only add the ssid wifi in mode manual
 

Xtr

Well-known member
how to active root access on this ISO because this is one of android x86 best distribution but no see app to root access with SuperSU any have idea?

note: People in this distro if wifi no found anything just only add the ssid wifi in mode manual
Use initrd-magisk ?
 

karaxmurat

New member
VC
18
Mesa 22.3x gibi Mesa sürücüsü
[otomatik birleştirme]1685471741[/otomatik birleştirme]
Gearlock'u kuramadım. Gearlock'lu versiyonu atabilir misiniz?
 

Attachments

  • IMG_20230530_230952_106.jpg
    IMG_20230530_230952_106.jpg
    256.4 KB · Views: 112
Last edited:

Similar threads

Similar threads

Get Connected

Discord Server

New Threads

Top