Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
matt5eo
Old
#1  
matt5eo's Avatar
Senior Member - OP
Thanks Meter 428
Posts: 316
Join Date: Dec 2011
Location: Graz
Default ▐▐ MISSION-HWA▐▐ aria


Wellcome to MISSION HWA


Why am I affected by?

Because you what CM9 and MIUI running on your phone.
But fast, smooth and with all functions or am I wrong?

About:

Wildfire S, Aria, Legend.. and more (you tell me) We all got the ports working on
your device. But without HWA it is unuseable. We are brothers and sisters, because our phones are similar.

CPU 600 MHz ARM 11
GPU Adreno 200


Why a mission?

You all are her because ONE PROBLEM needs to be solved.
Most things are fixed like WIFI/GPS/Network and so on.
Everyone love Android ICS but only a few run it because
its laggy, slow and not made for the daily use because of this bug.
And because I wanted a cool name^^

Most of the devices are running the CM7 Drowningchild Kernel.

We need to fix HWA. It enable a lot of apps for ICS and 3D but also the speed and smoothness.!


Working together is much successful than working alone.
Working harmonously together is much more enjoyable
And NOW START WORKING!


WE JUST NEED ONE WORKING KERNEL!! So we can port it and porting
a kernel isn't that hard.




GO TO THE THREAD
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
 
s0be
Old
#2  
s0be's Avatar
Recognized Developer
Thanks Meter 390
Posts: 602
Join Date: Dec 2007
Location: Pentwater

 
DONATE TO ME
Quote:
Originally Posted by matt5eo View Post
WE JUST NEED ONE WORKING KERNEL!! So we can port it and porting
a kernel isn't that hard.
Yes, it really is.
There is no need to pm me, I probably won't answer. Just ask whatever you have to ask in a public thread.
My Github
The Following 3 Users Say Thank You to s0be For This Useful Post: [ Click to Expand ]
 
zhuoyang
Old
#3  
Senior Member
Thanks Meter 44
Posts: 223
Join Date: May 2009
Location: Ampang
Quote:
Originally Posted by matt5eo View Post

WE JUST NEED ONE WORKING KERNEL!! So we can port it and porting
a kernel isn't that hard.
Drowning can do that !
Phone : HTC Aria A6366 Revolutionary S-OFF (Carrier UMTS band not same with my phone )
ROM : CM9 4.0.4 Munjeni
Launcher : Apex Launcher
The way that I survived with tiny stroage : A2SDX
 
s0be
Old
#5  
s0be's Avatar
Recognized Developer
Thanks Meter 390
Posts: 602
Join Date: Dec 2007
Location: Pentwater

 
DONATE TO ME
Here's the precise status:

There's a group of devices based on the msm-7x27 arch that all use the same adreno 200 driver. Their libegls will work for us, once we get a kernel updated to use the right gpu drivers. The problem is, the gpu drivers are all built around a later fork of the msm kernel tree, which is after the clock code was RADICALLY overhauled. This means our board files (arch/arm/mach-msm/board-liberty*) are not compatible with the new kernel trees, and the clock stuff+kgl stuff backporting to a kernel that works for us means integrating the clock changes.

I've been in communication with drowningchild on this, btw. He is not going to contradict what I say here.

'Just' porting the kernel over here means integrating a few THOUSAND lines of code from a different kernel, some of which are conflicting changes with what is in our kernel right now. The alternative (porting our board files to the new kernel) means porting THOUSANDS of lines of code to a kernel that is also partially incompatible, so it means re-writing a good chunk of it.

If you don't believe that I'm credible, here's the article discussing my port of the HTC Hero CDMA to kernel 2.6.35:

http://www.xda-developers.com/androi...-to-hero-cdma/
There is no need to pm me, I probably won't answer. Just ask whatever you have to ask in a public thread.
My Github
The Following User Says Thank You to s0be For This Useful Post: [ Click to Expand ]
 
WinSuk
Old
#6  
Senior Member
Thanks Meter 584
Posts: 380
Join Date: Jan 2011
Let me know if I can help with anything...
(My kernel "skill" isn't very good though )
 
zhuoyang
Old
#7  
Senior Member
Thanks Meter 44
Posts: 223
Join Date: May 2009
Location: Ampang
Quote:
Originally Posted by s0be View Post
Here's the precise status:

There's a group of devices based on the msm-7x27 arch that all use the same adreno 200 driver. Their libegls will work for us, once we get a kernel updated to use the right gpu drivers. The problem is, the gpu drivers are all built around a later fork of the msm kernel tree, which is after the clock code was RADICALLY overhauled. This means our board files (arch/arm/mach-msm/board-liberty*) are not compatible with the new kernel trees, and the clock stuff+kgl stuff backporting to a kernel that works for us means integrating the clock changes.

I've been in communication with drowningchild on this, btw. He is not going to contradict what I say here.

'Just' porting the kernel over here means integrating a few THOUSAND lines of code from a different kernel, some of which are conflicting changes with what is in our kernel right now. The alternative (porting our board files to the new kernel) means porting THOUSANDS of lines of code to a kernel that is also partially incompatible, so it means re-writing a good chunk of it.

If you don't believe that I'm credible, here's the article discussing my port of the HTC Hero CDMA to kernel 2.6.35:

http://www.xda-developers.com/androi...-to-hero-cdma/
Will it easier if porting a same processor device's kernel to our devices?
if i am not wrong , the sony X8 did have a same processor and it has HWA on ICS Port.
Phone : HTC Aria A6366 Revolutionary S-OFF (Carrier UMTS band not same with my phone )
ROM : CM9 4.0.4 Munjeni
Launcher : Apex Launcher
The way that I survived with tiny stroage : A2SDX
 
s0be
Old
#8  
s0be's Avatar
Recognized Developer
Thanks Meter 390
Posts: 602
Join Date: Dec 2007
Location: Pentwater

 
DONATE TO ME
Quote:
Originally Posted by zhuoyang View Post
Will it easier if porting a same processor device's kernel to our devices?
if i am not wrong , the sony X8 did have a same processor and it has HWA on ICS Port.
It will be easiest from another HTC device, as they'll have a more similar code base. I believe the Wildfire S is the prime candidate. I'm on a Don Quixote-esque approach of grabbing the 3.0.8 msm kernel from code-aurora and am trying to just dump board files in and fix up the fallout. Currently merging the AMSS and SMD stuffs (still a long way from boot testing, in other words).
There is no need to pm me, I probably won't answer. Just ask whatever you have to ask in a public thread.
My Github
The Following User Says Thank You to s0be For This Useful Post: [ Click to Expand ]
 
drowningchild
Old
(Last edited by drowningchild; 13th March 2012 at 03:36 AM.)
#9  
drowningchild's Avatar
Senior Member
Thanks Meter 324
Posts: 1,079
Join Date: Jul 2010
Location: West Allis,Wisconsin

 
DONATE TO ME
if a newer htc base is what we need what about the htc pico/explorer, based on 2.6.38?
i find the kernel version very odd for an android device, and the cpu (msm7225A) is labeled a scorpion?
-LG E-970- Codefire X
-Galaxy S2 i777- CyanogenMod 10.1
-Kindle Fire- CyanogenMod 10.1 SGT7-Linaro
-Infuse MTD- CyanogenMod 10
-HTC Liberty- CyanogenMod 9
Usually on IRC Freenode(#paincroom)!
Don't forget to hit the THANKS!
My Github
The Following User Says Thank You to drowningchild For This Useful Post: [ Click to Expand ]
 
s0be
Old
#10  
s0be's Avatar
Recognized Developer
Thanks Meter 390
Posts: 602
Join Date: Dec 2007
Location: Pentwater

 
DONATE TO ME
Quote:
Originally Posted by drowningchild View Post
if a newer htc base is what we need what about the htc pico/explorer, based on 2.6.38?
i find the kernel version very odd for an android device, and the cpu (msm7225A) is labeled a scorpion?
Perhaps? Have a link to a recent tree for it? Ideally it'd be a 2.6.35 tree (not having to battle linux core changes is a huge plus), but 2.6.38 might not be bad. I believe 2.6.38 was the kernel standard for Honeycomb(could be completely off base), so it's likely that the chip was used in a tablet first, so a 2.6.38 kernel base was the standard (again complete smoke).
There is no need to pm me, I probably won't answer. Just ask whatever you have to ask in a public thread.
My Github

The Following User Says Thank You to s0be For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...