Hello guys,
This is an effort to bring together all the guys who would like to learn AOSP Rom development for our beloved HTC Sensation.
HTC has given up on sensation way back but the community is keeping it alive till now. Even some devs have moved to other devices or focusing more on other devices.
I like my Sensation and I want to be able to have the latest versions of Android on it whenever Google releases it. I am sure many many Sensation owners would like that as well. To be able to do it, this is an effort to learn AOSP Rom development.
I would like to invite all like minded people devs / testers to join in. I would also request all the Sensation android gurus out there if they could help us in this effort.
Now to the real business.
I am trying to get 4.3 boot on our sensation. I have been able to compile AOSP 4.3 for Sensation using the resources I could find over forums and internet.
I am using Team-Hydra's repos and kernel. Thanks to TeamHydra for their excellent CM 10.1 ROM.
It now generates a ota-zip package which I am able to flash using 4ext recovery.
The kernel boots, I could see the htc logo but after that a blank - black screen.
It responds a bit with adb, so I could do adb reboot, adb reboot recovery but when i try adb shell or adb logcat i get
I am trying to find and read more to find out what should be the next or rather first step to be able to find out the problem.
I have linked my local_manifest.xml which is pointing to corrected device tree for pyramid for you guys to start.
In case you need help setting up the code repo let me know, I will try to put up a brief tutorial about it.
My Github : https://github.com/shantur
My LocalManifest : https://github.com/shantur/local_manifest_pyramid
Patch for excluding Recovery from otapackage : https://github.com/peteralfonso/platform_build/commit/9b3a020058b84fb1f9cfba600f4a958572a805c3
(Modified Files are attached)
Any pointers, Any suggestions and help is really helpful.
This is an effort to bring together all the guys who would like to learn AOSP Rom development for our beloved HTC Sensation.
HTC has given up on sensation way back but the community is keeping it alive till now. Even some devs have moved to other devices or focusing more on other devices.
I like my Sensation and I want to be able to have the latest versions of Android on it whenever Google releases it. I am sure many many Sensation owners would like that as well. To be able to do it, this is an effort to learn AOSP Rom development.
I would like to invite all like minded people devs / testers to join in. I would also request all the Sensation android gurus out there if they could help us in this effort.
Now to the real business.
I am trying to get 4.3 boot on our sensation. I have been able to compile AOSP 4.3 for Sensation using the resources I could find over forums and internet.
I am using Team-Hydra's repos and kernel. Thanks to TeamHydra for their excellent CM 10.1 ROM.
It now generates a ota-zip package which I am able to flash using 4ext recovery.
The kernel boots, I could see the htc logo but after that a blank - black screen.
It responds a bit with adb, so I could do adb reboot, adb reboot recovery but when i try adb shell or adb logcat i get
Code:
Shantur:~ shantur$ adb logcat
- exec '/system/bin/sh' failed: Exec format error (8) -
I have linked my local_manifest.xml which is pointing to corrected device tree for pyramid for you guys to start.
In case you need help setting up the code repo let me know, I will try to put up a brief tutorial about it.
My Github : https://github.com/shantur
My LocalManifest : https://github.com/shantur/local_manifest_pyramid
Patch for excluding Recovery from otapackage : https://github.com/peteralfonso/platform_build/commit/9b3a020058b84fb1f9cfba600f4a958572a805c3
(Modified Files are attached)
Any pointers, Any suggestions and help is really helpful.
Attachments
-
23.7 KB Views: 83