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 > Other Gsm/Mobile Related Forums > GSM Programming & Reverse Engineering


GSM Programming & Reverse Engineering Here you can post all Kind of GSM Programming and Reverse Engineering tools and Secrets.

Reply
 
LinkBack Thread Tools Display Modes
Old 03-04-2015, 14:45   #31 (permalink)
Freak Poster
 
loniryan's Avatar
 
Join Date: Oct 2014
Location: efs
Age: 33
Posts: 496
Member: 2279944
Status: Offline
Sonork: not avaliable
Thanks Meter: 167

type * # * # 2846579 # * # * Project Menu-> background setting-> USB ports setting-> USB ports Setting-> Manufacturer Mode
  Reply With Quote
Old 03-04-2015, 14:46   #32 (permalink)
Freak Poster
 
loniryan's Avatar
 
Join Date: Oct 2014
Location: efs
Age: 33
Posts: 496
Member: 2279944
Status: Offline
Sonork: not avaliable
Thanks Meter: 167
or open cmd and type


Adb shell
su
setprop sys.usb.config diag,adb
  Reply With Quote
Old 03-09-2015, 18:38   #33 (permalink)
Freak Poster
 
Join Date: Aug 2006
Location: Buenos Aires, Argentina
Posts: 431
Member: 331917
Status: Offline
Thanks Meter: 214
Donate money to this user
Quote:
Originally Posted by loniryan View Post
or open cmd and type


Adb shell
su
setprop sys.usb.config diag,adb
this is not working for me....

phone does not generate com port

I tried also this:

dd if=/dev/zero of=/dev/block/mmcblk0p(partitions number)

but phone says there is not enought space....

I will quote error later anyway

thanks
  Reply With Quote
Old 03-11-2015, 01:50   #34 (permalink)
Freak Poster
 
loniryan's Avatar
 
Join Date: Oct 2014
Location: efs
Age: 33
Posts: 496
Member: 2279944
Status: Offline
Sonork: not avaliable
Thanks Meter: 167
there will not any comport appear after this command...it just enable ''modem'' than go to devıce manager...open modems..than double click on qualcom,zte,samsung or whichever appear...u will see diag com in modem propeties..
  Reply With Quote
The Following User Says Thank You to loniryan For This Useful Post:
Old 03-11-2015, 01:57   #35 (permalink)
Freak Poster
 
loniryan's Avatar
 
Join Date: Oct 2014
Location: efs
Age: 33
Posts: 496
Member: 2279944
Status: Offline
Sonork: not avaliable
Thanks Meter: 167
open qpst config
click add a new port
write this to port: com_''modem port number''
write label: com

for example:

port: com_144
label: com

http://www.androidbrick.com/wp-conte...12/ders3_2.jpg

if you need help i will connect and show remotely..pm to me

Last edited by loniryan; 03-11-2015 at 02:07.
  Reply With Quote
The Following User Says Thank You to loniryan For This Useful Post:
Old 03-11-2015, 02:11   #36 (permalink)
Freak Poster
 
loniryan's Avatar
 
Join Date: Oct 2014
Location: efs
Age: 33
Posts: 496
Member: 2279944
Status: Offline
Sonork: not avaliable
Thanks Meter: 167
and not enoug space error is not important

http://www.androidbrick.com/wp-conte...014/12/bir.jpg
  Reply With Quote
Old 03-11-2015, 07:00   #37 (permalink)
Freak Poster
 
Join Date: Aug 2006
Location: Buenos Aires, Argentina
Posts: 431
Member: 331917
Status: Offline
Thanks Meter: 214
Donate money to this user
nop.... modem does not appear....

not even with that command...

modem appears, and qc diag port on lower android version, but not on 4.0.4

I can connect on lower versions.....

after dd if=/dev/zero of=/dev/block/mmcblk0p(partitions number)

imei is still there (I tried all modem partitions)

and after adb reboot, phone shows error, and does not power on, until I flash modem back
  Reply With Quote
Old 03-11-2015, 07:25   #38 (permalink)
Freak Poster
 
Join Date: Aug 2006
Location: Buenos Aires, Argentina
Posts: 431
Member: 331917
Status: Offline
Thanks Meter: 214
Donate money to this user
well, after deleting some other partitions, I got now imei 000000011234564
  Reply With Quote
Old 03-11-2015, 11:29   #39 (permalink)
Freak Poster
 
Join Date: Oct 2006
Location: India
Posts: 488
Member: 376471
Status: Offline
Sonork: 100.1608095
Thanks Meter: 107
Quote:
Originally Posted by loniryan View Post
u are on wrong way..let me explain..u have to use following command for know which one is modems1 or modemst2 or fgs partititons..so u have to do this procces with adb while phone is on..

