[Venue7/8] Microsoft Exchange is broken on Android 4.3 - Dell Venue

Hey guys,
After noticing people complaining about Microsoft Exchange on their Dell Venue tablets with Android 4.3, I took a quick look and I can confirm that Microsoft Exchange is broken for the Dell Venue 7/8 with the Android 4.3 update.
Unfortunately, in order to fix this, we MUST gain root and overwrite the APKs with the ones from AOSP. The ones I attached are the stock Email and Exchange APKs from the Android 4.4.2 factory images (from 4.4 but they do work on Android 4.1+). Only thing I've done with the APKs are to deodex them, other than that they're vanilla.
Once we gained root, copy and replace the APKs to /system/app and set the permissions to 0644 (rw-r--r--). Then reboot.
Here's why Exchange doesn't work, as you can see, even though the APKs have been installed, they're blank or the permissions were not set properly and the system can't read the APK. What's weird is that it doesn't trigger any FCs.
{
"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"
}
Unfortunately, until we gain root or until Dell pushes a fix to this, we're left in the cold. For now as a workaround, if your company/organization's servers support IMAP, use that until a fix or a root method has been published.
EDIT: The tl;dr instructions:
Download EmailGoogle.apk and Exchange2Google.apk from this post
Copy EmailGoogle.apk and Exchange2Google.apk to your /sdcard folder
Remount your /system partition with rw permissions
Delete Email.apk (or EmailGoogle.apk) and Exchange2.apk (or Exchange2Google.apk) from /system
Move the EmailGoogle.apk and Exchange2Google.apk you've downloaded to /system/app
Set both APKs' permission to 0644 (rw-r--r--)
Issue this command in Terminal Emulator: su -c "cd /data/dalvik-cache; rm *; reboot" to clear the Dalvik Cache to remove any potential for FCs.
* For maximum compatibility, remove all email accounts (not incl. Gmail accounts) before proceeding, sometimes FCs are caused by accounts configured by another version of Email.apk.
Cheers,
deltatux

So I have 4.3 with root, can I do this through ADB or can I do it right from the tablet.

jayjr1105 said:
So I have 4.3 with root, can I do this through ADB or can I do it right from the tablet.
Click to expand...
Click to collapse
You've got root on the Dell tablets with 4.3?
Just get ES File Explorer, enable root access in the app, make /system as rw (so you can read/write). Make sure that you delete Email.apk and Exchange2.apk (or similarly named APKs and its odex files) and then cut and paste the APKs that I've attached to the post, set the permissions to 0644 (rw-r--r--) and you're all good to go.
On the plus side, you get the upgraded Android 4.4 email client which works like the Gmail client .
deltatux

deltatux said:
You've got root on the Dell tablets with 4.3?
Just get ES File Explorer, enable root access in the app, make /system as rw (so you can read/write). Make sure that you delete Email.apk and Exchange2.apk (or similarly named APKs and its odex files) and then cut and paste the APKs that I've attached to the post, set the permissions to 0644 (rw-r--r--) and you're all good to go.
On the plus side, you get the upgraded Android 4.4 email client which works like the Gmail client .
deltatux
Click to expand...
Click to collapse
Yeah, I was jcase's test subject. I am possibly the only one with it so far. I'll give that a shot with the exchange apk. Which of the two you listed should I use?

jayjr1105 said:
Yeah, I was jcase's test subject. I am possibly the only one with it so far. I'll give that a shot with the exchange apk. Which of the two you listed should I use?
Click to expand...
Click to collapse
You need both in order to work. They are linked hand-in-hand. You cannot mix and match, doing so will cause FCs or Exchange being disabled.
Since you've got root, it's also good to clear the Dalvik cache by issuing this command in the Terminal Emulator after you've applied the APKs I attached:
Code:
su -c "cd /data/dalvik-cache; rm *; reboot"
This will tell it to run as root, change the current working directory to /data/dalvik-cache, delete everything in folder and then reboot the system.
EDIT: Updated OP for easier instructions.
deltatux

Related

where to get jbed aka. java box by esmertec

Hey guys, I'm just wondering where to get that java box for the hero phone ( like in the modaco Rom)
Thanks in advance!
i would also like this, I extracted the apk but i need more then that because it wont run on my friends stock hero.
im an mgmaps user so java is required!
huh, any replies to this? i'm not rooted, stock upgraded rom, can i get java and where can i find a suitable app?
http://lmgtfy.com/?q=jbed+android+apk
first link ... took me 5 secs
alright dudes, here is the tutorial for that.. thought everyone had found it for himself, but okay ;-)
http://home.leakdroid.com/2009/08/31/java-app-for-android/comment-page-1/
keyra74 said:
http://lmgtfy.com/?q=jbed+android+apk
first link ... took me 5 secs
Click to expand...
Click to collapse
yeah, aren't you cute, found that myself, thank you oh-so-very-much....now, this:
adb remount
adb install Jbed.apk or adb push Jbed.apk /system/app
adb push libjbedvm.so /system/lib
adb shell reboot
is French to me....je ne parle pas francais!!!!
so, illiterate as i am, i turned to a forum of experts for a bloody answer....so, once again, thank you oh-so-very-much for providing it
i hope i've embedded enough sarcasm to make you realize you haven't helped a bit!
{
"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"
}
1. Download this
2. Start a shell (i prefer adb shell), and type the following (each line confirmed with the return key)
Code:
adb remount
adb install Jbed.apk or adb push Jbed.apk /system/app
adb push libjbedvm.so /system/lib
adb shell reboot
Ready to take off with Java!
suisen said:
yeah, aren't you cute, found that myself, thank you oh-so-very-much....now, this:
adb remount
adb install Jbed.apk or adb push Jbed.apk /system/app
adb push libjbedvm.so /system/lib
adb shell reboot
is French to me....je ne parle pas francais!!!!
so, illiterate as i am, i turned to a forum of experts for a bloody answer....so, once again, thank you oh-so-very-much for providing it
i hope i've embedded enough sarcasm to make you realize you haven't helped a bit!
Click to expand...
Click to collapse
They helped you out to much if you ask me...
Don't forget that this is a development sub-forum! If you don't understand the things mentioned here you should post your question in the general forum where they could help you out step by step.
does not work with the new rom release(rooting was no problem with flashrec and does work)
ginchiller said:
does not work with the new rom release(rooting was no problem with flashrec and does work)
Click to expand...
Click to collapse
in modaco it is already included, with normal rom it works (tested and using it)
that is just a proof that it is working in the new release, but how could it be installed without flashing to modaco?
maybe by reading this thread?
http://forum.xda-developers.com/showpost.php?p=4545215&postcount=7
yeah,...thanks... but as i said this method is not working with the new rom...
i figured out how to install it on the new rom!!!
as i said i have allready rooted it with this tutorial
Flashrec
so i had the cm-hero-recovery.img on my phone again
i restarted the phone holding POWER+HOME (not power+back)
then i typed in the following commands into the cmd (be sure that you have the Jbed.apk & libjbedvm.so in your android sdk tools folder)
Code:
adb shell mount /system
adb push Jbed.apk /system/app
adb push libjbedvm.so /system/lib
adb shell reboot
and after the reboot there it should be, i hope i could help someone with the same problem
Worked perfectly ginchiller ty
Is there a way to fullscreen mode?
I have installed the new opera mini but it has bugs with landscape.
Without landscape its ok but I want it in fullscreen...
for those j2me apps i tried yet, fullscreen works perfectly
How to install applications? When i run jbed i see sdcard folder. What i have to do?
close jbed, open a file browser, goto the folder where you stored the java-program (*.jar) and open/execute it with jbed (just open it, normally after a successful installation of jbed, jbed will pop up)
ohh, i will try another file manager because when i tap on .jar file in SUBFS its try to extract files not execute)))

[Q] Fix Missing Apps In Android Market

