The minor nits and faults in the LIH leak - Sprint Samsung Galaxy S III

This is just a minor issues/easy fixes thread, if you have major problems take it to the LIH leak thread.
* ADB isn't a member of sdcard_r, so it has no access to /storage/sdcard. /storage is part of the root filesystem which is dynamically generated by init.qcom.rc in the boot.img, which makes changing it an "exciting" adventure. Maybe it's easier to get adb to run in the sdcard_r group, I dunno.
* Two fonts aren't actually fonts, just text files (DroidSans.ttf and DroidSans-Bold.ttf)
* They put back the windmill screensaver (Yay!) but it insta-crashes trying to load the above fonts (ffff). Easy to fix - just copy Roboto-Regular.ttf to DroidSans and Roboto-Bold to DroidSansBold and it all works again.
* THEY TOOK AWAY NATIVE SIP. F**k samsung hard for that, it worked really well in ICS.
* Lots of settings toggles missing by default - airplane mode is buried in settings instead of being a nice easy toggle, data mode is gone entirely, etc. Looks like that's easy enough to fix but it's really annoying for stock.
* Dropbox integration seems broken compared to ICS, perhaps because it comes with two conflcting dropbox .apks? (They both reside in the same namespace for some reason.) Haven't worked particularly hard on fixing that yet, since camera uploads work just fine.
What's bugging you?

dmerillat said:
This is just a minor issues/easy fixes thread, if you have major problems take it to the LIH leak thread.
* ADB isn't a member of sdcard_r, so it has no access to /storage/sdcard. /storage is part of the root filesystem which is dynamically generated by init.qcom.rc in the boot.img, which makes changing it an "exciting" adventure. Maybe it's easier to get adb to run in the sdcard_r group, I dunno.
* Two fonts aren't actually fonts, just text files (DroidSans.ttf and DroidSans-Bold.ttf)
* They put back the windmill screensaver (Yay!) but it insta-crashes trying to load the above fonts (ffff). Easy to fix - just copy Roboto-Regular.ttf to DroidSans and Roboto-Bold to DroidSansBold and it all works again.
* THEY TOOK AWAY NATIVE SIP. F**k samsung hard for that, it worked really well in ICS.
* Lots of settings toggles missing by default - airplane mode is buried in settings instead of being a nice easy toggle, data mode is gone entirely, etc. Looks like that's easy enough to fix but it's really annoying for stock.
* Dropbox integration seems broken compared to ICS, perhaps because it comes with two conflcting dropbox .apks? (They both reside in the same namespace for some reason.) Haven't worked particularly hard on fixing that yet, since camera uploads work just fine.
What's bugging you?
Click to expand...
Click to collapse
Pardon my ignorance, what is native SIP? Is that for VOIP, and are you saying they disabled video chat functionality? Quick toggle for airplane mode: hold down power button.

Nfc doesnt seem transfer from my trial if it works 4 you...pass it on!
Sent from my SPH-L710 using xda app-developers app

Dr. Fed said:
Pardon my ignorance, what is native SIP? Is that for VOIP, and are you saying they disabled video chat functionality? Quick toggle for airplane mode: hold down power button.
Click to expand...
Click to collapse
??? How did you even come up with video chat?
VoIP = Voice over IP. Could be a lot of different things, from something standard like SIP to propertary like Microsoft Skype.
The problem with airplane mode is if I'm in a cell-dead area but have wifi I can't turn off my CDMA and leave wifi on, which I used to be able to do.

Found a new and exciting one: adb somehow picked up a umask of 0077 which makes it impossible for adb install to work. WHO THE **** LETS **** LIKE THAT PAST QA?

dmerillat said:
Found a new and exciting one: adb somehow picked up a umask of 0077 which makes it impossible for adb install to work. WHO THE **** LETS **** LIKE THAT PAST QA?
Click to expand...
Click to collapse
It is a leak... I would assume that is is still in QA.

dmerillat said:
This is just a minor issues/easy fixes thread, if you have major problems take it to the LIH leak thread.
* ADB isn't a member of sdcard_r, so it has no access to /storage/sdcard. /storage is part of the root filesystem which is dynamically generated by init.qcom.rc in the boot.img, which makes changing it an "exciting" adventure. Maybe it's easier to get adb to run in the sdcard_r group, I dunno.
* Two fonts aren't actually fonts, just text files (DroidSans.ttf and DroidSans-Bold.ttf)
* They put back the windmill screensaver (Yay!) but it insta-crashes trying to load the above fonts (ffff). Easy to fix - just copy Roboto-Regular.ttf to DroidSans and Roboto-Bold to DroidSansBold and it all works again.
* THEY TOOK AWAY NATIVE SIP. F**k samsung hard for that, it worked really well in ICS.
* Lots of settings toggles missing by default - airplane mode is buried in settings instead of being a nice easy toggle, data mode is gone entirely, etc. Looks like that's easy enough to fix but it's really annoying for stock.
* Dropbox integration seems broken compared to ICS, perhaps because it comes with two conflcting dropbox .apks? (They both reside in the same namespace for some reason.) Haven't worked particularly hard on fixing that yet, since camera uploads work just fine.
What's bugging you?
Click to expand...
Click to collapse
Did you install this without clearing data first? I ask because I don't have either the phantom fonts or the problem with dropbox. Seems like both could be caused by writing over existing versions of the files.