ls -al /dev/block/platform/msm_sdcc.1/by-name(this command is help you to know partition number)
for example unix based android system mobiles have about 20 partitions
for zte blade vec 4...im deleting 15,16 and 17 partitions
because
fgs is 15
modemst1 is 16
modemst2 is 17
if you will use this command u will see ls -al /dev/block/platform/msm_sdcc.1/by-name

important: after zero fill partitions u must reboot device via adb..do not manualy reboot because procces will be failed..

for example.. after root im using this command for zte blade vec

adb shell su dd if=/dev/zero of=/dev/block/mmcblk0p15
adb shell su dd if=/dev/zero of=/dev/block/mmcblk0p16
adb shell su dd if=/dev/zero of=/dev/block/mmcblk0p17
adb shell su reboot
(as u can see im deleting 15,16 and 17 number partitions than reboot)

for moto maybe u have to delete 12,17,19 numbered partitions,i dont know maybe 11.10.9...u have to see partition table via this command

ls -al /dev/block/platform/msm_sdcc.1/by-name

Dear Member...

after zero fill necessary partition from 1+1 6gb, baseband became unknown & qcn which i edited is not restoring to phone...

what's the solution?
  Reply With Quote
Old 03-11-2015, 11:32   #40 (permalink)
Freak Poster
 
Join Date: Oct 2006
Location: India
Posts: 488
Member: 376471
Status: Offline
Sonork: 100.1608095
Thanks Meter: 107
Quote:
Originally Posted by Nicogalan View Post
well, after deleting some other partitions, I got now imei 000000011234564
Dear Member...

what are the some other partitions, will it work for 1+1...
  Reply With Quote
Old 03-11-2015, 12:20   #41 (permalink)
Freak Poster
 
loniryan's Avatar
 
Join Date: Oct 2014
Location: efs
Age: 33
Posts: 496
Member: 2279944
Status: Offline
Sonork: not avaliable
Thanks Meter: 167
Quote:
Originally Posted by ashamsu View Post
Dear Member...

what are the some other partitions, will it work for 1+1...
for one plus one firstly delete modem..than telete all partitions..brick phone ur emmc must be totaly empty..than repair boot..reflash and write back qcn
  Reply With Quote
Old 03-11-2015, 12:40   #42 (permalink)
Freak Poster
 
Join Date: Jun 2006
Location: argentina
Age: 36
Posts: 132
Member: 292644
Status: Offline
Thanks Meter: 19
The process is the same as the model xt925, but does not work and try many times, forcing the connection with QCOM program, sending spc, the program detects reads nvm 550 where it is stored IMEI (can not remember exactly), however much you erase the modem will not let you write the imei , unlike the xt925 .
  Reply With Quote
Old 03-11-2015, 19:29   #43 (permalink)
Freak Poster
 
Join Date: Aug 2006
Location: Buenos Aires, Argentina
Posts: 431
Member: 331917
Status: Offline
Thanks Meter: 214
Donate money to this user
I deleted hob and misc partition...

then imei is 000000011234564

I was not able to restore (I have not backup partition from this phone, it was for testing)

I wrote backup from another working phone, but imei is still the same.... 000000011234564

it seems I need to get another phone to continue.....
  Reply With Quote
Old 03-11-2015, 21:50   #44 (permalink)
No Life Poster
 
Join Date: Jun 2004
Location: USA
Age: 39
Posts: 1,142
Member: 67927
Status: Offline
Thanks Meter: 108
Quote:
Originally Posted by Nicogalan View Post
I deleted hob and misc partition...

then imei is 000000011234564

I was not able to restore (I have not backup partition from this phone, it was for testing)

I wrote backup from another working phone, but imei is still the same.... 000000011234564

it seems I need to get another phone to continue.....
Maybe you should have listened

Quote:
Originally Posted by dest View Post
I wouldn't do that to a Motorola phone before backing up partitions because you don't know how the phone will react to null partitions. QCN is a nv backup of the phone, nv 550 contains the IMEI.
  Reply With Quote
The Following User Says Thank You to dest For This Useful Post:
Old 03-11-2015, 22:23   #45 (permalink)
Super Moderator
 
Join Date: Jul 2008
Location: Villa del rosario/Nsd Colombia
Posts: 3,605
Member: 813309
Status: Offline
Thanks Meter: 1,912
Moto x Nvm And Qcn

NVM

QCN
__________________

Please do not Personal Message me for help or troubleshooting. They will be ignored. Use the forums!
  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 19:40.



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.22733 seconds with 8 queries

SEO by vBSEO