[ROM][4.0.4][MTD] CyanogenMod 9.0.0 | READ : http://goo.gl/rkEeh

Status
Not open for further replies.
Search This thread

juanpirulo

Senior Member
I ve got this error at the end of the compilation. Someone can help? thanks in advance.


Install system fs image: out/target/product/p1/system.img
out/target/product/p1/system.img+ total size is 193503020
Package target files: out/target/product/p1/obj/PACKAGING/target_files_intermediates/cm_p1-target_files-eng.jpmr.zip
Package OTA: out/target/product/p1/cm_p1-ota-eng.jpmr.zip
./device/samsung/p1/releasetools/p1_ota_from_target_files -v \
-p out/host/linux-x86 \
-k build/target/product/security/testkey \
--backup=true \
--override_device=galaxytab,GT-P1000,GT-P1000L,GT-P1000N \
out/target/product/p1/obj/PACKAGING/target_files_intermediates/cm_p1-target_files-eng.jpmr.zip out/target/product/p1/cm_p1-ota-eng.jpmr.zip
unzipping target target-files...
running: unzip -o -q out/target/product/p1/obj/PACKAGING/target_files_intermediates/cm_p1-target_files-eng.jpmr.zip -d /tmp/targetfiles-URJVPQ
--- target info ---
blocksize = (int) 4096
boot_size = (int) 7864320
default_system_dev_certificate = (str) build/target/product/security/testkey
extfs_sparse_flag = (str) -s
fstab = (dict) {'/radio': <common.Partition object at 0x904588c>, '/sdcard': <common.Partition object at 0x9045c2c>, '/cache': <common.Partition object at 0x904592c>, '/boot': <common.Partition object at 0x904546c>, '/system': <common.Partition object at 0x9045b6c>, '/emmc': <common.Partition object at 0x9045cec>, '/recovery': <common.Partition object at 0x904568c>, '/data': <common.Partition object at 0x9045acc>}
mkyaffs2_extra_flags = (str) -c 4096 -s 128
recovery_api_version = (int) 2
system_size = (int) 262144000
tool_extensions = (str) device/samsung/p1/../common
userdata_size = (int) 1319108608
using device-specific extensions in device/samsung/common
unable to load device-specific module; assuming none
Traceback (most recent call last):
File "./device/samsung/p1/releasetools/p1_ota_from_target_files", line 129, in <module>
main(sys.argv[1:])
File "/home/jpmr/build/tools/releasetools/ota_from_target_files", line 835, in main
WriteFullOTAPackage(input_zip, output_zip)
File "./device/samsung/p1/releasetools/p1_ota_from_target_files", line 108, in WriteFullOTAPackage
CopyBMLoverMTD(output_zip)
File "./device/samsung/p1/releasetools/p1_ota_from_target_files", line 44, in CopyBMLoverMTD
output_zip.write(os.path.join(TARGET_DIR, "modem.bin"),"modem.bin")
File "/usr/lib/python2.7/zipfile.py", line 1029, in write
st = os.stat(filename)
OSError: [Errno 2] No such file or directory: '/home/jpmr/out/target/product/p1/modem.bin'
make: *** [out/target/product/p1/cm_p1-ota-eng.jpmr.zip] Error 1
 

cdesai

Inactive Recognized Developer
Jan 16, 2011
2,296
4,088
IN YOUR HEAD
I ve got this error at the end of the compilation. Someone can help? thanks in advance.


