New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
THREAD CLOSED
Tip us?
 
maxnik1
Old
(Last edited by maxnik1; 18th June 2012 at 12:06 PM.)
#171  
maxnik1's Avatar
Member
Thanks Meter 17
Posts: 78
Join Date: Jan 2009
Location: Ruse
I am using the free Ubuntu app and I am running the full Ubuntu 12.04 image. But I've got a few problems:

1) Durring first start-up, I saw in the terminal that my memory card was not mounted. It said that "external-sd could not be found" or something like that, but I am using stock ROM, so my memory card is named "external_sd" not "external-sd", so I am thinking if this is the problem.

2) I am getting read-only errors on the desktop. I can't put anything on it.

3) When I start the ubuntu and the VNC, I get this dialog -"System program problem detected", with option to report this problem, which obviously won't help me.

Any solutions or sugestion about these problems?

Edit: Just now, I checked the boot script and everywhere it says "external_sd", so maybe the "external-sd" is only just how I saw it, but still I don't know why it fails to mount it.
 
Gilead8
Old
#172  
Member
Thanks Meter 0
Posts: 31
Join Date: Feb 2012
Hi zacthespack,

I'm curious and greatly interested with your project. But I'm a windows guy ever since. I'm a total newb when it comes to linux/ubuntu.

Quick question:

1. Can I install .exe files to my ubuntu-gNote? (from what I've read, I need wineHQ? Will that work?)

2. Will this work on RocketRom ICS v6? Speedmod Kernel (I'll try it personally when No. 1 is confirmed working.)

Thank you so much!
 
zacthespack
Old
#173  
zacthespack's Avatar
Forum Moderator / Recognized Developer - OP
Thanks Meter 1588
Posts: 2,708
Join Date: Oct 2009
Location: Colchester

 
DONATE TO ME
Quote:
Originally Posted by maxnik1 View Post
I am using the free Ubuntu app and I am running the full Ubuntu 12.04 image. But I've got a few problems:

1) Durring first start-up, I saw in the terminal that my memory card was not mounted. It said that "external-sd could not be found" or something like that, but I am using stock ROM, so my memory card is named "external_sd" not "external-sd", so I am thinking if this is the problem.

2) I am getting read-only errors on the desktop. I can't put anything on it.

3) When I start the ubuntu and the VNC, I get this dialog -"System program problem detected", with option to report this problem, which obviously won't help me.

Any solutions or sugestion about these problems?

Edit: Just now, I checked the boot script and everywhere it says "external_sd", so maybe the "external-sd" is only just how I saw it, but still I don't know why it fails to mount it.
Ok if your using the complete linux installer you can always set your own mount for the external sd otherwise you will need to edit the boot script to include the mount point for your external sd.
Make sure your filesystem is mounted r/w before bootting ubuntu to fix the read only bug.

And the error some timea pops up but dosnt cause any issues after that.





Quote:
Originally Posted by Gilead8 View Post
Hi zacthespack,

I'm curious and greatly interested with your project. But I'm a windows guy ever since. I'm a total newb when it comes to linux/ubuntu.

Quick question:

1. Can I install .exe files to my ubuntu-gNote? (from what I've read, I need wineHQ? Will that work?)

2. Will this work on RocketRom ICS v6? Speedmod Kernel (I'll try it personally when No. 1 is confirmed working.)

Thank you so much!
No exe files will not work this are windows excutable files. Wine does allow this in desktop linux but you have to have the same processor architecture as the exe was designed for either 32bit or 64bit processors and our processor is arm.

And yes it should run

Sent from my GT-N7000 using xda premium



 
Code:
question = 2*b || !(2*b)
"The Internet: where men are men, women are men, and children are FBI agents."

Code:
class Luke extends Jedi {
    function checkFather($father) {
        if ($father-]name == 'Darth Vader')
            die('NOOOOO!!');
    }
}

 
robert1968
Old
(Last edited by robert1968; 19th June 2012 at 01:42 PM.)
#174  
Senior Member
Thanks Meter 36
Posts: 172
Join Date: Mar 2011
Default Audacity -Unable to initialize gtk - is display set properly?

Hi,

Audacity does not start after install.
Error message is:
Xlib: extension "RANDR" missing on display ":0".
Segmentation fault.

What is the solution?

Regards,
Robert
 
zacthespack
Old
#175  
zacthespack's Avatar
Forum Moderator / Recognized Developer - OP
Thanks Meter 1588
Posts: 2,708
Join Date: Oct 2009
Location: Colchester

 
DONATE TO ME
Quote:
Originally Posted by robert1968 View Post
Hi,

Audacity does not start after install.
Error message is:
Xlib: extension "RANDR" missing on display ":0".
Segmentation fault.

What is the solution?

Regards,
Robert
With a quick google of the error I found this post http://timothyandrewbarber.blogspot....n-display.html hope it will help (not sure as never used audacity on linux let alone on my builds but looks like its just missing a package)



 
Code:
question = 2*b || !(2*b)
"The Internet: where men are men, women are men, and children are FBI agents."

Code:
class Luke extends Jedi {
    function checkFather($father) {
        if ($father-]name == 'Darth Vader')
            die('NOOOOO!!');
    }
}

 
robert1968
Old
(Last edited by robert1968; 20th June 2012 at 02:36 PM.)
#176  
Senior Member
Thanks Meter 36
Posts: 172
Join Date: Mar 2011
Default display promlem.

