[MAGISK] OnePlus Analytics Disabler - OnePlus 5 Themes, Apps, and Mods

It was recently discovered that OnePlus uses some over the top analytics that you can't opt out of. I'm not going to get into details as I'm not a developer, but you can read more at the link at the bottom of this post. I made a quick Magisk module that disables the tracking app by replacing it and it's odex file with an empty one, the standard procedure for disabling apps with Magisk. It should work on any OnePlus phone that uses this tracking app.
Install this through Magisk Manager.
More info:
https://www.chrisdcmoore.co.uk/post/oneplus-analytics/
Edit: I'm seeing a few cases of module not working for some people. I'm not certain what's causing it, but please make sure you're using the official rom and the beta version of Magisk. I'll continue looking into the errors while I'm not working.
UPDATE: Now replaces OPDeviceManager and OPDeviceManagerProvider, thanks to @WhoDunnit for bringing it to my attention. I still haven't been able to replicate any errors or find anything to fix them. Hopefully OnePlus pulls through and disables the tracking so this mod isn't needed.
Update 2: As long as I'm dragging behind, I'll just keep linking to WhoDunnit's modules within this thread. His updated module includes my changes but only disables the EngineeringMode backdoor, rather than the entire app, as well as disabling OPBugReportLite. Any updates I personally make will be based off this module, but hopefully we won't need any more. Here's the post with the updated module: https://forum.xda-developers.com/on...plus-analytics-disabler-t3686636/post74614087
Version 1.2: now disables EngineeringMode and related files.
PrivacyFix 1.0 disables OPDeviceManager.apk, OPDeviceManagerProvider.apk, libdoor.so (Engineering backdoor), OEMLogKit.apk, LogKitSdService.apk, oemlogkit, OPBugReportLite.apk. Remember to remove my old module.

very smart of you to make this. Im sure this will also benefit battery life as well not logging and shipping all of our information and activities at a whim.

Thx :highfive:

Very cool OP, thanks very much!

What am I doing wrong? I tried going to Modules, then tapping the + icon. When selecting this mod, I get the following screen
{
"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"
}
Sent from my ONEPLUS A5000 using Tapatalk

This work with any OOS phone such as OnePlus 2 and 3?
Sent from my OnePlus 3 using XDA Labs

Will this work after a software update, or do we need to run every time?

Devhux said:
What am I doing wrong? I tried going to Modules, then tapping the + icon. When selecting this mod, I get the following screen
Click to expand...
Click to collapse
That's interesting. I can't find any information on that error and it seems to only be you. Try deleting the zip and redownloading it. If that fails, you can try flashing it though recovery, but I haven't tested this method. Still, no reason to think it won't work.
Are you using the latest Magisk beta?
mrmcshagbag said:
This work with any OOS phone such as OnePlus 2 and 3?
Click to expand...
Click to collapse
It should work as long as the APK name doesn't change. No reason it should change, as it's a generic name. I don't know if other devices use it though. Worst case scenario you get a fake app taking up 0 bytes of precious storage.
GroovyGeek said:
Will this work after a software update, or do we need to run every time?
Click to expand...
Click to collapse
If Magisk gets removed by a system update then you'll have to reinstall Magisk to get the module working again. You won't have to reinstall the module.

Blame Tapatalk. I'm seriously looking to throw this app out the window as it's being stupid lately.
Sent from my ONEPLUS A5000 using Tapatalk

Just flashed it on my 3t running oos 4.5.0, is there a way to verify its working as I have become very paranoid with this revelation. I am finally and seriously considering to stop using oos, even though I haven't used a custom rom yet on my 3t.

Thanks.

Is this only for stock OOS?

My Magisk Manager crashed every time installing this module. Here are the logs:
Process: com.topjohnwu.magisk
Flags: 0x38c8be44
Package: com.topjohnwu.magisk v51 (5.1.1)
Foreground: Yes
Build: OnePlus/OnePlus3/OnePlus3T:7.1.1/NMF26F/09151130:user/release-keys
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.lang.ref.WeakReference.get()' on a null object reference
at com.topjohnwu.magisk.a.i.f(Unknown Source)
at com.topjohnwu.magisk.a.b.a(Unknown Source)
at com.topjohnwu.magisk.a.b.onPostExecute(Unknown Source)
at android.os.AsyncTask.finish(AsyncTask.java:667)
at android.os.AsyncTask.-wrap1(AsyncTask.java)
at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:684)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6374)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:103)
Click to expand...
Click to collapse
Logcat:
10-11 11:29:36.075 11175 11175 E AndroidRuntime: FATAL EXCEPTION: main
10-11 11:29:36.075 11175 11175 E AndroidRuntime: Process: com.topjohnwu.magisk, PID: 11175
10-11 11:29:36.075 11175 11175 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.lang.ref.WeakReference.get()' on a null object reference
10-11 11:29:36.075 11175 11175 E AndroidRuntime: at com.topjohnwu.magisk.a.i.f(Unknown Source)
10-11 11:29:36.075 11175 11175 E AndroidRuntime: at com.topjohnwu.magisk.a.b.a(Unknown Source)
10-11 11:29:36.075 11175 11175 E AndroidRuntime: at com.topjohnwu.magisk.a.b.onPostExecute(Unknown Source)
10-11 11:29:36.075 11175 11175 E AndroidRuntime: at android.os.AsyncTask.finish(AsyncTask.java:667)
10-11 11:29:36.075 11175 11175 E AndroidRuntime: at android.os.AsyncTask.-wrap1(AsyncTask.java)
10-11 11:29:36.075 11175 11175 E AndroidRuntime: at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:684)
10-11 11:29:36.075 11175 11175 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
10-11 11:29:36.075 11175 11175 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
10-11 11:29:36.075 11175 11175 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6374)
10-11 11:29:36.075 11175 11175 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-11 11:29:36.075 11175 11175 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
10-11 11:29:36.075 11175 11175 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
10-11 11:29:36.075 11175 11175 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:103)
10-11 11:29:36.097 4365 15869 W ActivityManager: Force finishing activity com.topjohnwu.magisk/.FlashActivity
Click to expand...
Click to collapse

A simple question. I apologize for my ignorance...
Why do you not simply remove the OPDeviceManager from /system/priv-app instead of make a Magisk module for that?
benwalburn said:
It was recently discovered that OnePlus uses some over the top analytics that you can't opt out of. I'm not going to get into details as I'm not a developer, but you can read more at the link at the bottom of this post. I made a quick Magisk module that disables the tracking app by replacing it and it's odex file with an empty one, the standard procedure for disabling apps with Magisk. It should work on any OnePlus phone that uses this tracking app.
Install this through Magisk Manager.
More info:
https://www.chrisdcmoore.co.uk/post/oneplus-analytics/
Click to expand...
Click to collapse

Thank you! Two of my devices are now safe

Devhux said:
What am I doing wrong? I tried going to Modules, then tapping the + icon. When selecting this mod, I get the following screen View attachment 4298993
Sent from my ONEPLUS A5000 using Tapatalk
Click to expand...
Click to collapse
Put this file in folder "MagiskManager" and then try again.
Wysłane z mojego ONEPLUS A5000 przy użyciu Tapatalka

It can use for 1+3t ?

Hello !! I tried to install this with magisk, but i don't know if it's good or not. I'm on the xXx's rom, and never used magisk before.
At the end of the installation, i've installation failed, Can you tell me why please ? Thanks you.

B.Z.H.29 said:
Hello !! I tried to install this with magisk, but i don't know if it's good or not. I'm on the xXx's rom, and never used magisk before.
At the end of the installation, i've installation failed, Can you tell me why please ? Thanks you.
Click to expand...
Click to collapse
This is for OOS and nothing else, and is not needed on custom ROMs.
Gesendet von meinem ONEPLUS A5000 mit Tapatalk

64ashg said:
Just flashed it on my 3t running oos 4.5.0, is there a way to verify its working as I have become very paranoid with this revelation. I am finally and seriously considering to stop using oos, even though I haven't used a custom rom yet on my 3t.
Click to expand...
Click to collapse
Yeah, just open Settings > Apps > overflow button > show System apps > and see if OPDeviceManager is there. Since I replaced it with an invalid app, you shouldn't see it in the apps at all.
yehyeh said:
My Magisk Manager crashed every time installing this module. Here are the logs:
Logcat:
Click to expand...
Click to collapse
I wasn't able to replicate the issue on Magisk 14.2. Are you still on the stable release? In spite of the name, the stable is broken. Aside from that, it should work. The way the module is designed it should install on any phone with a properly functioning Magisk, even if the app I'm disabling doesn't exist.
bartito said:
A simple question. I apologize for my ignorance...
Why do you not simply remove the OPDeviceManager from /system/priv-app instead of make a Magisk module for that?
Click to expand...
Click to collapse
Because Magisk modules are all the rage. But seriously, people don't like messing with /system anymore. Just like any other module, this allows you to modify the system without actually modifying it. It shouldn't trip SafetyNet and the module can be reapplied after an update by simply reinstalling Magisk. The change itself can be disabled with a checkbox, which I think is great for people who don't want to get their hands dirty, or for testing bugs. It's better in the long term for users of otherwise stock ROMs.
I did hear after making this module that you can disable the app with ADB, which is a roughly equal solution. I'd still prefer this just for the ability to manage it through Magisk. Being able to see the changes you've made to your phone just by glancing at an app is pretty useful.

Related

TW Launcher 4.5 - beta #21 [beta #22 testing last page]

{
"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"
}
​
Hi,
This is the twlauncher 4.5, actually the tw4 launcher from Samsung heavily modified by me. A lot have of options have been added...
Pictures say more than thousand words
​
Click to expand...
Click to collapse
Theming
For theming see this post
Click to expand...
Click to collapse
Issues​
Power Widget stays gray on samsung firmwares (it does not on cm7 for example), after reboot it will be displayed normally.
If you want working samsung widgets, download TW4Manager app, -> Widgets and select which you want (then menu button -> apply)
To fix other widgets, grab the attached key, in AndroidManifest.xml set android:sharedUserId="tw4.fr4gg0r" (if not there add it) and resign it with the downloaded key (password is touchwiz, alias is fr4gg0r) more details here.
Click to expand...
Click to collapse
Works with​
Every device with armv7 processor and froyo or higher
Click to expand...
Click to collapse
Installation​
install the attached TW4Manager app. It will offer you several installation methods
normal installation
installation to /system/app/ (this will let you uninstall apps)
cyanogenmod version (/system/ only, if you want normal installation, choose the first one)
Cyanogenmod users have the privilegue to kill apps like the settings app does (real force stop). This is the only launcher that can do this!
Click to expand...
Click to collapse
FAQ
If you have questions/problems, see this very good HowTo by Corwin9s:
http://forum.xda-developers.com/showthread.php?t=1306961​
Click to expand...
Click to collapse
Developer​
me, Fr4gg0r
(previously also swiftwork who has left the team (the tw4manager is based on his work).
Important: I am currently not working on this project (no time).
There are (at least I hope so) other ppl working on this project, I posted sources somewhere, but I can't remember their names now. xD
One of them is petsasj.
Click to expand...
Click to collapse
If you have questions/bug reports feel free to come on irc (freenode) to #cmsgs
Don't take the .apk and theme it, instead make a theme.zip
Thanks to:
acrylic - for the icons in the preferences
Brut.all for apktool
petsasj for testing
Corwin9s for everything
Changelog:
http://fr4gg0r.webege.com/tw4/changelog
Cool!
Can't wait to try it out.
***The .apk is named "TouchWiz30Launcher"...is that a typo?***
program monitor widget doesnt work
eternal-intent said:
Cool!
Can't wait to try it out.
***The .apk is named "TouchWiz30Launcher"...is that a typo?***
Click to expand...
Click to collapse
Samsung did not rename the launcher.
I only kept the name^^
great one.
but cannot edit in app drawer.
Any chance for live fullscreen toggle???
NXJeff said:
great one.
but cannot edit in app drawer.
Click to expand...
Click to collapse
If this was resolved it would be awesome!
Sent from my Darkys v10 GT-I9000
Nice one!
But as the other users have posted: The edit mode in the app drawer does not work.
On my ROM Landscape does also not work.
But I will reflash docs rom 2.2 and try it again!
Hopefully it will work
Do i still need the modified framework-res.jar or did you solve this dependence?
nice regards
mike
scrollable widget support would be nice!
Hi fr4gg0r! i try your last version of tw4, very fast and smooth but i came back to the one of fguy cause there is a problem with program monitor widget, could you fix it?
thanks!
hi fraggor,
after pming you, i got a new question. Is it possible for you to modify your tw4 , to be able to restore a homescreen backup with SGS tools ? This would be perfectly ( because i dont know how to replace old tw3 data into tw4 )
chrisb1977 said:
If this was resolved it would be awesome!
Sent from my Darkys v10 GT-I9000
Click to expand...
Click to collapse
sry very stupid bug.
Will fix that in few minutes.
Someone can attach the Widget here for me or post link?
If you need translators, i'm available to translate the launcher into Italian
Nice.
Landscape isn't working, unless I'm misinterpreting what "isLandscapeEnabled" is supposed to do.
Also, none of the SGS II widgets are working anymore. They say "Problem Loading Widget". Normal widgets work fine.
MikeyMike01 said:
Nice.
Landscape isn't working, unless I'm misinterpreting what "isLandscapeEnabled" is supposed to do.
Also, none of the SGS II widgets are working anymore. They say "Problem Loading Widget". Normal widgets work fine.
Click to expand...
Click to collapse
Landscape works, but if you change from off to on, it needs a reboot to take effect (don't know why :s).
Edit mode works now.
Samsung's widgets seems to be an issue for now.
Fr4gg0r said:
Landscape works, but if you change from off to on, it needs a reboot to take effect (don't know why :s).
Edit mode works now.
Click to expand...
Click to collapse
Correct on the landscape.
im waiting for tiles in appdrawer ^^
Code:
E/SamsungAppWidgetInfo( 699): failed startActivity(java.lang.SecurityException: Requesting code from com.sec.android.widgetapp.analogclock (with uid 10010) to be run in process com.sec.android.app.twlauncher (with uid 10063))
W/System.err( 699): java.lang.SecurityException: Requesting code from com.sec.android.widgetapp.analogclock (with uid 10010) to be run in process com.sec.android.app.twlauncher (with uid 10063)
W/System.err( 699): at android.app.ActivityThread.getPackageInfo(ActivityThread.java)
W/System.err( 699): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java)
W/System.err( 699): at android.app.ActivityThread.startActivityNow(ActivityThread.java)
W/System.err( 699): at android.app.LocalActivityManager.moveToState(LocalActivityManager.java)
W/System.err( 699): at android.app.LocalActivityManager.startActivity(LocalActivityManager.java)
W/System.err( 699): at com.sec.android.app.twlauncher.SamsungAppWidgetInfo.makeSamsungWidget(SamsungAppWidgetInfo.java:206)
W/System.err( 699): at com.sec.android.app.twlauncher.SamsungAppWidgetInfo.makeSamsungWidget(SamsungAppWidgetInfo.java:163)
W/System.err( 699): at com.sec.android.app.twlauncher.AddWidgetDialog$2.onLongClick(AddWidgetDialog.java:496)
W/System.err( 699): at android.view.View.performLongClick(View.java)
W/System.err( 699): at android.view.View$CheckForLongPress.run(View.java)
W/System.err( 699): at android.os.Handler.handleCallback(Handler.java)
W/System.err( 699): at android.os.Handler.dispatchMessage(Handler.java)
W/System.err( 699): at android.os.Looper.loop(Looper.java)
W/System.err( 699): at android.app.ActivityThread.main(ActivityThread.java)
W/System.err( 699): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 699): at java.lang.reflect.Method.invoke(Method.java:507)
W/System.err( 699): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
W/System.err( 699): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
W/System.err( 699): at dalvik.system.NativeStart.main(Native Method)
That's when adding the SGSII Analog Clock widget to the home screen.
The Digital Clock and Email widget load from the SGS II. The Calendar and Analog Clock don't.
Hey guys I have flashed this on Darkys RC5 and was pretty smooth, but after 5 mins I just got FC's :/
How can I flash stock tw3.0 back? Is there a .zip too? I'm not a pro in these things bur able of flashing .zips through CWM...please help me and sorry if I'm annoying you cuz I'm a noob ;(
I appreciate your help.
Sent from my GALAXY S 2.3.3
edit in appdrawer is not working,can u fix it?

[ROM][June 17TH,2012][CM 7.2][Strawmetal.CM][V6]

This is based on the latest stable release 7.2 from Cyanogen.
This is a personal build and is my first attempt at customising CM.
{
"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"
}
Apks removed:
ADWLauncher
Androidian
Browser
CMStats
CMUpdateNotify
CMWallpapers
Cyanbread
Development
FileExplorer
Gallery3D
Music
Pacman
ProTips
QuickSearchBox
Click to expand...
Click to collapse
Apps Added:
AdAway
AdobeFlashPlayer
AdobeReader
BoatBrowser
Facebook
FasterGPS
GestureSearch
Google+
GoogleMaps
LauncherPro
PlayMusic
Pocket
QuickPic
SMS Backup & Restore
SolidExplorer
Talk2
TitaniumBackup
Twitter
WhatsApp
XDA
YouTube
Click to expand...
Click to collapse
Other Changes:
Included Updated Gapps
Elite Kernel by nik3r
Virtuous OC Daemon by virtuous
Zipaligned
EXT4 optimisation
Wipe EFS on flashing
Radio libs for 04.19
V6Supercharger U9RC8.2 Script extracted to sdcard
Busybox 1.20
Build prop tweaks
Debugging notification disabled
Default theme changed
Ringtones,Notifications sounds from HTC and MIUI included.
Bootanimation changed
LauncherPro icons changed
Click to expand...
Click to collapse
Instructions:
Full Wipe necessary(Superwipe)
First boot after install will be very slow. After it boots wait for some time or force close launcher pro. Also you may have to force close launcherpro after every reboot. UI might be slow after that which can be fixed inside launcher pro advanced settings
Play Store(if not present) will show up after adding your Google account in the settings menu.
Click to expand...
Click to collapse
Downloads:
Strawmetal.CM.V6
Strawmetal.CM.V5, MD5 = 689cf8f5aca476dd766bdaed60e7f61c
Strawmetal.CM.V4, MD5 = acb53c252dd66ca91cb8cb992e50a6ad
Strawmetal.CM.V3
Strawmetal.CM.V2
Click to expand...
Click to collapse
Hmmm. ROM looks very interesting
Test Time.
Downloading.
THX
zibiss said:
Hmmm. ROM looks very interesting
Test Time.
Downloading.
THX
Click to expand...
Click to collapse
<3 Strawmetal sauce. Is this a Sony theme? I love it!
---------- Post added at 01:10 AM ---------- Previous post was at 12:35 AM ----------
Getting a frozen white HTC screen with this:
Code:
I/AudioHardwareMSM7X30( 1513): Setting in-call volume to 100 (available range is
0 to 100)
E/AudioHardwareMSM7X30( 1513): msm_set_voice_rx_vol(100) failed errno = 1
Looks very well! Indeed nicely themed! Gonna try it out when I have the time
Quote nice this rom. Unfortunately, the airbnb search function is causing a force close. Can anyone else confirm? Or know why?
Sent from my HTC Vision using XDA
Ok, so it looks like I will download this... again!
Edit: Now I get a bootloop.
Bootloops.
logcat says this:
Code:
E/HTC Acoustic( 1493): ioctl ACOUSTIC_UPDATE_ADIE failed -1
E/HTC Acoustic( 1493): failed to open A2051 CSV files /system/etc/TPA2051_CFG.csv.
E/AudioHardwareMSM7X30( 1493): msm_set_voice_rx_vol(100) failed errno = 1
E/AndroidRuntime( 1507): *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
E/AndroidRuntime( 1507): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 1507): at com.android.server.ServerThread.run(SystemServer.java:170)
E/AndroidRuntime( 1507): Caused by: java.lang.NumberFormatException: unable to parse '' as integer
E/AndroidRuntime( 1507): at java.lang.Integer.parseInt(Integer.java:362)
E/AndroidRuntime( 1507): at java.lang.Integer.parseInt(Integer.java:332)
E/AndroidRuntime( 1507): at java.lang.Integer.valueOf(Integer.java:506)
E/AndroidRuntime( 1507): at com.android.server.am.ActivityManagerService.getIntProp(ActivityManagerService.java:356)
E/AndroidRuntime( 1507): at com.android.server.am.ActivityManagerService.
<clinit>(ActivityManagerService.java:365)
E/AndroidRuntime( 1507): ... 1 more
E/AndroidRuntime( 1507): Error reporting crash
E/AndroidRuntime( 1507): java.lang.NullPointerException
E/AndroidRuntime( 1507): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 1507): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)
E/AndroidRuntime( 1507): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)
See, I'm wondering if the people who got it to work just flashed V2 over V1? Anyone who got it to work without having V1 installed first?
Edit: 4th download, using Chrome, Orbit downloader, and IE8/9. No difference.
nickeedoo said:
See, I'm wondering if the people who got it to work just flashed V2 over V1? Anyone who got it to work without having V1 installed first?
Edit: 4th download, using Chrome, Orbit downloader, and IE8/9. No difference.
Click to expand...
Click to collapse
I flashed V2 after superwipe and no issues at all... but i'll verify it a few more times and report....
EDIT: I took the screenshots on V2...(so it didnt bootloop for me)
EDIT: Made a superwipe again and it boots again without issues...I'll reupload the rom again... please look for it tomorrow at the latest...md5 will be posted
Hmm... try reuploading? Or making an md5? I did that on all the files I downloaded and they're the same every time.
Am I the only one who had a successful install of this rom? I came from ILWT, flashed data / cache then did superwipe+ext4 then wipe dalvik. It actually booted quite fast, In under 20-30 seconds it seemed.
Upon boot, the rom ran very smooth and quick. My only complaint was airbnb wasn't working, which it was working on ILWT, so I had to go back to ILWT. Shame because I really like this rom. Aside from the theme which I got bored of quickly. Thanks for the upload!! Good work.
Sent from my HTC Vision using XDA
Apparently, you must use superwipe before installing this rom. Simply going to "format all (except SD)" doesn't seem to work. Thanks! I'll test this right away!
Edit:
.... RAGE MODE ACTIVATED!! Adb says the following services died:
sensorservice
entropy
power
media.audioflinger
media.player
media.camera
media.audio_policy.
I see this line:
"Failed to open A2051 CSV files /system/etc/TPA2051_CFG.v"
Edit2: It works!
V3 Testing
V3 out for testing.
Changelog:
Included NeverGone\RU's earphone volume mod
Updated market apps
Bootanimation disabled for faster booting.
Instructions:
Wipe cache,dalvik if updating from V2
Full Superwipe necessary if flashing over any other rom...
REQUEST:
Please test if the volume mod is working and report any issues.
What is airbnb????
Will update this link into OP after you guys say its okay
strawmetal said:
V3 out for testing.
Changelog:
Included NeverGone\RU's earphone volume mod
Updated market apps
Bootanimation disabled for faster booting.
Instructions:
Wipe cache,dalvik if updating from V2
Full Superwipe necessary if flashing over any other rom...
REQUEST:
Please test if the volume mod is working and report any issues.
What is airbnb????
Will update this link into OP after you guys say its okay
Click to expand...
Click to collapse
Airbnb is just an app I use to search vacation properties when I go on vacation. But I use it often and it wasn't working. So I had to change roms. Not sure why it wasn't working. I'm back on ILWT and it's working fine again.
Sent from my HTC Vision using XDA
For some reason on minus its showing me that the file doesn't exit really want to try this out, I logged in and still no good. Hmm.
Sent from my HTC Vision using xda premium
mrbmg said:
For some reason on minus its showing me that the file doesn't exit really want to try this out, I logged in and still no good. Hmm.
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
That's too bad, this rom is awesome! Minus worked for me using dolphin hd.
Sent from my HTC Vision using XDA
strawmetal said:
V3 out for testing.
...
Click to expand...
Click to collapse
Thanks! I couldn't get v2 to boot so will try this one tonight when I have some time to do so
---------- Post added at 04:42 PM ---------- Previous post was at 04:39 PM ----------
Palingenesis said:
That's too bad, this rom is awesome! Minus worked for me using dolphin hd.
Sent from my HTC Vision using XDA
Click to expand...
Click to collapse
If you download with your phone sometimes it works to go to the normal page instead of mobile page.
Why is this downloading at 27 kb/s :| Lolololol
Again I cannot get it to boot, i have made a logcat, maybe this helps http://pastebin.com/5RYq648A I did a superwipe before installing.
Hagelslagje said:
Again I cannot get it to boot, i have made a logcat, maybe this helps http://pastebin.com/5RYq648A I did a superwipe before installing.
Click to expand...
Click to collapse
Sorry to hear that you guys aren't able to boot it .... Worked flawlessly for me V3 bootup was 14seconds on first flash... .... Anyways i'll build it from scratch again and see if that'll work for you.... Give me a day to do it because i just reverted to stock with no root(am making a sense version)...
Cheers...

[25 Apr 13][ROM][4.1.2]LG UI 3.0[720p][NATIVESD][DATAONEXT]

Hey guys i am back with a different UI again and this time LG gets my love. I mean the company and not the girl ​
{
"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"
}
Android 4.1.2 (JZO54K)
NativeSD
Data on ext
LG UI 3.0(partially. I'll theme it more in the next version)
Aroma installer as always
Lg stuff used/ported in this version
Code:
[LIST=1]
[*]LG UI 3.0 launcher
[*]LG UI 3.0 theme
[*]Tried to port LG Camera(I am sure it'll not work but still need someone to prove it wrong)
[*]Some more stuff i don't remember please mention it of you find them
[/LIST]
To-do list
Code:
[LIST=1]
[*]LG optimus G pro lockscreen
[*]Many other LG stuff
Version 1.0​
DOWNLOAD​
Special thanks to the ever helpful kameirus for beta testing and uploading a mirror
Credits:
Tytung
Xylograph
SecureCRT
Kameirus
wwchang
Robbie.p
And whoever i missed[/B]
Reserved for future versions
Reserved for addons
Reserved for screenshots.someone will need to provide me those
I also tried to port pacman 22.0(android 4.2.2) to hd2
IMPORTANT
Whoever is testing it please leave a reply after you download.and i hope nobody downloads it after that coz i don't want my box account suspended due to heavy traffic as it's the only place i can upload my roms due to my crappy internet
But i couldn't test it.Also kameirus is quite sick(hope he gets well soon) So anyone who is willing to test it, please do it for me but remember it can be tested only on nand only install
This is the rom
https://www.box.com/s/9pnnjbfqxvugbelk85od
While installing choose nand only install to install it. nativesd ramdisk is messed up i guess.if it boots then please check if the basic things work and if there is rom control and pa preferences in settings and then please make a mirror(optional step) and pm me the link
If it doesn't boot then make a logcat while booting and send it to me
After making the logcat replace
The framework folder from the below link in the rom zip
https://www.box.com/s/r7l3dm3hk1q0syl62yht
And again flash the rom. If it boots then please check for the above mentioned things. If it doesn't then please send me a logcat
I'll go to sleep now as it's late here in india
I'll look at your reply in the morning
Sent from my LG-P990 using xda premium
Anurag pandey said:
...
Click to expand...
Click to collapse
Welcome back. It's a long time to see you. Thanks man.
BTW: what is system partition size?
6oltsqs7 said:
Welcome back. It's a long time to see you. Thanks man.
BTW: what is system partition size?
Click to expand...
Click to collapse
Ah i can't see the system partition now.i sold my crappy notebook yesterday . I'll get a new machine by monday to support my development so you'll get to see me a lot around now
Sent from my LG-P990 using xda premium
this is one of the fastest JB i've tried using the default home but stutters when using Xperia home. JB camera is OK but will reboot when using video
others seem to be working ok though I still need to try it out more
thanks for your nice work.
* I tried, but it is not loading android.
Return to WM
mengfei said:
this is one of the fastest JB i've tried using the default home but stutters when using Xperia home. JB camera is OK but will reboot when using video
others seem to be working ok though I still need to try it out more
thanks for your nice work.
Click to expand...
Click to collapse
Thanks for the screenshot buddy.that reminded me of the stuff i forgot about.and this was just a test version.new version will be up by the coming tuesday or Wednesday
Sent from my LG-P990 using xda premium
Why don't use 4.2.2.?
but.. i like 4.1.2 too..
what system partition
abumaha said:
what system partition
Click to expand...
Click to collapse
300mb should be fine
Sent from my LG-P990 using xda premium
Change the date dude, its 25 Apr 13..
Got confused due to the date.
And the link you provided for pacman 4.2.2 ROM doesn't work.
****in bomb update man coooooooool
---------- Post added at 07:18 PM ---------- Previous post was at 07:02 PM ----------
cAMERA NOT WORK DEAR ANY SULOTION
GALERIE NOT WORK
Pacman 4.2.2 doesn't boot as of yet.gets stuck in bootanimation. I got it tested.i will work on fixing it and many more stuff after monday and for the camera, it must work
Thanks for new rom, and welcome back. Hope your exams went well.
Rom looks good. wifi, data BT (a2dp), home and lg launchers all working good. NativeSD
Camcorder gave me
01:15:32.610 Debug QcomCamera 25157 HAL_get_camera_info: loading libcamera at 0x40018414
01:15:32.611 Info MediaRecorderJNI 24985 prepare: surface=0x2a2385d0 (identity=308)
01:15:32.612 Warning StagefrightRecorder 25157 Intended video encoding bit rate (11264000 bps) is too large and will be set to (3000000 bps)
01:15:32.612 Warning StagefrightRecorder 25157 Intended video encoding frame rate (30 fps) is too large and will be set to (15 fps)
01:15:32.613 Warning StagefrightRecorder 25157 Intended video encoding frame width (1280) is too large and will be set to (800)
01:15:32.613 Warning StagefrightRecorder 25157 Intended video encoding frame height (720) is too large and will be set to (480)
01:15:32.614 Debug CameraSource 25157 Camera does not support setVideoSize()
01:15:32.614 Error CameraSource 25157 Video dimension (800x480) is unsupported
01:15:32.615 Error MediaRecorder 24985 start failed: -19
Click to expand...
Click to collapse
When trying to start recording
And then FCs with
Code:
01:25:16.817 Debug AndroidRuntime 24985 Shutting down VM
01:25:16.818 Warning dalvikvm 24985 threadid=1: thread exiting with uncaught exception (group=0x40ab3300)
01:25:16.987 Error AndroidRuntime 24985 FATAL EXCEPTION: main
01:25:16.988 Error AndroidRuntime 24985 java.lang.RuntimeException: getParameters failed (empty parameters)
01:25:16.989 Error AndroidRuntime 24985 at android.hardware.Camera.native_getParameters(Native Method)
01:25:16.989 Error AndroidRuntime 24985 at android.hardware.Camera.getParameters(Camera.java:1539)
01:25:16.990 Error AndroidRuntime 24985 at com.lge.camera.controller.PreviewController.stopPreview(PreviewController.java:604)
01:25:16.991 Error AndroidRuntime 24985 at com.lge.camera.Mediator.onPause(Mediator.java:1519)
01:25:16.992 Error AndroidRuntime 24985 at com.lge.camera.CamcorderMediator.onPause(CamcorderMediator.java:251)
01:25:16.992 Error AndroidRuntime 24985 at com.lge.camera.Camcorder.finish(Camcorder.java:357)
01:25:16.993 Error AndroidRuntime 24985 at android.app.Activity.onBackPressed(Activity.java:2154)
01:25:16.994 Error AndroidRuntime 24985 at android.app.Activity.onKeyUp(Activity.java:2131)
01:25:16.995 Error AndroidRuntime 24985 at com.lge.camera.Camcorder.onKeyUp(Camcorder.java:200)
01:25:16.995 Error AndroidRuntime 24985 at android.view.KeyEvent.dispatch(KeyEvent.java:2655)
01:25:16.996 Error AndroidRuntime 24985 at android.app.Activity.dispatchKeyEvent(Activity.java:2361)
01:25:16.997 Error AndroidRuntime 24985 at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1844)
01:25:16.998 Error AndroidRuntime 24985 at android.view.ViewRootImpl.deliverKeyEventPostIme(ViewRootImpl.java:3577)
01:25:16.998 Error AndroidRuntime 24985 at android.view.ViewRootImpl.handleImeFinishedEvent(ViewRootImpl.java:3547)
01:25:16.999 Error AndroidRuntime 24985 at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:2797)
01:25:17.000 Error AndroidRuntime 24985 at android.os.Handler.dispatchMessage(Handler.java:99)
01:25:17.000 Error AndroidRuntime 24985 at android.os.Looper.loop(Looper.java:137)
01:25:17.001 Error AndroidRuntime 24985 at android.app.ActivityThread.main(ActivityThread.java:4965)
01:25:17.002 Error AndroidRuntime 24985 at java.lang.reflect.Method.invokeNative(Native Method)
01:25:17.003 Error AndroidRuntime 24985 at java.lang.reflect.Method.invoke(Method.java:511)
01:25:17.003 Error AndroidRuntime 24985 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
01:25:17.004 Error AndroidRuntime 24985 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
01:25:17.005 Error AndroidRuntime 24985 at dalvik.system.NativeStart.main(Native Method)
01:25:17.006 Warning ActivityManager 281 Force finishing activity com.lge.camera/.Camcorder
Is there a way to set a supported size near to 800x480?
I installed miui camera and camcorder works BTW
Thanks again
Thanks for the log.it was fixed by tytung but i used an old jellybelly base . I'll look at the changes tytung made to make it work
Sent from my LG-P990 using xda premium
to oft reboots
still this rom is not stable enough
would be nice if update coming
soon
why ist his sony ui
i thought lg ui?
anyway fast working rom