Install system fs image: out/target/product/p1/system.img
out/target/product/p1/system.img+ total size is 193503020
Package target files: out/target/product/p1/obj/PACKAGING/target_files_intermediates/cm_p1-target_files-eng.jpmr.zip
Package OTA: out/target/product/p1/cm_p1-ota-eng.jpmr.zip
./device/samsung/p1/releasetools/p1_ota_from_target_files -v \
-p out/host/linux-x86 \
-k build/target/product/security/testkey \
--backup=true \
--override_device=galaxytab,GT-P1000,GT-P1000L,GT-P1000N \
out/target/product/p1/obj/PACKAGING/target_files_intermediates/cm_p1-target_files-eng.jpmr.zip out/target/product/p1/cm_p1-ota-eng.jpmr.zip
unzipping target target-files...
running: unzip -o -q out/target/product/p1/obj/PACKAGING/target_files_intermediates/cm_p1-target_files-eng.jpmr.zip -d /tmp/targetfiles-URJVPQ
--- target info ---
blocksize = (int) 4096
boot_size = (int) 7864320
default_system_dev_certificate = (str) build/target/product/security/testkey
extfs_sparse_flag = (str) -s
fstab = (dict) {'/radio': <common.Partition object at 0x904588c>, '/sdcard': <common.Partition object at 0x9045c2c>, '/cache': <common.Partition object at 0x904592c>, '/boot': <common.Partition object at 0x904546c>, '/system': <common.Partition object at 0x9045b6c>, '/emmc': <common.Partition object at 0x9045cec>, '/recovery': <common.Partition object at 0x904568c>, '/data': <common.Partition object at 0x9045acc>}
mkyaffs2_extra_flags = (str) -c 4096 -s 128
recovery_api_version = (int) 2
system_size = (int) 262144000
tool_extensions = (str) device/samsung/p1/../common
userdata_size = (int) 1319108608
using device-specific extensions in device/samsung/common
unable to load device-specific module; assuming none
Traceback (most recent call last):
File "./device/samsung/p1/releasetools/p1_ota_from_target_files", line 129, in <module>
main(sys.argv[1:])
File "/home/jpmr/build/tools/releasetools/ota_from_target_files", line 835, in main
WriteFullOTAPackage(input_zip, output_zip)
File "./device/samsung/p1/releasetools/p1_ota_from_target_files", line 108, in WriteFullOTAPackage
CopyBMLoverMTD(output_zip)
File "./device/samsung/p1/releasetools/p1_ota_from_target_files", line 44, in CopyBMLoverMTD
output_zip.write(os.path.join(TARGET_DIR, "modem.bin"),"modem.bin")
File "/usr/lib/python2.7/zipfile.py", line 1029, in write
st = os.stat(filename)
OSError: [Errno 2] No such file or directory: '/home/jpmr/out/target/product/p1/modem.bin'
make: *** [out/target/product/p1/cm_p1-ota-eng.jpmr.zip] Error 1
check vendor/samsung/p1/propreitary and see if modem.bin exists
 
  • Like
Reactions: juanpirulo

_Derk_

Senior Member
Apr 28, 2011
345
126
This set up isnt working . Any Ideas ?


see attached pic .

Its tab -> samsung usb charging cable -> usb gender switcher -> flash drive .

mouse didnt work either .

edit: pic upload failed . the set up as mentioned above

You need to use:

tab - charging cable - female/female plug - y-cable - charger
second branch of y-cable - flash drive

Works perfect for me, but you need to use the charger connected...

Bye,
Derk
 
  • Like
Reactions: cdesai

ffarber

Senior Member
Sep 24, 2010
239
52
Hi-

I wanted to go to the official cm site (get.cm) to pick up the latest nightly for a GSM tablet but there doesn't seem to be any P1 files there. There is a P1c file. I was trying to follow the instructions in the second post of this thread.

Am I missing something? Sorry if this should not be in this thread.

Cheers,
Fred
 

cdesai

Inactive Recognized Developer
Jan 16, 2011
2,296
4,088
IN YOUR HEAD
sorry for this. but now i got this other error after doing yours instruccions.

make: *** No hay ninguna regla para construir el objetivo «vendor/samsung/p1/proprietary/bin/rild», necesario para «out/target/product/p1/system/bin/rild». Alto.

I don't know which language is that but i can tell it's still a vendor issue, do this
Code:
rm -rf vendor/samsung
git clone http://github.com/sgt7/propreitary_vendor_samsung.git -b ics vendor/samsung
it should build fine after that
Hi-

I wanted to go to the official cm site (get.cm) to pick up the latest nightly for a GSM tablet but there doesn't seem to be any P1 files there. There is a P1c file. I was trying to follow the instructions in the second post of this thread.

Am I missing something? Sorry if this should not be in this thread.

Cheers,
Fred
Sorry for that, it's just github cloaking up and making the syncs last forever, aborted the build now and have requeud it, should sync and build in some time now :)

p1c was built on another machine, so it synced and built fine ;)


