We have 268 guests online

Fanatics Login

Content Feeds

  • Team Blog RSS Feed Team Blog RSS Feed AndroidFanatic - Team Blog RSS Feed
  • Android App Reviews Android App Reviews Applications, unofficial repository, discussion and news from the world of the Android Mobile OS. Join the chat and have your say, ask questions, and buy phones and accessories.
Gnome, KDE, IceWM or LXDE Desktop on your Android! (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 1
TOPIC: Gnome, KDE, IceWM or LXDE Desktop on your Android!
#1688
dangermouse (Admin)
Admin
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
Re:Gnome, KDE, IceWM or LXDE Desktop on your Andro 1 Year, 6 Months ago Karma: 9  
keninem wrote:
QUOTE:
Great thread so far, it's been very helpful and for the most part I was able to get mine working completely just from reading your writeup, so kudos for that. I am having a few minor problems though..

I am unable to use my finger to move the gui cursor even when selecting 1:1..not a big deal because i can use the trackball just as well, but curious if there is a fix.

Another, bigger problem for me(but probably easier to fix) is that I can't seem to connect from my computer, I've tried vncviewer in linux and RealVNC's Vnc Viewer for Windows..but both time out..any ideas?

Thanks!


For the first problem:

When you select 1:1 on the menu, it will go into panning mode, PRESS your trackball and it will go into 'finger' mode.

Working on the second, any sugeestions from anyone else?



 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1690
OctoberRiot (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Gnome, KDE, IceWM or LXDE Desktop on your Andro 1 Year, 6 Months ago Karma: 0  
Well I can only assume I'm not doing something right because everyone else seems to be doing fine.
I set up debian using the auto installer no problems
Resized the image to 1.5gb with no problems
But apt-get install tightvncserver is giving me a few 404 errors, tells me maybe an apt-get update will fix it, but it doesn't. So I assume that's normal and continue. Apt-get install lxde seemed to go ok, did the user root thing, it takes me back to a # prompt immediately, I assume that's normal, type vncserver, and it tells me its not found. So that's as far as I got. Don't know why I'm getting the 404 errors, but I'm guessing that's my problem. Any help or advice would be greatly appriciated.

(Posted this from my g1. I'm at work )



 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1692
dangermouse (Admin)
Admin
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
Re:Gnome, KDE, IceWM or LXDE Desktop on your Andro 1 Year, 6 Months ago Karma: 9  
OctoberRiot wrote:
QUOTE:
But apt-get install tightvncserver is giving me a few 404 errors


Hi,

The 404 or Not Found error message is an HTTP standard response code indicating that the client was able to communicate with the server but either the server could not find what was requested, or it was configured not to fulfill the request and did not reveal the reason why. 404 errors should not be confused with server not found or similar errors, in which a connection to the destination server could not be made at all.

The only thing I can think is that your device cant see out to the internet, or the repo you are trying to get tightvnc from is temporarily down, try later.





 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1697
kegansjack (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:Gnome, KDE, IceWM or LXDE Desktop on your Andro 1 Year, 6 Months ago Karma: 1  
ghostwalker wrote:
QUOTE:
OctoberRiot wrote:
QUOTE:
But apt-get install tightvncserver is giving me a few 404 errors


Hi,

The 404 or Not Found error message is an HTTP standard response code indicating that the client was able to communicate with the server but either the server could not find what was requested, or it was configured not to fulfill the request and did not reveal the reason why. 404 errors should not be confused with server not found or similar errors, in which a connection to the destination server could not be made at all.

The only thing I can think is that your device cant see out to the internet, or the repo you are trying to get tightvnc from is temporarily down, try later.

:blink:



im also having the 404 error. i have tried doing this multiple times, using a clean 2 gig image each time. i came to the same conclusion as you so i modified all my apn's and placed the phone right next to my wifi router so it was forced to use wifi and these are my results


Get:12 http://ftp.de.debian.org lenny/main libfreetype6 2.3.7-2 [353kB]
Err http://ftp.de.debian.org lenny/main ucf 3.0011
404 Not Found
Get:13 http://ftp.de.debian.org lenny/main libmagic1 4.26-1 [372kB]
Get:14 http://ftp.de.debian.org lenny/main file 4.26-1 [43.9kB]
(skipped ahead)
Get:50 http://ftp.de.debian.org lenny/main xfonts-base 1:1.0.0-5 [6134kB]
Fetched 16.0MB in 1min26s (185kB/s)
Failed to fetch http://ftp.de.debian.org/debian/pool/main/u/ucf/ucf_3.0011_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
localhost:/# apt-get update
Hit http://ftp.de.debian.org lenny Release.gpg
Hit http://ftp.de.debian.org lenny Release
Ign http://ftp.de.debian.org lenny/main Packages/DiffIndex
Hit http://ftp.de.debian.org lenny/main Packages
Reading package lists... Done

i have tried this entirely on 3g, edge, and wifi, and none of them want to let me connect to the server. i have a feeling like the pakage list in debian is outdated or something, but i ran apt-get update right after running /scripts/onetime.sh

any ideas?

edit: it also wont let me fully download lxde or icewm. and if you click the link where the 404 error is on your computer, it also gives you a 404 error from the debian server, which is why i dont think its a connection problem on the phones end.



 
Report to moderator   Logged Logged  
 
Last Edit: 2009/02/25 22:42 By kegansjack.
  The administrator has disabled public write access.
#1699
dangermouse (Admin)
Admin
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
Re:Gnome, KDE, IceWM or LXDE Desktop on your Andro 1 Year, 6 Months ago Karma: 9  
Ahaaa guys!!!

Do this:

apt-get update


If that doesn't do it try this:

apt-get update --fix-missing


Literally that should fix you up.

Also please continue to post your results for the others who may encounter the same issues.

Thanks all.



 
Report to moderator   Logged Logged  
 
Last Edit: 2009/02/25 22:46 By dangermouse.
  The administrator has disabled public write access.
#1700
kegansjack (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:Gnome, KDE, IceWM or LXDE Desktop on your Andro 1 Year, 6 Months ago Karma: 1  
ghostwalker wrote:
QUOTE:
Ahaaa guys!!!

Do this:

apt-get update


If that doesn't do it try this:

apt-get update --fix-missing


Literally that should fix you up.

Also please continue to post your results for the others who may encounter the same issues.

Thanks all. :silly:


i tried that before and it didnt work for me, i just tried it again and it was a no go, i can send you the terminal code if you ever need it. i wonder if i can manually update the package lists?



also on the note of issues other may encounter
if bootdeb doesnt work try
su bootdeb (all one command)
i have to do that every time i boot
i also have to do
modprobe ext2
before i do su bootdeb every time i restart the phone (untill i added it to bootdeb.sh now its done automatically)



 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop