Enabling Facebook Contact Sync In CM10/AOSP ROMs - Galaxy S II I9100G Android Development

Many users are frustrated by 4.0.3+ AOSP ROMs, as from Android ICS & JB AOSP ROMs there is no Facebook Contacts SYNC.
Well after much drooling and browsing I finally found a way to enable this.:victory:
As stated on website --> http://niranjanthilak.com/facebook-sync-for-android-ics-devices/
and on --> http://www.modaco.com/page/news/_/a...sync-in-ice-cream-sandwich-r140#commentsStart
So, go on at these websites and try youself.:good:
Here, I'm Attaching a modded "ContactsProvider.apk" file that i used, in my CM10 ROM (dated:20121014)
FYI :: First rename file "root//system/app/ContactsProvider.apk" to "ContactsProvider.bak", then delete or rename "root//data/data/com.android.provider.contacts/databases/contacts2.db". Now copy provided "ContactsProvider.apk" to "root//system/app" folder, change permission to 644 and restart the device wait some time for data to sync.
P.S. :; I'm not responsible for data loss, do this on your gut.
Thnkx
If one doesnt wanna share their info with third party apps like HaxSync or FBcontactsync.
There is a great app and info about how to make it by Recognized Developer Deadknight.
Here is the link --> http://forum.xda-developers.com/showthread.php?t=1731298

No go for me. How did you modify your apk file? When I baksmali'd mine, I didn't see a res/variables folder at all like was suggested in the original guide on how to do this. Tried adding it, but ended up with the same thing I get from your file - FC's and no contacts

Thanks. I tried both the given file and the steps. No go.

NegativeOne said:
Thanks. I tried both the given file and the steps. No go.
Click to expand...
Click to collapse
Haha I never tried it but yeah ... You should stay here and wait for OP's reply though .

have you changed the permission to 644 thats -rw-r--r--
Sent from my GT-I9100G

Just to be sure .. before doing above step try switching off wifi and data network, and remember to change permission, thn restart
Sent from my GT-I9100G

so:
1) rename original
2) disable all data (airplane mode)
3) delete contacts2.db
4) paste new file in and set permissions.

Sadly, still no good. get FC's in all my apps that use contacts.

You can't just use the modified apk...instead, using the guide and make the necessary changes...the modded apk was not for every ROM...
Ok...to add some details:
For ContactsProvider APK, the file
in question is res/values/arrays.xml
To gain access to this, you must decompile with apktool, not baksmali...

The file provided was for CM10, was it not? I'm running CM10 - the only difference is I'm actually on a Galaxy S3. I've tried with the guide but have met with similar ends.
Only difference is - when I tried manually I did not set my file permissions to 644.

Working like charm mate ...
Thanks a lot ...
I have GT-I9100G
The contacts synchronized smoothly but their pics and birthday aren't synchronized...
ROM : CodeBox 1.6.0 Official
Kernel : Horsepower 3.1.0-Fuss
If you like my post then please hit the button thanks ...

NegativeOne said:
The file provided was for CM10, was it not? I'm running CM10 - the only difference is I'm actually on a Galaxy S3. I've tried with the guide but have met with similar ends.
Only difference is - when I tried manually I did not set my file permissions to 644.
Click to expand...
Click to collapse
Hmm...I'm not sure whether all cm system apps will work on any phone...May have certain dependencies...that's why i asked you too mod yourself...did you modify the database (2nd step) or just merely the first step? And by the way, all system apps must have their permissions set to 644 or rw-r--r--...

I thought this one required you to simply delete your contacts2.db instead of modifying it, no?

NegativeOne said:
I thought this one required you to simply delete your contacts2.db instead of modifying it, no?
Click to expand...
Click to collapse
Nope...the first guide actually taught on how to modify...to me, modifying is better than deleting...

yes thats right
Sent from my GT-I9100G

try doing disassembly through apktool .. and doing whats needed to be done .. wish u luck
http://code.google.com/p/android-apktool/
Sent from my GT-I9100G

for pics .. u can use facebook contact sync app
Sent from my GT-I9100G

s3 system files have different dependencies and so for that u hav to do it yourself.
Sent from my GT-I9100G

well if you .. change the lines in smali codes where columns are first initiated thn thr is no need to modify contacts2.db file
Sent from my GT-I9100G

Thanks guys. I'm going to try this. I've been trying to use the xdaAutoTool wrapper for apktool, and I'm not 100% sure I'm doing it right.
What do I need to do to make sure that it loads the correct framework-res.apk for resource dependencies? I did "install other" and pointed it to the file, but it says "No Framework installed".
If someone could point me to a guide for raw apktool that includes signing the apk (which I understand I must do) and loading a framework dependency, that would work too. Thanks in advance!

