【modem】 SGY USB modem functionality , AT command set & mai77's [RESEARCH] misc. stuff - Galaxy Y GT-S5360 Android Development

【modem】 SGY USB modem functionality , AT command set & mai77's [RESEARCH] misc. stuff
the SGY modem can be talked to in Windows with COM2: hyperterminal or s.th. similar:
ATQ0V1E0 - OK
AT+GMM - GT-S5360
AT+FCLASS=? - no fax
AT#CLS=? - error
AT+GCI? - error
AT+GCI=? - error
ATI1 - BCM21553_Modem_SI1220.2_V2.4
ATI2 - OK
3...6 OK
ATI7 - OK
so we have no fax.
you can do some stuff via AT commands, such as query SMS central asf..
anybody found out anything fancy yet ?

commands
PuTTY log
AT+CLAC // query available AT commands
Code:
&C
&D
&F
&W
*
*APMCAPITST capi test
*APMSLEEP
*APMTEST error
*CGSEND
*CPMINDRDR
*CPMSOCKTST socket test
*DORMANT
*DPROFTST test
*MACCTTST test
*MAUDLEVEL audio level
*MAUDMODE
*MAUDTUNE
*MAUDVOL
*MBSEL
*MBTSAP
*MCAM
*MCAPITST
*MCNAP
*MCNFG
*MCOLR
*MCSDACCEPT
*MCSDPARAM
*MCSDSEND
*MCSDSTART
*MCSDSTOP
*MCSQ
*MCUSA
*MDBCF
*MDEMO error what ?
*MDNPN
*MDSPTST test
*MDTMF
*MECSIM
*MEDL
*MEMDUMP hex dump
*MHDK
*MICID some funny code
*MINDRDR
*MKEYTONE
*MLPBKIP
*MMGQ
*MMGSR
*MPCHRSP
*MPDPTST test
*MPGS
*MPLMNTST test OK
*MPROF
*MPSEL
*MQCFI
*MQPIN
*MQPV
*MQSC
*MQSPN
*MQSSIG
*MRESET reset what ?
*MRINFO OK
*MSALS
*MSCLASS not allowed
*MSETPORT
*MSETSIM
*MSIMIF
*MSIMTST sim card
*MSLEEP
*MSMS
*MSNU
*MSOCKTST test
*MSTACKTST test
*MSTPTN
*MSTTY
*MTEST test stuff
*MTESTUSB err
*MTESTUSBCP err
*MTMENU
*MTREPORT ok
*MTRES
*MTSTUSSD
*MTZ
*MUPAS
*MUSBTST
*MUSBTSTCP test
*MVERS
*MVMIND
*MVMSC
*MVTS
*VJC
+BANSELCT
+CACM
+CAMM
+CAOC
+CBC
+CBST
+CCFC
+CCLK
+CCWA
+CCWE
+CEER
+CFUN
+CGACT
+CGATT
+CGCLASS fax
+CGCMOD
+CGDATA
+CGDCONT
+CGDSCONT set your APN, required!
+CGEQMIN
+CGEQNEG
+CGEQREQ
+CGEREP
+CGMI
+CGMM
+CGMR
+CGPADDR
+CGQMIN
+CGQREQ
+CGREG
+CGSMS
+CGSN
+CGTFT
+CHLD
+CHUP
+CIMI
+CKPD
+CLAC
+CLCC
+CLCK
+CLIP
+CLIR
+CMAR
+CMEC
+CMEE
+CMER
+CMGC
+CMGD
+CMGF
+CMGL
+CMGR
+CMGS
+CMGW
+CMMS
+CMOD
+CMOLRG
+CMSS
+CMUT
+CMUX
+CNMA
+CNMI
+CNUM
+COLP
+COPN
+COPS
+CPAS
+CPBF
+CPBR
+CPBS
+CPBW
+CPIN
+CPLS
+CPMS
+CPNET
+CPNSTAT
+CPOL
+CPUC
+CPWC
+CPWD
+CR
+CRC
+CREG
+CRES
+CRLA
+CRLP
+CRSM
+CSAS
+CSCA
+CSCB
+CSCS
+CSDH
+CSIM
+CSMP
+CSMS
+CSNS
+CSQ
+CSSN
+CSTA
+CTZR
+CUSD
+DR
+DS
+ER
+ES
+ETBM
[I]+CME ERROR:
ATC still in processing other AT command
[/I][B]a lot[/B] :mad:
+FMDL?
+FMFR?
+FMI?
+FMM?
+FMR?
+FREV?
+GCAP +GCAP: +CGSM, +FCLASS, +DS, +ES
+GETBAND OK :confused:
+GMI
+GMM
+GMR
+ICF
+IFC
+ILRR
+IPR
+MAXPOWER
+SETBAND freeze
+SLEEP
+VGR
+VGT
+VTD
+VTS
+WS46
A
D
E
H
I
L
M
O
P
Q
S0 8 S-registers available
S10
S3
S4
S5
S6
S7
S8
T
V
X
Z
explanation see http://forum.xda-developers.com/showthread.php?t=1471241

http://fabiensanglard.net/cellphoneModem/index2.php
discusses how to log modem traffic
http://forum.xda-developers.com/showpost.php?p=20923894&postcount=2
resolve privacy issues via AT command

ot
latest stock LI1 csc.rfs swype installer:
GT-S5369 is vodafone branded. these models are maintained in the same "tree" as SGY by samsung:
"GT-B7510" is galaxy pro with hw keyboard, non slider
assert(getprop("ro.product.device") == "GT-S5360" ||
getprop("ro.build.product") == "GT-S5360" ||
getprop("ro.product.device") == "GT-S5360B" ||
getprop("ro.build.product") == "GT-S5360B" ||
getprop("ro.product.device") == "GT-S5830" ||
getprop("ro.build.product") == "GT-S5830" ||
getprop("ro.product.device") == "GT-S5570" ||
getprop("ro.build.product") == "GT-S5570" ||
getprop("ro.product.device") == "GT-S5670" ||
getprop("ro.product.product") == "GT-S5670"||
getprop("ro.product.device") == "GT-B5510" ||
getprop("ro.build.product") == "GT-B5510" ||
getprop("ro.product.device") == "GT-S5360T" ||
getprop("ro.build.product") == "GT-S5360T" ||
getprop("ro.product.device") == "GT-S5363" ||
getprop("ro.build.product") == "GT-S5363" ||
getprop("ro.product.device") == "GT-S5369" ||
getprop("ro.build.product") == "GT-S5369" ||
getprop("ro.product.device") == "GT-S5570I" ||
getprop("ro.build.product") == "GT-S5570I" ||
getprop("ro.product.device") == "GT-S5830i" ||
getprop("ro.build.product") == "GT-S5830i" ||
getprop("ro.product.device") == "GT-B7510" ||
getprop("ro.product.product") == "GT-B7510"
);
show_progress(0.100000, 0);
show_progress(0.500000, 0);
# format("MTD", "system");
# mount("MTD", "system", "/system");
package_extract_dir("system", "/system");
# unmount("/system");

wat is this!!?

so whts your point bro? wht benefit are we going to get from it
Sent from my GT-S5360 using Tapatalk 2

it was an offtopic post that told you all phones, that are very similar to SGY.
they use the same official swype installer in stock ROM. in case you did not yet know all the models that are almost the same as SGY or even exactly the same phone.

OK, this is a Developement Section
but everyone doesn't know what you explain in this therad
This is XDA-Developers, the language here is English!!

Thats the real dev work..
:thumbup::thumbup::thumbup:

the second post is a lil bit too long. can you edit it mai? it will be looks neat if you put the command list inside something
Code:
like this

@mai77... can you please check your pm friend? Its been so many days I sent... will send 1 more time if you didn't get..
-------------------------------------------------------------------------
nitubhaskar-->Deadly.™
★Nothing is True.. Everything is Permitted★®
Muffins..? Yummy!©

update-binary 3 FD update.zip
3 command line parameters for u-b
3 = 0..3 API level
to run u-b in shell
cd /tmp
update-binary 3 0 /sdcard/update.zip
in
adb -d shell
anyone figured this out for SGY ? http://forum.xda-developers.com/showthread.php?p=34992878

Related

I am flashing cm 10.1

I am flashing cm 10.1 but it gives me error saying
assert failed (getprop("ro.product.device") == "trebon" || getprop("ro.build.product") == "trebon" ||
getprop("ro.product.device") == "s7500" || getprop("ro.build.product") == "s7500" ||
getprop("ro.product.device") == "GT-S7500" || getprop("ro.build.product") == "GT-S7500")
Sent from my GT-S7500 using xda app-developers app
Sameh Amnoun said:
I am flashing cm 10.1 but it gives me error saying
assert failed (getprop("ro.product.device") == "trebon" || getprop("ro.build.product") == "trebon" ||
getprop("ro.product.device") == "s7500" || getprop("ro.build.product") == "s7500" ||
getprop("ro.product.device") == "GT-S7500" || getprop("ro.build.product") == "GT-S7500")
Sent from my GT-S7500 using xda app-developers app
Click to expand...
Click to collapse
The build.prop is corrupted in this zip so downloaded it from any other site and reflash and make sure to wipe anything before flashing any rom

[Q] Going from 4.1.1 to Synergy 4.1.2?

Kind of a two-part question but didn't want to post two threads so I'll try to stay one-topic oriented. I,m still on 4.1.1 and no OTA's will DL because when I check for one it won't connect, so I don't have to worry about updating. But when I flash up to O&S's 4.1.2 stock deo-dexed or just 4.1.2 stock I can't get into any file manager or Titanium fast enough to delete or freeze updater because the OTA is downloading and getting ready to install. I guess first question is "Will it just DL and give me the option to install or will it install automatically after DL?" I should know but didn't want to hang around to find out. I've been trying to install Synergy r484 so I can get up to 4.1.2 and not have to worry about updates but can't get it to install. I'm using latest version of Philz and unchecked the "Don't Allow Old update-binary" option and still won't install. Halfway through the 2000+ pages I saw another release because the MD5's didn't match in the first post. DL'ed the new one and still won't install. I know it's an old ROM and there's no support on the "Dev" page anymore but just started flashing again and wanted to work my way up to 4.3 or 4.4 slowly, learning everything I can on the way up. Couldn't post over there anyway. Not enough posts. Anyway, here is the log I saved. Just posted the "Device Support" section to save on space. As you can see "script aborted: assert failed" before the "getprop" for "d2att" right off the git and again halfway down. It stops right there and won't install anything. I would like to get this installed but if not, I can live without it. Any help would truly be appreciated. Thank you in advance.
Checking Device Support
script aborted: assert failed: getprop("ro.product.device") == "d2att" || getprop("ro.product.device") == "d2tmo" ||
getprop("ro.product.device") == "d2usc" || getprop("ro.product.device") == "d2can" ||
getprop("ro.product.device") == "d2bmc" || getprop("ro.product.device") == "d2rwc" ||
getprop("ro.product.device") == "d2kdo" || getprop("ro.product.device") == "d2bwa" ||
getprop("ro.product.device") == "d2spr" || getprop("ro.product.device") == "d2vzw" ||
getprop("ro.product.device") == "d2mtr" || getprop("ro.product.device") == "d2cri" ||
getprop("ro.product.device") == "t0ltespr"
assert failed: getprop("ro.product.device") == "d2att" || getprop("ro.product.device") == "d2tmo" ||
getprop("ro.product.device") == "d2usc" || getprop("ro.product.device") == "d2can" ||
getprop("ro.product.device") == "d2bmc" || getprop("ro.product.device") == "d2rwc" ||
getprop("ro.product.device") == "d2kdo" || getprop("ro.product.device") == "d2bwa" ||
getprop("ro.product.device") == "d2spr" || getprop("ro.product.device") == "d2vzw" ||
getprop("ro.product.device") == "d2mtr" || getprop("ro.product.device") == "d2cri" ||
getprop("ro.product.device") == "t0ltespr"
Installer Error (Status 7)
Edit: Never mind. Finally got it to install with an older version of TWRP.

[Q][SynergyRom][SGS3 i9300] Error installing SynergyRom

