[ REQ ] Moto 3.0.45 - X 2014 Themes and Apps

Can anyone give the apk of the new moto app update? Please?

https://drive.google.com/file/d/0B4xKLLFl6MT2M1FGWmljSGRnOEk/view?usp=docslist_api
Sent from my XT1095 using Tapatalk

thanx for sharing @bimasakti85 .. is there any updates for moto voice, mine is 7.2.08.1...
Sent from my XT1092 using xda premium

varinder jaswal said:
thanx for sharing @bimasakti85 .. is there any updates for moto voice, mine is 7.2.08.1...
Sent from my XT1092 using xda premium
Click to expand...
Click to collapse
No update for moto voice yet...
Sent from my XT1095 using Tapatalk

Hello, someone could upload the latest updates from the app Moto:
Moto
Moto Voice
Moto Action
Moto Display
Edit the build.prop and now tells me that are not compatible with my device.
I do not want to reinstall the entire firmware do not have time.

tazlooney89 said:
Hello, someone could upload the latest updates from the app Moto:
Moto
Moto Voice
Moto Action
Moto Display
Edit the build.prop and now tells me that are not compatible with my device.
I do not want to reinstall the entire firmware do not have time.
Click to expand...
Click to collapse
Here they are:
https://drive.google.com/folder/d/0B1jFVjp5LrZraDNIcmxCRy1kVjA/edit
Sent from my XT1095 using Tapatalk

I told only one rule, Reddit, does not mean that I agree with him. I may have a link to the APK are not allowed, but I can send me a link to APKmirror.com, will allow you to download the application field. This does not mean much sense to me, if the application is free I see no problem distribution.

This is the APK file LINK for MotoVoice version 7.4.05.1 : https://drive.google.com/file/d/0Bzy128ZDO2EHWWhpYTVjRXpBak0/view

nandakis4 said:
This is the APK file LINK for MotoVoice version 7.4.05.1 : https://drive.google.com/file/d/0Bzy128ZDO2EHWWhpYTVjRXpBak0/view
Click to expand...
Click to collapse
Thanks for uploading this, could you also upload the recent Moto Actions? (I think its 1.11.39)

mastarifla said:
Thanks for uploading this, could you also upload the recent Moto Actions? (I think its 1.11.39)
Click to expand...
Click to collapse
Sure , here you go Moto Actions APK :
one of them is MotoG 's : https://drive.google.com/file/d/0Bzy128ZDO2EHVDg1eC1QcTdBdFE/view?usp=sharing
and other is MotoX(play)'s : View attachment base.apk
Hope any one helps me with MotoVoice for my MotoG

nandakis4 said:
Sure , here you go Moto Actions APK :
one of them is MotoG 's : https://drive.google.com/file/d/0Bzy128ZDO2EHVDg1eC1QcTdBdFE/view?usp=sharing
and other is MotoX(play)'s : View attachment 3517273
Hope any one helps me with MotoVoice for my MotoG
Click to expand...
Click to collapse
Awesome, it looks like the Moto G version is the new 1.11.39
MotoVoice would need specific hardware right? You would need the always listening chip or a chip with the qualcomm low powered processor (like Moto X 2014)

mastarifla said:
Awesome, it looks like the Moto G version is the new 1.11.39
MotoVoice would need specific hardware right? You would need the always listening chip or a chip with the qualcomm low powered processor (like Moto X 2014)
Click to expand...
Click to collapse
i dont know why they say so .. but yes , i have seen several people saying the same theory,but if that is the issue, why dont people try to port app and install on 615 chipset and make it work !!
i didn't see Motovoice working on any NON-MOTO devices till now , if that's the case why not MOTO G :crying:
the reason i am talking about MOTO G is : motoG's GoogleNow when charging can activate even though the screen is locked .. so why cant it function like this MotoX ? is it the APP alone restricting / or the chipset !! if chipset let me try on other 615 devices ..
Hope you get my problem :highfive:

nandakis4 said:
i dont know why they say so .. but yes , i have seen several people saying the same theory,but if that is the issue, why dont people try to port app and install on 615 chipset and make it work !!
Click to expand...
Click to collapse
The reason why is because it takes a lot of work to port it, because the libraries and .so files are all encrypted, meaning that someone would have to literally de-assemble it then work backwards to even attempt to get code working for the processor that it wasn't designed for, if it was easy then you would have already seen a solution right?
nandakis4 said:
i didn't see Motovoice working on any NON-MOTO devices till now , if that's the case why not MOTO G :crying:
Click to expand...
Click to collapse
Could they be using the same processor as the Moto X 2014? If so, then it dramatically cuts down the work needed, as you have the CPU architecture executable code, its then just the higher level coding making the correct calls to the library, which non-moto phone got Moto Voice working?
nandakis4 said:
the reason i am talking about MOTO G is : motoG's GoogleNow when charging can activate even though the screen is locked .. so why cant it function like this MotoX ? is it the APP alone restricting / or the chipset !! if chipset let me try on other 615 devices ..
Click to expand...
Click to collapse
The APP is looking for a specific chipset and specific library/bin/so files for that chipset, if they don't have them, then it doesn't execute, it needs these files in order to boot up the application, you may have better luck looking into the code from the Google side, looking at the Google app for the place where it recognizes the voice command, then making an Xposed module that would allow you to constantly keep listening for the command, even with the screen on, this will take more battery, but it would essentially give you what you want

Thanks for explaining everything to my brain bro thanq very much

nandakis4 said:
Thanks for explaining everything to my brain bro thanq very much
Click to expand...
Click to collapse
Np man, did a bit more digging and found a few new pieces of info...
Moto G 2015 uses a quadcore 64 bit processor (410) with the ARMv8 instruction set, the only other Moto phones that uses this new instruction set are the other phones in this years lineup, the Moto X Play uses an octacore version and the Moto X Style/Pure uses a hexacore version, so unfortunately you don't have any files that you can directly port over to your Moto G unless they make another phone that does have Moto Voice with the same/similar chipset
You can de-compile the APK with apktool, then use dex2jar to create a jar file that you can look at with JD-Gui, this will give you a pretty good idea of how the code works, but the code may be obfuscated (mixed up), it isn't perfect, but it does a pretty good job!
Then once you open it up, take a look at the AppConstants.class file, you will see that there are a lot of files that AudioMonitor is expecting in order for it to boot up, if you don't have these files you won't be able to use it, also these files may be compiled with the CPU (.so and .dat files), so again, if you don't have a phone with a similar processor you would have to de-assemble the code and reverse engineer it to work with your CPU
This is why I would highly suggest looking into the Google Search apk and seeing if you can find how it triggers the intent, if you can, you can modify the smali or make an xposed app that uses that trigger to send your own intent to trigger Google Now

This is why I would highly suggest looking into the Google Search apk and seeing if you can find how it triggers the intent, if you can, you can modify the smali or make an xposed app that uses that trigger to send your own intent to trigger Google Now
Click to expand...
Click to collapse
hmm .. i didnt think it was that much tuff to port , i kept on posting for this MotoVoice.. and i see none replying to it properly so if this is the case , i will leave my hope on MotoVoice
do you know Cortana for android? hope it gets fully functional and they comeup with code such that it can activate even though if the phone is locked .. :highfive:
can you give me any simple guide to port Launchers for 5.1.1 ? :victory:

I saw that the moto display on 2015 motorola phones has controls for play music on playing a song. Is there any way to port it over to our phone?

Related

much needed apk mod for the community

