[INFO] Increase volume through AudioConfigurableDomains.xml file - RAZR i Q&A, Help & Troubleshooting

Code:
#include
/*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about the feature I'm showing you here
* before using it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
* --- Extracted from [user=4479363]@Hazou[/user] --- (thank you)
*/
Hello everyone,
I've been looking to increase the volume on my razr I during a normal call, trying not to use 3rd party software
I couldn't find a direct answer in my searches, and thinking that somebody else would need this as well,
I found that we can modify the file AudioConfigurableDomains.xml to incrase the volumen,
Default value is 33, for those using CM11 by @Hazou value is 63, however this was still low for me, so I've set the max, which is 71,
Just need to replace the value. In the file you will find a section like the one below
The file location is: /system/etc/parameter-framework/Settings/Audio
You will need to access this file through a root explorer app, modify the file and save it,
I recommended to create a backup of the original file.
Permissions for this file must be set to 644 (0644 for those using TWRP File Manager),
Also to those that doesn't know the octal permissions, these are:
Owner: Read + Write
Group: Read
Others: Read
not setting these permissions correctly will cause a bootloop,
Code:
<Settings>
<Configuration Name="Multimedia.WiredSpeakers">
<ConfigurableElement Path="/Audio/MSIC/SOUND_CARD/ROUTING/PLAYBACK/DEVICE/HEADPHONE/VOLUME">
[B]<IntegerParameter Name="VOLUME">71 71</IntegerParameter>[/B]
</ConfigurableElement>
</Configuration>
<Configuration Name="Multimedia.Earpiece">
<ConfigurableElement Path="/Audio/MSIC/SOUND_CARD/ROUTING/PLAYBACK/DEVICE/HEADPHONE/VOLUME">
[B]<IntegerParameter Name="VOLUME">71 71</IntegerParameter>[/B]
</ConfigurableElement>
</Configuration>
<Configuration Name="Telephony.WiredSpeakers">
<ConfigurableElement Path="/Audio/MSIC/SOUND_CARD/ROUTING/PLAYBACK/DEVICE/HEADPHONE/VOLUME">
[B]<IntegerParameter Name="VOLUME">71 71</IntegerParameter>[/B]
</ConfigurableElement>
</Configuration>
<Configuration Name="Telephony.Earpiece">
<ConfigurableElement Path="/Audio/MSIC/SOUND_CARD/ROUTING/PLAYBACK/DEVICE/HEADPHONE/VOLUME">
[B]<IntegerParameter Name="VOLUME">71 71</IntegerParameter>[/B]
</ConfigurableElement>
</Configuration>
<Configuration Name="Telephony.IHF">
<ConfigurableElement Path="/Audio/MSIC/SOUND_CARD/ROUTING/PLAYBACK/DEVICE/HEADPHONE/VOLUME">
[B]<IntegerParameter Name="VOLUME">71 71</IntegerParameter>[/B]
</ConfigurableElement>
</Configuration>
<Configuration Name="BluetoothSCO">
<ConfigurableElement Path="/Audio/MSIC/SOUND_CARD/ROUTING/PLAYBACK/DEVICE/HEADPHONE/VOLUME">
[B]<IntegerParameter Name="VOLUME">71 71</IntegerParameter>[/B]
</ConfigurableElement>
</Configuration>
</Settings>
I'm attaching my AudioConfigurableDomains.xml file, the one I'm currently using, it improved my volume a lot, I'm using CM11 2015-12-08 version,
If you choose to replace your own file with the one attached, please remember to set the permissions as it's noted above.
Hope this help someone,
Best regards,

