Related
I want to port Cyanogen Nightlies from the Hero, is there a guide online or perhaps someone here could explain how to do this?
Oh and if I port the most recent nightly does it include all of the old ones or do I need to port each one?
Why not install one of the existing ROMs? KaosFroyo is popular and a CM6 ROM.
I use CyanogenTazz, I just would like to be able to port the nightlies onto it.
Hungry Man said:
I use CyanogenTazz, I just would like to be able to port the nightlies onto it.
Click to expand...
Click to collapse
would this help?
http://forum.xda-developers.com/showthread.php?t=737526
It does actually, thank you.
Hungry Man said:
It does actually, thank you.
Click to expand...
Click to collapse
No problem man, definetly let us know if you get it up and running...
Hi guys,
I'm learning to compile CM roms. And we have (on our device) developer who has stopped working on it (CM10 jelly bean). And I want to ask if it will be "just" fix this rom. Thanks for the reply.
Sorry for my bad english
Mlopik said:
Hi guys,
I'm learning to compile CM roms. And we have (on our device) developer who has stopped working on it (CM10 jelly bean). And I want to ask if it will be "just" fix this rom. Thanks for the reply.
Sorry for my bad english
Click to expand...
Click to collapse
We need to know the errors you are encountering before we can help you fix them.
thewadegeek said:
We need to know the errors you are encountering before we can help you fix them.
Click to expand...
Click to collapse
OK, but How do I find the errors?
Mlopik said:
OK, but How do I find the errors?
Click to expand...
Click to collapse
Well follow the steps in the following link and let us know where you get stuck.
http://forum.xda-developers.com/showthread.php?t=1762641
thewadegeek said:
Well follow the steps in the following link and let us know where you get stuck.
http://forum.xda-developers.com/showthread.php?t=1762641
Click to expand...
Click to collapse
You will have to change a few of the steps in the above linked thread, that is for pure aosp and you want cm10...
(Just need to change the "repo init...." part to cm10 repo)
Then follow rest of that thread but also add a kernel tree to the working folder
Sent from my HTC PH39100 using Tapatalk 2
mg2195 said:
You will have to change a few of the steps in the above linked thread, that is for pure aosp and you want cm10...
(Just need to change the "repo init...." part to cm10 repo)
Then follow rest of that thread but also add a kernel tree to the working folder
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
I would actually say start off with a prebuilt kernel if possible, just to rule that out in the debugging process. Once he has a build able device tree he can add inline kernel building. Thanks for the catch though, I forget dastin's guides aren't for CM.
I got stuck at step five. I do not know how to install adb drivers. : (
Mlopik said:
I got stuck at step five. I do not know how to install adb drivers. : (
Click to expand...
Click to collapse
Step 5 is installing the repo...is that what you meant? Just do the commands in a terminal
(Android SDK in step 1 installs adb...)
Sent from my HTC PH39100 using Tapatalk 2
mg2195 said:
Step 5 is installing the repo...is that what you meant? Just do the commands in a terminal
(Android SDK in step 1 installs adb...)
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
I'm already on "How to add a device to the list" (Step 3). can i use on the CM10 this? https://github.com/Blefish/android_device_huawei_u8800
It would suffice to fix bugs me on this http://www.mediafire.com/?m6sy82bufgdjok5 . BOOTLOOP . I do not know how I find a problem and fix it. Please advise, I do not want to create a new rom when it's done, just needs to be fixed. :crying: :crying: :crying:
i read this about logcat: http://forum.xda-developers.com/showthread.php?t=1726238 and about applications (Alogcat, Catlog). But these applications are the devices that are going to run. CM10 on huawei u8800 has a bootloop. How fix it?Would that work on my computer? with linux or windows? Please reply fast.
Mlopik said:
I'm already on "How to add a device to the list" (Step 3). can i use on the CM10 this? https://github.com/Blefish/android_device_huawei_u8800
Click to expand...
Click to collapse
I'm not an expert on device trees but I'm pretty sure you need a jellybean (not ics) device tree...and your device is the u8800?
Also what are you using for kernel source? Or if using a prebuilt what kernel? Is made for jellybean...or ics like your device tree?
Mlopik said:
i read this about logcat: http://forum.xda-developers.com/showthread.php?t=1726238 and about applications (Alogcat, Catlog). But these applications are the devices that are going to run. CM10 on huawei u8800 has a bootloop. How fix it?Would that work on my computer? with linux or windows? Please reply fast.
Click to expand...
Click to collapse
http://wiki.cyanogenmod.com/wiki/Logcat
Sent from my HTC PH39100 using Tapatalk 2
mg2195 said:
I'm not an expert on device trees but I'm pretty sure you need a jellybean (not ics) device tree...and your device is the u8800?
Also what are you using for kernel source? Or if using a prebuilt what kernel? Is made for jellybean...or ics like your device tree?
http://wiki.cyanogenmod.com/wiki/Logcat
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
It's for ics, but I ask if I can use this to the jelly bean, I guess not, huh? Huawei u8800 (Ideos x5) already has a jelly bean, but he needs to fix bootloop and more .. such as wifi, bluetooth, ... I'll try to fix it, but I need advice from you how to do it, if not corrected bootloop and the device can not start. So how do I do it. Please advise.
I will install CM10 for Huawei u8800, then run phone (starts a loop) and then connect my phone to pc and I type in the terminal "adb logcat", is that correct?
Mlopik said:
I will install CM10 for Huawei u8800, then run phone (starts a loop) and then connect my phone to pc and I type in the terminal "adb logcat", is that correct?
Click to expand...
Click to collapse
Assuming you have android SDK installed yes, but type this instead "adb logcat > logcat.txt" that way it saves it to a .txt file you can upload
Your bootloop is likely caused by using ice repos instead of jb...mainly in kernel source
Sent from my HTC PH39100 using Tapatalk 2
mg2195 said:
Assuming you have android SDK installed yes, but type this instead "adb logcat > logcat.txt" that way it saves it to a .txt file you can upload
Your bootloop is likely caused by using ice repos instead of jb...mainly in kernel source
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
Well all the problems appear to me and how to fix? I mean how.
Mlopik said:
Well all the problems appear to me and how to fix? I mean how.
Click to expand...
Click to collapse
It helps to get that logcat...it may or may not help...but it will hopefully give you a starting point for fixing by telling you what is wrong
Sent from my HTC PH39100 using Tapatalk 2
mg2195 said:
It helps to get that logcat...it may or may not help...but it will hopefully give you a starting point for fixing by telling you what is wrong
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
Ok, but how to fix it? Is there (for this) a program or something?
mg2195 said:
It helps to get that logcat...it may or may not help...but it will hopefully give you a starting point for fixing by telling you what is wrong
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
If you have facebook, come on facebook. It will be better.
Mlopik said:
If you have facebook, come on facebook. It will be better.
Click to expand...
Click to collapse
For privacy reasons I'm gonna have to say no
Sent from my HTC PH39100 using Tapatalk 2
Hi,
I have a serious problem with my HTC evo 3D. I have a message :
unfortunately system ui has stopped
and when i make OK, the htc reboot and the same problem.
Thank's a lot
Please don't open threads like this here and post randomly in other threads. Go ask your question in the right forum. This is what the Q&A forum is for.
And if you do, make sure to provide more info, such as the rom and kernel you are running. Also make sure to mention what you changed to the phone directly before you got this error.
Thanks
https://www.youtube.com/watch?v=JmvCpR45LKA&feature=youtube_gdata_player
-----------------------------------------------------
Sent from my HTC EVO 3D
Gangnam CM10 with ButteredToast RLS14.3
-----------------------------------------------------
jcsy said:
https://www.youtube.com/watch?v=JmvCpR45LKA&feature=youtube_gdata_player
-----------------------------------------------------
Sent from my HTC EVO 3D
Gangnam CM10 with ButteredToast RLS14.3
-----------------------------------------------------
Click to expand...
Click to collapse
hahahahahahahahahaha, this video never gets old.
Hey mamoune, how is this a development thread?
olysmen said:
hahahahahahahahahaha, this video never gets old.
Hey mamoune, how is this a development thread?
Click to expand...
Click to collapse
They never learn
BRK666 said:
They never learn
Click to expand...
Click to collapse
He is developing the knowledge to post inthe right sectionlol
Lol, some n00bs never learn
Btw... Your post is the most useless **** unless you specify your bootloader(s-off or not, version), rom, kernel, recovery etc...
Sent from my shooteru using xda premium
REPORTED THREAD. learn it, n00b.
here is a toturial how to solve the problem http://www.youtube.com/watch?v=oHg5SJYRHA0
mamoune said:
Hi,
I have a serious problem with my HTC evo 3D. I have a message :
unfortunately system ui has stopped
and when i make OK, the htc reboot and the same problem.
Thank's a lot
Click to expand...
Click to collapse
Please give a more detailed information about your problem. What have you done before you started getting FCs? What ROM are you using? What's the state of your bootloader (S-OFF, HTCDev unlock, locked)? Is your ROM rooted? And please post in the correct forum, unless you want to get bashed.
Please CyanogenMod for HTC Desire X, voices of support for this phone
http://forum.cyanogenmod.org/topic/65336-please-cyanogenmod-for-htc-desire-x/ :good::good:
Please do not write here, so as not to clutter up the forum, give only your voice to the CyanogenMod forum ..
Have a nice day
rogio2 said:
Please CyanogenMod for HTC Desire X, voices of support for this phone
http://forum.cyanogenmod.org/topic/65336-please-cyanogenmod-for-htc-desire-x/ :good::good:
Please do not write here, so as not to clutter up the forum, give only your voice to the CyanogenMod forum ..
Have a nice day
Click to expand...
Click to collapse
Dude, this thread is completely pointless. You have already made a thread like this. One is enough...
Sent from my awesome fridge
so I understand but people vote, so it may be worth, however, I am in comparison to the senior member was very small and some things I do not understand well yet so please bear with us.......I did not do it for publicity, but to help
rogio2 said:
so I understand but people vote, so it may be worth, however, I am in comparison to the senior member was very small and some things I do not understand well yet so please bear with us.......I did not do it for publicity, but to help
Click to expand...
Click to collapse
The first thread helped too...
Still no need for this thread.
We have only 12 votes ....:crying::crying:
+1
we hav 13 now !!
Another vote!
+1 here is mine.
Give thanks guys vote by clicking on the link to the CyanogenMod forum that they saw it.
rogio2 said:
Please CyanogenMod for HTC Desire X, voices of support for this phone
http://forum.cyanogenmod.org/topic/65336-please-cyanogenmod-for-htc-desire-x/ :good::good:
Please do not write here, so as not to clutter up the forum, give only your voice to the CyanogenMod forum ..
Have a nice day
Click to expand...
Click to collapse
I am sorry but the thread that is created is in the wrong region the forum is to discuss unofficial ports the correct thread is here that is a mod request forum. please make the necessary changes to first post.
Our weaker cousin (protodug) already has CM9
http://forum.xda-developers.com/showthread.php?t=2067161
What great luck we have.
:/
If only I knew how I could help...
Can anyone start a new port?? Lets debug it.
My repo sync will take lot of time
neXus PRIME said:
Our weaker cousin (protodug) already has CM9
http://forum.xda-developers.com/showthread.php?t=2067161
What great luck we have.
Click to expand...
Click to collapse
That's just the huawei g300 cm9 rom+libs and bins from official sense rom with stock kernel. Not source based.
hell_lock said:
Can anyone start a new port?? Lets debug it.
My repo sync will take lot of time
Click to expand...
Click to collapse
As i said i work on cm9, but not easy with this phone. I tried msm7x27 and msm7x27a configs but they gives error in some things...
atis112 said:
That's just the huawei g300 cm9 rom+libs and bins from official sense rom with stock kernel. Not source based.
As i said i work on cm9, but not easy with this phone. I tried msm7x27 and msm7x27a configs but they gives error in some things...
Click to expand...
Click to collapse
But if you download that desire v cm rom, decompile its kernel, get its ramdisk, rename the init.**.rc to protou and then repack with our device zImage, you get an almost booting cm9 kernel. I deleted my repos by mistake otherwise i would compile a cm9 build and flash this kernel to check boot.
@atis, do me a favour, compile with either 7227 or 7227a, just make a flashable zip, and try it with this kernel attached below,,,, just once,
Regards
or give me a cm9 zip which at least flashes properly, and i'll test the rest myself.
Regards
Is there any news about a CM9 build? Were you hell_lock able to create a working kernel?
I'm not asking for a ETA, just asking if anything changed. Otherwise, my apologies if I bothered any of you.
Thank you very much
Sent from my HTC Desire X using Tapatalk 2
has anyone looked at lge p700??? im attempting a device tree structure from it. Its my final and will be most elaborate attempt to boot cm9. Then i'll officially give up.
@ hell_lock & atis112, can u upload your in progress work(device tree) on git?? just so i can get some ideas.
Regards
neXus PRIME said:
has anyone looked at lge p700??? im attempting a device tree structure from it. Its my final and will be most elaborate attempt to boot cm9. Then i'll officially give up.
@ hell_lock & atis112, can u upload your in progress work(device tree) on git?? just so i can get some ideas.
Regards
Click to expand...
Click to collapse
All the best.. We are all looking forward to your success.
Regards,
navmad
Well yes I was successful in making the kernel boot. It still has stock features so I didn't release it yet. Btw my sources are there on github.
I will release my kernel on 22nd most probably . Right now I am having my exams
Sent from my HTC Desire X using xda app-developers app
Ey!! im new ... in developing ROMs. i av looked around bt ddnt find a rom port of htc one to i9100 s2!!
so i av decided to start developing one. here are some early pics...still work in progress!!! based on slim 4.2.2 and htc one!! HELP is needed!!.... wish list!! reviewed...and ADDED!!
code:sector said:
Ey!! im new ... in developing ROMs. i av looked around bt ddnt find a rom port of htc one to i9100 s2!!
so i av decided to start developing one. here are some early pics...still work in progress!!! based on slim 4.2.2 and htc one!!
Click to expand...
Click to collapse
Sweet as... but where's the pics?
Edit: now you say you've "reviewed and added a wish list". I still don't see any attachments, pictures or wishlist...
sorry 4 da dely!!..here are da pics....!!!
code:sector said:
sorry 4 da dely!!..here are da pics....!!!
Click to expand...
Click to collapse
Awesome!... Download link for the ROM? Can I download and flash?
Hopper8 said:
Awesome!... Download link for the ROM? Can I download and flash?
Click to expand...
Click to collapse
its not ready yet!! i will share the link as soon as its done..hopefully 2moro...!! still working
code:sector said:
its not ready yet!! i will share the link as soon as its done..hopefully 2moro...!! still working
Click to expand...
Click to collapse
Lovely. Have been looking for Sense for a while now to try.. I know it's not "real" sense.. hopefully it's better! Based on SlimBean 4.2.2 = perfect
code:sector said:
its not ready yet!! i will share the link as soon as its done..hopefully 2moro...!! still working
Click to expand...
Click to collapse
@code:sector.... any news on this?
sorry!
Hopper8 said:
@code:sector.... any news on this?
Click to expand...
Click to collapse
too many bug. its very unstable {framework} . i dumpd da project. working on another one.