4.3 News and Weather Widget?

Has it been eliminated? I use this widget all the time; anyone know of a 4.3 version?
Chronzy said:
Has it been eliminated? I use this widget all the time; anyone know of a 4.3 version?
Click to expand...
Click to collapse
Push the attached APK to /system/app and set permissions to rw- r-- r--. Making a flashable now. It's GenieWidget v1.3.11 from when Jellybean was first released about a year ago, there were no changes with any of the incremental changes since then.
Edit: flashable ZIP attached, see here if you want transparent widget backgrounds (http://forum.xda-developers.com/showpost.php?p=28982382&postcount=4009), or see a few posts below for semi-transparent.
{
"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"
}
Chronzy said:
Has it been eliminated? I use this widget all the time; anyone know of a 4.3 version?
Click to expand...
Click to collapse
You are correct as Genie being a great widget.
Simple and to the point.
ecs1984 said:
Push the attached APK to /system/app and set permissions to rw- r-- r--. Making a flashable now. It's GenieWidget v1.3.11 from when Jellybean was first released about a year ago, there were no changes with any of the incremental changes since then.
Edit: flashable ZIP attached.
Click to expand...
Click to collapse
Thanks for your effort!
I had a zip that wouldn't flash, which worked on 4.2.2 so I thought it was a 4.3 issue but it wasn't. I extracted, pushed it, and fixed permissions and it worked. Probably shoulda tried that first, but since we're here... 1.3.11 50% transparent attached.
Chronzy said:
Thanks for your effort!
I had a zip that wouldn't flash, which worked on 4.2.2 so I thought it was a 4.3 issue but it wasn't. I extracted, pushed it, and fixed permissions and it worked. Probably shoulda tried that first, but since we're here... 1.3.11 50% transparent attached.
Click to expand...
Click to collapse
No problem, I also added a link to my earlier post with the fully transparent versions I made last year, they work fine.
Cheers.
As far as I know, Google has made a conscious choice not to ship the News and Weather app or the Video Editor app, as well as the Android Browser, on both generations of Nexus 7. (The camera app existed on the Nexus 7 (2012), but didn't have a launcher icon.)
I'm glad our community makes it work when they're not satisfied with that.
Chronzy said:
Thanks for your effort!
I had a zip that wouldn't flash, which worked on 4.2.2 so I thought it was a 4.3 issue but it wasn't. I extracted, pushed it, and fixed permissions and it worked. Probably shoulda tried that first, but since we're here... 1.3.11 50% transparent attached.
Click to expand...
Click to collapse
very nice the semi transparent idea, but we can't install as normal apk i suppose need to be signed. Can anybody do this? thanks!!!!
Thanks for the widget. I really like it to be honest
Chronzy said:
Thanks for your effort!
I had a zip that wouldn't flash, which worked on 4.2.2 so I thought it was a 4.3 issue but it wasn't. I extracted, pushed it, and fixed permissions and it worked. Probably shoulda tried that first, but since we're here... 1.3.11 50% transparent attached.
Click to expand...
Click to collapse
I cannot install this on my samsung s3...it says cannot install..please fix it
vhl71 said:
I cannot install this on my samsung s3...it says cannot install..please fix it
Click to expand...
Click to collapse
a. This is a Nexus forum, not for S3 phones
b. Had to try it myself as I was pretty sure it would work
c. Downloaded apk, pushed to /system/app, set right permissions, rebooted
d. Added widget on homescreen
e. Profit
Pfeffernuss said:
a. This is a Nexus forum, not for S3 phones
b. Had to try it myself as I was pretty sure it would work
c. Downloaded apk, pushed to /system/app, set right permissions, rebooted
d. Added widget on homescreen
e. Profit
Click to expand...
Click to collapse
not eyerybody has rooted device like you, the friend above ment the apk to be signed so everyone without rooted device can install the app as normal apk.
vhl71 said:
I cannot install this on my samsung s3...it says cannot install..please fix it
Click to expand...
Click to collapse
frastgr said:
not eyerybody has rooted device like you, the friend above ment the apk to be signed so everyone without rooted device can install the app as normal apk.
Click to expand...
Click to collapse
Try signed versions attached here, stock version and version with transparent widget.
ecs1984 said:
Try signed versions attached here, stock version and version with transparent widget.
Click to expand...
Click to collapse
thanks mate but a few posts above we asked for a semi-transparent genie widget ver 1.3.11. Is any of the attached files semi-trans and ver 1.3.11?
frastgr said:
thanks mate but a few posts above we asked for a semi-transparent genie widget ver 1.3.11. Is any of the attached files semi-trans and ver 1.3.11?
Click to expand...
Click to collapse
Wasn't really answering a request, I was republishing the versions I shared earlier in the thread as signed versions. Semi-trans is attached here.
ecs1984 said:
Wasn't really answering a request, I was republishing the versions I shared earlier in the thread as signed versions. Semi-trans is attached here.
Click to expand...
Click to collapse
Thank you very very much I really apreciate it, I have been looking for this for a long long time. Thank you again:good::good::good:!!!!
What's up with this app???
It doesn't work anymore... It says 'stopped working' when i try to open...
Sent from my Nexus 7 using xda app-developers app
Hawkery said:
What's up with this app???
It doesn't work anymore... It says 'stopped working' when i try to open...
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Same here. Worked until yesterday.
It seems to receive bad data:
Code:
I/ActivityManager( 1487): START u0 {act=android.intent.action.VIEW dat=com.google.android.apps.genie.weather flg=0x14000000 cmp=com.google.android.apps.genie.geniewidget/.activities.NewsActivity bnds=[17,66][751,230]} from pid -1
W/InputMethodManagerService( 1487): Got RemoteException sending setActive(false) notification to pid 17393 uid 10049
I/ActivityManager( 1487): Displayed com.google.android.apps.genie.geniewidget/.activities.NewsActivity: +188ms
D/AndroidRuntime(17493): Shutting down VM
W/dalvikvm(17493): threadid=1: thread exiting with uncaught exception (group=0x41abd700)
E/AndroidRuntime(17493): FATAL EXCEPTION: main
E/AndroidRuntime(17493): java.lang.NumberFormatException: Invalid int: "04 AM"
E/AndroidRuntime(17493): at java.lang.Integer.invalidInt(Integer.java:138)
E/AndroidRuntime(17493): at java.lang.Integer.parse(Integer.java:375)
E/AndroidRuntime(17493): at java.lang.Integer.parseInt(Integer.java:366)
E/AndroidRuntime(17493): at java.lang.Integer.parseInt(Integer.java:332)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.CurveView.(CurveView.java:107)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.WeatherView.initializeHourlyView(WeatherView.java:414)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.WeatherView.refreshWeatherData(WeatherView.java:363)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.WeatherView.createWeatherView(WeatherView.java:108)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.WeatherViewBuilder.buildView(WeatherViewBuilder.java:39)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.WeatherViewBuilder.buildView(WeatherViewBuilder.java:20)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.ViewMediator.getView(ViewMediator.java:281)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.ViewMediator.addResourceView(ViewMediator.java:256)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.ViewMediator.buildPage(ViewMediator.java:294)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.ViewMediator.access$000(ViewMediator.java:28)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.ViewMediator$3.onClick(ViewMediator.java:116)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.TabViewBuilder$1.onTabSelected(TabViewBuilder.java:58)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.ui.TabView.onClick(TabView.java:300)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.ui.TabView.simulateClick(TabView.java:193)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.TabViewBuilder.onRequestViewShown(TabViewBuilder.java:99)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.ViewMediator.addResourceView(ViewMediator.java:267)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.view.ViewMediator.showTabView(ViewMediator.java:121)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.activities.NewsActivity$6.success(NewsActivity.java:533)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.miniwidget.MiniWidgetController.notifySuccess(MiniWidgetController.java:563)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.miniwidget.MiniWidgetController.access$900(MiniWidgetController.java:44)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.miniwidget.MiniWidgetController$2.success(MiniWidgetController.java:393)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.miniwidget.MiniWidgetController$2.success(MiniWidgetController.java:308)
E/AndroidRuntime(17493): at com.google.android.apps.genie.geniewidget.network.MASFConnection$4.run(MASFConnection.java:285)
E/AndroidRuntime(17493): at android.os.Handler.handleCallback(Handler.java:730)
E/AndroidRuntime(17493): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(17493): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(17493): at android.app.ActivityThread.main(ActivityThread.java:5289)
E/AndroidRuntime(17493): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(17493): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(17493): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739)
E/AndroidRuntime(17493): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555)
E/AndroidRuntime(17493): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1487): Force finishing activity com.google.android.apps.genie.geniewidget/.activities.NewsActivity
Update: It works again for me.
Just bad that it crashes on bad input. The developer probably was fresh out of college...
ecs1984 said:
Wasn't really answering a request, I was republishing the versions I shared earlier in the thread as signed versions. Semi-trans is attached here.
Click to expand...
Click to collapse
Nevermind! I found your version w sense. BTW, yours is the only one right now that doesn't crash google voice search. Much appreciated, and nice work!
Thanks,
Mike
ecs1984 said:
Try signed versions attached here, stock version and version with transparent widget.
Click to expand...
Click to collapse
Bumping an older thread to see if anyone has the new version with the transparent widget. I'm tired of seeing 'We have a new version of News & Weather. Click to view' on my homescreen.
OstrichSak said:
Bumping an older thread to see if anyone has the new version with the transparent widget. I'm tired of seeing 'We have a new version of News & Weather. Click to view' on my homescreen.
Click to expand...
Click to collapse
Seconding this. Would also like to try to see if i can get the semi trans or trans modded version to work on my N1 running GB 2.3.

