GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Various > Micromax


Micromax General Micromax phones discussion, firmwares, solution, root, help

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-17-2016, 12:56   #16 (permalink)
No Life Poster
 
teletalk's Avatar
 
Join Date: Dec 2008
Location: GUJARAT-INDIA
Posts: 664
Member: 926215
Status: Offline
Sonork: 100.1650776
Thanks Meter: 95

i follow this steps but face this error while usb driver is seems correct
C:\>adb shell fctest system rebo
adb server is out of date. kill
* daemon started successfully *
error: device '(null)' not found
 
Old 05-17-2016, 15:15   #17 (permalink)
No Life Poster
 
teletalk's Avatar
 
Join Date: Dec 2008
Location: GUJARAT-INDIA
Posts: 664
Member: 926215
Status: Offline
Sonork: 100.1650776
Thanks Meter: 95
my problem is solved now but after uninstall old driver and install new driver
 
Old 07-11-2016, 06:55   #18 (permalink)
Junior Member
 
Join Date: Feb 2016
Posts: 4
Member: 2531516
Status: Offline
Thanks Meter: 0
strange

mine not solved after adb shell fctest system reboot.
my other handset succeSs but in this handset phone restarts but same stuck on modem screen
ANY OTHER WAY TO SOLVE THIS
THANKS.
 
Old 07-11-2016, 08:30   #19 (permalink)
Banned
 
Join Date: Dec 2015
Location: Temp@
Posts: 1,065
Member: 2508657
Status: Offline
Sonork: 100.1623070
Thanks Meter: 380
Donate money to this user
Downlo@d & Try To Flash 1st Ur Handset And After Flash U Have Faced Problem 1.modem 1/1

Then UsE This Steps For Solving This Issue 1.modem 1/1

Code:
1. Connect The Phone With Usb Cable..
2. Open CMD & Type: cd/ Then Type This Command "adb shell fctest system reboot" 
3. Ur PhoNE Rebot And Ur Problem Is Solved :D
Here Is Firemware,Tool,Driver Etc..


Flash File 4.4.028.P0.140709.7296S_I01.zip

FlashTool YGDP_Setup_V3.83_Beta_Assembly.zip

Flashing Procedure A109_Flashing_Procedure.pdf

UsbDrivers Android_USB_Driver.zip
 
Old 08-19-2016, 04:57   #20 (permalink)
Junior Member
 
Join Date: Jun 2013
Posts: 15
Member: 1953456
Status: Offline
Thanks Meter: 13
Thumbs up micromax a109 100% done by ur trick ya

I have returned lot of customers fone back bt today this solution by you did my work thanx bro
 
Old 10-10-2016, 19:33   #21 (permalink)
Insane Poster
 
Join Date: May 2008
Location: Khattalwada
Age: 47
Posts: 69
Member: 783945
Status: Offline
Thanks Meter: 10
Quote:
Originally Posted by SamraatAshok View Post
My problem is solved bro Thanks
try this adb ver minimal_adb_fastboot_v1.2_setup.exe
 
Old 11-10-2016, 08:23   #22 (permalink)
Junior Member
 
Join Date: Feb 2011
Location: udupi
Posts: 4
Member: 1520582
Status: Offline
Thanks Meter: 1
Donate money to this user
if u have readed firmware pls post link ..............

Quote:
Originally Posted by skazharkgn View Post
read workin phone factroy firmware in cs tool or cm2 then write firmware inshaallah your problem solve 1000000%
if u have readed firmware pls post link ..............
 
Old 02-08-2017, 06:39   #23 (permalink)
Crazy Poster
 
Join Date: May 2013
Location: INDIAN
Posts: 58
Member: 1943146
Status: Offline
Thanks Meter: 11
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
Code:
C:\Program Files\Minimal ADB and Fastboot>ADB
Android Debug Bridge version 1.0.31

 -d                            - directs command to the only connected USB devic
e
                                 returns an error if more than one USB device is
 present.
 -e                            - directs command to the only running emulator.
                                 returns an error if more than one emulator is r
unning.
 -s <specific device>          - directs command to the device or emulator with
the given
                                 serial number or qualifier. Overrides ANDROID_S
ERIAL
                                 environment variable.
 -p <product name or path>     - simple product name like 'sooner', or
                                 a relative/absolute path to a product
                                 out directory like 'out/target/product/sooner'.

                                 If -p is not specified, the ANDROID_PRODUCT_OUT

                                 environment variable is used, which must
                                 be an absolute path.
 devices [-l]                  - list all connected devices
                                 ('-l' will also list device qualifiers)
 connect <host>[:<port>]       - connect to a device via TCP/IP
                                 Port 5555 is used by default if no port number
is specified.
 disconnect [<host>[:<port>]]  - disconnect from a TCP/IP device.
                                 Port 5555 is used by default if no port number
is specified.
                                 Using this command with no additional arguments

                                 will disconnect from all connected TCP/IP devic
es.