Look how wrong you are. Try browsing the LIH zip - the fonts are wrong in it from the factory. Dropbox seems to have resolved itself at least - there's still two instances in /system but maybe they just couldn't manage to make a complete app in one .apk? Who knows.
m20120 said:
It is a leak... I would assume that is is still in QA.
Click to expand...
Click to collapse
I would hope minor nits like "cannot install packages via USB" would be noticed by the devs, not punted to QA. That's the kind of thing that pisses devs off. Anyway, I said f it and wrote a wrapper to replace adbd and fix the umask. I suppose I could also hack umask fixing into the adbd binary but that's too much effort.
And a new one!
E/ThermalDaemon( 2632): Failed to parse config file '/system/etc/thermald.conf'
# cat /etc/thermald.conf
/etc/thermald-8960.conf
It looks like they squashed all their symlinks into text files in the packaging process. Making it into a symlink to the named file fixes the error. Wonder how many more of those there are?
Hey just to pre-empt the inevitable "hurf durf did you wipe your phone" post:
Code:
$ unzip -l LIH_update_FULL_DeOdex.zip | grep etc/thermald
2486 2008-08-01 05:00 system/etc/thermald-8064.conf
1764 2008-08-01 05:00 system/etc/thermald-8930.conf
545 2008-08-01 05:00 system/etc/thermald-8960.conf
23 2098-01-26 18:31 system/etc/thermald.conf
$ echo -n /etc/thermald-8960.conf | wc -c
23
Boy it's almost like it's wrong from the update itself!

Of course, since it was leaked by someone and never intended for public consumption...... Need I say more?
Hopefully we'll get the next couple of leaks and see if things improve.

When using exchange email account, the "enter" key does not seem to work properly in all scenarios. One example is when the cursor is placed at the end of a sentence, pressing enter has no effect.

Gersonian said:
When using exchange email account, the "enter" key does not seem to work properly in all scenarios. One example is when the cursor is placed at the end of a sentence, pressing enter has no effect.
Click to expand...
Click to collapse
Not just exchange. This affects any email accounts in the Samsung email app.
Sent from my SPH-L710 using Tapatalk 2

There are a few things that I can mention if I can remember them. The one thing that I can remember is sometimes when you hit the volume up or down button, it will increase or decrease the volume after some delay and the actual volume panel gui is delayed.

Some voice calls are very loud. Even changing the volume while on the call doesnt make a difference.

Here's another one. This isn't really a bug but more of a known Sprint nonsense crap that they do to us. Stock ROMS do not show 1X only 3G/4G.

Gersonian said:
When using exchange email account, the "enter" key does not seem to work properly in all scenarios. One example is when the cursor is placed at the end of a sentence, pressing enter has no effect.
Click to expand...
Click to collapse
I had this very same issue. I was using the Jelly Bean stock keyboard that I downloaded from the Play Store. Switch back to the Samsung keyboard and you should be good. Swype works as well, for some reason any other keyboard doesn't allow line changing in the "Email"(Not Gmail) app.
nowakezone said:
Some voice calls are very loud. Even changing the volume while on the call doesnt make a difference.
Click to expand...
Click to collapse
This is because you have the extra volume turned on/active. Try to make a call and you will see that there is a circular icon around the mid-right of the screen. Hit it and that should disable extra volume and you should be able to control call volumes with your hardware keys.
One issue that I have and can't seem to get around is related to the following apps :
- Gmail(1 account)
- Email(4 accounts)
- Google Voice
- Default Messaging app.
I haven't narrowed it down, but it either is at every reboot or whenever I to into silent mode and back out of it, then I lose all my ringtone settings. Basically, the emails and GV are set to silent and the messaging app goes to the default notification tone. Any clues? I am a flash-aholic, and would have sworn that I saw something about profiles... Maybe not for the LIF leak, huh?

There are some issues I've run into using the LIH leak. Please forgive me if they have been addressed or fixed in another thread:
*Swype doesn't skip spaces when entering text in Dolphin Browser (also heard this occurs in other browsers)
*Vibration Intensity setting only changes for stock keyboard. 3rd party keyboards either can have no haptic feedback or haptic feedback with max vibration.
*Plugging headphones in doesn't show apps in notification bar after choosing setting to have them do so
*Sound occasionally makes a faint pop (typical right before unlock sound or before other system sounds)
The following issues I assume would just be issues with their respective developers, GO Launcher Ex and Dolphin, which I will send to them if they occur after the final release of JB, but just in case any of you using a different launcher, browser, etc. or stock yet have the same issue I will post them anyway:
*In GO Launcher Ex, scrolling to different home screens sometimes causes widgets to briefly look like old color TVs when all they would show was a static. Usually occurs if widgets haven't been drawn in awhile.
*When browsing using Dolphin Browser, copy/cut/paste doesn't work all the time as it should (i.e. long-pressing a word doesn't bring up the edit icons.
*Pressing Home button to wake phone goes to home screen rather than any current app user is using.

Related

[Q] Using volume button as camera shutter?

I was wondering if there is a way to use either volume button as a shutter while in the camera app. I've been looking around in the forums but I've only seen threads about using those buttons as power buttons.
Thanks
Retro camera in the market can do it.
this was fixed with style before the evo came out
Dude fx camera zoom is a beast I have been using it it let's you remap any keys or even take it via audio command but in full quality 8mp plus it wouldn't be " fx camera" without some sick fx... UI is great got the volume keys on mine doing zoom with voice activated timer so I could still take the pics really just a whole lot of options bought it 2 years ago on the g1 and a hidden gem of an app
This is already available via the Camera Zoom FX app on the market. Not free, but is there. However I have found that it is buggy as hell.
Bugs I have noticed:
1. Pictures won't save. It's like they are stored in the cache. You take a picture, go to gallery to view it and it won't be there. If you reboot the phone it will be.
2. The "FX" don't always work. There are several effects that come stock with the app. They frequently don't do what they are supposed to or won't load at all. I have found that you can exit the program via the back buttons and then start it again to get the FX to load, but even that has stopped working.
3. It actually asks you to download Task Killer the first time you open the app. Going on about camera apps using memory and all. So in other words it has a memory leak and instead of fixing it they want you to manually kill the task.
It does what some in this thread are asking for. However I wouldn't suggest you buy it.
And can I get a mod to verify my account so I can post faster than every 5 minutes... getting this message:
To prevent spam to the forums, new users must wait five minutes between posts. All new user accounts will be verified by moderators before this restriction is removed.
Wish granted!
I was bored this morning. So i decided to make one... for free! (Also no ads!)
It's called: "Simple Cam" made by Insanity Systems on the android market. (unfortunately i can't post the link because i'm a new user it seems... if anybody's kind enough to do so in a reply i would appreciate it!)
it's 15k in size (and i think most of that is the PNG icon to be fair).
Super simple to use: Volume up to take a snap; Volume down to set the flash.
Saves pictures to sd card in folder "cameraPictures".
ENJOY!
P.S. Have a go at the other apps as well maybe you'll find something you like.
taranasus said:
I was bored this morning. So i decided to make one... for free! (Also no ads!)
It's called: "Simple Cam" made by Insanity Systems on the android market. (unfortunately i can't post the link because i'm a new user it seems... if anybody's kind enough to do so in a reply i would appreciate it!)
it's 15k in size (and i think most of that is the PNG icon to be fair).
Super simple to use: Volume up to take a snap; Volume down to set the flash.
Saves pictures to sd card in folder "cameraPictures".
ENJOY!
P.S. Have a go at the other apps as well maybe you'll find something you like.
Click to expand...
Click to collapse
Market link
http://market.android.com/details?id=simplecam.insanitysystems.com
also, this feature is a part of cm7 already

