[ROM][30 June] Jellybean for the One X [Nexus Port] [JB 4.1] - HTC One X

This is old. See this topic
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Banner thanks to Sebianoti​I've just noticed that this has made the XDA portal. It's been up on quite a few websites today that I've noticed, and I just wanted to say a big thank you to all the writers who have helped spread the word. If you are one of them, you're awesome!
This is a port of Jellybean, based off of the roms for the two nexus devices that were released yesterday. I'm working to add in all of the key features at the moment, and it's going pretty well, so you can probably expect to see some kind of Alpha release fairly soon.
It's based off the porting work done for CM9 for our phone in the topic here, with some help from randomblame in the #cyanogenmod-dev channel. (Thanks!)
Working
Core system with little to no crashes
Not working
Wifi
Radio
Audio
Camera
Ironically, the issue we've been trying to resolve with CM9 for this phone, the rotation bug, appears to be fixed here. Not sure whether to laugh or cry
Images
http://i.imgur.com/CgWMF.png
http://i.imgur.com/DLd2U.png
http://i.imgur.com/eQRbc.png
http://i.imgur.com/htOEO.png
http://i.imgur.com/ewQrl.png
http://i.imgur.com/y4R30.png
Video (Thanks to Vere850211)
http://www.youtube.com/watch?v=whavUiVkYq8
DOWNLOAD
Remember to flash the boot.img in the zip.
Progress log
Now based off of the Nexus 7 tegra rom. Things are running a lot smoother and with little to no crashes
Wifi firmware loaded, just need to get it talking with netd and we'll have wifi
I have been able to manually configure wpa_supplicant and it successfully scans for networks. The problem now is that the rest of Android seems to be having trouble communicating with wpa_supplicant.
To those PMing me asking about porting info: Don't expect there to be a simple cut and paste way to port. If you have no experience with porting or don't at least have an understanding of how android is structured, then I would advise you to read up before attempting this. I can provide targeted help if you have a specific issue, but I won't port it for you, and please don't be offended if I suggest you go do some reading.
If you still think you can do this, then here's a checklist of the major things you should look at to get it booting:
boot.img - Grab mine or any other jellybean boot.img, and pull the entire init.rc and init.traces.rc, and package it up with a cm9 boot.img
/system/lib/modules + /system/lib/hw - Modules must be brought across from a cm9 rom, and unless your device runs the same chipset as the base you're using (tegra for the n7, omap for the gn), you'll probably need to put all of the hw libs into there too
/system/etc/firmware + /system/vendor - You'll most probably need to pull both of these dirs into the rom
/system/lib/egl - You'll want all of the egl libs and egl.conf
Various /system/etc files - There's usually some configs, firmware, and other stuff in here
/system/lib - There's tons of files in here, a lot of which you'll need to bring over, and a lot of which you'll need to leave alone. Best advice I can give you is to find an open source cm9 tree for your device and check the proprietary-files.txt file
That's it. By now you should at least have it showing the boot animation. Now it's up to you and your debugging tools. strace is invaluable if you have a specific binary that doesn't want to load, it'll show you all of the system calls it makes and the errno if one gets set. Read through the logcat carefully and it'll probably tell you if you're missing any libraries or other files. Good luck.

Nice work so far! Can the 4.1 apps be ported back to 4.0.4?
This way we can use the new apps like the launcher and what not without using 4.1?

Holy S..t! That was fast .... Awesome work mate

can you take a screenshot on the multi-language keyboard please?
they said they have changed the way to switch between languages
thanks

i ported galaxy nexus dump
only bt, hw accel, sensors works for now.
need nexus7 system dump for fix others crap

thanks
wow that was fast! great work!

Woah, fast work there buddy, btw there is a proper stable Jellybean for Galaxy Nexus released now, would that help?

Sebianoti said:
Woah, fast work there buddy, btw there is a proper stable Jellybean for Galaxy Nexus released now, would that help?
Click to expand...
Click to collapse
It would, see mdeejay's post above, but like I said in the first post my interest basically stops here, I'm not really looking to maintain this rom.

tgascoigne said:
It would, see mdeejay's post above, but like I said in the first post my interest basically stops here, I'm not really looking to maintain this rom.
Click to expand...
Click to collapse
Understandable, no point continuing tbh until source is out

Sebianoti said:
Understandable, no point continuing tbh until source is out
Click to expand...
Click to collapse
Exactly, when the source is out we can have fully working builds rather than ugly cooked up things, and I'm willing to live with ICS until then.

I don't get it... there is no Blackscreen while roating bug...
Overall nice to see!
I also worked on that the whole night got it nearly bootet up, my ramdisk was fine, the bins of my sdk may where broken...

the|gamer said:
I don't get it... there is no Blackscreen while roating bug...
Overall nice to see!
I also worked on that the whole night got it nearly bootet up, my ramdisk was fine, the bins of my sdk may where broken...
Click to expand...
Click to collapse
Haha, you're right, there is no rotating bug! As I said, I probably couldn't have done it without help from the other SDK port that was done for another phone, if I'd known you were working on it too we could have worked together and had it done faster.

System dump here apparently
http://www.androidpolice.com/2012/0...ystem-dump-is-out-modders-start-your-engines/
Is that what you guys need or am I reading wrong?
Sent from my HTC One X using Tapatalk 2

The only System dump that is really helpful is the one for the Nexus 7 cause that is an Tegra 3 driven Device!
What we really want is the AOSP Sourcecode so we can build up a nice and clean build!

Ahh fair enough mate
Sent from my HTC One X using Tapatalk 2

the|gamer said:
The only System dump that is really helpful is the one for the Nexus 7 cause that is an Tegra 3 driven Device!
What we really want is the AOSP Sourcecode so we can build up a nice and clean build!
Click to expand...
Click to collapse
The 3.0 tegra kernel for the Nexus 7 is already in the AOSP repos as part of their legal obligation. The kernel is GPL licensed and the device was released today.

tgascoigne said:
The 3.0 tegra kernel for the Nexus 7 is already in the AOSP repos as part of their legal obligation. The kernel is GPL licensed and the device was released today.
Click to expand...
Click to collapse
So nvidia have released the source code for Tegra 3?
Cause i was reading a few weeks ago they had no intentions to do so, because it might release some code that's currently used as leverage against the competition.

Atrixx said:
So nvidia have released the source code for Tegra 3?
Cause i was reading a few weeks ago they had no intentions to do so, because it might release some code that's currently used as leverage against the competition.
Click to expand...
Click to collapse
Check out the kernel/tegra repo on aosp, theres a 3.1 (I believe) kernel source in there. Not sure on nvidia's stance.

Hmm... well there are some https://android.googlesource.com/kernel/tegra.git but they are from 15th of June...
I am checking them out and will look for a "nasaki" config file

good job .. great work! :cyclops:

Related

[DEV] Ice Cold Sandwich - Vision edition

