I'm pretty sure the ellipsis guy posted in the wrong thread. Qremote and quick memo have always worked.Well in mine works fine... all apps n sounds...
So you all knw a new update is cooking...n coming soon![]()
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'm pretty sure the ellipsis guy posted in the wrong thread. Qremote and quick memo have always worked.Well in mine works fine... all apps n sounds...
So you all knw a new update is cooking...n coming soon![]()
I'm pretty sure the ellipses guy posted in the wrong thread. Qremote and quick memo have always worked.
I use Viper4Android to increase volumes etc.
It's an .apk though, not a flashable.
Here's a link https://www.dropbox.com/s/qu5liv2d9uzumyy/ViPER4Android_FX_v2322.zip?dl=0
I can't seem to get tethering to work. It comes on, but it says no internet access on my PC. :'(
Nope. Still doesn't work. I notice when I use the app, in the notification boxes that come up, it says stuff like " iptables, invalid - j DROP" and things of the nature. :'(You have to download & install the 'jb wifi tether' app from the play store, it adjusts some iptables entries, which is needed to routing the packets correctly.
Nope. Still doesn't work. I notice when I use the app, in the notification boxes that come up, it says stuff like " iptables, invalid - j DROP" and things of the nature. :'(
Ok, I just noticed the same issue on another LG F3 from stock ROM. I deleted these apps from /system/app, one of them prevented tether IP routing, they're unused bloatware anyway, safe to delete, but better to move to /sdcard/tmp or something. Must be rooted, & mount /system in 'rw' mode.
/system/app/ECID-release.*
/system/app/gba-service.*
/system/app/ims-service.*
/system/app/IPService.*
/system/app/MLT.*
/system/app/MyMetro.*
/system/app/Upsell.*
/system/app/WAPPushManager.*
/system/app/WapService.*
/system/app/WfdP2pService.*

I can't figure out the issue with getting lte to work i did everything kidryanpz said. I think it might be something with the build prop because I don't see the lte option coming up. Anyone else having this issue?
hroark13, thanks for the great work! I'm currently running Beta 4 since I liked the stripped down version more. The LTE fix (changing OPEN to TMO) worked for me.
Some bugs that I'm currently experiencing:
- lock screen wallpaper resets every reboot
- "Unfortunately, Settings has stopped." error message when I try to go into the "Home screen" settings
- the settings menu switches between the one with toggles at the top (networks/sound/display/general) and the long style where everything is on one page
- "Unfortunately, Gallery has stopped." error when I click on the edit image icon
- knock-on/off is intermittent
Thanks again for the hard work.
Has anyone found a working solution for using the hotspot? Bluetooth and usb tethering work fine but wifi tethering is a no go.
1.) Install busybox, jota text editor, terminal emulator, script manager, and smwidgets.
2.) Edit /system/build.prop
Set ro.build.target_operator=TMO so you will have the LTE option in settings.
3.) Open terminal emulator.
su -
mount -o remount,rw /system /system
mount -o remount,rw / /
4.) Edit /etc/apns-conf.xml in jota text editor.
replace every instance of the word "pcweb" with "fast".
example: pcweb.metropcs.com should be fast.metropcs.com
5.) Open terminal emulator.
su -
chmod +i /etc/apns-conf.xml
*This prevents your carrier from editing this file remotely.
6.) Create a script /sdcard/tether_enable.sh
#!/system/bin/sh
settings put global tether_dun_required 0
exit
7.) Add a smwidget widget to your home screen and point it to the script /sdcard/tether_enable.sh

I have tethering working on MetroPCS. Here are the steps:
*This may also work on Stock rooted 12b*
8.) Run the script using the widget before enabling tethering. Good luck. Hope it works for everyone.
PS: Don't forget to enable LTE in settings after rebooting.
Um do you have an easier way to put it or something? I'm kind of new to all this scripting and such. :/