Hey all, I hope this is the right place for this. I am trying to run an app with cromi 5.0.4 on a TF700, but it doesn't work properly. The app starts fine, but when a certain screen *should* pop up the app just sits there. The app dev tells me it is "probably a font issue" and seemed to dismiss further support. When I check adb log, I see the following error right when I would expect the screen to pop up:
W/OpenGLRenderer( 2944): Bitmap too large to be uploaded into a texture (1848x2184, max=2048x2048)
This app runs fine on the same tablet when I flash over the stock rom. I have tried reinstalling cromi with several different varaitions of DPI and other settings (stock kernel, etc.) with no change in behaviour.
I would really appreciate anyones insight as to what I can try to get this app working in cromi... I really don't want to go back to stock.
A free version of the app in question is available on the play store, named "Mocha TN5250 LITE"
bleffij said:
Hey all, I hope this is the right place for this. I am trying to run an app with cromi 5.0.4 on a TF700, but it doesn't work properly. The app starts fine, but when a certain screen *should* pop up the app just sits there. The app dev tells me it is "probably a font issue" and seemed to dismiss further support. When I check adb log, I see the following error right when I would expect the screen to pop up:
W/OpenGLRenderer( 2944): Bitmap too large to be uploaded into a texture (1848x2184, max=2048x2048)
This app runs fine on the same tablet when I flash over the stock rom. I have tried reinstalling cromi with several different varaitions of DPI and other settings (stock kernel, etc.) with no change in behaviour.
I would really appreciate anyones insight as to what I can try to get this app working in cromi... I really don't want to go back to stock.
A free version of the app in question is available on the play store, named "Mocha TN5250 LITE"
Click to expand...
Click to collapse
Open your build.prop and check this: ro.sf.lcd_density=240. Some apps cannot run if you set the DPI other than 240. Give it a shot to see if it works....Good luck....:fingers-crossed:
LetMeKnow said:
Open your build.prop and check this: ro.sf.lcd_density=240. Some apps cannot run if you set the DPI other than 240. Give it a shot to see if it works....Good luck....:fingers-crossed:
Click to expand...
Click to collapse
Thanks for the suggestion, but I had the same result after setting it to 240 & rebooting.
bleffij said:
Thanks for the suggestion, but I had the same result after setting it to 240 & rebooting.
Click to expand...
Click to collapse
I installed and ran it. It seems to work fine.. What is the pop up screen do you have an issue with? What kernel do you use?
LetMeKnow said:
I installed and ran it. It seems to work fine.. What is the pop up screen do you have an issue with? What kernel do you use?
Click to expand...
Click to collapse
It runs, but once you define a connection and try to connect to a server, it fails. I have tried with both the 'default' kernel choice. IIRC _that_ with fsync, cifs options, as well as the stock kernel.
Create a connection: select "new" in the top box, then click 'Edit'. Choose rzkh.de as the server, leave all other settings as default, click 'ok' then click connect. You should get a black screen with green text and grey buttons at the top, but if you have the same problem as I do, it will just be all grey with the buttons.
** Edit: that server is a publicly available server, so you aren't breaking any laws by connecting.
bleffij said:
It runs, but once you define a connection and try to connect to a server, it fails. I have tried with both the 'default' kernel choice. IIRC _that_ with fsync, cifs options, as well as the stock kernel.
Create a connection: select "new" in the top box, then click 'Edit'. Choose rzkh.de as the server, leave all other settings as default, click 'ok' then click connect. You should get a black screen with green text and grey buttons at the top, but if you have the same problem as I do, it will just be all grey with the buttons.
** Edit: that server is a publicly available server, so you aren't breaking any laws by connecting.
Click to expand...
Click to collapse
I was be able to connect to the rzkl.de and all the buttons were useable. I tried to select the sysreq and the server disconnected my session. That was how far I could go.. I hope thhat helps..
LetMeKnow said:
I was be able to connect to the rzkl.de and all the buttons were useable. I tried to select the sysreq and the server disconnected my session. That was how far I could go.. I hope thhat helps..
Click to expand...
Click to collapse
This was on cromix 5.0.4? If so, what kernel/dpi do you use?
bleffij said:
This was on cromix 5.0.4? If so, what kernel/dpi do you use?
Click to expand...
Click to collapse
I am using cromi 5.0.4 and hund 3.4. My DPI is set at 213. You could try to backup your system and do a factory reset. Just install this app by itself to test out if it is time to do a clean installation.. Good luck....:fingers-crossed:
LetMeKnow said:
I am using cromi 5.0.4 and hund 3.4. My DPI is set at 213. You could try to backup your system and do a factory reset. Just install this app by itself to test out if it is time to do a clean installation.. Good luck....:fingers-crossed:
Click to expand...
Click to collapse
I tried wiping all partitions in twrp and re-installing... Maybe I have to do the factory reset from the fastboot menu? I also think I didnt try that hund kernel... More testing time. Thanks for the input!
bleffij said:
I tried wiping all partitions in twrp and re-installing... Maybe I have to do the factory reset from the fastboot menu? I also think I didnt try that hund kernel... More testing time. Thanks for the input!
Click to expand...
Click to collapse
Still happens to me. IDK what I'm missing here. I did a factory reset from fastbood, plus in twrp I formatted all the partitions, then wiped all of them (except microsd). I know it's overkill but I'm running out of ideas. Any chance you are not using a TF700?
bleffij said:
I tried wiping all partitions in twrp and re-installing... Maybe I have to do the factory reset from the fastboot menu? I also think I didnt try that hund kernel... More testing time. Thanks for the input!
Click to expand...
Click to collapse
I am using hund v3.4 ET, not hund v3.4. I think that I know what your problem is... From your logcat, there is an error about render. You never mention anything about the ET. The difference between the original and the ET version is the CPU and GPU renderer. You can try this to see if you can get your app running:
1. Go to /system/lib/egl and find the egl.cfg script
2. You need a rooted file editor to change the first line 0 0 android to 0 0 tegra.
3. Save it and reboot
You can try to run your app again to see if it works. Please report back, thanks.. :fingers-crossed:
Edit: I am using TF700t...
LetMeKnow said:
I am using hund v3.4 ET, not hund v3.4. I think that I know what your problem is... From your logcat, there is an error about render. You never mention anything about the ET. The difference between the original and the ET version is the CPU and GPU renderer. You can try this to see if you can get your app running:
1. Go to /system/lib/egl and find the egl.cfg script
2. You need a rooted file editor to change the first line 0 0 android to 0 0 tegra.
3. Save it and reboot
You can try to run your app again to see if it works. Please report back, thanks.. :fingers-crossed:
Edit: I am using TF700t...
Click to expand...
Click to collapse
Success! If I un-check 'Force GPU Rendering' in developer options it works. I guess cromix ships with it enabled?
Thanks for your help!
bleffij said:
Success! If I un-check 'Force GPU Rendering' in developer options it works. I guess cromix ships with it enabled?
Thanks for your help!
Click to expand...
Click to collapse
I am glad that you found a solution to your problem... :good:
LetMeKnow said:
I am glad that you found a solution to your problem... :good:
Click to expand...
Click to collapse
Between that and hitting 10 posts this was a successful venture!
bleffij said:
Between that and hitting 10 posts this was a successful venture!
Click to expand...
Click to collapse
Now you know how fix your issue. I would recommend that you should try to use your GPU rendering because it takes off some loads for your CPU loads. You should feel more responsive if you are using GPU rendering. I am using GPU rendering and I was able to run your app perfectly fine. Just my two cents...
Related
Hi Guys,
I am new in this forum although I am reading specific threads almost every day. I am currently using Endymion v2.2 and I am pretty happy form it. Previously I've tried some other ROMs but I think Endy is mine ROM.
In version 2.1 it was undervolted with -50 and it was working stable on my HTC Desire S. So when I've installed v2.2 from time to time I was UV it with -50. However after restart everytime it goes back to default state. So today my phone restarted incidently (happen about once per 1 or 2 days) and I've UV it with -50. After pressing Save and Activate permanently my phone freezed. No keys were working. After that it is restarting on every 20 mins. In fact it is alive for 1-5 mins, freezing for 15 mins and restarting itself. I've tried to boot it in recovery mode and deleted all types of cache (probably bad decission) but no change. I will be very thankfull if anyone have any ideas (Alternatevelly I could try to wipe and install v2.0 from scratch since it is the only one I have on the SD card)
Thanks a lot!
I know that probably this is not the best thread for this but forum rules do not allow me to post anything on Dev forums until I have 10 post or more.
DiadoMraz1 said:
I know that probably this is not the best thread for this but forum rules do not allow me to post anything on Dev forums until I have 10 post or more.
Click to expand...
Click to collapse
Change the U/V to -25 and if that doesn't work put them to default !
Also did you Underclock it?
I've tried with default and even with +25 (current one) but there is no difference.
DiadoMraz1 said:
I've tried with default and even with +25 (current one) but there is no difference.
Click to expand...
Click to collapse
You don't have setCPU installed by anychance?
I haven't overclocked it further. I am using default settings comming with v2.2 (I think by default it is OC to 1075)
(Sorry for the slow reponse but as a new member I can post just once per 5 mins)
I never had setCPU but I have Juice Defender (free version) but probably it is not related to this issue.
DiadoMraz1 said:
I haven't overclocked it further. I am using default settings comming with v2.2 (I think by default it is OC to 1075)
(Sorry for the slow reponse but as a new member I can post just once per 5 mins)
Click to expand...
Click to collapse
Thats ok did you update OC/UV Beater2 as there were issues with newer versions above 1.5?
One interesting fact:
When phone is freezing all keys are not working. However I can call it! It gives a free signal but it doesn't rings. So maybe it is 'sleeping' somehow.....
DiadoMraz1 said:
One interesting fact:
When phone is freezing all keys are not working. However I can call it! It gives a free signal but it doesn't rings. So maybe it is 'sleeping' somehow.....
Click to expand...
Click to collapse
To me that sounds like an under clocking or under volting problem problem
det66 said:
Thats ok did you update OC/UV Beater2 as there were issues with newer versions above 1.5?
Click to expand...
Click to collapse
No - I haven't update it. The version is the 'stock' one included in the ROM. I think it is v1.5
det66 said:
To me that sounds like an under clocking or under volting problem problem
Click to expand...
Click to collapse
Most probably since the problem begins when I've tried to do -50 in UV. But now according to OC/UV Beater2 UV is by default and OC is using the default setting which are comming from the ROM. I've revoke permissions to this application from Superuser but nothing changed
Any ideas how to swich off Undervolting/Overclocking?
Unfortunatelly I should be quite fast since I have usually 1-2 mins before next restart. (Today probably the phone restarted at least 20 times.)
I am also having my phone in the charger. I do know that I should not pull the battery in any case.
I have to travel so I will be back after about 3h. Since my phone is unuseful I will not be able to respond to this thread before I am getting back home.
Thanks to all for the help
det66 said:
To me that sounds like an under clocking or under volting problem problem
Click to expand...
Click to collapse
Agreed, seems something wrong with of/iv beater. Please uninstall it completelly, by doing this (i assume you know how to use adb):
- reboot to recovery and connect USB cable
- adb remount
- delete the app from /data/app , don't quite recall the name, but its obvious once you see it
- delete /system/etc/init.d/98setvddconfig
- reboot
See if this helps.
Cheers
--edit--
If you don't have time, the really important part is deleting the file in /system/etc/init.d
Sent from my HTC Desire S using xda premium
lowveld said:
Agreed, seems something wrong with of/iv beater. Please uninstall it completelly, by doing this (i assume you know how to use adb):
- reboot to recovery and connect USB cable
- adb remount
- delete the app from /data/app , don't quite recall the name, but its obvious once you see it
- delete /system/etc/init.d/98setvddconfig
- reboot
See if this helps.
Cheers
--edit--
If you don't have time, the really important part is deleting the file in /system/etc/init.d
Sent from my HTC Desire S using xda premium
Click to expand...
Click to collapse
I am back now and will try it Will let you know the results soon (Ok first need to research a little bit about adb)
DiadoMraz1 said:
I am back now and will try it Will let you know the results soon (Ok first need to research a little bit about adb)
Click to expand...
Click to collapse
Forget adv for now. Just use es file explorer to delete the file I mentioned.
I have a good idea about what's happening to you, but can't explain now.
Cheers
Sent from my HTC Desire S using xda premium
lowveld said:
Forget adv for now. Just use es file explorer to delete the file I mentioned.
I have a good idea about what's happening to you, but can't explain now.
Cheers
Sent from my HTC Desire S using xda premium
Click to expand...
Click to collapse
I've just installed Android SDK and JDK Will try to delete it on next restart probably after 10-15 mins or in worst case in next-next restart - about 30 mins. Will let you know as soon as I have some more info.
I was not quick enough in first attempt (since I had less than a min). I run ES File explorer and tried to find /system. By default it was on /sdcard and I do not know how to go to root folder and then to system (hope next time to have more time before freeze)
Btw now the phone is frozen quite funny because of back button press it is vibrating
Updated:
found this on Internet: menu->settings->root options-> check "Root Explorer" Will try it on next restart
Root Explorer option is swiched on. Now it says that /system should be mount
DiadoMraz1 said:
I was not quick enough in first attempt (since I had less than a min). I run ES File explorer and tried to find /system. By default it was on /sdcard and I do not know how to go to root folder and then to system (hope next time to have more time before freeze)
Btw now the phone is frozen quite funny because of back button press it is vibrating
Updated:
found this on Internet: menu->settings->root options-> check "Root Explorer" Will try it on next restart
Click to expand...
Click to collapse
Easier this way, flash this in recovery:
View attachment 801695
Sorry, I missed something, flash this instead:
View attachment lowveld_restore_vdd.zip
Tell me if it solves the issue. I'll explain later...
Cheers
Sorry maybe a dumb question:S
But I think I will not have time to copy the file. Probably there is a way in recovery mode...I will google for this...
Ok. 2 things for you smarties-
A. Flashed MHX's superlite4.2 and lost my abilities to see, let alone download chrome and facebook in the Play Store(and probably more... havnt looked much further than that)
Re-flash?
B. Also, I havnt seen say anything about this yet, but in CWM (both touch and normal) when i go to clear the dalvik cache i get an "E:unknown volume for path [/sd-ext]" along the bottom when i click the "wipe Dalvik Cache" button. Note: this is not when i actually go to clear it, just when i hit the button before the no/no.../yes/no... prompt.
I one-clicked and rooted twice, and this was there both times.
***Edit- did some more searching, NVM on part B. Figured it out. Nothing to worry about!!
Thanks for your help! You guys rock!
try this first:
http://www.mediafire.com/?2bzkpwmwc652vn8
clear data under applications for google play, then install this within regular menu, from astro or any other filemanager
run and reconfigure. I you still can't find them then yes, perform a darkside/reflash
And yes, as you already figured out. "E:unknown volume" is nothing to worry about
thanks icenight89!
I ended up doing a darkside and flashing nexusmod ICS... Looks like it's more of what i want for the time being.
You da BOMB!
icenight89 said:
try this first:
http://www.mediafire.com/?2bzkpwmwc652vn8
clear data under applications for google play, then install this within regular menu, from astro or any other filemanager
run and reconfigure. I you still can't find them then yes, perform a darkside/reflash
And yes, as you already figured out. "E:unknown volume" is nothing to worry about
Click to expand...
Click to collapse
I have the same problem with Facebook not compatible. I downloaded that file but can't figure out how to install it.
Use this method http://codekiem.com/2012/02/24/apk-downloader/
I also attached the facebook app.
View attachment com.facebook.katana-11090.apk
kishke said:
Use this method http://codekiem.com/2012/02/24/apk-downloader/
I also attached the facebook app.
View attachment 979294
Click to expand...
Click to collapse
For all the people who care about legal things:
3.3 You agree not to access (or attempt to access) the Market by any means other than through the interface that is provided by Google, unless you have been specifically allowed to do so in a separate agreement with Google. You specifically agree not to access (or attempt to access) the Market through any automated means (including use of scripts, crawlers, or similar technologies) and shall ensure that you comply with the instructions set out in any robots.txt file present on the Market website.
Click to expand...
Click to collapse
promiseofcake said:
For all the people who care about legal things:
Click to expand...
Click to collapse
who cares?
I already have the apk of it. I would like a fix to make it compatible with the ROM superlite 4.2 . I guess I'll ask on the ROM thread.
Download the program from: WindowsAndroid
Run as administrator and install the program.
Install Gapps:
1. Download gapps for ICS HERE.
2. Unzip the gapps.
3. Find the system folder that was unzipped, then go into the apps folder. Copy all of the apks
4. Go to C:\SocketeQ\windowsandroid_root\system\apps
5. Paste all of the apks in that directory.
6. Restart Windowsandroid
7. Enjoy gapps.
Note: You will now be able to add a Google account and get into Google Play but there is not really anything in the Play Store at this time.
Note #2: There have been reports that, this may not work on AMD processors. Intel seem to work just fine.
Very cool. Like you say, little you can do with it so far and very regular crashes even just using Play Store and built-in apps, but definitely one to keep an eye on.
The emulator won't even start.
I get an error in the cmd window that app_process(4776) terminated abnormally.
I got some screenshots if it helps.
ratatattata said:
The emulator won't even start.
I get an error in the cmd window that app_process(4776) terminated abnormally.
I got some screenshots if it helps.
Click to expand...
Click to collapse
Lets see the screenshots.
grilledbacon32 said:
Lets see the screenshots.
Click to expand...
Click to collapse
How to switch to tablet mode?
screenshot
I run windowsandroid that in WIN7,force stop.Below is a screenshot.Please help solve.ths
I have same issue force stop on win 7. Any advice how to fix?
mymolosser said:
I run windowsandroid that in WIN7,force stop.Below is a screenshot.Please help solve.ths
Click to expand...
Click to collapse
Are you running it as an administrator? If so try removing the program from Add or Remove programs. Then going to your C: drive and delete the file SocketeQ. Re install the program, once it is installed open WindowsAndroid first. Then close it and install the Gapps after running it one time. See if that helps anything.
grilledbacon32 said:
Lets see the screenshots.
Click to expand...
Click to collapse
Sorry for late reply, lots of school lately.
I get to bootanimation/loading screen, then the error comes.
Has anyone found out how to switch to Full-Screen or change resolution yet?
ratatattata said:
Sorry for late reply, lots of school lately.
I get to bootanimation/loading screen, then the error comes.
Click to expand...
Click to collapse
Did you try what I suggested on my previous post.
neodoughnut said:
Has anyone found out how to switch to Full-Screen or change resolution yet?
Click to expand...
Click to collapse
I don't believe so.
grilledbacon32 said:
Did you try what I suggested on my previous post.
Click to expand...
Click to collapse
I tried on the school laptop (intel processor) and it worked great. Still not working on desktop (AMD) though.
ratatattata said:
I tried on the school laptop (intel processor) and it worked great. Still not working on desktop (AMD) though.
Click to expand...
Click to collapse
Oh thank you for the information!
Issues encountered
Issues with WindowsAndroid encountered so far - post will be updated.
Play store - All apps incompatible, shows few apps
Voice search doesn't work
Developer options makes crash
Impossible to change layout and screen size
No Security settings
No unlock to camera (at least not with no webcam)
so what apps do run on this? or is a way to force an app to run, maybe changing the device id?
eortizr said:
so what apps do run on this? or is a way to force an app to run, maybe changing the device id?
Click to expand...
Click to collapse
As of right now you just have to try and see what you can get to work. This is a very early release and so there are a lot of things that need fixed. I just want to let people know that this is out there and that its something to look out for.
eortizr said:
so what apps do run on this? or is a way to force an app to run, maybe changing the device id?
Click to expand...
Click to collapse
Installed through the Play store, nothing. Even if you can find an app listed as compatible, they won't download. Manually installed, try it and see.
Sent from my HTC One X using Tapatalk 2
I'm having trouble loading the program... can anyone help me, please?
ttp://i.imgur.com/W42hrDK.png
ttp://i.imgur.com/r05LMyx.jpg
ttp://i.imgur.com/EtT5FyK.jpg
anyone tried to tinker with the build.prop to make it compatible with playstore?
I have galaxy tab 2 7.0 jellybean.
When I open play store, it says "no connection-retry"
I've tried several things and it still doesn't work. Everything else(that uses internet) works fine.
Things I've done:
Re-login
Checked time
Delete cache
Reinstall Play Store
Factory Reset
1=0 said:
I have galaxy tab 2 7.0 jellybean.
When I open play store, it says "no connection-retry"
I've tried several things and it still doesn't work. Everything else(that uses internet) works fine.
Things I've done:
Re-login
Checked time
Delete cache
Reinstall Play Store
Factory Reset
Click to expand...
Click to collapse
Do you have TabletUI patch or something that enable TabletUI?
WaryLouka said:
Do you have TabletUI patch or something that enable TabletUI?
Click to expand...
Click to collapse
what's TabletUI?
1=0 said:
what's TabletUI?
Click to expand...
Click to collapse
xD. It won't affect play store, just ignore him.
Umm... I have no idea whats your problem. I think it could be slow internet or a proxy blocking it.
Luigi2012SM64DS said:
xD. It won't affect play store, just ignore him.
Umm... I have no idea whats your problem. I think it could be slow internet or a proxy blocking it.
Click to expand...
Click to collapse
I will revive this thread, and yes, TabletUI can affect Play store using CyanogenMod patch
I saw something that will help you. It's depend on your rom.
You can do this:
1. Open your file manager. Anything will do the affair.
2. Open /system/etc/hosts
3. You see 74.125.93.113, 127.201.26.224 or 127.122.124.92 on one of the lines? Put a # behind it. ( If it's a different number, do not mind it. Put a # behind it anyway. IGNORE THE LINE WHO HAVE 127.0.0.1! It's okay! )
4. Reboot! ( Somebody says that you need to do a Factory Reset, it's false )
WaryLouka said:
2. Open /system/etc/hosts
3. You see 74.125.93.113, 127.201.26.224 or 127.122.124.92 on one of the lines? Put a # behind it. ( If it's a different number, do not mind it. Put a # behind it anyway. IGNORE THE LINE WHO HAVE 127.0.0.1! It's okay! )
Click to expand...
Click to collapse
I don't get it... First, are you sure you are putting a # behind the line, not in front of it? Big difference... Second, it sounds like you are saying ALL the lines should be commented out, except the loopback. Why the heck would you do that?
kt-Froggy said:
I don't get it... First, are you sure you are putting a # behind the line, not in front of it? Big difference... Second, it sounds like you are saying ALL the lines should be commented out, except the loopback. Why the heck would you do that?
Click to expand...
Click to collapse
Because theres no need to have that anyway.
Putting a sharp before the line "canel" the load of the parameter who have it. If you put it after, he will think that the ip adress actually finish with a sharp, and redirect you there. But theres no website with this, so therefore, it will cause an error.
there something error in your rom
you should install a new rom or stock
I take no credit other than compiling info and making a guide. All credit goes to http://forum.xda-developers.com/member.php?u=4911585 (br3w3r, Chainfire and Princecomsy)
http://forum.xda-developers.com/att-...-root-t3410403
Also credits to Mastajeff for originally making the guide for T-Mobile.
First off download these files: http://d-h.st/PK3q
Extract them to whatever folder you want, there will be 5 files in there.
Folder named: "su" contains the SuperSU and thing needed to root the phone
ADB Setup EXE called: "adb-setup-1.4.3.exe" Needed to install ADB and the Drivers
Special patched Odin that skips the SHA 225 called: Odin PrinceComsy.exe (Mainly for AT&T)
.ini file named: "Odin3.ini"
Last, file, named: "Samsung_G935x_QC_Rooted_BOOT.TAR", this is the engBoot for the phone.
NOTE: Some users have experienced endless boot loop; this seems to be caused by using a package disabler that disabled certain services.
If you used one and end up getting an endless boot loop try wiping the cache and factory reset the phone.
I suggest you backup your phone before doing this, just in case something happens.
Install ADB by running adb-setup-1.4.3.exe
Make sure to put your phone into downloading mode (Power off--- Hold Down arrow + Home + Power button)
Open up Odin and click AP and mount Samsung_G935x_QC_Rooted_BOOT.TAR
Once restarted put the phone into USB debugging mode (Need Developer options for this)
To get developer mode, go to "About" then tap "build number" about 6 or 7 times
Go back to settings and you should now see developer options, turn on USB debugging
Now back on your PC, Move the folder named "su" into your ADB folder (Default Path: C:\adb)
Run CMD by either Win + R and typing cmd or from the control panel.
Once CMD is open type this
Code:
cd C:\adb\su
or whatever your path to your "su" folder.
After that type root.bat
Wait for the CMD to finish and then your phone should restart
Once your phone has finally restarted you will notice that SuperSU was installed and root should be working, download root checker to find out for yourself.
If your CMD just says starting Daemon and doesn't proceed any further than that, then you forgot to make sure USB debugging was turned on.
If everything went well you will see the CMD was able to push SuperSU.
You can now install Xposed via Flashfire. Unfortunately, TWRP does not work on this method, so, DO NOT TRY, there is a chance that you can Brick your phone from doing that.
NOTE: DO NOT UPDATE THE SU BINARY!
Fix for wifi bug on restart: http://forum.xda-developers.com/tmo...ticky-root-t3327399/post67592828#post67592828
Thanks 2swizzle for mentioning this.
If you want to fix the lag/slowness download any CPU or Kernel Editor or changer.
This one works fine: https://play.google.com/store/apps/details?id=com.grarak.kerneladiutor&hl=en
To fix the lag
Open up the APP
Go into the CPU settings
Set CPU Governor to ondemand
Apply on boot
Thanks to orgulloso4202 I have found a way to fix the battery drain and help with Youtube and the CPU.
L Speed seems work fine and my battery no longer drains when using the recommended Profile.
Interesting. First Sammy I've seen that Knox is intact but Samsung Pay won't work.
Have been searching a bit after rooting mine, don't suppose anyone has word on how to or if you can install TWRP or Xposed?
AlphaD1 said:
Have been searching a bit after rooting mine, don't suppose anyone has word on how to or if you can install TWRP or Xposed?
Click to expand...
Click to collapse
Got Xposed with flashfire but sadly it left me in a boot loop on the verizon logo, think I need to start over.
If we can get the bootloader unlocked it will be fun times indeed!
Going to try this soon.
Don't care if my phone blows up, it's the 4th here in the U-S-A!
Besides my trusty Nexus 6 and even Note 5 are ready for duty!
Xposed would be nice, I do miss those features.
Layer support even just to change up the statusbar.
Themes have done a nice job to blackout the device.
Root, center clock and some battery icon customizations and I'm all set for sure.
Perhaps the horrid standby time will be fixed.
Because as of late this phone has lead to high frustration to the point where I want to see how good it skips across the lake! But when I think of how much I paid for it, well I keep it in my pocket!
TWRP doesnt work, but you can install Xposed from flashfire.
Argyrus said:
TWRP doesnt work, but you can install Xposed from flashfire.
Click to expand...
Click to collapse
So with Xposed working, that means battery saving apps like Greenify and Amplify work now for our devices?
GigaSPX said:
So with Xposed working, that means battery saving apps like Greenify and Amplify work now for our devices?
Click to expand...
Click to collapse
Not 100% sure.
I haven't really installed it on my phone. I only know Xposed work due to the countless others that tried it; however, I don't see why those should not work.
Xposed is working fine and you guys need to install a kennel app and change the engboot settings to ondemand, that's why it lags and slow
2swizzle said:
Xposed is working fine and you guys need to install a kennel app and change the engboot settings to ondemand, that's why it lags and slow
Click to expand...
Click to collapse
Root gives performance issues??
GigaSPX said:
Root gives performance issues??
Click to expand...
Click to collapse
Negative. The eng kernel has shown some lag and performance slowdowns for some people but can be remedied by changing the governor.
Sent from my SM-G935V using Tapatalk
MisterSprinkles said:
Negative. The eng kernel has shown some lag and performance slowdowns for some people but can be remedied by changing the governor.
Sent from my SM-G935V using Tapatalk
Click to expand...
Click to collapse
Which governer do you recommend we use for optimal performance?
zachchen1996 said:
Which governer do you recommend we use for optimal performance?
Click to expand...
Click to collapse
Would seem the consensus is on-demand.
Sent from my SM-G935V using Tapatalk
Am I missing the download files for Verizon or are they not posted here
Can anyone report that they are suffering overheating issues after rooting even after a FDR? Thanks!
shawnten said:
Am I missing the download files for Verizon or are they not posted here
Click to expand...
Click to collapse
They are posted here: http://forum.xda-developers.com/tmobile-s7-edge/how-to/how-to-root-s7-edge-t3410470
I guess maybe I should make a thread here with all the download links and some other links that fix things.
Thread updated!
Added links and more stuff.
farfromovin said:
Interesting. First Sammy I've seen that Knox is intact but Samsung Pay won't work.
Click to expand...
Click to collapse
If you try opening the app you will get a message saying: "Access denied. Unauthorized modifications have been made to your device."
I am guessing that the app has some other type of security that checks if phone has been modded.
Anyone tried to unroot? Does Samsung Pay work if you revert NB to stock?
Sent from my SM-T320 using Tapatalk
How do we install xposed with flashfire?