[GUIDE] How to recover after messing up with system/lib files - Desire HD Android Development

After reading this thread i got existed that finally Arabic is here but turned out its not interned for DHD and i messed up my lib files and now my phone don't boot
so i flashed CWM and flashed a new custom ROM because i had my S-off "thanks to the guys at #G2root channel in irc my phone is back to normal but i kept experimenting with it because i thought i might get it to work....well i didnt but learned some stuff in the processes i'm gonna share with you guys..
*********if your system/lib files are corrupted in any way and you have the stock files****************
1-Flash Clockwork MOD Recovery Image
2-go to CWM and then press the down button tell you go over the menu 3 times "this to make power button usable to select option"
3-go to storage and mount and mount USB storage
4-copy the stock files to your Sdcard
5-unmount from you cwm
6-mount system and mount sdcard from cwm
7- now in your pc run adb from CMD
8-type in "adb shell"
you should get ~#
9-type in "mount -o rw,remount -t ext3 /dev/block/mmcblk0p15 /system"
and then "cp /sdcard/TheFileYouWant.so /system/lib/" for example i did "cp /sdcard/libwebcore.so /system/lib/"
10-now type "ls -l /system/lib"
your file should be there
-rw-r--r-- root root 9568 2008-08-01 15:00 libwsp_jni.so
-rw-r--r-- root root 732520 2008-08-01 15:00 libstagefright.so
-rw-r--r-- root root 13736 2008-08-01 15:00 libdrm1_jni.so
-rw-r--r-- root root 771800 2008-08-01 15:00 libcrypto.so
----rwxr-x root root 5033648 2010-11-15 10:24 libwebcore.so
-rw-r--r-- root root 113068 2008-08-01 15:00 libLaputaLbProviderJni.so
-rw-r--r-- root root 13600 2008-08-01 15:00 libLaputaLogJni.so
-rw-r--r-- root root 149512 2008-08-01 15:00 libbinder.so
-rw-r--r-- root root 92368 2008-08-01 15:00 libext2fs.so
-rw-r--r-- root root 9260 2008-08-01 15:00 libaudioalsa.so
but it still wont boot because your file don't have permeations
"all system lib files need to be 644"
11-type in "chmod 644 /system/lib/libwebcore.so"
then type "ls -l /system/lib"
-rw-r--r-- root root 9568 2008-08-01 15:00 libwsp_jni.so
-rw-r--r-- root root 732520 2008-08-01 15:00 libstagefright.so
-rw-r--r-- root root 13736 2008-08-01 15:00 libdrm1_jni.so
-rw-r--r-- root root 771800 2008-08-01 15:00 libcrypto.so
-rw-r--r-- root root 5033648 2010-11-15 10:24 libwebcore.so
-rw-r--r-- root root 113068 2008-08-01 15:00 libLaputaLbProviderJni.so
-rw-r--r-- root root 13600 2008-08-01 15:00 libLaputaLogJni.so
-rw-r--r-- root root 149512 2008-08-01 15:00 libbinder.so
-rw-r--r-- root root 92368 2008-08-01 15:00 libext2fs.so
-rw-r--r-- root root 9260 2008-08-01 15:00 libaudioalsa.so
if your file is "-rw-r--r--" then your set just reboot from cwm and cross your fingers >.<
Thanks to <FatTire> and all of G2root channel for there help you guys are the best!

Related

Permissions issues copying to /system

I have a Sprint HTC Hero
It's running 1.5
I've rooted the phone
I'm having some issues copying anything into, specifically, /system/media/bootscreen
I've tried mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
So /system should be rw:
Code:
drwxr-xr-x root root 2009-09-21 07:30 system
However, whenever I try to copy anything into that folder while su'd, I get:
Code:
# pwd
pwd
/
# cp /sdcard/Spor.jpg /data/local/
cp /sdcard/Spor.jpg /data/local/
# cp /data/local/Spor.jpg /system/media/bootscreen/
cp /data/local/Spor.jpg /system/media/bootscreen/
cp: cannot create '/system/media/bootscreen/Spor.jpg': Permission denied
# cp /sdcard/Spor.jpg /system/media/bootscreen/
cp /sdcard/Spor.jpg /system/media/bootscreen/
cp: cannot create '/system/media/bootscreen/Spor.jpg': Permission denied
I'm guessing i'm missing something stupid, but i've been messing around for the last night and I can't seem to figure it out.
Does anyone have any opinions?
Many thanks!
Permissions
You may have a directory permissions problem further down the tree, what does "ls -la /system" say? And "ls -la /system/media"?
BTW, another way for mount rw is "adb remount" before entering the shell.
adb remount doesn't work for me for some reason:
Code:
C:\android-sdk-windows\tools>adb remount
remount failed: Operation not permitted
Here are my /, /system, and /system/media
Code:
# ls -la
ls -la
drwxrwxrwt root root 2009-12-01 17:30 sqlite_stmt_journals
drwxrwx--- system cache 2009-11-28 15:00 cache
drwxrwxrwx system system 1969-12-31 17:00 sdcard
lrwxrwxrwx root root 2009-12-01 09:45 etc -> /system/etc
[B]drwxr-xr-x root root 2009-09-21 07:30 system[/B]
drwxr-xr-x root root 1969-12-31 17:00 sys
drwxr-x--- root root 1969-12-31 17:00 sbin
dr-xr-xr-x root root 1969-12-31 17:00 proc
-rw-r--r-- root root 11336 1969-12-31 17:00 logo.rle
-rwxr-x--- root root 10296 1969-12-31 17:00 init.rc
-rwxr-x--- root root 2965 1969-12-31 17:00 init.heroc.rc
-rwxr-x--- root root 1677 1969-12-31 17:00 init.goldfish.rc
-rwxr-x--- root root 106804 1969-12-31 17:00 init
-rw-r--r-- root root 118 1969-12-31 17:00 default.prop
drwxrwx--x system system 2009-09-21 06:56 data
drwx------ root root 1969-12-31 17:00 root
drwxr-xr-x root root 2009-12-01 09:45 dev
#
Code:
# ls -la /system
ls -la /system
drwxr-xr-x root root 2009-09-21 07:30 etc
drwxr-xr-x root root 2009-09-21 07:33 app
drwxr-xr-x root shell 2009-09-21 07:30 bin
drwxrwxrwx root shell 2009-11-29 01:57 xbin
-rw-r--r-- root root 1970 2009-11-28 15:10 build.prop
drwxr-xr-x root root 2009-09-21 07:30 usr
drwxr-xr-x root root 2009-09-21 07:30 fonts
drwxr-xr-x root root 2009-09-21 07:30 customize
drwxr-xr-x root root 2009-09-21 07:32 framework
drwxr-xr-x root root 2009-09-21 07:30 lib
[B]drwxr-xr-x root root 2009-09-21 07:30 media[/B]
drwxr-xr-x root root 2009-11-28 15:08 lost+found
#
Code:
# ls -la /system/media
ls -la /system/media
drwxr-xr-x root root 2009-09-21 07:30 audio
[B]drwxr-xr-x root root 2009-09-21 07:30 bootscreen[/B]
#
Strange
That all looks good. It's possible you are not really root (and therefore owner of these files/directories). Once in the adb shell try running "su"...even though you have what looks like the root prompt...then the "mount ...." command you posted initially.
From there make sure that "/default.prop" says "ro.secure=0" not "ro.secure=1".
5tr4t4 said:
That all looks good. It's possible you are not really root (and therefore owner of these files/directories). Once in the adb shell try running "su"...even though you have what looks like the root prompt...then the "mount ...." command you posted initially.
From there make sure that "/default.prop" says "ro.secure=0" not "ro.secure=1".
Click to expand...
Click to collapse
Yeah, I do have root. That's no question. I figured a work around - not sure why remounting rw (755) isn't working, but I changed the /system/media/bootscreen folder to (777) which is rwx and now i'm able to copy to and from that folder without any issues.
I'm trying to think about the underlying issue, but right now i'm happy. If my solution sheds some additional light to why rw isn't working, please let me know.
Thanks for your ideas though. I appreciate it.

[Q] mount /system/vendor as rw

Upgraded to the lastest 3.1 and I wanted to remove some bloat as usual. /system/app seems to be mountedable as rw. However /system/vendor now does not seem to work. What am I missing? I had a look at it and it seems that /system/vendoris now system.system instead of root.root
What am i doing wrong?
Also another quick question, what is that function/applet/whatchcallits that allows your to tab autocomplete inshell?
Code:
$ export PATH=/data/local/bin:$PATH
$ su
# busybox mount -o rw,remount /system
# cd /system
# ls -al
drwxr-xr-x root root 2011-07-16 21:58 app
drwxr-xr-x root shell 2011-07-05 22:12 bin
-rw-r--r-- root root 1839 2008-08-01 20:00 build.prop
drwxr-xr-x root root 2011-07-07 00:34 etc
drwxr-xr-x root root 2011-07-05 22:12 fonts
drwxr-xr-x root root 2011-07-05 22:12 framework
drwxr-xr-x root root 2011-07-05 22:12 lib
drwxr-xr-x root root 1970-01-01 08:00 lost+found
drwxr-xr-x root root 2011-07-05 22:12 media
drwxr-xr-x root root 2011-07-05 22:12 usr
drwxr-xr-x system system 2011-07-13 09:33 vendor
drwxr-xr-x root shell 2011-07-07 00:34 xbin
# cd vendor
# ls
app
builtin_data.zip
fixwifi
flexrom.prop
lib
pm
# cd app
# ls
APKInstaller.apk
CheckerLaunch.apk
CiteReader-1.0.18.06150.apk
FixWifi.apk
GoldenClub_1.0.0.apk
KoboAcer.apk
# mv GoldenClub_1.0.0.apk GoldenClub_1.0.0.bak
failed on 'GoldenClub_1.0.0.apk' - Read-only file system
#

