[Q] Can't develop on Omar's ROM - RAZR i Q&A, Help & Troubleshooting

Hi !
Today I started learning apps development on my RAZR i. Everytime I compile my application with the Android SDK I get these three lines :
Installation failed due to invalid APK file!
Please check logcat output for more details.
Launch canceled!
With a ZTE Blade running CM9 it's fine.
Maybe it depends on the ROM you're using, can someone develop on Omar's ROM ? I'm too lazy to go back on stock and test again (anyway i want to keep this ROM).
If you can help me...
Thank you in advance :fingers-crossed:

Kiki Banderos said:
Hi !
Today I started learning apps development on my RAZR i. Everytime I compile my application with the Android SDK I get these three lines :
Installation failed due to invalid APK file!
Please check logcat output for more details.
Launch canceled!
With a ZTE Blade running CM9 it's fine.
Maybe it depends on the ROM you're using, can someone develop on Omar's ROM ? I'm too lazy to go back on stock and test again (anyway i want to keep this ROM).
If you can help me...
Thank you in advance :fingers-crossed:
Click to expand...
Click to collapse
Did your app its build with x86 compatibility?
Intel device - Razr i Owner
Hit thanks if i help you or you like my style

Marco Lomas said:
Did your app its build with x86 compatibility?
Intel device - Razr i Owner
Hit thanks if i help you or you like my style
Click to expand...
Click to collapse
I'm just beginning in Android development. I have only the basics in Java and Eclipse. I don't know how to enable x86 compatibility in the IDE. I did some research on google but didn't found anything. I though a "hello world" would be compatible with all Android device (arm, x86, mips, powerpc..).
Well, is there a way to enable x86 compatibility ? :angel:
Thank you !

I also develop on Omar ROM - without problems. Can you check what logs do you get ? (to check your logs to to "android-sdk/platform-tools", open console there, and write |adb logcat", and then try to install your sample application and copy logs). BTW. x86 compatibility is unnecessary when writing app in java with android sdk (only native code needs that)

I'm sorry, i don't know how to format correctly the logcat, it's really unconfortable to read. Thank you for trying, i'm currently searching what's going wrong there.
Code:
07-22 21:17:17.554 24661 24661 I CydiaSubstrate: MS:Notice: Injecting: /system/b
in/app_process
07-22 21:17:17.554 24661 24661 I CydiaSubstrate: MS:Notice: Loading: /data/data/
com.saurik.substrate/lib/libDalvikLoader.cy.so
07-22 21:17:17.554 24661 24661 I CydiaSubstrate: MS:Notice: Loading: /data/data/
com.saurik.substrate/lib/libAndroidCydia.cy.so
07-22 21:17:17.554 24661 24661 D AndroidRuntime:
07-22 21:17:17.554 24661 24661 D AndroidRuntime: >>>>>> AndroidRuntime START com
.android.internal.os.RuntimeInit <<<<<<
07-22 21:17:17.554 24661 24661 D AndroidRuntime: CheckJNI is OFF
07-22 21:17:17.554 24661 24661 I AndroidRuntime: JNI options: '-Xjniopts:warnonl
y'
07-22 21:17:17.554 24661 24661 I AndroidRuntime: IFWI Version: 42.26
07-22 21:17:17.554 24661 24661 I AndroidRuntime: SCU Version: DA.32
07-22 21:17:17.564 24661 24661 I AndroidRuntime: PUnit Version: D1.0B
07-22 21:17:17.564 24661 24661 I AndroidRuntime: IA32FW Version: 01.1E
07-22 21:17:17.564 24661 24661 I AndroidRuntime: ValHooks Version: 42.0F
07-22 21:17:17.564 24661 24661 I AndroidRuntime: Kernel Release Version: 3.0.86
07-22 21:17:17.574 24661 24661 D dalvikvm: Trying to load lib libjavacore.so 0x0
07-22 21:17:17.584 24661 24661 D dalvikvm: Added shared lib libjavacore.so 0x0
07-22 21:17:17.584 24661 24661 D dalvikvm: Trying to load lib libnativehelper.so
0x0
07-22 21:17:17.584 24661 24661 D dalvikvm: Added shared lib libnativehelper.so 0
x0
07-22 21:17:17.744 24661 24661 I CydiaSubstrate: MS:Notice: Loading: /data/app/c
om.saurik.winterboard-1.apk
07-22 21:17:17.784 24661 24661 D AndroidRuntime: Calling main entry com.android.
commands.pm.Pm
07-22 21:17:17.794 24661 24661 D AndroidRuntime: Shutting down VM
07-22 21:17:17.794 24661 24665 D dalvikvm: GC_CONCURRENT freed 199K, 26% free 59
2K/796K, paused 0ms+0ms, total 2ms
07-22 21:17:17.804 24661 24667 D dalvikvm: Debugger has detached; object registr
y had 1 entries
07-22 21:17:18.394 24675 24675 I CydiaSubstrate: MS:Notice: Injecting: /system/b
in/app_process
07-22 21:17:18.394 24675 24675 I CydiaSubstrate: MS:Notice: Loading: /data/data/
com.saurik.substrate/lib/libDalvikLoader.cy.so
07-22 21:17:18.394 24675 24675 I CydiaSubstrate: MS:Notice: Loading: /data/data/
com.saurik.substrate/lib/libAndroidCydia.cy.so
07-22 21:17:18.394 24675 24675 D AndroidRuntime:
07-22 21:17:18.394 24675 24675 D AndroidRuntime: >>>>>> AndroidRuntime START com
.android.internal.os.RuntimeInit <<<<<<
07-22 21:17:18.394 24675 24675 D AndroidRuntime: CheckJNI is OFF
07-22 21:17:18.394 24675 24675 I AndroidRuntime: JNI options: '-Xjniopts:warnonl
y'
07-22 21:17:18.394 24675 24675 I AndroidRuntime: IFWI Version: 42.26
07-22 21:17:18.394 24675 24675 I AndroidRuntime: SCU Version: DA.32
07-22 21:17:18.404 24675 24675 I AndroidRuntime: PUnit Version: D1.0B
07-22 21:17:18.404 24675 24675 I AndroidRuntime: IA32FW Version: 01.1E
07-22 21:17:18.404 24675 24675 I AndroidRuntime: ValHooks Version: 42.0F
07-22 21:17:18.404 24675 24675 I AndroidRuntime: Kernel Release Version: 3.0.86
07-22 21:17:18.424 24675 24675 D dalvikvm: Trying to load lib libjavacore.so 0x0
07-22 21:17:18.424 24675 24675 D dalvikvm: Added shared lib libjavacore.so 0x0
07-22 21:17:18.424 24675 24675 D dalvikvm: Trying to load lib libnativehelper.so
0x0
07-22 21:17:18.424 24675 24675 D dalvikvm: Added shared lib libnativehelper.so 0
x0
07-22 21:17:18.584 24675 24675 I CydiaSubstrate: MS:Notice: Loading: /data/app/c
om.saurik.winterboard-1.apk
07-22 21:17:18.624 24675 24675 D AndroidRuntime: Calling main entry com.android.
commands.pm.Pm
07-22 21:17:18.644 24535 24547 W zipro : Unable to open zip '/data/local/tmp/L
eVioloneux.apk': Permission denied
07-22 21:17:18.644 24535 24547 D asset : failed to open Zip archive '/data/loc
al/tmp/LeVioloneux.apk'
07-22 21:17:18.654 11433 11464 D dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 0ms
07-22 21:17:18.654 24535 24547 W PackageParser: Unable to read AndroidManifest.x
ml of /data/local/tmp/LeVioloneux.apk
07-22 21:17:18.654 24535 24547 W PackageParser: java.io.FileNotFoundException: A
ndroidManifest.xml
07-22 21:17:18.654 24535 24547 W PackageParser: at android.content.res.A
ssetManager.openXmlAssetNative(Native Method)
07-22 21:17:18.654 24535 24547 W PackageParser: at android.content.res.A
ssetManager.openXmlBlockAsset(AssetManager.java:487)
07-22 21:17:18.654 24535 24547 W PackageParser: at android.content.res.A
ssetManager.openXmlResourceParser(AssetManager.java:455)
07-22 21:17:18.654 24535 24547 W PackageParser: at android.content.pm.Pa
ckageParser.parsePackageLite(PackageParser.java:722)
07-22 21:17:18.654 24535 24547 W PackageParser: at com.android.defcontai
ner.DefaultContainerService$1.getMinimalPackageInfo(DefaultContainerService.java
:169)
07-22 21:17:18.654 24535 24547 W PackageParser: at com.android.internal.
app.IMediaContainerService$Stub.onTransact(IMediaContainerService.java:110)
07-22 21:17:18.654 24535 24547 W PackageParser: at android.os.Binder.exe
cTransact(Binder.java:367)
07-22 21:17:18.654 24535 24547 W PackageParser: at dalvik.system.NativeS
tart.run(Native Method)
07-22 21:17:18.654 24535 24547 W DefContainer: Failed to parse package
07-22 21:17:18.654 11433 11464 W ActivityManager: No content provider found for
permission revoke: file:///data/local/tmp/LeVioloneux.apk
07-22 21:17:18.744 11433 11464 D dalvikvm: GC_EXPLICIT freed 3399K, 35% free 284
71K/43784K, paused 3ms+6ms, total 89ms
07-22 21:17:18.744 24675 24675 D AndroidRuntime: Shutting down VM
07-22 21:17:18.754 24675 24679 D dalvikvm: GC_CONCURRENT freed 224K, 28% free 61
0K/840K, paused 0ms+0ms, total 1ms
07-22 21:17:18.754 24675 24681 D dalvikvm: Debugger has detached; object registr
y had 1 entries
07-22 21:17:18.754 24675 24686 I AndroidRuntime: NOTE: attach of thread 'Binder_
3' failed
07-22 21:17:19.214 24689 24689 I CydiaSubstrate: MS:Notice: Injecting: /system/b
in/toolbox

Kiki Banderos said:
I'm sorry, i don't know how to format correctly the logcat, it's really unconfortable to read. Thank you for trying, i'm currently searching what's going wrong there.
Code:
07-22 21:17:17.554 24661 24661 I CydiaSubstrate: MS:Notice: Injecting: /system/b
in/app_process
07-22 21:17:17.554 24661 24661 I CydiaSubstrate: MS:Notice: Loading: /data/data/
com.saurik.substrate/lib/libDalvikLoader.cy.so
07-22 21:17:17.554 24661 24661 I CydiaSubstrate: MS:Notice: Loading: /data/data/
com.saurik.substrate/lib/libAndroidCydia.cy.so
07-22 21:17:17.554 24661 24661 D AndroidRuntime:
07-22 21:17:17.554 24661 24661 D AndroidRuntime: >>>>>> AndroidRuntime START com
.android.internal.os.RuntimeInit <<<<<<
07-22 21:17:17.554 24661 24661 D AndroidRuntime: CheckJNI is OFF
07-22 21:17:17.554 24661 24661 I AndroidRuntime: JNI options: '-Xjniopts:warnonl
y'
07-22 21:17:17.554 24661 24661 I AndroidRuntime: IFWI Version: 42.26
07-22 21:17:17.554 24661 24661 I AndroidRuntime: SCU Version: DA.32
07-22 21:17:17.564 24661 24661 I AndroidRuntime: PUnit Version: D1.0B
07-22 21:17:17.564 24661 24661 I AndroidRuntime: IA32FW Version: 01.1E
07-22 21:17:17.564 24661 24661 I AndroidRuntime: ValHooks Version: 42.0F
07-22 21:17:17.564 24661 24661 I AndroidRuntime: Kernel Release Version: 3.0.86
07-22 21:17:17.574 24661 24661 D dalvikvm: Trying to load lib libjavacore.so 0x0
07-22 21:17:17.584 24661 24661 D dalvikvm: Added shared lib libjavacore.so 0x0
07-22 21:17:17.584 24661 24661 D dalvikvm: Trying to load lib libnativehelper.so
0x0
07-22 21:17:17.584 24661 24661 D dalvikvm: Added shared lib libnativehelper.so 0
x0
07-22 21:17:17.744 24661 24661 I CydiaSubstrate: MS:Notice: Loading: /data/app/c
om.saurik.winterboard-1.apk
07-22 21:17:17.784 24661 24661 D AndroidRuntime: Calling main entry com.android.
commands.pm.Pm
07-22 21:17:17.794 24661 24661 D AndroidRuntime: Shutting down VM
07-22 21:17:17.794 24661 24665 D dalvikvm: GC_CONCURRENT freed 199K, 26% free 59
2K/796K, paused 0ms+0ms, total 2ms
07-22 21:17:17.804 24661 24667 D dalvikvm: Debugger has detached; object registr
y had 1 entries
07-22 21:17:18.394 24675 24675 I CydiaSubstrate: MS:Notice: Injecting: /system/b
in/app_process
07-22 21:17:18.394 24675 24675 I CydiaSubstrate: MS:Notice: Loading: /data/data/
com.saurik.substrate/lib/libDalvikLoader.cy.so
07-22 21:17:18.394 24675 24675 I CydiaSubstrate: MS:Notice: Loading: /data/data/
com.saurik.substrate/lib/libAndroidCydia.cy.so
07-22 21:17:18.394 24675 24675 D AndroidRuntime:
07-22 21:17:18.394 24675 24675 D AndroidRuntime: >>>>>> AndroidRuntime START com
.android.internal.os.RuntimeInit <<<<<<
07-22 21:17:18.394 24675 24675 D AndroidRuntime: CheckJNI is OFF
07-22 21:17:18.394 24675 24675 I AndroidRuntime: JNI options: '-Xjniopts:warnonl
y'
07-22 21:17:18.394 24675 24675 I AndroidRuntime: IFWI Version: 42.26
07-22 21:17:18.394 24675 24675 I AndroidRuntime: SCU Version: DA.32
07-22 21:17:18.404 24675 24675 I AndroidRuntime: PUnit Version: D1.0B
07-22 21:17:18.404 24675 24675 I AndroidRuntime: IA32FW Version: 01.1E
07-22 21:17:18.404 24675 24675 I AndroidRuntime: ValHooks Version: 42.0F
07-22 21:17:18.404 24675 24675 I AndroidRuntime: Kernel Release Version: 3.0.86
07-22 21:17:18.424 24675 24675 D dalvikvm: Trying to load lib libjavacore.so 0x0
07-22 21:17:18.424 24675 24675 D dalvikvm: Added shared lib libjavacore.so 0x0
07-22 21:17:18.424 24675 24675 D dalvikvm: Trying to load lib libnativehelper.so
0x0
07-22 21:17:18.424 24675 24675 D dalvikvm: Added shared lib libnativehelper.so 0
x0
07-22 21:17:18.584 24675 24675 I CydiaSubstrate: MS:Notice: Loading: /data/app/c
om.saurik.winterboard-1.apk
07-22 21:17:18.624 24675 24675 D AndroidRuntime: Calling main entry com.android.
commands.pm.Pm
07-22 21:17:18.644 24535 24547 W zipro : Unable to open zip '/data/local/tmp/L
eVioloneux.apk': Permission denied
07-22 21:17:18.644 24535 24547 D asset : failed to open Zip archive '/data/loc
al/tmp/LeVioloneux.apk'
07-22 21:17:18.654 11433 11464 D dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 0ms
07-22 21:17:18.654 24535 24547 W PackageParser: Unable to read AndroidManifest.x
ml of /data/local/tmp/LeVioloneux.apk
07-22 21:17:18.654 24535 24547 W PackageParser: java.io.FileNotFoundException: A
ndroidManifest.xml
07-22 21:17:18.654 24535 24547 W PackageParser: at android.content.res.A
ssetManager.openXmlAssetNative(Native Method)
07-22 21:17:18.654 24535 24547 W PackageParser: at android.content.res.A
ssetManager.openXmlBlockAsset(AssetManager.java:487)
07-22 21:17:18.654 24535 24547 W PackageParser: at android.content.res.A
ssetManager.openXmlResourceParser(AssetManager.java:455)
07-22 21:17:18.654 24535 24547 W PackageParser: at android.content.pm.Pa
ckageParser.parsePackageLite(PackageParser.java:722)
07-22 21:17:18.654 24535 24547 W PackageParser: at com.android.defcontai
ner.DefaultContainerService$1.getMinimalPackageInfo(DefaultContainerService.java
:169)
07-22 21:17:18.654 24535 24547 W PackageParser: at com.android.internal.
app.IMediaContainerService$Stub.onTransact(IMediaContainerService.java:110)
07-22 21:17:18.654 24535 24547 W PackageParser: at android.os.Binder.exe
cTransact(Binder.java:367)
07-22 21:17:18.654 24535 24547 W PackageParser: at dalvik.system.NativeS
tart.run(Native Method)
07-22 21:17:18.654 24535 24547 W DefContainer: Failed to parse package
07-22 21:17:18.654 11433 11464 W ActivityManager: No content provider found for
permission revoke: file:///data/local/tmp/LeVioloneux.apk
07-22 21:17:18.744 11433 11464 D dalvikvm: GC_EXPLICIT freed 3399K, 35% free 284
71K/43784K, paused 3ms+6ms, total 89ms
07-22 21:17:18.744 24675 24675 D AndroidRuntime: Shutting down VM
07-22 21:17:18.754 24675 24679 D dalvikvm: GC_CONCURRENT freed 224K, 28% free 61
0K/840K, paused 0ms+0ms, total 1ms
07-22 21:17:18.754 24675 24681 D dalvikvm: Debugger has detached; object registr
y had 1 entries
07-22 21:17:18.754 24675 24686 I AndroidRuntime: NOTE: attach of thread 'Binder_
3' failed
07-22 21:17:19.214 24689 24689 I CydiaSubstrate: MS:Notice: Injecting: /system/b
in/toolbox
Click to expand...
Click to collapse
Change the permissions of the *.apk, it is not readable by default by world when transfered with root permission's adb in my ROM [I have no idea why default permissions are like that].
Code:
07-22 21:17:18.644 24535 24547 W zipro : Unable to open zip '/data/local/tmp/L
eVioloneux.apk': Permission denied
07-22 21:17:18.644 24535 24547 D asset : failed to open Zip archive '/data/loc
al/tmp/LeVioloneux.apk'
chmod 644 that file.

Well... I'm trying to chmod this but "file doesn't exist", even if i'm doing this just after exporting from Eclipse. Instead, I tried to copy the .apk generated from the /bin/ project path to the phone, I install it manually and it works just fine. Can't do anything else for the moment :/

Hey, I remember now. I've had this problem in the past I don't have a solution, but I have a workaround
# cd /data/local
# mv tmp tmp-old # (or # rm -rf tmp)
# mkdir /mnt/sdcard/tmp
# ln -s /mnt/sdcard/tmp ./tmp
Just move/symlink the tmp directory to the SD card. Since SD card is formatted as FAT, it does not have owners/permissions and all files created there are always readable by everyone.

Thanks ! It solved my problem !
Now I'm encountering some issues like "Segmentation fault" and stuffs but I'll try to make a new project. Tthe app installed and launched once. Nice workaround
Edit : I'm only getting "segmentation fault" in the Eclipse console ._.
Edit : In Eclipse, go to "Project", then click on "clean"... Worked for me. I hate Ecplise.

Thanks ! It solved my problem !
Now I'm encountering some issues like "Segmentation fault" and stuffs but I'll try to make a new project. Tthe app installed and launched once. Nice workaround
Edit : I'm only getting "segmentation fault" in the Eclipse console ._.
Edit : In Eclipse, go to "Project", then click on "clean"... Worked for me. I hate Ecplise.
Edit : ... Damn it. It doesn't work, it was a coincidence. It's starting to get on my nerves !

Related

[Q] Editing framework-res.apk to remove Carrier name from Notification bar

I'm having issues modifying framework-res.apk
I already checked some of the other posts and guides.
I'm working on a Motorola Backflip running j_r0dd's Preclair v1.0.3
I just switched my carrier from AT&T to T-Mobile.
I get stuck in a boot loop or get no results at all depending on whether I push or copy/paste the new file and whether I do it when the phone is running or in recovery mode.
Any help would be greatly appreciated.
Here is what I had posted on modmymobile.com:
Ok. I'll try again. Thanks for the help. I'll let you know how it goes.
What about signing? If I am using App Manager can I just recompile and sign with App Manager? I am about to try this. I'm performing a nandroid backup now. I'll report back how it works out. The only value I changed was the onsText maxLength value from 18 to 3.
1. I decompiled with App Manager
2. I edited the status-bar.xml file.
3. I choose 11. Compile apk option in Apk Manager.
4. I answered Y to system file and to the option for the keep folder.
5. I deleted status-bar.xml and the resources file from the keep folder.
6. I pressed enter to continued in Apk Manager
7. I selected 12. Sign apk option in Apk Manager.
8. I am now pushing the framework-res.apk to the phone in recovery mode
9. Restarted just fine but no changes have taken place.
I checked the file sizes of the original and the modified framework-res.apk files and the original is 2899KB and the modified is only 1731KB. After I changed the file and rebooted the one on the phone was back to 2899KB.
I'll try copying the file with root explorer instead of pushing just to make sure it is overwriting.
After this operation I get this in the logcat:
11-19 11:22:30.666 195 204 W WallpaperService: Wallpaper service gone: ComponentInfo{a
ndroid/com.android.internal.service.wallpaper.ImageWallpa per**
11-19 11:22:30.666 195 204 W WallpaperService: Reverting to built-in wallpaper!
11-19 11:22:30.666 195 204 W dalvikvm: threadid=15: thread exiting with uncaught excep
tion (group=0x4001e278)
11-19 11:22:30.676 195 204 E AndroidRuntime: Uncaught handler: thread android.server.S
erverThread exiting due to uncaught exception
11-19 11:22:30.676 195 204 E AndroidRuntime: *** EXCEPTION IN SYSTEM PROCESS. System
will crash.
11-19 11:22:30.746 195 204 E AndroidRuntime: java.lang.IllegalArgumentException: Unkno
wn component ComponentInfo{android/com.android.internal.service.wallpaper.ImageWallpa per**
11-19 11:22:30.746 195 204 E AndroidRuntime: at com.android.server.WallpaperMan
agerService.bindWallpaperComponentLocked(Wallpaper ManagerService.java:476)
11-19 11:22:30.746 195 204 E AndroidRuntime: at com.android.server.WallpaperMan
agerService$WallpaperConnection.onServiceDisconnec ted(WallpaperManagerService.java:191)
11-19 11:22:30.746 195 204 E AndroidRuntime: at android.app.ActivityThread$Pack
ageInfo$ServiceDispatcher.doConnected(ActivityThre ad.java:1130)
11-19 11:22:30.746 195 204 E AndroidRuntime: at android.app.ActivityThread$Pack
ageInfo$ServiceDispatcher$RunConnection.run(Activi tyThread.java:1151)
11-19 11:22:30.746 195 204 E AndroidRuntime: at android.os.Handler.handleCallba
ck(Handler.java:587)
11-19 11:22:30.746 195 204 E AndroidRuntime: at android.os.Handler.dispatchMess
age(Handler.java:92)
11-19 11:22:30.746 195 204 E AndroidRuntime: at android.os.Looper.loop(Looper.j
ava:136)
11-19 11:22:30.746 195 204 E AndroidRuntime: at com.android.server.ServerThread
.run(SystemServer.java:469)
11-19 11:22:30.776 288 288 W Launcher.Model: Nobody to tell about the new app. Launch
er is probably loading.
11-19 11:22:30.846 195 204 E CheckinService: Can't find package android
11-19 11:22:31.076 1020 1024 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.086 596 602 I ActivityThread: Removing dead content provider: subscribe
dfeeds
11-19 11:22:31.086 293 305 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.096 744 749 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.106 691 810 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.106 674 679 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.106 552 557 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.116 488 495 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.126 403 407 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.126 284 299 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.126 284 299 I ActivityThread: Removing dead content provider: com.motor
ola.android.providers.settings
11-19 11:22:31.126 284 299 I ActivityThread: Removing dead content provider: com.motor
ola.android.server.checkin
11-19 11:22:31.126 288 301 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.136 282 297 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.136 270 274 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.136 370 376 I ActivityThread: Removing dead content provider: com.motor
ola.android.providers.settings
11-19 11:22:31.146 705 710 I ActivityThread: Removing dead content provider: com.motor
ola.android.server.checkin
11-19 11:22:31.216 641 645 I System.out: util.Log 4: ActivityThread :Removing dead co
ntent provider: settings: android.os.DeadObjectException
11-19 11:22:31.226 155 155 E vold : Framework disconnected
11-19 11:22:31.236 596 601 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.246 160 160 E installd: eof
11-19 11:22:31.246 160 160 E installd: failed to read size
11-19 11:22:31.256 641 645 W System.err: android.os.DeadObjectException
11-19 11:22:31.256 155 155 E vold : Unable to read framework command (Bad file numb
er)
11-19 11:22:31.256 155 155 E vold : Error processing framework command (Bad file nu
mber)
11-19 11:22:31.266 155 155 E vold : Unable to read framework command (Bad file numb
er)
11-19 11:22:31.266 155 155 E vold : Error processing framework command (Bad file nu
mber)
11-19 11:22:31.286 420 429 I System.out: util.Log 4: ActivityThread :Removing dead co
ntent provider: settings: android.os.DeadObjectException
11-19 11:22:31.286 420 429 W System.err: android.os.DeadObjectException
11-19 11:22:31.306 641 645 W System.err: at android.os.BinderProxy.transact(Native
Method)
11-19 11:22:31.306 641 645 W System.err: at android.os.ICheckinService$Stub$Proxy.l
og(ICheckinService.java:327)
11-19 11:22:31.316 641 645 W System.err: at android.util.Log.logCheckin(Log.java:16
1)
11-19 11:22:31.316 641 645 W System.err: at android.util.Log.i(Log.java:273)
Then this just loops:
11-19 11:22:32.356 1341 1341 E QC-QMI : Client: qmux_client ID is 53d
11-19 11:22:33.566 1340 1340 E AudioHardwareMSM72XX: start AudioHardware
11-19 11:22:33.576 1340 1340 E AudioHardwareMSM72XX: constructed (0 SND endpoints)
11-19 11:22:33.576 1340 1340 E AudioHardwareMSM72XX: AudioHardware::initChec
11-19 11:22:33.576 1340 1340 E AudioHardwareMSM72XX: AudioHardware::initChec
11-19 11:22:33.606 1340 1354 E AudioHardwareMSM72XX: msm72xx_enable_audpp: 0x0000
11-19 11:22:33.786 1342 1342 I SamplingProfilerIntegration: Profiler is disabled.
11-19 11:22:33.836 1342 1342 I Zygote : Preloading classes...
11-19 11:22:37.326 1342 1342 W ResourceType: Resources don't contain package for resourc
e number 0x010b0001
11-19 11:22:37.326 1342 1342 W dalvikvm: Exception Landroid/content/res/Resources$NotFou
ndException; thrown during Landroid/text/AutoText;.<clinit>
11-19 11:22:37.346 1342 1342 E Zygote : Error preloading android.text.AutoText.
11-19 11:22:37.346 1342 1342 E Zygote : java.lang.ExceptionInInitializerError
11-19 11:22:37.346 1342 1342 E Zygote : at java.lang.Class.classForName(Native Met
hod)
11-19 11:22:37.346 1342 1342 E Zygote : at java.lang.Class.forName(Class.java:237)
11-19 11:22:37.346 1342 1342 E Zygote : at java.lang.Class.forName(Class.java:183)
11-19 11:22:37.346 1342 1342 E Zygote : at com.android.internal.os.ZygoteInit.prel
oadClasses(ZygoteInit.java:295)
11-19 11:22:37.346 1342 1342 E Zygote : at com.android.internal.os.ZygoteInit.main
(ZygoteInit.java:582)
11-19 11:22:37.346 1342 1342 E Zygote : at dalvik.system.NativeStart.main(Native M
ethod)
11-19 11:22:37.346 1342 1342 E Zygote : Caused by: android.content.res.Resources$NotFou
ndException: Resource ID #0x10b0001
11-19 11:22:37.346 1342 1342 E Zygote : at android.content.res.Resources.getValue(
Resources.java:891)
11-19 11:22:37.346 1342 1342 E Zygote : at android.content.res.Resources.loadXmlRe
sourceParser(Resources.java:1865)
11-19 11:22:37.346 1342 1342 E Zygote : at android.content.res.Resources.getXml(Re
sources.java:779)
11-19 11:22:37.346 1342 1342 E Zygote : at android.text.AutoText.init(AutoText.jav
a:160)
11-19 11:22:37.346 1342 1342 E Zygote : at android.text.AutoText.<init>(AutoText.j
ava:76)
11-19 11:22:37.346 1342 1342 E Zygote : at android.text.AutoText.<clinit>(AutoText
.java:56)
11-19 11:22:37.346 1342 1342 E Zygote : ... 6 more
11-19 11:22:37.356 1342 1342 W dalvikvm: threadid=3: thread exiting with uncaught except
ion (group=0x4001e278)
When I reboot I get that second loop over and over while the motorola "m" is on the white screen.
I'm not sure about motorola but on the hero and many other devices, the carrier name is in the eri.xml. I'm with cellular south but I always put my wife's name on her phone.
Did you add the necessary(original) amount of spaces when hex editing that file?
I'm with dean.d though. Mine was in eri.xml too
are you both on CDMA phones? The text fields are T-CDMA. Is this just generic or does it refer to CDMA only? I'm on a GSM network.
From my understanding with 2.1 for the Backflip Motorola set the carrier to always show in the notification bar. Maybe its in the moto-res.apk file...I'll look there.

Is s.o. using adoptabe storage sd card formatted as internal storage) with Omnirom?

a simple yes or no would be helpful. At least on my 3 different Moto Z phones its not possible!
Maybe I will answer here myself:
Looks like I am not the only one having that problem with the "formatting sd as internal memory"
https://github.com/omnirom/android_d...thene/issues/3
So why is no one confirming this issue here. I asked for a while....
I think, that it is a very important thing, that is not working and s..o. should already have discovered it right? Its not s. th. like Emojis are not working
here is what the guy posted:
"Formatting micro sd cards fails #3
Open
odomiel opened this issue on Jan 3 · 0 comments
Comments
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
1 participant @odomiel @odomiel
odomiel commented on Jan 3
If you try to format a micro sd card as an internal memory, the memory app crashes with the following error message:
attempt to invoke virtual
method 'java.lang.String
android.os.storage.VolumeInfo.getID()' on a
null object reference"
This is exactly the same problem I have......
ischninet said:
Maybe I will answer here myself:
Looks like I am not the only one having that problem with the "formatting sd as internal memory"
https://github.com/omnirom/android_d...thene/issues/3
So why is no one confirming this issue here. I asked for a while....
I think, that it is a very important thing, that is not working and s..o. should already have discovered it right? Its not s. th. like Emojis are not working
here is what the guy posted:
"Formatting micro sd cards fails #3
Open
odomiel opened this issue on Jan 3 · 0 comments
Comments
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
1 participant @odomiel @odomiel
odomiel commented on Jan 3
If you try to format a micro sd card as an internal memory, the memory app crashes with the following error message:
attempt to invoke virtual
method 'java.lang.String
android.os.storage.VolumeInfo.getID()' on a
null object reference"
This is exactly the same problem I have......
Click to expand...
Click to collapse
Same problem here. I have the error:
Code:
java.lang.String
android.os.storage.VolumeInfo.getID()
This is on a Moto G4+. I think these are the relevant lines from logcat:
Code:
07-22 08:47:08.039 909 922 I ActivityManager: Displayed com.android.settings/.deviceinfo.StorageWizardInit: +211ms
07-22 08:47:09.358 909 2583 D MotoSensors: ALS 28
07-22 08:47:09.485 534 534 I cnss-daemon: RTM_NEWNEIGH message received: 28
07-22 08:47:09.485 534 534 I cnss-daemon: NDA_DST received: 192.168.0.177 ul: 2969610432
07-22 08:47:09.485 534 534 I cnss-daemon: NDA_LLADDR received
07-22 08:47:10.319 909 2958 E QCOM PowerHAL: Failed to acquire lock.
07-22 08:47:10.511 431 937 D SurfaceFlinger: duplicate layer name: changing com.android.settings/com.android.settings.deviceinfo.StorageWizardInit to com.android.settings/com.android.settings.deviceinfo.StorageWizardInit#1
07-22 08:47:12.398 909 2958 E QCOM PowerHAL: Failed to acquire lock.
07-22 08:47:12.481 909 3230 I ActivityManager: START u0 {cmp=com.android.settings/.deviceinfo.StorageWizardFormatProgress (has extras)} from uid 1000
07-22 08:47:12.484 909 3230 E QCOM PowerHAL: Failed to acquire lock.
07-22 08:47:12.534 431 630 W SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - Task=649#0
07-22 08:47:12.534 431 630 W SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - Task=649#0
07-22 08:47:12.537 7896 7896 W ActivityThread: handleWindowVisibility: no activity for token [email protected]
07-22 08:47:12.538 431 10391 W SurfaceFlinger: Attempting to set client state on removed layer: com.android.settings/com.android.settings.deviceinfo.StorageWizardInit#1
07-22 08:47:12.538 431 10391 W SurfaceFlinger: Attempting to destroy on removed layer: com.android.settings/com.android.settings.deviceinfo.StorageWizardInit#1
07-22 08:47:12.571 355 367 V vold : /system/bin/sgdisk
07-22 08:47:12.571 355 367 V vold : --zap-all
07-22 08:47:12.571 355 367 V vold : /dev/block/vold/disk:179,64
07-22 08:47:12.572 3187 3187 D StorageNotification: Notifying about private volume: VolumeInfo{private:179,66}:
07-22 08:47:12.572 3187 3187 D StorageNotification: type=PRIVATE diskId=disk:179,64
07-22 08:47:12.572 3187 3187 D StorageNotification: partGuid=E1B03B53-818E-4ECB-A0B4-2A40A42E6829 mountFlags=0 mountUserId=-1
07-22 08:47:12.572 3187 3187 D StorageNotification: state=REMOVED
07-22 08:47:12.572 3187 3187 D StorageNotification: fsType= fsUuid= fsLabel=
07-22 08:47:12.572 3187 3187 D StorageNotification: path=null internalPath=null
07-22 08:47:12.690 909 3499 E QCOM PowerHAL: Failed to acquire lock.
07-22 08:47:13.796 355 367 I sgdisk : GPT data structures destroyed! You may now partition the disk using fdisk or
07-22 08:47:13.797 355 367 I sgdisk : other utilities.
07-22 08:47:13.806 355 367 D vold : Persisted key for GUID 58909d9abe6a4fb98cae092dc0b968b8
07-22 08:47:13.806 355 367 V vold : /system/bin/sgdisk
07-22 08:47:13.806 355 367 V vold : --new=0:0:+16M
07-22 08:47:13.806 355 367 V vold : --typecode=0:19A710A2-B3CA-11E4-B026-10604B889DCF
07-22 08:47:13.806 355 367 V vold : --change-name=0:android_meta
07-22 08:47:13.806 355 367 V vold : --new=0:0:-0
07-22 08:47:13.806 355 367 V vold : --typecode=0:193D1EA4-B3CA-11E4-B075-10604B889DCF
07-22 08:47:13.806 355 367 V vold : --partition-guid=0:58909d9abe6a4fb98cae092dc0b968b8
07-22 08:47:13.807 355 367 V vold : --change-name=0:android_expand
07-22 08:47:13.807 355 367 V vold : /dev/block/vold/disk:179,64
07-22 08:47:13.838 355 367 I sgdisk : Creating new GPT entries.
07-22 08:47:13.845 355 367 I sgdisk : Setting name!
07-22 08:47:13.845 355 367 I sgdisk : partNum is 0
07-22 08:47:13.845 355 367 I sgdisk : REALLY setting name!
07-22 08:47:13.846 355 367 I sgdisk : Setting name!
07-22 08:47:13.846 355 367 I sgdisk : partNum is 1
07-22 08:47:13.846 355 367 I sgdisk : REALLY setting name!
07-22 08:47:14.309 909 2583 D MotoSensors: ALS 33
07-22 08:47:14.715 909 3001 D BatteryService: Processing new values: info={.chargerAcOnline = false, .chargerUsbOnline = true, .chargerWirelessOnline = false, .maxChargingCurrent = 286863, .maxChargingVoltage = 4240240, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent = true, .batteryLevel = 84, .batteryVoltage = 4240, .batteryTemperature = 292, .batteryCurrent = -286, .batteryCycleCount = 0, .batteryFullCharge = 2630000, .batteryChargeCounter = 2531920, .batteryTechnology = Li-ion}, mBatteryLevelCritical=false, mPlugType=2
07-22 08:47:14.716 909 3001 D BatteryService: Sending ACTION_BATTERY_CHANGED. scale:100, info:{.chargerAcOnline = false, .chargerUsbOnline = true, .chargerWirelessOnline = false, .maxChargingCurrent = 286863, .maxChargingVoltage = 4240240, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent = true, .batteryLevel = 84, .batteryVoltage = 4240, .batteryTemperature = 292, .batteryCurrent = -286, .batteryCycleCount = 0, .batteryFullCharge = 2630000, .batteryChargeCounter = 2531920, .batteryTechnology = Li-ion}
07-22 08:47:14.716 909 3001 D BatteryService: mLastMaxChargingCurrent = 286863 mLastMaxChargingVoltage = 4240240 maxChargingMicroWatt = 1212640
07-22 08:47:14.721 4174 4252 W QCNEJ : |CORE| CNE received unexpected action: android.intent.action.BATTERY_CHANGED
07-22 08:47:14.915 355 367 I sgdisk : The operation has completed successfully.
07-22 08:47:14.917 355 363 D vold : Disk at 179:64 changed
07-22 08:47:14.919 355 363 V vold : /system/bin/sgdisk
07-22 08:47:14.919 355 363 V vold : --android-dump
07-22 08:47:14.920 355 363 V vold : /dev/block/vold/disk:179,64
07-22 08:47:14.981 355 363 V vold : DISK gpt A3459EC3-4B21-4E26-9EB7-55499980E9D4
07-22 08:47:14.981 355 363 V vold :
07-22 08:47:14.981 355 363 V vold : PART 1 19A710A2-B3CA-11E4-B026-10604B889DCF D86DEB87-8EFB-4DBF-9760-789BA2BFDA29 android_meta
07-22 08:47:14.981 355 363 V vold :
07-22 08:47:14.981 355 363 V vold : PART 2 193D1EA4-B3CA-11E4-B075-10604B889DCF 58909D9A-BE6A-4FB9-8CAE-092DC0B968B8 android_expand
07-22 08:47:14.981 355 363 V vold :
07-22 08:47:14.982 355 363 D vold : Found key for GUID 58909d9abe6a4fb98cae092dc0b968b8
07-22 08:47:14.982 355 363 D vold : Device just partitioned; silently formatting
07-22 08:47:14.983 355 363 E Cryptfs : Cannot remove dm-crypt device
07-22 08:47:14.985 355 363 I Cryptfs : Extra parameters for dm_crypt: (null)
07-22 08:47:14.985 355 363 I Cryptfs : target_type = crypt
07-22 08:47:14.985 355 363 I Cryptfs : real_blk_name = /dev/block/vold/private:179,66, extra_params = (null)
07-22 08:47:16.572 909 2583 E MotoSensors: Proximity covered 1
07-22 08:47:16.877 909 2583 D MotoSensors: ALS 23
07-22 08:47:17.484 534 534 I cnss-daemon: RTM_NEWNEIGH message received: 28
07-22 08:47:17.484 534 534 E cnss-daemon: Stale or unreachable neighbors, ndm state: 4
07-22 08:47:19.917 909 5295 W StorageManagerService: Thread Binder:909_E still waiting for partitionPrivate...
07-22 08:47:20.016 355 363 E Cryptfs : Cannot load dm-crypt mapping table.
07-22 08:47:20.016 355 363 E vold : private:179,66 failed to setup cryptfs: Invalid argument
07-22 08:47:20.017 355 363 D vold : Resolved auto to f2fs
07-22 08:47:20.017 355 363 V vold : /system/bin/make_f2fs
07-22 08:47:20.017 355 363 V vold : -f
07-22 08:47:20.018 355 363 V vold : -d1
07-22 08:47:20.018 355 363 V vold : -O
07-22 08:47:20.018 355 363 V vold : verity
07-22 08:47:20.018 355 363 V vold : /dev/block/dm-0
07-22 08:47:20.075 355 363 I make_f2fs:
07-22 08:47:20.076 355 363 I make_f2fs: F2FS-tools: mkfs.f2fs Ver: 1.10.0 (2018-01-30)
07-22 08:47:20.076 355 363 I make_f2fs:
07-22 08:47:20.076 355 363 I make_f2fs: Info: Disable heap-based policy
07-22 08:47:20.076 355 363 I make_f2fs: Info: Debug level = 1
07-22 08:47:20.076 355 363 I make_f2fs: Info: Label =
07-22 08:47:20.076 355 363 I make_f2fs: Info: Trim is enabled
07-22 08:47:20.077 355 363 I make_f2fs: Info: No support kernel version!
07-22 08:47:20.077 355 363 I make_f2fs: Info: Segments per section = 1
07-22 08:47:20.078 355 363 I make_f2fs: Info: Sections per zone = 1
07-22 08:47:20.078 355 363 I make_f2fs: Info: sector size = 512
07-22 08:47:20.079 355 363 I make_f2fs: Info: total sectors = 0 (0 MB)
07-22 08:47:20.079 355 363 I make_f2fs: Info: zone aligned segment0 blkaddr: 512
07-22 08:47:20.079 355 363 I make_f2fs: Error: Device size is not sufficient for F2FS volume
07-22 08:47:20.079 355 363 I make_f2fs: Error: Failed to prepare a super block!!!
07-22 08:47:20.079 355 363 I make_f2fs: Error: Could not format the device!!!
07-22 08:47:20.079 355 363 I make_f2fs: make_f2fs terminated by exit(255)
07-22 08:47:20.080 355 363 E vold : private:179,66 failed to format: Invalid argument
07-22 08:47:20.084 355 363 E Cryptfs : Cannot remove dm-crypt device
07-22 08:47:20.086 355 363 I Cryptfs : Extra parameters for dm_crypt: (null)
07-22 08:47:20.087 355 363 I Cryptfs : target_type = crypt
07-22 08:47:20.087 355 363 I Cryptfs : real_blk_name = /dev/block/vold/private:179,66, extra_params = (null)
07-22 08:47:20.645 534 534 I cnss-daemon: RTM_NEWNEIGH message received: 28
07-22 08:47:20.645 534 534 E cnss-daemon: Stale or unreachable neighbors, ndm state: 16
07-22 08:47:21.165 534 534 I cnss-daemon: RTM_NEWNEIGH message received: 28
07-22 08:47:21.165 534 534 E cnss-daemon: Stale or unreachable neighbors, ndm state: 16
07-22 08:47:24.918 909 5295 W StorageManagerService: Thread Binder:909_E still waiting for partitionPrivate...
07-22 08:47:25.119 355 363 E Cryptfs : Cannot load dm-crypt mapping table.
07-22 08:47:25.119 355 363 E vold : private:179,66 failed to setup cryptfs: Invalid argument
07-22 08:47:25.124 3187 3187 D StorageNotification: Notifying about private volume: VolumeInfo{private:179,66}:
07-22 08:47:25.124 3187 3187 D StorageNotification: type=PRIVATE diskId=disk:179,64
07-22 08:47:25.124 3187 3187 D StorageNotification: partGuid=58909D9A-BE6A-4FB9-8CAE-092DC0B968B8 mountFlags=0 mountUserId=-1
07-22 08:47:25.124 3187 3187 D StorageNotification: state=UNMOUNTED
07-22 08:47:25.124 3187 3187 D StorageNotification: fsType=null fsUuid=null fsLabel=null
07-22 08:47:25.124 3187 3187 D StorageNotification: path=null internalPath=null
07-22 08:47:25.124 7896 10833 W StorageSettings: Missing mounted volume of type 1 hosted by disk disk:179,64; trying again
07-22 08:47:25.127 355 362 V vold : /system/bin/blkid
07-22 08:47:25.128 355 362 V vold : -c
07-22 08:47:25.128 355 362 V vold : /dev/null
07-22 08:47:25.128 355 362 V vold : -s
07-22 08:47:25.128 355 362 V vold : TYPE
07-22 08:47:25.128 355 362 V vold : -s
07-22 08:47:25.128 355 362 V vold : UUID
07-22 08:47:25.128 355 362 V vold : -s
07-22 08:47:25.128 355 362 V vold : LABEL
07-22 08:47:25.128 355 362 V vold : /dev/block/dm-0
07-22 08:47:25.130 3187 3187 D StorageNotification: Notifying about private volume: VolumeInfo{private:179,66}:
07-22 08:47:25.130 3187 3187 D StorageNotification: type=PRIVATE diskId=disk:179,64
07-22 08:47:25.130 3187 3187 D StorageNotification: partGuid=58909D9A-BE6A-4FB9-8CAE-092DC0B968B8 mountFlags=0 mountUserId=-1
07-22 08:47:25.130 3187 3187 D StorageNotification: state=CHECKING
07-22 08:47:25.130 3187 3187 D StorageNotification: fsType=null fsUuid=null fsLabel=null
07-22 08:47:25.130 3187 3187 D StorageNotification: path=null internalPath=null
07-22 08:47:25.172 909 2583 D MotoSensors: ALS 18
07-22 08:47:25.193 355 362 E vold : Failed to pclose /system/bin/blkid -c /dev/null -s TYPE -s UUID -s LABEL /dev/block/dm-0 : No such file or directory
07-22 08:47:25.193 355 362 W vold : blkid failed to identify /dev/block/dm-0
07-22 08:47:25.194 355 362 E vold : private:179,66 failed to read metadata
07-22 08:47:25.196 909 2963 E StorageManagerService:
07-22 08:47:25.196 909 2963 E StorageManagerService: android.os.ServiceSpecificException: (code -5)
07-22 08:47:25.196 909 2963 E StorageManagerService: at android.os.Parcel.createException(Parcel.java:1964)
07-22 08:47:25.196 909 2963 E StorageManagerService: at android.os.Parcel.readException(Parcel.java:1918)
07-22 08:47:25.196 909 2963 E StorageManagerService: at android.os.Parcel.readException(Parcel.java:1868)
07-22 08:47:25.196 909 2963 E StorageManagerService: at android.os.IVold$Stub$Proxy.mount(IVold.java:773)
07-22 08:47:25.196 909 2963 E StorageManagerService: at com.android.server.StorageManagerService$StorageManagerServiceHandler.handleMessage(StorageManagerService.java:622)
07-22 08:47:25.196 909 2963 E StorageManagerService: at android.os.Handler.dispatchMessage(Handler.java:106)
07-22 08:47:25.196 909 2963 E StorageManagerService: at android.os.Looper.loop(Looper.java:193)
07-22 08:47:25.196 909 2963 E StorageManagerService: at android.os.HandlerThread.run(HandlerThread.java:65)
07-22 08:47:25.197 3187 3187 D StorageNotification: Notifying about private volume: VolumeInfo{private:179,66}:
07-22 08:47:25.197 3187 3187 D StorageNotification: type=PRIVATE diskId=disk:179,64
07-22 08:47:25.197 3187 3187 D StorageNotification: partGuid=58909D9A-BE6A-4FB9-8CAE-092DC0B968B8 mountFlags=0 mountUserId=-1
07-22 08:47:25.197 3187 3187 D StorageNotification: state=UNMOUNTABLE
07-22 08:47:25.197 3187 3187 D StorageNotification: fsType= fsUuid= fsLabel=
07-22 08:47:25.197 3187 3187 D StorageNotification: path=null internalPath=null
07-22 08:47:25.233 909 925 I ActivityManager: Start proc 10871:com.android.externalstorage/u0a58 for broadcast com.android.externalstorage/.MountReceiver
07-22 08:47:25.254 10871 10871 E externalstorag: Not starting debugger since process cannot load the jdwp agent.
07-22 08:47:25.331 10871 10871 D ExternalStorage: After updating volumes, found 2 active roots
07-22 08:47:25.348 909 4267 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
07-22 08:47:25.350 909 4267 I ActivityManager: Killing 10254:com.google.android.gms.ui/u0a50 (adj 906): empty #17
07-22 08:47:25.339 10871 10871 I chatty : uid=10058(com.android.externalstorage) identical 1 line
07-22 08:47:25.346 10871 10871 D ExternalStorage: After updating volumes, found 2 active roots
07-22 08:47:25.351 909 926 W libprocessgroup: kill(-10254, 9) failed: No such process
07-22 08:47:25.351 909 923 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
07-22 08:47:25.390 390 390 I Zygote : Process 10254 exited due to signal (9)
07-22 08:47:25.397 909 926 W libprocessgroup: kill(-10254, 9) failed: No such process
07-22 08:47:25.397 909 926 I libprocessgroup: Successfully killed process cgroup uid 10050 pid 10254 in 46ms
07-22 08:47:25.418 7896 10833 W StorageSettings: Missing mounted volume of type 1 hosted by disk disk:179,64; trying again
07-22 08:47:28.709 493 493 W wificond: Failed to get NL80211_ATTR_EXT_FEATURES
07-22 08:47:28.292 7896 10833 I chatty : uid=1000(system) com.android.settings identical 10 lines
07-22 08:47:28.585 7896 10833 W StorageSettings: Missing mounted volume of type 1 hosted by disk disk:179,64; trying again
07-22 08:47:28.713 4078 10880 I Authzen : [DeviceStateSyncManager] The server is in sync with current state. Nothing to do
07-22 08:47:28.719 493 493 W wificond: Failed to get NL80211_ATTR_EXT_FEATURES
07-22 08:47:28.720 909 925 I ActivityManager: Start proc 10890:com.sonelli.juicessh/u0a151 for broadcast com.sonelli.juicessh/.services.CloudSync$Receiver
Thank you very much! So it is not only a Moto Z issue. All others using their sd card as external storage?
i use my card as external storage, aswell as my microusb flash drives, they are also external storage
It is working now since the the build from 28.07.2019! Problem solved, thank you!
will there be new weekly updates of this great rom?

Using original statusbar symbols in LOS

Is there a way to get the xperia-original symbols ported to LOS?
I dont like the LOS-symbols ( for example the signal-strength).
muebbel said:
Is there a way to get the xperia-original symbols ported to LOS?
I dont like the LOS-symbols ( for example the signal-strength).
Click to expand...
Click to collapse
I assume you'd just need to change a few xmls from SystemUI\res\drawable from one to the other. So you'd have to decompile both SystemUI apks and compare the xmls, make changes if needed, recompile and test.
1. decompiled
2. cp ORIG/res/drawable/stats* LOS/res/drawable/
3. recompiled without problems
4. replace /system/priv-app/SystemUI/SystemUI.apk with the new new
5. reboot
6. phone stuck in "prepare for startup"
7. going back to TWRP replace new compiled SystemUI.apk with old from Backup
8 reboot phone
9. nothing to see in the display (but logcat looks like everything works)
10. need to wipe /data else the phone stuck "somewhere"
It seems i missed something here (wipe cache dont help).. any suggestions?
muebbel said:
1. decompiled
2. cp ORIG/res/drawable/stats* LOS/res/drawable/
3. recompiled without problems
4. replace /system/priv-app/SystemUI/SystemUI.apk with the new new
5. reboot
6. phone stuck in "prepare for startup"
7. going back to TWRP replace new compiled SystemUI.apk with old from Backup
8 reboot phone
9. nothing to see in the display (but logcat looks like everything works)
10. need to wipe /data else the phone stuck "somewhere"
It seems i missed something here (wipe cache dont help).. any suggestions?
Click to expand...
Click to collapse
Welcome to modding! Did you copy the original AndroidManifest.xml and META-INF from the old apk into the new after compiling the new one? Give this THREAD a read if not.
ahh i isee, in this howto u going to decompile the framework-res.apk, i just do it with the SystemUi.apk (xz1c). Lets give a try
It seems only modify some XMLs isnt the way to go... because in the SystemUI.apk and framework-res.apk from the LOS are all the 'res/drawable-hdpi/stat_sys_signal*'.png things missing...
The Question for me is: can i just copy the stat_sys_signal*.png files into the LOS SystemUI.apk and recompile it? :/
Hmmm, everything was done fine so far... (after dd if=SystemUI.apk there was new symbols).
There was some errors related to systemui after dd .. but seems to work
06-09 02:41:23.748 4939 4964 D InstalledAppProviderSer: insertAppIntoDb com.android.systemui
06-09 02:42:35.648 2258 2258 I chatty : uid=10047(com.android.systemui) identical 1 line
06-09 02:56:39.520 2258 2258 F libc : Fatal signal 7 (SIGBUS), code 2 (BUS_ADRERR), fault addr 0x70a0b45bbc in tid 2258 (ndroid.systemui), pid 2258 (ndroid.systemui)
06-09 02:56:39.611 5209 5209 F DEBUG : pid: 2258, tid: 2258, name: ndroid.systemui >>> com.android.systemui <<<
06-09 02:56:40.188 1403 1765 W InputDispatcher: channel 'fc9237e com.android.systemui.ImageWallpaper (server)' ~ Consumer closed input channel or an error occurred. events=0x9
06-09 02:56:40.188 1403 1765 E InputDispatcher: channel 'fc9237e com.android.systemui.ImageWallpaper (server)' ~ Channel is unrecoverably broken and will be disposed!
06-09 02:56:40.198 1403 2456 D NotificationListeners: Removing active service ComponentInfo{com.android.systemui/com.android.systemui.statusbar.NotificationListener}
06-09 02:56:40.200 1403 1403 W WallpaperManagerService: Wallpaper service gone: ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper}
06-09 02:56:40.200 1403 4001 I ActivityManager: Process com.android.systemui (pid 2258) has died: pers BFGS
06-09 02:56:40.206 1403 4001 W ActivityManager: Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
06-09 02:56:40.206 1403 4001 W ActivityManager: Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
06-09 02:56:40.206 1403 4001 W ActivityManager: Scheduling restart of crashed service com.android.systemui/.keyguard.KeyguardService in 0ms
06-09 02:56:40.215 1403 4001 W ActivityManager: Re-adding persistent process ProcessRecord{f307f7f 2258:com.android.systemui/u0a47}
06-09 02:56:40.225 1403 1692 W WindowManager: Failed to report 'resized' to the client of Window{fc9237e u0 com.android.systemui.ImageWallpaper}, removing this window.
06-09 02:56:40.228 1403 1692 W InputDispatcher: Attempted to unregister already unregistered input channel 'fc9237e com.android.systemui.ImageWallpaper (server)'
06-09 02:56:40.305 1403 1697 I ActivityManager: Start proc 5220:com.android.systemui/u0a47 for restart com.android.systemui
06-09 02:56:40.360 5220 5220 E ndroid.systemu: Dex checksum does not match for dex: /system/priv-app/SystemUI/SystemUI.apk.Expected: 1801530101, actual: 1791375372
06-09 02:56:40.593 5220 5220 W AlarmManager: Unrecognized alarm listener com.android.systemui.keygu[email protected]cf2ccef
06-09 02:56:40.631 5220 5220 V SystemUIService: Starting SystemUI services for user 0.
06-09 02:56:40.642 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.Dependency took to complete: 10ms
06-09 02:56:40.667 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.util.NotificationChannels took to complete: 25ms
06-09 02:56:40.673 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.statusbar.CommandQueue$CommandQueueStart took to complete: 6ms
06-09 02:56:40.800 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.keyguard.KeyguardViewMediator took to complete: 127ms
06-09 02:56:41.000 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.recents.Recents took to complete: 200ms
06-09 02:56:41.126 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.volume.VolumeUI took to complete: 126ms
06-09 02:56:41.193 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.stackdivider.Divider took to complete: 67ms
06-09 02:56:41.931 1403 5087 W ActivityManager: Receiver with filter [email protected] already registered for pid 5220, callerPackage is com.android.systemui
06-09 02:56:41.990 5220 5220 V WifiManager: registerSoftApCallback: callb[email protected]a403528, handler=Handler (android.os.Handler) {2790241}
06-09 02:56:42.099 5220 5220 V WifiManager: registerSoftApCallback: callb[email protected]a403528, handler=Handler (android.os.Handler) {2790241}
06-09 02:56:42.173 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.SystemBars took to complete: 979ms
06-09 02:56:42.194 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.usb.StorageNotification took to complete: 21ms
06-09 02:56:42.213 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.power.PowerUI took to complete: 18ms
06-09 02:56:42.218 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.media.RingtonePlayer took to complete: 5ms
06-09 02:56:42.221 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.keyboard.KeyboardUI took to complete: 3ms
06-09 02:56:42.260 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.pip.PipUI took to complete: 39ms
06-09 02:56:42.263 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.shortcut.ShortcutKeyDispatcher took to complete: 2ms
06-09 02:56:42.263 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.VendorServices took to complete: 1ms
06-09 02:56:42.270 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.util.leak.GarbageMonitor$Service took to complete: 6ms
06-09 02:56:42.272 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.LatencyTester took to complete: 2ms
06-09 02:56:42.277 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.globalactions.GlobalActionsComponent took to complete: 5ms
06-09 02:56:42.287 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.ScreenDecorations took to complete: 9ms
06-09 02:56:42.304 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.fingerprint.FingerprintDialogImpl took to complete: 17ms
06-09 02:56:42.306 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.fingerprint.FODCircleViewImpl took to complete: 2ms
06-09 02:56:42.308 5220 5220 D SystemUIBootTiming: StartServicescom.android.systemui.SliceBroadcastRelayHandler took to complete: 2ms
06-09 02:56:42.309 5220 5220 D SystemUIBootTiming: StartServices took to complete: 1677ms
06-09 02:56:44.059 5220 5220 I chatty : uid=10047(com.android.systemui) identical 7 lines
06-09 02:57:25.649 5220 5235 W ndroid.systemu: Checksum mismatch for dex SystemUI.apk
and after a reboot:
[email protected] ~ $ grep -i systemui /tmp/foo4
06-09 03:01:50.283 1364 1669 W PackageParser: Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.CONFIGURE_WIFI_DISPLAY in package: com.android.systemui at: Binary XML file line #134
06-09 03:01:50.292 1364 1364 I PackageManager: /system/priv-app/SystemUI changed; collecting certs
06-09 03:01:50.310 1364 1364 W PackageManager: Failed to scan /system/priv-app/SystemUI: Failed to collect certificates from /system/priv-app/SystemUI/SystemUI.apk
06-09 03:01:50.527 1364 1364 W PackageManager: System package com.android.systemui no longer exists; it's data will be wiped
06-09 03:01:50.536 1364 1364 W PackageManager: Removing dangling permission: com.android.systemui.permission.SELF from package com.android.systemui
06-09 03:01:50.536 1364 1364 W PackageManager: Removing dangling permission: com.android.systemui.permission.PLUGIN from package com.android.systemui
06-09 03:01:50.536 1364 1364 W PackageManager: Removing dangling permission: android.permission.systemui.IDENTITY from package com.android.systemui
06-09 03:01:50.568 1364 1364 W PackageManager: Destroying /data/user_de/0/com.android.systemui due to: com.android.server.pm.PackageManagerException: Package com.android.systemui is unknown
06-09 03:01:51.236 1364 1364 W BluetoothManagerService: Unable to resolve SystemUI's UID.
06-09 03:01:51.236 1364 1364 W BluetoothManagerService: android.content.pm.PackageManager$NameNotFoundException: com.android.systemui
06-09 03:01:51.570 1364 1364 E WifiConfigManager: Unable to resolve SystemUI's UID.
06-09 03:01:51.732 1364 1364 E RankingHelper: createDefaultChannelIfNeeded - Exception: android.content.pm.PackageManager$NameNotFoundException: com.android.systemui
06-09 03:01:52.463 1364 1364 W ActivityManager: Unable to start service Intent { cmp=com.android.systemui/.keyguard.KeyguardService } U=0: not found
06-09 03:01:52.464 1364 1364 I SystemServer: StartSystemUI
06-09 03:01:52.465 1364 1364 W ActivityManager: Unable to start service Intent { flg=0x100 cmp=com.android.systemui/.SystemUIService } U=0: not found
06-09 03:01:52.465 1364 1364 W ActivityManager: Unable to start service Intent { flg=0x100 cmp=com.android.systemui/.keyguard.KeyguardService } U=0: not found
06-09 03:01:52.465 1364 1364 V KeyguardServiceDelegate: *** Keyguard: can't bind to ComponentInfo{com.android.systemui/com.android.systemui.keyguard.KeyguardService}
06-09 03:01:52.466 1364 1364 D SystemServerTiming: StartSystemUI took to complete: 1ms
06-09 03:01:52.600 1364 1364 V WallpaperManagerService: bindWallpaperComponentLocked: componentName=ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper}
06-09 03:01:52.601 1364 1364 W WallpaperManagerService: Attempted wallpaper ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper} is unavailable
06-09 03:01:52.601 1364 1364 W WallpaperManagerService: Attempted wallpaper ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper} is unavailable
06-09 03:01:52.613 2020 2020 W BluetoothAdapterService: Unable to resolve SystemUI's UID.
06-09 03:01:52.613 2020 2020 W BluetoothAdapterService: android.content.pm.PackageManager$NameNotFoundException: com.android.systemui
06-09 03:02:23.301 1364 1482 W PackageManager: Destroying /data/user/0/com.android.systemui due to: com.android.server.pm.PackageManagerException: Package com.android.systemui is unknown
But i dont see any mistake? :/
muebbel said:
It seems only modify some XMLs isnt the way to go... because in the SystemUI.apk and framework-res.apk from the LOS are all the 'res/drawable-hdpi/stat_sys_signal*'.png things missing...
The Question for me is: can i just copy the stat_sys_signal*.png files into the LOS SystemUI.apk and recompile it? :/
Click to expand...
Click to collapse
The icons aren't pngs anymore, it's just the xml files you need to concentrate on, and open them up to compare the code.
wtf, why its so hard to change this signal_cluster icons:
{
"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"
}
in this:
i cant compare the XML's of the 2 ROMs, because the stock XZ1c uses PNG's, so i guess i need to copy this PNGs. :/
muebbel said:
because the stock XZ1c uses PNG's
Click to expand...
Click to collapse
No, they do not, as I said above, pngs haven't been used for a long time. Look at the naming of the xmls, that usually gives you a clue. It's not something I've changed so giving suggestions as to what I would do if I looked to change them.
muebbel said:
i cant compare the XML's of the 2 ROMs, because the stock XZ1c uses PNG's, so i guess i need to copy this PNGs. :/
Click to expand...
Click to collapse
Any joy? https://developer.android.com/guide/topics/graphics/vector-drawable-resources
I'm not a developer myself, but I know you can change status bar icons with substratum themes if you have used that before.
Here is the link to substratum info:
https://www.xda-developers.com/substratum-hub/
And a theme that has similar notification icons to the Xperia ones:
https://play.google.com/store/apps/details?id=liv.white.substratum
SXUsr said:
Any joy? https://developer.android.com/guide/topics/graphics/vector-drawable-resources
Click to expand...
Click to collapse
I have a few problems with the xz1c and the LOS16 from modpunk, so i decided to put the "style" topic at the end of the queue.
MDomokos said:
I'm not a developer myself, but I know you can change status bar icons with substratum themes if you have used that before.
Here is the link to substratum info:
https://www.xda-developers.com/substratum-hub/
And a theme that has similar notification icons to the Xperia ones:
https://play.google.com/store/apps/details?id=liv.white.substratum
Click to expand...
Click to collapse
Substratum for Pie isnt a solution, because this needs root, but root kills my "banking app" (even with magisk hide).
muebbel said:
Substratum for Pie isnt a solution, because this needs root, but root kills my "banking app" (even with magisk hide).
Click to expand...
Click to collapse
Ah, I see.
Hopefully you can get the icons working. Keep us posted.

