Ubuntu on a few weeks. Need tips. - Off-topic

So, I am planning to install Ubuntu to run it alongside Win 7. The PC is broken now, but will be fixed in about 2 weeks. I have some questions about it, will have a lot of other when I install it, and will need tips and tricks for it.
So, I have a 1TB HD that, have 2 partitions: a 800 Gb for almot everything, and a 200 Gb partition that have most of my family personal files (music, videos, documents, photos and some other random files).
So, first question is: I want to partition my 1 TB HD so I have a good space for Windows (and programs), a good space for Ubuntu and the rest for files. How I should partition it? I can make a backup of everything, except Windows itself, but if I can keep everything on it's place, the better it is.
Second, how dual boot works exactly? After the PC boots, it will ask which OS I want or it will boot with a default OS and I have to do something to boot on the other one?
Third, as I Android phone owner, I need to set up everything for do Android things (ADB and related), PC Companion and Sony Update Service (Sony Mobile things). What I should do?
Forth, as Windows is the most used OS, almost everything is optimized to it. For programs, how it install things? Just like Windows (a .exe file for Ubuntu) or there is something like a store, where I just choose what to download, and then it do the job by itself. Or a mix from both? (just like Android, Market and .apk files).
Fifth, I saw there a lot of themes for it. How they work for a user? There is someway to quickly switch between them or something like that?
Sixth, coming from a 15 years experience with Windows, and 1 year from Android, I will get easily lot on it?
I think it's everything by now. As I said, when I install it, I will have a lot more of thing I don't know, so I come here again.
Thanks in advance, Felipe

