Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. Model : "APQ8064T"
  2. Cores : "4"
  3. Architecture : "Krait 300"
  4. Revision : "r1p0"
  5. Process : "28nm"
  6. Clock Speed : "384 MHZ - 1.89 GHz" #Pretty much a fast phone!
  7. GPU Vendor : "Qualcomm"
  8. GPU Renderer : "Adreno (TM) 320 @ 450 MHz"
  9. Scaling Governor : Currently set to "ondemand"
  10.  
  11. Kernel Architecture : "armv7l"
  12.  
  13. root@jflte:/ # sh /sdcard/ubuntu.sh
  14. Making mount points and mounting to them...
  15. Connecting to /sdcard...
  16. Putting in some settings...
  17. net.ipv4.ip_forward = 1
  18. ubuntu is configured with SSH and VNC servers that can be accessed from the IP:
  19. (You will see an error about wlan0 if your WiFi is disabled. Safe to ignore.)
  20. ----------------- OKAY, starting Ubuntu! -----------------
  21. Start VNC server? (y/n)
  22. y
  23. Start SSH server? (y/n)
  24. y
  25. Now enter the screen size you want in pixels (e.g. 800x480), followed by [ENTER]:
  26. 1920x1080
  27.  
  28. New 'X' desktop is localhost:0
  29.  
  30. Starting applications specified in /home/ubuntu/.vnc/xstartup
  31. Log file is /home/ubuntu/.vnc/localhost:0.log
  32.  
  33.  
  34. If you see the message 'New 'X' Desktop is localhost:0' then you are ready to VNC into your ubuntu OS..
  35.  
  36. If connection from a different machine on the same network as the android device use the address below:
  37. 192.168.0.87
  38.  
  39. If using androidVNC, change the 'Color Format' setting to 24-bit colour, and once you've VNC'd in, change the 'input mode' to touchpad (in settings)
  40. * Starting OpenBSD Secure Shell server sshd [ OK ]
  41. Save settings as defaults? (y/n) (You can always change it later in the app)
  42. n
  43.  
  44. To shut down the Linux environment, just enter 'exit' at this terminal - and WAIT for all shutdown routines to finish!
  45.  
  46. root@localhost:/# sudo apt-get update
  47. Ign http://releases.ubuntu.com raring Release.gpg
  48. Ign http://releases.ubuntu.com raring Release
  49. Err http://releases.ubuntu.com raring/main Sources
  50. 404 Not Found [IP: 91.189.88.148 80]
  51. Err http://releases.ubuntu.com raring/restricted Sources
  52. 404 Not Found [IP: 91.189.88.148 80]
  53. Err http://releases.ubuntu.com raring/universe Sources
  54. 404 Not Found [IP: 91.189.88.148 80]
  55. Err http://releases.ubuntu.com raring/main armhf Packages
  56. 404 Not Found [IP: 91.189.88.148 80]
  57. Err http://releases.ubuntu.com raring/restricted armhf Packages
  58. 404 Not Found [IP: 91.189.88.148 80]
  59. Err http://releases.ubuntu.com raring/universe armhf Packages
  60. 404 Not Found [IP: 91.189.88.148 80]
  61. Ign http://releases.ubuntu.com raring/main Translation-en
  62. Ign http://releases.ubuntu.com raring/restricted Translation-en
  63. Ign http://releases.ubuntu.com raring/universe Translation-en
  64. W: Failed to fetch http://releases.ubuntu.com/dists/raring/main/source/Sources 404 Not Found [IP: 91.189.88.148 80]
  65.  
  66. W: Failed to fetch http://releases.ubuntu.com/dists/raring/restricted/source/Sources 404 Not Found [IP: 91.189.88.148 80]
  67.  
  68. W: Failed to fetch http://releases.ubuntu.com/dists/raring/universe/source/Sources 404 Not Found [IP: 91.189.88.148 80]
  69.  
  70. W: Failed to fetch http://releases.ubuntu.com/dists/raring/main/binary-armhf/Packages 404 Not Found [IP: 91.189.88.148 80]
  71.  
  72. W: Failed to fetch http://releases.ubuntu.com/dists/raring/restricted/binary-armhf/Packages 404 Not Found [IP: 91.189.88.148 80]
  73.  
  74. W: Failed to fetch http://releases.ubuntu.com/dists/raring/universe/binary-armhf/Packages 404 Not Found [IP: 91.189.88.148 80]
  75.  
  76. E: Some index files failed to download. They have been ignored, or old ones used instead.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement