Camera CM9 - Galaxy Tab 8.9 General

Hello everyone,
I am trying to get the camera work on CM9 but it doens't work! so if anyone can help me that would be Great and one last question can we use the camera drivers from the official TAB 7.7 ICS firmware?
using also this: http://forum.xda-developers.com/showthread.php?t=1651530
EDIT:
First fix doesn't work
EDIT:
Trying to do the kernel work now!
EDIT:
There is no boot.img file in the official samsung rom! (4.0.4)

Decompile the 7.7 kernel, find the driver for the camera, pull that section of code, recompile the cm9 kernel with the new driver.

FlanFlinger said:
Decompile the 7.7 kernel, find the driver for the camera, pull that section of code, recompile the cm9 kernel with the new driver.
Click to expand...
Click to collapse
Downloading 7.7 Firmware now after that i will decompile kernel and find the driver for the camera i will pull that to the cm9 kernel and recompile it wish me luck! PS Where to find the kernel in the Boot.img Or am i wrong?

You've got the source code for ICS on the 7.7 ?

FlanFlinger said:
You've got the source code for ICS on the 7.7 ?
Click to expand...
Click to collapse
No can you give me?

Yeah sure, here you go

FlanFlinger said:
Yeah sure, here you go
Click to expand...
Click to collapse
You don't know what you are saying man! im just trying something and you do this
I will never come back on this thread again (Galaxy Tab 8.9)
You guys are just Crazy To say im having ADHD you don't know what that means i think so im the calmest person here now

No need for that language
But lets just clear a few things up shall we......
You are going to reverse engineer (as you have no source code) about 6mb of data from the 7.7 kernel, find all the relevant parts that drive the camera and then use that to recompile the CM9 kernel to get the camera working.....
This is you whose only dev experience is taking a few apps out of a stock rom, repacking it, releasing it WITH NO CHANGELOG and then shortly after deleting the contents of your release post.

FlanFlinger said:
No need for that language
But lets just clear a few things up shall we......
You are going to reverse engineer (as you have no source code) about 6mb of data from the 7.7 kernel, find all the relevant parts that drive the camera and then use that to recompile the CM9 kernel to get the camera working.....
This is you whose only dev experience is taking a few apps out of a stock rom, repacking it, releasing it WITH NO CHANGELOG and then shortly after deleting the contents of your release post.
Click to expand...
Click to collapse
Im now busy with Porting Bindroid rom from galaxy tab 10.1 section i have permission from him is that also not good or can i do that?

safariking said:
Im now busy with Porting Bindroid rom from galaxy tab 10.1 section i have permission from him is that also not good or can i do that?
Click to expand...
Click to collapse
What I've just put in bold is what's really important. Sure, as long as you're willing to fix bugs the community reports because ports usually contain bugs since they are mostly not using native code.

nirogu325 said:
What I've just put in bold is what's really important. Sure, as long as you're willing to fix bugs the community reports because ports usually contain bugs since they are mostly not using native code.
Click to expand...
Click to collapse
Off coarse i will do that

I just wanna save you the trouble since it's not doable, especially not by you. Stop trying and wait for an official 8.9 ICS, only then we would be able to get the camera working.

Related

AOSP eclair build from Samsung Vibrant Source code.

Hi all,
If anyone wants to play with this and let me know how it works feel free.Its the system directory from an AOSP eclair build using the Samsung Vibrant source download from the opensource website.I have no Vibrant myself I just built this as a test to see if it would build clean with no errors using the samsung files as a test for when the Epic 4g sources get released.Please feel free to use it in a rom or whatever you chose and post back if it works or not.
www[DOT]mediafire[DOT]com/?wytytv44odtdsdx
EDIT: This is not flashable! This is a stock /system filesystem from a build of AOSP android this is the base for a ROM not a complete ROM in itself.
Most likely it won't work cause Eugene is working from the aosp but is running into problems getting sound and camera to work.
I was just surprised it compiled the first run I saw another post where they were getting a lot of errors.And I figured there would be corrupt files I had a hell of a time extracting the archieve.
Sent from my SPH-M900 using Tapatalk
Thanks for posting that. I would like to have a look around but I wasn't sure where and what to grab.
www.mediafire.com/?wytytv44odtdsdx
heh
10char
Rhcp thanks for reposting a real link kinda sucks not being able to post them.
Sent from my SPH-M900 using Tapatalk
skeeterslint said:
Rhcp thanks for reposting a real link kinda sucks not being able to post them.
Sent from my SPH-M900 using Tapatalk
Click to expand...
Click to collapse
Not a problem. Post some more so you can update your OP.
Good work on the build. Did you build the kernel too?
rhcp0112345 said:
Not a problem. Post some more so you can update your OP.
Good work on the build. Did you build the kernel too?
Click to expand...
Click to collapse
There is no Kernel in a system image.
just got home, gonna dl and see what cooking
rhcp0112345 said:
Not a problem. Post some more so you can update your OP.
Good work on the build. Did you build the kernel too?
Click to expand...
Click to collapse
I haven't tried building the kernel yet but I pulled the intramfs from a vibrant and captivate kernel to compare them togther and see if there are any real differences which it seems there really isn't that I noticed.One thing I did notice though is that the samsung kernel sources don't build the initramfs into the kernel that I noticed.With the Samsung Moment the sources had a file to build the kernel modules and a couple other programs that went into the intramfs and it had the initramfs_list file hidden inside the source somewhere it doesn't seem like they did that with the vibrant kernel source.How do they expect you to build a kernel that requires an initramfs in it and not build it into the kernel during the compile?I am gonna tinker around and probably use the initramfs_list file from the Moment initramfs and just add in all the directorys and files that are in the vibrant/epic/captivated initramfs.
it gets stuck on "installing update"
my clockwork does that from time to time with any zip file, just pull the battery and retry
Thats just a raw /system filesystem it would need to be cooked into a rom for it to be flashable.I threw it up there for someone to try and cook a rom out of it.
Has anyone had the problem when trying to compile a kernel that the suppiled build script doesn't build the modules?I can get the zImage to build but it won't build the modules at all.I would like to at least get it built with the samsung script and get the modules built then use the modules in the initramfs and try to build it with another script with the initramfs in the kernel.
skeeterslint said:
Thats just a raw /system filesystem it would need to be cooked into a rom for it to be flashable.I threw it up there for someone to try and cook a rom out of it.
Has anyone had the problem when trying to compile a kernel that the suppiled build script doesn't build the modules?I can get the zImage to build but it won't build the modules at all.I would like to at least get it built with the samsung script and get the modules built then use the modules in the initramfs and try to build it with another script with the initramfs in the kernel.
Click to expand...
Click to collapse
same problem I had with building the kernel
chaoscentral said:
same problem I had with building the kernel
Click to expand...
Click to collapse
The captivate kernel builds with the samsung script with no problem modules and all, used the captivate script with the vibrant kernel source same deal builds the kernel but no modules.
Almost Done! http://twitpic.com/2et5cb
eugene373 said:
Almost Done! http://twitpic.com/2et5cb
Click to expand...
Click to collapse
You're out of your mind - in a good way. Vanilla has got to FLY on this thing, right?
eugene373 said:
Almost Done! http://twitpic.com/2et5cb
Click to expand...
Click to collapse
Thank you so much for your hard work Eugene! Now if only we can get a mod or someone to lock your threads so only you can update, I'm tired of having to explain adb push/pull to people over-and-over, so I know you must be too.
Cheers,
=)
eugene373 said:
Almost Done! http://twitpic.com/2et5cb
Click to expand...
Click to collapse
Eugene,
If I'm not mistaken...that's the stock home launcher for 2.2 isn't it? Or are you running adw/launcherpro
Sent from my SGH-T959 using XDA App

[ Guide / Script ] Auto-Porter

