Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
[ROM] Android TV (7.1.2) Beelink GT1 (Multi 6255 & 9377 Standard+Ultimate)
Collapse
This is a sticky topic.
X
X
-
Hello there,
This ROM seems perfect and stable... but I only have one problem. I need to rotate the screen in portrait mode to be able to access a menu to configure my NVR in HIKVISION app.
I'm not able to rotate the screen, whatever I try. I even tried to rotate with "adb shell settings system user_rotation 0" and it dosent work.
In the Nexus TV and Original Beelink ROM, I only had to change "Display Rotation" to "Original" instant of "Force Landscape" while I was doing the setup and the screen was going in "Portrait" when I was in the application.
Got any idea what I should do to "unfix it" ?
Thanks !
edit: So I found the line... it's in the build.prop...
and manage to add a # infront on the line using Tasker... I'll just export that!
FYI, in tasker, I'm using 3 shells commands as root.
1. Remont the system in read/write
2. sed search and replace "in-place" on the file
3. Remount the system in read only
1. mount -o rw,remount /system
2. sed '/persist.sys.app.rotation=force_landscape/c\#persist.sys.app.rotation=force_landscape' /system/build.prop
3. mount -o ro,remount /system
Thanks !!Last edited by Sebastien Plante; 30 October 2018, 14:30.
Comment
-
Hum... new bug... the ethernet link seems to have a fixed MAC (wifi is okay), so all the device I build have the same MAC (and get the same IP). I'm trying to find where I can restore to factory default, but if anyone got an idea !
edit: Here's my fix :
I run this command at boot, using Tasker again (might not be the best way) :
ifconfig eth0 hw ether $(settings get secure android_id | cut -c1-10 | sed 's/^/b2/' | sed -e 's/\(..\)/\1:/g;s/:$//')
I use the android_id to generate a Mac AddressLast edited by Sebastien Plante; 30 October 2018, 21:52. Reason: Quick fix to make sure it start B2, else might get invalid : (Old : ifconfig eth0 hw ether $(settings get secure android_id | cut -c1-12 | sed -e 's/\(..\)/\1:/g;s/:$//') )
Comment
-
Hi,
I have a beelink gt1 version standard g model, and today I installed this rom on it and it really looks good but my original remote can't power on the gt1, only unplugin the power cable. I even tried to replace the remote.cfg but didn't work.
Now I have tried alvatech rom and the remote is working ok.
Is there anything I can do to solve this?
Thanks
Comment
What's Going On
Collapse
There are currently 2191 users online. 0 members and 2191 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment