Hey guys its troy here and this thread is to focus on getting a custom rom or Cm11 rom on this device (SM-T230NU). What I have so far is two devices that run a Marvell processor which is a samsung galaxy tab 3 7.0 and Nvidia Shield tablet. Now I'm trying to look for the one that's closer to this devices specs. After that I will try looking for their source and see if I can compile a custom rom. It would be really helpful if a dev can help me out with this along with you guys. So who's ready to have CM11.
Sent from my SM-T230NU using XDA Free mobile app
troy,
sm-t230nu kernel source
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=sm-t230nu
sm-t230 kernel source
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=sm-t230
xda user @tgalal 's skeleton tree for twrp recovery build
https://github.com/tgalal/android_device_samsung_degaswifi
don't forget to subscribe to your own thread.
with the new q&a bot system threads can get buried pages back very quickly.
cheers !
m
Thanks moonbutt74 I appreciate your help very much
Sent from my SM-T230NU using XDA Free mobile app
moonbutt74 said:
troy,
sm-t230nu kernel source
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=sm-t230nu
sm-t230 kernel source
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=sm-t230
xda user @tgalal 's skeleton tree for twrp recovery build
https://github.com/tgalal/android_device_samsung_degaswifi
don't forget to subscribe to your own thread.
with the new q&a bot system threads can get buried pages back very quickly.
cheers !
m
Click to expand...
Click to collapse
Is the kernel source you linked to build a custom recovery
Sent from my SM-T230NU using XDA Free mobile app
troy5890 said:
Is the kernel source you linked to build a custom recovery
Sent from my SM-T230NU using XDA Free mobile app
Click to expand...
Click to collapse
the kernel source is required to build boot.img and recovery.img
you have a huge amount of reading to do. the galaxy tab 3 device forums have a large amount of information
in general and q&a to get you up and running.
http://forum.xda-developers.com/galaxy-tab-3
specifically this thread
http://forum.xda-developers.com/showthread.php?t=2792872 to gain an understanding of the process
and this thread
http://forum.xda-developers.com/showthread.php?t=2812791
especially page 2 look for @Restl3ss posts, he's the one who got me set right.
when you have a question start by searching and reading, then ask your question, and while you wait for an answer
which you may or may not get, continue searching and reading.
i started a full cherry noob in like april or may and have learned alot, just to give you an idea of what your own
process of growth and learning may look like. :good:
m
troy5890 said:
Is the kernel source you linked to build a custom recovery
Click to expand...
Click to collapse
the kernel config is almost the same. you can use it for stock and custom roms and of course for custom recoveries.
moonbutt74 said:
troy,
sm-t230nu kernel source
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=sm-t230nu
sm-t230 kernel source
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=sm-t230
xda user @tgalal 's skeleton tree for twrp recovery build
https://github.com/tgalal/android_device_samsung_degaswifi
don't forget to subscribe to your own thread.
with the new q&a bot system threads can get buried pages back very quickly.
cheers !
m
Click to expand...
Click to collapse
Which version am I suppose to download. Also what am I going to do with this.
Sent from my SM-T230NU using XDA Free mobile app
Alright I decided to start developing on December 19th. But I have a question. Is there a 32-bit version to do android development instead of 64-bit?
Sent from my SM-T230NU using XDA Free mobile app
troy5890 said:
Alright I decided to start developing on December 19th. But I have a question. Is there a 32-bit version to do android development instead of 64-bit?
Sent from my SM-T230NU using XDA Free mobile app
Click to expand...
Click to collapse
android as you and i know it is 32 bit so you will be building a 32 system.
But to build android you require a 64-bit system [linux/mac] you just do.
However you do not need a 64 bit system to compile kernels.
search the difference between 32bit and 64bit systems and almost all questions you have on that subject will be answered.
Except maybe this one....
while you can only run 32bit applications/code/toolchains etc. on a 32 bit system
you can run both 32bit and 64bit stuff on a 64bit system.
if you are compiling code on a 32bit system you need a 32bit compiler/toolchain
if you are compiling an android kernel [32bit] on a 64 bit system you can use a 32bit or 64bit toolchain
as you will be cross-compiling, meaning compiling code on one type of machine/system [host] x86 or x86_64 [architecture]
to run on another type of machine/system [target] - 32bit - arm [architecture]
i would suggest using the 32bit toolchain.
m
Well I'm trying to compile a custom rom. Would I be able to do so on a 32-bit window system running virtualbox with ubuntu on it?
Sent from my SM-T230NU using XDA Free mobile app
moonbutt74 said:
android as you and i know it is 32 bit so you will be building a 32 system.
But to build android you require a 64-bit system [linux/mac] you just do.
However you do not need a 64 bit system to compile kernels.
search the difference between 32bit and 64bit systems and almost all questions you have on that subject will be answered.
Except maybe this one....
while you can only run 32bit applications/code/toolchains etc. on a 32 bit system
you can run both 32bit and 64bit stuff on a 64bit system.
if you are compiling code on a 32bit system you need a 32bit compiler/toolchain
if you are compiling an android kernel [32bit] on a 64 bit system you can use a 32bit or 64bit toolchain
as you will be cross-compiling, meaning compiling code on one type of machine/system [host] x86 or x86_64 [architecture]
to run on another type of machine/system [target] - 32bit - arm [architecture]
i would suggest using the 32bit toolchain.
m
Click to expand...
Click to collapse
Hey moonbutt I downloaded the open source zip for the SM-T230NU. Do I extract it?
Sent from my SM-T230NU using XDA Free mobile app
9 days before I start
Sent from my SM-T230NU using XDA Free mobile app
Hey guys I don't think I can do this because I have a 32bit window system and I can't build cm11 for this device. I need a 64-bit system to compile so I'm sorry if I got you guys excited about this.
Sent from my SM-T230NU using XDA Free mobile app
troy5890 said:
Hey guys I don't think I can do this because I have a 32bit window system and I can't build cm11 for this device. I need a 64-bit system to compile so I'm sorry if I got you guys excited about this.
Sent from my SM-T230NU using XDA Free mobile app
Click to expand...
Click to collapse
Sorry guys
Sent from my SM-T230NU using XDA Free mobile app
Good news guys I might be able to compile android 4.3 pac to this device. Just maybe.
Sent from my SM-T230NU using XDA Free mobile app
Alright guys I'm going to try and build 4.3 pac
Sent from my SM-T230NU using XDA Free mobile app
How is it going so far troy5890?
Sent from my SM-T230NU using XDA Premium 4 mobile app
krakenthor said:
How is it going so far troy5890?
Sent from my SM-T230NU using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Not so good
Sent from my SM-T230NU using XDA Free mobile app
What is the ETA for the ROM for tab 4? Sorry if I'm impatient
Sent from my SM-T230NU using XDA Free mobile app
Related
Hi guys,
It's possible install Ubuntu 10.04 LTS ARM build with 1.2Ghz CPU ?
Sent from my GT-S5360 using xda app-developers app
Ubuntu os released?
Sent from my GT-I9001 using xda premium
doubtful!
tho keeping the clockspeed at 1.2ghz could potentially fry your cpu lol
blackbunny96 said:
Ubuntu os released?
Sent from my GT-I9001 using xda premium
Click to expand...
Click to collapse
Yes Ubuntu adapted for ARM CPU
spiderpig21 said:
doubtful!
tho keeping the clockspeed at 1.2ghz could potentially fry your cpu lol
Click to expand...
Click to collapse
There are probably using the install from applications. 824MHz is too little to do I think turned
Sent from my GT-S5360 using xda app-developers app
nothings impossible though specs make you believe otherwise
i guess after cm fiasco is over we must try our hands on ubuntu tom
Themimitoof said:
Hi guys,
It's possible install Ubuntu 10.04 LTS ARM build with 1.2Ghz CPU ?
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
Search for Linux installer on play store..u'll find ubuntu there only..
Sent from my Galaxy Y GT-S5360. Press thanks if I helped you.
But in theory, it's possible. Our phone is possible to run it. Ask Broadcom for full BCM21533 specification (or even for GNU/Linux drivers) and i can make it, seriously. If you get anything from Broadcom, you are my hero.
It's possible install Ubuntu 10.x (Gnome 2D desktop engine).
That said, it is long as it is not fit even with a lighter version. I tried compiling a version if possible for the Galaxy Y being as light as possible.
Thank you for your answers
-------
Sent from my GT-S5360 using xda app-developers app
nikufellow said:
nothings impossible though specs make you believe otherwise
i guess after cm fiasco is over we must try our hands on ubuntu tom
Click to expand...
Click to collapse
ubuntu is made only for dual core phones
i dont think there is any way sgy will support that :/
It's Ubuntu for phones or Ubuntu for Android requires min 1Ghz Dual Core.
Ubuntu Desktop is available in 32, 64bit and ARM architecture
Sent from my GT-S5360 using xda app-developers app
Themimitoof said:
It's Ubuntu for phones or Ubuntu for Android requires min 1Ghz Dual Core.
Ubuntu Desktop is available in 32, 64bit and ARM architecture
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
of course we are talking about ubuntu phone here
And this topic is about ubuntu 10.04 right? Not ubuntu phone. Ubuntu 10.04 could run even on sgy, if we are able to get X window drivers working
Sent from my GT-S5360 using xda app-developers app
where can i download the firfox os?
i have an android phone and can i flash firefox os on it ?
i have an android phone and can i flash firefox os on it ?
no one rely me ??
no one rely me ??
you need to compile it
sendtosandy said:
i have an android phone and can i flash firefox os on it ?
Click to expand...
Click to collapse
How
Ahmed Alkabir said:
How
Click to expand...
Click to collapse
Well with your brain and a computer of course
Just go there https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Firefox_OS_build_prerequisites
And there
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Building_and_installing_Firefox_OS
I have compiled it for my tab (an archos gen8) with an omap3 ti cpu.
I habe just used my device filder from my own ICS version (see my signature).
See a post about firefox os archos gen9 dev section to have details.
I can't say more without the name of your device. Maybe i can help the future
Goodbluck
Bizcuite
Sent from my GT-N7100 using xda app-developers app
Can u built it for p7500 Samsung 10 inch tab
Sent from my ST18i using xda app-developers app
faraaz3 said:
Can u built it for p7500 Samsung 10 inch tab
Sent from my ST18i using xda app-developers app
Click to expand...
Click to collapse
No except if you want that i brick it.
I can help to compile ff os.
Bizcuite
Sent from my GT-N7100 using xda app-developers app
I really want this for my Nexus 4. Any help?
github.com/mozilla-b2g/B2G
Just compile it.
presenting a pure homemade OMNI for n7100 without any modification at the moment .
Why OmniROM ?
Disclaimer
Flash At Your OWN Risk
Installation
1. Install TWRP / CWM recovery - latest version with SELinux support
2. Factory Reset
3. Format System
4. Install ROM
5. Install Google Apps
6. Install SuperSU
DOWNLOAD
XDA:DevDB Information
kitkatomni , a ROM for the Samsung Galaxy Note II
Contributors
navendugoyal, navendugoyal
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: omni
Version Information
Status: Abandoned
Created 2013-11-29
Last Updated 2013-11-30
Reserved
Reserved
thanks for your contribution.
But can you please explain why? since there are nightly's allready.
i am an orthopaedics surgeon by profession and building roms is a hobby . i am not a computer geek but it is my effort to build and learn and share with everyone . thats all i am trying to do .
Awesome man! I am looking for a 3.4.x kernel for a long time...please share the download links.
What will 3.4.x kernel give me over the stock one or over devil kernel which is 3.1.x. Im not very familiar with the kernels will it give a performance improvement or what?
navendugoyal said:
i am an orthopaedics surgeon by profession and building roms is a hobby . i am not a computer geek but it is my effort to build and learn and share with everyone . thats all i am trying to do .
Click to expand...
Click to collapse
Cool, looking forward to your build.
Links?
Sent from my GT-N7100 using Tapatalk
How stable will this rom be running the latest 3.4 kernel? I can remember being on the ville and when AOSP switched from 3.1 to 3.4 and it was mega unstable with major battery leaks.
Sent from my GT-N7100 using XDA Premium 4 mobile app
I think the 3.4 kernal is a typing mistake am i wrong?
I think this thread is created just for gathering thanks and nothing else..official omni rom is here so how is your rom different from it??and if u can't provide download link then delete this thread and create it when your rom is ready to download..
Its against xda policy
Sent from my GT-N7100 using Tapatalk
abandoned for the moment
apologies as the project is abandoned at the moment
sumeshd said:
I think this thread is created just for gathering thanks and nothing else..official omni rom is here so how is your rom different from it??and if u can't provide download link then delete this thread and create it when your rom is ready to download..
Its against xda policy
Sent from my GT-N7100 using Tapatalk
Click to expand...
Click to collapse
I think u post this just for gathering thanks and nothing else
Miqueas111 said:
I think u post this just for gathering thanks and nothing else
Click to expand...
Click to collapse
Well he only gathered two!
Sent from my GT-N7100 using XDA Premium 4 mobile app
blackcell1 said:
Well he only gathered two!
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Well I was talking about summerhd. He gathered 3
No big hoop! The topic should be removed already!
Sent from my GT-N7100 using XDA Premium 4 mobile app
This thread is a placeholder and as such , does not belong in the Development forums.
Thread closed and moved.
Hi I am from the Galaxy S4 community and is anyone willing to share or lend their PC to use as a build bot to build roms from source? Kindly share your views about it. A good processor with 8 or 16gb ram will be quite good.
Sent from my GT-I9500 using XDA Premium 4 mobile app
Hello S2 lovers. Today I managed to get my hands on the note 2 4.4.2 and I began the biggest project : Porting 4.4.2 Touchwizz ROM. So I have a unfinished varyant of it... My problem is that I don't have Ubuntu and I can't decompile kernal and recompile it... So here is my request : I need someone who knows how to edit a kernal and who has Ubuntu to help me with the ROM... Also , if we manage to make a bootable version I need a name for the ROM . And I want you to think at a name.
Thanks in advance
Sent from my GT-I9100 using XDA Premium 4 mobile app
The kernel is the easy part, I can take care of that for you.
The question is how you will make it boot as framework, libs etc need probably a lot of changes
Sent from my GT-I9100 using xda premium
That's a little thing... Our goal is to make a bootable version... Glitches will be solved after
Sent from my GT-I9100 using XDA Premium 4 mobile app
Caproid said:
And I want you to think at a name.
Click to expand...
Click to collapse
I propose BlameSAM ROM
Great
natalya said:
The kernel is the easy part, I can take care of that for you.
The question is how you will make it boot as framework, libs etc need probably a lot of changes
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Is the kernel the more easy part? It would be excellent, if you could make it as soon as possible. :good:
Share the kernel from your 4.4.2 rom and i will look into it.
But here is a good tip: use a CM11 kernel from s2 and change the framework, libs etc. Trust me to make it boot you dont need to focus that much on kernel but more on the files in the rom. So start by porting, i am sure you will get bootloop in first attemt so adb a logcat and take it from there. I sure hope you can adb.
Sent from my GT-I9100 using xda premium
Caproid said:
Hello S2 lovers. Today I managed to get my hands on the note 2 4.4.2 and I began the biggest project : Porting 4.4.2 Touchwizz ROM. So I have a unfinished varyant of it... My problem is that I don't have Ubuntu and I can't decompile kernal and recompile it... So here is my request : I need someone who knows how to edit a kernal and who has Ubuntu to help me with the ROM... Also , if we manage to make a bootable version I need a name for the ROM . And I want you to think at a name.
Thanks in advance
Sent from my GT-I9100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hi Mr. Lazy,
Here is a suggestion for posting new threads in future. Use the search function to make sure threads of the same topic don't already exist. In this case, we already have this one.
Thread closed.