So I recently did 2 things on my Archos 32:
1) Installed the Android Market (link)
2) Did a permanent root on 2.3.26 (link)
Both worked great
My new query:
So Google Voice is missing in the Android Market for me, even when I get the link from Google: There are no matches in the Android Market for the search: pname:com.google.android.apps.googlevoice I'm pretty sure some other apps are missing as well (even after applying the fix in the link)
Is there any way (rooted options included) to get these missing apps in the Android Market? I've read some stuff about a market footprint
Any info would be helpful; thanks!
Take a look at the following thread.
Anyone have a Froyo Archos with full Market Protected App access
The market footprint you're referring to is in post 3. You have to edit the build.prop file and insert the described "footprint" so that the Market thinks your Archos is actually a Galaxy Tab. Word of warning though - even with this, I still couldn't see all apps in the Market. Plus, there have been reports that the Market fix doesn't work as well with the newer 2.3.26 firmware..
fisha21 said:
Take a look at the following thread.
Anyone have a Froyo Archos with full Market Protected App access
The market footprint you're referring to is in post 3. You have to edit the build.prop file and insert the described "footprint" so that the Market thinks your Archos is actually a Galaxy Tab. Word of warning though - even with this, I still couldn't see all apps in the Market. Plus, there have been reports that the Market fix doesn't work as well with the newer 2.3.26 firmware..
Click to expand...
Click to collapse
Thanks! Looks like I'll need to look at build.prop then.
I also tried MarketEnabler but it didn't seem to do anything on my Archos... maybe I was doing something wrong.
I tried going the SDK route to edit build.prop, but I couldn't get it setup; I might try it in Linux (x64) a little later; Windows 7 (x64) didn't get my anywhere
Thanks for the reply! I'll look into it
yellowsnow4free said:
So Google Voice is missing in the Android Market for me
Click to expand...
Click to collapse
Even if you get Google Voice installed, it won't get past the "Change call settings". Or that is what I found. Anyway, over in the Xoom forum they have an edited Voice apk you can install and I am using it.
http://forum.xda-developers.com/showpost.php?p=11955195&postcount=75
fisha21 said:
Take a look at the following thread.
Anyone have a Froyo Archos with full Market Protected App access
The market footprint you're referring to is in post 3. You have to edit the build.prop file and insert the described "footprint" so that the Market thinks your Archos is actually a Galaxy Tab. Word of warning though - even with this, I still couldn't see all apps in the Market. Plus, there have been reports that the Market fix doesn't work as well with the newer 2.3.26 firmware..
Click to expand...
Click to collapse
In my search for a tutorial, I found myself here
I've been able to do all of it, I just need help copying build.prop back over to my system directory. Here's my post from androidforums:
Step 4: Remount your phone's /system directory
Code:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
This temporarily removes the restrictions on /system
Step 5: Overwrite build.prop
With adb shell open, type:
Code:
mv /sdcard/build.prop /system/build.prop
Click to expand...
Click to collapse
I'm stuck at Step 4. I keep getting a "permission denied" error:
{
"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"
}
In case it helps, I'm running Ubuntu 11.04 x64
Click to expand...
Click to collapse
here try this its much easier:
http://forum.xda-developers.com/showthread.php?p=14864470
yellowsnow4free said:
In my search for a tutorial, I found myself here
I've been able to do all of it, I just need help copying build.prop back over to my system directory. Here's my post from androidforums:
Click to expand...
Click to collapse
You aren't rooting correctly. After you type su and hit enter, the Archos should bring up a Super User request that you have to accept. Once you have rooted correctly, the cursor block will change from $ to #.

[PORT/MOD] SmartActions app Port 12/13/12 v0.2.4