Well, someone asked me to see if I would be interested in developing for the vision a few days ago. I have a vision as a backup phone. I thought I would give it a spin just to see if the latest builds I'm doing on IceColdSandwich (Lord's ace rom) for the vivo would spin up on the vision, and yeah it did tonight. Wasn't surprised, as I did 3.0 just for kicks and it booted some time ago. Just seeing if any devs here want to pool together and get it working for the vision.
It's actually on 5.1 with all the features in the DHD/vivo thread, just can't confirm if they are working. I didn't update the vendor blobs from the last time I tried building on vision and got a bunch of crashes, so I put it on hold that time, which is why you see the 4.3.
If you don't know what IceCold is, it's LorD's work in DHD section, has ICS 4.0.3, has panorama mode and front cam/video conferencing for vivo, bases with CM9 and AOKP commits, has twisted's camerahal source, existz' v8 prebuilts and other random stuff, whatever else I'm forgetting.
http://forum.xda-developers.com/showthread.php?t=1450962
http://forum.xda-developers.com/showthread.php?t=1508435
Here are just some initial shots to show it's working fine, just needs a little work. I don't really know if I have the time to manage this project, but I'm just here to tell you that it can be done and if you ask Lord I'm sure he's more than likely welcome to let you work on the vision. He's a nice guy and wouldn't mind seeing more people with a great version of ics. I maintain the vivo build and it's a lot of work to do another device, imo.
What's working from my random tests so far:
- Camera - twisted creds
- Panorama: yeah, credits are all on twisted's behalf here. Someone was requesting this from me earlier
- Camera Flash/flashlight
- Bluetooth likely, just toggled it on and it paired up with transformer
- OMX I think, tried a small video but I don't have internet on it to confirm
- Sound, haven't tested phone calls
- AOKP ROMControl stuff
What's not working (major)
- Wifi, probably wrong libs
- Mobile connectivity, I'm pretty sure it's the device mk's, I just threw together CM7 stuff on a whim
- Rotation, probably easy fix
- needs its own kernel - credits to andromaus/virtuous/etc that I tried
- USB mount, probably another easy fix
- ???
off to bed, getting late for the night
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sounds exciting...
Does this ROM properly reveal its own phone number?
One of the apps I'm using daily requires that, but none of ICS DZ build shows that for the app.. ..
Let me help you with that
Wifi: You forgot to change the modules folder with the kernel, you need to do that.
Mobile Data: You are messing with the wrong things, this should work out of the box since it is a DHD port.
Rotation: It has to do with Android.policy.jar use the file below. It goes in system/framework.
USB mount: Try using vold.fstab from system/etc/ from Andromadus.
Grab the boot.img from the file below, it's slightly more made for ice cold. Also place bcm4329.ko in system/lib/modules and replace what is currently there for wifi.
Credits go to Flinny for the kernel and bcm4329.ko, and cjward for the android.policy.jar.
Also don't use CM7 "stuff"....bad idea
Been working on porting this as well, has been some odd issues though
Thanks I'll check them out. It's not a port, it is a build from source.
kaijura said:
Thanks I'll check them out. It's not a port, it is a build from source.
Click to expand...
Click to collapse
I misunderstood =p
You may want to look into Andromadus hardware then and as for the rotation problem you may want to look at this: http://miuiandroid.com/community/threads/ics-physical-keyboard-phone-orientation-bug-fix.15623/ .
I was beginning to wonder if my post would go unnoticed! Thanks for this!!
Sent from my HTC Vision using XDA
Yay, another ICS ROM !
Thanks for the dev work. Another Dev working on another version of Vision ICS is just exciting.
Just saw that tazinator was going to do this in his build, that takes a load off my shoulders!
The source is here, for devs that are interested:
https://github.com/icecoldsandwich
Camcorder AND horizontal (the name I forget ) pictures??? This is going on my phone as soon as a build is posted.
Thanks to all!
kaijura said:
Just saw that tazinator was going to do this in his build, that takes a load off my shoulders!
The source is here, for devs that are interested:
https://github.com/icecoldsandwich
Click to expand...
Click to collapse
Taz now said that he's actually just going to stick to the andromadus base. It's great to see more development coming from any source for our phones . I think people would appreciate it a lot if you continued to work on this. At the same time, it's understandable if you don't wish to continue this ROM.
I'm pretty interested in this one and want to do more dev stuff...
You good devs should go assist in the development of sense 4.0 with taz haha that rom looks awesome.
Sent from my T-Mobile G2 using XDA
why? not everybody wants Sense....
SnowOokami said:
why? not everybody wants Sense....
Click to expand...
Click to collapse
I do not want sense
I got a port now from Ice cold sandwich, I just get the message "please insert simcard"
and the screen rotation is ****ed up, while I'm pretty sure I updated the right android.policy.jar
SnowOokami said:
why? not everybody wants Sense....
Click to expand...
Click to collapse
Yeah you're right.
The new sense just looks so cool haha.
Sent from my HTC Vision using XDA
Curious if the camera takes buggy pictures or not. Anyway, another dev working on the Vision is always a cool thing.
I gave the update 5.6 a try earlier today. It seems the new commits from IceColdSandwich aren't friendly with the current 2.6.35-ics vision kernels, which include Andromadus, Virtuous' and the CM9 Alpha one.
I also tried compiling a CM9 msm7230 kernel both off commits around the git campfire, and with existz' talon msm7230 configuration - both did not work with the latest ice cold revision. The last working version is 4.3, which was before the surfaceflinger changes.
Think the real problem has to do with SurfaceFlinger commits that are related to graphicbuffers. The only way around it is probably to either figure it out in the kernel or base the ROM on another ICS/CM9 source that is more kosher than IceColdSandwich.
FYI, most if all of the latest roms based off twistedumbrella's camerahal should have their photo problems fixed, and panorama working properly as well.
kaijura said:
I gave the update 5.6 a try earlier today. It seems the new commits from IceColdSandwich aren't friendly with the current 2.6.35-ics vision kernels, which include Andromadus, Virtuous' and the CM9 Alpha one.
I also tried compiling a CM9 msm7230 kernel both off commits around the git campfire, and with existz' talon msm7230 configuration - both did not work with the latest ice cold revision. The last working version is 4.3, which was before the surfaceflinger changes.
Think the real problem has to do with SurfaceFlinger commits that are related to graphicbuffers. The only way around it is probably to either figure it out in the kernel or base the ROM on another ICS/CM9 source that is more kosher than IceColdSandwich.
FYI, most if all of the latest roms based off twistedumbrella's camerahal should have their photo problems fixed, and panorama working properly as well.
Click to expand...
Click to collapse
Want me to give it a try?
Sent from my HTC Vision using XDA

[ROM][26-03-12][MIUI 4.0.3 base 2.3.23][V_V1.7][A_V1.1]

