So.. the CM10 and CM10.1 Data fix... anyone remember? Have CarbonROM ported.. - HTC Amaze 4G

Fixed it, going to start a new thread for CarbonROM.. considering progress has started to come along very nicely and it's very functional now.

If I remember correctly, intervigil had to build a new RIL for the Amaze to get data to be stable. The HTC ril never worked for data on CM10.
And then some other behind the scenes, which I am too stupid to know.

Old-school said:
If I remember correctly, intervigil had to build a new RIL for the Amaze to get data to be stable. The HTC ril never worked for data on CM10.
And then some other behind the scenes, which I am too stupid to know.
Click to expand...
Click to collapse
Hmm.. well I'm using the RIL included with CM10.1
DHCP requests go through, I get an IP (mobile data)
android_net_utils_resetConnections seems to be what's resetting the connection
I've been up all morning porting, spent the better part of the last three hours or so... I had to restore my usable backup for work.... but I will continue to work on it
If anyone has any more information, it would be much appreciated

No its in framework its using the wrong rmnet interface
Sent from my Nexus 4 using xda premium

sportsstar89 said:
No its in framework its using the wrong rmnet interface
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
string.xml in value folder in framework-res.apk,right?Change rmnet0 to rmnet_sdio0,right?

_Le0.<3! said:
string.xml in value folder in framework-res.apk,right?Change rmnet0 to rmnet_sdio0,right?
Click to expand...
Click to collapse
Ah I see it.
Code:
<string name="config_datause_iface">rmnet_sdio0</string>
There's a couple other strings that are diff'ing that seem to be the cause of some other bugs I was having.. great! I'll recompile this and give it a shot..

ericdjobs said:
Ah I see it.
Code:
<string name="config_datause_iface">rmnet_sdio0</string>
There's a couple other strings that are diff'ing that seem to be the cause of some other bugs I was having.. great! I'll recompile this and give it a shot..
Click to expand...
Click to collapse
I hope that will lead to the rest of the fixes.
With that we will have more options on the table.
Sent from my HTC Ruby using Tapatalk 2

ericdjobs said:
Ah I see it.
Code:
<string name="config_datause_iface">rmnet_sdio0</string>
There's a couple other strings that are diff'ing that seem to be the cause of some other bugs I was having.. great! I'll recompile this and give it a shot..
Click to expand...
Click to collapse
But I use this way to fix the data problem about CM9.But stuck at bootamination.

_Le0.<3! said:
But I use this way to fix the data problem about CM9.But stuck at bootamination.
Click to expand...
Click to collapse
Hmm you have a logcat?
That sounds like maybe the signature verification on the framework-res file is not passing because of the modification? Lucky Patcher can actually modify core.jar to bypass this.
Could also be that there's other places that need modification maybe?
Best bet is to modify the kernel to be insecure and to modify the ramdisk init.rc to throw up adbd ASAP; also check BOOTCLASSPATH always, but usually isn't a problem if porting from very similar devices
(I ported CarbonROM from the HTC VIlle)

hadn't heard of carbonRom....but after looking it up it looks really nice. can't wait to see the finished product

ericdjobs said:
Hmm you have a logcat?
That sounds like maybe the signature verification on the framework-res file is not passing because of the modification? Lucky Patcher can actually modify core.jar to bypass this.
Could also be that there's other places that need modification maybe?
Best bet is to modify the kernel to be insecure and to modify the ramdisk init.rc to throw up adbd ASAP; also check BOOTCLASSPATH always, but usually isn't a problem if porting from very similar devices
(I ported CarbonROM from the HTC VIlle)
Click to expand...
Click to collapse
I'm trying.Maybe I use the wrong Apktool version .
Now I'm looking forward to your CarbonRom.Can't wait to try it.

So guess what guys...
I totally just fixed Data
So yeah, I had a lot of trouble getting framework-res modified and working without botching sig verifications and all this crap, been working on this for hours now literally.
There's a ton of other bugs, too.. but now that I know a couple of tricks to modifying the framework successfully I think I can fix them as well.
When I say there's a ton of bugs... I mean there's a good TON of bugs...
Home button is not working properly (I believe this is another framework edit) , long press home button recent apps not working properly (This is also another framework settings I think)
Part of the 4.2 quick toggles do not work (Tile style toggles.. but luckily with Carbon you can switch them to the older style regular toggles.. which work fine it seems)
Very buggy indeed... And there's probably a good chunk of stuff I haven't even run across yet. Pretty sure bluetooth isn't working, not sure about tethering yet...
I'll upload some screenshots and a VERY VERY early alpha release here in a bit...
It seems Wifi is working (at least for the most part!) And mobile data appears to be.. working! GSM appears to work fine... was having a bit of an issue with notifications I think but I think I have that fixed.
Also I'm having issues with storage getting mounted... I think I may have fixed but not totally sure yet. Logcat is going absolutely INSANE RETARDO, FYI.. so there's a lot of work to be done.. but hey! Getting a lot of permissions problems, which I think is the source of a lot of these bugs... this is pretty new territory for me so.. heh, going as much as it can be.
BTW the trick for the framework-res.apk edit is to retain the signature from the original file. If you use APK Multi-Tool and use the "Compile System App" option.
Now, once you do that, you want to take the AndroidManifest.xml out of the ORIGINAL framework-res.apk and put it inside your modified framework-res.apk
That should do the trick
*edit: Seems I have home button/recents long press working now, both internal and external SD cards are mounting now... Wifi and Mobile data both appear to be working.. had the wifi drop out for some reason for a second but hasn't happened since..
Camera is working for the most part.. wow the gallery is REALLY nice... best i've used..... Getting a decent amount of mass force-closings from what appears to be ram usage.. haven't even started to tweak any VM settings etc yet though.
GPS seems to be working now as well.

ericdjobs said:
So guess what guys...
I totally just fixed Data
So yeah, I had a lot of trouble getting framework-res modified and working without botching sig verifications and all this crap, been working on this for hours now literally.
There's a ton of other bugs, too.. but now that I know a couple of tricks to modifying the framework successfully I think I can fix them as well.
When I say there's a ton of bugs... I mean there's a good TON of bugs...
Home button is not working properly (I believe this is another framework edit) , long press home button recent apps not working properly (This is also another framework settings I think)
Part of the 4.2 quick toggles do not work (Tile style toggles.. but luckily with Carbon you can switch them to the older style regular toggles.. which work fine it seems)
Very buggy indeed... And there's probably a good chunk of stuff I haven't even run across yet. Pretty sure bluetooth isn't working, not sure about tethering yet...
I'll upload some screenshots and a VERY VERY early alpha release here in a bit...
It seems Wifi is working (at least for the most part!) And mobile data appears to be.. working! GSM appears to work fine... was having a bit of an issue with notifications I think but I think I have that fixed.
Also I'm having issues with storage getting mounted... I think I may have fixed but not totally sure yet. Logcat is going absolutely INSANE RETARDO, FYI.. so there's a lot of work to be done.. but hey! Getting a lot of permissions problems, which I think is the source of a lot of these bugs... this is pretty new territory for me so.. heh, going as much as it can be.
BTW the trick for the framework-res.apk edit is to retain the signature from the original file. If you use APK Multi-Tool and use the "Compile System App" option.
Now, once you do that, you want to take the AndroidManifest.xml out of the ORIGINAL framework-res.apk and put it inside your modified framework-res.apk
That should do the trick
*edit: Seems I have home button/recents long press working now, both internal and external SD cards are mounting now... Wifi and Mobile data both appear to be working.. had the wifi drop out for some reason for a second but hasn't happened since..
Camera is working for the most part.. wow the gallery is REALLY nice... best i've used..... Getting a decent amount of mass force-closings from what appears to be ram usage.. haven't even started to tweak any VM settings etc yet though.
GPS seems to be working now as well.
Click to expand...
Click to collapse
Great work,man.I think you can fix the other problems easily.

