Related
The buildbot has started building the Cm6 nightlies again. Which is awesome for those of us that like to test the latest CM fixes/features.
Problem is the kernel or boot is whacky.
So make a
nandroid of your RC3 and then
wipe/flash nightly
advanced nandroid restore and restore the BOOT: from your RC3.
Cyanogenmod specific forums have a nightly discussion going as well.
http://forum.cyanogenmod.com/topic/3579-nightlies-discussion-of-nightlies/
thanks for the boot tip man, I couldn't get it loaded.
Anything noticably different?
Good call dood, thanks for the tip. I'm wondering if PSX4Droid is working on the latest Nightlies as it was working on old Nightlies but not on RC3. Not sure what this is related to. But I'll try it and report back, if anyone else is wondering.
Thanks!
Funkwheat said:
Good call dood, thanks for the tip. I'm wondering if PSX4Droid is working on the latest Nightlies as it was working on old Nightlies but not on RC3. Not sure what this is related to. But I'll try it and report back, if anyone else is wondering.
Thanks!
Click to expand...
Click to collapse
Do hydra/king kernels still cause lock up
Sent from my ADR6300 using XDA App
Confirmed psx for Droid works with nightly.
Sent from my Incredible using XDA App
TrailBlazer31 said:
Confirmed psx for Droid works with nightly.
Sent from my Incredible using XDA App
Click to expand...
Click to collapse
Hmmm.. It's not working for me.
Edit: Nevermind, yes it is. =P
Freakin' sweet! Audible works now
Anyone test sling player?
-Sent from your mom's phone.
updated power control widget is perfect. Also noticed when I hold down power and choose reboot there are options to go right into recovery from there. Pretty sweet, don't recall that in RC3 ?? (or did I miss it?)
Bluetooth audio still doesn't stream with my car radio though (all other 2.1 and 2.2 roms do so fine). Although I wonder if we need to wait for one that actually boots with it's own boot.img?? Isn't the kernel in there?
Any updates regarding emmc?
Sent from my ADR6300 using XDA App
Has the latest nightly addressed the choppy bluetooth audio?
I could not get past the white 'htc inc' screen. Is s-off required?
Sent from my Incredible using Tapatalk
read the first post
BlazeD OnE said:
read the first post
Click to expand...
Click to collapse
Sorry and thx!
Sent from my Incredible using Tapatalk
no need for apologizes, and your welcome
8-23 is on rm
So, what's up with the browser FCs? Any better?
JC
hydrored said:
8-23 is on rm
Click to expand...
Click to collapse
oh snape!
**EDIT**
BOOT is still b0rked for me so looks like we still have to adv restore it from RC3.
if you advanced nandroid restore your BOOT then you will be ok
the kernel is whacked
Is it possible to create a incredible ROM using the stock AOSP Froyo source.
I've done alot and have a running build.... but with problems. Mainly the touch screen registers no input, adb cannot find device to debug, and no VZW carrier signal.
Sent from my ADR6300 using Virtuous 1.7 through XDA App
See Ruby and cyanogen.
linuxmotion said:
Is it possible to create a STABLE incredible ROM using the NEW stock AOSP Froyo source.
I've done alot and have a running build.... but with problems. Mainly the touch screen registers no input, adb cannot find device to debug, and no VZW carrier signal.
Sent from my ADR6300 using Virtuous 1.7 through XDA App
Click to expand...
Click to collapse
There, FTFY...
I see.. stable being the issue.
I would like to not use use another ROM such as CM. I want to create my own, completely worked from the ground us. Of course I would add proprietary binaries to get features to work.
Any ideas why touch support is not enabled, or working in my build. Along with adb.
Sent from my ADR6300 using Virtuous 1.7 through XDA App
I don't know the how or the why, but AOSP touchscreen drivers seem to be different. You can make your touchscreen work by loading an AOSP kernel. As far as I know, adrynalyne, KingKlick, and Koush are the only folks who have written them. Install one of those and I bet you'll be good to go.
That could be the problem. I'm running HTC's stock kernel. I'll give it a whirl and see if that's it. I do have time to resolve this issue so I'll keep posting back.
Sent from my ADR6300 using Virtuous 1.7 through XDA App
HTC enables touch support in their framework. You must take additional steps to enable it in the kernel.
Thank you for the quick replies. Using kingskernel, touch was enabled but I have major UI problems. Hmmm maybe getting adb working should be my next step. Then I'll be able to debug it and potentially find my problem and resolve it. Anybody got any links or a direction to look.
Sent from my ADR6300 using Virtuous 1.7 through XDA App
Going to leave this thread in Dev since it is directly asking about creating kernels and whatnot.
@OP: Please edit the title to better reflect what you are looking for.
Anybody know how to add a carrier to a ROM (VZW). Adb might not work because I cannot enable it under settings due to UI problems. I'll upload the ROM if some of you want... still has MAJOR problems and no network access
I'm working to get a dev phone So I can work on the problems more. Flashing my own puts me out for hours sometimes.
Sent from my ADR6300 using Virtuous 1.7 through XDA App
adrynalyne said:
HTC enables touch support in their framework. You must take additional steps to enable it in the kernel.
Click to expand...
Click to collapse
What might these steps be. Do you have a link or the steps you took. Pm if you like. Ty
Sent from my ADR6300 using Virtuous 1.7 through XDA App
If anydoby would like to see the build follow this link to youtube. i've uploaded the video to show whats happening.
http://www.youtube.com/watch?v=kfEYyc9HOVY
linuxmotion said:
Anybody know how to add a carrier to a ROM (VZW). Adb might not work because I cannot enable it under settings due to UI problems. I'll upload the ROM if some of you want... still has MAJOR problems and no network access
I'm working to get a dev phone So I can work on the problems more. Flashing my own puts me out for hours sometimes.
Sent from my ADR6300 using Virtuous 1.7 through XDA App
Click to expand...
Click to collapse
usb debugging is enabled by default using the default.prop file in the ramdisk. this is what the file should look like.
Code:
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=0
ro.allow.mock.location=0
ro.debuggable=1
persist.service.adb.enable=1
ihtfp69 said:
usb debugging is enabled by default using the default.prop file in the ramdisk. this is what the file should look like.
Code:
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=0
ro.allow.mock.location=0
ro.debuggable=1
persist.service.adb.enable=1
Click to expand...
Click to collapse
Thanks that worked perfectly. I see I'm having a problem with egl. Specificly with no matching libgles config. Here is an attached adb file for anyone that want to review it. It's about 8 MB so i zipped it down to about 600KB
Sent from my ADR6300 using Virtuous 1.7 through XDA App
linuxmotion said:
Is it possible to create a incredible ROM using the stock AOSP Froyo source.
I've done alot and have a running build.... but with problems. Mainly the touch screen registers no input, adb cannot find device to debug, and no VZW carrier signal.
Sent from my ADR6300 using Virtuous 1.7 through XDA App
Click to expand...
Click to collapse
Yes this is possible, you need use the right driver. I have gotten it to work. When power is back I can tell you which one.
Sent from my Droid Incredible running Ruby
I tried a new generic inc build that has touch support thanks to kingskernel but has no touch button support. I'm going to try some of his others kernels, then CM kernel. I'm thinking this may be in the kernel area. Any ideas on how to remedy that.
Oh haptic feedback is working for the buttons. It just doesn't register intents. Maybe a permissions error?
Sent from my ADR6300 using Virtuous 3.01 through XDA App
First off, you must understand:
NONE OF THIS IS MY OWN WORK UNLESS MARKED:
I am running a (im-ns-ho) AWESOME theme + rom combo
I love the Droid X, and love the Ninjablur look
Now, I know that jdkoreclipse published a testing-version of Ninjablur for Incredible, but it is almost UNUSABLE.
Here you go:
To download the files, check my shared MediaFire folder: link
For the launcher, I use HElauncher, FOR NOW: find on market and set up to use Ninja or Blur setting.
I am awaiting response from HandlerExploit to integrate it into the ROM.
For lockscreen - Droid 2 Metamorph (Also in the folder)
CREDITS:
CyanogenMod team for the base rom
HandlerExploit for HElauncher
Droid*Life people for the Lockscreen
Google for the GAPPS
HTC for making an AWESOME phone
And all others (PM me if you want to be added)
Screenshots in a day.
Now, the part that is MY work:
In a day or two, I will post two things:
A PB31IMG with a Splash1 of my HTC + Verizon + Snapdragon i posted awhile back.
**UPDATE**
I have been having some problems encoding the images (NBIMG issues)
And, a reworked Atrix 4G bootscreen, with a VZW animation at the end, instead of the AT&T one. But, sometimes, due to rapid rom boot time, you cannot see the VZW part, because boot finishes first.
OVERCLOCKS WELL WITH ZIGGY'S LATEST KERNEL
Good luck with the rom.
I'm confused. Are you providing links to the theme only? Because technically this belongs in themes then. Also post some screenshots for a better idea. I would love to use cm6.1 but for some reason I have weird connectivity issues with Sirius app last time I used it.
Sent from my ADR6300 using XDA Premium App
Id update to CM7 RC2.....
davwman said:
I'm confused. Are you providing links to the theme only? Because technically this belongs in themes then. Also post some screenshots for a better idea. I would love to use cm6.1 but for some reason I have weird connectivity issues with Sirius app last time I used it.
Sent from my ADR6300 using XDA Premium App
Click to expand...
Click to collapse
When I get the time, I will build the theme and the d2 lockscreen into the rom. (Then it will fit in here, right?) And, I am thinking about a CM7 RCx version, but it does oddball stuff to my music, so I will fix what I have first. I have updated the OP with this, and the GAPPS link. ETA of 1-2 days depending on schoolwork.
UPDATE - 12:30 Tuesday
wdfowty said:
Good luck with the rom.
Click to expand...
Click to collapse
Thanks, man.
davwman said:
I'm confused. Are you providing links to the theme only? Because technically this belongs in themes then. Also post some screenshots for a better idea. I would love to use cm6.1 but for some reason I have weird connectivity issues with Sirius app last time I used it.
Sent from my ADR6300 using XDA Premium App
Click to expand...
Click to collapse
What do you use now? Possibly, when I finish this, if it is AOSP, I could port?
ACD168 said:
Id update to CM7 RC2.....
Click to expand...
Click to collapse
Working on it... get this part done first!
Downloading now. Let you know how it goes.
Links are dead
Download links please............
When I am at a pc, I will work on it.
Sent from my ADR6300 using XDA App
This rom is good! Especially with ziggys latest kernel.
Sent from my ADR6300 using XDA Premium App
screen shots please?
im so friggin confused..what is this?
a rom??
a theme??
a wip??
SoCalSpecialist said:
im so friggin confused..what is this?
a rom??
a theme??
a wip??
Click to expand...
Click to collapse
Yes!
Sent from my ADR6300 using XDA Premium App
keith.mcintyre26 said:
Yes!
Sent from my ADR6300 using XDA Premium App
Click to expand...
Click to collapse
EDIT:
nevermind i was able to figure out the ROM in about 3 mins.
its stable..thats the truth..just a bit too outdated for my blood. on the lookout for updates
UPDATE
Numero Uno:
I am testing a patch that replaces the stock Music app with the Honeycomb version or the Connected Music App from Motorola (Provides a BLUR-ish widget) PM me if interested
Numero Dos:
SLCD has unknown results with the music apps, so indicate in your PM.
Numero Tres:
If you are having issues, try Amon RA 1.8.1. Its the official recovery of Nascar.
Thanks in advance,
Whatsup jdkoreclipse. Hows your expulsion from every forum going? I know its you.
HTC Incredible Rooted 2.3.3 running Cyanogenmod7 Nightlies
Kernel -Chad's incredikernel 2.6.37
Recovery - Amon-Ra
Hboot - .92
Baseband - 2.15.00.07.28
TheIncredibleJ said:
Whatsup jdkoreclipse. Hows your expulsion from every forum going? I know its you.
HTC Incredible Rooted 2.3.3 running Cyanogenmod7 Nightlies
Kernel -Chad's incredikernel 2.6.37
Recovery - Amon-Ra
Hboot - .92
Baseband - 2.15.00.07.28
Click to expand...
Click to collapse
+1
HAHA!
Not sure why you think I'm him. Frankly, his kernels SUCK. And his roms are not much better.
Sent from my HTC Shadow using XDA App
alanthemanofchicago said:
Not sure why you think I'm him. Frankly, his kernels SUCK. And his roms are not much better.
Sent from my HTC Shadow using XDA App
Click to expand...
Click to collapse
Well played, j
is cwm coming to revo through rom manager
Yes.
Indeed.
Please do not post questions in the development forum
Moving to general
Sent from my Dell Streak using XDA Premium App
i tried installing rom manager a while back, but it keeps failing
mursepaolo said:
i tried installing rom manager a while back, but it keeps failing
Click to expand...
Click to collapse
ROM manager is not compatible with the CWM or Decrapifyed ROM available for the Revolution.
Sent from my VS910 4G using XDA App
chevyracen said:
is cwm coming to revo through rom manager
Click to expand...
Click to collapse
Not yet, but it is coming to RevoToolkit
I'm still working on it though.
You are my new favorite person
Never been a fan of Rom manager
Why can't we get this in the official list of supported phones? I've have had and used ROM manager for years. I still look all the time to see if its made it yet.
"Home-Less and happy"
K0G said:
Why can't we get this in the official list of supported phones? I've have had and used ROM manager for years. I still look all the time to see if its made it yet.
"Home-Less and happy"
Click to expand...
Click to collapse
I don't think you'll ever see the Revo published through ROM manager. There was discussion of it early on, but last I heard it was a no-go. Perhaps that would change with the release of CM, but that's doubtful as it's a port, and not a build from source.
Is there anyone currently testing JB builds that is able to test USB OTG if I were to (try to) enable it in a JB kernel, especially someone on PAC?
I enable this for sense 4.1 devchun
It work for me but wifi and some module don't work after that. Don't have enough skill about kernel so I post in general section if anyone compile maybe wifi work after that.
About aosp kernel. I'm not sure if support otg host. Did you have any source ? I will test
Sent from my HTC Raider X710e using xda app-developers app
Do you test the JB roms out? If you're running PAC I have a kernel you can try out that should have OTG enabled. I just don't have a cable handy to test it.
I have pac and I have cable. I can test
Send me kernel
Kernel is for holiday ?
Sent from my HTC Raider X710e using xda app-developers app
Here's the kernel that should have OTG enabled.
It is indeed built against PAC for Holiday. Should have all of Homestyle's latest fixes in it as well.
If you can confirm this works, I'll submit the patch to Homeslice/h8 for inclusion in future PAC/PA/CM10 builds.
no it doesn't work.
i attach 2 screenshot. for sense base kernel that i change(worked) and your kernel (not work)
i test on a hard disk with 3 ntfs partition with an app to mount ntfs partition (paragon ntfs)
l0000l said:
no it doesn't work.
i attach 2 screenshot. for sense base kernel that i change(worked) and your kernel (not work)
i test on a hard disk with 3 ntfs partition with an app to mount ntfs partition (paragon ntfs)
Click to expand...
Click to collapse
Thanks. I can't see your screen shots though... I see there's an attachment but there are no images displaying.
i attach 2 pic in attachment (.png)
can you see at my post in general.
need some help for kernel compile
l0000l said:
i attach 2 pic in attachment (.png)
can you see at my post in general.
need some help for kernel compile
Click to expand...
Click to collapse
How exactly did you add it? It will help unless aosp is different
Sent from my HTC Vivid 4G
I think I figured out what I was missing, and am building again. I'll have a new kernel to try out either tonight or tomorrow.
Thanks for testing this for me 10001!
ZeRo2o9 said:
How exactly did you add it? It will help unless aosp is different
Sent from my HTC Vivid 4G
Click to expand...
Click to collapse
I make a thread in general section 'who can compile kernel for me' if you have knowledge about compiling can you compile it.
When I compile it. Some modules like wifi not works
Sent from my HTC Raider X710e using xda app-developers app
Please pm me leatest kernel source with all fix for cm10. Maybe I can enable otg host
Sent from my HTC Raider X710e using xda app-developers app
l0000l said:
When I compile it. Some modules like wifi not works
Sent from my HTC Raider X710e using xda app-developers app
Click to expand...
Click to collapse
You also have to build your modules. Look that step up, but it should be something like "make modules" or "make module modulename.ko". That should fix your wifi.
Here's the new kernel to test out if you'd be so kind.
(by the way, just check out Dev Chun's commits on github if you want to see what needs to be done. http://github.com/DevChun)
don't work again.
can i see this kernel source ?
see attachment. otg in sense kernel will work with this files
l0000l said:
don't work again.
can i see this kernel source ?
see attachment. otg in sense kernel will work with this files
Click to expand...
Click to collapse
I have made the same changes to those two files as per Dev Chun's commit notes.
Here are my c files. Maybe I'm missing something that needs to be done besides was was done in the change.zip. If I'm missing anything, let me know. The rest of the kernel source can be found at https://github.com/htc-msm8660/android_kernel_htc_msm8660
i'm working on it. try to add otg to this kernel
i try and try but can't do for this. some guys says aosp kernels don't have usb driver needed for otg.
maybe h8 can do this. he made this for OneX before
Okay, so I found the drivers for OTG. I'm going to patch them into the kernel tonight, along with the code already present to enable it. I will also incorporate the changes required to fix the mass storage issue, or use Homeslice's fix of replacing the entire driver if I can't get it by cherry picking fixes. Hopefully the next post on here from me with be one with a kernel that has both the mass storage fix, and OTG.
what happend ? did you succeed ?