New thread I have started for those interested in helping create a kernel for the Amaze/Ruby.
I literally have no experience in kernel development but I figure the best way to learn is to delve right in. I already have the proper linux environment to code in and have source code for the device, just need some help getting started as I am a novice.
Github: https://github.com/sedrader/Amaze-4g-HTC-Ruby-Kernel-Development-CM10
sedrader said:
New thread I have started for those interested in helping create a kernel for the Amaze/Ruby.
I literally have no experience in kernel development but I figure the best way to learn is to delve right in. I already have the proper linux environment to code in and have source code for the device, just need some help getting started as I am a novice.
Click to expand...
Click to collapse
First i'd recommend getting setup with Github as that is where you will keep your source code and taking a look at www.github.com/CyanogenMod/android_kernel_htc_msm8660
but you should probably start with the stock HTC source
sportsstar89 said:
but you should probably start with the stock HTC source
Click to expand...
Click to collapse
I know this sounds obvious (as if no one thought of it before), but could you compare kernels from, say, the One X or Sensation, with the HTC source?
sedrader said:
Sounds great! Creating new thread for this as to not flood this thread haha (mod consideration)
Click to expand...
Click to collapse
PM dcacklam and see if you two can collaborate. Perhaps you could take a look at what he has already and see what you can contribute to it.
heres a little guide that i put together with the help of sportsstar http://forum.xda-developers.com/showthread.php?t=1764504
this will give you the rough idea... you will most likely have to change the "git clone" commands i have listed in the guide since the source has been moved. but its not hard at all. if you run into errors just let us know
sportsstar89 said:
First i'd recommend getting setup with Github as that is where you will keep your source code and taking a look at www.github.com/CyanogenMod/android_kernel_htc_msm8660
Click to expand...
Click to collapse
Thank you! I really appreciate the help. I am going to PM dcacklam to see if he is willing to collaborate.
sportsstar89 said:
but you should probably start with the stock HTC source
Click to expand...
Click to collapse
Is what is on the github what we have so far, as in building from the source code?
ziggy46 said:
heres a little guide that i put together with the help of sportsstar http://forum.xda-developers.com/showthread.php?t=1764504
this will give you the rough idea... you will most likely have to change the "git clone" commands i have listed in the guide since the source has been moved. but its not hard at all. if you run into errors just let us know
Click to expand...
Click to collapse
Many thanks to you good sir! This guide is great. As soon as I get home from work tomorrow I am starting this endeavor
Another question for all of you guys, so most of the issues that we're having with the ROM; regarding Bluetooth phone audio and MHL etc. Are these kernel related?
Sent from my Amaze 4G using xda premium
sedrader said:
Another question for all of you guys, so most of the issues that we're having with the ROM; regarding Bluetooth phone audio and hdcp etc. Are these kernel related?
Click to expand...
Click to collapse
That appears to be the case.
It was so earlier that someone had discovered that the microphones and speaker audio was set with a value via hex.
I have some hex experience of you need help
Sig:
What do you mean I can't say that??!!.. It's the fkin Internet!
kazzxtrismus said:
It was so earlier that someone had discovered that the microphones and speaker audio was set with a value via hex.
I have some hex experience of you need help
Sig:
What do you mean I can't say that??!!.. It's the fkin Internet!
Click to expand...
Click to collapse
Is this in the nightly thread? I'll have to read back. Your help would be appreciated! Not too familiar with hex editing besides corrupting files for school back in my high school days haha
Sent from my Amaze 4G using xda premium
I can't remember.. Cm thread?
Either way shoot me a pm
Sig:
What do you mean I can't say that??!!.. It's the fkin Internet!
So I set up the git repo and such. Should I just start with the source kernel? If so, do I clone it from a repo I create for it? Or...? Sorry in advance for these noobish questions! I just want to get this right lol
sedrader said:
So I set up the git repo and such. Should I just start with the source kernel? If so, do I clone it from a repo I create for it? Or...? Sorry in advance for these noobish questions! I just want to get this right lol
Click to expand...
Click to collapse
I'll help you out hold on a couple minutes
Sent from my Nexus 4 using xda premium
sportsstar89 said:
I'll help you out hold on a couple minutes
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Alright thank you!
sedrader said:
Alright thank you!
Click to expand...
Click to collapse
Setup a github and fork this https://github.com/Sportsstar89/android_kernel_htc_ruby the working branch will work with aosp and the stock branch is meant to be untouched just incase you mess something up you can fix it
Alright, will do as soon as my VM finishes installing!
Sent from my Amaze 4G using xda premium
Excellent! if I can help in any way let me know!
Tomorrow is when everything begins. Forked the repo, and got everything set up. now time for trailer park boys. I really wish Netflix ran on Ubuntu. Would totally be more dedicated to staying inside Ubuntu and more tempted to dev more.....
Sent from my Amaze 4G using xda premium
{
"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"
}
krook6023 said:
sedrader said:
Tomorrow is when everything begins. Forked the repo, and got everything set up. now time for trailer park boys. I really wish Netflix ran on Ubuntu. Would totally be more dedicated to staying inside Ubuntu and more tempted to dev more.....
Click to expand...
Click to collapse
Click to expand...
Click to collapse
"C'mon, Mr. Lahey, not another night of the sh*t abyss..."
"Ricky.... Steve pooped on the seat."
"What are sh*t-hawks? Are those birds that fly down and poop on everything?" "There's no such thing as sh*t-hawks, Bubs."
Ubuntu still has flash issues? I wonder if they'd come up with a fix for the swapped reds/blues problem yet?
Related
I haven't seen this posted anywhere, and I thought it might be useful. I'm using eugene's SlideMR1v4, which doesn't have the tun module. I'm trying to get Cisco VPN connections working (using get-a-robot-vpnc), so I compiled this kernel module from the official android kernel (git://android.git.kernel.org/kernel/msm.git), using the android-msm-2.6.29 branch. The module compiled correctly, and it seems to insert into the kernel correctly. It gives me /dev/tun and /dev/net/tun devices. I haven't gotten vpnc to work completely; although it will connect to my Cisco VPN just fine, it doesn't seem to route packets. Anyway, this file might be useful to you guys, and if anyone has gotten Cisco VPN to work correctly on the mt3gs, let me know.
Edit [2010-07-29]: Updated the zip with a new build based off of the legend kernel source posted on HTC's web site. Supposedly it is the same as the one on stock Slide.
is it overclock or undervolted?
Sent from my Incredible using XDA App
How do I install this,... via Recovery....or what
Sent From My HTC Espresso Running Froyo Thanks to eugene373
jdkoreclipse said:
is it overclock or undervolted?
Sent from my Incredible using XDA App
Click to expand...
Click to collapse
Whoareyou said:
How do I install this,... via Recovery....or what
Sent From My HTC Espresso Running Froyo Thanks to eugene373
Click to expand...
Click to collapse
{
"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"
}
r0man said:
FACEPALM
Click to expand...
Click to collapse
Seriously.
People, for the love of all that is good and right, read the post before commenting. This isn't a custom kernel -- it's a module for the .29 kernel that is already in use on your Slide. And if you do not know how to compile/insert a module into a kernel, you truly should not be inquiring *here* as to how to do so.
Meh.
Hahaha... r0man.. that was one of the funniest posts Ive seen in a long time...
Thanks for the humor, guys! My thoughts exactly. Anybody else actually tried this out?
A double facepalm! Wow.... Such strong sentiment. My Cubemate told me to shut the hell up; I couldnt stop laughing. Thanks for the humor - i needed that.
On the other side. Great job compiling this module, i'm sure that someone will absolutly need it, our Cisco vpn saturation is only about 30% of our serviced companies, so someone out there might want to do this with their android device. Saving post in favorites. (i foresee the boss asking about it.)
HebrewToYou said:
Seriously.
People, for the love of all that is good and right, read the post before commenting. This isn't a custom kernel -- it's a module for the .29 kernel that is already in use on your Slide. And if you do not know how to compile/insert a module into a kernel, you truly should not be inquiring *here* as to how to do so.
Meh.
Click to expand...
Click to collapse
<3
chrisinaz said:
Hahaha... r0man.. that was one of the funniest posts Ive seen in a long time...
Click to expand...
Click to collapse
eratosthene said:
Thanks for the humor, guys! My thoughts exactly. Anybody else actually tried this out?
Click to expand...
Click to collapse
pagantek said:
A double facepalm! Wow.... Such strong sentiment. My Cubemate told me to shut the hell up; I couldnt stop laughing. Thanks for the humor - i needed that.
-snip-
Click to expand...
Click to collapse
Heh, no problem gents
Edit: Deleted Post
http://www.entertonement.com/collections/2160/Super-Mario-Bros-death-pegasus-sound
bhilgeman said:
I couldn't help it...
Click to expand...
Click to collapse
i much prefer this one!
TomorrowSpace said:
http://www.entertonement.com/collections/2160/Super-Mario-Bros-death-pegasus-sound
Click to expand...
Click to collapse
epic just epic
LOL, Well, I actually put a [REQ] thread on this over 1 month ago but I see it is gone now.
Gonna try this on mine!
............................................______ __
....................................,.-‘”.................``~.,
.............................,.-”................................“-.,
.........................,/..........................................”:,
.....................,?........................... ....................\,
.................../.................................................. ..,}
................./.................................................. ...,:`
.............../................................................,: ”....../
..............?.....__............................ ..........:`......../
............./__.(.....“~-,_............................,:`......../
.........../(_....”~,_........“~,_....................,:`..... ..._/
..........{.._$;_......”=,_.......“-,_.......,.-~-,},.~”;/....}
...........((.....*~_.......”=-._......“;,,./`..../”............../
...,,,___.\`~,......“~.,....................`..... }............../
............(....`=-,,.......`........................(......;_,,-”
............/.`~,......`-...............................\....../\
.............\`~.*-,.....................................|,./.....\,__
,,_..........}.>-._\...................................|........... ...`=~-,
.....`=~-,_\_......`\,.................................\
...................`=~-,,.\,...............................\
................................`:,,.............. .............`\..............__
.....................................`=-,...................,%`>--==``
........................................_\........ ..._,-%.......`\
...................................,
Fordude said:
LOL, Well, I actually put a [REQ] thread on this over 1 month ago but I see it is gone now.
Gonna try this on mine!
Click to expand...
Click to collapse
Cool, let me know how it works out, I have a pretty good build process now so I can crank out pretty much any module that anybody needs.
Initial tests #fail with Eugene's MYFROYO_RC_4 - I'll keep looking into this.
Begging HTC some more to release their Kernel source for this device - not sure if this will help though.
This module is for Eclair, Froyo uses a newer kernel. I haven't gotten around to installing Froyo on my phone, since it doesn't seem nearly as usable. That being said, I can probably compile it for the Froyo kernel if somebody will run a 'uname -a' on their Froyo install and post the output.
Here you go... Guess I could do it from AOSP as well.
Ok, this worked great with eclaire! Dunno why I didn't think of building this from the AOSP.
Good work - this will help us out at work!!
someone told me it is possible to create a jellybean kernel using some parts of ICS kernel to build JB kernel for sense 4.5(sense 4+) . Me I really dont know where to start. Anyone want to help contribute with this or at least know someone who can build one for us Rezound users?
Kernel development, as far as I can tell, is one of the most challenging aspects of android development.
Are you requesting a working kernel, or guide to get you started on building one yourself?
If the former, would you like a side of bacon and eggs, too? If the latter, I suggest searching the Web for resources. Not to sound like a jerk, but I don't think you understand the gravity of your request.
We only recently got 'sauce', so working ICS kernels other than stock are a treat.
If you want more kernel development, donate to your dev.
Sent from my ADR6425LVW using Tapatalk 2
Dallasskater said:
someone told me it is possible to create a jellybean kernel using some parts of ICS kernel to build JB kernel for sense 4.5(sense 4+) . Me I really dont know where to start. Anyone want to help contribute with this or at least know someone who can build one for us Rezound users?
Click to expand...
Click to collapse
closest thing i could find was Popcorn flavored Jellybeans.
enjoy.
{
"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"
}
synisterwolf said:
closest thing i could find was Popcorn flavored Jellybeans.
enjoy.
Click to expand...
Click to collapse
Ugh, those are so gross!
Sent from my Raging Rezound
demmo86rt said:
Ugh, those are so gross!
Sent from my Raging Rezound
Click to expand...
Click to collapse
that's funny i like that one .....lol
Would thus work on the custom modded Rezound that your buddy has? I figured with the new screen, and hardware, you would have already had a jb kernel?
Sent from my ADR6425LVW using Tapatalk 2
Well my friend probably would but I dont and he prob wouldn't share.
Dallasskater said:
Well my friend probably would but I dont and he prob wouldn't share.
Click to expand...
Click to collapse
Yeah, imaginary friends hardly ever share
Sent from my ADR6425LVW using xda app-developers app
We finally get rid of mighty markus and now we get this guy?!?
who MIKE D said:
We finally get rid of mighty markus and now we get this guy?!?
Click to expand...
Click to collapse
Woa Markus was way worse and me I tell something that is completely true and you guys bull**** about it.
Dallasskater said:
Woa Markus was way worse and me I tell something that is completely true and you guys bull**** about it.
Click to expand...
Click to collapse
It's not that we don't believe you, it's just you have no proof. You haven't given us any reason to believe you. Maybe if you has the credibility of a Dev here on xda you could get away with that old "friend of mine" line.
Sent from my ADR6425LVW using xda app-developers app
You know devs are working hard to get aosp and jellybean 100%. Does your imaginary friend have gtalk so chad can hit him up since he has all the info and skill to fix all our problems?
Sent from my ADR6425LVW using xda app-developers app
This guy.
Sent from my ADR6425LVW using xda app-developers app
who MIKE D said:
You know devs are working hard to get aosp and jellybean 100%. Does your imaginary friend have gtalk so chad can hit him up since he has all the info and skill to fix all our problems?
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
No he does not but he is busy with college exams right now and he said he will send me a vid and or pics of his device.
Dallasskater said:
No he does not but he is busy with college exams right now and he said he will send me a vid and or pics of his device.
Click to expand...
Click to collapse
Does your friend know how to root his rezound?
Sent from my ADR6425LVW using xda app-developers app
Dallasskater said:
No he does not but he is busy with college exams right now and he said he will send me a vid and or pics of his device.
Click to expand...
Click to collapse
So he has a Rezound/GS3 hybrid which uses android which uses Gmail to sign in which has Gtalk, but he doesn't have a gtalk... makes sense.
who MIKE D said:
So he has a Rezound/GS3 hybrid which uses android which uses Gmail to sign in which has Gtalk, but he doesn't have a gtalk... makes sense.
Click to expand...
Click to collapse
Technically he does but what I mean is he doesn't use it. I can ask him to get on and talk to you to prove if you want
Dallasskater said:
Technically he does but what I mean is he doesn't use it. I can ask him to get on and talk to you to prove if you want
Click to expand...
Click to collapse
Awesome please do, or just PM me some pics/vids of his phone
Did I miss something??
Sent from my Rezound using Tapatalk 2
This is starting to sound like a troll thread.
This is a WORK IN PROGRESS not a functional rom. I am requesting help and input from any and all developers wishing to help bring the Firefox OS to the HTC jewel. So far I have created the necessary changes to config.sh, created jewel.xml (currently updating branch calls for device particulars).
All help is welcomed, you can start here- https://github.com/jamieg71/B2G.git
my B2G manifest is here- https://github.com/jamieg71/b2g-manifest.git
Hit me up on Gtalk if you would like to contribute, all help welcomed!
Please keep non developmental related chatter to a minimum. Promise as soon as something Alpha worthy is achieved it will be posted.
{
"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"
}
reserved
one more
Looks sweet
Sent from my HTC One S using xda app-developers app
Zarboz said:
Looks sweet
Sent from my HTC One S using xda app-developers app
Click to expand...
Click to collapse
Currently needing to revert device files (device/htc/;jewel, msm8960-common & kernel/htc/msm8960) to an ICS branch as rest of build environment is set-up for 4.0.4 from mozilla. Should be easy enough, tracking down all device specific commits since JB may be more of a challenge.
jamieg71 said:
Currently needing to revert device files (device/htc/;jewel, msm8960-common & kernel/htc/msm8960) to an ICS branch as rest of build environment is set-up for 4.0.4 from mozilla. Should be easy enough, tracking down all device specific commits since JB may be more of a challenge.
Click to expand...
Click to collapse
Not 100 percent sure but I think this was the branch based off of ICS
https://github.com/CyanogenMod/android_kernel_htc_msm8960.git
It doesn't have built in wifi drivers so you will need to use the prima_wlan module from a 2.13 base rom
Sent from my EVO using Tapatalk 2
thicklizard said:
Not 100 percent sure but I think this was the branch based off of ICS
https://github.com/CyanogenMod/android_kernel_htc_msm8960.git
It doesn't have built in wifi drivers so you will need to use the prima_wlan module from a 2.13 base rom
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
Right on, I just created the branch "master" and checked it out in local directory, which has allowed the build script to run, so this is a step forward. Was the CM branch for ICS kernel "android-msm-jewel-3.0"? Your link pulls the msm8960 kernel git but defaults to the jb branch. Lol
Sent from my EVO
Edit: I have a @$$ load of commits to push, anyone cloning project check for recent commits relevant to allowing build process to begin. Fixing errors now 1x1..
Been merging files from aosp into a build. I've got a zip ready. Haven't had a chance to test it. And dammit Jamie! You beat me to posting haha!
Sent from my EVO using xda app-developers app
Sinistertensai said:
Been merging files from aosp into a build. I've got a zip ready. Haven't had a chance to test it. And dammit Jamie! You beat me to posting haha!
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
Haha, not a race bro! I'm doing the same (merging files) let's collaborate.
Sent from my EVO
jamieg71 said:
Right on, I just created the branch "master" and checked it out in local directory, which has allowed the build script to run, so this is a step forward. Was the CM branch for ICS kernel "android-msm-jewel-3.0"? Your link pulls the msm8960 kernel git but defaults to the jb branch. Lol
Sent from my EVO
Edit: I have a @$$ load of commits to push, anyone cloning project check for recent commits relevant to allowing build process to begin. Fixing errors now 1x1..
Click to expand...
Click to collapse
Yes jewel 3.0 was the branch I copied the url from lol must have reverted back
Sent from my EVO using Tapatalk 2
Error here- http://pastebin.com/ZqEbDZWt
What I don't get, is there have been several errors I vhave worked through, all related to files that needed to be extracted from the "extract-files.sh" script which calls on "proprietary-files.txt" in the jewel device folder. Up to this point it has only been necessary to add the name of a given file ie; libril.so, to the proprietary-files.txt, and be sure that there is a call for it in "jewel-vendor-blobs.mk" and it has accvounted for the error. Not with the above linked error. I wouls think I can cancell out any calls related to camera, as they are not necesssary to getting a bootable build, just not sure where to cancell the camera from the build. Can anyone lend sopme insight into this?
Edit: fixed
Edit2: Whoever it was at CM that thought it was "cute" to add everything the way they did for frameworks/native rather than stick to frameworks/base is most likely responsible for an increase in sales of alcohol world wide... BUUURP
meh, http://www.h-tcd.com/Sinister/LTE/FFOS/FFOS_signed.zip
haven't had a chance to test. where the guinea pigs at??!?!?!?!
Imma test gimmie a sec
Sent from my EVO using Tapatalk 2
Just tried and wouldn't install keep getting failed error status 6 I wiped system,data and both caches using rm rf do I have to install it a differnt way???
Sent from my EVO using xda premium
dandan2980 said:
Just tried and wouldn't install keep getting failed error status 6 I wiped system,data and both caches using rm rf do I have to install it a differnt way???
Sent from my EVO using xda premium
Click to expand...
Click to collapse
Same here failed...I'm s-off, on the latest twrp recovery, wiped everything (of course)
Sent from my EVO using Tapatalk 2
Sinistertensai said:
meh, http://www.h-tcd.com/Sinister/LTE/FFOS/FFOS_signed.zip
haven't had a chance to test. where the guinea pigs at??!?!?!?!
Click to expand...
Click to collapse
Lol, I'd have something flashable now too, but decided to build from source. I think it will be easier in the long run, if not much more frustrating in the short-term.
jamieg71 said:
Lol, I'd have something flashable now too, but decided to build from source. I think it will be easier in the long run, if not much more frustrating in the short-term.
Click to expand...
Click to collapse
I agree. But sadly I don't meet the specs required to do it. So only option haha.
Sent from my EVO using xda app-developers app
Sinistertensai said:
I agree. But sadly I don't meet the specs required to do it. So only option haha.
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
Nah, you don't have to meet specs man, fork my git (hold off till I get it caught up), mod files, push back to your repository, I'll pull any commits, run them and then add all confirmed commits back upstream. Would love to have your help with this man, shoot, would love to have any help, ANYONE (thanks tro ya'll that already have!) want's to offer. You know me man, I'm just here to learn, screw the glory.
jamieg71 said:
Nah, you don't have to meet specs man, fork my git (hold off till I get it caught up), mod files, push back to your repository, I'll pull any commits, run them and then add all confirmed commits back upstream. Would love to have your help with this man, shoot, would love to have any help, ANYONE (thanks tro ya'll that already have!) want's to offer. You know me man, I'm just here to learn, screw the glory.
Click to expand...
Click to collapse
same here dude, just seems people ego's are halting stuff. if I start speaking my mind ill be xda's most hated developer. just for the shear fact that I'd tell it how it is.
Sinistertensai said:
same here dude, just seems people ego's are halting stuff. if I start speaking my mind ill be xda's most hated developer. just for the shear fact that I'd tell it how it is.
Click to expand...
Click to collapse
Ah, but, you know.... Most people don't want truth. All you can do is go forward bubba. Ego's don't account for squat, they're intangible, they only carry the weight you afford them...
So you gonna lend a hand or what? Lol
Sent from my EVO
Hello all,
I'm working on booting native Linux distributions on the YP-G70. I'm doing this for only the YP-G70, so don't ask about other devices.
This is a developement thread. Please attempt to keep things on topic. Don't ask for ETA.
{
"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"
}
lol! nice
Couple of things
1. That is both cool and odd
2. Did you search?
3. What did you flash
4. Wrong section!
Sent from my YP-G70 using xda premium
An1mus said:
1. That is both cool and odd
2. Did you search?
3. What did you flash
4. Wrong section!
Sent from my YP-G70 using xda premium
Click to expand...
Click to collapse
He is probably working on Linux for GP5. it was a joke lol
Is this real, lol? If so, how did you manage to pull this off?
It seems that penguins have hijacked your player. Maybe this is the beginning of the penguin apocalypse. Soon, Linus Torvalds is gonna reveal that he is actually a penguin in disguise and he will summon all the penguins to take over the world.
LordZilo said:
He is probably working on Linux for GP5. it was a joke lol
Click to expand...
Click to collapse
Exactly.
TheKryptonite said:
Is this real, lol? If so, how did you manage to pull this off?
Click to expand...
Click to collapse
Of course it's real. It's all I've gotten, so far. I'm basing it off of Sultan's kernel config. Hopefully I can get somewhere with this.
Well, good luck.
apapousek said:
Exactly.
Of course it's real. It's all I've gotten, so far. I'm basing it off of Sultan's kernel config. Hopefully I can get somewhere with this.
Click to expand...
Click to collapse
What kind of initramfs are you using? Android init and ADB or busybox or something else?
Sent from my Galaxy Nexus
Mevordel said:
What kind of initramfs are you using? Android init and ADB or busybox or something else?
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
Currently, I'm not using any. I may have to use one to switch root to the debian/ubuntu partition. I've been stripping away the Android-y parts of the system, so it's mostly traditional GNU/Linux.
Did you tried to flash a native linux in your galaxy player?
txordi said:
Did you tried to flash a native linux in your galaxy player?
Click to expand...
Click to collapse
Did you just accidentally the whole English language?
txordi said:
Did you tried to flash a native linux in your galaxy player?
Click to expand...
Click to collapse
wow....
apapousek said:
Did you just accidentally the whole English language?
Click to expand...
Click to collapse
Own fail
Sent from my YP-GI1 using xda app-developers app
Which kernel source did you used?
Sent from my YP-GS1 using xda app-developers app
MrBrubble said:
Which kernel source did you used?
Sent from my YP-GS1 using xda app-developers app
Click to expand...
Click to collapse
Sultan's kernel.
Ok, I know it was a stupid question, but I saw this in a nexus 7 and when I saw the linux penguin I could not help thinking in it. I'm absolutely exhausted about the answers I get of a lot of people. I know I don't know as much as yours about android things, I'm just trying to learn by myself, and life hadn't provided me a good environment to learn english and all these things...
So, I've decided to leave this forum. I don't want to hold this deal anymore. **** you with your great intelligence and android knowledge.
txordi said:
Ok, I know it was a stupid question, but I saw this in a nexus 7 and when I saw the linux penguin I could not help thinking in it. I'm absolutely exhausted about the answers I get of a lot of people. I know I don't know as much as yours about android things, I'm just trying to learn by myself, and life hadn't provided me a good environment to learn english and all these things...
So, I've decided to leave this forum. I don't want to hold this deal anymore. **** you with your great intelligence and android knowledge.
Click to expand...
Click to collapse
I'm not using Android. I'm trying to make a pure GNU/Linux environment.
To quote the great Samuel L Jackson, "ENGLISH MOTHER****ER, DO YOU SPEAK IT?"
txordi said:
Ok, I know it was a stupid question, but I saw this in a nexus 7 and when I saw the linux penguin I could not help thinking in it. I'm absolutely exhausted about the answers I get of a lot of people. I know I don't know as much as yours about android things, I'm just trying to learn by myself, and life hadn't provided me a good environment to learn english and all these things...
So, I've decided to leave this forum. I don't want to hold this deal anymore. **** you with your great intelligence and android knowledge.
Click to expand...
Click to collapse
-.- Geez you get carried over for nothing do you? apa is known for trolling people (sorry for classing you into this category @apapousek) as you can see yes he's trying to port a full fledged linux into the galaxy player 5.0. Also you should be happy that people are helping. Some people in the forums are even worse. you should see me at the time I wanted to port CWM over to the galaxy player 4.0 (haha good ol' times XD)
Anyways enough off-topic for me.
zaclimon said:
-.- Geez you get carried over for nothing do you? apa is known for trolling people (sorry for classing you into this category @apapousek) as you can see yes he's trying to port a full fledged linux into the galaxy player 5.0. Also you should be happy that people are helping. Some people in the forums are even worse. you should see me at the time I wanted to port CWM over to the galaxy player 4.0 (haha good ol' times XD)
Anyways enough off-topic for me.
Click to expand...
Click to collapse
I would say this is a fair classification. I like to mess with people if they ask a question that's already been answered. Those posts take away from a development thread, and get annoying after a while.
To keep this post on topic:
I'm now working on a custom initramfs to switch root to the filesystem, and execute /sbin/init. Hopefully, this will allow us to load a variety of different distributions onto our YP-G70s. I'm testing with Ubuntu, though.
I just statically built busybox with the arm-cortex_a8-linux-gnueabi-linaro_4.7.3 toolchain. After I get things working, i'll post full sources and instructions (not detailed) on how to build this yourself.
RootME for Nexus Devices
{
"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"
}
RootME is a root program as the name suggests with your all Nexus devices can rooting. For example: Google Nexus 4/5/7/2013 and all Galaxy Nexus devices
Easy to Root.
Restore your Device?
Check this Thread: http://forum.xda-developers.com/showthread.php?t=2678390
Requirements:
Windows 7 / 8 / 8.1
Net Framework 4.0 "Here"
Download:
http://crymedia.de/?cry=downloads
You have a problem? reply here or use Contact
best regards Cryten
Website: www.crymedia.de
Projects: www.crymedia.de/?cry=projects
Facebook: www.facebook.com/CrytenMedia
great, another root toolkit, in the original development section. thats all we need. sure, its fine for experienced users, but why dont you teach all the noobs thatll use your toolkit, how to do things properly, so they can fix their mistakes after using the toolkit and learning absolutely nothing.
simms22 said:
great, another root toolkit, in the original development section. thats all we need. sure, its fine for experienced users, but why dont you teach all the noobs thatll use your toolkit, how to do things properly, so they can fix their mistakes after using the toolkit and learning absolutely nothing.
Click to expand...
Click to collapse
I agree, a little heated today?
Sent from my Nexus 5 using Tapatalk
Savant said:
I agree, a little heated today?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
:angel:
simms22 said:
:angel:
Click to expand...
Click to collapse
Lmao, sure when you're able to tuck in those horns.
Lol who cares if ppl want make or use toolkits. Nobody is forcing anyone to use them. I like them, guess that makes me a noob right? Some ppl get butthurt over the dumbest things
chris6278 said:
Lol who cares if ppl want make or use toolkits. Nobody is forcing anyone to use them. I like them, guess that makes me a noob right? Some ppl get butthurt over the dumbest things
Click to expand...
Click to collapse
thats fine, and we should use what we want. problem is, why dont you go help the people that post here every day that their device is "bricked" because they learned nothing of the basics, to do simple maintenance, because they used a root toolkit and learned nothing. why dont i see you out there helping these people out? or is helping your fellow members out something that you consider being butthurt by the dumbest things?
anyways, it has no business being here in original development, as its not original nor is anything being developed.
fastboot oem unlock
fastboot flash recovery customrecovery.img
Boot up, download supersu.zip, boot into recovery and flash it. PROFIT
Why a tool to do that?
Let it rest simms. No use stirring the pot it's not worth it
jd1639 said:
Let it rest simms. No use stirring the pot it's not worth it
Click to expand...
Click to collapse
yea, well, unfortunately for my side that was thinking about having some fun, i agree with you.
Not sure exactly what went on here but don't add fuel to the fire. Just walk away...
Thread cleaned
wedgess said:
Not sure exactly what went on here but don't add fuel to the fire. Just walk away...
Thread cleaned
Click to expand...
Click to collapse
thank you
simms22 said:
thank you
Click to expand...
Click to collapse
wedgess said:
Not sure exactly what went on here but don't add fuel to the fire. Just walk away...
Thread cleaned
Click to expand...
Click to collapse
Everything is fine now. I apologize to @simms22 first of all... and secondly to the community. As well as to the OP. It was a miscommunication on my part. All is well now and I've made a new tech buddy out of it. Enjoy your day gentlemen.
Sent from my Google/LGE Nexus 5 (Hammerhead) using XDA Premium 4
JamesPumaEnjoi said:
Everything is fine now. I apologize to @simms22 first of all... and secondly to the community. As well as to the OP. It was a miscommunication on my part. All is well now and I've made a new tech buddy out of it. Enjoy your day gentlemen.
Sent from my Google/LGE Nexus 5 (Hammerhead) using XDA Premium 4
Click to expand...
Click to collapse
Good to see you two handled it like men :good: Now back on topic
Sent from my GT-I9300 using Tapatalk
Thanks for cleaning.back to topic
Can I root my phone with this tool without unlocking my bootloader?
Sent from my Nexus 5 using Tapatalk
AnakTeKa said:
Can I root my phone with this tool without unlocking my bootloader?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
You can't. You have to Unlock Bootloader if you want to root your phone. Hope this helps.
Small update: Bugfixes
Cryten
chris6278 said:
Lol who cares if ppl want make or use toolkits. Nobody is forcing anyone to use them. I like them, guess that makes me a noob right? Some ppl get butthurt over the dumbest things
Click to expand...
Click to collapse
how dare he tries to contribute and help people out
thanks OP. alot of people will find this handy
update to lollipop