WINDOWS
Note: Tested on Windows 8
1) 7-Zip
2) Winmerge
3) Notepad++
4) Java SE Development Kit
5) Place on your Desktop in a folder.
This script comes with instructions for each step, It is the MIUI auto-porter modified for general use with CM10 based roms.
It will say a bunch of stuff about MIUI on the splash-screen at the start, Ignore it.
Any Rom that uses CM10 as a base can be ported to this device using this script.
Download: Auto-porter
I know It's not a new rom update but I figured you folks would like it better, to test it out go to AvatarRoms site or some other CM10 based rom and try your hand at porting!
Some roms will have TW framework or other things like this and that must be taken care of manually, so for more complex ports you will need a good understanding of how to port and diff and xml editing and so on; but for very basic things or to create a quick port to assess what kind of potential work would need to be done, how compatible your device is with a base; this is a good place to start.
Hello
We can port any rom based on CM10 with this ? Like Paranoid Rom ??
Fekajo said:
Hello
We can port any rom based on CM10 with this ? Like Paranoid Rom ??
Click to expand...
Click to collapse
Try to and it wll prob work
I have already tried this with CM10 epinter for base and Paranoid for AT&T One X because they are the same architecture and screen size ( 1280*720 )
But they don't start, i see the log but i don't understand anything ^^'
I retry and i give you feedback
Thanks for your work
im trying that right now the cm10 and pana will tell you if it works its 2.70 so dont think it has pie but hey whatever
Fekajo said:
I have already tried this with CM10 epinter for base and Paranoid for AT&T One X because they are the same architecture and screen size ( 1280*720 )
But they don't start, i see the log but i don't understand anything ^^'
I retry and i give you feedback
Thanks for your work
Click to expand...
Click to collapse
Sometimes the foreign rom is just not compatible as a base, you will see results as you experiment and find which phones are most 'similar' to yours
If anyone has successfully ported a rom with auto-porter that boots and is somewhat functional or functional, then please post and share the details here. I personally do not know how to port a rom, or make a rom etc., But I am willing to learn how to use the auto-porter in this thread if someone is willing to point me in the right direction. Like which base to use, and what modifications need to be done and so on...
the tmobile s3 is based from the same chipset, should try there to see
Will this work with CM10.1 ROMs? Looking into porting AOKP 4.2 the easy way
Ban-Hammer said:
Will this work with CM10.1 ROMs? Looking into porting AOKP 4.2 the easy way
Click to expand...
Click to collapse
Hmmm, Perhaps but most likely not, I haven't tried any CM10.1 roms in this fashion
Tquetski said:
Hmmm, Perhaps but most likely not, I haven't tried any CM10.1 roms in this fashion
Click to expand...
Click to collapse
Alright. I can wait patiently for Hashcode
Sent from my XT926 using Tapatalk 2
Can you do a CM9 version ?
radnou974 said:
Can you do a CM9 version ?
Click to expand...
Click to collapse
Uh....
radnou974 said:
Can you do a CM9 version ?
Click to expand...
Click to collapse
It might work with CM9, worth a try.
May I ask why CM9? CM7 is much more stable on these phones.
Sent from my XT926 using Tapatalk 2
Dam i can't get miui up and running. I know it's kernal related but I'm not even getting a home screen. Smh.
Sent from my Razr HD using Tapatalk 2

[CM7][KERNEL]Unofficial Cyanogenmod 7 for Ace-i

reported it to be deleted.
wait till tomorrow for my new personal build
Will complete it later on.
Will complete it later on.
wuut?
This is yours CM7 or based on CM7 bieltv?
Alucard1989pl said:
This is yours CM7 or based on CM7 bieltv?
Click to expand...
Click to collapse
Yep my cm7 built from source
The device trees are by biel which I am working on.
downloading .... report in half an hour ...!
EDIT: Sbrick too, trying with hell lock now...
Phone has soft brick by kernel in your cm7 rom . . . system data and cache must be formated to ext4?
Alucard1989pl said:
Phone has soft brick by kernel in your cm7 rom . . . system data and cache must be formated to ext4?
Click to expand...
Click to collapse
use hells fusion from the other thread..
I already use hells fusion kernel but when i installed your cm7 my phone stuck on splash screen and led for 1 sec turn on.
Alucard1989pl said:
I already use hells fusion kernel but when i installed your cm7 my phone stuck on splash screen and led for 1 sec turn on.
Click to expand...
Click to collapse
logcat? its really weird cuz it worked for someone else..
what instructions did u use?
prototype-U said:
use hells fusion from the other thread..
Click to expand...
Click to collapse
Please include your kernel in this thread to make it clearer
You have to use this updater-script for flash cm7. If you don't use this one, the phone will get bricked. http://pastebin.com/htJ8NYTs
For use this updater-script you have to put in the first root of the zip two files: bmlunlock and busybox.
Remember to add the boot.img of hells fusion kernel at second post!
P.S. OP I think that you have to give credits to biel!
Soft Brick. Tried with hell lock flashable zip, softbrick with flashlight with 2 seconds. Now tried with the kernel you provided, stuck on the SGAi bootlogo. Any solution? You said it worked on someone else's device... How did he install? From stock or another rom?
EDIT: Now will try with the updater script you said, @Lopicl.00 . What attachment are you talking about?
mathm2013 said:
Soft Brick. Tried with hell lock flashable zip, softbrick with flashlight with 2 seconds. Now tried with the kernel you provided, stuck on the SGAi bootlogo. Any solution? You said it worked on someone else's device... How did he install? From stock or another rom?
Click to expand...
Click to collapse
Follow my post!
bricked the device while trying to install this rom, i had the kernel from your threat
Angryace said:
bricked the device while trying to install this rom, i had the kernel from your threat
Click to expand...
Click to collapse
Threat is something that puts you in danger
Well, I don't know which is the point of this thread. You are building my sources. You are making my ROM. Why create another thread? You don't have the device, me neither, but I started that project from 0. Why instead of making your CM7 you don't help us? Why don't you make a pull request? Do we need to talk with testers, which are the same for the both of us, to just test the same ROM!? If we want to have something big, we should focus on one CM and not building various CM7. I don't know which is the point of this, and I don't know what were you thinking. In your github there is 0 changes on my device tree. I committed all my changes during the last month and you used my work to build your own, and then it seems that your ROM is better than mine, because I don't release mid-done ROM's. I want to give the best expierence to all the users.
Also, I committed all the changes to help people understand on what I'm working. Many users asked me if I was really working on it, as I did not commit anything to github, but I was. And what happens if I commit? other users use my work to build their ROM's? I think that's not the way to go.
And what about a simple credit to the real author of this ROM? as your signature says: Send me device tree and I'll build the ROM. Why? To be more famous using other people's work? I don't get the point of anything here...
Oh, btw, where are the permissions to do that?
Thanks, Biel.
bieltv.3 said:
Well, I don't know which is the point of this thread. You are building my sources. You are making my ROM. Why create another thread? You don't have the device, me neither, but I started that project from 0. Why instead of making your CM7 you don't help us? Why don't you make a pull request? Do we need to talk with testers, which are the same for the both of us, to just test the same ROM!? If we want to have something big, we should focus on one CM and not building various CM7. I don't know which is the point of this, and I don't know what were you thinking. In your github there is 0 changes on my device tree. I committed all my changes during the last month and you used my work to build your own, and then it seems that your ROM is better than mine, because I don't release mid-done ROM's. I want to give the best expierence to all the users.
Also, I committed all the changes to help people understand on what I'm working. Many users asked me if I was really working on it, as I did not commit anything to github, but I was. And what happens if I commit? other users use my work to build their ROM's? I think that's not the way to go.
And what about a simple credit to the real author of this ROM? as your signature says: Send me device tree and I'll build the ROM. Why? To be more famous using other people's work? I don't get the point of anything here...
Click to expand...
Click to collapse
Ok I am also starting the device tree from scratch. Is that alright?
I will suspend the current build and post a new one tomorrow which will based on my device trees.
About credits? I didnt even complete writing this thread..
About changes thing? I have made changes at my end which are not committed becuz I dont wanna put untested changes on github.
Sorry If I offended someone but I had no real intentions of doing that..
and btw.. I mean somehting else from my sign.. I want to help other device owners to get new roms to their device. Though it contradicts to this build.

