Easy fix possible? Issue of not readable time on Volla Phone display with rounded corners?
-
Hello,
I'd like to apply that fix, too. But I can't copy the files to their destination since the file system is read-only:
cp: cannot create regular file '/usr/share/unity8/Shell.qml': Read-only file system
So I tried using adb. I can't push files there either since:
remote Read-only file system
So I tried
adb root
but after that, the VollaPhone isn't in the device list any more. So any command following that results in
error: no devices/emulators found
I also tried this:
root@ubuntu-phablet:/home/phablet# mount -o rw,remount /system mount: cannot remount /dev/loop0 read-write, is write-protected
Not working though I'm root...
Can somebody help me with that?
Thanks! -
@jojumaxx Hello! The file system is read-only by default. You should make it read-write before modifying system files.
But to save you the trouble, someone made a way better and user friendly approach of my fix.
You can find the fix over here on GitHub: https://github.com/JamiKettunen/unity8-notch-hax
Just follow te steps under Applying the patch in the terminal on your Volla.
I don't know if he's on the forums here, but thanks to Jami Kettunen for making this fix a lot easier to apply!
-
@sander-klootwijk That worked. Thank you!
Nevertheless I wonder, how I would get write access to the file system. Quickly going through the script I found
sudo mount -o remount,rw
That's the same I was trying, right? How does the script gain the access while I couldn't?
I'm still learning and I'd like to understand that, so I would appreceate help.Thank you!
-
@jojumaxx
In your previous post you used ADB, it doesn't work on UT.
That's probably why... -
@applee In the last piece of code I didn't use adb. I should have said that more clearly.
I'm going to study the script further, maybe it clarifies itself. -
I'm glad to have found this thread. This is a very little but super-annoying ui-bug. Especially since this will immediately jump into your eye the first moment you are starting your Volla Phone for the first time.
I guess there are a bunch of new Volla Phone users, who might be unfamiliar with the terminal. Therefore, I thought it would be a good idea to describe the exact steps on how to apply the patch provided by JamiKettunen/unity8-notch-hax.
Step by step
-
Open The "Terminal" app on your phone and make sure, that you have a working internet connection.
-
Enter your phones unlock code when asked.
-
Now you need to write the three lines under the section "Applying the patch" from unity8-notch-hax to the terminal.
[Optional] To make your life a little bit easier for you, I put the three lines into a QR-Code. You can scan them with the Tagger app and copy them to your phones clipboard.
3.1 Entering the first line looks like this.
3.2 Entering the second line looks like this.
3.3 Entering the third line looks like this. It will ask you for your phones unlock code. Type your code and confirm it by starting a new line. Don't worry if you can't see anything when typing your code. It's kind of "invisible" for security reasons.
- After entering the last line to the terminal and pressing enter, you will see a message in the terminal, telling you that a restart is required.You can type a 'y' for 'yes' and confirm it with starting a new line. A immediate restart will be initiated. I can't show you a screenshot of it, since I forgot to create screenshots, when applying the patch on my phone.
- Enjoy your Volla Phone!
Reverting the changes
You can revert the changes by entering the last command a second time into the terminal and answering every question with "y".
-
-
@forgemo Thank you! I just have tried your solution and it worked perfectly well!
So I assume next OTA will cancel the fix? However, it will be easy to reinstall it again....To revert manually, should I just type:
./apply-notch-hax.sh
...than press Y , Correct?
-
The fix works very well but :
On the Volla, the Grid Unit of 22 (use UTTT) is the right one to be able to see directly the indispensable envelope icon of the notifications (with rotation of the screen locked) as well as the network icon L, 3G and.. Time. !Edit : Envelope and network icon not hidden by the notch, this is the purpose of this scaling, not to take into account personal choices.
-
@domubpkm
Grid scale impact all the OS, this thread patch, only the notfication bar.
Some people don't like small icons (for apps icon size and keybord firstly, big fingers...). -
@keneda read again
-
Some modo could move this thread to VollaPhone device support?
Easier for user to find...For example : https://forums.ubports.com/topic/5804/ringing-volume-and-other-issues/2
-
-
@lakotaubp Danke
-