Hi,
I'm trying to figure out, why sHealth from samsung is not working on other phones.
It seems that this appliaction is calling android.util.log.secI and android.util.log.secD methods.
So now, i'm thinking wheter is there a way to extend standard android.util.log class to contain those methods.
I'm trying to use XPosedFramework ... but with no luck.
Maybe there is easy way to do add those methods ??
Related
Hey everybody,
In my spare time I'm trying to figure out a means to be able to port specific features that one ROM may have that a stock ROM doesn't.
To be more specific, Doug Yeager was able to create additional subclasses for near field communications that allows for smart card emulation (IE contactless payment). This code was officially merged into the Cyangonmod ROM 10.1 and allows users of that ROM to enjoy features similar to Google Wallet without having problems of carrier restrictions that plagues Wallet. When Wallet originally came out it required access to the near field communications secure element as a means to store the card credentials. The problem came where three of the four US carriers (AT&T, T-Mobile and Verizon) would not allow Google to access the secure element (IE would not provide their keys), thereby placing a barrier to near field communications adoption.
The reason why I'm posting this is, in an attempt to allow mobile device users that may not want to use CM 10.1, but rather a rooted stock ROM, I'm trying to find a way to import solely just the new NFC code. Amateur attempts to try and add the code into the framework.jar file has resulted in a frozen boot ( the device uses odex) with an adb logcat denoting missing dependencies everywhere. In addition most of the threads deal with purely porting the ROM itself to various hardware and not porting code between various ROMS.
Is it possible, with the framework as it is, be able to modify it, or is it techinally impossible with a manufacturers alterations upon the the stock Android framework?
Thanks
Joe
=Technical specs=
Samsung Galaxay Rugby Pro (SGH-I547)
OS version 4.1.2
framework-res.apk
(been able to add the code to the apk to show the NFC subclasses)
framework_ext.apk
framework_2.apk
twframework-res.apk
framework-res.odex
(attempts to add the new NFC subclasses results in a frozen boot due to missing class dependencies)
framework_ext.odex
framework_2.odex
twframework-res.odex
Hello,
I'm looking for anyone with a rooted phone supported by Stick-N-Find who has one or more of the stickers. If you could, send me the Devices.xml file from /data/data/com.ssia.sticknfind/shared_prefs
I'm trying to get the app to work on a non-supported device, and I'm hoping I might be able to add the tags in manually, but I need the format.
Hi,
is it possible to somehow add/change a route on android without rooting the phone?
I know that once rooted I can do "ip route add ......" and that would work. But I'd like to achieve that without rooting the phone.
I'd like to define various routes for various subnets from our LANs when connected over WiFi
Thanks for a reply
dubak
Hi All,
I am trying to play a audio ( .pcm/.wav ) file during a live phone call such that the other end can hear it and want to record and save the conversation.
I know , this can not be achieved through android api's, however I am sure there will be some way to achieve this on the rooted phones. I have already rooted my Moto G (2014 ) phone but not sure how can I proceed to achieve this functionality.
Any help on this will be greatly appreciated.
Thanks!
Hi. Did you ever find a solution to this? My app (assistant) is installed as system app, the device is rooted, and can be compiled with hidden and internal classes and methods, so I can use them (like ITelephony and others). From anything you may have found, would you know if it's possible with this in mind? ANY way?
Hi everyone, I am currently at work and we have two Honeywell CT40 devices. We need to somehow get the apk for our stock management app onto one of them. It fails to provision with a cannot find wifi error. Does anyone know how I can pull the data i need from a provisioning qr code?