Ck4Ubuntu

Keep Learning Keep Sharing

  • Home
  • ck
  • Youth Sharing Knowledge
  • Ubuntu Myanmar LoCo Team
  • ck
  • Ubuntu One FREE for everyone
  • Installaltion
  • Software
  • Community
  • My Story
  • Ubuntu Tablet
  • Raspberry Pi
  • UbuntuMM
  • cloud
  • ubuntu-mm
  • Ubuntu Myanmar Lo Co Team
  • Ubuntu-MM events
  • Software
  • community
  • install
  • CLI
  • Office for Ubuntu
  • UbuntuMM
  • Ubuntu
  • apt-get
  • Twitter
  • nitro share
  • Youth Sharing Knowledge

ubuntu touch porting / installation guide

April 20, 2014 chitkoko Leave a comment Installaltion, Ubuntu mobile, Ubuntu Tablet

Ubuntu Touch

အောက်ဖော်ပြပါ   devices များသည် Ubuntu touch တင်ရန်အတွက်  Target devices များဖြစ်ပါသည်။

သင် android OS ပြန်လည်တင်လိုပါက ပြန်လည် ရယူရမည့် android images များဖြစ်ပါသည်။

Device Android Drivers Android Images Status
Nexus 4 mako occam Active development
Nexus 10 manta mantaray Active development
Nexus 7 2013 WiFi flo razor Active development
Galaxy Nexus maguro takju or yakju Maintenance
Nexus 7 grouper nakasi or nakasig Deprecated
Emulator goldfish

Status for active images is here.

STEP 1. Flash the devices

သင်၏ ကွန်ပျူတာ နှင့် သင် ၏ devices တို့ချိတ်ဆက် နိုင်ရန် အတွက် သင်၏ Ubuntu OS တွင် အောက်ဖော်ပြပါ Tools PPA ကို ဦးစွာပထမ သွင်းပါ။

Terminal  ( Ctrl +Alt+t ) ကို ဖွင့်၍ အောက်ဖော်ပြပါ command များကို copy & Paste လုပ်ပါ –

sudo add-apt-repository ppa:phablet-team/tools
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install ubuntu-device-flash

STEP 1.5 Android backup

သင် ၏ android devices ကို backup လုပ်ရန် အောက်ဖော်ပြပါအတိုင်း android devices တွင် developer mode ရရန်

Settings -> About phone -> Build number (x 7 times)

build number ကို ၇ ကြိမ်နှိပ်ပါ ။

Settings -> Developer options -> USB debugging ကိုအမှန်ခြစ် ရွေးချယ်ပါ

သင် device ၏ Application များ ၊ OS နှင့် Data များကို သိမ်းဆည်းရန်အတွက်

Terminal  ( Ctrl +Alt+t ) ကို ဖွင့်၍ အောက်ဖော်ပြပါ command များကို copy & Paste လုပ်ပါ –

adb backup -apk -shared -all

သင်ပြန်၍ restore  လိုပါက အောက်ပါ command ကိုအသုံးပြုနိုင်ပါသည်။

adb restore backup.ab

STEP 2. Device unlock

1. Device ကို power off ပိတ်ပါ ။ Power on ပြီး Power button + volume up + volume down ကိုနှိပ်ထားပါ။

2. သင်၏ device သည် bootloader အနေဖြင့် boot တက်ပါမည် ။

3. သင်၏ device ကို USB cable အသုံးပြု၍ computer ဖြင့် ချိတ်ပါ။

4. သင်၏ ကွန်ပျူတာတွင် Ctrl+Alt+t ကို နှိပ်၍ terminal ဖွင့်ပါ ။ sudo fastboot oem unlock ဟုရိုက်ပါ။

5. term of unlocking ကို သင်၏ device တွင် accept လုပ်ပါ။

6. Power button ကိုနှိပ်ပြီး boot ပြန်တက်ပါ က arrow မြှားအတိုင်း ဆက်လက် device reset လုပ်နိုင်ပါသည်။

MANUAL DOWNLOAD & INSTALLATION

သင်၏ Device နှင့် သက်ဆိုင် ရာ image file များကို UBUNTU SERVER မှ DOWNLOAD လုပ်ပါ ။

မှတ်ချက် ။  ။ Nexus 7 အတွက် grouper နှင့် သက်ဆိုင်ရာ file များကိုသာ download လုပ်ရမည်။

android fastboot tool ကို အသုံးပြု၍ bootloader ၊ recovery နှင့် system images တို့ကို အောက်ဖော်ပြပါ command အတိုင်း terminal မှ တဆင့် install ပြုလုပ်ပါ

adb reboot fastboot
fastboot flash recovery trusty-preinstalled-recovery-armel+grouper.img
fastboot flash boot trusty-preinstalled-boot-armhf+grouper.img
fastboot flash system trusty-preinstalled-system-armel+grouper.img

ပြီးနောက် recovery mode သို့ ပြန်ဝင်ရန်

adb reboot -f recovery

ပြီးနောက် trusty-preinstalled-touch-armel+grouper.zip  ကို sdcard အတွင်း သို့ adb push command သုံး၍ အောက်ပါ အတိုင်း autodeploy လုပ်နိုင်ပါသည်။

adb push /path/to/your/downloaded/trusty-preinstalled-touch-armel+grouper.zip /sdcard/autodeploy.zip

ပြီးနောက် recovery mode သို့ ပြန်ဝင်ရန်

adb reboot -f recovery

ပြီးနောက်  trusty-preinstalled-touch-armhf.zip ကို sdcard အတွင်း သို့ adb push command သုံး၍ အောက်ပါ အတိုင်း autodeploy လုပ်နိုင်ပါသည်။

adb push /path/to/your/downloaded/trusty-preinstalled-touch-armhf.zip /sdcard/autodeploy.zip

ပြီးနောက် recovery mode သို့ ပြန်ဝင်ရန်

adb reboot -f recovery

ပြီးနောက် သင် ၏ device သည် အလိုအလျှောက် boot ပြန်တက် ၍ Ubuntu Touch UI ကို အသုံးပြုနိုင်မည် ဖြစ်သည်။

မှတ်ချက် ။      ။ အခက်အခဲတစ်စုံတစ်ရာ ရှိပါက saintjohn769@ubuntu.com သို့ မေးမြန်းနိုင်ပါသည် ။

 

 

Tags: install, Ubuntu Phone Touch/install, Ubuntu Tablet, ubuntu-mm |

Instructions for flashing a phone or tablet device with Ubuntu

February 22, 2013 chitkoko 1 Comment Ubuntu mobile, Ubuntu Tablet

Ubuntu Phone OS ကိုNexus ဖုန ်း သို့ထ ည့်သ ွင ်း နည်း

App-dev-tablet-GoMobile

 

 

 

 

 

 

 

အညွှန်း
maguro       –   Galaxy Nexus
mako           –   Nexus 4
mrouper       –   Nexus 7
manta          –   Nexus 10

အဆင့် ၁-
ပထမဆုံး သင့်ရဲ့ ဖုန်းကို အောက်ပါအတိုင်း ပြုလုပ်ထားပါ။

How to unlock Samsung Galaxy Nexus bootloader


ဒီအညွှန်းဟာ Galaxy Nexus အတွက်လို့ ပြောထားပေမယ့် အခြားသော Nexus များအတွက်လဲ အသုံးဝင်ပါတယ်။

အဆင့် ၂-
ဖုန်းရဲ့ Recovery ကို Flash ပြုလုပ်ရန် အတွက် cdimage.ubuntu.com ကနေပြီး
မိမိဖုန်းအတွက်လိုအပ်တဲ့ ဖိုင်များ ကိုဆွဲယူထားပါ။
– quantal-preinstalled-phablet-armhf.zip
– quantal-preinstalled-armel+.zip
– quantal-preinstalled-recovery-armel+.img


အဆင့် ၃-
ပြီးရင်တော့ android adb ကနေ flashboot ကနေ recovery ကို flalsh လုပ်ပါမယ်။
fastboot flash recovery quantal-preinstalled-recovery-armel+maguro.img
အကယ်၍ သင့်ဖုန်းမှာ Clockworkmod recovery ရှိနေမယ်ဆို ထပ်ပြီး တင်ဖို့မလိုပါဘူး အဆင့် ၃
ကို ကျော်ခဲ့လို့ရပါတယ်။


