[Q] How do I troubleshoot my first image deployment issues? - Sprint Samsung Galaxy Note 3
Greetings-
I just built my first image of AOSP for a Samsung Note 3. I have, in the past deployed a Cyanogenmod nightly release on my phone. Now I am trying to deploy my image. I used this link to build my environment http://forums.androidcentral.com/verizon-galaxy-nexus-rooting-roms-hacks/189699-guide-ubuntu-compiling-android-source-12.html . But the install does not go well. I am moving the zip file to the external sd card, and using TWRP to install it. I get the following messages: E: Unable to mount '/usbstorage' Full SELinux is present In istalling '/external_sd/full_toroplus-ota-eng.root.zip checking for MD5 file Skipping MD5 check: no MD5 file found. assert failed: getprop ('ro.product.device") == "toroplus" || getprop ("ro.bild.product") ==toroplus" e:error executing updater binary in zip 'external_sd/full_toroplus-ta-eng.root.zip' error flashing zip '/external_sd/full_toroplus-ota-eng.root.zip Updating partition details.. E:unable to mount 'usbstorage'
What am I doing wrong? Is there some other way I can do this?
Sean
sansari123 said:
Greetings-
I just built my first image of AOSP for a Samsung Note 3. I have, in the past deployed a Cyanogenmod nightly release on my phone. Now I am trying to deploy my image. I used this link to build my environment http://forums.androidcentral.com/ve...guide-ubuntu-compiling-android-source-12.html . But the install does not go well. I am moving the zip file to the external sd card, and using TWRP to install it. I get the following messages: E: Unable to mount '/usbstorage' Full SELinux is present In istalling '/external_sd/full_toroplus-ota-eng.root.zip checking for MD5 file Skipping MD5 check: no MD5 file found. assert failed: getprop ('ro.product.device") == "toroplus" || getprop ("ro.bild.product") ==toroplus" e:error executing updater binary in zip 'external_sd/full_toroplus-ta-eng.root.zip' error flashing zip '/external_sd/full_toroplus-ota-eng.root.zip Updating partition details.. E:unable to mount 'usbstorage'
What am I doing wrong? Is there some other way I can do this?
Sean
Click to expand...
Click to collapse
What phone do you have? Toroplus is galaxy nexus of course that won't ever flash on a note 3 you should be building hlte for note 3
Sent from my SM-G900P using Xparent BlueTapatalk 2
Epix4G said:
What phone do you have? Toroplus is galaxy nexus of course that won't ever flash on a note 3 you should be building hlte for note 3
Sent from my SM-G900P using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Thanks. Are you saying hlte is an option for the lunch command? Here is how I got toroplus; I saw it in the android source site. https://source.android.com/#q=sprint samsungese
Basically, these are my options:
[email protected]:~/WORKING_DIRECTORY# lunch
You're building on Linux
Lunch menu... pick a combo:
1. aosp_arm-eng
2. aosp_x86-eng
3. aosp_mips-eng
4. vbox_x86-eng
5. aosp_deb-userdebug
6. aosp_flo-userdebug
7. full_grouper-userdebug
8. full_tilapia-userdebug
9. mini_armv7a_neon-userdebug
10. mini_mips-userdebug
11. mini_x86-userdebug
12. full_mako-userdebug
13. full_maguro-userdebug
14. full_manta-userdebug
15. full_arndale-userdebug
16. full_toroplus-userdebug
17. full_toro-userdebug
18. full_panda-userdebug
Which would you like? [aosp_arm-eng]
sansari123 said:
Thanks. Are you saying hlte is an option for the lunch command? Here is how I got toroplus; I saw it in the android source site. https://source.android.com/#q=sprint samsungese
Basically, these are my options:
[email protected]:~/WORKING_DIRECTORY# lunch
You're building on Linux
Lunch menu... pick a combo:
1. aosp_arm-eng
2. aosp_x86-eng
3. aosp_mips-eng
4. vbox_x86-eng
5. aosp_deb-userdebug
6. aosp_flo-userdebug
7. full_grouper-userdebug
8. full_tilapia-userdebug
9. mini_armv7a_neon-userdebug
10. mini_mips-userdebug
11. mini_x86-userdebug
12. full_mako-userdebug
13. full_maguro-userdebug
14. full_manta-userdebug
15. full_arndale-userdebug
16. full_toroplus-userdebug
17. full_toro-userdebug
18. full_panda-userdebug
Which would you like? [aosp_arm-eng]
Click to expand...
Click to collapse
This is not a nexus device so Google would not have it in there. .... if you want to build aosp and not cyanogen or some other flavor that had already supported hlte then you will have to add support yourself
Sent from my SM-G900P using Xparent BlueTapatalk 2
Epix4G said:
This is not a nexus device so Google would not have it in there. .... if you want to build aosp and not cyanogen or some other flavor that had already supported hlte then you will have to add support yourself
Sent from my SM-G900P using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Thanks. I started to use Cyanogenmod, and went through this link: How To Build CyanogenMod Android for Samsung Galaxy Note 3 LTE ("hlte")
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
When I issue breakfast to get the device specific modules, I get the following message:
#:~/android/system# breakfast hlte
including vendor/cm/vendorsetup.sh
ls: cannot access device/*/hlte/cm.mk: No such file or directory
build/core/product_config.mk:233: *** Can not locate config makefile for product "cm_hlte". Stop.
Device hlte not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Found repository: android_device_samsung_hlte
Default revision: cm-10.2
Checking branch info
Default revision cm-10.2 not found in android_device_samsung_hlte. Bailing.
Branches found:
cm-11.0
stable/cm-11.0 Use the ROOMSERVICE_BRANCHES environment variable to specify a list of fallback branches.
ls: cannot access device/*/hlte/cm.mk: No such file or directory
build/core/product_config.mk:233: *** Can not locate config makefile for product "cm_hlte". Stop.
** Don't have a product spec for: 'cm_hlte'
** Do you have the right repo manifest?
--------------------------------------------------------------------------------------------------------------------------------------------------------------
I am now downloading version 11.0 instead of 10.2. Do you think that would fix my issue? I do not know what it is complaining about.
sansari123 said:
Thanks. I started to use Cyanogenmod, and went through this link: How To Build CyanogenMod Android for Samsung Galaxy Note 3 LTE ("hlte")
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
When I issue breakfast to get the device specific modules, I get the following message:
#:~/android/system# breakfast hlte
including vendor/cm/vendorsetup.sh
ls: cannot access device/*/hlte/cm.mk: No such file or directory
build/core/product_config.mk:233: *** Can not locate config makefile for product "cm_hlte". Stop.
Device hlte not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Found repository: android_device_samsung_hlte
Default revision: cm-10.2
Checking branch info
Default revision cm-10.2 not found in android_device_samsung_hlte. Bailing.
Branches found:
cm-11.0
stable/cm-11.0 Use the ROOMSERVICE_BRANCHES environment variable to specify a list of fallback branches.
ls: cannot access device/*/hlte/cm.mk: No such file or directory
build/core/product_config.mk:233: *** Can not locate config makefile for product "cm_hlte". Stop.
** Don't have a product spec for: 'cm_hlte'
** Do you have the right repo manifest?
--------------------------------------------------------------------------------------------------------------------------------------------------------------
I am now downloading version 11.0 instead of 10.2. Do you think that would fix my issue? I do not know what it is complaining about.
Click to expand...
Click to collapse
I don't remember if their was ever a 10.2 that worked so yes I think it best to use 11.0 ... cyanogen should build with no problem. .. what os are you using that may be a problem I think most use 12.04 Ubuntu ... but I use 14.04 and the difference is a few different things ....
Sent from my SM-G900P using Xparent BlueTapatalk 2
Epix4G said:
I don't remember if their was ever a 10.2 that worked so yes I think it best to use 11.0 ... cyanogen should build with no problem. .. what os are you using that may be a problem I think most use 12.04 Ubuntu ... but I use 14.04 and the difference is a few different things ....
Sent from my SM-G900P using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
I am using 12.04. Do you think I should upgrade?
I just noticed a comment about fastboot. Will I need it for this task? I just can not get fastboot working on my laptop. I think it is because I only have usb 2.0.
I have tried 11.0 twice now, and I get this error:
* [new branch] cm-11.0 -> github/cm-11.0
Fetching projects: 100% (447/447), done.
Traceback (most recent call last):
File "/root/android/system/.repo/repo/main.py", line 408, in <module>
_Main(sys.argv[1:])
File "/root/android/system/.repo/repo/main.py", line 384, in _Main
result = repo._Run(argv) or 0
File "/root/android/system/.repo/repo/main.py", line 143, in _Run
result = cmd.Execute(copts, cargs)
File "/root/android/system/.repo/repo/subcmds/sync.py", line 690, in Execute
project.Sync_LocalHalf(syncbuf)
File "/root/android/system/.repo/repo/project.py", line 1158, in Sync_LocalHalf
lost = self._revlist(not_rev(revid), HEAD)
File "/root/android/system/.repo/repo/project.py", line 2178, in _revlist
return self.work_git.rev_list(*a, **kw)
File "/root/android/system/.repo/repo/project.py", line 2335, in rev_list
p.stderr))
error.GitError: CyanogenMod/android rev-list ('^bf81824cd948e185fdc86626f237a8c3e85a4687', 'HEAD', '--'): fatal: bad object HEAD
What should I do?
Epix4G said:
I don't remember if their was ever a 10.2 that worked so yes I think it best to use 11.0 ... cyanogen should build with no problem. .. what os are you using that may be a problem I think most use 12.04 Ubuntu ... but I use 14.04 and the difference is a few different things ....
Sent from my SM-G900P using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Hey Epix, thank you so much for your help so far. I was able to download cd-11.0. I had to delete the .repo directory a number of times ( about ten ), and it still did not work. I then deleted other git related files. I used this linke http://stackoverflow.com/questions/1213430/how-to-fully-delete-a-git-repository-created-with-init I hope this helps others.
I would really appreciate it if you can help me with fastboot issue. I posted a comment earlier. I am also now running into some other potential issues when I issue "./extract-files.sh" command. Below you see the result of grep for the words permission, and failed. Would this cause me issues? The permission issue is related to my device.
[email protected]:~/android/system/device/samsung/hlte# more typescript | grep -i permission
failed to copy '/system/bin/mpdecision' to '../../../vendor/samsung/hlte/proprietary/bin/mpdecision': Permission denied
failed to copy '/system/bin/rfs_access' to '../../../vendor/samsung/hlte/proprietary/bin/rfs_access': Permission denied
failed to copy '/system/bin/thermald' to '../../../vendor/samsung/hlte/proprietary/bin/thermald': Permission denied
failed to copy '/system/bin/thermal-engine' to '../../../vendor/samsung/hlte/proprietary/bin/thermal-engine': Permission denied
failed to copy '/system/bin/gsiff_daemon' to '../../../vendor/samsung/hlte/proprietary/bin/gsiff_daemon': Permission denied
Extracting /system/etc/permissions/com.qualcomm.location.xml ...
failed to copy '/system/bin/efsks' to '../../../vendor/samsung/hlte/proprietary/bin/efsks': Permission denied
failed to copy '/system/bin/ks' to '../../../vendor/samsung/hlte/proprietary/bin/ks': Permission denied
failed to copy '/system/bin/qcks' to '../../../vendor/samsung/hlte/proprietary/bin/qcks': Permission denied
failed to copy '/system/bin/qmuxd' to '../../../vendor/samsung/hlte/proprietary/bin/qmuxd': Permission denied
failed to copy '/system/bin/rild' to '../../../vendor/samsung/hlte/proprietary/bin/rild': Permission denied
failed to copy '/system/bin/rmt_storage' to '../../../vendor/samsung/hlte/proprietary/bin/rmt_storage': Permission denied
failed to copy '/system/bin/time_daemon' to '../../../vendor/samsung/hlte/proprietary/bin/time_daemon': Permission denied
failed to copy '/system/bin/mm-qcamera-daemon' to '../../../vendor/samsung/hlte/proprietary/bin/mm-qcamera-daemon': Permission denied
failed to copy '/system/bin/qseecomd' to '../../../vendor/samsung/hlte/proprietary/bin/qseecomd': Permission denied
failed to copy '/system/bin/mm-pp-daemon' to '../../../vendor/samsung/hlte/proprietary/bin/mm-pp-daemon': Permission denied
[email protected]:~/android/system/device/samsung/hlte# more typescript | grep -i failed
failed to copy '/system/bin/mpdecision' to '../../../vendor/samsung/hlte/proprietary/bin/mpdecision': Permission denied
failed to copy '/system/bin/rfs_access' to '../../../vendor/samsung/hlte/proprietary/bin/rfs_access': Permission denied
failed to copy '/system/bin/thermald' to '../../../vendor/samsung/hlte/proprietary/bin/thermald': Permission denied
failed to copy '/system/bin/thermal-engine' to '../../../vendor/samsung/hlte/proprietary/bin/thermal-engine': Permission denied
failed to copy '/system/bin/gsiff_daemon' to '../../../vendor/samsung/hlte/proprietary/bin/gsiff_daemon': Permission denied
failed to copy '/system/bin/efsks' to '../../../vendor/samsung/hlte/proprietary/bin/efsks': Permission denied
failed to copy '/system/bin/ks' to '../../../vendor/samsung/hlte/proprietary/bin/ks': Permission denied
failed to copy '/system/bin/qcks' to '../../../vendor/samsung/hlte/proprietary/bin/qcks': Permission denied
failed to copy '/system/bin/qmuxd' to '../../../vendor/samsung/hlte/proprietary/bin/qmuxd': Permission denied
failed to copy '/system/bin/rild' to '../../../vendor/samsung/hlte/proprietary/bin/rild': Permission denied
failed to copy '/system/bin/rmt_storage' to '../../../vendor/samsung/hlte/proprietary/bin/rmt_storage': Permission denied
failed to copy '/system/bin/time_daemon' to '../../../vendor/samsung/hlte/proprietary/bin/time_daemon': Permission denied
failed to copy '/system/bin/mm-qcamera-daemon' to '../../../vendor/samsung/hlte/proprietary/bin/mm-qcamera-daemon': Permission denied
failed to copy '/system/bin/qseecomd' to '../../../vendor/samsung/hlte/proprietary/bin/qseecomd': Permission denied
failed to copy '/system/bin/mm-pp-daemon' to '../../../vendor/samsung/hlte/proprietary/bin/mm-pp-daemon': Permission denied
[email protected]:~/android/system/device/samsung/hlte#
I tried to fix the permission issue by issuing the command mount, which according to the Cyanogenmod wiki here, http://wiki.cyanogenmod.org/w/Doc:_Building_Basics mounts the directories as read/write. But I ended up with the same amount of permission denied'sssssssssss so I used adb shell and issued mount -o remount,rw /system, and then issued the Cyanogenmod script command "./extract-files.sh'. But I still get the same number of permission denied messages. Any ideas?
sansari123 said:
Hey Epix, thank you so much for your help so far. I was able to download cd-11.0. I had to delete the .repo directory a number of times ( about ten ), and it still did not work. I then deleted other git related files. I used this linke http://stackoverflow.com/questions/1213430/how-to-fully-delete-a-git-repository-created-with-init I hope this helps others.
I would really appreciate it if you can help me with fastboot issue. I posted a comment earlier. I am also now running into some other potential issues when I issue "./extract-files.sh" command. Below you see the result of grep for the words permission, and failed. Would this cause me issues? The permission issue is related to my device.
[email protected]:~/android/system/device/samsung/hlte# more typescript | grep -i permission
failed to copy '/system/bin/mpdecision' to '../../../vendor/samsung/hlte/proprietary/bin/mpdecision': Permission denied
failed to copy '/system/bin/rfs_access' to '../../../vendor/samsung/hlte/proprietary/bin/rfs_access': Permission denied
failed to copy '/system/bin/thermald' to '../../../vendor/samsung/hlte/proprietary/bin/thermald': Permission denied
failed to copy '/system/bin/thermal-engine' to '../../../vendor/samsung/hlte/proprietary/bin/thermal-engine': Permission denied
failed to copy '/system/bin/gsiff_daemon' to '../../../vendor/samsung/hlte/proprietary/bin/gsiff_daemon': Permission denied
Extracting /system/etc/permissions/com.qualcomm.location.xml ...
failed to copy '/system/bin/efsks' to '../../../vendor/samsung/hlte/proprietary/bin/efsks': Permission denied
failed to copy '/system/bin/ks' to '../../../vendor/samsung/hlte/proprietary/bin/ks': Permission denied
failed to copy '/system/bin/qcks' to '../../../vendor/samsung/hlte/proprietary/bin/qcks': Permission denied
failed to copy '/system/bin/qmuxd' to '../../../vendor/samsung/hlte/proprietary/bin/qmuxd': Permission denied
failed to copy '/system/bin/rild' to '../../../vendor/samsung/hlte/proprietary/bin/rild': Permission denied
failed to copy '/system/bin/rmt_storage' to '../../../vendor/samsung/hlte/proprietary/bin/rmt_storage': Permission denied
failed to copy '/system/bin/time_daemon' to '../../../vendor/samsung/hlte/proprietary/bin/time_daemon': Permission denied
failed to copy '/system/bin/mm-qcamera-daemon' to '../../../vendor/samsung/hlte/proprietary/bin/mm-qcamera-daemon': Permission denied
failed to copy '/system/bin/qseecomd' to '../../../vendor/samsung/hlte/proprietary/bin/qseecomd': Permission denied
failed to copy '/system/bin/mm-pp-daemon' to '../../../vendor/samsung/hlte/proprietary/bin/mm-pp-daemon': Permission denied
[email protected]:~/android/system/device/samsung/hlte# more typescript | grep -i failed
failed to copy '/system/bin/mpdecision' to '../../../vendor/samsung/hlte/proprietary/bin/mpdecision': Permission denied
failed to copy '/system/bin/rfs_access' to '../../../vendor/samsung/hlte/proprietary/bin/rfs_access': Permission denied
failed to copy '/system/bin/thermald' to '../../../vendor/samsung/hlte/proprietary/bin/thermald': Permission denied
failed to copy '/system/bin/thermal-engine' to '../../../vendor/samsung/hlte/proprietary/bin/thermal-engine': Permission denied
failed to copy '/system/bin/gsiff_daemon' to '../../../vendor/samsung/hlte/proprietary/bin/gsiff_daemon': Permission denied
failed to copy '/system/bin/efsks' to '../../../vendor/samsung/hlte/proprietary/bin/efsks': Permission denied
failed to copy '/system/bin/ks' to '../../../vendor/samsung/hlte/proprietary/bin/ks': Permission denied
failed to copy '/system/bin/qcks' to '../../../vendor/samsung/hlte/proprietary/bin/qcks': Permission denied
failed to copy '/system/bin/qmuxd' to '../../../vendor/samsung/hlte/proprietary/bin/qmuxd': Permission denied
failed to copy '/system/bin/rild' to '../../../vendor/samsung/hlte/proprietary/bin/rild': Permission denied
failed to copy '/system/bin/rmt_storage' to '../../../vendor/samsung/hlte/proprietary/bin/rmt_storage': Permission denied
failed to copy '/system/bin/time_daemon' to '../../../vendor/samsung/hlte/proprietary/bin/time_daemon': Permission denied
failed to copy '/system/bin/mm-qcamera-daemon' to '../../../vendor/samsung/hlte/proprietary/bin/mm-qcamera-daemon': Permission denied
failed to copy '/system/bin/qseecomd' to '../../../vendor/samsung/hlte/proprietary/bin/qseecomd': Permission denied
failed to copy '/system/bin/mm-pp-daemon' to '../../../vendor/samsung/hlte/proprietary/bin/mm-pp-daemon': Permission denied
[email protected]:~/android/system/device/samsung/hlte#
Click to expand...
Click to collapse
You have to setup android sdk ..and add it to bash and path so that in any terminal you can type android and it opens sdk ... Until then you can't extract files
Sent from my SM-N900P using Xparent BlueTapatalk 2
Related
[Q] CM10.1 Won't suddenly won't build (No rule to make target...)
This isn't the first time I've tried to build Cyanogenmod for my i9100 on Ubuntu 12.10; I've done it successfully a few times before. However recently, it has just refused to build. Code: lunch cm_i9100-userdebug && mka gave a bunch of errors: http://pastebin.com/Mn3YLZDY. Code: brunch cm_i9100-userdebug gives different errors: http://pastebin.com/xiv4ettD. Teamhacksung's build script also gives the exact same errors. I tried starting in a new directory from scratch, but I still get the same errors. The parts that look suspicious to me are Code: /bin/bash: line 0: cd: external/apache-harmony//home/ari/android/system/external/apache-harmony: No such file or directory /bin/bash: line 0: cd: external/apache-harmony//home/ari/android/system/external/apache-harmony: No such file or directory /bin/bash: line 0: cd: external/apache-harmony//home/ari/android/system/external/apache-harmony: No such file or directory /bin/bash: line 0: cd: external/apache-harmony//home/ari/android/system/external/apache-harmony: No such file or directory (/home/ari/android/system/external/apache-harmony does exist) and Code: /bin/bash: line 0: cd: libcore//home/ari/android/system/libcore: No such file or directory /bin/bash: line 0: cd: libcore//home/ari/android/system/libcore: No such file or directory /bin/bash: line 0: cd: libcore//home/ari/android/system/libcore: No such file or directory /bin/bash: line 0: cd: libcore//home/ari/android/system/libcore: No such file or directory find: `src': No such file or directory I think this could be related to a repo sync problem I had/have where it couldn't download anything properly with lots of Code: Connection reset by peer errors, although I think it has now synced (df -h shows 15GB). I also ran Code: repo forall -c "git fsck && git gc" which "repairs" each repository, and that didn't give any errors. Can anyone help with getting this to build? EDIT: I found a post on the Android Building mailing list that was similar, and the suggestion to run Code: export CDPATH="" (previously, $CDPATH=".") got CM to build much further than before. No idea how this works, but it does. However there are now more errors later during the build, e.g. Code: make: *** No rule to make target `/media/build/android/out/system/target/product/i9100/obj/lib/libTVOut.so', needed by `/media/build/android/out/system/target/product/i9100/obj/EXECUTABLES/mediaserver_intermediates/LINKED/mediaserver'. Stop. It seems to have built a .zip flashable file now: Code: Package complete: /media/build/android/out/system/target/product/i9100/cm-10.1-20130121-UNOFFICIAL-i9100.zip md5: f9fe076a6f0dfe140329e94ce6aa1867 Creating kernel zip... Bootimage found... No instructions to create out/target/product/i9100/kernel-cm-10.1-20130121-i9100-signed.zip... skipping. Elapsed: 47 min(s) 20 sec(s) but it says it can't create a kernel zip?
[QUESTION] Rooting a read-only device.
Hello Guys! This is my first post on the forum, I will try to make myself as clear as possible. I have got a LG Optimus L5 (known as Swift L5), which I am trying to root. But there is a problem. I have been doing a bit of research, and I have found out that the Optiums L series are read only (the internal storage). And because they are read-only, I cant push the files onto the device, in other words I cant root the device! This is really freaking me out a bit. I hope You guys can help me solve my problem. Best regards
Please help guys
Again the problem was not looking for specific device forum. However, here's your answer http://forum.xda-developers.com/showthread.php?t=2098550
Hi! Thanks for replying to my thread. I have already followed that tutorial, and all I get is a message: failed to copy blablabla device is read-only.
petergood said: Hi! Thanks for replying to my thread. I have already followed that tutorial, and all I get is a message: failed to copy blablabla device is read-only. Click to expand... Click to collapse Ok. I read the tutorial and there is no file to be pushed in /system partition. What are you basically trying to do? Sent from my GT-S5830i using xda app-developers app
Well, basicly I wan`t to root my phone
petergood said: Well, basicly I wan`t to root my phone Click to expand... Click to collapse You aren't understanding me. I didn't see ANYTHING in guide that was to be pushed in any partition that returns with read only error. I was asking that what you were trying to push when you got that error. I know that you're trying to root. Tell me what I need to know to solve your problem I suggest you to read the guide again thoroughly and then tell me WHERE you are getting error.
I get the error, when I start root.bat: Code: DON'T TOUCH THE DEVICE OR UNPLUG WHILE ROOTING! PUSH FILES * daemon not running. starting it now on port 5037 * * daemon started successfully * failed to copy 'busybox' to '/data/local/busybox': Permission denied failed to copy 'su' to '/data/local/su': Permission denied failed to copy 'Superuser.apk' to '/data/local/Superuser.apk': Permission denied Unable to chmod /data/local/busybox: No such file or directory Unable to chmod /data/local/su: No such file or directory Unable to chmod /data/local/Superuser.apk: No such file or directory failed on '/data/local/tmp' - Permission denied link failed File exists mount: Operation not permitted mount: Operation not permitted /system/bin/sh: can't create /system/xbin/busybox: Read-only file system Unable to chmod /system/xbin/busybox: No such file or directory /system/bin/sh: /system/xbin/busybox: not found /system/bin/sh: busybox: not found /system/bin/sh: busybox: not found Unable to chown /system/xbin/su: No such file or directory Unable to chmod /system/xbin/su: No such file or directory Unable to chmod /system/app/Superuser.apk: No such file or directory rm failed for /data/local.prop, No such file or directory rm failed for /data/local/tmp, Permission denied failed on '/data/local/tmp.bak' - No such file or directory You will notice, that I get Read-only file system and permission denied errors, as well as No such file or directory. Does that mean, that my rooting package is corrupt?
petergood said: I get the error, when I start root.bat: Code: DON'T TOUCH THE DEVICE OR UNPLUG WHILE ROOTING! PUSH FILES * daemon not running. starting it now on port 5037 * * daemon started successfully * failed to copy 'busybox' to '/data/local/busybox': Permission denied failed to copy 'su' to '/data/local/su': Permission denied failed to copy 'Superuser.apk' to '/data/local/Superuser.apk': Permission denied Unable to chmod /data/local/busybox: No such file or directory Unable to chmod /data/local/su: No such file or directory Unable to chmod /data/local/Superuser.apk: No such file or directory failed on '/data/local/tmp' - Permission denied link failed File exists mount: Operation not permitted mount: Operation not permitted /system/bin/sh: can't create /system/xbin/busybox: Read-only file system Unable to chmod /system/xbin/busybox: No such file or directory /system/bin/sh: /system/xbin/busybox: not found /system/bin/sh: busybox: not found /system/bin/sh: busybox: not found Unable to chown /system/xbin/su: No such file or directory Unable to chmod /system/xbin/su: No such file or directory Unable to chmod /system/app/Superuser.apk: No such file or directory rm failed for /data/local.prop, No such file or directory rm failed for /data/local/tmp, Permission denied failed on '/data/local/tmp.bak' - No such file or directory You will notice, that I get Read-only file system and permission denied errors, as well as No such file or directory. Does that mean, that my rooting package is corrupt? Click to expand... Click to collapse My best bet would be to post in the thread I gave you. They know more than me about your device Sent from my GT-S5830i using xda app-developers app
[Q] permission problem on 6 files in extract-files.sh
Running extract-files.sh to get proprietary files. All is good apart from the following files failed to copy '/system/etc/firmware/wcnss.b00' to '../../../vendor/Samsung/express/proprietary/wcnss.b00': Permission denied failed to copy '/system/etc/firmware/wcnss.b01' to '../../../vendor/Samsung/express/proprietary/wcnss.b01': Permission denied failed to copy '/system/etc/firmware/wcnss.b02' to '../../../vendor/Samsung/express/proprietary/wcnss.b02': Permission denied failed to copy '/system/etc/firmware/wcnss.b04' to '../../../vendor/Samsung/express/proprietary/wcnss.b04': Permission denied failed to copy '/system/etc/firmware/wcnss.b05' to '../../../vendor/Samsung/express/proprietary/wcnss.b05': Permission denied failed to copy '/system/etc/firmware/wcnss.mdt' to '../../../vendor/Samsung/express/proprietary/wcnss.mdt': Permission denied Tried running the script as root - no difference. Using Rom Lite Toolbox and the Root Browser they are listed as rwxrwxrwx 0777 Tried running CHMOD -R 777 across the directory and an individual file. Get told it is a read only. Any ideas? Bazzan
Error Compiling Kernel.
I am trying to compile kernel for Xperia Device but i am getting this error Code: [email protected]:~/Android/Source/4.0.2.A.0.84/kernel$ make clean && make mrproper make: execvp: /home/manthanrb/Android/Toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc: Permission denied make[2]: execvp: /home/manthanrb/Android/Toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc: Permission denied /home/manthanrb/Android/Source/4.0.2.A.0.84/kernel/scripts/gcc-version.sh: line 25: /home/manthanrb/Android/Toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc: Permission denied /home/manthanrb/Android/Source/4.0.2.A.0.84/kernel/scripts/gcc-version.sh: line 26: /home/manthanrb/Android/Toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc: Permission denied make: execvp: /home/manthanrb/Android/Toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc: Permission denied make[2]: execvp: /home/manthanrb/Android/Toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc: Permission denied /home/manthanrb/Android/Source/4.0.2.A.0.84/kernel/scripts/gcc-version.sh: line 25: /home/manthanrb/Android/Toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc: Permission denied /home/manthanrb/Android/Source/4.0.2.A.0.84/kernel/scripts/gcc-version.sh: line 26: /home/manthanrb/Android/Toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc: Permission denied [email protected]:~/Android/Source/4.0.2.A.0.84/kernel$ I am using Ubuntu 14.04 x64.
Give proper access perms to toolchain so build can access it. AJ
Abhinav2 said: Give proper access perms to toolchain so build can access it. AJ Click to expand... Click to collapse How? I am new to linux.
trouble installing ubuntu on galaxy tab 2 10.1 (p5100)
hi, i want to install ubuntu on a Samsung Galaxy Tab2 10.1 (P5100). I have rooted the tab, installed CWM and busybox. I want to finish the installation with command line in shell but it d'oesn't work. here is the text response to the command: To enter the Ubuntu Linux console just type 'bootubuntu' # bootubuntu bootubuntu mknod: /dev/loop7: Permission denied losetup: /sdcard/ubuntu/ubuntu.img: Permission denied mount: Invalid argument mount: No such file or directory mount: No such file or directory mount: No such file or directory Setting /etc/resolv.conf to Google Open DNS 8.8.8.8 and 8.8.4.4 /system/bin/bootubuntu[22]: can't create /data/local/ubuntu/etc/resolv.conf: No such file or directory /system/bin/bootubuntu[23]: can't create /data/local/ubuntu/etc/resolv.conf: No such file or directory Setting localhost on /etc/hosts /system/bin/bootubuntu[25]: can't create /data/local/ubuntu/etc/hosts: No such file or directory READY TO ROCK AND ROLL BABY! Brought to you by NexusOneHacks.net and the open source community! chroot: can't change root directory to '/data/local/ubuntu': Operation not permitted Shutting down Ubuntu failed: No such file or directory failed: No such file or directory failed: No such file or directory failed: Invalid argument losetup: /dev/block/loop7: Permission denied i've followed a tutorial when they said if we are an error at this step, it's certainly because OS can't support loop device, but i have have test and loop devices is supported... Anybody else has ever had this problem