[Q] Backtrack or Ubuntu on ACE? - Galaxy Ace S5830 General

I have been trying to run Ubuntu/debian/backtrack distros on ACE. However I have been getting a segmentation fault error for a busybox chroot command in the scripts.
There is a related thread in these forums if anyone is interested, but unfortunately no solution.
http://forum.xda-developers.com/showthread.php?t=1079898
I am just curious to see if anyone here was successful doing it and if so how. Many users have a similar problem and I have gone through lot of general suggestions given in the above thread, but none of them solved my problem. So just trying my luck here to see if anyone else is interested to get one of those distros running on ACE.

If it can make coffee when succesfull...im interested.
Cheers

progress?
Hi Sandred
Did you find out any more in the end? I had the exact same problem with my Galaxy Ace when trying to install BT5.
If you look on rumah-android.com/install-backtrack-5-linux-on-android.html it seems to show it working on an ACE but I haven't tried using debdroid yet. I'll let you know if I do ever get it working though..
Marcus

marcusdw said:
Hi Sandred
Did you find out any more in the end? I had the exact same problem with my Galaxy Ace when trying to install BT5.
If you look on rumah-android.com/install-backtrack-5-linux-on-android.html it seems to show it working on an ACE but I haven't tried using debdroid yet. I'll let you know if I do ever get it working though..
Marcus
Click to expand...
Click to collapse
Marcus,
If you are referring to second image on the above site, it is not ACE. It is Samsung Galaxy something (if you look at left corner of the image, you see a camera/sensor on front left side of the phone) which is not Ace.
Anyways I was not successful running any distribution at all. I have even tried laika linux. The problem is with busybox which itself is segment faulting. Updating to latest greatest version did not help either. I changed different kernels on our phone and it did nothing. I have tried entering all the commands one by one , everything is ok until chroot command, where it just breaks.
I do not think debdroid app will help either, though I have not yet tried it.
I have not yet given up yet, I will keep trying when ever I get time and keep this thread posted. Thanks for asking.

sandred said:
Marcus,
If you are referring to second image on the above site, it is not ACE. It is Samsung Galaxy something
Click to expand...
Click to collapse
How about "S"?

I got it working on my phone. Just follow post #94 in the link given below:
http://forum.xda-developers.com/showthread.php?t=723493&page=10

phoenix2241987 said:
I got it working on my phone. Just follow post #94 in the link given below:
http://forum.xda-developers.com/showthread.php?t=723493&page=10
Click to expand...
Click to collapse
Would it be too much to ask for a video? I'd really like to see that on ace before deciding if i'm goin' for it!
Thanks in advance!

Ubuntu working on SGA
QNBT said:
Would it be too much to ask for a video? I'd really like to see that on ace before deciding if i'm goin' for it!
Thanks in advance!
Click to expand...
Click to collapse
Here goes, a short demo. Recorded this using screencast application in droid explorer.
http://www.youtube.com/watch?v=wCesfuEXAZI

phoenix2241987 said:
Here goes, a short demo. Recorded this using screencast application in droid explorer.
http://www.youtube.com/watch?v=wCesfuEXAZI
Click to expand...
Click to collapse
Thank you! I'm sure that the recording fps is pretty low, so how smooth does it actually run on a ace?

phoenix2241987 said:
I got it working on my phone. Just follow post #94 in the link given below:
http://forum.xda-developers.com/showthread.php?t=723493&page=10
Click to expand...
Click to collapse
thanks, it's working now

phoenix2241987 said:
I got it working on my phone. Just follow post #94 in the link given below:
http://forum.xda-developers.com/showthread.php?t=723493&page=10
Click to expand...
Click to collapse
Thanks a lot phoenix2241987, I got Ubuntu working following the above link!
Except I had to change the script a little bit to make it work on mine. I am attaching the script I modified if in case somebody needs it.
(Actually only this image works, other images of backtrack and laika do not work following the same method/script)
I was able to do a tightVNC session from PC and open up a full screen desktop. Firefox is not bad either, it is fast enough to browse text based sites.
Thanks a lot!

