| The Following User Says Thank You to SubCore For This Useful Post: | ||
| The Following 2 Users Say Thank You to Flandry For This Useful Post: | ||
# 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: | ||
| The Following User Says Thank You to SubCore For This Useful Post: | ||
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: | ||