Ubuntu - T-Mobile myTouch 4G Slide

Just out of curiosity, as far as I know this device is capable to run ubuntu (I mean it runs jelly bean, so it can run ubuntu). Here is the question (as a person who has no clue about programming) is it possible to port it, and is anyone onto it?
Greets Vauvenal7
Sent from my myTouch 4G Slide

I'm sure it's possible but as far as this device goes, I've not heard a thing.

I noticed on silverl's github he has some stuff on there related to it. Knowing him he will get it done. Also I have seen it on other devices and it is difficult to port. Cant just copy and paste with it. You have to have cm and then flash a ubuntu package on top of it. I heard there is no apps for it yet either.
Sent from my SGH-T889 using Tapatalk 2

mattlowry said:
I noticed on silverl's github he has some stuff on there related to it. Knowing him he will get it done. Also I have seen it on other devices and it is difficult to port. Cant just copy and paste with it. You have to have cm and then flash a ubuntu package on top of it. I heard there is no apps for it yet either.
Sent from my SGH-T889 using Tapatalk 2
Click to expand...
Click to collapse
Yeah its mostly just a developer preview. We have it on the Nexus 4 and have nightly builds or whatever but its useless as it sits now
Sent from my Nexus 4

https://github.com/UbuntuTouchDS/