I'm in a similar situation. ~15 years on Windows, power user / basically a MCSE without the certification. I've dabbled w/ linux over the years but never made the transition. I decided I wanted to dual boot vista and ubuntu. So far, it's going pretty smoothly. At first, it was difficult to configure things the way I like, but here's what I've done:
Although I liked Unity fine, I run Cinnamon instead of Unity. It's a bit more windows-like without being KDE (which I didn't care for). I installed a few tools, one is called Tweak, and the other is called Compiz Config Manager. These let you modify things a bit easier.
---------- Post added at 02:15 AM ---------- Previous post was at 02:06 AM ----------
I suppose I should have tried to answer a few of your specific questions, too.
Felimenta97 said:
How I should partition it?
Click to expand...
Click to collapse
I'm sure some expert will chime in too, but for me, just to explore Ubuntu, I installed it from inside of Windows. (So windows is "host", whatever that means). My Ubuntu boot can see all my windows files. I think I allocated about 20-30 gigs of HDD space for Ubuntu.
Felimenta97 said:
Second, how dual boot works exactly?
Click to expand...
Click to collapse
After the BIOS screen, you get a screen that lets you select which OS to boot to, Windows or Ubuntu. You can probably set the default for after timeout.
Felimenta97 said:
What I should do?
Click to expand...
Click to collapse
I don't really do any android dev so I didn't install the SDK yet. The other stuff, presuming those programs have a linux counterpart, you should be okay. Just google how to install in ubuntu from source.
Felimenta97 said:
Forth, as Windows is the most used OS, almost everything is optimized to it. For programs, how it install things? Just like Windows (a .exe file for Ubuntu) or there is something like a store, where I just choose what to download, and then it do the job by itself. Or a mix from both? (just like Android, Market and .apk files).
Click to expand...
Click to collapse
There is a ubuntu software center now that is similar to the Android Market, makes it pretty easy. You can also use the command apt-get install to install things from the command line. (generally you can google for it, like google for "apt-get install google music manager" and someone will have posted the answer in a forum. Be prepared to do a lot of this kind of discovery to get yourself up and running.
Felimenta97 said:
Fifth, I saw there a lot of themes for it. How they work for a user? There is someway to quickly switch between them or something like that?
Click to expand...
Click to collapse
Your desktop manager (I use Cinnamon) will probably have different themes available. I haven't messed with that too much, but those two programs I mentioned previously will help you customize the visual experience.
Felimenta97 said:
Sixth, coming from a 15 years experience with Windows, and 1 year from Android, I will get easily lot on it?
Click to expand...
Click to collapse
If you're willing to put the effort in at the beginning, it's not that hard. Google is your friend.
---------- Post added at 02:22 AM ---------- Previous post was at 02:15 AM ----------
Oh, I also found the #ubuntu-beginners IRC room on freenode to be helpful, but sometimes you have to ask your question and wait around a while before anyone is there to answer.

Just use wubi (windows ubuntu installer)
it partions and sets up dual boot perfectly. But one suggestion, I think you should wait for the Ubuntu 12.04 release to be finished. It is currently in a final beta but it will release later this month
Link to wubi : http://www.ubuntu.com/download/ubuntu/windows-installer
Sent from my Kindle Fire using Tapatalk

shravbits said:
Just use wubi (windows ubuntu installer)
Click to expand...
Click to collapse
Yes, that was the name of the thing I used,wubi. Very straightforward.
As for waiting for the new Ubuntu... too late for me, but might be a good idea if the release date is in the near future.

Oh, and another thing: How updates works?

Felimenta97 said:
Oh, and another thing: How updates works?
Click to expand...
Click to collapse
There is an update manager that seems to run in the background, it pops up for me from time to time when some software needs to be updated.
You can also do apt-get update. Google for this: "The Debian GNU/Linux FAQ
Chapter 9 - Keeping your Debian system up-to-date" That will take you to a good info page about it.

kindlezeb said:
There is an update manager that seems to run in the background, it pops up for me from time to time when some software needs to be updated.
You can also do apt-get update. Google for this: "The Debian GNU/Linux FAQ
Chapter 9 - Keeping your Debian system up-to-date" That will take you to a good info page about it.
Click to expand...
Click to collapse
No. I mean, on a big update (11.10 to 12.04), it's like a Windows Update Service, that may require a reboot, but will keep the system there?

Forth, as Windows is the most used OS, almost everything is optimized to it. For programs, how it install things? Just like Windows (a .exe file for Ubuntu) or there is something like a store, where I just choose what to download, and then it do the job by itself. Or a mix from both? (just like Android, Market and .apk files).
Click to expand...
Click to collapse
You have several ways of doing this.
1. You can go to the Software Center. That's like the Market/Play Store on your Android device. Search or find what you want and click install. You will not find everything since Ubuntu/Linux depends on sources. The Software Center does have the Ubuntu source and that's about it. You can add more if you want to.
2. You can use the Terminal.
"Sudo apt-get install (enter package name here)", so if you want to install Opera (which will already be in the Ubuntu app source i believe) then type "sudo apt-get install opera". That's it.
If you want to remove it (or another app) then type "sudo apt-get purge opera", and if you want to remove all of the app content then you type "sudo apt-get autoremove opera" (after purge). You can also do this with one command, and that would look something like this: "sudo apt-get purge opera -y && sudo apt-get autoremove opera -y".
3. You can use Synaptics (not installed by default anymore). With Synaptics you'll get a list and a more advanced approch to app installations. You can sort by date, size, versions, packages that's missing, broken packages and many more.
I will personally recommend you using the Software Center for app installation, but the terminal is really great to do things fast. But it takes some learning so just start by remembering some easy commands like how to install and remove apps.

I would answer your questions, but I have to get up early in the morning. For now, see this. http://www.psychocats.net/ubuntu/ I will try to help you tomorrow.

Related

[DISCUSSION/TESTING] Ubuntu Linux on Blackstone

Hi men.
Let's talk here about running Ubuntu on our blackstones.
Right now we can boot Ubuntu arm on our blackstones, based on the 'omnibuntu' files. it seems to work well but screen calibration is still difficult...
you can find useful links on the last pages of the android thread (i'm on my blackstone right now and it's difficult to copy and paste all the links) but let's leave the android thread for android...
let's see how far we can get from now
FIRST I WANT TO SAY BIG THANKS FOR THOSE WHO HAD MADE GREAT WORK TO BUILD BLACKSTONE LINUX KERNEL!
WITHOUT IT THIS TREE IS NOT TO BE POSSIBLE.
Here is lidle howto because make lidle bit sense to boot ubuntu.
1.First you have to make partitions to your memory card.(WARNING!!!!!! IF YOU DONT KNOW WHAT YOU ARE DOING YOU MAY LOSE YOUR DATA)
-start ubuntu live cd 9.04 in your pc wich you find here:http://releases.ubuntu.com/9.04/ (I think that everyone can burn iso image to cd, but if not just ask)
-in your blackstone go Start-Settings-Connections-USB to PC and select Disk Drive (If you want use activesync you have to change it back to ActiveSync)
-connect your blackstone to pc and make partitions with those instructions witch found here:http://linuxomnia.sourceforge.net/Howto.pdf
2.Second you have to put ubuntu files write places.
-download attachs (fatfiles.zip) and extract to first partition
-download omniubuntu-rootfs.tar.gz here:http://sourceforge.net/projects/linuxomnia/files/ and extract it and put files to second partition
3.Boot.
-in blackstone filemanager go to storage card and start haret
-select run and ubuntu will boot
-as fast as you can, move the keyboard lidle bit down because until you can`t calibrate the screen
-when it seems to stop buuting is time calibrate screen
-tap first up left to screen and move up the cross and let off, next make same up right, down right, down left and middle of the screen
This is how i get it works(First i only tap the screen.Second tap i let and hold stylus on the sceen and move it up the cross.In the same way i do to top right....ec.)
-one more tap and that is it
AND AS USUALLY ALWAYS IT IS YOUR OWN RESPONSIBILITY IF SOMETHING GOES WRONG!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Start debian installer
You can run debian install by downloading one iso from:http://cdimage.debian.org/debian-cd/5.0.3/arm/iso-cd/ and extract it to second partition wich is ext2 and put attachs and initrd.gz in first partition wich is fat.Initrrd.gz you will find here:http://people.debian.org/~joeyh/d-i/armel/images/daily/versatile/netboot/
Also put vmlinuz in second ext2 partition and after all boot installation with haret.I am not yet finished installation.
You can extract iso file with 7zip.
You have nearly 400 views and only 2 replies. I feel that if you are going to keep this thread alive and vibrant with lots of posts you need to layout exactly what it is you are doing because a large number of people have no idea what this is all about and why they should get involved.
Then give very detailed and straight forward instruction on how to install such software, but make the instruction idiot proof.
Consider a description or screenshots to help people grasp your concept.
Thanks and good luck as whatever it is you are doing sounds interesting.
hi sakkeus.
very interesting, thanks!
a couple of questions:
-which initrd were you using with ubuntu?
-can we use the same ubuntu partitions to run debian?
thanks!
let's keep trying and testing
Heefy said:
You have nearly 400 views and only 2 replies. I feel that if you are going to keep this thread alive and vibrant with lots of posts you need to layout exactly what it is you are doing because a large number of people have no idea what this is all about and why they should get involved.
Then give very detailed and straight forward instruction on how to install such software, but make the instruction idiot proof.
Consider a description or screenshots to help people grasp your concept.
Thanks and good luck as whatever it is you are doing sounds interesting.
Click to expand...
Click to collapse
I am myself still checkin out how to use linux in blackstone.
I will make sense instructions abaut what i get out, but it takes lidle time.
kingofslide54 said:
hi sakkeus.
very interesting, thanks!
a couple of questions:
-which initrd were you using with ubuntu?
-can we use the same ubuntu partitions to run debian?
thanks!
let's keep trying and testing
Click to expand...
Click to collapse
None initrd to fat partition.All system files are in second ext2 partition except zimage default.txt and haret.
I think that debian installation needs more room in ext2, but otherwise same parts.
sakkeus11 said:
None initrd to fat partition.All system files are in second ext2 partition except zimage default.txt and haret.
Click to expand...
Click to collapse
thanks, sakkeus, but when I try to launch ubuntu using your default, haret says 'couldnt find initrd'. when I remove the initrd line from the default, ubuntu boots well (excepting the screen calibration) so I think ext2 files are ok.that's why I asked.
if it works it would be interesting to see if anyone can get Maemo to work on the hd it's the same os used on the Nokia N900 and heavily based on Linux
yes, Heefy is right!
everything sounds interesting,but i know just a little about linux.
can u explain us?
thanx
3lixir said:
if it works it would be interesting to see if anyone can get Maemo to work on the hd it's the same os used on the Nokia N900 and heavily based on Linux
Click to expand...
Click to collapse
That would be very nice!!
Ubuntu MID
Hi, sakkeus.
What do you thing about trying ubuntu MID edition?
Pics here:
http://www.ubuntu.com/products/mobile
It is distributed as an image file, but if you know how to install it (and which image would be the best) I can give it a try.
Images here:
http://cdimage.ubuntu.com/mobile/releases/hardy/
kingofslide54 said:
thanks, sakkeus, but when I try to launch ubuntu using your default, haret says 'couldnt find initrd'. when I remove the initrd line from the default, ubuntu boots well (excepting the screen calibration) so I think ext2 files are ok.that's why I asked.
Click to expand...
Click to collapse
Did you really get fat files from this thread second post because i just chek the default text wich is there and there in no initrd.
I think you should redownload fatfiles from second post.
kingofslide54 said:
Hi, sakkeus.
What do you thing about trying ubuntu MID edition?
Pics here:
http://www.ubuntu.com/products/mobile
It is distributed as an image file, but if you know how to install it (and which image would be the best) I can give it a try.
Images here:
http://cdimage.ubuntu.com/mobile/releases/hardy/
Click to expand...
Click to collapse
Yeah!....................
wow!
amazing!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
sakkeus11 said:
Did you really get fat files from this thread second post because i just chek the default text wich is there and there in no initrd.
I think you should redownload fatfiles from second post.
Click to expand...
Click to collapse
You're right... can't understand why, coz I downloaded the files from the phone itself and overwrote everything... I'll try again.
sakkeus11 said:
Yeah!....................
Click to expand...
Click to collapse
Yeah!!!!!
I found it looking for a good on-screen keyboard, wondering if I should code one... but this looks better
Found something than can be useful.
Once in the ubuntu desktop, if you press 'ctrl+alt+del', go to console mode and type 'exit', you go back to the calibration screen.
kingofslide54 said:
Found something than can be useful.
Once in the ubuntu desktop, if you press 'ctrl+alt+del', go to console mode and type 'exit', you go back to the calibration screen.
Click to expand...
Click to collapse
This would be useful because it maybe not go well first time.
sakkeus11 said:
This would be useful because it maybe not go well first time.
Click to expand...
Click to collapse
Well, in fact, I wasn't able to get it well till now but I'll keep trying
kingofslide54 said:
Hi, sakkeus.
What do you thing about trying ubuntu MID edition?
Pics here:
http://www.ubuntu.com/products/mobile
It is distributed as an image file, but if you know how to install it (and which image would be the best) I can give it a try.
Images here:
http://cdimage.ubuntu.com/mobile/releases/hardy/
Click to expand...
Click to collapse
I have been tried install ubuntu MID edition, but as like debian it not found install files because there is no internet connection.Needed get internet connection works or some how load install files from storage.

[APP] SuperWipe for Mac [ALPHA]

Ok so here's this application that I made in Automator for myself and I figured that if anyone wants it, it's here. This is a Mac OS X only app. What does this app do? It wipes the data and dalvik cache on the phone twice. It is quite quick and easy. What will you need to do to your Mac before running this application? You simply need to add adb to the .bash_profile path settings. (This means that from anywhere in terminal, you can type adb and run adb.) Then just put your phone into recovery mode and run this app. This is an alpha build as I have not tried it on my own phone yet. However it should work as I've coded it and it has NO potential to brick the phone
Download Here!
EDIT: Currently the program is not working, I will make a new one and upload ASAP.
CPCookieMan said:
Ok so here's this application that I made in Automator for myself and I figured that if anyone wants it, it's here. This is a Mac OS X only app. What does this app do? It wipes the data and dalvik cache on the phone twice. It is quite quick and easy. What will you need to do to your Mac before running this application? You simply need to add adb to the .bash_profile path settings. (This means that from anywhere in terminal, you can type adb and run adb.) Then just put your phone into recovery mode and run this app. This is an alpha build as I have not tried it on my own phone yet. However it should work as I've coded it and it has NO potential to brick the phone
Download Here!
EDIT: Currently the program is not working, I will make a new one and upload ASAP.
Click to expand...
Click to collapse
Nice job CP... with a little editing, could I get this to work on Linux?
workshed said:
Nice job CP... with a little editing, could I get this to work on Linux?
Click to expand...
Click to collapse
Hmmm, thats a good question. (I'm just hopping in with what I know, so OP feel free to correct me if I'm wrong, which I probably am.)
From what I know, Automator is basically a workflow creation/utilization program. Do most Linux distros come packaged with anything like that, or does one exist?
This might be an alternative:
"GNU Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did."
http://askubuntu.com/questions/343/alternative-for-mac-os-x-automator

[Q] HELP ASAP!!!!!!!!About to Wipe Laptop...Help Setting Up for Development!

So far this is what I plan to do:
- Backup all Win7 Files to Linux Mint Parition
- Reboot and Re-Install Win7 on its partition
- Boot into Win7 and setup an user account
- Reboot into Linux Mint
- Move backed up files to Win7
- Reboot into Win7
- Go into Computer Management and Wipe Linux Mint Partition
- Resize the partitions
- Reboot into Ubuntu 10.04 DVD
- Install Ubuntu on free space
- Boot into Ubuntu for first time
- Set grub2 for windows 7 default OS
- Boot into Win7 and begin setup for android development:
Windows 7:
- Install android sdk by placing the extracted folder on the root of my C: drive
- then i'm going to launch the sdk.exe and install all the available packages (may take 30 minutes or so on my 6mb wifi connection)
- then after that i'm going to install java jdk 1.6
- then i'm going to create a new user variable in the enviroment variables that will have the path to C:\androidsdk\platform-tools;C:\Program Files\java\jdk1.6xx\bin and name it android
- then after that i'm going to install eclipse and set it up by changing the path to the location of androidsdk on my c drive
- i'm also going to download ppcgeeks apk signer.exe and install that for easy signatures
- then i'm going to download some other tools (HxD, notepad++, apk manager v4.8, etc.)
- once i upzip them to a directory probably C:\users\kifno\heroc\tools or install the .exe file i'm going to launch apk manager
- after that i'm going to try and decompile/compile apk files (which i should be able to after a fresh wipe)
so the whole point of this is to be able to decompile/compile apk files without errors
Ubuntu:
- download java jdk and install it through terminal
- then i'm going to download apk tool
- after wards i'm going to try and decompile apk files and recompile them
So my main question is, is anything i'm doing in the set up process going to prevent me from being able to use apktool via apktool itself or apk manager, for decompiling/compiling apk files? I want to make sure I'm not doing something wrong before I get back into setting my system up for developing and scripting and theming again (for themes all it takes is smali, photoshop, and androidsdk for me ...okay maybe a few other programs too along with my imagination )
Hopefully my setup for being able to use apktool isn't screwing anything up
Also I'll be using windows 7 64x ultimate and 32 bit java/eclipse ide for java developers/and all other things related to android development so that i won't run into any problmes hopefully
i just wanted to get your opinion on if my setup process (even though i barely wrote it all as to what i do) was correct
also if you have any suggestions on other android development tools i should use please do tell. you never know that may just help me do something great because of that small suggestion (for example i switched from notepadd to notepad++ because of someone and i haven't stopped using it since...this was back in my noob days XD)
I'm confused
If you're using Win7 for development (eclipse, theming, etc.) what are you using a linux partition for? What I mean by that is, why are you using it for apk tools, when you already have it on Win7. If you're only using linux for de/compiling apks, kinda seems like an inconvenience. But maybe I'm misunderstanding what you posted.
As for what you plan on doing, looks like it should be fine. You have the right idea about installing Win7 first and then ubuntu since the opposite would write over the MBR. And I'm assuming you know how to edit GRUB2 since you wrote you are going to change it, so that shouldn't be a problem either.
Edit2: Dont forget to do this after you change grub2 (assuming you have the sudo package installed and have run visudo to add users to the list - if you are logged in as root, you dont need to type sudo)
Code:
sudo update-grub
Most tool recommendations I can think of you already put down (HxD, np++, smali, apk manager 4.9)
Only others you might want are: AVABoxV2 and 7zip. along with using Monkey when you test applications (if you're developing)
Personally... I would dev on linux, but to each his own haha.
Edit: just noticed this. I was wondering which partitions specifically are you changing?
Sent from my Android using Tapatalk
kyouko said:
I'm confused
If you're using Win7 for development (eclipse, theming, etc.) what are you using a linux partition for? What I mean by that is, why are you using it for apk tools, when you already have it on Win7. If you're only using linux for de/compiling apks, kinda seems like an inconvenience. But maybe I'm misunderstanding what you posted.
As for what you plan on doing, looks like it should be fine. You have the right idea about installing Win7 first and then ubuntu since the opposite would write over the MBR. And I'm assuming you know how to edit GRUB2 since you wrote you are going to change it, so that shouldn't be a problem either.
Edit2: Dont forget to do this after you change grub2 (assuming you have the sudo package installed and have run visudo to add users to the list - if you are logged in as root, you dont need to type sudo)
Code:
sudo update-grub
Most tool recommendations I can think of you already put down (HxD, np++, smali, apk manager 4.9)
Only others you might want are: AVABoxV2 and 7zip. along with using Monkey when you test applications (if you're developing)
Personally... I would dev on linux, but to each his own haha.
Edit: just noticed this. I was wondering which partitions specifically are you changing?
Sent from my Android using Tapatalk
Click to expand...
Click to collapse
I have those I just didn't list them but thanks for the re assurance And yeah I do dev on linux just I use windows 7 for themeing and linux for developing apps (which i'm learning how to do ) and for developing my roms. I'm on linux right now (YAY FOR UBUNTU )
Ahh gotcha
I agree theming on windows is the way to go.
If only I could get cs4 photoshop to work on Arch, or any linux for that matter
last time I tried it didn't work out too well haha
Sent from my Android using Tapatalk
same which is the only reason i theme on windows
wow..so deep man...

[webtop] webtop2sd discussion (currently version 2.0.1)

Note: Please keep this thread restricted to Atrix-specific and general issues. Threads for other devices are referenced at the top of the main webtop2sd thread.
Discuss webtop2sd here (the other thread will be kept clean for announcements, FAQs, etc.).
Before you report an issue:
Make sure it's not on the Known Issues list first!.
Basic debugging, since these are going to be questions I ask anyways:
If you hit problems with the Android webtop2sd application, you'll need to tell me the error, and give me the last few lines of adb logcat. Run this adb command, which will filter out most of the unimportant lines:
adb logcat ActivityManager:i AndroidRuntime:i webtop2sd:i *:s
Are you actually booting from your SD card? You can find this out by checking the Diagnostics tab in webtop2sd, under "Currently mounted webtops". If mmcblk1p12 isn't listed, you're not booted from your SD card. If this is the case, report what ROM you're running from.
Is the webtop configurator application showing, but not running successfully? If so, plug your device into your dock and run a terminal (either locally or adbWireless + adb shell) and run the following:
su
/usr/bin/sudo -H -u adas bash
export DISPLAY=:0
python /usr/local/bin/webtop-configurator.pyc
I'll need whatever output shows up.
great! thanks for making it so much easier.
haven't actually tested it b/c i sort of figured out how to do that a few days back, but still need to manually install it.
maybe i'll test your app next time i decide to reinstall my ubuntu.
btw, which script are you using to mount /osh? for me only /data/logging.sh works (it's safer anyway).
I suspect that what I'm doing isn't rocket science by any means. But, what I do seem to be pretty good at is packaging semi-complex things up for people into a manageable form with a fairly solid level of reliability. You couldn't imagine the things I'm happy that I managed to accomplish with this app, because they're so... quirky.
Anyways, I've been using /system/bin/mountosh since the beginning. I need to tweak the copy I'm using right now, since my goals have expanded beyond what I initially wrote it for. On the other hand, it'll mean that I can separate out my "personal" Ubuntu versus my "debugging" one, and that should be quite helpful.
These advances with linux customization in webtop have turned me on to Ubuntu in general. I just dumped windows xp on my desktop server and now run ubuntu super OS and studio. This takes a phone to a new level. Thanks OP!
i would love to try this out but i'm on a mac.. can you partition through disk utility?
I would complain that you beat me to it, my initial post here, except it looks like what you created is way more advanced and polished than anything I could do.
I will check it out right now. Oops, i see it is only a shell at the moment. Well I am very eager to try it.
A few questions then:
1. I assume this is similar to your last mod, in that you have just moved the Motorola environment onto the SD card, no chroot or other tricks?
2. Is the dependency problem better? Are we able to replace the motorola packages?
3. Are we still stuck with jaunty or is there a possibility to upgrade to a supported version of ubuntu?
I know this might seem like a useless question (installing regardless), but your previous work was based off the 1.5.7 firmware, would this app be supported/functional on the current 1.8.3 firmware?
Oh, and...
Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! XD
-djazin
Yes I believe the most important questions here are:
1 - which version will it work for? .83? .57? or just up to .52?
2 - If the Ubuntu version could be upgraded to, say, 11? Probably not, but hey...
Regardless, your work is the only reason why I'm buying myself a lapdock and replacing my netbook, so thank you very much for this hobby of yours =)
Looks great, thanks for the hard work
Sweet!! I just bought a 32 GB card the other day. Happy Fathers day to me.
Looks like no sleep week.
n1ckr0th said:
i would love to try this out but i'm on a mac.. can you partition through disk utility?
Click to expand...
Click to collapse
Possibly; I'm not sure. At least one person I talked to said that it should be possible via command line utilities, but I'm not the best person to ask about this particular issue, not having convenient access to Mac OS X...
krkeegan said:
I would complain that you beat me to it, my initial post here, except it looks like what you created is way more advanced and polished than anything I could do.
I will check it out right now. Oops, i see it is only a shell at the moment. Well I am very eager to try it.
A few questions then:
1. I assume this is similar to your last mod, in that you have just moved the Motorola environment onto the SD card, no chroot or other tricks?
2. Is the dependency problem better? Are we able to replace the motorola packages?
3. Are we still stuck with jaunty or is there a possibility to upgrade to a supported version of ubuntu?
Click to expand...
Click to collapse
Heh. I've actually been planning this for over a month, after some pointers from eval- - I had a rough version running, but I wanted to make something that users would be able to take advantage of easily. Oddly, it's the UI that's been the difficult part - actually having it do stuff is (relatively speaking) the easy part.
1. Yes, this is moving the Motorola environment to the SD card. Nothing special otherwise.
2. Not really - nothing's changed on that front. I'll be tweaking some of the package states on the filesystem to make upgrades less liable to completely blow up, but if we want to keep some of the niceties that Motorola added, I'll need to port those changes forward (which I have no particular problem with doing).
3. We're stuck with Jaunty for now. Unfortunately, it looks like information I had previously in regards to a version upgrade for Ubuntu don't apply to our phone, so I'll likely start working on an upgrade to 10.04 LTS after this stabilizes.
Djazin said:
I know this might seem like a useless question (installing regardless), but your previous work was based off the 1.5.7 firmware, would this app be supported/functional on the current 1.8.3 firmware?
Click to expand...
Click to collapse
Viamonte said:
Yes I believe the most important questions here are:
1 - which version will it work for? .83? .57? or just up to .52?
2 - If the Ubuntu version could be upgraded to, say, 11? Probably not, but hey...
Click to expand...
Click to collapse
This is the fun part. Since this is an Android application and not a script, this part should work with any version. I'm currently running 4.1.57 on my phone (I never did get around to upgrading), but once I verify it works there properly, I'll be upgrading to 4.1.83 and testing there as well. There are no issues that I'm aware of that would prevent this first application from running, and the second application (the Python/Gtk one I have planned) should be able to handle any differences between the various ROMs out there.
And the Ubuntu version upgrade question, I answered just above this.
everything is greyed out when i try to use the app..
Epic Sogarth
The ui looks nice though can't wait to test it on 1.8.3 been on 1.5.7 with v2 awhile now updated to 1.8.3 installed the app played with the setting everything looks sweet cant wait for the go ahead XD wouldnt mind testing anything.
-Djazin
dicksteele said:
Sweet!! I just bought a 32 GB card the other day. Happy Fathers day to me.
Looks like no sleep week.
Click to expand...
Click to collapse
32g class 10 has proven to fail on the atrix
it corrupts. Lets hope you didn't spend the extra money for the class 10
n1ckr0th said:
everything is greyed out when i try to use the app..
Click to expand...
Click to collapse
Greyed out? I know that the "Go!" and "Uninstall" buttons tell you that it's not implemented yet, but nothing should be grayed out?
PAulyhoffman said:
32g class 10 has proven to fail on the atrix
it corrupts. Lets hope you didn't spend the extra money for the class 10
Click to expand...
Click to collapse
That's good to know. Luckily they were out of 10's, and I got a four. Already formatted 16 GB fat32 the rest ext3.
Sogarth said:
Greyed out? I know that the "Go!" and "Uninstall" buttons tell you that it's not implemented yet, but nothing should be grayed out?
Click to expand...
Click to collapse
Now that I really look at it mine is also. So I'm guessing that's due to 1.83, or GladiAtrix. That's what I'm using.
I'll post a screenshot if you need.
I could go to stock 1.57 upgrade to 1.83 but not until tomorrow night
Thanks for the answers, Sogarth. And congratulations on your gift man, because your sum of intelligence and dedication sure is one. I'll be installing this on my Atrix as soon as it has been stabilized (and, well, actually made useful xD)
I am on Gingerblur 4.5 only things greyed out are Partitioning section, both 'Device to partition' and 'Webtop partition size' items if "Partition ext. storage" is not selected. Also under "Locations" 'Delete filesystem file' is grey if 'Source webtop' is set to 'internal storage'.
All of these being grey makes sense if you read what they are doing......
_Dennis_ said:
I am on Gingerblur 4.5 only things greyed out are Partitioning section, both 'Device to partition' and 'Webtop partition size' items if "Partition ext. storage" is not selected. Also under "Locations" 'Delete filesystem file' is grey if 'Source webtop' is set to 'internal storage'.
All of these being grey makes sense if you read what they are doing......
Click to expand...
Click to collapse
Unchecking the Partition ext. storage option "ungreyed" the Locations options and Advanced options. Didn't think about doing that since that was one of the goals of this app.
Since I manually partitioned already I should have thought of that.

[Linux]How to install Android Studio (without pulling hair out)[Q]

Howdy folks,
Usually fairly computer-literate. Thought I'd do the "native" thing and develop for android using Linux. Windows 7-10 daily driver but i thought why not do the nerdy thing and use linux. that's the guts of android after all.
Anyhoo. If anyone's downloaded the linux version of android studio you'd notice it puts you right away into the android sdk manager to complete the installation and you have to choose to install platform-tools and the api. ok. done.
How now do I start this program?? There is not a corresponding .android bash script to run for the sdk itself, it's just the manager!! How do you start the IDE??
Please, many sorries that i am retarded. ... but it's baffling how there's no instructions from google... they just point you to the sdk manager and explain nothing else. They didn't even sign their ssl certs so you can't use sdk manager unless you dive into its settings to force http. wtf?? is google dropping the ball on this? how do you deploy something so terribly? and what's with the unsigned certs? did the intern fall asleep at his job??
bananapeal said:
How now do I start this program?? There is not a corresponding .android bash script to run for the sdk itself, it's just the manager!! How do you start the IDE??
Click to expand...
Click to collapse
So, I guess you have downloaded the studio from
Code:
developer.android.com/sdk/installing/index.html?pkg=studio
After extracting you can launch IDE by going to android-studio/bin/ and writing ./studio.sh
And this information is straight from their page.
thanks... i ... i saw later...
when you click on first link on thier page it takes you to download ide package manager... it implies you already have ide, so the actual program isnt available to dl.
but if you scroll that same silly page, you find true complete ide download.
please pardon my extreme ignorance. hope you got some lulz.
Deleted

Categories

Resources