[SCRIPT][TASKER]LTE Location Fix for Google Now and etc - Nexus 4 Original Android Development

I made a script which should help the LAC not showing up for people on LTE
This works when the Cell tower ID change checked by Tasker, each time the cell tower ID change, it will cache the new location from GPS to google location service. Should fix inaccurate location shown for Google Now every now and then.
The backup also includes a profile to enable sweep2wake when it is connected to my car bluetooth(disable it on disconnect), you can remove that if you want, but I find it useful.
{
"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"
}
Should be able to extract the folder, put it in root of the "sdcard" and in tasker to Restore the settings from it. Haven't been able to fully test the script as I just got home and thought of the idea, let me know how it turns out for you!
How it works is:
1. Store current Cell ID to a variable
2. Grab GPS location
3. On Cell ID not matching variable value stored last time, repeat 1 and 2
This approach is better than my first idea where it just cache location every 15 minutes, wastes battery a lot, but this approach should be more logically correct relative to how normal cell tower location is reported to android, but if you move about a lot, this might eat lots of battery too, not sure if it is a big battery hit yet.

Thank you!
Sent from my Nexus 4 using xda premium

Forgot to mention, the profile actually logs each time it caches a new location when cell tower ID changes. it is saved to a txt file for debugging purposes. When I fully finish testing, I will remove that in the script, for now, you can refer to that too to know each time it finds a new cell tower to grab new location from GPS.

hi do i have to flash this in cmw?

hatyrei said:
hi do i have to flash this in cmw?
Click to expand...
Click to collapse
Its a script. Download smanger from Google play. Enable root and browse to the file and execute the script as su and it should work. You may have to extract the script first from the zip.

Jsparta26 said:
Its a script. Download smanger from Google play. Enable root and browse to the file and execute the script as su and it should work. You may have to extract the script first from the zip.
Click to expand...
Click to collapse
Hi I extracted the tasked file and there r only 2 folders (icn and autoimport)that contains nomedia application should i just run those 2 ? And click the su? Thanks.

hatyrei said:
Hi I extracted the tasked file and there r only 2 folders (icn and autoimport)that contains nomedia application should i just run those 2 ? And click the su? Thanks.
Click to expand...
Click to collapse
Well the whole file is only 6 kg so I doubt that there's an apk in it. I looked into it. In the log folder theres a text file. I believe if you run that text file as su it should work, if it fails you could try flashing it like a mod in your recovery..

Jsparta26 said:
Well the whole file is only 6 kg so I doubt that there's an apk in it. I looked into it. In the log folder theres a text file. I believe if you run that text file as su it should work, if it fails you could try flashing it like a mod in your recovery..
Click to expand...
Click to collapse
i tried flashing the whole zip in recovery and it says aborted....should i just falsh the xml files?

hatyrei said:
i tried flashing the whole zip in recovery and it says aborted....should i falsh the xml files?
Click to expand...
Click to collapse
Never heard of flashing a XML file on its own. I can tell that by itself it won't work. If you couldnt run any of the files through smanger, then that's a problem the op should address. Perhaps make a flashable zip.

Jsparta26 said:
Never heard of flashing a XML file on its own. I can tell that by itself it won't work. If you couldnt run any of the files through smanger, then that's a problem the op should address. Perhaps make a flashable zip.
Click to expand...
Click to collapse
I could only run the things in icn & autoimport folder. there is a file called "nomedia" , its the only runnable script . Thanks for the help. sorry for being pain in the a

hatyrei said:
I could only run the things in icn & autoimport folder. there is a file called "nomedia" , its the only runnable script . Thanks for the help. sorry for being pain in the a
Click to expand...
Click to collapse
Its OK. Its what were here for.

Jsparta26 said:
Its OK. Its what were here for.
Click to expand...
Click to collapse
I think i figuired it out somehow... i used the ROMTOOLBOX it has a builtin scripter and i just added the script from the log folder. and run it. thanks.

morrislee said:
I made a script which should help the LAC not showing up for people on LTE
This works when the Cell tower ID change checked by Tasker, each time the cell tower ID change, it will cache the new location from GPS to google location service. Should fix inaccurate location shown for Google Now every now and then.
The backup also includes a profile to enable sweep2wake when it is connected to my car bluetooth(disable it on disconnect), you can remove that if you want, but I find it useful.
Should be able to extract the folder, put it in root of the "sdcard" and in tasker to Restore the settings from it. Haven't been able to fully test the script as I just got home and thought of the idea, let me know how it turns out for you!
How it works is:
1. Store current Cell ID to a variable
2. Grab GPS location
3. On Cell ID not matching variable value stored last time, repeat 1 and 2
This approach is better than my first idea where it just cache location every 15 minutes, wastes battery a lot, but this approach should be more logically correct relative to how normal cell tower location is reported to android, but if you move about a lot, this might eat lots of battery too, not sure if it is a big battery hit yet.
Click to expand...
Click to collapse
Holy crap its Lee and hes back in action. Loved playing with your neutrino kang for the atrix.
Sent from my Nexus 4 using Tapatalk 2

hatyrei said:
hi do i have to flash this in cmw?
Click to expand...
Click to collapse
Jsparta26 said:
Its a script. Download smanger from Google play. Enable root and browse to the file and execute the script as su and it should work. You may have to extract the script first from the zip.
Click to expand...
Click to collapse
hatyrei said:
Hi I extracted the tasked file and there r only 2 folders (icn and autoimport)that contains nomedia application should i just run those 2 ? And click the su? Thanks.
Click to expand...
Click to collapse
Jsparta26 said:
Well the whole file is only 6 kg so I doubt that there's an apk in it. I looked into it. In the log folder theres a text file. I believe if you run that text file as su it should work, if it fails you could try flashing it like a mod in your recovery..
Click to expand...
Click to collapse
hatyrei said:
i tried flashing the whole zip in recovery and it says aborted....should i just falsh the xml files?
Click to expand...
Click to collapse
NOT A FLASHABLE ZIP GUYS! You unzip the zip AS-IS to the root of your sdcard and open Tasker app and the restore the data from it.

morrislee said:
not a flashable zip guys! You unzip the zip as-is to the root of your sdcard and open tasker app and the restore the data from it.
Click to expand...
Click to collapse
loooooooool

That's a good one...

Can you switch to HSPA like every 5-10 mins with tasker to cache your location?
Sent from my Nexus 4 using Tapatalk 4 Beta

thebryceee said:
Can you switch to HSPA like every 5-10 mins with tasker to cache your location?
Sent from my Nexus 4 using Tapatalk 4 Beta
Click to expand...
Click to collapse
I thought of it yes, but it doesnt work as intended. When disabling LTE, Android breaks the cell connection for a few moments, that will drop and call in progress or internet connection downloads etc.
This is the most elegant solution i have come up with only

This is quite a nice solution. It's not a solve all but definitely a move in the right direction. Can you explain what the processes in this script? I have tested this on a few apps and my GPS is now accurate on LTE. GMaps glitches but it does provide me with a GPS lock where there's usability.

Does anyone have the individual profiles. The op only has a backup of his tasker.
Sent from my Nexus 4 using Tapatalk 4 Beta

Related

Latest Google Talk With Video/Voice For Evo 3D

{
"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"
}
Download:
Download
Download (Mirror)
Want This Mod With The Old UI? Download Link Below.​
What's New:
*No Sideways Camera (Fixed The Camera, That Always Appeared Sideways In Video Chat, Even In Portrait Mode. Early Evo 3D Users Might Remember This Issue.)
*Camera Switch Now Enabled (Switch Between Front & Back Camera, While Video Chatting!)
*WiFI Optional (Work's On 3G/4G)
*New UI (From ICS)
Disclaimer:
By Installing This Package, I Take 0% Responsibility (Even Though It's Just The Talk App and Lib) To Any Damages That YOU May Have Made. Even Though It Isn't Entirely Necessary With This Particular Mod, Always Have A Backup Handy.
How To Install: (Convenient)
1. Reboot To Recovery (4EXT Recommended. If CWM, Disable Zip Sign. Verification.)
2. Select Install
3. Select "GTalk_Video_E3D.zip"
4. Confirm Install
5. Wipe Caches
6. Reboot.
How To Install Manually: (Preferred)
METHOD 1: Root Explorer
1. Extract the Two Files onto your SD card.
2. Using Root Explorer or equivalent, copy Talk.apk to /system/app/.
3. In /system/app/, scroll to Talk.apk, click and hold, select change permissions. See--->View attachment 707212
4. Check off all of them to read and and owner to write. (RW-R-R or 644) See--->View attachment 707213
5. Copy libtalk_jni.so to /system/lib/ and do the exact same thing as steps 3 & 4, but to libtalk_jni.so (RW-R-R or 644) See--->View attachment 707215
6. Reboot.
METHOD 2: ADB
Note: Place Both "Talk.apk" & "libtalk_jni.so" In Your ADB Path, Prior To Running Step 1.
1. adb devices
2. adb remount
3. adb push Talk.apk /system/app/
4. adb push libtalk_jni.so /system/lib/
5. adb shell
6. chmod 644 system/app/Talk.apk
7. chmod 644 system/app/libtalk_jni.so
8. exit
9. adb reboot
Additional Downloads:
Same Modified Gtalk, Old UI
Credits:
Rydah805 (Myself)
Theos0o - For Helping Get The Camera Switch Enabled.
My Mom - Testing (LOL)
Freeza - Testing/Making It Flashable
Aedon - Testing
Do you have to be rooted? Or can you just install the .apk?
Sent from my PG86100 using XDA App
Sorry, but yes. Root needed.
Nice! Thanks man
Sent from my PG86100 using XDA Premium App
How is the video quality? I have tried a few different programs and so far I found tango to have the best quality of video. It's funny when you watch the commercials for video chating and the video is crystal clear.
Is the video fixed in this one? no more sideways video?
To be honest, the screen shot shows nobody with video chat was available, so I couldn't test it, But this is from a new official HTC build, so it should fix the sideways camera issues that sense ROMs would receive.
Rydah805 said:
To be honest, the screen shot shows nobody with video chat was available, so I couldn't test it, But this is from a new official HTC build, so it should fix the sideways camera issues that sense ROMs would receive.
Click to expand...
Click to collapse
so you have no idea if this works? Appreciate the effort, but appears to not work - at least in my limited testing. Sure it shows the video chat icon, but I cannot initiate a video call. Could be the ROM i'm using. Anyone?
riggsandroid said:
so you have no idea if this works? Appreciate the effort, but appears to not work - at least in my limited testing. Sure it shows the video chat icon, but I cannot initiate a video call. Could be the ROM i'm using. Anyone?
Click to expand...
Click to collapse
Just tested and worked for me. Stock 2.3.4 Rom.
will this also work on 2.3.3 roms?
Sent from my PG86100 using XDA Premium App
androidEVOlution said:
will this also work on 2.3.3 roms?
Sent from my PG86100 using XDA Premium App
Click to expand...
Click to collapse
I didn't use it on 2.3.3, so i am not sure, but probably not. It's not modified for anything under 2.3.4. Try it, just backup your original talk app.
Newbie here, flashing was aborted. How do I move to folder? Thanks in advance.
easygoing20016 said:
Newbie here, flashing was aborted. How do I move to folder? Thanks in advance.
Click to expand...
Click to collapse
Ahh, thanks for letting me know. I'm not good at making flashables due to scripting. Use root explorer. Extract the files and copy them and and change permissions as in o.p.
Who's that guy named knowledge561 on their? Handsome dude.
knowledge561 said:
Who's that guy named knowledge561 on their? Handsome dude.
Click to expand...
Click to collapse
He was the tester for my video chat functionality. LOL thanks.
Rydah805 said:
Ahh, thanks for letting me know. I'm not good at making flashables due to scripting. Use root explorer. Extract the files and copy them and and change permissions as in o.p.
Click to expand...
Click to collapse
Thank for advice... I purchased root explorer and tried copy and paste the files. It will not let me into permission or copy and paste into folder.
I am rooted? Any suggestion... Thanks again.
Update: Thanks I figured it out. Thanks for app and help.
easygoing20016 said:
Thank for advice... I purchased root explorer and tried copy and paste the files. It will not let me into permission or copy and paste into folder.
I am rooted? Any suggestion... Thanks again.
Update: Thanks I figured it out. Thanks for app and help.
Click to expand...
Click to collapse
At the top right, there's a button that says mount R/W (Read And Write) Click it.
Once you click it, it will say mount RO (Read Only.) Don't click it again, leave it as is. Then you can edit system files. If you need a screen shot, let me know.
Edit: I see you got it. Let me know hoe it goes. You don't have to, but I do just for extra precaution, change owner to root. Dame like changing permissions, but instead scroll until you see change owner.
Does anyone know if there is a way to get the video running without WIFI to work on the Rogers 3VO 3D running on AT&T..? I logged into chat and I see I'm video ready but I can't send or receive calls unless I'm on WIFI.
Raspster said:
Does anyone know if there is a way to get the video running without WIFI to work on the Rogers 3VO 3D running on AT&T..? I logged into chat and I see I'm video ready but I can't send or receive calls unless I'm on WIFI.
Click to expand...
Click to collapse
Using the pack I provided? Mine works flawlessly on 3g.
Rydah805 said:
Using the pack I provided? Mine works flawlessly on 3g.
Click to expand...
Click to collapse
Maybe it's at&t blocking it..? Tried both your zip and the one that was included with the 2.3.4 installed.

[WINDOWS]aPkgMan - Easy batch install/uninstall/rename/backup APK packages ^2012/4/16

Just having fun around with Android so I made this little program aPkgMan
Features
Very light-weight (less than 45KB, just extract and run)
Batch install APK packages via ADB (restore data option available)
Batch uninstall APK packages via ADB
Batch backup APK packages via ADB (backup data option available)
Batch renaming APK packages (using file mask)
Check for online version of APK packages
v0.1
http://i.imgur.com/4VEhD.png
v0.2
http://i.imgur.com/vvhk7.png
v0.3
http://i.imgur.com/vkZfM.png
v0.4
{
"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?
Download, extract and run
Enable USB debugging mode on your device, connect it to computer via USB cable and select it from the Home tab (Hit Refresh to refresh the connected device list)
You are ready to go
Tip : If the program won't start, open Task Manager and kill the "mshta.exe" process and restart the program
Changelog
2012/04/01 - Initial version
2012/04/02 - v0.2, added batch renaming (support file mask) and backup packages
2012/04/05 - v0.3, added restore package data after installing, added backup data for package; plus code cleaning and commenting and other minor improvements
2012/04/16 - v0.4, added new feature checking for online version of APK packages
aPkgMan is absolute free. Any questions, comments or suggestions are welcome. If you find it useful please click Thanks button below
Good Work
wow, this will be very helpful.
just a question, would this backup app+settings?
thanks!
melander said:
wow, this will be very helpful.
just a question, would this backup app+settings?
thanks!
Click to expand...
Click to collapse
I'm about adding backup/restore feature and a simple file manager too
Thanks man
2012/04/02 - v0.2, added batch renaming (support file mask) and backup packages To restore use the batch install feature
The next things to do are supporting ADB over WiFi and a file manager.
I use "pull" command to backup app data but ADB returns "0 files pulled. 0 files skipped". Can anybody tell me why please?
Hm,i'm havin problem with picking apk path
Sent from my SK17i using xda premium
Black_jackss said:
Hm,i'm havin problem with picking apk path
Sent from my SK17i using xda premium
Click to expand...
Click to collapse
Hi, can you tell me where the problem occurred please? And did the program return any error message?
acb123 said:
Hi, can you tell me where the problem occurred please? And did the program return any error message?
Click to expand...
Click to collapse
It's just i didnt understand how to pick the apk i want to install
Sent from my SK17i using xda premium
New v0.4 as of 2012/04/16, added new feature checking for online version of APK packages Some packages will return "Not Found" since they are no longer on Play Store.
acb123 said:
2012/04/02 - v0.2, added batch renaming (support file mask) and backup packages To restore use the batch install feature
The next things to do are supporting ADB over WiFi and a file manager.
I use "pull" command to backup app data but ADB returns "0 files pulled. 0 files skipped". Can anybody tell me why please?
Click to expand...
Click to collapse
I am having the same issue in an app I am building for the Acer a510.
Or should I say, WAS having.
Bad Code
Code:
adb pull /system/app/ /Backups/system/app
Good Code
Code:
adb pull /system/app/ ./Backups/system/app
The difference for me was the " . " for the destination.
It was creating the files on my root C:\ drive instead of the
intended directory. I pulled the entire contents where I want now.
I am not sure if this will help you at all, but I thought I would share.
***EDIT***
It worked until I got to /data/app
There is where I got the same error.
"0 files pulled. 0 files skipped"
After changing permissions on the folder,
everything pulled.
marlopainter said:
I am having the same issue in an app I am building for the Acer a510.
Or should I say, WAS having.
Bad Code
Code:
adb pull /system/app/ /Backups/system/app
Good Code
Code:
adb pull /system/app/ ./Backups/system/app
The difference for me was the " . " for the destination.
It was creating the files on my root C:\ drive instead of the
intended directory. I pulled the entire contents where I want now.
I am not sure if this will help you at all, but I thought I would share.
***EDIT***
It worked until I got to /data/app
There is where I got the same error.
"0 files pulled. 0 files skipped"
After changing permissions on the folder,
everything pulled.
Click to expand...
Click to collapse
Thank you so much for your sharing On my Sk17i I also changed the folder permission too but still didn't work, but upgrading to custom ROMs makes it work. I will note your solution in the next update of the program so it could help other users
acb123 said:
Thank you so much for your sharing On my Sk17i I also changed the folder permission too but still didn't work, but upgrading to custom ROMs makes it work. I will note your solution in the next update of the program so it could help other users
Click to expand...
Click to collapse
The way I changed permissions was in Root Explorer.
I believe the way I changed them made it 777, not sure.
hi man, thanks for sharing your work!!
it's a really useful program, I just used it to delete a theme apk: I applied the theme (CM 7) and when I reboot my phone had a bootloop!
just a question: why is this software not into the general development section? Here is hard to find it!
anyway, a great alternative for people who don't / are not able to use adb..
see you!
brainvision said:
hi man, thanks for sharing your work!!
it's a really useful program, I just used it to delete a theme apk: I applied the theme (CM 7) and when I reboot my phone had a bootloop!
just a question: why is this software not into the general development section? Here is hard to find it!
anyway, a great alternative for people who don't / are not able to use adb..
see you!
Click to expand...
Click to collapse
It's almost a year and suddenly a new post appeared. Thanks for your interest ! I also hope I could find way to update it in the future.
hi acb123, a really nice little tool you developed!
do you think there would be any way that the uninstall menu does not show every single installed "app", but only the ones that the user installed and can be actually removed?
download link???????
i-HaBiB said:
download link???????
Click to expand...
Click to collapse
Check the attachments in first post

[Guide] Reodexing your SGS3

This guide is for reodexing your SGS3, such as UltimaROM, Omega, Foxhound, CodecROM, _null, Sotmax and others (I'm just listing off the top off my head).
It's not terribly tough and 100% of the credit belongs to rujelus22 for his amazing work on his AIO tool. This guide is just for deodexing/odexing, but you can use that tool for other things.
Firstly, why would you want to odex your ROM?
Well, this will help you understand more:
http://www.xda-developers.com/xda-tv-2/pro-tip-number-5-why-you-should-odex-and-deodex-xda-tv/
It's very useful and saves on battery life and makes the phone slightly more responsive.
Consider:
When you have downloaded and installed your chosen ROM you should odex it back up for the speed and agility odexing affords you. However you should ONLY do this after you are happy with your setup. I.E., install any mods you wanted and then Odex your phone.
If you want to add mods later, say, perhaps, your developer releases a new mod, or patch for your ROM you will NEED to Deodex the ROM before applying a patch or new mod. This is important. Please do not pester your dev about an error if you have not done this.
In my opinion, it can take maybe 30 minutes to Deodex, apply your mods/patch, and then Reodex using this tool, but the benefits are worth it.
You should also perform these actions AFTER a successful boot. You should flash the ROM. Boot. skip the setup pages and get to the homepage, then do this odexing.
How to do it:
Firstly, head off over to Rujelus22's AIO script thread and download it:
http://forum.xda-developers.com/showthread.php?t=1955745
Don't forget to click "Thanks"
Make sure you also download these the Android-SDK and the Java Development kit. The SDK is necessary for the Deodexing, I believe, in case you want to do that later:
http://forum.xda-developers.com/showpost.php?p=33268059&postcount=2
After that, extract the AIO script somewhere useful where you can find it again and run the "Start_AIO.bat" file. This will set up some folders in the directory you extracted to and then open the start page
{
"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"
}
After this make sure your phone is plugged into you computer and that USB Debugging mode is on in the Developers Options. ALSO, you must have an "Insecure Kernel" such as any custom kernel (Siyah, Perseus, Boeffla) or Wanam/zoot1's repacked stock kernel.
If you do not have an Insecure Kernel head off to Chainfire's adbd Insecure thread: http://forum.xda-developers.com/showthread.php?t=1687590
You might considering buying it on Google Play, if you like, but there is a free XDA version.
After you are plugged in, on USB debugging and have an Insecure Kernel, load the AIO script and choose option "22" which reads "Odex the ROM on your phone". You will be given the opportunity to take a nandroid backup at this point.
Sit back and let it do it's thing. It will take about 10 minutes, and it will seem to hang on the clean up bit. Fear not, because it IS doing something. Your phone will automatically reboot when it has finished.
You're done! Once you have done that little bit of setting up... in future it is as easy as opening the script, hitting 22 and sitting back.
Notes/FAQ:
Sometimes it can constantly loop around the first page as though it is doing a first run. To solve this, go into "AIO_FOLDER/tools/Settings/" and create a new .txt file called "firstrun". Make the contents of the file 1. Just "1" and nothing else.
Sometimes it can say that you don't have remount access and the Odex option will not show. Similar to the point above, go into "AIO_FOLDER/tools/Settings/" and make a .txt file called "remount" and place a single 1 in the folder.
Deodexing can take some time. Be patient.
Can any ROM be Odexed this way, such as CyanogenMod, for example?
I think so, yes. As long as the script can find the bootclasspath!
Kryten2k35 said:
I think so, yes. As long as the script can find the bootclasspath!
Click to expand...
Click to collapse
Thanks. I'll give it a try. I've always stuck with Odexed ROMs for all the reasons that Adam discussed in the video, so I'd be very pleased if I could Odex CM. Best of both worlds.
When i select 99 and 4 and 2 the script closes...:/
Also all odexing options are greyed out...i followed the instructions just fine,any help?
nfsmw_gr said:
When i select 99 and 4 and 2 the script closes...:/
Also all odexing options are greyed out...i followed the instructions just fine,any help?
Click to expand...
Click to collapse
This might help
http://forum.xda-developers.com/showpost.php?p=39378436&postcount=164
Make that edit to the "script.bat"
Kryten2k35 said:
This might help
http://forum.xda-developers.com/showpost.php?p=39378436&postcount=164
Make that edit to the "script.bat"
Click to expand...
Click to collapse
idk speed of the rom is same as deodexed will see about battery life:silly:
Kryten2k35 said:
This might help
http://forum.xda-developers.com/showpost.php?p=39378436&postcount=164
Make that edit to the "script.bat"
Click to expand...
Click to collapse
Woot woot!
Working like a charm now,thanks!
Maybe you should add this to the op?
I still can't select 99->4->2 but now odexing options are available!
Nice tut, I'm a big fan of reodexing since I first tried it, :thumbup:
I'm kind of new to this things and have to questions;
1.- First specifically to UltimaROM, does it have to be odex ?
2.- When it says I should do it after I have the Rom as I want it, it does not interfere with installing apps right?
Tuckycv said:
I'm kind of new to this things and have to questions;
1.- First specifically to UltimaROM, does it have to be odex ?
2.- When it says I should do it after I have the Rom as I want it, it does not interfere with installing apps right?
Click to expand...
Click to collapse
You do not have to odex if you don't want to, but I personally recommend it.
And installing apps from the Play Store will be 100% fine on an odex'd ROM.
However, ANY mod that changes a system app is likely to interfer. In this case you can deodex, then flash the mod, then reodex (optional).
This is mainly for those that flash, then don't mod. However modding is not impossible and it's worth the extra 10 minutes to do this.
I have installed everything according to the tutorial. But in the cmd window..its written Your Kernel does not support this feature [adb remount]
I am using the perseus Kernel. I insecured the kernel using "adb insecure" from chainfire. I think it was not needed but i did it when nothing was working. It still does not work
any help?
P.S. debugging is enabled
EDIT : SOLVED -------> USING THIS http://forum.xda-developers.com/showpost.php?p=39378436&postcount=164
Dang it, I feel like an idiot. I cannot figure out how to setup the variable path from the instructions. Do I need to make a new one in both system and user, or do I edit one that is already there?
What do I name them?
I tried to reodex UltimaRom v11 and had to modify the script too (set remountavlible=yes) in order to see option 22 so you might want to write that in the OP Kryten, it could prevent the question from being asked over and over
Maybe it is specific to some roms ?
I do everything as I should,but after I press any button after it says "Press any key to continue" at the screen with the snake head (Or whatever that is),it will give me an empty command prompt.No menu,no nothing.Any ideas guys?It's really starting to get on my nerves...
How to know if my phone was odexed?
After running script it says:
The phone rebooted, but there is no *odex files in System/App. Strange..
Hey there! Just want to confirm something.. It is said in the OP that we have to "deodex" to flash a new mod or patch. Is a ROM upgrade considered a patch? Do I have to deodex first to flash a new ROM version? Or it is safe to just flash the new ROM version while I'm still odexed and just re-odex after upgrading the ROM?
Thanks!
I have an odex folder on my internal SD card. Folder size is almost 500mb. Can I delete this folder.
Sent from my GT-I9300 using Tapatalk 2
I can't seem to make it work.. It is always saying it can't find the Android SDK (look at the attached photo), but I've already installed everything. Java and Android SDK. What could be the problem? Both Java and SDK are installed in C:/
flipward said:
I can't seem to make it work.. It is always saying it can't find the Android SDK (look at the attached photo), but I've already installed everything. Java and Android SDK. What could be the problem? Both Java and SDK are installed in C:/
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=39378436&postcount=164

[Tool][App-Modder] Sony System App Editor Ver.1.1 - {divinemamgai}

This Tool has been replaced by - Junohttp://forum.xda-developers.com/showthread.php?p=45990300#post45990300
Please visit the new thread!
For older Thread click the button below.
{
"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"
}
Welcome To Sony System App Editor Ver.1.1​Installation
Please follow the instructions carefully, cause this is very crucial to the programs working.​
Step 1
Download the following resources :​
Android SDK (drawPatch9)
Java SE Runtime Environment 7 (Java)
Step 2
Go to Advanced System Properties.
It should look like this:
Go to Environment Variables, then create a new System Variable, having name JAVA_HOME and value according to the path where you have installed the JRE(7).
It should look like this:
Now after creating the JAVA_HOME variable, search for Path system variable in the System Variables list. Now this is a bit tricky. Once found click on it and then on Edit. Now if your value is ending with ";" (without quotes) then just add the path to your JRE(7) bin folder. If the ";" is not present then just add it and follow the rest of instruction as given.
It should look like this:
Now just Save it. (Just keep on clicking OK it will be done automatically.)
Step 3
Download Ver.1.1.zip.
[*] Download
[*] Size: 17.85 MB (18714229 bytes)
Now Extract the zip where ever you want in your computer.
Step 4
Open the folder in which you have extracted the files and then the res directory in it.
Now make sure that the folder looks like this -
If you want you can add your modified resource files too.​Note: If you are using any other ROM or PHONE of Sony (This program might be compatible with all types of Phones and Roms though!), then you should over-write the already present resource files in the res directory with your own ROM or PHONE resource files. (This is important!)
Now open the program by executing - Sony System App Editor.bat, like this -
Then type LOADRESOURCES, and let the program install the required resources. Once done add your APK file to this program's directory and get started, cause you are all done!
It should look like this:
How to use?
Step 1
Make sure you have the original version of the system apk. (This is important cause in other situations I cannot guarantee it's working as I haven't tested it. ) Copy it to the program's main directory.
Now open the Program by executing - Sony System App Editor.bat, and type only the name of the System app.
For eg.: If you want to edit UxpNxtLockScreen.apk, then copy it to the main directory, and then by executing the program type UxpNxtLockScreen. (Notice no .apk!)​
Now press Enter and let the program handle the rest.
Still it should look like this:
Now check for any errors in the Apktool output screen, if none found you are good to go or else I don't know what to do?...p)
If everything went fine it should look like this -
Step 2
Edit your APK to your carnal needs! But still make sure everything you do is syntactically correct and there are no erroneous codes.
For editing APK's go to the working folder of the program, and look for the folder that is named after the file-name of your System Apk.
It should look like this:
​
Now open it and start editing.
Step 3
Now assuming you have finished editing the System app, execute the main program once again - Sony System App Editor.bat.
Type the APK's file-name (no exts.) which you where editing, and press enter.
It should look like this:
Make sure everything goes right and check for any errors in the APKTOOL output screen, cause program at the current stage will still produce a build even if there is any error with apktool! (Will be solved soon.)
Now assuming you have checked everything and nothing is wrong, then you are good to go! And still it should look like this -
Step 4
Assuming that everything has been fine till now, so then you can have your APK file in the build folder of the Program's main directory.
It should look like this:
​
Now copy it to a place where you can create a flash-able zip out of it! :laugh:
Note: If you want to start modification of the new apk file of the same name, first delete the folder in the working directory of the previous APK's file-name. (It's important.)
Condition of it's use
Please use this program at your own risk. It has only been tested to mod UxpNxtLockScreen.apk.
This program utilizes a technique that I learned while creating my first mods, and was not able to find a perfect tutorial.
The technique this program utilizes might not be applicable for all types of System Apps.
The program is just created by me today (23/9/13), so please bear with it's simple and non-wanting UI and features.
So start using it and start modding today! - Become a World-Class Developer! (.........:laugh:...............:laugh:........)
Download Ver.1.1​Please wait till this program is completely face-lifted!​Credits
Apktool developer for developing such a great tool.
Google for making such a wonderful OS!
Me for making it's modification so simple! (divinemamgai)
This Tool is gonna suffer from Face-Change! So please co-operate.
@divinemamgai
Awesome.
I just edited my lockscreen using this, removed the clock(as I requested in PM)
Thanks a lot.
heatseeker_x04 said:
@divinemamgai
Awesome.
I just edited my lockscreen using this, removed the clock(as I requested in PM)
Thanks a lot.
Click to expand...
Click to collapse
Hey dude use the latest version to be sure of not getting into any trouble! :laugh:
divinemamgai said:
Hey dude use the latest version to be sure of not getting into any trouble! :laugh:
Click to expand...
Click to collapse
sure, I will download it.
hey man i try use your tool this hopefully helping me,,, thanks so far so good as i use
Encang_Rojali said:
hey man i try use your tool this hopefully helping me,,, thanks so far so good as i use
Click to expand...
Click to collapse
Welcome but please try the new Tool! As it is the better than this one.
divinemamgai said:
Welcome but please try the new Tool! As it is the better than this one.
Click to expand...
Click to collapse
where is the NEW tool? cant u share ?
Encang_Rojali said:
where is the NEW tool? cant u share ?
Click to expand...
Click to collapse
Dude see the main post of this thread and you will get it, or just search for Juno! :laugh:
Can I use this in Fedora ?
Little Zed said:
Can I use this in Fedora ?
Click to expand...
Click to collapse
I guess but I'm not sure cause there maybe some functions used in this program which might not be available in Fedora. I have developed it in Windows, so I think you can try out and tell me what happens. But as far as I'm know it my not work.
divinemamgai said:
I guess but I'm not sure cause there maybe some functions used in this program which might not be available in Fedora. I have developed it in Windows, so I think you can try out and tell me what happens. But as far as I'm know it my not work.
Click to expand...
Click to collapse
So. You mean no linux support?
Sent from my ST25i using Tapatalk 2
Little Zed said:
So. You mean no linux support?
Sent from my ST25i using Tapatalk 2
Click to expand...
Click to collapse
Dude I don't have Linux system, so I can't test, all I'm asking you is to test it and tell me if it works or not?
divinemamgai said:
Dude I don't have Linux system, so I can't test, all I'm asking you is to test it and tell me if it works or not?
Click to expand...
Click to collapse
Will surely test with WINE software on linux.
Sent from my ST25i using Tapatalk 2
OK... Thanks bro...
Sent from my Xperia U using XDA Premium 4 mobile app
Little Zed said:
Will surely test with WINE software on linux.
Sent from my ST25i using Tapatalk 2
Click to expand...
Click to collapse
And he is not saying it metaphorically.... ...
divinemamgai said:
And he is not saying it metaphorically.... ...
Click to expand...
Click to collapse
Ok then ket's port this to linux.
Sent from my ST25i using Tapatalk 2
Little Zed said:
Ok then ket's port this to linux.
Sent from my ST25i using Tapatalk 2
Click to expand...
Click to collapse
Dude just so you know I was referring to the word WINE in your previous post. , and hey can you continue this discussion in the new thread please.

Tab S Boot Animation

Hi,
Here is the new boot animation from Tab S,
Just Flash and enjoy..:victory:
Download Below
{
"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"
}
Download TabSBootAnim.zip
Credits
SAMSUNG
hello
it's for SP-601 ?
Link doesnt download
Sent from my SM-P600 using XDA Premium 4 mobile app
moussapes5 said:
hello
it's for SP-601 ?
Click to expand...
Click to collapse
It's for all variants of Note 2014 E
reubenskelly1992 said:
Link doesnt download
Click to expand...
Click to collapse
Click download in File Menu or Ctrl+S.., Cuz Google Drive automatically previews contents of zip file if less than 25mb.
Could u please make a flashable zip of the tab s framework for the note 10.1 2014.
Would greatly appriciate it.
@KarthikeyanVedi
can add sound?
Can u please post the system/apps and system/priv-app folders from the Samsung Galaxy Tab S
Thanks so much - would really appriciate it
You are a really good devloper
[ROM][P600][P601][MagazineUX][V3] [Stable] UXProject Note 10.1 2014
Works like a charm
Thank you.
ragnatelato said:
@KarthikeyanVedi
can add sound?
Click to expand...
Click to collapse
Sound is included in zip file
Shawn5162 said:
Can u please post the system/apps and system/priv-app folders from the Samsung Galaxy Tab S
Thanks so much - would really appriciate it
You are a really good devloper
Click to expand...
Click to collapse
Will Upload ... :good:
KarthikeyanVedi said:
Sound is included in zip file
Will Upload ... :good:
Click to expand...
Click to collapse
could u post it to the google drive mirror (the system/apps folder and system/priv-app folder from the Samsung Galaxy Tab S
Thanks so much
KarthikeyanVedi said:
Sound is included in zip file
Will Upload ... :good:
Click to expand...
Click to collapse
holly crap...already got system dump for Tab S? how did you get that?:laugh::good:
First of all, thank you for this little mod. It's a pretty one ;]
Second: I use Note 12.2, I know it's 10.1 thread, however i followed the link in 12.2's topic, also i think this might be important for other 2014 Note's users as well, as the devices hardware is almost equal. See below for details.
So... Flashable zip DOES NOT work out-of-the-box on my SM-P905 (Note Pro 12.2 LTE / Qualcomm cpu based) running stock (but: deodexed, rooted, heavily debloated...) 4.4.2 firmware.
Boot animation does not show up at all, there is only Tab S booting sound in background, but tablet keeps displaying bootloader screen all the time, until Android is booted (it does not cause bootloop, fortunately).
After running bootanimation binary thru terminal the animation does not show, too (and it showed up on a genuine config!), and the shell outputs some warnings about unoptimized libraries to stderr.
In my opinion, there might be some difference between exynos/mali and qualcomm/adreno libraries/binaries (there are A LOT of differences related to other system components and even system structure itself...), and the ones provided within a zip do not comply with qualcomm hardware/other system components, resulting in lack of graphics. I bet it's a library file, as it has different size (it is... 4 bytes smaller on stock rom), although I didn't compare the binaries size... Please note that it is possible that the issue MAY apply to P605 users too, as well as other LTE/qcom tabs (note thet this is only a guess, based on my own experiences...). It would be a good idea to provide some backup/restore solution or at least tutorial, until further tests on LTE devices are made; fortunately, I have backed up all the essential files, ie. media components, lib and binaries before flashing your zip, but if someone didn't, he may be forced to flash system image/restore whole system nand backup to revive the bootanim back to life...
And what's important, the fix for the lack of display is more than simple. I have restored /system/lib and /system/bin stuff back to my stock ones, leaving only provided Tab S stuff in /system/media dir. After rebooting... voila! It works!
Quick summary: at least on Note 12.2 LTE, swapping /system/media files only is enough to make Tab S bootanim work. Moreover, swapping /system/bin and lib files breaks the bootanimation visual output.
I have a question, also. I wonder if there are any differences in Tab S charging screen (the one that shows up when device is connected to charger but powered off) and if so, are you able to provide necessary files (AFAIR the charging "animation" is triggered by playlpm binary + some other /system/media files, but not sure here, too).
Thank you for your patience.
esgie said:
First of all, thank you for this little mod. It's a pret...tience.
Click to expand...
Click to collapse
Thanks for the info..:good:
I have removed the binaries from the zip.,so it would now work on snapdragons devices too..
KarthikeyanVedi said:
Thanks for the info..:good:
I have removed the binaries from the zip.,so it would now work on snapdragons devices too..
Click to expand...
Click to collapse
Hi
I dont have custom recovery for flashing. Do i just copy and paste the 3 system/media files (after backing up original files) and then reboot? If not, could you please post the necessary system files for copy and pasting? I am using P605 LTE.
Thanks
shayind4 said:
Hi
I dont have custom recovery for flashing. Do i just copy and paste the 3 system/media files (after backing up original files) and then reboot? If not, could you please post the necessary system files for copy and pasting? I am using P605 LTE.
Thanks
Click to expand...
Click to collapse
At least on P905 (the same hardware as P605), overwriting /system/media files with the ones manually extracted from the (flashable) zip file is absolutely working fine and the old bootanim will be replaced by a new one. Just don't forget to check if the file permissions weren't messed up during the operation (644 are a good ones...).
Offtopic: Ofc you shall perform changes to system, so nand backup is still recommended. If you do not want to keep custom recovery during everyday use for any reason, but you have the possibility of flashing it when needeed, at least temporarily for a time needed to restore backup, you may want to check out Onandroid Backup solution (look for it @ xda/GPlay), which lets you creating both cwm and twrp compatibile nand backups directly from Android booted up and running.
Thanks!
esgie said:
At least on P905 (the same hardware as P605), overwriting /system/media files with the ones manually extracted from the (flashable) zip file is absolutely working fine and the old bootanim will be replaced by a new one. Just don't forget to check if the file permissions weren't messed up during the operation (644 are a good ones...).
Offtopic: Ofc you shall perform changes to system, so nand backup is still recommended. If you do not want to keep custom recovery during everyday use for any reason, but you have the possibility of flashing it when needeed, at least temporarily for a time needed to restore backup, you may want to check out Onandroid Backup solution (look for it @ xda/GPlay), which lets you creating both cwm and twrp compatibile nand backups directly from Android booted up and running.
Click to expand...
Click to collapse
It works. Thanks.
Sent from my SM-P605 using xda app-developers app
It works, best way is to extract the zip then paste the parts under system--> media---> and overwrite then change permissions and you are good to go. I did it for note 12.2
Sent from my SM-N900P using XDA Free mobile app
how can i flash?
how can i flash it?
with ODIN ?
Help Me!!!
123Rasool said:
how can i flash it?
with ODIN ?
Help Me!!!
Click to expand...
Click to collapse
with TWRP.

Categories

Resources