Error while unsign recvory, boot-sign.img with fbwintool
Error while unsign recvory, boot-sign.img with fbwintool
(02-03-2019, 09:34 PM)TokyGerard(02-03-2019, 06:34 PM)X3non i don't remember if any of those recoveries have a fully functional backup / restore feature, we only used them to help members achieve root when twrp touch doesn't work -- there was no magisk back then so root was mostly based on custom recoveries. ctr also bricked the device i tested with after backup / restore
you can get the number mount points using the guide @ https://www.hovatek.com/forum/thread-11203.html
test and see if the number mount points makes any difference on your device
Thank you for your help even if this thred was not dedicated to my problem. I had it fixed, I replaced only split_img from TWRP 3.2.1 (because it doesn't boot when I use my stock split_img), I just had to touch nothing (rc files) except split _img. This is non-touch based CTR and Restore /Backup work perfectly even though there is little functionality compared to our famous TWRP. This is the best solution for those who encounter the touch input issue. So I leave it here in case someone needs it. CTR 6.6.1 sc9832 Nougat :
https://mega.nz/#!uwxEwQ7I!fyC0CWO7d8GMm...Ytc9VzFmRQ
Another question, @shankar1790 do you have any custom rom for this chipset? personally I plan to port a ROM from the firmware of a Evercoss M50 Star that
attracts me a lot (with theme engine)
Envoyé de mon Orange Rise 53 avec Hovatek Mobile
(03-03-2019, 04:57 AM)shankar1790
Currently I don't have any custom ROM for this device. But i recently ported a custom stock ROM of other device model (same specs) to my device .it works well but sometimes give fc (Android.acore) so I decided to take logs and try to fix those fc.
hopefully I have working os.
(03-03-2019, 11:01 PM)TokyGerard(03-03-2019, 04:57 AM)shankar1790 Currently I don't have any custom ROM for this device. But i recently ported a custom stock ROM of other device model (same specs) to my device .it works well but sometimes give fc (Android.acore) so I decided to take logs and try to fix those fc.
hopefully I have working os.
Can't wait to see the result because I still
haven't got the firmware of Evercoss (1.3Gb) ? and did you have to port the boot or the stock needed to boot it up?
Envoyé de mon Orange Rise 53 avec Hovatek Mobile
(04-03-2019, 04:09 AM)shankar1790
I just pached my stock boot img to remove verification. You can use magisk patched boot too.i replaced some files from my stock rom to ported rom to work my touchscreen.
(03-03-2019, 04:57 AM)shankar1790 Currently I don't have any custom ROM for this device. But i recently ported a custom stock ROM of other device model (same specs) to my device .it works well but sometimes give fc (Android.acore) so I decided to take logs and try to fix those fc.
hopefully I have working os.
(29-04-2019, 08:18 PM)TokyGerard [quote pid='162383' dateline='1551650492']
(03-03-2019, 04:57 AM)shankar1790 Currently I don't have any custom ROM for this device. But i recently ported a custom stock ROM of other device model (same specs) to my device .it works well but sometimes give fc (Android.acore) so I decided to take logs and try to fix those fc.
hopefully I have working os.
Hi guy,
Did you manage to fix the bugs on the firmware that you had ported? Personally I managed to port the firmware Evercoss M50 Star for my device but the camera and the sensor didn't work and I had to return to my ugly stock firmware, I tried everything but it persisted, no issue
![[Image: OvTJTKe.png]](https://i.imgur.com/OvTJTKe.png)
![[Image: hr3SXCW.png]](https://i.imgur.com/hr3SXCW.png)
![[Image: Tsya5nM.png]](https://i.imgur.com/Tsya5nM.png)
![[Image: ABFYYxY.png]](https://i.imgur.com/ABFYYxY.png)
(30-04-2019, 03:10 AM)shankar1790 for camera bug -
replace all camera related files from stock system/lib to port system/lib -
libcamcommon.so
libCamdrv24.so
libcamera2ndk.so
libcamera_client.so
libcamera_metadata.so
libcameraservice.so
libcamisp2.0.so
libcamoem.so
libcamsensor.so
and libsensorservice.so for sensor
Replace files from system/lib/hw/camera.sc8830.so to port for camera and sensor.sc8830.so for sensor
replace files from system/etc/permisssions
android.hardware.camera.front.xml for camera
android.hardware.sensor.accelerometer.xml
android.hardware.sensor.light.xml
android.hardware.sensor.proximity.xml
also compare handheld_core_hardware.xml and platform.xml from stock to port
I have succefully manage to work camera but auto rotation semi work
everthing work fines except auto rotation (still find solution but works on my other port) and VoLTE (fixed soon)
can you send me links or list some phones with sc9832 android nougat rom having nice looking system ui.
i recently ported idos ui 7.2 Rom
screenshot
BUGs -only auto rotation and VoLTE
![[Image: TM1jxek.png]](https://i.imgur.com/TM1jxek.png)
![[Image: EpeR4jl.png]](https://i.imgur.com/EpeR4jl.png)
![[Image: Uglldek.png]](https://i.imgur.com/Uglldek.png)
![[Image: mZYNq1v.png]](https://i.imgur.com/mZYNq1v.png)
![[Image: 8n1KBD4.png]](https://i.imgur.com/8n1KBD4.png)
(30-04-2019, 07:37 AM)TokyGerard(30-04-2019, 03:10 AM)shankar1790 for camera bug -
replace all camera related files from stock system/lib to port system/lib -
libcamcommon.so
libCamdrv24.so
libcamera2ndk.so
libcamera_client.so
libcamera_metadata.so
libcameraservice.so
libcamisp2.0.so
libcamoem.so
libcamsensor.so
and libsensorservice.so for sensor
Replace files from system/lib/hw/camera.sc8830.so to port for camera and sensor.sc8830.so for sensor
replace files from system/etc/permisssions
android.hardware.camera.front.xml for camera
android.hardware.sensor.accelerometer.xml
android.hardware.sensor.light.xml
android.hardware.sensor.proximity.xml
also compare handheld_core_hardware.xml and platform.xml from stock to port
I have succefully manage to work camera but auto rotation semi work
everthing work fines except auto rotation (still find solution but works on my other port) and VoLTE (fixed soon)
can you send me links or list some phones with sc9832 android nougat rom having nice looking system ui.
i recently ported idos ui 7.2 Rom
screenshot
BUGs -only auto rotation and VoLTE
Wow good work bro, and thank you for your help, I'll try all that. And for your case, did the camera and the sensor not work so far (I mean when you have not replaced the files
yet)?
Like you, I was looking for a Nougat
sc9832a firmware with a nice UI but the only ones I found Evercoss M50 Star and Advan E5 4G like yours, there was also an Androimax but only the SystemUI was different but the settings interface etc looks like my stock so ... By the way I already tried to port this firmware (Advan) for my device using Research Download but since all the files are signed, it gave me errors (I have already used my fld1/2 but its firmware has 3).
You're really lucky to have a device with TWRP touch input working, because with CTR and MIUI, I cannot install a system.img file. And even after restoring the Backup, my device does't boot up (bootloop) ...
Can you do me a favor bro? I tried to
make a backup and restore them with Flashify commands and it works, and if you could make a backup of the system and boot this Advan for me, I could port it and restore using Flashify, please when you will have time ...
I'm tired of my ugly stock, I used to use beautiful UI on my old device (MT6580
MM K3.18.19) which has several ROM & Tweaks, many devs work on this chip/kernel and even the existing ROMS always received updates (like DotOS etc)
Thaks in advance bro