Related

[Q] How to pack all apps in 1 file to instal from recovery

can anyone please explain me how to pack all apps in one file..so that i can install it everytime i flash any nightly and dont have to install individually..like gapps,setcpu all in one..thanks
So this is the link..those who want can go thru his process..after searching for lot of tym this s what i got..rying it..nd will post the result..
http://www.londatiga.net/it/how-to-create-android-update-zip-package/
You can make a backup of your applications the system partition and then install them through ADB, using the switch for automatic installation.
or simply make a backup with titanium backup =)
You may also use File Expert. It is free less invasive then Titanium Backup.
File Expert can backup all Your apps and then restore. You should only tick "silent install" in settings.
in other thread i read a guy mentioned that he packed all his apps together along with gapps and installs it from erecovery..that is much easier..and the whole point of it is that i dont want to install any software and just want it to b packed in one..i dnt want to instal even titanium backup also after flashin ..trust me i flash almost daily from skang to cm7 n20 to nova n wat not..i just luv doin that..plz help i want a rar,tar,kdz i dnt know watever format it may become..i just want it to b flashed from erecovery ..
thanks for suggesting titanium and file explorer but that is smething i dnt want..
Copy the .apk and files you want to be installed in the .zip archive using store as archiving mode, before flashing CM7.
Be carefull to the paths.
Example: favorite_ringtone.ogg goes to system\media\audio\ringtones)
This way I managed to integrate CM7 with my desired apps (ex: changed Rommanager with RomManager premium, ADW with ADW EX), Nova Kernel, stock ringtones and media files, custom bootanimation etc.....
Then flash it, as usual, with CWM in recovery.
Regarding strictly to what you asked, search forum and internet about making a update.zip. I searched myself, downloaded a few files, but I got lazy....
Anyway, keep us posted about your project.
rgabi88 said:
Copy the .apk and files you want to be installed in the .zip archive using store as archiving mode, before flashing CM7.
Be carefull to the paths.
Example: favorite_ringtone.ogg goes to system\media\audio\ringtones)
This way I managed to integrate CM7 with my desired apps (ex: changed Rommanager with RomManager premium, ADW with ADW EX), Nova Kernel, stock ringtones and media files, custom bootanimation etc.....
Then flash it, as usual, with CWM in recovery.
Regarding strictly to what you asked, search forum and internet about making a update.zip. I searched myself, downloaded a few files, but I got lazy....
Anyway, keep us posted about your project.
Click to expand...
Click to collapse
So i just need too adding the apks and other files to the cm7 zip file in corresponding folder? How about that file permissions? Will they automatically set?
Sent from my LG-P970 using Tapatalk
rgabi88 said:
Copy the .apk and files you want to be installed in the .zip archive using store as archiving mode, before flashing CM7.
Be carefull to the paths.
Example: favorite_ringtone.ogg goes to system\media\audio\ringtones)
This way I managed to integrate CM7 with my desired apps (ex: changed Rommanager with RomManager premium, ADW with ADW EX), Nova Kernel, stock ringtones and media files, custom bootanimation etc.....
Then flash it, as usual, with CWM in recovery.
Regarding strictly to what you asked, search forum and internet about making a update.zip. I searched myself, downloaded a few files, but I got lazy....
Anyway, keep us posted about your project.
Click to expand...
Click to collapse
This is the way to do it. I have a custom zip too replacing most apps, boot animation, etc. Even libs, modules, etc.
If only apps that you want to add, you can modify the (google addon) gapps zip.
Sent from my LG-P970 using xda premium
lesp4ul said:
So i just need too adding the apks and other files to the cm7 zip file in corresponding folder? How about that file permissions? Will they automatically set?
Sent from my LG-P970 using Tapatalk
Click to expand...
Click to collapse
You can also try replacing framework-res there. AFAIK, permissions are taken care of once flashed.
And also the gnote lib that you mentioned. I took the lib and modules of nova kernel once, and they all worked. Even the nova script in terminal worked. Minus the governors. All files in the folder of nova kernel I injected it to the nightly #20
Sent from my LG-P970 using xda premium
lesp4ul said:
So i just need too adding the apks and other files to the cm7 zip file in corresponding folder? How about that file permissions? Will they automatically set?
Sent from my LG-P970 using Tapatalk
Click to expand...
Click to collapse
as i edited my post...you have to sign i guess and also certificates are needed..its very complicated..i hope some devs and you senior members can explain in simple language
venky77 said:
as i edited my post...you have to sign i guess and also certificates are needed..its very complicated..i hope some devs and you senior members can explain in simple language
Click to expand...
Click to collapse
dear venky77
hope this can help you
HTML:
http://forum.xda-developers.com/showthread.php?t=732957
cuprum12 said:
dear venky77
hope this can help you
HTML:
http://forum.xda-developers.com/showthread.php?t=732957
Click to expand...
Click to collapse
thankyou that shuold work i guess..have my exams will definately try if after that..will let you all know ..thanks.

