[prj][Released][Android SuperFroyo RC2][Fast] - Touch Pro, Fuze Android Development

EDIT 11-09-2010:
It is done! This one here dated 11th September 2010 is so far the fastest running Port I have made. Indeed it runs like hell on my Diamond. This one is RC2 and close to final. The Base has changed completely. RC1 used Incubus's SuperFroyo-ROM. Now, RC2 is using [email protected]'s SuperFroyo-ROM and has a great Superman-Styled-Theme.
What's working on my Diamond:
WiFi, Data, Bluetooth, Market, Sd-Card, this & that
Notice:
This build has disactivated compcache - but runs fast w/o it! To activate it you may use terminal. If you are kind enough then just play around with swapper2 and let me know what works best for you: Compcache or Swap?
Neopeek's SuperFroyo RC2 Port [CyanogenMod6]

waiting the release....
thanks!

Hopefully tonight since I've got work tomorrow. ;D
Is this based off CyanogenMod in the sense that I'll be able to change font colors and such easily?

great!
one more release can be used. thx.

vatoloco said:
as stated in my cyanogen-thread i will wait for rc4 / final before bringing a new cm6-port out. In the meantime i didn't also sleep much cause i was working on some other builds, too. Soon i will release a few bugfix-updates on all my eclair-ports. So said maybe some of you remember my supereclair-port from incubus? Hehe now i ported superfroyo from incubus successfully. Just polishing it up a lil bit and updating some things so it works well. So far everything is working - except bluetooth but just a matter of time. Speed is good - really good.
So now countdown! I will release it maybe today or tomorrow!
Here is the link to incubus's thread:
superfroyo
Click to expand...
Click to collapse
great job!!! Thx```

awaiting your release.....may be this build fix the hardware buttons that got crazy in every build...

RC1 of SuperFroyo is available (see first post). As CM& Stable is now available I hope that some of you try out SuperFroyo and report bugs so I can fix 'em some days later. Except Bluetooth everything worked well for me in SuperFroyo although Compache and Jit are disabled by default. But it runs quite fast. Try it out yourself

the wi-fi don't work

minimotardsp said:
the wi-fi don't work
Click to expand...
Click to collapse
And neither does your language skills either.
I'm downloading it now and will test it soon and post my feedback or noticeable bugs.

The wi-fi does work! The taskbar icon appears after you go to wi-fi setting and enter password.
GMail & Marketplace now works as well.
Sync to office Kerio mail server works.
Speakerphone works.
Most basic phone feature works.
Can't test GPS at the moment as I'm indoor.
Pressing Home button (power) brings up overview of all the 3 screens ... interesting? A feature of LauncherPro?
Hope the bluetooth issue get's resolve soon.
Thanks vatoloco for this RC1 build, this should be a good solid framework to the direction of a fast stable Android.

howeasy said:
And neither does your language skills either.
I'm downloading it now and will test it soon and post my feedback or noticeable bugs.
Click to expand...
Click to collapse
i don't speck english, i am italy end i have reported a bug for my htc touch diamond 100

minimotardsp said:
i don't speck english, i am italy end i have reported a bug for my htc touch diamond 100
Click to expand...
Click to collapse
Wifi does indeed function correctly, tested it myself.
You should try a fresh reinstall

performance results
On a RAPH800 (Telus Touch Pro)
- wifi works
- marketplace works
- quadrant benchmark of 342
- gets really hot (with or without wifi on)
- exchange server sync works
- seems to be about same speed as xandroid (2.2 from Aug. 18)
- phone works
Not sure what else I should be testing. With it getting so hot, I've switched back to Xandroid for the moment.
Update on the speed testing - XAndroid of 449 on quadrant benchmark, so it seems a little faster currently.

I encountered a pretty big bug.
When you power off the phone with Wifi enabled the next time you launch Haret you will be stuck at a boot loop.
Apparently its having trouble starting wifi on boot, it just doesnt work.
Code:
D/Tethering( 1193): tiwlan0 is not a tetherable iface, ignoring
D/wlan_loader( 1327): adapter tiwlan0, eeprom /data/wifi-calibration, init /etc/wifi/tiwlan.ini, firmware /etc/wifi/Fw1251r1c.bin
W/dalvikvm( 1193): threadid=19: thread exiting with uncaught exception (group=0x400207f0)
E/AndroidRuntime( 1193): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 1193): java.lang.NullPointerException
E/AndroidRuntime( 1193): at android.app.StatusBarManager.disable(StatusBarManager.java:76)
E/AndroidRuntime( 1193): at com.android.internal.policy.impl.KeyguardViewMediator.adjustStatusBarLocked(KeyguardViewMediator.java:1054)
E/AndroidRuntime( 1193): at com.android.internal.policy.impl.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:983)
E/AndroidRuntime( 1193): at com.android.internal.policy.impl.KeyguardViewMediator.access$700(KeyguardViewMediator.java:94)
E/AndroidRuntime( 1193): at com.android.internal.policy.impl.KeyguardViewMediator$2.handleMessage(KeyguardViewMediator.java:847)
E/AndroidRuntime( 1193): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1193): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1193): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:606)
I/ActivityManager( 1193): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.fede.launcher/.Launcher }
D/wlan_loader( 1327): Configuring adapter
I/ActivityManager( 1193): Launching preboot mode app: ProcessRecord{441a5578 1321:com.android.providers.calendar/10028}
I/Process ( 1193): Sending signal. PID: 1193 SIG: 9
D/BootAnimation( 1202): SurfaceFlinger died, exiting...

downloading now for my raph100 and will report any bugs if found.

howeasy said:
I encountered a pretty big bug.
When you power off the phone with Wifi enabled the next time you launch Haret you will be stuck at a boot loop.
Apparently its having trouble starting wifi on boot, it just doesnt work.
Code:
D/Tethering( 1193): tiwlan0 is not a tetherable iface, ignoring
D/wlan_loader( 1327): adapter tiwlan0, eeprom /data/wifi-calibration, init /etc/wifi/tiwlan.ini, firmware /etc/wifi/Fw1251r1c.bin
W/dalvikvm( 1193): threadid=19: thread exiting with uncaught exception (group=0x400207f0)
E/AndroidRuntime( 1193): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 1193): java.lang.NullPointerException
E/AndroidRuntime( 1193): at android.app.StatusBarManager.disable(StatusBarManager.java:76)
E/AndroidRuntime( 1193): at com.android.internal.policy.impl.KeyguardViewMediator.adjustStatusBarLocked(KeyguardViewMediator.java:1054)
E/AndroidRuntime( 1193): at com.android.internal.policy.impl.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:983)
E/AndroidRuntime( 1193): at com.android.internal.policy.impl.KeyguardViewMediator.access$700(KeyguardViewMediator.java:94)
E/AndroidRuntime( 1193): at com.android.internal.policy.impl.KeyguardViewMediator$2.handleMessage(KeyguardViewMediator.java:847)
E/AndroidRuntime( 1193): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1193): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1193): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:606)
I/ActivityManager( 1193): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.fede.launcher/.Launcher }
D/wlan_loader( 1327): Configuring adapter
I/ActivityManager( 1193): Launching preboot mode app: ProcessRecord{441a5578 1321:com.android.providers.calendar/10028}
I/Process ( 1193): Sending signal. PID: 1193 SIG: 9
D/BootAnimation( 1202): SurfaceFlinger died, exiting...
Click to expand...
Click to collapse
i have your problem

what?I can't work on my touch pro !always stay at "reboot in 7 secs"

rom is very snappy everythings quick besides default browser but this could be because of stock processor speed. i get force close for google services framework (process com.google.process.gapps) alot
3G,calls,sms,mms all work
GPS havnt tested
Market place works fine
wifi cant seem to get to work not sure why
email and gmail app work
also when i was in initial setup of the phone it wouldnt connect to my google account

spsun said:
what?I can't work on my touch pro !always stay at "reboot in 7 secs"
Click to expand...
Click to collapse
just reset it.

Thanks a lot ... Just downloading... I will post my testing report after using ...

Related

BLACK 3.0 AND 3.01 Java MIDlet not working...

Too much messages in a single topic to gain attention...
Please test it with your favourite JAVA appz and post here the results.
I've tested Gmail and Opera MINI: not working, everything was working fine with Black 2.0
Can you clarify - Was this working with Black 2.5?
philg2000 said:
Can you clarify - Was this working with Black 2.5?
Click to expand...
Click to collapse
Simply I haven't tested black 2.5. In "BIG" 3d I read other two reports on the same issue, without clear definitrion of the name of the applet.
I have only a "lamp" icon and I tested both JAR an JAD directly downloaded, without results. WM6 beta bug? JJ "optimizzation" Bug?
Other users, using the same WM6 build can help may be...
philg2000 said:
Can you clarify - Was this working with Black 2.5?
Click to expand...
Click to collapse
Simply I haven't tested black 2.5. In the "BIG" 3d I read other two reports on the same issue, without clear definition of the name of the applet.
I have only a "lamp" icon and I tested both JAR an JAD directly downloaded, without results. WM6 beta bug? JJ "optimizzation" Bug?
Other users, using the same WM6 build can help may be...
I, too, have midlets not working since the launch of Black 3.0 and 3.01. The midlets used to work back in 2.5, 2.0 and many various cooked roms available out there. I speculate that something related to the midlet manager had been modified that led to the malfunctioning of midlets.
Apart from this issue the Black 3.0 had been working wonders for me.
sergiopi said:
Simply I haven't tested black 2.5. In the "BIG" 3d I read other two reports on the same issue, without clear definition of the name of the applet.
I have only a "lamp" icon and I tested both JAR an JAD directly downloaded, without results. WM6 beta bug? JJ "optimizzation" Bug?
Other users, using the same WM6 build can help may be...
Click to expand...
Click to collapse
Same here, I got the "lamp" icon as well. My midlet is a proprietary one developed by my company and hence wouldn't be the same as yours, segiopi.
Judging from this observation, I'd say perhaps the midlet manager is treating the midlets somewhat differently than before and is giving a runtime error to all of them.
Try "mobile.cmcmarkets.com" and download a midlet from there, compare that to a few other midlet apps, they should give the same "lamp" shaped icon and would "fail to run" as we click on it.
yes me too. gmail midlet was working in black2.5, but failed in 3.0 (havent tried 3.0.1).
gmail, voipbuster, mgmaps & opera mini don't work. ( i guess no midlet will work in black 3.0 until a fix is released)
lamp icon showed in all the midlets & "failed to run" message appear when launching any midlet.
They worked fine in black 2.5.
ok guys
i have been speaking to a number of cookers and it seems that the OEM app "tao intent midlet manager" is not compatible with newer wm6 builds.
hence i have something even better for you (kudos to mUn)
a better midlet manager and support full screen applications too, opera works great on it.
download it from post #2 in my black 3 thread..
this cab will overwrite the links to the midlet manager when u install it.
hi jj, thanks for the fast response. will try it out.
thx a lot, I still using miniOpera instead of full big opera and lot of old games in JAVA.
the new midlet manager works. thanks.
*edit* the behaviour is different from the original midlet manager. although softkeys worked within gmail midlet, but sometimes need to press twice to activate. screen touch no longer working for the softkeys. and performance seems to be slower then intent midlet manager.
JJ,
Thanks for the quick response, I downloaded your new midlet manager, my apps will now install and I will be able to 'launch' them. However, a few secs after I 'launch' the midlets, it would say midlet isn't responding and gives me two options 1) Wait 2) Kill the midlet.
Would you have any other midlet managers available? I've googled around the web and noticed the midlet manager you provided is great when the midlets work; however, its compatibility is a major issue.
GMAIL MIDlet works
new midlet manager is really nice, a bit slow but nicer than intent one. it slowdown my tytn a lot when having it launched, but at least works. thx a lot JJ.
voipbuster runs fine
mgmaps runs fine
opera mini runs fine
gmail doesn't work
"sorry gmail will not work on your phone. your phone doesn't have the appropiate certificate to communicate with the server. try accesing gmail in your mobile browser at http://mail.gmail.com"
Any idea why i can't use gmail?
or how to get the appropiate certificates to be able to run it?
gmail requirements says:
the phone need a class 3 Verisign certificate with serial number 70:BA:E4:1D:109:29:34:B6:38:CA:7B:03:CC:BA:BF. it should come with the phone.
Why i haven't it? and the other black 3.0 users have it?
teorically it can be got at https://www.verisign.com/cgi-bin/support/rootcert/getrootcert.cer but i've tried it but it doesn't yet run.
any idea in how to get a valid class 3 certiificate from verisign that works in my tytn?
TIA
that's strange. gmail midlet works in esmertec midlet manager as you can see in my post earlier in this same thread.
have you tried downloading it again? or delete the old one to test? i had problem in the intent midlet manager, and to get it uninstall i delete it (somewhere hidden within application data directory) directly.
Gmail works fine
Gmail works fine here too ... only gripe is that it doesn't remember the login credentials after a SR ... but that's not a midlet issue I suppose ...
jasjamming said:
ok guys
i have been speaking to a number of cookers and it seems that the OEM app "tao intent midlet manager" is not compatible with newer wm6 builds.
hence i have something even better for you (kudos to mUn)
a better midlet manager and support full screen applications too, opera works great on it.
download it from post #2 in my black 3 thread..
this cab will overwrite the links to the midlet manager when u install it.
Click to expand...
Click to collapse
JJ,
are you sure? cos it works fine with LVSW 3.30.0.9
fourcc said:
new midlet manager is really nice, a bit slow but nicer than intent one. it slowdown my tytn a lot when having it launched, but at least works. thx a lot JJ.
voipbuster runs fine
mgmaps runs fine
opera mini runs fine
gmail doesn't work
"sorry gmail will not work on your phone. your phone doesn't have the appropiate certificate to communicate with the server. try accesing gmail in your mobile browser at http://mail.gmail.com"
Any idea why i can't use gmail?
or how to get the appropiate certificates to be able to run it?
gmail requirements says:
the phone need a class 3 Verisign certificate with serial number 70:BA:E4:1D:109:29:34:B6:38:CA:7B:03:CC:BA:BF. it should come with the phone.
Why i haven't it? and the other black 3.0 users have it?
teorically it can be got at https://www.verisign.com/cgi-bin/support/rootcert/getrootcert.cer but i've tried it but it doesn't yet run.
any idea in how to get a valid class 3 certiificate from verisign that works in my tytn?
TIA
Click to expand...
Click to collapse
I've installed 1.11 , from mobile.google.com, gmail, get faster Gmail and works
yes, i've deleted it, reinstalled it. SR. and it still doesn't work.

New mobitec on HD (axis camera)

Has anybody the new mobile guard working on his HD?
Used program on my diamond before, but with the new guard icw the HD it wont work.
www.mobitec.ca
Nobody?
Getting a java.lang.NullPointerException error, any suggestions?
Can anybody install the program on his HD, try if the program starts without the error. You dont have to own a axis, yust want to know if programm starts. Can remove it later. Its in java.
Mobile link www.mobitec.ca/mgf.jsp
530 hits and nobody with 2 minits of his time?
Seems to start fine. No errors.
can you tell me wich rom you using?
Tried org, dutty's and wm6.5.

Development of J2ME Application

Hi,
I am developing a J2ME application on HD2. Basically the application will sent the GPS coordinates received to the java servlet hosted on the server. I am using Netbeans 6.8 and GlassFish V3 as server. But apparently i am getting a java.io.IOException: Invalid chunk header on the server side. I am not sure why this error would occur as everything works fine on other platform for example Nokia N97.
Could the problem be the OS as HD2 uses Window Mobile 6.5 while N97 uses Symbian?? Or could it be the JBlend which causing the problem as HD2 uses that to run J2ME application??
Any guidance will be greatly appreciated. Thanks alot in advance.
Kevin

Anyone got an answer

All of a sudden every call drops within minute or so same with data connection I've tried flashing a different radio with no luck anyone have a suggestion or what I should do or has had this happen to them yes I'm full root via toast method thanks for your help Bluetooth doesn't work either its like I'm half bricked
Sent from my PC36100 using XDA App
D/alogcat ( 5302): stopping ...
I/BatteryStatsImpl( 1136): notePhoneSignalStrengthLocked: 2->3
I/BatteryStatsImpl( 1136): notePhoneSignalStrengthLocked: 3->2
D/PowerManagerService( 1136): New lightsensor value:160, lcdValue:164
E/Tethering( 1136): attempting to remove unknown iface (usb0), ignoring
D/PowerManagerService( 1136): New lightsensor value:225, lcdValue:164
I/global ( 1136): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 1136): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/BatteryService( 1136): isUsbConnected() = false
D/BatteryService( 1136): mPlugType = 0
I/ConnLib ( 1638): Enter network idle mode
D/UsbConnectedReceiver( 5079): action = psclient.intent.action.usb_status
D/UsbConnectedReceiver( 5079): ACTION_BATTERY_CHANGED
D/UsbConnectedReceiver( 5079): usbCurrentType = 0
D/UsbConnectedReceiver( 5079): Current type is same as previous, return!
D/dalvikvm( 5302): GC_FOR_MALLOC freed 9648 objects / 671080 bytes in 40ms
I/ConnLib ( 1638): Enter network idle mode
W/KeyCharacterMap( 5302): No keyboard for id 65540
W/KeyCharacterMap( 5302): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
Sent from my PC36100 using XDA App
I fixed the issue by unrooting then rerooting mods please delete thread thank you
Sent from my PC36100 using XDA App

[Q][Solved] The process com.android.phone has stopped unexpectedly

Not sure where I went wrong, but whenever I try to go to Settings -> Wireless and network - More settings I get the error message "Unfortunately the process com.android.phone has stopped".
Prior to getting this message I was able to go in and change my network settings (switching between CDMA and CDMA/LTE).
I had removed the following using Titanium Backup:
AllShare Cast
AllShare Play
AllShare Service
Connections Optimizer
Kies via Wi-Fi
Kies air
Mobile Tracker
SNS
Sprint Installer
Sprint Zone
Talk
Voicemail
Windy Weather
Once I started getting this error I restored app & data for Mobile Tracker, SNS and Sprint Installer (hoping one of those were the cause). I also cleared data on the Phone app and the above 3 apps. I've rebooted multiple times, and it still FCs. My 3G data still works, as do the phone functions. I just can't get in to change the network.
Any help is appreciated.
Edit - Here is a logcat of it happening:
Code:
10-26 11:36:58.205 I/InputReader( 2412): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.52 ]
10-26 11:36:58.205 I/InputDispatcher( 2412): Delivering touch to current input target: action: 0x0
10-26 11:36:58.205 I/InputDispatcher( 2412): Delivering touch to current input target: action: 0x0
10-26 11:36:58.205 I/InputDispatcher( 2412): Delivering touch to current input target: action: 0x0
10-26 11:36:58.205 I/InputDispatcher( 2412): Delivering touch to current input target: action: 0x0
10-26 11:36:58.205 D/lights ( 2412): button : 1 +
10-26 11:36:58.205 D/lights ( 2412): button : 1 -
10-26 11:36:58.205 I/PowerManagerService( 2412): Ulight 0x3->0x7|0x0
10-26 11:36:58.205 D/LightsService( 2412): setLightLocked is called
10-26 11:36:58.260 I/InputReader( 2412): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
10-26 11:36:58.260 I/InputDispatcher( 2412): Delivering touch to current input target: action: 0x1
10-26 11:36:58.260 I/InputDispatcher( 2412): Delivering touch to current input target: action: 0x1
10-26 11:36:58.260 I/InputDispatcher( 2412): Delivering touch to current input target: action: 0x1
10-26 11:36:58.260 I/InputDispatcher( 2412): Delivering touch to current input target: action: 0x1
10-26 11:36:58.270 W/SignalStrength( 2412): getCdmaLevel =5
10-26 11:36:58.270 W/SignalStrength( 3134): getCdmaLevel =5
10-26 11:36:58.270 W/SignalStrength( 3134): getCdmaLevel =5
10-26 11:36:58.270 W/SignalStrength( 2412): getCdmaAsuLevel=8
10-26 11:36:58.270 D/STATUSBAR-NetworkController( 3134): onSignalStrengthsChanged signalStrength=SignalStrength: 99 0 -77 -45 -89 -25 6 99 2147483647 2147483647 2147483647 2147483647 cdma 0x500 level=5
10-26 11:36:58.340 I/power ( 2412): *** acquire_dvfs_lock : lockType : 1 freq : 1000000
10-26 11:36:58.340 D/PowerManagerService( 2412): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1000000 uid : 1000 pid : 2412 tag : ActivityManager
10-26 11:36:58.340 W/ActivityManager( 2412): mDVFSLock.acquire()
10-26 11:36:58.385 D/KeyguardViewMediator( 2412): setHidden false
10-26 11:36:58.385 D/WindowManager( 2412): mInputFocus is not null.
10-26 11:36:58.390 D/PointerIcon( 2412): setHoveringSpenIconStyle1 pointerType: 10001iconType:1
10-26 11:36:58.390 D/PointerIcon( 2412): setHoveringSpenCustomIcon IconType is same.1
10-26 11:36:58.390 D/WindowManager( 2412): mInputFocus is not null.
10-26 11:36:58.390 D/WindowManager( 2412): mInputFocus is not null.
10-26 11:36:58.425 D/dalvikvm( 8871): GC_CONCURRENT freed 335K, 7% free 13594K/14535K, paused 3ms+9ms, total 34ms
10-26 11:36:58.430 D/ApplicationPolicy( 2412): isStatusBarNotificationAllowed: packageName = net.dinglisch.android.taskerm
10-26 11:36:58.435 D/STATUSBAR-NotificationService( 2412): Noti Alert - mSystemReady:true, AlertEnabled:true
10-26 11:36:58.460 D/AbsListView( 8871): Get MotionRecognitionManager
10-26 11:36:58.460 D/MotionRecognitionService( 2412): ssp status : true
10-26 11:36:58.490 D/dalvikvm( 8871): GC_FOR_ALLOC freed 89K, 6% free 13800K/14599K, paused 14ms, total 14ms
10-26 11:36:58.500 D/AbsListView( 8871): Get MotionRecognitionManager
10-26 11:36:58.505 D/dalvikvm( 2412): GC_CONCURRENT freed 2028K, 36% free 32818K/50823K, paused 5ms+10ms, total 109ms
10-26 11:36:58.515 I/NetworkModePreference( 8871): phoneType=2
10-26 11:36:58.520 I/EDM : ( 2412): isDataRoamingEnabled : true
10-26 11:36:58.525 I/EDM : ( 2412): isDataRoamingEnabled : true
10-26 11:36:58.530 D/AndroidRuntime( 8871): Shutting down VM
10-26 11:36:58.530 W/dalvikvm( 8871): threadid=1: thread exiting with uncaught exception (group=0x41e512a0)
10-26 11:36:58.535 E/AndroidRuntime( 8871): FATAL EXCEPTION: main
10-26 11:36:58.535 E/AndroidRuntime( 8871): java.lang.RuntimeException: Unable to resume activity {com.android.phone/com.android.phone.MobileNetworkSettings}: java.lang.IllegalArgumentException: Unknown package: com.birdstep.android.cm
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2616)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2644)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2130)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.app.ActivityThread.access$600(ActivityThread.java:140)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1227)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.os.Handler.dispatchMessage(Handler.java:99)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.os.Looper.loop(Looper.java:137)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.app.ActivityThread.main(ActivityThread.java:4898)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at java.lang.reflect.Method.invokeNative(Native Method)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at java.lang.reflect.Method.invoke(Method.java:511)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1006)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:773)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at dalvik.system.NativeStart.main(Native Method)
10-26 11:36:58.535 E/AndroidRuntime( 8871): Caused by: java.lang.IllegalArgumentException: Unknown package: com.birdstep.android.cm
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.os.Parcel.readException(Parcel.java:1429)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.os.Parcel.readException(Parcel.java:1379)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.content.pm.IPackageManager$Stub$Proxy.getApplicationEnabledSetting(IPackageManager.java:2906)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.app.ApplicationPackageManager.getApplicationEnabledSetting(ApplicationPackageManager.java:1306)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at com.android.phone.MobileNetworkSettings.onResume(MobileNetworkSettings.java:640)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1199)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.app.Activity.performResume(Activity.java:5265)
10-26 11:36:58.535 E/AndroidRuntime( 8871): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2606)
10-26 11:36:58.535 E/AndroidRuntime( 8871): ... 12 more
10-26 11:36:58.540 D/WindowManager( 2412): mInputFocus is not null.
10-26 11:36:58.545 E/android.os.Debug( 2412): [email protected] > dumpstate -k -t -z -d -o /data/log/dumpstate_app_error
10-26 11:36:58.545 D/WindowManager( 2412): mInputFocus is not null.
10-26 11:36:58.550 I/dumpstate(15059): begin
I've also pulled the dump file if that would be helpful.
SOLVED
It was the Connections Optimizer. I restored that and it's data, now I can get into the Mobile Networks screen and change the settings!
help please
enormous said:
SOLVED
It was the Connections Optimizer. I restored that and it's data, now I can get into the Mobile Networks screen and change the settings!
Click to expand...
Click to collapse
Hello, thanks for your time on this, could you please guide how to do the connection optimizer restore with data.. Thanks..
jayalaba said:
Hello, thanks for your time on this, could you please guide how to do the connection optimizer restore with data.. Thanks..
Click to expand...
Click to collapse
I used Titanium Backup to restore the app + data. But in order to do that you have to have backed up the app with TiBu before you removed it...
thanks.. but
enormous said:
I used Titanium Backup to restore the app + data. But in order to do that you have to have backed up the app with TiBu before you removed it...
Click to expand...
Click to collapse
Thanks very much Mr. I could not find that in TB. I have moto photon and I am having error message when I use wifi call, I could hear the incoming ring with the error message.. Any advise will be appreciate .. thanks..
If you want to delete the connection optimizer instead of freeze it, you have to make a mod to the secphone apk.

Categories

Resources