Guest KonstaT Posted November 18, 2017 Report Posted November 18, 2017 17 minutes ago, Javi1313 said: Hello, I do not work the screen rotation on android, I have a chuwi hi12. Is there a solution for this? Thanks greetings Have you installed the correct compatibility patch?
Guest Javi1313 Posted November 18, 2017 Report Posted November 18, 2017 Sorry, the state looking for the forum and I do not get the right one. I have remixOs, Everything works perfectly, the only problem is the rotation. Thanks
Guest KonstaT Posted November 18, 2017 Report Posted November 18, 2017 53 minutes ago, Javi1313 said: Sorry, the state looking for the forum and I do not get the right one. I have remixOs, Everything works perfectly, the only problem is the rotation. Thanks ??? Which Hi12 compatibility patch did you install and have you tried with the other one? What stock firmware version was your device shipped with?
Guest Javi1313 Posted November 18, 2017 Report Posted November 18, 2017 I installed remix os 2.0 (Android 5.1.1) instead of the android that came on the tablet (5.0) from the official installer of intel (Phone flash tool). The installation has gone smoothly, everything works correctly in remixes, the only problem is the rotation. Thanks for your interest
Guest KonstaT Posted November 18, 2017 Report Posted November 18, 2017 (edited) 1 hour ago, Javi1313 said: I installed remix os 2.0 (Android 5.1.1) instead of the android that came on the tablet (5.0) from the official installer of intel (Phone flash tool). The installation has gone smoothly, everything works correctly in remixes, the only problem is the rotation. Thanks for your interest That's none of my problem then. I only provide support for my custom ROMs and you have posted on a completely wrong place. You've installed a ROM that is not meant for your device! If you install e.g. this Remix OS with the right compatibility patch, I'm sure everything will work. http://konstakang.com/devices/chuwi_vi10plus/RemixOS/ Edited November 18, 2017 by KonstaT
Guest Javi1313 Posted November 18, 2017 Report Posted November 18, 2017 Ok...... Thank you for you information
Guest Javi1313 Posted November 18, 2017 Report Posted November 18, 2017 Updated with your rom remix os and the standard patch without serial number (my model is HQ64G45170104616) and the same rotation problem continues. What can it be? Thanks for your time
Guest KonstaT Posted November 18, 2017 Report Posted November 18, 2017 47 minutes ago, Javi1313 said: Updated with your rom remix os and the standard patch without serial number (my model is HQ64G45170104616) and the same rotation problem continues. What can it be? Thanks for your time 3 hours ago, KonstaT said: ??? Which Hi12 compatibility patch did you install and have you tried with the other one? What stock firmware version was your device shipped with?
Guest lowearthorbit Posted December 1, 2017 Report Posted December 1, 2017 (edited) Hi, I am working on a new hi10 plus. The rom date from build.prop is 201705 (LQ64G42170903xxxx). Everything rocks but the camera :( Looking at my backup of the firmware it is the same hardware you have a patch for (GC2355 and gc2355b). The rear camera works with Open Camera and other apps (such as the bar code reader) but the front camera does not. I merged the patch into the stock firmware and diff against the stock image just comparing system folders basically, there are some differences in configuration files and some xml files missing. I will try copying these over and see if they help. Is there anything else I could look for ? I'm not sure what to copy and what not to copy from the original firmware (are the aiqb files in atomisp copied from the original firmware or do you generate them). Many thanks for the work on this and very grateful for any time you spend responding. Edited December 1, 2017 by lowearthorbit see next post. I fixed it.
Guest lowearthorbit Posted December 1, 2017 Report Posted December 1, 2017 Fixed it! - both cameras work now. I took a punt and copied these 2 xml files on to the device (remounted /system rw first). /system/etc/media_profiles_gc2355b.xml /system/etc/media_profiles_gc2355.xml Looking at the insmod these seemed to be likely candidates :D This post seemed to suggest that these files might be useful to the apps, lsmod showed that the modules were loaded. I hadn't got as far as looking for errors in logs. I hope this helps someone :D If you are reading this and going how? Connect to your adb computer (there are plenty of guides on how to get adb running). Pick the USB debug notification out of your notifications, it should take you to delevoper options where you can enable root for adb. remount system rw ( adb root; adb shell; mount -o remount,rw /system; exit) either : grab the files from the system image (download the firmware for the hi 10 plus from chuwi forums). or : grab your backup and unpack system backup, or like me use f7 on the keyboard with a kali linux boot stick, boot Kali in forensic mode, dd the android_system partition (back the whole thing up at the same time). then : get system.img and open it with 7zip (on 'linux 7z x system.img' in a folder) in system/etc grab the files listed above push them to the rom adb push media_profiles_gc2355b.xml /system/etc adb push media_profiles_gc2355.xml /system/etc kill any camera apps and voila, reboot the device and remove root priv from adb in the developer options
Guest KonstaT Posted December 2, 2017 Report Posted December 2, 2017 14 hours ago, lowearthorbit said: Fixed it! - both cameras work now. I took a punt and copied these 2 xml files on to the device (remounted /system rw first). /system/etc/media_profiles_gc2355b.xml /system/etc/media_profiles_gc2355.xml Looking at the insmod these seemed to be likely candidates :D This post seemed to suggest that these files might be useful to the apps, lsmod showed that the modules were loaded. I hadn't got as far as looking for errors in logs. I hope this helps someone :D If you are reading this and going how? Connect to your adb computer (there are plenty of guides on how to get adb running). Pick the USB debug notification out of your notifications, it should take you to delevoper options where you can enable root for adb. remount system rw ( adb root; adb shell; mount -o remount,rw /system; exit) either : grab the files from the system image (download the firmware for the hi 10 plus from chuwi forums). or : grab your backup and unpack system backup, or like me use f7 on the keyboard with a kali linux boot stick, boot Kali in forensic mode, dd the android_system partition (back the whole thing up at the same time). then : get system.img and open it with 7zip (on 'linux 7z x system.img' in a folder) in system/etc grab the files listed above push them to the rom adb push media_profiles_gc2355b.xml /system/etc adb push media_profiles_gc2355.xml /system/etc kill any camera apps and voila, reboot the device and remove root priv from adb in the developer options I've added CM12.1 and Remix OS compatibility patches for Hi10 Plus devices shipped with 20170504 firmware to my site. Those two media_profiles_*.xml configs do absolutely nothing with CM12.1 (see https://github.com/CM-CHT/android_frameworks_av/commit/ec43dabccae4fc3d5dc482fd2b95c15eff102c0e). Well done figuring out the rest. :)
Guest lowearthorbit Posted December 4, 2017 Report Posted December 4, 2017 (edited) I picked up the latest patch and applied it from your site. Thank you. Cameras work fine with the patch :D Edited December 5, 2017 by lowearthorbit typo
Guest PP23 Posted December 22, 2017 Report Posted December 22, 2017 I just got my new Chuwi Hi10 Plus, but with build version: 20171020 I don't see a disable dmverify or compatibility patch for this version. Is there any way to use this rom?
Guest KonstaT Posted December 29, 2017 Report Posted December 29, 2017 On 12/22/2017 at 6:41 PM, PP23 said: I just got my new Chuwi Hi10 Plus, but with build version: 20171020 I don't see a disable dmverify or compatibility patch for this version. Is there any way to use this rom? Is that stock firmware available for downloads on Chuwi forum or did you make a backup in TWRP? I don't know if they've changed some hardware again or will it work with a previous compatibility patch. I'll add 20171020 patches/etc on my site once the stock firmware is available. It seems there's nothing but spam in MoDaCo these days so this will be my last post on this forum. You know where to reach me. :)
Guest PalmTrees Posted December 29, 2017 Report Posted December 29, 2017 1 hour ago, KonstaT said: It seems there's nothing but spam in MoDaCo these days so this will be my last post on this forum. You know where to reach me. :) Does this mean the end of updates for Chuwi Vi10 Plus too?
Guest gonssoruiz Posted January 9, 2018 Report Posted January 9, 2018 Hi, First of all, cheers to all of you. I'm new here. This morning I received a Chuwi Hi10 pro with serial HQ64G42171XXXXX. As Android presented problem of connectivity to App Store, I've tried to follow the tutorial. Everything seemed to be fine during the process but right now android won't boot. I can use windows but android booting gets stucked. I've used cm-12.1-20170128-chuwi_vi10plus-Hi10Pro-HQ64-20170720.zip (serial no HQ64G42170900000->). The main problem is that I can't reinstall Android again. Do you have any ideas? Thanks in advance.
Guest nemethpeter Posted January 11, 2018 Report Posted January 11, 2018 Is it possible to somehow add USB-Ethernet adapter support under Android for my Chuwi Hi12 tablet? Can it be a solution if I change the stock Android to the RemixOS or to the CyanogenMod 12.1? Thanks for your help in advance!
Guest santi.sc Posted February 7, 2018 Report Posted February 7, 2018 (edited) Hello @KonstaT the link of Gapps is not available to download, error goes out. Can you recover that download of the necessary Gapps to install the Rom? Thank you. Editor: Thursday the 8th and the download seems to work. Edited February 8, 2018 by santi.sc
Guest benda95280 Posted April 29, 2018 Report Posted April 29, 2018 Hello, I'm on CM12.1 and both camera isn't working, any existing fix ? Thanks.
Guest GaardenZwerch Posted June 8, 2018 Report Posted June 8, 2018 Hi, I'm trying to install this, but the twrp seems to have trouble with my partitions: it can't find partitions to wipe, nor backup. I used a file called "hi12-TWRP-recovery.img" as recovery image (booted, not flashed) I have in the past flashed the stock rom with the modified gpt.bin in order to remove windows and use all the space for android. Any hints?
Guest Vincs Posted August 25, 2019 Report Posted August 25, 2019 Hi ! Is there a way to make Magisk & SafetyPatch working on this one ? When I install them, it get stuck on a bootloop while optimizing apps.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now