Tab E (SM-T560NU) - Galaxy Tab Q&A, Help & Troubleshooting

Does anyone know of any compatible Marshmallow ROMs for the Tab E? Have Custom Recovery installed with Root.
Can a Tab A rom work with the E?
Thanks.

jaymaj said:
Does anyone know of any compatible Marshmallow ROMs for the Tab E? Have Custom Recovery installed with Root.
Can a Tab A rom work with the E?
Thanks.
Click to expand...
Click to collapse
Samsung has a Marshmallow ROM for the SM-T560NU device. I loaded it on mine a few days ago. Only problem so far is getting the adoptable storage working.

mmantei said:
Samsung has a Marshmallow ROM for the SM-T560NU device. I loaded it on mine a few days ago. Only problem so far is getting the adoptable storage working.
Click to expand...
Click to collapse
You just need to use adb shell from PC and after entering shell, use
Code:
sm list-disks
. It will read out the sd cards address like xxx,x.
Then you enter
Code:
sm partition disk:xxx,x private
Once it's done you need to open Settings/Storage/sdcard and then select Export and let it do its thing.
Now you should be good to go.
Sent from my SM-T377T using XDA-Developers mobile app

RoidDroidVoid said:
You just need to use adb shell from PC and after entering shell, use
Code:
sm list-disks
. It will read out the sd cards address like xxx,x.
Then you enter
Code:
sm partition disk:xxx,x private
Once it's done you need to open Settings/Storage/sdcard and then select Export and let it do its thing.
Now you should be good to go.
Sent from my SM-T377T using
Click to expand...
Click to collapse
I know the steps. I actually used them on my Samsung Galaxy S7, where it worked just fine. Unfortunately, it doesn't work on the SM-T560NU. It doesn't make any changes to the card. There are no errors being displayed in the adb shell, but when looking at the log capture, I see the following:
D AndroidRuntime: Calling main entry com.android.commands.sm.Sm
D Sm : This function is not supported!
I art : System.exit called, status: 0
I AndroidRuntime: VM exiting with result code 0.
I'm not overly knowledgeable about the workings of android so don't know exactly what this is telling me. I do know that nothing changes when I run through the commands. Anyone have any ideas what the log entries mean and if there is a way to use adoptable storage on this device?

mmantei said:
I know the steps. I actually used them on my Samsung Galaxy S7, where it worked just fine. Unfortunately, it doesn't work on the SM-T560NU. It doesn't make any changes to the card. There are no errors being displayed in the adb shell, but when looking at the log capture, I see the following:
D AndroidRuntime: Calling main entry com.android.commands.sm.Sm
D Sm : This function is not supported!
I art : System.exit called, status: 0
I AndroidRuntime: VM exiting with result code 0.
I'm not overly knowledgeable about the workings of android so don't know exactly what this is telling me. I do know that nothing changes when I run through the commands. Anyone have any ideas what the log entries mean and if there is a way to use adoptable storage on this device?
Click to expand...
Click to collapse
Okay... bear with me... I want to ask some questions that may seem silly but will help me help you.
1. Are you doing this from a PC, Mac, Linux?
2. Once you started adb, did you see it start the adb server, etc?
3. When you are all set up with adb running and your tab connected, type
Code:
adb devices
then press enter and tell me what the output said.
I'm pretty sure we can get it to "work" but you just may not appreciate the results. Personally, I think it's a cool idea but terribly executed. It causes so many headaches that I undid it after a couple of hours. It does not work correctly and even if it did, the encrypted ext4 setup blows. There is NO external method for reading that data anymore even in the event of a catastrophic hardware failure... your stuff is gone with the device.
Most annoying is the limitations that come into play when using twrp.... you need to use some forethought before booting to recovery if you want to be able to access your zips, etc.
Then there's the whole false out of memory and incorrect size reporting etc. It was not for me but I will try to help you have the freedom to choose.

RoidDroidVoid said:
Okay... bear with me... I want to ask some questions that may seem silly but will help me help you.
1. Are you doing this from a PC, Mac, Linux?
2. Once you started adb, did you see it start the adb server, etc?
3. When you are all set up with adb running and your tab connected, type
Code:
adb devices
then press enter and tell me what the output said.
I'm pretty sure we can get it to "work" but you just may not appreciate the results. Personally, I think it's a cool idea but terribly executed. It causes so many headaches that I undid it after a couple of hours. It does not work correctly and even if it did, the encrypted ext4 setup blows. There is NO external method for reading that data anymore even in the event of a catastrophic hardware failure... your stuff is gone with the device.
Most annoying is the limitations that come into play when using twrp.... you need to use some forethought before booting to recovery if you want to be able to access your zips, etc.
Then there's the whole false out of memory and incorrect size reporting etc. It was not for me but I will try to help you have the freedom to choose.
Click to expand...
Click to collapse
Thanks for your assistance. I'm doing this from a PC. Here are the results when I go through the process:
C:\WINDOWS\system32>adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
c6c0cb0614dd53d2 device
C:\WINDOWS\system32>adb shell
[email protected]:/ $ sm list-disks
disk:179,64
[email protected]:/ $ sm list-volumes
private mounted null
public:179,65 mounted 492D-151B
emulated mounted null
privatemode unmounted null
[email protected]:/ $ sm partition disk:179,64 mixed 50
[email protected]:/ $
[email protected]:/ $
[email protected]:/ $ sm list-volumes
private mounted null
public:179,65 mounted 492D-151B
emulated mounted null
privatemode unmounted null
[email protected]:/ $
This is what I see on the tablet when using a 64GB SD Card:
Device Storage
14.18 GB
used out of 16.00 GB
-----------------------------
Internal storage
14.18 GB used of 16.00 GB
Portable Storage
SD Card 7.12 MB used of 59.62 GB
After executing the commands, Device Storage looks exactly the same. I have tried this with "Mixed" and "private" with identicle results.
Selecting the SD Card gives me the option to format or unmount.
Any ideas?

Adding on to my previous message, here is a chunk of my log, while executing those commands. I notice a number of times it says "Sm : This function is not supported!" I'm guessing that it just can't be done on this device...
09-20 19:06:13.469 7146 7146 D AndroidRuntime: Calling main entry com.android.commands.sm.Sm
09-20 19:06:13.479 7146 7146 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
09-20 19:06:13.489 7146 7146 D VolumeInfo: VolumeInfo from Parcel: id public:179,65 ,type 0 ,disk DiskInfo{disk:179,64}:
09-20 19:06:13.489 7146 7146 D VolumeInfo: flags=SD size=64021856256 label=
09-20 19:06:13.489 7146 7146 D VolumeInfo: sysPath=/sys//devices/soc.0/7864900.sdhci/mmc_host/mmc1/mmc1:0001/block/mmcb
09-20 19:06:13.489 7146 7146 D VolumeInfo: lk1
09-20 19:06:13.489 7146 7146 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
09-20 19:06:13.489 7146 7146 D VolumeInfo: VolumeInfo from Parcel: id privatemode ,type 0 ,disk null
09-20 19:06:13.489 7146 7146 I art : System.exit called, status: 0
09-20 19:06:13.489 7146 7146 I AndroidRuntime: VM exiting with result code 0.
09-20 19:06:14.569 7162 7162 W AVMediaServiceFactory: symbol createExtendedMediaServiceFactory not found: undefined symbol: createExtendedMediaServiceFactory
09-20 19:06:14.579 7162 7162 W AVMediaUtils: symbol createExtendedMediaUtils not found: undefined symbol: createExtendedMediaUtils
09-20 19:06:14.579 7162 7162 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
09-20 19:06:14.589 7162 7162 D AndroidRuntime: CheckJNI is OFF
09-20 19:06:14.589 7162 7162 D AndroidRuntime: readGMSProperty: start
09-20 19:06:14.589 7162 7162 D AndroidRuntime: readGMSProperty: already setted!!
09-20 19:06:14.589 7162 7162 D AndroidRuntime: propertySet: couldn't set property (it is from app)
09-20 19:06:14.589 7162 7162 D AndroidRuntime: readGMSProperty: could not set the property(default)!!
09-20 19:06:14.589 7162 7162 D AndroidRuntime: readGMSProperty: end
09-20 19:06:14.589 7162 7162 D AndroidRuntime: addProductProperty: start
09-20 19:06:14.639 7162 7162 D ICU : No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
09-20 19:06:14.709 7162 7162 I Radio-JNI: register_android_hardware_Radio DONE
09-20 19:06:14.719 7162 7162 E AffinityControl: AffinityControl: registerfunction enter
09-20 19:06:14.749 7162 7162 D AndroidRuntime: Calling main entry com.android.commands.sm.Sm
09-20 19:06:14.749 7162 7162 D Sm : This function is not supported!
09-20 19:06:14.749 7162 7162 I art : System.exit called, status: 0
09-20 19:06:14.749 7162 7162 I AndroidRuntime: VM exiting with result code 0.
09-20 19:06:15.829 7177 7177 W AVMediaServiceFactory: symbol createExtendedMediaServiceFactory not found: undefined symbol: createExtendedMediaServiceFactory
09-20 19:06:15.829 7177 7177 W AVMediaUtils: symbol createExtendedMediaUtils not found: undefined symbol: createExtendedMediaUtils
09-20 19:06:15.839 7177 7177 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
09-20 19:06:15.849 7177 7177 D AndroidRuntime: CheckJNI is OFF
09-20 19:06:15.849 7177 7177 D AndroidRuntime: readGMSProperty: start
09-20 19:06:15.849 7177 7177 D AndroidRuntime: readGMSProperty: already setted!!
09-20 19:06:15.849 7177 7177 D AndroidRuntime: propertySet: couldn't set property (it is from app)
09-20 19:06:15.849 7177 7177 D AndroidRuntime: readGMSProperty: could not set the property(default)!!
09-20 19:06:15.849 7177 7177 D AndroidRuntime: readGMSProperty: end
09-20 19:06:15.849 7177 7177 D AndroidRuntime: addProductProperty: start
09-20 19:06:15.899 7177 7177 D ICU : No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
09-20 19:06:15.959 7177 7177 I Radio-JNI: register_android_hardware_Radio DONE
09-20 19:06:15.969 7177 7177 E AffinityControl: AffinityControl: registerfunction enter
09-20 19:06:15.999 7177 7177 D AndroidRuntime: Calling main entry com.android.commands.sm.Sm
09-20 19:06:16.009 7177 7177 D Sm : This function is not supported!
09-20 19:06:16.009 7177 7177 I art : System.exit called, status: 0
09-20 19:06:16.009 7177 7177 I AndroidRuntime: VM exiting with result code 0.
09-20 19:06:16.779 1441 2695 D BatteryService: [email protected] : batteryPropertiesChanged!
09-20 19:06:16.779 1441 2695 D BatteryService: level:100, scale:100, status:5, health:2, present:true, voltage: 4191, temperature: 369, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303525, invalid charger:0, maxChargingCurrent:0
09-20 19:06:16.779 1441 2695 D BatteryService: online:4, current avg:-415, charge type:2, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, current_now:-597
09-20 19:06:16.779 1441 1441 D BatteryService: Sending ACTION_BATTERY_CHANGED.
09-20 19:06:16.789 2229 2229 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
09-20 19:06:16.789 2229 2229 D KeyguardUpdateMonitor: handleBatteryUpdate
09-20 19:06:16.789 3076 3076 V HeadsetService: HeadsetService - Received Intent.ACTION_BATTERY_CHANGED
09-20 19:06:16.789 3076 3664 D HeadsetStateMachine: Disconnected process message: 10, size: 0
09-20 19:06:16.789 2229 2229 D QSPanel : getMultiTileLineHeight = 14
09-20 19:06:16.789 1441 1441 D GameManagerService: new battery level: 100
09-20 19:06:16.789 2229 2229 D PowerUI : priorPlugType = 2 mPlugType = 2
09-20 19:06:16.799 2229 2229 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:100 status:5 health:2
09-20 19:06:16.799 2229 2229 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:100 status:5 health:2
09-20 19:06:16.869 1441 4942 D SSRM:s : SIOP:: AP = 380, CP = 102, LCD = 255
09-20 19:06:16.869 1441 4942 D ConnectivityService: returning getNetworkInfo for network type 1 : [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "MyHome-5G", roaming: false, failover: false, isAvailable: true]
09-20 19:06:16.869 1441 4942 D SSRM:T : reading: 38 38 0
09-20 19:06:17.089 7192 7192 W AVMediaServiceFactory: symbol createExtendedMediaServiceFactory not found: undefined symbol: createExtendedMediaServiceFactory
09-20 19:06:17.099 7192 7192 W AVMediaUtils: symbol createExtendedMediaUtils not found: undefined symbol: createExtendedMediaUtils
09-20 19:06:17.099 7192 7192 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
09-20 19:06:17.109 7192 7192 D AndroidRuntime: CheckJNI is OFF
09-20 19:06:17.109 7192 7192 D AndroidRuntime: readGMSProperty: start
09-20 19:06:17.109 7192 7192 D AndroidRuntime: readGMSProperty: already setted!!
09-20 19:06:17.109 7192 7192 D AndroidRuntime: propertySet: couldn't set property (it is from app)
09-20 19:06:17.109 7192 7192 D AndroidRuntime: readGMSProperty: could not set the property(default)!!
09-20 19:06:17.109 7192 7192 D AndroidRuntime: readGMSProperty: end
09-20 19:06:17.109 7192 7192 D AndroidRuntime: addProductProperty: start
09-20 19:06:17.159 7192 7192 D ICU : No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
09-20 19:06:17.219 7192 7192 I Radio-JNI: register_android_hardware_Radio DONE
09-20 19:06:17.229 7192 7192 E AffinityControl: AffinityControl: registerfunction enter
09-20 19:06:17.259 7192 7192 D AndroidRuntime: Calling main entry com.android.commands.sm.Sm
09-20 19:06:17.259 7192 7192 D Sm : This function is not supported!
09-20 19:06:17.259 7192 7192 I art : System.exit called, status: 0
09-20 19:06:17.259 7192 7192 I AndroidRuntime: VM exiting with result code 0.
09-20 19:06:18.149 1441 2145 D NtpTrustedTime: currentTimeMillis() cache hit
09-20 19:06:18.149 1441 2145 V NetworkStats: performPollLocked(flags=0x1)
09-20 19:06:18.169 1441 2145 D NetworkStatsRecorder: entry.iface is null
{repeated lots of times}
09-20 19:06:18.179 1441 2145 D NetworkStatsRecorder: entry.iface is null
09-20 19:06:18.209 1441 2145 D NtpTrustedTime: currentTimeMillis() cache hit
09-20 19:06:18.209 1441 2146 D NtpTrustedTime: currentTimeMillis() cache hit
09-20 19:06:18.209 1441 2146 D NtpTrustedTime: currentTimeMillis() cache hit
09-20 19:06:18.209 1441 2145 V NetworkStats: performPollLocked() took 57ms
09-20 19:06:22.149 3875 3922 I libuTorrent-jni: Array with 5 files returned.
09-20 19:06:22.149 1441 2484 D ConnectivityService: returning getNetworkInfo for network type 1 : [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "MyHome-5G", roaming: false, failover: false, isAvailable: true]
09-20 19:06:22.469 1441 2145 D NtpTrustedTime: currentTimeMillis() cache hit
09-20 19:06:22.469 1441 2145 V NetworkStats: performPollLocked(flags=0x1)
09-20 19:06:22.489 1441 2145 D NetworkStatsRecorder: entry.iface is null
{repeated lots of times}
09-20 19:06:22.489 1441 2145 D NetworkStatsRecorder: entry.iface is null
09-20 19:06:22.529 1441 2145 D NtpTrustedTime: currentTimeMillis() cache hit
09-20 19:06:22.529 1441 2146 D NtpTrustedTime: currentTimeMillis() cache hit
09-20 19:06:22.529 1441 2146 D NtpTrustedTime: currentTimeMillis() cache hit
09-20 19:06:22.529 1441 2145 V NetworkStats: performPollLocked() took 59ms
09-20 19:06:22.879 1441 2094 D SensorService: [SO] -0.109 -0.399 9.691
09-20 19:06:25.399 7223 7223 W AVMediaServiceFactory: symbol createExtendedMediaServiceFactory not found: undefined symbol: createExtendedMediaServiceFactory
09-20 19:06:25.409 7223 7223 W AVMediaUtils: symbol createExtendedMediaUtils not found: undefined symbol: createExtendedMediaUtils
09-20 19:06:25.419 7223 7223 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
09-20 19:06:25.419 7223 7223 D AndroidRuntime: CheckJNI is OFF
09-20 19:06:25.419 7223 7223 D AndroidRuntime: readGMSProperty: start
09-20 19:06:25.419 7223 7223 D AndroidRuntime: readGMSProperty: already setted!!
09-20 19:06:25.419 7223 7223 D AndroidRuntime: propertySet: couldn't set property (it is from app)
09-20 19:06:25.419 7223 7223 D AndroidRuntime: readGMSProperty: could not set the property(default)!!
09-20 19:06:25.419 7223 7223 D AndroidRuntime: readGMSProperty: end
09-20 19:06:25.419 7223 7223 D AndroidRuntime: addProductProperty: start
09-20 19:06:25.469 7223 7223 D ICU : No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
09-20 19:06:25.539 7223 7223 I Radio-JNI: register_android_hardware_Radio DONE
09-20 19:06:25.549 7223 7223 E AffinityControl: AffinityControl: registerfunction enter
09-20 19:06:25.579 7223 7223 D AndroidRuntime: Calling main entry com.android.commands.sm.Sm
09-20 19:06:25.589 7223 7223 D VolumeInfo: VolumeInfo from Parcel: id private ,type 1 ,disk null
09-20 19:06:25.589 7223 7223 D VolumeInfo: VolumeInfo from Parcel: id public:179,65 ,type 0 ,disk DiskInfo{disk:179,64}:
09-20 19:06:25.589 7223 7223 D VolumeInfo: flags=SD size=64021856256 label=
09-20 19:06:25.589 7223 7223 D VolumeInfo: sysPath=/sys//devices/soc.0/7864900.sdhci/mmc_host/mmc1/mmc1:0001/block/mmcb
09-20 19:06:25.589 7223 7223 D VolumeInfo: lk1
09-20 19:06:25.589 7223 7223 D VolumeInfo: VolumeInfo from Parcel: id emulated ,type 2 ,disk null
09-20 19:06:25.589 7223 7223 D VolumeInfo: VolumeInfo from Parcel: id privatemode ,type 0 ,disk null
09-20 19:06:25.599 7223 7223 I art : System.exit called, status: 0
09-20 19:06:25.599 7223 7223 I AndroidRuntime: VM exiting with result code 0.
09-20 19:06:26.709 1441 2145 D NtpTrustedTime: currentTimeMillis() cache hit
09-20 19:06:26.709 1441 2145 V NetworkStats: performPollLocked(flags=0x1)
09-20 19:06:26.719 1441 2145 D NetworkStatsRecorder: entry.iface is null
{repeated lots of times}
09-20 19:06:26.729 1441 2145 D NetworkStatsRecorder: entry.iface is null
09-20 19:06:26.759 1441 2145 D NtpTrustedTime: currentTimeMillis() cache hit
09-20 19:06:26.759 1441 2146 D NtpTrustedTime: currentTimeMillis() cache hit
09-20 19:06:26.759 1441 2146 D NtpTrustedTime: currentTimeMillis() cache hit
09-20 19:06:26.759 1441 2145 V NetworkStats: performPollLocked() took 60ms
09-20 19:06:26.879 2229 2229 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
09-20 19:06:26.879 2229 2229 D KeyguardUpdateMonitor: handleBatteryUpdate
09-20 19:06:26.879 1441 2695 D BatteryService: [email protected] : batteryPropertiesChanged!
09-20 19:06:26.879 1441 2695 D BatteryService: level:100, scale:100, status:5, health:2, present:true, voltage: 4218, temperature: 370, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303525, invalid charger:0, maxChargingCurrent:0
09-20 19:06:26.879 1441 2695 D BatteryService: online:4, current avg:-495, charge type:2, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, current_now:-375
09-20 19:06:26.879 1441 1441 D BatteryService: Sending ACTION_BATTERY_CHANGED.
09-20 19:06:26.879 1441 1441 D GameManagerService: new battery level: 100
09-20 19:06:26.879 2229 2229 D PowerUI : priorPlugType = 2 mPlugType = 2
09-20 19:06:26.889 3076 3076 V HeadsetService: HeadsetService - Received Intent.ACTION_BATTERY_CHANGED
09-20 19:06:26.889 3076 3664 D HeadsetStateMachine: Disconnected process message: 10, size: 0
09-20 19:06:26.889 2229 2229 D QSPanel : getMultiTileLineHeight = 14
09-20 19:06:26.889 2229 2229 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:100 status:5 health:2
09-20 19:06:26.909 2229 2229 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:100 status:5 health:2
09-20 19:06:26.939 1441 4942 D SSRM:s : SIOP:: AP = 380, CP = 102, LCD = 255

