8

crDroid 8.x Android 12L for GT-N8000 GT-N8005 GT-N8010 GT-N8013 GT-N8020 BETA

 2 years ago
source link: https://forum.xda-developers.com/t/crdroid-8-x-android-12l-for-gt-n8000-gt-n8005-gt-n8010-gt-n8013-gt-n8020-beta.4414957/page-3#post-87295911
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

crDroid 8.x Android 12L for GT-N8000 GT-N8005 GT-N8010 GT-N8013 GT-N8020 BETA

Sergey1990

New member
Jul 16, 2022
ЗДРАВСТВУЙТЕ, я установил crDroid v8.6, извините, я не нашел пробелов для Android 12. Gapps для android 11 не установлен, он выдает ошибку. Теперь в планшете нет экранной клавиатуры, невозможно набирать текст, что делать?

Sergey1990

New member
Jul 16, 2022
HELLO, I installed crDroid v8.6, sorry, I didn't find gapps for android 12. Gapps for android 11 is not installed, it gives an error. Now there is no on-screen keyboard in the tablet, it is impossible to type text, what should I do?

Sergey1990

New member
Jul 16, 2022
there are no navigation panel buttons at the bottom, it is impossible to use the tablet, this item is missing in the settings, what should I do? and the top menu is quite unusual, how to return the usual menu and buttons?
found an issue, I have 2 GB system partition,
Code:
~ # df -h
Filesystem                Size      Used Available Use% Mounted on
tmpfs                   909.2M    164.0K    909.1M   0% /dev
tmpfs                   909.2M     24.0K    909.2M   0% /tmp
/dev/block/platform/dw_mmc/by-name/USERDATA
                         11.8G      3.3G      8.5G  28% /data
/dev/block/platform/dw_mmc/by-name/USERDATA
                         11.8G      3.3G      8.5G  28% /sdcard
/dev/block/platform/dw_mmc/by-name/CACHE
                        187.5M      4.1M    183.3M   2% /cache
/dev/block/platform/dw_mmc/by-name/SYSTEM
                          1.9G     34.4M      1.9G   2% /system_root
after flashing the ROM, system partition is showing reduced size system partition to 1.3GB
Code:
~ # df -h
Filesystem                Size      Used Available Use% Mounted on
tmpfs                   909.2M    164.0K    909.1M   0% /dev
tmpfs                   909.2M     24.0K    909.2M   0% /tmp
/dev/block/platform/dw_mmc/by-name/USERDATA
                         11.8G      3.3G      8.5G  28% /data
/dev/block/platform/dw_mmc/by-name/USERDATA
                         11.8G      3.3G      8.5G  28% /sdcard
/dev/block/platform/dw_mmc/by-name/CACHE
                        187.5M      4.2M    183.3M   2% /cache
/dev/block/platform/dw_mmc/by-name/SYSTEM
                          1.3G      1.3G     53.5M  96% /system_root
/dev/block/platform/dw_mmc/by-name/SYSTEM
                          1.3G      1.3G     53.5M  96% /system
as a result I'm not able to flash gapps on it.
Kindly let me know a workaround

JJEgan

Senior Member
Oct 24, 2010 30,390 5,905
nano apps or Pico apps may well fit.
nano apps or Pico apps may well fit.

I dont think thats an issue here

found an issue, I have 2 GB system partition,
Code:
~ # df -h
Filesystem                Size      Used Available Use% Mounted on
tmpfs                   909.2M    164.0K    909.1M   0% /dev
tmpfs                   909.2M     24.0K    909.2M   0% /tmp
/dev/block/platform/dw_mmc/by-name/USERDATA
                         11.8G      3.3G      8.5G  28% /data
/dev/block/platform/dw_mmc/by-name/USERDATA
                         11.8G      3.3G      8.5G  28% /sdcard
/dev/block/platform/dw_mmc/by-name/CACHE
                        187.5M      4.1M    183.3M   2% /cache
/dev/block/platform/dw_mmc/by-name/SYSTEM
                          1.9G     34.4M      1.9G   2% /system_root
after flashing the ROM, system partition is showing reduced size system partition to 1.3GB
Code:
~ # df -h
Filesystem                Size      Used Available Use% Mounted on
tmpfs                   909.2M    164.0K    909.1M   0% /dev
tmpfs                   909.2M     24.0K    909.2M   0% /tmp
/dev/block/platform/dw_mmc/by-name/USERDATA
                         11.8G      3.3G      8.5G  28% /data
/dev/block/platform/dw_mmc/by-name/USERDATA
                         11.8G      3.3G      8.5G  28% /sdcard
/dev/block/platform/dw_mmc/by-name/CACHE
                        187.5M      4.2M    183.3M   2% /cache
/dev/block/platform/dw_mmc/by-name/SYSTEM
                          1.3G      1.3G     53.5M  96% /system_root
/dev/block/platform/dw_mmc/by-name/SYSTEM
                          1.3G      1.3G     53.5M  96% /system
as a result I'm not able to flash gapps on it.
Kindly let me know a workaround

I guess I found the reason and a trick to circumvent this issue.
My understanding is this issue is due to the block_image_update in the update script that assumes standard system partition size and just flashes the system files unconditionally.
My searches through the internet showed a trick,
flash the ROM, take the backup of the system partition through recovery and wipe the system partition through recovery and then restore the partition.
I guess this will create the needed free space on the system partition to flash the gapps.
I'll keep posted about my findings.

I guess I found the reason and a trick to circumvent this issue.
My understanding is this issue is due to the block_image_update in the update script that assumes standard system partition size and just flashes the system files unconditionally.
My searches through the internet showed a trick,
flash the ROM, take the backup of the system partition through recovery and wipe the system partition through recovery and then restore the partition.
I guess this will create the needed free space on the system partition to flash the gapps.
I'll keep posted about my findings.

this looks like works, here are the partition details after flashing and wiping and restoring and then flashing the gapps. the system partition shows full 1.9GB as size and almost 200mb free after flashing gapps as well.

Code:
~ # df -h
Filesystem                Size      Used Available Use% Mounted on
tmpfs                   909.2M    164.0K    909.1M   0% /dev
tmpfs                   909.2M    920.0K    908.3M   0% /tmp
/dev/block/platform/dw_mmc/by-name/CACHE
                        187.5M      4.2M    183.3M   2% /cache
/dev/block/platform/dw_mmc/by-name/USERDATA
                         11.8G      4.5G      7.2G  39% /data
/dev/block/platform/dw_mmc/by-name/USERDATA
                         11.8G      4.5G      7.2G  39% /sdcard
/dev/block/platform/dw_mmc/by-name/SYSTEM
                          1.9G      1.8G    143.7M  93% /system_root
/dev/block/platform/dw_mmc/by-name/SYSTEM
                          1.9G      1.8G    143.7M  93% /system

不涉及

New member
Jul 26, 2022
在哪里下载啊

**Translated by moderator**

where to download
Last edited by a moderator: Jul 27, 2022

fanjinfei

Member
Jan 6, 2021
在哪里下载啊

**Translated by moderator**

where to download

竟然还能打中文


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK