alot of ignoring old. i send you the whole console via PMany outputs in console?
alot of ignoring old. i send you the whole console via PMany outputs in console?
Hey drapalyuk, thanks for the instructions. I followed your instructions line by line. And I got the following errorany outputs in console?
brunch n7100
including vendor/cm/vendorsetup.sh
build/core/config.mk:346: *** Error: could not find jdk tools.jar, please install JDK6, which you can download from java.sun.com. Stop.
Device n7100 not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Found repository: android_device_samsung_n7100
Default revision: phablet-10.1
Checking branch info
Default revision phablet-10.1 not found in android_device_samsung_n7100. Bailing.
Branches found:
cm-10.1
jellybean
mr1-staging
Use the ROOMSERVICE_BRANCHES environment variable to specify a list of fallback branches.
build/core/config.mk:346: *** Error: could not find jdk tools.jar, please install JDK6, which you can download from java.sun.com. Stop.
** Don't have a product spec for: 'cm_n7100'
** Do you have the right repo manifest?
No such item in brunch menu. Try 'breakfast'
repo sync
Later, I removed local_manifest.xml and edited manifest.xml as per Ubuntu's porting guide. Added the following lines -<?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>
Both the times I get the above error when running<project path="device/samsung/n7100" name="CyanogenMod/android_device_samsung_n7100" remote="github" revision="refs/heads/cm-10.1" />
<project path="device/samsung/smdk4412-common" name="CyanogenMod/android_device_samsung_smdk4412-common" remote="github" revision="refs/heads/cm-10.1" />
<project path="kernel/samsung/smdk4412" name="CyanogenMod/android_kernel_samsung_smdk4412" remote="github" revision="refs/heads/cm-10.1" />
<project path="hardware/samsung" name="CyanogenMod/android_hardware_samsung" remote="github" revision="refs/heads/cm-10.1" />
[B]brunch n7100[/B]
Install Java JDKHey drapalyuk, thanks for the instructions. I followed your instructions line by line. And I got the following error
Code:brunch n7100 including vendor/cm/vendorsetup.sh build/core/config.mk:346: *** Error: could not find jdk tools.jar, please install JDK6, which you can download from java.sun.com. Stop. Device n7100 not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod). Found repository: android_device_samsung_n7100 Default revision: phablet-10.1 Checking branch info Default revision phablet-10.1 not found in android_device_samsung_n7100. Bailing. Branches found: cm-10.1 jellybean mr1-staging Use the ROOMSERVICE_BRANCHES environment variable to specify a list of fallback branches. build/core/config.mk:346: *** Error: could not find jdk tools.jar, please install JDK6, which you can download from java.sun.com. Stop. ** Don't have a product spec for: 'cm_n7100' ** Do you have the right repo manifest? No such item in brunch menu. Try 'breakfast'
I guess something is wrong with my manifest.xml. I triedfirst with local_manifest.xml as you said. The following are its contents of my local_manifest.xmlCode:repo sync
Later, I removed local_manifest.xml and edited manifest.xml as per Ubuntu's porting guide. Added the following lines -
Both the times I get the above error when running. Can you please guide me as to what I might be doing wrong. Thanks.Code:[B]brunch n7100[/B]
Thanks for the reply. Doing that right now, didn't think it was important as Ubuntu doesn't use Dalvik, and it wasn't specified anywhere on the Ubuntu Wiki. Anyways setting up JDK- will let you know how it goes.The clue is in the line
*** Error: could not find jdk tools.jar, please install JDK6, which you can download from java.sun.com.
Sorry man I found your repositories, I don't know why I had trouble. I went back and edited my last post also.update: fonts rendering issue solved
Not working:
- GSM
- WiFi
- Lots more probably
Installation instructions:
- reboot in recovery
- wipe
- install the N7100 specific part cm-10.1-20130227-UNOFFICIAL-n7100.zip md5: a17340cb42d27fa941616f85bd43a765
- 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
you downloading with your phone?Hello,
Can anyone create a mirror for the n7100 specific cm10.1 zip file. When I download its only showing 190KB not the 55MB one...I am eagarly waiting to test this out..
Sorry for spam.
I tried downloading with my phone and twice it stopped around 100KB. Trying now with my system.you downloading with your phone?
Pls ignore.Fixed the kernel issue. Turned out I missed some flags for Ubuntu. Added them and its booting now. May have a way to fix wifi. Going to try it later today.
target thumb C: audio.primary.smdk4x12 <= device/samsung/t0lte/audio/ril_interface.c
device/samsung/t0lte/audio/audio_hw.c: In function 'end_call':
device/samsung/t0lte/audio/audio_hw.c:505:32: error: 'DEVICE_BT_SCO_RX_ACDB_ID' undeclared (first use in this function)
device/samsung/t0lte/audio/audio_hw.c:505:32: note: each undeclared identifier is reported only once for each function it appears in
device/samsung/t0lte/audio/audio_hw.c: In function 'set_incall_device':
device/samsung/t0lte/audio/audio_hw.c:530:33: error: 'TTY_OFF' undeclared (first use in this function)
device/samsung/t0lte/audio/audio_hw.c:534:25: error: 'DEVICE_HANDSET_RX_ACDB_ID' undeclared (first use in this function)
device/samsung/t0lte/audio/audio_hw.c:535:25: error: 'DEVICE_HANDSET_TX_ACDB_ID' undeclared (first use in this function)
device/samsung/t0lte/audio/audio_hw.c:541:25: error: 'DEVICE_SPEAKER_MONO_RX_ACDB_ID' undeclared (first use in this function)
device/samsung/t0lte/audio/audio_hw.c:542:25: error: 'DEVICE_SPEAKER_TX_ACDB_ID' undeclared (first use in this function)
device/samsung/t0lte/audio/audio_hw.c:547:25: error: 'DEVICE_HEADSET_RX_ACDB_ID' undeclared (first use in this function)
device/samsung/t0lte/audio/audio_hw.c:548:25: error: 'DEVICE_HEADSET_TX_ACDB_ID' undeclared (first use in this function)
device/samsung/t0lte/audio/audio_hw.c:555:29: error: 'DEVICE_BT_SCO_RX_ACDB_ID' undeclared (first use in this function)
device/samsung/t0lte/audio/audio_hw.c:556:29: error: 'DEVICE_BT_SCO_TX_ACDB_ID' undeclared (first use in this function)
device/samsung/t0lte/audio/audio_hw.c: In function 'adev_set_parameters':
device/samsung/t0lte/audio/audio_hw.c:2671:17: warning: large integer implicitly truncated to unsigned type [-Woverflow]
device/samsung/t0lte/audio/audio_hw.c:2674:17: warning: large integer implicitly truncated to unsigned type [-Woverflow]
make: *** [/home/tmacgnolia/Backup-UPP/out/target/product/t0lte/obj/SHARED_LIBRARIES/audio.primary.smdk4x12_intermediates/audio_hw.o] Error 1
make: *** Waiting for unfinished jobs....
I tried downloading with my phone and twice it stopped around 100KB. Trying now with my system.
On a different note, I compiled Ubuntu Touch yesterday and was able to generate the zip in croot/out folder. But when I try to flash it through TWRP my phone is stuck on the Model screen. It doesn't go forward. Any ideas? I Wiped completely, then flashed ubuntu Zip and then flashed the quantal zip. What am I doing wrong?
Wipe /System /data /cache.i had an error on installing ubuntu
steps that i followed:
1. install cm 10.1 official
2. reboot
3. install specific cm 10.1 unofficial
4. install (flash in cwm) ubuntu
phone doesn't boot. restore backup
what I am doing wrong?