QNBT said:
Thank you! I'm sure that the recording fps is pretty low, so how smooth does it actually run on a ace?
Click to expand...
Click to collapse
Pretty smooth, I should say.. There is a very slight lag, but that shouldn't be a problem. Btw, I'm using the supercharger script. I guess it runs smooth because of that.
And just after running the shell script, when you get the "[email protected]:" prompt, type " vncserver -geometry 480x320" . And in android vnc viewer use port 5902. This will make sure that the resolution fits your screen.
Also use input method as "Touchpad", in vnc viewer settings.
And once you have opened the GUI using vnc viewer, you can close the terminal emulator to free up ram. I found that the GUI runs smoother if you do that. You can use the vnc viewer to bring up the GUI anytime you want, until the next reboot, since ubuntu runs in the background even after you exit from the terminal emulator.
The downside is that you cannot mount your sdcard in your pc, once you have booted up ubuntu. You will have to reboot to get it connected. I guess this is because the ubuntu image is mounted on one of the loop devices manually.

sandred said:
Thanks a lot phoenix2241987, I got Ubuntu working following the above link!
Except I had to change the script a little bit to make it work on mine. I am attaching the script I modified if in case somebody needs it.
(Actually only this image works, other images of backtrack and laika do not work following the same method/script)
I was able to do a tightVNC session from PC and open up a full screen desktop. Firefox is not bad either, it is fast enough to browse text based sites.
Thanks a lot!
Click to expand...
Click to collapse
I see you have modified the loop device #. I had to do that too, since all my loop devices [dm-0 to dm-7] were already mounted upon by some other applications installed on my phone. I had to uninstall one of them, to free up the loop device [in my case, dm-7], and change the script accordingly.
It would be cool if we could get some other OS running too.. Windows, for instance . But i guess that wouldn't be possible, due to the linux architecture of android. But who knows, some day, someone might change the bootloader, and get it to boot as the native OS, instead of running it as a virtual machine.

phoenix2241987 said:
I see you have modified the loop device #. I had to do that too, since all my loop devices [dm-0 to dm-7] were already mounted upon by some other applications installed on my phone. I had to uninstall one of them, to free up the loop device [in my case, dm-7], and change the script accordingly.
It would be cool if we could get some other OS running too.. Windows, for instance . But i guess that wouldn't be possible, due to the linux architecture of android. But who knows, some day, someone might change the bootloader, and get it to boot as the native OS, instead of running it as a virtual machine.
Click to expand...
Click to collapse
maybe windows phone but not windows at least until microsoft port it to RISC with windows 8.
Sent from my GT-S5830 using XDA App

phoenix2241987 said:
Pretty smooth, I should say.. There is a very slight lag, but that shouldn't be a problem. Btw, I'm using the supercharger script. I guess it runs smooth because of that.
And just after running the shell script, when you get the "[email protected]:" prompt, type " vncserver -geometry 480x320" . And in android vnc viewer use port 5902. This will make sure that the resolution fits your screen.
Also use input method as "Touchpad", in vnc viewer settings.
And once you have opened the GUI using vnc viewer, you can close the terminal emulator to free up ram. I found that the GUI runs smoother if you do that. You can use the vnc viewer to bring up the GUI anytime you want, until the next reboot, since ubuntu runs in the background even after you exit from the terminal emulator.
The downside is that you cannot mount your sdcard in your pc, once you have booted up ubuntu. You will have to reboot to get it connected. I guess this is because the ubuntu image is mounted on one of the loop devices manually.
Click to expand...
Click to collapse
That is a pain, it would actually be "better" if we would chose to boot up as ubunto at the startup, that would be awesome.
Thanks for the info!

sandred said:
Thanks a lot phoenix2241987, I got Ubuntu working following the above link!
Except I had to change the script a little bit to make it work on mine. I am attaching the script I modified if in case somebody needs it.
Click to expand...
Click to collapse
I got it working using sandred's modded chubuntu script in combination of this method:
http://forum.xda-developers.com/show...723493&page=10
The problems that it's pretty laggy when I use it. The quality of the color is really low as well.

