Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
lolo7291
Old
#91  
Senior Member
Thanks Meter 25
Posts: 99
Join Date: Mar 2011
Location: Laval
For the moment the port is not ok
It is abandonned since they can't port from armv7 to armv6 easyly without HTC source codes etc

So, if anyone can port from armv7 to armv6, then the project can reborn.

But for now, it's pending help
 
jordfaz
Old
#92  
jordfaz's Avatar
Recognized Contributor
Thanks Meter 600
Posts: 765
Join Date: Mar 2012
Location: Nantwich

 
DONATE TO ME
Quote:
Originally Posted by lolo7291 View Post
For the moment the port is not ok
It is abandonned since they can't port from armv7 to armv6 easyly without HTC source codes etc

So, if anyone can port from armv7 to armv6, then the project can reborn.

But for now, it's pending help
Please could you help me.
I've tried porting from the wildfire s to my HTC hero, but it never gets to the bootanimation:/
If I knew how to port from the wfs I could try to get the sense 4 rom booting (I have a lot of free time).
thanks

Recognised Contributor
Creator of over 20 rom's for 5 different devices!


------------------------------------------------------------------------------------------------------------------------------------------------------------------
Github
 
lolo7291
Old
#93  
Senior Member
Thanks Meter 25
Posts: 99
Join Date: Mar 2011
Location: Laval
Quote:
Originally Posted by jordfaz View Post
Please could you help me.
I've tried porting from the wildfire s to my HTC hero, but it never gets to the bootanimation:/
If I knew how to port from the wfs I could try to get the sense 4 rom booting (I have a lot of free time).
thanks
The fact is that htc golf(Desire C) is an armv7 device.
WFS is armv6 so it's "quite easy" to make a port from this device.
But they didn't manage to get it boot on the wfs

If you want to try it out, just take a look at :
http://forum.xda-developers.com/show...1591878&page=3How to port from armv7 to armv6

You can use as a base all the work done by the wfs devs.
Don't forget that all they've done so far is related to their device, so try to do the same for our device and it should be quite ok to use as a real base
 
jordfaz
Old
#94  
jordfaz's Avatar
Recognized Contributor
Thanks Meter 600
Posts: 765
Join Date: Mar 2012
Location: Nantwich

 
DONATE TO ME
Quote:
Originally Posted by lolo7291 View Post
The fact is that htc golf(Desire C) is an armv7 device.
WFS is armv6 so it's "quite easy" to make a port from this device.
But they didn't manage to get it boot on the wfs

If you want to try it out, just take a look at :
http://forum.xda-developers.com/show...1591878&page=3How to port from armv7 to armv6

You can use as a base all the work done by the wfs devs.
Don't forget that all they've done so far is related to their device, so try to do the same for our device and it should be quite ok to use as a real base
I know that, I just need to figure out how to port from the WFS so that I can boot the sense 4 ROM to bootanimation, then from that I can logcat and try to fix any issues.

Recognised Contributor
Creator of over 20 rom's for 5 different devices!


------------------------------------------------------------------------------------------------------------------------------------------------------------------
Github
 
dudeman1996
Old
#95  
dudeman1996's Avatar
Recognized Contributor
Thanks Meter 1150
Posts: 1,103
Join Date: Aug 2010
Location: London, UK

 
DONATE TO ME
Quote:
Originally Posted by lolo7291 View Post
The fact is that htc golf(Desire C) is an armv7 device.
WFS is armv6 so it's "quite easy" to make a port from this device.
But they didn't manage to get it boot on the wfs

If you want to try it out, just take a look at :
http://forum.xda-developers.com/show...1591878&page=3How to port from armv7 to armv6

You can use as a base all the work done by the wfs devs.
Don't forget that all they've done so far is related to their device, so try to do the same for our device and it should be quite ok to use as a real base
It wasn't easy at all, and we don't even have it booting... We don't have sense ICS libs for armv6, so we can't get any further without source. :\
 
lolo7291
Old
(Last edited by lolo7291; 5th July 2012 at 07:27 PM.)
#96  
Senior Member
Thanks Meter 25
Posts: 99
Join Date: Mar 2011
Location: Laval
Quote:
Originally Posted by dudeman1996 View Post
Quote:
Originally Posted by lolo7291
WFS is armv6 so it's "quite easy" to make a port from this device.
But they didn't manage to get it boot on the wfs
It wasn't easy at all, and we don't even have it booting... We don't have sense ICS libs for armv6, so we can't get any further without source. :\
Sorry, my sentence was incorrectly written grammatically.
What I meant was that the port from WFS to HERO G2 would be "quite easy" because of the same armv6 architecture.

And I totally agree with you when you say that the port from Desire C to WFS is really hard, really difficult.
What you probably missed is all the work I've done by my side to port it, and all I did was the exact same thing compared to what you(wfs dev) did at the same time

And I totally assume to be a newbie at porting, I don't even know how to edit low memory killer values or create good init.d scripts etc...

Maybe we can create libs for our devices based on libs from both hero, wfs and golf...
 
dudeman1996
Old
#97  
dudeman1996's Avatar
Recognized Contributor
Thanks Meter 1150
Posts: 1,103
Join Date: Aug 2010
Location: London, UK

 
DONATE TO ME
Quote:
Originally Posted by lolo7291 View Post
Sorry, my sentence was incorrectly written grammatically.
What I meant was that the port from WFS to HERO G2 would be "quite easy" because of the same armv6 architecture.

And I totally agree with you when you say that the port from Desire C to WFS is really hard, really difficult.
What you probably missed is all the work I've done by my side to port it, and all I did was the exact same thing compared to what you(wfs dev) did at the same time

And I totally assume to be a newbie at porting, I don't even know how to edit low memory killer values or create good init.d scripts etc...

Maybe we can create libs for our devices based on libs from both hero, wfs and golf...
I'm pretty noob myself if I'm honest. And I don't think we can use libs from other devices, we need the source code to compile it for armv6 - something I doubt we'll get :\
 
jordfaz
Old
#98  
jordfaz's Avatar
Recognized Contributor
Thanks Meter 600
Posts: 765
Join Date: Mar 2012
Location: Nantwich

 
DONATE TO ME
Quote:
Originally Posted by dudeman1996 View Post
I'm pretty noob myself if I'm honest. And I don't think we can use libs from other devices, we need the source code to compile it for armv6 - something I doubt we'll get :\
Me being a noob aswell, I need help porting wfs roms to the hero, I've tried every porting guide with a few wfs roms, none of which made it to the bootanimation:/

Recognised Contributor
Creator of over 20 rom's for 5 different devices!


------------------------------------------------------------------------------------------------------------------------------------------------------------------
Github
 
dudeman1996
Old
#99  
dudeman1996's Avatar
Recognized Contributor
Thanks Meter 1150
Posts: 1,103
Join Date: Aug 2010
Location: London, UK

 
DONATE TO ME
Quote:
Originally Posted by jordfaz View Post
Me being a noob aswell, I need help porting wfs roms to the hero, I've tried every porting guide with a few wfs roms, none of which made it to the bootanimation:/
Which ROMs you trying to port?
 
jordfaz
Old
#100  
jordfaz's Avatar
Recognized Contributor
Thanks Meter 600
Posts: 765
Join Date: Mar 2012
Location: Nantwich

 
DONATE TO ME
Quote:
Originally Posted by dudeman1996 View Post
Which ROMs you trying to port?
These:
forum.xda-developers.com/showthread.php?t=1683874
forum.xda-developers.com/showthread.php?t=1226765
forum.xda-developers.com/showthread.php?t=1575023

I'm just trying to get some experience, and some new devs for our device

Recognised Contributor
Creator of over 20 rom's for 5 different devices!


------------------------------------------------------------------------------------------------------------------------------------------------------------------
Github

 
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...