george100 said:
Code:
#include
/*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about the feature I'm showing you here
* before using it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
* --- Extracted from [user=4479363]@Hazou[/user] --- (thank you)
*/
Hello everyone,
I've been looking to increase the volume on my razr I during a normal call, trying not to use 3rd party software
I couldn't find a direct answer in my searches, and thinking that somebody else would need this as well,
I found that we can modify the file AudioConfigurableDomains.xml to incrase the volumen,
Default value is 33, for those using CM11 by @Hazou value is 63, however this was still low for me, so I've set the max, which is 71,
Just need to replace the value. In the file you will find a section like the one below
The file location is: /system/etc/parameter-framework/Settings/Audio
You will need to access this file through a root explorer app, modify the file and save it,
I recommended to create a backup of the original file.
Permissions for this file must be set to 644 (0644 for those using TWRP File Manager),
Also to those that doesn't know the octal permissions, these are:
Owner: Read + Write
Group: Read
Others: Read
not setting these permissions correctly will cause a bootloop,
Code:
<Settings>
<Configuration Name="Multimedia.WiredSpeakers">
<ConfigurableElement Path="/Audio/MSIC/SOUND_CARD/ROUTING/PLAYBACK/DEVICE/HEADPHONE/VOLUME">
[B]<IntegerParameter Name="VOLUME">71 71</IntegerParameter>[/B]
</ConfigurableElement>
</Configuration>
<Configuration Name="Multimedia.Earpiece">
<ConfigurableElement Path="/Audio/MSIC/SOUND_CARD/ROUTING/PLAYBACK/DEVICE/HEADPHONE/VOLUME">
[B]<IntegerParameter Name="VOLUME">71 71</IntegerParameter>[/B]
</ConfigurableElement>
</Configuration>
<Configuration Name="Telephony.WiredSpeakers">
<ConfigurableElement Path="/Audio/MSIC/SOUND_CARD/ROUTING/PLAYBACK/DEVICE/HEADPHONE/VOLUME">
[B]<IntegerParameter Name="VOLUME">71 71</IntegerParameter>[/B]
</ConfigurableElement>
</Configuration>
<Configuration Name="Telephony.Earpiece">
<ConfigurableElement Path="/Audio/MSIC/SOUND_CARD/ROUTING/PLAYBACK/DEVICE/HEADPHONE/VOLUME">
[B]<IntegerParameter Name="VOLUME">71 71</IntegerParameter>[/B]
</ConfigurableElement>
</Configuration>
<Configuration Name="Telephony.IHF">
<ConfigurableElement Path="/Audio/MSIC/SOUND_CARD/ROUTING/PLAYBACK/DEVICE/HEADPHONE/VOLUME">
[B]<IntegerParameter Name="VOLUME">71 71</IntegerParameter>[/B]
</ConfigurableElement>
</Configuration>
<Configuration Name="BluetoothSCO">
<ConfigurableElement Path="/Audio/MSIC/SOUND_CARD/ROUTING/PLAYBACK/DEVICE/HEADPHONE/VOLUME">
[B]<IntegerParameter Name="VOLUME">71 71</IntegerParameter>[/B]
</ConfigurableElement>
</Configuration>
</Settings>
I'm attaching my AudioConfigurableDomains.xml file, the one I'm currently using, it improved my volume a lot, I'm using CM11 2015-12-08 version,
If you choose to replace your own file with the one attached, please remember to set the permissions as it's noted above.
Hope this help someone,
Best regards,
Click to expand...
Click to collapse
Hi,
I wanted to try it out, but doesn`t work for me. I`ve changed all of the value to 71 than saved. Nothig happened. I wasn`t sure so I went to 20. Same result. Same volume. Do you have any idea what was the problem?
---------- Post added at 08:53 PM ---------- Previous post was at 08:37 PM ----------
NewBlackYork said:
Hi,
I wanted to try it out, but doesn`t work for me. I`ve changed all of the value to 71 than saved. Nothig happened. I wasn`t sure so I went to 20. Same result. Same volume. Do you have any idea what was the problem?
Click to expand...
Click to collapse
Ohhh... I forgot to restart it :silly: It`s brilliant! Thanks a lot!

Related

[Q] Unable to gain root after .893

I will try to briefly describe the steps I took to get to where I currently to give you an idea of what I tried.
stock
root + 4ever root (R3l3AS3DRoot_Windows_V2.1)
"restore bionic only" option - to upgrade, losing root
OTA Upgrade to .893
root + 4ever root - FAILED
"restore bionic only" option
root + 4ever root - FAILED
pete's moto tools - ROOT FAILED (PetesMotorolaRootTools_v1.07)
pete's moto tools - UNROOT FAILED, cant 'su' of course, trying anything at this point.
What should I do from here?? I want to run .893, rooted. Any other methods I should try?
Code:
********************************************************************************
* *
* dhacker29 and DroidTh3ory Presents: R3L3AS3DRoot for the BIONIC *
* An easier way to Root or Restore your BIONIC on any system Revision *
* This script will give you the option to restore to stock 886 system, *
* root your phone using zergRush, and/or apply 43V3R root *
* *
* A special thanks for the info and files to: *
* http://BriefMobile.com/droid-bionic-recieves-fastboot-recovery-files *
* revolutionary for zergRush https://github.com/revolutionary *
* P3Droid for the 43V3R Root method http://http://www.mydroidworld.com *
* And HUGE thanks to SoulShadow for the procedure!! *
********************************************************************************
*
* PRESS the appropriate number to make your slection and continue
*
* 1. Restore, Root and 43V3R Root a Bionic
* -restores /system to 886 and wipes data and cache
* -roots your phone and installs the 43V3R Root hack
* If you are bootlooping or softbricked you need this option
*
* 2. Root and 43V3RRoot a non-rooted Bionic
* -roots your phone and installs the 43V3R Root hack
* This works with all Bionics (886 and 893 rev).
*
* 3. 43V3RRoot a Rooted Bionic
* This takes a 'rooted' Bionic and installs the 43V3R Root hack
* This works with all Bionics (886 and 893 rev).
*
* 4. Restore Bionic ONLY - No root
* -restores /system, wipes data and cache
* -does NOT root or install 43V3R Root hack
* This works with all Bionics (886 and 893 rev).
* Note that you will still have the same kernel and radio, either .886 or .893
* but your /system partion will be stock .886
*
* 5. Install CheesecakeV2.apk to get the OTA updates
*
* 6. Help - I need more information!
*
* 7. Quit
*
* Type 1, 2, 3, 4, 5, 6, or 7 and then press ENTER: 2
********************************************************************************
* *
* DROID BIONIC R3L3AS3D Root and 43V3R Root *
* *
********************************************************************************
*
* and set USB Mode to Charge Only
*
* READY TO ROOT YOUR DROID BIONIC WHEN YOU ARE!
Press any key to continue . . .
"* Running zergRush exploit..."
1406 KB/s (23052 bytes in 0.016s)
[**] Zerg rush - Android 2.2/2.3 local root
[**] (C) 2011 Revolutionary. All rights reserved.
[**] Parts of code from Gingerbreak, (C) 2010-2011 The Android Exploid Crew.
[+] Found a GingerBread ! 0x00016118
[*] Scooting ...
[*] Sending 149 zerglings ...
[*] Sending 189 zerglings ...
[+] Zerglings found a way to enter ! 0x18
[+] Overseer found a path ! 0x000161e0
[*] Sending 189 zerglings ...
[+] Zerglings caused crash (good news): 0x40122c5c 0x0074
[*] Researching Metabolic Boost ...
[+] Speedlings on the go ! 0xafd25ac9 0xafd39877
[*] Sending 185 zerglings ...
[-] Bad luck, our rush did not succeed :(
* Wait about 30 seconds for the adb server to restart as root
Press any key to continue . . .
* Installing busybox, su, and SuperUser apk...
remount failed: Operation not permitted
failed to copy 'busybox' to '/system/xbin/busybox': Read-only file system
failed to copy 'su' to '/system/xbin/su': Read-only file system
1415 KB/s (754980 bytes in 0.521s)
pkg: /data/local/tmp/Superuser.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
Unable to chmod /system/xbin/su: No such file or directory
Unable to chmod /system/xbin/busybox: No such file or directory
/system/xbin/busybox: not found
link failed Read-only file system
Unable to chmod /data: Operation not permitted
* Installing 43V3R Root...
failed to copy 'mount_ext3.sh' to '/system/bin/mount_ext3.sh': Read-only file system
Unable to chmod /system/bin/mount_ext3.sh: Read-only file system
* All done! Your phone should now be 43V3R rooted!
* Why don't you check out Shift[3]R? You're ready to flash it now
********************************************************************************
Press any key to continue . . .
This fixed me this morning.
Look up Bionic Path Saver 1-Click Method
Then look up the runmebbb script and files to pair with the 1 click method or you probably wont retain root.
Thanks, I'll give it a try and see what happens. For anyone else looking for this, I found it at mydroidworld but more specifically on this multiupload dl.
let me know if you have any problems. after about 12 hours of working on mine last night i finally got my bionic back to booting regularly. im not pro but i think i should be able to lend ya a hang.
Find rota893.zip
When on 55893.. root it.. them update to 901 if you want.
BBB
Sleeping is under rated.
I actually ended up following instructions from droid forums for a variation of the 'bionic path saver'. I got up to step 6 or so, but the kin3xt zip I downloaded just wouldn't flash from recovery.
This was when I realized that I needed clockwork mod installed to do this . I've been a little out of the loop on ROM dev here lately, and didn't realize that ability was even possible yet. I found it on the FAQ page, and am now happily rooted and romed up
Thanks for getting me back on my feet !

Help cant unlock boot loader "adb out of date"

Hello ill post the log here
process requires standard 2.x android firmware.
Press any key to continue . . .
Getting ROOT rights.
* daemon not running. starting it now *
* daemon started successfully *
error: protocol fault (no status)
* daemon not running. starting it now *
* daemon started successfully *
695 KB/s (585731 bytes in 0.823s)
adb server is out of date. killing...
* daemon started successfully *
adb server is out of date. killing...
* daemon started successfully *
error: protocol fault (no status)
Waiting ...
error: protocol fault (no status)
Removing NAND MPU restrictions via SEMC backdoor. Permanent. Require ROOT righ
.
* daemon not running. starting it now *
* daemon started successfully *
error: device not found
adb server is out of date. killing...
* daemon started successfully *
error: device not found
adb server is out of date. killing...
* daemon started successfully *
error: device not found
adb server is out of date. killing...
* daemon started successfully *
error: device not found
Waiting ...
adb server is out of date. killing...
* daemon started successfully *
Jeasus please help me somebody via tv i cant do this **** it wont go 807 286 319 pass is 123456 ILL KEEP IT ON
nikolai4os said:
Jeasus please help me somebody via tv i cant do this **** it wont go 807 286 319 pass is 123456 ILL KEEP IT ON
Click to expand...
Click to collapse
check your antivirus
nikolai4os said:
Jeasus please help me somebody via tv i cant do this **** it wont go 807 286 319 pass is 123456 ILL KEEP IT ON
Click to expand...
Click to collapse
Open Task Manager on PC. Just Ctrl+Alt+Del and END process “ADB.exe”; if its running.
As CnC-ROCK said as above..Turn of all kind of Antivirus. Anything. Even a malware checker should be turned off..
These can help..step by step tutorial
http://ijustutter.com/guide-flashing-naa-kernel-custom-rom-x8-w8-x10-mini-pro
http://ijustutter.com/step-by-step-guide-to-unlock-bootloader-of-x8-w8-x10-mini-x10-mini-pro
CnC-ROCK said:
check your antivirus
Click to expand...
Click to collapse
I dont use any.
Try to get new versions of ADB
Do it thought flashtool
Install drivers
Go to plugin/unlock/then the program it will ask you to connect your device(disabled) in flash mode with pressed back button in usb port/then will ask you to switch on your device/then when the Sony Ericsson logo appears connect again your device one more time in usb to complete the unlock(THIS IS IMPORTANT) method
This method always work even with antivirus on
Tip:
If you have issues with SHOW flashmode drivers install also and the Gordons gate

[Q] MSM7227 stuck on waiting.

I was following the guide to unlock the bootloader for the Xperia X8 and have gotten here:
Code:
Getting ROOT rights.
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
1540 KB/s (585731 bytes in 0.731s)
error: protocol fault (no status)
Waiting...
Removing NAND MPU restrictions via SEMC backdoor. Permanent. Require ROOT rights.
66 KB/s (3087 bytes in 0.045s)
success
Waiting ...
Getting ROOT rights.
Waiting ...
It's been stuck on waiting for at least 15 minutes. There's also no USB Debugging notification, leading me to believe that the phone is disconnected. What should I do? Should I just reconnect the phone or redo the whole process?
Never mind. Just disconnected the phone and rebooted it and restarted the program and now it works.

Compiling Firefox OS for Android One (Sprout)

I'm trying to compile Firefox OS using these files: "https://github.com/b2g-sprout/" . But I am having troubles 'coz there's no really fomal instructions from the Github link. I'm only a Web Developer so I don't know much about ROMs.
What I Did:
1 - Extracted "B2G" and "b2g-manifest" in home folder
2 - Extracted "device-sprout" on "device/google/sprout/"
3 - Backup System
4 - Run ANDROIDFS_DIR=backup_device ./config.sh sprout '../b2g-manifest/default.xml'
5 - Downloaded Files somewhere to get "sprout-vendor.mk" for "vendor" folder that the ./build.sh is looking for in my first run
5 - Run ./build.sh
Got this error after ./build.sh:
HTML:
<code>
./build.sh
including sdk/bash_completion/adb.bash
============================================
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=4.0.4.0.4.0.4
TARGET_PRODUCT=full_sprout
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.16.0-45-generic-x86_64-with-elementary_OS-0.3-freya
HOST_BUILD_TYPE=release
BUILD_ID=OPENMASTER
OUT_DIR=out
============================================
============================================
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=4.0.4.0.4.0.4
TARGET_PRODUCT=full_sprout
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.16.0-45-generic-x86_64-with-elementary_OS-0.3-freya
HOST_BUILD_TYPE=release
BUILD_ID=OPENMASTER
OUT_DIR=out
============================================
device/google/sprout/wpa_supplicant/Android.mk:19: Build wpa_supplicant_lib...
device/google/sprout/wpa_supplicant/Android.mk:27: external/wpa_supplicant_8/wpa_supplicant/android.config: No such file or directory
CMake and NDK (/home/zigmund/B2G/prebuilt/ndk/android-ndk-r7) found, will compile apitrace
external/apitrace/Android.mk:77: warning: overriding commands for target `out/target/product/sprout/obj/SHARED_LIBRARIES/egltrace_intermediates/LINKED/egltrace.so'
build/core/shared_library.mk:56: warning: ignoring old commands for target `out/target/product/sprout/obj/SHARED_LIBRARIES/egltrace_intermediates/LINKED/egltrace.so'
external/apitrace/Android.mk:82: warning: overriding commands for target `out/target/product/sprout/system/lib/egltrace.so'
build/core/base_rules.mk:532: warning: ignoring old commands for target `out/target/product/sprout/system/lib/egltrace.so'
external/apitrace/Android.mk:96: warning: overriding commands for target `out/target/product/sprout/obj/EXECUTABLES/apitrace_intermediates/LINKED/apitrace'
build/core/executable.mk:22: warning: ignoring old commands for target `out/target/product/sprout/obj/EXECUTABLES/apitrace_intermediates/LINKED/apitrace'
external/screencap-gonk/Android.mk:35: warning: overriding commands for target `out/target/product/sprout/system/bin/screencap-gonk'
build/core/base_rules.mk:532: warning: ignoring old commands for target `out/target/product/sprout/system/bin/screencap-gonk'
find: `../../external/apache-http/src/org/apache/http': No such file or directory
find: `../../external/apache-http/src/org/apache/http': No such file or directory
find: `../../external/apache-http/src/org/apache/http': No such file or directory
find: `../../external/nist-sip/java': No such file or directory
find: `../../external/apache-http/src': No such file or directory
find: `../../external/libphonenumber/java/src': No such file or directory
gaia/Android.mk:53: warning: overriding commands for target `out/target/product/sprout/data/local/gaia'
build/core/base_rules.mk:532: warning: ignoring old commands for target `out/target/product/sprout/data/local/gaia'
gonk-misc/Android.mk:30: warning: overriding commands for target `out/target/product/sprout/obj/ETC/init.rc_intermediates/init.rc'
build/core/prebuilt.mk:117: warning: ignoring old commands for target `out/target/product/sprout/obj/ETC/init.rc_intermediates/init.rc'
gonk-misc/Android.mk:137: warning: overriding commands for target `out/target/product/sprout/obj/DATA/sources.xml_intermediates/sources.xml'
build/core/prebuilt.mk:117: warning: ignoring old commands for target `out/target/product/sprout/obj/DATA/sources.xml_intermediates/sources.xml'
gonk-misc/Android.mk:359: warning: overriding commands for target `out/target/product/sprout/system/gecko'
build/core/base_rules.mk:532: warning: ignoring old commands for target `out/target/product/sprout/system/gecko'
gonk-misc/Android.mk:447: warning: overriding commands for target `out/target/product/sprout/obj/DATA/gecko_intermediates/gecko'
build/core/prebuilt.mk:117: warning: ignoring old commands for target `out/target/product/sprout/obj/DATA/gecko_intermediates/gecko'
build/core/base_rules.mk:82: *** Module name: librilutils
build/core/base_rules.mk:83: *** Makefile location: hardware/ril/librilutils
build/core/base_rules.mk:84: *
build/core/base_rules.mk:85: * Each module must use a LOCAL_MODULE_TAGS in its
build/core/base_rules.mk:86: * Android.mk. Possible tags declared by a module:
build/core/base_rules.mk:87: *
build/core/base_rules.mk:88: * optional, debug, eng, tests, samples
build/core/base_rules.mk:89: *
build/core/base_rules.mk:90: * If the module is expected to be in all builds
build/core/base_rules.mk:91: * of a product, then it should use the
build/core/base_rules.mk:92: * "optional" tag:
build/core/base_rules.mk:93: *
build/core/base_rules.mk:94: * Add "LOCAL_MODULE_TAGS := optional" in the
build/core/base_rules.mk:95: * Android.mk for the affected module, and add
build/core/base_rules.mk:96: * the LOCAL_MODULE value for that component
build/core/base_rules.mk:97: * into the PRODUCT_PACKAGES section of product
build/core/base_rules.mk:98: * makefile(s) where it's necessary, if
build/core/base_rules.mk:99: * appropriate.
build/core/base_rules.mk:100: *
build/core/base_rules.mk:101: * If the component should be in EVERY build of ALL
build/core/base_rules.mk:102: * products, then add its LOCAL_MODULE value to the
build/core/base_rules.mk:103: * PRODUCT_PACKAGES section of
build/core/base_rules.mk:104: * build/target/product/core.mk
build/core/base_rules.mk:105: *
build/core/base_rules.mk:106: *** user tag detected on new module - user tags are only supported on legacy modules. Stop.
real 0m42.594s
user 0m4.868s
sys 0m4.684s
> Build failed! <
Build with |./build.sh -j1| for better messages
If all else fails, use |rm -rf objdir-gecko| to clobber gecko and |rm -rf out| to clobber everything else.
</code>
After executing "./build.sh rm -rf out":
HTML:
<code>
./build.sh rm -rf out
including sdk/bash_completion/adb.bash
============================================
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=4.0.4.0.4.0.4
TARGET_PRODUCT=full_sprout
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.16.0-45-generic-x86_64-with-elementary_OS-0.3-freya
HOST_BUILD_TYPE=release
BUILD_ID=OPENMASTER
OUT_DIR=out
============================================
make: *** out: Is a directory. Stop.
real 0m0.002s
user 0m0.000s
sys 0m0.002s
> Build failed! <
Build with |./build.sh -j1| for better messages
If all else fails, use |rm -rf objdir-gecko| to clobber gecko and |rm -rf out| to clobber everything else.
</code>
Check this out Sir Firefox OS Build prerequisites
1. Try with newer sources of Firefox. Take nexus 5 as reference.
2. To delete the our folder, use the command "rm rf- out/" or "make clean "
3. Use"-j1" tag for better error messages
make rule issue
Hi there! I'm attempting to compile FFOS but I keep running into this error:
Code:
make: *** No rule to make target `out/target/product/sprout/kernel', needed by `out/target/product/sprout/boot.img'. Stop.
Is there anything that I missed? If it's a file, could I download it? Don't want to do another repo sync since the Internet at my place kinda sucks.

How to get system info?

Hello i 'm trying to get my ddr vendor, but i dont know how you guy get the screen with all those infos, can you help me? thanks
Enter the code below into the phone application, when open go to the software version.
Code: * # * # 64663 # * # *
J.D.M said:
Enter the code below into the phone application, when open go to the software version.
Code: * # * # 64663 # * # *
Click to expand...
Click to collapse
nice thanks you my friend
i have micron ddr is it sure to fail?

Categories

Resources