Help on air command function-n7 port rom - Samsung Galaxy S7 Edge Questions and Answers

Im using the latest n7 rom(s7 edge) from sac 23.
I needed air command functions working on this rom, tried installing aircommand launch apk and then the
functions appeared but not responding to it.
Is there any way to get this function working on this rom.
Appreciate if anyone can share idea on it...

Related

[MOD] HTC_CIME v1

Thanks jonasl for this great work for HTC_IME!
However I was looking for HTC_CIME to work on froyo but couldn't find it, so I took some some spare time and modified the HTC_CIME from Hero 2.1
I have tested on froydvillain 1.5.0 and another device with eclair and it works.
And also, the settings for changing input method does not since it requires HtcAlertDialog Builder, I will look more into this another time.
hxxp://img840.imageshack.us/img840/1919/hero1v.png
hxxp://img529.imageshack.us/img529/2010/hero2n.png
Download
hxxp://hotfile.com/dl/69318051/bc2ea22/HTC_CIME_mod_v1.zip.html
Installation
1. adb install HTC_CIME_mod_v1.apk
2. put everything in system to the phone.
Sorry I don't have any permission to put outside links...
gonna try this out on my galaxy s...ill let you know how it goes
alright so it *works* but i have a few issues
the keyboard is squished to the left side of the screen..i dont think the resolution is correct for my phone.
another thing is that whenever i try to change any of the settings, it force closes on me
i am really looking for a usable copy of this for my galaxy, keep it up

[Q] Motoactv Workout app Crash Force Closing when BLE Polar H7 Paired

I'm pretty sure I had this working on the NA Rom, I'm now using the Stock EU 8GB Rom and the workout app wont start when my HRM is paired..
It crashes and force closes.
However the HRM does pair, and I can see my Heartrate displayed when I use the Heart rate clock face.
Anyone experienced this ? Any fix anyone knows of ?
scoobdriver said:
I'm pretty sure I had this working on the NA Rom, I'm now using the Stock EU 8GB Rom and the workout app wont start when my HRM is paired..
It crashes and force closes.
However the HRM does pair, and I can see my Heartrate displayed when I use the Heart rate clock face.
Anyone experienced this ? Any fix anyone knows of ?
Click to expand...
Click to collapse
Reading Moto Support forums, looks like it may have stopped working in ROM upgrade to 1.7.xx Does anyone have 1.6.13 for example ?
Fix for pairing with Polar H7
Hi scoobdriver,
This problem is related to versions 1.7.x of the MotoACTV firmware. There are several posts in the Motorola forums, but no official answer from Moto for the last two years. Up to now, the only solution if you wanted to pair your H7 with the MotoACTV was to revert to 1.6.12 (the last rom working with the H7). Luckily, ClearD root tool can do that for you ("return to stock" functionality flashes 1.6.12). Please read the instructions carefully before you try to root your device if you choose to follow this path.
In my case, I decided to follow a different path and go into the code for comparing both 1.7.10/12 and 1.6.12 (the last working rom). I found out that some dev at Moto thought that a null pointer check was not necessary when setting up the activity screen, and this caused an uncaught null pointer exception and the already famous crash "Sorry. The application Workout (com.motorola.gault.activity) has stopped unexpectedly. Please try again." Surprisingly, it had nothing to do with BLE protocol or with any compatibility problem with Polar implementation/interpretation of BLE.
I have fixed and repackaged the conflictive apk (attached); after several tests and workouts it has not given me any problems. If you want to test it, you can update you MotoACTV to the latest rom (1.7.10/1.7.12) with MotoCast, root it (read the available excellent tutorials on how to do it, if you need), download the attached file and copy it to the device with adb:
Code:
adb remount
adb pull /system/app/Workout.apk Workout_backup.apk # (if you want to backup your original apk)
adb push Workout.apk /system/app/
adb shell chmod 644 /system/app/Workout.apk
I know it could be packaged in a more friendly (non-adb) way, but I want to make sure it really works before going on. I have tested it with ClearD rom, but it should also work for a stock rom. Anyway, be warned that rooting and playing with adb is at your own risk, as usual. In any case, If you test the modified apk and you get any undesired result, do not hesitate to come back to this post.
J*R said:
Hi scoobdriver,
This problem is related to versions 1.7.x of the MotoACTV firmware. There are several posts in the Motorola forums, but no official answer from Moto for the last two years. Up to now, the only solution if you wanted to pair your H7 with the MotoACTV was to revert to 1.6.12 (the last rom working with the H7). Luckily, ClearD root tool can do that for you ("return to stock" functionality flashes 1.6.12). Please read the instructions carefully before you try to root your device if you choose to follow this path.
In my case, I decided to follow a different path and go into the code for comparing both 1.7.10/12 and 1.6.12 (the last working rom). I found out that some dev at Moto thought that a null pointer check was not necessary when setting up the activity screen, and this caused an uncaught null pointer exception and the already famous crash "Sorry. The application Workout (com.motorola.gault.activity) has stopped unexpectedly. Please try again." Surprisingly, it had nothing to do with BLE protocol or with any compatibility problem with Polar implementation/interpretation of BLE.
I have fixed and repackaged the conflictive apk (attached); after several tests and workouts it has not given me any problems. If you want to test it, you can update you MotoACTV to the latest rom (1.7.10/1.7.12) with MotoCast, root it (read the available excellent tutorials on how to do it, if you need), download the attached file and copy it to the device with adb:
Code:
adb remount
adb pull /system/app/Workout.apk Workout_backup.apk # (if you want to backup your original apk)
adb push Workout.apk /system/app/
adb shell chmod 644 /system/app/Workout.apk
I know it could be packaged in a more friendly (non-adb) way, but I want to make sure it really works before going on. I have tested it with ClearD rom, but it should also work for a stock rom. Anyway, be warned that rooting and playing with adb is at your own risk, as usual. In any case, If you test the modified apk and you get any undesired result, do not hesitate to come back to this post.
Click to expand...
Click to collapse
Thank you so much for this J*R! I just bought a motoactv just to use it with BLE accessories and none were working until I applied your APK. Straight forward very easy to follow instructions. Everything is working now.
I can't believe Motorola is not doing anything about it. Even if it's a discontinued product, it doesn't have to be a useless one....
rocos
not working
Hi and thank s for your work.
i m cleardroid rooted (1.7.10) and put your workout.apk fix on my actv...but still not ok. (Same msg: workout... crash....try again later)
First time, when i try to backup my original workout.apk in adb , the file was not founded on my actv. I push whatever your apk in system/app and everything is ok in adb. But nothing change for my problem when i try to launch a jogging.Is it possible that my actv system path is different of your example? (System/app)
i dont know if is it possible to explore the system file of my actv, at least for know where path is my original workout and replace it by your fix.
thank s man and sorry for my ugly english...i m french.

[V500][Dual window supported all installed apps on stock 30A - 5.0.2]

Hi everybody!
I use the stock lollipop 30A, by Skin1980. Big thanks for his great work! :good:
In the Dual Window, originally you can use only the LG apps. Root and build.prop modding, you can then all installed app in Pad.
Root Explorer, or Build Prop editor. Search this line:
persist.splitwindow.support_all: here originally: false Modding this: true , then reboot. The results in images.
Before you do anything, save, save, save!! If you have bootlop, the factory reset don't help, because the modding occured in system files. Just the rom reflash helped, which re-write the system, with the originaly build.prop
Good luck/modding to you.
That's cool. Just tried here and it works perfectly.
Thanx!
Works like a charm
Tanks! Do you know if this can be ported to other custom ROM also, like CyanogenMod?
just repot Flex multi windows also working
I have used this app from this guy on my LGs, like G3, and it works
http://forum.xda-developers.com/showthread.php?t=2707310
basically it's a easier way to select the apps you wanna show in multi windows, and if that doesn't work, usually go into phone/tablet 's setting page, and toggle dual-windows on/off, and it will work
It's working on my V500 on lollipop
---------------------------
and i don't think it will ever work on CM, because you might need the LG framework to get this working, correct me if I am wrong
but MultiWindows is coming in Android M i heard

Help Needed with PIE Position Independent Executable & sixaxis controller

Hi, I hate creating new threads for asking questions, but I tried looking for a solution and couldn't find any. Back when I used to have android 4.2.2 I used the app sixaxis controller without issues. Now that I tried it again it won't work due to PIE position independent executable. Is there a way to remove it, bypass it, or something alike to flahs and make my phone work again with this app? Tried flashing a zip that supposedly worked on another phone and it just created a bootloop. Thanks in advanced.

Need Help With My Custom Rom

Recently I Started Making My Own Custom Rom For SM-T230, It's Based On enzo2001's PixelizedOS, also It's Only For Personal Use
It Started By Fixing Some Bugs I found In PixelizedOS, I actually Fixed a Lot Even Tho I Have Nearly No Experience In This Stuff
But I Found 2 bugs That I couldn't Fix + I'm trying To Change Nova Launcher With Another Launcher And It's Not Working
First Bug: MultiTasking Not Working At All, The little Menu On The Side Cannot be Opened
Second Bug:When I Factory Reset I can't Chose A User Name Pressing The Arrow Results In Nothing
When I try To Replace Nova's APK With Another Launcher's APK Then Flash it and Boot The Device I get This Error: Unfortunately, (Launcher Name) Has Stopped
Please Help Me, Also If You're Wondering I'll name the Rom PixieOS cuz That Sounds Cute
Scupake said:
Recently I Started Making My Own Custom Rom For SM-T230, It's Based On enzo2001's PixelizedOS, also It's Only For Personal Use
It Started By Fixing Some Bugs I found In PixelizedOS, I actually Fixed a Lot Even Tho I Have Nearly No Experience In This Stuff
But I Found 2 bugs That I couldn't Fix + I'm trying To Change Nova Launcher With Another Launcher And It's Not Working
First Bug: MultiTasking Not Working At All, The little Menu On The Side Cannot be Opened
Second Bug:When I Factory Reset I can't Chose A User Name Pressing The Arrow Results In Nothing
When I try To Replace Nova's APK With Another Launcher's APK Then Flash it and Boot The Device I get This Error: Unfortunately, (Launcher Name) Has Stopped
Please Help Me, Also If You're Wondering I'll name the Rom PixieOS cuz That Sounds Cute
Click to expand...
Click to collapse
Same here because i'm also making my own custom based on LineageOS for the Tab 4 10.1 Tab 4 8.0 all variants & I don't know what new feature to add to my new rom to make uneek and stand out. the name of my rom is LightningFastRom on github

Categories

Resources