Hi guys I have a rooted Galaxy S3, I decided to install the latest SynergyRom because I want the pDroid mainly.
I tried installing it using the latest CWM and the latest TWRP and even Philz, after clicking install the Aroma Installer opens up, I choose install and I get this :
Code:
AROMA INSTALLER version 2.56
(c) 2012 by amarullz xda-developers
ROM Name : SynergyROM for Galaxy S3
ROM Version : r484
ROM Author : eschelon, TrevE, Ziggy471, Virus, the_plattypus, Mr. X, freeza, NxtGenCowboy, eaglz70
Device : Galaxy S3
Start at : Wed Jul 16 19:25:57 2014
Installing SynergyROM
For the Galaxy S3
By: eschelon, TrevE, Ziggy471
Virus, Mr. X, freeza, NxtGenCowboy
the_plattypus, eaglz70
Checking Device Support
script aborted: assert failed: getprop("ro.product.device") == "d2att" || getprop("ro.product.device") == "d2tmo" ||
getprop("ro.product.device") == "d2usc" || getprop("ro.product.device") == "d2can" ||
getprop("ro.product.device") == "d2bmc" || getprop("ro.product.device") == "d2rwc" ||
getprop("ro.product.device") == "d2kdo" || getprop("ro.product.device") == "d2bwa" ||
getprop("ro.product.device") == "d2spr" || getprop("ro.product.device") == "d2vzw" ||
getprop("ro.product.device") == "d2mtr" || getprop("ro.product.device") == "d2cri" ||
getprop("ro.product.device") == "t0ltespr"
assert failed: getprop("ro.product.device") == "d2att" || getprop("ro.product.device") == "d2tmo" ||
getprop("ro.product.device") == "d2usc" || getprop("ro.product.device") == "d2can" ||
getprop("ro.product.device") == "d2bmc" || getprop("ro.product.device") == "d2rwc" ||
getprop("ro.product.device") == "d2kdo" || getprop("ro.product.device") == "d2bwa" ||
getprop("ro.product.device") == "d2spr" || getprop("ro.product.device") == "d2vzw" ||
getprop("ro.product.device") == "d2mtr" || getprop("ro.product.device") == "d2cri" ||
getprop("ro.product.device") == "t0ltespr"
Installer Error (Status 7)
End at : Wed Jul 16 19:25:57 2014
I tried using this thread to solve the problem, however I ended up having an" error flashing zip ... " so Aroma doesn't even run anymore
This isn't a signature verification error since is already opened the zip file and started Aroma installer;
The device is obviously compatible, the ROM is the latest build so are the recoveries so why does it reach an error after checking compatibility ? Thanks in advanced guys

[Q] "Error Executing Binary in Zip" - TWRP Flashing my own rom

Hi, I ported a newer version of CM11 from the Galaxy Note 2 to the Galaxy S3, and it looked good. Then I flashed it, and it showed some code.
assert(getprop("ro.product.device") == "d2tmo" || getprop("ro.build.product") == "d2tmo" || abort("This package is for "d2tmo" devices; this is a "" + getprop("ro.product.device") + "".");
assert(getprop("ro.bootloader") == "T999UVDLJA" ||
getprop("ro.bootloader") == "T999UVDLJC" ||
getprop("ro.bootloader") == "T999UVDMD5" ||
getprop("ro.bootloader") == "T999UVUEMJC" ||
getprop("ro.bootloader") == "T999VVLDLL1" ||
getprop("ro.bootloader") == "T999LUVAMB7" ||
getprop("ro.bootloader") == "T999VVLDMF2" ||
getprop("ro.bootloader") == "T999VVLUEMK5" ||
getprop("ro.bootloader") == "T999LUVUBMK4");
Something like that. Then it said something like "Error executing binary in zip" or something.
How can I manually fix this?
Wait, almost nothing will flash on my S3. -_- T-Mobile, SGH-T999?? (Blue one, by the way. )

xperia Z3dual flash ROM failed

I'm using a xperia z3dual,and yesterday I found a RR6.0.1 ROM and I tried to flash it.But TWRP keeps say ERROR 7.
I found update-script in the ROM package,and found this code:
HTML:
assert(getprop("ro.product.device") == "D6633" || getprop("ro.build.product") == "D6633" || getprop("ro.product.device") == "D6683" || getprop("ro.build.product") == "D6683" || getprop("ro.product.device") == "z3dual" || getprop("ro.build.product") == "z3dual" || abort("This package is for device: D6633,D6683,z3dual; this device is " + getprop("ro.product.device") + "."););
ui_print("Target: Sony/D6633/D6633:5.1.1/23.4.A.0.546/864948651:user/release-keys");
I guess that means verify the device.But it just thought my device is z3(actually D6683).I tried to edit this in the zip package,then tried to flash it and got an ERROR6.I was really puzzled.
Then I tried to edit build.prop using RootExplorer,it seems to work,I tried to getprop in the syetem:
HTML:
adb shell getprop ro.product.device
D6683
But when I reboot into recovery,getprop still return z3.I don't konw why.Could someone help me?
(Sorry for my terrible English)

Categories

Resources