Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
[ROM] Sunvell T95Z PLUS / T95K PRO / T95U PRO - 2Gb/16Gb - SCV1 Final ROM
Collapse
This is a sticky topic.
X
X
-
strange, my box dont have that mac o_O i dint touch nothing mac related, so cant be the rom! mac is "hard" burned in the chip, you can see in usb burn tool below "reset after success" you have the "Overwrite Key" that is to burn the MAC!
But dont use it if you dont have a MAC key, and i never tried it...
Comment
-
Originally posted by superceleron View Poststrange, my box dont have that mac o_O i dint touch nothing mac related, so cant be the rom! mac is "hard" burned in the chip, you can see in usb burn tool below "reset after success" you have the "Overwrite Key" that is to burn the MAC!
But dont use it if you dont have a MAC key, and i never tried it...
Comment
-
superceleron Do you build these roms from source or do you just modify them using customization tool? If you build from source could you please post a link to where you go the source and a short tutorial on what you are doing/how to build?
Thanks in advance.
Comment
-
I'm getting this error again and again every time i try to restore system from TWRP:
"Error during restore process.
extractTarFork() process ended with ERROR: 255"
it seems to be "libbluetooth_jni.so" problem!
this is the last lines of the recovery log :
" ==> extracting: /system//app/Bluetooth/ (mode 40755, directory)
==> extracting: /system//app/Bluetooth/Bluetooth.apk (file size 1699022 bytes)
==> extracting: /system//app/Bluetooth/lib/ (mode 40755, directory)
==> extracting: /system//app/Bluetooth/lib/arm/ (mode 40755, directory)
==> extracting: /system//app/Bluetooth/lib/arm/libbluetooth_jni.so (symlink to /system/lib/libbluetooth_jni.so)
==> extracting: /system//app/Bluetooth/lib/arm/libbluetooth_jni.so (link to /system//system/lib/libbluetooth_jni.so)
tar_extract_hardlink(): failed restore of hardlink '/system//app/Bluetooth/lib/arm/libbluetooth_jni.so' but returning as if nothing bad happened
tar_extract_file(): failed to set permissions on /system//app/Bluetooth/lib/arm/libbluetooth_jni.so !!!
I:Unable to extract tar archive '/usb-otg/TWRP/BACKUPS/q200/2014-12-31--18-01-04_NEXBOX-A1-6.0.1-2017/system.ext4.win'
Error during restore process.
extractTarFork() process ended with ERROR: 255
I:Set page: 'action_complete'
I operation_end - status=1
I:Set page: 'clear_vars'
I:Set page: 'restore_select'
I:Set page: 'restore'
I:Set page: 'main'
I:Set page: 'clear_vars'
I:Set page: 'main2'
I:Set page: 'advanced'
I:Set page: 'confirm_action'
I:Set page: 'action_page'
I operation_start: 'Copy Log'
I:Copying file /tmp/recovery.log to /usb-otg/recovery.log "
the name (NEXBOX-A1) is changed from me in the build.prop
and has nothing effect on this because i get the same error again and again, whatever name i put !
so for all t95z users : are other's facing the same problem?
and the question to superceleron : is there a solution?
thank you!
Comment
-
Originally posted by l33tlinuxh4x0r View Postsuperceleron Do you build these roms from source or do you just modify them using customization tool? If you build from source could you please post a link to where you go the source and a short tutorial on what you are doing/how to build?
Thanks in advance.
About the source i cant give you the one that i have, but if yo search the web i think you will find it... not this one but similar!
Comment
-
Originally posted by superceleron View Post
I dont use customization tool, i use my nix to work on the roms... and i always add in the changelog how much of the original rom i leave or if is a totally new rom.
About the source i cant give you the one that i have, but if yo search the web i think you will find it... not this one but similar!but I don't know how to get it to build and how do I build a kernel for it? Could you please write a guide?
I am trying to build using the instruction on the amlogic openlinux site but it keeps getting stuck atCode:including ./hardware/amlogic/camera/Android.mk ...
Last edited by l33tlinuxh4x0r; 19 January 2017, 20:56.
Comment
-
hi guys,
look at this:
Important. Root required..... Hey everyone,I saw so many posts regarding Android & iOS that the Mac address is changing to 02:00:00:00:00 and WiFi is greyed out. None of the WiFi or hotspot not turning on.I get the same problem in my Condor and...
the same problem, anyone can help us?
someone can make an .zip to reinstall the wifi/radio module?
Comment
-
Originally posted by Kingvampire View Posthi guys,
look at this:
Important. Root required..... Hey everyone,I saw so many posts regarding Android & iOS that the Mac address is changing to 02:00:00:00:00 and WiFi is greyed out. None of the WiFi or hotspot not turning on.I get the same problem in my Condor and...
the same problem, anyone can help us?
someone can make an .zip to reinstall the wifi/radio module?
Comment
-
Originally posted by l33tlinuxh4x0r View Post
I think that I have the source... The nexbox versionbut I don't know how to get it to build and how do I build a kernel for it? Could you please write a guide?
I am trying to build using the instruction on the amlogic openlinux site but it keeps getting stuck atCode:including ./hardware/amlogic/camera/Android.mk ...
To build only the kernel you need to build from the dir "/common".
About compiling droid sdk 1º time it takes around 8h(pc dependent and subsequent recompiles around 5/6h).. and the HDD usage is high since must of the work is done in it (build cache bla bla) so is normal that its low at the beginning but if you dont get any errors(i bet you will the 1º time) at around the middle of it, it starts to rise... so dont think its not ok about the low cpu usage!
And guide sorry i dont have time for it, but you can find a good kernel compile guide in CNX site i think!
Originally posted by Kingvampire View Posthi guys,
look at this:
https://forum.xda-developers.com/mot...tspot-t3454211
the same problem, anyone can help us?
someone can make an .zip to reinstall the wifi/radio module?
Comment
-
Originally posted by superceleron View Post
hmm maybe something is missing in the source... did you check if that is there? dont forget the caps etc...
To build only the kernel you need to build from the dir "/common".
About compiling droid sdk 1º time it takes around 8h(pc dependent and subsequent recompiles around 5/6h).. and the HDD usage is high since must of the work is done in it (build cache bla bla) so is normal that its low at the beginning but if you dont get any errors(i bet you will the 1º time) at around the middle of it, it starts to rise... so dont think its not ok about the low cpu usage!
And guide sorry i dont have time for it, but you can find a good kernel compile guide in CNX site i think!
Comment
What's Going On
Collapse
There are currently 1687 users online. 1 members and 1686 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment