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.
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!!
Hey guys.
I'm not the only one among my friends who has the play anymore. I used to be cool person when i showed them some emulators and stuff. Yes my friends are r-tards and didn't know how to get emulators and so on. bla bla bla.
What I'm trying to say is that i wanna do something cool with my xPlay. A hack, a mod or anything like that. I wanna be able to say "Oh yeah? but can your play do THIS?!". And no I'm not gay or anything, just trying to have some fun with my friends.
I'm one 2.3.3 and rooted. And that's pretty much it.
So do you guys have any cool suggestions?
What about this. This is my play and i think its xool. Especially love the status bar icons etc.
{
"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"
}
Sent from my R800i using XDA Premium App
Roshi69 said:
What about this. This is my play and i think its xool. Especially love the status bar icons etc.
Sent from my R800i using XDA Premium App
Click to expand...
Click to collapse
thanks for the tip but that was liiittle to much for my taste ^^ i like it clean and simple
If you want your play to stand out buy a gellaskin btw this is soooooo the wrong section, you should never post questions in the development section, only devs should post here
AndroHero said:
If you want your play to stand out buy a gellaskin btw this is soooooo the wrong section, you should never post questions in the development section, only devs should post here
Click to expand...
Click to collapse
so you think that "general" is a better place to ask about cool mods and stuff that has to do with dev?
_terror_ said:
so you think that "general" is a better place to ask about cool mods and stuff that has to do with dev?
Click to expand...
Click to collapse
Well unless you are suggesting that you are going to develop something (say a screen-sharing over USB-Debug kernel module and app controls to PC) Some physical mod or theming/app thing isn't really Dev work.
Development (to my knowledge, correct me if I'm wrong) is more for OS, kernel, unlocking, and low-level stuff. Possibly for app/code development of an app or module that requires lots of Device specific coding. Beyond that, it should be in General, or possibly in the Apps/Themes section.
(sorry to rebump this with my response)
ryocoon said:
Well unless you are suggesting that you are going to develop something (say a screen-sharing over USB-Debug kernel module and app controls to PC) Some physical mod or theming/app thing isn't really Dev work.
Development (to my knowledge, correct me if I'm wrong) is more for OS, kernel, unlocking, and low-level stuff. Possibly for app/code development of an app or module that requires lots of Device specific coding. Beyond that, it should be in General, or possibly in the Apps/Themes section.
(sorry to rebump this with my response)
Click to expand...
Click to collapse
well in that case, I'm sorry for misplacing this thread. Mod, feel free to move it
OT, anybody got an idea?
maybe someone could come up with mods like the psp had (flashing lights,and see thru cases,or gamepad mods)
_terror_ said:
so you think that "general" is a better place to ask about cool mods and stuff that has to do with dev?
Click to expand...
Click to collapse
Or themes and apps, generally the only people that should post in the android development section are devs themselves, thats so its easy for people to find roms/mods/hacks ect if the section is free from questions
AndroHero said:
Or themes and apps, generally the only people that should post in the android development section are devs themselves, thats so its easy for people to find roms/mods/hacks ect if the section is free from questions
Click to expand...
Click to collapse
I see, I'm sorry. I just wanted to ask the pro's right away that's why ^^
As others have said use the general forum.
While your at it use google to help you pimp your phone...
Roshi69 said:
What about this. This is my play and i think its xool. Especially love the status bar icons etc.
Sent from my R800i using XDA Premium App
Click to expand...
Click to collapse
Can you list the theme to this and/or apps used.
This looks pretty good.
FrAsErTaG said:
As others have said use the general forum.
While your at it use google to help you pimp your phone...
Click to expand...
Click to collapse
Yeah i know. But i'm not looking for a new theme. I'm looking for a modification. Like for example: I had an iphone before, and you couldn't use multitasking on it (like 1,5 years ago), but with the help of some mods and jailbreak you could. That's the type of stuff i'm looking for, cool modification. AND THATS why I posted this thread here in the development part of the forum. I know it was wrong because i'm writing a question, but maybe mods will let this one slip for a change
_terror_ said:
Yeah i know. But i'm not looking for a new theme. I'm looking for a modification. Like for example: I had an iphone before, and you couldn't use multitasking on it (like 1,5 years ago), but with the help of some mods and jailbreak you could. That's the type of stuff i'm looking for, cool modification. AND THATS why I posted this thread here in the development part of the forum. I know it was wrong because i'm writing a question, but maybe mods will let this one slip for a change
Click to expand...
Click to collapse
Flash my rom then
Sent from my HTC Sensation Z710e using XDA App
Its frasertags rom (its awesome). Then i flash a kitchen i made, whick changes the status bar, notificatiibs etc (i can supply the files if you want) and im using MX Launcher as a home replacement. It has the cool clock
Sent from my R800i using XDA Premium App
FrAsErTaG said:
Flash my rom then
Sent from my HTC Sensation Z710e using XDA App
Click to expand...
Click to collapse
What's de difference?
Theres a thread in themes and apps called android windows phone 7. Its pretty cool try it out, takes a little work to get it on your phone but I bet your friends dont have it. Good alternative if your bootlocker is locked
FrAsErTaG said:
Flash my rom then
Sent from my HTC Sensation Z710e using XDA App
Click to expand...
Click to collapse
Are you liking your Sensation FrAsErTaG ive been tempted to jump on the dual core wagon myself
sdlaurin said:
Theres a thread in themes and apps called android windows phone 7. Its pretty cool try it out, takes a little work to get it on your phone but I bet your friends dont have it. Good alternative if your bootlocker is locked
Click to expand...
Click to collapse
ok, i'll check that out
There is also uot kitchen where you can make your own themes, change fonts, icons etc etc. Works pretty good
Sent using telepathy!
I am owner of Verizon Fascinate. Some people told me that windows 7.5mango or other windows mobile os can be installable on Verizon Fascinate or other android device.
Is that possible ?
It's possible, but the chances of anyone ever porting it (besides Enyo lol) are slim. The chances of someone porting anything near useful is...next to none.
Given enough time and money, anything is possible. I suspect that your friend is referring to apps and launchers that are available in the Market that will give your android phone the look and feel of those other OSs UI. See Launcher 7 in the android Market. There are several iPhone launchers also.
There is a Rom being developed at the moment.
With a full complete Windows Phone 7 UI. Even the folders homebrew patch to the launcher.
Its called Cinnamon Rom.
vibrant / Captivate / Unlocked GSM Versions are Fully Supported.
Sent from my SCH-I500 using XDA App
not that i actually believe that he ported windows phone 7 to the sgs phones
but if he did he ll get sued by microsoft...the only phones that its ok to port windows mobile os/wp7 to are native windows phone
ie the hd2 can run any windows cuz its a licensed windows device and has android/meego/etc ported to it
you are not allowed legally to release windows products on non licensed devices
so............yeah
nitsuj17 said:
not that i actually believe that he ported windows phone 7 to the sgs phones
but if he did he ll get sued by microsoft...the only phones that its ok to port windows mobile os/wp7 to are native windows phone
ie the hd2 can run any windows cuz its a licensed windows device and has android/meego/etc ported to it
you are not allowed legally to release windows products on non licensed devices
so............yeah
Click to expand...
Click to collapse
Look throughout my post. Did I say I ported the os? NO. I DIDN'T.
Read before posting
Sent from my SCH-I500 using XDA App
nitsuj17 said:
not that i actually believe that he ported windows phone 7 to the sgs phones
but if he did he ll get sued by microsoft...the only phones that its ok to port windows mobile os/wp7 to are native windows phone
ie the hd2 can run any windows cuz its a licensed windows device and has android/meego/etc ported to it
you are not allowed legally to release windows products on non licensed devices
so............yeah
Click to expand...
Click to collapse
I could have sworn I warned you that they don't allow smartphones (or any mobile phones for that matter) in prison, Enyo. Oh yeah, that was when you asked us if we wanted you to port iOS to the Fascinate. Thread closed in 3... 2... 1... (akellar, if you see this post, I got the countdown idea from cheezburger.com )
Terminators run on Android
Enyo. said:
Look throughout my post. Did I say I ported the os? NO. I DIDN'T.
Read before posting
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Enyo. said:
There is a Rom being developed at the moment.
With a full complete Windows Phone 7 UI . Even the folders homebrew patch to the launcher.
Its called Cinnamon Rom.
Click to expand...
Click to collapse
You were saying...?
Terminators run on Android
skynet11 said:
You were saying...?
Terminators run on Android
Click to expand...
Click to collapse
Replica of wp7. On ANDROID!
It didn't say I ported wp7 OS.
It didn't say anything like that.
Sent from my SCH-I500 using XDA App
Enyo. said:
Replica of wp7. On ANDROID!
It didn't say I ported wp7 OS.
It didn't say anything like that.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
So are you referring to including the Windows Phone 7 launcher from the Market? Or this, maybe: https://market.android.com/details?id=com.tombarrasso.android.wp7uidemofree?
Terminators run on Android
Enyo. said:
Replica of wp7. On ANDROID!
It didn't say I ported wp7 OS.
It didn't say anything like that.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
skynet11 said:
So are you referring to including the Windows Phone 7 launcher from the Market? Or this, maybe: https://market.android.com/details?id=com.tombarrasso.android.wp7uidemofree?
Terminators run on Android
Click to expand...
Click to collapse
either you are using a wp7 market launcher with a theme or you are porting the whole rom
there was already an androidphone (or something like that) project awhile back
vague hype posts are what got you in trouble last time young sir
nitsuj17 said:
either you are using a wp7 market launcher with a theme or you are porting the whole rom
there was already an androidphone (or something like that) project awhile back
vague hype posts are what got you in trouble last time young sir
Click to expand...
Click to collapse
1. Yes, please be specific about your intentions, Enyo. Because one of the options nitsuj17 pointed out lands you on the wrong side of the law.
2. Do try to take a lesson and learn something from your brief exile.
Terminators run on Android
skynet11 said:
1. Yes, please be specific about your intentions, Enyo. Because one of the options nitsuj17 pointed out lands you on the wrong side of the law.
2. Do try to take a lesson and learn something from your brief exile.
Terminators run on Android
Click to expand...
Click to collapse
To have the most WP7 UI interface on android.
And I've been working on this and still will work on it for a while. A hole more month to work on it.
And I've learned from my experiences. And wont make the same mistakes again.
Sent from my SCH-I500 using XDA App
Normally I just lurk, learn, and STFU but....by my count there are now hype posts for this "Cinnamon Rom" in at least three different threads...
just saying...
Enyo. said:
To have the most WP7 UI interface on android.
And I've been working on this and still will work on it for a while. A hole more month to work on it.
And I've learned from my experiences. And wont make the same mistakes again.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
LOL Enyo you haven`t learned bro....DONT GIVE DEAD LINES
You even gave a dead line of feb/march in your original thread for this "Cin Rom"
Welcome back lol
Where is my popcorn!
Anyone else get a weird feeling the original poster is not who they say they are? or perhaps someone else........
{
"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"
}
Terminators run on Android
It honestly seems like you've learned absolutely nothing. And on a side note, you make reading xda a chore. *retreats to rootz*
Sent from my Samsung Galaxy Tab 10.1
sendan said:
It honestly seems like you've learned absolutely nothing. And on a side note, you make reading xda a chore. *retreats to rootz*
Sent from my Samsung Galaxy Tab 10.1
Click to expand...
Click to collapse
What, you don't love lulz?
suppliesidejesus said:
What, you don't love lulz?
Click to expand...
Click to collapse
It's an acquired humor I guess. ^-^ He just comes off as a fool to me.
Sent from my Samsung Galaxy Tab 10.1
Cat fight!!!!!!!
Sent from my Frosty Ice Cream Sandwiched Mesmerize
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?
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