[APP-ROM] Ubuntu for Mobiles ROOT REQ - Nexus One Themes and Apps

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ROOT REQUIRED.
Ever wish you could have a full desktop experience on your phone or tablet? Now you can! This is a fully working Ubuntu 10.10 install!
Requires:
Root
1GHZ processor (recommended)
Android 2.0 or higher
Most stock ROMS will work (No guarantee for custom ROMS)
SD card with at least 4GB of free space
Data connection on your device
What is this?
This is a fully customized Ubuntu 10.10 image installer designed, themed and optimized for mobile devices. This will allow you to run a full Ubuntu system inside, or for a lack of better terms along side your existing Android install (!!!you can still make calls, text, use android without having to reboot your phone!!!).
Key features include:
Ability to install a full operating system on your phone
Unity 2d (lightweight gnome)
Working update manager
Working software center
Open Office
Firefox
Working BitTorrent app
756MB-1.3 GB free space in virtual drive after install
Ability to access files on your SD card from Ubuntu
Ability to have a full Ubuntu desktop side by side with Android
And more...
App provides a link to open the web based installer for this customized Ubuntu image for mobile devices and links to other free apps required for optimal perfomance.
dowload
Code:
https://market.android.com/details?id=appinventor.ai_linuxforandroid.Linuxforandroidver1&feature=search_result

No free/lite/trial version available?
Sent from my Nexus One using XDA App

This looks awesome!! Will give it a go when I have time. Awesome find!!
Sent from my Nexus One running my own version of CM7, 1gb ext, OC'ed, UV'ed, FU'ed. nataS liaH

Related

Ubuntu 10.10 help?

*Update*
So i was reading the description of the app and it said that it will not work with the terminal that came with the rom and had to reinstall it, so i try to delete it and dun dun dunnn.
the tf stops functioning properly, terminal will not start, nor any other I download.
and it can not connect to the internet, so now I am reinstalling the rom or looking to install a different one.
I used the app Android Ubuntu Installer that show you some steps,
Installed
- file expert
-busybox installer
-already had terminal
-pocket cloud
so I downloaded everything and launched ubuntu from the terminal not sure how long it suppose to take to launch it but i get this almost instantly
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
then i launch pocket cloud
Then I get
Any ideas?
TF101g running prime 2.1.0
First question: Did you just download ubuntu 10.10, because that will NOT work on an ARM processor, you must get the ARM processor version. If you try to update the ARM processor version from within itself, it will break, so make sure that isn't the case first.
Your VNC client seems Wayy out of date, for two. Also I see a error message, do you have more than 255 apps installed? That messes up the loop and makes it unable to mount the .img to where it can display via VNC. Finally, try a newer ROM with busybox preinstalled and reinstall your terminal app etc, it'll probably fix any issues you have with it all.
P.S. That method of Ubuntu is REALLY slow, so natively dual booting would be much faster, if you're willing to set it up.