Introduction
This is my first ever rom that i have made (stable atleast) through many different attempts and tries i have finally got a working version of the latest MIUI V4 on our device.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credits
Virtuous team for the ICS base
Lenny_Kano for his Desire S Port
ajharvey for all the help and support
MIUI for everything
v1r0x for the android.policy fix
And anybody else who i have missed.
Working
Phone, SMS/MMS
Wifi, Bluetooth, GPS
USB Mass storage
MIUI Music App
Market and google apps
Headphones
Themes and Backup
Not Working
Camera in virtuous base
Version
Virtuous
V1.6
- Fixed the landscape issue thanks to v1r0x
V1.7
- Fixed data bug (virtuous build)
Download - MIUI_2.3.23_V1.6
Download - MIUI_2.3.23_V1.7
Andromadus
V1.0
- Initial Relase
V1.1
- Fixed Market (thanks to cnote74)
- Removed Geniewidget.apk
Download - MIUI_2.3.23_V1.0
Download - MIUI_2.3.23_V1.1
Disclaimer
Use at your own risk, i am by no means responsible for any damage you may incur whilst using this rom, you have been warned!!
Mods
Adreno libs - Flashable zip (only use on virtuous base as andromadus already has these)
Market 491 error, push these files to system/lib and change permissions to rw/r/r .. Thanks to cnote74 for the files
Does this have the adreno graphics libs? My one gripe with MIUI 4.0 ports is that they don't seem very smooth.
Edit: You might also want to post what's working and what's not.
Thanks for the rom! I'll flash this as soon as I get home from class!
nickeedoo said:
Does this have the adreno graphics libs? My one gripe with MIUI 4.0 ports is that they don't seem very smooth.
Edit: You might also want to post what's working and what's not.
Thanks for the rom! I'll flash this as soon as I get home from class!
Click to expand...
Click to collapse
Thread is still in process of developement, will update whats working and whats not in a few moments.
As for the adreno graphics, im using the virtuous base rom which is currently outdated compared to most so its probably just hardware accelerated graphics, i just wanted to get a stable build as this is my first rom, hopefully things will improve when i learn more
Wez:
I have been following the chatter on aj's thread. As I understand it this is essentially the same as his just with the lastest v4 updates?
Are you intending to differentiate from aj, or just release along side him as and when either of you are busy?
I realise that you have put a great deal of effort into this and don't want all your hard work to go out the window when aj releases his.
Sent from my HTC Desire Z using xda premium
MarkyG82 said:
Wez:
I have been following the chatter on aj's thread. As I understand it this is essentially the same as his just with the lastest v4 updates?
Are you intending to differentiate from aj, or just release along side him as and when either of you are busy?
I realise that you have put a great deal of effort into this and don't want all your hard work to go out the window when aj releases his.
Sent from my HTC Desire Z using xda premium
Click to expand...
Click to collapse
Nope mine and his version are completely different, im not sure as to what base aj uses but i use virtuous, i also use a different kernel, he has aroma installer were i remove as many apps as possible but maintaining the MIUI feel..
and most importantly he knows what hes doing were as this was my first rom in which there are a few bugs present
Unable to download, It routes me to my dropbox?
jefftet said:
Unable to download, It routes me to my dropbox?
Click to expand...
Click to collapse
How do i link to mine? im new to dropbox :/
just uploading to a mirror
Go into your dropbox, make sure that you put the file in your public section. Then click on it once and at the top copy public link. That is the link you use.
jefftet said:
Go into your dropbox, make sure that you put the file in your public section. Then click on it once and at the top copy public link. That is the link you use.
Click to expand...
Click to collapse
thanks, link updated
wez89 said:
thanks, link updated
Click to expand...
Click to collapse
still broken
jefftet said:
still broken
Click to expand...
Click to collapse
arghhh just uploading to a mirror.. link updated for sure this time
Also, post some screenshots in OP.. just a suggestion..
alcak4ever said:
Also, post some screenshots in OP.. just a suggestion..
Click to expand...
Click to collapse
will upload screens soon
wez89 said:
and most importantly he knows what hes doing
Click to expand...
Click to collapse
Love it
On a more serious note, I'm a huge fan of minimal apps. I would happily volunteer as a tester if you want/need one. I've had recent issues running ics and would be interested in helping improve things.
Sent from my HTC Desire Z using xda premium
MarkyG82 said:
Love it
On a more serious note, I'm a huge fan of minimal apps. I would happily volunteer as a tester if you want/need one. I've had recent issues running ics and would be interested in helping improve things.
Sent from my HTC Desire Z using xda premium
Click to expand...
Click to collapse
Thanks im the same i dont like apps i dont need hence youtube, maps, a few un-needed miui apps have been removed, personally it improves ram and storage capacity
There are a few things i need to fix and improve but im still in the learning stages, like i have said this is the first rom i have ever built and the only main things that dont work is the keyboard backlight (ICS bug not mine), camera (by default it should work with bugs present but mine FC's alot so im thinking im missing some drivers some where), and the last bug i have found is data doesnt work (i rarely use it so for me this rom is pretty stable)
Hope you get rid of the bugs.
The policy.jar fix is not from me. Just the decompile
but thanks for credit.
If you need help or something, just text me. Not much time for a rom at the moment but in the future I'd like to create a ICS rom
Sounds like you're not far off.
2 q's:
How are you finding the auto brightness (used due to keylight bug)? I have found it hit and miss with it jumping up and down. Plus I don't really understand the setting in cm9.
Second, I don't actually remember what I was going to say :$ it'll come to me.
Edit: I remember, are you using it with any sort of OCing? I'm not worried about upping the max, but I do like to try different governers.
Sent from my HTC Desire Z using xda premium
MarkyG82 said:
Sounds like you're not far off.
2 q's:
How are you finding the auto brightness (used due to keylight bug)? I have found it hit and miss with it jumping up and down. Plus I don't really understand the setting in cm9.
Second, I don't actually remember what I was going to say :$ it'll come to me.
Sent from my HTC Desire Z using xda premium
Click to expand...
Click to collapse
Thanks, and regarding the auto brightness i never use it, i always have it set fairly low, although as its on by default when i first flash i did notice it does jump up and down, isnt very reliable.
MarkyG82 said:
Sounds like you're not far off.
2 q's:
How are you finding the auto brightness (used due to keylight bug)? I have found it hit and miss with it jumping up and down. Plus I don't really understand the setting in cm9.
Second, I don't actually remember what I was going to say :$ it'll come to me.
Edit: I remember, are you using it with any sort of OCing? I'm not worried about upping the max, but I do like to try different governers.
Sent from my HTC Desire Z using xda premium
Click to expand...
Click to collapse
Not using any OC deamons at the moment but it is something il be adding as i like to set my own frequencies, which app is best to use, il incorporate it in the next build?

[ROM][6/04] Android Open Kang Project - otter - build 40 [4.0.4]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Check out the ROM Feature list here.
Check out the comprehensive FAQ by brainfire!
Newest change logs are available at the AOKP site
Make sure you're on TWRP
MAKE A BACKUP
wipe data/factory reset in recovery
flash ROM
flash Gapps
reboot
Thanks to Hashcode for the base tree and Kernel.
Find the latest Official releases here
http://android.encounterpc.com/stevespear426/aokp/otter/aokp_otter_build-40.zip
Find the latest Test Builds here
We spend countless of hours doing this for next to nothing. Posts, views, and donations encourage me, and everyone else who helps out.
Donate to Me
Donate to Roman
Donate to Whitehawkx
Donate to Jonathan Grigg
Donate to Zaphod-Beeble
Donate to ProTekk
Donate to CyanogenMod
Every donation is cherished and loved.
If you'd like to help contribute by writing code, feel free to stop by IRC and talk to us!
Check out the ROM source on github. Open source, in the spirit of community kangage.
If you'd like to help with AOKP, please don't hesitate to contact me. I'd love to get as many developers in on this as possible!
Best way to help out or contact us is via IRC.
Incase I need it later...
awesome!
Is it an official thread?
Because it really looks like the SGS official one .
Envoyé depuis mon GT-I9000 avec Tapatalk
this looks... AWESOME!!!!
Trojan38 said:
Is it an official thread?
Because it really looks like the SGS official one .
Envoyé depuis mon GT-I9000 avec Tapatalk
Click to expand...
Click to collapse
Yes... ;-) Good to see you over here.
There might be a wifi issue with the build bot build. I'm building my own as a bandaid while I fix the aokp source. So if that official build doesn't work I'll have one up soon. Sit tight boys. I'll get you one.
Nice, I can't believe AOKP team restarted adding new devices to the list of the officially supported ones since they said they won't. Good news, thanks for the thread .
Envoyé depuis mon GT-I9000 avec Tapatalk
Trojan38 said:
Nice, I can't believe AOKP team restarted adding new devices to the list of the officially supported ones since they said they won't. Good news, thanks for the thread .
Envoyé depuis mon GT-I9000 avec Tapatalk
Click to expand...
Click to collapse
I can be very persuasive ;-)
Check the test builds link for a build with working wifi. You guys can peak in there from time to time at your own risk. I post builds with stuff I'm working on that is ready for peeps to play with. They are built from my repo which means they have extra goodies too.
Stephen.k.spear said:
I can be very persuasive ;-)
Check the test builds link for a build with working wifi. You guys can peak in there from time to time at your own risk. I post builds with stuff I'm working on that is ready for peeps to play with. They are built from my repo which means they have extra goodies too.
Click to expand...
Click to collapse
Glad to see this over here, since I use your AOKP build on my Fascinate. Just curious, what kernel is this using? Most of the ICS ROMs for the KF are using Hashcodes' 3.x kernel (or a variation of it) as it enables things like hardware acceleration. I know the Fascinate ROM uses the Glitched kernel, so I was curious how that translated over to the KF.
Aesrys said:
Glad to see this over here, since I use your AOKP build on my Fascinate. Just curious, what kernel is this using? Most of the ICS ROMs for the KF are using Hashcodes' 3.x kernel (or a variation of it) as it enables things like hardware acceleration. I know the Fascinate ROM uses the Glitched kernel, so I was curious how that translated over to the KF.
Click to expand...
Click to collapse
Hashcodes kernel it's the best kernel for the fire right now so we are using that. If we decide to get glitchy we will probably push changes his way and let him do his thing. No point in remaking the wheel.
Sent from my Glitched AOKP Unicorn.
Looks nice
this looks very nice. What are the current issues (as of 5/24/12)? Sorry if this is a repeat.
Im very nervous about flashing a rom
Stephen.k.spear said:
Hashcodes kernel it's the best kernel for the fire right now so we are using that. If we decide to get glitchy we will probably push changes his way and let him do his thing. No point in remaking the wheel.
Sent from my Glitched AOKP Unicorn.
Click to expand...
Click to collapse
Thank you, that's kind of what I figured. It's working really well for me so far. Great job once again.
melmantheman said:
this looks very nice. What are the current issues (as of 5/24/12)? Sorry if this is a repeat.
Im very nervous about flashing a rom
Click to expand...
Click to collapse
I think the Build bot build (Official Build has wacky wifi due to an old kernel) The test build I put up has everything working but usb as far as I can tell. It's my wifes kindle so I only get it at night when she goes to sleep to work on it...
I'll be pushing the updated Hashcode kernel to AOKPs gerrit tonight so the Official build bot will put out good builds from here on out.
Stephen.k.spear said:
I think the Build bot build (Official Build has wacky wifi due to an old kernel) The test build I put up has everything working but usb as far as I can tell. It's my wifes kindle so I only get it at night when she goes to sleep to work on it...
I'll be pushing the updated Hashcode kernel to AOKPs gerrit tonight so the Official build bot will put out good builds from here on out.
Click to expand...
Click to collapse
Thank you. There's a couple of things I noticed might be missing (or maybe different between CM9 and AOKP):
1. I can't find the Hold Back to Kill option anywhere. I know it's on the Fascinate build, so I'm probably just missing it.
2. On the CM9 roms I've used (like the stock one Hash uses with his kernel), there's an option to Hide Status Bar (I think it's typically somewhere under Display). It allows a few apps to actually use full screen (Netflix and Google Play Books are two I can think of). Without the option, the buttons on the status bar basically become dim circles, but are still present. Not really a big deal, but thought I'd mention it.
Thanks again for the great work.
Aesrys said:
Thank you. There's a couple of things I noticed might be missing (or maybe different between CM9 and AOKP):
1. I can't find the Hold Back to Kill option anywhere. I know it's on the Fascinate build, so I'm probably just missing it.
2. On the CM9 roms I've used (like the stock one Hash uses with his kernel), there's an option to Hide Status Bar (I think it's typically somewhere under Display). It allows a few apps to actually use full screen (Netflix and Google Play Books are two I can think of). Without the option, the buttons on the status bar basically become dim circles, but are still present. Not really a big deal, but thought I'd mention it.
Thanks again for the great work.
Click to expand...
Click to collapse
1) Romcontrol/Nav bar set long press to anything you want. Including kill app.
2) romcontrol/powermenu show navigation bar toggle. Long press power button press the little power button to hide/unhide
There are many many things different. Go exploring.
Sent from my Glitched AOKP Unicorn.
Was excited to try this out, flashed it and it booted up fine; unfortunately WiFi isn't working on my Kindle Fire .
DevonL said:
Was excited to try this out, flashed it and it booted up fine; unfortunately WiFi isn't working on my Kindle Fire .
Click to expand...
Click to collapse
Use the build from the test link the build bot isn't building the most up to date kernel... Already been stated.
Sent from my Glitched AOKP Unicorn.
Love AOKP on my RAZR and have tried a couple of AOKP roms from months ago that were kinda iffy. Glad to see the kindle supported officially (unlike cm9 yet) and as a crackflasher i appreciate the timely updates from the AOKP branch..Thank you for compiling this rom!!!
Wow, that means AOKF now officially supports KF?
linktohack said:
Wow, that means AOKF now officially supports KF?
Click to expand...
Click to collapse
Pretty sure they do..otter build 37?

