I build my own I just havent synced up yet.
I am on 6.2 now so I will watch for the battery life.
This commit fixed it in Mantera's repo
https://github.com/mantera/android_...mmit/0ef85978d04c5416318ce03bf34f2059322ce71c
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I build my own I just havent synced up yet.
I am on 6.2 now so I will watch for the battery life.
Oh, thanks! Didn't know.
Edit:
Are there any other phones that have the same Ardeno 205 and msm7x30 chip as we do? If their community has CM9 fully working, we can just visit their Github pages and look through the files to see what we are missing.
Huawei Honor/Glory /Mercury use the same chipset as the Triumph. Huawei released a version of ICS for these phones.
The Mercury is a CDMA phone on Cricket.
Oh, thanks! Didn't know.
Edit:
Are there any other phones that have the same Ardeno 205 and msm7x30 chip as we do? If their community has CM9 fully working, we can just visit their Github pages and look through the files to see what we are missing.
Huawei Honor/Glory /Mercury use the same chipset as the Triumph. Huawei released a version of ICS for these phones.
The Mercury is a CDMA phone on Cricket.
Then why not use that source for the Adreno 205 and our processor? And kernel 3.0 (would have to rewrite less drivers?)
Sorry if this has been asked before. Just trying to figure out how this stuff works.
Each manufacturer adds their own modifications to the linux kernel to work with the combination of hardware included. Even the FB0 devices have different touchscreens & wifi drivers as an example. Various manufacturer phones using the same Qualcomm chip have even more differences.
hey guys great job with this rom I'm loving it thanks to all who helped in this I was wondering if there would be a way to have the soft keys enabled on this rom I really like those for some reason and was just wondering if it could be done thanks again guys and keep up the good work I will definately be donating
Ok, so I updated the kernel for data usage tracking. Needs to be tested first but assuming it all works, will add it to the repo and push it tomorrow. As a preliminary test, it looks like everything is working. If you want to build your own kernel, I already pushed the changes up for that. But i won't push the prebuilt to the device repo for now.
This will be a flashable kernel zip like an austrie kernel right? Could you do that? I'm liking 6.0 as of now and don't want to keep wiping.. I'll wait for more major changes..
This will be a flashable kernel zip like an austrie kernel right? Could you do that? I'm liking 6.0 as of now and don't want to keep wiping.. I'll wait for more major changes..
This will be a flashable kernel zip like an austrie kernel right? Could you do that? I'm liking 6.0 as of now and don't want to keep wiping.. I'll wait for more major changes..
hey guys great job with this rom I'm loving it thanks to all who helped in this I was wondering if there would be a way to have the soft keys enabled on this rom I really like those for some reason and was just wondering if it could be done thanks again guys and keep up the good work I will definately be donating
Im sorry guys I went back through the old thread and got it confused.
All he did was backport the genlock driver and some other stuff
http://androidforums.com/triumph-al...nly_-building-ics-source-isaacs-github-5.html
All of this stuff is in the experimental version of his kernel.
was it just the modified stock kernel, or something else? Like the .39 maybe?
*edit* I saw something about edowar having possible camera working? Is this something we could use as well?
I have been working on some kernel source for a while and haven't been on the forum. I finally have gotten it to build after about 2 weeks of troubleshooting. Basically I have pulled mantera's .config from his edited kernel from Motorola Source and built using that. My question is how do I incorporate the zImage to mantera's ICS source code?
My guess is I rename the zImage located in /arch/arm/boot to kernel and replace the kernel file located in mantera's android/device/motorola/triumph is that correct? If that is the case what about the recovery_kernel?
I was trying to use fastboot to test out my zImage but it doesn't look like our phone is setup to do fastboot? I tried the command fastboot devices from the recovery mode, the volume down boot mode, and with the normal boot up with no love.
I have been working on some kernel source for a while and haven't been on the forum. I finally have gotten it to build after about 2 weeks of troubleshooting. Basically I have pulled mantera's .config from his edited kernel from Motorola Source and built using that. My question is how do I incorporate the zImage to mantera's ICS source code?
My guess is I rename the zImage located in /arch/arm/boot to kernel and replace the kernel file located in mantera's android/device/motorola/triumph is that correct? If that is the case what about the recovery_kernel?
I was trying to use fastboot to test out my zImage but it doesn't look like our phone is setup to do fastboot? I tried the command fastboot devices from the recovery mode, the volume down boot mode, and with the normal boot up with no love.
#Add permissions for camera access
chmod 0666 /dev/msm_camera/config0
chmod 0666 /dev/msm_camera/control0
chmod 0666 /dev/msm_camera/frame0
chmod 0666 /dev/graphics/fb0
This is copied from another thread! But hell try it. There is a guy using our fixes on a non msm device
I'm going to drop by and pass along some little info that might help with the camera, cant guarantee anything but its worth a shot, hell i don't even know if you even have tried this yet but here it is
http://forum.xda-developers.com/showpost.php?p=21734698&postcount=125
might have to fix some of the permissions in the init.rc too
for the shift the additions to the init.rc looks like this:
Code:#Add permissions for camera access chmod 0666 /dev/msm_camera/config0 chmod 0666 /dev/msm_camera/control0 chmod 0666 /dev/msm_camera/frame0 chmod 0666 /dev/graphics/fb0
of course the intercept will be different but I'm sure you get the idea
here is addition info on the camera HAL, i know this is for other phones but some of it could help get you in the right direction.
http://forum.xda-developers.com/showthread.php?t=1427030