CHANGELOG
https://github.com/ac-pm/Inspeckage/blob/master/CHANGELOG
Introduction
Inspeckage is a tool developed to offer dynamic analysis of Android applications. With this tool we can better understand what an Android application is doing at runtime.
* https://twitter.com/inspeckage
* https://play.google.com/store/apps/details?id=mobi.acpm.inspeckage
How it works?
It is a simply application (apk) with an internal HTTP server providing a friendly web interface.
Features
Information gathering
Requested Permissions
App Permissions
Shared Libraries
Exported Activities and Non Exported Activities
Exported Content Provider and Non Exported Content Provider
Exported Services and Non Exported Services
Exported Broadcast Receiver and Non Exported Broadcast Receiver
If is Debuggable
Version, UID and GIDs
etc
Hooks (until now)
With the hooks, we can see what the application is doing in real time.
Shared Preferences (log and file)
Serialization
Crypto
Hash
SQLite
HTTP (a http proxy tool it is still the best alternative)
File System
Miscellaneous (Clipboard, URL.Parse())
WebView
IPC
Actions
With the Xposed is possible do some actions like start a not exported activity!
Start any activity (exported and non exported)
Calling any provider (exported and non exported)
Disable FLAG_SECURE
SSL uncheck
Start, close and restart the application
Extras
APK Download
View the app's directory tree
Download the app files
Download the output generated by hooks in text file format
Printscreen
Configuration
Even with some hooks at HTTP libraries, using an external proxy tool it is still the best alternative to analyze the traffic.
Add a proxy to the target app
Enable and disable proxy
Add entries in the arp table
Requirements
Xposed Framework
Download
http://repo.xposed.info/module/mobi.acpm.inspeckage
Source Code
https://github.com/ac-pm/Inspeckage
Screenshots
Tab Screenshot
Reporting bugs
For bug reports and feature requests, please post them in the GitHub Issues page.
Genymotion
I made a small tutorial on how to get it ready for Inspeckage.
https://vimeo.com/156745941
XDA:DevDB Information
Inspeckage, Xposed for all devices (see above for details)
Contributors
acarlosmartins
Source Code: https://github.com/ac-pm/Inspeckage
Xposed Package Name: mobi.acpm.inspeckage
Version Information
Status: Stable
Current Stable Version: 1.4.1
Stable Release Date: 2016-07-19
Created 2016-02-29
Last Updated 2017-05-26
Crash on Marshmallow 6.x Stock LG G4,
Does not work with Adguard.
http://forum.xda-developers.com/android/apps-games/adguard-ad-blocker-doesnt-require-root-t2958895
great working like charm on sgs4 aosp lollipop rom
Nice one. Was looking for something like this for a long time. Will test it 2morrow. Hope the times of catlog are over
Thanks for your work
HorstiG said:
Crash on Marshmallow 6.x Stock LG G4,
Does not work with Adguard.
http://forum.xda-developers.com/android/apps-games/adguard-ad-blocker-doesnt-require-root-t2958895
Click to expand...
Click to collapse
Sorry, but it worked for me.
http://i.imgur.com/hQ3gEGM.png
Look, if the app does not use some libs, the tabs will be blank.
I'm testing with Genimotion android 5.1.0 API 22.
Awesome tool! Thank you!
I see `App is running: false`, and when app started. `The app is running?` Module enable: true | Version: 1.1b
Nexus 6, CM-13.0-20160305-NIGHTLY-shamu
@acarlosmartins: Please remove the "#" in front of the name at xposed repo
defim said:
@acarlosmartins: Please remove the "#" in front of the name at xposed repo
Click to expand...
Click to collapse
Done! Thank you for reminding me.
http://repo.xposed.info/module/mobi.acpm.inspeckage
d34dr00t said:
I see `App is running: false`, and when app started. `The app is running?` Module enable: true | Version: 1.1b
Nexus 6, CM-13.0-20160305-NIGHTLY-shamu
Click to expand...
Click to collapse
I will investigate. Thanks for the feedback!
Seems like a very nice app. Working well on my Lollipop device. Thanks!
Can you explain a bit more about what some of the features do, for example I see the app I launch says debuggable: no, what determines that?
Also The app I launched does make http requests but none showed up in the http tab, also what does the crypto tab show? that is probably the most interesting thing for me as someone interested in reverse engineering, is it possible to see clear text information that it is encrypting?
Hi,
The app doesn't work on Sony Xperia 4.1.2.
Logcat error:
6051 AndroidRuntime E FATAL EXCEPTION: main
6051 AndroidRuntime E java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{mobi.acpm.inspeckage/mobi.acpm.inspeckage.ui.M
ainActivity}: java.lang.ClassNotFoundException: mobi.acpm.inspeckage.ui.MainActivity
6051 AndroidRuntime E at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1987)
6051 AndroidRuntime E at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2088)
6051 AndroidRuntime E at android.app.ActivityThread.access$600(ActivityThread.java:134)
6051 AndroidRuntime E at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1199)
6051 AndroidRuntime E at android.os.Handler.dispatchMessage(Handler.java:99)
6051 AndroidRuntime E at android.os.Looper.loop(Looper.java:137)
6051 AndroidRuntime E at android.app.ActivityThread.main(ActivityThread.java:4744)
6051 AndroidRuntime E at java.lang.reflect.Method.invokeNative(Native Method)
6051 AndroidRuntime E at java.lang.reflect.Method.invoke(Method.java:511)
6051 AndroidRuntime E at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
6051 AndroidRuntime E at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
6051 AndroidRuntime E at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
6051 AndroidRuntime E at dalvik.system.NativeStart.main(Native Method)
6051 AndroidRuntime E Caused by: java.lang.ClassNotFoundException: mobi.acpm.inspeckage.ui.MainActivity
6051 AndroidRuntime E at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
6051 AndroidRuntime E at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
6051 AndroidRuntime E at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
6051 AndroidRuntime E at android.app.Instrumentation.newActivity(Instrumentation.java:1053)
6051 AndroidRuntime E at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1978)
6051 AndroidRuntime E ... 12 more
cybermapt said:
Hi,
6051 AndroidRuntime E FATAL EXCEPTION: main
6051 AndroidRuntime E java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{mobi.acpm.inspeckage/mobi.acpm.inspeckage.ui.M
ainActivity}: java.lang.ClassNotFoundException: mobi.acpm.inspeckage.ui.MainActivity
Click to expand...
Click to collapse
I have this "ClassNotFoundException" also in an app by me, but not published yet. I'm not sure what's the cause, but it could be an Xposed failure. It happens for me also with the "main" activity
Same error/crash with Nexus 7, Android 4.4.4
I tried to install older version. These older versions get on but the module remains disabled and app doesn't work.
Thanks
Inspeckage - Android Package Inspector - new version v1.4
# Inspeckage - CHANGELOG
1.4
---------------
- tabs with badges (counter);
- for "+ Hooks", FLAG_SECURE and proxy options you dont need restart the app;
- enable/disable hooks (tabs);
- support to android 4.x (experimental);
- android:allowBackup in info area;
- app icon in ifo area;
- some bug fixes.
1.3
---------------
- New tab "+ Hooks". Now the user can specify new hook's dynamically.
- collapsible app info area
- some bug fixes
1.2
---------------
New logcat.html page. A experimental page with websocket to show some information from the logcat.
1.1b
---------------
Fix the backpressed crash
Fix intent launch not found
Improvements in the Start Activity option
1.0b
---------------
With Inspeckage, we can get a good amount of information about the application's behavior:
== Information gathering
* Requested Permissions;
* App Permissions;
* Shared Libraries;
* Exported and Non-exported Activities, Content Providers,Broadcast Receivers and Services;
* Check if the app is debuggable or not;
* Version, UID and GIDs;
* etc.
== Hooks (so far)
With the hooks, we can see what the application is doing in real time:
* Shared Preferences (log and file);
* Serialization;
* Crypto;
* Hashes;
* SQLite;
* HTTP (an HTTP proxy tool is still the best alternative);
* File System;
* Miscellaneous (Clipboard, URL.Parse());
* WebView;
* IPC.
== Actions
With Xposed it's possible to perform actions such as start a unexported activity and much else:
* Start any activity (exported and unexported);
* Call any provider (exported and unexported);
* Disable FLAG_SECURE;
* SSL uncheck;
* Start, stop and restart the application.
== Extras
* APK Download;
* View the app's directory tree;
* Download the app's files;
* Download the output generated by hooks in text file format;
* Take a screen capture;
== Configuration
Even though our tool has some hooks to the HTTP libraries, using an external proxy tool is still the best option to analyze the app's traffic. With Inspeckage, you can:
* Add a proxy to the target app;
* Enable and disable proxy;
* Add entries in the arp table.
Hello,
I'm trying to get Inspeckage running on my LG G4 (H815, marshmallow v20e-208-01) .
I've tried with xposed v86 for arm64, then v85 for arm64 without success. I have get Inspeckage running fine (module installed, server started, webgui running) but when I try to start an application (i've tried for exemple FM radio) it fails with the system message "application has stop running"
Where could I be wrong ? Should I install another version of xposed ?
Thank you in advance.
Inspeckage - Android Package Inspector - v1.4.1 released
https://twitter.com/inspeckage
# Inspeckage - CHANGELOG
1.4.1
---------------
- add the option "Bind to address" on "Config" app screen - now you can bind to all interfaces, any specific local IP address, or to just the loopback interface.
Note: if you choose a non-loopback interface, other computers maybe can access the Inspeckage.
- bug fix - the "App is running:" always false
1.4
---------------
- tabs with badges (counter);
- for "+ Hooks", FLAG_SECURE and proxy options you dont need restart the app;
- enable/disable hooks (tabs);
- support to android 4.x (experimental);
- android:allowBackup in info area;
- app icon in info area;
- some bug fixes.
1.3
---------------
- New tab "+ Hooks". Now the user can specify new hook's dynamically.
- collapsible app info area
- some bug fixes
1.2
---------------
New logcat.html page. A experimental page with websocket to show some information from the logcat.
1.1b
---------------
Fix the backpressed crash
Fix intent launch not found
Improvements in the Start Activity option
1.0b
---------------
With Inspeckage, we can get a good amount of information about the application's behavior:
== Information gathering
* Requested Permissions;
* App Permissions;
* Shared Libraries;
* Exported and Non-exported Activities, Content Providers,Broadcast Receivers and Services;
* Check if the app is debuggable or not;
* Version, UID and GIDs;
* etc.
== Hooks (so far)
With the hooks, we can see what the application is doing in real time:
* Shared Preferences (log and file);
* Serialization;
* Crypto;
* Hashes;
* SQLite;
* HTTP (an HTTP proxy tool is still the best alternative);
* File System;
* Miscellaneous (Clipboard, URL.Parse());
* WebView;
* IPC.
== Actions
With Xposed it's possible to perform actions such as start a unexported activity and much else:
* Start any activity (exported and unexported);
* Call any provider (exported and unexported);
* Disable FLAG_SECURE;
* SSL uncheck;
* Start, stop and restart the application.
== Extras
* APK Download;
* View the app's directory tree;
* Download the app's files;
* Download the output generated by hooks in text file format;
* Take a screen capture;
== Configuration
Even though our tool has some hooks to the HTTP libraries, using an external proxy tool is still the best option to analyze the app's traffic. With Inspeckage, you can:
* Add a proxy to the target app;
* Enable and disable proxy;
* Add entries in the arp table.
AlaskanMalamute said:
Hello,
I'm trying to get Inspeckage running on my LG G4 (H815, marshmallow v20e-208-01) .
I've tried with xposed v86 for arm64, then v85 for arm64 without success. I have get Inspeckage running fine (module installed, server started, webgui running) but when I try to start an application (i've tried for exemple FM radio) it fails with the system message "application has stop running"
Where could I be wrong ? Should I install another version of xposed ?
Thank you in advance.
Click to expand...
Click to collapse
Please, try the version 1.4.1.
Thanks
doesnt work on mate7 mashmellow. when trying to inspect apk. lauching it just crash. no webgui
acarlosmartins said:
CHANGELOG
https://github.com/ac-pm/Inspeckage/blob/master/CHANGELOG
Introduction
Inspeckage is a tool developed to offer dynamic analysis of Android applications. With this tool we can better understand what an Android application is doing at runtime.
* https://twitter.com/inspeckage
* https://play.google.com/store/apps/details?id=mobi.acpm.inspeckage
How it works?
It is a simply application (apk) with an internal HTTP server providing a friendly web interface.
Features
Information gathering
Requested Permissions
App Permissions
Shared Libraries
Exported Activities and Non Exported Activities
Exported Content Provider and Non Exported Content Provider
Exported Services and Non Exported Services
Exported Broadcast Receiver and Non Exported Broadcast Receiver
If is Debuggable
Version, UID and GIDs
etc
Hooks (until now)
With the hooks, we can see what the application is doing in real time.
Shared Preferences (log and file)
Serialization
Crypto
Hash
SQLite
HTTP (a http proxy tool it is still the best alternative)
File System
Miscellaneous (Clipboard, URL.Parse())
WebView
IPC
Actions
With the Xposed is possible do some actions like start a not exported activity!
Start any activity (exported and non exported)
Calling any provider (exported and non exported)
Disable FLAG_SECURE
SSL uncheck
Start, close and restart the application
Extras
APK Download
View the app's directory tree
Download the app files
Download the output generated by hooks in text file format
Printscreen
Configuration
Even with some hooks at HTTP libraries, using an external proxy tool it is still the best alternative to analyze the traffic.
Add a proxy to the target app
Enable and disable proxy
Add entries in the arp table
Requirements
Xposed Framework
Download
http://repo.xposed.info/module/mobi.acpm.inspeckage
Source Code
https://github.com/ac-pm/Inspeckage
Screenshots
Tab Screenshot
Reporting bugs
For bug reports and feature requests, please post them in the GitHub Issues page.
Genymotion
I made a small tutorial on how to get it ready for Inspeckage.
https://vimeo.com/156745941
XDA:DevDB Information
Inspeckage, Xposed for all devices (see above for details)
Contributors
acarlosmartins
Source Code: https://github.com/ac-pm/Inspeckage
Xposed Package Name: mobi.acpm.inspeckage
Version Information
Status: Stable
Current Stable Version: 1.4.1
Stable Release Date: 2016-07-19
Created 2016-02-29
Last Updated 2016-07-19
Click to expand...
Click to collapse
First I have heard of this, apparently around a bit.
So ... can this be used to place Google Now pane as widget on someone else's launcher? (Want a Nobel?)
Other Google hacks?
Related
Im trying to use the one click root for the droid 3. Every time I run the program all it says is adb is not recognized as an internal or external command. And when I change adb to .bat I just get a .dll error, even though I have the dll with the software. Im using Windows 7 64 bit edition. This is my first Android phone so I am a noob to them, so please be as specific as possible.
when I click on the dll file, here's what I get: TLOSS error
SING error
DOMAIN error
R6034
An application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information.
R6033
- Attempt to use MSIL code from this assembly during native code initialization
This indicates a bug in your application. It is most likely the result of calling an MSIL-compiled (/clr) function from a native constructor or from DllMain.
R6032
- not enough space for locale information
R6031
- Attempt to initialize the CRT more than once.
This indicates a bug in your application.
R6030
- CRT not initialized
R6028
- unable to initialize heap
R6027
- not enough space for lowio initialization
R6026
- not enough space for stdio initialization
R6025
- pure virtual function call
R6024
- not enough space for _onexit/atexit table
R6019
- unable to open console device
R6018
- unexpected heap error
R6017
- unexpected multithread lock error
R6016
- not enough space for thread data
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
R6009
- not enough space for environment
R6008
- not enough space for arguments
R6002
- floating point support not loaded
Microsoft Visual C++ Runtime Library
<program name unknown> Runtime Error!
Program: Invalid parameter passed to C runtime function.
InitializeCriticalSectionAndSpinCount k e r n e l 3 2 . d l l
Hi all,
I have an elocity A7 Tablet running 2.2 Dexters ElocityA7 Modv1.2, full root access.
I managed to get usb ADB functionality working correctly after forcing the usb mode to client - i can run shell commands etc...
When I first attempted to launch applications from Eclipse I was getting messages stating /sbin/sh : am: not found. I finally managed to get that corrected by editing the am/pm files and creating the correct references with vi.
So now the applications finally install from Eclipse - HOWEVER - they do not launch when I attempt to run or debug. The Apps do get installed correctly, it just appears it Eclipse can't start the activity.
-USB debugging is enabled
Console output when I attempt to run:
==============================================
Code:
[2011-09-25 19:40:58 - test] Android Launch!
2011-09-25 19:40:58 - test] adb is running normally.
[2011-09-25 19:40:58 - test] Performing com.test.TestActivity activity launch
[2011-09-25 19:40:58 - test] Automatic Target Mode: using device '028041454220f4d7'
[2011-09-25 19:40:59 - test] Application already deployed. No need to reinstall.
[2011-09-25 19:40:59 - test] Starting activity com.test.TestActivity on device 028041454220f4d7
At this point nothing further happens - The logcat below just displays the debugger detaches but I don't know exactly why.
LogCat Output when I attempt to run:
==============================================
Code:
09-25 19:40:56.242: DEBUG/AndroidRuntime(12380): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
09-25 19:40:56.242: DEBUG/AndroidRuntime(12380): CheckJNI is OFF
09-25 19:40:56.242: DEBUG/dalvikvm(12380): creating instr width table
09-25 19:40:56.252: DEBUG/dalvikvm(12380): Unable to stat classpath element '/system/framework/com.nvidia.graphics.jar'
09-25 19:40:56.272: DEBUG/AndroidRuntime(12380): --- registering native functions ---
09-25 19:40:56.322: ERROR/BluetoothHidDeviceService.cpp(12380): register_android_server_BluetoothHidDeviceService: Registering HIDD Native Methods
09-25 19:40:56.402: DEBUG/AndroidRuntime(12380): Shutting down VM
09-25 19:40:56.402: DEBUG/dalvikvm(12380): Debugger has detached; object registry had 1 entries
09-25 19:40:56.412: INFO/AndroidRuntime(12380): NOTE: attach of thread 'Binder Thread #3' failed
09-25 19:40:56.592: DEBUG/dalvikvm(1331): GC_EXPLICIT freed 1088 objects / 60016 bytes in 35ms
Grateful if anyone has any ideas or can point me in a direction to determine what the cause may be? I know eclipse is configured correctly as I can launch and debug on my Sony Arc 2.3.3 - I think this might be related to a setting on the A7 system
I've narrowed it down to being a problem with my 'am' command - it's not actually doing anything. Anyone know the proper setup for the am command?
Currently this is what I have:
/sbin/am
--EMPTY-- I think this is the problem. If i delete this file however the am command is not found. Do i need to point this somewhere?
/system/bin/am
# Script to start "am" on the device, which has a very rudimentary
# shell.
#
#!/system/bin/sh
base=/system
export CLASSPATH=$base/framework/am.jar
exec app_process $base/bin com.android.commands.am.Am "[email protected]"
Wow as if - problem solved.
#!/system/bin/sh
Needs to be the FIRST line in the file.
Hello,
I've patched the current version of the Gear Fit Manager (v. 1.117.0306) built on 2015, March 06 and released at the end of March.
Links updated on 2015, April 19. Calls are fixed. I'm investigating on the issue with Lollipop 5.1 .
Test version for 5.1 : https://mega.co.nz/#!bEdXAQhb!i5hxkgyzEI43fBWa6ThfIiPUI2U2V2gdVeXY5AGWHg8 [Test 1 - try to use the 5.1 API]
https://mega.co.nz/#!GFcHUAhI!snmHX91S4PJwJZlPtCTMDUjOv36EKeaaKrS54UX2PtY [Test 2 - try to bypass one section]
This version is based on the last official Samsung version compatible with Lollipop. I patched the apk to be compatible with non Samsung phones. To install this version you need to install the following packages (I advice you to install in that order).
Gear Fit Manager and requirements
This firmware to update with Odin: R350XXU0BOA2
https://mega.co.nz/#!qUskxIDL!wexEZQTZ6t6wk0jO6dv1JDsdT6oCDYBxlegMb-MS6qc
This apk which is the main application: Gear Fit Manager
https://mega.co.nz/#!nI0UyJJD!zYFvTolgxAgL39ydX9ZgHCson5K2TJxMx9_-BKOa--A
This apk which contains required components: Gear Fit Installer (it's actually embedded into the second apk but it has to be installed manually)
https://mega.co.nz/#!mFknlTZB!iIB7DWPQC5ECiPlNcum0JXpcJRuE4XmI7v6Drchgk3Y
Your build.prop must NOT contain "samsung", just keep the default values for your device.
App Connect Applications :
Endomondo 11.0.3:
https://mega.co.nz/#!Kd82hawL!lGt2pJbBCfvO7bQ52fI4VgtOufMHLQVEozqWt7ziY84
To connect via Facebook you need to delete the app from your profile (https://www.facebook.com/help/170585223002660) if you already used it before, else you will have a login loop. The normal login via mail also works.
Endomondo is not able to use the Heart Rate monitor from the watch, this is normal (https://support.endomondo.com/hc/en-us/articles/201784416-SmartWatches#gear).
Calculator 2.0:
https://mega.co.nz/#!jFNDQDoJ!oIqRjQY_4oBrCMbygSB4HZfsAt7K1AWW2gg7KvTx1UA
I'll try to keep this topic up to date with the last version available on :
http://forum.xda-developers.com/showthread.php?t=2789503
I guarantee that the software is 100% safe. I will detail the reverse engineering done to make the new versions of the manager to work properly on non-Samsung devices.
Working :
Bluetooth connection
Clocks
Notifications
Media control
Custom clocks
Heart Rate
Reject Calls
SMS Quick Reply
Find my phone
Partially working :
App Connect (the manager cannot be signed properly so you will always get the "You should install Gear Fit Manager application first" message. This can be fixed but no so easily (the app have to be patched to not check the signature). If you want an app, post the apk here and I will patch this app.
Not working :
Anything related to SHealth / Weather as it requires Touchwiz (Endomondo is a good SHealth alternative)
Updates
19/04/2015 : Added Endomondo and Calculator apps.
19/04/2015 : Crash when receiving calls fixed.
Thanks for baking this. I can live without the weather, but I miss the caller ID notifications.
This isn't working on my 5.1 Nexus 6. I get a force close upon opening it. Firmware is at BOA2 and I installed the smaller file, then the first. Anything I can do to help troubleshoot this? It was a clean install on this phone.
It should work with 5.0.2 (tested with my OnePlus One with OxygenOS). I never tried with 5.1 yet. Could you send me a logcat please ? If it's a force close on launch I think it should be fixable.
koalala said:
Hello,
I've patched the current version of the Gear Fit Manager (v. 1.117.0306) built on 2015, March 06 and released at the end of March.
This version is based on the last official Samsung version compatible with Lollipop. I patched the apk to be compatible with non Samsung phones. To install this version you need to install :
- This firmware with Odin (R350XXU0BOA2) :
https://mega.co.nz/#!WFF2XaAD!slUq8FE4D3cvTCIMrI4THnOPlR2GBttRLRyOgm379r8
- This apk which contains required components : Gear Fit Installer (it's actually embedded into the second apk but it has to be installed manually)
https://mega.co.nz/#!mFknlTZB!iIB7DWPQC5ECiPlNcum0JXpcJRuE4XmI7v6Drchgk3Y
- This apk which is the main application : Gear Fit Manager
https://mega.co.nz/#!WFF2XaAD!slUq8FE4D3cvTCIMrI4THnOPlR2GBttRLRyOgm379r8
Your build.prop must NOT contain "samsung", just keep the default values for your device.
I'll try to keep this topic up to date with the last version available on :
http://forum.xda-developers.com/showthread.php?t=2789503
I guarantee that the software is 100% safe. I will detail the reverse engineering done to make the new versions of the manager to work properly on non-Samsung devices.
Working :
Bluetooth connection
Clocks
Notifications
Media control
Custom clocks
Heart Rate
Reject Calls
Find my phone
Partially working :
App Connect (the manager cannot be signed properly so you will always get the "You should install Gear Fit Manager application first" message. This can be fixed but no so easily (the app have to be patched to not check the signature). If you want an app, post the apk here and I will patch this app.
Not working :
Anything related to SHealth / Weather as it requires Touchwiz
Click to expand...
Click to collapse
So great. I waiting for a long time
Will re-install Lolipop on my 6653 and feedback to you soon.
Again, thanks you
Update: Could you please update the frimware link? My gear fit running R350XXU0BNG2 and CAN NOT pair with my Sony Z3 D6653
Thank you for the remark I didn't see that the hyperlink was broken. It's corrected now, you can download the last firmware.
works
wish endomondo can be work in this version could u plz patch this app?? ... btw thank you for your big help:good::good::good:~ it works on my android 5.0 phone. i flash my gear firm by odin3.0.9.5 in csc bar
Log Cat from Stock 5.1 Nexus 5
koalala said:
It should work with 5.0.2 (tested with my OnePlus One with OxygenOS). I never tried with 5.1 yet. Could you send me a logcat please ? If it's a force close on launch I think it should be fixable.
Click to expand...
Click to collapse
Code:
D/AndroidRuntime(19780): Shutting down VM
E/AndroidRuntime(19780): FATAL EXCEPTION: main
E/AndroidRuntime(19780): Process: com.samsung.android.wms, PID: 19780
E/AndroidRuntime(19780): java.lang.RuntimeException: Unable to create service com.samsung.android.wms.service.WingtipManagerService: java.lang.ClassCastException: int[] cannot be cast to long[]
E/AndroidRuntime(19780): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2771)
E/AndroidRuntime(19780): at android.app.ActivityThread.access$1800(ActivityThread.java:151)
E/AndroidRuntime(19780): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1386)
E/AndroidRuntime(19780): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(19780): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(19780): at android.app.ActivityThread.main(ActivityThread.java:5254)
E/AndroidRuntime(19780): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(19780): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(19780): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
E/AndroidRuntime(19780): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
E/AndroidRuntime(19780): Caused by: java.lang.ClassCastException: int[] cannot be cast to long[]
E/AndroidRuntime(19780): at com.samsung.android.wms.service.notification.CallAdapterForLollipop.registerPhoneStateListener(CallAdapterForLollipop.java:150)
E/AndroidRuntime(19780): at com.samsung.android.wms.service.notification.CallAdapterForLollipop.onCreate(CallAdapterForLollipop.java:110)
E/AndroidRuntime(19780): at com.samsung.android.wms.service.WingtipManagerService.initAdapters(WingtipManagerService.java:1641)
E/AndroidRuntime(19780): at com.samsung.android.wms.service.WingtipManagerService.onCreate(WingtipManagerService.java:1275)
E/AndroidRuntime(19780): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2761)
E/AndroidRuntime(19780): ... 9 more
W/ActivityManager( 738): Force finishing activity 1 com.samsung.android.wms/.app.base.ContentsActivity
I/WindowManager( 738): Screenshot max retries 4 of Token{26383230 ActivityRecord{b658373 u0 com.samsung.android.wms/.app.base.ContentsActivity t689 f}} appWin=Window{2394e09a u0 com.samsung.android.wms/com.samsung.android.wms.app.base.ContentsActivity} drawState=1
I/OpenGLRenderer( 738): Initialized EGL, version 1.4
W/ActivityManager( 738): Activity pause timeout for ActivityRecord{b658373 u0 com.samsung.android.wms/.app.base.ContentsActivity t689 f}
W/LocationOracleImpl(17839): Best location was null
W/ResourceType( 1111): No package identifier when getting value for resource number 0x00000000
W/PackageManager( 1111): Failure retrieving resources for com.samsung.android.wms: Resource ID #0x0
D/TaskPersister( 738): removeObsoleteFile: deleting file=687_task_thumbnail.png
D/PhoneStatusBar( 1111): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
D/NuPlayerDriver( 188): stop(0xb590d8e0)
W/MessageQueue( 1111): Handler (android.media.MediaPlayer$EventHandler) {36f23de2} sending message to a Handler on a dead thread
W/MessageQueue( 1111): java.lang.IllegalStateException: Handler (android.media.MediaPlayer$EventHandler) {36f23de2} sending message to a Handler on a dead thread
W/MessageQueue( 1111): at android.os.MessageQueue.enqueueMessage(MessageQueue.java:325)
W/MessageQueue( 1111): at android.os.Handler.enqueueMessage(Handler.java:631)
W/MessageQueue( 1111): at android.os.Handler.sendMessageAtTime(Handler.java:600)
W/MessageQueue( 1111): at android.os.Handler.sendMessageDelayed(Handler.java:570)
W/MessageQueue( 1111): at android.os.Handler.sendMessage(Handler.java:507)
W/MessageQueue( 1111): at android.media.MediaPlayer.postEventFromNative(MediaPlayer.java:2670)
D/NuPlayerDriver( 188): reset(0xb590d8e0)
D/NuPlayerDriver( 188): notifyResetComplete(0xb590d8e0)
I/ActivityManager( 738): Process com.google.android.apps.docs (pid 17663) has died
D/PhoneStatusBar( 1111): disable: < expand icons* alerts system_info* back home recent clock search >
koalala said:
Hello,
I've patched the current version of the Gear Fit Manager (v. 1.117.0306) built on 2015, March 06 and released at the end of March.
Click to expand...
Click to collapse
Thank you very much. It works on my Nexus 4 with 5.0.1 stock.
I think my logcat is saying the same thing as the previous one.
[Nexus 6 w/ 5.1 ROM]
Code:
[ 04-10 18:34:15.309 4238: 4238 E/AndroidRuntime ]
FATAL EXCEPTION: main
Process: com.samsung.android.wms, PID: 4238
java.lang.RuntimeException: Unable to create service com.samsung.android.wms.service.WingtipManagerService: java.lang.ClassCastException: int[] cannot be cast to long[]
at android.app.ActivityThread.handleCreateService(ActivityThread.java:2771)
at android.app.ActivityThread.access$1800(ActivityThread.java:151)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1386)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5254)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
Caused by: java.lang.ClassCastException: int[] cannot be cast to long[]
at com.samsung.android.wms.service.notification.CallAdapterForLollipop.registerPhoneStateListener(CallAdapterForLollipop.java:150)
at com.samsung.android.wms.service.notification.CallAdapterForLollipop.onCreate(CallAdapterForLollipop.java:110)
at com.samsung.android.wms.service.WingtipManagerService.initAdapters(WingtipManagerService.java:1641)
at com.samsung.android.wms.service.WingtipManagerService.onCreate(WingtipManagerService.java:1275)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:2761)
... 9 more
Working on Xperia Z2 android 4.4.2 stock/rooted
This is my first attempt to make the gear fit work on a non-samsung device and it's working as informed. Was hoping to get endomondo working thru appconnect, so I'm also looking forward for that patch. Congratulations koalala on this accomplishment and keep up the good work!
This seems to be working on my Nexus 5. Thanks a bunch!
bugs found
Incoming call notify doesn't work. Gear fit will disconnect when there is incoming call and so as the gear for manager
Hi man! You have my all attention
I have Lenovo A806 with Mediatek and Android 4.4.2. It's not possible to connect. Pairing is ok. Logcat is included and I will help you as much as I can, so don't hesitate contact me.
Logcat from line 2381 I think.
Thank you very much!!
Hi, I´m trying to use the app "gear fit share", but i don´t know how i can signed (it show "the manager is not signed" message).
How can i do it?
Is there any tutorial for this?
Thanks!!!
Search tutorial in thread "gear fit manager on non Samsung devices" on xda
Sent from my nexus 4 using XDA Free mobile app
1.117.030622
I have stock rooted Sprint phone and got the 1.117.030622 update and it won't connect anymore. I tried resetting everything still no luck.
hi
followed instructions and the firmware B02 by odin
installed apks, paired with my phone, but it stays on "connect to the device" when in the app, it cant go to the gear
any idea?
logcat joined if any help?
Incoming call notify doesn't work,nexus 4 aicp 5.0.2
hi, i want to use the app "gear fit launcher" to launch tasker shortcuts.
It was hard to find the apk because it isn't available at the playstore anymore.
sadly if i try to activate the app it says "manager not signed"
is there any way to get around this?
if you need the apk, i can upload it for you
adrian_cwchow said:
Incoming call notify doesn't work. Gear fit will disconnect when there is incoming call and so as the gear for manager
Click to expand...
Click to collapse
I have the same problem with my sony xperia z3 compact with 5.0.2
COSP
{
"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"
}
Code:
**** Disclaimer: I'm not responsible if you destroy your device. Use at your own risk!!! ****
Welcome to COSP, your new future Android Operating System.
Our goal is to have an Pixel-like android ROM that isn't spying on you and uses as few system space as possible. Also, we provide the option to go completely without GApps using MicroG support.
Why us?
We are focusing on stability and performance, having an debloated ROM is essential for that. Also, we want Users to decide what kind of Store they want to use, either F-Droid or the Play Store.
Also, we take User requests serious. To suggest something, contact us on telegram.
Features:
1) All systemUI tuning elements
2) An handy Network indicator
3) Charging Information
4) Lawnchair and Quickstep as default
5) Quick Settings mods
6) Signature spoofing
7) OP gestures
8) Navbar tuner
9) Rootless Substratum (with fixes to theme system correctly)
10) Screenshot/screenrecord tile
11) Advanced power menu
12) Double tap to sleep on statusbar
13) Option to disable quick settings/power menu on secure lockscreen
OTA Updating for official devices enables Users to get the newest version with ease.
DOWNLOADS:
COSP-190207-OFFICIAL-harpia.zip
MD5SUM: 5b906e96dd6de389838f86954894f0c3
Sources:
ROM Source: https://github.com/cosp-project/
Kernel Source code: https://github.com/Harpia-development/kernel_motorola_msm8916 (on branch pie_upstream_cust)
Device tree: harpia (on branch cosp_9) and common (on branch 9), using the following manifest.
facuarmo said:
COSP
Code:
**** Disclaimer: I'm not responsible if you destroy your device. Use at your own risk!!! ****
Welcome to COSP, your new future Android Operating System.
Our goal is to have an Pixel-like android ROM that isn't spying on you and uses as few system space as possible. Also, we provide the option to go completely without GApps using MicroG support.
Why us?
We are focusing on stability and performance, having an debloated ROM is essential for that. Also, we want Users to decide what kind of Store they want to use, either F-Droid or the Play Store.
Also, we take User requests serious. To suggest something, contact us on telegram.
Features:
1) All systemUI tuning elements
2) An handy Network indicator
3) Charging Information
4) Lawnchair and Quickstep as default
5) Quick Settings mods
6) Signature spoofing
7) OP gestures
8) Navbar tuner
9) Rootless Substratum (with fixes to theme system correctly)
10) Screenshot/screenrecord tile
11) Advanced power menu
12) Double tap to sleep on statusbar
13) Option to disable quick settings/power menu on secure lockscreen
OTA Updating for official devices enables Users to get the newest version with ease.
DOWNLOADS:
COSP-190207-OFFICIAL-harpia.zip
MD5SUM: 5b906e96dd6de389838f86954894f0c3
Sources:
ROM Source: https://github.com/cosp-project/
Kernel Source code: https://github.com/Harpia-development/kernel_motorola_msm8916 (on branch pie_upstream_cust)
Device tree: harpia (on branch cosp_9) and common (on branch 9), using the following manifest.
Click to expand...
Click to collapse
What Is working? Bugs?
Volte Is working?
Liked your work.
Nice rom.
I flashed magisk zip file several times still it's not showing in the app list
Moto_g4_play said:
Liked your work.
Nice rom.
I flashed magisk zip file several times still it's not showing in the app list
Click to expand...
Click to collapse
Install it once, reboot to system and after booting to system reboot again, it should appear.
Sent from my Redmi Note 5 using Tapatalk
Sakul1994 said:
What Is working? Bugs?
Volte Is working?
Click to expand...
Click to collapse
Everything is working. VoLTE isn't supported yet for this device on none of the ROMs because of source changes introduced in Pie that broke it. Some devs are working on it, while I can't, just because of the fact that my carrier hasn't implemented it yet.
Moto_g4_play said:
Liked your work.
Nice rom.
I flashed magisk zip file several times still it's not showing in the app list
Click to expand...
Click to collapse
I'm glad you like this ROM, although you might want to thank @edi194 a bit more about this since he's the owner of the project lol. I'm just a maintainer.
About rooting, that's a bug in Magisk. Simply unpack the Magisk zip and manually install magisk.apk from the common folder.
Moto_g4_play said:
Liked your work.
Nice rom.
I flashed magisk zip file several times still it's not showing in the app list
Click to expand...
Click to collapse
Install apk for that coz sometimes it shows bt if not try to install apk n download it from google
Thank you EDI194 and facuarmo for this ROM development and maintenance, thanks look.akash18 for the help.
Hi, after following the standard procedure to install this rom (wipe cache, system, dalvik, data), I found that the initial setup is broken if no gapps are installed, the Pixel setup crashes as soon as I hit Continue, I re-downloaded the rome to check if maybe my download was corrupt, had no luck, also checked with md5sum and the file was fine
Re-installing the rom and installing gapps before the first boot allows me to complete the initial setup
---------- Post added at 03:17 PM ---------- Previous post was at 03:00 PM ----------
Hi, I have encountered another *minor* bug, enabling triple tap zoom on accessibility settings disables any kind of input on the device, the power button still works, although the only thing that can be done is forcing the device to restart long-pressing the power button
I can confirm the device does not completely hangs, as animations going on in the screen are still displaying, and plugging an external mouse thru OTG moves the cursor (but clicking and pressing keys don't do anything)
steps to reproduce:
-Install rom with nano gapps package (from OpenGapps)
-finish initial setup
-enable triple tap zoom
-enjoy (??)
EDIT: I should clarify that only *enabling* triple tap zoom hangs the phone, after forcing the device to reboot, it works normally (and even triple tap zoom works)
---------- Post added at 04:13 PM ---------- Previous post was at 03:17 PM ----------
2ND UPDATE:
Well, seems like everything hangs, the rom is actually pretty cool and "smooth", but I've reinstalled it 3 times, only on the last try I was able to finish the initial setup, then it was all downhill, launching certain settings for the first time hang the phone for about 1 minute (example: opening mobile data settings, app permissions), trying to uninstall an app didn't work, and trying to force the uninstall thru adb froze the phone completely, although after a (forced) reboot, uninstalling apps seems to work correctly, it seems that doing *anything* for the first time hangs the phone, after trying to do something for the first time and rebooting (or letting the phone un-freeze itself, although that could take some serious time)
I'm (almost) pretty sure that this is not a problem with just my device/phone, as everything worked perfectly on past roms.
However, I'll continue to use this rom to see if it stops hanging, after the last forced reboot (after trying to uninstall an app), everything seems to be working perfectly
AngeelGod said:
Hi, after following the standard procedure to install this rom (wipe cache, system, dalvik, data), I found that the initial setup is broken if no gapps are installed, the Pixel setup crashes as soon as I hit Continue
Click to expand...
Click to collapse
That's something really strange, because rom doesn't have any "SetupWizard" or "Initial setup" included, if gapps not installed then you just boot up to home screen
Sent from my Redmi Note 5 using Tapatalk
It's awesome that my device can now run Android 9!
What works
Camera, including video recording
Phone calls
Mobile data (LTE), after adding my carrier's APN
SafetyNet passes out of the box
Bugs/issues I've faced (device-specific)
Updater crashes with
Code:
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.updates.models.Update.getDownload()' on a null object reference
at com.updates.fragments.OTAFragment$2.onResponse(OTAFragment.java:105)
at retrofit2.ExecutorCallAdapterFactory$ExecutorCallbackCall$1$1.run(ExecutorCallAdapterFactory.java:71)
Google's Sounds app crashes so I can't change ringtone or message tone (If you install Gapps don't install this!). It seems to be a graphics issue:
Relevant (think so) logcat output:
Code:
03-04 18:26:40.466 5081 5105 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
03-04 17:57:45.158 31215 32483 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8916.so from current namespace instead of sphal namespace.
03-04 18:26:40.486 5081 5114 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
03-04 18:26:40.492 5081 5114 I chatty : uid=10080(com.google.android.soundpicker) GLThread 1090 identical 44 lines
03-04 18:26:40.492 5081 5114 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
03-04 18:26:40.492 5081 5114 W GL2JNIView: creating OpenGL ES 2.0 context
03-04 18:26:40.492 5081 5114 E GL2JNIView: Before eglCreateContext 2: EGL error: 0x3004
03-04 18:26:40.501 5081 5114 W GL2JNIView: Returning a GLES 2 context
03-04 18:26:40.502 5081 5114 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
03-04 18:26:40.505 5081 5114 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8916.so from current namespace instead of sphal namespace.
03-04 18:26:40.517 5081 5114 I GL2 : all initialized 2
03-04 18:26:40.518 5081 5114 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
03-04 18:26:40.518 5081 5114 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
03-04 18:26:40.534 5081 5114 E Adreno-SC: <CPPErrorToInfoLog:852>: GLSL line 1: Error: #version number unsupported
03-04 18:26:40.538 5081 5114 E Adreno-SC: <CPPErrorToInfoLog:852>: GLSL line 1: Error: #version is followed by spurious tokens
03-04 18:26:40.542 5081 5114 E Adreno-SC: <CPPErrorToInfoLog:852>: GLSL line 1: Error: #version number unsupported
03-04 18:26:40.542 5081 5114 E Adreno-SC: <CPPErrorToInfoLog:852>: GLSL line 1: Error: #version is followed by spurious tokens
03-04 18:26:40.560 5081 5114 E AndroidRuntime: FATAL EXCEPTION: GLThread 1090
03-04 17:57:45.231 31215 32483 E AndroidRuntime: Process: com.google.android.soundpicker, PID: 31215
03-04 17:57:45.231 31215 32483 E AndroidRuntime: java.lang.RuntimeException: Vertex shader
03-04 17:57:45.231 31215 32483 E AndroidRuntime: OpenGL ES #version <number> is not supported.
03-04 17:57:45.231 31215 32483 E AndroidRuntime: ERROR: 0:1: '' : GLSL compile error: #version number unsupported
03-04 17:57:45.231 31215 32483 E AndroidRuntime: ERROR: 0:1: '' : GLSL compile error: #version is followed by spurious tokens
03-04 17:57:45.231 31215 32483 E AndroidRuntime: ERROR: 0:3: 'in' : Syntax error: syntax error
03-04 17:57:45.231 31215 32483 E AndroidRuntime: ERROR: 3 compilation errors. No code generated.
// ...
03-04 17:57:45.231 31215 32483 E AndroidRuntime: at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1555)
03-04 17:57:45.231 31215 32483 E AndroidRuntime: at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270)
Sometimes my screen turns black (I'll update this when I'm able to reproduce it again when logging)
More bugs and feature requests (ROM-specific)
Icons on the notification shade are gray, they have no colors
There's no option to make the phone rotate too when it's upside down (this is included in LineageOS, not sure if the Pie one includes it)
There are no shortcuts in the lock screen to access Phone and Camera (this could be a device or Gapps bug)
Volume buttons adjust media volume all the time (Pie issue, an option to change this would be nice)
Updated ROM DL Link
Well I tried to post the updated ROM link since the first one is no longer active, but I'm a FNG, so...
Also, flashed most recent version along with 9.0 micro GAPPS. Phone kept restarting getting a little further each time. Now she's stuck on loading.
And now we're bootlooping again. Did the same with Pixel Experience 9.0. Seems I can only get Oreo to run.
Cookster128 said:
Well I tried to post the updated ROM link since the first one is no longer active, but I'm a FNG, so...
Also, flashed most recent version along with 9.0 micro GAPPS. Phone kept restarting getting a little further each time. Now she's stuck on loading.
And now we're bootlooping again. Did the same with Pixel Experience 9.0. Seems I can only get Oreo to run.
Click to expand...
Click to collapse
Same problem here
xMotoDA said:
[*] Sometimes my screen turns black (I'll update this when I'm able to reproduce it again when logging)
Click to expand...
Click to collapse
I've ran logcat just after the freeze with black screen (pressing Power doesn't turn on the screen):
https://ghostbin.com/paste/3etfc
https://ghostbin.com/paste/h6k3x
Another bug in this ROM is that every 2-4 boots Wi-Fi and mobile data don't work, and the phone gets stuck showing "Android is starting" after unlocking.
Any update on volte ?
Linus2 said:
Any update on volte ?
Click to expand...
Click to collapse
Apparently, the developer hasn't posted in a while
Still, can't you make calls without VoLTE (either using regular calls or your carrier's app)?
xMotoDA said:
Apparently, the developer hasn't posted in a while
Still, can't you make calls without VoLTE (either using regular calls or your carrier's app)?
Click to expand...
Click to collapse
NO unfortunately our carrier dosenot support calls without VoLTES CALLS are muted .
New update for harpia pushed
https://mirror.codebucket.de/cosp/harpia/COSP-190406-OFFICIAL-harpia.zip
https://mirror.codebucket.de/cosp/harpia/Changelog.txt
Hi! Obs.: I'm new in the forum, só, if i err something obvious, please, say it ,-,...
I've tested the ROM published and i loved how it's fast in boot. The problem related with boot and wifi looks not appearing more. This ROM was some personals and best performance. The camera isn't work. I rebooted 3 times and nothing. That's the unique error that i found.
I've switched so many ROM's, searching to find a ROM like these features.
The ROM is so much fluid and faster.
Good work!
w.rony said:
Hi! Obs.: I'm new in the forum, só, if i err something obvious, please, say it ,-,...
I've tested the ROM published and i loved how it's fast in boot. The problem related with boot and wifi looks not appearing more. This ROM was some personals and best performance. The camera isn't work. I rebooted 3 times and nothing. That's the unique error that i found.
I've switched so many ROM's, searching to find a ROM like these features.
The ROM is so much fluid and faster.
Good work!
Click to expand...
Click to collapse
Hi! I'm glad you liked the ROM, and yeah, the camera issues are really frequent on this device. I can't promise anything but I'll be taking a look at what's wrong and try to fix it by the late night of today (UTC -03:00).
For me, it worked, then it wasn't working, rebooted, working again.
{
"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"
}
HTML:
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
* Same statement for XDA.
Android Open Source illusion Project
About us:
AOSIP is a quality custom rom based purely on GOOGLE AOSP source since 6.0 release. Twisted with the latest features and blended with stability. We strive for perfection and it shows.
Team Illusion:
Josh Fox (xlxfoxxlx)
Akhil Narang
Sri Harsha (@srisurya95)
Shreesha Murthy
Brett Montague
Source code:
AOSiP Github
Kernel
Not working:
VNC client is not working
WearOS is not pairing
investigating...
Known Issues:
blue tooth connection is unstable
Bluetooth calling
Camera within whatsapp
Latest Downloads:
Pie:Folder
Ten:Folder
Open GApps
Credit/Thanks:
Mike Williams(founder and creator of AOSiP)
Google
Dirty Unicorns
AICP
ABC Rom
Screwd
Omni
Krexus
Cyanogenmod
SlimRoms
ChainFire (SuperSU)
Beanstown106
Cory Collins
Sultanxda
flar2
franciscofranco
amaces
razorloves
EnesSastim
Clamor
---------
Any others i may have forgotten(sorry, pls pm me)
All our testers
XDA:DevDB Information
Unofficial AOSiP Ten Beta, ROM for the Google Nexus 5
Contributors
voidz777
ROM OS Version: Android 10
ROM Kernel: Linux 3.4.x
Version Information
Status: Testing
Created 2019-04-29
Last Updated 2020-04-12
Reserved
Change log
====================
08-08-2019
====================
====================
08-07-2019
====================
* art/
dabb519 Merge tag 'android-9.0.0_r46' into pie
* build/make/
a982315 Merge tag 'android-9.0.0_r46' into pie
* frameworks/av/
b513d5f Merge tag 'android-9.0.0_r46' into pie
* frameworks/base/
39e70c5 Automatic translation import
131f85b Fix NPE when creates wifi tracker
eebb504 Merge tag 'android-9.0.0_r46' into pie
* frameworks/native/
2f4565a Merge tag 'android-9.0.0_r46' into pie
* manifest/
7954bb5 manifest: track vendor/qcom-opensource/audio locally
50b7c28 Merge tag 'android-9.0.0_r46' into default
ee59eca Manifest for Android 9.0.0 Release 46 (PQ3A.190801.002)
* packages/apps/Bluetooth/
aaba1ff Merge tag 'android-9.0.0_r46' into pie
* packages/apps/DeskClock/
9981fa1 Automatic translation import
* packages/apps/Dialer/
4e614fe Automatic translation import
* packages/apps/Launcher3/
45f405e Automatic translation import
* packages/apps/Messaging/
f74f09d Automatic translation import
* packages/apps/Nfc/
ad72eb4 Merge tag 'android-9.0.0_r46' into pie
* packages/apps/OwlsNest/
46d3416 Automatic translation import
* packages/apps/Settings/
6a8d1e5 Automatic translation import
882319c AppNotificationSettings: fix build after r46 merge
6fdf066 Merge tag 'android-9.0.0_r46' into pie
* packages/apps/SmartNavSettings/
33d730f Automatic translation import
* packages/services/Telecomm/
e3a51bc Merge tag 'android-9.0.0_r46' into pie
* system/bt/
e2b828b Fix crash when more than 2 PHYs specified for connection
25d9e6b Merge tag 'android-9.0.0_r46' into pie
* system/libhidl/
ac4a519 Merge tag 'android-9.0.0_r46' into pie
* vendor/qcom/opensource/audio/
83ed13b AudioPolicyManager: fix build after r46 merge
====================
08-06-2019
====================
* frameworks/base/
bcdb3f8 CamcorderProfile: Add 1440p camcorder profile
d9238dd GlobalActionsDialog: Fix emergency icon on dark theme
* vendor/aosip/
7613253 vendor: Farewell BlueCross
====================
08-05-2019
====================
* frameworks/base/
11e983c SystemUI: tuner: add switch to hide disabled SIM or not
9577e8e base: SystemUI: set default SIM provisioned to true
a48a167 uce: Updating UCE API to accept ICC-ID.
797805f Telephony: NPE observed in Settings when click on Search settings
01fc499 Fix property setting with failure
58929e1 frameworks/base: Add HDMI hotplug handling
d093767 Wallpaper is half black after rotating quickly
765a46c Check if EIMS when confirming network
3ad432f null check before accessing getCurrentScore()
d243a71 net: modify connecitvity rematch logic to support MSIM devices
cd3f2dd Add ICCID into CarrierIdentifier
282df6e BT: Send info if call is CS type from telecomm service to BT apps.
2b5ba0e Emergency SMS carrier config flag
580e62a IMS-VT: Add config to control holding a video call
3874a8c SMS: Parsing of CDMA MMS notification carried by SMS
f152e95 Telephony: Get SIM card capacity count of SMS
91047b1 IMS: Conference URI support.
942a2ed1 IMS: Add CALL_TYPE for audio and video inactive
a2ffa13 Pass correct parameters to API sendMultipartTextMessage
341b62b Fix Possible Deadlock with getFeatureState
232ff4b IMS: Initialize provisioning status to unknown.
4d80ac6 FR49835: ImsMultiEndPoint - Sip Notify Change
e524985 FR49835: ImsMultiEndPoint - Sip Notify Change
b58d876 IMS: Support Robocall Feature For MT VOLTE Calls
8f624d6 IMS: Propagate call session property changed message
4f5e2f5 IMS: Support for Implicit Call Rejection
a6813a9 IMS: Adding support for TIR/TIP permanent provisioning
934f75a Use proper coded alphabet when a contact is written into EF_ADN of USIM.
a2c7c31 Avoid WiFi to Cellular silent redial when roaming
2b05497 Telephony: Add DisconnectCause values for clear code
8fbdb9b IMS: Add UT interface to query CF setting for service class.
91cd0f8 IMS: Add flag to control reset UT capability
dacdb7a Add config to disable CDMA call forward/waiting
473a11a SEEMP: framework instrumentation and AppProtect features
* hardware/qcom/fm/
2cf84a8 Automatic translation import
* manifest/
ced5fc7 manifest: track fw/opt/net/ims and PhoneCommon
* packages/apps/FMRadio/
b3c56e7 Automatic translation import
* packages/apps/Updater/
7711ad0 Updater: Make upgrade-url device specific
0c6c27d Updater: Allow to suspend A/B updates
8500fbe Updater: Assume older Android version to be incompatible
20138ef Updater: Implement auto update check interval preference
* packages/resources/devicesettings/
6f0205a Automatic translation import
====================
08-04-2019
====================
* frameworks/base/
50aebf9 core: Add utils from DeviceSettings to base
* packages/apps/Settings/
21c72fc Settings: Add FINE_LOCATION for Bluetooth scans
273c635 Settings: Add drawable for Private DNS
5f2fea9 Settings: Add AGPS setting menu.
fc535da PrivacyGuard: Add missing permission icons
====================
08-03-2019
====================
* kernel/huawei/angler/
fb80614 Revert "added hima hotplug driver from sphinx kernel"
====================
08-02-2019
====================
* device/huawei/angler/
dd433c4 angler: camera: depend on generated_kernel_headers
79c94b5 angler: move power and lights to vendor
eaabb5b angler: use OSS libtinyxml
10874c9 Revert "add SecureElement nxpese"
3740603 camera: resolve format and implict fallthrough issues with clang
533e343 angler: Use mke2fs to create ext4 images
* frameworks/base/
6ea68c0 Fix sim pin on DSDS
b344d68 Dismiss SIM lock page after correct SIM
1bda9f5 When data switches during voice call, make sure signal bar updates it.
* manifest/
476b525 manifest: lineage: Re-enable SDM845 CAF HALs
* vendor/huawei/
58b299f angler: remove prebuilt libtinyxml
aa95dc4 angler: vendor: reorganize into system and vendor blobs
* vendor/motorola/
37b6321 victara: Build rild again
====================
08-01-2019
====================
* hardware/qcom/audio-caf/msm8960/
b49d4dc hal: Add support for voice calls on Fusion3 platforms
d50691c audio-hw: Restrict voice_start_usecase only for 1 call at a time
b89a37d hal: Fix no audio during voice call with voip in background
ab35348 hal: fix no sound issue in voice call
* packages/apps/CustomDoze/
018ccd8 CustomDoze: Add support for custom Tilt and Proximity sensors
====================
07-31-2019
====================
====================
07-30-2019
====================
* frameworks/opt/net/ims/
1bbfa60 Merge tag 'LA.UM.7.3.r1-07900-sdm845.0' of https://source.codeaurora.org/quic/la/platform/frameworks/opt/net/ims into HEAD
* frameworks/opt/telephony/
bf8bc2b TelephonyExtUtils: Handle extphone binder death
d068ecb TelephonyExtUtils: Set timeout for (de)activating provision
403e8de LocaleTracker: Add null check before accessing WifiManager
8989b0c Introduce TelephonyExtUtils
2378515 [OP5] add for community - community is not pleased
9d84f2c Merge tag 'LA.UM.7.3.r1-07400-sdm845.0' of https://source.codeaurora.org/quic/la/platform/frameworks/opt/telephony into HEAD
* manifest/
a63170a manifest: track display-headers
* packages/apps/PhoneCommon/
0a12c55 Merge tag 'LA.UM.7.3.r1-07900-sdm845.0' of https://source.codeaurora.org/quic/la/platform/packages/apps/PhoneCommon into HEAD
* packages/services/Telecomm/
43c3aae Telecom: Break qti-telephony-framework dependencyi II
61e0a62 Merge tag 'LA.UM.7.3.r1-07900-sdm845.0' of https://source.codeaurora.org/quic/la/platform/packages/services/Telecomm into HEAD
* packages/services/Telephony/
534c250 Change action bar icon and text color from white to grey
5c8cedd Change UI styles to match dialer settings light M2 theme
a70518a Fix resource warnings.
76e6230 Telephony: Support muting by RIL command
275c036 Vectorize sip icon
560cf9a Telephony: Implement alternative method for manual network select
9e775da ToggleLte: fix WCDMA only
b4a55e5 ToggleLte: multisim compatibility
14385ea Restore previous network value after toggleLTE
b3c0745 Implement toggleLte Using logic based on Ryan Hope's commits
1e42ee0 Fix an issue wrong network operator name is displayed on MSIM devices
e3fa89b Add missing null check on start of SipIncomingCallReceiver received.
99dc055 Fix the drawable resource can't be loaded from RRO package
b1e31c1 Fix carrier config option not hidden on a CDMA phone
b0578a3 Don't start SIP service before decrypted
f7c902a Telephony: remove developer mode dep for showing euicc pref
e883b00 Revert "Telephony: unify calling account display and selection"
32008bb Telephony: start AOSP sim settings instead of qti
62552aa Telephony: unify calling account display and selection
fa14b37 Telephony: Break qti-telephony-framework dependency
abcc650 TeleService: well well well - if you want to remove a pref you should set the key
976f8ec Telephony: add permission to change wifi hot spot settings
29daa50 Telephony: add some more org.codeaurora.* to protected broadcasts
6736f99 Telephony: add some org.codeaurora.* to protected broadcasts
d4e2ab5 Merge tag 'LA.UM.7.3.r1-07900-sdm845.0' of https://source.codeaurora.org/quic/la/platform/packages/services/Telephony into HEAD
Reserved
Reserve
Thanks you for this New rom , instaled this morning and work fine .
some screenchots ...........
I'm loving this ROM, works just fine and I didn't have to resize my partition.
it's really good rom, thank you so much
I'd like to try it. are there any problems with sending videos and photos with whatsapp?
are there any special customizations? (speed on status bar, navigation bar, ecc...)
Thnaks!!
Notifications are not working, except if the app is opened in the foreground.
Also, the camera cannot be started from Whatsapp.
Also, could not install Magisk app - said that the format was not recognized.
Data traffic doesnt work with me
First off, thank you for your efforts to keep the N5 going.
I know this is a tricky question, but I was wondering if encryption is presently possible, if it's something that can possibly come along with future releases, or if it'll never come to pass.
M.
First of all: THANK you very much for this awesomeness!!
cavedano8 said:
I'd like to try it. are there any problems with sending videos and photos with whatsapp?
are there any special customizations? (speed on status bar, navigation bar, ecc...)
Thnaks!!
Click to expand...
Click to collapse
This ROM is full of customizations. There is a whole customization category in the settings available.
No need for all that add-on stuff I needed b4 (Xposed, GravityBox, Substratum).
Everything is editable within this rom...
eusebium said:
Notifications are not working, except if the app is opened in the foreground.
Also, the camera cannot be started from Whatsapp.
Also, could not install Magisk app - said that the format was not recognized.
Click to expand...
Click to collapse
The only problem i can reproduce is "the camera cannot be started from whatsapp". Everything else is working on my side.
For magisk, just flash the latest stable... (I never downloaded the app from store)
thang_legend said:
Data traffic doesnt work with me
Click to expand...
Click to collapse
No problem at all here. Even tried data roaming today and its working perfectly...
My current setup:
Primary rom within multiboot setup. (via efidroid)
1.5GB resized system partition
opengapps-nano
Magisk 19.1 stable (modules: V4A, YT and systemless hosts)
Report:
Buttersmooth. Best PIE rom I'v tetsted.
Issues:
BT audio call
Camera within whatsapp.
Did anyone have enough time and tested all combinations of bluetooth-settings inside the developer-options?
Maybe a proper combination would enable us to use bt-call?
Cheers
Blade
BIade said:
First of all: THANK you very much for this awesomeness!!
This ROM is full of customizations. There is a whole customization category in the settings available.
No need for all that add-on stuff I needed b4 (Xposed, GravityBox, Substratum).
Everything is editable within this rom...
The only problem i can reproduce is "the camera cannot be started from whatsapp". Everything else is working on my side.
For magisk, just flash the latest stable... (I never downloaded the app from store)
No problem at all here. Even tried data roaming today and its working perfectly...
My current setup:
Primary rom within multiboot setup. (via efidroid)
1.5GB resized system partition
opengapps-nano
Magisk 19.1 stable (modules: V4A, YT and systemless hosts)
Report:
Buttersmooth. Best PIE rom I'v tetsted.
Issues:
BT audio call
Camera within whatsapp.
Did anyone have enough time and tested all combinations of bluetooth-settings inside the developer-options?
Maybe a proper combination would enable us to use bt-call?
Cheers
Blade
Click to expand...
Click to collapse
How is battery life buddy ?
BIade said:
The only problem i can reproduce is "the camera cannot be started from whatsapp". Everything else is working on my side.
For magisk, just flash the latest stable... (I never downloaded the app from store)
Click to expand...
Click to collapse
Hey Blade,
In my case I was not able to install GApps (I used open gapps pico) since I only have 1GB of System and resizing is quite dangerous (I am not a big fan of having the possibilty of destroying my phone ) - I would do if I had a clean step by step instructions for 16GB (I know that there are (math) differences between 16GB and 32 GB) on windows (I saw some posts on xda but they were using linux https://forum.xda-developers.com/go...ment/repartition-nexus-5-repartition-t3844395 => are they usable using Cygwin?).
To reproduce the notifications issue - start whatsapp, see a message arriving, close all open aplications, block the phone (press power button), leave it 5-10 minutes around, send a whatsapp message from another phone.
PS:The data works for me too (Romania Vodafone).
eusebium said:
Hey Blade,
In my case I was not able to install GApps (I used open gapps pico) since I only have 1GB of System and resizing is quite dangerous (I am not a big fan of having the possibilty of destroying my phone ) - I would do if I had a clean step by step instructions for 16GB (I know that there are (math) differences between 16GB and 32 GB) on windows (I saw some posts on xda but they were using linux https://forum.xda-developers.com/go...ment/repartition-nexus-5-repartition-t3844395 => are they usable using Cygwin?).
To reproduce the notifications issue - start whatsapp, see a message arriving, close all open aplications, block the phone (press power button), leave it 5-10 minutes around, send a whatsapp message from another phone.
PS:The data works for me too (Romania Vodafone).
Click to expand...
Click to collapse
The link you posted is exactly what I did to resize my system partition to 1.5GB. Its the same for 16GB & 32GB. The script should detect which phone you've got.
I also did everything on windows (without cygwin - Just using normal adb should be enough).
The backup can be done within your TWRP. Then you can copy all files to your computer (since your COMPLETE storage will be deleted).
Also I did all steps without adb, by only using the MTP-functionality of TWRP.
Was anyone here able to fix the whatsapp-camera-thing?
(using an alternate whatsapp (like gb-whatsapp) is working as workaround, but not a solution)
Cheers
Blade
BIade said:
The link you posted is exactly what I did to resize my system partition to 1.5GB. Its the same for 16GB & 32GB. The script should detect which phone you've got.
I also did everything on windows (without cygwin - Just using normal adb should be enough).
The backup can be done within your TWRP. Then you can copy all files to your computer (since your COMPLETE storage will be deleted).
Also I did all steps without adb, by only using the MTP-functionality of TWRP.
Was anyone here able to fix the whatsapp-camera-thing?
(using an alternate whatsapp (like gb-whatsapp) is working as workaround, but not a solution)
Cheers
Blade
Click to expand...
Click to collapse
Hey Blade,
Indeed, it worked directly from TWRP.
But after flashing the ROM and GApps, I installed GB Whatsapp but the camera still not working.
I see that the device is not rooted. Should I root it?
Edit: I also noticed that when I try to connect with VNC Viewer, the device reboots.
Thanks!
So, after playing with the ROM, I see that the main functions are working (including sensors which in some 9.0 ROMs are not): calls, SMS, wifi, data transfer, main camera, notifications (haven't tested BT).
The main things that are not working:
1. start camera from Whatsapp = works now (20190514 release)
Logcat:
05-04 23:20:42.015 233 772 W ServiceManager: Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10122 pid=18483
05-04 23:20:42.015 233 772 D PermissionCache: checking android.permission.ACCESS_SURFACE_FLINGER for uid=10122 => denied (397 us)
05-04 23:20:42.072 1353 1526 I CameraService: CameraService::connect call (PID -1 "com.whatsapp", camera ID 0) for HAL version 256 and Camera API version 1
05-04 23:20:42.126 283 5302 D NuPlayerDriver: NuPlayerDriver(0xadd0a200) created, clientPid(1353)
05-04 23:20:42.149 283 21240 E FileSource: Failed to open file '/product/media/audio/ui/camera_click.ogg'. (No such file or directory)
05-04 23:20:42.149 283 21240 E GenericSource: Failed to create data source!
05-04 23:20:42.151 283 21239 D NuPlayerDriver: notifyListener_l(0xadd0a200), (100, 1, -2147483648, -1), loop setting(0, 0)
05-04 23:20:42.151 1353 19010 E MediaPlayerNative: error (1, -2147483648)
05-04 23:20:42.151 1353 1526 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/camera_click.ogg
05-04 23:20:42.152 283 1076 D NuPlayerDriver: reset(0xadd0a200) at state 2
05-04 23:20:42.157 283 1076 D NuPlayerDriver: notifyListener_l(0xadd0a200), (8, 0, 0, -1), loop setting(0, 0)
05-04 23:20:42.157 283 21239 D NuPlayerDriver: notifyResetComplete(0xadd0a200)
05-04 23:20:42.159 283 396 D NuPlayerDriver: NuPlayerDriver(0xadd0a080) created, clientPid(1353)
05-04 23:20:42.198 283 21242 D NuPlayerDriver: notifyListener_l(0xadd0a080), (1, 0, 0, -1), loop setting(0, 0)
05-04 23:20:42.199 283 5302 D NuPlayerDriver: NuPlayerDriver(0xadd0a180) created, clientPid(1353)
05-04 23:20:42.204 283 21246 E FileSource: Failed to open file '/product/media/audio/ui/VideoRecord.ogg'. (No such file or directory)
05-04 23:20:42.204 283 21246 E GenericSource: Failed to create data source!
05-04 23:20:42.204 283 21245 D NuPlayerDriver: notifyListener_l(0xadd0a180), (100, 1, -2147483648, -1), loop setting(0, 0)
05-04 23:20:42.204 1353 19012 E MediaPlayerNative: error (1, -2147483648)
05-04 23:20:42.204 1353 1526 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoRecord.ogg
05-04 23:20:42.204 283 1076 D NuPlayerDriver: reset(0xadd0a180) at state 2
05-04 23:20:42.205 283 1076 D NuPlayerDriver: notifyListener_l(0xadd0a180), (8, 0, 0, -1), loop setting(0, 0)
05-04 23:20:42.206 283 21245 D NuPlayerDriver: notifyResetComplete(0xadd0a180)
05-04 23:20:42.209 283 396 D NuPlayerDriver: NuPlayerDriver(0xac3ae380) created, clientPid(1353)
05-04 23:20:42.222 283 21248 D NuPlayerDriver: notifyListener_l(0xac3ae380), (1, 0, 0, -1), loop setting(0, 0)
05-04 23:20:42.224 283 5302 D NuPlayerDriver: NuPlayerDriver(0xadd0a680) created, clientPid(1353)
05-04 23:20:42.229 283 21252 E FileSource: Failed to open file '/product/media/audio/ui/VideoStop.ogg'. (No such file or directory)
05-04 23:20:42.229 283 21252 E GenericSource: Failed to create data source!
05-04 23:20:42.229 283 21251 D NuPlayerDriver: notifyListener_l(0xadd0a680), (100, 1, -2147483648, -1), loop setting(0, 0)
05-04 23:20:42.229 1353 1353 E MediaPlayerNative: error (1, -2147483648)
05-04 23:20:42.229 1353 1526 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoStop.ogg
05-04 23:20:42.229 283 1076 D NuPlayerDriver: reset(0xadd0a680) at state 2
05-04 23:20:42.230 283 1076 D NuPlayerDriver: notifyListener_l(0xadd0a680), (8, 0, 0, -1), loop setting(0, 0)
05-04 23:20:42.231 283 21251 D NuPlayerDriver: notifyResetComplete(0xadd0a680)
05-04 23:20:42.232 283 1077 D NuPlayerDriver: NuPlayerDriver(0xadd13e80) created, clientPid(1353)
05-04 23:20:42.242 283 21254 D NuPlayerDriver: notifyListener_l(0xadd13e80), (1, 0, 0, -1), loop setting(0, 0)
05-04 23:20:42.243 1353 1526 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=0
05-04 23:20:42.245 1353 1526 I CameraHardwareInterface: Opening camera 0
05-04 23:20:42.245 1353 1526 E CameraHardwareInterface: initialize: openSession failed! No such file or directory (-2)
05-04 23:20:42.245 1353 1526 E CameraClient: initialize: Camera 0: unable to initialize device: No such file or directory (-2)
05-04 23:20:42.245 1353 1526 I CameraHardwareInterface: Destroying camera 0
05-04 23:20:42.245 1353 1526 E CameraService: connectHelper: Could not initialize client from HAL.
05-04 23:20:42.245 283 283 D NuPlayerDriver: reset(0xadd0a080) at state 4
05-04 23:20:42.245 283 283 D NuPlayerDriver: notifyListener_l(0xadd0a080), (8, 0, 0, -1), loop setting(0, 0)
05-04 23:20:42.246 283 21242 D NuPlayerDriver: notifyResetComplete(0xadd0a080)
05-04 23:20:42.248 283 5302 D NuPlayerDriver: reset(0xac3ae380) at state 4
05-04 23:20:42.248 283 5302 D NuPlayerDriver: notifyListener_l(0xac3ae380), (8, 0, 0, -1), loop setting(0, 0)
05-04 23:20:42.248 283 21248 D NuPlayerDriver: notifyResetComplete(0xac3ae380)
05-04 23:20:42.250 283 1076 D NuPlayerDriver: reset(0xadd13e80) at state 4
05-04 23:20:42.250 283 1076 D NuPlayerDriver: notifyListener_l(0xadd13e80), (8, 0, 0, -1), loop setting(0, 0)
05-04 23:20:42.250 283 21254 D NuPlayerDriver: notifyResetComplete(0xadd13e80)
05-04 23:20:42.252 1353 1526 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=1
05-04 23:20:42.253 1353 1526 I CameraService: disconnect: Disconnected client for camera 0 for PID 18483
05-04 23:20:42.308 649 1845 W ActivityManager: Duplicate finish request for ActivityRecord{8e3174e u0 com.whatsapp/.qrcode.WebQrScannerActivity t158 f}
05-04 23:20:42.365 18483 26952 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
05-04 23:20:42.368 18483 26952 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
05-04 23:20:42.400 18483 26952 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
05-04 23:20:42.402 18483 26952 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
05-04 23:20:42.628 649 671 W ActivityManager: Launch timeout has expired, giving up wake lock!
Click to expand...
Click to collapse
2. install Revolut - Playstore says that it is not compatible with the device - Playstore installed it after triggering it from the web
3. Weather Widgets for Android (don't know if its an app problem) - edit: it works
4. VNC Viewer - app starts but when it tries to open the remote desktop, it reboots the OS.
5. Settings app is crashing sometimes - not sure what triggered it as it worked initially; when it does not crash, opening the Battery settings crashes the app. - after an update of the Device Health app, it started to work
6. (added later) Wear OS does not finish the connection wizard with a Huawei Watch W1 - it sees it the first time but it never finishes the Getting details of your watch step...
eusebium said:
5. Settings app is crashing sometimes - not sure what triggered it as it worked initially; when it does not crash, opening the Battery settings crashes the app.
Click to expand...
Click to collapse
Depending on what you set up this could be absolutely normal behaviour, because the framework restarts for some changes. But I don't mean the battery thing here...
lulli1 said:
Depending on what you set up this could be absolutely normal behaviour, because the framework restarts for some changes.
Click to expand...
Click to collapse
Is this by-design in this Beta? I would not expect to restart every time I open the Battery settings - so, from this perspective I consider this an issue.
New Unofficial Build uploaded.
AOSiP-9.0-Pizza-hammerhead-20190508.zip
The known issues remain the same.
I don't know if it works, but I added aptx and aptxhd codecs.
Think lucky if it works...
Added a custom doze like oneplus.
The screen lights up with the proximity sensor.
I added that the screen lights up even when lifting the device, but it is disabled by the same function addition on the rom side.
The kernel has added various features from the DU oreo kernel.
Thanks to kernel author nasty007.
Please check by the kernel manager.
If it works well, but it may be impossible for me to add more features to the kernel.