I know this thread is almost a year old, but I'm still trying to setup adoptable storage on my sm-t560nu. I am always running out of space. I recently wiped the tablet and loaded Android 7.1.1. I still can't get adoptable storage working. Has anyone figured out if it is possible on the Samsung Tab E 9.6?

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.

[Q] Can't develop on Omar's ROM

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 !

Data encryption on custom rom not working

Hi,
when I start the data encryption, the green droid appears for a second, then the UI restarts and everything is like before - unencrypted.
I've got this output in logcat:
Code:
07-10 23:24:55.200 5357 6475 I ActivityTaskManager: START u0 {cmp=com.android.settings/.CryptKeeperConfirm$Blank (has extras)} from uid 1000
07-10 23:24:55.201 5039 5082 W ANDR-PERF-LM: FeatureState: readState() 149: warning: appName is NULL, returning default State
07-10 23:24:55.201 5039 5082 I chatty : uid=0(root) lmCoreThread identical 1 line
07-10 23:24:55.201 5039 5082 W ANDR-PERF-LM: FeatureState: readState() 149: warning: appName is NULL, returning default State
07-10 23:24:55.206 6014 6014 W ActivityThread: handleWindowVisibility: no activity for token [email protected]
07-10 23:24:55.211 5734 5734 D StatusBar: disable<E!I!A!S!B!H!R!c S!> disable2<q i n >
07-10 23:24:55.211 5734 5734 V StatusBar: mStatusBarWindow: com.android.systemui.statusbar.phone.StatusBarWindowView{2395e09 V.E...... ........ 0,0-1080,96} canPanelBeCollapsed(): false
07-10 23:24:55.211 5734 5734 D InterruptionStateProvider: heads up is disabled
07-10 23:24:55.211 5734 5734 D InterruptionStateProvider: dismissing any existing heads up notification on disable event
07-10 23:24:55.234 5152 7579 D audio_hw_primary: start_output_stream: pcm_prepare
07-10 23:24:55.234 5152 7579 D audio_hw_primary: start_output_stream: exit
07-10 23:24:55.234 5152 7579 D audio_hw_primary: check_and_set_karaok_parameters: is karaok rx device 0, is karaok tx device 0
07-10 23:24:55.234 5152 7579 D msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-10 23:24:55.234 5152 7579 I msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 12 snd_dev 2
07-10 23:24:55.234 5152 7579 W qc_adm : margin check: adm_request_focus_v2_1(p) failed diff -1296
07-10 23:24:55.234 5152 7579 W qc_adm : margin check: adm_abandon_focus(p) failed diff -1296
07-10 23:24:55.402 5039 5039 W /vendor/bin/hw/[email protected]: type=1400 audit(0.0:806): avc: denied { search } for comm=41646170744C61756E636820566D name="5385" dev="proc" ino=76201 scontext=u:r:hal_perf_default:s0 tcontext=u:r:system_server:s0 tclass=dir permissive=0
07-10 23:24:55.402 5039 5039 W /vendor/bin/hw/[email protected]: type=1400 audit(0.0:807): avc: denied { search } for comm=41646170744C61756E636820566D name="5384" dev="proc" ino=76199 scontext=u:r:hal_perf_default:s0 tcontext=u:r:system_server:s0 tclass=dir permissive=0
07-10 23:24:55.913 634 2525 D vold : fdeEnable(3, *, 0)
07-10 23:24:55.914 634 2525 D vold : !fscrypt_is_native, spawning fdeEnableInternal
07-10 23:24:55.915 634 8102 E Cryptfs : Unexpected value for crypto key location
07-10 23:24:55.915 634 8102 E Cryptfs : Cannot get size of block device
I tried several roms (AICP, OmniRom, BlissRom), all of them crash with the same error from cryptfs.
Before installing the first rom (coming from Stock MIUI 11.0.6 European) I deleted the data partition (not just wipe) using twrp-3.4.0-0-raphael-mauronofrio.img. After that I had to flash a new vendor image fw-vendor_raphael_miui_RAPHAELEEAGlobal_V12.0.1.0.QFKEUXM_68e06ebeaa_10.0.zip in order to be able to install AICP.
All three roms seem to be working so far, but all three of them without encryption.
Because I read somewhere that there have been error with the correct size of the data partition, maybe someone with working encryption can get me his block count with tune2fs from sda31. Mine is 29136891.
Any suggestions on how to fix this problem are highly welcome.
Regards,
Daniel

