Hi everyone,
I'm getting some problems with communicating modem on Vivid (stock GB).
Enabling the modem with:
Code:
echo 1 > /sys/devices/virtual/usb_composite/modem/enable
This gives me the HTC USB Modem device, but it has no feedback.
Trying to start modem service with:
Code:
setprop service.modem.enable 1
No result, the modem port still dead from PC side:
06-04 23:04:38.836: D/Modem_Link(3741): usb status path: /sys/devices/platform/msm_hsusb/usb_cable_connect
06-04 23:04:38.846: I/Modem_Link(3741): open port : /dev/ttyHSUSB0, transfer unit = 4096
06-04 23:04:38.846: I/Modem_Link(3741): open smd channel
06-04 23:04:38.846: E/Modem_Link(3741): open sap socket failed, errno = 111
Click to expand...
Click to collapse
What am I doing wrong?
darkmen said:
What am I doing wrong?
Click to expand...
Click to collapse
Posting in dev forum instead of Q&A.
Well, ok
I hope someone will move it to the correct forum
Apparently "Development" actually means "Rom Cooking" on XDA these days.
Moving forward.
The modem service binary is
Code:
/system/xbin/wireless_modem
which opens /dev/smd9 channel and calls for rild (RIL daemon) on its socket rild-htc
But seems noone listens the socket.
USB tethering
Had an idea to try the modem when thethering is ON.
I was tried a few stock GB ROM's and found that on AT&T (cingular) ROM tethering gives the error:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Others was fine with it.
Anyway, modem interface was still dead on every ROM i checked.
To be continued...
Related
hola.
in the mini imei 000000000 I get, I ask the unlock code, and also to get * # 7465625 # I get the error "sorry com.android process has stopped ..." and no mobile network available or if you like with your original sim ... help
you try put it into download mode?
whether
you try to flash a rom with stock ? if not try this if the phone put into download mode is good put an stock rom and all be ok after good luck ^^
spawk said:
you try put it into download mode?
whether
you try to flash a rom with stock ? if not try this if the phone put into download mode is good put an stock rom and all be ok after good luck ^^
Click to expand...
Click to collapse
If IMEI turns to that there goes your ability to use Odin.
Think you should plan a trip to customer care center near you !!
That should solve the problem
Atleast solved mine ^^
yes i can put into download modes, i change teh rom but i have the same problems ..."mobile network not aviable"...imei 00000000....
test this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
with selected option in odine this will clear but flash with official rom from samsung good luck ( stock rom )
If you have troubles with your Wlan i maybe found the reason why
in \system\etc\wifi\nvram.txt
Code:
macaddr=00:90:4c:c5:00:34
All P970 use the same MAC!!!
We need too found another MAC that works..
MAC must be
Code:
macaddr=00:90:4c:xx:xx:xx
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Not sure about your phone but mine works fine with wifi
ogremount said:
not sure about your phone but mine works fine with wifi
Click to expand...
Click to collapse
for cm 10 / 10.1 ...
missleading and false information
Maybe your rom has a problem, or you use some file of backup program like Titanium after every flash, but the thread is missleading and pointless as it is.
I never had a problem with unique Mac, at least provide a rom version, and what problem you have, change the name of the thread as, again, it provides false information, or lock/delete it!
Back with some info, i have the file and it indeed specifies the mac you suggested, but the phone, and the router displays another mac, 74:A7:22:xx:xx:xx, so again I call this bull... the rom I use is 20s. And as wifi problems go, I experienced disconnects with a Edimax router, but I upgraded to a Belkin Play Max on wich I run Tomato firmware and everything is as smooth as butter.
Try upgrading router firmware first and report back.
Well, few days ago I was bored, so I decided to develop this very simple app which can be an altenative to that "Hardware information" section under "About device" you can find in stock rom.
There also is an option ("Dump all the properties!") which makes a file called "getprop.txt" which lists device's properties; useful to developers when they have to bring up a device tree for building custom roms for a new device or when they have to add the support for a new variant of that device. You can find this file under /sdcard/Android/data/org.alberto97.motoinfo/files/getprop.txt (I have choosen this path because it doesn't need root access and it is always availaible).
This app should work on every Moto/Motorola device (It works well on my 1st and 3rd Moto g).
N.B.: "Manufacture Date" field is available only on those roms which include this commit. Else if you have root access, you can see it from /proc/config/date/ascii. Still not sure why Motorola took another longer (and not working) way in stock rom.
A couple of screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
great job, as usual
I like it! THX
unable to scan this APK !! what is this error?
i downloaded this on my MotoG3, when i wanted to install it , it showed me this error !!
can anyone help regarding this
nandakis4 said:
unable to scan this APK !! what is this error?
i downloaded this on my MotoG3, when i wanted to install it , it showed me this error !!
can anyone help regarding this
Click to expand...
Click to collapse
I simply got a blank page.
I have an old Galaxy S3 GT-I9300 device
it got bricked and the charging port is broken .
the recovery will not open and will go back to splash screen
to charge the device i use a battery charger dock
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
how can i flash and unbrick it?
please help...
musicmate said:
As far as you described the circumstances, there is no Option to Unbrick it.
But Why?
Except from the Recovery Mode there is the Download Mode to Flash Software/Tools (e.g. Bootloader, Recovery, ROM):
-> One Option ist to access the I9300 via Download Mode and ADB/Odin, but without a working USB-Port... .
-> Another Option is to access via Wireless-ADB (Network-IP-based ADB), but to activate it, you'll have to get into the ROM's Settings (Developers-Options). Therefore you'll need an working ROM, which didn't seem so... .
-> Last possible Solution: Get in touch with Microelectronics and solder a new Micro USB Port to your Phone.
Otherwise you'll now have new opportunities to use your I9300 as:
Decorative Night Light/ Paperweight/ Doorstopper...
(Annotation: The Battery Charging Dock won't help, 'cause it's construed for standalone loading accumulators.)
Click to expand...
Click to collapse
mega oof
i hope put this to work today
AmberKat said:
mega oof
Click to expand...
Click to collapse
i hope put this to work today, and post here for you and others
board swap it
[ my original question ]
How to Go Back to Stock ROM From LineageOS? I can't get my RMX3085 to DA download mode.
fixed by using bypass_utility-v.1.4.2 instead of others
and installing, or more likely - reinstalling/upgrading its dependencies: pip install pyusb pyserial json5
remember to use old port USB 2.0
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
flashed firmware C.07 1653
Яндекс
Найдётся всё
disk.yandex.ru
(for Russia, Uzbekistan, Kazakhstan and Indonesia - IMHO the best region, has call recording, yet not so bloated as India, on par with Malaysia - VN, PH, TH, KH, AE, IQ, EG, MA - juts gets updated a little sooner)
I tried many times to hold all three buttons on the right with USB connected, drivers installed, libusb filter enabled on the device but I always get "handshake failed" from mtkclient or brom.bat. It's the exact same setup I used to flash Thai stock to unlock bootloader. After flashing LineageOS vbmeta, recovery and custom ROM itself something doesn't work as it used to. SP Flash Tool will sometimes recognize, beside always available port COM1, a COM3, but won't start downloading stock ROM, nothing happens.
Many thanks in advance!!!