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 > Motorola > Motorola Android based


Motorola Android based General Motorola Android phones discussion, firmwares, solution, root, help

Reply
 
LinkBack Thread Tools Display Modes
Old 04-14-2017, 02:22   #16 (permalink)
Freak Poster
 
Join Date: Dec 2016
Location: jhjhjhjh
Posts: 457
Member: 2666112
Status: Offline
Thanks Meter: 94

https://www.youtube.com/watch?v=EZG2xSikkAo
  Reply With Quote
Old 04-20-2017, 13:36   #17 (permalink)
No Life Poster
 
taieeb's Avatar
 
Join Date: May 2008
Location: shimoga
Age: 40
Posts: 596
Member: 781262
Status: Offline
Thanks Meter: 90
how to assign port, port not showing
  Reply With Quote
Old 06-07-2017, 04:03   #18 (permalink)
Junior Member
 
Join Date: May 2011
Location: Aizawl
Posts: 31
Member: 1581131
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by ElmerLc View Post
FRP Motorola 7.0 7.1 All Security

https://www.4shared.com/file/yvzRzVh...ervice212.html

1. Install "MotoService 2.1.2" GSM SERVICES TEAM
2. After installation, perform the following procedures:
The. Go to "C: \ Program Files (x86) \ Motorola \ MotoService" (default installation location)
B. Rename "Motoweb.dll" dll to Motoweb2.dll.
W Then go to "MotoService" for the first time and close.
D. Go to "C: \ ProgramData \ Motorola \ MotoService" and rename the file
"MotoServiceOptions.json" for MotoServiceOptions2.json.
Y. Then edit the MotoServiceOptions2.json file (right-click
Put it with the notebook).
F. Edit in line 13 the following name (":: offlinemode: false"), place
"Offlinemode": true, save as MotoServiceOptions.json, close and open
The program normally done this will free the side menus.
3. Turn the unit off and then on again in "FASTBOOT" mode (POWER +
VOLUME -), select "FACTORY MODE" and press Power.
computer
4. Open the "MotoService" program, go to "Options" - "Port Settings",
On the screen, the device will select the number you want to place.
Press "Assing" and "Done"
5. In the menu select "Power Test", this will be done on the device port will appear
Once again, "Tower Test" again press this option, after this a window will open and
Press "Yes"
6. Remove the appliance from the mains and turn it on again in FACTORY MODE and
The power button again connects to the computer, which
Enable USB debugging check the option and ok.
7. Open the Adb command prompt and perform the second procedure of the old devices
(G2, G3) by entering the following command.
8. adb devices
9. adb shell content insert --url content: // settings / secure --bind
First Name: s: user_setup_complete --bind value: s: 1
10. Turn the device off and on and unlock

Sincerely:
GSM SERVICES TEAM
Copyrighted by 2016 - 2017

Like this my problem also unsupported argument...how to solve
  Reply With Quote
Old 06-07-2017, 04:04   #19 (permalink)
Junior Member
 
Join Date: May 2011
Location: Aizawl
Posts: 31
Member: 1581131
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by maplegsm View Post
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\hp>cd..

C:\Users>cd..

C:\>cd..

C:\>adb devices
List of devices attached
TA1040AZTQ device


C:\>adb shell content insert --url content: // settings / secure --bind
usage: adb shell content [subcommand] [options]

usage: adb shell content insert --uri <URI> [--user <USER_ID>] --bind <BINDING>
[--bind <BINDING>...]
<URI> a content provider URI.
<BINDING> binds a typed value to a column and is formatted:
<COLUMN_NAME>:<TYPE>:<COLUMN_VALUE> where:
<TYPE> specifies data type such as:
b - boolean, s - string, i - integer, l - long, f - float, d - double
Note: Omit the value for passing an empty string, e.g column:s:
Example:
# Add "new_setting" secure setting with value "new_value".
adb shell content insert --uri content://settings/secure --bind name:s:new_set
ting --bind value:s:new_value

usage: adb shell content update --uri <URI> [--user <USER_ID>] [--where <WHERE>]

<WHERE> is a SQL style where clause in quotes (You have to escape single quote
s - see example below).
Example:
# Change "new_setting" secure setting to "newer_value".
adb shell content update --uri content://settings/secure --bind value:s:newer_
value --where "name='new_setting'"

usage: adb shell content delete --uri <URI> [--user <USER_ID>] --bind <BINDING>
[--bind <BINDING>...] [--where <WHERE>]
Example:
# Remove "new_setting" secure setting.
adb shell content delete --uri content://settings/secure --where "name='new_se
tting'"

usage: adb shell content query --uri <URI> [--user <USER_ID>] [--projection <PRO
JECTION>] [--where <WHERE>] [--sort <SORT_ORDER>]
<PROJECTION> is a list of colon separated column names and is formatted:
<COLUMN_NAME>[:<COLUMN_NAME>...]
<SORT_ORDER> is the order in which rows in the result should be sorted.
Example:
# Select "name" and "value" columns from secure settings where "name" is equal
to "new_setting" and sort the result by name in ascending order.
adb shell content query --uri content://settings/secure --projection name:valu
e --where "name='new_setting'" --sort "name ASC"

