I am compiling Black_kt_kr_defconfig and fixed all the problems for compiling.
I just need to know whether the "warning: initialization from incompatible pointer type [enabled by default]" is fatal in booting a phone. Is there anyways it will affect the phone? if so, how to fix>?
MORE INFO
I still in the end, compiled.
nicholaschw said:
I am compiling Black_kt_kr_defconfig and fixed all the problems for compiling.
I just need to know whether the "warning: initialization from incompatible pointer type [enabled by default]" is fatal in booting a phone. Is there anyways it will affect the phone? if so, how to fix>?
Click to expand...
Click to collapse
I dont understand well your problem...
Where have you that error ?
Duarte777 said:
I dont understand well your problem...
Where have you that error ?
Click to expand...
Click to collapse
tonnes of places.
Sent from RevolutionRemix v1.2.1 with Tapatalk
nicholaschw said:
tonnes of places.
Sent from RevolutionRemix v1.2.1 with Tapatalk
Click to expand...
Click to collapse
Warnings should be fine. Are you unable to boot the kernel? Or why are you asking?
Sent from my LG-P970 using xda app-developers app
N00BY0815 said:
Warnings should be fine. Are you unable to boot the kernel? Or why are you asking?
Sent from my LG-P970 using xda app-developers app
Click to expand...
Click to collapse
Thanks nooby. Theres also some errors. I will be re make abt 1-2 hours later after i finish AOSP build process. I show u have another error or warning.. forgot. i will take picture post error here. will u two be online in 1-2hours?
Sent from RevolutionRemix v1.2.1 with Tapatalk
Adding on... I will fix some stuff. and i need u guys help to tellme how implement 1.25GHz for Clock speed.
I think voltage also need
Sent from RevolutionRemix v1.2.1 with Tapatalk
nicholaschw said:
Thanks nooby. Theres also some errors. I will be re make abt 1-2 hours later after i finish AOSP build process. I show u have another error or warning.. forgot. i will take picture post error here. will u two be online in 1-2hours?
Click to expand...
Click to collapse
If you got Error, compiler will stop. Warning still fine, it doesn't really affect.. So, where's your "picture post error"? This question is remaining unanswered yet, but no next progress of yours?
nicholaschw said:
Adding on... I will fix some stuff. and i need u guys help to tellme how implement 1.25GHz for Clock speed.
I think voltage also need
Click to expand...
Click to collapse
So, Nicholas Chen, my question, did you really studied to develop ROM/Kernel from your last apologize until now? Why I didn't see your progress yet? I mean positive progress.. Does this is what you're talking about overclocking?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
See those picture at Kernel Info, I've done that in April 2012. I've tried many ways to get it working stable, but it doesn't works. If you're still really want to do it and take the risk burning your phone, then you should really study hard and make your progress more than now, not just babbling again and forth...
I'll explain the warning your getting
Consider this sample application I wrote
Code:
//Test Application
int main()
{
//Declare random variables
long *a;
int *b;
//Force Warning
b = a;
/*Directly going
int *b = a
gives initialization instead of assignment
warning , but I spread it out for clarity*/
//Exit Gracefully
return 0;
}
Your confusing pointer or types. (Or at least the compiler thinks your are)
Since a pointer is a a pointer to a memory location theres nothing wrong with setting one pointer to another regardless of type. The compiler flags this as a warning since this is often a mistake on the programmers side. (Usually from a complicated typecast). It can also be intentional if your working with pointer arithmetic hence it being a warning not a error.
You can get rid of the warning by just typecasting the problematic expression to (void*) or by telling the compiler to ignore that warning, but thats like putting a sticker over your check engine light. Leave it as it is, it's not hurting nobody. I think it's left there to tell people working on the kernel so that can be aware of it and not make a careless mistake regarding pointer arithmetic.
redy2006 said:
If you got Error, compiler will stop. Warning still fine, it doesn't really affect.. So, where's your "picture post error"? This question is remaining unanswered yet, but no next progress of yours?
So, Nicholas Chen, my question, did you really studied to develop ROM/Kernel from your last apologize until now? Why I didn't see your progress yet? I mean positive progress.. Does this is what you're talking about overclocking?
See those picture at Kernel Info, I've done that in April 2012. I've tried many ways to get it working stable, but it doesn't works. If you're still really want to do it and take the risk burning your phone, then you should really study hard and make your progress more than now, not just babbling again and forth...
Click to expand...
Click to collapse
Ive done this at Nov 2nd.. and, what are you trying to say? i even put RR.
EDIT
Oops. forgot to answer something. Yep. Thats the one. the last apologize? I forgot. The kernel is not cooked.
Sent from RevolutionRemix v1.4.1 FINAL with Tapatalk
Then just FORGET about that "apologize" parts...
So where's your 1.25 GHz? I only see 1000 at your screenshots, not 1250. And you said about "picture post error", what and where's that?
redy2006 said:
Then just FORGET about that "apologize" parts...
So where's your 1.25 GHz? I only see 1000 at your screenshots, not 1250. And you said about "picture post error", what and where's that?
Click to expand...
Click to collapse
Ok. i wont. I dont. U even asked me just now, I need help on just the OC. And the error is solved. I just changed Architecture thats all. Then i just get xonar's warnings, which he said will not affect anything. Anyways, Now. I need help on Clocking, DVFS and OV, UV. Last but not least, Battery.
Sent from RevolutionRemix v1.4.1 FINAL with Tapatalk
nicholaschw said:
Ive done this at Nov 2nd.. and, what are you trying to say? i even put RR.
EDIT
Oops. forgot to answer something. Yep. Thats the one. the last apologize? I forgot. The kernel is not cooked.
Sent from RevolutionRemix v1.4.1 FINAL with Tapatalk
Click to expand...
Click to collapse
Since mostly answered to your question, there is only few ways you can successfully release your kernel.
1. Be honest
2. Drop the "credits: me". You want to look good? Collaborate and listen...
*members who compile kernels or ROMs, they research what to add. Then you "git clone" their work and credit yourself?
3. Show the commits/changes
4. Who's ryuusei? If you didn't actually build this, that's irresponsibility. And you can't release something in Development section you didn't make or no part of.
5. Release something of worth value.
*Don't "Release1: Stock, Release2:added govs".
And finally... Don't claim you have "Google Nexus 4 Test Model". Unless you can prove it, it makes you more annoying and unbelievable.
I don't know what's on your mind, but it seems whenever you post, you want the "WOW" factor. That you start inventing stories to sell. Loose the fairy tale books you have, and start being a man. Age is not an excuse, BPaul is just as young as you are...
nicholaschw said:
Ok. i wont. I dont. U even asked me just now, I need help on just the OC. And the error is solved. I just changed Architecture thats all. Then i just get xonar's warnings, which he said will not affect anything. Anyways, Now. I need help on Clocking, DVFS and OV, UV. Last but not least, Battery.
Click to expand...
Click to collapse
Visit here, TI Technical Document.
Look for OMAP36xx ES1.x TRM Revision ZA and read it!
gabwerkz said:
Since mostly answered to your question, there is only few ways you can successfully release your kernel.
1. Be honest
2. Drop the "credits: me". You want to look good? Collaborate and listen...
*members who compile kernels or ROMs, they research what to add. Then you "git clone" their work and credit yourself?
3. Show the commits/changes
4. Who's ryuusei? If you didn't actually build this, that's irresponsibility. And you can't release something in Development section you didn't make or no part of.
5. Release something of worth value.
*Don't "Release1: Stock, Release2:added govs".
And finally... Don't claim you have "Google Nexus 4 Test Model". Unless you can prove it, it makes you more annoying and unbelievable.
I don't know what's on your mind, but it seems whenever you post, you want the "WOW" factor. That you start inventing stories to sell. Loose the fairy tale books you have, and start being a man. Age is not an excuse, BPaul is just as young as you are...
Click to expand...
Click to collapse
1. Ever since the second thread i opened, theres no credit of me.
2. as of 1, and i forked my own github. and now started working on it
3. I will pull and push soon as soon as i can
4.DO YOU KNOW WHAT IS YOUR FAVOURITE CARTOON CHARACTER? ITS MY LAPTOP NAME. Sorry. u asking too personal questions
5. Gabwerkz, I just started crawling and you want me to run......
And I DID NOT EVEN ASK ABOUT NEXUS 4. DONT OT.
Sent from RevolutionRemix v1.4.1 FINAL with Tapatalk
So is this your github? https://github.com/nicholaschw
Guys, you all can cool down again.
I just approved a preview of the OP post about the kernel he's going to post - no credits taken by him and also contains proper credits and links to the sources - a OP post like it should be.
Also, I would rather like to see you guys helping him instead of keeping on hating. Given proper guidance he will, hopefully, learn and improve along the way. It's clear he yet has a lot to learn about programming and software development.
We gave him the chance to improve, so maybe rejoice and help him to get it to good use.
B.Jay said:
Guys, you all can cool down again.
I just approved a preview of the OP post about the kernel he's going to post - no credits taken by him and also contains proper credits and links to the sources - a OP post like it should be.
Also, I would rather like to see you guys helping him instead of keeping on hating. Given proper guidance he will, hopefully, learn and improve along the way. It's clear he yet has a lot to learn about programming and software development.
We gave him the chance to improve, so maybe rejoice and help him to get it to good use.
Click to expand...
Click to collapse
Aye aye captain.. I've trying to help him and give him a reading book, so first he can learn from it.. We can't help further if he didn't understanding the basic.. Despite his announcement at other forum outside XDA, about [DEV][AOSP][maguro] RevolutionRemix | v0.0.1 | Awaiting 4.2, even Android 4.2 hasn't released yet, but already had announcement about it's development..
redy2006 said:
I've trying to help him and give him a reading book, so first he can learn from it.. We can't help further if he didn't understanding the basic..
Click to expand...
Click to collapse
Good idea. Without him having at least basic knowledge it's a wee bit hard to help him very far, but taking that effort is entirely up to him. Not much we can do other than to recommend books to read to get the required knowledge.
redy2006 said:
Despite his announcement at other forum outside XDA, about [DEV][AOSP][maguro] RevolutionRemix | v0.0.1 | Awaiting 4.2, even Android 4.2 hasn't released yet, but already had announcement about it's development..
Click to expand...
Click to collapse
True, AOSP 4.2 hasn't been pushed into any repo yet.
I don't think we should care about things he does outside of XDA - not of our concern. Let us focus on what he does here. If he would post a Android 4.2 ROM here and claim it's been compiled from source (at this point of time) you can be sure that I would be the first one to ask him "Show us your sources or it didn't happen".
For now he decided to give the kernel he was working on a try, and subsequent release. Let us deal with the matters as they come up.
redy2006 said:
Aye aye captain.. I've trying to help him and give him a reading book, so first he can learn from it.. We can't help further if he didn't understanding the basic.. Despite his announcement at other forum outside XDA, about [DEV][AOSP][maguro] RevolutionRemix | v0.0.1 | Awaiting 4.2, even Android 4.2 hasn't released yet, but already had announcement about it's development..
Click to expand...
Click to collapse
redy, I already learnt theming thats why. just build from source, theme, and a settings for ROM.
by the way. yep. thats my source. Please do not commit yet as i have not commited. i shall commit now. u know whats the command? and i intend to recreate a new repo as the source i had was a zip. as i did not have time, i did not use git clone. TIF
Sent from RevolutionRemix v1.4.1 FINAL with Tapatalk
nicholaschw said:
i shall commit now. u know whats the command? and i intend to recreate a new repo as the source i had was a zip. as i did not have time, i did not use git clone. TIF
Click to expand...
Click to collapse
If you want to know about how "git" works let me recommend you the tutorial thread "[Guide] How to use Github" created by my good buddy eagleeyetom. There you already have your first "reading up" lesson.
Related
I was told to make a new thread for the port. So if you have downloaded mine in the other thread, there is no need to download this one. They are the same.
I will not be supporting this build so if you would like to take it over, Go ahead but please give credit.
Thanks,
Incubus
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What i've got Working so far
-Data
-GPS
-Wifi
-SMS/MMS
-Phone
-Market
-Bluetooth
-Hotspot
Remember this rom still needs lots of work..
DOWNLOAD
THANKS to XxXViRuSXxX for helping me along the way.
I think the best way to go about this is through a google code collaboration effort, like myn suggested. That way nobody would have to "maintain" a rom per-say.
I don't think very many others have taken interest in this idea, however.
Edit:
See http://forum.xda-developers.com/showpost.php?p=11505743&postcount=10
How far behind in terms of functionality is this ROM computer to your Z ROM Myn?
Sounds like your basic Z ROM issues......any difference as well?
Sent from my ADR6300 using XDA App
AlpineM3 said:
How far behind in terms of functionality is this ROM computer to your Z ROM Myn?
Sounds like your basic Z ROM issues......any difference as well?
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Camera is broken, force closes on soundset and mobile network settings. Also, a big battery hog.
Other than that, incubus produced a damn good port.
I did not experience the same battery issue. I posted some results on the original thread. I also flashed Lou's #7 kernal on it.
I like the idea of a collaborative project. Do everything at the code level and that way there's a checks and balance system. We would have a community build with solid code versus a string of roms based off incubus' initial port that may be bubble gummed and barbed wired with hacks and work arounds. A sense build like the way cyanogen and team douche go about it. I say we poll it and solicite some of our most talented Sense devs to head it up.
wdfowty said:
I think the best way to go about this is through a google code collaboration effort, like myn suggested. That way nobody would have to "maintain" a rom per-say.
I don't think very many others have taken interest in this idea, however.
Click to expand...
Click to collapse
Sent from my ADR6300 using Tapatalk
sunder74 said:
I like the idea of a collaborative project. Do everything at the code level and that way there's a checks and balance system. We would have a community build with solid code versus a string of roms based off incubus' initial port that may be bubble gummed and barbed wired with hacks and work arounds. A sense build like the way cyanogen and team douche go about it. I say we poll it and solicite some of our most talented Sense devs to head it up.
Sent from my ADR6300 using Tapatalk
Click to expand...
Click to collapse
I'm not the "most talented sense dev", but I'd be willing to contribute and commit what I can. I do agree, though, we need some more interest in this.
incubus and myn are already doing something similar with Warm Z, and it seems to be working well.
I would be willing to contribute as well. I was just saying. "Most talented" for those who would verify and approve changes etc.
wdfowty said:
I'm not the "most talented sense dev", but I'd be willing to contribute and commit what I can. I do agree, though, we need some more interest in this.
incubus and myn are already doing something similar with Warm Z, and it seems to be working well.
Click to expand...
Click to collapse
Sent from my ADR6300 using Tapatalk
sunder74 said:
I would be willing to contribute as well. I was just saying. "Most talented" for those who would verify and approve changes etc.
Sent from my ADR6300 using Tapatalk
Click to expand...
Click to collapse
Gotcha, that's smart. I'm shooting myn a PM now, and I believe someone in the Evo thread is going to create a subversion project, if myn doesn't get that far.
edit: Looks like myn set up a project already. https://code.google.com/p/incredible-s-united-base/
To anyone wanting to get involved:
myn said:
Okay. The svn repo is up.
https://code.google.com/p/incredible-s-united-base/
For the folks who want to contribute, please PM me your gmail/google email address and I will add you. Please let me know its for the Inc S. I set up another one for the Honeycomb build today so I want to make sure which is which
Also here is an outstanding tutorial on using TotoiseSVN with code.google.com.
http://mzaher.wordpress.com/2009/03/02/how-to-use-svn-with-google-code/
The latest version of the AndroidKitchen now will ignore source management repository directories (.cvs, .svn, .git) so I recommend fetching this repository into a WORKING_XXX directory within the kitchen. The .svn directories will automatically be removed when you do a Build (option 99).
If one of you have a Linux hosting provider with shell and cron access we can also set up a cronjob to create nightly releases automating this for us.
onicrom had written a script for me to generate these for my Warm Z nightlies that we can reuse, assuming we have a host.
Let me know if you have questions.
Click to expand...
Click to collapse
You can also PM me, and we'll get you started.
@incubus, could you add this to the OP?
megaupload?...
Why do so many people choose it? What's wrong with mediafire?
Dr. Hax said:
Why do so many people choose it? What's wrong with mediafire?
Click to expand...
Click to collapse
What exactly are you asking?
wdfowty said:
What exactly are you asking?
Click to expand...
Click to collapse
Pretty sure he is talking about Megaupload heh
Sent from my ADR6300 using XDA App
solarpolitiks said:
Pretty sure he is talking about Megaupload heh
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
I understood that much, don't know what he meant though.
wdfowty said:
I understood that much, don't know what he meant though.
Click to expand...
Click to collapse
I translate it as:
"MediaFire mirror, please"
Sent from my ADR6300 using XDA App
solarpolitiks said:
I translate it as:
"MediaFire mirror, please"
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Without the please, gotta give credit to the rudeness
Alright guys, enough of that. I'd like to keep this thread development-oriented if possible.
Thanks
W
I used mega upload instead of my mediafire account because it wouldn't work for some reason the night I uploaded... tried 4 times
Tried to flash this with CWM 3.0 and got this:
Finding update package...
Opening update package...
Installing update...
Amend scripting (update-script) is no longer supported.
Amend scripting was deprecated by Google in Android 1.5.
It was necessary to remove it when upgrading to the ClockworkMod 3.0 Gingerbread based recovery.
Please switch to Edify scripting (update-script and update-binary) to create working update zip packages.
Installation aborted.
Click to expand...
Click to collapse
Just an FYI. I guess that to run this we need to be on 2.5.x.x
Yeah, unless you change it to an edify script.
Google: Amend2Edify
Hi Guys,
A member of the cyanogenmod posted a fix for the direction issue.
I just wanted to bring it here, so more people can test it.
Original thread:
http://forum.cyanogenmod.com/topic/20584-directioncompass-issues/
Keep an eye on that thread, maybe there will be an update.
EDIT: I think ali ba posted a open source fix: http://forum.xda-developers.com/showpost.php?p=13123944&postcount=31
People reporting that is working to!
**All credits to stat101ca from cyanogenmod forum
Awesome. I depend on Satnav for work, thank you!
pjgodd said:
Awesome. I depend on Satnav for work, thank you!
Click to expand...
Click to collapse
Just note that this just installs the original closed source GPS module, problem with CM7 is that loc_api module calculates the bearing/direction wrong. But only on Legend, so probably the data from GPS is not usable as is.
namtrac said:
Just note that this just installs the original closed source GPS module, problem with CM7 is that loc_api module calculates the bearing/direction wrong. But only on Legend, so probably the data from GPS is not usable as is.
Click to expand...
Click to collapse
Couldn't really care less which bit of which ROM it installs as long as it works
Well you'll care once you update your ROM you'll have to apply this "fix" again
namtrac said:
Well you'll care once you update your ROM you'll have to apply this "fix" again
Click to expand...
Click to collapse
Hardly; I won't be updating until it's fixed. Besides, it's one more tiny update to apply, I'm sure I can spare the 20 seconds out of my life.
Thank you for this fix. I'll try it tomorrow
Sent from my Legend using XDA App
Yes, it works! thx
Just now tested it and it works brilliantly, thanks for posting this =)
namtrac said:
Just note that this just installs the original closed source GPS module, problem with CM7 is that loc_api module calculates the bearing/direction wrong. But only on Legend, so probably the data from GPS is not usable as is.
Click to expand...
Click to collapse
I don't care what it does; it works and that's what matters. I still can't believe they released the final CM7 without GPS working while older nightlies worked fine.
namtrac said:
But only on Legend, so probably the data from GPS is not usable as is.
Click to expand...
Click to collapse
Legend and Aria and every other msm7k device with libloc using version 20000.
ali ba said:
Legend and Aria and every other msm7k device with libloc using version 20000.
Click to expand...
Click to collapse
If you can add debug messages to heading/bearing calculation it would maybe help you to get a better idea about whats going on?
namtrac said:
If you can add debug messages to heading/bearing calculation it would maybe help you to get a better idea about whats going on?
Click to expand...
Click to collapse
Oh, thank you, this is a great idea!
Now, would you care to tell me where to add these debug messages?
Sygic Aura works fine after installing Gps fix but Igo don't play well... I mean, application run but with an heavy delay in updating the video probably because the program it's waiting for GPS update.
Tested with a fresh install of CM7 today.
ali ba said:
Oh, thank you, this is a great idea!
Now, would you care to tell me where to add these debug messages?
Click to expand...
Click to collapse
If you could add debug messages to bearing/heading calculation WE (THE NIGHTLY USERS) could help you with debugging with OUR OWN logs. kthnxbye.
namtrac said:
If you could add debug messages to bearing/heading calculation WE (THE NIGHTLY USERS) could help you with debugging with OUR OWN logs. kthnxbye.
Click to expand...
Click to collapse
Another great idea!
Where was that "bearing/heading calculation" again? I can't seem to find anywhere.
Anyway, if I find it, what "debug messages" do you want me to add?
ali ba said:
Another great idea!
Where was that "bearing/heading calculation" again? I can't seem to find anywhere.
Anyway, if I find it, what "debug messages" do you want me to add?
Click to expand...
Click to collapse
Sarcastic and synical, I am sure you are a great developer and I am very glad with the roms and your development, but I don't understand why you have to behave like this, feels no good.
Paul
ikdegek said:
Sarcastic and synical, I am sure you are a great developer and I am very glad with the roms and your development, but I don't understand why you have to behave like this, feels no good.
Click to expand...
Click to collapse
Maybe because he is tired of answering the same questions/suggestions over and over again?
Sent from my HTC Legend
BlaY0 said:
Maybe because he is tired of answering the same questions/suggestions over and over again?
Click to expand...
Click to collapse
Another explanation would be that I'm actually trying to get people out of their demanding attitude towards something that is more in the spirit of open source. I failed, obviously.
CyanogenMod is not some closed source project of a few people trying to get a little bit of fame. We are enthusiasts, we enjoy what we do and most important: We open source every freaking single line of code.
Yet still people run around giving unbelievably ridiculous advice ("add debug messages") de-facto trying to tell me what to do instead of trying to accomplish it themselves.
No, "I don't know how to" doesn't count – I don't either. I've been writing software for quite a few years now – embedded systems, web development, HDL, etc. – and I know very well that it's absolutely exhausting to actually do something instead of telling others what to do. It takes a long time to understand code, it might be frustrating and you sometimes have to stop, do something else and resume a few days later. Same for me as for everyone else. I'm not angry that most people are afraid of that.
What actually makes me want to scream is a patronizing, "kthnxbye"-ing smarty-pants who thinks he had some sort of brain wave telling me to "add debug messages". It's a standard procedure to attach a debugger, add debug output, do whatever gives you insight on what it's doing and why it's wrong.
To get an idea about this specific bug I had to find out when the compass is used and when it takes the heading values, where those values are retrieved, whether there are any conversions going on that shouldn't, whether it's a random issue or something there that triggers it. All by reading through crappy code that was reverse engineered by guessing and hacking together code that was never written for the Legend's hardware and running around outside like an idiot because I still need a real GPS signal to get debug output.
ali ba said:
Another explanation would be that I'm actually trying to get people out of their demanding attitude towards something that is more in the spirit of open source. I failed, obviously.
Click to expand...
Click to collapse
You're going about it in entirely the wrong way, if I may. If it annoys you that much, knock a FAQ together when you've the time, and stop answering posts that rile you up. People get responses to demands, and they don't stop once they get a response.
I'll probably get a nice pile of mad for this bit, but try to understand that the vast majority of people who come here don't understand this "Linux thing" or software development- they have a phone, and they just like it to work. They like cool stuff, and they like not having to pay for it even more. If their post annoys you so much, why not just ignore it instead of getting your rage/apathy/etc on? People don't learn by being told they're dumb, they learn by asking questions. If you don't want to answer them, then don't- it's really that simple
Do bear in mind before you reply that most people here really value the work you guys put into CM. Don't think that my post suggest otherwise, I really am genuinely trying to help the situation here.
Seeing as how the previous thread for cm was closed due to peoples *****ing. Thought i would start another that might actually be helpful.
First, I am not a good dev. And currently on the road so unable to assist until august. I want to thank faux123 as he seem to be our best bet so far.
Links:
This will be the new github organization to bring up CM7 for atrix. thanks to faux123
https://github.com/Atrix-Dev-Team
faux123's github:
https://github.com/faux123
https://github.com/faux123/android_device_motorola_olympus
cyanogenmod olympus branch:
https://github.com/CyanogenMod/android_device_motorola_olympus
DevZombi (samcripp) olympus product script:
https://github.com/DevZombi/olympus_product_script
my github: (i am watching all relevant repos)
https://github.com/drewis
Only developer questions please. A good rule of thumb. If you do not have a github or do not know how to use git do not post in this section. Thanks. And Good Luck. Thanks for the hard work so far everyone!
OK everyone, the other thread was closed completely counter productive. We do not like having to do that. Please keep this thread clean meaning no post that are not constructive. Aka "this is awesome" or "so much potential! ". Post will be deleted to keep it clean or thread closed if it goes path of the last one. So please keep it clean.
Jug6ernaut
Sent from my Xoom using Tapatalk
jug6ernaut said:
OK everyone, the other thread was closed completely counter productive. We do not like having to do that. Please keep this thread clean meaning no post that are not constructive. Aka "this is awesome" or "so much potential! ". Post will be deleted to keep it clean or thread closed if it goes path of the last one. So please keep it clean.
Jug6ernaut
Sent from my Xoom using Tapatalk
Click to expand...
Click to collapse
I agree, nice to know that a thread can get hundreds of views without being ruined in the first few posts. Thanks for being on top of this thread Jug.
Second link (Product script) is not the web page I'm looking for (404).
AWD_Maniac said:
Second link (Product script) is not the web page I'm looking for (404).
Click to expand...
Click to collapse
the 2nd link is deprecated, i have started making changes to them. I will have a vendor repo for motorola on my github shortly.
Sent from my Transformer TF101 using Tapatalk
Samuel and everyone that helped thanks so much for the work on the build files, I have been struggling through it off and on when i had time... looks like extract-files.sh needs some work still but GREAT WORK AND THANK YOU
yeah my extract file requieres tons of love. today im going to begin a large effort to get it done correct. base on the latest.
i have to goals
compile aosp
compile cm7
so hopefully we can gather all this wefforts into one and speed it up. anyone that wants to pull/commit to my github feel free to do so. let me know by twitter so i can get the request quick and everyone can be up to date.
samcripp said:
yeah my extract file requieres tons of love. today im going to begin a large effort to get it done correct. base on the latest.
i have to goals
compile aosp
compile cm7
so hopefully we can gather all this wefforts into one and speed it up. anyone that wants to pull/commit to my github feel free to do so. let me know by twitter so i can get the request quick and everyone can be up to date.
Click to expand...
Click to collapse
We should start a github organization for this, so people can participate and add stuff without doing pull request all the time... massive pull requests get old fast
EDIT: DOH! Didn't know github organization cost $25 a month... thought it was free My bad...
faux123 said:
We should start a github organization for this, so people can participate and add stuff without doing pull request all the time... massive pull requests get old fast
Click to expand...
Click to collapse
agreed. ill read about it later and we can organize it and get it together.
samcripp said:
yeah my extract file requieres tons of love. today im going to begin a large effort to get it done correct. base on the latest.
i have to goals
compile aosp
compile cm7
so hopefully we can gather all this wefforts into one and speed it up. anyone that wants to pull/commit to my github feel free to do so. let me know by twitter so i can get the request quick and everyone can be up to date.
Click to expand...
Click to collapse
well i will help where i can, currently i do not have a ton of time for atrix but, I probably can work a little each day, I ran the extract-files.sh and through up the build files and gave it a make just to get an idea of where its at... we should compile a list of things that need to be done so we can work and check things off as we go , like I said though thanks everyone for the start ... your much further than I was *I am more on the AOSP route but hay it all works the same
Please update OP with this link:
https://github.com/Atrix-Dev-Team
This will be the new github organization to bring up CM7 for atrix.
faux123 said:
Please update OP with this link:
https://github.com/Atrix-Dev-Team
This will be the new github organization to bring up CM7 for atrix.
Click to expand...
Click to collapse
Nice way to organize it all. Everyone is doing great on the effort. Why aren't you a recognized developer?
Package complete: /home/paul/motorola/system/out/target/product/olympus/update-cm-7.1.0-RC1-Olympus-1-signed.zip
4dcba3ef0da71b18c80cddf6142deda0 update-cm-7.1.0-RC1-Olympus-1-signed.zip
Remember, this is devs only for now until beta
OMG
http://forum.xda-developers.com/showthread.php?t=1186402
only serious folks!
Great work guys
Sent from my MB860 using XDA Premium App
Congrats and can't wait. I don't have what it takes to alpha test :-(
Edit: When the source is released aren't you gonna somewhat have to start over?
Sent via the power of a unicorn's horn.
I'm getting:
Code:
make: *** No rule to make target 'vendor//olympus/proprietary/lib/libaudio.so', needed by 'out/target/product/olympus/obj/lib/libaudio.so'. Stop.
I'm stumped... though I'm tired. It's probably something blatantly obvious.
XGX5309 said:
I'm getting:
Code:
make: *** No rule to make target 'vendor//olympus/proprietary/lib/libaudio.so', needed by 'out/target/product/olympus/obj/lib/libaudio.so'. Stop.
I'm stumped... though I'm tired. It's probably something blatantly obvious.
Click to expand...
Click to collapse
git pull
new fixes are there, now we have new bugs
I don't have 10 posts yet so I had to post it here, though i've been a application developer for 4 years so I'm not a ''''''''''n00b''''''''''
So Rooting with a Mac is kind of a pain in the ass.
For some reason, I'm sure it's a anomaly, adb and fastboot wouldn't work on a vm.
SO, I'm making this! Introducing....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(Hooray for crappy text shopping in 2 minutes)
If anyone wants to help me work on it (it's written in applescript; because I'm lazy) let me know and I'll send you the project, Just when you make improvements and add more, send me updated files.
Beta testers will also be needed soon!!!!!
UPDATE~
I've been working hard on this to get it out ASAP except I'm having a massive problem with trying to run a command and letting the user choose the Unlock_code.bin themselves.
I was thinking of packaging it as just a shell script until I was done with the GUI but if anyone knows applescript (or their way around with xcode, we could make it a bit more powerful) please PM me.
UPDATE 2~
So I made the shell script ready for everyone. try it out and let me know how it works.
1. keep in mind you're doing this at your own risk!
2. this isn't the full program. ALL this will do is root your device! if you want the full program I'd suggest waiting!
I am on a Mac, don't know apple script but I could help out. Tired of using my wifes computer. Let me know what I can do.
Sent from my HTC PH39100 using XDA
any kind of Mac related Rooting, bootloader unlocking or Rom installers im sure would be a welcomed addition. Hopefully people will understand what they are doing to their phone, and that there is always a risk involved.
But otherwise looks clean thus far
Drew
zacgoesrawr, i went ahead and moved here to the development section. Thank you for your contribution.
Should I put in PG's (r.i.p please resurrect soon) ICS firmware for those who'd want to install that while they're at it?
also I was thinking about putting CWM in there too
zacgoesrawr said:
Should I put in PG's (r.i.p please resurrect soon) ICS firmware for those who'd want to install that while they're at it?
also I was thinking about putting CWM in there too
Click to expand...
Click to collapse
I would love that! I have not upgraded to ics yet because I need my wifes computer. It would be so much better to do it on my mac!
zacgoesrawr said:
Should I put in PG's (r.i.p please resurrect soon) ICS firmware for those who'd want to install that while they're at it?
also I was thinking about putting CWM in there too
Click to expand...
Click to collapse
You may want to contact him and ask for permission just to be proper
Sent from my HTC PH39100 using xda premium
I'm in! I will have the Vivid in a few days (hopefully), and it would be nice to do everything in my natural OS.
I'm not familiar with Apple Script either but I am a graphic designer by trade so I can help with graphics, icons; or whatever might be needed.
I'm also going to throw this idea out there just for kicks. Maybe change the name to:
Vivid Fruit Root [VFR]. Just a suggestion, I can always call it that in my head. I'm just not a fan of the iNames personally. I am a fan of this project though so let me know if you need some help.
mishtype said:
I'm in! I will have the Vivid in a few days (hopefully), and it would be nice to do everything in my natural OS.
I'm not familiar with Apple Script either but I am a graphic designer by trade so I can help with graphics, icons; or whatever might be needed.
I'm also going to throw this idea out there just for kicks. Maybe change the name to:
Vivid Fruit Root [VFR]. Just a suggestion, I can always call it that in my head. I'm just not a fan of the iNames personally. I am a fan of this project though so let me know if you need some help.
Click to expand...
Click to collapse
Graphic designer eh? PM me.
I'm on about 4 different Macs. I can lend a hand.
Sent from my HTC PH39100 using xda premium
mishtype said:
I'm in! I will have the Vivid in a few days (hopefully), and it would be nice to do everything in my natural OS.
I'm not familiar with Apple Script either but I am a graphic designer by trade so I can help with graphics, icons; or whatever might be needed.
I'm also going to throw this idea out there just for kicks. Maybe change the name to:
Vivid Fruit Root [VFR]. Just a suggestion, I can always call it that in my head. I'm just not a fan of the iNames personally. I am a fan of this project though so let me know if you need some help.
Click to expand...
Click to collapse
i like that better i literally was working on it for hours and had no name until i was going to post this LOL!
if you could possible come up with a logo for it and send me the PSD of it? thanks!
I also will add everyone's name who helps obviously you won't go un noted
!!!
zacgoesrawr said:
i like that better i literally was working on it for hours and had no name until i was going to post this LOL!
if you could possible come up with a logo for it and send me the PSD of it? thanks!
Click to expand...
Click to collapse
I will start putting a few ideas together. I work continuously, and am a stay at home toddler wrangler, so I will have to piece things together in that elusive spare time, so it might take me a little bit. It should be quick and simple, but not too quick.
As far as the actual app, are you going to just save as an app from within Apple Script Editor? (I am a little familiar I guess). So maybe an .icns package might be needed as well?
mishtype said:
As far as the actual app, are you going to just save as an app from within Apple Script Editor? (I am a little familiar I guess). So maybe an .icns package might be needed as well?
Click to expand...
Click to collapse
if you give me the PSD I can do the converting to PNG and icns as needed. Unless you don't want me touching the PSD
(I'm a photographer, i know how i am when someone looks at my EXIF and raw files LOL)
zacgoesrawr said:
if you give me the PSD I can do the converting to PNG and icns as needed. Unless you don't want me touching the PSD
(I'm a photographer, i know how i am when someone looks at my EXIF and raw files LOL)
Click to expand...
Click to collapse
I will present a few ideas, we can narrow down, refine, and go from there. I have all the software I need, and developer tools, so .icns are no problem (I change and modify mine all the time). Your more than welcome to some psd's and whatever I create though. I have a few client priorities but will start laying some things out in between projects.
I'm not a developer, but am a Mac user and would love to test this =)
I'm completely sick of having to borrow someone's computer for this.
Update!
I've been working hard on this to get it out ASAP except I'm having a massive problem with trying to run a command and letting the user choose the Unlock_code.bin themselves.
I was thinking of packaging it as just a shell script until I was done with the GUI but if anyone knows applescript (or their way around with xcode, we could make it a bit more powerful) please PM me.
zacgoesrawr said:
I've been working hard on this to get it out ASAP except I'm having a massive problem with trying to run a command and letting the user choose the Unlock_code.bin themselves.
I was thinking of packaging it as just a shell script until I was done with the GUI but if anyone knows applescript (or their way around with xcode, we could make it a bit more powerful) please PM me.
Click to expand...
Click to collapse
I could just code a native Mac app to do this if everyone wants it that badly.
qberty said:
I could just code a native Mac app to do this if everyone wants it that badly.
Click to expand...
Click to collapse
This sounds good to me, but it's obviously zac-attacks brainchild/passion project, so that's probably for him to decide.
In other news, my wife was in a minor car-accident Friday evening (she's fine) but my spare time decreased even more, so I don't know how involved or helpful I can be, or when.
Also, I got your PM Qberty, and will get back to you soon, things have been a little hectic. I'm not blowing you off; just FYI.
On a positive note, I picked up my Vivid today, and its pretty amazing, can't wait to alter it.
mishtype said:
This sounds good to me, but it's obviously zac-attacks brainchild/passion project, so that's probably for him to decide.
In other news, my wife was in a minor car-accident Friday evening (she's fine) but my spare time decreased even more, so I don't know how involved or helpful I can be, or when.
Also, I got your PM Qberty, and will get back to you soon, things have been a little hectic. I'm not blowing you off; just FYI.
On a positive note, I picked up my Vivid today, and its pretty amazing, can't wait to alter it.
Click to expand...
Click to collapse
Yeah, it's definitely up to him where he wants this to go.
And alrighty then, let me know when you're up for it.
qberty said:
Yeah, it's definitely up to him where he wants this to go.
And alrighty then, let me know when you're up for it.
Click to expand...
Click to collapse
Go for it! Just could I get the source code when you're done? Just to look around inside it?
also some credit if you're using the zip I put out?
thanks!
Please ask the mods why this is no longer here
One too many times of being overstepped on by them
Sorry folks, but im not here to be bullied by the folks who are supposed to be looking out for senior members, and members.
Please ask the mods why this is no longer here
One too many times of being overstepped on by them
Sorry folks, but im not here to be bullied by the folks who are supposed to be looking out for senior members, and members.
reserved
73sydney said:
Superuser List Backup : A simple Magisk Module to backup Magisks Superuser list for later restoration
Repo (for more info): https://github.com/stylemessiah/SuperuserListRestore
Release: https://github.com/stylemessiah/SuperuserListBackup/releases/latest
Click to expand...
Click to collapse
The repo link is mixed around with restore
73sydney said:
Superuser List Backup : A simple Magisk Module to restore Magisks Superuser list from an existing backup file
Repo (for more info): https://github.com/stylemessiah/SuperuserListRestore
Release: https://github.com/stylemessiah/SuperuserListRestore/releases/latest
Click to expand...
Click to collapse
Title should be restore instead of backup
73sydney said:
Magisk Hide Deny Backup:
A simple module to backup any apps you have in your MagiskHide or Deny Lists for easy restore on new ROM flash
Repo (for more info): https://github.com/stylemessiah/MagiskHideDenyBackup
Release: https://github.com/stylemessiah/MagiskHideDenyBackup/releases/latest
Magisk Hide Deny Restore: A simple module to restore any apps you backed up, using the partner MagiskHideDenyBackup module, on new ROM flash
Repo (for more info): https://github.com/stylemessiah/MagiskHideDenyRestore
Release: https://github.com/stylemessiah/MagiskHideDenyRestore/releases/latest
Click to expand...
Click to collapse
Release URLs don't link properly
christantoan said:
The repo link is mixed around with restore
Title should be restore instead of backup
Release URLs don't link properly
Click to expand...
Click to collapse
im still working on it, i cut&paste and edit because im lazy....you know this about me
the editor can be a bit of a pain when editing links....
ooh, brings me to a new top tip:
its always best to let any new post with links i make *settle* for a good half hour before clicking on them
Im a slow poster/ editor.
Plus sometimes my mind is just *resting*
finished...should be fine now....
Well since no one else is going to post a cat photo....on xmas caturday....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
73sydney said:
..... My default setting is (intended) humour..... Now that ive used more words explaining how you'll do things wrong, or at least how you can best not annoy me....
Click to expand...
Click to collapse
Got your 'rambling on my mind'. Thanks for this thread.
m0han said:
Got your 'rambling on my mind'. Thanks for this thread.
Click to expand...
Click to collapse
No!... You can't mention guitars!... Maybe he forgot, but he meant "Just DO NOT, and i cant stress this enough, post here about (speedup, tweaks, battery saving) apps/settings or plain conspiracy level nonsense about an apps recievers/trackers and "big brother" stuff, OR GUITARS!... I just sold my SVR signature Strat, it's way too raw and triggers me more than the subject of battery-saving tweeks!... Cats, bears, anything but Guitars!"
Just thought I'd better save the OP from having a coronary (or from himself) by making this critical addendum for him...
73sydney said:
...Now that ive used more words explaining how you'll do things wrong, or at least how you can best not annoy me....
Click to expand...
Click to collapse
Please do yourself a favour mate, and put a few more words in the OP cos clearly you haven't enumerated nearly enough potential annoyances/triggers... And I can't keep doing your job and preserving your default setting... But here's something that might help:
PW
pndwal said:
No!... You can't mention guitars!... Maybe he forgot, but he meant "Just DO NOT, and i cant stress this enough, post here about (speedup, tweaks, battery saving) apps/settings or plain conspiracy level nonsense about an apps recievers/trackers and "big brother" stuff, OR GUITARS!... I just sold my SVR signature Strat, it's way too raw and triggers me more than the subject of battery-saving tweeks!... Cats, bears, anything but Guitars!"
Just thought I'd better save the OP from having a coronary (or from himself) by making this critical addendum for him...
Please do yourself a favour mate, and put a few more words in the OP cos clearly you haven't enumerated nearly enough potential annoyances/triggers... And I can't keep doing your job and preserving your default setting... But here's something that might help:
PW
Click to expand...
Click to collapse
Its true having to give up playing after 35 years AND sell the SRV Strat i recently acquired is a bit raw still
But I shall be the captain of this ship of outrage and spout out what annoys me (somewhat randomly)
And dont you forget it
p.s. Thanks for the cat theremin....
73sydney said:
Its true having to give up playing after 35 years AND sell the SRV Strat i recently acquired is a bit raw still
But I shall be the captain of this ship of outrage and spout out what annoys me (somewhat randomly)
And dont you forget it
p.s. Thanks for the cat theremin....
Click to expand...
Click to collapse
... So you might allow others to mention Gxixax's but I can't?(!)... Well that's consistency for you... But I guess you're nothing if not consistent... in being inconsistent... (well you said 'random' yourself...) PW
...And you're welcome... More kiffness cat...
pndwal said:
.... my SVR signature Strat, it's way too raw and triggers me more than....
Click to expand...
Click to collapse
SRV, right? Is it a 1963 Stratocaster with a Schecter maple neck (sporting a Fender decal on the headstock) and a salacious girly sticker on the back of the body?
Or, https://www.fender.com/en-US/electr...vie-ray-vaughan-stratocaster/0109200800.html?
m0han said:
SRV, right? Is it a 1963 Stratocaster with a Schecter maple neck (sporting a Fender decal on the headstock) and a salacious girly sticker on the back of the body?
Or, https://www.fender.com/en-US/electr...vie-ray-vaughan-stratocaster/0109200800.html?
Click to expand...
Click to collapse
No, that would be the Fender SRV Signature Stratocaster at the link you posted, with the proper Fender maple neck and rosewood fingerboard, and no stickers anywhere on it...
Though mine did come with Klein Epic '63 pickups in it (highly recommend his pickups to any guitarists on here), in place of the stock Fender Texas Specials
Thankfully i didnt pay the full sticker price of AUD$3,350
Also, all of my shareable modules are now up folks
@73sydney links are broken or down. Ex disable Google analytics. Could you just host on dev-host so they don't get lost
toolhas4degrees said:
@73sydney links are broken or down. Ex disable Google analytics. Could you just host on dev-host so they don't get lost
Click to expand...
Click to collapse
Which links are down?, none...tested all just now. Theyre on github.....if that goes down its a rare event, and no, i wont be hosting anywhere else, theres arguably no place more reliable, and they wont get "lost" there.
If you have a problem reaching github, then you have problems no one else has....
73sydney said:
Which links are down?, none...tested all just now. Theyre on github.....if that goes down its a rare event, and no, i wont be hosting anywhere else, theres arguably no place more reliable, and they wont get "lost" there.
If you have a problem reaching github, then you have problems no one else has....
Click to expand...
Click to collapse
...404 errors are file or link removed errors. I wasn't trying to be a d!ck just pointing out errors. But you seem angry at the world.
toolhas4degrees said:
...404 errors are file or link removed errors. I wasn't trying to be a d!ck just pointing out errors. But you seem angry at the world.
Click to expand...
Click to collapse
I know you werent trying to be a ****, but i very correctly pointed out that its a your end issue, as no one else has ever contacted me about not being able to reach github. Again, if you cant resolve github.com, you have a issues at your end, maybe check your DNS settings. Maybe try cloudflare 1.1.1.1, 1.0.0.1
And not angry at the world, im very direct, im busy, and i directly answered all your questions, with the least amount of waffle possible.
Please dont turn this toxic, please and thank you....
73sydney said:
Which links are down?,
Click to expand...
Click to collapse
Er, Disable Google Analytics as mentioned... Both links...
73sydney said:
none...tested all just now. Theyre on github.....if that goes down its a rare event, and no, i wont be hosting anywhere else, theres arguably no place more reliable, and they wont get "lost" there.
If you have a problem reaching github, then you have problems no one else has....
Click to expand...
Click to collapse
... I do too...
PW
73sydney said:
Which links are down?, none...tested all just now. Theyre on github.....if that goes down its a rare event...
Click to expand...
Click to collapse
It does seem to be a rare event; been so for quite a while. Actually, I wanted to post earlier.
pndwal said:
Er, Disable Google Analytics as mentioned... Both links...
... I do too...
View attachment 5796417 PW
Click to expand...
Click to collapse
m0han said:
It does seem to be a rare event; been so for quite a while. Actually, I wanted to post earlier.
Click to expand...
Click to collapse
Thanks for confirming folks its a resolver/proxy issue
I did the following before i answered the earlier post:
changed my DNS to (in rotation: cloudflare/google/ISP)
ipconfig /flushdns each time
could not reproduce
retested just now, same same...works for me, and no issues reported on https://www.githubstatus.com/
VERY rare event to have an issue with github
if you can reach the other github links but not that one, then its a github issue, and i'll ask them to look into it (done)
if you cant resolve ANY of the links, thats a your PC issue, and you should try flushing the DNS cache
On windows for example:
Code:
ipconfig /flushdns
disabling any proxy (even setting automatic to none) in your browser
or the ultimate (on windows)
a tcp reset:
Code:
netsh int ip reset
followed by a reboot
* Note: if people be trying this on mobile and having issues, where captive proxying and DNS has never caused issues (eye roll and large slice of sarcasm intended), then use a proper PC.....