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
Related
Quick and dirty modified split_bootimg.pl for splitting our signed boot images.
This will strip the first 256bytes (the signature) from the image.
Advice, this will ruin unsigned boot images, if you are not a competent developer leave th alone, if you are competent
make backups before using.
#!/usr/bin/perl
######################################################################
#
# File : split_bootimg.pl
# Author(s) : William Enck <[email protected]>
# Description : Split appart an Android boot image created
# with mkbootimg. The format can be found in
# android-src/system/core/mkbootimg/bootimg.h
#
# Thanks to alansj on xda-developers.com for
# identifying the format in bootimg.h and
# describing initial instructions for splitting
# the boot.img file.
#
# Last Modified : Tue Dec 2 23:36:25 EST 2008
# By : William Enck <[email protected]>
#
# Copyright (c) 2008 The Pennsylvania State University
# Systems and Internet Infrastructure Security Laboratory
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
######################################################################
#
# Modified for signed boot images, no longer compatible with
# unsigned images. ~jcase
#
# Modded by a friend of AndIRC
#
######################################################################
Nice Job thanks 4 this!
Sent from my ADR6400L using XDA Premium App
tanks d000d
Thank you jcase
Sent from my ADR6400L using XDA Premium App
sadly, this script can not work on galaxy note GT-N7000
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
Hey guys, can anyone help me? I accidentally messed up my vold.fstab file and don't know what the original text was that I need to restore it to. Can someone just copy the text in the file and share it with me please? In case you don't know where to find it, its in system > etc > vold.fstab. You can open it as text with a root explorer. Thanks in advance!
silentshadow867 said:
Hey guys, can anyone help me? I accidentally messed up my vold.fstab file and don't know what the original text was that I need to restore it to. Can someone just copy the text in the file and share it with me please? In case you don't know where to find it, its in system > etc > vold.fstab. You can open it as text with a root explorer. Thanks in advance!
Click to expand...
Click to collapse
Code:
# Copyright (c) 2011, Code Aurora Forum. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following
# disclaimer in the documentation and/or other materials provided
# with the distribution.
# * Neither the name of Code Aurora Forum, Inc. nor the names of its
# contributors may be used to endorse or promote products derived
# from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
dev_mount sdcard /storage/sdcard1 auto /devices/platform/msm_sdcc.3/mmc_host
dev_mount usbdisk_1.1.1 /storage/usbdisk_1.1.1 auto /devices/platform/msm_hsusb_host/usb1/1-1/1-1:1.0
dev_mount usbdisk_1.1 /storage/usbdisk_1.1 auto /devices/platform/msm_hsusb_host/usb1/1-1/1-1.1
dev_mount usbdisk_1.2 /storage/usbdisk_1.2 auto /devices/platform/msm_hsusb_host/usb1/1-1/1-1.2
dev_mount usbdisk_1.3 /storage/usbdisk_1.3 auto /devices/platform/msm_hsusb_host/usb1/1-1/1-1.3
dev_mount usbdisk_1.4 /storage/usbdisk_1.4 auto /devices/platform/msm_hsusb_host/usb1/1-1/1-1.4
dev_mount usbdisk_1.5 /storage/usbdisk_1.5 auto /devices/platform/msm_hsusb_host/usb1/1-1/1-1.5
dev_mount usbdisk_1.6 /storage/usbdisk_1.6 auto /devices/platform/msm_hsusb_host/usb1/1-1/1-1.6
dev_mount usbdisk_1.7 /storage/usbdisk_1.7 auto /devices/platform/msm_hsusb_host/usb1/1-1/1-1.7
You are awesome, thank you!
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!
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!