I am in the active process of porting Jellybean to the MT4G, i hope for this topic to be a place to share related problems and hopefully how to fix those problem. but also to post my progress on the jellybean port.
I AM NOT RESPONSIBLE FOR WHAT HAPPENS TO YOUR DEVICE
Old build from SDK Port
Code:
[COLOR="DarkOrange"]If anyone is daring enough to flash this they can it is truly just to debug more, It boots and that's it. It gets past the bootanimation and into systemui/launcher crashes.[/COLOR]
[url]http://www.filefactory.com/file/28w5p4kxfgdx/n/JellyBellyv-2port_zip[/url]
Mirror
[URL="http://d-h.st/zXE"]http://d-h.st/zXE[/URL]
[COLOR="DeepSkyBlue"][URL="http://d-h.st/inx"]Here[/URL] is a flashable kernel, that ...Awesome... built from lorDmodUE kernel source.
To fix the add tid to cgroup spam in the logcat replace the boot.img with [URL="http://d-h.st/nWh"]this[/URL]
[URL="http://d-h.st/e6D"]Here[/URL] are some files i forgot to add that we just found out about
I changed the build.prop wrong, so please delete ro.setupwizard.enterprise_mode=0
and add ro.setupwizard.mode=DISABLED[/COLOR]
What Works:
The Boot Animation
Launcher.apk
setting.apk
What Doesn't Work:
Everything Else
Status Update:
Have built from source and it boots and i can swipe through the homescreens and open the settings app.
Because of recent events in my life, i can not at the moment upload a logcat, or a build. but i will as soon as i can
What I changed in the Ramdisk:
Code:
mkdir /dev/cpuctl/tasks
to
mkdir /dev/cpuctl/apps/tasks
mkdir /dev/cpuctl/bg_non_interactive
to
mkdir /dev/cpuctl/apps/bg_non_interactive
Problems I am having right now:
All apps crash except launcher and settings
Thanks to ...Awesome... For building a kernel from ics with modified modules.
Thanks to Bigxie for letting me use his stock Jellybean rom.
Thanks to Mr.Highway for helping me with getting the Update.script working and helping me with a couple of the early errors.
Thanks to Synthetic.Nightmare for giving me tips and for getting Jellybean to boot
Logcat
Newest Logcat (Will update when i see that the logcat has majorly changed)
Code:
None at the moment
Not to be the **** but I don't think that rom development threads are allowed in the development forum. Put it the general thread. I really do appreciate your work though, do you think that it might be the kernel?
Sent from my HTC Glacier using xda app-developers app
THEindian said:
Not to be the **** but I don't think that rom development threads are allowed in the development forum. Put it the general thread. I really do appreciate your work though, do you think that it might be the kernel?
Sent from my HTC Glacier using xda app-developers app
Click to expand...
Click to collapse
I am going to have to disagree. Why wouldnt this be the place to put it?
If this ends up working in any sort of way, prepare to have this thread explode like the very first ICS thread by feby
deadman96385;28136452[COLOR="purple" said:
What I changed in the Ramdisk:[/COLOR]
Code:
mkdir /dev/cpuctl/apps
to
mkdir /dev/cpuctl/apps/tasks
mkdir /dev/cpuctl/bg_non_interactive
to
mkdir /dev/cpuctl/apps/bg_non_interactive
Click to expand...
Click to collapse
I started the porting process as well.
I'm seeing /dev/cpuctl/bg_non_interactive but not /dev/cpuctl/apps. I AM seeing /dev/cpuctl/tasks, though. Is that what you mean?
Once the source is released, it'll be a lot easier. But so far, good job!
Sent from my T-Mobile myTouch 4G
ivanmmj said:
I started the porting process as well.
I'm seeing /dev/cpuctl/bg_non_interactive but not /dev/cpuctl/apps. I AM seeing /dev/cpuctl/tasks, though. Is that what you mean?
Click to expand...
Click to collapse
That is indeed what he meant.
deadman96385 said:
Problems I am having right now:
Finding the hwcomposer module
Code:
W/SurfaceFlinger( 1203): hwcomposer module not found
Finding Camera HAL module
Code:
E/CameraService( 1206): Could not load camera HAL module
Finding the trace file
Code:
E/Trace ( 1203): error opening trace file: No such file or directory (2)
Finding the modemctl device
Code:
E/ ( 1202): [CP BOOT] __boot_6260: modemctl: can't open modemctl device err=-1(No such file or directory)
Framework Errors (See logcat)
Click to expand...
Click to collapse
-hwcomposer/camerahal: found in system/lib/hw
-trace file: Is init.trace.rc in your ramdisk?
Sent from my aospX Glacier with a FrostedCherry on top
ivanmmj said:
I started the porting process as well.
I'm seeing /dev/cpuctl/bg_non_interactive but not /dev/cpuctl/apps. I AM seeing /dev/cpuctl/tasks, though. Is that what you mean?
Click to expand...
Click to collapse
Thanks for catching my mistake i have now fixed it
Before you actually do the porting of the ROM, you're going to want to resize...dont even bother trying to boot when it isn't resized. I don't mean to be a downer, but it's the reality.
THEindian said:
Not to be the **** but I don't think that rom development threads are allowed in the development forum. Put it the general thread. I really do appreciate your work though, do you think that it might be the kernel?
Sent from my HTC Glacier using xda app-developers app
Click to expand...
Click to collapse
Did you read what you wrote? Hint: "development".
invasion2 said:
Before you actually do the porting of the ROM, you're going to want to resize...dont even bother trying to boot when it isn't resized. I don't mean to be a downer, but it's the reality.
Click to expand...
Click to collapse
I don't mean to be an anti-downer but...
siulmagic said:
this is aosp based, so it support's all res/dpi.
Click to expand...
Click to collapse
Synthetic.Nightmare said:
I don't mean to be an anti-downer but...
Click to expand...
Click to collapse
Try to port aosp from the Sensation. It needs resizing.
Sent from my Sense 4.0 Glacier using XDA Premium
invasion2 said:
Try to port aosp from the Sensation. It needs resizing.
Sent from my Sense 4.0 Glacier using XDA Premium
Click to expand...
Click to collapse
Sensation is still hdpi I thought? It has a qhd screen, but still uses hdpi. At least that's what I always thought...
Sent from my T-Mobile myTouch 4G
invasion2 said:
Try to port aosp from the Sensation. It needs resizing.
Sent from my Sense 4.0 Glacier using XDA Premium
Click to expand...
Click to collapse
When i ported my own personal build of open-sensation to mt4g i didn't have to resize......
0.0 said:
Sensation is still hdpi I thought? It has a qhd screen, but still uses hdpi. At least that's what I always thought...
Sent from my T-Mobile myTouch 4G
Click to expand...
Click to collapse
Jeez i am so sorry. I keep thinking we're talking about Sense!
deadman96385 said:
When i ported my own personal build of open-sensation to mt4g i didn't have to resize......
Click to expand...
Click to collapse
Sent from my Sense 4.0 Glacier using XDA Premium
THEindian said:
Not to be the **** but I don't think that rom development threads are allowed in the development forum. Put it the general thread. I really do appreciate your work though, do you think that it might be the kernel?
Sent from my HTC Glacier using xda app-developers app
Click to expand...
Click to collapse
Taken from the development section rules sticked to the top of this section:
"If you have developed a ROM, or are working with others to do so, the development forum is somewhere to discuss and share ideas, post useful feedback and logs or crash dumps, and to discuss a common goal developers are trying to achieve."
Ta-da.
piaqt said:
Did you read what you wrote? Hint: "development".
Click to expand...
Click to collapse
Hint: Dont be a douche, i was on mobile.
estallings15 said:
Taken from the development section rules sticked to the top of this section:
"If you have developed a ROM, or are working with others to do so, the development forum is somewhere to discuss and share ideas, post useful feedback and logs or crash dumps, and to discuss a common goal developers are trying to achieve."
Ta-da.
Click to expand...
Click to collapse
Yeah, I read it over after I posted that and felt really bad .
Sent from my HTC Glacier using xda app-developers app
They have ported my JellyBelly rom to the G2 you should start there... The files you used in your port rom is good its the ramdisk that you have to change.
Here is a tutorial on how to port JellyBean to our device (Credit to saranhai for finding it) TUTORIAL
I would port it but i have my hands full on my own JellyBean roms, and other roms sorry...
No resizing needed AOSP supports hdmi hdpi etc blah blah blah....
...Awesome... said:
They have ported my JellyBelly rom to the G2 you should start there... The files you used in your port rom is good its the ramdisk that you have to change.
Here is a tutorial on how to port JellyBean to our device (Credit to saranhai for finding it) TUTORIAL
I would port it but i have my hands full on my own JellyBean roms, and other roms sorry...
No resizing needed AOSP supports hdmi hdpi etc blah blah blah....
Click to expand...
Click to collapse
Wow, the g2 has it working! Nothing is working except touch screen. Its a start though! About couple more weeks until source, and then we shall see some JB roms
Sent from my T-Mobile myTouch 4G
Related
Do this at your _own_ risk (if there even is any)!
Prerequisites: 1. A rooted device. 2. a working knowledge of how to use ADB and Fastboot.
None of these prereqs will be covered here as there are many threads abounding with information on them.
I take NO CREDIT for this WHATSOEVER!!! This was done by avs333, I'm just condensing the info here for the MT4G. There are a couple of threads for this for the Desire and Desire HD.
This is currently only for the stock Froyo for the MT4G. Download the file CallRecordingKernel.zip from here:
http://www.megaupload.com/?d=KK54IAW9
Install it like this:
Unzip the zImage and bcm4329.ko file.
In terminal Type: adb reboot bootloader,
Then: fastboot flash zimage /path/to/zImage
Then: fastboot reboot
Your wifi will be broken, so following the instructions from that thread:
adb push bcm4329.ko /sdcard/bcm4329.ko
adb shell
su
mount -o remount,rw /dev/block/mmcblk0p25 /system
cat /sdcard/bcm4329.ko > /system/lib/modules/bcm4329.ko
Now your wifi will work.
Then install the file attached to this thread called CallRecorder_v.1.0.20_alpha_2.apk
VIOLA!! Done!
Please note that I get NO CREDIT for any of this. Credit goes to avs333! The original call recording thread for the DHD is here:
http://forum.xda-developers.com/showthread.php?t=1048182
avs333 also sent me here:
http://forum.xda-developers.com/showthread.php?t=846451
for the instructions on how to flash the custom kernel, which I have included in this post. The attached file is from the DHD thread created by avs333. All credit goes to avs333!!!! The files at the megaupload site I also received from avs333.
Do you guys want this? Is this useful? If enough users want this, I can enable this to ALL my kernels so you only need the APK and can still have all other features from my kernels.
Do you guys want this? Is this useful? If enough users want this, I can enable this to ALL my kernels so you only need the APK and can still have all other features from my kernels.
Click to expand...
Click to collapse
As long as it doesn't mess with anything else I think it is a great option to have.
faux, I do, of course I had originally updated to the leaked GB release you posted, but since HTC has not released the source code for the stock GB kernel, avs333 has not been able to work to enable call recording in GB. So I went back to stock Froyo, but I LOVED the leaked version of GB, clean and fast, no problems on it at all!!!
I would so use this for when my evil boss calls me and then forgets half the stuff he promises.
Please do enable this in your kernels thanks
+1
10 characters
Me too faux123 I want this option too.
Sent from Desire S using XDA Premium App
faux123 said:
Do you guys want this? Is this useful? If enough users want this, I can enable this to ALL my kernels so you only need the APK and can still have all other features from my kernels.
Click to expand...
Click to collapse
+1.. Nice ninja post
Sent from my HTC Glacier using XDA Premium App
TrueBlue_Drew said:
As long as it doesn't mess with anything else I think it is a great option to have.
Click to expand...
Click to collapse
+1
10 chars
thederekjay said:
+1.. Nice ninja post
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
While I still have my MT4G, I may do a little things here and there for it... I am tired and burned out by recent events and lost my most of my motivations...
I am trying to buy a G2x for cheap to hold me over until Sensations. Once Sensations is here, that will likely be it for me.
faux123 said:
While I still have my MT4G, I may do a little things here and there for it... I am tired and burned out by recent events and lost my most of my motivations...
I am trying to buy a G2x for cheap to hold me over until Sensations. Once Sensations is here, that will likely be it for me.
Click to expand...
Click to collapse
I understand that you are burned out. Who wouldn't be? I wouldn't let the r tards get to you though. I've always loved your work so if you decide to eventually release some new stuff, great! If not, TY for everything that you have done for us Glacier owners.
+1.. Nice ninja post <br />
<br />
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
<br />
<br />
While I still have my MT4G, I may do a little things here and there for it... I am tired and burned out by recent events and lost my most of my motivations...<br />
<br />
I am trying to buy a G2x for cheap to hold me over until Sensations. Once Sensations is here, that will likely be it for me.
Click to expand...
Click to collapse
Can't say I blame u... to maintain and update all the projects u have while helping ppl troubleshoot and get their stuff ironed out... I'm surprised u can think straight...
Sent from my HTC Glacier using XDA Premium App
PLease!!!! dooooooo
Yeah, please do Faux... You're da man, dude
And bear in mind there are lots and lots of people who constantly check your threads every morning anxious for new kernel updates, so just ignore negative energies from such and such irrelevant groups and keep your good moods don't let them spoil your day...
Sent from my HTC Glacier using XDA App
Yeah, please do Faux... You're da man, dude
And bear in mind there are lots and lots of people who constantly check your threads every morning anxious for new kernel updates, so just ignore negative energies from such and such irrelevant groups and keep your good moods don't let them spoil your day...
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
You so should have used my name instead of the word irelevant... Irrelephant sounds so much beyter rolling off the tongue lol! Faux is the man!
+1 Would love to have the option. Thanks faux, hope to catch some of your work on sensation when we all get there.
Sent from my HTC Glacier
I would also like to have it built into your kernels.
Here's the patch against the stock glacier _froyo_ kernel. Please tell your rom-makers so that they'd be able to apply it.
I don't expect any probs when the gb sources will be available (I'll see to it anyway)
Please be sure to download CallRecorder http://forum.xda-developers.com/showthread.php?t=1048182 from the DHD thread, this patch won't work with other apps!!!
Enjoy!
I just use Google Voice. Pressing 4 during a call starts recording and it announces it to the other side so everything is nice and legal. If I have a reason to record a call, I find the announcement is usually enough to make the problem go away anyways.
[ROM][WIP] ChicagoCongressBlvd [ICS 4.0.3] [STOCK] [ROOT] [DEODEXED] [DEBLOATED]
This is the ATT Skyrocket leak ripped apart and put into a cwm flashable zip. Ice Cream Sandwich baby! This is deodexed and debloated down to about 200mb. The hang ups are much lessened and its starting to shape up.
Can someone look into finishing the toich problem and the data/wifi issue?
https://www.dropbox.com/sh/p5k1priicedk09c/0xhVbQbopB/ChicagoCongressBlvd.zip
[ROM][WIP] ChicagoBridgeport [ICS 4.0.3] [STOCK] [ROOT]
Sadly this runs sloooooooow. I don't know why, feel free to figure it out and let me know how to fix it. I tried to deodex, I think it was a no go.
What works:
Touchscreen - slow
Sound
Vibration
What doesn't:
Data
Samsung keyboard constantly force closes.
Everything is slow as hell.
Download Here: http://dl.dropbox.com/u/21886020/ChicagoBridgeport.zip
[ROM][WIP] ChicagoAdamsSt [HC 3.2]
Honeycomb 3.2 for SGH-T989
This is a hacked up version of the Galaxy Tab 8.9's Honeycomb Rom and Jomeister's Isotope ICS libs with some of the files from the skyrocket to hercules conversion zip. Right now all it does is boot into the setup screen, that's it. I was bored and figured I'd give something a shot that isn't worked on for our phone.
Tweaks:
Lcd density set at 160.
What works:
The screen turns on.
It boots to setup.
What's broken:
Everything else...
Finally, flash at your own risk. If you find something is broken, figure out how to fix it. I'm not a dev, I'm a law student with a tech obsession. Hopefully, we can all learn from this project.
Development Guides:
From Zero to Boot: Porting Android to your ARM platform - ARM Community
http://blogs.arm.com/software-enablement/498-from-zero-to-boot-porting-android-to-your-arm-platform/
Free Your Android - How to Port Android to Another Device
http://www.freeyourandroid.com/guide/porting-android
Download Here:
I had to put spaces in because I just remade my account, delete them and enjoy!
db.tt/ YIR61iZJ
Sweet! Should be fun to test.
Sent from my SGH-T989 using xda premium
-- reserved --
Thanks to Joemiester, Google, Linus Torvalds, and everyone else who I borrowed from.
That last paragraph made my day.
Anyway sounds fun to play with
Sent from my SGH-T989
yea this is cool!
Can you or someone point me in the right direction on some new to development tutorial or what not. I would like to develop just having a tough time teaching myself.
OP what os are you using?
Thanks in advance for any help
OP updated with link to ROM
tdizzle404 said:
yea this is cool!
Can you or someone point me in the right direction on some new to development tutorial or what not. I would like to develop just having a tough time teaching myself.
OP what os are you using?
Thanks in advance for any help
Click to expand...
Click to collapse
I used Win 7 and Ubuntu 11.10 in making this, I'll find some of the tutorial links I used and post them.
LawStud3nt said:
I used Win 7 and Ubuntu 11.10 in making this, I'll find some of the tutorial links I used and post them.
Click to expand...
Click to collapse
+1 on the links if you have them.. It would be good to finally try and learn some "developing" lol.. Thanks
k786 said:
+1 on the links if you have them.. It would be good to finally try and learn some "developing" lol.. Thanks
Click to expand...
Click to collapse
Links will be up in a few for dev guides...
Dev guides posted!
So how do I fix the touchscreen?
Bump for interest
Forum
Why is this not in the dev section? I would think it would get more exposure there?
zigfreid5 said:
Why is this not in the dev section? I would think it would get more exposure there?
Click to expand...
Click to collapse
I remade my account and my old one only had like 12 posts anyway, I figure whenever this becomes ripe for real devvin' they will move it.
So, touchscreen?
Very cool.
Sent from my SGH-T989 using XDA
I'll have a stock, rooted, and deodexed ics rom ready to go once I get to school (bandwith).
LawStud3nt said:
I'll have a stock, rooted, and deodexed ics rom ready to go once I get to school (bandwith).
Click to expand...
Click to collapse
Oh really! Posting it here or a new thread?
What kernel? Ill shut up sounding like noob! Lol
Sent from my SGH-T989 using Tapatalk
So I take it your rom is a no go?
Sent from my SGH-T989 using Tapatalk
tdizzle404 said:
So I take it your rom is a no go?
Sent from my SGH-T989 using Tapatalk
Click to expand...
Click to collapse
Up in a few, chill homie
LawStud3nt said:
Up in a few, chill homie
Click to expand...
Click to collapse
Damn bro prepare to be famous on the t989 forums
Sent from my SGH-T989 using xda premium
Let's talk sense 4
Github: github.com/wfsdev/marvel-golf-port
Sent from my HTC Wildfire S A510e using xda premium
Reserved
Sent from my HTC Wildfire S A510e using xda premium
I wanted to start that , but it seems like nobody other than s_off can do it , as for the internal memory has to be resized for the system to fit ...
this thread will house the ROM when it is finished
Sent from my HTC Wildfire S A510e using xda premium
seaskyways said:
I wanted to start that , but it seems like nobody other than s_off can do it , as for the internal memory has to be resized for the system to fit ...
Click to expand...
Click to collapse
Indeed but we can strip and png crush
We could also attempt something like system2ext - for now we will probably use repartitioning zips as most of us devs are s-off.
Edit: it looks like using the SD for system is easy due to the way we can pretend it's part of the internal memory
Sent from my HTC Wildfire S A510e using xda premium
I never really liked squashed roms.. but may have to pull the squasher out.
Hardware sounds strikingly similar.. anybody know of any other differentials other than [its] arm7 vs [our] arm6?
Rob
Sent from my HTC_A510c using Tapatalk 2
a reason to go back to sense again.. looking forward..
insink71 said:
I never really liked squashed roms.. but may have to pull the squasher out.
Hardware sounds strikingly similar.. anybody know of any other differentials other than [its] arm7 vs [our] arm6?
Rob
Sent from my HTC_A510c using Tapatalk 2
Click to expand...
Click to collapse
Just a different instruction set, no real problems, only really for game porting. Some libs will need to be changed.
The reason why it is hard to port games to armv6 is because v7 supports floating point calculation.
Sent from my HTC Wildfire S A510e using xda premium
It does support it better; although the armv6l does have a lil virtual floating point. Main thing is you'd probably have to rewrite shaders for gaming. Luckily, that's not where we're at
Built on ics I assume... 4.0.x; x=?
Nice.. jik..,mind.., I mean einstein.frat has a 3.0 kernel; that may come in handy.
Rob
Sent from my HTC_A510c using Tapatalk 2
insink71 said:
It does support it better; although the armv6l does have a lil virtual floating point. Main thing is you'd probably have to rewrite shaders for gaming. Luckily, that's not where we're at
Built on ics I assume... 4.0.x; x=?
Rob
Sent from my HTC_A510c using Tapatalk 2
Click to expand...
Click to collapse
I will look at build.prop now
My guess is 4.0.3
Edit: I was right, it is 4.0.3
Sent from my HTC Wildfire S A510e using xda premium
this is imposible port, its like porting symbian 3 to an X6. I'll just wait for an idogx port if this is possible, then I start modding as usual.
einstein.frat said:
this is imposible port, its like porting symbian 3 to an X6. I'll just wait for an idogx port if this is possible, then I start modding as usual.
Click to expand...
Click to collapse
What are you on about mate?
Nice thread benj, also XDA newswriters said to me they will feature post the wildfire s about ics as soon as a sense 4 rom is available in some way, then I have to tell them. Then everyone will know about CM9 too.
Henry_01 said:
Guys stop fighting over here, this is a DEV thread!
We are only with four on this project. JMZ hasn't the time and benjamin hasn't got internet.
That's only me and simon remaining. I guess simon has his things to do also.
Therefore I'm asking help, you just need a github account and a WFS of course.
d33ps1x, alquez, matt5eo, eoghan2t7, ...
I removed already a lot of stuff and I've got some ideas to remove some more:
the list!
Thanks!
PS: I will temporary stop this until someone else helps me. This way normal users will get angry and the work will start again
Click to expand...
Click to collapse
If you're really desperate for space then alarms, notifications and ringtones can be stored on the sd card under /sdcard/Media/ in their respective folder.
einstein.frat said:
We'll you act as if you are geniuses in porting, dont tell me you made a sense 3.5 rom port when it was all idogx work. Stop making lullabies I see you posting your to be done projects and hating touchwiz. Dude find a job or go to school than roaming and posting lies.
Click to expand...
Click to collapse
Cough aokp cough
m1ndh4x8r said:
Oh yeah, then who is no.human.being arselicker, black a$$ indian noob. Buy a desire c poor c*ck sckr.
Click to expand...
Click to collapse
Wow, that is just......low. To everybody who doesn't know, m1nd is Einstein.Frat so....
1. Multiple accounts is against rules
2. Off topic is against rules
3. Unneeded foul language is not allowed
4. insulting other people is obviously not allowed
SO TO EVERYBODY READING THIS, I WOULD NOT TRUST YOUR PHONE WITH A GUY WHO MADE A TOTAL OF 3 ACCOUNTS AND AGGRESS WITH HIMSELF.
Henry_01 said:
Guys stop fighting over here, this is a DEV thread!
We are only with four on this project. JMZ hasn't the time and benjamin hasn't got internet.
That's only me and simon remaining. I guess simon has his things to do also.
Therefore I'm asking help, you just need a github account and a WFS of course.
d33ps1x, alquez, matt5eo, eoghan2t7, ...
I removed already a lot of stuff and I've got some ideas to remove some more:
the list!
Thanks!
PS: I will temporary stop this until someone else helps me. This way normal users will get angry and the work will start again
Click to expand...
Click to collapse
Well, I found a way of getting internet, I found an old copy of backtrack 3
Sent from my HTC Wildfire S A510e using xda premium
WOW. Can't believe what i'm seeing here. If only devs can work together and build the most stable ICS Sense 4 rom!
Edit: Feel like wanting to learn porting roms myself.. if only i have the skills like you guys..
im no dev but i gotta say this, that guy is really annoying i hope you guys can port this i think it looks great. well, this one and cm9/aokp
benjamingwynn said:
Well, I found a way of getting internet, I found an old copy of backtrack 3
Sent from my HTC Wildfire S A510e using xda premium
Click to expand...
Click to collapse
hope to see u back soon
Henry_01 said:
Guys stop fighting over here, this is a DEV thread!
We are only with four on this project. JMZ hasn't the time and benjamin hasn't got internet.
That's only me and simon remaining. I guess simon has his things to do also.
Therefore I'm asking help, you just need a github account and a WFS of course.
d33ps1x, alquez, matt5eo, eoghan2t7, ...
I removed already a lot of stuff and I've got some ideas to remove some more:
the list!
Thanks!
PS: I will temporary stop this until someone else helps me. This way normal users will get angry and the work will start again
Click to expand...
Click to collapse
uhh.. simon's computer went capoot, and I said I'd throw some time at it already... maybe that was Jmz's announcement thread.
wierd.. the suggestions I made on github today got erased... perhaps I have better things to do with my time as well. This thread is getting a little crazy anyway; don't want to add to any fray.
Rob
"Coming soon" threads are not allowed. I think the posts in this thread show why.
One member has been banned permanently. others will receive infractions or bans once I start going through the thread now.
@OP please start a new thread once you have something available for download.
EDIT: another permanent ban and one 7 day ban handed out. Stop with the flaming and trolling.
Hey everyone!
Compiled from straight from CM source. If I find anything useful/worth checking out in review system, I'll cherry-pick and include it.
SODs/RRs seem fixed. I am testing each build before it gets uploaded.
Installation: (the usual)
1. If coming from roms other than CM (wipe!), if not it's up to you. Of course wiping is recommended.
2. Install Rom
3. Install Gapps.
4. Enjoy!
Changelog:
- The usual cm changes: http://changelog.bbqdroid.org/#hercules/cm10/next
- Few open cherry-picks from http://review.cyanogenmod.com
ROM
[Latest date]
http://goo.im/devs/kojot1234/
All credits go to CyanogenMod Crew!
Hope you enjoy it!
First! Good luck! It's looks good!
Sent from your mother
iNeedICS said:
Does it have screen flicker?
Sent from your mother
Click to expand...
Click to collapse
Wow! Really?! Test it for yourself, it's only been up for a few minutes! :banghead:
Sent from my SAMSUNG-SGH-T989 using xda premium
iNeedICS said:
Does it have screen flicker?
Sent from your mother
Click to expand...
Click to collapse
I think it does, but it's hard to notice it.
Wow you got the beam animation working?
Sent from my SGH-T989 using xda premium
iNeedICS said:
Does it have screen flicker?
Sent from your mother
Click to expand...
Click to collapse
To be honest screen flicker is a simple fix with plenty of information accessible via google. Here is a link to the fix. Please thank the OP and here are the changes to be made. I have been running this on stock cm10 or AOKP with no issue. If you are capable of downloading and flashing a rom making these changes should be no problem.
Fixes for build.prop
a) debug.mdpcomp.maxlayer = 1 or 2
b) debug.composition.type = gpu
c) debug.sf.hw = 1
d) debug.egl.hw = 1
tdizzle404 said:
Wow you got the beam animation working?
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
Still buggy but it works from time to time That's why it was never merged
Locksmith81 said:
Wow! Really?! Test it for yourself, it's only been up for a few minutes! :banghead:
Sent from my SAMSUNG-SGH-T989 using xda premium
Click to expand...
Click to collapse
I would test it if it wasn't his first rom... Remember the Jalstudios incident ... Relax bro!.. I was just trying to be nice and break the ice for the thread lol
kojot1234 said:
I think it does, but it's hard to notice it.
Click to expand...
Click to collapse
Thanks for your kindness
playya said:
To be honest screen flicker is a simple fix with plenty of information accessible via google. Here is a link to the fix. Please thank the OP and here are the changes to be made. I have been running this on stock cm10 or AOKP with no issue. If you are capable of downloading and flashing a rom making these changes should be no problem.
Fixes for build.prop
a) debug.mdpcomp.maxlayer = 1 or 2
b) debug.composition.type = gpu
c) debug.sf.hw = 1
d) debug.egl.hw = 1
Click to expand...
Click to collapse
That's good to know thanks!
Sent from your mother
kojot1234 said:
Hey everyone!
Compiled from straight from CM source. I have not made any changes to the source except cherry-picking few of the changes from CM review system. Cherry-picks include the hopeful SODs/RRs kernel fixes and additional beam animation. I have been testing these changes for a few days and with no issues.
Installation: (the usual)
1. If coming from roms other than CM (wipe!), if not it's up to you. Of course wiping is recommended.
2. Install Rom
3. Install Gapps.
4. Enjoy!
Changelog:
- The usual cm changes: http://changelog.bbqdroid.org/#hercules/cm10/next
- Few open cherry-picks from http://review.cyanogenmod.com
ROM
[10-04-2012]
http://goo.im/devs/kojot1234/cm-10-20121004-UNOFFICIAL-hercules.zip
All credits go to CyanogenMod Crew!
Hope you enjoy it!
Click to expand...
Click to collapse
I don't want to seem like the pot calling the kettle black, but erikwill posts nightly builds. If you are going to cherry pick mention it in the title. The changes you cherry picked will be part of a normal nightly soon.
Options are great, but in curious what your motivation is?
Sent from my SGH-T989 using xda app-developers app
Dougshell said:
I don't want to seem like the pot calling the kettle black, but erikwill posts nightly builds. If you are going to cherry pick mention it in the title. The changes you cherry picked will be part of a normal nightly soon.
Options are great, but in curious what your motivation is?
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Just trying things out before they get released. And first and for most tired of SODs and RRs. I plan on adding some more of my own stuff in the future as well. There's always that first time
kojot1234 said:
Just trying things out before they get released. And first and for most tired of SODs and RRs. I plan on adding some more of my own stuff in the future as well. There's always that first time
Click to expand...
Click to collapse
I've been running this for about an hour and a half and I must say it's very smooth, quick , and responsive. I realize it's too early to comment on RR's and SOD's so I won't. I will say I cannot get gps to lock on my position. I've tried the agps patch, Faster fix , and GPS Status. All to no avail. Other than that, nice job OP. So far so good!
EDIT: Bluetooth phone audio AND bluetooth music work with this build!
kojot1234 said:
Just trying things out before they get released. And first and for most tired of SODs and RRs. I plan on adding some more of my own stuff in the future as well. There's always that first time
Click to expand...
Click to collapse
Your going to add your own code, or your going to cherry pick?
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Dougshell said:
Your going to add your own code, or your going to cherry pick?
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Will probably do both. More or less I know what goes where, but I'm starting so it will be a learning curve.
Why does every thread have to be filled with aholes with their only intent to bash the OP, call out duplicate, or refer them to the correct forum. If you have any of these three types of comments, then you sir, are a non contributing ahole. now STFU and go make yourself a cheeseburger and leave the rest of us alone to try out the roms that someone so nicely took the time to download and compile, why not say thank you every once in a while you whiny little aholes.
d33dvb said:
Why does every thread have to be filled with aholes with their only intent to bash the OP, call out duplicate, or refer them to the correct forum. If you have any of these three types of comments, then you sir, are a non contributing ahole. now STFU and go make yourself a cheeseburger and leave the rest of us alone to try out the roms that someone so nicely took the time to download and compile, why not say thank you every once in a while you whiny little aholes.
Click to expand...
Click to collapse
Agree completely.
d33dvb said:
Why does every thread have to be filled with aholes with their only intent to bash the OP, call out duplicate, or refer them to the correct forum. If you have any of these three types of comments, then you sir, are a non contributing ahole. now STFU and go make yourself a cheeseburger and leave the rest of us alone to try out the roms that someone so nicely took the time to download and compile, why not say thank you every once in a while you whiny little aholes.
Click to expand...
Click to collapse
But what if I want a cheeseburger, lol. Rom downloading now. Can't wait to flash. Will post back if I have any problems or questions
Sent from my SAMSUNG-SGH-T989 using xda premium
Dougshell said:
Your going to add your own code, or your going to cherry pick?
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Doug,
Don't you think that it would be a little more decent if you asked him these questions in PM? He/she's been forthcoming with your answers but I guess to me, the questions are a bit "state your purpose-ish".
Sent from my SGH-T989 using xda app-developers app
Nihonno said:
Doug,
Don't you think that it would be a little more decent if you asked him these questions in PM? He/she's been forthcoming with your answers but I guess to me, the questions are a bit "state your purpose-ish".
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
I feel like the thread is getting derailed, so this is the last I will say...I don't I was the only person wondering if he was going to develop or simply compile. (Which is all I do btw do I'm not hating)
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Well, let me get this thread back on track then.
The latest 05 build is already built at http://goo.im/devs/kojot1234/cm-10-20121005-UNOFFICIAL-hercules.zip
So while the rest of the devs were asleep, this man was building 10-05 for us, so enjoy.
One note, I did this morning get a SOD after trying to unlock the screen to view an sms notification.
I am flashing to 10-05 next, and If I get any SOD I will provide kmsg next time.
I am planning on giving this a go in a little bit. First, can I have some feedback? Also, SOD'S? RR'S?
Sent from my SGH-T989 using xda premium
http://forum.xda-developers.com/showthread.php?t=2321867
so this is a LEGIT port of sense 5 to our galaxy devices (d2...)
and CNexus has started the port
if you can, go to that thread and help CNexus port
I already ported. I am waiting on a response from him to see if I can post it here.
Also, asking for a ROM to be ported, does not constitute development. Please read before making any threads, particularly in a dev forum.
Edit, looks like it got moved.
We really don't need a port, We just need to edit the build.prop so it show's as our t999 s3. But a nice shiny page with updates on our forum would be nice.
sswb27 said:
We really don't need a port, We just need to edit the build.prop so it show's as our t999 s3. But a nice shiny page with updates on our forum would be nice.
Click to expand...
Click to collapse
Sounds like you have it taken care of.
Sent from my VS930 4G using Tapatalk 4 Beta
sswb27 said:
We really don't need a port, We just need to edit the build.prop so it show's as our t999 s3. But a nice shiny page with updates on our forum would be nice.
Click to expand...
Click to collapse
Yeah, good luck with that.
LoopDoGG79 said:
Yeah, good luck with that.
Click to expand...
Click to collapse
I was just going by what he said in his post. "Note 2 (haha, note 2): If you were linked here and have one of the carrier versions of the S3, then you CAN flash this without any risks or issues (without any additional risks or issues as if a Sprint user were flashing), as the partitions and specs are the same between the three carriers."
I know @charlieb620 will deliver.
Just flash the sprint build.
Sent from my VS930 4G using Tapatalk 4 Beta
The more I think about it, I think it might be better to hold off on porting for now. (There really isn't anything to port yet anyway)
Wouldn't it make sense to get any devs interested in in working on it to just do so in the existing thread? This way needed info will be in one location rather than spread over multiple threads and forums. Just seems to me that it would be much more productive that way.
Then maybe port it over with separate threads once it becomes more of a beta release.
Sent from my SGH-T999L using xda premium
DocHoliday77 said:
The more I think about it, I think it might be better to hold off on porting for now. (There really isn't anything to port yet anyway)
Wouldn't it make sense to get any devs interested in in working on it to just do so in the existing thread? This way needed info will be in one location rather than spread over multiple threads and forums. Just seems to me that it would be much more productive that way.
Then maybe port it over with separate threads once it becomes more of a beta release.
Sent from my SGH-T999L using xda premium
Click to expand...
Click to collapse
My thoughts also, what is there to port that wasn't done already? I am a novice when that stuff is being discussed sooo....
DocHoliday77 said:
The more I think about it, I think it might be better to hold off on porting for now. (There really isn't anything to port yet anyway)
Wouldn't it make sense to get any devs interested in in working on it to just do so in the existing thread? This way needed info will be in one location rather than spread over multiple threads and forums. Just seems to me that it would be much more productive that way.
Then maybe port it over with separate threads once it becomes more of a beta release.
Sent from my SGH-T999L using xda premium
Click to expand...
Click to collapse
you are 100% right, it will be more productive that way. and i am going to donate some of my free time (when im not working) to help get more things working in the sense 5 port for the d2 devices.
Just so you guys know, it doesn't even need to be "ported" to your device. As it stands now, it can be flashed on any d2 (US SGS3) without issue because it uses the CM kernel (shared between the d2 devices).
Any port will only break it more than it is.
As has been said, I would prefer that we would collaborate to get one version working on the d2spr, and from there it will simply be a matter of swapping out files to get it up to same level on the other d2 devices.
At the moment, I am working on rebasing to the most recent stock HTC One rom, because at this point it is a port of a port and would be more stable if I ported straight from the source.
Would love for a Sense port, really do miss sense.
Sent from my SGH-T999 using xda app-developers app
nevermind
Reviewers said:
Would love for a Sense port, really do miss sense.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
I think you're missing the point of this thread.
"The Thanks button is just to avoid "THANKS" posts in threads. Nothing more than that. Don't ask for it in your signature or post for it and defeat the purpose why it was introduced."
I do have a question... If Sense is successfully ported and is stable enough for daily use, might our phones handle it? I ask because a friend of mine had a Galaxy S and I remember there was an old Sense 2.1 port that worked pretty good and bricked his phone.
Sent from my SGH-T999 using xda premium
eggydrums said:
I do have a question... If Sense is successfully ported and is stable enough for daily use, might our phones handle it? I ask because a friend of mine had a Galaxy S and I remember there was an old Sense 2.1 port that worked pretty good and bricked his phone.
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
The only way a phone can be truly bricked is by overwriting the bootloader. I have flashed this myself (MANY times) and the partitions are defined correctly in the updater-script. I do not know what other issues that port may have had, but I am sure user error played a part somehow.
This ROM can no more brick your phone than any other rom for a d2 device can.
"The Thanks button is just to avoid "THANKS" posts in threads. Nothing more than that. Don't ask for it in your signature or post for it and defeat the purpose why it was introduced."
CNexus said:
The only way a phone can be truly bricked is by overwriting the bootloader. I have flashed this myself (MANY times) and the partitions are defined correctly in the updater-script. I do not know what other issues that port may have had, but I am sure user error played a part somehow.
This ROM can no more brick your phone than any other rom for a d2 device can.
"The Thanks button is just to avoid "THANKS" posts in threads. Nothing more than that. Don't ask for it in your signature or post for it and defeat the purpose why it was introduced."
Click to expand...
Click to collapse
That's nice to hear hope these guys can make some magic happen
Sent from my SGH-T999 using xda premium
Ok guys, here goes.
I have made an official github repo for the various porting projects that I have going on. They will be updated with the initial files over the next couple days, and the booting 4.1.2 Sense 5 port is up (see the README inside sense5_for_d2 repo)
If you want to help, fork, make your changes, then submit a pull request.
@ziggy46 and everyone else, feel free to do the above and make ANY changes that are beneficial in any way, even if they are only aesthetics. Eventually visual changes will be done, so might as well have at it now
http://github.com/cnexus
^- At the moment, all the repo's on my github are related to porting Sense 4+5 in some way, so check them out and decide for yourself whether it's worth it to fork/clone.
Umm... I'm surprised this hasn't been mentioned but this is piracy. It is no different from when HTC had a cow about XDA encouraging PPC-6800 to flash the 6900 / Touch firmware... I hate to be a Debbie downer but this is very illegal. At a minimum it is a violation of DMCA. At worst, it is an intellectual property issue. Either way, its not allowed on XDA.
If someone can point me to where HTC has opened Sense to non-HTC devices, I will drop it but as it stands and knowing HTC, Sense is their intellectual property.
Sent from my SGH-T999 using Tapatalk 4 Beta
---------- Post added at 03:02 AM ---------- Previous post was at 03:01 AM ----------
And if you think HTC won't flex their muscle, look at history.
Sent from my SGH-T999 using Tapatalk 4 Beta