Building now on the new build servers[http://www.cyanogenmod.com/blog/new-build-servers-online] :)

First nightly : http://get.cm/?device=p1 :)
 
Last edited:

sbradymobile

Senior Member
Mar 1, 2011
361
619
The wheel control in the Camera app is not working for some yet unknown (to me) reason; here is a version with the bar control instead so some of the settings can be used (includes jt1134's latest libcamera fixes for widescreen photos).
 

Attachments

  • CameraUpdates.zip
    1.1 MB · Views: 927

brunoisa10

Senior Member
Oct 17, 2007
1,400
371
Westende
Scott : are you working on Trebuchet ?

my Tab is loving your prog : just waiting 1x1 widget on the docks and the availability to change icons everywhere (and Tabs on the drawer)
 

sbradymobile

Senior Member
Mar 1, 2011
361
619
Scott : are you working on Trebuchet ?

my Tab is loving your prog : just waiting 1x1 widget on the docks and the availability to change icons everywhere (and Tabs on the drawer)

Haven't had much time lately; 1x1 widgets work in the dock just like the stock ICS launcher, you have to drag them there from the widget drawer.
 

alroger

Senior Member
May 19, 2011
1,299
1,937
Deerfield Beach
OnePlus 6
Moto G Stylus 5G
The wheel control in the Camera app is not working for some yet unknown (to me) reason; here is a version with the bar control instead so some of the settings can be used (includes jt1134's latest libcamera fixes for widescreen photos).

Now we're talking! wide high res working too.. and finally a menu in the camera app!
After flashing, go into Settings/Apps and clear cache and data for Camera, in case you get FCs.

Thank you!
 

grukko

Senior Member
Apr 28, 2011
323
58
just tried to build from the latest sgt7 repository but got this:

Code:
packages/apps/Bluetooth/src/com/android/bluetooth/map/BluetoothMasObexServer.java:1038: cannot find symbol
symbol  : method noEndofBody()
location: interface javax.obex.Operation
            op.noEndofBody();
              ^

any idea what might be wrong? fyi, i did a full repo sync from scratch.
 

DroidTalk

Senior Member
Feb 7, 2012
144
12
The wheel control in the Camera app is not working for some yet unknown (to me) reason; here is a version with the bar control instead so some of the settings can be used (includes jt1134's latest libcamera fixes for widescreen photos).
very nice guys, now we have access to camera effects too when shooting videos!
Big eyes,big mouth,big nose, etc. but it forces after applying those settings,
 

tasadar

Senior Member
Sep 11, 2007
134
18
guys I am sorry for the OFF TOPIC , but I broke my p1000 and bought chinese tablet which has cpu Samsung s5pv210(humingbird also as you know) not s5pc110 which is in p1000. The chinese tablet has also powerVR540. CAN you tell me if I can install Cyanogen mod 9 on it also ???

My Idea for the question is that it has almost identical hardware( also has hdmi , will it work ?)
 
Last edited:

sbradymobile

Senior Member
Mar 1, 2011
361
619
just tried to build from the latest sgt7 repository but got this:

Code:
packages/apps/Bluetooth/src/com/android/bluetooth/map/BluetoothMasObexServer.java:1038: cannot find symbol
symbol  : method noEndofBody()
location: interface javax.obex.Operation
            op.noEndofBody();
              ^

any idea what might be wrong? fyi, i did a full repo sync from scratch.

Try syncing again, a new bluetooth feature was added.
 
  • Like
Reactions: grukko
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 190
    Read this, IMPORTANT: http://goo.gl/rkEeh

    Code:
    ** These CyanogenMod builds are highly experimental and unsupported.
    **
    ** If one of this builds bricks your phone, kills your cat or causes
    ** a thermonuclear war, don't point at us. We'll laugh at you.
    ** You decided to make this modifications to your Tablet.
    **
    ** Please refrain from submitting bug reports for any issues
    ** you may encounter while running one of these builds.
    **
    ** Submitting bug reports on experimental builds is the leading 
    ** cause of male impotence.


    This is a stable Build of the current state of CyanogenMod 9 for the Samsung Galaxy Tab.
    CM9 is based on latest AOSP sources plus some useful tweaks and features.

    Known issues, Downloads and Screenshots: Post #2
    General Discussion thread : SGT7 General
    Developer only post : Post #3 (how to build and more)
    What is MTD (for epic, but its the same for all Samsung devices - except the ROM links ofcourse) http://xdaforums.com/showthread.php?t=1387334

    Please refrain from submitting bug reports for any build not released by us - report em to whom u got the build from

    We'll release new builds when we feel like doing so, although we do keep our sources updated all the time!

    The people behind this :

    angel_666
    cdesai
    humberos
    jt1134
    koxudaxi
    red_rebel
    sbradymobile
    eaut
    Techomancer

    Big thanks to Teamhacksung for all their work on the aries, and for all the help

    And Ofcourse - the CyanogenMod Team!
    88
    Known Issues + Useful info :
    USB Tethering won't work in windows (works in ubuntu, untested on OSX)
    Internal sd is /mnt/sdcard, and external is /mnt/emmc
    USB Host works with a Y cable as the tab doesn't supply power, doesn't with the standard Samsung Adapter for the new tabs.

    Official Nightlies : http://get.cm/
    p1 : http://get.cm/?device=p1 [GSM Tabs]
    p1c : http://get.cm/?device=p1c [CDMA Tabs]
    Modems :
    p1 [GSM] : http://goo.gl/EjHq5 (Flash via CWM)
    p1c [CDMA] : http://goo.gl/Dhmjl (Flash via Odin)

    READ THIS BEFORE FLASHING
    ^It's for the epic but it's pretty much the same thing except the ROM links, and the only ROMs having MTD now are CM9 based ROMs - no MTD on GB

    Only way to revert to a normal ROM now is flashing a stock Samsung ROM by odin (with repartition checked)


    How to Flash the above zips :

    You need to restock your tab if you are running an old MTD build, (only if /system isn't 406 mb, check it by the command `df system` or use an app (such as root explorer) )
    IF you are coming from a FSR (STL/BML) ROM (aka Samsung ROM - anything else than the latest CM9 builds / AOKP builds, i.e. any GB ROM, no need to restock)
    IF you are coming from a froyo ROM, you need to flash a stock GB ROM first, follow the guide below :

    Restocking :
    Follow the team overcome restock guide [http://www.teamovercome.net/p1000/?page_id=17], and completely restock your tab.
    Once you've flashed it, reboot into download mode again and flash any kernel with recovery (any non-MTD kernels from humberos.com.br, or this forum, for your tab model)
    After you've flashed the kernel, reboot into recovery, and this time, install the zip you just downloaded from CyanogenMod servers.
    Install Google Apps if you want (gapps-ics-* from goo.im) [optional]
    Reboot and enjoy your tab :)

    Normal install :
    You need to have a kernel with CWM Recovery
    Get the zip from the above download links
    Put the zip on your sdcard, reboot into recovery, and install the zip
    It'll reboot a few times during the install, that's normal :)


    attachment.php
    attachment.php
    attachment.php
    44

    Sources :

    CyanogenMod : https://github.com/CyanogenMod
    SGT7 (based off CyanogenMod sources with a few tweaks of our own) https://github.com/sgt7

    All device tress (p1, p1c and p1-common) and kernel tress (p1 and p1c) have been merged into the CyanogenMod tree now, if you want to submit a change/patch, use cm code-review [http://wiki.cyanogenmod.com/wiki/Howto:_Gerrit]

    How to get the sources :
    Setup Android Build Environment (http://source.android.com)
    Code:
    mkdir ~/cm9
    cd ~/cm9
    repo init -u git://github.com/CyanogenMod/android.git -b ics
    (Type in your name and email address when asked)
    Code:
    repo sync
    (^^This'll take a while, as ~7GB of sources are downloaded initially)

    How to build :
    Code:
    source build/envsetup.sh
    cd device/samsung/p1 ; ./extract-files.sh
    brunch p1
    Replace p1 with p1c for CDMA variants.
    Building may take a long time depending on your machine, might range from a few minutes to many hours
    After the build is done, navigate to ~/cm9/out/target/product/p1
    The zip you'll be looking for would be update-cm-9.0.0-RC0-p1-UNOFFICIAL-signed.zip

    If you want to build just the kernel, type the below commands
    Code:
    source build/envsetup.sh
    make out/target/product/p1/boot.img

    If you want just the kernel - u'll get it in the same folder, boot.img
    Flash it with heimdall
    heimdall flash --kernel ~/cm9/out/target/product/galaxytab/boot.img --recovery ~/cm9/out/target/product/galaxytab/boot.img

    ^^The above instructions were for building a clean CyanogenMod build for p1, without any changes we did to the sources (mainly frameworks and some apps)

    IF you want to build that, sync from https://github.com/sgt7/android.git instead of CyanogenMod, and then build using the same commands
    38
    I got some news!

    https://plus.google.com/115013390614274076135/posts/CcmArQkDDXn

    Official builds coming soon!


    But, till then, i suggest the kangers not to sync, as i'll be changing stuff upstream which might break the build(mainly vendor/samsung, device is now p1 and p1c)

    So, dont repo sync until i give a heads up(or remove vendor/samsung from your manifest)

    And, don't try to build p1 atm (uploading it in a while) - Can build the good old galaxytab fine, just don't try to build p1 or you'll be on your own (you'll know why soon)
    37
    CM9 - Updates

    Hi fellows!

    Just check it!

    http://www.humberos.com.br/p/android-ics.html

    ps. Today is my brother birthday!
    This is for him!



    Greetings from Brazil!

    Enjoy!