[TOOL][ALPHA][DEV] APK List

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What is an APK List?
It's a developers tool. Sometimes I find an app which design I really like but have no idea how it is done. Besides that most of the time my phone isn't rooted (or I'm using some other phone). With all unpack/decompile tools out there the only thing I need is a way to copy APK files from phone memory to SD card for later analysis. Well this tool is just that, it lists all installed apps on any phone and let's you copy all or selected APKs to SD card. Currently there are no settings so destination defaults to "Apks".
Where can I get this app?
Download APK here
Or grab source from https://bitbucket.org/grupatnt/apklist/overview and compile with MonoDevelop or VS2010 (Mono for Android 4.x)
What can I do to help?
Fork hg repository, make fantastic changes and add Pull request.
I've found a bug! What do I do?
Keep calm and report it! You can report it either on this thread or on project Issues tracking register. Bug reports will be taken seriously and fixed when I have the time.
Thanks to _Logie from whom I've copied format for this post
Kudos to Android SDK and Intel teams for releasing VM Accelerated x86 Emulator.
Version 0.0.2 Released
Get it here
Changes
Cancelable progress dialog
Fixed APK Icon sizes
Beautified progress dialogs
Replaced ApkListAdapter with generic FastListAdapter
Mono for Android developers
Take a look at FastListAdapter and ViewHolderBase which implement View Holder pattern in generic way. You only need to implement abstract ViewHolderBase, instantiate new FastListAdapter and assign it to ListView Adapter. You can find example implementation in ApkViewHolder, easy

[TOOL][PC][07/05/13]APK Installer v1.01

Hi dear XDA users. This is my first work for android. I made a simple apk installer for my own use and wanted to share everyone. This app is based on standart batch executables, visual basic and mortscript scripts
and combined neccesary adb tools.
With this program you can transfer apk files from your Windows PC to your phones data/app or system/app
folders. For affecting changes, I added reboot option after installition. It has ui completly so you won't
write codes on cmd screen or anything else. Only working mouse is enough
! It uses adb interface for communicating with phone. So you MUST INSTALL ADB DRIVERS on your PC.
! You MUST ENABLE ADB DEBUGING from your phone.
! For system/app installitions, you MUST HAVE ROOT PERMISSIONS in all phone models
! In HTC devices, nand protection must be removed (S-OFF)
! I strongly recommend to SELECT REBOOT option after installition.
For developers, this project is open-source. You can edit/modify it freely. But don't forget to credit
me in your work This app based windows bat, vbs and basic mortrun script files. So you can open this exe
file via an unrar app and modify via notepad.
For users, if you have suggestions or issues with it, feel free and write here
Code:
CHANGELOGS:
-1.01
*Initial realase
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Good.if i ever buy Motorola again this will be useful

All-In-One Toolbox Updated to V5.2.1 to Support Landscape Mode & Detect Big Files

All-In-One Toolbox Updated to V5.2.1 to Support Landscape Mode & Detect Big Files
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
App Name: All-In-One-Toolbox (Clean and Boost as it's core features)
App Size: 6MB
Update date: July 13, 2015
Download Link: https://play.google.com/store/apps/details?id=imoblife.toolbox.full
Languages supported: 35
Short Description:
All-In-One-Toolbox app for Android is perfect for those looking for a one-stop optimization solution for your Android phone. This app provides 29 tools like clean to free up memory, boost your apps and games , app manager (manage running apps, close auto-startup apps, batch install/uninstall/backup and restore), sdcard file manager... Each of its tools is easy to use and provides multiple ways to perform quick fixes for the common Android OS problems. To sum it up, it's a one-stop shop for all your Android optimizations.
What's the main change in V5.2.1?
- Optimazation of navigation bar and big file detection of
File Manager
- Finding storage path of file in Clean page
- Added Landscape Mode (Settings-Choose Oritation-Landscape)
- Itanlian translation completed
- Other bugs fixed
View New Features on YouTube
https://www.youtube.com/watch?v=0VQZIfM8Rmw&feature=youtu.be
Hope you guys can have a test about it and leave us any suggestions. Thanks in advance.
APK file is attached

[CLOSED] How To Download Android Windows 7 Apk launcher in Android Device

Mod edit: Thread closed and download link removed as androidblue.com is blocked by Malwarebytes!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Android Launcher is the name given to the part of the Android user interface that lets users customize the home screen (e.g. the phone's desktop), launch mobile apps, make phone calls, and perform other tasks on Android devices.
We use android launcher for make our phone more interesting and for customize our phone like how i like my phone. Many Android Launcher is available for android devices. Android Windows 7 Apk will bring you the real Look of windows 7 as like as your computer on your Android mobile or tablet.
Windows 7 is an operating system that was produced by Microsoft as part of the Windows NT family of operating systems. It was released to manufacturing on July 22, 2009, and became generally available on October 22, that year, less than three years after the release of its predecessor, Windows.
So, Xda developers make android apk like windows 7. In that apk files, they include all things of windows 7 all feature. We can feel main windows 7. When, You install Windows 7 launcher on your android phone its 100% like Microsoft Windows 7.
Some Feature of Windows 7 Launcher:
My computer option is available
C Drive and D Drive System
Speedy and smooth run in any android version
Task bar system is quit easy
Look Like Original Windows 7
Download Android Windows 7 Apk​

Categories

Resources