Coder Social home page Coder Social logo

defymultiboot's People

Stargazers

Octori avatar Kurt Chen avatar  avatar Sam Segers avatar  avatar Douglas Vaz avatar GodFox avatar Michael Zimmermann avatar SunRain avatar Igor Borges avatar Tanguy Pruvot avatar Cláudio Bastos avatar

Watchers

Vilnei Neves avatar  avatar SunRain avatar Michael Zimmermann avatar GodFox avatar  avatar

defymultiboot's Issues

Chinese character displayed as "??????"

Finally I found out why Chinese characters on sdcard files are displayed in ???.
The encoding doesn't compatible with that in busybox (or shell script?)

The android system can't umount the sdcard totally and mount it in the default way when booting, because you have already mounted sdcard in the preparation stage for multiboot and the virtual system is using the sdcard all the time.

Some scripts in fshook.functions.sh

Code:
mount -o rw $FSHOOK_CONFIG_PARTITION $FSHOOK_PATH_MOUNT_IMAGESRC

The sdcard is mounted with one kind of encoding (is it utf-8)?
And in the real system, the sdcard is mounted with another encoding (I guess GB18030?).
So the Chinese character is displayed as ??? in virtual system...
@m11kkaa
Could you help me find a way of mounting sdcard in busybox with the same encoding as real system?

I found a way to solve this, but it is so ugly...
I added two lines in real system/system/bootmenu/script/2nd-init.sh

Code:
mkdir -p /sdcardtmp
mount -o rw /dev/block/mmcblk0p1 /sdcardtmp

So the encodings are the same...But I don't think it's a good idea

Multiboot and CM7.2

Here is my setup:

Defy+ with 1700mAh battery.

Nand: CM72 White rabbit 1.5.1

Multiboot 0.5.5

IN multiboot:

  • CM72- kang
  • CM9 Quarx
    -CM9 epsilon3

Only CM72 roms have battery errors.
The battery icon comes with a "?" mark and shows as 100% charged all the time.
I have tried using Quarx's CM72 latest nightly too. But it has the same problem. In ICS roms there are no issues.

I have tried many battery fixes (installed via multiboot CWM) but there is no difference.
Can you tell me what I am doing wrong?

BTW if I use any of the above CM72's as my NAND then there are no issues.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.