Does unrooting erase your data in the phone?

Hello,
Quick context : I need to use an app (itsME belgian app) to get my vaccine certificate on my phone but unfortunately the app doesn't work on rooted phone.
So if I unroot my phone will I be able to keep all my messenger app conversations and pictures for example?
Thank you
I tested the app and with the Magisk app repackaged with a random name and the app on the Deny list (I'm using Canary Magisk build 23014) it started without complaining about a rooted device. That means it's at least possible to hide Magisk from it, but it might depend on your particular device/setup.
Tested on a OnePlus 5T with a custom Android 11 ROM, Magisk build 23014.
Hey @vifzor, thanks for bringing up the itsme issue. Got the same problem on my end (OnePlus 6T here)! Something must have changed recently as I've been successfully hiding root from this app for years.
@Didgeridoohan
I don't get it...
Certified OP6T FP: freshly applied via Props Config
Play Protect certification: Device is certified
SafetyNet: pass
MagiskHide: enabled
Magisk app: hidden
Hidden Magisk app "superhidden" via SudoHide (LSPosed)
TWRP folder: removed
Yet the app is still saying "Rooted device detected" on startup, despite having cleaned its data several times. All while my banking app and other root sensitive apps are working fine.
Using stable 23000 though, should I try Canary?
@Timmmmaaahh! I'm not using any Riru or Xposed style modules at all. I only have Magisk Canary (23014) with the Deny list set up and the Magisk app repackaged with a random name.
I'm seeing two discrepancies between our setups that stand out at a first glance:
LSposed
Stable vs Canary Magisk releases
Either LSposed is being detected (which you could test by disabling it), or the Canary Deny list is better at hiding Magisk. If you're going to try Canary keep in mind that you'll need an LSPosed version that is compatible with Zygisk rather than Riru.
Didgeridoohan said:
@Timmmmaaahh! I'm not using any Riru or Xposed style modules at all. I only have Magisk Canary (23014) with the Deny list set up and the Magisk app repackaged with a random name.
I'm seeing two discrepancies between our setups that stand out at a first glance:
LSposed
Stable vs Canary Magisk releases
Either LSposed is being detected (which you could test by disabling it), or the Canary Deny list is better at hiding Magisk. If you're going to try Canary keep in mind that you'll need an LSPosed version that is compatible with Zygisk rather than Riru.
Click to expand...
Click to collapse
No go for disabling Riru/LSposed, still detecting. What do you mean by Deny list? Magisk Hide?
@vifzor Can you check with Magisk Canary?
Timmmmaaahh! said:
No go for disabling Riru/LSposed, still detecting. What do you mean by Deny list? Magisk Hide?
@vifzor Can you check with Magisk Canary?
Click to expand...
Click to collapse
The Deny list is the new iteration of MagiskHide that is currently being tested on the Canary branch and will be in the next stable release of Magisk.
I'm sure you've heard talks of @topjohnwu working for Google now and as such the nature of Magisk's hiding capabilities have changed a little, although not quite as much as you'd think. Magisk can still completely get out of the way of any app that's added to the Deny list.
Hiding from SafetyNet is still perfectly possible, but takes a couple of manual tweaks (although those using the Universal SafetyNet Fix module won't notice anything since it does everything for them).
@Didgeridoohan Just something I was wondering: does a logcat hint to what potentially is causing detection? This is the moment itsme is started:
Code:
11-22 15:33:01.645 1315 6526 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=be.bmid.itsme/.activities.application.Main bnds=[900,1391][1080,1681]} from uid 10236 pid 3130
11-22 15:33:01.656 1315 6526 D OpQuickReply: setQuickReplyResumed focusedApp ActivityRecord{1000d6 u0 be.bmid.itsme/.activities.ErrorActivity t27659} pkgName be.bmid.itsme
11-22 15:33:01.658 1315 6526 D ActivityTrigger: ActivityTrigger activityPauseTrigger
11-22 15:33:01.668 1315 1707 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10636; state: DISABLED
11-22 15:33:01.669 1315 1895 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10636; state: ENABLED
11-22 15:33:01.669 3130 3130 E coilsw.launche: Invalid ID 0x0000028c.
11-22 15:33:01.672 863 863 I ZygoteServer: Get USAP proc command with pid # 23169 block_kill# true
11-22 15:33:01.673 863 863 I ZygoteServer: Get USAP proc command with pid # 23169 block_kill# false
11-22 15:33:01.674 1315 1315 V SettingsProvider: Notifying for 0: content://settings/secure/reminder_exp_learning_time_elapsed
11-22 15:33:01.676 1315 1895 I ActivityManager: Start proc 23169:be.bmid.itsme/u0a636 for pre-top-activity {be.bmid.itsme/be.bmid.itsme.activities.ErrorActivity}
11-22 15:33:01.673 863 863 I ZygoteServer: Get USAP proc command with pid # 23169 block_kill# false
11-22 15:33:01.683 23169 23169 E be.bmid.itsme: Unknown bits set in runtime_flags: 0x800000
11-22 15:33:01.684 803 820 I Magisk : proc_monitor: [be.bmid.itsme] PID=[23169] UID=[10636]
11-22 15:33:01.684 1315 1707 D OpPowerConsumpStatsInjector: notifyPkgEvent
11-22 15:33:01.687 1315 1707 D OpRestartProcessManager: updateSelf : be.bmid.itsme, size : 30
11-22 15:33:01.687 23169 23169 E be.bmid.itsme: Not starting debugger since process cannot load the jdwp agent.
11-22 15:33:01.692 1315 1708 D OPFD_CTRL_SVC: [2]handle Starting Window for { be.bmid.itsme }, Dark? false
11-22 15:33:01.694 3130 3130 E coilsw.launche: Invalid ID 0x0000028c.
11-22 15:33:01.694 1315 3799 D gwy : OS Event: appuse
11-22 15:33:01.697 3130 3130 D ViewRootImpl[NovaLauncher]: windowFocusChanged hasFocus=false inTouchMode=true
11-22 15:33:01.716 1315 1708 I OPFD_Manager: Dark? false, OP Force ? false
11-22 15:33:01.745 1142 2682 D AudioFlinger: AudioFlinger::setRecordSilenced(portId:140, silenced:0)
11-22 15:33:01.746 1142 25893 D AudioFlinger: AudioFlinger::setRecordSilenced(portId:140, silenced:0)
11-22 15:33:01.746 1142 25893 D AudioFlinger: AudioFlinger::setRecordSilenced(portId:140, silenced:0)
11-22 15:33:01.746 1315 1708 D Letterbox: show it
11-22 15:33:01.753 1406 8864 E ANDR-RAMBOOST_SERVER: ramboost cmd_len = 108 cmd: iop_start -1 be.bmid.itsme /data/app/~~o94rGcBSbYjn6gtItsTtjQ==/be.bmid.itsme-wk-9G-nl_e_UlVwsQjqzsg== false
11-22 15:33:01.762 1315 6488 E HwuiBoostFrontPackageListener: Exception : file not exits :/sys/module/houston/parameters/hwui_boost_enable
11-22 15:33:01.763 1315 2063 I DisplayPowerController: useProximityForceSuspend = false
11-22 15:33:01.764 1315 2063 I DisplayPowerController: smtbrn:0.92 0.31552482 (132.72858) --> 0.2853861(121.40264)
11-22 15:33:01.764 1315 2063 I RampAnimator: target:0.2853861 rate:0.2352941 mCurrentValue:0.2853861 mTargetValue:0.2853861
11-22 15:33:01.765 1406 8870 E ANDR-RAMBOOST_SERVER: ramboost cmd_len = 111 cmd: iop_start 23169 be.bmid.itsme /data/app/~~o94rGcBSbYjn6gtItsTtjQ==/be.bmid.itsme-wk-9G-nl_e_UlVwsQjqzsg== false
11-22 15:33:01.869 1315 6488 D OpColorDisplayService: frontPackageChanged: be.bmid.itsme
11-22 15:33:01.869 1315 6488 D OpColorDisplayService: lpackageName: com.teslacoilsw.launcher
11-22 15:33:01.870 1315 6488 D OpProximityController: noteFrontPackageChanged pkg:be.bmid.itsme uid:10636 lpkg:com.teslacoilsw.launcher luid:10236
11-22 15:33:01.871 1315 6488 D OemSceneModeActivityStack: [scene] evaluateGameModes : gameMsg.arg1=0 gameMsg.arg2=1
11-22 15:33:01.873 1315 6488 D OpQuickReply: setQuickReplyResumed focusedApp ActivityRecord{1000d6 u0 be.bmid.itsme/.activities.ErrorActivity t27659} pkgName be.bmid.itsme
11-22 15:33:01.875 1315 6488 W ActivityManager: Slow operation: 130ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked
11-22 15:33:01.877 1315 1315 W Looper : Slow dispatch took 131ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7
11-22 15:33:01.877 1315 1705 W Looper : Slow dispatch took 132ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=53
11-22 15:33:01.877 1315 1315 D xne : Event success
11-22 15:33:01.893 3596 3596 D StatusBar: Status bar WINDOW_STATE_HIDDEN
11-22 15:33:01.893 3596 3596 D KeyguardAffordanceView: setCircleRadius: 0.0com.android.systemui.statusbar.KeyguardAffordanceView.setCircleRadiusWithoutAnimation:416 com.android.systemui.statusbar.phone.KeyguardAffordanceHelper.updateIcon:444 com.android.systemui.statusbar.phone.KeyguardAffordanceHelper.setTranslation:394 com.android.systemui.statusbar.phone.KeyguardAffordanceHelper.reset:506 com.android.systemui.statusbar.phone.NotificationPanelViewController.resetViews:1208 com.android.systemui.statusbar.phone.PanelBar.collapsePanel:268 com.android.systemui.statusbar.phone.StatusBar.setWindowState:2624
11-22 15:33:01.897 1315 1707 D OpPowerConsumpStatsInjector: notifyPkgEvent
11-22 15:33:01.898 1142 6211 D AudioFlinger: AudioFlinger::setRecordSilenced(portId:140, silenced:0)
11-22 15:33:01.898 1142 6211 D AudioFlinger: AudioFlinger::setRecordSilenced(portId:140, silenced:0)
11-22 15:33:01.900 3596 3596 D OverviewProxyService: SystemUi flags: 40000000
11-22 15:33:01.900 23169 23169 I Perf : Connecting to perf service.
11-22 15:33:01.900 6781 6853 D TouchInteractionService: onSystemUiStateChanged# stateFlags: 0 -> 1073741824
11-22 15:33:01.901 3596 3596 D OverviewProxyService: SystemUi flags: 40000000
11-22 15:33:01.904 23169 23169 I be.bmid.itsme: [GL_OOM] ClearGrowthLimit 536870912
11-22 15:33:01.904 23169 23169 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-22 15:33:01.905 23169 23169 D NetworkSecurityConfig: No Network Security Config specified, using platform default
11-22 15:33:01.920 3596 3596 D EdgeBackGestureHandler: updateTopPackage isHomeApp false
11-22 15:33:01.920 23169 8876 W be.bmid.itsme: Class com.google.android.gms.dynamite.DynamiteModule failed lock verification and will run slower.
11-22 15:33:01.920 23169 8876 W be.bmid.itsme: Common causes for lock verification issues are non-optimized dex code
11-22 15:33:01.920 23169 8876 W be.bmid.itsme: and incorrect proguard optimizations.
11-22 15:33:01.926 1000 1000 D [email protected]_handler: SerialClockVote: vote for UART CLK ON
11-22 15:33:01.926 1000 1000 D [email protected]_lock: Acquire wakelock is acquired
11-22 15:33:01.926 1000 1000 I [email protected]_handler: DeviceWakeUp: Writing IBS_WAKE_IND
11-22 15:33:01.927 1000 4663 I [email protected]_handler: ProcessIbsCmd: Received IBS_WAKE_ACK: 0xFC
11-22 15:33:01.927 1000 4663 I [email protected]_handler: ProcessIbsCmd: Signal wack_cond_
11-22 15:33:01.927 1000 1000 D [email protected]_handler: DeviceWakeUp: Unblocked from waiting for FC
11-22 15:33:01.927 3570 4524 E bt_osi_wakelock: wakelock_acquire wakelock acquired
11-22 15:33:01.927 1000 4663 I [email protected]_handler: ProcessIbsCmd: Received IBS_WAKE_IND: 0xFD
11-22 15:33:01.927 1000 4663 I [email protected]_handler: ProcessIbsCmd: Writing IBS_WAKE_ACK
11-22 15:33:01.928 3570 3627 E bt_osi_wakelock: wakelock_release wakelock released
11-22 15:33:01.928 23169 8876 I be.bmid.itsme: The ClassLoaderContext is a special shared library.
11-22 15:33:01.932 23169 8876 I be.bmid.itsme: The ClassLoaderContext is a special shared library.
11-22 15:33:01.934 1863 1916 E QMI_FW : qmi_cci_get_ref: ref count increased 2
11-22 15:33:01.943 1863 1916 E QMI_FW : qmi_cci_get_ref: ref count increased 2
11-22 15:33:01.954 23169 8883 E sqlite3_android: [IKR-38846] ONEPLUS_NAME_PARTS_MATCH SQLITE_OK
11-22 15:33:01.964 3130 3130 E coilsw.launche: Invalid ID 0x00000012.
11-22 15:33:01.964 3130 3130 E coilsw.launche: Invalid ID 0x00000020.
11-22 15:33:01.965 3130 3130 E coilsw.launche: Invalid ID 0x00000022.
11-22 15:33:01.965 3130 3130 E coilsw.launche: Invalid ID 0x00000028.
11-22 15:33:01.965 3130 3130 E coilsw.launche: Invalid ID 0x0000006b.
11-22 15:33:01.965 3130 3130 E coilsw.launche: Invalid ID 0x00000098.
11-22 15:33:01.965 3130 3130 E coilsw.launche: Invalid ID 0x00000098.
11-22 15:33:01.966 3130 3130 E coilsw.launche: Invalid ID 0x0000027d.
11-22 15:33:01.966 3130 3130 E coilsw.launche: Invalid ID 0x00000288.
11-22 15:33:01.966 3130 3130 E coilsw.launche: Invalid ID 0x00000289.
11-22 15:33:01.966 3130 3130 E coilsw.launche: Invalid ID 0x0000028c.
11-22 15:33:01.968 1000 4663 I [email protected]_handler: ProcessIbsCmd: Received IBS_SLEEP_IND: 0xFE
11-22 15:33:01.979 1142 25893 D AudioFlinger: AudioFlinger::setRecordSilenced(portId:140, silenced:0)
11-22 15:33:01.980 3570 4512 I BtGatt.ScanManager: msg.what = 6
11-22 15:33:01.982 3304 3899 V OPConfig:ConfigProvider: Module:OnePlusFontConfig
11-22 15:33:01.983 23169 23169 E Config:Grabber:OnePlusFontConfig: Index 0 requested, with a size of 0
11-22 15:33:01.984 1315 1909 D KernelCpuUidUserSysTimeReader: Removing uids 99019-99019
11-22 15:33:01.985 1315 1900 D ExtBatteryStatsService: @@@@ awaitUninterruptibly in 87 ms
11-22 15:33:01.985 1315 1900 D MyBatteryStatsHelper: ===processSingleAppUsage===
11-22 15:33:01.988 1315 1900 D ExtBatteryStatsService: ext-flush too soon, skip
11-22 15:33:01.988 1315 1900 D MyBatteryStatsHelper: ===processSingleAppUsage===
11-22 15:33:02.058 23169 23169 E be.bmid.itsme: [frame_perf] perfboost open tb_ctl file failed, isApp[1], errno=No such file or directory
11-22 15:33:02.058 23169 23169 E libprocessgroup: set_timerslack_ns write failed: Operation not permitted
11-22 15:33:02.064 1151 3100 W DisplayIdentification: Invalid EDID: falling back to serial number due to missing display name.
11-22 15:33:02.064 1151 3100 W DisplayIdentification: Invalid EDID: falling back to ASCII text due to missing serial number.
11-22 15:33:02.074 4676 6379 E sqlite3_android: [IKR-38846] ONEPLUS_NAME_PARTS_MATCH SQLITE_OK
11-22 15:33:02.087 23169 8911 I FA : App measurement initialized, version: 45018
11-22 15:33:02.087 23169 8911 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
11-22 15:33:02.087 23169 8911 I FA : To enable faster debug mode event logging run:
11-22 15:33:02.087 23169 8911 I FA : adb shell setprop debug.firebase.analytics.app be.bmid.itsme
11-22 15:33:02.095 23169 8911 E sqlite3_android: [IKR-38846] ONEPLUS_NAME_PARTS_MATCH SQLITE_OK
11-22 15:33:02.099 23169 23169 E be.bmid.itsme: Invalid ID 0x00000000.
11-22 15:33:02.115 1315 1391 D CompatibilityChangeReporter: Compat change id reported: 136274596; UID 10636; state: ENABLED
11-22 15:33:02.112 23169 23169 E be.bmid.itsme: Invalid ID 0x00000000.
11-22 15:33:02.118 23169 8911 E sqlite3_android: [IKR-38846] ONEPLUS_NAME_PARTS_MATCH SQLITE_OK
11-22 15:33:02.118 5349 5349 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-22 15:33:02.118 5349 5349 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
11-22 15:33:02.125 23169 23169 E be.bmid.itsme: Invalid ID 0x00000000.
11-22 15:33:02.125 23169 23169 E be.bmid.itsme: Invalid ID 0x00000000.
11-22 15:33:02.128 23169 8911 I FA : Tag Manager is not found and thus will not be used
11-22 15:33:02.129 23169 23169 E be.bmid.itsme: Invalid ID 0x00000000.
11-22 15:33:02.130 23169 8911 E sqlite3_android: [IKR-38846] ONEPLUS_NAME_PARTS_MATCH SQLITE_OK
11-22 15:33:02.139 23169 23169 I OPFD_Manager: Dark? false, OP Force ? false
11-22 15:33:02.139 23169 23169 V ViewRootImpl: The specified message queue synchronization barrier token has not been posted or has already been removed
11-22 15:33:02.142 23169 23169 D ViewRootImpl: support adaptive color gamut feature!
11-22 15:33:02.143 23169 8911 E sqlite3_android: [IKR-38846] ONEPLUS_NAME_PARTS_MATCH SQLITE_OK
11-22 15:33:02.158 23169 8912 I AdrenoGLES-0: QUALCOMM build : 8e5405b, I57aaec3440
11-22 15:33:02.158 23169 8912 I AdrenoGLES-0: Build Date : 05/21/21
11-22 15:33:02.158 23169 8912 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: EV031.32.02.10
11-22 15:33:02.158 23169 8912 I AdrenoGLES-0: Local Branch : mybranchebba1dbe-451b-f160-ac81-1458d0b52ae8
11-22 15:33:02.158 23169 8912 I AdrenoGLES-0: Remote Branch : quic/gfx-adreno.lnx.1.0.r135-rel
11-22 15:33:02.158 23169 8912 I AdrenoGLES-0: Remote Branch : NONE
11-22 15:33:02.158 23169 8912 I AdrenoGLES-0: Reconstruct Branch : NOTHING
11-22 15:33:02.158 23169 8912 I AdrenoGLES-0: Build Config : S P 10.0.7 AArch64
11-22 15:33:02.158 23169 8912 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so
11-22 15:33:02.160 23169 8912 I AdrenoGLES-0: PFP: 0x016ee190, ME: 0x00000000
Perhaps these are a hint?
"W DisplayIdentification: Invalid EDID: falling back to serial number due to missing display name.
W DisplayIdentification: Invalid EDID: falling back to ASCII text due to missing serial number."
It's also showing "E be.bmid.itsme: Invalid ID 0x00000000."
Wild guess really
@Timmmmaaahh! I'm not seeing anything obvious. But then again, that behind-the-scenes stuff isn't my forté.
Hey again @Didgeridoohan!
I finally got to upgrading to Magisk Canary (23015), yay.
Funny thing happend: now itsme starts but my banking app (Keytrade, discussed in your thread here) picked up detection again! Not a major surprise as you've already hinted this would happen because LSPosed is broken by Zygisk. I'm not entirely sure how to proceed though. I've looked into AirFrozen but might not be ideal as it's never been updated after its release in 2016. As far as I can see a fix for Riru is in the works but not just there yet. Fixed Universal SafetyNet Fix works so that's great! I guess I need something that freezes Magisk whenever I start my banking app (and unfreezes when I close it) but can't seem to find anything that does that. Maybe with Tasker and SecureTask, I'll do more digging.
@vifzor This'll be good news for you if your only issue was with itsme, of course. Just fetch latest canary manager here, make sure canary update channel is selected in settings and update Magisk, then enable Zygisk and Enforce DenyList in settings after reboot and enable itsme in the DenyList. One more reboot and you'll be fooling our government again in no time ^_^
@Timmmmaaahh! Try the LSPosed release that's compatible with Zygisk. There's one around I believe, but you'll have to practice your Google-Fu with that one...
What is Google? I'd have to Duck that. Anyway, performed some Telegram magic (remember kids, TG is bad for your teeth!) and found it: LSPosed-v1.6.3-62**-zygisk-release.zip
So LSPosed works again, which generates a pretty big question: why did I need Riru in the first place if LSPosed works standalone? Oh right, it's riding Zygisk now instead – nevermind. So I guess Zygisk is some sort of Riru? These are frameworks? This totally exceeds my intelligence. For now! *evil laughter*
It took me ridiculously long to figure this out but it was eventually Hide My Applist that did the trick. Probably combined with SudoHide or whatever but I don't want to do any more testing. Basically: create a template in HMA containing anything related to root and apply this to the 'effective app' one wants to open.
[rant] I'm a bit surprised my bank is going through all this trouble for root detection, especially with Magisk's new DenyList. The way I understand the new method works, is that selected apps are completely excluded from root abilities so it's not just hiding that root is there, it actually makes it virtually impossible to apply any manipulations to the applications in that list.
Though I enjoy some cat and mouse play from time to time, if my bank keeps this up I will switch to another bank. I'm no fan of overzealous safety measures. Takes me back to a whole bunch of DRM fails back in the 90's. Besides, apps that are so important should not rely on local safety anyway. If I log into my bank account via Windows XP I expect my bank to create a nicely secured connection using that nifty little calculator they provide us with. [/rant]
Sorry to hijack this @vifzor but as you haven't been online in the past 10 days I'm sure you don't mind. And we found a solution for you
Thanks once again for your assistance @Didgeridoohan

Bank app (Safra) crashing on startup

I have a Google Pixel 7 Pro, which is rooted and running Magisk a468fd94 (25205).
I'm having trouble with my bank app, which crashes as soon as I try to launch it (https://play.google.com/store/apps/details?id=br.livetouch.safra.net). The logs show the following information during the crash:
Code:
12-01 19:21:37.266 11478 11478 I Magisk : zygisk64: [br.livetouch.safra.net] is on the denylist
12-01 19:21:37.283 11478 11478 E touch.safra.net: Not starting debugger since process cannot load the jdwp agent.
12-01 19:21:37.293 11478 11478 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10270; state: ENABLED
12-01 19:21:37.298 11478 11478 W ziparchive: Unable to open '/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/split_config.arm64_v8a.dm': No such file or directory
12-01 19:21:37.298 11478 11478 W ziparchive: Unable to open '/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/split_config.arm64_v8a.dm': No such file or directory
12-01 19:21:37.298 11478 11478 W touch.safra.net: Entry not found
12-01 19:21:37.298 11478 11478 W ziparchive: Unable to open '/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/split_config.pt.dm': No such file or directory
12-01 19:21:37.298 11478 11478 W ziparchive: Unable to open '/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/split_config.pt.dm': No such file or directory
12-01 19:21:37.298 11478 11478 W touch.safra.net: Entry not found
12-01 19:21:37.298 11478 11478 W ziparchive: Unable to open '/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/split_config.xxxhdpi.dm': No such file or directory
12-01 19:21:37.298 11478 11478 W ziparchive: Unable to open '/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/split_config.xxxhdpi.dm': No such file or directory
12-01 19:21:37.299 11478 11478 W touch.safra.net: Entry not found
12-01 19:21:37.300 11478 11478 D nativeloader: Configuring classloader-namespace for other apk /data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/base.apk:/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/split_config.arm64_v8a.apk:/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/split_config.pt.apk:/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/split_config.xxxhdpi.apk. target_sdk_version=31, uses_libraries=, library_path=/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/lib/arm64:/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/base.apk!/lib/arm64-v8a:/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/split_config.arm64_v8a.apk!/lib/arm64-v8a:/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/split_config.pt.apk!/lib/arm64-v8a:/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch
12-01 19:21:37.302 11478 11478 W touch.safra.net: JIT profile information will not be recorded: profile file does not exist.
12-01 19:21:37.302 11478 11478 W touch.safra.net: JIT profile information will not be recorded: profile file does not exist.
12-01 19:21:37.302 11478 11478 W touch.safra.net: JIT profile information will not be recorded: profile file does not exist.
12-01 19:21:37.307 11478 11478 V GraphicsEnvironment: ANGLE Developer option for 'br.livetouch.safra.net' set to: 'default'
12-01 19:21:37.307 11478 11478 V GraphicsEnvironment: ANGLE GameManagerService for br.livetouch.safra.net: false
12-01 19:21:37.307 11478 11478 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
12-01 19:21:37.308 11478 11478 D NetworkSecurityConfig: No Network Security Config specified, using platform default
12-01 19:21:37.308 11478 11478 D NetworkSecurityConfig: No Network Security Config specified, using platform default
12-01 19:21:37.811 11478 11478 W touch.safra.net: type=1400 audit(0.0:1984): avc: denied { getattr } for path="/apex/com.android.runtime/bin/linkerconfig" dev="loop32" ino=19 scontext=u:r:untrusted_app_30:s0:c14,c257,c512,c768 tcontext=u:object_r:linkerconfig_exec:s0 tclass=file permissive=0 app=br.livetouch.safra.net
12-01 19:21:37.811 11478 11478 W touch.safra.net: type=1400 audit(0.0:1985): avc: denied { getattr } for path="/apex/com.android.art/bin/dex2oat64" dev="dm-35" ino=17 scontext=u:r:untrusted_app_30:s0:c14,c257,c512,c768 tcontext=u:object_r:dex2oat_exec:s0 tclass=file permissive=0 app=br.livetouch.safra.net
12-01 19:21:37.811 11478 11478 W touch.safra.net: type=1400 audit(0.0:1986): avc: denied { getattr } for path="/apex/com.android.art/bin/artd" dev="dm-35" ino=13 scontext=u:r:untrusted_app_30:s0:c14,c257,c512,c768 tcontext=u:object_r:artd_exec:s0 tclass=file permissive=0 app=br.livetouch.safra.net
12-01 19:21:37.811 11478 11478 W touch.safra.net: type=1400 audit(0.0:1987): avc: denied { getattr } for path="/apex/com.android.art/bin/dexoptanalyzer" dev="dm-35" ino=20 scontext=u:r:untrusted_app_30:s0:c14,c257,c512,c768 tcontext=u:object_r:dexoptanalyzer_exec:s0 tclass=file permissive=0 app=br.livetouch.safra.net
12-01 19:21:37.811 11478 11478 W touch.safra.net: type=1400 audit(0.0:1988): avc: denied { getattr } for path="/apex/com.android.art/bin/odrefresh" dev="dm-35" ino=22 scontext=u:r:untrusted_app_30:s0:c14,c257,c512,c768 tcontext=u:object_r:odrefresh_exec:s0 tclass=file permissive=0 app=br.livetouch.safra.net
12-01 19:21:37.893 11478 11478 E AndroidRuntime: FATAL EXCEPTION: main
12-01 19:21:37.893 11478 11478 E AndroidRuntime: Process: br.livetouch.safra.net, PID: 11478
12-01 19:21:37.893 11478 11478 E AndroidRuntime: java.lang.UnsatisfiedLinkError: Bad JNI version returned from JNI_OnLoad in "/data/app/~~YjYht493fnXfPHimvghK4g==/br.livetouch.safra.net-p5SgJGA87Op-Cpvpq_i-9Q==/split_config.arm64_v8a.apk!/lib/arm64-v8a/libcom.safra.livetouch.so": -110
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:998)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1661)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at com.safra.c.a.c.<clinit>(Unknown Source:2)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at java.lang.Class.newInstance(Native Method)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at android.app.Instrumentation.newApplication(Instrumentation.java:1232)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1458)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1395)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6746)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:201)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at android.os.Looper.loop(Looper.java:288)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7898)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
12-01 19:21:37.893 11478 11478 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
I've already tried the following:
Hiding the Magisk app (changing its name)
Turning on Zygisk
Enforcing app Deny List
Adding the app to the Deny List
Using the MagiskHide Props Config module
Using Shamiko and turning off the option to enforce the deny list
Anything else I could try?
Thanks a lot
try this one and see if it work
Just to test, I decided to unroot my phone, use the official Google Android Flash Tool and relock the bootloader. The bank app worked fine this way.
For comparison, adb logcat now shows the following information during the app launch:
Code:
12-02 14:38:19.182 1477 1550 I ActivityManager: Start proc 13578:br.livetouch.safra.net/u0a250 for service {br.livetouch.safra.net/androidx.work.impl.background.systemjob.SystemJobService}
12-02 14:38:19.182 1477 1550 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10178; state: ENABLED
12-02 14:38:19.192 1477 1550 I ActivityManager: Start proc 13596:com.google.android.apps.maps/u0a178 for service {com.google.android.apps.maps/com.google.android.apps.gmm.offline.update.OfflineAutoUpdateJobService}
12-02 14:38:19.192 1477 1550 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10158; state: ENABLED
12-02 14:38:19.202 1477 1550 I ActivityManager: Start proc 13600:com.google.android.settings.intelligence/u0a158 for service {com.google.android.settings.intelligence/com.google.android.settings.intelligence.modules.search.indexing.backend.IndexingJobService}
12-02 14:38:19.217 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10178; state: DISABLED
12-02 14:38:19.331 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10158; state: ENABLED
12-02 14:38:19.344 1477 4610 D CompatibilityChangeReporter: Compat change id reported: 161145287; UID 10158; state: DISABLED
12-02 14:38:19.362 1477 1506 I ContentCaptureManagerService: Data share request accepted by Content Capture service
12-02 14:38:19.561 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 161145287; UID 10178; state: DISABLED
12-02 14:38:19.578 1477 4610 D CompatibilityChangeReporter: Compat change id reported: 161145287; UID 1000; state: DISABLED
12-02 14:38:19.601 1477 4628 D CompatibilityChangeReporter: Compat change id reported: 161252188; UID 10121; state: ENABLED
12-02 14:38:19.618 1477 3987 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10178; state: ENABLED
12-02 14:38:19.647 1477 3963 W DreamManagerService: Falling back to default dream ComponentInfo{com.google.android.deskclock/com.android.deskclock.Screensaver}
12-02 14:38:19.798 1477 4330 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10156; state: DISABLED
12-02 14:38:19.798 1477 4330 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10156; state: DISABLED
12-02 14:38:19.798 1477 4330 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10156; state: DISABLED
12-02 14:38:19.799 1477 4330 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10156; state: ENABLED
12-02 14:38:19.799 1477 1550 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10156; state: ENABLED
12-02 14:38:19.812 1477 1550 I ActivityManager: Start proc 13734:com.google.android.apps.security.securityhub/u0a156 for content provider {com.google.android.apps.security.securityhub/com.google.android.apps.security.securityhub.settingscontentprovider.SettingsContentProvider}
12-02 14:38:19.827 1477 4628 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10156; state: DISABLED
12-02 14:38:19.987 1477 3963 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10164; state: ENABLED
12-02 14:38:20.104 1477 4628 D CompatibilityChangeReporter: Compat change id reported: 183407956; UID 1000; state: ENABLED
12-02 14:38:20.109 1477 4628 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId -1 queried, returning: null
12-02 14:38:20.174 1477 4628 W DreamManagerService: Falling back to default dream ComponentInfo{com.google.android.deskclock/com.android.deskclock.Screensaver}
12-02 14:38:20.507 1477 4628 D CompatibilityChangeReporter: Compat change id reported: 158482162; UID 1000; state: ENABLED
12-02 14:38:20.663 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10101; state: DISABLED
12-02 14:38:20.663 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10101; state: DISABLED
12-02 14:38:20.663 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10101; state: DISABLED
12-02 14:38:20.663 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10101; state: ENABLED
12-02 14:38:20.664 1477 1550 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10101; state: ENABLED
12-02 14:38:20.678 1477 1550 I ActivityManager: Start proc 13833:com.android.traceur/u0a101 for content provider {com.android.traceur/com.android.traceur.SearchProvider}
12-02 14:38:20.698 1477 4628 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10126; state: DISABLED
12-02 14:38:20.698 1477 4628 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10126; state: DISABLED
12-02 14:38:20.698 1477 4628 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10126; state: ENABLED
12-02 14:38:20.698 1477 1550 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10126; state: ENABLED
12-02 14:38:20.700 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10101; state: DISABLED
12-02 14:38:20.705 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10117; state: DISABLED
12-02 14:38:20.705 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10117; state: DISABLED
12-02 14:38:20.705 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10117; state: DISABLED
12-02 14:38:20.705 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10117; state: ENABLED
12-02 14:38:20.709 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10148; state: DISABLED
12-02 14:38:20.709 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10148; state: DISABLED
12-02 14:38:20.709 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10148; state: DISABLED
12-02 14:38:20.709 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10148; state: ENABLED
12-02 14:38:20.714 1477 1550 I ActivityManager: Start proc 13852:com.google.android.apps.safetyhub/u0a126 for content provider {com.google.android.apps.safetyhub/com.google.android.apps.safetyhub.platformsettings.search.EmergencySearchIndexablesProvider}
12-02 14:38:20.714 1477 1550 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10117; state: ENABLED
12-02 14:38:20.723 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10226; state: DISABLED
12-02 14:38:20.723 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10226; state: DISABLED
12-02 14:38:20.723 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10226; state: DISABLED
12-02 14:38:20.723 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10226; state: ENABLED
12-02 14:38:20.724 1477 1550 I ActivityManager: Start proc 13855:com.google.android.apps.tips/u0a117 for content provider {com.google.android.apps.tips/com.google.android.apps.tips.settings.search.SettingsSearchProvider}
12-02 14:38:20.724 1477 1550 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10148; state: ENABLED
12-02 14:38:20.736 1477 1550 I ActivityManager: Start proc 13868:com.google.android.apps.wellbeing/u0a148 for content provider {com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.searchindexables.impl.WellbeingSearchIndexablesProvider}
12-02 14:38:20.736 1477 1550 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10226; state: ENABLED
12-02 14:38:20.745 1477 1550 I ActivityManager: Start proc 13876:com.google.android.cellbroadcastreceiver/u0a226 for content provider {com.google.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.CellBroadcastSearchIndexableProvider}
12-02 14:38:20.760 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10226; state: DISABLED
12-02 14:38:20.863 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 158482162; UID 10121; state: ENABLED
12-02 14:38:20.956 1477 4610 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10114; state: DISABLED
12-02 14:38:20.956 1477 4610 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10114; state: DISABLED
12-02 14:38:20.957 1477 4610 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10114; state: ENABLED
12-02 14:38:20.957 1477 1550 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10114; state: ENABLED
12-02 14:38:20.971 1477 1550 I ActivityManager: Start proc 13935:com.google.android.projection.gearhead:projection/u0a114 for content provider {com.google.android.projection.gearhead/com.google.android.projection.gearhead.companion.settings.SettingsSearchProvider}
12-02 14:38:21.087 1477 3963 D CompatibilityChangeReporter: Compat change id reported: 161145287; UID 10126; state: DISABLED
12-02 14:38:21.169 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 171306433; UID 10121; state: ENABLED
12-02 14:38:21.169 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10121; state: ENABLED
12-02 14:38:21.361 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10114; state: DISABLED
12-02 14:38:21.361 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10114; state: DISABLED
12-02 14:38:21.361 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10114; state: ENABLED
12-02 14:38:21.362 1477 1550 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10114; state: ENABLED
12-02 14:38:21.380 1477 1550 I ActivityManager: Start proc 14010:com.google.android.projection.gearhead:car/u0a114 for service {com.google.android.projection.gearhead/com.google.android.apps.auto.carservice.service.impl.GearheadCarStartupService}
12-02 14:38:21.458 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 157233955; UID 10114; state: ENABLED
12-02 14:38:21.501 1477 4623 D CompatibilityChangeReporter: Compat change id reported: 161145287; UID 10114; state: DISABLED
12-02 14:38:21.705 1477 4610 I ActivityManager: Killing 7601:com.google.android.webview/u0a185 (adj 985): empty #33
12-02 14:38:21.706 1477 4610 I ActivityManager: Killing 5792:com.google.android.apps.carrier.log/u0a105 (adj 995): empty #34
12-02 14:38:21.924 1477 1477 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0
12-02 14:38:21.933 1477 3963 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10250; state: DISABLED
12-02 14:38:22.156 1477 3963 D CompatibilityChangeReporter: Compat change id reported: 161145287; UID 10250; state: DISABLED
12-02 14:38:22.297 1477 4330 D CompatibilityChangeReporter: Compat change id reported: 161252188; UID 10185; state: ENABLED
12-02 14:38:22.302 1477 4330 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10185; state: DISABLED
12-02 14:38:22.302 1477 4330 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10185; state: DISABLED
12-02 14:38:22.302 1477 4330 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10185; state: DISABLED
12-02 14:38:22.302 1477 4330 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10185; state: ENABLED
12-02 14:38:22.303 1477 1550 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10185; state: ENABLED
12-02 14:38:22.318 1477 1550 I ActivityManager: Start proc 14123:com.google.android.webview:webview_service/u0a185 for service {com.google.android.webview/org.chromium.android_webview.services.VariationsSeedServer}
@yassine2217, thanks a lot. I'll now re-root the phone and test the module you sent.
@yassine2217, unfortunately, that didn't work. I re-rooted the phone and installed the SafetyNet module you provided. But the bank app still crashes during startup.
Any other ideas?
Thanks!
The crash log is a little different now:
Code:
12-02 17:07:19.103 1332 4083 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=br.livetouch.safra.net/com.accenture.safra.mobilepf.principal.MbfHomeActivity bnds=[561,154][771,426]} from uid 10202
12-02 17:07:19.105 1332 4083 D CompatibilityChangeReporter: Compat change id reported: 194480991; UID 10250; state: ENABLED
12-02 17:07:19.112 1332 4083 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10250; state: DISABLED
12-02 17:07:19.112 1332 4083 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10250; state: DISABLED
12-02 17:07:19.112 1332 4083 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10250; state: DISABLED
12-02 17:07:19.112 1332 4083 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10250; state: DISABLED
12-02 17:07:19.112 1332 4083 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10250; state: DISABLED
12-02 17:07:19.114 1332 4083 D CompatibilityChangeReporter: Compat change id reported: 197654537; UID 10250; state: ENABLED
12-02 17:07:19.115 1332 4083 D CompatibilityChangeReporter: Compat change id reported: 205907456; UID 10250; state: DISABLED
12-02 17:07:19.118 1332 4083 D CompatibilityChangeReporter: Compat change id reported: 194833441; UID 10250; state: DISABLED
12-02 17:07:19.120 1332 1553 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10250; state: DISABLED
12-02 17:07:19.120 1332 1553 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10250; state: DISABLED
12-02 17:07:19.120 1332 1553 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10250; state: DISABLED
12-02 17:07:19.121 1332 1553 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10250; state: ENABLED
12-02 17:07:19.121 1332 1584 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10250; state: ENABLED
12-02 17:07:19.122 1332 3429 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10250; state: DISABLED
12-02 17:07:19.128 1332 3429 D CoreBackPreview: Window{50f7a6e u0 Splash Screen br.livetouch.safra.net}: Setting back callback OnBackInvokedCallbackInfo{[email protected]5, mPriority=0}
12-02 17:07:19.137 1332 1584 I ActivityManager: Start proc 11050:br.livetouch.safra.net/u0a250 for next-top-activity {br.livetouch.safra.net/com.accenture.safra.mobilepf.principal.MbfHomeActivity}
12-02 17:07:19.323 1332 4083 D TelephonyManager: requestModemActivityInfo: Sending result to app: ModemActivityInfo{ mTimestamp=390693 mSleepTimeMs=290742 mIdleTimeMs=26814 mActivityStatsTechSpecificInfo=[{mRat=GERAN,mFrequencyRange=UNKNOWN,mTxTimeMs[]=[0, 0, 0, 0, 0],mRxTimeMs=178}, {mRat=UTRAN,mFrequencyRange=UNKNOWN,mTxTimeMs[]=[0, 0, 0, 0, 0],mRxTimeMs=0}, {mRat=EUTRAN,mFrequencyRange=UNKNOWN,mTxTimeMs[]=[723, 99, 17, 7, 0],mRxTimeMs=63322}, {mRat=NGRAN,mFrequencyRange=HIGH,mTxTimeMs[]=[0, 0, 0, 0, 0],mRxTimeMs=0}, {mRat=NGRAN,mFrequencyRange=MMWAVE,mTxTimeMs[]=[0, 0, 0, 0, 0],mRxTimeMs=0}, {mRat=UNKNOWN,mFrequencyRange=UNKNOWN,mTxTimeMs[]=[0, 0, 0, 0, 0],mRxTimeMs=0}]}
12-02 17:07:19.805 1332 2199 D ConnectivityService: Returning UNBLOCKED NetworkInfo to uid=10250
12-02 17:07:19.816 1332 3429 D CompatibilityChangeReporter: Compat change id reported: 161145287; UID 10250; state: DISABLED
12-02 17:07:19.976 1332 1959 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 99002; state: DISABLED
12-02 17:07:19.976 1332 1959 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 99002; state: DISABLED
12-02 17:07:19.976 1332 1959 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 99002; state: DISABLED
12-02 17:07:19.976 1332 1959 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 99002; state: ENABLED
12-02 17:07:19.977 1332 1584 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10250; state: ENABLED
12-02 17:07:19.985 1332 1584 I ActivityManager: Start proc 11190:com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0/u0i2 for {br.livetouch.safra.net/org.chromium.content.app.SandboxedProcessService0:0}
12-02 17:07:20.045 1332 1959 D ConnectivityService: requestNetwork for uid/pid:10250/11050 activeRequest: null callbackRequest: 303 [NetworkRequest [ REQUEST id=304, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10250 RequestorUid: 10250 RequestorPkg: br.livetouch.safra.net UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647
12-02 17:07:20.046 1332 1724 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=304, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10250 RequestorUid: 10250 RequestorPkg: br.livetouch.safra.net UnderlyingNetworks: Null] ]
12-02 17:07:20.046 1332 1724 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=304, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10250 RequestorUid: 10250 RequestorPkg: br.livetouch.safra.net UnderlyingNetworks: Null] ]
12-02 17:07:20.046 1332 1724 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=304, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10250 RequestorUid: 10250 RequestorPkg: br.livetouch.safra.net UnderlyingNetworks: Null] ]
12-02 17:07:20.047 1332 1724 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=304, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10250 RequestorUid: 10250 RequestorPkg: br.livetouch.safra.net UnderlyingNetworks: Null] ]
12-02 17:07:20.047 1332 1732 D ConnectivityService: NetReassign [304 : null → 101] [c 0] [a 0] [i 1]
12-02 17:07:20.048 1332 1732 D ConnectivityService: NetReassign [no changes] [c 0] [a 1] [i 0]
12-02 17:07:20.224 1332 1764 E ContextHubClientManager: Cannot send message to unregistered client (host endpoint ID = -28638)
12-02 17:07:20.341 1332 2199 D CoreBackPreview: Window{95c2969 u0 br.livetouch.safra.net/com.accenture.safra.mobilepf.principal.MbfHomeActivity}: Setting back callback OnBackInvokedCallbackInfo{[email protected]8f, mPriority=0}
12-02 17:07:20.400 1332 2199 I ActivityManager: Process br.livetouch.safra.net (pid 11050) has died: fg TOP
12-02 17:07:20.401 1332 4056 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10250/11050, [NetworkRequest [ REQUEST id=304, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10250 RequestorUid: 10250 RequestorPkg: br.livetouch.safra.net UnderlyingNetworks: Null] ]], [email protected])
12-02 17:07:20.401 1332 3427 I WindowManager: WIN DEATH: Window{95c2969 u0 br.livetouch.safra.net/com.accenture.safra.mobilepf.principal.MbfHomeActivity}
12-02 17:07:20.401 1332 3427 W InputManager-JNI: Input channel object '95c2969 br.livetouch.safra.net/com.accenture.safra.mobilepf.principal.MbfHomeActivity (client)' was disposed without first being removed with the input manager!
12-02 17:07:20.401 1332 1585 I libprocessgroup: Successfully killed process cgroup uid 10250 pid 11050 in 0ms
12-02 17:07:20.401 1332 1732 D ConnectivityService: releasing NetworkRequest [ REQUEST id=304, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10250 RequestorUid: 10250 RequestorPkg: br.livetouch.safra.net UnderlyingNetworks: Null] ] (release request)
12-02 17:07:20.403 1332 1959 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10250/11050, [NetworkRequest [ LISTEN id=305, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND&NOT_VCN_MANAGED Uid: 10250 RequestorUid: 10250 RequestorPkg: br.livetouch.safra.net UnderlyingNetworks: Null] ]], [email protected])
12-02 17:07:20.404 1332 2199 I ActivityManager: Killing 11190:com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0/u0a250i2 (adj 0): isolated not needed
12-02 17:07:20.406 1332 2199 W ActivityTaskManager: Force removing ActivityRecord{b519e22 u0 br.livetouch.safra.net/com.accenture.safra.mobilepf.principal.MbfHomeActivity} t45}: app died, no saved state
12-02 17:07:20.407 1332 2199 W InputManager-JNI: Input channel object '50f7a6e Splash Screen br.livetouch.safra.net (client)' was disposed without first being removed with the input manager!
12-02 17:07:20.410 1332 1585 I libprocessgroup: Successfully killed process cgroup uid 99002 pid 11190 in 5ms
12-02 17:07:20.412 1332 1553 W ActivityManager: setHasOverlayUi called on unknown pid: 11050
12-02 17:07:20.762 1332 3427 W WindowManager: Failed looking up window session=Session{6f49d04 1804:u0a10220} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5893 com.android.server.wm.WindowManagerService.relayoutWindow:2231 com.android.server.wm.Session.relayout:261
12-02 17:07:20.765 1332 1959 W WindowManager: Failed looking up window session=Session{6f49d04 1804:u0a10220} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5893 com.android.server.wm.Session.setOnBackInvokedCallbackInfo:943 android.view.IWindowSession$Stub.onTransact:1200
12-02 17:07:20.765 1332 1959 E WindowManager: setOnBackInvokedCallback(): No window state for package:com.android.systemui
12-02 17:07:20.765 1332 2199 W WindowManager: Failed looking up window session=Session{6f49d04 1804:u0a10220} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5893 com.android.server.wm.WindowManagerService.removeWindow:2031 com.android.server.wm.Session.remove:223
12-02 17:07:21.476 1332 1732 D ConnectivityService: NetReassign [no changes] [c 1] [a 2] [i 5]
{
"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"
}
I tried to flash the original init_boot.img file (which removes root access) and to uninstall Magisk. But the banking app still crashes.
Could it be that the problem is the unlocked bootloader? I could only get the app running when I had a locked bootloader.
I don't really know what else to try...
I tested several combinations of configuration and got the following results:
Stock image, unrooted, locked bootloader - App works fine
Stock image, unrooted, unlocked bootloader - App crashes
Patched image, rooted, Magisk - App crashes
Patched image, rooted, Magisk, Safety Net fix module, hidden Magisk app, systemless hosts, Zygisk, app in forced deny list - App crashes
In the first configuration, I get the following Safety Net result:
In the last configuration, I get the following Safety Net result:
It's a little different, but I don't thick it's possible to get "hardware backed" with an unlocked bootloader.
Any other ideas?
Thanks
did you solve this problem? I think .. having the same issue, I know the root problem (see that your app is not loading native Dalvik but it's wrapped into a native code lib (JNI native call)
tiagobt said:
I tested several combinations of configuration and got the following results:
Stock image, unrooted, locked bootloader - App works fine
Stock image, unrooted, unlocked bootloader - App crashes
Patched image, rooted, Magisk - App crashes
Patched image, rooted, Magisk, Safety Net fix module, hidden Magisk app, systemless hosts, Zygisk, app in forced deny list - App crashes
In the first configuration, I get the following Safety Net result:
View attachment 5777359
In the last configuration, I get the following Safety Net result:
View attachment 5777363
It's a little different, but I don't thick it's possible to get "hardware backed" with an unlocked bootloader.
Any other ideas?
Thanks
Click to expand...
Click to collapse
until you don't use safety net fix, and apply patches, you'll get fail, fail and HARDWARE BACKED

Categories

Resources