The very first Smart Actions Port v0.1.2(12/13/12)
Ported from Droid Razr MAXX VRZ_XT912_6.7.2-180_DHD-16_M4-31_1FF
Requires ICS
Has not been tested on JB. (Should work)
All rooted devices should work.
Miui doesn't seem to work, you can try it
{
"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"
}
Install:
1. Download Here
2. Do a nandroid backup
3. Extract and run bat file in windows
4. Enjoy
Alternate method:
1. Open command prompt
2. Do a Nandroid backup
3. Extract zip
4. In Command Prompt explore to adb location and type:
Code:
adb remount
5. Then:
Code:
adb push [drag and drop system folder from extraction location] /system
ex.: adb push C:\Users\Joe-Acer\Desktop\SmartActions\bin\system /system
6. Reboot
Code:
adb reboot
Do not update from market, WILL BREAK IT
Known Bugs, Not working:
1. Location conditions
Code:
Change log:
v0.1.0:
Initial Release
v0.2.3
Released to Public
v0.2.4:
Fixed wallpaper (Only limited to RAZR wallpapers)
Added:
homescreen
LiveWallpapers.apk
MagicSmokeWallpapers.apk
NetworkLocation.apk
SocialShare.apk (not tested, more like public test)
How to use SmartActions:
PM me questions
If you want to integrate this into your rom be sure to PM and credit me.
Hmm what's this?
(First...)
from my E3D
tatnai said:
Hmm what's this?
(First...)
from my E3D
Click to expand...
Click to collapse
Heard of tasker, like that but more reliable, in my opinion anyway
How do I install this from my phone...
donbudafuko said:
How do I install this from my phone...
Click to expand...
Click to collapse
copy the files from bin/system to /system... need a root file explorer to copy the files... then reboot
Would it be possible to get some screenies?
Sent from my PG86100 using Tapatalk 2
Many people don't understand this.
Would be great if you do a "How To" w/Review video.
That would be great.
Looks very interesting thanks for this
Sent from my PG86100 using Tapatalk 2
joekp said:
copy the files from bin/system to /system... need a root file explorer to copy the files... then reboot
Click to expand...
Click to collapse
What root explorer do you use? I tried Astro and it did not let me write the files to the directories, gave me errors every time, and when I tried individually it said could not write also.... Going to look for another root explorer
Redneckhightech said:
What root explorer do you use? I tried Astro and it did not let me write the files to the directories, gave me errors every time, and when I tried individually it said could not write also.... Going to look for another root explorer
Click to expand...
Click to collapse
Esfilexplorer and go to settings and check all three checkmarks under root
joekp said:
Esfilexplorer and go to settings and check all three checkmarks under root
Click to expand...
Click to collapse
You may need to make sure that the permissions are set right. ES will change them. Just long press the files, go to properties, then change the permissions.
So we copy each of the files in the /system directory of the smartactions folders into their respective folders in the phones /system?
for instance there is a folder for the app, all of those files go into the /system/app folder of our phones?? etc...
Roxxas049 said:
So we copy each of the files in the /system directory of the smartactions folders into their respective folders in the phones /system?
for instance there is a folder for the app, all of those files go into the /system/app folder of our phones?? etc...
Click to expand...
Click to collapse
Yes
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Roxxas049 said:
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Click to expand...
Click to collapse
OP clearly states "requires ICS".
ZWYATT said:
OP clearly states "requires ICS".
Click to expand...
Click to collapse
To be fair, it also says "Has not been tested on JB. (Should work)".
ramjet73
ZWYATT said:
OP clearly states "requires ICS".
Click to expand...
Click to collapse
Check the play store for update
Roxxas049 said:
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Click to expand...
Click to collapse
Check the play store for update might fix it
Update worked for me... No fc so far
there is another app in the play store that basically operates the same way. https://play.google.com/store/apps/details?id=AutomateIt.mainPackage&feature=search_result#?t=W251bGwsMSwxLDEsIkF1dG9tYXRlSXQubWFpblBhY2thZ2UiXQ.. its called automateit. Good job with the port.

[Mod] Remove E911 Icon With No Gaps

Just as the title suggests this removes the e911 location icon from the status bar and doesn't leave any gaps. Wasn't gonna make a separate thread but it appears that quite a few people are asking questions regarding it in the other thread. For those curious how I did it all I did was grab the LocationController.smali file from the AT&T S4 and put it in are SystemUI and compiled.
{
"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: http://goo.gl/yvOcm
If you are on an odex build then you need to rename the SystemUI.odex to SystemUI.odex.back before flashing.
For those that want the white battery and data indicators just flash this (works for odex and deodexed). http://goo.gl/HHQHt
Any shot of an ODEX version?
wingdo said:
Any shot of an ODEX version?
Click to expand...
Click to collapse
You could try something like this to odex it yourself http://forum.xda-developers.com/showthread.php?t=1879128
Since you only changed the smali, we should only need the .odex portion once that is done, correct?
I would love an odexed version of this as well. I did try to do it myself but failed.
Just flash a deodexed ROM. I won't mess with odex.
ilkevinli said:
I would love an odexed version of this as well. I did try to do it myself but failed.
Click to expand...
Click to collapse
This version works fine on odexed roms. Your entire System doesn't have to be one way or the other, as long as you first remove the original odex file. I installed it this way and it works fine.
adb shell
cd /system/app
mv SystemUI.apk SystemUI.apk.backup
mv SystemUI.odex SystemUI.odex.backup
exit
adb push SystemUI.apk /system/app
adb reboot
spy890 said:
This version works fine on odexed roms. Your entire System doesn't have to be one way or the other, as long as you first remove the original odex file. I installed it this way and it works fine.
adb shell
cd /system/app
mv SystemUI.apk SystemUI.apk.backup
mv SystemUI.odex SystemUI.odex.backup
exit
adb push SystemUI.apk /system/app
adb reboot
Click to expand...
Click to collapse
I figured it would work, I can update the zip to delete the .odex when I get a minute so that way you don't have to do it manually.
One problem with this ... If you try to push in regular mode it says access restricted. If you try to push in Shell SU it says device not found. Thoughts?
dumb question, just rooted fully stock rom is deodexed right?
Sparatan117 said:
One problem with this ... If you try to push in regular mode it says access restricted. If you try to push in Shell SU it says device not found. Thoughts?
Click to expand...
Click to collapse
Reboot into recovery and do it, worked great for me.
sgtakase said:
dumb question, just rooted fully stock rom is deodexed right?
Click to expand...
Click to collapse
Stock ROM (as in, from the factory) is odexed. So, this mod won't work without following the instructions a couple posts back.
you could use a file manager that has root like ES to delete the .odex file too.
mbh87 said:
Just as the title suggests this removes the e911 location icon from the status bar and doesn't leave any gaps. Wasn't gonna make a separate thread but it appears that quite a few people are asking questions regarding it in the other thread. For those curious how I did it all I did was grab the LocationController.smali file from the AT&T S4 and put it in are SystemUI and compiled.
Download: http://goo.gl/yvOcm
If you are on an odex build then you need to rename the SystemUI.odex to SystemUI.odex.back before flashing.
For those that want the white battery and data indicators just flash this (works for odex and deodexed). http://goo.gl/HHQHt
Click to expand...
Click to collapse
I just tried it on a rooted stock machine. All I had to do was delete SystemUI.odex like the OP says and - VOILA!!!
Thank You for making this mod - that icon was driving me nuts!
flatulence said:
I just tried it on a rooted stock machine. All I had to do was delete SystemUI.odex like the OP says and - VOILA!!!
Thank You for making this mod - that icon was driving me nuts!
Click to expand...
Click to collapse
How do I remove this file? I'm having a bit of trouble. I found the file with ES File Explorer, but I can't rename or delete. I also don't see any setting to change read/write properties. Any guide for a noob like me?
scosher said:
How do I remove this file? I'm having a bit of trouble. I found the file with ES File Explorer, but I can't rename or delete. I also don't see any setting to change read/write properties. Any guide for a noob like me?
Click to expand...
Click to collapse
Go into ES settings and enable root (dont use the app so dont remember how exactly). You might run into issues though as I think ES has some conflicts with the stock kernel.
How do I exactly rename the file? Where is it located?
izink said:
How do I exactly rename the file? Where is it located?
Click to expand...
Click to collapse
You have to use a file explorer with root access, then go to /system/app, find SystemUI.odex and rename it to SystemUI.odex.back
Worked like a charm Thanks!
Sent from my SCH-I545 using Tapatalk 2
Do I need a custom recovery (CWM, TWRP) to apply this mod? Or do I just need to be rooted and follow the additional odex instruction in the OP?
Thanks!
Could we manually replace the file using Root Explorer then reboot? Won't that do the same thing?

System Apps

We all know that one of the reasons for rooting is to be able to get rid of bloatware......
But what if you've deleted the wrong app by mistake?
How do you get it back?
You *could* re flash the firmware or download the firmware, extract it and try to locate the missing app from the extracted files.......
Wouldn't it be easier to be able to simply get hold of a copy of the app and push it to it's original location?
Hopefully the links below will help you do just that......
System>>app apps
https://www.androidfilehost.com/?fid=24352994023706117
System>>priv-app apps
https://www.androidfilehost.com/?fid=24352994023706139
Just download the relevant zip, extract it, push the required app(s) to its/their correct location, set permissions (rw- r-- r--) and reboot.
These apps have been ripped from the Touchwiz 4.4.2 ANG2 firmware on a G900F.
I don't claim any ownership or copyright over them, I supply them 'as is' for legitimate use in replacing mistakenly deleted apps in firmwares, and accept no responsibility for any problems caused by using them.
They will work with Touchwiz KitKat firmwares, but I can't vouch for Lollipop or newer as I don't know if Samsung changed their firmware framework in any critical areas with the newer firmwares....
The only apps I haven't included in either zip are those connected with knox.....but let's face it, nobody wants them anyway....
http://i.imgur.com/rVnFwJM.jpg
Awesome
Can we expect a lollipop version soon?
jonathanmohamed said:
Can we expect a lollipop version soon?
Click to expand...
Click to collapse
Probably not for the forseeable future....unless somebody else provides it......at this time, I'm not contemplating upgrading my device to Lollipop. ...I run a few UI mods and at the moment, lollipop has broken (some) of that capability.....
Ripping those apps is pretty easy anyway.....
All you need is a rooted S5 running lollipop and an app like Root Explorer that can change the RO status of the app directory to RW......
Then all you do is copy the apps (without the odex files) into a folder on (for example) external storage and (optionally) zip the folder......simples
If somebody wants to do that, I'm more than happy to host it on my AFH....(with credit/mention given).....
Edit....downloading lollipop from sammobile now (give it another 24 hrs and the download might have finished) at that point, I'll see if it's possible to extract the apps from the firmware tar....
If it is, I'll upload them to AFH and post a link.......although I won't know for certain whether they should go in System>>app or System>>priv-app.....
Having said that, if a member needs them the chances are that they'll also know which directory to push them to....
Edit 2......
No joy....downloaded the firmware, was able to extract twice (zip to tar, then tar to img files) and couldn't get any further.....
Tried using 7 zip on my pc and 7zipper2.0 on my phone.....
http://i.imgur.com/rVnFwJM.jpg
do you have any solution if we accidentally delete the odex file too. I made backups of the apk and odex but repushing them back didnt work. Any ideas?
amsgh said:
do you have any solution if we accidentally delete the odex file too. I made backups of the apk and odex but repushing them back didnt work. Any ideas?
Click to expand...
Click to collapse
The odex file should 'regenerate' automatically the next time you re-boot.....
I'm sure you've seen the 'Android is Upgrading' message appear when you boot up after a factory reset, or during the first boot after a rom flash......
This is what is happening when you see that.....The odex files being generated....
http://i.imgur.com/rVnFwJM.jpg
keithross39 said:
The odex file should 'regenerate' automatically the next time you re boot.....
I'm sure you've seen the 'Android is Upgrading' message appear when you boot up after a factory reset......
This is what is happening when you see that.....The odex files being generated....
http://i.imgur.com/rVnFwJM.jpg
Click to expand...
Click to collapse
I did the below:
Replaced the apk & odex files for purpose rebooted... That didnt work so i put back the original odex & apk files rebooted.. that didnt work...
I then tried deleting the odex files and rebooting still nothing....
You got any ideas before i reflash my NK2 firmware from scratch?
amsgh said:
I did the below:
Replaced the apk & odex files for purpose rebooted... That didnt work so i put back the original odex & apk files rebooted.. that didnt work...
I then tried deleting the odex files and rebooting still nothing....
You got any ideas before i reflash my NK2 firmware from scratch?
Click to expand...
Click to collapse
Did you change the permissions on the apk file before rebooting? (Need to be set to RW- R-- R--)
If not, you need to do that......then delete the odex file you pushed into the directory and reboot....
http://i.imgur.com/rVnFwJM.jpg
{
"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"
}
Sent from my SM-G900F using Tapatalk
keithross39 said:
Did you change the permissions on the apk file before rebooting? (Need to be set to RW- R-- R--)
If not, you need to do that......then delete the odex file you pushed into the directory and reboot....
http://i.imgur.com/rVnFwJM.jpg
Click to expand...
Click to collapse
Im using ES File Explorer so i set MOUNT R/W / and /system to RW to be able to replace and delete the files. Then i set them to RO and reboot.. no luck.
Im guessing thats wrong.
amsgh said:
Im using ES File Explorer so i set MOUNT R/W / and /system to RW to be able to replace and delete the files. Then i set them to RO and reboot.. no luck.
Im guessing thats wrong.
Click to expand...
Click to collapse
No....that's not setting permissions, that's just changing the read/write status of the directory you're working in.....
You are correct in that you need to set it to RW before you start though.....
Try 'long pressing' on the app in question and see if a dialogue box appears....If it does, look for 'permissions'.........
I use Root Explorer, so I'm not sure how ES File Explorer does things......
http://i.imgur.com/rVnFwJM.jpg
The messages app crashes. Never mind it works.
The dialer and contacts app don't seem to work on the US models as it causes acore error and crashes.
Androidfilehost is down

Categories

Resources