[MOD][VZW Edition] Add all apps to multi-window build LJB

Deetari

Member
Sep 8, 2010
26
2
0
I posted this just before your post, see if this works for you.

Check in your /data/data folder and see if you have a folder named flashbar. If so, delete it and reboot to see if that fixes your issue.
Sadly enough, I don't have a folder in there that's just named flashbar. The only thing in the /data/data folder that have "flashbar" in its name is "/data/data/com.sec.android.app.FlashBarService". Is that what you're talking about?
 

hairdewx

Senior Member
Feb 28, 2009
675
276
0
I've gotten that issue before, so with ES File Explorer I unchecked and re-checked the option to mount the system as rw. For some reason the permissions can get bugged.
 

hairdewx

Senior Member
Feb 28, 2009
675
276
0
Sadly enough, I don't have a folder in there that's just named flashbar. The only thing in the /data/data folder that have "flashbar" in its name is "/data/data/com.sec.android.app.FlashBarService". Is that what you're talking about?
Yeah. You can even rename it if you are afraid to delete it.
 

hairdewx

Senior Member
Feb 28, 2009
675
276
0
Ended up getting myself into a boot loop. Even replaced the files with the copies I made. Back to Odin!
Interesting, a boot loop will happen if the signatures don't match with your framework and boot class path, which I made sure works with those odex files for our stock rom...
 

pumacat311

Senior Member
Aug 18, 2009
150
17
0
Nor Cal
This is seriously one powerful freaking phone.. I played a both fight scenes at the same time. And while it was def hard as hell to do, I experiences no lag, no glitch, not even so much as a hiccup.. Until a text and call came in back to back then Avengers forced close. So Sweet this phone is!! And mad props to the awesome developers that got us root to be able to do this crazy sh*t.

Can't wait to get a custom kernel on this beast then we can really see how far it can be pushed!

Sent from my SCH-I605 using xda premium
 

Attachments

Last edited:

nosit1

Senior Member
May 19, 2010
905
108
63
Arizona
I wasn't able to to escape by replacing my copy files. I Odin and tried once more with some help from jcase and was in business.

Sent from my SCH-I605 using Tapatalk 2
 

hairdewx

Senior Member
Feb 28, 2009
675
276
0
I got a bootloop too :confused:

sent from my Note 2
hmmm...

If you want to try again, try clearing dalvik-cache before rebooting

In ADB shell enter these commands:

su
cd /data/dalvik-cache
rm *
reboot

If worse comes to worst, I can post a step-by-step tutorial, but it will involve de-odexing and re-odexing an apk and a jar file, which is not user friendly at all...
 

Deetari

Member
Sep 8, 2010
26
2
0
Yeah. You can even rename it if you are afraid to delete it.
Ah, I see. Deleting that adds every app to the multi-window list. That's one way to workaround not being able to add apps, hah.



That said, it doesn't fix the ability to actually add apps to the list. The same issue where it drags only apps from the first 8 rows still persists. I wonder why that happens?
 
Last edited:

littleguevara

Senior Member
May 21, 2010
774
237
0
hmmm...

If you want to try again, try clearing dalvik-cache before rebooting

In ADB shell enter these commands:

su
cd /data/dalvik-cache
rm *
reboot

If worse comes to worst, I can post a step-by-step tutorial, but it will involve de-odexing and re-odexing an apk and a jar file, which is not user friendly at all...
In my case when I replaced the second file it froze and went to reboot. But never got passed the 4g bootscreen so I had to odin

As a side note I did use that other mod that just replaces apks, could that be the reason?

sent from my Note 2
 
Last edited:

hairdewx

Senior Member
Feb 28, 2009
675
276
0
In my case when I replaced the second file it froze and went to reboot. But never got passed the 4g bootscreen so I had to odin

sent from my Note 2
Yeah sometimes that can happen because the second file is actually in use by the system. I've been able to replace it a few times now, so maybe you just got unlucky with system timing :)