QNBT said:
The problems that I cant chose the reslution, how do i do that? And it's pretty laggy when I use it. Should the color be good or should it be that low quality?
Click to expand...
Click to collapse
After running the shell script, when you get the "[email protected]:" prompt, type " vncserver -geometry 480x320". I used 480x320 because its the resolution of our galaxy ace, and it fits the screen nicely. You can use any other resolution you want, just put them in place of "480x320". And in android vnc viewer use port 5902.
Regarding the color depth, I use 24 bit, and it runs smoothly. If you have lag, use lower settings, although it will reduce the quality of display. You can change the color settings on the connect screen of the vnc viewer. There is a list-box named "color format".

phoenix2241987 said:
After running the shell script, when you get the "[email protected]:" prompt, type " vncserver -geometry 480x320". I used 480x320 because its the resolution of our galaxy ace, and it fits the screen nicely. You can use any other resolution you want, just put them in place of "480x320". And in android vnc viewer use port 5902.
Regarding the color depth, I use 24 bit, and it runs smoothly. If you have lag, use lower settings, although it will reduce the quality of display. You can change the color settings on the connect screen of the vnc viewer. There is a list-box named "color format".
Click to expand...
Click to collapse
I was so eager that i exited terminal before that text showed up, but for some reason ubuntu still starts up as a bigger resolution after typing those commands. Oh and 5902 doesnt work, only 5901.
OH, nvm! It works now, gonna reboot and start over again then check if it laggs!

For some reason i can only chose "No Pan, Trackball Mouse" Since we have no trackball im unable to move the cursor. Any solution to that?
edit: stupid me, had it on fit screen so..... works now thanks for all the help!

Related

Google Android