Device 4.4.4

Hello, if any developer can build drivers for solana 4.4.x, I can build any rom what u want, I think that the DROID RAZR XT910/912 have similar hardware, and camera and wifi and some others things, but I don't know how to build kernels, so if anyone knows how to, or anyone build a kernel(and necessary files for Android 4.4.4) please tell me and inmediatly I'll build a lot of roms for our device.
Sorry for my English.
Regards, Tony
PD: And if anyone knows where are the repos of Liquid 4.4 i'll be very pleased
help is here...
tonyt. said:
Hello, if any developer can build drivers for solana 4.4.x, I can build any rom what u want, I think that the DROID RAZR XT910/912 have similar hardware, and camera and wifi and some others things, but I don't know how to build kernels, so if anyone knows how to, or anyone build a kernel(and necessary files for Android 4.4.4) please tell me and inmediatly I'll build a lot of roms for our device.
Sorry for my English.
Regards, Tony
PD: And if anyone knows where are the repos of Liquid 4.4 i'll be very pleased
Click to expand...
Click to collapse
dont know if i can build a kernel but i can offer u my assistance in probably building a rom. there is already a kitkat rom for the D3 but the wifi & storage doesnt work, can u fix that? i'll give u the link to my rom site where lyes all the D3 roms look for the ls kk rom and maybe u could take that and maybe build a new one from it, the rest are jellybean roms maybe u can use that idk. https://www.mediafire.com/folder/b0gq735hrqxx6/Droid_3_ROMS
I'll build a rom for Solana(droid3) but I don't have the phone anymore, so if anyone wants to be a tester I'll upload it. Please note that I don't have the phone anymore so if this brick your phone I'm not responsable, in order to not to brick, please use slot-1 or slot-2, but not stock(in this way you can evade a brick).
anyway, those who wants to try this please tell me and when the rom finish building I put the link.
and another thing is:
I don't know a lot of English especial words, so I can't understand this:
http://forum.xda-developers.com/showthread.php?t=1943625
because we need a new recovery, we have a older release, to build the SAFESTRAP you can use this:
https://github.com/stargo/android_bootable_recovery
https://github.com/stargo/android_packages_apps_Safestrap
this is the lastest but I don't know how to build it.
If you want to use Lollipop anyone have to compile this SafeStrap.
tonyt. said:
I'll build a rom for Solana(droid3) but I don't have the phone anymore, so if anyone wants to be a tester I'll upload it. Please note that I don't have the phone anymore so if this brick your phone I'm not responsable, in order to not to brick, please use slot-1 or slot-2, but not stock(in this way you can evade a brick).
anyway, those who wants to try this please tell me and when the rom finish building I put the link.
and another thing is:
I don't know a lot of English especial words, so I can't understand this:
http://forum.xda-developers.com/showthread.php?t=1943625
because we need a new recovery, we have a older release, to build the SAFESTRAP you can use this:
https://github.com/stargo/android_bootable_recovery
https://github.com/stargo/android_packages_apps_Safestrap
this is the lastest but I don't know how to build it.
If you want to use Lollipop anyone have to compile this SafeStrap.
Click to expand...
Click to collapse
i can test it
dreikk91 said:
i can test it
Click to expand...
Click to collapse
The link is this: https://mega.co.nz/#F!vc0nyYZB!xXaGdS0Xyvy4zZq7U4FdJA
but the file will be online in about 2 hours, If the zip didn' flash correctly please use the "meta-inf" folder that uses LS KK(for solana obviusly)
LS KK(to extract the meta-inf):
I think that camera wont work, but I only want to see if kernel works
dreikk91 said:
i can test it
Click to expand...
Click to collapse
I can test it too. But since I know nothing about android applications compilation, all I can do is just flash a zip prepared by someone else, and report it behaves.
By the way, thank you. I thought Droid 3 development died. If only somebody was able to provide working camera modules...
rabinhood said:
I can test it too. But since I know nothing about android applications compilation, all I can do is just flash a zip prepared by someone else, and report it behaves.
By the way, thank you. I thought Droid 3 development died. If only somebody was able to provide working camera modules...
Click to expand...
Click to collapse
I only know three developers that can do it, Hashcode and Dhacker and @dtrail1 but Dtrail is not developing now
hi,i test AOSB, the kernel does not boot, after the SS logo nothing happens. To install had to take a meta-inf from LS KK
After some changes I can to run your build. Everything works fine, except that the home button is not properly assigned
HD codecs do not work
seems to be a problem in the modules arm_kexec.ko kexec.ko and uart.ko
the kernel just does not work
By google translate:cyclops:
Droid3 is a god qwerty device too bad no Roms here...
Sent from my HTC6435LVW using XDA Premium 4 mobile app
Androide3 said:
Droid3 is a god qwerty device too bad no Roms here...
Click to expand...
Click to collapse
I am also disappointed a bit. I came from Milestone 2, which is older, but still under development, even though it rests in 'legacy devices' forum. But existing ROMs for Droid 3 are fast and stable - i.e. Minimoto which I'm using now. No KitKat? Yeah, but who cares for KitKat?
I would love to see a 4.4.4 rom for the droid 3 or a 5.0 rom. I will gladly test.
cm11
Hi, compiled from source cm11
As usual is not working the camera and HD codecs
Because of old safestrap had to change the updater-script, so do not be surprised inscriptions liquid-smooth at steady
By the way would do well if someone compiled new safestrap
https://yadi.sk/d/J1fCNC3MdkrdZ
By Google translate XD
dreikk91 said:
Hi, compiled from source cm11
As usual is not working the camera and HD codecs
Because of old safestrap had to change the updater-script, so do not be surprised inscriptions liquid-smooth at steady
By the way would do well if someone compiled new safestrap
https://yadi.sk/d/J1fCNC3MdkrdZ
By Google translate XD
Click to expand...
Click to collapse
Exellent can yo send me the device, and kernel files? The problem is that safestrap is using kexec kernel, so we can't compile like otee omap4 devices, anyone have to talk to @stargo to build a new safestrap
Enviado desde mi iPhone utilizando Tapatalk
tonyt. said:
Exellent can yo send me the device, and kernel files? The problem is that safestrap is using kexec kernel, so we can't compile like otee omap4 devices, anyone have to talk to @stargo to build a new safestrap
Enviado desde mi iPhone utilizando Tapatalk
Click to expand...
Click to collapse
Device files is here https://github.com/dreikk91/android_device_motorola_solana
Kernel here https://github.com/STS-Dev-Team/android_device_motorola_omap4-common
You can also use my defconfig https://yadi.sk/d/ZVKjeaMJdksTr
dreikk91 said:
Device files is here https://github.com/dreikk91/android_device_motorola_solana
Kernel here https://github.com/STS-Dev-Team/android_device_motorola_omap4-common
You can also use my defconfig https://yadi.sk/d/ZVKjeaMJdksTr
Click to expand...
Click to collapse
Okay, thanks a lot!!, let me see what can I do, this repos may work for CM12, but first we need the new SS, to build it see this:
https://github.com/stargo/android_bootable_recovery
https://github.com/stargo/android_packages_apps_Safestrap
Would be nice to have cm12 on Droid 3
corby2geek said:
Would be nice to have cm12 on Droid 3
Click to expand...
Click to collapse
yes, it would be nice, but without the new safestrap will not work
Alternatively, you can compile the CM12 for droid 3 and install it on another device with a new safestrap and then upload system.img here
Anything new on a new ss and cm12?? I would love to see lollipop for the droid3. I currently run liquid smooth kk, not too bad.
dreikk91 said:
Hi, compiled from source cm11
As usual is not working the camera and HD codecs
Because of old safestrap had to change the updater-script, so do not be surprised inscriptions liquid-smooth at steady
By the way would do well if someone compiled new safestrap
https://yadi.sk/d/J1fCNC3MdkrdZ
By Google translate XD
Click to expand...
Click to collapse
I like this better than liquidsmooth btw what gapps to use??
Josephdbrewer25 said:
I like this better than liquidsmooth btw what gapps to use??
Click to expand...
Click to collapse
try this http://forum.xda-developers.com/showthread.php?t=2240652
I wonder why on kernel 3.0.8 do not work HD codecs. Tried to run on kernel 3.0.31 cm11 system does not work very well, but the codecs are working properly. I can not understand how you need to do to earn codecs

Lollipop for the Optimus 2x

Welcome to the official thread for the Lollipop roms for our Optimus 2x
As to start, this thread is exclusively for the developers who are interessted/working on on the Lollipop ports for our Optimus 2x
We had alredy some build like the OmniRom , CM12 and even ParanoidAndroid.
This thread is exclusively for discussions for the developers and for the testers to test the new made roms so I will update the links as the roms get made. So I am only posting here the links of the latest version, to get the versions from the past you wil need to browse throught this thread
Update 05/6/2016
Gucky did it again! New build for CyanogenMod 12.1 is up, and now with fixed camera! When I get the full list of working features and bugs, I will upload it here. Thank you Gucky for your massive help and contribution to this community. This device is very old after all, and you still find the time to tinker on it. No words really. Respect!
CM12.1 : https://sourceforge.net/projects/lg...cm-12.1-20160531-UNOFFICIAL-p990.zip/download
WARNING the Rom is still not stable, but we are close!
ParanoidAndroid: https://s.basketbuild.com/devs/Puri/p990/AOSPA(lollipop)
Take in mind that all these roms are unstable besides the CM12 rom,but it still has some major bugs which we as a group will fix.
As in all of this, stay tuned for updates
Good job my friend
Thank you very much. I'm downloading right now. It would be useful, if you could upload your (Lokal) Manifest, too. So we are able to re- build the rom with the necessary changes.
Looking forward!
Credits goes to you!
um
gucky01 said:
Thank you very much. I'm downloading right now. It would be useful, if you could upload your (Lokal) Manifest, too. So we are able to re- build the rom with the necessary changes.
Looking forward!
Credits goes to you!
Click to expand...
Click to collapse
um.......*noob mode activated.....BOOP * what you mean with manifest? lol
Could you please share your sources.
TheMysteryouse said:
Hello everyone.As you might know me from some threads where i comment some stuff.Anyways, since Lollipop was announced i was obssesed with it and my wish was that i would be the first one to make the version availble for our device.
Well i kinda did it....KINDA of course but we need some help if we wanna make it work.I call ALL of the developers for our device to work together to make it work.We are so close to get it fully booting.I made it boot to the animation and now where the help comes in use.We need some developers who can enable ADB on our device in the bootanimation.TO be honest i dont really know anything about sources and that stuff but i know some things.With the help of @tonyp and @timduru which I am the most thankfull of that gave me hope to make this.So here we go!
WARNING!!!
ONLY FOR DEVELOPERS
No one should download and flash this rom because you will get stuck in the bootanimation and will need to install previouse rom again and install everything over...blah blah blah.
Also the link to the rom is here ----> https://www.dropbox.com/s/fwhg08ux7qhtgsh/5.0 test.zip?dl=0
So if someone gets it working, please pm me in the progress. Cheers
Click to expand...
Click to collapse
TheMysteryouse said:
um.......*noob mode activated.....BOOP * what you mean with manifest? lol
Click to expand...
Click to collapse
a little help.
http://wiki.cyanogenmod.org/w/Doc:_Using_manifests
Oh
Hugo-PT said:
a little help.
http://wiki.cyanogenmod.org/w/Doc:_Using_manifests
Click to expand...
Click to collapse
Well to be honest, i dont really know how to share the menifest because i didn't use much the source. I was porting the Cm11 tonyp's rom and the rom from timduru, so i dont really know how to share the manifest lol
TheMysteryouse said:
Well to be honest, i dont really know how to share the menifest because i didn't use much the source. I was porting the Cm11 tonyp's rom and the rom from timduru, so i dont really know how to share the manifest lol
Click to expand...
Click to collapse
Did you change some files in the zips or did you build a new rom in the way Raum described, my friend?
http://forum.xda-developers.com/nexus-4/general/guide-cm11-how-to-build-cyanogenmod-11-t2515305
nope
gucky01 said:
Did you change some files in the zips or did you build a new rom in the way Raum described, my friend?
http://forum.xda-developers.com/nexus-4/general/guide-cm11-how-to-build-cyanogenmod-11-t2515305
Click to expand...
Click to collapse
nope, didn't touch anything other than the updater script i think and the build prop because i wanted fully stock experience
I can be your tester my phone got a battery problem so im having fun with flashing roms
I will try to exchange the updater script from my build with yours.
Lets see if I can flash mine.
And your your problem: I think there are one or more patches that we maybe need, witch timduru wont need because of the tegra3 hardware. (maybe some patch for our old egl hardware)
DJNoXD said:
I will try to exchange the updater script from my build with yours.
Lets see if I can flash mine.
And your your problem: I think there are one or more patches that we maybe need, witch timduru wont need because of the tegra3 hardware. (maybe some patch for our old egl hardware)
Click to expand...
Click to collapse
Well, it might be that he used KatKiss from timduru for the TF101 which has a Tegra 2, but still our phone uses the Tegra 2 AP20H, while the TF101 uses Tegra 2 T20. Small difference in the chipset, but still a difference. Easiest would be to port from the Galaxy R or Captivate Glide, but they too struggle with Lollipop over in their forum. Anyway, TheMysteryouse used timduru's AOSP rom, so maybe it would be easier building the whole thing from the demo CM12 sources available.
nonono
DJNoXD said:
I will try to exchange the updater script from my build with yours.
Lets see if I can flash mine.
And your your problem: I think there are one or more patches that we maybe need, witch timduru wont need because of the tegra3 hardware. (maybe some patch for our old egl hardware)
Click to expand...
Click to collapse
Nope, this rom has NOTHING to do with the tegra 3 rom.I used the rom for TF101 tablet which is tegra 2 but had a cmall chipset difference.So yeah I am still trying to do some things like searching the framework sources from tony to see if he has a code in the build.prop which directly enables ADB from the boot, but cant really find it.Anyways try your best and so the others.Cheers
Hi guys, after some testings I could get booting to finish. There are some errors left. But I will work further this evening and upload the rom afterwards. Think this will remain a test build for some time, till Tony or DJ can fix the errors.
Stay tuned!
Any video or screenshot? xD
Sorry for nob request, but working well or not, its great to our comunity
p.s. if need tester in future, you, TheMysteryouse or DJNoXD.
Im ready for
...WoW!...That´s Good News...Thank You for All of You, Guy´s...
gucky01 said:
Hi guys, after some testings I could get booting to finish. There are some errors left. But I will work further this evening and upload the rom afterwards. Think this will remain a test build for some time, till Tony or DJ can fix the errors.
Stay tuned!
Click to expand...
Click to collapse
Awesome news buddy! Lollipop on first power dual core android device! Switch to 1+ One as a primary phone for some reason but I will continue to follow and supporto you!
That is great!!! ))))))))
Ok. I have to go one step back. The rom is not ready for the testers and I'm too tired to test more. For those, who want to repeat my steps or want to finish...
I replaced the files in Mystery's rom with my own Kitkat ones. The first half, than the second. Now I could get it to finish the booting process. This steps I went on and on. So I could reduce the problem to the framework-files in "system". If you replace all of them, it boots up with some error messages.
I think we have to reduce the 40 files inside more and more to find the reason for the bootloop.
All the best to you,my friends!
Damm this is great a device from 2010 receives android L. 4years later. If I can borrow the old optimus 2x from my father then I could also look into the problems if it's not booting yet then. Till then continue your work.

Categories

Resources