Mine booting fine. The user interface is amazing
Sent from my GT-N7100 using xda premium
Sent from my GT-N7100 using xda premium
how did you do it? what recovery do you use?Mine booting fine. The user interface is amazing
Sent from my GT-N7100 using xda premium
Just followed the instructions. I use TWRPhow did you do it? what recovery do you use?
mine doesn.t boot... it keeps flashing the note 2 logo and after that... black screen![]()
Flashed by TWRP.. still black screen.Just followed the instructions. I use TWRP
Sent from my GT-N7100 using xda premium
Same here.Flashed by TWRP.. still black screen.
Don't know why
Sent from my GT-N7100 using Tapatalk 2
Is there any way for you to upload to any other site? (Mediafire?)hi folks,
http://ul.to/v8q0js59"]cm-10.1-20130302-UNOFFICIAL-n7100.zip
[/LIST]
Have you tried pushing your home or power button to wake it up? I thought mine wasn't working till I pressed the home button and the lock screen appeared.I followed the those steps:
1. Put both file on external sd card
2. in TWRP in wipe I factory reset + system + data + cache + dalvik
3, I install the cyanogen file.
4. I install the ubuntu file
5. Reboots.
I get a black screen. No sound nothing. I have been waiting for about 10-15 minutes.
im not from these forums im a htc droid incredible lte developer and wanted to develop ubuntu touch and found this so easy to understand, thanks manCurrently I'm trying to run Ubuntu Touch Developer Preview on my Note II
So far Ubuntu touch based on cm-10.1 it is quite simple to port to any device supported by cm.
For beginning there are some useful guides:
And here we go:
First of all prepare the Build Environment
Install phablet-toolsCode:sudo apt-get install git gnupg flex bison gperf build-essential \ zip bzr curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \ libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \ libgl1-mesa-dev g++-multilib mingw32 tofrodos \ python-markdown libxml2-utils xsltproc zlib1g-dev:i386 schedtool
To get the source code do bootstrap, it takes a looooong time and need about 15 GB of disk spaceCode:sudo apt-add-repository ppa:phablet-team/tools sudo apt-get update sudo apt-get install phablet-tools
Code:phablet-dev-bootstrap -j 4 ubuntu-touchNow we need to grab the n7100 specific git repositories.Code:cd ubuntu-touch
In general we use CyanogenMode repositories with some changes made for ubuntu phone
For the moment I'm not sure whether it is all changes what we need, therefore I have fork them on git hub,
so just create a new file .repo/local_manifest.xml with content:
Code:<?xml version="1.0" encoding="UTF-8"?> <manifest> <project name="drapalyuk/android_device_samsung_n7100" path="device/samsung/n7100" remote="github" revision="phablet-10.1" /> <project name="drapalyuk/android_device_samsung_smdk4412-common" path="device/samsung/smdk4412-common" remote="github" revision="phablet-10.1" /> <project name="drapalyuk/android_kernel_samsung_smdk4412" path="kernel/samsung/smdk4412" remote="github" revision="phablet-10.1" /> <project name="drapalyuk/android_hardware_samsung" path="hardware/samsung" remote="github" revision="phablet-10.1" /> </manifest>Extract proprietary blobs, expected you have all ready installed CM-10 on your phone, if not Install CM for n7100Code:repo sync -j4
If you want to speed up subsequent builds after this oneCode:cd device/samsung/n7100 ./extract-files.sh
Turn on caching
Start the buildCode:export USE_CCACHE=1
After successfully build N7100 zip installer will be placed into out/target/product/n7100/cm-10.1-<date>-UNOFFICIAL-n7100.zipCode:. build/envsetup.sh brunch n7100
Installation instructions:
- reboot in recovery
- wipe
- install the N7100 specific installer
- install the Ubuntu 12.10 Touch Preview, daily build quantal-preinstalled-phablet-armhf.zip
- reboot
DISCLAIMER: this is development preview do not install if you don't know exactly what you are doing
Latest N7100 specific image Here
To Be Continued...
im not from these forums im a htc droid incredible lte developer and wanted to develop ubuntu touch and found this so easy to understand, thanks man
isnt compiled yet, ill update this post when i finish it with a link to a threadbut GSM doesnt work right?![]()
Your video drivers probably arent loading properly. Get a logcat and see what failedgod damned!!
it boots but.......
I get a black screen.
The buttons next to the home button light up when I touch.
But otherwise nothing happens.
Does anyone have a solution?