Project has moved to this thread:-
http://forum.xda-developers.com/showthread.php?t=441999
http://forum.xda-developers.com/showthread.php?t=382265
sounds interesting - guess i have to buy a second nike - one for daily use and one for playing around with software ;-)
ducamie said:
Has anyone manged to get it running here?
Theres a thread in the Vouge forum with a bunch of guys who have it running, and this guy has it running on his Dual.
http://www.youtube.com/watch?v=bed6KIxZ6zI
Im having trouble to get it running however.
I see it being a long time before Android becomes as good as windows mobile but I believe it has the potential to be a lot better, should be good if we can get it running on our HTC devices in the future.
Click to expand...
Click to collapse
hmmm...for some reason the android in the video looks nothing like the android that google introudced on the official android page.
I have had this running on my nike, works fine, but only boots with a connection to WMDC.
If you try to run any program, it freezes.
A good start though!
Android is going to be released on a HTC phone so the clever guys on this forum should be able to port it to our phones looks well good though maybe could be competing with iphone!
like I said, I reckon it will be a long while before its going to be of any good - as it gets developed over time and applications are created and able to run like tomtom etc....
but it looks very good and very promising.
Work on my HTC Touch DUal but many problem and crash!
If you want i send you my configuration and file.
Sorry for my bad english!
Look my video http://it.youtube.com/watch?v=jGVd3j36si0
SaxMachine said:
Work on my HTC Touch DUal but many problem and crash!
If you want i send you my configuration and file.
Sorry for my bad english!
Look my video http://it.youtube.com/watch?v=jGVd3j36si0
Click to expand...
Click to collapse
Thats awesome.
Can you send me you config file please!!
ducamie said:
Thats awesome.
Can you send me you config file please!!
Click to expand...
Click to collapse
http://www.mediafire.com/?vku4myaozkt
am downloading and will give it a try ....
;-( it says booting linux ... and then devices crahes ...
same here it gets to various points in booting and crashes either half way through or at the end.
thanks anyway sax.
glad that i am not alone - am not a linux guru - checked the startup.txt.
one line is marked as ignore : #set initrd initrd.gz
the file initrd.gz is also nto present.
maybe this has something to do with it --- but again - i a totaly noob at linux and might be totaly wrong ....
Mine boots fine.
Just moved the second android folder to the device and run the haret.
But the android software are verry buggy and freeze often.
i must have tried booting it about 20 times now. it keeps crashing.
ducamie said:
i must have tried booting it about 20 times now. it keeps crashing.
Click to expand...
Click to collapse
Have you touch dual?!?! I don't understand!
SaxMachine said:
Have you touch dual?!?! I don't understand!
Click to expand...
Click to collapse
Yeah. NIKI100.
me also niki 100 .. and also crashing after 3 quarters of booting.
copied files to sd card and startet _haret-0.5.1.exe ... boot screen comes up and crashes then ....
Ummm i'ts strange i have copied my files...and i have send you!

What apps are installed on your webtop?

So i modded my Atrix with the webtop over HDMI mod and the Full Ubuntu mod. I have LXTerminal installed as well as Rdesktop, which works really well in my opinion.
My question is, what other packages have people been able to install? Would be nice if we could create a list of .deb files that were compiled for arm.
Pretty much anything in here should work: https://launchpad.net/ubuntu/jaunty/armel
agentdr8 said:
Pretty much anything in here should work: https://launchpad.net/ubuntu/jaunty/armel
Click to expand...
Click to collapse
exactly what I was looking for!
agentdr8 said:
Pretty much anything in here should work: https://launchpad.net/ubuntu/jaunty/armel
Click to expand...
Click to collapse
It's giving me an error saying the file system is read only and won't install using sudo dpkg -i.
Do I need to recompile each app from source?
I think the idea of sharing the apps you installed could be nice
Why not just install Synaptic and get whatever you want?
https://help.ubuntu.com/community/SynapticHowto
65coupei6 said:
Why not just install Synaptic and get whatever you want?
https://help.ubuntu.com/community/SynapticHowto
Click to expand...
Click to collapse
I have synaptic ( I have Ubuntu on all my other PCs since 2004) that's not a problem, as the performance is not the best and beside openoffice I would like to know what applications other find useful on webtop ...
VNC Application
If someone could suggest a decent VNC app, I'd really appreciate it.
Thanks.
wingmanjd said:
If someone could suggest a decent VNC app, I'd really appreciate it.
Thanks.
Click to expand...
Click to collapse
I use Remmina. Or you can also try RDesktop : http://forum.xda-developers.com/showthread.php?t=1161344
65coupei6 said:
I use Remmina. Or you can also try RDesktop : http://forum.xda-developers.com/showthread.php?t=1161344
Click to expand...
Click to collapse
rdesktop is RDP/ terminal services only, if I'm not mistaken. I'll take a look at Remmina. Thanks.
I ran the script but how do I launch it? Do I do webtop2sd, then run the script?
I'm not new to linux just can't seem to figure this stuff out let alone get any sort of desktop installed.
I prefer Remmina over Rdesktop because of the toolbar when in full-screen mode. It also has a gui, which I'm indifferent about.
Could somebody who installed Remmina give me a hint?
I added the Remmina deb, added the key, updated the package information, but Remmina is still not found by apt-get or synaptic.
haear said:
Could somebody who installed Remmina give me a hint?
I added the Remmina deb, added the key, updated the package information, but Remmina is still not found by apt-get or synaptic.
Click to expand...
Click to collapse
I had the same problem. I ended up using grdesktop and grdc.
Sent from my Motorola Atrix.
wingmanjd said:
I had the same problem. I ended up using grdesktop and grdc.
Sent from my Motorola Atrix.
Click to expand...
Click to collapse
+1 on grdesktop and grdc. It does both VNC and RDP, seems to work very well and is clean and simple.
I have Dosbox installed and it seems to work fine except fro sound. Any ideas on getting sound to work?
shibbybypass said:
I have Dosbox installed and it seems to work fine except fro sound. Any ideas on getting sound to work?
Click to expand...
Click to collapse
1. Try some other games. For example Eye of the Beholder, Master of Magic and Colonization run here for me with sound.
2. Remeber to adjust the games to DMA 1, Interrupt 7, A220
3. You could try following:
Install package alsa-oss in synaptic.
Start dosbox in terminal by tipping: aoss dosbox -exit
I get faults with this method, and nothing changes.... syndicate still doesnt have sound :-(
*bump*
Just wondering what apps u guys are using.
I wouldnt mind getting the newest version of libreoffice if its possible, openoffice 3 is quite old...
Can anyone let Abiword launch?
I could launch it in English language environment, but once I changed to Chinese, it won't launch.

[Q] Backtrack 5?

hey all this is most likely the wrong section so pleas move if it is, but anyway im curious about backtrack 5 on the nook color, ive seen one person got it working but im curious if it is the full gui or if there is only a command prompt version running? and how hard this would be to get running? any help would be great thanks
I would think this would work on the Nook Color as well but haven't tried it out myself.
But I think I will now...
http://forum.xda-developers.com/showthread.php?t=1074723
ltmcgill said:
I would think this would work on the Nook Color as well but haven't tried it out myself.
But I think I will now...
http://forum.xda-developers.com/showthread.php?t=1074723
Click to expand...
Click to collapse
ill try it when i get home from work forgot it today lol if you get it done let me know how it goes
Im trying it now, I had to revert from Hybrid RC1 HC on the nook to try it. Im copying the files over now. The only main issue i see is the resolution, that may be a concern, but o well im gonna give it a go
cool keep us posted, i may be dumb but i havnt seen if this is a gui or comand prompt
The image that they link to has GUI you just have to connect to it over VNC. Its the same way you can use the Ubuntu image in android.
sticknui said:
The image that they link to has GUI you just have to connect to it over VNC. Its the same way you can use the Ubuntu image in android.
Click to expand...
Click to collapse
Ahhh ic so its not standalone
Sent from my ADR6400L using XDA Premium App
im trying my best to attempt this on the NOOK, but im having issues with the 4gb issue and the other member has not been able to upload a smaller 3.3gb version. im attempting to see what i can do now
i would like native boot, not chroot.
chroot, we have got debian(more fit, BT image is large), ssh to debian can do almost anything.
altimax98 said:
im trying my best to attempt this on the NOOK, but im having issues with the 4gb issue and the other member has not been able to upload a smaller 3.3gb version. im attempting to see what i can do now
Click to expand...
Click to collapse
Dude your downloading the wrong version the version I downloaded was only 1.1gb the ARM version.
Name: BT5-GNOME-ARM.7z
Size: 1060
Flavor: GNOME
Arch: arm
Image: IMG
Download: Direct
MD5: a66bf35409f4458ee7f35a77891951eb
it unzips to over 4.9gigs. you need the files that are uploaded in the x10 thread. im copying them now to attempt first shot at it
here is the thread from my main xda page posted a few days ago. it really is quite as easy as drag and drop.
http://forum.xda-developers.com/showthread.php?t=1079898
here is a link to my post a few minutes ago. found the distro via the xda mainpage and it seems to run ok on the NC but not natively.
http://forum.xda-developers.com/showpost.php?p=13947701&postcount=128
overall its cool that it's running on the NC or most any android device - the con is that it's not native and uses vnc to localhost. it's ok to play with but really won't be of much use for any real projects. i'll try to build up on this release and use it in the field for some clients. see how far it can really go on the NC.
Im thinking about getting a Nook Colot but wanted to know if it fully runs backtrack since I need to use aircrack-ng on it. Please let me know how it worked for you guys. Thanks!

[Q] Porting handwriting recognition from Lenovo Tablet to the Flyer?

Hi,
The Lenovo Android Tablet is released. It comes with the same n-trig digitizer technology as in the Flyer. It has apps with handwriting recognition such as VisionObjects Notes and maybe DocsToGo ( 5'30": http://androidcommunity.com/lenovo-thinkpad-tablet-hands-on-video-20110719/ ) which are quite handy.
It would be wonderful if our community can extract and port those apps to the Flyer (through ROM or apk). I am not in IT so I hope that the work can be done by someone here.
Cheers.
(I don't know whether the Development Forum is a correct one to post things like this. Mod please move the thread to other forums if necessary.)
We will need a leaked rom first..
nickiberli said:
We will need a leaked rom first..
Click to expand...
Click to collapse
What he said.
Oh, and a Hex-Rays Decompiler, lol.
ikingblack said:
What he said.
Oh, and a Hex-Rays Decompiler, lol.
Click to expand...
Click to collapse
Hex-Rays decompiler?
nickiberli said:
Hex-Rays decompiler?
Click to expand...
Click to collapse
Google it. People are donating so this team called iDroid can get a Hex-Rays Decompiler to put Android on the iPhone.
Maybe this Lenovo Tablet Dump will do it?:
http://forum.xda-developers.com/showthread.php?t=1252957
Edit: I just took the notesmobile_len-oem.apk and notesmobile_len-data-de_DE.apk(for german language) from the dumb.
They installed fine on my GB 2.3.3 Flyer but once I'm starting the app it ays that this version of notes mobile is not compatible with my device.
Could someone simply check if it works on a HC flyer?
Edit2: Just removed the device check... However - it still crashes right after start - anyone who wants to try my version without device check? Maybe it is running on honeycomb.
cool software.hope can get it soon
I hope someone will do it, it seems great.
Well - like I said:
I can share the notesmobile apk to anyone who is running honeycomb on the flyer.
I eventually also removed the device check.
But since I haven't moved to honeycomb yet - I can't try. :-/
Himmig said:
Well - like I said:
I can share the notesmobile apk to anyone who is running honeycomb on the flyer.
I eventually also removed the device check.
But since I haven't moved to honeycomb yet - I can't try. :-/
Click to expand...
Click to collapse
Please, do it! A lot of people have already moved to HC
Try the following:
1. Install Notesmobile_len_oem.apk
2. Install the language pack (eg notesmobile_len-data-en_GB.apk)
3. Put the two lib files in your "system/lib" folder if possible
4. Run the notesmobile application for the first time. --> If you get a "device not supported error" continue with 5.
5. Uninstall notesmobile (keep the language pack and lib files in place)
6. Install notesmobile_len-oem-signed.apk
7. Run the notesmobile app (this version should ignore the device check)
@Himmig, got FC on process com.visionobjects.notesmobile_len
I also got the same force close.
I wanna know can man use it on GB?
Sent from my HTC Flyer P510e using xda premium
Anybody tried WritePad, and another one is PenReader? It seems to be a pretty decent handwriting recognition app. It works like a keyboard, so can be used in any app. I hope it will be even much better on the Flyer with Honeycomb.
Anybody using Flyhigh ROM has been succesful to run this application?
well the problem is the following;
1. The flyer has 2 x touch film layers which work on different voltage readings. However the main touchscreen has the ability to detect both voltges, and hence why it can trigger into notepad mode when the pen nibbles touches the screen.
2. The the application itself is designed to work on a different android framework... This would need to be modified to sense.framework as otherwise they just won't compile well together. You also have to modify the application source code to accept the pen voltages instead of fingers...
Unless you want to use fingers too? If so that is another bastard in itself to set up with the pencils interface.
I've tried with SBM to see if the pen could be modified to write with it etc, and but failed, and hence I believe we need afew development to work on this.
Sent from my HTC Flyer P510e using xda premium
update your flyer to HC and buy writepad : you won't need to port this app anymore
Are people trying to get Notes Mobile to work or the handwriting recognition text input to work? Or both?
For those still getting force closes on Notes Mobile, I monitored logcat and found that you need to push the following into /system/lib/:
libMyScriptEngine.so, libMyScriptHWR.so, and libStylusCore.so
If you're running Himmig's modified apk, then it should be fine. If you're just using the apk straight from the system dump, then build.prop needs to spoof the Lenovo Thinkpad Tablet.
I've been playing with Notes Mobile on my Flyer for a couple of days, and handwriting recognition is quite spiffy. As a note-taking app, I still like HTC Notes better since it syncs with Evernote and it's just integrated better. You could export to HTC Notes from Notes Mobile though.
I actually don't know if the handwriting IME is part of the system dump. Is it there?
Thanks for the input mate... I should have looked at logcat :-/
I'll try if it works and see if the modified apk is able to surpass the device check... however - could you post your build prop modifications?

[Q] Some questions about Ubuntu Touch :)

hi guys
1. i want to install Ubuntu touch when I'm back from my holidays. I saw lots of videos showing a nexus 4 running it and it was EXTREMLY smooth. But I only have a Galaxy Nexus. Does it run as smooth as on the nexus 4? Because I'd love that!
2. can someone give me a list or a link on what is currently working and what isn't? I could just find an individual error-list on the ubuntu-website, but not a full list. Because Ubuntu Touch looks very nice to me and I don't want to uninstall it after an hour of using it. I want to keep it on my Galaxy Nexus for a longer time. I use Ubuntu every day on my laptop and I can use the terminal to get the things i want
3. how do you get updates for ubuntu touch? can you download them via terminal or do you have to download a new zip and install it via cwm?
4. is the software center ready or is it still in development?
thanks for answering my questions and helping me! I hope i'm in the right section :laugh:
mko
mkocs said:
hi guys
1. i want to install Ubuntu touch when I'm back from my holidays. I saw lots of videos showing a nexus 4 running it and it was EXTREMLY smooth. But I only have a Galaxy Nexus. Does it run as smooth as on the nexus 4? Because I'd love that!
2. can someone give me a list or a link on what is currently working and what isn't? I could just find an individual error-list on the ubuntu-website, but not a full list. Because Ubuntu Touch looks very nice to me and I don't want to uninstall it after an hour of using it. I want to keep it on my Galaxy Nexus for a longer time. I use Ubuntu every day on my laptop and I can use the terminal to get the things i want
3. how do you get updates for ubuntu touch? can you download them via terminal or do you have to download a new zip and install it via cwm?
4. is the software center ready or is it still in development?
thanks for answering my questions and helping me! I hope i'm in the right section :laugh:
mko
Click to expand...
Click to collapse
1. I don't have a Galaxy Nexus, but I've heard the performance is still very good on it.
2. What ships mostly works, network, camera, audio, etc. We have a growing number of apps available to install via PPA too.
3. You can get most updates via apt-get upgrade on the terminal, though that will soon change when we go to a read-only system partition and Click packages. You will still need to phablet-flash to get updates to the Android parts.
4. There won't be a separate Software Center app for Ubuntu Touch, instead you will have app discovery, purchasing and installation from the Unity Dash itself via the Apps lens. This is waiting on the arrival of Click packages and the associated Scopes.
mhall119 said:
1. I don't have a Galaxy Nexus, but I've heard the performance is still very good on it.
2. What ships mostly works, network, camera, audio, etc. We have a growing number of apps available to install via PPA too.
3. You can get most updates via apt-get upgrade on the terminal, though that will soon change when we go to a read-only system partition and Click packages. You will still need to phablet-flash to get updates to the Android parts.
4. There won't be a separate Software Center app for Ubuntu Touch, instead you will have app discovery, purchasing and installation from the Unity Dash itself via the Apps lens. This is waiting on the arrival of Click packages and the associated Scopes.
Click to expand...
Click to collapse
Thank you very much! It makes me happy to read that. I was fascinated by how far they came in such a short time and how fast the system grows to a perfect OS. I'll give it a try when I'm back
2. Network? 3G-Data too? I heard it doesn't work yet.
3. Read-only system partition? Does this mean i can't do EVERYTHING i want with the terminal like i can on my laptop? But maybe it's better.
I imagine a guy buying an Ubuntu-Phone, playing around with the terminal and deleting everything with a single command :laugh:
4. So this means: If I have internet-connection, i can simply search for the app i want and it will find it? like in the dash on the desktop? that's a nice idea! I just expected a software-center because I saw a guy on youtube developing it.
But I found some more questions for you :
I heard, that the twitter-app was cancelled because of twitter. Can I still download it somewhere or do I have to wait until they make a new one?
Do some Apps like GMail work?
And the most important question:
Where can I follow the development-process? I already joined "Ubuntu App Developers"-Community on G+, but they only post about apps.
Thank you very much for answering my questions!
mkocs said:
Thank you very much! It makes me happy to read that. I was fascinated by how far they came in such a short time and how fast the system grows to a perfect OS. I'll give it a try when I'm back
2. Network? 3G-Data too? I heard it doesn't work yet.
3. Read-only system partition? Does this mean i can't do EVERYTHING i want with the terminal like i can on my laptop? But maybe it's better.
I imagine a guy buying an Ubuntu-Phone, playing around with the terminal and deleting everything with a single command :laugh:
4. So this means: If I have internet-connection, i can simply search for the app i want and it will find it? like in the dash on the desktop? that's a nice idea! I just expected a software-center because I saw a guy on youtube developing it.
But I found some more questions for you :
I heard, that the twitter-app was cancelled because of twitter. Can I still download it somewhere or do I have to wait until they make a new one?
Do some Apps like GMail work?
And the most important question:
Where can I follow the development-process? I already joined "Ubuntu App Developers"-Community on G+, but they only post about apps.
Thank you very much for answering my questions!
Click to expand...
Click to collapse
2. mobile data works on the Galaxy Nexus and Nexus 4, I don't know about any other phones.
3. Read-only system partition will be the default, Click packages will install into a read-write user space. Enabling developer mode will set the system partition to read-write as well and give you apt again.
4. Yup, whether it's installed or not, on the phone or on the desktop, you can always find your apps in the Dash.
5. I don't think there was ever any code written for the twitter app, but you can bzr branch lp:ubuntu-twitter-app (same with lp:ubuntu-facebook-app). We still ship the Twitter webapp in the default device image, and that's the one Twitter wanted people to use.
6. The GMail webapp works, yes.
7. Come hang out in #ubuntu-app-devel and #ubuntu-touch on Freenode IRC. Last week, this week and next week we're picking one app per day to focus on with new contributors, so it's a great time to get involved: http://developer.ubuntu.com/2013/07/announcing-the-ubuntu-core-apps-hack-days/
---------- Post added at 06:42 PM ---------- Previous post was at 06:40 PM ----------
And of course I should mention that if you happen to be at the XDA Developers Conference in Miami next month, I'll be there running a workshop on developing Ubuntu Touch applications and will be happy to answer any and all questions.
mhall119 said:
2. mobile data works on the Galaxy Nexus and Nexus 4, I don't know about any other phones.
3. Read-only system partition will be the default, Click packages will install into a read-write user space. Enabling developer mode will set the system partition to read-write as well and give you apt again.
4. Yup, whether it's installed or not, on the phone or on the desktop, you can always find your apps in the Dash.
5. I don't think there was ever any code written for the twitter app, but you can bzr branch lp:ubuntu-twitter-app (same with lp:ubuntu-facebook-app). We still ship the Twitter webapp in the default device image, and that's the one Twitter wanted people to use.
6. The GMail webapp works, yes.
7. Come hang out in #ubuntu-app-devel and #ubuntu-touch on Freenode IRC. Last week, this week and next week we're picking one app per day to focus on with new contributors, so it's a great time to get involved
---------- Post added at 06:42 PM ---------- Previous post was at 06:40 PM ----------
[/COLOR]And of course I should mention that if you happen to be at the XDA Developers Conference in Miami next month, I'll be there running a workshop on developing Ubuntu Touch applications and will be happy to answer any and all questions.
Click to expand...
Click to collapse
5. i tried to download it on my laptop via terminal. it worked, but when i opened it, nothing was there just a Label saying "Twitter". You were right.
6. Are all apps gonna be webapps? Or is it just because it's not released yet? Because these Webapps are horrible! All of them.
7. Thank You very much! I'll follow the hackdays

Categories

Resources