Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
QUICKSHOT V3 by TheNitroTeam MINIX Neo X7.
Collapse
X
-
A few more things I have noticed with the QS3 ROM:
1. I own this Airmouse Rii MWK13 (http://www.dx.com/p/rii-rt-mwk13-min...rophone-201879). It has a mic and speaker built in.
I can select 'Multimedia Air Mouse Keyboard' in Sound Input Devices, in the Sound menu, but the inbuilt microphone doesn't seem to work even so.
If I click on the google search microphone, the remote will make a sound like it is about to record voice, but when I speak into the remote's microphone it will not be detected by Android. I am not sure if this is related to the other Airmouse audio bugs that have been mentioned. Have not tested skype yet.
2. A warning to all those who use the "Screen Adjuster" app to fix the dark HDMI output issue - for some reason, when it is running, you can't click "Install" on downloaded apks (ones that you have downloaded from a source other than Play Store). It just won't let you click it - very odd. You need to disable Screen Adjuster to allow you to install the Apks....
3. I have encountered two apps that don't work properly. These are Australian apps - would appreciate if any other Australians with QS3 could confirm (don't think other countries can install them)?
- ABC iView: everything works but Audio is 1second delayed compared to video. Worked OK on QS2, and I *think* it worked on wasser 4.4.2 but I can't remember.
- AFL Live App: will only open to a white screen. I have never got this app working on any X7 ROM including official Minix ROMS, I was hoping QS3 would be different but unfortunately not! It is some how detecting use on an Android TV Box and blocking it (even after disabling root, virtually unplugging HDMI etc).
4. Widgets can't be resized on Launcher3 - is this intended?
As always, thanks for your work Nitro team.
Comment
-
Originally posted by lachyzee View PostA few more things I have noticed with the QS3 ROM:
2. A warning to all those who use the "Screen Adjuster" app to fix the dark HDMI output issue - for some reason, when it is running, you can't click "Install" on downloaded apks (ones that you have downloaded from a source other than Play Store). It just won't let you click it - very odd. You need to disable Screen Adjuster to allow you to install the Apks....
Comment
-
Originally posted by dermuggi View Post
su
echo 99>/sys/class/graphics/fb0/scale
echo 98>/sys/class/graphics/fb0/scale
echo 97>/sys/class/graphics/fb0/scale
after 96,95,94,etc...
You will see your screen is adjusted.
when you see at your tv that the borders fit your size then you must remember the number behind "echo"
Then in terminal emulator write: (please remember to write exactly what I post replacing XX for your number:
Code:
su mount -o remount,rw /system
echo "#!/system/bin/sh">/sdcard/test
echo "echo XX >/sys/class/graphics/fb0/scale">>/sdcard/test
cp /sdcard/test /system/etc/init.d/95screen_zoom
chmod 755 /system/etc/init.d/95screen_zoom
mount -o remount,ro /system
exit
Thanks a million esp. to dermuggi and kokoui for your help!! I finally adjusted the screen. I found out that I have to activate/grant terminal emulator app first in the Super SU before typing any command in emulator to make it work..anyway Thanks again!
Comment
-
Re: QUICKSHOT V3 by TheNitroTeam MINIX Neo X7.
Originally posted by franckleroy View PostHi leolas,
did not succeed to change the tab model with market helper.
And when I restore myCanal.apk, the application starts but crashes, so there is really an incompatibility issue as this app works with HFW...
Franck.
Originally posted by mistic View PostHello all
Does this new rom adresses isussue of harware overlays / can i install latest version of youtube app from market and will it work? Im aware of tweaked version of youtube app on xda dev site but it laks many features of offical app
and for me the only effective way to adjust it is with the TV controls
Originally posted by jacknjill10101 View PostI asked this question months ago and told to download screen adjuster app which works just by changing the contrast.
Originally posted by lachyzee View PostA few more things I have noticed with the QS3 ROM:
1. I own this Airmouse Rii MWK13 (http://www.dx.com/p/rii-rt-mwk13-min...rophone-201879). It has a mic and speaker built in.
I can select 'Multimedia Air Mouse Keyboard' in Sound Input Devices, in the Sound menu, but the inbuilt microphone doesn't seem to work even so.
If I click on the google search microphone, the remote will make a sound like it is about to record voice, but when I speak into the remote's microphone it will not be detected by Android. I am not sure if this is related to the other Airmouse audio bugs that have been mentioned. Have not tested skype yet.
2. A warning to all those who use the "Screen Adjuster" app to fix the dark HDMI output issue - for some reason, when it is running, you can't click "Install" on downloaded apks (ones that you have downloaded from a source other than Play Store). It just won't let you click it - very odd. You need to disable Screen Adjuster to allow you to install the Apks....
3. I have encountered two apps that don't work properly. These are Australian apps - would appreciate if any other Australians with QS3 could confirm (don't think other countries can install them)?
- ABC iView: everything works but Audio is 1second delayed compared to video. Worked OK on QS2, and I *think* it worked on wasser 4.4.2 but I can't remember.
- AFL Live App: will only open to a white screen. I have never got this app working on any X7 ROM including official Minix ROMS, I was hoping QS3 would be different but unfortunately not! It is some how detecting use on an Android TV Box and blocking it (even after disabling root, virtually unplugging HDMI etc).
4. Widgets can't be resized on Launcher3 - is this intended?
As always, thanks for your work Nitro team.
2. Thanks for the warning.
3. Sorry but this problem is more app related problem that ROM, some apps put restrictions about the devices in what it will run. HDMI, root, etc... Are things they didn't like
4. We tried the best about Launcher3, but it is bugged, Daemonium spent a lot of time solving problems with this launcher, he tried to add trebuchet too, both are bugged. I suggest to use nova.
leolasREMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.My devices:
Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
MK902 & MK902II(Sponsored by RKM)
Beelink M8B & Beelink R89 (Sponsored by Beelink)
Tronsmart VEGA S89H (Sponsored by Gearbest.com)
MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png
Comment
-
Originally posted by Van Zeppelin View PostThanks a million esp. to dermuggi and kokoui for your help!! I finally adjusted the screen. I found out that I have to activate/grant terminal emulator app first in the Super SU before typing any command in emulator to make it work..anyway Thanks again!
pls be thankful to LEOLAS
is just retyped what he had written ^^
so all credits to him
Comment
-
Originally posted by leolas View PostDark image is similar in all ROMsand for me the only effective way to adjust it is with the TV controls
Same answer
3. Sorry but this problem is more app related problem that ROM, some apps put restrictions about the devices in what it will run. HDMI, root, etc... Are things they didn't like
leolas
I have the V2 which works very well. From what he said lachyzee, I thought that the screen with the V3 was particularly very dark. Otherwise, from what you write, the low brightness is normal. So, no problem, right?
Comment
-
Originally posted by kRel View PostSorry leolas,
I have the V2 which works very well. From what he said lachyzee, I thought that the screen with the V3 was particularly very dark. Otherwise, from what you write, the low brightness is normal. So, no problem, right?
Originally posted by dermuggi View Postno thx to me pls ^^
pls be thankful to LEOLAS
is just retyped what he had written ^^
so all credits to him
Originally posted by hellcry View PostNever succeeded to have sound on any KK ROM and i have no idea why! Any help?
- I already selected in sound manager the right device for output sound but nothing.
Thanks in advance!I am triying to locate this on kernel but no success by now.
I am thinking in a workaround for this, please follow this instructions carefully
open terminal emulator and write exactly (case sensitive):
Code:su cat /sys/class/display/display0.HDMI/enable
If it is 0 then write in terminal emulator:
Code:su echo 1>/sys/class/display/display0.HDMI/enable
leolasREMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.My devices:
Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
MK902 & MK902II(Sponsored by RKM)
Beelink M8B & Beelink R89 (Sponsored by Beelink)
Tronsmart VEGA S89H (Sponsored by Gearbest.com)
MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png
Comment
-
Re: QUICKSHOT V3 by TheNitroTeam MINIX Neo X7.
Originally posted by leolas View PostI feel the screen as darky than qs2, but that is only my feeling, anyway I feel all rk devices a bit darker than other, for example when I connect my old tablet to hdmi i feel more brightness that my rk devices.
But anyway thanks to post him in the right direcction
We have some feedback from some people with this problem, and seems that hdmi don't report back to the device that is plugged, so the device dont send soundI am triying to locate this on kernel but no success by now.
I am thinking in a workaround for this, please follow this instructions carefully
open terminal emulator and write exactly (case sensitive):
Code:su cat /sys/class/display/display0.HDMI/enable
If it is 0 then write in terminal emulator:
Code:su echo 1>/sys/class/display/display0.HDMI/enable
leolas
Sent from my Nexus 5 using Tapatalk
Comment
-
Re: QUICKSHOT V3 by TheNitroTeam MINIX Neo X7.
Originally posted by hellcry View PostI can't test it yet because I have official rom v10, but I'll test it as soon as possible. Thanks!
Sent from my Nexus 5 using Tapatalk
Leolas
Sent by my phone.
Enviado desde el telefono.REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.My devices:
Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
MK902 & MK902II(Sponsored by RKM)
Beelink M8B & Beelink R89 (Sponsored by Beelink)
Tronsmart VEGA S89H (Sponsored by Gearbest.com)
MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png
Comment
What's Going On
Collapse
There are currently 2914 users online. 0 members and 2914 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment