[DEV] recompile libcamera for Bravo - Bravo Android Development

Hello,
as I have seen the Bravo has almost Identical Hardware as the Motorola Defy, but the Camera Module is a diffrent one!
Well to get Camera on the Bravo working with Defys CyanogenMod 7, you just have to modify the libcamera!
LibCamera:
https://github.com/CyanogenDefy/android_device_motorola_jordan/tree/gingerbread/libcamera
In the JordanCameraWrapper.h there are the Two Defy Camera Modules defined!
Code:
typedef enum {
CAM_SOC,
CAM_BAYER
} CameraType;
SOC = green Cam and BAYER = red Cam!
Also there is a JordanCameraWrapper.cpp (of course) which handles the whole Camera thing!
So the easiest way to get Camera working ist following:
- look up which device Card the Bravo has (need this from a few to rule out that there are diffrent Modules)
- modify the code to support the Bravos Cam Modules
- re-compile the camera lib
- hopefully get working camera!
I have to say I have no Motorola Bravo but I have a Motorola Defy!
I would do this for the Community!
So I would start setup an Dev Environment for the Bravo now!
I need a logcat from startup till shutdown in between you have to open the Camera App!
To do this do the follwing:
- Setup the Android SDK
- put your Device in Debugging Mode
- plug the USB in
- Setup the Motorola Drivers (same as for rooting)
- open a Command Box and navigate to the "platform-tools" folder in the Android SDK Folder
- type in "adb devices" and you should see a device listed!
- shutdown the Bravo as it is (Debug on, USB-Plug plugged in) now type in the following in your Command Box "adb logcat > logcat_bravo.txt"
- turn on your Bravo and wait till everything is ready, then open the camera app, then shutdown your Bravo
- Press CTRL + C and Navigate to "Platform-tools" folder, there should be your log file!
- upload it and send it to me!
Sry for the typos!
I am a Kraut (german)
Regards,
the|Gamer

logcat.txt
Thanks for your help , will attach my logcat , booting stock froyo , firing up camera, taking a picture and shutting it down
Is LibSOCKobeCamera what you were looking for?
11-30 15:27:51.461 1211 1348 D LibSOCKobeCamera: +openCameraHardware
11-30 15:27:51.461 1211 1348 D LibSOCKobeCamera: -openCameraHardware
also an interesting line:
11-30 15:27:52.149 1910 1947 D MotoCamSetting: Droid2 isDroid2 in setting3m
11-30 15:27:52.149 1910 1947 D MotoCamSetting: Droid2 isDroid2 in settingtrue
3m is the camera resolution of bravo

Hello,
thanks! now I need someone who gives my a bootup with CyanogenMod 7!
Regards

the|gamer said:
Hello,
thanks! now I need someone who gives my a bootup with CyanogenMod 7!
Regards
Click to expand...
Click to collapse
Have you ever seen this thread I made? I guess not or else you would have helped long ago! http://forum.xda-developers.com/showthread.php?t=1280257
Maybe this will help you? It is MIUI not CM7, but same libs don't make a difference correct?

Hello,
Oh no I did not see that Thread!
I have to say it is may not that easy as I stated in first post its possible!
From what I see now it uses a SOC Module, so it could be from the same Manufactor as the Defys green lens.
Will download Bravos Source (Motorola released it) and then I have the Camera lib I have to implement it in to Cyanogenmod, that is the Plan and that is how the Cyanogenmod guys did it
I will start these days when I have some freetime!
I'll keep you updated!

the|gamer said:
Hello,
Oh no I did not see that Thread!
I have to say it is may not that easy as I stated in first post its possible!
From what I see now it uses a SOC Module, so it could be from the same Manufactor as the Defys green lens.
Will download Bravos Source (Motorola released it) and then I have the Camera lib I have to implement it in to Cyanogenmod, that is the Plan and that is how the Cyanogenmod guys did it
I will start these days when I have some freetime!
I'll keep you updated!
Click to expand...
Click to collapse
I guess that makes you the only true developer of the Bravo then! I appreciate the help you're giving us! I'll make sure to thank every post I can

Would like to make some kind of Bravo Customized Rom, with right build probs!
Sent from my HTC HD2 using Tapatalk

the|gamer said:
Would like to make some kind of Bravo Customized Rom, with right build probs!
Sent from my HTC HD2 using Tapatalk
Click to expand...
Click to collapse
I'm very excited about your participation.
Thank you so much for helping out!!

the|gamer said:
Hello,
Oh no I did not see that Thread!
I have to say it is may not that easy as I stated in first post its possible!
From what I see now it uses a SOC Module, so it could be from the same Manufactor as the Defys green lens.
Will download Bravos Source (Motorola released it) and then I have the Camera lib I have to implement it in to Cyanogenmod, that is the Plan and that is how the Cyanogenmod guys did it
I will start these days when I have some freetime!
I'll keep you updated!
Click to expand...
Click to collapse
Finally I hope we get it this time.

Hi,
so what I need is the following:
a Log from someone with Cyanogenmod 7!
Searching for some Informations that may only CyanogenMod 7 gives me!
edit:
YES! a CyanogenMod 7 gives me the Informations that I need e.g.
D/JordanCameraWrapper(22416): device /dev/video0 card is omap3/mt9p012/hplens/
I/JordanCameraWrapper(22416): Detected BAYER device
Click to expand...
Click to collapse
I want the full logcat of a Bravo with CyanogenMod7!
I like to buy a Bravo so that developing is easy but they dont sell them in Germany!
So I guess there are some people that are ready to test for me?
Next week I have time enough to work at this thing!

the|gamer said:
Hi,
so what I need is the following:
a Log from someone with Cyanogenmod 7!
Searching for some Informations that may only CyanogenMod 7 gives me!
edit:
YES! a CyanogenMod 7 gives me the Informations that I need e.g.
I want the full logcat of a Bravo with CyanogenMod7!
I like to buy a Bravo so that developing is easy but they dont sell them in Germany!
So I guess there are some people that are ready to test for me?
Next week I have time enough to work at this thing!
Click to expand...
Click to collapse
I'll do it when I arrive at home, Im using now gingerblur.
So, what you need now is a logcat of the phone when the camera launches?
I hope you get it soon, we use fast burst camera and action snap but we cant get the 3mpx, is just around a vga resolution picture.
Thanks for helping us!!

logcat from cm7, with working preview
here is the logcat from cm7, the camera preview works, but upon taking a picture the app freezes and just creates a 0 byte jpg file

snnyby said:
here is the logcat from cm7, the camera preview works, but upon taking a picture the app freezes and just creates a 0 byte jpg file
Click to expand...
Click to collapse
You did it before me
Well Im alredy at home to test anything.
I really hope we get it, @the|game is our saviour!!!

This helps me alot!
So the Bravo has a SOC Camera Device which means it is the same Camera as the 1st Gen Defys (Green).
So the Problem is the Image processing!
I'll do more research on this at evening when I am back from Work!
Regards
the|Gamer
Sent from my HTC HD2 using Tapatalk

the|gamer said:
This helps me alot!
So the Bravo has a SOC Camera Device which means it is the same Camera as the 1st Gen Defys (Green).
So the Problem is the Image processing!
I'll do more research on this at evening when I am back from Work!
Regards
the|Gamer
Sent from my HTC HD2 using Tapatalk
Click to expand...
Click to collapse
If you need any other thing we are here.
I wanna help in everything I can. There some others who would like to help also.
I'll be pending to any move on this thread!!

Keep us updated please! I would love this to work.
Sent from my MB520 using XDA App

the|gamer said:
This helps me alot!
So the Bravo has a SOC Camera Device which means it is the same Camera as the 1st Gen Defys (Green).
So the Problem is the Image processing!
I'll do more research on this at evening when I am back from Work!
Regards
the|Gamer
Sent from my HTC HD2 using Tapatalk
Click to expand...
Click to collapse
Yes see we do have camera actually working. And we can take videos. Its just when we take a picture it saves a null image and like on MIUI it displays "cannot connect to camera"
Sent from my MB860 using XDA App

