sebastian404

Untitled

May 7th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  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 ([email protected]) (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...
Advertisement
Add Comment
Please, Sign In to add comment