Update problems

I also posted this in the general support thread but there are simply too many comments and nobody replied to mine.
Magisk Manager kept crashing on open, so I tried to update it but then it started complaining that it doesn't support the actual Magisk version in use (which is quite odd). When I tried to update that, everything broke:
ALL settings and modules are lost
The /system partition seems to have vanished: mount: can't find /system in /proc/mounts
Link2SD can no longer mount my second partition usd for app storage, I can mount it just fine manually but that doesn't help if it's expected to be there at boot time
These are pretty major issues. I had to restore a backup from both the boot and system partitions to get a working Android again.
Also, the Manager has a lot of trouble starting up. It will be stuck on the splash screen and I have to close it and reopen it twice/thrice before I actually get to the app. And then I have to get lucky and not have the Manager crash on me.
A logcat from around the crash:
Code:
10-01 22:24:28.512 6877 6948 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #4
10-01 22:24:28.512 6877 6948 E AndroidRuntime: Process: com.Ni.i.X.CSKtdIpsA, PID: 6877
10-01 22:24:28.512 6877 6948 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.indexOf(int)' on a null object reference
10-01 22:24:28.512 6877 6948 E AndroidRuntime: at a.ql.a(Unknown Source:78)
10-01 22:24:28.512 6877 6948 E AndroidRuntime: at a.ql.b(Unknown Source:19)
10-01 22:24:28.512 6877 6948 E AndroidRuntime: at a.ql.lambda$l2fFZC2Jq4qpiuFgxpU9uWDPuvs(Unknown Source:0)
10-01 22:24:28.512 6877 6948 E AndroidRuntime: at a.-$$Lambda$ql$l2fFZC2Jq4qpiuFgxpU9uWDPuvs.run(Unknown Source:4)
10-01 22:24:28.512 6877 6948 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
10-01 22:24:28.512 6877 6948 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
10-01 22:24:28.512 6877 6948 E AndroidRuntime: at java.lang.Thread.run(Thread.java:764)
10-01 22:24:28.517 2219 2747 W ActivityManager: Force finishing activity com.Ni.i.X.CSKtdIpsA/a.b

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