NOTICE: Because my old laptop hdd and motherboard died, I sadly lost all my files BUT, I managed to gather some money and build a PC, I see a lot of effort that afi and TeamMex did, GREAT job guys, you should all really click that Thanks button on their work, so from now(when I configure my PC) I will try to contribute as much as I can to the existing work, but sadly my X8 has things that died: GSM(can't be fixed), battery(got a new one) and volume buttons(too expensive for an old phone). And also I will focus more one the new phones, since my X8 is about to RIP :/ so that's why I changed the thread to a DISCUSSION thread
Here are the links to KitKat ROMs for X8(I tested them):
Omni ROM by afi1982
Unofficial CyanogenMod 11 by TeamMex
Great job guys(Make sure to click that thanks button on those posts!)
So I see no one is going to make KitKat for Xperia X8, but I see a lot of Jelly Bean ROMs and it's weird because JB and ICS are both not recommended for under 1GB ram devices and KitKat works flawlessly on my Xperia Neo, so I just want to inform X8 users I started developing CyanogenMod11 for X8, this is going to be my first PUBLIC ROM so don't ask for ETA
EDIT: Because of recent news about ARMv6 processors on CM11, you might have to wait for a couple of months(2-3 maybe) for more stable source code or a workaround to be done. I'll do my best to make KitKat happen on X8
Update: While working on CM11, I compiled CM10.1, it requries some kernel tweaks so I can test it
{
"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"
}
good luck at works on this rom
@TodorSRB maybe you want to coreporate with me and some other DEV's to create this.
and other then that you need some tweaks for the kernel to make it work or even flash it , the old recovery do not support this.
Xperia x8 not support CM11 since the processor does not support some commands needed
or at least I have not managed to remove the restriction.
TeamMex said:
Xperia x8 not support CM11 since the processor does not support some commands needed
or at least I have not managed to remove the restriction.
Click to expand...
Click to collapse
I think it's 90% not doable but who knows right?
if u can make with out Thumbs maybe can continue compilage
processor not support. Thumbs mode mrc, p15, 0 ,r3 , c13, c0, 3
TeamMex said:
if u can make with out Thumbs maybe can continue compilage
processor not support. Thumbs mode mrc, p15, 0 ,r3 , c13, c0, 3
Click to expand...
Click to collapse
can you tell me which property files are you using to compile ?
afi1982 said:
can you tell me which property files are you using to compile ?
Click to expand...
Click to collapse
Easy modify files of Jelly bean (msm7x27-common and shakira)
and I make my own files
Edit: Boardconfigcommon.mk
add
TARGET_ARCH := arm
TARGET_CPU_VARIANT := generic
TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := true
TeamMex said:
Easy modify files of Jelly bean (msm7x27-common and shakira)
and I make my own files
Click to expand...
Click to collapse
why not to work on cm10.1 or cm10.2 ? it will be much easier to work on and will be almost 100% for daily driver .
afi1982 said:
why not to work on cm10.1 or cm10.2 ? it will be much easier to work on and will be almost 100% for daily driver .
Click to expand...
Click to collapse
cm10.2 not possible its the same problem like CM11
not support Thumbs mode
maybe CM10.1
EDIT: you can try to make for .32 kernel
TeamMex said:
if u can make with out Thumbs maybe can continue compilage
processor not support. Thumbs mode mrc, p15, 0 ,r3 , c13, c0, 3
Click to expand...
Click to collapse
I see, i haven't gotten that far yet, if I get error I'll give my best for a workaround to remove restriction and make it possible, it's very lame that JB can support it(but takes a lot of RAM) and KitKat who is made to preserve RAM as much as it can does not support ARMv6
EDIT: Just found this
With the recent most release of Android, Google has promised that we’ll get better performance from 4.4 and more importantly, the devices made previously wont be left behind.
So by reducing internal memory footprint along with RAM footprint, it can be made compatible with lower-end devices with less RAM. However this compatibility was meant to go as back to devices with ARMv7 processors. Other than that there have been many CPU optimizations.
Google released the sources a while ago. Team AndroidARMv6 have once again started to work on the new Android KitKat. You can see the original branch of Galaxy Mini here. And if you browse a little then you can find a lot more devices. Although there have been very few commits but just like Android 4.3 and before, once the Cyanogenmod team stabilizes the sources, the team finishes the work a little while after that. They have successfully ported Android 4.x.x in past to ARMv6 processors in the past.
So there is a good hope that we can get working Cyanogenmod 11 very soon and it will beat the currently stable CM10.1 and good performing 10.2 easily.
GitHub Source: https://github.com/androidarmv6/android_device_samsung_tass/tree/cm-11.0
TeamMex said:
cm10.2 not possible its the same problem like CM11
not support Thumbs mode
maybe CM10.1
Click to expand...
Click to collapse
well let's do it.. I already have a working cm10.1 build with only WIFI and SD-CARD problem , let's work to fix this together
afi1982 said:
well let's do it.. I already have a working cm10.1 build with only WIFI and SD-CARD problem , let's work to fix this together
Click to expand...
Click to collapse
You have a repo?
TeamMex said:
You have a repo?
Click to expand...
Click to collapse
I'm using the androidarmv6 repo and I've compiled without no major problems .
---------- Post added at 11:27 PM ---------- Previous post was at 11:10 PM ----------
take a look here
http://review.cyanogenmod.org/#/c/21292/1/libc/private/bionic_atomic_arm.h
afi1982 said:
@TodorSRB maybe you want to coreporate with me and some other DEV's to create this.
and other then that you need some tweaks for the kernel to make it work or even flash it , the old recovery do not support this.
Click to expand...
Click to collapse
I was looking at CM source codes and androidarmv6 codes, it is possible, but I cannot do it yet, I will do tests on Neo which is ARMv7 wit CM latest codes to see how it responds, what works and what not. If you can in that time focus on Kernel that would be really good. What happened nAa?
TodorSRB said:
I was looking at CM source codes and androidarmv6 codes, it is possible, but I cannot do it yet, I will do tests on Neo which is ARMv7 wit CM latest codes to see how it responds, what works and what not. If you can in that time focus on Kernel that would be really good. What happened nAa?
Click to expand...
Click to collapse
i'm working on the kernel side already and I have a really good kernel ready for cm10.1 , I will wait to see what progress you amd max has made and we will see what next..
about nAa he left the android development from what I've heard .
afi1982 said:
i'm working on the kernel side already and I have a really good kernel ready for cm10.1 , I will wait to see what progress you amd max has made and we will see what next..
about nAa he left the android development from what I've heard .
Click to expand...
Click to collapse
Great, see what you can get done, I would recommend switching to KitKat kernel, for one main reason i want to make KitKat on this device, performance. Sad that nAa left, he really knew the stuff.
waiting for your good job !
good luck BRO !!!
TodorSRB,afi1982,TeamMex please work as a team over Rom CM10.1 and cm 11, we can together do a great rom cm10.1 or cm11
I keep crossed fingers about as cm10.1 and cm11 project for xperia x8
sorry i'm just user... i can't help..... T_T
Related
MODERATOR EDIT: This thread is closed, the downloads have been removed, and the author is banned.
------------------
Ace Of Spades
by Trent Turvey
The speed of the rom is NOT due to overclocking or modifying the kernel
It's due to the optimization of the management, all that makes it faster is the fact that it can chew through applications better and faster
from the tweak of the management. Overclocking physically changes the speed of the processor.
Thankyou for my donations!!!!!!!!!!!
Note: I do special, private releases for donators.
Donation list:
Aldebaran de Touro
Aledro Sanchez
pradeepadiga
Thomas Kert
Description
Ace Of Spades is one of the highly preferred android systems.
Read the how-to or else you'll think the rom is playing up on first boot!
This System is designed for
1. Speed
2. Super Stability
3. Customization
4. General Use
5. Battery Performance
I've spent weeks, months purely modifying the system for performance whilst having the best battery life. I can guarantee the speed and the battery at the same time will impress.
This release has a blue over glow effect, Ice Cream Sandwich icons/animations and the Ice Cream Sandwich Status Bar. The backgrounds when in apps (Like gallery, contacts, settings etc.) are transparent.
I've added A2SD and I've included the A2SDGUI App in the ROM.
This rom is so highly customizable and stable, I've never used anyone else's rom for general use, I started developing roms so i could have a stable rom whilst being fast and efficient for social networking, gaming etc.
The System has an ultimate edit of the blackhawk kernel implemented into the rom. I have my own edits of the libs and files which all work together to make one stable, high quality system. I've based the System on 2.3.7, I've compiled the system directly from cyanogenmod github (It's pure cyanogenmod, No edit of anyone else's rom)
This is how I'll be doing it, I'll have three versions of each release
Yes, This version DOES have the CyanogenMod libaudio file ported by me, try the sound.. you'll notice it.
Overall, this rom is the best AOS release ever (well, from my experience)
ANY requests/issues regarding the rom, post below and I'll help you out, keep in mind that I'm only 16 years old and i have other commitments too! I'm customizing roms for YOU. So no hard criticism
How-to
You need ClockWorkMod installed (see here)
Reboot into ClockWorkMod Recovery, wipe data, wipe cache
Flash the .zip from the Downloads section (below) from clockwork recovery.
Reboot your phone (first boot will take some time, reboot twice for optimal performance)
Listen carefully! LET the rom do its thing when you install it, it'll reboot a couple of times (This is my script finalizing) It'll work like normal after the first boot.
Downloads
MODERATOR EDIT: Downloads have been removed
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"
}
[Moderators]
If you find something you don't like or that violates XDA's terms of use, PM me and i'll change it straight away!
Thanks
First
Looks good dude
Looking forward to it
Reserved for my future Rom
evil_penguin said:
First
Looks good dude
Looking forward to it
Reserved for my future Rom
Click to expand...
Click to collapse
Cheers mate, Constructive Criticism is helpful too..
Pretty nice for a new dev. Welcome to the forums btw! I hope this rom becomes as good as the respected dev's roms
HAHA Good! Fresh dev!
Sent from my GT-S5830 using xda premium
trentlio said:
Cheers mate, Constructive Criticism is helpful too..
Click to expand...
Click to collapse
i never criticized
i told its my future rom because i have already flashed 5-6 roms from morning
so i will try this rom later....rom is very good
welcome to ace community
keep going
Whoever use it, screenahot please
regards,
•ƒγяύs ργяσ™• eBuddy XMS pin: A24D43B9
[menulis dari xda app yg cilabi pakop]
screenahots please !!!!
Nice rom, but I think I'll wait for your second release. Cheers!
is it based on some cm ( like FAT team's or vo-1's ) or this is entirely new ??
finally ...something different....NICE
will try the next version though...
coz your next version changes seems cool..
Its just another CM7 based rom. Fast and stable. No lags. All the best
Trent: what have you used as your base ROM, vo-1, FAT or something else?
If you do go about compiling CM yourself, a github fork with the code you use will be very welcome, currently both vo-1 and FAT do not do this (thus against the spirit of Cyanogen and Android itself)
Hey @trentlio...
Firstly, "Welcome to XDA "
I have just grabbed your rom for testing/use but what really interested me was your mention of a "Custom kernel" compiled by you...
I am not a dev but I do specialise in OC'ing both Pc/Android Cpu/Gpu... I have had some outstanding results so far using the various custom kernels/scripts available, @ketut, @FrozenAce Team, @TeamCooper, "Engengis_Delta" script engine etc...
I would be very interested in field testing your kernel once compiled & complete given that it also has OC capability...
If you would rather discuss this in private (not in public thread) then please PM me...
I think your kernel could have real potential especially if the frequencies are not limited (Blackhawk kernel etc.). We need the full range 1036mhz max... I believe that given the right kernel/rom/script combination, we can truly take the Ace to the 1ghz wall & possibly beyond. To date I have had OC @940mhz stable & I have exceeded 2500 points in Antutu bench @921mhz... The voltage limitation on ARMv6 is a real ***** but who knows what is around the corner eh...?
waiting to hear from you either way (yay or nay)...hehe...
Stay Breezy n Be Lucky...
Pe"ACE"...
I'll try it out after download. Going to give feedback after a few hours.
Feedback: Awesome boot-animation! Did you make it yourself? As for the rom. It's very fast and stable. It's like my Ace is already overclocked even without an OC kernel. Overall, it's a great rom. Keep it up.
preety nice bootanimation
fast stable and with antutu score 2079
nice!
Holly **** thats my rom name
i made it but didnt post cause of some bugs
i can give u link 2 see and screens of date uploaded
---------- Post added at 06:41 PM ---------- Previous post was at 06:26 PM ----------
Also as i see in descreption this rom should be awesome
but im.not able to test it
and i dont know why it got so bad rating
but dont worry aboit that
Great Work dude, keep it up
humm it seems to be a nice rom How about batterydrain?
Good work !!
We from team sense4ALL are working on to get SENSE 4 on your I9100
The rom is booting with thanks to paradoxxx and all others in the list below. currently we haven't got a good list what is working and what not
Paradoxxx said:
**** YEAH !
And I'm proud to announce, the first Sense 4 Boot on Galaxy S2 !
{
"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"
}
Click to expand...
Click to collapse
but we need a little bit off help
IF you have any experience on developing you can always contact me via pm
http://youtu.be/0V6iDq1nF4I
thanks to droid_dustin
people that have helped me for now
simone201
paradoxxx
tallustus
and oweida
Hi All
As a part from the team (though not a developer), moderators kindly and please do not remove this post !
As Qube2 said the rom is in its alpha stage or pre-alpha and this is not a team failure rather it's the beginning of what I hope an epic rom.
What exactly we need from you ( As Developers/Kernel Experts/Positive Contributors)
are the following:-
1- Joining the team if you have an expertise in cooking or developing.
2- Patches/fixes.
3- Thought's or Ideas.
4- Look at the logcat posted by the OP and try to figure out what we can do
5- Please keep this thread as professional as you can !!!
Currently exynos is not doing good with the libs and this might be due to what's mentioned by Qube2 (the outdated libs). So if you have anything that may solve this you are most appreciated .
SD card is not mounted by the system on Nexus S port, so again if you can help with this you will save our team a lot of time.
Please remain positive
Thanx and Peace.
Hey odd thing in case you didn't know Google chrome is reporting that http://sense4all.nazuka.net/ contains malware.
Ain't having a go just thought id let you know.
will it be running on aosp based kernel or samsung based kernels?
okay guyz these are some great stuff wish u luck really
---------- Post added at 02:51 AM ---------- Previous post was at 02:45 AM ----------
okay man and for the exynos thing u better contact and cm9 relataed dev cuz they had many issues with it there too and look if u wanna any help i can do i will i amnot dev but i can do basic stuff and ofcc be a test rat
will you inform us with the progress from here or from a twitter account or your site or we will be surprised when one day while reading the news on xda-developers.com we see a title like sense 4 port working for galaxy s2?
Great guys and keep positive. If someone like in the Nexus S forums is posting negative comments all the time just ignore them.
And to the persons who dont know: The site doesn't conatin malware but the hosting has some sites who are hackers and spammers and that's why the warning comes up. Just ignore it it is 100% safe.
Ps to the OP: try contacting Chainfire. He is an expert with the Galaxy S, S2 and S3. He was the first to root all the devices I think or one of the first and is the responsable for the CM9 Galaxy S2 ports. He is Dutch too !
EDIT: also look on the dutch community/forum Tweakers.net they have great devs over there !
i have found something we need to compile the libs from source but that will be impossible because htc sense is closed source anybody knows how to edit libs ? if so please contact me and no cm9 devs are not the answer they are compiling van aosp source what is open source
xplodewild is pro I think,try pulser G2?
Sent from My Samsung Galaxy S2 running Paranoidandroid Rom.What else if not?=P
bartoloandre98 said:
xplodewild is pro I think,try pulser G2?
Sent from My Samsung Galaxy S2 running Paranoidandroid Rom.What else if not?=P
Click to expand...
Click to collapse
Pulser said in the S3 ROM porting thread that he's not enough motivated enough to do anything right now...
SufiSam said:
Pulser said in the S3 ROM porting thread that he's not enough motivated enough to do anything right now...
Click to expand...
Click to collapse
And xplodwild is busy with note and some tablet :/
QuBe2 said:
i have found something we need to compile the libs from source but that will be impossible because htc sense is closed source anybody knows how to edit libs ? if so please contact me and no cm9 devs are not the answer they are compiling van aosp source what is open source
Click to expand...
Click to collapse
Try brightidea, he made a universal patch for libwebcore.so and maybe can help with this?
Sent from my GT-I9100 using xda premium
Please don't tell me that if no devs are available, does that mean that this project will die down?! And isn't don2012 helping you guys in porting too? He mentioned it in his thread.
SufiSam said:
Please don't tell me that if no devs are available, does that mean that this project will die down?! And isn't don2012 helping you guys in porting too? He mentioned it in his thread.
Click to expand...
Click to collapse
he is in it but i haven't got my lastest zip i will send him a older one for now
I can only wish you luck. I'd love to have sense on my i9100. I can't understand why people would complain... They don't have to use it, right?
A good tip: look for devs in the hd2 section... they had to do the same thing. Thereare verry talented devs over there...
Or alternately look around in the zte blade ics threads... as a user of the blade I know they had to edit most of the libs for ics to work...
And be sure to contact shenye he is a great dev... once he started a sense 3.0 port for the glxy s2 and had an alpha released for some beta testers and just right after that he closed his own thread
I don't know if it was because of the rom but I think he had succes in booting it but there was really a big discussion in the thread between a handfull of persons and that is the main reason for shutting it down i think...
There used to be another guy around named tids2k. Even he was working on a Sense port. We guys can't really help you, so we'll try to provide you with the best help that we can.
you didnt answer me :/ will you be using a new kernel or cm9/samsung kernel?
By any chance long a ago there was a dev known as SNQ at the HTC section,there isn't any sign of him right?,he was amazing. used to cook up kernels and overclocking them without even having kernel source.
Sent from My Samsung Galaxy S2 running Paranoidandroid Rom.What else if not?=P
C'mon, any developers that could help? I don't want this to die.
Sent from my GT-I9100 using XDA Premium HD app
I sold my ace, this ROM is no more.
{
"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"
}
Intro:
Let's get mixin'...
This project is a mix of 3 OS'es that IMHO mix very well.
Android
Windows Phone
The new BB10
I'll add features of each OS that I think fit.
Brought to you by:
SMillerNL, King Ace, DeadSp1d3r & Team Cooper
Before we begin:
Code:
package BOT;
import disclaimer;
public class BOTDisclaimer extends Disclaimer {
/**
* Your warranty is now likely void.
*
* We are not responsible for bricked devices, dead SD cards,
* spontaneous combustion, or any other host of cosmic penalties
* which may befall you, your family, or your phone.
*
* You also don't have my permission to die or start a
* thermonuclear war with this.
*
*/
public BOTDisclaimer(){
warranty.set(0);
}
}
IRC:
Want to talk to me or teamcooper about this ROM? visit us on IRC: #teamcooper.
NOTE: Before you click the link to get to FreeNode's webchat or fire up your IRC clients:
The developers are NOT your personal support helpdesk nor root of endless knowledge.
If you are a developer or have a really urgent or tricky problem come tell us about it.
Screenshots:
Yet to come.
Features:
Beautifull Windows Phone font.
Windows Phone Taskmanager
Features that are yet to be added:
BB10 Lockscreen.
30-step volume
Smooth scroll.
CallMeLouder and Pick-Up-To-Call. Which you might both know from GingerDX.
Known Bugs:
in Alpha 1 there only is the font and no lockscreen at all.
Requirements:
CWM 5.x
A desire to try it out.
Project sources and licenses:
Nothing yet. this will be populated once I get some real code changes in there.
Downloads in 2nd post.
Install Instructions
Make a CWM backup
Full wipe (Factory reset/ cache wipe/ dalvik cache wipe)
wipe /System in Mounts and Storage
Install zip from SD-card
Install GApps from here: http://www.modaco.com/topic/355903-devrom98-cyanogenmod-10-android-411/
I recommend to install A2SD and swap scripts by Jellaxy. http://forum.xda-developers.com/showthread.php?t=1799828
Thanks
King Ace
DeadSp1d3r
Team Cooper
Thanks to the Jellaxy Team
Thanks also go to the CyanogenMod Team of course.
and lots of others...
Thanks also go out to Google for their great little Android.
RIM for making BB10 as a last resort.
Microsoft for the Metro Design language
And don't let us forget to throw Samsung a thanks for their crap Ace hardware and even worse software support.
Downloads and Changelog
Alpha 1:
Initial release. Just WP7 font.
https://docs.google.com/open?id=0ByGp7XD3dOFhcjdoN3NBU1RETGc
Alpha 3:
Just WP7 font, but based on CM10.1
https://docs.google.com/file/d/0ByGp7XD3dOFhTmhDWVllYWtIUFk/edit
Alpha 4:
We're getting somewhere. WP7 font+Taskswitcher.
https://docs.google.com/file/d/0ByGp7XD3dOFhTmhDWVllYWtIUFk/edit
bb10 lock 0.o
fuu yeah gr8 work, hope you will push all to github ^^
i wanna build it
btw first post
wow link to download?? I want to try
OldDroid said:
bb10 lock 0.o
fuu yeah gr8 work, hope you will push all to github ^^
i wanna build it
btw first post
Click to expand...
Click to collapse
You don't have too, I did that for you...
This link just has the fonts. Compiling BB lock version now.
ZenPluS said:
wow link to download?? I want to try
Click to expand...
Click to collapse
I was still working on that. Keep in mind Alpha 1 just has the WP7 Fonts.
--EDIT---
Look at the 2nd post.
BB10 lock screen compiled properly this time. Just a few changes and it unlocks properly too.
Sent from my GT-S5830 using xda premium
Waiting for a new release, btw good job smiler, if im not mistaken this is your first rom
diegonnc said:
Waiting for a new release, btw good job smiler, if im not mistaken this is your first rom
Click to expand...
Click to collapse
I think Smiler is CCGH
SmOuuK said:
I think Smiler is CCGH
Click to expand...
Click to collapse
CCGH is Deadspider.. -_-
SmillerNL has been SmillerNL for a long time..
smiller if you want i can try resizing the bb lockscreen to mdpi format so it would fit nicely
Sent from my ST25i using xda premium
diegonnc said:
Waiting for a new release, btw good job smiler, if im not mistaken this is your first rom
Click to expand...
Click to collapse
Not really, but it is the first that actually boots. And I've been doing behind the scenes stuff for GB AOSP.
next update is gonna be soo sweet
Good Job Guys!!
:good:
All the best for the ROM.
Its gonna be a Promising Project.
:good:
The ROM team is also The Best Team
SmillerNL
King ACE
DeadSp1d3r
TC
BB10 lock Java code resized properly
now we need to fix some pngs
and also working on additional stuff
theming is currently pretty softly
next update will come when we have fixed our bugs and think its worthy to release <- sort off
For the people that like the BB10 lock screen, you can get our files from GitHub. Our frameworks/base is now on there. Now you can build it yourself.
You can also wait for our next compile of course.
https://github.com/BOT-rom
Sent from my GT-S5830 using xda premium
sorry guys i cant compile jellybean based roms on my pc
32 bit aint supported in jellybeAn
we are a lill bit busy lately so next release will come when we have time
Sent from my GT-S5830 using xda premium
SpaceCaker said:
sorry guys i cant compile jellybean based roms on my pc
32 bit aint supported in jellybeAn
we are a lill bit busy lately so next release will come when we have time
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
I want to note here that:
1. We aren't switching bases. We'll just make multiple versions.
2. I'm going to be working on BB10 lock screen this afternoon. As soon as it's fixed I'll get you the new version.
Sent from my GT-S5830 using xda premium
SpaceCaker said:
sorry guys i cant compile jellybean based roms on my pc
32 bit aint supported in jellybeAn
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
cm10 can be compile on 32bit as I build it earlier cm10 nightlies but now I use 64bit
you just need this https://github.com/yath/android_prebuilts_gcc_linux-x86-32_arm_arm-linux-androideabi-4.6
nims11 said:
cm10 can be compile on 32bit as I build it earlier cm10 nightlies but now I use 64bit
you just need this https://github.com/yath/android_prebuilts_gcc_linux-x86-32_arm_arm-linux-androideabi-4.6
Click to expand...
Click to collapse
thanks will try again
need to redownload jellybean source
thanks
Sent from my GT-S5830 using xda premium
Get 'em while they're hot!
{
"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"
}
Download link:
http://download.cyanogenmod.org/?type=nightly&device=anzu
Click to expand...
Click to collapse
Let this thread serve as a placeholder until an official thread shows up.
I recommend the stock kernel, but so far I've also tried out the Fusion kernel and I must say, it boosts the battery life significantly.
Recommended settings:
OC to 1.2Ghz.
Boost Min CPU value to 200mhz
Credits:
-CM team.
-Team XPeria for porting unofficial releases and helping us hold off until the real deal.
Bugs found so far:
For anybody wondering about any bugs found in the Cyanogenmod builds so far, I can say with relative certainty that there're virtually no bugs, aside from the fact that the built in HDMI feature doesn't work. But that's a given seeing as to how most ROMS have the same problem.
Regards,
Silencer
Silencer96 said:
Post reserved.
Feel free to discuss anything about the ROM here.
Click to expand...
Click to collapse
Hey man..don't recommend stock kernel..
It will not work on cm10..
It should be kernel inside the zip of cm10 nightlies
bluestricker_21 said:
Hey man..don't recommend stock kernel..
It will not work on cm10..
It should be kernel inside the zip of cm10 nightlies
Click to expand...
Click to collapse
stock cm kernel
--------------------------------------------
*Xperia Arc - CM 10 - FUSION Kernel - CPU Freq. 364MHZ-1209MHZ - SmartAss-SIO*
-----------
Sent using Xda Premium!
could anyone tell the difference between FreeXperia FXP151 and this nightly FXP150?
Touchscreen Issue?
robin236265 said:
could anyone tell the difference between FreeXperia FXP151 and this nightly FXP150?
Click to expand...
Click to collapse
hey mate, how about the touchscreen issue. i have a problem with the install cynogenmod rom. Can you help me.
Silencer96 said:
Get 'em while they're hot!
Download link:
Let this thread serve as a placeholder until an official thread shows up.
I recommend the stock kernel, but so far I've also tried out the Fusion kernel and I must say, it boosts the battery life significantly.
Recommended settings:
OC to 1.2Ghz.
Force GPU rendering
Max Processes: 3
Credits:
-CM team.
-Team XPeria for porting unofficial releases and helping us hold off until the real deal.
Click to expand...
Click to collapse
FIST OF ALL:
FORCE GPU IS RENDERING NOT NEEDED,COZ HW WORKING FULLY
Max proceses 3 its also not Recomended coz i got no problem with ram at all
OC also not neeeded to working fast
only RECOMENDED IS FUSION KERNEL and smartassv2 and sio
n1kolaa said:
FIST OF ALL:
FORCE GPU IS RENDERING NOT NEEDED,COZ HW WORKING FULLY
Max proceses 3 its also not Recomended coz i got no problem with ram at all
OC also not neeeded to working fast
only RECOMENDED IS FUSION KERNEL and smartassv2 and sio
Click to expand...
Click to collapse
yes, everything what u said is true, but i would say that users that wont a faster device should raise min frequency not max because device is much more responsive if min freq. is set to about 200-300 mhz, so no need for OC.
--------------------------------------------
*Xperia Arc - CM 10 - FUSION Kernel - CPU Freq. 364MHZ-1209MHZ - SmartAss-SIO*
-----------
Sent using Xda Premium!
robin236265 said:
could anyone tell the difference between FreeXperia FXP151 and this nightly FXP150?
Click to expand...
Click to collapse
+1
thank u bro for sharing
Works great
Xperia Arc S
Regards
The last build works very fine! Camera, fm, wlan without problems.
The only one is that hdmi doesn't work for me.
Xperia arc
Greez and thx
Is the camera still worse than official stock?
In what aspects is stock based roms better, to get the eveything working and get the most of the phone?
arc_n_krizt said:
hey mate, how about the touchscreen issue. i have a problem with the install cynogenmod rom. Can you help me.
Click to expand...
Click to collapse
what do you mean by "touchscreen issue" and which version of rom you installed?
On the website are only downloads for LT15i Devices not for LT18i can I install it though?
Those nightlies are same as FXP's.
Read here : https://sites.google.com/site/projectfreexperia/home/history
2011
we had an new meber Defer from Cyanogen and we became part of Cyanogen as Sony device maintainers
Click to expand...
Click to collapse
So basically, it is FXP's nightlies that are getting uploaded there.
And this should go in the General section, right? Since this is not any form of development.
soumya_digi said:
Those nightlies are same as FXP's.
Read here : https://sites.google.com/site/projectfreexperia/home/history
So basically, it is FXP's nightlies that are getting uploaded there.
And this should go in the General section, right? Since this is not any form of development.
Click to expand...
Click to collapse
none of this makes sense! if cyanogen and fxp are the same person then why use two different sites? (cyanogen site and fxp site)
Thread moved to general. Placeholders can't be posted in the development sections.
Greate! Fast, smooth, more ram free,..
Wifi,camera,bt,.. good with Fusion kernel 4.1
Sent from my Xperia Arc S using xda app-developers app
robin236265 said:
what do you mean by "touchscreen issue" and which version of rom you installed?
Click to expand...
Click to collapse
i get ROM from here http://get.cm/get/5lG cm-10-20121220-NIGHTLY-anzu. last CM09 i get issue touchscreen cant function. so how CM10? any issue for touchscreen...
anyone tried the cybershot camera mod on CM10?
is it working?
http://forum.xda-developers.com/showthread.php?t=1918744
{
"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"
}
Welcome to the unofficial CyanogenMod 10.1 nightlies
CyanogenMod 10.2 nightlies available (http://forum.xda-developers.com/showthread.php?t=2450358).
The release schedule for 10.1 is weekly now.
The releases will co-inside and the build start time is at 03:01 UTC every sunday night and should be uploaded soon after. If at anytime the builds are not there, then there was a problem building the ROM, and we will have a look at it ASAP.
These builds are compiled from the latest CyanogenMod repos and device repos on device, kernel and vendor files and are based on the awesome work by jcsullins and Dorregaray.
And as always: I take no responsibility whatsoever for raging, screaming, crying, frustration, failing, confusion, dead kittens, etc.
Download builds here
Click to expand...
Click to collapse
Download Google Apps
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Changes
Upstream changes
Devicetree commits
Kernel commits
Wifi driver commits
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Issues
Issuetracker
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Thanks/Credits
Click to expand...
Click to collapse
James Sullins - for his awesome work on the TouchPad
Tomasz Rostanski - for his work on many parts on Android for the TouchPad (esp. camera)
David R. Marble - for supporting the CM10.1 port and many great ideas
Arne Coucheron - for his work on the legacy QC userspace drivers
All TP devs - for the collaborative and innovative work on bringing Android to our TouchPad
cyanogen - For starting this great project
Google - This wouldn't have happened without the releases of Android from you
Let me know if i omitted you and i will add you here asap
IRC channel
Click to expand...
Click to collapse
Visit us in #cyanogenmod-touchpad (general) or #cyanogenmod-dev (only dev related talk) on freenode
notes
workaround for no sound on screen-off:
see http://forum.xda-developers.com/showpost.php?p=42739624&postcount=427
YES! Thanks to all who have made this possible. :good:
Excellent work, thank you very much! For now I simply can not work without bluetooth, but I'll keep an eye on the progress of those nightlies :laugh:
Never have thought there is a nightly build CM10.1 for tp, greeeeeeeeeeeeet job!
wonderful news. Since it's CM, I can use cyandelta so I dont have to download the full file for every nightly.
detdett said:
wonderful news. Since it's CM, I can use cyandelta so I dont have to download the full file for every nightly.
Click to expand...
Click to collapse
I thought that only worked for official CM. Does it work for unofficial ones as well?
bananagranola said:
I thought that only worked for official CM. Does it work for unofficial ones as well?
Click to expand...
Click to collapse
it should... it worked for CM 9 nightlies for the touchpad.
I may just have to switch to this just for the nightlies. I'm already on another CM10.1 ROM but its moving slow and my TouchPad needs some flashing. lol
arky33 said:
Excellent work, thank you very much! For now I simply can not work without bluetooth, but I'll keep an eye on the progress of those nightlies :laugh:
Click to expand...
Click to collapse
I know.. I want to try it, but I need the bluetooth.
detdett said:
it should... it worked for CM 9 nightlies for the touchpad.
Click to expand...
Click to collapse
But those were official.
For those not aware, this version of Jelly Bean requires the 20130301 Gapps.
goo manager
missed the goo specific defines. included them here: https://github.com/milaq/android_de...mmit/9da64383e0634b7a4b34a3085dd6915d91484b07
from tonights build on, they're properly included thus allowing autoupdate via goo manager.
cheers
@milaq
Great job in laying out the OP. You've made it very easy to see not only general commits but device specific as well. In addtion, with your direct links to the nightlies and proper gapps, you've made it virtually fool-proof...hopefully.
Thanks to all involved.
Mike T
@milaq,
Waiting for my install to complete as I write this. I looked at your issue tracker link and see no issues posted. What I am wondering and I'm sure a million other users is what issues exist right out of the gate. Could you give us a general rundown and your impressions of how you think this rom is working. I want to also complement you on taking on this unforgiving task of producing a nightly. Your OP looks great. You are going to make a lot of TouchPad users very happy.
OK, the install is complete. I installed over the top of J.C.'s CM10 along with the 20130301 Gapps. So far, everything is where it is supposed to be. All apps, data and settings are there and it booted right up without a glitch. looks great.
I even managed to remember the little secret of tapping the build number under settings/about tablet to get Developer Options to appear in settings.
I'll be back to report after running it through it's paces. Thank you, and all that contributed to this effort!
P.S. Did notice one thing, the battery stats under settings/battery is missing. J.C. had accidentally added it to his 0418 rom and it is really helpful in tracking what apps are using the battery.
For those new to CM10.1, I found out from trying out a couple of others, that to get the WiFi sleep to behave properly, one needs to go to settings/WiFi/advanced and take the check out of WiFi optimization.
thanks for setting this up. i was really hoping to see a nightly for our touchpads. goo manager really has me spoiled
Can we merge "status bar" with "Navi Bar"? Currenly, Navi Bar on bottom and Status Bar on top.
ROM runs fine and works well for few hours now. Will see. Thanks for all efforts.
krusir said:
Can we merge "status bar" with "Navi Bar"? Currenly, Navi Bar on bottom and Status Bar on top.
ROM runs fine and works well for few hours now. Will see. Thanks for all efforts.
Click to expand...
Click to collapse
i dont like that. i was never keen on it, and its not how stock 4.2 android is now, or cyanogenmod. i believe aokp is like that, you can always find a rom that is that... theres lots of them.
Nevertells,
I be waiting for your account of the ROM... Make it good..
Old