ROM Used: Tenfar's Chinese 2.2 ROM.
Problem: Can't get a fix with AGPS...
Methods tried:
Editing /system/etc/location.cfg and /data/location/location.cfg
Editing APN (default,supl)
I didn't do MOTOBLUR setup, could it be the problem...?
Suspected logcat entry:
Code:
D/SUPLJ ( 1349): AgpsNetworkManager->[isCarrierSetingEnabled:enable=false]
/data/location/location.cfg
http://pastebin.com/kYnzNLzv
/system/etc/location.cfg
http://pastebin.com/cCWwuyx9
Full logcat when running Map:
http://pastebin.com/09CyiY7u
FWIW, "Use wireless networks" and "Use GPS satellites" are both enabled in Settings -> Location & Security.
Reference: http://forum.xda-developers.com/showthread.php?t=949166
Fiddle with the sqlite databases... No go... Got sth like this through...
Code:
02-18 04:37:58.504 1350 1407 I MotLocMonitorGSM: setLocMonitorInterval() --> P
olling Disabled.
02-18 04:37:58.504 1350 1407 I MotLocEngine: Transition to IDLE Mode
02-18 04:37:59.106 1350 2183 D SUPLJ : AgpsNetworkManager->[startUsingAgpsPd
p: retry 5 times]
02-18 04:37:59.106 1350 2183 W SUPLJ : Couldn't enable agps pdp after try 5
times
02-18 04:37:59.106 1350 2183 D SUPLJ : AgpsNetworkManager->[startUsingAgpsPd
p: return=false]
useful links
http://davanum.wordpress.com/2007/12/11/android-how-to-poke-around-the-sqlite3-databases/
http://www.1keydata.com/sql/sqlupdate.html
okay... turns out i should have used the gapps specifically designed for this rom.
agps is working now but cannot setup google account and no market for me.
Code:
E ActivityThread: Failed to find provider info for com.google.android.gsf.gservices
ok, pushed cyanogen googleservicesframework.apk back to system/app
fingers crossed and need some sleep
OK, GooglePartnerSetup and Market then crashes. Pushed the Cyanogen's ones.
Now, everything seems to be working although the Market won't update to the newer version and it seems quite a hybrid.
However, as long as it's working then I'm not too worried.
Related
I don't know if this question belongs here but I figure a dev might know what this means. Sometimes my phone will become VERY sluggish and when I open the System Panel which is monitoring the phone in the background, it will show the CPU usage pegged at 98-100%... When I check what apps are consuming cpu with this same app, it shows a system service named IQFD as the culprit. I usually have to reboot my phone in other to clear everything up.
Anyone?
Try Advanced Task Killer next time you see that process running. Kill off apps one by one, hopefully if one of those kill the process - you'll be able to identify the offending app
Whatever it is, I doubt it will be stopped by a task killer, but I'm pretty sure it is related to this:
http://en.wikipedia.org/wiki/Quality_function_deployment
If your phone is rooted, you can try freezing the app using Titanium Backup. OSMonitor may work; I don't remember if root is needed for that app, but I don't think so. If it locks up your phone when you stop the app, just pull the battery and reboot. I am not sure if it is essential for the OS to function, but you can try.
Also, I'm pretty sure this should go in the Q&A section.
I've actually have had the same symptoms since flashing kings bfs kernel, I usually reboot to recovery them clear dalvik cache. It also takes an abnormal amount of time for the dalvik to wipe
Bump, this is getting annoying
I started seeing the same thing today - was running netarchy's 4.1.8 BFS for several days and it was great. Today the phone's almost unusable because iqfd is taking all the CPU, which also runs the battery down. I restored back to an earlier kernel (4.0.3 I think) and it's not doing it.
While it was looping, I tried a few things that needed root like Titanium Backup, and an "su" command in Terminal Emulator and they both failed with Permission Denied.
Very Disturbing.
I installed the latest Netarchy kernel yesterday (CFS, IIRC) and it was working great until tonight, when randomly I started having /system/bin/iqfd go to 100%. I noticed the following:
- It came back after reboots
- It seemed to stay gone after I killed it using OSMonitor until I shut off the display. Once I shut off the display, it would always come back.
- I was doing some development of an app when I first started noticing this. Eclipse started acting up when I told it to deploy... this could be unrelated, but just a note.
- I restored to the Stock Froyo kernel, and it seems to be fixed for the moment.
i get this too iw onder if this has anything to do with BFQ of BFS or HAVS. i only starrted getting this issue once these were introduced into the kernels. its really annoying though
It seems that IQFD is one of two CIQ daemons launched by init. I believe CIQ stands for Carrier IQ. This startup company is a provider of intelligence solutions to the wireless industry, using embedded diagnostic software, to give them a real-time picture of network activity. Carrier IQ's client list includes Sprint.
Here's some more information I've found on CIQ.
/system/bin/iqd is the CIQ backend daemon.
/system/bin/iqfd is the CIQ frontend daemon.
The two CIQ daemons are launched by /init.
Code:
# cat init.supersonic.rc
...
# CIQ backend daemon
service iqd /system/bin/iqd
user root
group root system
# CIQ frontend daemon
service iqfd /system/bin/iqfd
user root
group root system
...
I confirmed their parent process is /init and found that com.htc.android.iqagent is launched by zygoyte. com.htc.android.iqagent (possibly com.carrieriq.iqagent.service on other devices?) is the Android Client.
Code:
# ps
USER PID PPID VSIZE RSS WCHAN PC NAME
root 1 0 348 256 c00cc66c 0000d2ac S /init
...
root 292 1 124020 29572 c00cc66c afd0dd44 S zygote
...
root 306 1 10468 1432 ffffffff afd0dd44 S /system/bin/iqd
root 307 1 4828 780 ffffffff afd0ea5c S /system/bin/iqfd
...
app_29 439 292 157168 22440 ffffffff afd0ebd8 S com.htc.android.iqagent
...
The CIQ backend daemon is an active server on the device running on port 2479.
Code:
# busybox netstat -lp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
...
tcp 0 0 0.0.0.0:2479 0.0.0.0:* LISTEN 306/iqd
...
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
...
unix 2 [ ACC ] STREAM LISTENING 7409 306/iqd /app-cache/iqserver
...
CIQ has some associated libraries, devices, parameters, and a profile. The profile contains a URL to the collector along with some other info probably used to identify the type of device and network.
Code:
# find / -name *iq*
...
/app-cache/iqserver
/data/data/com.htc.android.iqrd
/data/data/com.htc.android.iqagent
/sys/devices/virtual/misc/pmem_ciq
/sys/devices/virtual/misc/pmem_ciq1
/sys/devices/virtual/misc/pmem_ciq2
/sys/devices/virtual/misc/pmem_ciq3
...
/sys/class/misc/pmem_ciq
/sys/class/misc/pmem_ciq1
/sys/class/misc/pmem_ciq2
/sys/class/misc/pmem_ciq3
/sys/module/smd/parameters/ciq_info
/system/lib/libciq_client.so
/system/lib/libhtciqagent.so
/system/lib/libciq_htc.so
/system/etc/iqprofile.pro
...
/system/bin/iqd
/system/bin/iqfd
/dev/pmem_ciq3
/dev/pmem_ciq2
/dev/pmem_ciq1
/dev/pmem_ciq
The following CIQ log entries are extracted from multiple logs (not a single log) that I have seen in various forum postings. These could be application event failures. I don't see these on a healthy device.
Code:
...
D/CIQ ( 116): throwUI04 com.htc.bgp
D/CIQ ( 116): processName com.htc.bgp
D/CIQ ( 116): throwUI05 com.htc.RosieUtility
D/CIQ ( 116): processName
D/CIQ ( 112): throwUI05 com.htc.bg
D/CIQ ( 112): processName com.htc.bg
D/CIQ ( 66): throwUI04 com.newsrob
D/CIQ ( 66): processName com.newsrob
D/CIQ ( 66): throwUI03
D/CIQ ( 66): processName com.coremobility.app.vnotes
D/CIQ ( 3833): throwUI04 android.process.media
D/CIQ ( 3833): processName android.process.media
D/CIQ ( 3833): throwUI04 com.htc.android.iqagent
D/CIQ ( 3833): processName com.htc.android.iqagent
D/CIQ ( 3833): throwUI04 com.google.process.gapps
D/CIQ ( 3833): processName com.google.process.gapps
D/CIQ ( 3833): throwUI04 com.android.wallpaper
D/CIQ ( 3833): processName com.android.wallpaper
D/CIQ ( 3833): throwUI04 com.htc.android.htcime
D/CIQ ( 3833): processName com.htc.android.htcime
D/CIQ ( 3833): throwUI04 com.android.phone
D/CIQ ( 3833): processName com.android.phone
D/CIQ ( 3833): throwUI04 android.process.acore
D/CIQ ( 3833): processName android.process.acore
D/CIQ ( 3833): throwUI04 com.htc.launcher
D/CIQ ( 3833): processName com.htc.launcher
...
Maybe if the IQ Server (iqd) is not responding, then the IQ Client (iqfd) is constantly trying to reconnect. I found the following log snippet from other posts in the forums about similiar issues.
Code:
...
E/com_htc_android_iqagent_Controller( 129): backend daemon was not ready!
D/IQClient( 51): wait for backend daemon ready ...
D/IQServer( 50): JavaRequestAlarmSet is failed... Will not release wakelock[ciq-backend]!
D/IQServer( 50): JavaRequestAlarmSet is failed... Will not release wakelock[ciq-backend]!
D/IQServer( 50): Reset the timeout to 3000(ms) for AlarmSet retry...
D/IQJavaJob( 50): JavaRequestAlarmSet: Java job client is not connected now!
D/IQServer( 50): JavaRequestAlarmSet is failed... Will not release wakelock[ciq-backend]!
D/IQServer( 50): Reset the timeout to 3000(ms) for AlarmSet retry...
D/IQJavaJob( 50): JavaRequestAlarmSet: Java job client is not connected now!
D/IQServer( 50): JavaRequestAlarmSet is failed... Will not release wakelock[ciq-backend]!
D/IQServer( 50): Reset the timeout to 3000(ms) for AlarmSet retry...
D/IQJavaJob( 50): JavaRequestAlarmSet: Java job client is not connected now!
D/IQServer( 50): JavaRequestAlarmSet is failed... Will not release wakelock[ciq-backend]!
D/IQServer( 50): Reset the timeout to 3000(ms) for AlarmSet retry...
...
That's all I have. Please provide any additional information you have.
Reporting in from unlocked land
Wanted to report I had this same issue this morning, iqfd @ 101.1% (!?!) over the previous 8 hours according to System Panel. But I'm running the stock froyo rom from Sprint.
jazmatician said:
Wanted to report I had this same issue this morning, iqfd @ 101.1% (!?!) over the previous 8 hours according to System Panel. But I'm running the stock froyo rom from Sprint.
Click to expand...
Click to collapse
Wait wait.
So Stock Froyo. As in No Root, No Custom Recovery, and no custom kernel?
a lot of good ifnormation. now we need to figure out a way to try to prevent it from hosing up the phone
Yes. This and "Suspend" drestroy my battery after a few days and requires a battery pull. Because simply resetting doesn't fix it.
...in 1943, I killed a drifter.
any update on this?
I don't know of this will help but it seems to have worked for me so far. It was running away on me as well and I couldn't find any solution on the forum. I cleared the cache and it hasn't done it in four days. It was going crazy at least once a day before that. Running netarchys latest.
Sent from my PC36100 using XDA App
jnewkirk10 said:
I don't know of this will help but it seems to have worked for me so far. It was running away on me as well and I couldn't find any solution on the forum. I cleared the cache and it hasn't done it in four days. It was going crazy at least once a day before that. Running netarchys latest.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
exactly which cache did u clear?
The only way I've been able to avoid this IQFD hang up has been with the 4.1.9.1 CFS build of netarchy's kernel. I'm not saying that it's a BFS issue, but it's just not present while running on this particular kernel. My girlfriend and I both have an evo, one with Fresh 3.2, one with Fresh 3.1.0.2, and both had the same problem.
I also have not had issues using CFS kernels and first noticed it had started happenign to me around the time i switched to the BFS kingxkernel. not sure if it is coincidence but so far have been ok with both kingx 8 and netarchy cfs version.
Having a hell of a time with this process just the last 24 hrs. This is ridiculous - the phone is unusable! Trying to flash a CFS kernel right now to see if that fixes it...
Nice and easy Tool:
http://www.softsea.com/review/Portmon.html
Maybe someone saw/know the yellow Message "UPLOAD data to pc"...
How to catch Data if "Bluescreen" comes and "UPLOAD data to pc" message appears?
It seems this nuke my Portmon...
Any suggestions please?
Maybe I'm blind or these are not stored in Debug folder...
Best Regards
Edit 1.
Changed title.
If you have a Windows XP machine left, try this to watch the serial port:
ups, i can't post links here. Google for serialmon dot com .....
It's output is a little easier to use than portmons. In general, using a serial port monitor to watch the communication between wave and pc, seems to be very unstable business.
Now I'm closer...
Taken info from Samsung GT-S8500L Wave Training Manual SW.ppt...
If someone needs the Settings to attach handset correct, ask me... in this Thread.
Best Regards
Could you post the settings, found this earlier, but couldn't do anything with it.
Thanks
I'll try to describe "short" steps.
1.
You have to be sure that Debug Level Middle is on. Please read here:
http://forum.xda-developers.com/showpost.php?p=10616930&postcount=3
Level Mode High shows more events...
2.
If you have access to Internal menu:
*#7092463*#
Maybe set to High or go to Debug Settings... described in ...Manual SW.ppt...
site 15
3.
Start WinComm and now check site 16 on *.ppt manual. All settings are on Picture.
4.
On handset I have choose Debug Mode instead Kies... this thingie if you plug cable into Wave... maybe go to Settings and set to ask by connection instead Kies
5.
Be sure you choose the "second" Port. Now Wave have 2 COM Ports activated.
Second one is for incoming Data.
Hope this helps an little bit.
If problems ask again.
Then I'll try to make some Screenshots or maybe some other hints...
Best Regards
Ehm have you found that Wincomm2010.exe
Click to expand...
Click to collapse
2010 no, but 2009 like in this Picture is attached.
WinComm2009.zip
Best Regards
Handset
Under Settings->Connectivity->USB->Ask on connection
To have chance to set USB Debugging
Wincomm
I will try later maybe Open or Close for connect to the port.
Important is to choose second COM Port...
Also important to activate UE Awake in settings like on Picture.
As it seems initial AT command is mandatory AT+WINCOMM...
Best Regards
P.S.:
I'm using XP 32 Bit... no other OS tested by me.
so now you can upload fw files from the phone or what???
so now you can upload fw files from the phone or what???
Click to expand...
Click to collapse
Now you could see internal process like Key press, which files involved... etc...
Many high technical stuff. But this could help to understand more.
For me it is very usefull.
I will soon attach few Log examples... maybe then more clear.
Best Regards
i don't suppose that anything can be done if *#7092463*#
doesn't get me a menu?
http://forum.xda-developers.com/showpost.php?p=12798896&postcount=5
Please read deeper this post and follow Links.
As Internal menu is disabled if you flashed ever Rsrc2_S8500_xxx(Low).rc2
Or if you not use Multiloader, then Kies did for you.
This is internal stuff, you have to "unlock" few things before... so read my instruction prior posted.
Please. This is more for advanced users. This is NO must have for all users.
At your own risk.
Best Regards
It seems also good idea to set Trace Level to High... in Internal Menu.
Best Regards
Edit 1:
Seems difference between Firmwareversions...
On JE7 I can see logging if handset is "off" if battery charge Animation is on.
Then if you press ON you can see parts of Booting sequence...
On JL2 I see first something, if Wave is fully on...
Maybe in higher Build some things disabled/removed...
Code:
3539 2255.054 [B]KEY_EVENT_SIG[/B]: [B]Keycode[/B] = 0x8f, STATUS = 0x0.
3540 2255.054 [LCD C]: INFO - FIMD_Drv_Resume()
3541 2255.054 S6E63M0 : LDI_Pentile_Set_Change Pentile_Value =6c
3542 2255.054 S6E63M0 : LDI_PortInit +
6217 2255.055 P00.T11.D001.G-1.E-01:0000 EXCEPTION > [CPLog]: Sub 0014 2263.372 -1: BOOTMGR > _BmPacketReceiveCallback: Boot command is [0x6]
6218 2255.055 P00.T11.D001.G-1.E-01:0000 EXCEPTION > [CPLog]: Sub 0015 2263.372 -1: EXCEPTION > OemTapiNetworkRadioInfoInd: RSSI refresh as AP's awaken
6219 2255.056 P00.T11.D001.G-1.E-01:0000 EXCEPTION > [CPLog]: Sub 0016 2263.372 -1: EXCEPTION > OemTapiNetworkCellInfoInd: Refresh cell Info as AP's awaken
6220 2255.063 P00.T10.D103.G22.E054:B25B EXCEPTION > SmsSvcRegGetSellOutToBeSent: bToBeSent = [0].
6221 2255.069 P00.T10.D103.G22.E054:B269 EXCEPTION > SmsTapiEventHandler: unknown tapi event type.
[B]3543 2255.085 S6E63M0 : LDI_PortInit -
3544 2255.085 S6E63M0 : LDI_S6E63M0_Power_On +
3545 2255.095 S6E63M0 : LDI_S6E63M0_Power_On [hwrev > [COLOR="Red"]S8200[/COLOR]_UNIV_B7]
3546 2255.095 S6E63M0 : LDI_Pentile_Set_Change Pentile_Value =6c
3547 2255.219 S6E63M0 : LDI_S6E63M0_Power_On -
3548 2255.219 Display_LSI : disp_Main_Wakeup [/B]
3549 2255.219 [TSP] reset acq atchcalst=0, atchcalsthr=0
3550 2255.220 [TSP] clear garbage data : Success!! [read 0 times]
3551 2255.220 [TSP] TSP Wakeup...........!
I was wondering why S8200... but now its more clear.
http://forum.xda-developers.com/showpost.php?p=12797112&postcount=249
What we can do...
Collect Key Events...
Monitoring processes like start JAVA Midlets...
Then we can see infos about Heap size...
Code:
9301 433.174 P00.T10.D094.G52.E103:2D83 EXCEPTION > KJxMemoryAvailable: [B]available memory heap[/B] size is 131268608
9302 433.178 P00.T10.D300.G52.E103:2D83 EXCEPTION > KJxSvcIsFileSystemValid: return TRUE!
9303 433.178 P00.T10.D300.G52.E103:2D83 EXCEPTION > KJavaGetMidletAttributeBySuiteID suiteID = 5 is not found
9304 433.179 P00.T10.D094.G52.E103:2D83 EXCEPTION > KJxSvcIsMemoryFull fmQuotaStat.availableSize(943128576), APP_MEMORY_STATUS_MX_MEMORY_FULL_LIMIT(0)
9305 433.180 P00.T10.D094.G52.E103:2D83 EXCEPTION > KJxSvcIsMemoryFull KJx execute limit size = 16384
9306 433.180 P00.T10.D300.G52.E103:2D83 EXCEPTION > KJxSvcIsFileSystemValid: return TRUE!
Many more things...
Best Regards
adfree said:
Code:
3539 2255.054 [B]KEY_EVENT_SIG[/B]: [B]Keycode[/B] = 0x8f, STATUS = 0x0.
3540 2255.054 [LCD C]: INFO - FIMD_Drv_Resume()
3541 2255.054 S6E63M0 : LDI_Pentile_Set_Change Pentile_Value =6c
3542 2255.054 S6E63M0 : LDI_PortInit +
6217 2255.055 P00.T11.D001.G-1.E-01:0000 EXCEPTION > [CPLog]: Sub 0014 2263.372 -1: BOOTMGR > _BmPacketReceiveCallback: Boot command is [0x6]
6218 2255.055 P00.T11.D001.G-1.E-01:0000 EXCEPTION > [CPLog]: Sub 0015 2263.372 -1: EXCEPTION > OemTapiNetworkRadioInfoInd: RSSI refresh as AP's awaken
6219 2255.056 P00.T11.D001.G-1.E-01:0000 EXCEPTION > [CPLog]: Sub 0016 2263.372 -1: EXCEPTION > OemTapiNetworkCellInfoInd: Refresh cell Info as AP's awaken
6220 2255.063 P00.T10.D103.G22.E054:B25B EXCEPTION > SmsSvcRegGetSellOutToBeSent: bToBeSent = [0].
6221 2255.069 P00.T10.D103.G22.E054:B269 EXCEPTION > SmsTapiEventHandler: unknown tapi event type.
[B]3543 2255.085 S6E63M0 : LDI_PortInit -
3544 2255.085 S6E63M0 : LDI_S6E63M0_Power_On +
3545 2255.095 S6E63M0 : LDI_S6E63M0_Power_On [hwrev > [COLOR="Red"]S8200[/COLOR]_UNIV_B7]
3546 2255.095 S6E63M0 : LDI_Pentile_Set_Change Pentile_Value =6c
3547 2255.219 S6E63M0 : LDI_S6E63M0_Power_On -
3548 2255.219 Display_LSI : disp_Main_Wakeup [/B]
3549 2255.219 [TSP] reset acq atchcalst=0, atchcalsthr=0
3550 2255.220 [TSP] clear garbage data : Success!! [read 0 times]
3551 2255.220 [TSP] TSP Wakeup...........!
I was wondering why S8200... but now its more clear.
http://forum.xda-developers.com/showpost.php?p=12797112&postcount=249
What we can do...
Collect Key Events...
Monitoring processes like start JAVA Midlets...
Then we can see infos about Heap size...
Code:
9301 433.174 P00.T10.D094.G52.E103:2D83 EXCEPTION > KJxMemoryAvailable: [B]available memory heap[/B] size is 131268608
9302 433.178 P00.T10.D300.G52.E103:2D83 EXCEPTION > KJxSvcIsFileSystemValid: return TRUE!
9303 433.178 P00.T10.D300.G52.E103:2D83 EXCEPTION > KJavaGetMidletAttributeBySuiteID suiteID = 5 is not found
9304 433.179 P00.T10.D094.G52.E103:2D83 EXCEPTION > KJxSvcIsMemoryFull fmQuotaStat.availableSize(943128576), APP_MEMORY_STATUS_MX_MEMORY_FULL_LIMIT(0)
9305 433.180 P00.T10.D094.G52.E103:2D83 EXCEPTION > KJxSvcIsMemoryFull KJx execute limit size = 16384
9306 433.180 P00.T10.D300.G52.E103:2D83 EXCEPTION > KJxSvcIsFileSystemValid: return TRUE!
Many more things...
Best Regards
Click to expand...
Click to collapse
Heap size can already be changed by accesing the jwc_properties.ini in the AppEx and the User>Exe folder.
astrotom said:
Heap size can already be changed by accesing the jwc_properties.ini in the AppEx and the User>Exe folder.
Click to expand...
Click to collapse
can you recommend a value for it??
give an example for the change??
thanks in advance
mylove90 said:
can you recommend a value for it??
give an example for the change??
thanks in advance
Click to expand...
Click to collapse
There are three jwc_properties.ini files. 1st one in Appex>SysDefault>Java>jwc_properties.ini, 2nd one in Exe>Java>jwc_properties.ini and 3rd one in SystemFS>User>Exe>Java>jwc_properties.ini. Use trix, TkFile explorer or Stune. Personally, I think the first ini file is fore the default java apps on the phone. I think the 2nd one is useless since I didnt see any java apps in that folder using stune. I think the 3rd file is for user installed java apps. I dont know since I am still in the process of modifying the whole bada firmware as far as possible and then I will later flash my phone with my custom firmware. Maybe you could help me tell which files are used for what? Ok, enough talk. Now here are settings for heap sizes that I used: (You can find heap settings at the end of each file)
## Limited MVM configuration
MAIN_MEMORY_CHUNK_SIZE = 82313216 # (78 * 1024 * 1024) + (500 * 1024), 78.5MB
JAVA_MAX_HEAP_SIZE = 65011712 # (62 * 1024 * 1024) + (0 * 1024), 62MB
JAVA_MIN_HEAP_SIZE = 10485760 # (10 * 1024 * 1024) + (0 * 1024), 10MB
MAX_ISOLATES = 4 # AMS Isolate + One application
The last setting, MAX_ISOLATES is the max number of java apps you can run simultaneously while paused. My setting allows 5 apps to run simultaneously. (Remember, Max_ISOLATES value should be one less than the desired value.) Earlier it wave could run only 3 apps.
I am surprised the Samsung provided low java heap sizes for such a good phone! Anyways enjoy!
Thanx astrotom
I'll try next days.
About WinComm... now I understand what this setting means...
I'll try to find combination to work with both, Qualcomm and WinComm.
To log also via QXDM...
Maybe BT is helpfull...
Best Regards
Uuupsi.
Not realized before. But now I have Modem Port connected with:
Upload data to pc
Hmm. But no idea how to catch Data now...
I've changed Port in WinComm...
Hmmmmmm, mabye 1 day in future.
Best Regards
I've played little bit with old SGH-U700...
It has also few similar things like Upload data to pc...
Via known code *#197328blabla... I can find Upload Funct.:
Enable Upload Funct
Disable Upload Funct
Enable Debug Mode in Low
If I try to enable... Can't enable as Dbg Lvl Low...
This U700 is damaged... (damn Touch keys)... maybe I can repair... maybe I can find out what Upload ... can do.
Best Regards
Edit.
I've set Debug Level to high, then also Enable Upload Funct is available...
But still no idea how to start Upload...
how to send AT commands to the phone? i have the first port of my phone as COM9 and the second one as COM10
One thing keep users away from running LolliPop on HOX: Seemingly random data disconnects.
I found a way to replicate the issue:
- Make sure you have internet on gsm (wifi off)
- Enable wifi, wait for full connectivity
- Enter AirPlane mode
- Toggle AP mode off
- Wait for wifi connectivity
- disable wifi
My phone will not connect 10-50% of the time - enough to make experiments.
One interesting observation: During no connection, just by entering "Phone info" (*#*#4696#*#*), radio get initialized.
From some of the logs it looks like android just reuse old data, but forget to initialize radio with it (or maybe ril don't understand?).
There are also some interesting Exceptions here and there.
HERE are two logs from SlimLP and two from CM12.1
One log wil successfully connect after wifi off, one will not.
I believe these logs should be enough to at least point to the root cause.
We simply need a wizard with radio/connectivity magic skills. @Thömy @eyosen @Lloir @Demetris or
anyone knowing such a wizard, please summon one.
Do you know if hox + has the same issue?
Demetris said:
Do you know if hox + has the same issue?
Click to expand...
Click to collapse
@Lloir will know I'm sure.
Pure-AOSP and OMNI have a few patches, that is not in CM and Slim. Looks promising, currently compiling omni, hope I can check tonight.
Edit: Need more work on wifi and SIM
teemo said:
@Lloir will know I'm sure.
Pure-AOSP and OMNI have a few patches, that is not in CM and Slim. Looks promising, currently compiling omni, hope I can check tonight.
Edit: Need more work on wifi and SIM
Click to expand...
Click to collapse
You might be kinda glad to know, a simular issue affects The Nexus 6 and some other HTC devices.
Demetris said:
Do you know if hox + has the same issue?
Click to expand...
Click to collapse
Yes
teemo said:
@Lloir will know I'm sure.
Pure-AOSP and OMNI have a few patches, that is not in CM and Slim. Looks promising, currently compiling omni, hope I can check tonight.
Edit: Need more work on wifi and SIM
Click to expand...
Click to collapse
Not sure why no one has taken my Android 4.4 branch of pure aosp and thrown a build up on here, (yes I broke it slightly easy enough to fix though)
Right now my time with the X+ is shortend by the need to work on the g620_a2/snapto myself. Can't let thoemy do all the work. Just tag me in a post or something if you need me, I get email notifs
From cm-wifi-off-no-net.log
Code:
D/ConnectivityService( 551): Setting MTU size: rmnet0, 1500
D/ConnectivityService( 551): Adding Route [0.0.0.0/0 -> 10.129.168.227 rmnet0] to network 106
E/Netd ( 179): netlink response contains error (Network is unreachable)
E/ConnectivityService( 551): Exception in addRoute for gateway: java.lang.IllegalStateException: command '151 network route add 106 rmnet0 0.0.0.0/0 10.129.168.227' failed with '400 151 addRoute() failed (Network is unreachable)'
And the when it works:
Code:
D/ConnectivityService( 551): Setting MTU size: rmnet0, 1500
D/ConnectivityService( 551): Adding Route [0.0.0.0/0 -> 10.164.14.213 rmnet0] to network 109
D/ConnectivityService( 551): Setting Dns servers for network 109 to [/194.239.134.83, /193.162.153.164]
Please post the output of "netcfg" and "ip route" for the working and not working case. I don't know what's causing the first to fail and the other one to succeed. There don't seem to be obvious differences besides the IP and gateway addresses. There was an "Android 5 cannot connect to networks with misconfigured subnet masks" issue (https://code.google.com/p/android/issues/detail?id=92646) but that should be fixed in 5.1.
---------- Post added at 03:52 PM ---------- Previous post was at 03:49 PM ----------
Oh, there's a patch available. I should read threads more closely.
Thömy said:
From cm-wifi-off-no-net.log
Code:
D/ConnectivityService( 551): Setting MTU size: rmnet0, 1500
D/ConnectivityService( 551): Adding Route [0.0.0.0/0 -> 10.129.168.227 rmnet0] to network 106
E/Netd ( 179): netlink response contains error (Network is unreachable)
E/ConnectivityService( 551): Exception in addRoute for gateway: java.lang.IllegalStateException: command '151 network route add 106 rmnet0 0.0.0.0/0 10.129.168.227' failed with '400 151 addRoute() failed (Network is unreachable)'
And the when it works:
Code:
D/ConnectivityService( 551): Setting MTU size: rmnet0, 1500
D/ConnectivityService( 551): Adding Route [0.0.0.0/0 -> 10.164.14.213 rmnet0] to network 109
D/ConnectivityService( 551): Setting Dns servers for network 109 to [/194.239.134.83, /193.162.153.164]
Please post the output of "netcfg" and "ip route" for the working and not working case. I don't know what's causing the first to fail and the other one to succeed. There don't seem to be obvious differences besides the IP and gateway addresses. There was an "Android 5 cannot connect to networks with misconfigured subnet masks" issue (https://code.google.com/p/android/issues/detail?id=92646) but that should be fixed in 5.1.
---------- Post added at 03:52 PM ---------- Previous post was at 03:49 PM ----------
Oh, there's a patch available. I should read threads more closely.
Click to expand...
Click to collapse
Not sure what patch you refer to. I found none that helps us.
Here is the output. The script just run "netcfg && ip route".
There are both routed and unrouted entries.
Hello everybody,
i'm new to this board as a poster, but been reading over the last ~ 10 years.
I've been searching here (and about everywhere) else for my problem and tried every suggested solution - even putting it in the fridge or restarting it during full moon reciting the most popular quotes from Linus Torvalds backwards... nothing worked. So you guys and girls are my last resort...
I am running Cyanogen Mod 12.1 (most actual nightly builds) on a LG G3 (d855) phone.
Problem:
After scanning for APs, mine (or the ones i have credentials to) are found, but i can't connect. It tells me "Authentication error".
As being an android developer myself i also tried to dig in. According to logcat the following happens after i activate wifi (with filter for "error"):
Code:
11-12 17:59:43.899 814-1537/? E/WifiService﹕ Invoking mWifiStateMachine.setWifiEnabled
11-12 17:59:44.718 814-1079/? E/WifiMonitor﹕ killSupplicant p2ptrue init.svc.wpa_supplicant=unknown init.svc.p2p_supplicant=unknown
11-12 17:59:44.733 814-1079/? E/WifiHW﹕ Unable to open connection to supplicant on "@android:wpa_wlan0": No such file or directory
11-12 17:59:44.865 814-1079/? E/WifiConfigStore﹕ Error parsing configuration: java.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
11-12 17:59:44.874 814-1079/? E/WifiHAL﹕ virtual int WifiVendorCommand::create() ifindex obtained:30
11-12 17:59:44.874 814-1079/? E/WifiHAL﹕ virtual int WifiVendorCommand::set_iface_id(const char*) ifindex obtained:30
11-12 17:59:44.875 814-1079/? E/WifiHAL﹕ wifi_error wifi_set_scanning_mac_oui(wifi_interface_handle, byte*): requestResponse Error:-524
11-12 17:59:44.890 814-1093/? E/WifiHAL﹕ wifi_error wifi_get_gscan_capabilities(wifi_interface_handle, wifi_gscan_capabilities*): GSCAN is not supported by driver
11-12 17:59:44.890 814-1093/? E/WifiScanningService﹕ could not get scan capabilities
11-12 17:59:49.005 814-1079/? E/WifiStateMachine﹕ WifiStateMachine Disconnected CMD_START_SCAN source -2 104, 107 -> obsolete
11-12 17:59:49.008 814-1079/? E/WifiStateMachine﹕ WifiStateMachine Disconnected CMD_START_SCAN source -2 105, 107 -> obsolete
11-12 17:59:54.899 814-1079/? E/WifiStateMachine﹕ WifiStateMachine Disconnected CMD_START_SCAN source -2 106, 107 -> obsolete
11-12 18:00:07.046 814-1079/? E/WifiConfigStore﹕ rewrite network history for "ch4os"-WPA_PSK
After deactivation:
Code:
11-12 18:00:51.844 814-1789/? E/WifiService﹕ Invoking mWifiStateMachine.setWifiEnabled
11-12 18:00:51.869 814-1079/? E/WifiStateMachine﹕ Unexpected BatchedScanResults :null
11-12 18:00:51.885 814-1079/? E/WifiStateMachine﹕ SupplicantStoppingState: stopSupplicant init.svc.wpa_supplicant=unknown init.svc.p2p_supplicant=unknown
This error appeared without any direct cause but COULD be related to an update to the most recent nightly, i haven't tried wifi for ~ 1 day after updating.
What i did for solving this problem:
Complete Wipe (Factory reset / advanced wipe using TWPR)
Trying another wifi config on the router (works fine for other devices)
The superstitious deactivate-wifi/airplane mode/restart/re-activate wifi without deactivating airplane mode
Note: after this it worked for like 5 seconds; was not reproducable afterwards
Putting it in the fridge, restarting and trying again
Ensuring wpa_supplicant.conf in /data/misc/wifi/ has permission system:wifi or wifi:wifi and chmod 660 (rw-rw----)
Deleting wpa_supplicant.conf
IMHO is this issue not related to my settings, because it even did not work after a full wipe.
This just does not make any sense to me anymore... Any suggestion is very much appreciated!
Kind regards
Hello, I´m on CM13 last lightly (this problem occurrs also in last snapshot). I´ve installed µg Unified Nlp (Version 1.6.7 from F-droid) and MozillaNlpBackend but I´m unable to activate the Backend. I recive the "Error initializing backend" message.
Self-Check shows:
Permissions grantedPermission to access approximate ocation (network-based): UncheckedNetwork location provider supportAndroid version supported: CheckedSystem supports location provider: CheckedUnifiedNlp statusUnifiedNlp is registrated in system: CheckedLocation backend(s) set up: UncheckedNetwork-based location enabled: UncheckedWhat's or where's the problem? Am I missing something?