[WIP] Some things for ROM building on the Atrix 2

Here are some things I have found, and I think those interested in jumping in head first as I am, might like to give it some looking.
This is not a how to, or anything of that matter, just a way to share some thoughts, and possible ways we can jump the shark and get some dev work going on our own.
Android Kitchen:
http://forum.xda-developers.com/showthread.php?t=633246
I know, this is not on XDA, but it is still relavent, since it is for the Bionic:
http://rootzwiki.com/topic/11372-how-to-build-a-simple-rom-with-stock-moto-base/
Any thoughts, on other things and or other ways? I am going to attempt this with some of things I have been hacking lately, includung but not limited to the Chinese fxz that was released. I am just looking for the US baseband.
I am looking for a good round table here, nothing that relates to ROM hacking / developing should be out of bounds for this thread. Just no my way is the only way or my way is better than your way, etc..
Also here is the atrix 2 emulator running. This thing is a must for moving this phone forward, go grab it. You need to set yourself up as a motodev, don't worry it is no big thing.
{
"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"
}
Go grab the emulator from Here:
http://community.developer.motorola...-2-development-resources-available/td-p/19569
Also the install guide for the Emulator:
http://developer.motorola.com/docstools/library/Installing_the_Motorola_SDK_Add-on/
You sir, Are my hero!
I'm trying to port this over maybe you could include it in you're rom when it's ready?!
http://forum.xda-developers.com/showthread.php?t=1393280
lfaber06 said:
You sir, Are my hero!
I'm trying to port this over maybe you could include it in you're rom when it's ready?!
http://forum.xda-developers.com/showthread.php?t=1393280
Click to expand...
Click to collapse
Man I've been looking at this as well Just been waiting for someone to deodex the phone and I was gonna take a gander at it myself. Really miss these!!
Jim these threads could also help with the theming or anyone who needs a guide
http://forum.xda-developers.com/showthread.php?t=1186819
along with this
http://forum.xda-developers.com/showthread.php?t=1060199
lfaber06 said:
You sir, Are my hero!
I'm trying to port this over maybe you could include it in you're rom when it's ready?!
http://forum.xda-developers.com/showthread.php?t=1393280
Click to expand...
Click to collapse
Yes, that would be great to include in a future ROM.
However since we don't have a real way to recover right now, I think the first thing I am going to attempt is a straight rooted stock ROM. After we get that, and we can "recover" with it, I will start working on a deodexed ROM with all the fun stuff like that in it.
More great needed info:
http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack,_Edit,_and_Re-Pack_Boot_Images
All of our partitions are not in /dev/mtd, but instead they are in /dev/block/, so we could possibly use the cat command to make our own image, possibly...
Ummm, anyone have any experience with this?
And another one, I think this might be what I will try:
http://androidforums.com/ally-all-t...ffs-decompiling-nandroid-other-img-files.html
More great info, this time on radio firmware:
http://forum.xda-developers.com/showthread.php?t=1297058
I used to work alot with SCO Unix. The cat command would open the file and show you all of the contents. Ex... /cat bootptab. This would show every line in the file. Is this what your referring to? If so, I have experience with this and also VI'ing files as well.
PeteSeiler2010 said:
I used to work alot with SCO Unix. The cat command would open the file and show you all of the contents. Ex... /cat bootptab. This would show every line in the file. Is this what your referring to? If so, I have experience with this and also VI'ing files as well.
Click to expand...
Click to collapse
Well you can use cat to display files, but you can also use it to "concatenate" (hence the name cat) a device or file, into another file with a redirect as we are going to in this case. But yes that is technically correct.
I was actually referring to making the boot.img and system.img by cating the running filesystems. Not the actual *nix stuff.
I have done this with big iron alot... but never to create my system.img before.
Jim
Sent from my MB865 using xda premium
So there is no dev for the atrix 2?
If not I can cook something?
Sent from my Sensation using XDA App
Maybe this can be helpful for the Atrix 2.
http://hash-of-codes.blogspot.com/p/how-to-safestrap.html
lilhaiti said:
Maybe this can be helpful for the Atrix 2.
http://hash-of-codes.blogspot.com/p/how-to-safestrap.html
Click to expand...
Click to collapse
Hashcode has already been contacted by a member here and hopefully he can have us a safestrap working soon!
lfaber06 said:
I'm Uploading a video to youtube of what we need..
http://youtu.be/H3fIdf5fQ70
So this is the droid 3 safestrap from hashcode working on my A2. I have been able to make backups that are actually 300mb more then the bootstrap cwm backups. I have Not tried restoring backups using it. I have replaced my phone 4 times now with best buy I don't want to try again.. I have sent hashcode some files he requested to hopefully port this over to the A2.
Check it out!
http://forum.xda-developers.com/showthread.php?t=1315982&highlight=safestrap
Click to expand...
Click to collapse
mohsinkhan47 said:
So there is no dev for the atrix 2?
If not I can cook something?
Sent from my Sensation using XDA App
Click to expand...
Click to collapse
No, right now we don't have any ROM developers for the Atrix 2. I am a UNIX/LINUX Hardware architect and a Kernel developer, with a little experience in developing ROMs, but that was 8-10 years ago with porting Linux to windows CE devices, over on the handhelds.org website. I thought I would give this a try though. The only thing of consideration is that we have a locked bootloader, so ROMs need to be handled with that in mind.
If You want to cook up a ROM, that we be great, just let us know what you need and we can get it for you.
Even though the bootloader is locked, you guys have custom recovery and the old fashion install from zip will work right
jimbridgman said:
No, right now we don't have any ROM developers for the Atrix 2. I am a UNIX/LINUX Hardware architect and a Kernel developer, with a little experience in developing ROMs, but that was 8-10 years ago with porting Linux to windows CE devices, over on the handhelds.org website. I thought I would give this a try though. The only thing of consideration is that we have a locked bootloader, so ROMs need to be handled with that in mind.
If You want to cook up a ROM, that we be great, just let us know what you need and we can get it for you.
Click to expand...
Click to collapse
Sent from my Sensation using XDA App
Yes we have a custom recovery and can install a zip from the sd card. We just dont have a way to boot into recovery at boot. Hopefully this will come soon.
---------- Post added at 07:50 PM ---------- Previous post was at 07:46 PM ----------
jimbridgman said:
No, right now we don't have any ROM developers for the Atrix 2.
If You want to cook up a ROM, that we be great, just let us know what you need and we can get it for you.
Click to expand...
Click to collapse
If either of you need anything just holler!!!!
Both of ya'll will have a beer on me for the holidays!
Jim thanks for everything you've done so far
I too will test things for you, just let me know how I can help.
More info, This one is for deodexing, in linux:
http://forum.xda-developers.com/showthread.php?t=909149
I am running this now, on my exported system.img, and getting ready to create a META-INF for this, then attempt to run the kitchen, so fingers crossed everyone.
I have successfully deodexed this ROM, I am attemping to cook.
/system/app listing:
-rw-r--r-- 1 root root 356608 2011-12-22 18:17 AABSync.apk
-rw-r--r-- 1 root root 79149 2011-12-22 18:17 AccountAndSyncSettings.apk
-rw-r--r-- 1 root root 44428 2011-12-22 18:17 AdminFeedNotifier.apk
-rw-r--r-- 1 root root 13873 2011-12-22 18:17 AdService.apk
-rw-r--r-- 1 root root 16358 2011-12-22 18:17 ApplicationsProvider.apk
-rw-r--r-- 1 root root 715672 2011-12-22 18:17 ArcVideoEditorLite.apk
-rw-r--r-- 1 root root 5362 2011-12-22 18:17 AtCmd.apk
-rw-r--r-- 1 root root 41720 2011-12-22 18:17 AttDrmContent.apk
-rw-r--r-- 1 root root 41884 2011-12-22 18:17 AudioEffectSettings.apk
-rw-r--r-- 1 root root 151884 2011-12-22 18:17 BatteryManager.apk
-rw-r--r-- 1 root root 15038 2011-12-22 18:17 BatteryReport.apk
-rw-r--r-- 1 root root 72915 2011-12-22 18:17 Bluetooth.apk
-rw-r--r-- 1 root root 20823 2011-12-22 18:17 BluetoothMot.apk
-rw-r--r-- 1 root root 9240 2011-12-22 18:17 blur_activesync.apk
-rw-r--r-- 1 root root 1006250 2011-12-22 18:17 BlurAlarmClock.apk
-rw-r--r-- 1 root root 366871 2011-12-22 18:17 BlurCalendar.apk
-rw-r--r-- 1 root root 133973 2011-12-22 18:17 BlurCalendarProvider.apk
-rw-r--r-- 1 root root 1958429 2011-12-22 18:17 BlurCamera.apk
-rw-r--r-- 1 root root 21012 2011-12-22 18:17 BlurChooser.apk
-rw-r--r-- 1 root root 615486 2011-12-22 18:17 BlurContacts.apk
-rw-r--r-- 1 root root 13601 2011-12-22 18:17 BlurContactsSync.apk
-rw-r--r-- 1 root root 688846 2011-12-22 18:17 BlurDialer.apk
-rw-r--r-- 1 root root 14495 2011-12-22 18:17 blur_email.apk
-rw-r--r-- 1 root root 578724 2011-12-22 18:17 BlurEmail.apk
-rw-r--r-- 1 root root 21539 2011-12-22 18:17 BlurEmailEngine.apk
-rw-r--r-- 1 root root 8704 2011-12-22 18:17 blur_facebook.apk
-rw-r--r-- 1 root root 11131 2011-12-22 18:17 blur_fixedemail.apk
-rw-r--r-- 1 root root 8246 2011-12-22 18:17 blur_flickr.apk
-rw-r--r-- 1 root root 2854997 2011-12-22 18:17 BlurGallery.apk
-rw-r--r-- 1 root root 22355606 2011-12-22 18:17 BlurHome2.apk
-rw-r--r-- 1 root root 10210 2011-12-22 18:17 blur_lastfm.apk
-rw-r--r-- 1 root root 8584 2011-12-22 18:17 blur_linkedin.apk
-rw-r--r-- 1 root root 3795451 2011-12-22 18:17 BlurMusic.apk
-rw-r--r-- 1 root root 8831 2011-12-22 18:17 blur_myspace.apk
-rw-r--r-- 1 root root 12499 2011-12-22 18:17 blur_orkut.apk
-rw-r--r-- 1 root root 1678482 2011-12-22 18:17 BlurPhone.apk
-rw-r--r-- 1 root root 12355 2011-12-22 18:17 blur_photobucket.apk
-rw-r--r-- 1 root root 10223 2011-12-22 18:17 blur_picasa.apk
-rw-r--r-- 1 root root 47241 2011-12-22 18:17 blur-services.apk
-rw-r--r-- 1 root root 12502 2011-12-22 18:17 blur_skyrock.apk
-rw-r--r-- 1 root root 14581 2011-12-22 18:17 BlurSNMessagingEngine.apk
-rw-r--r-- 1 root root 10799 2011-12-22 18:17 blur_twitter.apk
-rw-r--r-- 1 root root 57151 2011-12-22 18:17 BlurUpdater.apk
-rw-r--r-- 1 root root 10283 2011-12-22 18:17 blur_yahoo.apk
-rw-r--r-- 1 root root 11799 2011-12-22 18:17 blur_youtube.apk
-rw-r--r-- 1 root root 105294 2011-12-22 18:17 BookmarksWidget.apk
-rw-r--r-- 1 root root 2230579 2011-12-22 18:17 BooksPhone.apk
-rw-r--r-- 1 root root 600103 2011-12-22 18:17 Browser.apk
-rw-r--r-- 1 root root 71733 2011-12-22 18:17 Calculator.apk
-rw-r--r-- 1 root root 10901 2011-12-22 18:17 CalendarSync.apk
-rw-r--r-- 1 root root 78031 2011-12-22 18:17 CertificateManager.apk
-rw-r--r-- 1 root root 20274 2011-12-22 18:17 CertificateProvider.apk
-rw-r--r-- 1 root root 35604 2011-12-22 18:17 CertInstaller.apk
-rw-r--r-- 1 root root 48119 2011-12-22 18:17 ChargeOnlyMode.apk
-rw-r--r-- 1 root root 96973 2011-12-22 18:17 ClockWidget.apk
-rw-r--r-- 1 root root 41623 2011-12-22 18:17 ContactsData.apk
-rw-r--r-- 1 root root 194218 2011-12-22 18:17 ContactsProvider2_0.apk
-rw-r--r-- 1 root root 435058 2011-12-22 18:17 Conversations.apk
-rw-r--r-- 1 root root 37390 2011-12-22 18:17 DataCollection.apk
-rw-r--r-- 1 root root 19044 2011-12-22 18:17 DataCollectorProvider.apk
-rw-r--r-- 1 root root 8778 2011-12-22 18:17 DataCollectorService.apk
-rw-r--r-- 1 root root 235489 2011-12-22 18:17 DatamanagerApp.apk
-rw-r--r-- 1 root root 12546 2011-12-22 18:17 DataManagerService.apk
-rw-r--r-- 1 root root 11593 2011-12-22 18:17 DefaultContainerService.apk
-rw-r--r-- 1 root root 87784 2011-12-22 18:17 DeviceStatistics.apk
-rw-r--r-- 1 root root 586437 2011-12-22 18:17 DLNA.apk
-rw-r--r-- 1 root root 9817 2011-12-22 18:17 DlnaSystemService.apk
-rw-r--r-- 1 root root 192225 2011-12-22 18:17 DMService.apk
-rw-r--r-- 1 root root 358374 2011-12-22 18:17 Dock.apk
-rw-r--r-- 1 root root 117237 2011-12-22 18:17 DockService.apk
-rw-r--r-- 1 root root 81124 2011-12-22 18:17 DownloadProvider.apk
-rw-r--r-- 1 root root 52935 2011-12-22 18:17 DownloadProviderUi.apk
-rw-r--r-- 1 root root 12344 2011-12-22 18:17 DrmProvider.apk
-rw-r--r-- 1 root root 70084 2011-12-22 18:17 EFEM.apk
-rw-r--r-- 1 root root 126493 2011-12-22 18:17 EncryptionSettings.apk
-rw-r--r-- 1 root root 13660 2011-12-22 18:17 entitlementservice.apk
-rw-r--r-- 1 root root 4238 2011-12-22 18:17 ExtDispService.apk
-rw-r--r-- 1 root root 10493 2011-12-22 18:17 FakeBlurXmppApp.apk
-rw-r--r-- 1 root root 14737 2011-12-22 18:17 FastDormancy.apk
-rw-r--r-- 1 root root 234037 2011-12-22 18:17 FileManager.apk
-rw-r--r-- 1 root root 45846 2011-12-22 18:17 FlashPlayer.apk
-rw-r--r-- 1 root root 32774 2011-12-22 18:17 FMRadioService.apk
-rw-r--r-- 1 root root 694376 2011-12-22 18:17 ForestWallpaper.apk
-rw-r--r-- 1 root root 90197 2011-12-22 18:17 Fota.apk
-rw-r--r-- 1 root root 285497 2011-12-22 18:17 FriendFeed.apk
-rw-r--r-- 1 root root 912459 2011-12-22 18:17 GenieWidget.apk
-rw-r--r-- 1 root root 46049 2011-12-22 18:17 GlobalUnplug.apk
-rw-r--r-- 1 root root 2654414 2011-12-22 18:17 Gmail.apk
-rw-r--r-- 1 root root 38994 2011-12-22 18:17 GoogleBackupTransport.apk
-rw-r--r-- 1 root root 121135 2011-12-22 18:17 GoogleCalendarSyncAdapter.apk
-rw-r--r-- 1 root root 132381 2011-12-22 18:17 GoogleContactsSyncAdapter.apk
-rw-r--r-- 1 root root 122892 2011-12-22 18:17 GoogleFeedback.apk
-rw-r--r-- 1 root root 98363 2011-12-22 18:17 GooglePartnerSetup.apk
-rw-r--r-- 1 root root 632231 2011-12-22 18:17 GoogleQuickSearchBox.apk
-rw-r--r-- 1 root root 2260045 2011-12-22 18:17 GoogleServicesFramework.apk
-rw-r--r-- 1 root root 22115 2011-12-22 18:17 HelpCenter.apk
-rw-r--r-- 1 root root 8384 2011-12-22 18:17 HTMLViewer.apk
-rw-r--r-- 1 root root 15959 2011-12-22 18:17 IndexingService.apk
-rw-r--r-- 1 root root 16508 2011-12-22 18:17 InPocketService.apk
-rw-r--r-- 1 root root 24409 2011-12-22 18:17 KpiLogger.apk
-rw-r--r-- 1 root root 14979624 2011-12-22 18:17 LatinIME.apk
-rw-r--r-- 1 root root 1090180 2011-12-22 18:17 LiveWallpapers.apk
-rw-r--r-- 1 root root 28820 2011-12-22 18:17 LiveWallpapersPicker.apk
-rw-r--r-- 1 root root 37181 2011-12-22 18:17 LocationProxyDmPlugin.apk
-rw-r--r-- 1 root root 151502 2011-12-22 18:17 LocationSensor.apk
-rw-r--r-- 1 root root 214941 2011-12-22 18:17 MagicSmokeWallpapers.apk
-rw-r--r-- 1 root root 5747161 2011-12-22 18:17 Maps.apk
-rw-r--r-- 1 root root 12324 2011-12-22 18:17 MarketUpdater.apk
-rw-r--r-- 1 root root 16603 2011-12-22 18:17 MasterClearErrorReport.apk
-rw-r--r-- 1 root root 127840 2011-12-22 18:17 MediaProvider.apk
-rw-r--r-- 1 root root 1223653 2011-12-22 18:17 MediaSync.apk
-rw-r--r-- 1 root root 273010 2011-12-22 18:17 MediaUploader.apk
-rw-r--r-- 1 root root 138396 2011-12-22 18:17 MessagesWidget.apk
-rw-r--r-- 1 root root 10095 2011-12-22 18:17 Messaging.apk
-rw-r--r-- 1 root root 2830 2011-12-22 18:17 MirrorService.apk
-rw-r--r-- 1 root root 38936 2011-12-22 18:17 MotHstcmd.apk
-rw-r--r-- 1 root root 2836 2011-12-22 18:17 MotoAtCmdEpuPlugin.apk
-rw-r--r-- 1 root root 2899 2011-12-22 18:17 MotoAtCmdPlugin.apk
-rw-r--r-- 1 root root 1402046 2011-12-22 18:17 MotoPhonePortal.apk
-rw-r--r-- 1 root root 31599 2011-12-22 18:17 MotorolaSettingsProvider.apk
-rw-r--r-- 1 root root 7765 2011-12-22 18:17 MSExchangeService.apk
-rw-r--r-- 1 root root 44193 2011-12-22 18:17 MtlrNotifier.apk
-rw-r--r-- 1 root root 20361 2011-12-22 18:17 NetworkLocation.apk
-rw-r--r-- 1 root root 180322 2011-12-22 18:17 NewsWidget.apk
-rw-r--r-- 1 root root 68085 2011-12-22 18:17 oma1motService.apk
-rw-r--r-- 1 root root 31853 2011-12-22 18:17 OMADownload.apk
-rw-r--r-- 1 root root 113893 2011-12-22 18:17 OMAProvisioning.apk
-rw-r--r-- 1 root root 49198 2011-12-22 18:17 OverlaySettingsProvider.apk
-rw-r--r-- 1 root root 38804 2011-12-22 18:17 PackageInstaller.apk
-rw-r--r-- 1 root root 123537 2011-12-22 18:17 PerformanceManager.apk
-rw-r--r-- 1 root root 18496 2011-12-22 18:17 PGPSDownloader.apk
-rw-r--r-- 1 root root 2789 2011-12-22 18:17 PhoneAddons.apk
-rw-r--r-- 1 root root 1194990 2011-12-22 18:17 phoneportal.apk
-rw-r--r-- 1 root root 437713 2011-12-22 18:17 PhotoEditor.apk
-rw-r--r-- 1 root root 451285 2011-12-22 18:17 PhotoWidget.apk
-rw-r--r-- 1 root root 14251 2011-12-22 18:17 PicoTts.apk
-rw-r--r-- 1 root root 30080 2011-12-22 18:17 PolicyMgrProvider.apk
-rw-r--r-- 1 root root 162550 2011-12-22 18:17 PolicyMgrService.apk
-rw-r--r-- 1 root root 1283969 2011-12-22 18:17 PortalApp.apk
-rw-r--r-- 1 root root 34869 2011-12-22 18:17 Preloaded.apk
-rw-r--r-- 1 root root 86886 2011-12-22 18:17 Protips.apk
-rw-r--r-- 1 root root 6451431 2011-12-22 18:17 Quickoffice.apk
-rw-r--r-- 1 root root 30565 2011-12-22 18:17 QuickSms.apk
-rw-r--r-- 1 root root 41039 2011-12-22 18:17 QuickTutorial.apk
-rw-r--r-- 1 root root 822412 2011-12-22 18:17 RichLocation.apk
-rw-r--r-- 1 root root 20269 2011-12-22 18:17 RichTextCommon.apk
-rw-r--r-- 1 root root 12676 2011-12-22 18:17 SARCutBackService.apk
-rw-r--r-- 1 root root 1447458 2011-12-22 18:17 Settings.apk
-rw-r--r-- 1 root root 750031 2011-12-22 18:17 Setup.apk
-rw-r--r-- 1 root root 21119 2011-12-22 18:17 SetupProvider.apk
-rw-r--r-- 1 root root 7201 2011-12-22 18:17 SetupSettings.apk
-rw-r--r-- 1 root root 1015423 2011-12-22 18:17 SetupWizard.apk
-rw-r--r-- 1 root root 23607 2011-12-22 18:17 SimContactAdapter.apk
-rw-r--r-- 1 root root 102236 2011-12-22 18:17 SimManagerInvisible.apk
-rw-r--r-- 1 root root 2446269 2011-12-22 18:17 SmartCarDock.apk
-rw-r--r-- 1 root root 1141444 2011-12-22 18:17 SmartDock.apk
-rw-r--r-- 1 root root 60584 2011-12-22 18:17 SocialMessaging.apk
-rw-r--r-- 1 root root 116605 2011-12-22 18:17 SocialShare.apk
-rw-r--r-- 1 root root 40931 2011-12-22 18:17 SoundRecorder.apk
-rw-r--r-- 1 root root 9435 2011-12-22 18:17 SpellingCheckService.apk
-rw-r--r-- 1 root root 334406 2011-12-22 18:17 StatusWidget.apk
-rw-r--r-- 1 root root 68971 2011-12-22 18:17 StickyNoteWidget.apk
-rw-r--r-- 1 root root 50763 2011-12-22 18:17 Stk.apk
-rw-r--r-- 1 root root 21831 2011-12-22 18:17 StorageMonitorService.apk
-rw-r--r-- 1 root root 302610 2011-12-22 18:17 Street.apk
-rw-r--r-- 1 root root 26710 2011-12-22 18:17 SuggestionsProvider.apk
-rw-r--r-- 1 root root 11945 2011-12-22 18:17 SuggestionsRuleCheckerCore.apk
-rw-r--r-- 1 root root 16985 2011-12-22 18:17 SuggestionsServiceScheduler.apk
-rw-r--r-- 1 root root 754980 2011-12-22 18:17 Superuser.apk
-rw-r--r-- 1 root root 5072802 2011-12-22 18:17 Swype.apk
-rw-r--r-- 1 root root 161457 2011-12-22 18:17 SyncMLAtt.apk
-rw-r--r-- 1 root root 408322 2011-12-22 18:17 SystemUI.apk
-rw-r--r-- 1 root root 1700918 2011-12-22 18:17 Talk2.apk
-rw-r--r-- 1 root root 98788 2011-12-22 18:17 TelephonyProvider.apk
-rw-r--r-- 1 root root 41629 2011-12-22 18:17 Term.apk
-rw-r--r-- 1 root root 69604 2011-12-22 18:17 ToggleWidgets.apk
-rw-r--r-- 1 root root 26710 2011-12-22 18:17 TtsService.apk
-rw-r--r-- 1 root root 9649 2011-12-22 18:17 UniversalInbox.apk
-rw-r--r-- 1 root root 10333 2011-12-22 18:17 Upgrader.apk
-rw-r--r-- 1 root root 46579 2011-12-22 18:17 Usb.apk
-rw-r--r-- 1 root root 11640 2011-12-22 18:17 UserDictionaryProvider.apk
-rw-r--r-- 1 root root 1978135 2011-12-22 18:17 Vending.apk
-rw-r--r-- 1 root root 243274 2011-12-22 18:17 VideoPlayer.apk
-rw-r--r-- 1 root root 145862 2011-12-22 18:17 VisualizationWallpapers.apk
-rw-r--r-- 1 root root 61052 2011-12-22 18:17 VoiceReadoutService.apk
-rw-r--r-- 1 root root 1485636 2011-12-22 18:17 VoiceSearch.apk
-rw-r--r-- 1 root root 244922 2011-12-22 18:17 VpnClient.apk
-rw-r--r-- 1 root root 20393 2011-12-22 18:17 VpnServices.apk
-rw-r--r-- 1 root root 200612 2011-12-22 18:17 VSuiteApp.apk
-rw-r--r-- 1 root root 21975 2011-12-22 18:17 WapPushSI.apk
-rw-r--r-- 1 root root 3672651 2011-12-22 18:17 WeatherWidget.apk
-rw-r--r-- 1 root root 89576 2011-12-22 18:17 WebtopSession.apk
-rw-r--r-- 1 root root 8206 2011-12-22 18:17 WorkContacts.apk
-rw-r--r-- 1 root root 678495 2011-12-22 18:17 WorldClockWidget.apk
-rw-r--r-- 1 root root 6122 2011-12-22 18:17 YahooContacts.apk
-rw-r--r-- 1 root root 842276 2011-12-22 18:17 YouTube.apk
-rw-r--r-- 1 root root 6508 2011-12-22 18:17 ZoomService.apk
/system/framework listing:
-rw-r--r-- 1 root root 12394 2011-12-22 18:18 am.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 android.policy.jar
-rw-r--r-- 1 root root 80221 2011-12-22 18:18 android.test.runner.jar
-rw-r--r-- 1 root root 3706815 2011-12-22 18:18 blur-res.apk
-rw-r--r-- 1 root root 6406 2011-12-22 18:18 bmgr.jar
-rw-r--r-- 1 root root 305401 2011-12-22 18:18 bouncycastle.jar
-rw-r--r-- 1 root root 3349 2011-12-22 18:18 com.android.location.provider.jar
-rw-r--r-- 1 root root 10257 2011-12-22 18:18 com.motorola.android.camera.jar
-rw-r--r-- 1 root root 7497 2011-12-22 18:18 com.motorola.android.customization.jar
-rw-r--r-- 1 root root 7131 2011-12-22 18:18 com.motorola.android.datamanager.base.jar
-rw-r--r-- 1 root root 61213 2011-12-22 18:18 com.motorola.android.dlna.jar
-rw-r--r-- 1 root root 10425 2011-12-22 18:18 com.motorola.android.drm1.jar
-rw-r--r-- 1 root root 230744 2011-12-22 18:18 com.motorola.android.frameworks.jar
-rw-r--r-- 1 root root 4367 2011-12-22 18:18 com.motorola.android.iextdispservice.jar
-rw-r--r-- 1 root root 2711 2011-12-22 18:18 com.motorola.android.imirrorservice.jar
-rw-r--r-- 1 root root 62780 2011-12-22 18:18 com.motorola.android.mediasync.jar
-rw-r--r-- 1 root root 121468 2011-12-22 18:18 com.motorola.android.mime.jar
-rw-r--r-- 1 root root 16419 2011-12-22 18:18 com.motorola.android.mobad.jar
-rw-r--r-- 1 root root 1073 2011-12-22 18:18 com.motorola.android.nativehdmiapis_v1.jar
-rw-r--r-- 1 root root 1011 2011-12-22 18:18 com.motorola.android.storage.jar
-rw-r--r-- 1 root root 9760 2011-12-22 18:18 com.motorola.android.syncmlatt.jar
-rw-r--r-- 1 root root 21454 2011-12-22 18:18 com.motorola.android.telephony.jar
-rw-r--r-- 1 root root 719 2011-12-22 18:18 com.motorola.android.widget.jar
-rw-r--r-- 1 root root 5885 2011-12-22 18:18 com.motorola.app.admin.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 com.motorola.atcmd.base.jar
-rw-r--r-- 1 root root 5515 2011-12-22 18:18 com.motorola.atcmd.pluginMgr.jar
-rw-r--r-- 1 root root 42454 2011-12-22 18:18 com.motorola.blur.library.friendfeed.jar
-rw-r--r-- 1 root root 68187 2011-12-22 18:18 com.motorola.blur.library.home.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 com.motorola.blur.library.image.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 com.motorola.blur.library.messaging.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 com.motorola.blur.library.service.jar
-rw-r--r-- 1 root root 1266274 2011-12-22 18:18 com.motorola.blur.library.utilities.jar
-rw-r--r-- 1 root root 1928648 2011-12-22 18:18 core.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 core-junit.jar
-rw-r--r-- 1 root root 3180 2011-12-22 18:18 dmt.jar
-rw-r--r-- 1 root root 541008 2011-12-22 18:18 ext.jar
-rw-r--r-- 1 root root 3889496 2011-12-22 18:18 framework.jar
-rw-r--r-- 1 root root 4501218 2011-12-22 18:18 framework-res.apk
-rw-r--r-- 1 root root 269071 2011-12-22 18:18 guava.jar
-rw-r--r-- 1 root root 3445 2011-12-22 18:18 ime.jar
-rw-r--r-- 1 root root 2521 2011-12-22 18:18 input.jar
-rw-r--r-- 1 root root 27274 2011-12-22 18:18 javax.obex.jar
-rw-r--r-- 1 root root 184323 2011-12-22 18:18 jcifs-krb5-1.3.12.jar
-rw-r--r-- 1 root root 39395 2011-12-22 18:18 monkey.jar
-rw-r--r-- 1 root root 269323 2011-12-22 18:18 moto-res.apk
-rw-r--r-- 1 root root 12697 2011-12-22 18:18 pm.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 services.jar
-rw-r--r-- 1 root root 55442 2011-12-22 18:18 sqlite-jdbc.jar
-rw-r--r-- 1 root root 3908 2011-12-22 18:18 svc.jar
You've been a busy bee there Jim.
This is getting good now!!!
Sent from my MB865 using XDA App

