You don't need to to keep on pushing the reset pin until you see the TWRP Screen. Just 2-3 second when you see the boot screen is enough.
Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
[ROM] AlfaWise H96 PRO+ 3/16Gb - 3/32Gb - 3/64Gb - SCV4A-ATV 7.1.2 (DDR3/DDR4 - ANDROIDTV VERSION)
Collapse
This is a sticky topic.
X
X
-
Originally posted by ch3mn3y View Post
You don't need to to keep on pushing the reset pin until you see the TWRP Screen. Just 2-3 second when you see the boot screen is enough.-RK3368 CSA91/R8/R68 V2, V4
Latest Updated Firmware for CSA91 based on Zidoo Full/Lite (Working Hardware Clock) by krypton
-
So since there's no ext4 support for external devices yet, I've found a workaround for the meantime (root required):
Open a terminal and enter "su -M"
Create your mountpoint (i.e. "mkdir /mnt/hd")
Then mount whatever you need (i.e. "mount -t ext4 /dev/block/sda /mnt/hd")
Done, the apps should be able to see it (if they have access to root filesystem, didn't bother with bind as I use this for Kodi)
Cons:
You will lose the mount at boot.
I'm still trying to figure out a way to run at boot, tried making a script on init.d but it didn't work.
This is only temporary until we get ext4 support anyway.
Adiante tuga!
Comment
-
Originally posted by bonesaw View PostSo since there's no ext4 support for external devices yet, I've found a workaround for the meantime (root required):
Open a terminal and enter "su -M"
Create your mountpoint (i.e. "mkdir /mnt/hd")
Then mount whatever you need (i.e. "mount -t ext4 /dev/block/sda /mnt/hd")
Done, the apps should be able to see it (if they have access to root filesystem, didn't bother with bind as I use this for Kodi)
Cons:
You will lose the mount at boot.
I'm still trying to figure out a way to run at boot, tried making a script on init.d but it didn't work.
This is only temporary until we get ext4 support anyway.
Adiante tuga!
and check the permissions of the script, make it 0777..
Comment
-
Originally posted by superceleron View Post
it dint work the init.d? weird it should... did you name it 01namehere ?
and check the permissions of the script, make it 0777..
If I do it manually it works fine, not sure what's going on
Comment
-
Originally posted by superceleron View Posttry using busybox ex: "busybox mount -t ext4 /dev/block/sda /mnt/hd"
May not be the best way to do it but it works at least for me for now
Code:#!/system/bin/sh # # Mounts external EXT4 HDD while [ `blkid | grep sda.*4de6d871 | wc -l` -eq 0 ] do sleep 5 done mkdir /mnt/hd sleep 2 mount -t ext4 /dev/block/sda /mnt/hd
Comment
-
Originally posted by bonesaw View Post
Busybox didn't work either... I think the script was running before the usb hard drive was getting detected, so now I search for it before trying to mount it... just tested it and it worked
May not be the best way to do it but it works at least for me for now
Code:#!/system/bin/sh # # Mounts external EXT4 HDD while [ `blkid | grep sda.*4de6d871 | wc -l` -eq 0 ] do sleep 5 done mkdir /mnt/hd sleep 2 mount -t ext4 /dev/block/sda /mnt/hd
But if it works with 5.. let it be!
Comment
-
Hey Superceleron, I’m was checking out your video on the SCV-A2 version of this ROM and was wondering why I can’t seem to find the SC section in my settings. I see you going right to it, but I don’t see it anywhere. Any help would be awesome. Thanks brother. Great job with this, by the way. I really dig it.
Comment
-
Originally posted by Copeyboy View PostHey Superceleron, I’m was checking out your video on the SCV-A2 version of this ROM and was wondering why I can’t seem to find the SC section in my settings. I see you going right to it, but I don’t see it anywhere. Any help would be awesome. Thanks brother. Great job with this, by the way. I really dig it.
Comment
-
Originally posted by mikka005 View Post
hello, any opinion? I cant make it work
M.
On my phone it worked, maybe on other dont who knows... googlecast will never work ok.Last edited by superceleron; 29 December 2017, 00:54.
Comment
-
Hi, I've flashed your incredible custom atv ROM to my H96 pro plus 3gb/32gb variant and it works perfectly with zero lag! Everything seems to work accept a few things which I was curious about, for instance, how do I cast to YouTube from a phone ? and how do I download BBC iPlayer ?? And is there another easier method to contact you ?? Cheers.
Regards Kiran
Comment
-
Originally posted by superceleron View Post
Well that option is a "hit and miss" i since is not plan to work at all i dont really mess to much with it... if it works it works, if wont work it wont work...
On my phone it worked, maybe on other dont who knows... googlecast will never work ok.
M.
Comment
What's Going On
Collapse
There are currently 2160 users online. 0 members and 2160 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment