Hovatek Forum DEVELOPMENT Android TWRP - no "Repair or change filesystem" and "Format data" buttons
Can't login? Please, reset your password.
Hovatek is recruiting! Apply Now


TWRP - no "Repair or change filesystem" and "Format data" buttons

TWRP - no "Repair or change filesystem" and "Format data" buttons

Pages (3): Previous 1 2 3 Next
ktl20
ktl20
ktl20
Junior Member
36
22-10-2019, 12:51 PM
#11



(22-10-2019, 12:01 PM)shankar1790
(22-10-2019, 08:39 AM)ktl20
(21-10-2019, 04:15 PM)X3non
(21-10-2019, 10:43 AM)ktl20 ...
how to mount system partition? I want flash zip file but i cant.

find the mount points of your device using the guide @ https://www.hovatek.com/forum/thread-11203.html
then unpack twrp and replace the mount points in /ramdisk/etc/*.fstab

This is my mount points (see pic) 
Now in recovery.fstab i have
boot        /boot      emmc      defaults        defaults
/dev/block/mmcblk0p2      /cache      ext4      defaults        defaults
/dev/block/mmcblk0p3      /data      ext4      defaults        defaults
misc        /misc      emmc      defaults        defaults
recovery    /recovery  emmc      defaults        defaults
/dev/block/mmcblk0p4      /sdcard    vfat      defaults        defaults
/dev/block/mmcblk0p6      /system    ext4      defaults        defaults

and in twrp.fstab

boot        /boot      emmc      defaults        defaults
/dev/block/mmcblk0p2      /cache      ext4      defaults        defaults
/dev/block/mmcblk0p3      /data      ext4      defaults        defaults
misc        /misc      emmc      defaults        defaults
recovery    /recovery  emmc      defaults        defaults
/dev/block/mmcblk0p4      /sdcard    vfat      defaults        defaults
/dev/block/mmcblk0p6      /system    ext4      defaults        defaults

so I must change mmcblk0pX in both fstab files like this?:
recovery.fstab
boot        /boot      emmc      defaults        defaults
/dev/block/mmcblk0p7      /cache      ext4      defaults        defaults
/dev/block/mmcblk0p20      /data      ext4      defaults        defaults
misc        /misc      emmc      defaults        defaults
recovery    /recovery  emmc      defaults        defaults
/dev/block/mmcblk0p4      /sdcard    vfat      defaults        defaults
/dev/block/mmcblk0p18      /system    ext4      defaults        defaults
twrp.fstab

boot        /boot      emmc      defaults        defaults
/dev/block/mmcblk0p7      /cache      ext4      defaults        defaults
/dev/block/mmcblk0p20      /data      ext4      defaults        defaults
misc        /misc      emmc      defaults        defaults
recovery    /recovery  emmc      defaults        defaults
/dev/block/mmcblk0p4      /sdcard    vfat      defaults        defaults
/dev/block/mmcblk0p18      /system    ext4      defaults        defaults
yes . what is the results After changes you made in twrp?

I had allow modification screen and hi it and now system partition mounts ok but i cant access files userdata so i have changed:

/dev/block/mmcblk0p19      /cache      ext4      defaults        defaults - there was 7 but 7 is boot?
/dev/block/mmcblk0p20      /data      ext4      defaults        defaults
misc        /misc      emmc      defaults        defaults
recovery    /recovery  emmc      defaults        defaults
/dev/block/mmcblk0p20      /sdcard    vfat      defaults        defaults  - user data? 
/dev/block/mmcblk0p18      /system    ext4      defaults        defaults
after that i have bootloop....what should this file look like in my case?
Now when i flash the first recovery option with earlier mount point it bootloops to  
EDIT i flashed boot img and it starts but now i must charge it how should this files look like for me with this mount points from pic?
This post was last modified: 22-10-2019, 01:02 PM by ktl20.
X3non
X3non
X3non
Recognized Contributor
22,062
22-10-2019, 04:05 PM
#12
(22-10-2019, 12:51 PM)ktl20 after that i have bootloop....what should this file look like in my case?
Now when i flash the first recovery option with earlier mount point it bootloops to  
EDIT i flashed boot img and it starts but now i must charge it how should this files look like for me with this mount points from pic?

read https://www.hovatek.com/forum/thread-305...#pid180287
ktl20
ktl20
ktl20
Junior Member
36
22-10-2019, 05:01 PM
#13
(22-10-2019, 04:05 PM)X3non
(22-10-2019, 12:51 PM)ktl20 after that i have bootloop....what should this file look like in my case?
Now when i flash the first recovery option with earlier mount point it bootloops to  
EDIT i flashed boot img and it starts but now i must charge it how should this files look like for me with this mount points from pic?

read https://www.hovatek.com/forum/thread-305...#pid180287
Is it proper now?
Does boot partition is good and necessary? 

/dev/block/mmcblk0p7   /boot      emmc      defaults        defaults
/dev/block/mmcblk0p19      /cache      ext4      defaults        defaults
/dev/block/mmcblk0p20      /data      ext4      defaults        defaults
/dev/block/mmcblk0p8      /recovery    emmc      defaults        defaults
/dev/block/mmcblk1p1    /external_sd    vfat      flags=display="External SDCard";storage;wipeingui;removable
/dev/block/mmcblk0p18      /system    ext4      defaults        defaults
/dev/block/mmcblk0p16    /secro        emmc      defaults        defaults
/dev/block/mmcblk0p2    /nvram        emmc      defaults        defaults
/dev/block/mmcblk0p13  /nvdata        emmc      defaults        defaults
This post was last modified: 22-10-2019, 05:03 PM by ktl20.
shankar1790
shankar1790
shankar1790
Senior Member
474
22-10-2019, 05:19 PM
#14
(22-10-2019, 05:01 PM)ktl20
(22-10-2019, 04:05 PM)X3non
(22-10-2019, 12:51 PM)ktl20 after that i have bootloop....what should this file look like in my case?
Now when i flash the first recovery option with earlier mount point it bootloops to  
EDIT i flashed boot img and it starts but now i must charge it how should this files look like for me with this mount points from pic?
boot mount points is for backing up boot.img too.fstab looks ok to me .try it 

read https://www.hovatek.com/forum/thread-305...#pid180287
Is it proper now?
Does boot partition is good and necessary? 

/dev/block/mmcblk0p7   /boot      emmc      defaults        defaults
/dev/block/mmcblk0p19      /cache      ext4      defaults        defaults
/dev/block/mmcblk0p20      /data      ext4      defaults        defaults
/dev/block/mmcblk0p8      /recovery    emmc      defaults        defaults
/dev/block/mmcblk1p1    /external_sd    vfat      flags=display="External SDCard";storage;wipeingui;removable
/dev/block/mmcblk0p18      /system    ext4      defaults        defaults
/dev/block/mmcblk0p16    /secro        emmc      defaults        defaults
/dev/block/mmcblk0p2    /nvram        emmc      defaults        defaults
/dev/block/mmcblk0p13  /nvdata        emmc      defaults        defaults
boot mount points is for backing up boot.img too. fstab looks ok to me .go try it 
ktl20
ktl20
ktl20
Junior Member
36
22-10-2019, 05:30 PM
#15



(22-10-2019, 05:19 PM)shankar1790
(22-10-2019, 05:01 PM)ktl20
(22-10-2019, 04:05 PM)X3non
(22-10-2019, 12:51 PM)ktl20 after that i have bootloop....what should this file look like in my case?
Now when i flash the first recovery option with earlier mount point it bootloops to  
EDIT i flashed boot img and it starts but now i must charge it how should this files look like for me with this mount points from pic?
boot mount points is for backing up boot.img too.fstab looks ok to me .try it 

read https://www.hovatek.com/forum/thread-305...#pid180287
Is it proper now?
Does boot partition is good and necessary? 

/dev/block/mmcblk0p7   /boot      emmc      defaults        defaults
/dev/block/mmcblk0p19      /cache      ext4      defaults        defaults
/dev/block/mmcblk0p20      /data      ext4      defaults        defaults
/dev/block/mmcblk0p8      /recovery    emmc      defaults        defaults
/dev/block/mmcblk1p1    /external_sd    vfat      flags=display="External SDCard";storage;wipeingui;removable
/dev/block/mmcblk0p18      /system    ext4      defaults        defaults
/dev/block/mmcblk0p16    /secro        emmc      defaults        defaults
/dev/block/mmcblk0p2    /nvram        emmc      defaults        defaults
/dev/block/mmcblk0p13  /nvdata        emmc      defaults        defaults
boot mount points is for backing up boot.img too. fstab looks ok to me .go try it 
Everything works fine now. Now i must find some solution for Gapps because Open Gapps doesnt do anything. Flash normal but no chnges on watch :/ This watch is very laggy with standard official gapps.
 Thank You very much for Your help. This is the only forum that someone respond for my problem. Good work.
freshtyt
freshtyt
freshtyt
Senior Member
2,949
23-10-2019, 11:10 AM
#16
(22-10-2019, 05:30 PM)ktl20 Everything works fine now. Now i must find some solution for Gapps because Open Gapps doesnt do anything. Flash normal but no chnges on watch :/ This watch is very laggy with standard official gapps.
 Thank You very much for Your help. This is the only forum that someone respond for my problem. Good work.

try pico version of gapps
ktl20
ktl20
ktl20
Junior Member
36
23-10-2019, 02:13 PM
#17
(23-10-2019, 11:10 AM)freshtyt
(22-10-2019, 05:30 PM)ktl20 Everything works fine now. Now i must find some solution for Gapps because Open Gapps doesnt do anything. Flash normal but no chnges on watch :/ This watch is very laggy with standard official gapps.
 Thank You very much for Your help. This is the only forum that someone respond for my problem. Good work.

try pico version of gapps
I tried that and when i boot my watch it was more laggy than before see the log
Attached Files
.txt
open_gapps_log.txt
Size: 3.42 KB / Downloads: 3
X3non
X3non
X3non
Recognized Contributor
22,062
24-10-2019, 04:12 PM
#18
(23-10-2019, 02:13 PM)ktl20 I tried that and when i boot my watch it was more laggy than before see the log

you should create a different thread for the lag issue
also are you saying that your device lags even without installing gapps or it does after installing gapps?
ktl20
ktl20
ktl20
Junior Member
36
26-10-2019, 05:16 PM
#19
(24-10-2019, 04:12 PM)X3non
(23-10-2019, 02:13 PM)ktl20 I tried that and when i boot my watch it was more laggy than before see the log

you should create a different thread for the lag issue
also are you saying that your device lags even without installing gapps or it does after installing gapps?
The Gapps are the problem. I tried MicroG and NanoDroid but my rom must be deodexed and i have problems with that. I tried many solutions (kitchens, tools rtc.) to deodex my rom but after flashing deodexed rom  my wtach doesnt boot :/ I must have deodexed rom to apply patch for spoofing signature to get microg works on my watch but i am stuck on flashing system.img after deodexing.
shankar1790
shankar1790
shankar1790
Senior Member
474
27-10-2019, 01:59 PM
#20



(26-10-2019, 05:16 PM)ktl20
(24-10-2019, 04:12 PM)X3non
(23-10-2019, 02:13 PM)ktl20 I tried that and when i boot my watch it was more laggy than before see the log

you should create a different thread for the lag issue
also are you saying that your device lags even without installing gapps or it does after installing gapps?
The Gapps are the problem. I tried MicroG and NanoDroid but my rom must be deodexed and i have problems with that. I tried many solutions (kitchens, tools rtc.) to deodex my rom but after flashing deodexed rom  my wtach doesnt boot :/ I must have deodexed rom to apply patch for spoofing signature to get microg works on my watch but i am stuck on flashing system.img after deodexing.
what your android version ?(5.1) .before flashing opengapps you should remove current preinstalled gapps from your rom.
just check here https://forum.xda-developers.com/oneplus...s-t3562983
there is script delete.sh for deleting google apps inside zip file. (you can customize by just editing delete.sh in notepad++  only if you want otherwise leave it as it is and repack that zip) flash that zip in twrp recovery .
Note - The op clearly mention that this script will be flashed on clean system (means you had not flashed any gapps before)
just follow instruction on that thread.
For deodexing use superR kitchen with latest oat2dex.88.jar and dont delete meta.inf folder from apk file if prompted in kitchen.
Pages (3): Previous 1 2 3 Next
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
YtWhTl
live chat
whatsapp telegram instagram