Ice Glacier Rom Guide- (Tips known issues and info)

Hi everybody, I have been closely following the ICED GLACIER ROM development thread since it was started. I know there is a consistently growing number of people who have just purchased their myTouch 4G phone (android noobs and vets). The ICED GLACIER ROM thread is getting really large, and I am sure the thought of reading through 1,600+ posts can potentially be a little overwhelming and very time consuming. I know everyone is really excited to try that AWESOME ROM, but I also see in the thread that everyone wants to know what works, what doesn't, how to fix this, etc... I'm hoping that people with questions about this ROM can look here for an answer before asking questions in the other thread that have already been answered along the way (sometimes many times). I hope this will help the devs too- if we can provide info and answer questions about everything that has already been answered in the other thread then we can get rid of repeat posts of questions and problems that are cluttering up the other thread- meaning it'll hopefully be really easy to narrow down current hiccups or problems people are experiencing. If anyone can contribute to this thread, it would be greatly appreciated!
*Flashing- When I first flashed this ROM, Iced Glacier was at 1.0, first I flashed V0.5, then V1.0. With V1.1, you no longer need to flash V0.5 or any other version first- you can go from stock rooted to V1.1 (make sure to make a nandroid backup first!!!). If you are not sure how to flash this ROM, or how to root your phone- you WILL find answers by reading through some of the other threads in this section. *It looks like a few people have had problems when/ after flashing this ROM due to not completely wiping the phone in different versions of this ROM- you might want to do a complete wipe just to be thorough (I'm no expert, it's just a suggestion to hopefully save you any headaches down the road)
*Overclocking- Make sure to install/ purchase SetCPU, so you can tweak the processor speeds. If you are not sure what SetCPU is, or how to use it- do some studying first. It has been noted that each of our phones responds differently with the different speed settings- I have noticed, that when I have my phone set too high it freezes (particularly while I'm surfing using Dolphin HD), and I have also noticed that I get better performance (and Quadrant results) when my max speed is set at 1440 mhz as opposed to 1382 or 1497mhz. Again, every phone will respond different. Play with the different speeds and see what works best for your phone- everyone can make recommendations (i.e. lower clock speeds with the screen off, battery low, or temp too high), but in the end you have to find what works best for you. I would recommend that you use the 'on demand' option instead of 'performance' to avoid having your phone constantly working at the highest set clock speed though, and don't forget to set different profiles (i.e. screen off, temp too high, battery low...). Remeber, this will affect your battery life, along with a million other variables related to your phone, so make note of before and after results to find a good balance between speed/performance and battery longevity to your liking.
*Apps and Data before flashing the ROM- install 'Titanium Backup' (I recommend purchase as well to support the creator) and batch 'backup all of your apps and data' (run the batch 'verify backup' afterwords to make sure you have a good backup to restore after installing this ROM). I had problems with my backups, so after I flashed V1.0 every time I tried to batch 'restore all apps and data' my phone would reboot, in the end I went through my backup and individually restored data (and app if it was missing) for all of my apps- time consuming, I know, but it was worth it to have this ROM (note: I was using the free version of TB- I now have purchased the app, but haven't had to use it yet for a full batch 'restore').
*Once you have installed the ROM- open 'rom manager' and execute 'fix permissions'. Do this first, as it will likely fix force closes or the 'instant close upon starting the app' that sometimes happens, before you experience them. After running 'fix permissions'- power down, pull your battery for a couple minutes, and then restart your phone (I suggest this, because I had an 'instant close' problem with wi-fi calling and power down + pull battery fixed it for me). You will also want to check to make sure your wi-fi is functional-if not Gr8gorilla has a fix here: http://forum.xda-developers.com/showpost.php?p=9328350&postcount=1
*Test a flash website on your browser- if it does not work, you likely have to install flash from the market. If it does work- you should be good.
*Bluetooth- If you use bluetooth for calls, it should work fine (I use bluetooth for making calls and have had no problems with V1.0 or V1.11). However, if you use bluetooth for stereo music (A2DP) I understand that it does work with V1.0, but not on V1.11. I have noticed that when I have bluetooth turned on and try to dial a number on the stock dialer- it is very very sluggish to dial the numbers (ex. I press a 5 on the dial pad and wait about 2-3 seconds for the number to light up, sound the DTMF tone, and provide the haptic feedback). I have since switched over to using the 'atakephone' app and have had 0 problems. ***The devs are aware of the bluetooth issue, and plan to include a fix in the next update http://forum.xda-developers.com/showpost.php?p=9684992&postcount=1577 *EDIT*- bluetooth fixed in ROM V1.1.2
*Genius/ Handsfree- there have been issues with this not functioning properly or not at all. Again, this will be fixed in the next update http://forum.xda-developers.com/showpost.php?p=9684317&postcount=1573 *EDIT* Fixed in the V1.1.2 update!
*YouTube app- I would say it's not usable- it starts 'turbo scrolling' when I use it- it will sometimes stop if you hold your finger on the screen, but revert back when you take your finger off. This ROM is based off of the original MT4G kernel and I think I read somewhere that the version of this youtube app associated with the original kernel had this bug. Goolge released a new version of the youtube app yesterday (12-8-10)- since I installed that update, I no longer have problems in the app. *EDIT* See *RECAP- KNOWN ISSUES below.
*MMS- looks like some are having problems sending and recieving MMS messages- it might be a problem with the phone rather than this ROM (I am getting a replacement because my phone has that problem). Depending on who you talk to at Tmo customer service, they will confirm it as a known issue with the 4G. Make sure to do atleast a handful of tests sending and recieving with your phone before and after flashing. *EDIT*- some people (myself included) noticed that when using the stock messages app, contacts pictures don't display- looks like there are 2 fixes, 1 being a FULL wipe and fresh install of the ROM or 2- clearing cerain contacts cache settings as Notxel21 posted http://forum.xda-developers.com/showpost.php?p=9706457&postcount=1653
*Bloatware- this ROM has the original bloatware apps removed. The Monopoly demo, demo video, Rock Band Demo, etc. are gone (as well as some other stuff that I forgot to mention- which is proof that it wasn't needed in the ROM anyway ).*** A 'spare parts' app was added for tweaking window animations and viewing battery stats. A 'dsp settings' app was also added to allow equalizer settings for the phones earpiece, external speaker, and the 3.5mm headphone port (really sweet btw!). I had to reinstall 'superuser', 'rom manager', and titanium backup from the market after flashing. The market still works for me after flash without any glitches fwiw.
***Updates- they will come when they come, theres no need to ask about it every day or so. The easiest way to check for yourself is to open the Iced Glacier ROM thread and look at the changelog in post #2- the devs have been faithful to update that post whenever they release a new version. (You can also look through the first post, but the second is cleaner as they put the newest changelog right at the top of the post) *EDIT*- Version 1.1.2 released
*RECAP- KNOWN ISSUES-- Youtube- no worky until you update in the market *EDIT* some are having problems with the youtube app in the 1.1.2 version- looks like it works fine until you use the app in landscape and try to return to portrait- the display returns to portrait, but stays stretched out for widescreen.
*Themed vs. Unthemed- I tried themed first in V1.0- I switched to unthemed and currently use V1.11 unthemed. I only used the V1.0 themed version for about 15 minutes, so I can't really provide any info on it aside from intense screen transition effects and alot of blue/black icons. V1.0 unthemed appears just like stock (if you don't like the HTC sense, you can use launcher pro, ADW or a list of other homescreen replacements). V1.11 Unthemed looks just like stock, but the drop down notification bar is transparent, and the icons at the top are colored with a circle battery meter that shows the battery % in the middle (very cool). There are other notification icon options available in the themes and apps section of this MT4G forum if you want to try something different, but I think you will lose the transparent drop down if you flash a different bar.
*There are also some other issues that seem to be random- someone is having problems with wifi not working at all, someone having problems with the 'media room' app, etc... to my knowledge there is currently no resolve for these problems.
Hope this helps! If anyone has anything to contribute, please let me know, and I will try to update this OP, so all the help stays in one common place.
Maybe consider making each topic header bold or something to combat the "wall of text" effect.
this hurts
kindaonebigsentence
itmustbejj said:
Maybe consider making each topic header bold or something to combat the "wall of text" effect.
Click to expand...
Click to collapse
Excellent, thanks! I just threw it together on 'notepad'...never gonna do that again- no formating sucks lol
1.1.2 is up now.... in case you didnt see lol..
No DSP manager in this one, didnt look to see if it was in 1.1.1. Also, Wish Meltus Audi hack worked for our phones.
crypysmoker said:
1.1.2 is up now.... in case you didnt see lol..
No DSP manager in this one, didnt look to see if it was in 1.1.1. Also, Wish Meltus Audi hack worked for our phones.
Click to expand...
Click to collapse
lol, Yeah, 1.1.2- go figure, just as I got done typing this out I logged in to the forums here to see that. I've never heard of Wish Meltus Audi- I'm gonna do a search.
EDIT: Found it- Meltus' Audio Hack- that would be cool!
This is not development and needs to be closed or moved
Sent from my HTC Glacier using XDA App
Foo_Blyat said:
This is not development and needs to be closed or moved
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
OK, how do I move it, or do I have to request it be moved?
I guess it probably could be closed anyway since IG is now at 1.1.2. Gotta love the speed of development!
I like how not a single person thanked you for your effort. So... thank you! This was very nice of you.
Sent from my Desire HD using XDA App
bubonik said:
I like how not a single person thanked you for your effort. So... thank you! This was very nice of you.
Sent from my Desire HD using XDA App
Click to expand...
Click to collapse
Hey, thanks alot, that goes a long way! Since IG has been updated I will continue to keep an eye on it and update this thread accordingly. I plan to work on that tonight.
No Bugs in Mine
I have noticed none of the above mentioned bugs you claim. Youtube works fine, and so does Genius button. According to information I have gotten from others on IRC, the only bug is BT stereo, which I do not care about to be honest. I recommend the non-themed version.
photolarry said:
I have noticed none of the above mentioned bugs you claim. Youtube works fine, and so does Genius button. According to information I have gotten from others on IRC, the only bug is BT stereo, which I do not care about to be honest. I recommend the non-themed version.
Click to expand...
Click to collapse
Your fortunate. Not everyone has experienced all of these bugs, I'm just posting what I have read about in the IG ROM thread as well as what I have experienced. As far as the non-themed version, it's my fav. Just got my replacement phone and looking forward to flashing IG 1.1.2, but first I'm gonna play catchup in that thread to see if I need to update this one yet.
bubonik said:
I like how not a single person thanked you for your effort. So... thank you! This was very nice of you.
Sent from my Desire HD using XDA App
Click to expand...
Click to collapse
The same I say!!
dragon4000 said:
The same I say!!
Click to expand...
Click to collapse
Thank you!!!
Duplicate Ringtones and Notifications
I am not sure what happened but all of a sudden I see two of each ringtone and notification. They seem to work properly but not sure why they are showing up twice. I added a few new ones to /system/media/audio by hand. Wondering if this has been tested by anyone else. I do not have any in /sdcard since I thought that could be problematic.
=====================
Update: I fixed this issue by creating directories on /sdcard/media/audio as follows but empty folders:
/sdcard/media/audio/ringtones
/sdcard/media/audio/notifications
Also according to Zinx: Any folders on the /sdcard named notifications or ringtones will be found regardless of subdirectories...thus I think that may have been the entire issue I was seeing.
Everything looks about right
photolarry said:
I am not sure what happened but all of a sudden I see two of each ringtone and notification. They seem to work properly but not sure why they are showing up twice. I added a few new ones to /system/media/audio by hand. Wondering if this has been tested by anyone else. I do not have any in /sdcard since I thought that could be problematic.
=====================
Update: I fixed this issue by creating directories on /sdcard/media/audio as follows but empty folders:
/sdcard/media/audio/ringtones
/sdcard/media/audio/notifications
Also according to Zinx: Any folders on the /sdcard named notifications or ringtones will be found regardless of subdirectories...thus I think that may have been the entire issue I was seeing.
Click to expand...
Click to collapse
I'm glad you were able to fix it! I had that same problem shortly after I got my phone, but it was with alot of my pictures as well. I ended up searching my sdcard from my computer for *.mp3 and *.jp to find all of the duplicates.
Sent from mytouch 4G using Tapatalk
Here is a problem I've came across....not rebooting after I flashed 1.1.2 I have to actually pull my battery and power up. Very strange to me
Has anyone else experienced this
g33kChic said:
Here is a problem I've came across....not rebooting after I flashed 1.1.2 I have to actually pull my battery and power up. Very strange to me
Has anyone else experienced this
Click to expand...
Click to collapse
Was that through Clockwork- when you choose the reboot option after flashing? When you power down, do you have to pull your batt before you can restart your phone again? I know that the first time I flash a zip through clockwork, when I select reboot- there is a longer delay than if I were to execute that command without flashing any .zips.
Nice thread, should really help. I really wish someone had a list of the bloatware that was removed from it though, I used more of it than I didn't. There might be something removed that I might need someday.

[Q] What you like seen in the next major update to ICS?

There is no denying that ICS is a major step forward for android phones (and it is awesome!) but what feature etc. do you feel should be included in the next major update?
One thing I would like is a quick access button to toggle the auto-rotate screen on and off! I use my phone a lot in bed and it`s imposable to use the phone with auto-rotate on (as with many smartphones I have tried).
GN_ICS said:
Another is the ability to stop, pause, fast forward music from the lock screen.
Click to expand...
Click to collapse
ICS already has this
oscillik said:
ICS already has this
Click to expand...
Click to collapse
You are right, after a restart is now there on the top... interesting!
download a widget app like Widgetsoid. You can make yourself an auto-rotate on/off widget
USB host OTG (promised but not delivered).
Syncing of the default browser with Chromium or Chrome.
I'd like to see some Siri competition.
Onboard external storage with ssd speeds. Even tighter and consistent integration with hardware and software. Methinks there is still going to be a clusterfuck of hardware and software still to come. Oem overlays should be optional and/or pick and choose what you like from their launcher. Still boggles my mind people buy a samsung or motorola phone and want sense on their rom. No sense if you ask me.
Sent from my samsung gt i9250 which is in the wrong country.
Clancy_s said:
USB host OTG (promised but not delivered).
Syncing of the default browser with Chromium or Chrome.
Click to expand...
Click to collapse
Syncing already works for bookmarks with chrome.
PS: Didn't mean to thank you - wrong button, but oh well!
I want the stock Gallery App to be as smooth and as quick just like the rest of the OS. How come when you flick through photos and do pinch to zoom it's still sluggish just like on Android 2.2? Can't it be fast like the Browser?
Cannot think of much anything major yet, but here some minor ones:
The Google search bar is really unnecessary.
A disable option for the shutter sound would be nice but I guess they don't have it for legal reasons.
Maybe a pre-loaded plain black wall paper.
I would like to see integration with google talk throughout the device. I woild love for it to be like bbm/imessanger. I use it a lot and feel like it has great potential.
Sent from my PG86100 using xda premium
spunks3 said:
I would like to see integration with google talk throughout the device. I woild love for it to be like bbm/imessanger. I use it a lot and feel like it has great potential.
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
Will never happen.
BBM and iMessage work because the only devices that can communicate via those methods are the mobile phones themselves.
Google Talk works with computers too. Meaning that there is a large margin for disjointed conversations where part of the conversation is completely lost and unable to be referenced without getting the other person to repeat themselves.
New2Houston said:
A disable option for the shutter sound would be nice but I guess they don't have it for legal reasons.
.
Click to expand...
Click to collapse
It better be silent on vibrate! Would be great if on vibrate the flash didn't go off either lol
Id like to see the ability to copy and paste pics, rather than having to save them and then send them
jdhommert said:
It better be silent on vibrate! Would be great if on vibrate the flash didn't go off either lol
Id like to see the ability to copy and paste pics, rather than having to save them and then send them
Click to expand...
Click to collapse
I'd be surprised if they took that out - where when the phone is in silent/vibrate there is no shutter sound. That's how it's always been on my OG Droid, especially back when it was stock.
oscillik said:
Will never happen.
BBM and iMessage work because the only devices that can communicate via those methods are the mobile phones themselves.
Google Talk works with computers too. Meaning that there is a large margin for disjointed conversations where part of the conversation is completely lost and unable to be referenced without getting the other person to repeat themselves.
Click to expand...
Click to collapse
Or simply have it do exactly what it does now, and sync conversations across devices? All that needs to be done is have Android device detection, like iMessaging, so that sms conversations automatically switch to Talk (or a rebranded version of Talk).
Regarding shutter sound: Can't we just rename/delete the soundfile, so it cannot be played? What's the filename and where do I find it?
oscillik said:
Will never happen.
BBM and iMessage work because the only devices that can communicate via those methods are the mobile phones themselves.
Google Talk works with computers too. Meaning that there is a large margin for disjointed conversations where part of the conversation is completely lost and unable to be referenced without getting the other person to repeat themselves.
Click to expand...
Click to collapse
I don't quite understand. Why is it that when you bring computers into this equation, part of the conversation is liable to being lost?
GN_ICS said:
One thing I would like is a quick access button to toggle the auto-rotate screen on and off! I use my phone a lot in bed and it`s imposable to use the phone with auto-rotate on (as with many smartphones I have tried).
Click to expand...
Click to collapse
There is an app called Smart Rotator which I use to only allow certain apps (ie Gallery) to autorotate. Very handy.
i wonder how ICS's keyboard is like.. Particularly, the horizontal keyboard. For some reason, in many of the text fields when using (practically) any type of keyboard, default, swiftkey, (and i don't remember the names of the other ones that i've tried in the past), the horizontal keyboard does not show the background at all. It makes a big text field of the field that you are typing and the touch keyboard takes up the rest with the "next" or "done" at the top right.
It's extremely un-user friendly. I want the apple style keyboard where regardless which orientation you are in, you can still see half of the keyboard, AND add a row to show all of the corrections/suggestions.
Hope that's in ICS, if not, please make it happen in the next update!

[ROM] MIUI 2.8.10 v4 (ICS)

MIUI for the Epic Touch 4G​
This weeks version 2.8.10 (Finally happened!)
Disclaimer: You flash at your own risk of damage to your phone. More of the current kernels have the damaging emmc bug removed and I have safely flashed with ICS kernel but there is always a bit of risk involved. You have been warned.
Steps that I use to flash this ROM:​1. Odin or Mobile Odin [my preference] back to EL26 Stock Kernel
2.(a) If you are flashing from another ROM that is not ICS MIUI use Calkulin's format all (found at bottom of his post). ELSE:
(b) You are flashing over a previous ICS of MIUI (such as 2.7.6) DO NOT WIPE ANYTHING
3. Flash this week version of MIUI (MIUI 2.8.10)
4. Reboot your device and enjoy all that MIUI is!
Crap, that didn't work!! Don't worry MasterZen88 has this guide:
Code:
I can confirm this too... Also If anyone is looking to flash this rom please follow these steps. I have repeated the process at least 10 times:
1. Odin [URL="http://kernelrepo.chris41g.org/default.asp?action=FileDownload&startFolder=%5CRecovery+Kernels%5CGB%5CChris41g%5CStock+CWM%5CTAR&filename=EL26%5FStockCWM%2Etar%2Emd5"]EL26 repacked CWM 5[/URL]
2. Wipe using [URL="http://forum.xda-developers.com/attachment.php?attachmentid=928432&d=1330705940"]Calkulin's_FORMAT_ALL[/URL].
3. Flash [URL="http://forum.xda-developers.com/showthread.php?t=1611797"]MIUI 2.6.15[/URL]
4. After flashing let it reboot into MIUI 2.6.15 ** THIS IS VERY IMPORTANT**
5. Then Odin [URL="http://kernelrepo.chris41g.org/?action=FileDownload&startFolder=%5CRecovery+Kernels%5CICS+CM9%5CChris41g+AOSP+CWM5+Recovery%5CTAR&filename=CWM5%2DSafe%2DAOSP%2Etar%2Emd5"]Chris41G AOSP CWM5[/URL]
6. And Finally flash MIUI 2.8.10 v4
Edit by me. This is the way I flashed 2.8.10 see post two.
Changelog​Found on the MIUI website
I wish to thank for the help, it was needed greatly​T.C.P, Anon9mouz, and jafterdark
And to Tyzing and jeffm922 for risking their devices while I was teaching myself to port this over.
MasterZen88 has been a big help
And, especially Lens_flare for this outstanding guide It has helped getting this weeks port done.
Now for the disclaimer:
I have no 4G here in Phoenix. I see that 4g turns on for me but alas with no towers in the valley of the sun, no wimax. Thus if 4g is a must you are gonna want to move along. Sorry. I've read posts of it being broken and wish it wasn't but that I can't fix There are many people I see that have Wimax, so it looks hit or miss. But, it does appear to work.
My Themes Don't Work, then do this:​​Included with this version of MIUI is ES File Explorer. You need this to get themes working correctly. SO:
1. Give yourself root permissions by using the app Permissions found in the folder Tools
2. Open ES File Explorer and give it root privileges in settings
3. Go to root then to /data/system
4. Create a folder titled "theme" thus you should have /data/system/theme
Themes will now work. This is a headache, and when I was looking at updater-script I see that it calls /tmp/busybox (not there) to create the folder "theme" but when I got to correct this and call up /system/xbin/busybox it rejects it like an organ transplant gone wrong. So, if anyone more skilled than I (which is many) feel inclined to fix that please do and shoot me a pm!! thanks.
2nd post is for additional files that are optional.
Please read this:​Kernel included is 41g_RC2_5-0718 it is important to know several things. 1. This kernel so far is the only one that allows use of Governors and Schedulers while 2. allows for videos to work but 3. it has no recovery. To solve this load a current kernel from Chris41g's thread (see post two) and flash what you need to in recovery and boot back to MIUI then Odin 41g_RC2_5-0718 and you're good to go. If you don't mess with recovery except to flash a newer build then you're even better off
Update on included kernel
Optional files:
I only recommend Chris41g's kernel and recovery found here. His kernel works extremely well with MIUI. Included with this version of MIUI is RC2_5-0718 (now deemed unsafe because it still includes the bug). There is no recovery with this kernel thus no way to flash anything :angel: So that statement was idiotic. Anyway, this is still the only kernel that does what you need it to with the current build of MIUI. Hopefully when I am able to get through the errors with catlog and have our miui align with latest CM9 all will be well with newer kernels. Until that day happens use the included kernel otherwise you will have no video, wifi, or proper mnt of internal/external memory. Now Chris has removed the version from his sites so I will be adding a link to my backed up copy of it for everyone to use because if you do need to flash anything in recovery grab one of the latest from the link above and use recovery, boot back into miui (remember you wont have wifi, so setup mobile odin ahead of time if you are away from pc) and odin back to the included kernel. I do this as necessary and has been no problem honestly. A bit time consuming but it works.
Link to included kernel with ROM. Remember this does not have custom recovery but is the best kernel for the ROM. Download 41g-RC2_5-0718.tar.md5 Flash with Odin/Mobile Odin
More themes can be found on this website here. Maintained by Rakesh
And official XDA theme thread can be found here
Numero Uno! On behalf of us all...many thanks for carrying the MIUI torch for all of us ET4G users!
Changelog
MIUI v4 2.7.20
[This week recommended]
Add the millet phone voice shutter supports voice photographing
New bulk delete contacts
New online cloud picture book (the main interface below) to view details
New the millet phone supports the shutdown alarm clock
[Phone]
Optimize the calls modify the contact record display speed
Optimize the speed of the call records from the backup and recovery
Repair using the original corrugated lock screen, call background deformation
Repair some cases to delete call records, resulting in not synchronized
[Contact]
New bulk delete contacts (a la carte one-button -> Options bulk delete)
Optimize the contacts automatically go to the weight function
Fix some cases, contacts can not be synchronized (Submitted by: _AT_ wzhy90)
[SMS]
The new replacement SIM card will be prompted to re-activate the network SMS
Optimize network SMS activation fails after re-activation is no longer send text messages
Fix SMS unable to send in certain circumstances
Repair animated GIF will not play in the drawing page problem
Fix list page rotate the screen to exit edit mode / search mode
Repair of certain PNG images can not be sent as an attachment
Repair the attachment bar at the height of wrong
Repair frequently prompted to re-enable the network SMS (Submitted by: bluesky8318)
After the failure of the repair network messages sent, not converted to ordinary text messages sent
Repair open network SMS, you can not send timed SMS (walking operator)
[Lock screen, status bar, notification bar]
Optimize the quick switch icon in the status bar and notification bar
Optimizing some cases under the lock screen music play song
[Desktop]
Fix the immediate tasks to remove a single application at the same time, about program screen will FC
Repair (high-resolution mobile) desktop clock gadget to show the problem of misplaced
[Themes]
Fix the preview list not loading
[Camera]
New auto focus switch
Add two real-time filters: Past, Lomo
New voice-activated shutter, supports voice photographing
Fixed FC occurances when accessing ZSL mode (Submitted by: @ _ blind ☞ paper _)
[Gallery]
New online cloud picture book details
Repair the receiver to the GIF image can not be viewed through the gallery
[Network Assistant]
New operators of regional cities (municipalities need to manually set the city)
[Notes]
Optimize the search interface, real-time display of search results
Optimize drag Memo fluency
Optimize the new notes, or move the notes to the notes folder, the notes will be Top Display
Repair the New Memo button on the horizontal screen will stretch
Repair some cases, drag the notes to lead to the FC
Repair drag operation to delete notes will pop up the input method (Submitted by: the _AT_ nindendo @ pig!)
[Other]
Repair to open and close the sync switch, did not trigger the synchronization problem
The repair sync notes in some cases there will be the Null
Repair to close the case of simultaneous switching, changing only under the WIFI sync switch synchronized
[Alarm clock]
New the millet phone supports the shutdown alarm clock
Numero 3 lol happy to see somebody working on this thanks bro
Sent from my SPH-D710 using Tapatalk 2
1st page. woot!
tempted to flash. haven't been on miui in months..
anyone flash and boot yet?
1st page! Can't wait to try this out!
It burns when I Tapatalk...
The change log link still references previous build.. any chance you can copy into OP?
sj
Sent from a BluKubanized E4GT from BluKubanized [email protected] Pro 2.2.1
this build caught me by surprise! where did you come from captainmorgan?
question, you highly recommend Chris's new kernel, what kernel is included and why not just include his?
thanks for keeping miui alive man!
It would not hurt to try.
Thanks again for keeping this alive on our devices, and the site for themes as well.
1. You can find previous builds in jafterdarks thread but I would only recommend this weeks release, the others where a learning experience for me.
2. I tried including his kernel but that so far is out of my scope. Also, included kernel FE22 does not include custom recovery.
3. Changelog copied and pasted from the Facebook page:
Changelog of MIUI 2.7.13
[System]
New version Xiaomi accounts, support to synchronise contacts, messages data (See "Settings -> Account and sync" add web clients can synchronise content through http://i.xiaomi.com/)
HTC Sensation update to 3.33.401
New app installation interface to support the installation source e.g. external media
[Phone]
Added T9 Search support for unfamiliar numbers when searching in call records
Significantly improved call log / dial-up panel opening speed
Optimize the operator selection interface, to avoid misuse
Optimized IP dial-up support before the phone number, dial "0" (off by default, can be set to default open)
Fix in some cases, the data connection leads to the phone FC error
Fix some numbers in Canadian network are displayed as "unknown number"
[Contact]
Added support for synchronisation of contact data (you must first add a new version of Xiaomi account, web client can be accessed via http://i.xiaomi.com/)
[Messaging]
Added support for synchronisation of SMS data (you must first add a new version of Xiaomi account, web client can be accessed via http://i.xiaomi.com/)
New network SMS (need to activate via SMS settings)
Optimize MMS support for gifs
Optimize MMS support for clicking hyperlinks
Fix recent contacts, attachments menu display ordering problems
Fix session page and list pages time format is inconsistent
[Lock screen, status bar, notification bar]
New Variety lock screen support to allow variable animation
Added Variety lock screen script support to control animation playback
Added Variety lock screen scripting language support for user actions (such as clicking of a button)
New Variety lock screen to support for theme personalisation settings
[Desktop]
Added support for customised desktop icon arrangement in 4x4 or 4x5 (See desktop effects -> select desktop layout)
Added new version of running tasks
New recent tasks beginners guide (show how to use recent tasks function)
Fix recent task clearance mechanisms problems
[Themes]
Add Recommended thematic support Foreword
Reduce 1/3 of the memory footprint
Optimize the rendering speed to improve browsing of wallpapers, making browsing smoother
Fix in some cases, the search for the Chinese characters causes FC error
[Camera]
New lock screen, press and hold the Back button camera switch
Added mute camera settings
Optimize default 16:9 full-screen format
Optimized to improve the touch focus strategy
Repair tripartite application call camera feature, click the View button leads to FC error
[Gallery]
Optimization of the Album list page to display the cover of the memory usage is reduced to about 1/3
Fix the Galaxy Nexus and other high-resolution models, Out of Memory FC
Fix camera vertical panoramic photo from the file manager to open the gallery, showing the horizontal view
Fix repeat click on the picture for a larger view, the Album picture will display slower
Fix Album list page sorted by time, the ascending and descending become unstable
Fix the SD card while browsing, Sort by Name Chinese, sorting becomes out of order
fix the gallery point more images, only the upper left corner displays a picture of the problem
New - Pictures from File Explorer and other third party apps to open in gallery
Optimize the list page of the album, memory usage is reduced to about half
Optimize the image details page new UI design
[Music]
Fix "folder" filter settings display the wrong information
[File Explorer]
Add the Xiaomi network disk (web interface can be accessed through http://pan.xiaomi.com/)
[Browser]
Add a custom key shortcuts and gestures
[Notes]
Add new list view, support for dragging sorting, grouping, and deletion
Thanks to Mark Hedley for English translation!
ROM boots fine but android.phone keeps fcing and I cant even unlock my phone
islanda73 said:
ROM boots fine but android.phone keeps fcing and I cant even unlock my phone
Click to expand...
Click to collapse
Hmm...don't know what could be causing that issue for you. Have you tried wiping cache and dalvik again? When I published this port I went from a clean install and also over 2.7.6 both gave no errors. Sorry, stumped on why that may be.
CaptainMorgan said:
Hmm...don't know what could be causing that issue for you. Have you tried wiping cache and dalvik again? When I published this port I went from a clean install and also over 2.7.6 both gave no errors. Sorry, stumped on why that may be.
Click to expand...
Click to collapse
I did a clean install but I didn't try wiping my cache. I'll have to wait for a bit as my phones about to die tho
Sent from my SPH-D710 using xda app-developers app
CaptainMorgan said:
Hmm...don't know what could be causing that issue for you. Have you tried wiping cache and dalvik again? When I published this port I went from a clean install and also over 2.7.6 both gave no errors. Sorry, stumped on why that may be.
Click to expand...
Click to collapse
I'm downloading the newest now going to be a fresh instal over aokp so I'll see if mine reproduces the same problem
SGS II
Being an asshole is a gift... use it
Hey! Is anyone able to confirm custom dpi is working in this update, without any fcing of the ui and such? I want to switch from cm9 but that's the only thing stopping me!
Sent from my SPH-D710 using xda premium
islanda73 said:
ROM boots fine but android.phone keeps fcing and I cant even unlock my phone
Click to expand...
Click to collapse
I'm having the same problem. Can't figure out why
unfortunately the process com.android.phone has stopped
unfortunately the process com.android.phone has stopped
got that message after trying to flash this twice i turned on my computer and flashed el26 through odin on my laptop just to try and flash thiss again and make sure i didnt do anything wrong and got the same result twice, im sure this is a great build but yeah..... not working at all for me
Looking forward for future updates love MIUI!
Sent from my SPH-D710 using Tapatalk 2

[REQ] Restore old default-open-with-application Picker in JB

Hey there,
the new picker for the default program to open something annoys me... now you always gotta do 2 clicks. Before (in gingerbread e.g.) you could simply tap an application and only needed to do 2 clicks when u wanted to set it as default application.
Further, I'm always getting a notification now where I can dleete the default settings. It's annoying.
Any possibility to restore the old picker or at least to remove the notification?
running wanam v3.6. (dl18 leak)
thanks!
edit: what I mean...
Indeed very annoying.. Would want to know how to remove that notification myself too.. thanks for opening this thread.. +1.
+1
The choice prompt is built into android jb, and is part of the base system. I'm sure it could be hacked away, but android purists will advocate that it is kept intact. I'm one of those..
But the super annoying Samsung prompt that pops up afterwards, telling us that we can clear defaults, is just plain rude. It is not part of aosp. After I've seen it once, do I really need to be reminded every time I set a default..? No option to turn off this "help"? Flashing and restoring leaks and running a lot of replacement apps I must have seen this popup more than a hundred times.
I hope Devs take notice and fix this. If not for me (I'm on cm10 now) at least for everybody that runs and enjoy stock roms.
Perhaps a small zip cwm file..
Edit:
Apologies for the rant, I just hate the ekstra prompt Sammy added
+1 from me too

Categories

Resources