[ROM][4.4.4] OmniROM - Stingray/Stingray_CDMA - bigPart

{
"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"
}
Omnirom 4.4.4 coming to a xoom near you!
This ROM is for stingray/stingray_cdma.
For the wingray ROM click here.
For the everest ROM click here.
Please only write stingray specific posts in this thread, meaning mobile data 4G/LTE and CDMA2000/3G specific.
For all general questions use the wingray ROM thread.. Thanks
Based on:
OmniROM "omnirom-4.4.2"
Kernel ElementalX-Xoom-2.1 by flar2
Download
omni-4.4.4-latest-stingray-HOMEMADE.zip (md5sum)
omni-4.4.4-latest-stingray_cdma-HOMEMADE.zip (md5sum)
Download GApps
One of these may be applied:
pa_gapps-modular-full-4.4.2-20131230-signed.zip (Source Source2) (Note: TTS crashes, On boot if asked which Launcher ->Launcher3 is the fastest)
pa_gapps-modular-mini-4.4.2-20131215-signed.zip (Source Source2) (Note: Removes Omnirom stock Launcher3, TTS crashes in settings)
gapps-wingray-kk-20131223.zip (Note: TTS removed as it currently crashes)
Note: Not fully tested.
Download Root
UPDATE-SuperSU-v1.86.zip
Download Deprecated
Browse deprecated
Install
You will need bigPart TWRP and execute the repartitioning as described in
Source
Prerequisites
TWRP 2.6.3.0 R.A.H BigPart Edition Recovery
The ROM you want to flash
Instructions
Your data will be totally wiped! If you have Nandroids, TitaniumBackups, or anything of any value on your internal storage, copy them to your microsd or computer! They will be gone forever! Your microsd card is the only safe haven on your Xoom during this process.
Put TWRP 2.6.3.0 BigPart version and your desired rom on your microsd card.
Reboot into recovery. Flash TWRP BigPart.
Reboot into recovery. Go into wipe menu. Select "Advanced Wipe". Check
Dalvik Cache
System
Cache
Data
Internal Storage
and wipe them. Don't reboot just yet.
Go into install. Recovery should show your microsd storage by default. If not, using the navigation panel, navigate to root then go into "sdcard". You can now follow the steps below, starting with Flash omni-4.4.2-201XXXXX-wingray-HOMEMADE_XXXX.zip.
If updating from older ROM version in this thread, you don't have to wipe anything
If updating from an different rom, wipe
Dalvik Cache
System
Cache
Data
Flash omni-4.4.2-201XXXXX-everest-HOMEMADE_XXXX.zip
Flash gapps-xxxx.zip
Flash UPDATE-SuperSU-v1.86.zip
Reboot
Issues
Same graphic glitches like in any xoom 4.3 rom
Camera not working
Wifi not working
GPS not working
HW Videodecoding not working
"Unfortunately Messaging has stopped"
SDCard not mounted
"Unfortunately Simpsons Tapped Out has stopped"
In AudioDock, VolumeControl does not work
Emotions are not displayed in Emotionsselector.
No carrier is displayed on lockscreen
Selecting an alternative keyboard language crashes.
HDMI output not working.
Wallpaper selection crashes if no gapps are installed
...
Tips'N'Tricks
Show Developer and Performance settings
Go to the settings menu, and scroll down to "About phone." Tap it.
Scroll down to the bottom again, where you see "Build number."
Tap it seven (7) times, and *poof*, you've got the developer settings back.
Reduces lagging
Overclock to 1.4Ghz (Performance menu)
Decrease animation duration to .25 (Developer options menu)
Source
https://github.com/Schischu
Thanks
dreamcwli
DJNoXD
bubor
michie
flar2
Adler12
realjumy
rchtk
bigrushdog
Special thanks to everybody who donated, You guys rock!
Changelog
The list below may not be up to date.
Check CHANGES for a more current and detailed changelog instead.
omni-4.4.2-20140106-1429+0100-stingray-HOMEMADE
- Update OmniROM "omnirom-4.4.2" from 6th of January 2014
- Add USB-OTG support
omni-4.4.2-20140105-2348+0100-stingray-HOMEMADE
- Update OmniROM "omnirom-4.4.2" from 5th of January 2014
- Add bigPart check to update.zip. Will assert if not bigPart TWRP
- Add OTA support
omni-4.4.2-20140103-1106+0100-stingray-HOMEMADE
- opengl no config fix (Simpsons Tapped out, ...) ... again ...
omni-4.4.2-20140102-1301+0100-stingray-HOMEMADE
- Update OmniROM "omnirom-4.4.2" from 2nd of January 2014
- Selecting an alternative keyboard language crashes fix
omni-4.4.2-20140101-1943+0100-everest-HOMEMADE
- Initial version
LTE working?
jm9843 said:
LTE working?
Click to expand...
Click to collapse
Working great. 4g/lte data.
Sent from my SCH-I535 using XDA Premium 4 mobile app
---------- Post added at 02:33 PM ---------- Previous post was at 02:30 PM ----------
Schischu said:
Changelog
omni-4.4.2-20140101-1943+0100-everest-HOMEMADE
- Initial version
Click to expand...
Click to collapse
@Schischu. Great work!. thank you.
Sent from my SCH-I535 using XDA Premium 4 mobile app
installing as we speak
---------- Post added at 03:54 AM ---------- Previous post was at 03:27 AM ----------
just installed on my stingray. so far so good.
no data, but its my xoom for some reason its not reading my sim cards
Hi All,
I am not a developer, but have been flashing my way around for quite some time now,
I have a MZ600, I have been using the Stingray with EOS uneventfully for some time now.
I have tried a thousand different ways to get this installed, but every time I get "symlink errors"
I know the "bigpart" has been successful,
Any Ideas??
Thanks in advance,
ROM installed successfully. After first boot i was getting a lot of android.phone.com force closes. After a reboot it occurred a few more times at start but has since stopped. I'm working on getting a logcat and will post it next time it crashes. But other than that, so far so good!!! Everything else seems to be working great aside from that and the TTS crashes.
I used PA Gapps full.
LTE is working
Thank you Schischu and the rest of the developers assisting on this project from Omni Rom and BigPart!
Is there any difference between this and the Wingray version other than the 4G/LTE radio support? I have a Stingray and don't use cellular data service so I have the wingray ROM installed currently. Just want to make sure I'm not missing anything else.
The ROM rocks :laugh: :good:
Schischu said:
Changelog
omni-4.4.2-20140102-1301+0100-stingray-HOMEMADE
- Update OmniROM "omnirom-4.4.2" from 2nd of January 2014
- Selecting an alternative keyboard language crashes fix
omni-4.4.2-20140101-1943+0100-everest-HOMEMADE
- Initial version
Click to expand...
Click to collapse
Here is a logcat of the com.android.phone errors. https://www.dropbox.com/s/nngx9bvy90g7mtt/Log_2014-01-02_19-01-42.txt
Sent from my SCH-I535 using XDA Premium 4 mobile app
Kaiya_FL said:
Is there any difference between this and the Wingray version other than the 4G/LTE radio support? I have a Stingray and don't use cellular data service so I have the wingray ROM installed currently. Just want to make sure I'm not missing anything else.
The ROM rocks :laugh: :good:
Click to expand...
Click to collapse
There is no difference other than the radios and the options in settings referring to the cellular service.
kentedman said:
Here is a logcat of the com.android.phone errors. https://www.dropbox.com/s/nngx9bvy90g7mtt/Log_2014-01-02_19-01-42.txt
Sent from my SCH-I535 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I keep getting the com.android.phone error and I cannot connect to any mobile network. I've tried putting it into airplane mode, pulling the sim card, no go.
Sent from my XT1056 using XDA Premium 4 mobile app
kentedman said:
Here is a logcat of the com.android.phone errors. https://www.dropbox.com/s/nngx9bvy90g7mtt/Log_2014-01-02_19-01-42.txt
Sent from my SCH-I535 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Looking at your log I see lots and lots of xposed errors. Did you install xposed framework?
Schischu said:
Looking at your log I see lots and lots of xposed errors. Did you install xposed framework?
Click to expand...
Click to collapse
I did. I can do a wipe and clean install this evening and send you a new log. The com.phone FC's were happening before xposed. Its interesting how the errors vary. On one boot they will happen non-stop and then on another boot I may only get one or two and then no problems at all. It seems very random.
But beyond the phone errors its running great!!
Thanks again
Sent from my SCH-I535 using XDA Premium 4 mobile app
Ah true, I didn't see the phone error above earlier.
Code:
01-02 19:02:14.847 10101 10101 E AndroidRuntime: Process: com.android.phone, PID: 10101
01-02 19:02:14.847 10101 10101 E AndroidRuntime: java.lang.NoClassDefFoundError: com.android.internal.telephony.IccCardApplicationStatus$AppType
01-02 19:02:14.847 10101 10101 E AndroidRuntime: at com.motorola.motosimuihelper.ShowSimStatusActivity.checkSimStatus(ShowSimStatusActivity.java:169)
01-02 19:02:14.847 10101 10101 E AndroidRuntime: at com.motorola.motosimuihelper.ShowSimStatusActivity.onCreate(ShowSimStatusActivity.java:104)
01-02 19:02:14.847 10101 10101 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:5231)
Ok I will check this out.
Edit:
Ok lets try this
Download
http://duckbox.info/android/MotoSimUiHelper.apk
I hope you are familiar with adb.
Push file to device
adb push MotoSimUiHelper.apk /sdcard/
Open shell to device
adb shell
Enter on adb shell following
su
If you have supersu installed you will get a popup on your device screen, if not it will just work
mount -o remount,rw /system
cp /sdcard/MotoSimUiHelper.apk /system/app/
reboot
And if we are lucky it will work
Schischu said:
Ah true, I didn't see the phone error above earlier.
Code:
01-02 19:02:14.847 10101 10101 E AndroidRuntime: Process: com.android.phone, PID: 10101
01-02 19:02:14.847 10101 10101 E AndroidRuntime: java.lang.NoClassDefFoundError: com.android.internal.telephony.IccCardApplicationStatus$AppType
01-02 19:02:14.847 10101 10101 E AndroidRuntime: at com.motorola.motosimuihelper.ShowSimStatusActivity.checkSimStatus(ShowSimStatusActivity.java:169)
01-02 19:02:14.847 10101 10101 E AndroidRuntime: at com.motorola.motosimuihelper.ShowSimStatusActivity.onCreate(ShowSimStatusActivity.java:104)
01-02 19:02:14.847 10101 10101 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:5231)
Ok I will check this out.
Edit:
Ok lets try this
Download
http://duckbox.info/android/MotoSimUiHelper.apk
I hope you are familiar with adb.
Push file to device
adb push MotoSimUiHelper.apk /sdcard/
Open shell to device
adb shell
Enter on adb shell following
su
If you have supersu installed you will get a popup on your device screen, if not it will just work
mount -o remount,rw /system
cp /sdcard/MotoSimUiHelper.apk /system/app/
reboot
And if we are lucky it will work
Click to expand...
Click to collapse
GREAT ROM!!! Thank you for keeping the XOOM alive!
I just tried the following and it didnt work. Well let me rephrase, it worked because it got rid of the messages but it did not work because now I am not getting signal. Before trying this, i was getting the error messages but I had full LTE signal. Now, it only displays signal for about 1-2 seconds on initial boot (when im sitting on the lockscreen), and then it goes away. Also everytime I go into and try to select "LTE" as the Preferred Network Type, it always defaults to "3G" when I exit the "Mobile Networks" menu option. Under "About>System Status":
- Signal "-105dBm"
- Network type "LTE"
- Service State "In service"
- Mobile Network State "Disconnected"
I don't know it this has anything to do with it but I have not actually bought a plan on the SIM card. Before on EOS rom, I could pull up browser at any time and get the VZW activation page at any time when on LTE. Now I just get the "No Internet" page.....
Screenshot of state:
https://drive.google.com/file/d/0BxB_hwSUaC9YZUdxazh2MXlJZGc/edit?usp=sharing
Logfile:
https://drive.google.com/file/d/0BxB_hwSUaC9YaF9CaGVJU3VUcGM/edit?usp=sharing
chrisharmful said:
I keep getting the com.android.phone error and I cannot connect to any mobile network. I've tried putting it into airplane mode, pulling the sim card, no go.
Sent from my XT1056 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I was able to get passed the FC's by simply rebooting. It would still come up with a few more FC's at first but the FC's stop completely after that and the mobile network works fine. I did not do anything special between reboots. Hope that helps you until they fix the actual issue.
I'm going to try Schischu's possible fix to see if i get the same issue as soccertolive as i do have an active mobile plan.
Domunus said:
I was able to get passed the FC's by simply rebooting. It would still come up with a few more FC's at first but the FC's stop completely after that and the mobile network works fine. I did not do anything special between reboots. Hope that helps you until they fix the actual issue.
I'm going to try Schischu's possible fix to see if i get the same issue as soccertolive as i do have an active mobile plan.
Click to expand...
Click to collapse
I rebooted several times and still got the error and no signal. Please let us know if the fox works and what happens.
Schischu said:
Ah true, I didn't see the phone error above earlier.
Code:
01-02 19:02:14.847 10101 10101 E AndroidRuntime: Process: com.android.phone, PID: 10101
01-02 19:02:14.847 10101 10101 E AndroidRuntime: java.lang.NoClassDefFoundError: com.android.internal.telephony.IccCardApplicationStatus$AppType
01-02 19:02:14.847 10101 10101 E AndroidRuntime: at com.motorola.motosimuihelper.ShowSimStatusActivity.checkSimStatus(ShowSimStatusActivity.java:169)
01-02 19:02:14.847 10101 10101 E AndroidRuntime: at com.motorola.motosimuihelper.ShowSimStatusActivity.onCreate(ShowSimStatusActivity.java:104)
01-02 19:02:14.847 10101 10101 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:5231)
Ok I will check this out.
Edit:
Ok lets try this
Download
http://duckbox.info/android/MotoSimUiHelper.apk
I hope you are familiar with adb.
Push file to device
adb push MotoSimUiHelper.apk /sdcard/
Open shell to device
adb shell
Enter on adb shell following
su
If you have supersu installed you will get a popup on your device screen, if not it will just work
mount -o remount,rw /system
cp /sdcard/MotoSimUiHelper.apk /system/app/
reboot
And if we are lucky it will work
Click to expand...
Click to collapse
This worked for me. No further FC's upon boot and data is working with LTE fine. The settings do show 3g preferred and LTE preferred will not stick; however my signal shows 4G. Ran a speedtest and i'm receiving 10MB/s up and 10MB/s down.
The problem is that the 4g/lte apks from motorola and verizon are closed source.
So for every bug you guys find I have to fixup the apks by "optimizing" the smali code.
So you guys will probably have to live with a few quirks.
I'm going to try and flash rom again then follow steps hoping it works.

Categories

Resources