[Q] bundling system apps into pre-existing custom roms?

I'm wanting to install the current version of the AOKP rom onto my note, but i noticed (after I flashed - boh) that there's an FC problem with the included launchers on that rom.
In the instructions they suggest using ADB to push novalauncher's apk file out to your device, but that seems needlessly complex to me when I could just (in theory) bundle the app into the .zip before I flash.
Is there any reason I can't insert the nova.apk into the AOKP.zip file (in /system/app as i understand it), zip it back up, flash the .zip as per normal AOKP instructions and proceed on my merry way?
Is it that simple? Do I need to mess around with chmodding the apk file or should the fact that it's in /system do that stuff for me?
FWIW I have tried this, but got some problems with having lost root between flashes (stupid ICS root) and that caused me some problems and a lot of high-heartrate moments trying to flash back to a working RocketRom build.
I'd rather do it 'properly' with accurate information about what I'm doing before I try again.
Appreciate the assistance.
I am to faceing the same problem but on other device
Sent from my HTC Glacier using xda premium
sideways86 said:
I'm wanting to install the current version of the AOKP rom onto my note, but i noticed (after I flashed - boh) that there's an FC problem with the included launchers on that rom.
In the instructions they suggest using ADB to push novalauncher's apk file out to your device, but that seems needlessly complex to me when I could just (in theory) bundle the app into the .zip before I flash.
Is there any reason I can't insert the nova.apk into the AOKP.zip file (in /system/app as i understand it), zip it back up, flash the .zip as per normal AOKP instructions and proceed on my merry way?
Is it that simple? Do I need to mess around with chmodding the apk file or should the fact that it's in /system do that stuff for me?
FWIW I have tried this, but got some problems with having lost root between flashes (stupid ICS root) and that caused me some problems and a lot of high-heartrate moments trying to flash back to a working RocketRom build.
I'd rather do it 'properly' with accurate information about what I'm doing before I try again.
Appreciate the assistance.
Click to expand...
Click to collapse
I open the ROM zip up and add .apks to the /system/app/ folder all the time..I also delete the ones I know I can and won't use..
There are some apps that won't work like this but its very uncommon..For example I can never include quickpic I always have to manually install it from the market.
sideways86 said:
I'm wanting to install the current version of the AOKP rom onto my note, but i noticed (after I flashed - boh) that there's an FC problem with the included launchers on that rom.
In the instructions they suggest using ADB to push novalauncher's apk file out to your device, but that seems needlessly complex to me when I could just (in theory) bundle the app into the .zip before I flash.
Is there any reason I can't insert the nova.apk into the AOKP.zip file (in /system/app as i understand it), zip it back up, flash the .zip as per normal AOKP instructions and proceed on my merry way?
Is it that simple? Do I need to mess around with chmodding the apk file or should the fact that it's in /system do that stuff for me?
FWIW I have tried this, but got some problems with having lost root between flashes (stupid ICS root) and that caused me some problems and a lot of high-heartrate moments trying to flash back to a working RocketRom build.
I'd rather do it 'properly' with accurate information about what I'm doing before I try again.
Appreciate the assistance.
Click to expand...
Click to collapse
Well my problem is solved
Check the app name of apps ur adding they should not include space in them ( like xda primium.apk) if there r space then remove the space (like xdaprimium.apk) it should work fine
Sent from my HTC Glacier using xda premium
MrDSL said:
I open the ROM zip up and add .apks to the /system/app/ folder all the time..I also delete the ones I know I can and won't use..
There are some apps that won't work like this but its very uncommon..For example I can never include quickpic I always have to manually install it from the market.
Click to expand...
Click to collapse
Thanks man.
One more question - as far as launcher apps go, is there any way to set the default launcher in the .zip file?
If I delete the pre-existing launcher app from the rom in question and add nova.apk should it set itself as the default launcher app automatically?
sideways86 said:
Thanks man.
One more question - as far as launcher apps go, is there any way to set the default launcher in the .zip file?
If I delete the pre-existing launcher app from the rom in question and add nova.apk should it set itself as the default launcher app automatically?
Click to expand...
Click to collapse
no you will prbably need to makea script to get it to work
How can i make the required script??
plz help
---------- Post added at 09:41 PM ---------- Previous post was at 09:37 PM ----------
And ive heard "the TouchWiz launcher included in the rom has hardware acceleration for better graphics performance while the launchers we use like GO LAUNCHER etc depends totally on cpu. They consume cpu power only and no GPU"
IS THAT SO??????????????
that would not mean a good thing
cause GO launcher or n other launcher are way better than Stock TWiz launcher.
I don't want someone to do all the work for me, but if anyone could direct me to some kind of resource with the relevant syntax and such that'd be amazing.
sideways86 said:
If I delete the pre-existing launcher app from the rom in question and add nova.apk should it set itself as the default launcher app automatically?
Click to expand...
Click to collapse
You can delete any launcher in the original zip and replace it with Nova and it will work. You don't need any script to do that, as suggested before.
thanks chasmodo - this worked flawlessly.

