Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: sebastian404 on May 7th, 2012  |  syntax: None  |  size: 1.05 KB  |  hits: 36  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. For some reason ZTE change the ident string of the kernel, for example, from the dmesg on a ZTE Blade2:
  2.  
  3. Self-built kernel:
  4. <6>[01-01 00:00:00.000000] [0: swapper]Initializing cgroup subsys cpu
  5. <5>[01-01 00:00:00.000000] [0: swapper]Linux version 2.6.35.7-perf (sebastian@podtwo.com) (gcc version 4.4.3 (GCC) ) #7 PREEMPT Fri Dec 2 15:54:44 PST 2011
  6. <4>[01-01 00:00:00.000000] [0: swapper]CPU: ARMv6-compatible processor [4117b365] revision 5 (ARMv6TEJ), cr=00c5387f
  7.  
  8. Stock kernel:
  9. <6>[01-01 00:00:00.000000] [0: swapper]Initializing cgroup subsys cpu
  10. <5>[01-01 00:00:00.000000] [0: swapper]Linux version 2.6.35.7-perf+ (xueyibing@zhangchun-desktop) (gcc version 4.4.3 (GCC) ) #1 PREEMPT Fri Nov 18 09:58:25 HKT 2011
  11. <4>[01-01 00:00:00.000000] [0: swapper]CPU: ARMv6-compatible processor [4117b365] revision 5 (ARMv6TEJ), cr=00c5387f
  12.  
  13.  
  14. Note the extra +
  15.  
  16. In my experience if you boot any ZTE device with a self built kernel the RIL wont work because it thinks it's linked against a different kernel, you need to either hax0r the RIL library or the kernel...