Thread Closed
As you have already opened a new thread, this one would appear to be concluded, so I will close it.
Thank you,
mf2112
XDA Senior Moderator

Related

Wi-Fi Fix for CyanogenMod 7 for all builds. *Now with flashable zip*

All credit goes to ASASlide
This is a possible fix for the wi-fi issues that plagues some users that use CM7. Well thanks to a great guy, ASASlide, a fix has been found. This is his steps.
1. Download the Salsa Slide Beta rom (4.0 has worked best for me).
2. Download the cm7 rom of choice (I'm on ver 133 of the nightlies currently).
3. Open each rom zip file in separate windows with your favorite zip file manager.
4. Navigate in each window to /system/etc/wifi. You will notice the cm7 directory has fewer files, plus a subdirectory called "softap".
5. Notice the files in the cm7 wifi directory. Overwrite all of these with the files of the same names from the Salsa Slide Beta window.
6. In the cm7 window, now navigate into the "softap" directory.
7. Notice the files in the cm7 softap directory. Overwrite these with the files of the same names from the Salsa Slide Beta window.
8. Save the modified cm7 zip file, and flash to the Slide.
You will have to repeat the process for each new cm7 version you want to flash.
Same disclaimer as usual. No one is responsible if your phone dies.
If this thread is a nuisance or you want to make new people to look through tons of posts on the nightly thread, please PM me, I will tell a mod to remove this thread right away.
Fix attached on this post-the wifi fix in a nice, handy, simple .zip file that can be flashed in clockworkMOD v2.5.0.7. I need help with the edify scripting if you guys want it for clockworkMOD v3.0.0.5
http://www.megaupload.com/?d=E00N2JQC - already modded nightly 135
I was just abut to do this last week, but with CM6 and CM7.
Good job though, although "ASASlide" should have posted this thread.
I can confirm this works!
xologist said:
I was just abut to do this last week, but with CM6 and CM7.
Good job though, although "ASASlide" should have posted this thread.
I can confirm this works!
Click to expand...
Click to collapse
I emailed him and got his permission. It seems that he wasn't planning to post it or make a new thread. I'm glad I came across him or who knows...I would still be crying about broken wi-fi
Sent from my T-Mobile myTouch 3G Slide using XDA App
UberMario said:
I emailed him and got his permission. It seems that he wasn't planning to post it or make a new thread. I'm glad I came across him or who knows...I would still be crying about broken wi-fi
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
lol true!
Nice thing you ran into him.
He sent me a pm explaining why he didnt post it..
my bad UberMario lol
I really dk why this thread doesnt have more replies..
xologist said:
lol true!
Nice thing you ran into him.
He sent me a pm explaining why he didnt post it..
my bad UberMario lol
I really dk why this thread doesnt have more replies..
Click to expand...
Click to collapse
It's alright.
I'm also wondering why there is so little views/replies. It seems alot of people was complaining about Wi-Fi.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Very appreciative of you and your efforts. I'm sure this fix will help a lot of others out there left in the wifi-less dark. However, I think I'm one of the very few where my CM7 (Or CM6) wifi isn't broken
Just wanna let everyone know 1st start-up takes long on the "cyanogen 7" screen.
Much more longer than normal.
xologist said:
Just wanna let everyone know 1st start-up takes long on the "cyanogen 7" screen.
Much more longer than normal.
Click to expand...
Click to collapse
I get that all the time when I flash a new nightly. Well I flashed a new nightly when I first tried the fix.
Also I'm in the process of making an update.zip for the fix. Just testing it out to see if I actually got the update-script right
Can't flash it in ClockworkMod v.3.0.0.5. I signed it using Amend scripting and now with edify scripting. Help?
EDIT: Ok so I put the update.zip for ClockworkMod Recovery v2.5.0.7 and ran that from ClockworkMod v3.0.0.5. I flashed the zip but got an error
Code:
SDCARD:wifi-fix-signed.zip
Finding update package...
Opening update package...
Installing update...
E: Syntax error in update script Installation aborted.
I'm using this update-script
show_progress 0.1 0
coy_dir PACKAGE:system SYSTEM: should be "copy" darn typo
show_progress 0.2 10
and there is a blank space after the final line. Any help will be great.
Found my mistake... I bolded it for you guys so you can laugh at me.
I think GPS in CM7 is the bigger problem for me. Wifi is ok, maybe a little bit worse than other ROM like Salsa Slide, but acceptable. I am looking for a GPS fix for CM7 but thanks anyway for the efforts with this fix.
Thanks for posting this... i was reluctant to flash any nightly because of the wifi issue... i will now.. thanks again!
Thanks so much for this. Does indeed fix the wifi problem, but does anyone else get the problem where they're not getting email notifications? I have to manually refresh my gmail to get new mail to show up. Is this an issue with the fix or the nightly? I flashed the nightly that you put up.
chairhome said:
Thanks so much for this. Does indeed fix the wifi problem, but does anyone else get the problem where they're not getting email notifications? I have to manually refresh my gmail to get new mail to show up. Is this an issue with the fix or the nightly? I flashed the nightly that you put up.
Click to expand...
Click to collapse
Mmmmm, Mine works fine. I'll upload nightly 135 that I modded also with the fix.
I found the mistake in my update-script.... I PUT "COY" INSTEAD OF "COPY". ALL CAPS RAGE!!1111!!ELEVEN1!!
Ok I calmed down a little, I fixed the script, signed it, and flashed it and all seems good.
http://www.mediafire.com/?g0q5v1w9uug5skw
Here is the link to the working file
Link to nightly 135 that is modded
http://www.megaupload.com/?d=E00N2JQC
I would like testers for the wifi fix .zip
I've always wondered why the CM group refuses to just add these files into their own zip file.
This fix has been around since cm6 and s-off was achieved.
sent from my MT3GS running CM7 nightly
chairhome said:
Thanks so much for this. Does indeed fix the wifi problem, but does anyone else get the problem where they're not getting email notifications? I have to manually refresh my gmail to get new mail to show up. Is this an issue with the fix or the nightly? I flashed the nightly that you put up.
Click to expand...
Click to collapse
In account and sync settings is your gmail set for auto sync?
Sent from my fingertips using Android.
Wagedroid said:
In account and sync settings is your gmail set for auto sync?
Sent from my fingertips using Android.
Click to expand...
Click to collapse
Wow, that was it. Its weird, I didn't turn it off myself, but it was off when I checked. That fixed it. Thanks!
UberMario said:
I found the mistake in my update-script.... I PUT "COY" INSTEAD OF "COPY". ALL CAPS RAGE!!1111!!ELEVEN1!!
Ok I calmed down a little, I fixed the script, signed it, and flashed it and all seems good.
http://www.mediafire.com/?g0q5v1w9uug5skw
Here is the link to the working file
Link to nightly 135 that is modded
http://www.megaupload.com/?d=E00N2JQC
I would like testers for the wifi fix .zip
Click to expand...
Click to collapse
It works bro, well atleast for me
Sent from my T-Mobile myTouch 3G Slide using XDA Premium App
More testing is needed, but two thumbs-up from me for this so far. Well done, sir.
crazysohc said:
It works bro, well atleast for me
Sent from my T-Mobile myTouch 3G Slide using XDA Premium App
Click to expand...
Click to collapse
HebrewToYou said:
More testing is needed, but two thumbs-up from me for this so far. Well done, sir.
Click to expand...
Click to collapse
Thanks, remember to thank ASASlide as well. He found this fix. I just messed up making a flashable zip
Only problem I found is that I can't do the built in android wifi tether (the one in wireless settings)
Can anyone confirm this? Also I need some feedback to see if other wireless tether apps work (like barnacle and wifi tether for root)
EDIT: wifi tether for root works for me. I tried 2.0.8 pre1 and it worked. I didn't try the new 3.1 beta
Wifi tether does not work, so this isn't really a fix.
I downloaded wifi tether for root and it does not work for me. What settings are you using?
Come to think of it, this makes sense. Wifi tether doesn't work on salsa either.
Edited to add, I am testing something out. For the record, I am playing around with the stable 7.1. I did the gps "fix" from the other thread and this wireless fix.
With the wifi folder you provided, I experimented and saw that keeping the files you used, but bringing back the softap folder and its files from the CM7 folder brought back the wifi tether. At first my wireless seemed buggy again. I rebooted and now it seems fine again. I am currently watching netflix on the phone using wireless and it hasn't stopped once, which it was doing constantly just the other day. I'll update my experiments.

StatusBar SoftKeys for Cm7 Dx2

I have Enabled the Softkeys in the Cm7 Statusbar for any one that would want them. They work well, I have used them for about a month had one issue were half the statusbar disappeared. That being said just reset your theme and all is well. My keys are getting a little worn so this helps me hope it helps you.
Flash in BSR after your first boot or any time after that, Do Not flash during initial install of Cm7 you will bootloop. Wipe cache and Dalvik, restart and enjoy.
These are my Dropbox Links I will upload to a host my next day off.
Sorry Guys didn't realize I loaded the same picture fixed it for you though.
Screenshot 1
https://dl.dropbox.com/u/97176432/screen_20120824_1207_2.png
Screenshot 2
https://dl.dropbox.com/u/97176432/screen_20120824_1207_3.png
SystemUI
http://db.tt/gtFt75OV
Link fixed for possible dl error.
Thanks to DRAGONZKILLER for Cm7 and everything is doing and done for us.
How did you get the different icons for the 3g, airplane mode and all that?
I'm using the CM7 EpicBlue &Bold theme.
Does this work for eclipse also or just cm7?
Booga Booga said:
Does this work for eclipse also or just cm7?
Click to expand...
Click to collapse
No it won't sorry its only cm7. I will poke around and see if I can implament it could you extract your SystemUI and frame work and send me from your system. I have the Eclipse zip but for some reason the file has to be extracted from the system to work properly. I don't have eclipse installed to try not a lot of time to flash the edits are just 2 lines maybe a few more. I am willing to try it for you but make sure you back up just incase. Other thing I'm almost positive you can't put the status bar on the bottom. So they will be at the top. No promises though.
If you look around I think there is one for eclipse already in the forums.
Sent from my MB870 using Xparent Cyan Tapatalk 2
Yeah id be willing to help out! Not sure how long ill be using eclipse seeing as dzk just released cm10 send me a pm
Thanks for this.
Does this work on xperia blur?
Sent from my w8 Walkman using xda app.
It is only CM7 I wouldn't flash this on anything other than CM7 for the DX2 possibly MX2. I am willing to try to enable it for you once I have mypc running in a day or two. No promises though I need to get another project done first shoundn't take long once I am setup right.
I'm on cm7
Sent from my w8 Walkman using xda app.
You will probably loose your status bar with this one I have flashed this for another device and lost it. But there is two lines of code to change in the systemui, if you pull and upload your systemui send me a link for the dl I can fix it. I am in the process of trying to stop all my errors on my computer right now. I can't get abd going when I unpack apks for some reason I redid my computer for my son. Now I am having problems so I am slowly getting it back together for me. I have worked for the last 6 days so I am running a little behind on getting done with another project in hoping Tuesday to have my computer fixed. For what I want to get done. Like I said I will be willing to fix it for you. Just let me know.
appl3mac said:
You will probably loose your status bar with this one I have flashed this for another device and lost it. But there is two lines of code to change in the systemui, if you pull and upload your systemui send me a link for the dl I can fix it. I am in the process of trying to stop all my errors on my computer right now. I can't get abd going when I unpack apks for some reason I redid my computer for my son. Now I am having problems so I am slowly getting it back together for me. I have worked for the last 6 days so I am running a little behind on getting done with another project in hoping Tuesday to have my computer fixed. For what I want to get done. Like I said I will be willing to fix it for you. Just let me know.
Click to expand...
Click to collapse
any way to have this ported to original dx?

[MOD][6/5] - Tether Hack

The Tether Hack and Tether hack with WiFi notification should work on stock rooted and stock de-odex I545VRUAMDK based ROMS.
If your rocking a custom ROM check with your ROM dev for changes to framework-res.apk BEFORE flashing this.
The other two mods, Remove E911 Icons, and disable Ongoing WiFi Noticiation NEED a de-odex ROM.
The orginal "Tether Hack doesnt always kill the WiFi Notification so I rebuilt the mods using a different method.
EDIT: One of the mods were removed because it caused GPS Issues.
Mods / Features
Tether Hack.zip
Adds Free tether for everyone
Removes ongoing WiFi Notification in status bar
Thanks to shoman94 for his help re-compiling framework-res. He has a good tut HERE!
Tether Hack - With WiFi Notification.zip
Adds free tether for everyone.
Keeps WiFi notification in the status bar
Remove E911 Icon.zip
Removed that hideous GPS icon in the status bar
Must be de-odex!
Make a back up before flashing!
You can use this Mod in your ROM or however you see fit just give credit please.
Thanks!
-Scott
Download HERE
MOD EDIT: Download link removed with OP's permission.
Thanks and hit Thanks!
-Scott
Good looking
Sent from my SCH-I545 using Tapatalk 4 Beta
Dont mean to sound like a noob....but do u wipe cache and dalvik after flashing right?
Sent from my SCH-I545 using xda app-developers app
I am curious how you got this to complie and run. I tried removing com.samsung.sgp and the line below it from my framework-res. I even added the + to the different files that needed it. When I would recompile my phone would just sit at the verizon logo.
Did you do anything else besides adding the + to the layout lines?
Sent from my SCH-I545 using xda premium
Nice job! I see it removes the Wifi notification, does it add a toggle for the wifi with all the other toggles?
chriskader said:
I am curious how you got this to complie and run. I tried removing com.samsung.sgp and the line below it from my framework-res. I even added the + to the different files that needed it. When I would recompile my phone would just sit at the verizon logo.
Did you do anything else besides adding the + to the layout lines?
Sent from my SCH-I545 using xda premium
Click to expand...
Click to collapse
After posting the exact same question in the Q&A thread, I found it was because I needed to clear the cache/dalvik cache (maybe one or the other, but I did both).
I was able to successfully boot after doing so.
chriskader said:
I am curious how you got this to complie and run. I tried removing com.samsung.sgp and the line below it from my framework-res. I even added the + to the different files that needed it. When I would recompile my phone would just sit at the verizon logo.
Did you do anything else besides adding the + to the layout lines?
Sent from my SCH-I545 using xda premium
Click to expand...
Click to collapse
Compression has to be set to "None" on Samsung framework-res.apk
Thanks for posting this, both of the mods work great.
Just a quick question. With regards to the Tether Hack, how does this compare to apps like pdanet which bypass the subscription check but still seem to use the stock Wifi Hotspot? I don't know what exactly is happening behind the scenes with these other apps, if they do anything other than bypass the check. As an unlimited data user, is it "safer" to use pdanet or the other apps, or are you really just doing the same thing they provide without the need for another app?
Thanks again.
i already am using the widget to bypass the subscription check, just curious exactly what this tether hack does. also does it allow for USB tethering as well
nice mod!
stranula said:
Thanks for posting this, both of the mods work great.
Just a quick question. With regards to the Tether Hack, how does this compare to apps like pdanet which bypass the subscription check but still seem to use the stock Wifi Hotspot? I don't know what exactly is happening behind the scenes with these other apps, if they do anything other than bypass the check. As an unlimited data user, is it "safer" to use pdanet or the other apps, or are you really just doing the same thing they provide without the need for another app?
Thanks again.
Click to expand...
Click to collapse
I never used one of those apps so I cant honestly tell you what they do. However I can tell you what this one does...
It bypasses the Samsung tether check and just turns it on.
I have used this mod for quite some time and never had any one complain about being busted by Big Red... However AT&T and this mod will get you busted if you use it excessively.
dansan382 said:
i already am using the widget to bypass the subscription check, just curious exactly what this tether hack does. also does it allow for USB tethering as well
Click to expand...
Click to collapse
It hacks the tether feature samsung put in the ROM to call upon another app to verify the subscription.
So instead of
1. Tether app start
2. Call App to check subscription
3. Return results to tether app
4. Tether... Or not Tether...
It goes...
1. Start tether app
4. Tether.
Steps 2 and 3 are removed from the framework of the ROM
Yes on USB and if I wasnt so damned lazy I could even do Bluetooth... But this is good enough for 99.99% of the people. Who the hell uses Bluetooth anyways... Damn kids and there fads :angel:
theidoctor said:
nice mod!
Click to expand...
Click to collapse
Thanks
stranula said:
Thanks for posting this, both of the mods work great.
Just a quick question. With regards to the Tether Hack, how does this compare to apps like pdanet which bypass the subscription check but still seem to use the stock Wifi Hotspot? I don't know what exactly is happening behind the scenes with these other apps, if they do anything other than bypass the check. As an unlimited data user, is it "safer" to use pdanet or the other apps, or are you really just doing the same thing they provide without the need for another app?
Thanks again.
Click to expand...
Click to collapse
These apps are using something momentary (IE: The hack has to happen every time you push the *Big Friendly Button*) to bypass the check; I'm not sure what and I haven't had the opportunity/need to go digging into the how. I use Widgetsoid and it does the same thing.
This hack is permanent; it happens when you flash and doesn't require anything afterward. It allows you to use the included app on the phone without having to download any free apps that might have limits or ads and there's no paid version (FoxFi, for example). It means there are less "moving parts" involved, and theoretically, there are fewer things that could go wrong.
As for is one "safer" than the other...I'll assume you mean any less likely to get you in trouble...and the answer is no. They're achieving the same thing through different methods; one's just a bit "cleaner" than the others.
EDIT: Didn't see Scott's post...damn pages. Still relevant, I think.
scrosler said:
I never used one of those apps so I cant honestly tell you what they do. However I can tell you what this one does...
It bypasses the Samsung tether check and just turns it on.
I have used this mod for quite some time and never had any one complain about being busted by Big Red... However AT&T and this mod will get you busted if you use it excessively.
It hacks the tether feature samsung put in the ROM to call upon another app to verify the subscription.
So instead of
1. Tether app start
2. Call App to check subscription
3. Return results to tether app
4. Tether... Or not Tether...
It goes...
1. Start tether app
4. Tether.
Steps 2 and 3 are removed from the framework of the ROM
Yes on USB and if I wasnt so damned lazy I could even do Bluetooth... But this is good enough for 99.99% of the people. Who the hell uses Bluetooth anyways... Damn kids and there fads :angel:
Thanks
Click to expand...
Click to collapse
Thanks for the reply and good to know. I already have flashed a mod that removes the ongoing WiFi notification so obviously Im going to make a backup and flash this, see if it plays nice with the mod already installed
dansan382 said:
Thanks for the reply and good to know. I already have flashed a mod that removes the ongoing WiFi notification so obviously Im going to make a backup and flash this, see if it plays nice with the mod already installed
Click to expand...
Click to collapse
It will work fine. We used the exact same method to override the WiFi notification.
However after further testing... If you download something it will come back.
At least it did for me
Then again my phone is in a constant state of flux so... I may not even have the mod installed, lol
Is it possible to implent the smart stay notification removal hack. Currently, I have to choose between the RWC95 hack (ongoing wifi and smart stay) and yours. I'm having issues running the two hacks together as it seems some stuff cancels one another out. Could you possibly help and talk with him (RWC95) about merging your two hacks together? That'd be great
when you say this works on stock rooted i assume you mean it can work on odex roms right?
dansan382 said:
when you say this works on stock rooted i assume you mean it can work on odex roms right?
Click to expand...
Click to collapse
I have the same question
edit: I tried it and it works
datboiro said:
Is it possible to implent the smart stay notification removal hack. Currently, I have to choose between the RWC95 hack (ongoing wifi and smart stay) and yours. I'm having issues running the two hacks together as it seems some stuff cancels one another out. Could you possibly help and talk with him (RWC95) about merging your two hacks together? That'd be great
Click to expand...
Click to collapse
I have no desire to remove that icon. If someone needs my help with something (which rwc95 does not, as I have worked on stuff with him before, he knows what he is doing) they can reach out to me.
dansan382 said:
when you say this works on stock rooted i assume you mean it can work on odex roms right?
Click to expand...
Click to collapse
loudaccord said:
I have the same question
edit: I tried it and it works
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Right this is just a resource hack. Framework-res does not have any smali code and subsequently no dex or odex files.
Which app are you using to tether?
Hi Scott,
Thanks for developing the Clean Rom!
I've used your clean rom on the S3 and the S4 and I must admit it's some good stuff you've developed. :laugh:
I've installed this tether hack but after reading this thread, I'm not clear on what app you are using to tether?
Is it the mobile hotspot app from the Big Red?
Or does Samsung have their own separate tethering app?
I know it's a newbie question, but any info would be appreciated.
Thanks again!
Where is the tether app icon? I can't find it anywhere...
Is this the TrevE tether?
What exactly does this do since we already have a hot spot with this phone?
Also, when flashing do the cache's need to be wiped?
Sent from my SCH-I545 using Tapatalk 2

Any interest in Miui v6 for Nexus 10?

Hey all I ported Miui v6 to Nexus 7 this weekend and I was wondering if anyone here would be interested in a port for your tablet. I don't personally have the tablet but I can work with someone to get it ported.
You'll have to know enough about the tablet to flash custom ROMs and also provide me with logcats and screenshots.
Let me know and I can get a port going
Sure.
timmytim said:
Hey all I ported Miui v6 to Nexus 7 this weekend and I was wondering if anyone here would be interested in a port for your tablet. I don't personally have the tablet but I can work with someone to get it ported.
You'll have to know enough about the tablet to flash custom ROMs and also provide me with logcats and screenshots.
Let me know and I can get a port going
Click to expand...
Click to collapse
I'm interested, I have a unlocked and rooted Nexus 10.
I've never done a logcat or taken a screenshot, but I think I can figure it out (Google and I have met).
-Mike
mcapozzi said:
(Google and I have met).
Click to expand...
Click to collapse
Thanks for being awesome! I wish there were more people like you!
mcapozzi said:
I'm interested, I have a unlocked and rooted Nexus 10.
I've never done a logcat or taken a screenshot, but I think I can figure it out (Google and I have met).
-Mike
Click to expand...
Click to collapse
Cool, I will get a port started and upload it for you to test. :good:
mcapozzi said:
I'm interested, I have a unlocked and rooted Nexus 10.
I've never done a logcat or taken a screenshot, but I think I can figure it out (Google and I have met).
-Mike
Click to expand...
Click to collapse
Please flash this and see if it boots. If not, you'll have to get a logcat at boot time and get it over to me.
http://goo.im/devs/Thrive/manta/miui_v6_manta_4.3.28_redo.zip
timmytim said:
Please flash this and see if it boots. If not, you'll have to get a logcat at boot time and get it over to me.
http://goo.im/devs/Thrive/manta/miui_v6_manta_4.3.28.zip
Click to expand...
Click to collapse
Hell yeah! Props to you for taking the challenge. I've got my N10 ready to flash. My internet connection is slow, so dl'ing the zips may take some time, but i'll sure flash it and provide feedback!
Again, maaaany thanks for giving this a shot!
domsch1988 said:
Hell yeah! Props to you for taking the challenge. I've got my N10 ready to flash. My internet connection is slow, so dl'ing the zips may take some time, but i'll sure flash it and provide feedback!
Again, maaaany thanks for giving this a shot!
Click to expand...
Click to collapse
You're welcome. Just let me know if it boots when you get it downloaded and flashed. No promises I'll get it on the first shot as I dont actually have the tablet
timmytim said:
You're welcome. Just let me know if it boots when you get it downloaded and flashed. No promises I'll get it on the first shot as I dont actually have the tablet
Click to expand...
Click to collapse
Won't flash:
set_metadata_recursive: some changes failed
E:Error in /data/media/miui_v6_manta_4.3.28.zip
(Status 7)
Edit: TWRP will flash and boot. CWM not.
Testing now!
---------- Post added at 06:56 PM ---------- Previous post was at 06:31 PM ----------
Whats working:
- Booting
- WiFi
- Touch (obviously)
- mi account login
- mount for photo transfer
- portrait and landscape mode
- Mail app with gmail account
Whats not:
- Play Services FC at boot
- quick toggles area is really small
- Launcher is laggy and dropping frames like no tomorrow (minor problem ^^)
Will update later. Playstore is missing. I'm not sure if intended. I'll try flashing a gaps package i have over top to see what works...
So far i'm really impressed for you not having the devices at all! Great work man, keep it up!
domsch1988 said:
Won't flash:
set_metadata_recursive: some changes failed
E:Error in /data/media/miui_v6_manta_4.3.28.zip
(Status 7)
Edit: TWRP will flash and boot. CWM not.
Testing now!
---------- Post added at 06:56 PM ---------- Previous post was at 06:31 PM ----------
Whats working:
- Booting
- WiFi
- Touch (obviously)
- mi account login
- mount for photo transfer
- portrait and landscape mode
- Mail app with gmail account
Whats not:
- Play Services FC at boot
- quick toggles area is really small
- Launcher is laggy and dropping frames like no tomorrow (minor problem ^^)
Will update later. Playstore is missing. I'm not sure if intended. I'll try flashing a gaps package i have over top to see what works...
So far i'm really impressed for you not having the devices at all! Great work man, keep it up!
Click to expand...
Click to collapse
Thanks for the reply!
Miui doesnt include Gapps, however there is the gmscore.apk in the Apps folder that i forgot to remove that gives that Playstore FC at bootup. I will fix that. You will likley have issues with G-apps because of that.
I will remove it and reupload with some other fixes that you mentioned. You can also remove it yourself with an app like root explorer from the Apps folder or you can open the ROM in 7-zip or similar and remove that apk then reflash
Not sure what to do about that slow launcher. Would need a logcat on that one.
Also not sure about small icons in the qucil launch area. I may have to modify the framework a little to getit bigger but Im guessing it wont work becuase of the N10 vs N7 display resolution
Any other FCs? I remember having Keyboard and NFC FCs when I first booted mine
Also, how does the About page look in Settings? Was hoping that I got the build.prop info on the first shot.
timmytim said:
Thanks for the reply!
Miui doesnt include Gapps, however there is the gmscore.apk in the Apps folder that i forgot to remove that gives that Playstore FC at bootup. I will fix that. You will likley have issues with G-apps because of that.
I will remove it and reupload with some other fixes that you mentioned. You can also remove it yourself with an app like root explorer from the Apps folder or you can open the ROM in 7-zip or similar and remove that apk then reflash
Not sure what to do about that slow launcher. Would need a logcat on that one.
Any other FCs? I remember having Keyboard and NFC FCs when I first booted mine
Click to expand...
Click to collapse
Flashing a non-miui Gapps package wrecked the whole system ^^
I'm now loading a gapps package from a hammerhead v6 port and will see.
No keyboard FC so far. I'll look into it when it's back up and running. Since the N10 doesn't have NFC, no problems there either.
I'll do a logcat once i know if i can get the playstore to work or not. Thats my main problem right now.
domsch1988 said:
Flashing a non-miui Gapps package wrecked the whole system ^^
I'm now loading a gapps package from a hammerhead v6 port and will see.
No keyboard FC so far. I'll look into it when it's back up and running. Since the N10 doesn't have NFC, no problems there either.
I'll do a logcat once i know if i can get the playstore to work or not. Thats my main problem right now.
Click to expand...
Click to collapse
Try these G-Apps
New download link without gmscore.apk and removed NFC apks
http://goo.im/devs/Thrive/manta/miui_v6_manta_4.3.28_redo.zip
timmytim said:
Try these G-Apps
Click to expand...
Click to collapse
The Keyboard defaults to Voice-Input with Gapps installed. So you have to skip through setup and make the keyboard standard before entering your accounts.
Working:
- Gapps (Playstore, Mail, Contact sync to miui contact app, youtube... no problems so far)
- Camera (front, back, all modes)
- USB File transfer (Mac)
- Music App (MP3 & Flac, Tags, Lyrics Download, Cover download)
Not Working:
- randomly the keyboard defaults to chinese, although english was selected beforehand
Edit: i'll not try the new build, as the changes won't affect me with the Gapps package installed.
Edit 2: the launcher lags only when moving to the most left page (the widget only page)
Changed my lcd.density to 360 (268 original). Something around 320 would be perfect i think.
So far really nothing to complain about. Everything works. I'll keep using it today and tomorrow in school extensively. If you want me to test anything specific, let me know.
And one more time: I've waited for this a long time, so your work is really much appreciated on my side!
domsch1988 said:
The Keyboard defaults to Voice-Input with Gapps installed. So you have to skip through setup and make the keyboard standard before entering your accounts.
Working:
- Gapps (Playstore, Mail, Contact sync to miui contact app, youtube... no problems so far)
- Camera (front, back, all modes)
- USB File transfer (Mac)
- Music App (MP3 & Flac, Tags, Lyrics Download, Cover download)
Not Working:
- randomly the keyboard defaults to chinese, although english was selected beforehand
Edit: i'll not try the new build, as the changes won't affect me with the Gapps package installed.
Edit 2: the launcher lags only when moving to the most left page (the widget only page)
Changed my lcd.density to 360 (268 original). Something around 320 would be perfect i think.
So far really nothing to complain about. Everything works. I'll keep using it today and tomorrow in school extensively. If you want me to test anything specific, let me know.
And one more time: I've waited for this a long time, so your work is really much appreciated on my side!
Click to expand...
Click to collapse
I'll swap that crappy PinYin Keyboard for an AOSP one. Not sure why I didnt do that in the first place
timmytim said:
I'll swap that crappy PinYin Keyboard for an AOSP one. Not sure why I didnt do that in the first place
Click to expand...
Click to collapse
Do you need screenshots for a "Release"-Thread??
I'm not sure if bug or i'm just to blind to find it, but how am i supposed to set an alarm in the clock app??
domsch1988 said:
Do you need screenshots for a "Release"-Thread??
Click to expand...
Click to collapse
Yes please! That would be awesome. I will make sure to credit you for that and for testing it out.
domsch1988 said:
I'm not sure if bug or i'm just to blind to find it, but how am i supposed to set an alarm in the clock app??
Click to expand...
Click to collapse
Not a bug just not an option. Like Miui themes.... The entire theme engine is missing from v6 as well as some other things too that you would normally find in other Miui ROMs
Screens are in a GDrive folder (upload size for png's is limited to 256k)
https://drive.google.com/folderview?id=0B1QQ1d830GFMUGptOXZGVGR2Q0k&usp=sharing
If you need something specific tell me and i'll add it. Most are with density on 320, and i made some with stock 268dpi.
domsch1988 said:
Screens are in a GDrive folder (upload size for png's is limited to 256k)
https://drive.google.com/folderview?id=0B1QQ1d830GFMUGptOXZGVGR2Q0k&usp=sharing
If you need something specific tell me and i'll add it. Most are with density on 320, and i made some with stock 268dpi.
Click to expand...
Click to collapse
Thank you!
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app

[ROOT] RoidDroidVoid's Silent LG V20 Camera Mod v.0.99 -UPDATED 2/3/17 (SELFIE BUG)

RoidDroidVoid's LG V20 Silent Camera Mod
(Now with Less Sound!)​
THERE IS A BUG THAT CAUSES A FORCE CLOSE WHEN SWITCHING TO SELFIE CAM​
ATTENTION: I am re-posting the download links for those of you that do NOT care about the selfie camera. I have been using this mod since I first made it but I never use the selfie camera so please take this into consideration before deciding to use this mod for now.
I am working to resolve this issue and I'll post an update as soon as it is fixed.
***IMPORTANT - If you accidentally click the camera switch button, it will keep force closing until you clear the camera app data.***
Since there are no negative repercussions to clearing the camera app data, it hasn't been much of a bother to me personally.​
Disclaimer: I take no responsibility for any harm that may be caused by your negligence, my mods, apps, kernels, ROMs or anything else! This is not likely to cause any major issues but in the unlikely event that anything does go wrong, remember, you FLASH AND/OR INSTALL AT YOUR OWN RISK! Backing up first is always a good idea.​
This replaces the stock LG Camera app with my modified Silent Camera app. No more jarring and distracting camera noises!
This is based on the 10d Camera app for the time being. I am moving to the 10j Camera on the next version. That version will not have the selfie bug. (I'm absolutely determined that it won't. :fingers-crossed
You MUST be rooted! I have only tested this on my H918 LG V20 (which is on Tilde88's NotSoStock ROM) so let me know if it works for you and what model you have so I can add the info to this post.
This is in ALPHA. Once the only known issue (broken selfie cam) is resolved, I'll increment the version and update this post.
I have included the APK if you'd rather handle the camera replacement yourself. (Copy to /system/priv-apps/LGCameraApp then remove the existing LGCameraApp.apk and make sure the correct permissions are set)
I have also included a TWRP flashable ZIP. (Flash from TWRP)
At the very bottom of this post, you will find the stock camera as both a flashable ZIP and the APK if you want to return to stock.
I hope everyone enjoys the fruit of my labor! If you do, please let me know!
*** Please DO NOT use my work in your ROM or otherwise include it in your work without giving credit where credit is due! ***​
*** As long as you give due credit, you may use my mod without my permission! ***​
I may make further enhancements to the camera app in the near future but I couldn't think of anything else to improve yet.
(Thank you Jeep447 for finding and reporting selfie bug)
(LG built the camera, I just silenced it.)
Flashable Zip - HERE
OR
APK Only - HERE
To restore the stock camera you may either flash the following ZIP or manually replace the APK which you can find below as well.
Stock Camera Flashable Zip - HERE
OR
Stock Camera APK - HERE
XDA:DevDB Information
RoidDroidVoid's Silent LG V20 Camera Mod, Device Specific App for the LG V20
Contributors
RoidDroidVoid
Version Information
Status: Alpha
Created 2017-01-01
Last Updated 2017-01-02
Thanks, testing it now! I created a titanium backup in case there's issues. If it's easy and on hand would be great if you could create a restore package with the stock.
So does this camera mod decreases the added noise LG adds to there camera or is this a mod to remove camera sounds (audio)?
jaysonic88 said:
Thanks, testing it now! I created a titanium backup in case there's issues. If it's easy and on hand would be great if you could create a restore package with the stock.
Click to expand...
Click to collapse
Good idea. I'll put it together now and post it in a few minutes. How did your testing go?
EDIT: Done. See original post for links.
OneDon said:
So does this camera mod decreases the added noise LG adds to there camera or is this a mod to remove camera sounds (audio)?
Click to expand...
Click to collapse
This mod removes the loud annoying camera sounds. Are you referring to visible noise?
Thank you for your work on this but I'm on a rooted stock H-918 V20 (T-Mobile) and unfortunately the manual way is not working for me, I renamed the original Apk, copied the one you provided to the same folder, corrected the permissions, and then rebooted.
Once it booted up the camera app and icon were there and looked like normal, and when I first opened the camera everything looked good and I was even able to take a picture from the rear camera. The problem is whenever you swipe across the screen to switch it to the front camera it almost immediately force closes (and then every time you open the app after that it just keeps force closing until you clear data so it'll open with the rear cam first again), so then I tried clearing the app cache and data and then it'll open like normal again but anytime I'd try switching to the front camera it would always force close?
Anyway just thought I'd mention it and see if I'm possibly doing something wrong? I didn't flash the zip because I wanted to be able to revert back but now that I've backed up the original Apk once I finish my nand backup in TWRP I'll give it a shot and post the results. If you have any suggestions or need more info from me just let me know and I'd be happy to help anyway I can, thanks again!
Edit : One step I did that I forget to mention is that I renamed the Apk that you provided so it was exactly the same name as the one I was replacing, and I'm pretty sure that's what you're supposed to do but just thought I'd mention it just in case I wasn't supposed to. Thanks
Sent from a ridiculously modified ColecoVision
jeep447 said:
when I first opened the camera everything looked good and I was even able to take a picture from the rear camera. The problem is whenever you swipe across the screen to switch it to the front camera it almost immediately force closes (and then every time you open the app after that it just keeps force closing until you clear data so it'll open with the rear cam first again), so then I tried clearing the app cache and data and then it'll open like normal again but anytime I'd try switching to the front camera it would always force close
Edit : One step I did that I forget to mention is that I renamed the Apk that you provided so it was exactly the same name as the one I was replacing, and I'm pretty sure that's what you're supposed to do but just thought I'd mention it just in case I wasn't supposed to. Thanks
Click to expand...
Click to collapse
When I first tested, I wasn't seeing the FC but I just checked it again and I can verify that it is FCing when the camera is swapped. Thank you for testing and reporting the issue!
I will figure out the issue and post a new link when the problem is resolved. In the meantime, I posted the original APK and a flashable ZIP to return the stock camera.
(BTW - Renaming is fine but it is not necessary)
I hope to turn this around tonight but it's really late here so I might not get the links back up until tomorrow.
RoidDroidVoid said:
When I first tested, I wasn't seeing the FC but I just checked it again and I can verify that it is FCing when the camera is swapped. Thank you for testing and reporting the issue!
I will figure out the issue and post a new link when the problem is resolved. In the meantime, I posted the original APK and a flashable ZIP to return the stock camera.
(BTW - Renaming is fine but it is not necessary)
I hope to turn this around tonight but it's really late here so I might not get the links back up until tomorrow.
Click to expand...
Click to collapse
Not problem at all and thank you again for all of your hard work on this!! No worries at all and no rush get some rest if need be because I'm sure you deserve it!! Thanks again!
Sent from a ridiculously modified ColecoVision
RoidDroidVoid said:
This mod removes the loud annoying camera sounds. Are you referring to visible noise?
Click to expand...
Click to collapse
Yes was referring to visable noise, but okay understood.
RoidDroidVoid said:
Good idea. I'll put it together now and post it in a few minutes. How did your testing go?
EDIT: Done. See original post for links.
Click to expand...
Click to collapse
Hey RoidDroidVoid, i had a similar experience to others--appeared to flash ok and camera would initially open but then FC when going to selfie mode. Also I still had shutter sounds when taking pics. Is it supposed to silence camera entirely? If so let me know where the setting for that is.
Also as an FYI, my titanium backup did not restore correctly so i had to restore my NAND backup. Just so others know to use that method on future mods that involve system apps.
Thanks for you efforts!
jaysonic88 said:
Hey RoidDroidVoid, i had a similar experience to others--appeared to flash ok and camera would initially open but then FC when going to selfie mode. Also I still had shutter sounds when taking pics. Is it supposed to silence camera entirely? If so let me know where the setting for that is.
Also as an FYI, my titanium backup did not restore correctly so i had to restore my NAND backup. Just so others know to use that method on future mods that involve system apps.
Thanks for you efforts!
Click to expand...
Click to collapse
Instead of having to go through all of that and having to restore a nand backup all you have to do is use a file manager and go into SYSTEM - PRIV-APP - LGCAMERAAPP and make a copy of LgCameraApp.apk and save it somewhere on your SD card, that way if something is goes wrong you can always just copy it back to that folder and you're good to go [emoji106]
Sent from a ridiculously modified ColecoVision
jeep447 said:
Instead of having to go through all of that and having to restore a nand backup all you have to do is use a file manager and go into SYSTEM - PRIV-APP - LGCAMERAAPP and make a copy of LgCameraApp.apk and save it somewhere on your SD card, that way if something is goes wrong you can always just copy it back to that folder and you're good to go [emoji106]
Sent from a ridiculously modified ColecoVision
Click to expand...
Click to collapse
Yep, good suggestion. I hadn't done that prior...but now i have.
jaysonic88 said:
Yep, good suggestion. I hadn't done that prior...but now i have.
Click to expand...
Click to collapse
Yeah that's actually why I didn't flash the zip at first and just did it manually, because that way if something went wrong I could just go right back to the way it was without a lot of work. That was also before the OP posted a "Revert back to stock" zip though, so now that he has whenever he releases an updated zip I'll just go ahead and flash it this time.. because if something goes wrong it's as easy as flashing the revert zip to go back to normal.
It's always a good idea to make a backup before you do any kind of mod though because it's better to be safe than sorry, I guess it's just my luck but for me at least it seems like everytime I do something without making a backup first, it always happens to be the time something goes horribly wrong lol. So yeah it doesn't take too many times of having to start all over again from scratch before you learn that it's always best to have a backup first before trying something lol!
Sent from a ridiculously modified ColecoVision
jaysonic88 said:
Hey RoidDroidVoid, i had a similar experience to others--appeared to flash ok and camera would initially open but then FC when going to selfie mode. ...had shutter sounds... Is it supposed to silence camera entirely? If so let me know where the setting for that is.
Click to expand...
Click to collapse
Thanks for letting me know your experience. I know the camera swap issue is present as we've already covered but I don't understand the shutter sounds you are hearing. I am unable to reproduce this issue which has me a little confused.
Is it possible then that you have the sounds saved in the '/system/media/audio/ui' folder still? On most phones, removing or renaming the relevant files in that folder will remove the camera sounds but LG decided to embed their noises and compile them into the app. I did not think to remove them with the package since I didn't notice any reference to them in the code and removing them did not remove the sounds.... but they may be causing the issue which would be interesting.
Maybe Jeep can tell us whether or not he renamed or deleted the external camera oggs beforehand. I did that first and forgot about their existence after that failed to remove the noises.
Let me know and, in the meantime, I'll see what happens if I put them back.
jeep447 said:
Not problem at all and thank you again for all of your hard work on this!! No worries at all and no rush get some rest if need be because I'm sure you deserve it!! Thanks again!
Sent from a ridiculously modified ColecoVision
Click to expand...
Click to collapse
I have been bogged down at work and losing sleep so I did not get a chance to resolve the issue. What I did do is get a logcat and do my best to analyse it. Also, I rather thoroughly tested every aspect of the modded app and it seems that the camera swap is the only functional problem. Maybe you could confirm the same?
I think I'm onto the source of the camera swap issue but I'll need to pull everything apart and start over to see if my hunch is right so please be patient (not that you haven't been).
Also, thanks for helping jay.
I just got done with work so I'll try to accomplish something this evening. I hate it when work gets in the way of the things I'd rather be doing.
On an unrelated note - I wish your Coleco tag was true... that would be bada$$. :laugh:
jeep447 said:
...everytime I do something without making a backup first, it always happens to be the time something goes horribly wrong lol.
Click to expand...
Click to collapse
So true.... so true.
jeep447 said:
...it doesn't take too many times of having to start all over again from scratch before you learn...
Click to expand...
Click to collapse
Speak for yourself. :laugh:
Seriously though.... but why do I still do it to myself time and time again?
RoidDroidVoid said:
Speak for yourself. [emoji23]
Seriously though.... but why do I still do it to myself time and time again?
Click to expand...
Click to collapse
[emoji23] [emoji23] You sound like you might have been gifted with my kind of luck, although I wouldn't really call it "luck" though.. more like a black cloud that follows you around everywhere you go and just sh*ts on everything for no good reason! [emoji23] [emoji23] [emoji23]
Sent from a ridiculously modified ColecoVision
---------- Post added at 07:37 PM ---------- Previous post was at 07:27 PM ----------
RoidDroidVoid said:
I have been bogged down at work and losing sleep so I did not get a chance to resolve the issue. What I did do is get a logcat and do my best to analyse it. Also, I rather thoroughly tested every aspect of the modded app and it seems that the camera swap is the only functional problem. Maybe you could confirm the same?
I think I'm onto the source of the camera swap issue but I'll need to pull everything apart and start over to see if my hunch is right so please be patient (not that you haven't been).
Also, thanks for helping jay.
I just got done with work so I'll try to accomplish something this evening. I hate it when work gets in the way of the things I'd rather be doing.
On an unrelated note - I wish your Coleco tag was true... that would be bada$$. [emoji23]
Click to expand...
Click to collapse
I know exactly what you mean because work is always getting in the way of the things that I always want to do too, but it's just a vicious circle because without work I wouldn't be able to afford to do the things I want to do anyway lol!
Anyway no worries at all man take your time and if there's anything I can do to help please let me know and I'll be happy to do whatever I can for ya, I pretty much came to the same conclusion about switching cameras being the only problem because it was the last thing I hadn't tried and everything else worked like it should. I did not mess with any of the camera .ogg sound files and the shutter sound was muted on mine so that's just strange, the only thing for me that wasn't working right was the switching cameras and everything else was golden.
And yeah I wish my tag could be true too [emoji23] [emoji23]!!
I mean I'm good and everything but I'm not THAT good!! LOL
Sent from a ridiculously modified ColecoVision
Just thought I'd check but I'm assuming you must've hit a road block on this unfortunately? Either way thank you again for the time and effort you put into this because it's much appreciated!
Sent from a ridiculously modified ColecoVision
jeep447 said:
Just thought I'd check but I'm assuming you must've hit a road block on this unfortunately? Either way thank you again for the time and effort you put into this because it's much appreciated!
Sent from a ridiculously modified ColecoVision
Click to expand...
Click to collapse
Hey... sorry I did not abandon this. I recently started a business and business has been pretty good so I have neglected more than this project lately.
Tomorrow I would like to give another shot at getting the selfie cam to work without the fc issues.
If you are on 10j, could you pm me and we can coordinate so you can test?
I haven't updated at all but the versions are likely different now so I'll grab what I need from the new rom. I don't want to take the time to upgrade right now so maybe I can get this done without.
I have been using my silent modded camera and I'm very pleased with it but I don't use the selfie cam like ever. It does suck pretty bad, however, if I accidentally hit the button with my hand and then have to go through resetting app data.
Let me know if you would like to help me expedite the fix.
Thanks!
RoidDroidVoid said:
Hey... sorry I did not abandon this. I recently started a business and business has been pretty good so I have neglected more than this project lately.
Tomorrow I would like to give another shot at getting the selfie cam to work without the fc issues.
If you are on 10j, could you pm me and we can coordinate so you can test?
I haven't updated at all but the versions are likely different now so I'll grab what I need from the new rom. I don't want to take the time to upgrade right now so maybe I can get this done without.
I have been using my silent modded camera and I'm very pleased with it but I don't use the selfie cam like ever. It does suck pretty bad, however, if I accidentally hit the button with my hand and then have to go through resetting app data.
Let me know if you would like to help me expedite the fix.
Thanks!
Click to expand...
Click to collapse
No need to apologize at all man I completely understand, I actually run my own business too so I know exactly how easy it is for things to get lost in the shuffle!
I'll do whatever I can to help out but I hate to say it though I'm actually still on 10d too, I'm not sure if that's a good thing or a bad thing but I'll pm ya either way and see if I can still help! Thanks for responding and no worries at all I'm glad to hear your business is going well man.. that's what's really important!!
Sent from a ridiculously modified ColecoVision

Categories

Resources