this is great news!
xmc wildchild22 said:
https://github.com/UbuntuTouchDS/
Click to expand...
Click to collapse
I'm a SW dev who's been sponging of the android dev efforts of others for quite some time now (sorry I don't have time to contribute myself!) - the Ubuntu Touch project is quite interesting to me, and I hope to eventually free up some time to contribue. I'm surprised to see it coming, in whatever form, to the DS though :good:

Related

Anyone interested in gb

now that development seems to be moving along lets use this thread to discuss our GB development even though its in the general section
First off can anyone begin with telling us what is needed to get GB started on this phone?
dsexton702 said:
now that development seems to be moving along lets use this thread to discuss our GB development even though its in the general section
First off can anyone begin with telling us what is needed to get GB started on this phone?
Click to expand...
Click to collapse
I thought we had to wait for Samsung on GB? Dont get me wrong I would love to see it and if anyone can get it done that would be great. I also see where your coming from, with all these minds we can maybe get a port from another source.
Sent from my SGH-T959V using XDA Premium App
GDofWR420 said:
I thought we had to wait for Samsung on GB? Dont get me wrong I would love to see it and if anyone can get it done that would be great. I also see where your coming from, with all these minds we can maybe get a port from another source.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
well according to some foreigners GB was released for the galaxy family about 2 to 3 weeks ago
but that was a foreign release not an american release, im not sure if that matters
your rite dX but i think the issue is with drivers... like i'm sure u could get gb running... but would be like having an ipad1 lol... if that makes sense....
Yeah I think only the S2 has gingerbread and that's the only one we can port it from. The issues are usually drivers and most of the time we'll lose battery life.
Nah the original galaxy S has gingerbread. We have a kernel and an ext4 fs now so it shouldnt be as bad as trying to port it over like before.
Eric-1987 said:
Nah the original galaxy S has gingerbread. We have a kernel and an ext4 fs now so it shouldnt be as bad as trying to port it over like before.
Click to expand...
Click to collapse
If it would be possible that would be great cause I think it could really be done with the right minds in on it.
Sent from my SGH-T959V using XDA Premium App
I'm getting my linux set back up in the next couple of days. I plan on attacking this as soon as I can. I have successfully compiled GB for a device that shouldn't have seen anything past eclair, so I will do all I can for this one. I have a sh*t ton of homework to do though. This is my first ever Samsung, so there is a BIG learning curve for me.
I came from an Evo 4g so this is DEFINITELY a learning curve for me too! Everything on my evo was easier but this gives me more of a sense of pride. My phone is a beast thanks to the developers!
mad_fitter said:
I'm getting my linux set back up in the next couple of days. I plan on attacking this as soon as I can. I have successfully compiled GB for a device that shouldn't have seen anything past eclair, so I will do all I can for this one. I have a sh*t ton of homework to do though. This is my first ever Samsung, so there is a BIG learning curve for me.
Click to expand...
Click to collapse
You know were here to test when when you get something going.(as long as its not past odining if we screw up.lol ). But seriously I'm sure the whole community here would support you, I know I do.
Sent from my SGH-T959V using XDA Premium App
GDofWR420 said:
You know were here to test when when you get something going.(as long as its not past odining if we screw up.lol ). But seriously I'm sure the whole community here would support you, I know I do.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Well, here is where I'm coming from:
While up to this point everything we have, as far as roms, are ports (we don't really have a choice because samsung is stingy with their source codes). While this is great for most of what we use, some parts that are really deep in the code (java, framework, device specific hardware, etc....) will HAVE to be compiled in one way or another. You cant just grab the GB file system and try to slam it into our device...never happen. Far too many parts and pieces rely on each other. So once I can get my stuff straight, I will start a clean repo of the GB source (I already have the samsung kd1 source stuff) and try to merge them the best I can. Then the sh*t hits the fan. Will it compile? Probably not.......Now we have to resort to past experience, help from others that have compiled, and google your ass off!
As an example: Shared libs are a freakin nightmare!! Did you know that things like camera, video, and even some audio stuff use the same exact libs? I didn't either until I started compiling. So if one of these is broken....none of it will work. Probably won't even compile, let alone boot.
I'll support anyone who wants to do something productive with our phone.
mad_fitter said:
Well, here is where I'm coming from:
While up to this point everything we have, as far as roms, are ports (we don't really have a choice because samsung is stingy with their source codes). While this is great for most of what we use, some parts that are really deep in the code (java, framework, device specific hardware, etc....) will HAVE to be compiled in one way or another. You cant just grab the GB file system and try to slam it into our device...never happen. Far too many parts and pieces rely on each other. So once I can get my stuff straight, I will start a clean repo of the GB source (I already have the samsung kd1 source stuff) and try to merge them the best I can. Then the sh*t hits the fan. Will it compile? Probably not.......Now we have to resort to past experience, help from others that have compiled, and google your ass off!
As an example: Shared libs are a freakin nightmare!! Did you know that things like camera, video, and even some audio stuff use the same exact libs? I didn't either until I started compiling. So if one of these is broken....none of it will work. Probably won't even compile, let alone boot.
Click to expand...
Click to collapse
Damn bro that sounds like a super challenge. I'm sure the people in this forum could help. Lets just hope others want this like we do. That's wild about those lib files. So if 1 is broke you have to find it and fix it to compile? That's rough.
Sent from my SGH-T959V using XDA Premium App
GDofWR420 said:
Damn bro that sounds like a super challenge. I'm sure the people in this forum could help. Lets just hope others want this like we do. That's wild about those lib files. So if 1 is broke you have to find it and fix it to compile? That's rough.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Sh*t dude.....I had some lib issues that have snagged me up for days. It's tough, but it is possible. The reason I want GB so bad is I have seen what it does for other devices. The main advantage....SPEED!!!! Lots of new badass options too
mad_fitter said:
Sh*t dude.....I had some lib issues that have snagged me up for days. It's tough, but it is possible. The reason I want GB so bad is I have seen what it does for other devices. The main advantage....SPEED!!!! Lots of new badass options too
Click to expand...
Click to collapse
I heard it does wonders for the battery also. Do you know this to be true? This is my first android device and I'm all about learning new things. Ever since I got this phone I've been wanting a laptop so I can learn to dev more.
Sent from my SGH-T959V using XDA Premium App
GDofWR420 said:
I heard it does wonders for the battery also. Do you know this to be true? This is my first android device and I'm all about learning new things. Ever since I got this phone I've been wanting a laptop so I can learn to dev more.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Oh absolutely. The key is how the file system reads itself in GB. The cpu just plain 'ol doesn't have to work as hard. Better battery life, faster and smoother overall performance, graphics, etc...... Plus like I said, it has features that froyo just doesn't have. Absolutely no need for task killers anymore. It's all integrated into the system.
And to answer your question, yes. If one part of that lib doesn't jive......compiling just stops, end of story. Now you have to search through all of your source files and TRY to find out what's wrong. Then google google google for any sign of a solution. This is virgin ground when compiling aosp from source. Not easy at all.
That doesn't touch the tip of the iceberg either. Try modifying code (which has to be done sometimes). C, C++, Java, etc.....sh*t can get hairy.
mad_fitter said:
Oh absolutely. The key is how the file system reads itself in GB. The cpu just plain 'ol doesn't have to work as hard. Better battery life, faster and smoother overall performance, graphics, etc...... Plus like I said, it has features that froyo just doesn't have. Absolutely no need for task killers anymore. It's all integrated into the system.
And to answer your question, yes. If one part of that lib doesn't jive......compiling just stops, end of story. Now you have to search through all of your source files and TRY to find out what's wrong. Then google google google for any sign of a solution. This is virgin ground when compiling aosp from source. Not easy at all.
That doesn't touch the tip of the iceberg either. Try modifying code (which has to be done sometimes). C, C++, Java, etc.....sh*t can get hairy.
Click to expand...
Click to collapse
im hopping on the UBUNTU bandwagon today,
its time to start learning some code so we can get GB on this damn thing
and yes i saw that the galaxy s has gb as well not just the gs2
looks like we got hell to go through mad_fitter and anyone else who will join our suicidal mission
dsexton702 said:
im hopping on the UBUNTU bandwagon today,
its time to start learning some code so we can get GB on this damn thing
and yes i saw that the galaxy s has gb as well not just the gs2
looks like we got hell to go through mad_fitter and anyone else who will join our suicidal mission
Click to expand...
Click to collapse
Installing ubuntu 9.10 on a throwaround laptop. I'm down to go at this with u guys!
Sent from my SGH-T959V using XDA Premium App
robbbbit said:
Installing ubuntu 9.10 on a throwaround laptop. I'm down to go at this with u guys!
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
yayyyyy!! i was waiting for that reply robbbbit hahaha!!
mad_fitter said:
Oh absolutely. The key is how the file system reads itself in GB. The cpu just plain 'ol doesn't have to work as hard. Better battery life, faster and smoother overall performance, graphics, etc...... Plus like I said, it has features that froyo just doesn't have. Absolutely no need for task killers anymore. It's all integrated into the system.
And to answer your question, yes. If one part of that lib doesn't jive......compiling just stops, end of story. Now you have to search through all of your source files and TRY to find out what's wrong. Then google google google for any sign of a solution. This is virgin ground when compiling aosp from source. Not easy at all.
That doesn't touch the tip of the iceberg either. Try modifying code (which has to be done sometimes). C, C++, Java, etc.....sh*t can get hairy.
Click to expand...
Click to collapse
I tried my hand at c++ when I used to have a PSP and I messed around and wrote a few starter programs(hello world, a counter,mp3 player)to get me familiar with code. Yea that stuff makes my brain hurt when trying to fix an error, compiling the mp3 player was hard cause I kept getting errors, took me 2 Days to get it to compile into eboot.pbp for psp and it would still freeze when trying to exit so I never got to finish it.
Sent from my SGH-T959V using XDA Premium App

Ice creem sandwich for mytouch 4g slide

Every one would love so see that . Who will be the illest developer . To do that
Sent from my myTouch_4G_Slide using xda premium
Nobody can do ANYTHING until google releases the source code, which won't be for at least another couple of weeks.
dhkr234 said:
Nobody can do ANYTHING until google releases the source code, which won't be for at least another couple of weeks.
Click to expand...
Click to collapse
Yes and no - I agree that porting the OS will be stuck with no dev until Google shows us some love, but someone dumped the ICS apps in android general here at XDA.
We can at least start on the long, slow process of converting the odexed apps into de-odexed version reverse compatible with gingerbread...some very small progress has already been made in this department.
Way off my radar at the moment with all else going on, but there's a start there for anyone who feels like eating some ice cream
Edit for links:
http://forum.xda-developers.com/showthread.php?p=18547788
http://forum.xda-developers.com/showthread.php?t=1309647
http://forum.xda-developers.com/showthread.php?t=1310900
http://forum.xda-developers.com/showthread.php?t=1311135
http://forum.xda-developers.com/showthread.php?t=1268003
First thing's first in Doubleshot development: We need working AOSP.
I agree with the need for a working vanilla gingerbread ROM...gotta get back to basics and go up from there.
Something that turned developers off to the idea before was the fact that you will lose the HTC camera app in the process, and it was generally agreed upon that this was undesirable.
Now that we've had some ROMs come out, we have dev rolling in various directions with different flavors of the android experience working on the device, maybe someone or a couple someones will get together and make some progress in his direction.
AOSP android for gingerbread really is the first step to getting ICS ported.
My time is being focused in other directions - I'm willing to lend a hand or do testing for anyone interested in working on this, but the project itself is outside my interests at the moment.
More and more people are becoming interested in this... Sooner or later someone will take a stab at it and get enough going to legitimately make a post about it in the dev section. I know I'll jump on and help support such a project, and i'm not alone - there are others floating around who will be able to give quality feedback and reports on testing that are waiting in the wings for someone to start this project, and once complete ICS isn't far behind.
I was thinking about getting the galaxy nexus when it came out, but honestly, if ICS camera app is halfway decent, I'm probably going to stick with this phone. ICS looks amazing btw!
Sent from my Senseless Doubleshot using XDA App
dung8604 said:
I was thinking about getting the galaxy nexus when it came out, but honestly, if ICS camera app is halfway decent, I'm probably going to stick with this phone. ICS looks amazing btw!
Sent from my Senseless Doubleshot using XDA App
Click to expand...
Click to collapse
Someone will find a way to port the camera's features to an app we can use. Also, the Galaxy Nexus? We have 64GB SD cards coming out soon and that phone has no SD slot!
Sent from a message in a bottle.
blackknightavalon said:
Someone will find a way to port the camera's features to an app we can use. Also, the Galaxy Nexus? We have 64GB SD cards coming out soon and that phone has no SD slot!
Sent from a message in a bottle.
Click to expand...
Click to collapse
Shame the doubleshot only supports up to 32 gig...is this a software limitation?
Blue6IX said:
Shame the doubleshot only supports up to 32 gig...is this a software limitation?
Click to expand...
Click to collapse
Just like the G1 only supported up to 16GB in spite of 32GB cards working on it?
G3CUA19 said:
Every one would love so see that . Who will be the illest developer . To do that
Sent from my myTouch_4G_Slide using xda premium
Click to expand...
Click to collapse
there source code release for htcdev.com for 4g slide what about that
AndroidKing said:
there source code release for htcdev.com for 4g slide what about that
Click to expand...
Click to collapse
That's the kernel source for the device itself. This is the last piece of the puzzle we needed from HTC - so we're done with them now.
Until Google releases the source code for ICS, it's unknown what will have to be done (if anything...) to reverse engineer it to work on our device.
Assume lots of work and banging your head against the wall to make it happen, but who knows - it might be little to no work at all. We just won't know until Google releases their source code. I haven't been paying attention, so don't know if any release date's been announced.
blackknightavalon said:
Just like the G1 only supported up to 16GB in spite of 32GB cards working on it?
Click to expand...
Click to collapse
Didn't know about this - MT4GS is my first smart phone, so I don't have much history about prior developments, i'm learning it as I go.
This is very happy news, however, and if this is a precedent then a 64 gig card will just read in the phone. Until someone tries we won't know, unless someone can definitively say "yes, it's a hardware limitation" or "no, it's a coded limitation".
If it's just a coded limitation, then we can do something about it. If it's a hardware limitation, we're kinda stuck. If someone knows for sure, please speak up.
Blue6IX said:
That's the kernel source for the device itself. This is the last piece of the puzzle we needed from HTC - so we're done with them now.
Until Google releases the source code for ICS, it's unknown what will have to be done (if anything...) to reverse engineer it to work on our device.
Assume lots of work and banging your head against the wall to make it happen, but who knows - it might be little to no work at all. We just won't know until Google releases their source code. I haven't been paying attention, so don't know if any release date's been announced.
Didn't know about this - MT4GS is my first smart phone, so I don't have much history about prior developments, i'm learning it as I go.
This is very happy news, however, and if this is a precedent then a 64 gig card will just read in the phone. Until someone tries we won't know, unless someone can definitively say "yes, it's a hardware limitation" or "no, it's a coded limitation".
If it's just a coded limitation, then we can do something about it. If it's a hardware limitation, we're kinda stuck. If someone knows for sure, please speak up.
Click to expand...
Click to collapse
I've gotta think software. Sd card reading technology hasn't changed that much has it?
Sent from my Senseless Doubleshot using XDA App
I just hope someone comes up with an A2EXT script for this device.
Blue6IX said:
Shame the doubleshot only supports up to 32 gig...is this a software limitation?
Click to expand...
Click to collapse
Could be. I know some sd as well as hd drive version are limited ie fat32 ntsf etc.
Sent from my Crack Injected Doubleshot using xda premium
Actually 64 and above are SDXC not SDHC they use the newer 3.0 spec iirc
Sent from my myTouch 4G Slide using xda premium

[DEV/ROM][FROM SOURCE][CAF GB 2.3.6][build #20][3/21]

Here is my Skyrocket ROM built from Code Aurora Forum source. This is Android 2.3.6. It is not even close to a daily driver and probably never will be.
DO NOT INSTALL THIS UNLESS YOU ARE VERY EXPERIENCED IN DEBUG AND KNOW HOW TO USE 'adb'.
I am posting this to help with the effort to build a community ICS ROM. Perhaps my device tree will help. As such, I do not plan on spending any more time debugging the issues with the rom. I would rather focus on helping the community get an ICS build going.
Link to my device tree: https://github.com/dferg/android_device_msm8660_skyrocket
Link to build instructions: https://github.com/dferg/android_device_msm8660_skyrocket/blob/master/README.md
Link to Code Aurora Forum: https://www.codeaurora.org/xwiki/bin/QAEP
Link to the ROM (build #20): http://d-h.st/gU2
What works?
calls (no audio), sms, 2D graphics, wifi, bluetooth
What doesn't work?
cell data, audio, nfc, int+ext sdcards
Instructions for install:
In CWM, wipe factory
In CWM, install this zip
Reboot + wait up to 3 minutes
If you get the lock screen with no way to unlock, connect to your computer and run "adb reboot". You should then get the proper unlock slider.
Notes:
sdcard is detected incorrectly, so do NOT allow it to attempt a format (it will say 'damaged sdcard'--just ignore this)
Even though it says "No SIM Card" calls in and out will work, although no audio...
Updates: 3/21/12
Added link to build instructions on Github
Pushed commits to Github that simplify the build
reserved...........2
You should be more optimistic
It will work some day, don't think it won't ever be working.
Sent from my SGH-T989 using Tapatalk
kr3w1337 said:
You should be more optimistic
It will work some day, don't think it won't ever be working.
Sent from my SGH-T989 using Tapatalk
Click to expand...
Click to collapse
Agreed, and thanks for this
Sent from my SAMSUNG-SGH-I727 using xda premium
just for my understanding, what is the hurdle to getting data to work, seems like it is always the hardest thing to enable.
For gb builds on our phone I always see call audio being a hurdle
people who live in glass houses sink ships
nrm5110 said:
For gb builds on our phone I always see call audio being a hurdle
people who live in glass houses sink ships
Click to expand...
Click to collapse
Nrm is right. Audio seems to be the biggest hurdle.
This rom makes an LTE connection but the data connection just isn't used. Not sure why, but this problem seems easier than audio (which I have had no luck debugging so far)
Sent from my SAMSUNG-SGH-I727 using Tapatalk
Oh wow, if you get AOSP GB fully operational for the phone (other then call audio, dunno whats up with that), we could get CM7 working fully (with source), and get official!
I really hope you succeed.
Longcat14 said:
Oh wow, if you get AOSP GB fully operational for the phone (other then call audio, dunno whats up with that), we could get CM7 working fully (with source), and get official!
I really hope you succeed.
Click to expand...
Click to collapse
He stopped working in this for ICS.
Longcat14 said:
Oh wow, if you get AOSP GB fully operational for the phone (other then call audio, dunno whats up with that), we could get CM7 working fully (with source), and get official!
I really hope you succeed.
Click to expand...
Click to collapse
Thanks Longcat. Like alphadog pointed out, I'm not actively working on this one right now in favor of helping out the ICS efforts. But if someone else would like to collaborate or even pick up where I left off, please have at it. My reason for starting this ROM was to eventually get CM7 fully stable, as you suggested.
I wish someone would be able to pick this up I understand the importance of ics but the hurdles with gb seem far fewer than ics and would tide the masses over once I get my other hdd set up with Ubuntu I hope to take a peek
people who live in glass houses sink ships
Id love full cm7 made for this
Sent from my SAMSUNG-SGH-I727
droid512 said:
Id love full cm7 made for this
Sent from my SAMSUNG-SGH-I727
Click to expand...
Click to collapse
Fyi code Aurora is different than cm lol
people who live in glass houses sink ships
FYI: I updated the OP with a link to the build instructions. I also pushed changes to my Github that simplifies and cleans up some of the build.
topprospect said:
FYI: I updated the OP with a link to the build instructions. I also pushed changes to my Github that simplifies and cleans up some of the build.
Click to expand...
Click to collapse
Just fyi. Eugen373 is working on aosp for t989. Apparently with good results.
billydroid said:
Just fyi. Eugen373 is working on aosp for t989. Apparently with good results.
Click to expand...
Click to collapse
Any links on him talking about status of it for us to follow? I checked 989 general and dev real fast. Didn't see anything.
R4INS said:
Any links on him talking about status of it for us to follow? I checked 989 general and dev real fast. Didn't see anything.
Click to expand...
Click to collapse
Yes, a link to his post would help. I searched XDA and Github, finding only stuff about Vibrant roms that he has done.
topprospect said:
Yes, a link to his post would help. I searched XDA and Github, finding only stuff about Vibrant roms that he has done.
Click to expand...
Click to collapse
It's from twitter, eugen373. Not sure if he has pushed anything to github. You can ask him, he is extremely helpful guy.
Sent from my SGH-I777
Eugene's Twitter Post
billydroid said:
It's from twitter, eugen373. Not sure if he has pushed anything to github. You can ask him, he is extremely helpful guy.
Sent from my SGH-I777
Click to expand...
Click to collapse
Check https://twitter.com/#!/Eugene373. Looks like he is very close,

Self porting interest?

How much interest is there for people to learn how to port a ROM?
I know there are ton's of ROMs out there that are awesome. Some we have and some we don't have. For those of you who want to learn how to port a ROM to our device, would you be interested in a device specific porting tutorial? If so, I will make one.
I know there are TONS of porting guides out there but they aren't very informative on actually what to do. Except for Lens_Flare's and Proxuser's MIUI porting guides. Which are generally helpful enough and that's how I started to learn and then figured out how to do it for just about any ROM.
If there is a large enough interest in learning how to do it for yourself or for the Evita community in general, I will make a VERY detailed NOOB friendly guide.
I am definitely very interested. I started poking around the sense 5 port to see if I could fix bluetooth and quickly figured out that I was in over my head. Would love to see a guide to more than just theming.
Sent from my HTC One X using xda premium
tlazarus said:
I am definitely very interested. I started poking around the sense 5 port to see if I could fix bluetooth and quickly figured out that I was in over my head. Would love to see a guide to more than just theming.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
I wouldn't go that deep just yet if you don't have any knowledge of smali code. That's what porting deals with, and I'm still learning the coding structure for smali. I have knowledge but I'm still learning it. lol
I'm currently working on the bluetooth issue for that specific ROM.
I will put together a guide over the next few days. I'm going to be making it VERY detailed so there will be as little confusion as possible.
Myrder said:
I wouldn't go that deep just yet if you don't have any knowledge of smali code. That's what porting deals with, and I'm still learning the coding structure for smali. I have knowledge but I'm still learning it. lol
I'm currently working on the bluetooth issue for that specific ROM.
I will put together a guide over the next few days. I'm going to be making it VERY detailed so there will be as little confusion as possible.
Click to expand...
Click to collapse
I too would love this. If you have any good smali code reference links that you might be able to PM me, I'd love that too
Would love to see you put something together. The guide I follow doesn't cover everything I believe... The first few ROMs ported fine.. The others will hang at boot or fail in twrp etc. Very interested myrder
Sent from my One X using Tapatalk 2
Yea do it. I want the new paranoid android xD
Sent from my HTC One XL using xda app-developers app
If you make it I'll have my next must read
Sent from my HTC One XL running super smooth Sense 5
Myrder said:
I wouldn't go that deep just yet if you don't have any knowledge of smali code.
Click to expand...
Click to collapse
Yeah, I figured that out pretty quickly I actually have some experience reading and interpreting code, although mostly c#. My bigger issue is that unlike with windows, I don't understand what handles hardware and driver management or the boot process of Android. Thus, it is like trying to learn two things at once.
Definitely looking forward to your guide - it is greatly appreciated!
Sent from my HTC One X using xda premium
I definitely could use a guide too. Sense 5 was kind of like dumped on me lol. Since then I been on a crash course to learn how to port read logcats etc... Grinder19,Myrder, chubbzlou,carl1961, and others have really helped me a lot. Is like to see a guide go into more detail on like setting up aroma and such.
Sent from my HTC Evita running Sense 5 RX ALPHA
+1
I want to port Paranoid Android 3+
ImagioX1 said:
I definitely could use a guide too. Sense 5 was kind of like dumped on me lol. Since then I been on a crash course to learn how to port read logcats etc... Grinder19,Myrder, chubbzlou,carl1961, and others have really helped me a lot. Is like to see a guide go into more detail on like setting up aroma and such.
Sent from my HTC Evita running Sense 5 RX ALPHA
Click to expand...
Click to collapse
I don't deal with AROMA.. That's something I need to learn my self on. Over the next few days I'll put a guide together. Since I have so many people who want to learn. makes me happy. lol
exad said:
I too would love this. If you have any good smali code reference links that you might be able to PM me, I'd love that too
Click to expand...
Click to collapse
Google has many links to learning smali. I do believe codeaurora.com or what ever that website is has a decent reference to it.
InflatedTitan said:
Would love to see you put something together. The guide I follow doesn't cover everything I believe... The first few ROMs ported fine.. The others will hang at boot or fail in twrp etc. Very interested myrder
Sent from my One X using Tapatalk 2
Click to expand...
Click to collapse
If they hang at boot, logcats are helpful. Also going into the system_server itself through shell. As for TWRP fails, best to pull up a terminal and "adb pull /tmp/recovery.log" most of the time it's a certain character in the updater script. I once had a corrupted .zip that I compiled through the android kitchen. Took me awhile to figure out that it was corrupt, lol.
tlazarus said:
Yeah, I figured that out pretty quickly I actually have some experience reading and interpreting code, although mostly c#. My bigger issue is that unlike with windows, I don't understand what handles hardware and driver management or the boot process of Android. Thus, it is like trying to learn two things at once.
Definitely looking forward to your guide - it is greatly appreciated!
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
The best OS to port android ROMs on is a linux distro, right now I'm on Ubuntu 12.04LTS. Only because I'm having probelms with my TV as my desktop monitor so I'm using my dualboot on my laptop. I stay off when-doze as much as possible unless it's to download music or for school. Don't feel like using VMware for adobe or Word....
Thanks. I did search Google and found great stuff. I only asked in case you stumbled across a site you prefered over others.
I also use ubuntu 12.04 with windows 7 in virtualbox for when windows is needed. I chose 12.04 over 13.04 only because there's a bug with the included kernel that breaks the sound through hdmi for my ati card.
One could even install ubuntu on an external esata drive for decent speed, portability and so as not to mess up any internal storage configuration.
Sent from my HTC One X using xda app-developers app

Ubuntu Touch Port Request

I hate doing these port requests, but I can't really do much dev work since I use this phone as a DD. I would really love to see Ubuntu Touch ported to this phone, I think it would be an interesting change of pace from the standard Android ROMs.
Sent from my SGH-T959V using xda app-developers app
cpkelley94 said:
I hate doing these port requests, but I can't really do much dev work since I use this phone as a DD. I would really love to see Ubuntu Touch ported to this phone, I think it would be an interesting change of pace from the standard Android ROMs.
Sent from my SGH-T959V using xda app-developers app
Click to expand...
Click to collapse
It's still in beta stages for newer devices. lol You might have to wait a bit.
Madein Cyberspace said:
It's still in beta stages for newer devices. lol You might have to wait a bit.
Click to expand...
Click to collapse
That's true, but it has already been ported to many devices, including the GT-i9000, S2, and S3.
cpkelley94 said:
That's true, but it has already been ported to many devices, including the GT-i9000, S2, and S3.
Click to expand...
Click to collapse
Here's the full list if you haven't seen it:
https://wiki.ubuntu.com/Touch/Devices
I wasn't saying it's not possible to port to this device. Just that it might be better to wait until it's out of beta. It seems like the few devs still actively working on this phone could better spend there time fixing a few kernel issues to get CM10.1 sorted out. It's my understanding that ubuntu uses that as a base minus dalvik and most apps/services. At least that's what the phones that don't have the cdimage.u.c. are using.
And one thing, we would have to change the vold table (fstab) since our internal mem is so tiny plus ubuntu need swap partion (on our sd card). I tended to port it after Xylon but due to some lack of specification (internal memory) plus time s tough that I gave up for now lol, but mayb s.o will beat me to it cause I am still a noob at this thing tho.
P/s: I heard that once on ubuntu, u would have some dificulty revertin back to android or so, idk
Sent from my SGH-T959V using Tapatalk 2
daothanhduy1996 said:
And one thing, we would have to change the vold table (fstab) since our internal mem is so tiny plus ubuntu need swap partion (on our sd card). I tended to port it after Xylon but due to some lack of specification (internal memory) plus time s tough that I gave up for now lol, but mayb s.o will beat me to it cause I am still a noob at this thing tho.
P/s: I heard that once on ubuntu, u would have some dificulty revertin back to android or so, idk
Sent from my SGH-T959V using Tapatalk 2
Click to expand...
Click to collapse
Strange, are you saying that if I switched my ROM to Ubuntu Touch I wouldn't be able to use the Heimdall One Click Back-to-Stocks that we have to go back to Android?
Nope, I didn't say so, I just said that u will have some difficulty mean something strange might happen on android once u switch back cause I heard some members of S2 or S3 said so
Sent from my SGH-T959V using Tapatalk 4 Beta
I think it can be easily built since it is similar to CM... but even galaxysmtd has so many issues.

Categories

Resources