Quote:
Originally Posted by zacthespack View Post
With a quick google of the error I found this post http://timothyandrewbarber.blogspot....n-display.html hope it will help (not sure as never used audacity on linux let alone on my builds but looks like its just missing a package)

Hi.

Thanks for help.

Unfortunately gtk2-engines-pixbuf already installed and the latest.
I tried to remove and install again but not resolved the problem.

I installed an older Audacity version. 1.3.4 but it has exactly same error message and segfaulted.

I'm afraid it is an issue of x11 randr config, but I only guess...

Robert
 
robert1968
Old
#177  
Senior Member
Thanks Meter 36
Posts: 172
Join Date: Mar 2011
Default debian install failed.

Hi,

I tried debian v3 images (small, large and core) install and barely belive it is working for anyone...

Code:
Unknown id: debian
In images, init.sh has ubuntu references/variables in it...
for example: cd /home/ubuntu meanwhile home ubuntu not exists...

Can you confirm debian.sh is not working because init.sh has some bugs?

All my efforts for debian install is only for check why audacity is failed on paid ubuntu... I thought I check audacity whether is working in debian...

Regards,
Robert
The Following User Says Thank You to robert1968 For This Useful Post: [ Click to Expand ]
 
zacthespack
Old
#178  
zacthespack's Avatar
Forum Moderator / Recognized Developer - OP
Thanks Meter 1588
Posts: 2,708
Join Date: Oct 2009
Location: Colchester

 
DONATE TO ME
Quote:
Originally Posted by robert1968 View Post
Hi,

I tried debian v3 images (small, large and core) install and barely belive it is working for anyone...

Code:
Unknown id: debian
In images, init.sh has ubuntu references/variables in it...
for example: cd /home/ubuntu meanwhile home ubuntu not exists...

Can you confirm debian.sh is not working because init.sh has some bugs?

All my efforts for debian install is only for check why audacity is failed on paid ubuntu... I thought I check audacity whether is working in debian...

Regards,
Robert
Indeed there are issues with debian and backtrakcs init.sh files which will be fixed in the next update you could try using the debian v2 images from source forge. An update should be soon i will likely post a update init for borh of them tomorrow to make sure the bugs are fixed

Sent from my GT-N7000 using xda premium



 
Code:
question = 2*b || !(2*b)
"The Internet: where men are men, women are men, and children are FBI agents."

Code:
class Luke extends Jedi {
    function checkFather($father) {
        if ($father-]name == 'Darth Vader')
            die('NOOOOO!!');
    }
}

The Following User Says Thank You to zacthespack For This Useful Post: [ Click to Expand ]
 
robert1968
Old
#179  
Senior Member
Thanks Meter 36
Posts: 172
Join Date: Mar 2011
Default debian v2

Quote:
Originally Posted by zacthespack View Post
Indeed there are issues with debian and backtrakcs init.sh files which will be fixed in the next update you could try using the debian v2 images from source forge. An update should be soon i will likely post a update init for borh of them tomorrow to make sure the bugs are fixed
Hi,

I tried debian small V2 and it started at least, but useless slow and unreliable.
(Ubuntu 12.04 is fast and reliable...)

I'm waiting for updates. (Especially ubuntu with working audacity... if it is planned at any rate...

Regards.
Robert
 
mscion
Old
(Last edited by mscion; 22nd June 2012 at 07:49 AM.)
#180  
Senior Member
Thanks Meter 86
Posts: 265
Join Date: Jul 2011
Quote:
Originally Posted by robert1968 View Post
Hi,

I tried debian small V2 and it started at least, but useless slow and unreliable.
(Ubuntu 12.04 is fast and reliable...)

I'm waiting for updates. (Especially ubuntu with working audacity... if it is planned at any rate...

Regards.
Robert
Hi robert1968. I was wondering how you would use audacity as vnc does not transmit sound. Does it convert music files to other formats? If so that might be useful.

Thanks

EDIT: Just downloaded it to my laptop. It's pretty nice! Will try to download it to Note.

EDIT AGAIN: Got audacity to intall on G Note but not sure how to properly test yet. On thing, because of some issues I have with permissions I have to open a terminal and start audacity by doing "sudo audacity". Then the audacity GUI appears on the screen with all the choices for editing. Did you get this far?

THREAD CLOSED
Subscribe