Lollipop 5.0 CM12/Pure AOSP 11/24/14

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
WARNING: this is untested and i can not test it i am not held responsible for anything that happens to your device when flashing this.
Okay ive had allot more time for developing but i didn't want to do kernels i was gonna make a pure AOSP 5.0 lollipop build based on CM12/AOSP and i was slowly gonna make it more and more stock pure AOSP. But when i woke up and it was done building my Verizon HTC One decided to die on me so here's the first/untested build. Never tested straight from being built now this is mostly just plain CM12 i will be posting a new build with stock settings and more CM12 features removed.
I was slowly gonna merge this with pure AOSP and just use Cyanogenmod device tree/CM hardware components
If i get testers i will update this with more of a AOSP experience but if i don't get enough testers i will have to stop support until or if i can get my hands on a new VZW HTC One.
All the credit goes to Cyanogenmod team for there awesome work!
ALPHA DOWNLOADS
11/24/14-CM12-Unofficial link
CM12 Gaps here
XDA:DevDB Information
CM12/Pure AOSP 5.0 Lollipop 11/24/14, ROM for the Verizon HTC One
Contributors
gonzalezb, Cyanogenmod
Source Code: https://github.com/CyanogenMod
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: 5.28.605.2
Based On: AOSP Cyanogenmod
Version Information
Status: Alpha
Created 2014-11-24
Last Updated 2014-11-24
What's the point if you aren't going to test or fix issues? We already have a thread that is doing much more than this.
dbornack said:
What's the point if you aren't going to test or fix issues? We already have a thread that is doing much more than this.
Click to expand...
Click to collapse
I said if people test i will fix and update the ROM and i am trying to get a new HTC One to test on.
Thank you for this. CM is a little careless on their merging of commits. I will test tonight and report back.
Sign me up coach.
Testing.
I cant test but thanks for your work, I always appreciate a new developer. Thanks agian!
Be Supportive
This is a reminder only to post contributing material relevant to the thread topic.
If you can't do so, you will be deleted.
sudo rm badmembersmhbbq
Neo
Forum Moderator
IAmTheOneTheyCallNeo said:
This is a reminder only to post contributing material relevant to the thread topic.
If you can't do so, you will be deleted.
sudo rm badmembersmhbbq
Neo
Forum Moderator
Click to expand...
Click to collapse
I did contribute to it i changed code in it next update will have allot more changes and be more noticeable.
But i will remember that thank you.
andybones said:
Sign me up coach.
Testing.
Click to expand...
Click to collapse
Does it boot??? thank you for testing it i hope you enjoy using it as much as i enjoy building it.
gonzalezb said:
I did contribute to it i changed code in it next update will have allot more changes and be more noticeable.
But i will remember that thank you.
Click to expand...
Click to collapse
If you're changing source code then you should be maintaining your own git instead of just linking to CM. Especially considering you don't have an m7 to test with.
gonzalezb said:
Does it boot??? thank you for testing it i hope you enjoy using it as much as i enjoy building it.
Click to expand...
Click to collapse
It booted up fine. Call worked sms worked camera worked. That's all I got. Seemed nice and smooth but had to switch back to old rom because I'm on call and need something I know works for the night. I think your build is good I'm just a little paranoid about staying on something that I haven't used a lot. I will use it more later in the week and report back.
Sent from my HTC6500LVW using xda app-developers app
gonzalezb said:
Does it boot??? thank you for testing it i hope you enjoy using it as much as i enjoy building it.
Click to expand...
Click to collapse
It does boot indeed
although I am back on my ROM, thanks for the hard work.
disconnecktie said:
If you're changing source code then you should be maintaining your own git instead of just linking to CM. Especially considering you don't have an m7 to test with.
Click to expand...
Click to collapse
I will i am gonna slowly move it from CM to my own dont worry when i get a stable build ill have it all on my own github.
andybones said:
It does boot indeed
although I am back on my ROM, thanks for the hard work.
Click to expand...
Click to collapse
And you can say thanks when i actually do more to it i don't deserve that yet as its mostly cms work at the moment.
Seems to be working fine, though the front facing camera acts weird... Looks like a CM12 issue though as I tried santod's port too and it did the same thing.
Great job
Ive been using this since shortly after you released it, it appears to work fine. I even have the face unlock feature active and it works flawless.
dude, battery life on this is stellar. it blows cm12 out of the water. i use to hemorrhage battery at 8.1% per hour, with this i actually get deep sleep and dropped to about 2.6%
Good job on the build. Much better than i expected.
Everything seems to be working great, except Bluetooth. I can connect to my speaker and headphones fine, but when you play Pandora, it just keeps skipping to the next song and never plays. Google Music is wonky too. Many thanks for working on this ROM!
I'm having issues with the touch screen becoming unresponsive at times. Only way out is a hard reboot.
gonzalezb said:
I did contribute to it i changed code in it next update will have allot more changes and be more noticeable.
But i will remember that thank you.
Click to expand...
Click to collapse
My comment wasn't at all directed towards you!
Happy Thanksgiving everyone

[ROM][UNOFFICIAL][2/16/15][AOSPA][5.0.2] Paranoid Android 5.0-ALPHA1

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Paranoid Android 5.0​Hello friends, this is my unofficial build of Paranoid Android. I'll put information here when I think of stuff to put here...
About AOSPA​Paranoid Android is a custom ROM aiming to extend the system, working on enhancing the already existing beauty of Android and following the same design philosophies that were set forward by Google for Android Open Source Project.
Paranoid Android is often considered one of the most cutting edge ROMs. The team at PA more often than not brings everything to the table and more to boast tasteful design and elegant performance.
DOWNLOADS​Download AOSPA compiled for the E980 here:
[2/16/15]: http://goo.gl/iZ9Ghh
[1/25/15]: http://goo.gl/9TdxdS
Happy flashing friends, it took me a good amount of time to get this working, I hope you enjoy it. There's not much in terms of features right now. I assume they're working on that. We are on the legacy builds, so we get everything after the official ones do. Buuuut, we have PARANOID ANDROID NOW YIPPEE!
A few notes:
-I have added my own kernel to this build mainly because in order to get the build to go correctly I had to remove an important part of the source kernel or two (it didn't play nice D:<)
-For the current build (25th) I have added a Bluetooth commit from Cyanogen that is not in the normal build in order to well, make the ROM compile. But also, Bluetooth might have an issue or two because it's my own little changes not an official PA change.
-Updates are planned on a weekly basis. Please be patient, I have a life outside of this that is very demanding.
-I may not be able to fix everything, and everything probably doesn't work. The sources for this build are a day or two old because of all the time I spent fixing everything up. It's smooth sailing from here on out friends
-Of course, enjoy the ROM!!!
So this post is reserved.
But also, we have PA now! We would have had it sooner if I wasn't so darn stupid and used the legacy sources instead of the official sources from the start!
Either way, happy flashing.
Ill be the 1st to test this bad boy...thanks
Thank u
Ill be the second. Will report any bugs...
Can you port the latest PA kitkat rom. That would be awesome!!!
Anybody tested it? Can I install it on Korean F240S?
Nice job!
Sent from my LG-E980 using Tapatalk
After doing some testing the messaging and such could use a little work. Also, screen doesn't turn on with the home button for me. I can't use my swipy keyboard but that's probably the gapp's fault not PA's.
It is also missing tons of features Cyanogenmod/Bliss would have otherwise. I think this is because it's in Alpha and they're trying to bring everything up to Lollipop
Either way, I'm just really happy it finally works. Flasher beware, it's not in the best shape right now. But as the days roll on we'll see a complete ROM come up.
And PA Kitkat? Hmmm, maybe I WOULD like to set that up, but I just got Lollipop rolling, and the Java would have to be downgraded, my sources would, it'd take a while for ONE build, you know? We'll see how I feel about it in the coming days. Of course keep your eye out for other possible ROMs coming up you never know what's around the corner...
Waxim1 said:
Anybody tested it? Can I install it on Korean F240S?
Click to expand...
Click to collapse
Search for the F240 kernel for CM12. Should work. No promises though
Snepsts said:
So this post is reserved.
But also, we have PA now! We would have had it sooner if I wasn't so darn stupid and used the legacy sources instead of the official sources from the start!
Either way, happy flashing.
Click to expand...
Click to collapse
Great job, bro!
Sent from my LG-E980 using XDA Free mobile app
Snepsts said:
So this post is reserved.
But also, we have PA now! We would have had it sooner if I wasn't so darn stupid and used the legacy sources instead of the official sources from the start!
Either way, happy flashing.
Click to expand...
Click to collapse
any suggested kernel to test it on f240k ? i'm going to flash it.
Snepsts said:
After doing some testing the messaging and such could use a little work. Also, screen doesn't turn on with the home button for me. I can't use my swipy keyboard but that's probably the gapp's fault not PA's.
It is also missing tons of features Cyanogenmod/Bliss would have otherwise. I think this is because it's in Alpha and they're trying to bring everything up to Lollipop
Either way, I'm just really happy it finally works. Flasher beware, it's not in the best shape right now. But as the days roll on we'll see a complete ROM come up.
And PA Kitkat? Hmmm, maybe I WOULD like to set that up, but I just got Lollipop rolling, and the Java would have to be downgraded, my sources would, it'd take a while for ONE build, you know? We'll see how I feel about it in the coming days. Of course keep your eye out for other possible ROMs coming up you never know what's around the corner...
Click to expand...
Click to collapse
Is PA not based on CM?
rjmxtech said:
Is PA not based on CM?
Click to expand...
Click to collapse
It is, but it's very heavily modified. They use some of CMs stuff, and then a lot of it is a very smooth custom job. You know? Hardest ROM to build for me so far hands down. Just build LS and it took me one try... Very easy compared to this beast
ecrum said:
any suggested kernel to test it on f240k ? i'm going to flash it.
Click to expand...
Click to collapse
I've never tested it, but this looks as good as any of them: http://forum.xda-developers.com/optimus-g-pro/orig-development/kernel-f240x-t2999466
Snepsts said:
It is, but it's very heavily modified. They use some of CMs stuff, and then a lot of it is a very smooth custom job. You know? Hardest ROM to build for me so far hands down. Just build LS and it took me one try... Very easy compared to this beast
I've never tested it, but this looks as good as any of them: http://forum.xda-developers.com/optimus-g-pro/orig-development/kernel-f240x-t2999466
Click to expand...
Click to collapse
thnx. tried bt after clean setup sytem ui stopped pops up and coudn't do nothing.
ecrum said:
thnx. tried bt after clean setup sytem ui stopped pops up and coudn't do nothing.
Click to expand...
Click to collapse
Hmmm, no idea what to do there. Sorry.
I smell an update soon
Aospa! Sweet. Thank you snepsts.
I am finding the build quite smooth and stable.
Snepsts said:
I smell an update soon
Click to expand...
Click to collapse
Define soon... [emoji2]
Crinos512 said:
Define soon... [emoji2]
Click to expand...
Click to collapse
Mmmm, everything gets updated this weekend. Everything. I've been bad about it lately, so I'll make it up. I'm ordering a new HDD soon so we'll have room for more ROMs and I can get some of my current space back...
Snepsts said:
Mmmm, everything gets updated this weekend. Everything. I've been bad about it lately, so I'll make it up. I'm ordering a new HDD soon so we'll have room for more ROMs and I can get some of my current space back...
Click to expand...
Click to collapse
You do know I was just poking at you right? :angel:
I appreciate all the work you have done... it's astounding!

Categories

Resources