Hi.
After a long time without using gemini, I decided to reinstall linux on it.
But dialer-app is not working. No sound on voice calls. It rings and I can answer a call with the silver button. But only this. No sound on conversations.
I remember in the past ( DEBIAN TP first version ) it was working.
I think the problem is /data/system.img.
I have downloaded the previous first version and extracted the system.img to /data/
So as described in the old wiki ( not available now ).
But from memory:
wget
https://gemian.thinkglobally.org/system.img.deltasudo apt-get install xdelta3
xdelta3 -d -s /data/system.img system.img.delta system.img
sudo cp system.img /data/system.img
The problem is that the file from wget
https://gemian.thinkglobally.org/system.img.delta is wrong or it is not working correctly.
The system.img from first version seems to be correct
So I can't do this test.
Please if someone has this file , let me know.
When I did the command xdelta3 -d -s /data/system.img system.img.delta system.img I got an error
xelta3: not a VCDIFF input : XD3_INVALID_INPUT
Thank you.
EDIT : SOLVED.
I saw this :
https://github.com/gemian/gemini-keyboard-apps/wiki/UpdateAndroidSystemLXCImageSo I downloaded the firmware image of KALI linux ( from Planet site ) and discovered that the md5sum of the correct system.img is the same of the link above ( New md5 output after update: 1b6f07d345cbb9fadca562e788375515 ).
So I have extracted kali.zip and mounted linux.img .
First I made a backup of system.img . ( cp /data/system.img to somewhere )
Then I removed the system.img from /data.
I copied the system.img (from kali ) to /data.
I did a Reboot.
But the phone didn´t work and neither the camera-app.
So, I copied the backup of system.img to /data ( overwriting the system.img from kali ).
I rebooted linux again.
And for my surprise the phone was working . The camera-app too ( of course ).
I really don´t know. Maybe when booting with kali system.img in /data some configuration was changed in debian.
The most important is that now everything is working.