The Following User Says Thank You to SubCore For This Useful Post: | ||
![]() |
2010-02-26
, 20:14
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#12
|
Some Info..
http://www.kroah.com/log/linux/andro...-problems.html
![]() |
2010-02-27
, 16:08
|
Posts: 42 |
Thanked: 20 times |
Joined on Feb 2010
@ Perth, WA
|
#13
|
![]() |
2010-02-27
, 21:00
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#14
|
but in the end google have still got a lot of closed source stuff on there that makes the system worthwhile - for instance all the stuff that enables login to google services.
The Following 2 Users Say Thank You to Flandry For This Useful Post: | ||
![]() |
2010-02-27
, 21:29
|
Posts: 71 |
Thanked: 19 times |
Joined on Dec 2009
|
#15
|
![]() |
2010-03-01
, 20:30
|
|
Posts: 33 |
Thanked: 15 times |
Joined on Oct 2009
@ Israel
|
#16
|
![]() |
2010-03-12
, 23:07
|
Posts: 2 |
Thanked: 8 times |
Joined on Mar 2010
@ London
|
#17
|
Yesterday I found this information about the last version of Linux Kernel 2.6.33.
It is interesting for me - has Maemo/MeeGo compatibility at this moment with Linux Kernel 2.6.33?
And is it so important?
Thank you in advance to all participants.
Regards.
# cat build.prop | grep ro.product.model ro.product.model=Nexus One # uname -a Linux localhost 2.6.33-msm-teknologist-0.7 #1 PREEMPT Wed Mar 3 14:13:12 CET 2010 armv7l GNU/Linux #
The Following 5 Users Say Thank You to joelee For This Useful Post: | ||
![]() |
2010-03-13
, 02:37
|
Posts: 71 |
Thanked: 19 times |
Joined on Dec 2009
|
#18
|
![]() |
2010-03-15
, 11:12
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#19
|
My point here is Android devices are as "Linux" as Maemo devices, but Android applications are more restricted to access the Linux layer than Maemo.
The Following User Says Thank You to SubCore For This Useful Post: | ||
![]() |
2010-03-15
, 13:37
|
Posts: 2 |
Thanked: 8 times |
Joined on Mar 2010
@ London
|
#20
|
cyanogenmod isn't android.
while it's great that it provides some of the GNU userland so you can run openvpn etc., you are talking about a custom OS which you flash on your device to have the gnu tools.
so it's not a valid argument to say that android can run (gnu) linux software, because those tools and libs are not part of android.
Process exeCommands = Runtime.getRuntime().exec("/system/xbin/run_script.sh");
Some points for us to ponder:
1) Android devices are as "Linux" as Maemo devices (Notice the keyword here is "devices")
2) Android applications are more restricted to access the Linux layer than Maemo (Android apps is comparable to Java apps on the desktop, and Maemo apps to glibc/X libs/gtk apps)
3) Android is compatible with Linux Kernel 2.6.33 (I'm running it now)
The Following 3 Users Say Thank You to joelee For This Useful Post: | ||
technically, "Linux" is just the kernel, that is correct, but usually when people talk about "Linux" they talk about distributions such as Ubuntu, Fedora or Debian, and that includes the GNU part of things as well.
saying something runs "Linux" implies that you can use the same software tools to write and compile software for it, giving you access to a huge amount of open code. but it just isn't true. Google does this intentionally, fraudulent advertising IMO.
you need completely different tools and libraries to write for a completely different environment. you don't write "Linux" programs... you're as far away from the kernel as you can get.
so yes, in my eyes, Android definitely isn't Linux. With Maemo you get nearly all of the standard Linux parts there are.
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg
Last edited by SubCore; 2010-02-26 at 20:10. Reason: i repeat myself...