Hello guys, please help me? I'm trying to use the logcat in eclipse, but it occurs the error:
Unable to open log device '/ dev / log / main': No such file or directory
I have a Galaxy S i9000 with custom ROM: GINGERBREAD.CHRISTHIANC.V6-JVQ.
I've done some procedures, but got nothing:
- The files / etc/init.d/S01Logger there!
- Type in the phone number * # * # 2846579 # * # * but did not fix!
What to do?
kyointruder said:
Hello guys, please help me? I'm trying to use the logcat in eclipse, but it occurs the error:
Unable to open log device '/ dev / log / main': No such file or directory
I have a Galaxy S i9000 with custom ROM: GINGERBREAD.CHRISTHIANC.V6-JVQ.
I've done some procedures, but got nothing:
- The files / etc/init.d/S01Logger there!
- Type in the phone number * # * # 2846579 # * # * but did not fix!
What to do?
Click to expand...
Click to collapse
Somebody?http://forum.xda-developers.com/images/smilies/confused.gif
Related
Hi to all
I'm trying to compile AOSP GB but always fail, the first "error" was this
Code:
build/core/base_rules.mk:78: *** Module name: gps.es209ra
build/core/base_rules.mk:79: *** Makefile location: hardware/qcom/gps/loc_api/libloc_api
build/core/base_rules.mk:80: *
build/core/base_rules.mk:81: * Each module must use a LOCAL_MODULE_TAGS in its
build/core/base_rules.mk:82: * Android.mk. Possible tags declared by a module:
build/core/base_rules.mk:83: *
build/core/base_rules.mk:84: * optional, debug, eng, tests, samples
build/core/base_rules.mk:85: *
build/core/base_rules.mk:86: * If the module is expected to be in all builds
build/core/base_rules.mk:87: * of a product, then it should use the
build/core/base_rules.mk:88: * "optional" tag:
build/core/base_rules.mk:89: *
build/core/base_rules.mk:90: * Add "LOCAL_MODULE_TAGS := optional" in the
build/core/base_rules.mk:91: * Android.mk for the affected module, and add
build/core/base_rules.mk:92: * the LOCAL_MODULE value for that component
build/core/base_rules.mk:93: * into the PRODUCT_PACKAGES section of product
build/core/base_rules.mk:94: * makefile(s) where it's necessary, if
build/core/base_rules.mk:95: * appropriate.
build/core/base_rules.mk:96: *
build/core/base_rules.mk:97: * If the component should be in EVERY build of ALL
build/core/base_rules.mk:98: * products, then add its LOCAL_MODULE value to the
build/core/base_rules.mk:99: * PRODUCT_PACKAGES section of
build/core/base_rules.mk:100: * build/target/product/core.mk
build/core/base_rules.mk:101: *
build/core/base_rules.mk:102: *** user tag detected on new module - user tags are only supported on legacy modules. Alto.
This is fixed but now I get this:
Code:
build/core/base_rules.mk:162: *** device/semc/es209ra/hciattach: MODULE.TARGET.EXECUTABLES.hciattach already defined by external/bluetooth/bluez/tools. Alto.
and idk how to fix it.
If anyone know how to do please help me.
Hi,
I want to compile OmniRom for Grouper (Nexus 7 2012 wifi) without recovery and kernel built-in (I'll flash prebuilt .zips of them).
I have added to BoardConfig.mk these lines
Code:
#added
TARGET_NO_RECOVERY := true
TARGET_NO_KERNEL := true
#
USE_CAMERA_STUB := true
USE_PROPRIETARY_AUDIO_EXTENSIONS := false
BOARD_HAL_STATIC_LIBRARIES := libdumpstate.grouper
TARGET_RECOVERY_UI_LIB := librecovery_ui_grouper
TARGET_RELEASETOOLS_EXTENSIONS := device/asus/grouper
...
but when I try to compile, it gives me this error
Code:
including ./vendor/omni/Android.mk ...
build/core/tasks/kernel.mk:65: ***************************************************************
build/core/tasks/kernel.mk:66: * Using prebuilt kernel binary instead of source *
build/core/tasks/kernel.mk:67: * THIS IS DEPRECATED, AND WILL BE DISCONTINUED *
build/core/tasks/kernel.mk:68: * Please configure your device to download the kernel *
build/core/tasks/kernel.mk:69: * source repository to kernel/asus/grouper
build/core/tasks/kernel.mk:70: * See http://forum.xda-developers.com/wiki/ROM/Integrated_Kernel_Build
build/core/tasks/kernel.mk:71: * for more information *
build/core/tasks/kernel.mk:72: ***************************************************************
make: *** Nessuna regola per generare l'obiettivo "bacon". Arresto.
What I did is right?
Thanks for the attention.
gorneman said:
Code:
including ./vendor/omni/Android.mk ...
build/core/tasks/kernel.mk:65: ***************************************************************
build/core/tasks/kernel.mk:66: * Using prebuilt kernel binary instead of source *
build/core/tasks/kernel.mk:67: * THIS IS DEPRECATED, AND WILL BE DISCONTINUED *
build/core/tasks/kernel.mk:68: * Please configure your device to download the kernel *
build/core/tasks/kernel.mk:69: * source repository to kernel/asus/grouper
build/core/tasks/kernel.mk:70: * See http://forum.xda-developers.com/wiki/ROM/Integrated_Kernel_Build
build/core/tasks/kernel.mk:71: * for more information *
build/core/tasks/kernel.mk:72: ***************************************************************
make: *** Nessuna regola per generare l'obiettivo "bacon". Arresto.
What I did is right?
Click to expand...
Click to collapse
Do you have any more errors, or more of the log? Last I checked, that kernel.mk line 65-72 is not a showstopper, just a warning. I've never messed with lines that you've added before. As for the kernel, why don't you compile the kernel from sources you choose? And if you really don't want to do that, why don't use the precompiled kernel, and that inserted in your build?
PonsAsinorem said:
Do you have any more errors, or more of the log? Last I checked, that kernel.mk line 65-72 is not a showstopper, just a warning. I've never messed with lines that you've added before. As for the kernel, why don't you compile the kernel from sources you choose? And if you really don't want to do that, why don't use the precompiled kernel, and that inserted in your build?
Click to expand...
Click to collapse
Thanks, but no luck. I try to include prebuilt kernel, but but gives me an error about overwriting commands.
gorneman said:
Thanks, but no luck. I try to include prebuilt kernel, but but gives me an error about overwriting commands.
Click to expand...
Click to collapse
Maybe some links? I can't really see what you're doing and I'm missing parts of the puzzle.
Can you link me to your device tree? And to the kernel source? A full build log, including commands, uploaded to pastebin would be nice as well.
Also, have you tried compiling the kernel with the build? That is the preferred method. And if you insist on using a prebuilt, I'd try the method below, instead of skipping.
Here's some good reading in the meantime: http://wiki.cyanogenmod.org/w/Doc:_...Step_4._Configuring_the_fallback_to_prebuilts
http://pastebin.com/neh14Aj4 build log
http://pastebin.com/fURqBpMQ boardCommonConfig
My device is Grouper (Nexus 7 2012 Wifi) and I follow this wiki page (grouper instead of tilapia).
Thanks
If I do "brunch" in term :
Code:
[email protected] ~/Android/Omni $ brunch
You're building on Linux
Lunch menu... pick a combo:
1. full-eng
Which would you like? [aosp_arm-eng]
These codes is copied from a chinese forum and I had tested all codes. Some work but some not work. Sorry about my English.
Working code
"* # 8702 #" - Phone hardware testing (with Chinese language. Can anyone translate them??)
"* # 837500 #" - detect mobile version number, date, and phone system
"* # 7552 #" - to check whether the phone is ROOT
"* # * # 4636 # * # *" - check the phone information and battery information
* # * # 8255 # * # * Start GTalk Service Monitor display phone software version
* # 06 # phone original factory serial number (International Mobile Identity)
Not work on my phone
* # * # 34971539 # * # * Display Camera Camera firmware version or update the camera firmware
* # * # 7594 # * # * When long press the shutdown button, there will be a window to switch phone models, including: silent mode , flight mode and shut down, you can use the above code directly into the off button.
* # * # 273283 * 255 * 663282 * # * # * to open a place you can make backup media files, such as photos, sounds and videos
* # * # * # * # 197328640 start the service mode, you can test the phone part of the set and change the setting WLAN, GPS and Bluetooth Test code
* # * # 232338 # * # * Display WiFi MAC address
* # * # 1472365 # * # * GPS test
* # * # 1575 # * # * Other GPS test
* # * # 232331 # * # * Bluetooth test
* # * # 232337 # * # Display the Bluetooth device address
* # * # 0 * # * # * LCD test
* # * # 0842 # * # * device testing, such as vibration, brightness
* # * # 2663 # * # * Touch screen version
* # * # 2664 # * # * Touch screen test
* # * # 0588 # * # * proximity sensor test
* # * # 3264 # * # * memory version
Have fun all.
Gionee secrets
Hello,
Thanks for these codes, I am trying to disable H/H+ switch on my Gionee Dream D1. I have a lot of connection drops.
The chinese menu is:
- automatic test
- hardware test
- test report
- restore factory settings
------------------------------- exit
You can use Google Image Translate to further translate this, but you need another phone obviously.
I am trying to find the 3G settings, can someone tell me where to look?
Is there another code for the "real" hidden service menu?
Cheers.
UPDATE:
Haven't found anything useful in this chinese menu, only hardware-specific tests (lcd, sensors, wifi), no settings for 3G or network/broadband selection.
How to root my gionee s plus
Meid invelid code
Thanks for secret codes man! I must appreciate it. They work too!
please help me to recover my IMEI Lenovo A6000 I try all solutions found on google but nothing more walking * # * # 8899 # * # * or # 8899 #### gave nothing; please please please
Nanix86 said:
please help me to recover my IMEI Lenovo A6000 I try all solutions found on google but nothing more walking * # * # 8899 # * # * or # 8899 #### gave nothing; please please please
Click to expand...
Click to collapse
Go through this thread
http://forum.xda-developers.com/lenovo-a6000/help/hellllllllp-please-imei-unknown-null-t3296735
Hello! Installed the custom firmware LineageOS 14.1 (Android 7.1.2). How to enter the test menu in it * # 0 * # ?? or how to add? For example * # 06 # works, but diagnostics * # 0 * # does not work. Thank you!