device commands:
  adb push <local> <remote>    - copy file/dir to device
  adb pull <remote> [<local>]  - copy file/dir from device
  adb sync [ <directory> ]     - copy host->device only if changed
                                 (-l means list but don't copy)
                                 (see 'adb help all')
  adb shell                    - run remote shell interactively
  adb shell <command>          - run remote shell command
  adb emu <command>            - run emulator console command
  adb logcat [ <filter-spec> ] - View device log
  adb forward <local> <remote> - forward socket connections
                                 forward specs are one of:
                                   tcp:<port>
                                   localabstract:<unix domain socket name>
                                   localreserved:<unix domain socket name>
                                   localfilesystem:<unix domain socket name>
                                   dev:<character device name>
                                   jdwp:<process pid> (remote only)
  adb jdwp                     - list PIDs of processes hosting a JDWP transport

  adb install [-l] [-r] [-s] [--algo <algorithm name> --key <hex-encoded key> --
iv <hex-encoded iv>] <file>
                               - push this package file to the device and instal
l it
                                 ('-l' means forward-lock the app)
                                 ('-r' means reinstall the app, keeping its data
)
                                 ('-s' means install on SD card instead of inter
nal storage)
                                 ('--algo', '--key', and '--iv' mean the file is
 encrypted already)
  adb uninstall [-k] <package> - remove this app package from the device
                                 ('-k' means keep the data and cache directories
)
  adb bugreport                - return all information from the device
                                 that should be included in a bug report.

  adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy
stem] [<packages...>]
                               - write an archive of the device's data to <file>
.
                                 If no -f option is supplied then the data is wr
itten
                                 to "backup.ab" in the current directory.
                                 (-apk|-noapk enable/disable backup of the .apks
 themselves
                                    in the archive; the default is noapk.)
                                 (-shared|-noshared enable/disable backup of the
 device's
                                    shared storage / SD card contents; the defau
lt is noshared.)
                                 (-all means to back up all installed applicatio
ns)
                                 (-system|-nosystem toggles whether -all automat
ically includes
                                    system applications; the default is to inclu
de system apps)
                                 (<packages...> is the list of applications to b
e backed up.  If
                                    the -all or -shared flags are passed, then t
he package
                                    list is optional.  Applications explicitly g
iven on the
                                    command line will be included even if -nosys
tem would
                                    ordinarily cause them to be omitted.)

  adb restore <file>           - restore device contents from the <file> backup
archive

  adb help                     - show this help message
  adb version                  - show version num

scripting:
  adb wait-for-device          - block until device is online
  adb start-server             - ensure that there is a server running
  adb kill-server              - kill the server if it is running
  adb get-state                - prints: offline | bootloader | device
  adb get-serialno             - prints: <serial-number>
  adb get-devpath              - prints: <device-path>
  adb status-window            - continuously print device status for a specifie
d device
  adb remount                  - remounts the /system partition on the device re
ad-write
  adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
tloader or recovery program
  adb reboot-bootloader        - reboots the device into the bootloader
  adb root                     - restarts the adbd daemon with root permissions
  adb usb                      - restarts the adbd daemon listening on USB
  adb tcpip <port>             - restarts the adbd daemon listening on TCP on th
e specified port
networking:
  adb ppp <tty> [parameters]   - Run PPP over USB.
 Note: you should not automatically start a PPP connection.
 <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
 [parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
  <localdir> can be interpreted in several ways:

  - If <directory> is not specified, both /system and /data partitions will be u
pdated.

  - If it is "system" or "data", only the corresponding partition
    is updated.

environmental variables:
  ADB_TRACE                    - Print debug information. A comma separated list
 of the following values
                                 1 or all, adb, sockets, packets, rwx, usb, sync
, sysdeps, transport, jdwp
  ANDROID_SERIAL               - The serial number to connect to. -s takes prior
ity over this if given.
  ANDROID_LOG_TAGS             - When used with the logcat option, only these de
bug tags are printed.

C:\Program Files\Minimal ADB and Fastboot>adb shell fctest system reboot
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
- exec '/system/bin/sh' failed: No such file or directory (2) nRet(-1) -

C:\Program Files\Minimal ADB and Fastboot>

Last edited by Deepesh Sharma; 04-28-2018 at 05:52. Reason: warp code
 
Old 02-08-2017, 07:56   #24 (permalink)
No Life Poster
 
Deepesh Sharma's Avatar
 
Join Date: May 2010
Location: Incredible-India
Posts: 6,018
Member: 1301233
Status: Offline
Sonork: Closed
Thanks Meter: 9,297
Donate money to this user
Reflash your handset then try to repair modem
 
Old 03-03-2017, 17:07   #25 (permalink)
Junior Member
 
Join Date: Jun 2013
Posts: 14
Member: 1952926
Status: Offline
Thanks Meter: 5
Micromax a109

Aftar flash you hang on modern 1/1

cmd type

type ; adb


type ; adb shell fctest system reboot
 
The Following User Says Thank You to rameezraza For This Useful Post:
Closed Thread

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 



All times are GMT +1. The time now is 03:31.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.22639 seconds with 8 queries

SEO by vBSEO