[Q] anyone have virus embedded in rom?

Have any of you guys noticed any viruses in any of the roms you have downloaded? The reason I ask is: somehow my email account was comprimised about a month back. I have been completely puzzled by how. I scanned all of my computers with avg and found nothing. However, after I installed avast and ran a scan on boot on my windows pc. I found that the rom I had installed was loaded with viruses.
So it kinda makes sense that someone could take the source code for android, add a couple of lines of code, compile it and voila, steal your password from the modified stock email client.
I have checked into antivirus for android, but like alot of posts I have read on here. They are pretty much useless since they don't scan the system, only the downloaded apps.
I guess I am just looking for some cinfirmation in this, since I have been terrified to punch in a password anywhere. So let me know.
Thanks
mojodojo said:
Have any of you guys noticed any viruses in any of the roms you have downloaded? The reason I ask is: somehow my email account was comprimised about a month back. I have been completely puzzled by how. I scanned all of my computers with avg and found nothing. However, after I installed avast and ran a scan on boot on my windows pc. I found that the rom I had installed was loaded with viruses.
So it kinda makes sense that someone could take the source code for android, add a couple of lines of code, compile it and voila, steal your password from the modified stock email client.
I have checked into antivirus for android, but like alot of posts I have read on here. They are pretty much useless since they don't scan the system, only the downloaded apps.
I guess I am just looking for some cinfirmation in this, since I have been terrified to punch in a password anywhere. So let me know.
Thanks
Click to expand...
Click to collapse
Here is a list of my apk. I would give you md5 checksums for each but stock firmware doesn't have it. Compare sizes if you have the same firmware. Install terminal emulator from market do cd /system/app and then ls -l
My firmware: US 9.2.1.11
Also, tell us which rom you downloaded.
Code:
-rw-r--r-- root root 7254338 2012-02-24 12:31 AWS.apk
-rw-r--r-- root root 222316 2008-08-01 08:00 AppLocker.apk
-rw-r--r-- root root 74768 2008-08-01 08:00 AppLocker.odex
-rw-r--r-- root root 17164 2012-02-24 12:31 ApplicationsProvider.apk
-rw-r--r-- root root 24208 2012-02-24 12:31 ApplicationsProvider.odex
-rw-r--r-- root root 632249 2008-08-01 08:00 AsusDayScene.apk
-rw-r--r-- root root 73552 2008-08-01 08:00 AsusDayScene.odex
-rw-r--r-- root root 2829373 2012-02-24 12:31 AsusReader.apk
-rw-r--r-- root root 1442040 2012-02-24 12:31 AsusReader.odex
-rw-r--r-- root root 267925 2012-02-24 12:31 AsusSetupWizard.apk
-rw-r--r-- root root 21880 2012-02-24 12:31 AsusSetupWizard.odex
-rw-r--r-- root root 104477 2008-08-01 08:00 BackupRestoreConfirmation.apk
-rw-r--r-- root root 9176 2008-08-01 08:00 BackupRestoreConfirmation.odex
-rw-r--r-- root root 328365 2012-02-24 12:31 Bluetooth.apk
-rw-r--r-- root root 231408 2012-02-24 12:31 Bluetooth.odex
-rw-r--r-- root root 4371822 2008-08-01 08:00 Books.apk
-rw-r--r-- root root 1720957 2012-02-24 12:31 Browser.apk
-rw-r--r-- root root 780608 2012-02-24 12:31 Browser.odex
-rw-r--r-- root root 143452 2012-02-24 12:31 CMClient.apk
-rw-r--r-- root root 714376 2012-02-24 12:31 CMClient.odex
-rw-r--r-- root root 91317 2012-02-24 12:31 Calculator.apk
-rw-r--r-- root root 131808 2012-02-24 12:31 Calculator.odex
-rw-r--r-- root root 749785 2012-02-24 12:31 Calendar.apk
-rw-r--r-- root root 657696 2012-02-24 12:31 Calendar.odex
-rw-r--r-- root root 68699 2012-02-24 12:31 CalendarProvider.apk
-rw-r--r-- root root 264360 2012-02-24 12:31 CalendarProvider.odex
-rw-r--r-- root root 2255899 2012-02-24 12:31 Camera.apk
-rw-r--r-- root root 317888 2012-02-24 12:31 Camera.odex
-rw-r--r-- root root 109101 2012-02-24 12:31 CertInstaller.apk
-rw-r--r-- root root 44712 2012-02-24 12:31 CertInstaller.odex
-rw-r--r-- root root 179585 2008-08-01 08:00 ChromeBookmarksSyncAdapter.apk
-rw-r--r-- root root 2003660 2012-02-24 12:31 Contacts.apk
-rw-r--r-- root root 2081984 2012-02-24 12:32 Contacts.odex
-rw-r--r-- root root 47918 2012-02-24 12:32 ContactsProvider.apk
-rw-r--r-- root root 1287464 2012-02-24 12:32 ContactsProvider.odex
-rw-r--r-- root root 167775 2012-02-24 12:32 DMClient.apk
-rw-r--r-- root root 668904 2012-02-24 12:32 DMClient.odex
-rw-r--r-- root root 988827 2012-02-24 12:32 DataBackup.apk
-rw-r--r-- root root 153864 2012-02-24 12:32 DataBackup.odex
-rw-r--r-- root root 8638 2012-02-24 12:32 DefaultContainerService.apk
-rw-r--r-- root root 14512 2012-02-24 12:32 DefaultContainerService.odex
-rw-r--r-- root root 438671 2012-02-24 12:32 DeskClock.apk
-rw-r--r-- root root 93968 2012-02-24 12:32 DeskClock.odex
-rw-r--r-- root root 63769 2012-02-24 12:32 Dictionary.apk
-rw-r--r-- root root 431312 2012-02-24 12:32 Dictionary.odex
-rw-r--r-- root root 159322 2012-02-24 12:32 DownloadProvider.apk
-rw-r--r-- root root 175856 2012-02-24 12:32 DownloadProvider.odex
-rw-r--r-- root root 143812 2012-02-24 12:32 DownloadProviderUi.apk
-rw-r--r-- root root 41048 2012-02-24 12:32 DownloadProviderUi.odex
-rw-r--r-- root root 24774 2012-02-24 12:32 DrmProvider.apk
-rw-r--r-- root root 12784 2012-02-24 12:32 DrmProvider.odex
-rw-r--r-- root root 2063139 2012-02-24 12:32 Email.apk
-rw-r--r-- root root 1962264 2012-02-24 12:32 Email.odex
-rw-r--r-- root root 35511 2012-02-24 12:32 EmailWidget.apk
-rw-r--r-- root root 9376 2012-02-24 12:32 EmailWidget.odex
-rw-r--r-- root root 157088 2012-02-24 12:32 Exchange.apk
-rw-r--r-- root root 1394744 2012-02-24 12:32 Exchange.odex
-rw-r--r-- root root 850288 2008-08-01 08:00 FaceLock.apk
-rw-r--r-- root root 17450 2012-02-24 12:32 FacebookPoster.apk
-rw-r--r-- root root 25808 2012-02-24 12:32 FacebookPoster.odex
-rw-r--r-- root root 365536 2008-08-01 08:00 FileManager2.apk
-rw-r--r-- root root 210048 2008-08-01 08:00 FileManager2.odex
-rw-r--r-- root root 412904 2008-08-01 08:00 Galaxy4.apk
-rw-r--r-- root root 18608 2008-08-01 08:00 Galaxy4.odex
-rw-r--r-- root root 1469566 2008-08-01 08:00 Gallery2.apk
-rw-r--r-- root root 843104 2008-08-01 08:00 Gallery2.odex
-rw-r--r-- root root 1543855 2008-08-01 08:00 GenieWidget.apk
-rw-r--r-- root root 2833377 2012-02-24 12:32 Gmail.apk
-rw-r--r-- root root 84610 2012-02-24 12:32 GoogleBackupTransport.apk
-rw-r--r-- root root 143789 2008-08-01 08:00 GoogleCalendarSyncAdapter.apk
-rw-r--r-- root root 158309 2012-02-24 12:32 GoogleContactsSyncAdapter.apk
-rw-r--r-- root root 254095 2012-02-24 12:32 GoogleFeedback.apk
-rw-r--r-- root root 4051474 2012-02-24 12:32 GoogleLoginService.apk
-rw-r--r-- root root 97883 2012-02-24 12:32 GooglePartnerSetup.apk
-rw-r--r-- root root 718816 2012-02-24 12:32 GoogleQuickSearchBox.apk
-rw-r--r-- root root 2931560 2012-02-24 12:32 GoogleServicesFramework.apk
-rw-r--r-- root root 4336443 2008-08-01 08:00 GoogleTTS.apk
-rw-r--r-- root root 8350 2012-02-24 12:32 HTMLViewer.apk
-rw-r--r-- root root 6968 2012-02-24 12:32 HTMLViewer.odex
-rw-r--r-- root root 39965 2012-02-24 12:32 HoloSpiralWallpaper.apk
-rw-r--r-- root root 21496 2012-02-24 12:32 HoloSpiralWallpaper.odex
-rw-r--r-- root root 7873 2008-08-01 08:00 KeyChain.apk
-rw-r--r-- root root 27824 2008-08-01 08:00 KeyChain.odex
-rw-r--r-- root root 111768 2012-02-24 12:32 Keyboard.apk
-rw-r--r-- root root 26704 2012-02-24 12:32 Keyboard.odex
-rw-r--r-- root root 3386305 2012-02-24 12:32 Kindle-OEM.apk
-rw-r--r-- root root 125646 2008-08-01 08:00 LatinImeDictionaryPack.apk
-rw-r--r-- root root 6157306 2012-02-24 12:32 LatinImeGoogle.apk
-rw-r--r-- root root 19011834 2012-02-24 12:32 Launcher2.apk
-rw-r--r-- root root 513960 2012-02-24 12:32 Launcher2.odex
-rw-r--r-- root root 1140540 2008-08-01 08:00 LiveWallpapers.apk
-rw-r--r-- root root 86056 2008-08-01 08:00 LiveWallpapers.odex
-rw-r--r-- root root 128368 2012-02-24 12:32 LiveWallpapersPicker.apk
-rw-r--r-- root root 23088 2012-02-24 12:32 LiveWallpapersPicker.odex
-rw-r--r-- root root 1412636 2012-02-24 12:32 MEar.apk
-rw-r--r-- root root 7522186 2012-02-24 12:32 Maps.apk
-rw-r--r-- root root 13351 2012-02-24 12:32 MarketUpdater.apk
-rw-r--r-- root root 21140 2012-02-24 12:32 MediaProvider.apk
-rw-r--r-- root root 127008 2012-02-24 12:32 MediaProvider.odex
-rw-r--r-- root root 500443 2012-02-24 12:32 MediaUploader.apk
-rw-r--r-- root root 950655 2008-08-01 08:00 Mms.apk
-rw-r--r-- root root 601072 2008-08-01 08:00 Mms.odex
-rw-r--r-- root root 5240716 2012-02-24 12:32 Music2.apk
-rw-r--r-- root root 59442 2008-08-01 08:00 MusicFX.apk
-rw-r--r-- root root 84056 2008-08-01 08:00 MusicFX.odex
-rw-r--r-- root root 8147249 2012-02-24 12:32 MyCloud.apk
-rw-r--r-- root root 530666 2008-08-01 08:00 MyNet.apk
-rw-r--r-- root root 612680 2008-08-01 08:00 MyNet.odex
-rw-r--r-- root root 1127878 2012-02-24 12:32 MyWater.apk
-rw-r--r-- root root 59440 2012-02-24 12:32 MyWater.odex
-rw-r--r-- root root 3724830 2008-08-01 08:00 MyWater2.apk
-rw-r--r-- root root 118808 2008-08-01 08:00 MyWater2.odex
-rw-r--r-- root root 3584302 2008-08-01 08:00 MyZine.apk
-rw-r--r-- root root 68152 2008-08-01 08:00 MyZine.odex
-rw-r--r-- root root 1448847 2012-02-24 12:32 NVIDIATegraZone.apk
-rw-r--r-- root root 66275 2012-02-24 12:32 Netflix.apk
-rw-r--r-- root root 270653 2012-02-24 12:32 NetworkLocation.apk
-rw-r--r-- root root 44092 2012-02-24 12:32 PCSyncLauncher.apk
-rw-r--r-- root root 18968 2012-02-24 12:32 PCSyncLauncher.odex
-rw-r--r-- root root 3114849 2008-08-01 08:00 PRAndroidGB.apk
-rw-r--r-- root root 182141 2012-02-24 12:32 PackageInstaller.apk
-rw-r--r-- root root 29696 2012-02-24 12:32 PackageInstaller.odex
-rw-r--r-- root root 2177616 2012-02-24 12:32 Phone.apk
-rw-r--r-- root root 606904 2012-02-24 12:33 Phone.odex
-rw-r--r-- root root 3708455 2012-02-24 12:33 Phonesky.apk
-rw-r--r-- root root 1952535 2012-02-24 12:33 PixWe.apk
-rw-r--r-- root root 5196107 2008-08-01 08:00 PlusOne.apk
-rw-r--r-- root root 4850456 2012-02-24 12:33 PolarisOffice.apk
-rw-r--r-- root root 36749 2008-08-01 08:00 QuickSearch.apk
-rw-r--r-- root root 4584 2008-08-01 08:00 QuickSearch.odex
-rw-r--r-- root root 6335362 2012-02-24 12:33 Settings.apk
-rw-r--r-- root root 1115776 2012-02-24 12:33 Settings.odex
-rw-r--r-- root root 20357 2012-02-24 12:33 SettingsProvider.apk
-rw-r--r-- root root 60640 2012-02-24 12:33 SettingsProvider.odex
-rw-r--r-- root root 2464776 2012-02-24 12:33 SetupWizard.apk
-rw-r--r-- root root 2599 2008-08-01 08:00 SharedStorageBackup.apk
-rw-r--r-- root root 4272 2008-08-01 08:00 SharedStorageBackup.odex
-rw-r--r-- root root 100014 2012-02-24 12:33 SoundRecorder.apk
-rw-r--r-- root root 55472 2012-02-24 12:33 SoundRecorder.odex
-rw-r--r-- root root 4186610 2012-02-24 12:33 StrAsus.apk
-rw-r--r-- root root 288315 2012-02-24 12:33 Street.apk
-rw-r--r-- root root 9855809 2012-02-24 12:33 Supernote.apk
-rw-r--r-- root root 1285972 2012-02-24 12:33 SystemUI.apk
-rw-r--r-- root root 428832 2012-02-24 12:33 SystemUI.odex
-rw-r--r-- root root 222557 2008-08-01 08:00 TagGoogle.apk
-rw-r--r-- root root 2240693 2012-02-24 12:33 Talk.apk
-rw-r--r-- root root 181581 2008-08-01 08:00 TaskManager.apk
-rw-r--r-- root root 47040 2008-08-01 08:00 TaskManager.odex
-rw-r--r-- root root 13595 2012-02-24 12:33 TelephonyProvider.apk
-rw-r--r-- root root 93872 2012-02-24 12:33 TelephonyProvider.odex
-rw-r--r-- root root 79269 2012-02-24 12:33 UpdateLauncher.apk
-rw-r--r-- root root 32784 2012-02-24 12:33 UpdateLauncher.odex
-rw-r--r-- root root 3522 2012-02-24 12:33 UserDictionaryProvider.apk
-rw-r--r-- root root 14912 2012-02-24 12:33 UserDictionaryProvider.odex
-rw-r--r-- root root 736530 2012-02-24 12:33 Vibe2.apk
-rw-r--r-- root root 183752 2012-02-24 12:33 Vibe2.odex
-rw-r--r-- root root 5860398 2012-02-24 12:33 VideoEditorGoogle.apk
-rw-r--r-- root root 1450517 2012-02-24 12:33 Videos.apk
-rw-r--r-- root root 2417532 2012-02-24 12:33 VoiceSearch.apk
-rw-r--r-- root root 46613 2008-08-01 08:00 VpnDialogs.apk
-rw-r--r-- root root 9224 2008-08-01 08:00 VpnDialogs.odex
-rw-r--r-- root root 6162464 2012-02-24 12:33 Weather.apk
-rw-r--r-- root root 104928 2012-02-24 12:33 Weather.odex
-rw-r--r-- root root 1858710 2012-02-24 12:33 XT9IME.apk
-rw-r--r-- root root 564856 2012-02-24 12:33 XT9IME.odex
-rw-r--r-- root root 3286905 2008-08-01 08:00 YouTube.apk
-rw-r--r-- root root 8909 2008-08-01 08:00 YoutubeSearch.apk
-rw-r--r-- root root 1856 2008-08-01 08:00 YoutubeSearch.odex
-rw-r--r-- root root 2776431 2012-02-24 12:33 ZinioReader.apk
-rw-r--r-- root root 14653 2012-02-24 12:33 ZinioSettingsProvider.apk
-rw-r--r-- root root 794315 2008-08-01 08:00 talkback.apk
Commodo kept insisting that ViperMOD contained a trojan ([email protected]), but others in here have said this is a false alarm. In addition, I could not get other A/V to detect it.
I installed prime. It was the latest release just after christmas. Like I said, not 100% sure if that is how my email was compromised but it is the only thing that makes sense. I have a copy of the prime rom that I installed on my tablet. I will probably copy it over to my pc and give it a regular scan. If it doesn't detect anything, I will run the scan before boot option(since that is how I detected them before). I will also post what was found. Don't have time today but I will try tomorrow.
Anyone that installed prime should check their sent box and see if there is any emails that they didn't send. That's how I found out my email was hacked.
I was running various versions of Prime on my tablet for months, before recently updating to stock ICS; I've never had any problems with the security of my email account.
Without knowing more about the particular applications you've installed, and other details of the configuration of your tablet, it seems a little like grasping at straws to accuse the ROM of having malicious code injected into its applications.
Some root exploits will be flagged as malware- gingerbreak gets detected by my virus scanner on my linux box. I guess it's only malware when the effect is unwanted.
You could take the rom apart on your PC and scan it there.
Sorry guys, it was a false alarm. I rescanned it and it was clean. It was gingerbreak (among other things) that was detected on my pc. I know gingerbreak is fine.
However, I think this raises a valid point. Someone could compile some malicious code into system files and market it as a rom and no one would be the wiser since there is nothing that would detect it. It would be cool if there was an app that could scan the system if there were any suspicions. Could be something simple that just checked file size and md5 checksums. If I get some time maybe I will work on something.
Thanks everybody for their time!
btw, never really made accusations. more like suspicions. Always said I wasn't sure what caused my issues.
Although it is true that those of us who do not have a background in development have no real way of knowing what is going on with the code of the ROMs we install, I would suggest that the best defences against the possibility of malicious code in a ROM are the userbase of this forum - since any ROM, unless it is very new, will have lots of people installing it, putting it through its paces, and reporting problems and bugs - and the developers themselves, many of whom make regular, personal posts that relate to the software they are working on, and often directly respond to various questions and issues raised.
Maybe such a degree of trust isn't always ideal, but in the end, installing any sort of ROM is a calculated risk.
Either way, it's interesting to hear that you excluded the ROM as the source of your problem; hopefully you will be able to track down the cause in the near future.

[Q] after external gapps: everything 'has stopped'

i was successful in installing the latest evervolv kitkat (http://forum.xda-developers.com/showpost.php?p=47778249&postcount=1) on my nexus one, but i can't get the google core apps working on an external partition. i used this approach
http://forum.xda-developers.com/showpost.php?p=28574807&postcount=3
with the latest gapps core from http://forum.xda-developers.com/showthread.php?t=2012857
the logcat looks fine (at least to me):
$ ./adb.exe logcat -C |grep extg
I/extgapps( 114): Removed Provision
I/extgapps( 120): Created /system/framework/com.google.widevine.software.drm.jar
I/extgapps( 125): Created /system/framework/com.google.android.media.effects.jar
I/extgapps( 130): Created /system/framework/com.google.android.maps.jar
I/extgapps( 133): Created /system/addon.d
I/extgapps( 137): Created /system/addon.d/70-gapps.sh
I/extgapps( 142): Created /system/etc/permissions/com.google.android.maps.xml
I/extgapps( 147): Created /system/etc/permissions/features.xml
I/extgapps( 152): Created /system/etc/permissions/com.google.android.media.effects.xml
I/extgapps( 157): Created /system/etc/permissions/com.google.widevine.software.drm.xml
I/extgapps( 160): Created /system/etc/preferred-apps
I/extgapps( 164): Created /system/etc/preferred-apps/google.xml
I/extgapps( 169): Created /system/app/ChromeBookmarksSyncAdapter.apk
I/extgapps( 174): Created /system/app/GoogleCalendarSyncAdapter.apk
I/extgapps( 179): Created /system/app/GoogleContactsSyncAdapter.apk
I/extgapps( 184): Created /system/app/MediaUploader.apk
I/extgapps( 189): Created /system/priv-app/SetupWizard.apk
I/extgapps( 194): Created /system/priv-app/GoogleOneTimeInitializer.apk
I/extgapps( 199): Created /system/priv-app/Phonesky.apk
I/extgapps( 204): Created /system/priv-app/GoogleFeedback.apk
I/extgapps( 209): Created /system/priv-app/GmsCore.apk
I/extgapps( 214): Created /system/priv-app/GoogleLoginService.apk
I/extgapps( 219): Created /system/priv-app/GoogleServicesFramework.apk
I/extgapps( 224): Created /system/priv-app/GoogleBackupTransport.apk
I/extgapps( 229): Created /system/priv-app/GooglePartnerSetup.apk
I/extgapps( 234): Created /system/lib/libAppDataSearch.so
I/extgapps( 239): Created /system/lib/libgames_rtmp_jni.so
I/extgapps( 244): Created /system/lib/libjni_latinime.so
Click to expand...
Click to collapse
but now i can't even login to the system since directly after the unlock gesture stuff like this happens:
E/dalvikvm(29932): Dex cache directory isn't writable: /data/dalvik-cache
I/dalvikvm(29932): Unable to open or create cache for /sd-ext/gapps/system/priv-app/SetupWizard.apk (/data/dalvik-cache/[email protected]@[email protected]@[email protected])
D/AndroidRuntime(29932): Shutting down VM
W/dalvikvm(29932): threadid=1: thread exiting with uncaught exception (group=0x4192ab90)
E/AndroidRuntime(29932): FATAL EXCEPTION: main
E/AndroidRuntime(29932): Process: com.google.android.setupwizard, PID: 29932
E/AndroidRuntime(29932): java.lang.RuntimeException: Unable to instantiate application com.google.android.setupwizard.SetupWizardApplication: java.lang.ClassNotFoundException: Didn't find class "com.google.android.setupwizard.SetupWizardApplication" on path: DexPathList[[zip file "/system/priv-app/SetupWizard.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
E/AndroidRuntime(29932): at android.app.LoadedApk.makeApplication(LoadedApk.java:516)
E/AndroidRuntime(29932): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4329)
E/AndroidRuntime(29932): at android.app.ActivityThread.access$1400(ActivityThread.java:142)
E/AndroidRuntime(29932): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1464)
E/AndroidRuntime(29932): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(29932): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(29932): at android.app.ActivityThread.main(ActivityThread.java:5029)
E/AndroidRuntime(29932): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(29932): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime(29932): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime(29932): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:598)
E/AndroidRuntime(29932): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(29932): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.setupwizard.SetupWizardApplication" on path: DexPathList[[zip file "/system/priv-app/SetupWizard.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
E/AndroidRuntime(29932): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
E/AndroidRuntime(29932): at java.lang.ClassLoader.loadClass(ClassLoader.java:497)
E/AndroidRuntime(29932): at java.lang.ClassLoader.loadClass(ClassLoader.java:457)
E/AndroidRuntime(29932): at android.app.Instrumentation.newApplication(Instrumentation.java:975)
E/AndroidRuntime(29932): at android.app.LoadedApk.makeApplication(LoadedApk.java:511)
E/AndroidRuntime(29932): ... 11 more
E/AndroidRuntime(29932): Suppressed: java.io.IOException: unable to open DEX file
E/AndroidRuntime(29932): at dalvik.system.DexFile.openDexFileNative(Native Method)
E/AndroidRuntime(29932): at dalvik.system.DexFile.openDexFile(DexFile.java:296)
E/AndroidRuntime(29932): at dalvik.system.DexFile.<init>(DexFile.java:80)
E/AndroidRuntime(29932): at dalvik.system.DexFile.<init>(DexFile.java:59)
E/AndroidRuntime(29932): at dalvik.system.DexPathList.loadDexFile(DexPathList.java:263)
E/AndroidRuntime(29932): at dalvik.system.DexPathList.makeDexElements(DexPathList.java:230)
E/AndroidRuntime(29932): at dalvik.system.DexPathList.<init>(DexPathList.java:112)
E/AndroidRuntime(29932): at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:48)
E/AndroidRuntime(29932): at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:65)
E/AndroidRuntime(29932): at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:57)
E/AndroidRuntime(29932): at android.app.LoadedApk.getClassLoader(LoadedApk.java:326)
E/AndroidRuntime(29932): at android.app.LoadedApk.makeApplication(LoadedApk.java:508)
E/AndroidRuntime(29932): ... 11 more
Click to expand...
Click to collapse
[email protected]:/ # ls -al /system/app
ls -al /system/app
-rw-r--r-- root root 32701 2008-08-01 14:00 BasicDreams.apk
-rw-r--r-- root root 792524 2008-08-01 14:00 Bluetooth.apk
-rw-r--r-- root root 2341677 2008-08-01 14:00 Browser.apk
-rw-r--r-- root root 336811 2008-08-01 14:00 Calculator.apk
-rw-r--r-- root root 2372649 2008-08-01 14:00 Camera2.apk
-rw-r--r-- root root 411178 2008-08-01 14:00 CellBroadcastReceiver.apk
-rw-r--r-- root root 157835 2008-08-01 14:00 CertInstaller.apk
lrwxrwxrwx root root 2013-11-30 13:09 ChromeBookmarksSyncAdapter.apk -> /sd-ext/gapps/system/app/ChromeBookmarksSyncAdapter.apk
-rw-r--r-- root root 2242107 2008-08-01 14:00 DeskClock.apk
-rw-r--r-- root root 108251 2008-08-01 14:00 Development.apk
-rw-r--r-- root root 361119 2008-08-01 14:00 DocumentsUI.apk
-rw-r--r-- root root 230152 2008-08-01 14:00 DownloadProviderUi.apk
-rw-r--r-- root root 116355 2008-08-01 14:00 EVTips.apk
-rw-r--r-- root root 152443 2008-08-01 14:00 EVUpdater.apk
-rw-r--r-- root root 199796 2008-08-01 14:00 EVWidgets.apk
-rw-r--r-- root root 263658 2008-08-01 14:00 Galaxy4.apk
-rw-r--r-- root root 4882949 2008-08-01 14:00 Gallery2.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleCalendarSyncAdapter.apk -> /sd-ext/gapps/system/app/GoogleCalendarSyncAdapter.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleContactsSyncAdapter.apk -> /sd-ext/gapps/system/app/GoogleContactsSyncAdapter.apk
-rw-r--r-- root root 11881 2008-08-01 14:00 HTMLViewer.apk
-rw-r--r-- root root 60797 2008-08-01 14:00 HoloSpiralWallpaper.apk
-rw-r--r-- root root 69820 2008-08-01 14:00 KeyChain.apk
-rw-r--r-- root root 15645276 2008-08-01 14:00 LatinIME.apk
-rw-r--r-- root root 1108004 2008-08-01 14:00 Launcher3.apk
-rw-r--r-- root root 1747799 2008-08-01 14:00 LiveWallpapers.apk
-rw-r--r-- root root 177573 2008-08-01 14:00 LiveWallpapersPicker.apk
-rw-r--r-- root root 227957 2008-08-01 14:00 MagicSmokeWallpapers.apk
lrwxrwxrwx root root 2013-11-30 13:09 MediaUploader.apk -> /sd-ext/gapps/system/app/MediaUploader.apk
-rw-r--r-- root root 724691 2008-08-01 14:00 Music.apk
-rw-r--r-- root root 79123 2008-08-01 14:00 NoiseField.apk
-rw-r--r-- root root 5656 2008-08-01 14:00 PacProcessor.apk
-rw-r--r-- root root 366489 2008-08-01 14:00 PackageInstaller.apk
-rw-r--r-- root root 75027 2008-08-01 14:00 PhaseBeam.apk
-rw-r--r-- root root 474439 2008-08-01 14:00 PhotoTable.apk
-rw-r--r-- root root 18146 2008-08-01 14:00 PicoTts.apk
-rw-r--r-- root root 212403 2008-08-01 14:00 PrintSpooler.apk
-rw-r--r-- root root 129848 2008-08-01 14:00 SoundRecorder.apk
-rw-r--r-- root root 11229 2008-08-01 14:00 SpeechRecorder.apk
-rw-r--r-- root root 93044 2008-08-01 14:00 Stk.apk
-rw-r--r-- root root 88796 2008-08-01 14:00 TelephonyProvider.apk
-rw-r--r-- root root 36948 2008-08-01 14:00 ThemeChooser.apk
-rw-r--r-- root root 10917 2008-08-01 14:00 UserDictionaryProvider.apk
-rw-r--r-- root root 193970 2008-08-01 14:00 VisualizationWallpapers.apk
-rw-r--r-- root root 7148 2008-08-01 14:00 WAPPushManager.apk
[...]
[email protected]:/ # ls -al system/priv-app
ls -al system/priv-app
-rw-r--r-- root root 131818 2008-08-01 14:00 BackupRestoreConfirmation.apk
-rw-r--r-- root root 223596 2008-08-01 14:00 CalendarProvider.apk
-rw-r--r-- root root 2568532 2008-08-01 14:00 Contacts.apk
-rw-r--r-- root root 388812 2008-08-01 14:00 ContactsProvider.apk
-rw-r--r-- root root 19536 2008-08-01 14:00 DefaultContainerService.apk
-rw-r--r-- root root 4462895 2008-08-01 14:00 Dialer.apk
-rw-r--r-- root root 456284 2008-08-01 14:00 DownloadProvider.apk
-rw-r--r-- root root 671246 2008-08-01 14:00 EVToolbox.apk
-rw-r--r-- root root 23806 2008-08-01 14:00 ExternalStorageProvider.apk
-rw-r--r-- root root 14321 2008-08-01 14:00 FusedLocation.apk
lrwxrwxrwx root root 2013-11-30 13:09 GmsCore.apk -> /sd-ext/gapps/system/priv-app/GmsCore.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleBackupTransport.apk -> /sd-ext/gapps/system/priv-app/GoogleBackupTransport.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleFeedback.apk -> /sd-ext/gapps/system/priv-app/GoogleFeedback.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleLoginService.apk -> /sd-ext/gapps/system/priv-app/GoogleLoginService.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleOneTimeInitializer.apk -> /sd-ext/gapps/system/priv-app/GoogleOneTimeInitializer.apk
lrwxrwxrwx root root 2013-11-30 13:09 GooglePartnerSetup.apk -> /sd-ext/gapps/system/priv-app/GooglePartnerSetup.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleServicesFramework.apk -> /sd-ext/gapps/system/priv-app/GoogleServicesFramework.apk
-rw-r--r-- root root 132613 2008-08-01 14:00 InputDevices.apk
-rw-r--r-- root root 1025529 2008-08-01 14:00 Keyguard.apk
-rw-r--r-- root root 124859 2008-08-01 14:00 MediaProvider.apk
-rw-r--r-- root root 1744248 2008-08-01 14:00 Mms.apk
-rw-r--r-- root root 99109 2008-08-01 14:00 MusicFX.apk
-rw-r--r-- root root 5696 2008-08-01 14:00 OneTimeInitializer.apk
lrwxrwxrwx root root 2013-11-30 13:09 Phonesky.apk -> /sd-ext/gapps/system/priv-app/Phonesky.apk
-rw-r--r-- root root 8237 2008-08-01 14:00 ProxyHandler.apk
-rw-r--r-- root root 11191525 2008-08-01 14:00 Settings.apk
-rw-r--r-- root root 127249 2008-08-01 14:00 SettingsProvider.apk
lrwxrwxrwx root root 2013-11-30 13:09 SetupWizard.apk -> /sd-ext/gapps/system/priv-app/SetupWizard.apk
-rw-r--r-- root root 6909 2008-08-01 14:00 SharedStorageBackup.apk
-rw-r--r-- root root 47864 2008-08-01 14:00 Shell.apk
-rw-r--r-- root root 1486770 2008-08-01 14:00 SystemUI.apk
-rw-r--r-- root root 2675646 2008-08-01 14:00 TeleService.apk
-rw-r--r-- root root 215775 2008-08-01 14:00 ThemeManager.apk
-rw-r--r-- root root 123279 2008-08-01 14:00 VoiceDialer.apk
-rw-r--r-- root root 59415 2008-08-01 14:00 VpnDialogs.apk
-rw-r--r-- root root 61052 2008-08-01 14:00 WallpaperCropper.apk
[...]
[email protected]:/ # mount
mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
none /sys/fs/cgroup tmpfs rw,relatime,mode=750,gid=1000 0 0
none /sys/fs/cgroup/memory cgroup rw,relatime,memory 0 0
tmpfs /mnt/secure tmpfs rw,relatime,mode=700 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mtdblock3 /system yaffs2 ro,relatime 0 0
/dev/block/mtdblock5 /data yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock4 /cache yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mmcblk0p2 /sd-ext ext4 rw,noatime,nodiratime,barrier=1,data=writeback,noauto_da_alloc 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
/dev/block/vold/179:1 /mnt/media_rw/sdcard0 vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:1 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/fuse /storage/sdcard0 fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
Click to expand...
Click to collapse
does anyone have any idea what the problem could be?
tried the older version of gapps core (24-11 instead of 26-11) that still included the odex files, but the result is the same
i installed them to the system partition now and that works fine. still not the solution i was looking for considering the size of the internal partitions...
since there's no feedback i'll shamelessly use this abandoned thread to get a postcount over 10...
nearly there...
i can see the light...
here we go.
Hi bfink,
I am experiencing the same issue on my droid incredible. I saw you worked around it by installing to the system partition rather than using sd-ext. Unfortunately, with my latest build of Evervolv (Android 4.4.1) for my phone, even after cleaning out extra system apps and media files, I'm still maxing out the /system partition and can't get gapps to work. When I try the extgapps method linked in your first post, I get the same errors as you (i.e. ClassNotFoundException). Did you ever get that method working or figure out what the issue is?
Anyone else?
Thanks
sadly no. what you could try is to install some system apps as normal apps, i.e. move them from system to data or use the functionality for that in titanium backup, then install the gapps to system and maybe also move some afterwards. or resize the system partition when you reinstall the next time.
thanks a lot!
Sent from my GT-N7100 using xda app-developers app
Thanks for the response. Unfortunately I don't know of any way to resize the partitions on the droid incredible. It is very similar to the nexus one as far as hardware goes, but I don't think we have the ability to mess with the partitions. If anyone knows of a way, feel free to correct/enlighten me.
I just ended up spending some more time clearing out additional things I don't need from the system partition (like non-English fonts). Eventually I was able to get enough space, but I had some other unrelated issues too. Maybe this will get fixed, but until then I think we'll just have to free space in whatever way we can (e.g. removing system apps, moving system apps to data, deleting unused media/font files, etc.). Thanks again.
I'm late to the party here (really want my 10 posts )
But I think you might want to try a clean flash with a new set of Gapps?
CWM Backup
Wipe System
Wipe Data
Wipe Cache and Dalvik
Flash Rom
Flash 4.4.1 gapps ([GAPPS][4.4.1/4.4.2] Unofficial GApps [10-Dec-2013])
Wipe Cache and Dalvik
Reboot
---------- Post added at 09:45 PM ---------- Previous post was at 09:39 PM ----------
also, if you need more answer, try a google search with "site:forum.xda-developers.com" at the end so you get XDa results

Categories

Resources