When will you ported guys? Waiting for...
Thanx..
Sent from my Sensation XL using xda premium
jeandost said:
When will you ported guys? Waiting for...
Thanx..
Sent from my Sensation XL using xda premium
Click to expand...
Click to collapse
No eta and wrong section. New kernel is needed. Work is started on new kernel for msm7x30 family devices.
Sent from my Find 5 using XDA Premium HD app
anders3408 said:
No eta and wrong section. New kernel is needed. Work is started on new kernel for msm7x30 family devices.
Sent from my Find 5 using XDA Premium HD app
Click to expand...
Click to collapse
How far is it? Technical details please
Shaky156 said:
How far is it? Technical details please
Click to expand...
Click to collapse
Look at
https://github.com/codefireXperiment/kernel_htc_msm7x30
Find jb-devel-mr2-release.
First ace will be made then when that works, Runnymede will be added.
Sent from my Find 5 using XDA Premium 4 mobile app
It seems there are not many different with 4.2.2 ROM. So it is better to wait for 5.
Sent from my Sensation XL using XDA Premium HD app
marco1962 said:
It seems there are not many different with 4.2.2 ROM. So it is better to wait for 5.
Sent from my Sensation XL using XDA Premium HD app
Click to expand...
Click to collapse
Oh you're so much wrong
Sent from my Find 5 using XDA Premium HD app
We will see
Sent from my Sensation XL using XDA Premium 4 mobile app
jeandost said:
We will see
Sent from my Sensation XL using XDA Premium 4 mobile app
Click to expand...
Click to collapse
well android 4.3 doesnt have much UI changes , but it has a lot of changes in codes that you dont "see" but feel and if we cant get 4.3 running on sensation xl, we will never get 5 or whatevername runing
there's a sense 5 rom working on Incredible S, maybe can port it to XL?
http://forum.xda-developers.com/showthread.php?t=2395399
anders3408 said:
Oh you're so much wrong
Sent from my Find 5 using XDA Premium HD app
Click to expand...
Click to collapse
I have both Sensation XE and Sensation XL, also installed ROM 4.3 on XE. There are not so much different, you can check.
---------- Post added at 12:40 PM ---------- Previous post was at 12:27 PM ----------
jim828282 said:
there's a sense 5 rom working on Incredible S, maybe can port it to XL?
http://forum.xda-developers.com/showthread.php?t=2395399
Click to expand...
Click to collapse
We are talking about ROM 4.3, but this link is ROM 4.1.2, . We have Rom 4.2.2 on XL.
marco1962 said:
I have both Sensation XE and Sensation XL, also installed ROM 4.3 on XE. There are not so much different, you can check.
---------- Post added at 12:40 PM ---------- Previous post was at 12:27 PM ----------
We are talking about ROM 4.3, but this link is ROM 4.1.2, . We have Rom 4.2.2 on XL.
Click to expand...
Click to collapse
Once again, not much ui changes, the major changes is in the code/parts you don't see.
Sent from my Find 5 using XDA Premium HD app
I have installed codefirex's 4.2.2 rom, it works great and smooth.. After ported s4 launcher, the battery drain is well.. I just want to see and test the 4.3. I hope we can..
Thanx anders3408
Sent from my Sensation XL using XDA Premium 4 mobile app
incredible s architecture/cpu might be the same apart from that theres different sensors different emmc flash/ the list goes on and on, now the inc s uses similar audio drivers but apart from that the phone is too different to port from
---------- Post added at 11:04 AM ---------- Previous post was at 10:37 AM ----------
the only reason i gave up trying to release updates was
1) cyanogenmod stoped supporting 7x30, a lot of their code is messed up and they wouldnt fix it
2) every time i repo synced cm tree, i had to hack the code for days on end to get things like camera, display, sound to work again...
3) android 4.3 uses opengl 3.0 and the current state of our adreno drivers was not very good, we couldnt get the new adreno drivers to work
4) mostly due to the kernel, eg htc ported over old code for the xl like the display panel code, it was too much work,
simply android 4.3 (cm10.2) will be extremly hard to get on our device, if not atall
onejay09 said:
incredible s architecture/cpu might be the same apart from that theres different sensors different emmc flash/ the list goes on and on, now the inc s uses similar audio drivers but apart from that the phone is too different to port from
---------- Post added at 11:04 AM ---------- Previous post was at 10:37 AM ----------
the only reason i gave up trying to release updates was
1) cyanogenmod stoped supporting 7x30, a lot of their code is messed up and they wouldnt fix it
2) every time i repo synced cm tree, i had to hack the code for days on end to get things like camera, display, sound to work again...
3) android 4.3 uses opengl 3.0 and the current state of our adreno drivers was not very good, we couldnt get the new adreno drivers to work
4) mostly due to the kernel, eg htc ported over old code for the xl like the display panel code, it was too much work,
simply android 4.3 (cm10.2) will be extremly hard to get on our device, if not atall
Click to expand...
Click to collapse
Inc s, also named vivo using same kangbanged kernel as ace does"DHD" and most time to port will be display, the rest is not that hard and they're all using same CPU
An easy way to do cm ROMs would be using evervolv or cfx on bitbucket for /hardware related repos. Add it into a local_manifest and that would do it. I have a few you can get if you want. I have what's needed for rootbox and aokp in a manifest.
Synergy has a kernel for 4.3 that boots into ram console on ace, so its already a great step. I'm pretty sure that eventually it will be done after time
Sent from my Find 5 using XDA Premium HD app
That's inaccurate. Android 4.3 provides support for Open GL 3.0, which is something completely different than saying it uses it.
CNexus said:
That's inaccurate. Android 4.3 provides support for Open GL 3.0, which is something completely different than saying it uses it.
Click to expand...
Click to collapse
Correct
Sent from my Find 5 using XDA Premium HD app
Inaccurate maybe I didn't state that it's the reason it wouldn't work though... I stated that our ardeno drivers weren't Upto scratch, if you want to be specific, our issue is with ion, gralloc uses ion only now and doesnt use pmem anymore, a lot of kernel work is needed...
onejay09 said:
Inaccurate maybe I didn't state that it's the reason it wouldn't work though... I stated that our ardeno drivers weren't Upto scratch, if you want to be specific, our issue is with ion, gralloc uses ion only now and doesnt use pmem anymore, a lot of kernel work is needed...
Click to expand...
Click to collapse
Ion is related to msm_fb and that is related to mddi panel driver. Our panel driver is old, we use old msm_fb for that reason.
Sent from my Find 5 using XDA Premium HD app
onejay09 said:
Inaccurate maybe I didn't state that it's the reason it wouldn't work though... I stated that our ardeno drivers weren't Upto scratch, if you want to be specific, our issue is with ion, gralloc uses ion only now and doesnt use pmem anymore, a lot of kernel work is needed...
Click to expand...
Click to collapse
Youre wrong, pmem.c is still compiled under drivers/misc(or wherever it is) current jb kernel (k3.4 uses both ION & Pmem) latest kernel uses ION only
Not for display pal
Sent from my One using xda app-developers app
Related
It's not my own kernel,but you can ask me about issues
This kernel was downloaded from chinese android forum
Features
-based on 3.0.16 stock HTC kernel
-supports OC/UV(up to 1.92 Ghz)
-Multitouch is fixed
-sweep to wake support(maybe not by default,but can be used)
works with ARHD 4+ and sense 4 ROM's
How to install:
-Enter recovery mode
-BACKUP your rom and data,this kernel can appeale wi-fi issue on some ROM's
-Install zip from sd card
New version 2.0.5!
2 versions:
-battery life
http://d-h.st/QM2
-perfomance
http://d-h.st/PcY
Any other differnces like USB oTG Support and so on?
Sent from my Incredible S using xda app-developers app
I'm not sure what you mean by multi touch fixed?
Sent from my HTC Incredible S using xda app-developers app
Nice find .could you please post a link to his thread on the Chinese forum? I'd like to see what else there is there
And nice to see an fsync toggle. Turning it off should see an increase in benchmarking performance, as well as slightly better battery. However if your phone randomly crashes, you might lose data. You have been warned. I keep it on.
Sent from my Infected ViperVivo
lagu805 said:
I'm not sure what you mean by multi touch fixed?
Sent from my HTC Incredible S using xda app-developers app
Click to expand...
Click to collapse
don't you know that stock htc kernel and all kernels have multitouch bug?you just can download any multitouch test and try all 4 fingers after turnng your device on,not all will be shown correctly(on any other kernel)
markj338 said:
Nice find .could you please post a link to his thread on the Chinese forum?
Click to expand...
Click to collapse
there is only a ROM there,Laozhu,it's just like viperVIVO,but has more options and all things are working(and even more),i can post it,if you need
Silversniper said:
Any other differnces like USB oTG Support and so on?
Sent from my Incredible S using xda app-developers app
Click to expand...
Click to collapse
nope,but i think working multitouch is important
saneksem said:
there is only a ROM there,Laozhu,it's just like viperVIVO,but has more options and all things are working(and even more),i can post it,if you need
Click to expand...
Click to collapse
Can u post a link to chinese thread/forum.
Sent from my HTC Incredible S using xda premium
saneksem said:
don't you know that stock htc kernel and all kernels have multitouch bug?you just can download any multitouch test and try all 4 fingers after turnng your device on,not all will be shown correctly(on any other kernel)
Click to expand...
Click to collapse
Oowww okay.. thanks a lot for this. To be honest i dont know
Sent from my HTC Incredible S using xda app-developers app
milan.gadakari said:
Can u post a link to chinese thread/forum.
Sent from my HTC Incredible S using xda premium
Click to expand...
Click to collapse
I am just uploading ROM to xda and making thread,there will be all links and mirrors,please wait)
Is it just me or does this seem like Redux kernel with fixed touch? (Ofc redux is based on another but still)
Evilus said:
Is it just me or does this seem like Redux kernel with fixed touch? (Ofc redux is based on another but still)
Click to expand...
Click to collapse
i donno y but i felt the same :silly:
If its a kang of Venom please don't upload it. Coredroid tweaks has also been named a kang
To avoid trouble with team venom, don't share it if it has an illegal version of their tweaks. The team do not allow others to use their tweaks. Thanks. Just tryin to avoid trouble here
Sent from my Nexus 7 using the xda app
Evilus said:
Is it just me or does this seem like Redux kernel with fixed touch? (Ofc redux is based on another but still)
Click to expand...
Click to collapse
i didn't make it,maye it's based on redux,but i don't know too)
markj338 said:
If its a kang of Venom please don't upload it. Coredroid tweaks has also been named a kang
To avoid trouble with team venom, don't share it if it has an illegal version of their tweaks. The team do not allow others to use their tweaks. Thanks. Just tryin to avoid trouble here
Click to expand...
Click to collapse
It's very sadly,because it's only fully sense 4.1 ROM,that have all functions working
ok guys,ask me in PM about this ROM,if you need
tried this kernel and fc'd chrome, gmail, fb etc. Lost WiFi and mobile data, even tried redux 0.3 first, and needed to nandroid back cause even flashing redux or xs kernel didn't fix it. Not sure what went wrong.
Sent from my HTC Sensation Z710e using xda app-developers app
bon_joey said:
tried this kernel and fc'd chrome, gmail, fb etc. Lost WiFi and mobile data, even tried redux 0.3 first, and needed to nandroid back cause even flashing redux or xs kernel didn't fix it. Not sure what went wrong.
Sent from my HTC Sensation Z710e using xda app-developers app
Click to expand...
Click to collapse
Do you by any chance have a sensation?
It works fine for me
Sent from my Infected ViperVivo
markj338 said:
Do you by any chance have a sensation?
It works fine for me
Sent from my Infected ViperVivo
Click to expand...
Click to collapse
inc s, i just used my sensation when i posted that
Guys,
Could any one let me know the minimum frequency supported and list of available of governers please? Any one who tested with incredible s, please share your results
Since the Laozhu Z6 rom thread is closed I have to post this here.
After some time of use I must say it's the best Sense 4 rom I tried (and I tried them all ), and the only one that's fully working. It's a pity why all developers around the world can't try to cooperate and work together to bring us the best user experience.
Also it is a shame why most of developers keep their work for their needs only. As we all know this forum is about sharing, not restricting and banning, trying to mark some of us as better, smarter and more important, that can make something that nobody can. I agree, but share some of that knowledge. When you start speaking about restrictions I immediately notice some similarity to Apple and their 'intellectual property' policy.
Don't get me wrong, all respect to our developers, they made a lot for us. But just screaming around on everybody about your m10 files and tweaks is a pretty disgusting for me. I know you will say that you made it and you claim all right on it and that you have to give permission, but I will ask you when did you get the permission for your sources, and by that I mean on HTC as the source of all RUUs? And you will say that they posted it for download, but did you exclusively asked them to use it, like you demand? Just like them you posted your work for download, so does that mean that it is free to use it?
And to conclude, instead of acting an overimportant human beings, try to cooperate with people that are able to fix all your mistakes and problems, and like some other devs try to post all you tweaks in a thread available to anyone that need it (like Leedroid tweaks and other), not trying only to collect as much 'thanks' and donations you can get.
Cheers.
I've recently been dealing with Linux, I actually quite like it, so I heard its possible to install on android, and as I followed these steps, ubuntu boots up, but no application logos, almost everything crashed and is really laggy...
I would like to know is anyone doing a bug fix for SXL or is it just tough luck for us?
By the way I've read all the post on sensation do and yous devs a sweet! Goodwork!
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
ricky310711 said:
I've recently been dealing with Linux, I actually quite like it, so I heard its possible to install on android, and as I followed these steps, ubuntu boots up, but no application logos, almost everything crashed and is really laggy...
I would like to know is anyone doing a bug fix for SXL or is it just tough luck for us?
By the way I've read all the post on sensation do and yous devs a sweet! Goodwork!
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
Click to expand...
Click to collapse
Well, JB is a priority for now, don't know if we will ever work on bringing ubuntu to the phone, eventually Ubuntu Phone.
But untill we have JB up an running, i don't think we will work on that, but who knows, thanks for the ideea.
Really? JB for.do is finally out? could you post a link for it?
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
ricky310711 said:
Really? JB for.do is finally out? could you post a link for it?
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
Click to expand...
Click to collapse
It's not out yet, but it's work in progress i don't like to give ETA's, but i think next week will be ready for a BETA release, that meaning most of the stuff working.
Are you the one porting it?
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
ricky310711 said:
Are you the one porting it?
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
Click to expand...
Click to collapse
We are a whole team behind this, the new team is called RunnyCM and the main members that are actively working on this are:
Lexmazter (me)
anders
Zasuk
Great work from all of them, the credits section will be BIG after we release this, we seeked out help from many devs, this is like a dream come true.
For more details, don't hesitate to join our irc channel, you can find it in my signature.
That's great!! And a wonderful team yous are!
How is jb going? What bugs can we expect so far?
Any unresolvable problems yous have encountered?
Oh and how the **** did yous become so good at developing? I've learn a lot from home, I get the language but most is all too tricky :/
Any tips you could advise me with? Good forums written by legends such as yourself?
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
ricky310711 said:
That's great!! And a wonderful team yous are!
How is jb going? What bugs can we expect so far?
Any unresolvable problems yous have encountered?
Oh and how the **** did yous become so good at developing? I've learn a lot from home, I get the language but most is all too tricky :/
Any tips you could advise me with? Good forums written by legends such as yourself?
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
Click to expand...
Click to collapse
Well as for bugs, we still don't have WiFi working, camera is not working at all at one rom and on another one camera recording is not working.
BT is still work in progress, but it works on one rom and will be fixed soon.
MIC is our biggest problem for now, other than that, everything works, rotation, 3d acceleration, sensors, GPS, 3g/signal, SDcard, sounds - speakers, mount USB and probably i forgot the rest.
Not bad!
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
Sv: Anyone porting ubuntu for SENTATION XL?
Just to share with you guys. After having compiled and testing then compiled and testing again and again I feel like having a new phone when it is running. I loved this phone from the beginning and at that time it was just a great phone, but then all other devices have other ROMs than only sense ROMs as we have and I was bored about it. I keep thinking, perhaps this phone was to slow to be a great device, until I first time flashed jelly bean. No matter if it was Codefirex or Evervolv or CM10.1 all running either android 4.2.1 or 4.2.2 I've tested the whole phone was just much more fast and nice to use. I can assure you that this will be a revolution for sensation xl
Sent from my HTC Sensation xl using xda premium
anders3408 said:
Just to share with you guys. After having compiled and testing then compiled and testing again and again I feel like having a new phone when it is running. I loved this phone from the beginning and at that time it was just a great phone, but then all other devices have other ROMs than only sense ROMs as we have and I was bored about it. I keep thinking, perhaps this phone was to slow to be a great device, until I first time flashed jelly bean. No matter if it was Codefirex or Evervolv or CM10.1 all running either android 4.2.1 or 4.2.2 I've tested the whole phone was just much more fast and nice to use. I can assure you that this will be a revolution for sensation xl
Sent from my HTC Sensation xl using xda premium
Click to expand...
Click to collapse
Sounds great!! I love our device, too. I think it's also the best looking device What can you tell me about the battery consumption?
I'm really excited about the JB ROMs, I really wished I could help with developing but I'm just at the basics of it :S
Sv: Anyone porting ubuntu for SENTATION XL?
Rachorid said:
Sounds great!! I love our device, too. I think it's also the best looking device What can you tell me about the battery consumption?
I'm really excited about the JB ROMs, I really wished I could help with developing but I'm just at the basics of it :S
Click to expand...
Click to collapse
Personally I have not tested battery drain at all, the last 2-3 weeks my xl has been connected to the machine I compiles on did a testrum yesterday with evervolv so when I get home I will charge phone fully and just let it run until it is dead, in idle state then we will have some idea about if it is good or bad
Sent from my HTC Sensation using xda premium
anders3408 said:
Just to share with you guys. After having compiled and testing then compiled and testing again and again I feel like having a new phone when it is running. I loved this phone from the beginning and at that time it was just a great phone, but then all other devices have other ROMs than only sense ROMs as we have and I was bored about it. I keep thinking, perhaps this phone was to slow to be a great device, until I first time flashed jelly bean. No matter if it was Codefirex or Evervolv or CM10.1 all running either android 4.2.1 or 4.2.2 I've tested the whole phone was just much more fast and nice to use. I can assure you that this will be a revolution for sensation xl
Sent from my HTC Sensation xl using xda premium
Click to expand...
Click to collapse
well i am really glad to hear that! any chance of ota update within your jellybean ROM?
Sv: Anyone porting ubuntu for SENTATION XL?
ricky310711 said:
well i am really glad to hear that! any chance of ota update within your jellybean ROM?
Click to expand...
Click to collapse
Do you mean like my miui rom, an ota app? Or do you mean official its jellybean?if it is the first part, perhaps yes, that function should be added to all custom rom, but an official ota update from HTC does I not think we resive
Sent from my HTC Sensation using xda premium
anders3408 said:
Do you mean like my miui rom, an ota app? Or do you mean official its jellybean?if it is the first part, perhaps yes, that function should be added to all custom rom, but an official ota update from HTC does I not think we resive
Sent from my HTC Sensation using xda premium
Click to expand...
Click to collapse
hopefully! maybe for your next project you should make an app specified for SXL to update you rom?
ricky310711 said:
hopefully! maybe for your next project you should make an app specified for SXL to update you rom?
Click to expand...
Click to collapse
the app used in miui rom is just the original ota app compiled from source.
anders3408 said:
the app used in miui rom is just the original ota app compiled from source.
Click to expand...
Click to collapse
but sat we go to update the software in settings>aboutphone>software updates is there a chance you could create a server for ported updates and set the defaul to download it from the server? therefore allowing ota updates on a unlocked phone?
ricky310711 said:
but sat we go to update the software in settings>aboutphone>software updates is there a chance you could create a server for ported updates and set the defaul to download it from the server? therefore allowing ota updates on a unlocked phone?
Click to expand...
Click to collapse
That is what OTA update center is for , and i have included that in my MIUI rom and it is working just fine. You can see what i am talking about here :
http://forum.xda-developers.com/showthread.php?p=29501085
and i also think that we will put it in that way it is much easy for all to get the updates for future jellybeans, But with that app it will only allow you to get updates from the rom you are using. So if you are using Codefirex you will not see updates from Evervolv.
But in theory, it is possible to edit ota update center app, so it is used when going via settings --> about phone --> Software updates.
If a developer adds the app to a rom, just out of the box, no edit to it, it will come like a seperat app you are opening to see if there is an update, or it will do it automaticly.
Also you cant as an user download the app and then use it , it has to be put in by the developer.
It is infact pretty simple to get working :
1. Download the latest version of the app from our GitHub page.
2. Put the app in /system/app of your ROM.
3. Pick a ROM ID that you will use in our database. This should have no spaces and preferably be all-lowercase.
4. Add the following properties to your build.prop:
---otaupdater.otaid=<ROM ID you picked from previous step>
---otaupdater.otatime=<Date/time of this build in yyyymmdd-hhmm format>
---otaupdater.otaver=<The human-readable version number/name>
5. Package your ROM, generate an MD5 of the zip file, and upload it somewhere.
6. Add/update your ROM in our database. You will need the ROM ID you picked, the device you packaged for, and the URL and MD5 of the zip file.
For further updates, just make sure you update the otatime and otaver properties in build.prop
It amazes me what yous people can do!
Any news on a beta release date? So keen to try jb!
Sent from my HTC Sensation XL with Beats Audio X315e using xda
premium
I think we are all the same when you'll see ubuntu, guys are working on JB, and will JB (CM10.1), will be soon also ubuntu....good luck
I've been running holics 1.3 as my dd for a long time but I'm looking for something new. I heard the Pac Rom is nice. Anyone recommend anything better then go holics?
Thanks!
P.s. does PlayStation certified mean I can play psp games?
Sent from my HTC Velocity 4G using xda app-developers app
i'm running holics as well on my vivid and was also looking for a new one. I think i am going with the touchwiz rom made by xXSHaDoWsomethingXx based off of Pacman, you might want to take a look at that.
edit: XxSHaDoWxSLaYeRxX*
Sent from my HTC Velocity 4G using xda app-developers app
PacMan is good & stable. The battery life is good as well. Would highly recommend if you're looking for a change.
Sent from my HTC PH39100 using xda premium
Noob questions
Hi,
I'm new here and I need to ask a couple of things. I really want to root the phone and work with it because the battery is killing me with its phenomenally short live.
So, the 2 questions. What rom would you recommend as worth to try? For what I have been reading Paranoid or PAC appears to be the one with almost no problems related to phone operability.
And the second question is where I can find a proper guide on how to root this phone? I am not new to rooting a phone have done that before with an HTC desire and a Galaxy S2 but I am having a hard time finding a proper guide to root the HTC vivid.
Thank you very much for your help and sorry for my noob questions.
There is a super guide in development
Sent from my Vivid 4G using Tapatalk 2
Try my ROM. Its sexy a'f lol
Sent from my HTC Holiday using Tapatalk 2
i just rooted my vivid.. using twrp as my recovery ,,,,as for the rom CyanogenMod ,it works the best,, i have tried pacman,,glitchy ,,MlUl didn't work.
ELEMENT 115 Touchwiz
zimmeroftheman said:
i just rooted my vivid.. using twrp as my recovery ,,,,as for the rom CyanogenMod ,it works the best,, i have tried pacman,,glitchy ,,MlUl didn't work.
Click to expand...
Click to collapse
Miui works..
Sent from my HTC One X using Tapatalk 2
ZeRo2o9 said:
Miui works..
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
also curious what glitches were experienced in pacman?
homeslice976 said:
also curious what glitches were experienced in pacman?
Click to expand...
Click to collapse
biggest glitch.. just about every app i use they would eventually get,, your app has stopped working,,,as for muii,, even after factory reset every thing would fail to load,,,open home screen and fail messages galore,,, biggest complaint on cyanogenmod,,, phone speaker volume is to low,, and it hates google,, play , talk , maps,, does not work right on my phone
Don't know what version you used but the ROM has worked fine
Sent from my HTC One X using Tapatalk 2
Been using borked 2.5 and really have not had any complaints. I use my build.prop speed mods which is in the developement section and have been enjoying sense 4.1
http://forum.xda-developers.com/showthread.php?t=2150435
http://forum.xda-developers.com/showthread.php?t=2171741
Sent from my HTC PH39100 using xda app-developers app
Pacman rom or broked rom both are great.
ipagan10 said:
Pacman rom or broked rom both are great.
Click to expand...
Click to collapse
Been using Borked, awesome rom.
Borked 2.5 beta is a good choice. For being a beta it doesn't have very many bugs from what i've seen.
PAC, Paranoid Android, and cyanogen mod are all good. I'll give a link to a ton of ROMs that you can try.
http://forum.xda-developers.com/showthread.php?t=1486024
Sent from my Vivid 4G using xda app-developers app
I've tried almost every ROM. JB ROMs isn't to att friendly as the in call volume is super low. first on ma list is virtouis inquisition on battery life an performance and sound quality second is darkraider has aroma installer and like 7 kernels to choose from an a whole bunch of install options and if u wanna change any of the kernels are settings offered to u in the install just reflash zip an gives u option to change setting super clean an super easy to use also very good on battery life performance and sound in audio and in call. jb ROMs I like cm10 with sultan kernel developed by a super smart 15 year old xda developer he's the only one working on the volume fix as we speak as and yes fixed a whole bunch of jelly bean ROM problems and the thing that flips my head the most is he don't even own or have a vivid
i'm also running cm10 with sultan kernal. runs great, no issues. if you use it you cant get the most up to date version of gapp's, there's a slightly older version that works with the vivid/cm10 much better
Seriously gotta try borked 3.2, its amazing.
Sent from my HTC PH39100 using xda app-developers app
Hello,as many of you know ,that here was no updates made for a long time ,but i was working on this ROM with the help of Adam77Root ,Ive tried a lot of different combos of the Build, a lot of logging ,testing was done,but now Ive come to point where I ask any developer to help Porting this ROM to our for 4X ,so ive decided to make this an open development and publish current build.
NOTE: THIS FOR DEVELOPERS ONLY,THE ROM IS NOT BOOTING
CURRENT STATE:
This Port is based on CM10.1 stable with no /system/app.It has - repacked kernel, many imported libs and frameworks. The ROM was stuck at bootanimation all the time ,untill the last libhw_legacy.so was added and it got stuck at LG splash .
DOWNLOADS:
HOX SENSE 5 ROM:
http://www.androidfilehost.com/?fid=23060877490001102
PORT BUILD:
https://mega.co.nz/#!qQ4W2A6T!DvelYll6Z8J_OlbvWd1YlQnonK8a_iS8KvqsbHxOzh4
Thanks to:
iodak
GalaxyUser
Adam77Root
Yea finnaly. wil try it when i am at home
(Bad english)
Sent from my LG-P880 using xda app-developers app
What is this based on? Which Android version?
4.1 Jelly Bean
going to try it in the evening
Sent from my LG-P880 using xda app-developers app
i just started the download and its about 16 min left ( i dont have good internet speed, only about 500kb/s) but ill report back and tell if this boots or not
one person reported that the rom reboots all the time,im still not home to test it.
Sent from my LG-P880 using xda app-developers app
It is more than obvious that the rom will not boot ... No hard feelings!
I wish that this was booted and with no bugs because i would definitly use it.
(only 15 Dutch so maybe bad english.)
did u changed the kernel ?
boot class path (smth like this)
Sent from my LG-P880 using xda app-developers app
tobixdev said:
did u changed the kernel ?
boot class path (smth like this)
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
iodak did it ,right now its his kernel with the bootclasspath from one x
Sent from my LG-P880 using xda app-developers app
Since you port from HOX and use Sense 4+, I assume it's the 4.1.1 version. It will be an enormous work.
Does this.boot or i need to test myself?
Sent from my LG-P880 using xda app-developers app
Small suggestion. EGL libs have no need to change also hw libs (for start) so first to get the rom booting and after that fixes...there is no need to pile all at once!
today i haven't got enough time to have a look at it sorry. i will do it before monday
You could ask dexter_nlb if he has some tipps for you.
Hope you will get that thing work
Sent from my LG-P880 using xda app-developers app
tobixdev said:
today i haven't got enough time to have a look at it sorry. i will do it before monday
You could ask dexter_nlb if he has some tipps for you.
Hope you will get that thing work
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
contacted him before this ,didnt answer yet ,priority is to get it booted now.
In reply to @Gmobilize for the PM, but others might also be interested:
This and similar ports are not impossible to do. It just needs a lot of work. We are in a good situation, because: 1. We have NEON instruction support (Nowadays almost all new devices have this, but it's a pain if one doesn't.) 2. The HOX is similar both in chipset and in screen size and resolution. 3. We have official JB.
These were the pros, now the cons: HOX JB is based on 4.1.1 and it's slightly different from 4.1.2. Many native libraries should be replaced, which should not cause a problem as the chipset is similar.
I have already worked on a port similar (Stock Samsung JB from Exynos 4 to Tegra 2, without NEON support -> it was really hard), but would not participate in this project right now (I'm intereseted, but have some other work atm.).
Regarding rumours, 4.2.2 with Sense 5 will land in July to the HOX, I would wait for that.
If you need any help with the project, I'm here. Some advices first: Don't flash the whole rom, rather do it one-by-one, i.e. first frameworks, fix the necessary natives, boot into system_server, let SystemUI and core services start app, add providers, add core apps then others. It is a time (and adb ) consuming port, but it has to be this way.
Finally is it booting?I didnt find in any post anything
GRG13 said:
Finally is it booting?I didnt find in any post anything
Click to expand...
Click to collapse
Try it
Sent from my LG-P880 using xda app-developers app
My data plan doesn't afford it.im on vacation.so I will wait until come back
Looks like the 4.4 source code has been added to the SDK since the N5 just came out today!!
Hopefully that means new 4.4 roms for us soon?
Also google has said they are releasing a GPE 4.4 Rom for the HTC One in the next few weeks!
http://www.engadget.com/2013/10/31/google-announces-nexus-5/ (check under the 'Full PR Text')
edit: Also this: http://www.engadget.com/2013/10/31/htc-one-android-kitkat/
~15 days for GPE release
~30 days for Dev Edition Sense
~90 days for Sense on all other US carrier variants
--
http://rootzwiki.com/topic/107330-ro...h-43-binaries/
That link is for Tmo AOSP with 4.3 binaries. There are links for international and att variants on that page in first post.
We all just need to be patient and wait for the developers to start cooking up the 4.4 ROMs.
As you mentioned, the GPE HTC One will receive the update soon anyway so once it has we'll start seeing certain ROMs being updated aswell
Sent from my HTC One using XDA Premium 4 mobile app
Waiting ARHD for nightly built!
HTC One cihazımdan Tapatalk kullanılarak gönderildi
Repo is running
Sent from my HTC One using xda app-developers app
Building 4.4 with 4.3 driver. Works on s4 too. I begin a build but my pc sucks.. :sly: i think i need hours to build :thumbup:
Sent from my HTC One using xda app-developers app
flatzki said:
Building 4.4 with 4.3 driver. Works on s4 too. I begin a build but my pc sucks.. :sly: i think i need hours to build :thumbup:
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Let us know how it goes!
Can't wait , need it for sense and though will take some time..but giving the fact that in my country people did not received ota for android 4.3 sense 5.5 yet, I'm very happy with what I have now.
flatzki said:
Building 4.4 with 4.3 driver. Works on s4 too. I begin a build but my pc sucks.. :sly: i think i need hours to build :thumbup:
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Did you have any luck with the build?
Sent from my HTC One using Tapatalk
Sry no.. I work on a nexus port but i have trouble with the kernel
Sent from my One using xda app-developers app
Imagine we need the 4.4 device tree for the One to come out first.. seems like everyone is waiting for that and/or the official GE Rom to drop as there are a bunch of build issues with the current sources and 4.3 dev tree. May have gotten the terminology wrong there but you get the point.. hopefully soon...
Sent from my HTC One using XDA Premium 4 mobile app
Even if we don't get a port we are getting the actual update in 14 days. Better to wait for a fully working version than a possibly unstable version.
Sent from my HTC One using xda app-developers app
Guess what just came out?
http://rootzwiki.com/topic/107330-rom-first-kitkat-44-aosp-with-43-binaries/
That link is for Tmo AOSP with 4.3 binaries. There are links for international and att on that page in first post.
Only issue is, i can't flash any of them, they all fail lol. Least its a start though ^^
Status 7 error is easy to fix. Status 7 is a error in updater Script. I look inside later
Sent from my HTC One using xda app-developers app
All I get are "Error executing updater binary in zip" (which may be error 7?) And "this device is m7 not m7ul/att/tmo/etc"
Sent from my HTC One using XDA Premium 4 mobile app
In rootzwiki they have a r.r build up and running for all gsm ones
Sent from my One using Tapatalk
---------- Post added at 10:18 PM ---------- Previous post was at 10:18 PM ----------
nelsonator1982 said:
In rootzwiki they have a 4.4 build up and running for all gsm ones
Sent from my One using Tapatalk
Click to expand...
Click to collapse
Sent from my One using Tapatalk
Ah got it figured out, apparently tarp 2.6.3 no like, had to grab cwm 6.0.4.3 or whatever. It's post 13 in the rootz international thread.
http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-6.0.4.3-m7tmo.img
After flashing that I had zero problems getting the M7UL rom installed.
Sent from my HTC One using XDA Premium 4 mobile app
Ill be waiting for this
Version 2 in the international HTC one forum on rootz is working great. Had to grab pagapps modular For the 4.4 stuff and flashed supersu 1.65 and cwm touch 6.0.4.4. Can't use twrp yet.
Sent from my One using XDA Premium 4 mobile app
I am waiting for Android 4.4 with sense 5.5
Sent from my HTC One using Tapatalk