+ Reply to Thread
Page 37 of 121 FirstFirst ... 27 35 36 37 38 39 47 87 ... LastLast
Results 721 to 740 of 2415

[project]Port android to meizu M8

This is a discussion on [project]Port android to meizu M8 within the Meizu M8 Android forums, part of the M8 Firmware category; when shall be able to download a stable android version on M8? good luck...

  1. #721
    Passing By
    Join Date
    Aug 2009
    Posts
    3
    Thanks
    0
    Thanked 1 Time in 1 Post

    When ?

    when shall be able to download a stable android version on M8?
    good luck

  2. Member who thanked targh for the post:


  3. #722
    Senior Member
    Join Date
    Sep 2009
    Posts
    380
    Thanks
    3
    Thanked 138 Times in 53 Posts
    you can donwload a stable but rather unusable version right now. And for all the other things, they will be done when its done.

    The more developers participate the faster it will go.

    Right no we need research for linux drivers for the m8 hardware. So feel free

    P.S. didnt anyone say we should make a list of hardware which is in the m8? and maybe drivers / other infos... so we should make such a list

  4. #723
    Valued Member
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    2,434
    Thanks
    127
    Thanked 189 Times in 130 Posts
    I'd like to release a dualboot firmware based on 0937 n Loader/zImage for people who like to inject to other version firmware tonight.



    Banxian, i am wondering what do you do for a living?

    I'd like to use one pixel of default meizu logo display by eboot to check an SE hardware.
    You mean for the loader to check what hardware it is?
    Or as enduser to see what is been loaded?

    PMB8876 shows that the system is used in iphone
    to bad that iphone linux is not yet fully developed, otherwise we could have source on it.
    But couldnīt we just use a disassembler for the wince code , then decompile this code to 'c code'? (sorry i am not clever enough to reverse such drivers so just wondering)

    download a stable android
    just sit back and wait for now, if meizu would help on it you would mostlikely have it today but they dont so..

    btw r3wdy, maybe we could better focus on wifi for now?

    didnt anyone say we should make a list of hardware which is in the m8
    lol i say to much :D
    if one provides me the input i place it on page 1


    edit r3wdy, we should do this asap, cause i was looking on the wifi driver , could recall it was marvell 8686-isch device but cant find it right away anymore :-)

    [SD-8686-LINUX26-SYSKT-9.70.3.p24-26409.P45-GPL.zi]
    Driver and Sources for Marvell SD8686 Chip under Linux v9.70.3.p24 (2009-04-09, MultiPlatform, 655KB, Downloads 2)
    Last edited by evow04; 11-05-2009 at 11:09 AM.

  5. #724
    Senior Member
    Join Date
    Sep 2009
    Posts
    380
    Thanks
    3
    Thanked 138 Times in 53 Posts
    according to the images the m8 has a SWL-2480 chip. On the pictures there is samsung written onnit, but there seems to be a marvel chip with the same name

    Also can be seen on the photos:
    Infineon PMB6812 V 1.62 (seems to be power management)
    Infineon 8876 X 2.1 (seems to be GSM processor)
    Samsung BTTM47C2SA (seems to be bluetooth chipset)
    Wolfson WM8753G (audio codec)

    can anyone do lspci on serial console?
    (does serial console work with android? do we need g_ether driver?)
    Last edited by r3wDy; 11-05-2009 at 11:59 AM.

  6. #725
    Member
    Join Date
    Mar 2009
    Posts
    127
    Thanks
    1
    Thanked 113 Times in 35 Posts
    if you enabled framebuffer console, you should run gettty on ttySAC2 to get input. echo "bababa" > tty0 can print to screen, and echo "ololo" can display in hyperterminal.
    I can input commands into android like mount, reboot.
    you can use adb connection, too.

    I get framebuffer address from register instead hardcoded. both M8 and M8 SE boot menu working now.
    gonna sleeping...
    Last edited by banxian; 11-05-2009 at 12:32 PM.

  7. 2 members have thanked banxian:


  8. #726
    Valued Member
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    2,434
    Thanks
    127
    Thanked 189 Times in 130 Posts
    Quote Originally Posted by r3wDy View Post
    Infineon 8876 X 2.1 (seems to be GSM processor)
    pdf datasheet

    Infineon PMB6812 V 1.62 (seems to be power management)
    pdf datasheet

    Wolfson WM8753G (audio codec)
    pdf datasheet Homepage WM8753 series
    DRIVER SEE OPENMOKO

    Code:
    1 /* sound/soc/s3c24xx/s3c64xx-i2s.h
    2  *
    3  * ALSA SoC Audio Layer - S3C64XX I2S driver
    4  *
    5  * Copyright 2008 Openmoko, Inc.
    6  * Copyright 2008 Simtec Electronics
    7  *      Ben Dooks <ben@simtec.co.uk>
    8  *      ARMLinux @ Simtec
    9  *
    10  * This program is free software; you can redistribute it and/or modify
    11  * it under the terms of the GNU General Public License version 2 as
    12  * published by the Free Software Foundation.
    13  */
    14 
    15 #ifndef __SND_SOC_S3C24XX_S3C64XX_I2S_H
    16 #define __SND_SOC_S3C24XX_S3C64XX_I2S_H __FILE__
    17 
    18 #include "s3c-i2s-v2.h"
    19 
    20 #define S3C64XX_DIV_BCLK        S3C_I2SV2_DIV_BCLK
    21 #define S3C64XX_DIV_RCLK        S3C_I2SV2_DIV_RCLK
    22 #define S3C64XX_DIV_PRESCALER   S3C_I2SV2_DIV_PRESCALER
    23 
    24 #define S3C64XX_CLKSRC_PCLK     (0)
    25 #define S3C64XX_CLKSRC_MUX      (1)
    26 
    27 extern struct snd_soc_dai s3c64xx_i2s_dai;
    28 
    29 extern unsigned long s3c64xx_i2s_get_clockrate(struct snd_soc_dai *cpu_dai);
    30 
    31 #endif /* __SND_SOC_S3C24XX_S3C64XX_I2S_H */




    both M8 and M8 SE boot menu working now.
    gonna sleeping...
    Great then we will see it in action soon :-)
    good night ;-)
    Last edited by evow04; 11-05-2009 at 02:15 PM.

  9. #727
    Freshman
    Join Date
    Aug 2009
    Posts
    31
    Thanks
    4
    Thanked 0 Times in 0 Posts
    i'd lke too help but i ve got the 16 gb version...maybe u could get it work with the 16 gb version?
    thx

  10. #728
    Member
    Join Date
    Jul 2009
    Location
    Germany
    Posts
    144
    Thanks
    23
    Thanked 9 Times in 7 Posts
    can we use the boot menu without serial input ?

  11. #729
    Valued Member
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    2,434
    Thanks
    127
    Thanked 189 Times in 130 Posts
    nixander,
    that is great !
    On the 16 gb movienand, i have no idea about the current state.
    I know Bill, Banxian were going to have a look on it and i noticed some users on bbs.meizu.com were going to do it also.
    but did not check it anymore the last 2-3 days, so i would suggest to wait untill one of the other users posts about it or you could have a look on bbs?
    Of course you can try for your self ;-)


    Skoddi,
    I did not find out or Banxian provided his boot system allready on his git, so no exact idea, but if i understood correctly his first test were through serial, but his latest test through the keys and he wanted it to be usefull with ts.

    grtz

  12. #730
    Member
    Join Date
    Nov 2008
    Location
    Germany
    Posts
    152
    Thanks
    8
    Thanked 12 Times in 8 Posts
    Hey,

    when the modem driver is installed, will phone functions immediatly? is the mic and speaker working?

    can't wait for dualboot and the tutorial from banxian, i always have to repeat this

    if android wouldn't work till now, i would have buyed me a palm pre i think..... but now i have new hope

    raoul
    Last edited by raangu; 11-05-2009 at 03:23 PM.

  13. #731
    Senior Member
    Join Date
    Sep 2009
    Posts
    380
    Thanks
    3
    Thanked 138 Times in 53 Posts
    go buy a palm pre it can take long time till android is usable... if it will be at all...

    We need to invent/research all ourself, so i dont know if phone will work if we get a modem driver i dont know if we get a modem driver at all...

    Thats the problem of such projects

  14. #732
    Valued Member
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    2,434
    Thanks
    127
    Thanked 189 Times in 130 Posts
    Thats the problem of such projects
    sadly true...

    but!
    we are getting pretty far at the moment.
    Only users need to keep in mind that it is one step after the next,
    and the proces only speeds up when more people are helping on it!

    So every help is welcome.
    For example :
    Infineon PMB6812 V 1.62 - Infineon 8876 X 2.1 -
    Samsung BTTM47C2SA - Wolfson WM8753G
    we need confirmations on what hardware is used,
    what is the difference between m8, m8SE, 8gb, 16gb,..

    Or one could try and contact meizu, to know if they are interested in helping the user community :-)

  15. #733
    Freshman
    Join Date
    Aug 2009
    Location
    Netherlands
    Posts
    41
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I will promise you guys, that when android is fully functional on the M8, i will buy me an M8 again and compare it to my iphone 3GS
    Also awesome to see how much progress you guys are making!

  16. #734
    Senior Member
    Join Date
    Sep 2009
    Posts
    380
    Thanks
    3
    Thanked 138 Times in 53 Posts
    im in search of a screwdriver which fits in the scrwes if i find one i will have a look in my m8 and take some photos :P

    I just installed my old kernel again because of nfsroot filesystem. Its much easier to experiment with the phone on this basis. I will try to compile ndiswrapper and see if i can get wlan to work.
    Further we should see that we get the small problems solved, like no mp3 player because of "No SD Card inserted" this should be possible

    Another nice thing... while i was fighting for (with) my m8 i had the battery case open and now i cant find the backplanbe anymore.. lol :/
    Last edited by r3wDy; 11-05-2009 at 09:21 PM.

  17. #735
    LVL
    LVL nincs online
    Dutch Moderator
    Join Date
    Jan 2009
    Location
    The Netherlands
    Posts
    1,583
    Thanks
    117
    Thanked 173 Times in 72 Posts
    torx 5 and a little + screwdriver
    Ben je Nederlands?
    Dan kan je ook gewoon in de Nederlandse sectie reageren en vragen: http://www.meizume.com/dutch

  18. #736
    Member
    Join Date
    Mar 2009
    Posts
    127
    Thanks
    1
    Thanked 113 Times in 35 Posts
    Quote Originally Posted by Skoddi View Post
    can we use the boot menu without serial input ?
    yes, both button input n serial is supported, volume + move menu to left, volume - move to right, when progress bar run to 100, selected system get start. power button confirm selection and start it soon.

  19. #737
    LVL
    LVL nincs online
    Dutch Moderator
    Join Date
    Jan 2009
    Location
    The Netherlands
    Posts
    1,583
    Thanks
    117
    Thanked 173 Times in 72 Posts
    srry banxian, but where to download? (is your dualboot already, ready?)
    Last edited by LVL; 11-05-2009 at 09:43 PM.
    Ben je Nederlands?
    Dan kan je ook gewoon in de Nederlandse sectie reageren en vragen: http://www.meizume.com/dutch

  20. #738
    Member
    Join Date
    Mar 2009
    Posts
    127
    Thanks
    1
    Thanked 113 Times in 35 Posts
    Quote Originally Posted by LVL View Post
    srry banxian, but where to download? (is your dualboot already, ready?)
    I have very poor connection to sourceforge file release ftp.
    Surely I have a poor low upload bandwidth ADSL at all.
    yes, It's 3 hours 40 minuts left in ftprush queue.

    separete package in sourceforge:
    mdroid_cuptools_r3_rootfs.zip
    mdroid_cuptools_r3_xip_releasenote.txt
    mdroid_cuptools_r3_xip_dualboot_fixed.zip


    fixed version n demo video will get ready in afternoon.

    Known problem:
    If you get screen locked more than 10sec in MeizuOS, you can't power on. (fixed)
    maybe my loader confilict with steploader. thanks DreamMiniOne's reports.
    this problem fixed by restore first 4 byte in memory after boot MeizuOS.


    About boot menu:
    touch is not support now please use volume buttton to select OS.

    volume + : move menu left
    volume - : move menu right
    power : confirm
    M : loop
    Last edited by banxian; 11-06-2009 at 02:49 PM.

  21. 6 members have thanked banxian:


  22. #739
    Member
    Join Date
    Oct 2007
    Location
    Barcelona (Spain)
    Posts
    262
    Thanks
    118
    Thanked 67 Times in 32 Posts
    Thanks for the dualboot, banxian :D
    And...it's nice to have a 720x480 wallpaper on Android !

  23. #740
    Lurker
    Join Date
    Nov 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by banxian View Post
    I have very poor connection to sourceforge file release ftp.
    Surely I have a poor low upload bandwidth ADSL at all.
    yes, It's 3 hours 40 minuts left in ftprush queue.

    a temporary mirror:
    mdroid_cuptools_r3_xip_dualboot.zip
    mdroid_cuptools_r3_xip_releasenote.txt
    mdroid_cuptools_r3_rootfs.zip

    It will be removed 4 hours later.
    that's a great news!
    thx for your great work!

    btw: how can i get your bootloader and kernel source, i wanna do something for this project.


 

Similar Threads

  1. PROJECT: Meizu M8 Nederlandse taal
    By MaikelRunia in forum Dutch
    Replies: 47
    Last Post: 09-02-2009, 10:11 AM
  2. Port Meizu OS to Samsung Omnia i900
    By natedogg20050 in forum Modding & Development
    Replies: 8
    Last Post: 08-17-2009, 12:09 PM
  3. What does the Meizu Rockbox project need?
    By Err0r in forum Rockbox
    Replies: 21
    Last Post: 05-17-2008, 12:12 PM
  4. Meizu M8 Project On Temporary Hold
    By Err0r in forum Meizu M8 News
    Replies: 68
    Last Post: 04-20-2008, 04:02 AM
  5. The USB port
    By vipert in forum Technical
    Replies: 3
    Last Post: 05-03-2007, 04:03 PM