Advertisement
mdall

Untitled

Jul 20th, 2011
1,108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. juin 23 05:02:04 <JesusFreke> it looks like the source is up
  2. juin 23 05:02:11 <JesusFreke> http://images.barnesandnoble.com/PResources/download/Nook/source-code/nook2_1-0.tgz
  3. juin 23 05:02:59 <GabrialDestruir_> From the looks of it though... the touch is close enough to the NC that I'm guessing almost everything we can do for the NC can be done for the Touch
  4. juin 23 05:04:18 <JesusFreke> let's see what we have here
  5. juin 23 05:05:41 <JesusFreke> kernel, u-boot, x-loader
  6. juin 23 05:05:42 <JesusFreke> nice
  7. juin 23 05:05:51 <JesusFreke> and the usual android components
  8. juin 23 05:08:00 <Geovonnie> Yeah, I posted the source last week.
  9. juin 23 05:08:21 <JesusFreke> you didn't yell loud enough :)
  10. juin 23 05:08:42 <Geovonnie> Yeah, my bad.
  11. juin 23 05:08:44 <GabrialDestruir_> hasn't nemith been trying to compile to source for like a week?
  12. juin 23 05:08:57 <JesusFreke> no clue. I've been freakin' busy
  13.  
  14. juin 23 05:43:51 <JesusFreke> hmm. the kernel I built is the exact same size as what's on the nook
  15. juin 23 05:45:53 <JesusFreke> wow
  16. juin 23 05:45:58 <JesusFreke> it started
  17. juin 23 05:46:08 <JesusFreke> seems to be working
  18. juin 23 05:47:23 <JesusFreke> "Linux version 2.6.29-omap1 (jesusfreke@knork) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #1 PREEMPT Wed Jun 22 23:37:36 EDT 2011"
  19. juin 23 05:47:24 <JesusFreke> :D
  20. juin 23 05:48:16 <JesusFreke> that was.. easy
  21. juin 23 05:50:58 <GabrialDestruir> That was easy.... too easy... HIT THE DECK! IT'S GOING TO BLOW!
  22. juin 23 05:55:22 <JesusFreke> yep, all indications are that this is the exact source and configuration used for the original kernel
  23. juin 23 05:55:35 <JesusFreke> exact same size and exact same content of /proc/kallsyms
  24. juin 23 05:55:52 <Leeds> how nice is that...
  25. juin 23 05:56:12 <JesusFreke> if anyone is wanting to build it, the defconfig to use is omap3621_gossamer_evt1c_defconfig
  26. juin 23 05:56:17 <GabrialDestruir> That must of been a first.
  27. juin 23 05:56:30 <GabrialDestruir> All the other sources they never released the config for or something
  28. juin 23 05:56:48 <JesusFreke> I was also able to use the exact same compiler they did (codesourcery 2008q3)
  29. juin 23 05:58:08 <JesusFreke> now, to get adb over usb working
  30. juin 23 06:26:51 <GabrialDestruir> Didn't someone post up adb drivers for touch... I thought adb over usb already worked
  31. juin 23 06:39:41 <JesusFreke> not that I'm aware
  32. juin 23 06:39:53 <JesusFreke> I don't see how they could have, without having the source
  33. juin 23 06:40:19 <JesusFreke> but if it's been out since last week, maybe someone compiled a kernel with adb over usb support
  34. juin 23 06:40:52 <poutine> heyhey, they released sourcecode
  35. juin 23 07:03:43 <JesusFreke> hmm. it kinda looks like the adb function is already there
  36. juin 23 07:04:13 <JesusFreke> maybe it's just that adbd is modified so that it doesn't use the usb stuff
  37. juin 23 07:04:35 <GabrialDestruir> Then just grab the one from a NC?
  38. juin 23 07:05:33 <JesusFreke> well, if that's the case, I can certainly fix it
  39. juin 23 07:05:41 <JesusFreke> first, I want to verify my theory
  40. juin 23 07:07:36 <JesusFreke> ah-ha
  41. juin 23 07:07:50 <JesusFreke> there is an android_adb and android_adb_enable node in /dev
  42. juin 23 07:08:12 <GabrialDestruir> o.o
  43. juin 23 07:09:06 <JesusFreke> ha
  44. juin 23 07:09:11 <JesusFreke> "adb usb"
  45. juin 23 07:09:16 <JesusFreke> seems to switch it over I think
  46. juin 23 07:24:00 <JesusFreke> booya. adb over usb :)
  47. juin 23 07:24:16 <JesusFreke> adb doesn't know about b&n's vendor id
  48. juin 23 07:24:37 <JesusFreke> so I just added that in and recompiled adb, and it sees and connects fine, after switching the nook touch to usb mode
  49. juin 23 07:24:49 <JesusFreke> (connect to adb via wifi, then "adb usb")
  50. juin 23 07:25:17 <JesusFreke> lemme turn off wifi, just to make sure
  51. juin 23 07:26:02 <JesusFreke> yep
  52. juin 23 07:26:07 <JesusFreke> it's definitely going over wifi
  53. juin 23 07:27:21 <JesusFreke> err
  54. juin 23 07:27:24 <JesusFreke> definitely going over usb
  55. juin 23 07:29:30 <poutine> make up your mind man!
  56. juin 23 07:29:36 <JesusFreke> I think I may have been an idiot :)
  57. juin 23 07:30:21 <JesusFreke> I just looked at the adb source, and if the service.adb.tcp.port property is set, adbd listens on that port, and doesn't attach to usb
  58. juin 23 07:30:34 <JesusFreke> and I added that property to default.prop
  59. juin 23 07:30:50 <JesusFreke> if I just remove that.. I think it will start up and bind to usb by default
  60.  
  61. juin 23 18:38:38 <GabrialDestruir_> Hey JesusFreke would it be possible to get a copy of the modified adbd binary to be included with TouchNooter?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement