Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

ShaunMT's Modified ROM for Nextbook NX785QC8G (Support Thread)

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • mel4787
    replied
    My moto g gets me a day and a half on battery. So Ik we can tweak the battery a bit

    Leave a comment:


  • shaunmt
    replied
    Originally posted by mel4787 View Post
    OK. So how we gonna get these tablets to not use much battery
    The battery consumption seems typical of a budget android tablet to me...

    Regarding the inaccurate battery level reporting... I don't have any ideas... I doubt we'll ever see a fix...

    ShaunMT

    Leave a comment:


  • mel4787
    replied
    OK. So how we gonna get these tablets to not use much battery

    Leave a comment:


  • shaunmt
    replied
    Originally posted by mel4787 View Post
    Darn so that means we can't build a kernel for this device?
    This device, someone (not me... I don't have time to learn kernel development) might be able to build a kernel... We don't have specific kernel configs, but we have Rockchip source from other devices and they tend to be pretty similar, but I wouldn't count on it...

    ShaunMT

    Leave a comment:


  • mel4787
    replied
    Darn so that means we can't build a kernel for this device?

    Leave a comment:


  • shaunmt
    replied
    Originally posted by mel4787 View Post
    I see. Well with 1gb for apps its too small for me to put anything on. And I cannot access the name flash to move my apps to
    I'm well aware... every Nextbook model I've ever worked on had a tiny /data partition and large /sdcard partition...

    At least it's controlled by a parameter file on this tablet.... all of the Amlogic models had the partition locations and sizes hard coded inside the kernel... impossible to change without building a custom kernel and no kernel source code available...

    ShaunMT

    Leave a comment:


  • mel4787
    replied
    I see. Well with 1gb for apps its too small for me to put anything on. And I cannot access the name flash to move my apps to

    Leave a comment:


  • shaunmt
    replied
    Originally posted by mel4787 View Post
    Yes changing the size of the internal storage since only 1gb is all we have for apps
    I've successfully changed the sizes of my internal /data and /sdcard partitions, It's just a pain to install the changes... It currently requires either flashing each part of the ROM separately from a PC, or flashing from stock recovery and rebooting 3 times. First boot fails because /data and /cache moved and didn't get wiped correctly by stock recovery. Reboot to recovery and wipe /data and /cache then boot into Android, but /sdcard still needs to be reformatted to get the new size, requiring another wipe of /data, /cache and /sdcard...

    I'm hoping to reach a point where anybody can just flash the desired ROM from the tablet the same way they would on any other device.

    ShaunMT

    Leave a comment:


  • mel4787
    replied
    Yes changing the size of the internal storage since only 1gb is all we have for apps

    Leave a comment:


  • shaunmt
    replied
    Originally posted by mel4787 View Post
    Yay. Now the next phase is to find a way to merge nand flash to internal storage.
    nand flash IS internal storage...

    I think you meant either changing the partition sizes of the internal storage, or using the external SD card as internal storage?

    Leave a comment:


  • mel4787
    replied
    Yay. Now the next phase is to find a way to merge nand flash to internal storage.

    Leave a comment:


  • shaunmt
    replied
    Originally posted by mel4787 View Post
    Hmm how much of this device have you deciphered
    A bit...

    There are a lot of tools available for working with rockchip ROMs.

    Unpacking and repacking a Rockchip ROM is easy.

    Modifying the parameter file is fairly simple.

    I compiled a working TWRP recovery tonight. (Working does not mean it is ready for release...)

    Here's what's at the top of my todo list currently:
    • Test and Tweak TWRP.
    • Attempt to add rockchip update.img support to TWRP
    • Assuming the above goes well... Release new ROMs with TWRP Recovery and optional partition layouts.

    ShaunMT

    Leave a comment:


  • mel4787
    replied
    Originally posted by shaunmt View Post
    Learning as I go... this is the first Rockchip device I've worked on. There are a lot of differences between rockchip and the amlogic devices I was working on previously.
    Hmm how much of this device have you deciphered

    Leave a comment:


  • shaunmt
    replied
    Originally posted by mel4787 View Post
    hmm do you have a knowhow on bootloaders and partitions or android
    Learning as I go... this is the first Rockchip device I've worked on. There are a lot of differences between rockchip and the amlogic devices I was working on previously.

    Leave a comment:


  • mel4787
    replied
    Originally posted by shaunmt View Post
    I'm not familiar with the nexus devices and I'm not entirely sure what you mean, but I believe you can specify anything in the parameter file as long as you do it correctly and update the bootloader command line to match where necessary...

    ShaunMT
    hmm do you have a knowhow on bootloaders and partitions or android

    Leave a comment:

Working...
X