can anyone modify the last working google music apk to not look for updates and or clone it and make it standalone. I know i for one am looking for something that allows me to have the nexus q enabled music apk and the new one both on my phone at the same time.
or is someone can inform me what to do I will work to try and do it.
I am willing to donate for the guy who can.
ianandamy said:
can anyone modify the last working google music apk to not look for updates and or clone it and make it standalone. I know i for one am looking for something that allows me to have the nexus q enabled music apk and the new one both on my phone at the same time.
or is someone can inform me what to do I will work to try and do it.
I am willing to donate for the guy who can.
Click to expand...
Click to collapse
If you don't care about using Google Play Music 5.0:
Find old apk (4.5.9 I think)
Uninstall 5.0
Turn off automatic updating in market
Install old apk
???
Profit
This is the only thing I did, wasn't too wowed with the new features of 5.0.
I also don't know what it would take to add the functionality to 5.0 :/
Hope this helps.
Sora3087 said:
If you don't care about using Google Play Music 5.0:
Find old apk (4.5.9 I think)
Uninstall 5.0
Turn off automatic updating in market
Install old apk
???
Profit
This is the only thing I did, wasn't too wowed with the new features of 5.0.
I also don't know what it would take to add the functionality to 5.0 :/
Hope this helps.
Click to expand...
Click to collapse
I know you can do that I'm hoping for a modded apk
ianandamy said:
I know you can do that I'm hoping for a modded apk
Click to expand...
Click to collapse
Ok well the no updating might not be possible from editing the 4.5.9 app.
I looked around the 5.0 app and it definitely doesn't have the Tungsten support files so it isn't just missing visually
I'm wonder what is involved with porting the Tungsten code to the 5.0 app...
Sora3087 said:
Ok well the no updating might not be possible from editing the 4.5.9 app.
I looked around the 5.0 app and it definitely doesn't have the Tungsten support files so it isn't just missing visually
I'm wonder what is involved with porting the Tungsten code to the 5.0 app...
Click to expand...
Click to collapse
Have a look at drawable-hdpi/ic_media_route_on_holo_light.png or ic_q_solo.png or ic_q_multi.png and tell me that again
It really looks like its partially there, just not up front. Wonder why....
animal24 said:
have a look at drawable-hdpi/ic_media_route_on_holo_light.png or ic_q_solo.png or ic_q_multi.png and tell me that again
it really looks like its partially there, just not up front. Wonder why....
Click to expand...
Click to collapse
wonder if we can add it to the code in 5.0 and make it work rebuilding the apk
ianandamy said:
wonder if we can add it to the code in 5.0 and make it work rebuilding the apk
Click to expand...
Click to collapse
It may be built out but disabled, maybe because they had to disable it to get the contracts for Google music unlimited access.. Wonder if there is a labs type thing in Google music...
animal24 said:
it may be built out but disabled, maybe because they had to disable it to get the contracts for google music unlimited access.. Wonder if there is a labs type thing in google music...
Click to expand...
Click to collapse
i am not up on how to program i know some mild code but im sure this can be done if a dev would have a few hours to figure it out for the community i for one would happily donate to whoever gets it figured out

Xperia Z1 Motion Shot[updated to latest version 2014-01-31][ICS/JB/KK]

Latest version 1.2.6
This app allows you to capture a short movie by automatically rendering the movement into a single still image so that it appears to be a continuous picture. It is perfect for creating animated images with unique expressions in action scenes involving sports, animals, kids, friends, vehicles, airplanes and moving objects.
You can also add a variety of effects (fade-in/fade-out), set the number of animation sequences, and specify other settings to create a original expression. Even more, you can quickly share your images on a social network or upload it to a storage service. Relive and share your memories!
Tested on Xperia go, will surely work with Sola/U/P or higher range Xperias.
You can install it like any other APKs or you can push it to system\app folder if you like. Download link below.
http://d-h.st/Kjq
Yeah and it eats 500 mb :/
Lame but nice app and i test it already on XP from XT forum and it works fine
Thanks Man
Very beautiful app...I Was searching for app like that finally I found It
Thanks Very much Works perfect on XU :laugh:
:good:
But Why it's Want at least 500mb?

			
				
Works great on Xperia GO 6.2.A.1.100!
Thanks! :good:
Let's test it!
DaniPhii said:
Let's test it!
Click to expand...
Click to collapse
@DaniPhii
It works so why test it.. Lol
Sent From Cybertron With My Powerfull Xperia P
Pandemic said:
@DaniPhii
It works so why test it.. Lol
Click to expand...
Click to collapse
Well, I know it works, I just meant that I was gonna give this a try. Yeah, it works.
latest version updated
New version released, link on Post #1 updated to latest version!
Hello
thank you for the link
recently i found that there's an update at the Play Store but i can't update it since it was supposed to be installed only in Sony phones
i am using Nexus 4 by the way
can i ask someone to be so kind providing me the latest update ?
uh, fyi this app running fine without any errors on my phone :good:
groovepeppy said:
Hello
thank you for the link
recently i found that there's an update at the Play Store but i can't update it since it was supposed to be installed only in Sony phones
i am using Nexus 4 by the way
can i ask someone to be so kind providing me the latest update ?
uh, fyi this app running fine without any errors on my phone :good:
Click to expand...
Click to collapse
A little workaround might help.
Change your device's name to an Xperia device. Restart phone and try updating it via play store.
Vtrendzzy said:
A little workaround might help.
Change your device's name to an Xperia device. Restart phone and try updating it via play store.
Click to expand...
Click to collapse
which line should i change, i know very little about tweaking build.prop
thank you in advance
groovepeppy said:
which line should i change, i know very little about tweaking build.prop
thank you in advance
Click to expand...
Click to collapse
You should better search for it.
Hello,
i think link is dead. Could you please reupload .apk file?
Thank you

LG apps for AOSP

So, I decided to flash cm11 on my v500, and I love it so far. I still felt it lacked some LG features, so I went and looked in the G2 forums. This is what I found working so far, tested with official CM11 nightlies :
- LG keyboard : http://forum.xda-developers.com/showthread.php?t=2508384
- XPosed knock-off feature (double tap on the status bar to turn the screen off thanks to Xposed framework) : http://forum.xda-developers.com/showthread.php?t=2563976
- LG camera : http://forum.xda-developers.com/showthread.php?t=2540030
http://forum.xda-developers.com/showthread.php?t=2522889
- LG quick memo : it seems to be an older version than the one we got on stock, but that one works. http://forum.xda-developers.com/showpost.php?p=41264383&postcount=20
There are also a couple of mods in this very section :
- QRemote : http://forum.xda-developers.com/showthread.php?t=2568914
- Qpair also works with a simple build.prop edit : http://forum.xda-developers.com/showthread.php?t=2571429
Some other things might be working, such as the LGEhome apps, but I didn't feel the need to try. Feel free to roam the LG G2 apps and themes section and to report what's working, I will edit the first post with them. With a bit of luck, we can end up with an index of LG apps for Aosp roms. You can start scanning through this thread : http://forum.xda-developers.com/showthread.php?t=2591077
Now if someone could find a way to get QuickMemo working, I would be totally happy. Edit : got it ! Cheers !
PS : of course, I claim no credit whatsoever for any of these mods. All I did was read, download and flash ; all credit goes to whoever it belongs.
Mercvtio said:
So, I decided to flash cm11 on my v500, and I love it so far. I still felt it lacked some LG features, so I went and looked in the G2 forums. This is what I found working so far, tested with official CM11 nightlies :
- LG keyboard : http://forum.xda-developers.com/showthread.php?t=2508384
- XPosed knock-off feature (double tap on the status bar to turn the screen off thanks to Xposed framework) : http://forum.xda-developers.com/showthread.php?t=2563976
- LG camera : http://forum.xda-developers.com/showthread.php?t=2540030
http://forum.xda-developers.com/showthread.php?t=2522889
There are also a couple of mods in this very section :
- QRemote : http://forum.xda-developers.com/showthread.php?t=2568914
- Qpair also works with a simple build.prop edit : http://forum.xda-developers.com/showthread.php?t=2571429
Some other things might be working, such as the LGEhome apps, but I didn't feel the need to try. Feel free to roam the LG G2 apps and themes section and to report what's working, I will edit the first post with them. With a bit of luck, we can end up with an index of LG apps for Aosp roms. You can start scanning through this thread : http://forum.xda-developers.com/showthread.php?t=2591077
Now if someone could find a way to get QuickMemo working, I would be totally happy. Cheers !
PS : of course, I claim no credit whatsoever for anyone of these mods. All I did was read, download and flash ; all creadit goes to whoever it belongs.
Click to expand...
Click to collapse
Were you able to get qremote to work? I know it can install and open but I can't get the it working
Sent from my LG-V500 using XDA Premium 4 mobile app
Found a quick memo app working good. Here it is : http://forum.xda-developers.com/showpost.php?p=41264383&postcount=20&nocache=1&z=6897549643181264
OP updated.
As for Qremote, I'm not home right now and I can't test it. You could always try this method, it could well work with our Gpad :
http://forum.xda-developers.com/showthread.php?t=2515141
Mercvtio said:
As for Qremote, I'm not home right now and I can't test it. You could always try this method, it could well work with our Gpad :
http://forum.xda-developers.com/showthread.php?t=2515141
Click to expand...
Click to collapse
I can officially vouch for that NOT working. Tried it on my G Pad and the installers ran into errors everywhere with the LGQRemote.apk.
I even tried flashing it but it didn't show up in the apps so I assume it failed.
colwellkr said:
I can officially vouch for that NOT working. Tried it on my G Pad and the installers ran into errors everywhere with the LGQRemote.apk.
I even tried flashing it but it didn't show up in the apps so I assume it failed.
Click to expand...
Click to collapse
Well then, I guess I'll have to get Qremote off the OP... thanks for testing though.
Mercvtio said:
Well then, I guess I'll have to get Qremote off the OP... thanks for testing though.
Click to expand...
Click to collapse
The link the OP gave for Qremote works for some and not for others. It didn't work for me but I can't tell if there were no tv's that worked for mine or the it blaster itself wasn't working. But I know that is not a sure solution.
I wonder if the stock lg video player would work on cm? I really like the search feature while playing a movie.
I could not find a working for my phone...if anyone finds one PM me please
Sent from my LG-VS980 using xda app-developers app
is there any way to get the calendar app ? i like the 6x6 widget of lg calendar (or any app with big calendar.. i tried acalendar but when i click on spesefic day it opens today not the spesefic date..)
The feature that I miss most is Wireless Storage. Airdroid will not read my ext SD card
Thank you for this post !
Keyboard LG is missing for me in Mahdi rom
Any chance of getting Smart Screen to run? It's really the only feature I miss from my old stock days, and so far I haven't found a comparable app in the play store.
someone can upload a newer version of Quickmemo please? I really like it and there's nothing on the market that even comes close.
stock LG notebook
xcaninox said:
someone can upload a newer version of Quickmemo please? I really like it and there's nothing on the market that even comes close.
Click to expand...
Click to collapse
Hello, can anyone tell me where to find the stock LG G Pad 8.3 notebook app apk. I put Cyanogenmod 12 on my tablet (much smoother now). The stock tablet really had too much bloatware and useless apps. But I really did enjoy the notebook app. If someone could show me where to find it, many thanks in advance!
the81kid said:
Hello, can anyone tell me where to find the stock LG G Pad 8.3 notebook app apk. I put Cyanogenmod 12 on my tablet (much smoother now). The stock tablet really had too much bloatware and useless apps. But I really did enjoy the notebook app. If someone could show me where to find it, many thanks in advance!
Click to expand...
Click to collapse
You must be on the V500 or V510 since there's no CM 12 for my VK810.4G - all variants of the G Pad 8.3, so I can't provide the needed file(s), but any stock LG or other OEM app as a rule will not work with a different build of Android, as they require LG's framework files and probably other things and although you might be able to put those files in CM 12, they still won't automatically just start working.
Usually someone who wants to run some app that's not made for the version of Android you're running (CM instead of LG) need to port the app which means fiddling with it, decompiling it, reverse engineering it - generally a huge amount of effort.
Not trying to dissuade you from trying but just wanted to impress upon you that trying to run stock LG apps on a non-stock LG ROM is an uphill battle not easily solved.
All that being said, I prefer Google Keep for notes since it works with any Android build, and any PC that can run Google Chrome. You might even be able to access Google Keep without having Chrome installed if necessary - not sure, plus it has some of the power of other Google Doc apps, being able to share, etc.
Thanks for the quick response. I'd guessed what you've just confirmed for me: that each version of Android, and even each stock Android version inside these different benchmark versions (if that's what they're called?), need their software tailor-made. I've found a few apk for LGNotebook, but you're right, they don't work on my modded Cyanogen 12 G Pad. However, I did find an LGNotebook.apk for an LG G3 (or perhaps G2) which was running Android 5, and that DOES work on my tablet. However, their are screen size and stability issues, which seem to make it unusable really. I guess I'll wait for LG to release their Lollipop update later this year, and fingers crossed I'll find the Notebook app somewhere and it should work on Cyanogen 12.
Thanks too for suggesting Google Keep. You'd be surprised how hard it is to find a useful note app(!). I'd love to find something simple like the LGNotebook app (which isn't all that simple, but you can copy and take photos quickly) or a hierarchical or even mindmap notebook that's just simple and functional without bells and whistles and an awful UI. I'll check out Google Keep. Thanks again.
You're welcome, and good luck in your search. Hopefully Google Keep will keep you happy. I use it all the time at home and work on PCs and on my phone and tablet. I don't use Windows Sticky Notes anymore, much easier to stick with Keep since it syncs to the cloud without any workarounds, and you can pin Google app icons to the taskbar so they're just as accessible.
Every build of Android that's not pure AOSP is actually merely based on Android. So they're similar, and even similar enough to run things that are meant to run on all of them, but each OEM like LG, Samsung and even Cyanogenmod, puts their own custom spin on Android with some apps that require frameworks and libraries that are made just for them.
It's like Linux. Well, Android is a version of Linux. But Linux for PCs, there's many flavors. Ubuntu, Red Hat... all based on the same thing.
Sent from my VK810 4G
Need QUICKMEMO apk for lenovo A6000 plud
Previously I used LG L90 D410 smartphone and my notes are stores in QUICKMEMO plus and I took backup. Now I changed my mobile to Lenovo A6000 plus and now can't restore my old notes from which I taken as backup file. Please help me, need QUICKMEMO PLUS.apk. Anybody developed please mail me to [email protected]. thanks.

[WIP][Xposed]GyroEmu-Accelerometer/Magnetometer fusion

Hello,
Lots of devices from low to mid-end range don't have gyroscope installed, and thanks to that have AR capabilities severely decrased.
I'm working on Xpose module that uses Accelerometer and Magnetic Field Sensor to simulate Gyroscope output.
Module works by creating new Sensor instance and injecting it into SystemSensorManager sensor list after its constructor, so getDefaultSensor(Sensor.TYPE_GYROSCOPE) will return it.
Module registers then SensorEventListeners for accel and magnet sensors and does it's calculations on accelerometers update and calls onSensorChanged of listener that uses it.
I'm still working on calculating velocities properly and getting good quality noise-free output. I did some progress on this but it still does not work as intended. (rotation directions seem correct, or maybe are swapped or inverted, but that can by easily fixed, problem is with values, which are simply wrong.) Testing it is a problem though, since I don't own any device with actual gyro, so I'll be gratefull for any feedback.
xda won't let me post normal link yet, so here is repo: https://github.com/Mourdraug/GyroEmu/
And here is apk: https://github.com/Mourdraug/GyroEmu/raw/master/app/GyroEmu_0.1.apk
Woah, i thought that was impossible. Continue bro, this'll be an interesting module..[emoji106]
Sent by a Cool Guy using XDA-Developers mobile app
Cool!!
Sent from my SM-E700H using Tapatalk
Amazing bro
Sweet!
Tested it a little bit. Well, it's okay on my 1st gen. Moto G. Tried to create pano in Google Camera. Can move my phone only vertically. So no horizontal reaction at all.
Thanks for your work! Keep it going on!
Interesting!!!
Continue the good work.
good work…
keep continue .
Already such a module in repo
How to install this without root / Xposed.Is it possible to modify the APK (I need the Street View and Google Camera apps patched for Samsung Galaxy J2 which has no gyro) .
Suici Doga said:
How to install this without root / Xposed.Is it possible to modify the APK (I need the Street View and Google Camera apps patched for Samsung Galaxy J2 which has no gyro) .
Click to expand...
Click to collapse
It's an xposed module so that would be a no
Hi, don't work on my phone, I have a Vernee Thor.
Good Luck !
Envoyé de mon thor en utilisant Tapatalk
Guys, does anybody of you know if there is a site listing ALL sensors mounted on smartphones? On all sites I only find partial, approximate and untrustable informations about this topic.
Neat!
Great work man! This is definitely a great news for those low-end devices..
would be good for Moto X Play owners
---------- Post added at 07:58 PM ---------- Previous post was at 07:27 PM ----------
as of now, doesnt work on Moto X Play. Rooted with xposed
jumpjack said:
Guys, does anybody of you know if there is a site listing ALL sensors mounted on smartphones? On all sites I only find partial, approximate and untrustable informations about this topic.
Click to expand...
Click to collapse
gsmarena
jumpjack said:
Guys, does anybody of you know if there is a site listing ALL sensors mounted on smartphones? On all sites I only find partial, approximate and untrustable informations about this topic.
Click to expand...
Click to collapse
Just use an app that reads your hardware so you are on the safe side
Kinscreen, an app to keep screen on by positions and other related screen-on/screen-off functions, original complained about lack of gyro. Upgraded version got around this, works like a charm. Might have done the same as this module.
BlueFlame4 said:
Just use an app that reads your hardware so you are on the safe side
Click to expand...
Click to collapse
I need to know BEFORE purchasing the phone!
Dovidhalevi said:
Kinscreen, an app to keep screen on by positions and other related screen-on/screen-off functions, original complained about lack of gyro. Upgraded version got around this, works like a charm. Might have done the same as this module.
Click to expand...
Click to collapse
Hi, I prefer Gravity Screen
Envoyé de mon thor en utilisant Tapatalk

i need help installing a oem app to another phone

i got an old samsung and it have a app is called gallery it have a filter that i love i extracted the app and installed it on a lg but it crashed how i can make it work?, do exist a way to make it work? (sorry if this is the wrong post area for this)
Unless somebody releases a version that is adjusted for all phones they generally won't work.
Kenora_I said:
Unless somebody releases a version that is adjusted for all phones they generally won't work.
Click to expand...
Click to collapse
right now i'm trying to edit it in android studio waiting for a miracle.

Categories

Resources