
[CyanogenMod6.1][Beta1 available]
86 posts
• Page 1 of 5 • 1, 2, 3, 4, 5
[CyanogenMod6.1][Beta1 available]
Ok, anyone wanna seriously help with this can join the Team! If you have fixed a bug then please let us know how you did it and post your fix in this thread! I think it's better to work as a team now...
In Alpha + Beta Stage this ROM is going to wipe your system+data partitions.
Notice before installing:
How to Install:
(please follow everything as stated step by step or it won't work)
What's working:
What's not working atm:
PLEASE REGISTER TO SEE EXTERNAL LINKS
[youtube]http://www.youtube.com/watch?v=SkdCTS52_KE[/youtube]
Credits: stockwell, genokolar, cyanogenmod, neopeek
In Alpha + Beta Stage this ROM is going to wipe your system+data partitions.
Notice before installing:
- Due to development my /cust partition only contains one folder /img (=/cust/img) !! I have no other folders / files on my /cust partition! You may have additional folders / files in it which may interfere with this build (not sure about that though...)
- As always: Use this at your own risk! I take no responsibility! The ROM will format your data + system partition. So NANDROID or Titanium Backup before installing my build
How to Install:
(please follow everything as stated step by step or it won't work)
- Download ClockWorkMod Recovery 3.0.2.8 from PLEASE REGISTER TO SEE EXTERNAL LINKS and install to your device (there's a new CWM 4.0.0.5 avaliable but I didn't yet try it out)
- Download latest GAPPS for CM6 (HDPI -> latest atm 20101114) from PLEASE REGISTER TO SEE EXTERNAL LINKS
- Download CyanogenMod 6.1 by Neopeek (link available below)
- Install CM6.1 via ClockworkMod Recovery (don't reboot afterwards)
- Mount /system partition via "mounts and storage" (manual mounting is important for installing GAPPS)
- Now install GAPPS via CWM Recovery
- Reboot system now
What's working:
- Sensors
- 3D (notice: 2D maybe sometimes gltchy but nothing to worry about. Had to adjust some lines in WindowManager to get it compiled)
- SD Card / USB Mass Storage
- Phone (in / out)
- BT activates (have nothing to pair to test it)
- Audio / Sound
- GPS
- Data / WiFi (notice: WiFi sometimes glitchy after using for some minutes -> disabling / enabling solves this)
- This and that
What's not working atm:
- Cam (notice: there's no preview but it can shoot pictures and flash light works. Though I noticed battery-drain once used camera. I suggest you to reboot after testing)
- Youtube / Videos
PLEASE REGISTER TO SEE EXTERNAL LINKS
[youtube]http://www.youtube.com/watch?v=SkdCTS52_KE[/youtube]
Credits: stockwell, genokolar, cyanogenmod, neopeek
Re: [Sneak Preview][CyanogenMod6.1]
May I help? I can seriously test it later today until Man Utd vs Schalke kick off 
What is your time zone?
What is your time zone?
Device: HTC Touch HD Blackstone / Huawei Ideos X5 U8800H
Re: [Sneak Preview][CyanogenMod6.1]
It's GMT+8 here. Would download it tonight and test it tomorrow my time 
Device: HTC Touch HD Blackstone / Huawei Ideos X5 U8800H
Re: [CyanogenMod6.1][Alpha]
Oh great to see it's in good process! But I don't think I'm knowledgeable to fix anything
Good luck!
Good luck!
Device: HTC Touch HD Blackstone / Huawei Ideos X5 U8800H
Re: [CyanogenMod6.1][Alpha]
I would also love to help, but I have never done my own rom (yet...).
What kind of programming is it? I'm quite experienced with java, c, c++ but it is my time that is a scarce commodity.
Otherwise I will be getting my X5 today so next week I can atleast help with betatesting.
What kind of programming is it? I'm quite experienced with java, c, c++ but it is my time that is a scarce commodity.
Otherwise I will be getting my X5 today so next week I can atleast help with betatesting.
Re: [CyanogenMod6.1][Alpha]
Most of android is build in Java. Build with Eclipse. But the roms you see in the Topaz /Diamond /HD etc.. section are just ported from other versions (for e.g. ported from legend / dream.).
Btw @both of you. I like the way you guys are talking to us!
Btw @both of you. I like the way you guys are talking to us!
"What we do for ourselves dies with us. What we do for others and the world, remains and is immortal." by Mason Albert Pike
If you have problems with Android, feel free to create a new topic in the forum.
My device: LG Optimus 2x Speed
ROM: Stock
If you have problems with Android, feel free to create a new topic in the forum.
My device: LG Optimus 2x Speed
ROM: Stock
Re: [CyanogenMod6.1][Alpha]
As promised I am bugfixing and I have good news: 3D is almost fixed. So stay tuned I will keep y'all updated and a new test-build will be available soon
Re: [CyanogenMod6.1][Alpha]
Here's a Sneak Preview of the upcoming new release:
Edit by neopeek: moved video to 1st post...
Edit by neopeek: moved video to 1st post...
Re: [CyanogenMod6.1][Alpha]
yes, great job!what about the knernel?based on b16 or made by yourself? and could you post some screenshots?because I can not watch the video
Re: [CyanogenMod6.1][Alpha]
yes the kernel is based on b160 including overclock which you can find over at xda-developers. Of course I made some changes to it...
I can post screenshots later!
I can post screenshots later!
Re: [CyanogenMod6.1][Alpha2 coming]
Have you been able to fix the home and search keys not working? I worked on that for a few hours and came up with nothing. Their implementation seems to be quite strange..
Re: [CyanogenMod6.1][Alpha2 coming]
No problems at all with keys here. Just the audio libs are rubbing my nerves as there's no audio working. Will upload the package in about half an hour for y'all so you can have a look. I re-packed boot.img sooo many times now and mixed up also soo much files. I think it's better to stop now and have a look some hours later. In the meantime maybe you or someone else will find some additional fixes...
Re: [CyanogenMod6.1][Alpha2 available]
Probably we can just force dalvik-cache to be only on /data in build.prop and then have the init script make the dalvik-cache directory there instead of on cache (I haven't looked at your new boot image so maybe you're doing that already.. I'll see what I can do anyway).
Edit: Oh okay I understand now.. /cache/dalvik-cache is used for system/framework and /data/dalvik-cache is used for installed apps. Just modify init.rc so it also makes a dalvik-cache directory in /data and that should work fine.
Forgot to mention.. the home and search keys still don't work on my phone. Can you confirm that they work on yours? Turns out it was because google apps wasn't installed. Weird!
Edit: Oh okay I understand now.. /cache/dalvik-cache is used for system/framework and /data/dalvik-cache is used for installed apps. Just modify init.rc so it also makes a dalvik-cache directory in /data and that should work fine.
Forgot to mention.. the home and search keys still don't work on my phone. Can you confirm that they work on yours? Turns out it was because google apps wasn't installed. Weird!
Re: [CyanogenMod6.1][Alpha2 available]
Yes that's what I was planning to do but posted accordingly the code on 1st post to make it in terminal for now. Maybe I could also implement DalvikCache2Cache script later. You have any clues for the audio yet? I also got camera now fixed partially. Also scripts at system/etc/init.d/* need to be inspected. Dunno if I have much time today to focus on all that. Let me know if you have been able to do some work (no need to do it twice). Thx in advance
Re: [CyanogenMod6.1][Alpha2 available]
I'm not sure about the audio.. you may have a way of getting it working but I think because the vision uses some different hardware (aic3254 codec and tpa2051 amp) and also requires the htc acoustic lib it won't work, and the old huawei libs are prelinked to some other libs like libandroid_servers.so so they won't work without the correct dependencies (and unless I'm mistaken by satisfying these dependencies it just breaks everything else).
I'm thinking we need to build the msm7x30 audio libs from here PLEASE REGISTER TO SEE EXTERNAL LINKS.
I'm thinking we need to build the msm7x30 audio libs from here PLEASE REGISTER TO SEE EXTERNAL LINKS.
86 posts
• Page 1 of 5 • 1, 2, 3, 4, 5
Return to Ideos X5 / U8800 / blaze
Who is online
Users browsing this forum: No registered users and 1 guest