usage: adb shell content call --uri <URI> --method <METHOD> [--arg <ARG>]
[--extra <BINDING> ...]
<METHOD> is the name of a provider-defined method
<ARG> is an optional string argument
<BINDING> is like --bind above, typed data of the form <KEY>:{b,s,i,l,f,d}:<VA
L>

usage: adb shell content read --uri <URI> [--user <USER_ID>]
Example:
# cat default ringtone to a file, then pull to host
adb shell 'content read --uri content://settings/system/ringtone > /mnt/sdcard
/tmp.ogg' && adb pull /mnt/sdcard/tmp.ogg


[ERROR] Unsupported argument: --url

C:\>Name: s: user_setup_complete --bind value: s: 1



Like this my problem also unsupported argument...how to solve
  Reply With Quote
Old 07-29-2017, 21:05   #20 (permalink)
Junior Member
 
Join Date: Mar 2015
Location: HN
Posts: 5
Member: 2364200
Status: Offline
Thanks Meter: 0
This method not work on the Motorola Nexus 6 (XT1100) with patch from April 1, 2017.
Someone could do google account bypass?
  Reply With Quote
Old 08-20-2017, 08:40   #21 (permalink)
Freak Poster
 
abdul kadhar's Avatar
 
Join Date: Dec 2007
Location: trichy
Posts: 138
Member: 651994
Status: Offline
Sonork: n/a
Thanks Meter: 62
Donate money to this user
device not show moto service tool windows 8.1 how to solve
  Reply With Quote
Old 08-22-2017, 13:07   #22 (permalink)
Junior Member
 
Join Date: Dec 2016
Posts: 1
Member: 2657432
Status: Offline
Sonork: www.monkeyponka.com
Thanks Meter: 0
xt1103 2017 security factory mode not working
  Reply With Quote
Old 09-04-2017, 11:58   #23 (permalink)
Junior Member
 
Join Date: Sep 2017
Posts: 1
Member: 2754233
Status: Offline
Thanks Meter: 0
When I connect my device and click on power test then my device is Off and I can't get power test😖😞😞please help
  Reply With Quote
Old 09-05-2017, 09:21   #24 (permalink)
Junior Member
 
Join Date: Aug 2017
Location: Tirunelveli, Tamilnadu
Posts: 5
Member: 2744326
Status: Offline
Thanks Meter: 0
Moto xt1644 (Moto g4 plus)
Processor - Qualcom
Android Version - 7.1
Security Patch - june

FRP any solution ???

I tried Moto service powertest - not working
I tried using commands in terminal emulator to downgrade google account manager - not working

If you find any solution please let me know

Thanks in advance
NKV
  Reply With Quote
Old 09-14-2017, 10:23   #25 (permalink)
No Life Poster
 
GSMsurgeon's Avatar
 
Join Date: Sep 2001
Location: United Kingdom
Age: 48
Posts: 1,754
Member: 6524
Status: Offline
Thanks Meter: 246
help me please

software is running connecting ok..but cant use power test,getting error msg
  Reply With Quote
Old 09-14-2017, 10:42   #26 (permalink)
No Life Poster
 
GSMsurgeon's Avatar
 
Join Date: Sep 2001
Location: United Kingdom
Age: 48
Posts: 1,754
Member: 6524
Status: Offline
Thanks Meter: 246
please check attached picture

attached error screen short
Attached Images
File Type: gif moto error 1.gif (139.4 KB, 202 views)
File Type: gif moto error 2.gif (18.5 KB, 164 views)
  Reply With Quote
Old 10-09-2017, 19:47   #27 (permalink)
Junior Member
 
Join Date: Feb 2011
Posts: 2
Member: 1508792
Status: Offline
Thanks Meter: 0
pls help me i m having prob pls give me solution
showing 1) error system time check failed error
2) you have reached the limit running offline
  Reply With Quote
Old 10-15-2017, 11:35   #28 (permalink)
Crazy Poster
 
Join Date: Jun 2015
Location: Dhaka
Posts: 59
Member: 2419215
Status: Offline
Thanks Meter: 5
Not working on June or up security patch.Now what ?
  Reply With Quote
Old 10-15-2017, 11:53   #29 (permalink)
No Life Poster
 
Join Date: Nov 2005
Location: Sindhu Desh
Age: 36
Posts: 8,135
Member: 199814
Status: Offline
Thanks Meter: 1,960
for latest security there is paid service
  Reply With Quote
Old 10-15-2017, 15:00   #30 (permalink)
Product Supporter
 
..:: SONY ::..'s Avatar
 
Join Date: Mar 2011
Location: ..::INDIA::.. Andhra Pradesh
Age: 41
Posts: 2,197
Member: 1528548
Status: Offline
Sonork: 100.1613286(Offline)
Thanks Meter: 2,244
Donate money to this user
Quote:
Originally Posted by jibonrex13 View Post
Not working on June or up security patch.Now what ?
this service available moto service centare right now

any tool not support this time wait for updates
  Reply With Quote
Reply

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 13:04.



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.22446 seconds with 9 queries

SEO by vBSEO