Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
New firmware android 9.0 for Amlogic S905x
Collapse
X
-
Originally posted by sagert View Post
Yes with AP6330 wifi is difficult .You can ask Superceleron if it does with AP6330? You can still ring the box using the uart adapter - rx,tx,gmd .You also need to study Arduino IDE.It is for connecting different devices.But it is very difficult.
Many thanks once again
Regards
Hannah
Comment
-
Originally posted by hannah View Post
Yes that answers my query so thanks. And I have already tested with Superceleron rom and while it was installed successfully, remote and wifi did not work.
Many thanks once again
Regards
Hannah
Comment
-
Originally posted by hannah View Post
Hello.. thanks for still responding.
No I did not install that ROM.
Care to share a link here, please?
Regards
Hannah
This firmware is on a different kernel on the Levi firmware. It runs a twrp and through it you can edit the firmware. There is a small memory leak. But you can write Phhusson. He understands this.He is in charge of the project treble xda.Here
Comment
-
Originally posted by sagert View Post
This firmware is on a different kernel on the Levi firmware. It runs a twrp and through it you can edit the firmware. There is a small memory leak. But you can write Phhusson. He understands this.He is in charge of the project treble xda.Here
That mediafire link does now work.
Once again Thank you
Hannah
Comment
-
??????I thought they didn’t use it. Therefore, I deleted it. This is the port from the old firmware from Levy. If anyone remembers. Here is another kernel. Therefore, who couldn’t run on the previous ports, he could try to run on this wifi on this one.You can go into the recovery of this firmware. And there is a file manager and from it edit the firmware itself as needed.You can enter the recovery by installing a terminal emulator.And write a command there
reboot recovery
You can also go in with a match.it's complicated bluetooth.On firmware Lewy also had a problem with him.
Comment
-
Originally posted by sagert View Post
??????I thought they didn’t use it. Therefore, I deleted it. This is the port from the old firmware from Levy. If anyone remembers. Here is another kernel. Therefore, who couldn’t run on the previous ports, he could try to run on this wifi on this one.You can go into the recovery of this firmware. And there is a file manager and from it edit the firmware itself as needed.You can enter the recovery by installing a terminal emulator.And write a command there
reboot recovery
You can also go in with a match.it's complicated bluetooth.On firmware Lewy also had a problem with him.
Okay, wheres is the bluetooth driver located?
Comment
-
Hello,
My TV Box: Nexbox A95X 2GB/16GB S905X with WIFI Module AP6330
My previous post is here:
https://forum.freaktab.com/forum/tv-...895#post796895
I again have installed this rom via USB Burning Tool:
X96_Khadas_Vim_Pie_ATV.7z
https://mega.nz/#!G8020SIY!N0sB8XbiR...s-1IObWpzibYNo
- Rom installation is successful
- LAN works
- Wifi and Remote Does not work
At this stage, I am only talking about how to get wifi to work (wifi module AP6330)
Steps:
- I have rooted the box with Magisk 19.3 (https://droidfeats.com/download-magisk-19-3-zip/)
Official Link is here: https://forum.xda-developers.com/app...less-t3473445/
- ssh to my tv box with root access
```
:/vendor/etc/wifi/AP6330/Wi-Fi # whoami
root
```
- Here is the listing of all files in /vendor/etc/wifi/
```
:/ # ls -l /vendor/etc/wifi/
total 92
drwxr-xr-x 2 root shell 4096 2019-10-01 04:59 43458
drwxr-xr-x 2 root shell 4096 2019-10-01 04:59 4354
drwxr-xr-x 2 root shell 4096 2019-10-01 04:59 4356
drwxr-xr-x 2 root shell 4096 2019-10-01 04:59 43569
drwxr-xr-x 2 root shell 4096 2019-10-01 04:59 4358
drwxr-xr-x 2 root shell 4096 2019-10-01 04:59 4359
drwxr-xr-x 2 root shell 4096 2019-10-01 04:59 6212
drwxr-xr-x 2 root shell 4096 2019-10-01 04:59 6255
drwxr-xr-x 2 root shell 4096 2019-10-01 04:59 62x2
drwxr-xr-x 2 root shell 4096 2019-10-01 04:59 6335
drwxr-xr-x 2 root shell 4096 2019-10-01 04:59 AP6271
drwxr-xr-x 3 root shell 4096 2019-10-01 04:59 AP6330
-rw-r--r-- 1 root root 1541 2019-10-01 04:59 MT7601USTA.dat
-rw-r--r-- 1 root root 1477 2019-10-01 04:59 RT2870STA_7603.dat
-rw-r--r-- 1 root root 83 2019-10-01 04:59 bcm_supplicant.conf
-rw-r--r-- 1 root root 83 2019-10-01 04:59 bcm_supplicant_overlay.conf
drwxr-xr-x 2 root shell 4096 2019-10-01 04:59 buildin
-rw-r--r-- 1 root root 82 2019-10-01 04:59 p2p_supplicant.conf
-rw-r--r-- 1 root root 23 2019-10-01 04:59 p2p_supplicant_overlay.conf
drwxr-xr-x 3 root shell 4096 2019-10-01 04:59 qca6174
drwxr-xr-x 3 root shell 4096 2019-10-01 04:59 qca9377
-rw-r--r-- 1 root root 82 2019-10-01 04:59 wpa_supplicant.conf
-rw-r--r-- 1 root root 38 2019-10-01 04:59 wpa_supplicant_overlay.conf
```
- Here are the files in /vendor/lib/modules (only listing wifi modules). I believe any TV Box with below wifi modules will have their wifi enabled.
```
:/ # ls -l /vendor/lib/modules
total 69812
-rw-r--r-- 1 root root 2231432 2019-10-01 04:59 8188eu.ko
-rw-r--r-- 1 root root 1977864 2019-10-01 04:59 8189es.ko
-rw-r--r-- 1 root root 2244344 2019-10-01 04:59 8189fs.ko
-rw-r--r-- 1 root root 2538500 2019-10-01 04:59 8723bs.ko
-rw-r--r-- 1 root root 2537952 2019-10-01 04:59 8723bu.ko
-rw-r--r-- 1 root root 2526184 2019-10-01 04:59 8723ds.ko
-rw-r--r-- 1 root root 2525116 2019-10-01 04:59 8723du.ko
-rw-r--r-- 1 root root 4074308 2019-10-01 04:59 8822bs.ko
-rw-r--r-- 1 root root 3217712 2019-10-01 04:59 8822bu.ko
-rw-r--r-- 1 root root 3815528 2019-10-01 04:59 8822cs.ko
```
- Here are the modules loaded in this box:
```
:/vendor/etc/wifi/AP6330/Wi-Fi # lsmod
Module Size Used by
rtk_btusb 57344 0
btusb 81920 0
mali 290816 81
encoder 45056 0
amvdec_avs2 176128 0
amvdec_vp9 139264 0
amvdec_vc1 49152 0
amvdec_real 32768 0
amvdec_mmpeg4 32768 0
amvdec_mpeg4 49152 0
amvdec_mmpeg12 40960 0
amvdec_mpeg12 81920 0
amvdec_mmjpeg 24576 0
amvdec_mjpeg 32768 0
amvdec_h265 131072 0
amvdec_h264mvc 49152 0
amvdec_h264 110592 0
amvdec_avs 57344 0
stream_input 151552 9 amvdec_avs2,amvdec_vp9,amvdec_real,amvdec_mmpeg12, amvdec_mpeg12,amvdec_h265,amvdec_h264mvc,amvdec_h2 64,amvdec_avs
decoder_common 151552 16 encoder,amvdec_avs2,amvdec_vp9,amvdec_vc1,amvdec_r eal,amvdec_mmpeg4,amvdec_mpeg4,amvdec_mmpeg12,amvd ec_mpeg12,amvdec_mmjpeg,amvdec_mjpeg,amvdec_h265,a mvdec_h264mvc,amvdec_h264,amvdec_avs,stream_input
firmware 24576 17 encoder,amvdec_avs2,amvdec_vp9,amvdec_vc1,amvdec_r eal,amvdec_mmpeg4,amvdec_mpeg4,amvdec_mmpeg12,amvd ec_mpeg12,amvdec_mmjpeg,amvdec_mjpeg,amvdec_h265,a mvdec_h264mvc,amvdec_h264,amvdec_avs,stream_input, decoder_common
media_clock 36864 10 encoder,amvdec_avs2,amvdec_vp9,amvdec_mpeg12,amvde c_h265,amvdec_h264,amvdec_avs,stream_input,decoder _common,firmware
```
Obviously NO wifi modules loaded as it could not find a matching wifi module in /vendor/lib/modules
So it appears that I need to compile a loadable kernel module (.ko file) for wifi module AP6330
https://source.android.com/devices/a...kernel-modules
Does anyone know how to do that, please?
Sorry for the long post here.
Regards
Hannah
Comment
What's Going On
Collapse
There are currently 1982 users online. 0 members and 1982 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment