Related
For those that are experiencing battery drain because Maps app keeps opening in the background no matter how many times you force close it, I made a very simple script to completely freeze it (and defrost it if it's already frozen) with one click(technically two lol).
Attached Files:
freeze-maps -- it auto detects if Maps is already enabled or disabled, and does the opposite.
maps-disable -- it simply runs the disable Maps command, won't hurt even if the maps is already disabled
maps-enable -- it enables Maps, won't do any harm if Maps is already enabled
Instruction:
1. Download and Install Script Manager in the market (there's a free version)
2. Download the attached freeze-maps.sh.txt and put it in your SD card, say under Documents
3. Open Script Manager, locate the file (freeze-maps.sh.txt) you just downloaded, open it by long press and open as... Script/Executable
Check "run as root", check "Configure as favorite", Click Save and click Exit
4. You can now quit the Script Manager app
5. On your preferred launcher, create a new widget, choose script manager, and then the freeze-maps.sh.txt script (it should be there, since you bookmarked it at step 3).
6. Now you can enable/disable Maps with just using the widget on your Launcher!
************************************************
For those getting an error with freeze-maps.sh.txt, it means your "pm" command doesn't support filter and it won't function as intended. You can either use maps-disable/maps-enable as two separate widgets
or you can do the following(at your own risk):
I attached a copy of my own "pm" executable file that was found in my device, you just gotta replace yours with it.
How-to:
1. Download the attached file - pm.zip
2. Use root explorer and go to /system/bin
3. mount it as writable by pressing the little button says "Mount R/W", it will change to "Mount R/O"
4. rename your pm to pm.bak (for backup) and replace it with the file pm found in pm.zip
5. Long click on the pm file you just extracted here and choose permissions:
Owner = Read/Write/Execute
Group = Read/Execute
Others = Read/Execute
Click Ok
5. Mount your system back to read only by pressing "Mount R/O" and you should be set
******************************************
PS: please let me know if there's any error since this is the very first Android script I wrote, Thanks for Looking ;-)
*Disclaimer: As usual, I am not responsible for any damage to your device, it's do it at your own risk. I will try my best to help though.
PPS: The geeky stuff - you can of course edit the script or run the command "pm" in a terminal and use it to enable/disable any annoying process, but you need to know what you are doing!!!! I personally froze the market updater and twitter app and some other bloatwares that came with the streak.
Shows
# Error: unknown option: -d
+
(loads a stuff)
+
Maps is now disabled
Maps disappears off my Apps list - I re-run the script, same message, and still no maps. How do I get Maps back ?
I am running this fine on streadriod 2.3 by fards, let me check and get back to you
But the new additional attached files at the first post should solve your problem for now.
it wont detect if you have maps enabled or disabled, but it will do what it's file name implied respectively.
Just use Script Manager to Run it, you can also make two Widgets for enabling/disabling.
haynesteve said:
Shows
# Error: unknown option: -d
+
(loads a stuff)
+
Maps is now disabled
Maps disappears off my Apps list - I re-run the script, same message, and still no maps. How do I get Maps back ?
Click to expand...
Click to collapse
if you have a terminal installed, try to run this > ( === enter means hit enter)
su === enter
pm list packages -d === enter
and let me know the result.
Thank you
enable script has 1st line as
pm enable com.google.android.apps.maps\
which doesn't work - however after removing the slash, works perfectly. Thank you
haynesteve said:
Thank you
enable script has 1st line as
pm enable com.google.android.apps.maps\
which doesn't work - however after removing the slash, works perfectly. Thank you
Click to expand...
Click to collapse
yup made a typo in the script, corrected in the OP, thanks =)
asianftw said:
if you have a terminal installed, try to run this > ( === enter means hit enter)
su === enter
pm list packages -d === enter
and let me know the result.
Click to expand...
Click to collapse
Again shows Error: unknown option: -d
(list usage perameters)
Using Streakin v1.1
haynesteve said:
Again shows Error: unknown option: -d
(list usage perameters)
Using Streakin v1.1
Click to expand...
Click to collapse
Oh that's probably why.. Because Streakin is mostly based on stock rom and I guess -d is some kind of option that only available in the custom roms like on DJ steve's or fard's
If it's not too much trouble, it would be great if you can message me the output of the command so I will see if i can write a working script for the stock rom accordingly
just type(in terminal):
su
pm
and in your terminal software, there's an option "email to". just copy and paste the contents in to a private message via xda.
Thanks so much
Sent you a PM (not easy as Emulator kept FC - lol)
haynesteve said:
Sent you a PM (not easy as Emulator kept FC - lol)
Click to expand...
Click to collapse
Thanks for your help !! I see your version of the pm command is missing the filter option, hence rendering the detection error.
I updated my OP
Thanks for this script, it works brilliantly.
I am trying to modify this script to check of com.facebook.katana is running and do the same for Facebook, but I am not sure how to check if that service is running.
hshah said:
Thanks for this script, it works brilliantly.
I am trying to modify this script to check of com.facebook.katana is running and do the same for Facebook, but I am not sure how to check if that service is running.
Click to expand...
Click to collapse
i did it for some of those apps that have the tendency to stay in the background even you force close it.
you can check if it's running by going to Setting -> application -> running service
you can also check what apps are occupying your resource with an app called "Betterbatterystat"
asianftw said:
i did it for some of those apps that have the tendency to stay in the background even you force close it.
you can check if it's running by going to Setting -> application -> running service
you can also check what apps are occupying your resource with an app called "Betterbatterystat"
Click to expand...
Click to collapse
Sorry, I meant via a script to replace "pm list packages -d".
hshah said:
Sorry, I meant via a script to replace "pm list packages -d".
Click to expand...
Click to collapse
you can look into using pid or look here for some similar info
i can get back to you when I have more time in hand.
But what i can ensure you is: if you have facebook installed, it IS running in the background, period. 100% of the time. It's not using much of my battery though, so I just leave it as that.
Done it
It really works!
Thanks Sir.
Fully Working on Karbonn_A9+.
@asianftw & @hshah,
These are great! Thank you. Will try them soon.
Can you add more apps for this.
And can you make it into auto-mode? Meaning any apps will be freeze when not in use, but will be turned ON when user click those app OR triggered by incoming update (like FB) or at least, set to a fix frequencies to check for update (say every 30 minutes / hourly / "x" hours). If it is possible, this will be a must have app.
Dell Streak | InnerSD 8GB | ExternalSD 32GB | LXdroid 0.2
UPDATE: Original thread was created by hansip87, thank for the great work, appreciate his time collecting the guides
UPDATE: Ok to honour chiefy009 original post about collection of mods that being used here, Please go here to appreciate his time collecting the mods. Without him, this tutorial won't be complete and i won't find out that Arc's file system is directly applicable to our Ray. Say thanks to him, and hopefully this tutorial can continue to help you all.
Hello, just want to help other noobie who owns Xperia Ray (or Arc/Neo/Pro - similar device) to have a step-by-step optimizing the Stock ROM of Ray. Optimizing means that you as user have more efficient and faster experience with your Xperia. This is the summary of steps, explained later:
Root the Phone
Install Busybox and CWM Recovery
Enable Dynamic Brightness on Ray
Install Quick Panel Setting to Statusbar
Install Reboot Menu + Scrolling Cache Disabled + 30 steps Volume Stepping
Remove Bloatware from your Phone
Move big games/apps to SD
Install Supercharger to optimize Memory and KAK to optimize Kernel
Edit build.prop to Optimize Ray
Enable Dual Band and Burst Mode for Wifi
(Additional) Recalibrate Your Battery
*WARNING For Advanced User Only* Unlock Bootloader and Apply OC+UV kernel
HOW TO FALSH JB ROM, IF YOU ARE A NEW ANDROID USER OR YOU UNLOCKED A BOOTLOADER FEW WEAKS AGO
Basic Requirement:
Stock Ray(kernel 42 or lower)and cable
PC Companion installed on the computer (for Ray base driver get installed)
FlashTool(http://forum.xda-developers.com/showthread.php?t=1351324)
enable "USB DEBUGGING" from Menu -> Settings -> Applications -> Development
enable "UNKNOWN SOURCES" from Menu -> Settings -> Applications
set Connectivity mode to MSC from Menu -> Sony Ericsson -> Connectivity -> USB Connection Mode
Root Explorer app or any app like it.
This tutorial is based on my experiences on my phone fw.42, but still apllicable for .62, except step 1 needs to have different implementation. Read here
1. Root the Phone
External link: {Guide} How To Root Xperia™ Smartphone Running ICS ( Ice Cream Sandwich) or GB ( Gingerbread )
GB Version:
(original:http://forum.xda-developers.com/showthread.php?t=1320350)
This is the base of all modification of the Stock ROM. This is to enable you to insert anything to your phone system file. Currently ZergRush method by DoomLord is the simplest way to do it. So let's go:
download the attached file from link above, extract it using winzip/winrar
Connect Phone to USB.
execute "RUNME.bat" inside the folder you extracted at no 1.
follow the instruction that is being displayed.
The phone will be rebooted and voila it's rooted!
Don't forget to thank DoomLord on the original link above
ICS Version:
Follow this thread for ics 4.0.3, - Build 4.1.A.0.562:http://forum.xda-developers.com/showthread.php?t=1600728 thanks to asertyio!
YOU CAN'T ROOT 4.0.4 (4.1.B.587) DIRECTLY If you are on ics 4.0.4 Build 4.1.B.0.431 or Build 4.1.B.0.587: Follow this guide [GUIDE] Rooting Xperia 2011 devices with ICS(4.1.B.0.587)
2. Install Busybox and CWM Recovery
(original:http://forum.xda-developers.com/showthread.php?t=1346190)
This one is for enabling the phone to have a utility to cleanup and update your Ray with some of the great mod here. Busybox is a basic tool for embedded device to run Desktop OS-like command on your phone. Here are the steps:
Install BusyBox Free from STEricsson from here, run and install the busybox from there.
Download the SE Tweak Installer from link above
Connect your Phone to USB
Run the SE Tweak Installer, select the device type to the Ray one (or depends on your other Xperia type)
Check Auto Reboot if you want to test right away.
Press Install and follow the process.
Give thanks to quangnhut123 at the above link
Note 1:
To access CWM Recovery, turn off your phone, and reboot. Once the Sony Ericsson logo appears, quickly spam the vol- button until the CWM Recovery displayed. access the CWM recovery with Home button for OK, Return button for returning to parent menu, vol+ vol- to access the menu.
Note 2:
There are Alternative method for BusyBox to be installed. You can do it by installing BusyBox installer from Market or using Titanium Backup and download it from "Problems?" button at the bottom of TB.
You can use x-Parts [CWM Installer] made by pvyParts. Download link from play store: x-Parts
ICS Version:
Still the same , but if you had problem of charging offline, try to replace charger file with the following thanks to pvyparts!
3. Enable Dynamic Brightness on Ray (original:http://forum.xda-developers.com/showthread.php?t=1377125)
This is to enable Dynamic Brightness on Xperia Ray. 4 Me this is not really a big deal, but it is a nice feature that SE should have applied in the first place. It is to reduce brightness on dark places automatically. Here are the steps:
with Root Explorer, open /system/etc/hw_config.sh in Text Editor (press and hold the file and Open the Text Editor). Don't forget to mount as R/W first.
change line
echo 0,0,0,0 > $dev/lcd-backlight/als/params
Click to expand...
Click to collapse
to
echo 3,2,2,0 > $dev/lcd-backlight/als/params
Click to expand...
Click to collapse
Save the changes
If you want to improve, use the als_curve.zip available at link above and replace to als_curve.
Make sure als_curve and hw_config.sh get correct permissions (rw-r--r--)
Don't forget to thanks arcatarc
Note: This mod does not have instantaneous effect. To seen it, please use a Browser and do a blank white page to test if the script are working or not. To test it, close and open the upper right part of the phone.
ICS Version:
No Changes. Still the same
4. Install Quick Panel Setting to Statusbar (original:http://forum.xda-developers.com/showthread.php?t=1392472)
Cluttered with widget to turn off/on settings? Wishing to have Statusbar widget instead? Download from the above or.. I have new and my own rebuild version from sj8023ld's mod. Please go here to download my version (2 More Brightness selection toggle)
ICS Version:
Go here to install the ICS version. Install the SystemUI package - by hansip87
Go here to install TABBED Xperia T SystemUI, Small QP and STOCK Bat - by adulfo
5. Install Reboot Menu + Disable Scrolling Cache + 30 Media Volume steppings (original:http://forum.xda-developers.com/showthread.php?t=1089470)
Please read and download from here http://forum.xda-developers.com/showthread.php?t=1437686
NOTE: Step 4 and Step 5 is already merged into my mod. Please download from here to have them all and another mod you might need.
ICS Version:
Go here to install the ICS version. Install the Part A and Part B together.
6. Remove Bloatware from your Phone (original:http://forum.xda-developers.com/showthread.php?t=1089470)
Don't need some of the Bloatware from your Phone? you can check out the list above. There are multiple option to uninstall, with Titanium Backup or straight through Root Explorer, delete safe apk's from the /system/app. Your choice.
Say Thanks to constin for the list.
But Oh! some apk won't uninstall after reboot! Help?!
There are some apps that stays on the system even after we remove it. Now here's how to do it:
Remove the apk's with Titanium Backup or Root Explorer.
Browse to /etc/customization/applications and /etc/product/applications with Root Explorer. This is the storage of additional bloatware from the distributor that will get installed on next reboot. Delete any of the unneeded apps here.
You're done.
ICS Version: Still the same
7. Move Big apps to SD(original:http://forum.xda-developers.com/showthread.php?t=686588)
Surely some games eats up your valuable space on the phone. Here are the steps to move them to your SD.
*WARNING* if you move non-game app to SD, make sure the app:
does not have widget feature
does not need to be running at startup
does not nedd root access
Here are the basic steps:
go to Menu -> Settings -> Applications -> Manage Applications
select the SD card tab, choose one of the apps
press Move to SD card.
if failed, try again to move it. Usually happened because of unclean SD card from previous usage.
But there are some games that for some reasons, developer restricts it to be on phone memory. Well you can move it though by your self. Here are the steps:
Connect Phone to USB
go to Google SDK folder or FlashTool folder
Open command line that points out to the place where adb.exe exists
type (without semicolon) "adb shell pm setInstallLocation 2"
Do the basic steps above, move the games to SD
back to the computer, type "adb shell pm setInstallLocation 0" to restore.
Say thanks to Henchman for the tip at the above link
Note: explanation for parameter on adb shell pm setInstallLocation:
2 is for SD, 1 is for internal memory, 0 is for Auto
ICS Version: Still the same
8. Apply Supercharger to improve memory management and KAK to optimize Kernel(original:http://forum.xda-developers.com/showthread.php?t=991276)
Irritated by Home Launcher not responding quickly after playing games or browsing web on 8 tabs? Install Supercharger to optimize your phone.
Basically there are two major steps to do it:
Setup Supercharger to your liking, run with Script Manager. Don't assign the script as startup boot script!
Run Supercharger result script at startup of phone. Can be achieved with Script Manager from Market or with init.d mod from here: http://forum.xda-developers.com/showthread.php?t=1405590 say thanks to iridaki!
You can read here too for help(http://forum.xda-developers.com/showthread.php?t=1334834). Here is my short version of steps:
Download the first Supercharger setup script from the first link on this matter above (http://forum.xda-developers.com/showthread.php?t=991276). it is currently named as V6_SuperCharger_for_Android-update8.sh.txt, put it on your SD card
Install and open script manager, Find the downloaded file and run the script as normal one
When asked the first time at making setup of Supercharger (speed of scrolling), i put 0 as choice (you can experiment here too, just cutting it short for you now)
After that, list menu pops up. When selecting from Supercharger menu, choose the Aggressive setting 1 (there are 6-8settings? i haven't tried it all, but the Aggresive 1 is adequate)
When done setup, just exit from the selection menu (no.17). The result file named 99Supercharger will be generated at /data/ (or in /system/etc/init.d/99Supercharger if you created /system/etc/init.d/ folder from iridaki's mod)
(If you use init.d mod from iridaki, skip this one) Open ScriptManager, select the /data/99Supercharger.sh, and when the properties window pops up, tag it as "su" and "boot") The ScriptManager will load it at startup and as root, otherwise it will fail.
To Test if the value is loaded or not, launch again the setup script(repeat step2-4) You will find a text like "Launcher is.. xxxxxxx" if it is written as "weak", the script is not running yet. If it is "hard to kill" it is running.
say thanks to chiefy009 for his finding too here (http://forum.xda-developers.com/showthread.php?t=1423336)
say thanks to zeppelinrox @http://forum.xda-developers.com/showthread.php?t=991276 for the Supercharger script, The most awesome script for Android
Additional thanks to dreezz for the correction of the location of 99Supercharger file (it depends on the whether the init.d mod aready installed or not) thanks mate!
UPDATE: This one is for running KAK (Kick Ass Kernelizer) Steps are:
Download from here: http://forum.xda-developers.com/showpost.php?p=22078137&postcount=7649
Run the script with Script Manager
Just follow the instruction, I/O Tweak is optional, and i don't recommend it at this time. Please pass when asked.
Press I for Install
(If you use init.d mod from iridaki, skip this one) Open ScriptManager, select the /data/98KickAssKernel.sh, and when the properties window pops up, tag it as "su" and "boot") The ScriptManager will load it at startup and as root, otherwise it will fail.
Reboot
To verify, run again after reboot, and when offered choice to Verify, please Verify.
Note 1: Still failed? Please do recheck first and if all else fails, do the following:
Unsupercharge first (do it by running V6_SuperCharger_for_Android-update8.sh.txt and select the UnSupercharger from the menu).
add this string into /system/build.prop at the last line by root explorer.
ro.HOME_APP_ADJ=1
Click to expand...
Click to collapse
Give one empty line on the last line to prevent unwanted behaviour.
Save, and reboot.
thanks to coolkaas for the tip!
ICS Version:
You need to install services.jar to fix the ADJ issue. Go here. Supercharger for ICS is named V6 Supercharger version 9 RC 8.2. Download here and rename the .sh.pdf filename to .sh.
9. Edit build.prop to Optimize Ray system parameter(original:http://forum.xda-developers.com/showthread.php?t=1227269)
This is the collection of all the additional parameter that can be added to Xperia Ray too. Please read from original link and do the following for step by step action:
Open Root Explorer, go to /system/build.prop.
Mount R/W first, then Open in Text Editor
Insert some of the line from the link above. Don't forget to have a blank new line at the last paragraph to prevent unwanted behaviour. This is what i added to my phone:
ro.media.enc.jpeg.quality=100
debug.sf.hw=1
windowsmgr.max_events_per_sec=200
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
debug.performance.tuning=1
video.accelerate.hw=1
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.ril.hsxpa=2
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=5
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
Click to expand...
Click to collapse
Reboot
Because of so many sources about this one, i put some of additional link below and please thanks the ones you use the most!
http://forum.xda-developers.com/showthread.php?t=1289539
http://forum.xda-developers.com/showthread.php?t=1246748
ICS Version:
There are some tweaks that in particular can increase the ICS memory management. Thanks to flak0 you can have less lag with ICS ROM
How? Add/Replace these Lines on /system/build.prop
Code:
dalvik.vm.dexopt-flags=m=y,v=n,o=v,u=n [I]//Add This + Remove if Exists[/I]
dalvik.vm.execution-mode=int:jit [I]//Add This + Remove if Exists[/I]
windowsmgr.max_events_per_sec = 300 [I]//Add This + Remove if Exists[/I]
#dalvik.vm.heapgrowthlimit=128M [I]//Add # to comment the line[/I]
10. Enable Burst Mode in Wifi(original: http://forum.xda-developers.com/showthread.php?t=1289539)
This is to increase wifi throughput, enabling more data to be transferred at one time.
Open /system/etc/tiwlan.ini with TextEditor from Root Explorer
Modify these lines
BurstModeEnable = 0
Click to expand...
Click to collapse
to
BurstModeEnable = 1
Click to expand...
Click to collapse
Reboot
Say thanks to XtremePeople
WARNING!
Beyond this point is for those who like to optimize the speed of the hardware. The upside, you can install another ROM and you can get Overclocking out from your phone. The downside is You risk losing warranty (eventhough the following does not remove DRM keys but still take note about this), so decide for yourself before taking the next steps.
WARNING!
11. Unlock Bootloader and apply OC + UV kernel(
S1 Tools: http://forum.xda-developers.com/showthread.php?t=1363847
OC+UV Kernel: http://forum.xda-developers.com/showthread.php?t=1424121
ICS Kernel: http://forum.xda-developers.com/showthread.php?t=1544513
Original Tutorial: http://androidflip.com/unlock-xperia-phones-bootloader-without-losing-drm-data-track-id-working/
)
Some games getting laggy? Web is not fast enough? Overclock your CPU! Here are the additional requirements:
step 1 and 2 has been done, to prevent unwanted behavior
Phone must not be a branded one (SIM locked) But it is still possible, check the link below
Some thin and long enough conductor (open cable, paperclip, etc)
Steady Hand
S1Tools (http://forum.xda-developers.com/showthread.php?t=1363847)
Of course, Daring to unlock bootloader
Here are some pages that might help if worst case scenario happened:
http://forum.xda-developers.com/showthread.php?t=1126358 - To return from a bricked Ray.
Ok you're ready? Follow this:
Backup your phone (TB, CWM Nandroid, all of em), prepare for the worst
Extract S1Tools to some folder
Turn Off the phone, remove battery
Find the test point, it is under some small rubber cap on upper left of the battery. Open the cap to reach it. it is the fourth one from the top. More info go here: http://androidflip.com/unlock-xperia-phones-bootloader-without-losing-drm-data-track-id-working/
Connect the test point to the negative connector on the battery pin.*
While connecting test point, connect phone to USB, Windows will install driver called ZEUS Flash Device. If the driver is not available, you must update manually from USB flash driver inside S1Tools folder.
You can remove the testpoint for now.
Once driver installed, open S1Tools and press Patch SEMC Boot.
Follow the steps described by S1Tools.**
When Done, the log will be like this:
1/5/2012 12:41:40 PM Welcome to S1 tool.
1/5/2012 12:41:40 PM That is small and crippled subset of SETOOL2 service tool.
1/5/2012 12:42:02 PM
1/5/2012 12:42:02 PM DETACH USB CABLE FROM PHONE
1/5/2012 12:42:02 PM REMOVE BATTERY FROM PHONE
1/5/2012 12:42:02 PM ATTACH TESTPOINT
1/5/2012 12:42:02 PM PRESS "READY", THEN ATTACH USB CABLE TO PHONE
1/5/2012 12:42:02 PM
1/5/2012 12:42:56 PM PROCESSING ...
1/5/2012 12:42:57 PM REMOVE TESTPOINT NOW, THEN PRESS "READY"
1/5/2012 12:42:57 PM
1/5/2012 12:43:08 PM
1/5/2012 12:43:08 PM TO CONNECT NEXT PHONES
1/5/2012 12:43:08 PM X10 Xperia,E10 Mini,E15 Xperia X8,U20 Mini Pro
1/5/2012 12:43:08 PM LT15 Xperia ARC,MT15 Xperia NEO,R800 Xperia PLAY
1/5/2012 12:43:08 PM PRESS AND HOLD "BACK" BUTTON...
1/5/2012 12:43:08 PM
1/5/2012 12:43:08 PM ST18 Xperia RAY,ST15 Xperia Mini,SK17 Xperia Mini Pro
1/5/2012 12:43:08 PM PRESS AND HOLD "Volume Down" BUTTON...
1/5/2012 12:43:08 PM
1/5/2012 12:43:08 PM PLEASE ATTACH TURNED OFF PHONE NOW
1/5/2012 12:43:08 PM
1/5/2012 12:43:09 PM
1/5/2012 12:43:09 PM RUNNING S1_LOADER VER "R4A062"
1/5/2012 12:43:09 PM LOADER AID: 0001
1/5/2012 12:43:11 PM FLASH ID: "0098/00B3"
1/5/2012 12:43:11 PM LOADER VERSION: "r4A069"
1/5/2012 12:43:11 PM
1/5/2012 12:43:11 PM
1/5/2012 12:43:11 PM SEMC SIMLOCK CERTIFICATE, PROCEEDING
1/5/2012 12:43:11 PM FINISHED
1/5/2012 12:43:11 PM Elapsed:68 secs.
Click to expand...
Click to collapse
Insert Battery and reboot. if your log looks like above, then congrats, you unlocked the bootloader without loosing DRM key.
Download kernel named bootuv5.img from link above
Do a fastboot (turn off phone, press and hold vol+ while connecting USB)
Open folder inside Flashtool where fastboot.exe exists (/FlashTool/x10flasher_lib)
Place bootuv5.img inside the same folder
Open Command Line inside that folder too.
test if devices is connected by typing "fastboot devices" if there is a result here, continue
type "fastboot flash boot bootuv5.img"
if there are FINISHED text, than you're done!
Boot your phone, install setCPU or any app to control clock speed. Congrats
Say thanks to xperia ray for the link ,aire for the kernel, and Kuldeep Singh for the complete tutorial.
*Note: i prefer this to just connecting to sim metal casing because i can concentrate on the small test point only while the other end can be slipped in between the two negative pin.
**Note: disconnect phone, connect test point again, connect again, press Ready button in S1Tools.
Note: Please be careful for every step when you need to attach test point. It is required to ensure 100% success rate.
12. FLASHING JB ROM FIRST TIME HOW-TO (UNLOCKED BOOTLOADER ONLY)
Try this, slowly, carefully, exactly and in order.
Make sure you have a copy of the (CM10 or PAC or MIUI JB) ROM zip on your SD card.
Using Flashtool, install 4.0.4 in full, Do not exclude anything, all the wipe tick boxes checked.
Unplug your phone, do not turn it on.
On your computer, open the JB ROM zip with WinRAR and DRAG boot.img to your desktop with your mouse. Close the ROM zip.
Holding volume +, plug your phone back in. The light will go blue. The Flashtool window will show connected in fastboot mode.
Open the Fastboot window in Flashtool and select kernel to flash. Pick the one on your desktop. Wait for it to finish (not long)
In the fastboot window, reboot phone into system.
Unplug the phone
The phone should start, if it doesn't then turn it on.
The kernel logo will appear. When the lights flash press Vol - until the wobbly CWM recovery screen comes on.
do this from the menus:
- Wipe data/ factory reset, then Wipe cache.
- Go to advanced, wipe dalvik cache.
- Hit back, go to mounts and storage, format system.
- Hit back, choose zip to install, pick the ROM from your SD card.
Leave the phone for about an hour alone.
Then install gapps from SD card using recovery. Pick reboot to recovery from power off menu.
You do not need xparts. The phone will go back into wobbly CWM screen. Choose zip from SD card. Choose gapps. When installed wipe data, cache, and dalvik cache again. DON'T FORMAT SYSTEM. Reboot.
Q&A:
1. What is the difference between Flashmode and Fastboot? How to enter?
Flashmode is for flashing the kernel from SEUS or FlashTool. Fastboot is to do flashing from fastboot.exe. if you got .ftf file, do with flashmode. if you got kernel or ROM separate, you can do with fastboot. Flashmode spam volume DOWN while turned off and connect the USB, Fastboot spam volume UP while turned off and connect the USB
Usefull guide to using flashtool flashmode/fastboot mode: xperiadev flashtool-fastboot/
2. Fastboot devices can't find my device. What's wrong?
Go to Flashtool\drivers and run the exe. When selection comes up, install Fastboot drivers.
3. New Software is available from SE PC Companion. can i receive it if i did the step 10 above?
Yes you can I did it and no problem whatsoever. But for .62 firmware and so forth, the root method is different. You can go to idateyoutoclickthis method here
4. HELP! I bricked my phone, fastboot and flash mode is not working!
Try to download SE special tool named SEUS. This is Update Service application that was used specially for updating SE phone outside PC Companion. You can read the instruction here Say thanks to ygecesefa if this saves you!
Thanks a lot , this guide is very good for noobs
& and many thanks for supercharger script installing guide , i was looking for it
Great tutorial, especially the quick settings bar op top
I also read about the automatic light sensor of the Ray, and did the tweak.
Now the display brightness auto adapts very well....and fast too.
see:
http://forum.xda-developers.com/show....php?t=1377125
vleutmans said:
Great tutorial, especially the quick settings bar op top
I also read about the automatic light sensor of the Ray, and did the tweak.
Now the display brightness auto adapts very well....and fast too.
see:
http://forum.xda-developers.com/show....php?t=1377125
Click to expand...
Click to collapse
Hey thanks 4 that, I missed that one i'll add that later.
Great... very2 useful guide and really appreciate it..
Sent from my ST18i using XDA App
Nice guide man, thx u!
thanx for 4. Install Quick Panel Setting to Statusbar !
works great!
i was also checking out 7. Apply Supercharger to improve memory management(original:http://forum.xda-developers.com/showthread.php?t=991276)
but this is quite confusing. i don't see a simple "how to install" or downloadlink...
i'm not sure what it does, i get various new pages via the links but no... "ok, that's wat i should do!"-feeling.
can someone give direct downloadlinks and a brief install description?
(i have installed script manager, but that's all sofar...)
dreezz said:
thanx for 4. Install Quick Panel Setting to Statusbar !
works great!
i was also checking out 7. Apply Supercharger to improve memory management(original:http://forum.xda-developers.com/showthread.php?t=991276)
but this is quite confusing. i don't see a simple "how to install" or downloadlink...
i'm not sure what it does, i get various new pages via the links but no... "ok, that's wat i should do!"-feeling.
can someone give direct downloadlinks and a brief install description?
(i have installed script manager, but that's all sofar...)
Click to expand...
Click to collapse
Ok mate, i already make the complete steps for that sorry for the inconviniences but for the source link you still need to go to the source page, to give a chance for you to thanks the dev there
thanks hansip!
it's now working.
step 5 is however incorrect (on my phone).
file "99Supercharger" was found in the root folder /data
i'm curious if my phone is snappier now! (it was pretty good already, but now maybe a little faster when multitaking)
Nope step 5 is correct too. It is the script that generates to multiple places. but that's ok, you can use whichever you want, the script is the same inside.
strange... but i don't have a map/file here: /system/etc/init.d/99Supercharger
(no map init.d)
anyway, it's working, so
dreezz said:
strange... but i don't have a map/file here: /system/etc/init.d/99Supercharger
(no map init.d)
anyway, it's working, so
Click to expand...
Click to collapse
Hmm ok.. might be because i use iridaki mod so the supercharger script generate one on the init.d ok i update it thanks for the finding!
You're amazing guys, Proud you're an Indonesian (maybe kaskus user)
Indeed very good for n00bs. I tried everything and it works great! except the unlocking the bootloader part. I have no test pointers so I have to do the clip one but I have aq question.
if I have to do this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
then I have to connect the pin to the red dot and the other usb cable to the negative of battery connector. And have another usb cable to attach to the phone?
or I just have to connect the pin to the red one and insert the data cable to the phone with the wire connected to the data cable?
credits to this http://androidflip.com/unlock-xperia-phones-bootloader-without-losing-drm-data-track-id-working/ for the photos
nice tutorial gan ...
keep update .....
idareyoutoclickthis said:
Indeed very good for n00bs. I tried everything and it works great! except the unlocking the bootloader part. I have no test pointers so I have to do the clip one but I have aq question.
if I have to do this:
then I have to connect the pin to the red dot and the other usb cable to the negative of battery connector. And have another usb cable to attach to the phone?
or I just have to connect the pin to the red one and insert the data cable to the phone with the wire connected to the data cable?
credits to this http://androidflip.com/unlock-xperia-phones-bootloader-without-losing-drm-data-track-id-working/ for the photos
Click to expand...
Click to collapse
No, u dont have to connect conductor to usb cable. The original tutorial is a bit confusing really. But in reality, Just straight from the test point to negative pins. Because of there are 2 close negative pins, you could put a sturdy conductor like paper clip in between and focus on attaching to the test point, rather than binding cable(if u go with cable that is) to the pins.
Additional Step for Calibrating Battery is added.
hansip87 said:
Additional Step for Calibrating Battery is added.
Click to expand...
Click to collapse
Thank you. I have unlocked my bootloader and installed custom kernel. What settings do you suggest to use in setCPU?
idareyoutoclickthis said:
Thank you. I have unlocked my bootloader and installed custom kernel. What settings do you suggest to use in setCPU?
Click to expand...
Click to collapse
Cool mate! in setCPU i only drag the max speed to 1.4Ghz and set the governor to ondemand. the maker of the kernel said it is recommended with smartassv2 but i don't really like it because of some lag that occured when i set at that. And lastly, set it to be applied on boot.
hansip87 said:
Cool mate! in setCPU i only drag the max speed to 1.4Ghz and set the governor to ondemand. the maker of the kernel said it is recommended with smartassv2 but i don't really like it because of some lag that occured when i set at that. And lastly, set it to be applied on boot.
Click to expand...
Click to collapse
I also experience FC using smartassv2, ondemand is good. Why won't you recommend to install their custom ROM?
Anyway in you Enable Dynamic Brightness, you forgot to add step to set hw_config.sh permission to rw-r-r
[ROM] MMK TRONFY X2 done by Freaktab developer " abdul_pt" :good:http://freaktab.com/forum/tv-player-support/allwinner-tv-players/522613-rom-mmk-tronfy-x2
Hi guys, welcome to my rom for the Tronfy X2
This is a rework of the Rom posted by Trigtop with a twist. Feel free to state any opinions or requests. There is a lot more i want to do/fix.
Let's get down to business, what's in it:
1, TWRP 2.8.7.0, fully functional including ADB sideload
2, Updated root
3, Updated Busybox
4, Updated all Google apps and added some missing ones
5, Clean all that Dragon resource eater spyware crap
6, Added a Calculator, Gallery replaced LatinIME for LatinIMEGoogle, replaced Calendar for GoogleCalendar, replaced DeskClock for GoogleDeskClock
7, Added some preinstall apps. Terminal, Reboot, ES File Explorer, AdAway...
8, Added Nano text editor. Open Terminal and type nano
9, Added Bash enviroment. Open Terminal and type bash
10, Added init.d support. I put 3 scripts in there, one for buffer, one for userinit script and another for usb
11, I added a script to force PC connection. Open Terminal and type "usb.sh" as root. Sometimes it requires you to run the script twice.
Increased TCP buffers
Added a Nexus10 build.prop in system root in case you want to spoof your device.
Probably some more ....
Download TRONFY X2 MMK
--> http://www.freak-tab.de/abdul_pt/Allwinner/MMK_v1.zip
Instalation
Unzip the file
Open Phoenix Suit, and select the image file
Power off the X2. With it connected to the PC, insert a paper clip in the reset hole and press and hold it. Now press power button.
Updating process should start automatically
Some Tools
I have uploaded some tools if anyone needs them
http://www.freak-tab.de/abdul_pt/All...xSuit1.0.8.rar
http://www.freak-tab.de/abdul_pt/All...0_20130618.rar
http://www.freak-tab.de/abdul_pt/All..._V3.3.4_CN.rar
http://www.freak-tab.de/abdul_pt/All...uit_ForMac.zip
http://www.freak-tab.de/abdul_pt/All...or_Linux64.zip
http://www.freak-tab.de/abdul_pt/All...or_Linux32.zip
http://www.freak-tab.de/abdul_pt/All.../USBDriver.rar
Hi all!
This module allows you to play Pokemon Go without moving out! Use the joystick provided to navigate in any direction.
The joystick appears as a overlay. Go in any direction.
No other module is needed to hide location mocking! - bugs fixed
Download:
Download from Xposed repo:
http://repo.xposed.info/module/com.balamurugan.pokemongojoystick
Or From attachments
Try the latest v2.5 .
v2.5
PLEASE UNINSTALL PREVIOUS VERSION (<2.4.5). THIS WILL INSTALL AS A NEW ONE
* Fixed blank map error
* Fixed bug with show/hide joystick from notification
* Code cleanup
Read this - Pokemon Go v0.37.+ compatibility - 14/12/16:
fOmey said:
I wanted to touch on the subject of the current safety net situation, This is what I have done and so far so good, nice and stable..
I re-flashed custom firmware to overwrite any changes, alternatively you can remove magisk, xposed etc.., restore backup.. what ever works, you just want to have a clean slate pretty much.
Remove root (obviously skip this step if your not rooted) - I simply went into the supersu app and removed from there.
If your using TWRP use the terminal in advanced settings and type the following: echo "SYSTEMLESS=true" > /data/.supersu - Alternatively you can use your favourite file explorer and create a file named .supersu at: /data/.supersu and simply write in the following line: SYSTEMLESS=true
Flash supersu 2.78, which will be flashed in systemless mode as per the config file we created in the previous step.
Flash xposed systemless 86.2 (this version does not depend on Magisk, therefore Magisk does not need to be installed at all).
Flash suhide 0.53.
Not sure why people were flashing magisk, along with supersu for magisk when using this particular version of xposed systemless (86.2).. I think this is what is creating the lag mentioned in a few posts on the thread.
Good luck
Click to expand...
Click to collapse
OR
OnimushaPooh said:
guys this step work :: (require unlock bootloader , installed TWRP and Android 6.0+)
1 uninstall Magisk v6 via TWRP (if installed)
http://forum.xda-developers.com/apps/magisk/mod-magisk-v1-universal-systemless-t3432382
2 uninstall systemless xposed 65.5 via TWRP (if installed)
http://forum.xda-developers.com/attachment.php?attachmentid=3847905&d=1471640681
3 reboot
4 flash Magisk v6 -> reboot
http://forum.xda-developers.com/apps/magisk/mod-magisk-v1-universal-systemless-t3432382
7 flash SuperSU v2.76 (Magisk version)
http://forum.xda-developers.com/attachment.php?attachmentid=3847929&stc=1&d=1471642336
8 open terminal in TWRP write :> echo "SYSTEMLESS=true" > /data/.supersu
9 flash SuperSU v2.78
http://download.chainfire.eu/1003/SuperSU/SR1-SuperSU-v2.78-SR1-20160915123031.zip
10 flash suhide 0.53
http://forum.xda-developers.com/attachment.php?attachmentid=3880272&d=1474313356
11 reboot
12 install Material Xposed (apk/gui) http://forum.xda-developers.com/xposed/material-design-xposed-installer-t3137758
and Magisk Manager http://forum.xda-developers.com/devdb/project/dl/?id=19924&task=get
13 flash xposed systemless v86.2
http://forum.xda-developers.com/attachment.php?attachmentid=3832616&d=1470277034
14 reboot
15 enjoy pogo with xposed modules.
ps. some step i didnot provide the download link (i can't remember the like) but you can find it in XDA -> xposed
Hope this help.
Click to expand...
Click to collapse
Old:
Bryan1214 said:
All downloads (except twrp, phh user apk, pokemon go joystick) can be found here: http://forum.xda-developers.com/android/software/mod-magisk-v1-universal-systemless-t3432382
1. Unroot your device (if rooted, I use supersu from playstore)
2. Install twrp or any custom recovery (google it)
3. Flash magisk (Magisk-v6.zip)
4. Flash phh superuser (phh-superuser-17-magisk.zip)
5. Flash custom xposed (xposed-v86.5-sdk23-topjohnwu.zip)
6. Reboot
7. Install phh superuser (playstore)
7. Install magisk manager apk (Magisk_Manager_v1.2.apk)
8. Install xposed installer apk (XposedInstaller_by_dvdandroid.apk)
9. Open phh superuser, click the 3 dots on upper right and go to Settings>Superuser Access>Apps Only (may vary depending on your OS, Im using CM13 on Redmi 1s)
10. Install Pokemon Go Joystick v2.4.4
11. Activate Pokemon Go Joystick v2.4.4 module in xposed
12. Reboot
13. Now open magisk manager and disable root toggle (be sure to allow root permission to this app using phh superuser or you will end up activating the root toogle every time you disable it)
14. Now open Pokemon Go Joystick v2.4.4 and set up as normal then Launch Pokemon Go v.0.37
If you have questions feel free to post here. Will try to answer as soon as I can
That's the only solution for now.
Click to expand...
Click to collapse
pixel-edge said:
You can still play using joystick, just a bit a faff on if you reboot.
Get xposed showing active, have root ON in magisk manager
open joystick
go back to xposed and in the framework tab/section do a softreboot
when the device comes back on you'll still have the same windows/apps open
goto magisk manager, toggle root off
launch pokémon go
Click to expand...
Click to collapse
woooz said:
@ilovedogs13 @Hurrdurrdurrdurr
After soft reboot xposed is not mounted.
You can try use suhide instead of magisk, it's working with xposed for some people.
Click to expand...
Click to collapse
Steps:
Install the module
Enable in Xposed
In Settings -> Developer options -> Enable mock location (Android <6.0) and 'Select mock location app' for (6.0+)
Reboot
Open Joystick
Navigate like a boss!
Note: When the game says 'failed to detect location', try moving the joystick. The error will go away.
Features:
Search for nearby pokemons
Tap on any point on screen to move in that direction - Option to hide joystick in this mode
Change settings & add bookmarks on the fly with settings option near joystick
Clear mock location history - restore original location
Launch 'Pokemon Go' from the module
Choose movement speed on the fly! - More flexible speed settings
Choose starting location in map - Now you can enter latitude and longitude
Search for a location in map
Store favourite locations as bookmarks and load them quickly!
Continue from where you left
Walk continuously in a direction
Right/Left handed mode
Swap E/W direction in joystick
Use the persistent notification use toggle joystick on/off on the fly!
Note:
When the game says 'failed to detect location', try moving the joystick. The error will go away.
Enable 'Continue from where you left/ from chosen locaiton' if you select your start location from map.
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How to use 'move on tap':
Enable this mode, by tapping the palm button.
Tap anywhere on the screen for the player to move.
Turn off the mode by using the same button.
NOTE: When Move on tap is enabled, you can't touch items in the game. So enable and disable this mode whenever needed.
How to use 'Pokemap':
After searching or without searching, you have to tap on a particular location on map.
And then use 'Load nearby pokemons' button.
Wait for few seconds for it to load the pokemons.
NOTE: This feature depends on the service provider's availability and also the location you've chosen. It might not work as expected at a certain time or for a certain location.
Floating settings :
Save time by using the Settings icon near the joystick. without having to jump between the game and joystick.
How to use bookmarks:
Open map
Tap your favourite location
Give it a name
Done!
To load:
Open bookmarks
Choose your saved location
Done!
Press back and start joystick
To delete:
Long press that bookmark -> Delete.
If you get this message in Marshmallow: "Enable:Settings -> Developer options -> Allow mock locations", Try this:
Open this app and then open Settings -> Developer Options -> Choose mock location app -> Choose 'Pokemon Go Joystick'
Best practices:
When moving form v1.x to 2.x, Clear data before launching the updated app. Make sure you 'Allow mock locations' or Select this app in 'Select mock location app' (Marshmallow) before launching the module
Set location mode to 'Device only' in case you are troubled when fighting/capturing.
Set speed to slow/slower if you want to search for Pokemons. Running faster may not give adequate time for a Pokemon to spawn in that location.
Don't start at far off locations. You might get banned.
General fixes recommended by users for device specific issues:
CrazyCypher said:
That is super weird..its working perfectly on my phone..
You can also try to download and enable xposed module "App Settings" and select Pokemon Go Joystick, enable settings for it and thick the option "Resident". Option "Resident" means the app will stay locked in memory or at least try to... Download App Settings version 1.13, just search xda for it I hope then it will work for you...
Click to expand...
Click to collapse
cool.gautam said:
Steps to Remove Force Close Issue
NOTE: If you open app before settings Mock Locations it Force Closes
1) Go to Developer Options -> Mock Locations -> Select Pokemon Go JoyStick ( if it isn't selected you might have other application like FakeGPS always being selected, uninstall that to use this)
2) Force Close Pokemon Go JoyStick via Settings--> Apps --> Pokemon Go Joystick --> Force Close
3) Repeat step 1
4) Now open the app. You won't have any FORCE CLOSES!
Click to expand...
Click to collapse
Powerpoul said:
I had the same problem with "failed to detect location".
I toggled off "location" completely using Androids main toggle in settings. When i switched it back on, it worked.
I had both game and Joystick running when i did this.
Click to expand...
Click to collapse
GOT AN ERROR/NOT WORKING? HERE ARE THE SOLUTIONS:
stanleyhafeld said:
“Failed to detect location.†(if this doesn’t work, then do the teleportation fix)
Change the GPS to High Accuracy, move your location on GPS Spoofer and restart Pokémon GO.
“Pokéstops not working/Pokémon fleeing after 1 Pokéball?â€
You probably traveled too fast and got soft-banned, don’t worry, it lasts an hour.
“My player keeps teleporting between locations.â€
Install an app from the Play Store called “DisableService†and allow root (obviously), search for the service “Fused Location†under System tab and disable that service. Then reboot. Doing this trick will disable your real GPS and then no teleporting will be happening. If you want your real GPS back, just enable “Fused Location†again and reboot.
“When I try to disable AR, everything freezes/crashes.â€
Disable camera by going into REGEDIT on your computer and going to “HKEY_LOCAL_MACHINE\SOFTWARE\BlueStacks\Guests\Android\Configâ€. Press camera and change the ‘1’ to a ‘0’, save and you’re done.
“When I start Pokémon Go Mod Apk, I get a gray screen.â€
Either close Bluestacks entirely and relaunch Bluestacks or uninstall Bluestacks and redo the tutorial with Bluestacks for Windows 7/8.
“When I throw a Pokéball, the game crashes.â€
Delete your Google account from settings and restart Pokémon GO.
Click to expand...
Click to collapse
This app is ad-supported. Please bear with me.
Note: Don't leave the country, you might get banned!
Try and reply.
Changelog:
v1.0
Initial release
v1.1
Fixed the bug - app not listed in 'Select mock location app' in Marshmallow
v1.2
Fixed the boomerang bug - jumping to original location (try it and report please)
Added option to choose speed!
v1.3
A fix (finally) for boomerang/snap back/rubberband bug. ( Tested in my device - try it out!)
v2.0
choose staring location in map
continue from where you left
walk continuously in a direction
Left handed mode
v2.1
Fixed Google map issue.
v2.2
Bookmarks, Search
v2.3
Pokemap
Move on tap
Floating settings
Potential Bug fixes - Joystick disappearing, bookmarks bug, failed to detect location, E/W setting, N/W & E/W speed, cleaner logs.
v2.3.1
Minor: Fixed app crash when speed set to 'faster'
v2.4
Fixed bug - 'failed to detect to location' error - No extra module is now needed (It works out-of-the-box).
Option to hide joystick in tap-to-move mode.
Enter latitude,longitude and then choose a location.
More speed settings
Added FAQ in the app.
Launch 'Pokemon Go' from the module
2.4.2
* Bugfixes - Mock loaction settings bug - Tested working
* Support for Android 4.2+
v2.4.3
* Fixed bug - run to original location when show/hide joystick from notification.
* Option to check for updates!
v2.5
PLEASE UNINSTALL PREVIOUS VERSION (<2.4.5). THIS WILL INSTALL AS A NEW ONE
* Fixed blank map error
* Fixed bug with show/hide joystick from notification
* Code cleanup
Can you add an option to speed up moving?
Sent from my SM-G935F using Tapatalk
-juanito- said:
Can you add an option to speed up moving?
Sent from my SM-G935F using Tapatalk
Click to expand...
Click to collapse
Coming up in the next update. You can choose the speed!
Don't let me Log in to the Game when the Module is Active
Gesendet von meinem SM-G935F mit Tapatalk
Grafiqa said:
Don't let me Log in to the Game when the Module is Active
Gesendet von meinem SM-G935F mit Tapatalk
Click to expand...
Click to collapse
Did you reboot after enabling the master switch?
Yes.
Why your App need Root?
The other Pokémon app don't need it.
Grafiqa said:
Yes
Click to expand...
Click to collapse
Open the game, log in and launch the Joystick. See if that works.
Servers are down thats why he can't login
Sent from my Nexus 6 using XDA-Developers mobile app
---------- Post added at 09:11 PM ---------- Previous post was at 09:10 PM ----------
Also overlay constantly says gps not found move joystick around when I launch it
Sent from my Nexus 6 using XDA-Developers mobile app
majortaylor said:
Servers are down thats why he can't login
Sent from my Nexus 6 using XDA-Developers mobile app
---------- Post added at 09:11 PM ---------- Previous post was at 09:10 PM ----------
Also overlay constantly says gps not found move joystick around when I launch it
Sent from my Nexus 6 using XDA-Developers mobile app
Click to expand...
Click to collapse
That's because current location can't be determined. Is location off?
i always get "Enable:Settings -> Developer options -> Allow mock locations" but i don't have this option
i can only choose one app as a mock-location-app in developer options
flo_lang_ said:
i always get "Enable:Settings -> Developer options -> Allow mock locations" but i don't have this option
i can only choose one app as a mock-location-app in developer options
Click to expand...
Click to collapse
Open this app and then open Settings -> Developer Options -> Choose mock location app -> Choose 'Pokemon Go Joystick'
flo_lang_ said:
i always get "Enable:Settings -> Developer options -> Allow mock locations" but i don't have this option
i can only choose one app as a mock-location-app in developer options
Click to expand...
Click to collapse
+1 Galaxy s7 edge [emoji26]
Inviato dal mio SM-G935F
HackeRM76 said:
+1 Galaxy s7 edge [emoji26]
Inviato dal mio SM-G935F
Click to expand...
Click to collapse
The OP has been updated with the answer. Anyway: Open this app and then open Settings -> Developer Options -> Choose mock location app -> Choose 'Pokemon Go Joystick'
balamu96m said:
The OP has been updated with the answer. Anyway: Open this app and then open Settings -> Developer Options -> Choose mock location app -> Choose 'Pokemon Go Joystick'
Click to expand...
Click to collapse
Pokemon Go Joystick is not in the list of the selectable apps
Is this undetectable??
I have the same issue on LG g3 marshmallow. Not in the mock location app list.
flo_lang_ said:
Pokemon Go Joystick is not in the list of the selectable apps
Click to expand...
Click to collapse
Have this module running in the background while opening settings. BTW, did you reboot after turning master switch on?
Any chance of getting this to work on 4.2.2? I want to try using it on MEmu (Lollipop version of it is only x64, my tablet is x86)
i7vSa7vi7y said:
Is this undetectable??
Click to expand...
Click to collapse
Yeah, it is as of now. It's working fine. Maybe, if you go too far - change countries - your account will be temporarily banned by Pokemon Go.
n60 said:
I have the same issue on LG g3 marshmallow. Not in the mock location app list.
Click to expand...
Click to collapse
Quoted from previous reply:
Have this module running in the background while opening settings. BTW, did you reboot after turning master switch on?
TuRDMaN said:
Any chance of getting this to work on 4.2.2? I want to try using it on MEmu (Lollipop version of it is only x64, my tablet is x86)
Click to expand...
Click to collapse
Pokemon works on Android 4.4+ only right? Maybe this module can be made to work, but not the game.
I still do not get the app to show on the mock locations list, even when running it on the background.
I've noticed many have been able to access the new assistant 2.0 but only on custom ROMs.
Has anyone been able to achieve it on stock?
Having it on Stock as I type.
ademmer said:
Having it on Stock as I type.
Click to expand...
Click to collapse
Was their a mod process you had to follow to get it on Google Pixel 2 XL?
If not and your in the US then it has probably been rolled out to you. However I didn't think the 2 XL was getting it. I'm based in Ireland and it hasn't been implemented on mine.
I am located in Germany, unrooted, Stock ROM, Beta Google app.
ademmer said:
I am located in Germany, unrooted, Stock ROM, Beta Google app.
Click to expand...
Click to collapse
Really? Very strange. Must be region specific so and Germany is one on the whitelist.
I'm on beta aswell and nothing
Finally got it working. Just need to get call screening up and running and I'm good.
warrencoakley said:
Finally got it working. Just need to get call screening up and running and I'm good.
Click to expand...
Click to collapse
How did you get it? Is your phone rooted? Care to mention the steps?
Yasharkhan said:
How did you get it? Is your phone rooted? Care to mention the steps?
Click to expand...
Click to collapse
The only thing I done was change the magisk props to the Google Pixel 4a and it appeared.
Yasharkhan said:
How did you get it? Is your phone rooted? Care to mention the steps?
Click to expand...
Click to collapse
Yes my phone is rooted
I have also enabled Google Assistant 2.0
Hi,
I have enabled Google Assistant 2.0 on my rooted Pixel 2XL by following some of the suggestions in this thread whilst passing the SafetyNet check using magisk!
Method:
1 - Download Termux on Google Play store
2 - Download MagiskHide Props Config module from magisk
3 - Download Busybox for Android NDK module from magisk
4 - Open termux, type
Code:
su
to give superuser privileges to the command line.
5 - Type
Code:
props
and allow time for the checks to be made.
6 - type 1 to select "Edit device fingerprint"
7 - You will be prompted to choose a letter this time, type f to select "Pick a certified fingerprint"
8 - Follow the prompts to select your device fingerprint desired -- In my case, I chose google (7) and selected Pixel 4XL (23) as my device's fingerprint.
9 - I allowed for my device to be rebooted
10 - I repeated this process, however, instead of choosing "Edit device fingerprint" you need to choose "Force BASIC key attestation"
11 - Select to ENABLE key attestation, but also "pick from device list" and choose Pixel 4XL as your loaded value.
12 - Reboot when prompted and check safetynet, if pass then check if google assistant 2.0 has been enabled
roboprod said:
Hi,
I have enabled Google Assistant 2.0 on my rooted Pixel 2XL by following some of the suggestions in this thread whilst passing the SafetyNet check using magisk!
Method:
1 - Download Termux on Google Play store
2 - Download MagiskHide Props Config module from magisk
3 - Download Busybox for Android NDK module from magisk
4 - Open termux, type
Code:
su
to give superuser privileges to the command line.
5 - Type
Code:
props
and allow time for the checks to be made.
6 - type 1 to select "Edit device fingerprint"
7 - You will be prompted to choose a letter this time, type f to select "Pick a certified fingerprint"
8 - Follow the prompts to select your device fingerprint desired -- In my case, I chose google (7) and selected Pixel 4XL (23) as my device's fingerprint.
9 - I allowed for my device to be rebooted
10 - I repeated this process, however, instead of choosing "Edit device fingerprint" you need to choose "Force BASIC key attestation"
11 - Select to ENABLE key attestation, but also "pick from device list" and choose Pixel 4XL as your loaded value.
12 - Reboot when prompted and check safetynet, if pass then check if google assistant 2.0 has been enabled
Click to expand...
Click to collapse
Thank you very much for your extensive help!
your instructions worked great on my device!
roboprod said:
Hi,
I have enabled Google Assistant 2.0 on my rooted Pixel 2XL by following some of the suggestions in this thread whilst passing the SafetyNet check using magisk!
Method:
1 - Download Termux on Google Play store
2 - Download MagiskHide Props Config module from magisk
3 - Download Busybox for Android NDK module from magisk
4 - Open termux, type to give superuser privileges to the command line.
5 - Type and allow time for the checks to be made.
6 - type 1 to select "Edit device fingerprint"
7 - You will be prompted to choose a letter this time, type f to select "Pick a certified fingerprint"
8 - Follow the prompts to select your device fingerprint desired -- In my case, I chose google (7) and selected Pixel 4XL (23) as my device's fingerprint.
9 - I allowed for my device to be rebooted
10 - I repeated this process, however, instead of choosing "Edit device fingerprint" you need to choose "Force BASIC key attestation"
11 - Select to ENABLE key attestation, but also "pick from device list" and choose Pixel 4XL as your loaded value.
12 - Reboot when prompted and check safetynet, if pass then check if google assistant 2.0 has been enabled
Click to expand...
Click to collapse
I'm also on a PIXEL 2 XL and tried the change to 4 XL but i was getting an error in health services pop up, overheating of the device and lag. Changed to 4a and all is good in the hood.