အဆင့် ၄-
ဖုန်းကို Power ပိတ်ပါ။ Bootloader mode မှ Recobery သို့ရွေးချယ်ပြီး Power Botton
ကိုနှိပ်ပါ။
သင် Clockworkmod recovery သို့ရောက်ရှိပါမည်။
Install zip from sdcard ကို ရွေးချယ်ပါ။
sdcard ထဲမှ quantal-preinstalled-armel+.zip ကိုရွေးချယ်ပြီး
Flash ပြုလုပ်ပါ။
ပြီးလျှင် quantal-preinstalled-phablet-armhf.zip ကိုပါ Flash ထပ်မံပြုလုပ်ပါ။


အဆင့် ၅-
သင့်ဖုန်းကို Reboot ပြုလုပ်ပါ။
သင် Ubuntu ဖုန်းကို အသုံးပြုနိုင်ပါပြီ။
(ဤ Ubuntu ဖုန်းသည် ပထမဆုံး စမ်းသပ် အဆင့်သာ ရှိပါသေးသည်။)
[1] http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/
[2] http://www.android.gs/how-to-unlock-galaxy-nexus-bootloader/
Ubuntu Easy Installer
https://wiki.ubuntu.com/Touch/Install
Here’s an alternative…
1- Download your device specific recovery zip file
2- Download the phablet recovery zip file
3a- Reboot into recovery (non stock) -> adb reboot recovery
– Select side load on device
– adb sideload zipfile
3b- Push zips to /sdcard/
– adb reboot recovery
– And go to the deploy zip file (as if it were cyanogenmod), for
both zips
4- Reboot
5- Enjoy

This post is Credit to Ko Ko Ye .

Ubuntu Myanmar LoCo Team

Ph: 09450022022

info@ubuntu-mm.net, 12, Aung Taw Mu St, SanChaung Tsp, Yangon

Tags: install, Ubuntu Phone Touch/install, Ubuntu Tablet |

Pages

  • Ubuntu One FREE for everyone

Archives

  • July 2017
  • March 2017
  • July 2016
  • April 2016
  • March 2016
  • February 2016
  • September 2015
  • July 2015
  • July 2014
  • April 2014
  • February 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012

Categories

  • cloud (2)
  • Community (10)
  • Creation (1)
  • CreativeCommon (1)
  • DIY (1)
  • install20things (4)
  • Installaltion (21)
  • Kernel (2)
  • Learning (1)
  • License (1)
  • My Story (6)
  • nitro share (1)
  • PI backup (1)
  • Programming (1)
  • Raspberry Pi (5)
  • RPI OS (1)
  • sh (1)
  • Software (18)
  • teanviewer (1)
  • Ubuntu (6)
  • Ubuntu Free Class (2)
  • Ubuntu mobile (5)
  • Ubuntu Tablet (5)
  • UbuntuMM (5)
  • Uncategorized (9)
  • Windowspassword (1)

WordPress

  • Log in
  • WordPress

Subscribe

  • Entries (RSS)
  • Comments (RSS)

Pages

  • Ubuntu One FREE for everyone

Archives

  • July 2017
  • March 2017
  • July 2016
  • April 2016
  • March 2016
  • February 2016
  • September 2015
  • July 2015
  • July 2014
  • April 2014
  • February 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012

Categories

  • cloud (2)
  • Community (10)
  • Creation (1)
  • CreativeCommon (1)
  • DIY (1)
  • install20things (4)
  • Installaltion (21)
  • Kernel (2)
  • Learning (1)
  • License (1)
  • My Story (6)
  • nitro share (1)
  • PI backup (1)
  • Programming (1)
  • Raspberry Pi (5)
  • RPI OS (1)
  • sh (1)
  • Software (18)
  • teanviewer (1)
  • Ubuntu (6)
  • Ubuntu Free Class (2)
  • Ubuntu mobile (5)
  • Ubuntu Tablet (5)
  • UbuntuMM (5)
  • Uncategorized (9)
  • Windowspassword (1)

WordPress

  • Log in
  • WordPress

CyberChimps WordPress Themes

© Ubuntu-mm Sites/ck