[MOD] Shutter/Auto focus Sound Off For LG 4X HD

This MOD base on V10F Deodex ROM from http://forum.xda-developers.com/showthread.php?t=1871858
==== Download Section ====
1. Download Link from my blog Shutter/Auto focus Sound Off (adb installer)
2. CWM installer in Thread
===================
==== Feature ====
1. turn off auto focus sound
2. Modify Tone4 in Shutter Sound to silent
=============
==== Installation Guide ====
1. use app that can edit permission such as Root Explorer
rename /system/app/CameraApp.apk - > /system/app/CameraApp.apk.bak (backup original CameraApp.apk)
2. copy CameraApp.apk to /system/app/CameraApp.apk
3. edit permission as picture below
-
-
Screen Shot:
-
-
Thanks, will give this a go later.
The default 4th shutter sound is horrible - why would you ever want to use it?
Glad to get rid of it! :good:
Need original cameraapp
The modified version keeps crashing, and i deleted thr stock app by mistake, can u send me the original cameraapp. Apk?
Thank u so much!
yousefhammad said:
The modified version keeps crashing, and i deleted thr stock app by mistake, can u send me the original cameraapp. Apk?
Thank u so much!
Click to expand...
Click to collapse
you can get on top thread
somboons said:
you can get on top thread
Click to expand...
Click to collapse
Cant find it. I need the stock app. Sorry for the hassle
updating installer in top thread.
Sent from my LG-P880 using xda app-developers app
somboons said:
updating installer in top thread.
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
Got it thanks alot
somboons said:
updating installer in top thread.
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
I just install the app like any other without problems.
Now I don't remember if SU ask for permission or not but, I just install, reboot and...done.
Thank you! Works perfect !
Do i need to be rooted?
Will we loose it if we get a fw update?
profyler said:
Do i need to be rooted?
Will we loose it if we get a fw update?
Click to expand...
Click to collapse
You need to be rooted, at least to be able to use AntTek and Root Uninstaller, and no, you won't loose it in case of FW update, unless the upgrade is for the camera too... but the process is fast. 5 minutes and its done
RuedasLocas said:
You need to be rooted, at least to be able to use AntTek and Root Uninstaller, and no, you won't loose it in case of FW update, unless the upgrade is for the camera too... but the process is fast. 5 minutes and its done
Click to expand...
Click to collapse
Thanks Dude, but did download the ICS Camera, to take pictures without shutter sound.
Ruedas, a rooted phone doesnt receive OTA updates, right?
strange thing that i downloaded the apk, tried to install it but wouldnt work even after changing permissions. Had no camera forawhile. Downloaded the stock apk, just copy and pasted it in the folder and all of a sudden i have my camera back with no shutter sound...no idea why but thanks
I'm trying my best to fix (IOW; mute) the shutter sound on my GF's O4X. While I believe I understand how this is done, I'm not able to actually get it done.
I've managed to get the phone rooted (thanks to alexp999's simple to follow guide). If I've understood things correctly; I now need to replace the original camera.apk with the modified one found in this thread.
Problem is that, in the /system/app folder, both renaming files (the old camera.apk) and copying files (the new camera.apk) to the folder fails.
Anyone able to see what I'm missing / doing wrong? Any help would be thoroughly appreciated!..
vidvandre said:
I'm trying my best to fix (IOW; mute) the shutter sound on my GF's O4X. While I believe I understand how this is done, I'm not able to actually get it done.
I've managed to get the phone rooted (thanks to alexp999's simple to follow guide). If I've understood things correctly; I now need to replace the original camera.apk with the modified one found in this thread.
Problem is that, in the /system/app folder, both renaming files (the old camera.apk) and copying files (the new camera.apk) to the folder fails.
Anyone able to see what I'm missing / doing wrong? Any help would be thoroughly appreciated!..
Click to expand...
Click to collapse
I have my way...
With "Root Uninstaller Pro" I uninstall the original one, than I grab the modded file and past it in .../system/app and I install it from there.
Reboot and its done
RuedasLocas said:
I have my way...
With "Root Uninstaller Pro" I uninstall the original one, than I grab the modded file and past it in .../system/app and I install it from there.
Reboot and its done
Click to expand...
Click to collapse
Thanks for the reply and suggestion RuedasLocas!
Titanium Backup seems to have the option to uninstall system apps, I'll give that a go. Would however like to figure out how to copy files to the system/app folder before I do that (given that this is required to re-install/enable the camera). Have tried with both ES File Manager and Total Commander; both have been given SU-privelages, both are able to browse to the folder, neither is able to copy files to or rename files in the folder...
vidvandre said:
Thanks for the reply and suggestion RuedasLocas!
Titanium Backup seems to have the option to uninstall system apps, I'll give that a go. Would however like to figure out how to copy files to the system/app folder before I do that (given that this is required to re-install/enable the camera). Have tried with both ES File Manager and Total Commander; both have been given SU-privelages, both are able to browse to the folder, neither is able to copy files to or rename files in the folder...
Click to expand...
Click to collapse
Use "AntTek" explorer, works together, or alone if you wish, with Root Uninstaller, you can copy/paste or just cut/paste...
RuedasLocas said:
Use "AntTek" explorer, works together, or alone if you wish, with Root Uninstaller, you can copy/paste or just cut/paste...
Click to expand...
Click to collapse
Tried AnTek Explorer; What an interesting file manager! Will have to test this for a longer period of time, could possibly become my new goto file manager. Thanks for the tip!..
Though I couldn't get the new/modified camera.apk to the system/app directory. Though this time it failed with an error messge; "Error Don't have enough permission to do this action" (see attached screenshot). Have double-checked that "Native mode" is enabled within AnTek and that its (permanently) enabled in SuperSU. Not sure how I can give an app even more permissions...
vidvandre said:
Tried AnTek Explorer; What an interesting file manager! Will have to test this for a longer period of time, could possibly become my new goto file manager. Thanks for the tip!..
Though I couldn't get the new/modified camera.apk to the system/app directory. Though this time it failed with an error messge; "Error Don't have enough permission to do this action" (see attached screenshot). Have double-checked that "Native mode" is enabled within AnTek and that its (permanently) enabled in SuperSU. Not sure how I can give an app even more permissions...
Click to expand...
Click to collapse
Just reboot the phone and it should be enough.
Some apps need a reboot to work properly.
RuedasLocas said:
Just reboot the phone and it should be enough.
Some apps need a reboot to work properly.
Click to expand...
Click to collapse
Thanks for all the help! Rebooting allowed me to rename files. Then I finally figured out why copying files to the system folder failed (or at least partly); For reasons unknown to me, I weren't allowed to copy/move files directly from the external_sd card to the system/app directory, Had to first move the to an internal location, then I could move then to the desired location!
End result; The annoying shutter sound is gone! :victory:
Again; Thanks for all the help!

[MOD] PRL Write Enabler for Sprint Galaxy S4 [MDC][MDL][MJA]

First off this work is based on Digiblur's PRL Write Enabler from the Sprint Galaxy S3 forum. I simply modified it & packaged it for our Sprint Galaxy S4 devices.
Here is the original S3 post that this was found in... http://forum.xda-developers.com/showthread.php?t=2159054
Also, post #8 below provides additional info.
I tested it by flashing with TWRP and it worked on my stock, rooted S4 with the MDC and MDL releases.
If you're on a stock rooted Rom and not using TWRP, you can just copy the HiddenMenu.apk from inside the zip file downloaded into /system/app/ and overwrite the one that's there. (You'll need a root enabled file browser to do this of course).
Thanks to Unknownforce here is a version for MJA...
http://www.androidfilehost.com/?fid=23212708291676468
Enjoy!!
This certainly will save me from having to use CDMA WS to switch like I just did yesterday. 55014 was not working well for me in my market so I switched back to 25014.
What is write enabler?
Keeps aborting for me
THEGAMEPLAY94 said:
Keeps aborting for me
Click to expand...
Click to collapse
You mean the install of the zip?
If so, you can pull the APK out of the zip and replace HiddenMenu.apk in the system folder (make a backup first). You may want to also set the permissions to rw-r-r after replacing the system app. Reboot, then you should be good to go.
@ChadH42,
I know it seems like I'm harping on you but I'm really not..
You need to update the OP on - 1. What is this? 2. What does this do? 3. Why is this in the Development Section.. ?
A good OP leads to less questions.. Development Sections aren't for information. That would be considered a Discussion Thread that belongs in General.
Let's keep the Dev section clean from the start.
My suggestion - Edit the OP on the What's/Why's?/How To's and you won't get posts like mine.
To the OP, updated your title as [WIP], and I suggest you provided additional information so that folks aren't bricking their new devices.
I will check in, if you need anything, let me know.
What this MOD does (in case the OP takes a little while to chime in)
What this MOD does is modifies our ##DATA# (select View) menu to allow for the PRL Write option to appear and function. With this menu option, the user can change their PRL on the fly from the device itself by placing a copy of the desired PRL in the root directory of Internal Storage and name it "test.prl" (no quotes), dial ##DATA# (choose View), tap Write PRL, tap the sub-menu option Write PRL ---wait--- and then the device reboots with the test.prl PRL applied upon reboot. Not every PRL works and sometimes it takes a couple of tries.
A tip for multiple PRL options is to, of course, keep a folder of the PRLs you like and keep them labeled in there. Copy the desired PRL to proper place as needed and just remember to rename the copy to "test.prl". Switch back and forth as you please. I hope this helps clear some confusion and helps some find purpose with the MOD like I have.
For a clear set of instructions that I did not want to just copy verbatim, check the link below. Also, if you are having issues with the zip not installing in CWM, just extract the APK from the ZIP (inside the system/app folder), use Root Explorer or your favorite root-access file explorer to place the APK in the APP folder, apply the proper permissions and reboot.
Ref from the GS3: http://forum.xda-developers.com/showthread.php?t=1748516
So I unzipped the file, replaced the hidden menu original apk with the new one, then set permissions, rebooted, then tried ##3282# and the view and edit options do not appear.. .. It just blanks out the items I just entered
Sent from my SPH-L720 using Tapatalk 2
jayjay7411 said:
So I unzipped the file, replaced the hidden menu original apk with the new one, then set permissions, rebooted, then tried ##3282# and the view and edit options do not appear.. .. It just blanks out the items I just entered
Sent from my SPH-L720 using Tapatalk 2
Click to expand...
Click to collapse
Did you clear Cache when you rebooted?
What ROM are you using?
ChadH42 said:
Did you clear Cache when you rebooted?
What ROM are you using?
Click to expand...
Click to collapse
+1...same thing is happenening to me...Im on force rom. when i type in the dialer code it just blanks out.
lilmikeyv said:
+1...same thing is happenening to me...Im on force rom. when i type in the dialer code it just blanks out.
Click to expand...
Click to collapse
I just tried this mod with the Force ROM and it did the same thing (blank options). The only thing I can think of is that it works with the odex version of the stock ROM so maybe its a problem with deodex ROMs of which Force is one.
O okay. Its currently not a necessary thing for me at the moment, just nice for when I travel to Alabama. Hopefully later on someone gets it working on deodex.
Sent from my Nexus 4 using Tapatalk 2
ChadH42 said:
I just tried this mod with the Force ROM and it did the same thing (blank options). The only thing I can think of is that it works with the odex version of the stock ROM so maybe its a problem with deodex ROMs of which Force is one.
Click to expand...
Click to collapse
I am actually running it on the Rooted Stock DeOdexed ROM. So I don't think it is an Odex/DeOdex issue...might be a Force ROM issue.
Also, moot point for Force ROM (1.0+) anyway because the PRL Write mod is already included with that.
I'm also having this problem and I'm pretty sure it was working this morning. I haven't flashed anything since then.
edit-- I tried:
1. wiping both cache's
2. killing background process "OIThiddenmenu"
neither fixed it.
I reinstalled the stock odex ROM and flashed this again and it worked.
Just an FYI, OP, I get Error Status 6 when trying to flash this via recovery, which indicates one of two things. Either the format of the file is incorrect or there is a syntax error. The syntax looks fine, but opening in basic Notepad shouldn't "look pretty" like it currently does. So it's likely it was edited with a non-Unix-compatible text editor like Notepad or MS-Word...
To make modifications to an updater-script (or just about any Android/Linux files like this) you need something like Notepad++ or gVim.
Anyways, I did a quick test with this, and it does in fact not work on my ROM as it is, but I see why it's failing, but I don't know what exactly it's trying to reference yet. (It fails with an id number instead of a name, so I'll have to de-compile some things to find it.)
I'm not sure it's a ROM issue or a MOD issue yet. (meaning it might have to be updated for each custom ROM, depending on how they are configured) But I'll track it down and update when I can.
Unknownforce said:
Just an FYI, OP, I get Error Status 6 when trying to flash this via recovery, which indicates one of two things. Either the format of the file is incorrect or there is a syntax error. The syntax looks fine, but opening in basic Notepad shouldn't "look pretty" like it currently does. So it's likely it was edited with a non-Unix-compatible text editor like Notepad or MS-Word...
To make modifications to an updater-script (or just about any Android/Linux files like this) you need something like Notepad++ or gVim.
Anyways, I did a quick test with this, and it does in fact not work on my ROM as it is, but I see why it's failing, but I don't know what exactly it's trying to reference yet. (It fails with an id number instead of a name, so I'll have to de-compile some things to find it.)
I'm not sure it's a ROM issue or a MOD issue yet. (meaning it might have to be updated for each custom ROM, depending on how they are configured) But I'll track it down and update when I can.
Click to expand...
Click to collapse
Thanks for all your help here..
I had the error status 6 problem in the beginning and thought I fixed it. You are correct that I used MS WordPad to edit the files.
ChadH42 said:
Thanks for all your help here..
I had the error status 6 problem in the beginning and thought I fixed it. You are correct that I used MS WordPad to edit the files.
Click to expand...
Click to collapse
I think TWRP can read the non Unix type characters, which is why it works on a different recovery.
I'm hoping it's a mod issue and I can just modify the mod to work universally regardless of the rom. But we'll see.
Sent from my SPH-L720 using xda app-developers app
fails in recovery for me.
says error executing updater binary in zip
in stock rooted...

[SPH-L720] [NG2] Original TouchWiz NG2 Bloat

If you accidentally deleted an application that you wanted later or just simply desire the files for development of custom TouchWiz based roms (or any other reason) and don't want to fish for them on a stock device, then here they are
These files are from the unmodified but rooted NG2 software. The only modification was that the device was rooted, so obviously @Chainfire's supersu is not part of the original files.
[sph-l720-system-app.rar - RAR archive] [MD5=(pending)] [File Size: ]
for all files in the /system/app directory: DOWNLOAD HERE
[sph-l720-system-priv-app.rar - RAR archive] [MD5=(pending)] [File Size: ]
for all files in the /system/priv-app directory: DOWNLOAD HERE.
**EDIT **
Note these are NOT flashable ZIPs. These are archives of each directory for cherry-picking the bloat apps.
**EDIT 2014 OCT 25TH***
Will not be making flashable ZIPS. If you so desire to do so, go for it. I now have the S5 and no free time as it is.
typefortytardis said:
If you accidentally deleted an application that you wanted later or just simply desire the files for development of custom TouchWiz based roms (or any other reason) and don't want to fish for them on a stock device, then here they are
These files are from the unmodified but rooted NG2 software. The only modification was that the device was rooted, so obviously @Chainfire's supersu is not part of the original files.
for all files in the /system/app directory: DOWNLOAD HERE
for all files in the /system/priv-app directory: DOWNLOAD HERE.
Click to expand...
Click to collapse
Thanks for this brother & correct me if I'm wrong, but shouldn't this be in the 'Themes & Apps' section?
Parkourkid93 said:
Thanks for this brother & correct me if I'm wrong, but shouldn't this be in the 'Themes & Apps' section?
Click to expand...
Click to collapse
You know what maybe. I'm sure anyone whom would use this would be for modding and making of TouchWiz based roms, but if this is the wrong place for this I do apologize.
typefortytardis said:
You know what maybe. I'm sure anyone whom would use this would be for modding and making of TouchWiz based roms, but if this is the wrong place for this I do apologize.
Click to expand...
Click to collapse
No big deal, most likely if it belongs in another section a mod will let inform you that its being moved, I was just curious, just downloaded, going to flash a tw ROM & test a few of these , did you pull these yourself by the way?
Parkourkid93 said:
No big deal, most likely if it belongs in another section a mod will let inform you that its being moved, I was just curious, just downloaded, going to flash a tw ROM & test a few of these , did you pull these yourself by the way?
Click to expand...
Click to collapse
Yes I did. I simply took them from a stock rom. Which I'm sure anyone could do - just I know I never thought to until i'm at a point where I have no choice but to flash back to stock. So now everyone has them handy.
They are simple file copies. It's not a flashable zip. Extract and use adb to push or simply copy to your device. Again these are mainly for those who are building custom TouchWiz based roms and want to include some of the bloat - but can be used by those who need some of the applications for whatever reason. But they aren't flashable and some probably will have to be replaced using adb push.
I will try to work on a flashable zip but that will take me some time. Also a flashable zip file doesn't help those whom say only want Sprint's Zone app for example but don't need the rest of the bloat. Just saying. But will post when I have made flashable zips for all-in-one bloat.
typefortytardis said:
Yes I did. I simply took them from a stock rom. Which I'm sure anyone could do - just I know I never thought to until i'm at a point where I have no choice but to flash back to stock. So now everyone has them handy.
They are simple file copies. It's not a flashable zip. Extract and use adb to push or simply copy to your device. Again these are mainly for those who are building custom TouchWiz based roms and want to include some of the bloat - but can be used by those who need some of the applications for whatever reason. But they aren't flashable and some probably will have to be replaced using adb push.
I will try to work on a flashable zip but that will take me some time.
Click to expand...
Click to collapse
Okay good, just making sure & I know, I barely use abd plus i'm already laying down, just got done playing Diablo 3, so I'm just going to push em using ES File Explorer lol
Parkourkid93 said:
Okay good, just making sure & I know, I barely use abd plus i'm already laying down, just got done playing Diablo 3, so I'm just going to push em using ES File Explorer lol
Click to expand...
Click to collapse
Someone else chime in here if this is wrong:
but... some of the touchwiz apps will refuse to work thru a simple file copy from within the device. If that happens, some of it - keyword "some" will be fixed by using a custom recovery like philz-touch or CWM or TWRP and clearing both cache and dalvik-cache after doing the file copy - at least that worked on 4.3 and 4.2.2. But KitKat has changed some things so I'm not sure.
If anyone else has dealt with this, please do comment....
When pushing .apks with ES or Root Explorer (my personal favorite) you do need root and need to place in the correct folder (system/app, system/priv_app, or system/lib if it's a lib file) and be able to change permissions - usually to rw, r, r.
... So definitely pay attention where you copy the files from and where ya put 'em.
If not done, they will not work.
Hope this helps someone!
Just wanted to let those of you whom are watching this thread know that due to personal stuff I have no time to make flashable ZIPs anytime soon but if anyone wants to take a stab at it before I get to it then be my guest
Will this zip file work on ASOP rom?
Sent from my SPH-L720 using XDA Premium 4 mobile app
axs3543 said:
Will this zip file work on ASOP rom?
Sent from my SPH-L720 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No most of these apps need a TW framework.
Sent from my SPH-L720
Maybe I am missing it, or it's named something funny..but I am not seeing the stock messaging app in either of those zips. I apologize if it's right in front of me, but I don't see it!
Edit: I'm an idiot, I found it. SecMMS.apk. But it wont install, just says "App was not installed." Why would that be?
Did you manually push it to system/priv-app folder, set permissions, and reboot?
Don't try to just click on it and install via context menu
Sent from my SPH-L720 using XDA Free mobile app
Recorded Video Playback
I get "Unable to play video" message when I try to play back a video I recorded (I can play it on my computer)
carefree12 said:
I get "Unable to play video" message when I try to play back a video I recorded (I can play it on my computer)
Click to expand...
Click to collapse
Are you using a TW based rom? What file format is the video in? Will it play in another app, such as MX Player (great app btw I prefer it to any stock video app - I delete them)?
mxmr said:
Did you manually push it to system/priv-app folder, set permissions, and reboot?
Don't try to just click on it and install via context menu
Sent from my SPH-L720 using XDA Free mobile app
Click to expand...
Click to collapse
Yes I copied it to the system folder and then tried to install it. What do you mean by set permissions? For arguments sake I gave it rwxrwxrwx permissions and it still will not install.
vadyr56 said:
Yes I copied it to the system folder and then tried to install it. What do you mean by set permissions? For arguments sake I gave it rwxrwxrwx permissions and it still will not install.
Click to expand...
Click to collapse
Make sure you copy it to /system/priv-app folder, and set permissions to rw-r--r-- (644) NOT rwxrwxrwx, otherwise it will not work.
Reboot and you should be good to go.
mxmr said:
Make sure you copy it to /system/priv-app folder, and set permissions to rw-r--r-- (644) NOT rwxrwxrwx, otherwise it will not work.
Reboot and you should be good to go.
Click to expand...
Click to collapse
Rebooting and trying now, hoping my error with the permissions was the issue. Also, I'm not finding the stock calculator app in these archives. I may be being stupid again though, I apologize if that's the case.
Edit: No luck with the push, permissions, reboot attempt. I don't get what I could be doing wrong. And I'm definitely in the correct folder.
vadyr56 said:
Rebooting and trying now, hoping my error with the permissions was the issue. Also, I'm not finding the stock calculator app in these archives. I may be being stupid again though, I apologize if that's the case.
Click to expand...
Click to collapse
I attached the stock calculator app to this post
Edit: No luck with the push, permissions, reboot attempt. I don't get what I could be doing wrong. And I'm definitely in the correct folder.
Click to expand...
Click to collapse
One more time verify permissions are set correctly..they should match all of the other apps in the folder. Reboot to recovery and wipe cache/dalvik and try rebooting. Hopefully that works.
mxmr said:
I attached the stock calculator app to this post
Click to expand...
Click to collapse
Oh geez yup I'm an idiot again, thank you for providing that. Not sure what I'm doing wrong with the mms app though. Wondering if I should just install the bloated ROM and debloat it myself

Categories

Resources