So if they are the same camera why don't the fixes for defy work on bravo?
Sent from my MB520 using XDA App

Junkyardjames87 said:
So if they are the same camera why don't the fixes for defy work on bravo?
Sent from my MB520 using XDA App
Click to expand...
Click to collapse
Because the camera isn't exactly the problem. If it was then we wouldn't even be able to take videos. As the|gamer said the problem is image processing.

So what do we need to do to fix that?
Sent from my MB520 using XDA App

Related

[ROM][ABANDONED] Q'n'D Meizu M9 Vision Port (v0.1)

Meizu M9 Q'n'D port for Vision
!!!!!!!!!!!!!!!!!!!
03/20/2011 update: no progress made, throwing in the towel
I can't figure the framework out, every edit I make breaks something else. Long story short, this is a little too in depth for me! Between work and family life, I don't have the time to sink into this to figure it out. For anyone interested in picking the project up, I'd recommend trying to merge an updated Meizu /system dump. Once you do, you'll need to baksmali services.jar and make some major edits. Here's 3 more up-to-date /system dumps I've found around various fora:
system_v1.0.0-13940.zip - Mediafire
system_v1.0.2-14504.zip - Mediafire
system_v1.0.2-15033.zip - Mediafire
Good luck to anyone who decides to pick this up, it's no joke!
END UPDATE
!!!!!!!!!!!!!!!!!!!
Here's a working port of the Meizu M9 ROM for Vision! I need your help debugging and testing the ROM. This is to be considered totally experimental, and is still in need of further development. I wouldn't recommend using it as your daily driver (although I suppose you could ). I'm looking for input from other hackers on fixing what's broken. Thanks!
Flash it with CWM. It will work with the latest version available in ROM manager.
Thanks to:
siulmagic - he started the port and got it booting. This wouldn't be possible without him.
eViL D - Pieces of this were taken from his MT4G port.
meltus - Pieces of this were taken from his N1 port.
XxDaLoWeSt1xX/MagnusRagnarok - Their work porting it to the EVO
Click to expand...
Click to collapse
Now, on to the details!
What works:
- Phonecalls/SMS
- Audio
- Microphone
- Data (APNs should work automatically)
- SD Card (recognized by phone)
- Sensors
- Keyboard
- Backlights
- Softkeys
- Accelerometer
- Haptic Feedback (needs to be enabled in Accessibility Settings)
- USB (debugging needs to be enabled in USB settings)
- Rooted
Click to expand...
Click to collapse
What's broken:
Major
- Wifi - enabling causes the phone to reboot
- Bluetooth
- Camera
- Mounting SD card via USB
Minor
- Resolution issues (framework edits are needed)
- Graphics issues (white on white text, etc)
- Time isn't automatically set properly. Manually set your time if it's off.. YMMV.
- Random Chinese text here and there
Click to expand...
Click to collapse
What I haven't tested yet:
- GPS
- MMS
Click to expand...
Click to collapse
Other things you should be aware of:
- The M9 ROM doesn't seem to sync well with Google. Your contacts will not be synced. I believe this is the intended behavior of the ROM itself, but I need to do more testing/investigating.
Click to expand...
Click to collapse
Included apps:
- Some Google Apps (Gmail/Maps/Chrome to Phone/Voice/Youtube/Search/etc)
- Wifi Calling (useless for now, wifi doesn't work)
- ROM manager
- Titanium Backup
Click to expand...
Click to collapse
Screenshots:
Disclaimer:
I'm not responsible if you break your phone with this. Please be careful.
Click to expand...
Click to collapse
Last but not least...
DOWNLOAD
V0.1 - Multiupload
Wow, this looks like an awesome ROM. Hope you get everything working soon
Nice
Sent from my Liquid Metal using XDA App
Awesome you got sound working, and sensors. Hopefully you get this port further than what I did.
Sent from my Incredible using XDA App
I've always wanted to try Meizu out.
Best of luck.
p.s. - bug reports if I find any time to tinker with it.
Great job. I hope all the remaining features works soon.
oh .. my .. god
i have first seen this phone during my stay in china and am really interested in the whole meizu thing!
I kinda need my phone to be stable for at least the next week cuz ill be without internet or anything (going snowboarding, woohoo), but after that i will definitely flash this and help finding bugs and whatnot
I tried it looks great loved the lock screen icons everything but ill just wait until its finally ported
Thanks
Sent from my G2 using XDA App
I can't thank you enough for porting this rom across, although it is still in early stages I have been waiting for someone to port it across. Again thanks so much!
Hi, will other languages than german be included in this rom ?
Great work! I love you man.
Sent from my HTC Vision using Tapatalk
WOAH. Looks really interesting. With the google sync problem:
you try skipping then logging in via market?
Wanna test but i kinda need wifi. Definately flash when fixed though
I never thought we'd get a port of this awesome looking rom, I'm SUPER EXCITE for this!
b1oh4zard said:
Hi, will other languages than german be included in this rom ?
Click to expand...
Click to collapse
I haven't done any translation work at all yet. Whatever is there is what came packaged by Meizu
Sent from my HTC Vision using XDA App
tun4f1sh said:
I haven't done any translation work at all yet. Whatever is there is what came packaged by Meizu
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
i very much doubt there a german translation, this rom comes in Chinese only, so they only translation there is, its for English.
OOOHHHH YYEaaahhh
tun4!! your are the man drop everything your doing and give this rom hell bro.. i think this rom is overlooked and thanks to you it shall finally be recognized!! hands down a much need refreshment to the community!
wow.., i just want those call recorder
Excited!!!!!!!!!!!!!!!!
Dude, I'm so excited for this port!
Get Wi-Fi Working and I'm all over it!
Good job by the way! I would flash it immediately but I don't have a data plan cause I don't really need it... I have Wi-Fi all the time.
btw mountig sdcard via usb works, you just have to do it a couple of times, eventually it will work. thats how it was when i last worked on my build.
hey guys,
i just tried it out on my gsm htc vision and i had a lot of problems even if the rom boot.
no sim detection. no keyboard/trackpad/buttons working.
i just can't try it more since i can't lock/unlock the screen and can't use the home button.
hope you'l lfix it, this rom sounds really interesting.

[DEV] We have a 90% working cam now

Ok, so, Thanks to aread22 We have a 90% working cam, since we still dont have 720p and some effects ares still broke, but share and set as both work which was the original goal of this, and while we dont have 720p recording yet, im sure we will get there (eventually )
Heres that Cam:View attachment HTCCamera.apk
oh and btw, its from the 1.84 desire sense rom.
So things still to fix:
-720P
-Some effects (graphic intensive ones, probably gpu related)
(and i really hope some mod doesn't move this thread to q&a like my last thread, WHICH WAS NOT A Q&A THREAD)
* reserved*
Ok, i guess what ill put here are the tools that will help anyone who wants to contribute to this,
Beyond compare: A very very good compare tool for directory's and files
http://www.scootersoftware.com/
Apk manager: a very easy feature rich app script package for apk's that will let you extract,decompile,recompile and a ton of other stuff
http://forum.xda-developers.com/showthread.php?t=695701
Notepad++: one of the best text/data editors i have ever used, very handy..
http://notepad-plus-plus.org/
DroidExplorer: will let you access your android device like an explorer window..
http://de.codeplex.com/
dsixda's HTC Android Kitchen: a very easy kitchen to use, windows (with cygwin) and linux compatible
http://forum.xda-developers.com/showthread.php?t=633246
u forgot cmylxgo's desire HD camera fix..
dailomac said:
u forgot cmylxgo's desire HD camera fix..
Click to expand...
Click to collapse
omfg not this sh*t again..
i defer you to this:
http://forum.xda-developers.com/showthread.php?t=981881
hell, go read cmylxgos thread, hes using my fixed apk..
and one of the people collaborating with us on this is cmylxgo along with g.lewarne,dandiest and a few others should be contributing too..
ok, anyways.. i have been pouring over smali files for days, trying different files in lib,bin and from looking at the log, my current guess is that the issue lies with the recording of audio when you hit record, which it runs into an error when it tries and crashes the apk.. i dont know if thats correct and im not sure what needs to be done to fix it, but thats why we have a dev thread for eh?
How about 720 recording ...is it just not possible cause I figured someone would have figured this out by now
tigerz0202 said:
How about 720 recording ...is it just not possible cause I figured someone would have figured this out by now
Click to expand...
Click to collapse
well, that isnt something i believe that can be done at the moment, but i do believe it is possible and from what i have read its mostly a kernel issue, seeing as how wp7 can do it on our hardware and thats all software..
but before we even approach that here, i would like to get just basic recording working with the newer camcorder function..
pyrorob said:
well, that isnt something i believe that can be done at the moment, but i do believe it is possible and from what i have read its mostly a kernel issue, seeing as how wp7 can do it on our hardware and thats all software..
but before we even approach that here, i would like to get just basic recording working with the newer camcorder function..
Click to expand...
Click to collapse
Which apk is the one with all the boxy border .....I hate that one, the one that comes with cmyxlo builds is the one I would love to have in my cm7 rom I'm currently on. And will it install
tigerz0202 said:
Which apk is the one with all the boxy border .....I hate that one, the one that comes with cmyxlo builds is the one I would love to have in my cm7 rom I'm currently on. And will it install
Click to expand...
Click to collapse
the boxy border? i have not seen that.. and the one in cmylxgo's rom is of course, the older one with the working camcorder function..
pyrorob said:
the boxy border? i have not seen that.. and the one in cmylxgo's rom is of course, the older one with the working camcorder function..
Click to expand...
Click to collapse
Its got a grey border around the screen. Some devs skin it some don't
tigerz0202 said:
How about 720 recording ...is it just not possible cause I figured someone would have figured this out by now
Click to expand...
Click to collapse
What about A/V sync in Sense builds? I've been flashing and flashing, and have yet to find a truly working camcorder in this regard? Is this likely to be fixed?
inconceeeivable said:
What about A/V sync in Sense builds? I've been flashing and flashing, and have yet to find a truly working camcorder in this regard? Is this likely to be fixed?
Click to expand...
Click to collapse
well, who knows? maybe the different version of the camcorder could fix it? who knows until we get it working...
i think people are more likely to be using the camera so if we get a camera,it will be a big breakthrough and then the camcorder will probably come after you figured out the camera,keep up the hard work
Keep up the good work ! And this thread deserves to be in the stickies !
Finally, I'm glad to see that you've taken the initiative to get this moving. Can this also apply to the currently non-working camera that appears in the new Gingerbread Sense build by iMilka (and for other future builds)?
jonboyuk said:
Finally, I'm glad to see that you've taken the initiative to get this moving. Can this also apply to the currently non-working camera that appears in the new Gingerbread Sense build by iMilka (and for other future builds)?
Click to expand...
Click to collapse
well, who knows, what i would like to see is people posting logs from alogcat at the time the try to run the camera (if it fc's as soon as you open it) or when they hit record (if it fc's there)
i dont know what the issue is with the gb camera (does it fc on open?)
but i wouldn't mind if this say, became the thread where we work out camera issues on all builds
and if enough people posted log snippets, just maybe we can find a commonality and that would head us in the right direction..
as it stands im figuring that the issue lies in the kernel or the libs, with the kernel looking more likely, im figuring it needs updated code to be compatible with the newer cameras and more then likely if we can get the newer camera working here, then the gb camera would also..
logcat
here i have attached the logcat. this is my first time. so im not sure if ok. i have started the logcat and then i click the camera then it did soft reset and reboot i close the logcat.
pyrorob said:
well, who knows, what i would like to see is people posting logs from alogcat at the time the try to run the camera (if it fc's as soon as you open it) or when they hit record (if it fc's there)
i dont know what the issue is with the gb camera (does it fc on open?)
but i wouldn't mind if this say, became the thread where we work out camera issues on all builds
and if enough people posted log snippets, just maybe we can find a commonality and that would head us in the right direction..
as it stands im figuring that the issue lies in the kernel or the libs, with the kernel looking more likely, im figuring it needs updated code to be compatible with the newer cameras and more then likely if we can get the newer camera working here, then the gb camera would also..
Click to expand...
Click to collapse
rasumia said:
here i have attached the logcat. this is my first time. so im not sure if ok. i have started the logcat and then i click the camera then it did soft reset and reboot i close the logcat.
Click to expand...
Click to collapse
what camera apk is this and what rom?
and do this when you post these, look at the time on your watch or computer when you hit record and mention that. as long as its set the same as your device (your pc should have its clocked auto synced just like your phone so its times should match). this way there wont be a need to do a bunch of fishing for the error in the log.. oh, and set your log type to long under alogcat preferences..
edit: ok i see this is the gingerbread rom..
and wow lots of permission errors and a java failed binder transaction then all your services die..
and another odd, it seems to be connecting to htc database servers to check for updates..
camera
Sooo.. for ex. I have frankinstein droid 1.5 rom, when i hit record it doesn't work, and i must reboot my hd2.
What i wanna install ?

HeroGetsHoney v0.1

Hey Guys!
Well I seen a thread in the general section talking about the posssibility of Android 3.0 or Honeycomb for Hero. I decided to have a go at porting a Magic HC ROM and so here it is. It works okay, can be sluggish at times but it's really only a proof of concept but if there's enough interest I'll consider improving it to try and get everything working. This ROM is really a joint effort between me and Ybinnenweg, he's helped me develop every rom i've ever built so far so we may as well stick together .
Thanks to:
yohshua for the original rom.
Ybinnenweg for his advice and support
Elelinux for the update-script
Okay down to business..
Whats working?
- Led's
- Auto-Rotate ( it rotates after using camera but doesn't rotate back :L )
- Full Honeycomb UI
- Auto-Brightness
- SD Card mount?
- Key Lights
- Not sure what else.. find out!
Whats not working?
- Sound
- SMS
- Calls
- Camera
- USB Storage
- Bluetooth
- Wifi
Thanks to Ybinnenweg for screens
Downloads:
Superuser Fix
HeroGetsHoney v0.1
P.S: I know it says welcome to Elelinux-speedmachine, that's only because i used his updater-script. It'll be fixed in the next build
Changelog
v0.2:
Options
- Las Venturas 0.4.5 Kernel: http://www.multiupload.com/4LSROB7RQM
Wow! Any screens? How fast is it?
OMG! Great news!
I can't post screens atm, as I use my phone for work and can't use a ROM that has limited functionality for a while, I'll try get something up later. The speed is okay, it's not great but it's using fly-kernel12a, not tried using LV with it so i'm not sure if that will improve the speed. Test it out for me, any feedback is much appreciated
Nice to see you working on this but you've a lot of work to do good luck with it.
Hope this one is easier to port than MIUI
iPasta said:
Nice to see you working on this but you've a lot of work to do good luck with it.
Hope this one is easier to port than MIUI
Click to expand...
Click to collapse
Thanks, at least I have sources for this one
I tried flashing, it said verification failed because it's missing a file, data/app/Contacts.apk something like that
djdavis said:
I tried flashing, it said verification failed because it's missing a file, data/app/Contacts.apk something like that
Click to expand...
Click to collapse
what recovery are you using?
I'm using RA 1.6.2a
Lol, didn't thought it was possible to port because Google hadn't released the code I am willing to try as soon it gets a bit more usable
As the dev is AFK
Here are the screens that I've taken, they will be on the OP
the rest..
djdavis said:
I'm using RA 1.6.2a
Click to expand...
Click to collapse
okay, seems to be problems with amonRA, try using clockwork?
very cool! I cant believe our Hero's can do this, I guess they are living up to their names! also you guys are my heroes!
Habarug said:
Lol, didn't thought it was possible to port because Google hadn't released the code I am willing to try as soon it gets a bit more usable
Click to expand...
Click to collapse
I'm sure that Elelinux had Honeycomb running on the Hero shortly after it was released by Google ... ?
It booted was as good as it got though ⊙_⊙
Sent from my Hero using XDA Premium App
swatsbiz said:
I'm sure that Elelinux had Honeycomb running on the Hero shortly after it was released by Google ... ?
It booted was as good as it got though ⊙_⊙
Sent from my Hero using XDA Premium App
Click to expand...
Click to collapse
Thats true, don't think he ever posted on here though. I think it was more out of interest that he done it rather than a official ROM.
Just curious, will calling and sending text messages ever be fixed?
Look there is no market seeing the screenshot
riemervdzee said:
Just curious, will calling and sending text messages ever be fixed?
Click to expand...
Click to collapse
Probably, I'm having a look at that just now actually, the magic rom has sms working so we should be able to get that fixed aswell

Ice Cream Sandwish Defy port Working on Bravo

Well, now Im using CM9 (something of it) its not ready yet.
But almost everything is working!
*Wipe everything as always in recovery
*Install the zip file
You can install now Google Apps
- No camera
This is all thanks to Epsylon3 and others...
http://defy-cm.net/jordan-ics-test0/
Google apps : http://download.clockworkmod.com/test/gapps-20111128.zip (Require a Data Wipe, will not work with /data from cm7)
Here is a video of my phone booting, its beautiful.
http://www.youtube.com/watch?v=SXsXAh9nM3o
http://www.youtube.com/watch?v=eDZ1I0r6ym0
Lastest updates not working because of the new gingerbread kernel used in defy roms.
I hope somebody help us with that!
josuearisty said:
Well, now Im using CM9 (something of it) its not ready yet.
But it really looks great, unfortunately nothing is working, I think just multitouch and.... who knows? hehehe
This is not for everybody.... well you should try but follow this.
*Wipe everything as always in recovery
*Install the zip file
*Recovery mode will starts automaticly, then go to "boot-->" and select "[2nd init]"
and ready.
http://defy-cm7.tk/ics-test0/CM9-ICS-MR0-jordan.zip
Here is a video of my phone booting, its beautiful.
http://www.youtube.com/watch?v=SXsXAh9nM3o
Click to expand...
Click to collapse
That's amazing! I check the Defy forums periodically, surprised you beat me to it! Looks great though! (And sense I don't use this phone as main phone idc much about functionality) Oh, and where did you find this? Can't find anything on CM9 on Defy forums, only MIUI ICS, which is still badass!!
BravoMotorola said:
That's amazing! I check the Defy forums periodically, surprised you beat me to it! Looks great though! (And sense I don't use this phone as main phone idc much about functionality) Oh, and where did you find this? Can't find anything on CM9 on Defy forums, only MIUI ICS, which is still badass!!
Click to expand...
Click to collapse
You can get it here:
http://defy-cm.net//ics-test0/
Thats a project which is still very new.
I made no modifications to it, I made myself sure that there werent any boot or devtree, etc the three files you said that should be removed.
Follow it there. I think they are going to upload the new changes.
Cool!
Is camera working on Bravo???
Ramonsterator said:
Cool!
Is camera working on Bravo???
Click to expand...
Click to collapse
Nothing is working, did you watch the video?
The defy devs got alot more working like touch screen and keyboard and even wifi! Can't wait to port this to the bravo and tweak the heck out of it .
Sent from my MB525 using XDA App
marquae11 said:
The defy devs got alot more working like touch screen and keyboard and even wifi! Can't wait to port this to the bravo and tweak the heck out of it .
Sent from my MB525 using XDA App
Click to expand...
Click to collapse
Could we possibly drop a hint to the Defy guys to make an ICS rom for it;s brother Bravo? I mean it is our baby and all but would be nice to have a base vanilla rom to go off of.
Junkyardjames87 said:
Could we possibly drop a hint to the Defy guys to make an ICS rom for it;s brother Bravo? I mean it is our baby and all but would be nice to have a base vanilla rom to go off of.
Click to expand...
Click to collapse
Well, I think we would have camera working a long time ago, the problem is that none of them have a bravo to work with it.
Once there was someone who was talking about buying a bravo to a recognized dev from here, but nothing was done.
------------------------------------------------------------------------------------
About ICS, I think we should take an ICS rom now and work with the camera, since I think it has no defy lib for the camera.
What do you think?
that's cool! we hope have ICS in Moto Bravo!,

[ROM][CM10] Ultimate Jelly

Some of you requested a working CM10, so i'll provide some up-to-date test builds.
Downloadlink: http://www.mediafire.com/?7d2xd0xw9gantpo
Gapps: http://goo.im/devs/OliverG96/gapps-lite/gapps-jb-20120726-lite-rebased.zip (Flash them after you have booted, don't know it these gapps work.)
I don't have much time coming weeks so i'll change the layout of this thread later.
I don't have a HTC Hero, so I don't know what works, what doesn't. I don't even know if it boots.
YOU have to test and report what's working/bugs. It will go slow but it's all I can do.
I have used Shelnutt's CM10 build for HTC Hero CDMA which is quite the same.
Don't forget to push the THANKS button and to thank shelnutt for his builds!
Is this the rom or only gapps ?
hammadjavaid said:
Is this the rom or only gapps ?
Click to expand...
Click to collapse
I just added the downloadlink.
Won't boot. And windows doesnt accept the driver, so no logcat...
Tried first time for a while, and the bootanimation seemed to pick up some speed..
Edit logcatting now! One of the first things I saw was:
I/cm ( 88): Welcome to Android 4.1.2 / CyanogenMod-10-20130105-UNOFFICIAL-heroc
Click to expand...
Click to collapse
Phew, it booted. Animations are a bit slow...
Whole log: http://www.pasteall.org/38695/text
Trackball use shows a mousecursor
Power button does not give a response (so no screenshot)
BT switches on!
WIFI doesnt switch on ...
Does boot. Not very fast rom. Camera is missing. Pleasing on the eye looks nice .
Sent from my Hero using xda app-developers app
It boots, that's a good thing. CM10 is indeed slower as CM9 on my Magic too, probably because it uses even more memory and don't forget it just a raw build.
I'll see if I can get some things improved with scripts.
PowerPlop said:
It boots, that's a good thing. CM10 is indeed slower as CM9 on my Magic too, probably because it uses even more memory and don't forget it just a raw build.
I'll see if I can get some things improved with scripts.
Click to expand...
Click to collapse
Happy to test. My hero is up for sale so I dont know how long i'm able to test it.
How can you dev something if you cant test it? I'm a software dev, but I need my debugger all the time..
jogai said:
Happy to test. My hero is up for sale so I dont know how long i'm able to test it.
How can you dev something if you cant test it? I'm a software dev, but I need my debugger all the time..
Click to expand...
Click to collapse
Because we know what it takes to make it work since the process is almost same, our devices Hero and Magic are not that much different so the steps that are needed to port to magic are not that different from steps needed to port it for hero
jogai said:
Happy to test. My hero is up for sale so I dont know how long i'm able to test it.
How can you dev something if you cant test it? I'm a software dev, but I need my debugger all the time..
Click to expand...
Click to collapse
It's quite easy since once you know which files have to be replaced, you just have to repeat it for every ROM you port. :good:
PowerPlop said:
It's quite easy since once you know which files have to be replaced, you just have to repeat it for every ROM you port. :good:
Click to expand...
Click to collapse
Just to let you know, if you need any help with anything, PM me
Next week i'll try some builds on my HTC Magic first and if things are improved, I will release new builds.
This Rom is for HERO C
dodge67 said:
Does boot. Not very fast rom. Camera is missing. Pleasing on the eye looks nice .
Sent from my Hero using xda app-developers app
Click to expand...
Click to collapse
try some speed tweaks like pure performance x, if this has init.d support...

Categories

Resources