[SOLVED!] [Q] [Ubuntu Touch] & [Ubuntu Desktop] - Ubuntu Touch Q&A, Help & Troubleshooting

Can we install U_Desktop DEBs on U_Touch by forcing the architecture via terminal ?

Related

Battle for Wesnoth on Atrix

Here's a very small guide to play battle for wesnoth on any atrix 4g device.
Simply follow this guide ( http://forum.xda-developers.com/showthread.php?t=1093790&highlight=webtop ) to install debian on the webtop (remember to use a non-fat32 partition).
Than in debian do as follow:
- Debian menu
- Application
- Shell
- Bash
# in bash write "aptitude wesnoth"
- Wait for the install (could take 15 mins)
- Open another instance of debian
- Application --> Games ---> Strategy ---> Wesnoth 1.8
I'm still getting rid of the no-sound issue, but if someone have a clue is welcome

[Q] Backtrack5 + Yamas = mitm ?

is it possible to install backtrack 5, and them download yamas script to perform a mitm attack (sniffing) on S3 ?

Get a Linux(Ubuntu) working on Android - Problem!

Hello!
I have some problem to geht a Ubuntu 13.10 to run!
1 - I install the "complete linux installer" (2.8) ... from: http://linuxonandroid.org/
2 - I download Ubuntu 13.10 and copy the extracted files (ubuntu.img & ...img.md5) to the intern sdcard
3. - I download & install the 2 apps [VCN Viewer & Android Terminal Emulator(jackpal)]
4 - Then, i press "Start", the Terminal opens and nothing happens, the only thing standing on the Window:
"[email protected]:/ $ 9;60R"
... what is wrong?? & what means 9;60R ??
... also interesting: when i press "open folder" under "settings" in the complete linux-installer app, a terminal opens
with the same crap displayed: 9;60R ??
System: CyanogenMod 11 M10 (4.4.4.)
Kernel: 3.4.0cyanogenmod-g0128289
Processor: ARMv7
Phone: Xperia Z1 compact (amami)
... phone is rooted, app has root-acces & usb-debugging is enabled!
Please help me - what is wrong?
regards,
stefan

[Q] [question] can I put kali on gt-5830i ?

can i put kali on my device??
if so, how?
@AlfredoAAA, The answer is NO . This is the matter of particularity , even If you did meet all of the requirements I would explain later . I am using the sequel of this Popular continuation of Backtrack 5 R3 on my Multi-Boot system for penetration testing and still got problem with my medium custom made bulid ( specially GPU for all injection and compiling \/ coding/scanning/etc etc,,,) Now imagine how on earth this Debian development based going to work on your even most powerful Nexus/Galaxy Note ,,,,,,
Requirements :
- At least 7 GB free on your internal SD card
- Kali Linux custom ARM image dedicated for your device infrastructure >>
Kali Linux has ARM repositories integrated with the mainline distribution so tools for ARM will be updated in conjunction with the rest of the distribution. Kali is currently available for the following ARM devices :
rk3306 mk/ss808
Raspberry Pi
ODROID U2/X2
Samsung Chromebook
EfikaMX
Beaglebone Black
CuBox
Galaxy Note 10.1
- Custom made recovery image for your device form the developer site
- Custom kernel patched for injection in case of wireless assessments for example.
This is quite off topic though , but I am going to share some practical method for medium to powerful devices such as Nexus line ( might be [email protected] related section though,, didn't check it) , which does not require physical installation of Canonical production line.
With the help of the attached app ( released by the same company ) , you can get your Dual boot inside your Android phone ( i,e: Nexus 7/5/,,,,,) .
We’ll need to use the Linux distribution Ubuntu to get this to work, however you won’t need to install it.
Requirements : 3 GB of free space on your device , as it needs this much to actually download and run the OS.
Instructions :
1. Create a live Disc >> Ubuntu website;download the latest desktop OS ( comes with ISO file ); Create your USB stick boot able device with the help of UNetbootin or any device you do prefer though.
2. Boot into Ubuntu >> you know the drill >> Boot your PC with USB attached; Bios choose to boot from your stick USB > After selecting , choose Try Ubuntu. It will boot into it straight from USB without installing anything literally.
3. Put the attached file into Home Folder in the File system . Open up Terminal ( assuming you have rudimentary knowledge of command line in Linux )
Type :
Code:
$ chmod +x dualboot.sh
4. We need to install Correct ADB and dependencies over company's portal through our terminal, which is included in one piece of software.
Type:
Code:
$ sudo apt-get install phablet-tools
and choose "Y" in following scene
5.Connect your Device to your PC; USB Debugging enabled through your settings>Developer. In the terminal from earlier session,
Type to install the app:
Code:
$ ./dualboot.sh
Device will be rebooted couple of times i guess upon completion
6. Ignore anything about loosing root and just press the power button once to reboot.
Once you are back into Android , open your brand new Ubuntu Dual Boot app.
7. Now we need a super fast internet and lots of patient to get through 3GB download .
From within the app, press the greyed out 'Choose which channel to install' to bring up the options. Check 'bootstrap' and scroll down to 'utopic' so you get the recommended
version of the OS. Press install.
8. During installation you'll have to grant SU permission and after a while you will be done. Press 'Reboot to Ubuntu' ( grayed out option) and your device will be booted into Ubuntu Touch OS. ( again ignore any Android identifiers while booting ).
9. Now lets Return to Android : ( Tip :Using Power button to turn it off and on again will allow you to always boot back into Android) and with the reboot button on the app you can get back into OS Touch . please pay attention in this method your Android OS will not be wiped in the process.
As usual , I am not responsible for any kind of device meltdown, possible Bricking ,, etc etc ,, All credits goes to Ubuntu developer team.

[Q] Building apps with sql (mysql) support problem

Hi,
i`m trying to develop simple ubuntu application. This application should connect to remove mysql server, query and display data in UbuntuListView. Project was created in Qt Creator 3.1.1 as QML app with c++ plugin (cmake).
In my cpp class, i connect to mysql server using QSqlDatabase db = QSqlDatabase::addDatabase("QMYSQL"); according to qt documentation.
On my desktop (ubuntu 14.04) application works fine (after installing libqt5sql5-mysql), but when i tried to run this application on my aquaris E4.5 ubuntu edition (using Framework ubuntu-sdk-14.10) i got this error:
QSqlDatabase: QMYSQL driver not loaded
QSqlDatabase: available drivers: QSQLITE
Open database: false
I have found package libqt5sql5-mysql 5.3.0+dfsg-2ubuntu9 (armhf binary) for utopic unicorn. In qt creator, under Tools->Options->Ubuntu, I clicked on Maintain button in Framework ubuntu-sdk-14.10 and install that package. But this didn`t solve my problem.
Do yo have any ideas ?
If you want to include said libaries, you need to ship them as .so files in your click package. Don't ask me how to do it (I don't know in this specific case), but simply installing it in your chroot won't work.

Categories

Resources