Guest satanovsyn Posted February 10, 2013 Report Posted February 10, 2013 Ceco, facebook is incopatible. I removed google acc and add it again. It did not help me.
Guest omegavesko Posted February 10, 2013 Report Posted February 10, 2013 Ceco, facebook is incopatible. I removed google acc and add it again. It did not help me. Do it a couple more times. It usually takes 3-4 times for it to stick for me.
Guest wizard.no.84 Posted February 10, 2013 Report Posted February 10, 2013 FB working just fine ... I was getting at first random screan notification that TY has stoped working, but its working fine.. phone is a bit laging, even with about 200M ram free.. guessinh ill need to do a fresh install (again :wacko: )
Guest plegdroid Posted February 10, 2013 Report Posted February 10, 2013 FB working just fine ... I was getting at first random screan notification that TY has stoped working, but its working fine.. phone is a bit laging, even with about 200M ram free.. guessinh ill need to do a fresh install (again :wacko: ) Afternoon. I flashed dirty and let it update the OS, try clearing your recent apps (may help with the lagging ) :)
Guest satanovsyn Posted February 10, 2013 Report Posted February 10, 2013 (edited) It help, thank you omegavesko. Edited February 10, 2013 by satanovsyn
Guest Mohamed Atiea Posted February 10, 2013 Report Posted February 10, 2013 OK. Here is my modified version of that script compatible with jellybean. What I had to change. 1) Since at the first boot int2ext makes initialization of mount points and this occurs simultaneously with other system components being loaded, it has a negative influence in form of components not being initialized properly at first boot (e.g. mobile network). So I did automatic reboot after first initialization. This means after flashing the script and rebooting, phone will reboot once again after a while. This will assure that the system is in better sync with new mount point layout at next boot. 2) I removed download cache redirection code since it's not relevant for jellybean 3) I removed auto-zipalign since it makes booting process longer and has no real benefit 4) Changed some commands not compatible with our busybox Enjoy. I am speechless great work will try it after work, and update you. actully this is a common issue and people are asking for a solution in xda.
Guest wizard.no.84 Posted February 10, 2013 Report Posted February 10, 2013 well, some thing IS with sys cache, because apps are bearable, but when i hit Home buton (of soft home, back key) it takes a while to calculate 2+2 and show me the home screan..
Guest C3C0 Posted February 10, 2013 Report Posted February 10, 2013 I am speechless great work will try it after work, and update you. actully this is a common issue and people are asking for a solution in xda. It should be noted that my script directly operates with /dev/block/mtdblock6 system block device which makes it very skate specific. This means it won't be compatible with most other devices having different partition layout...
Guest gbosh Posted February 10, 2013 Report Posted February 10, 2013 You're awesome, I can confirm that the script works on the Crescent as well.
Guest C3C0 Posted February 10, 2013 Report Posted February 10, 2013 Status bar on top ?? :D :D Too much work. I need some break, mate :)
Guest satanovsyn Posted February 10, 2013 Report Posted February 10, 2013 Good job with int2ext script. Now take 1week relax :-)
Guest SingleWolf Posted February 10, 2013 Report Posted February 10, 2013 (edited) Good job with int2ext script.But it can be some improved ;) by linking dalvik-cache to ext partition instead of app data linking. Edited February 10, 2013 by SingleWolf
Guest Mohamed Atiea Posted February 10, 2013 Report Posted February 10, 2013 (edited) It should be noted that my script directly operates with /dev/block/mtdblock6 system block device which makes it very skate specific. This means it won't be compatible with most other devices having different partition layout... Mmmmmmm It should be a good info for others to start porting it to other phones anyway who cares we have it on our skate :D, BTW it is working like magic thanks C3C0 Edited February 10, 2013 by Mohamed Atiea
Guest C3C0 Posted February 10, 2013 Report Posted February 10, 2013 (edited) The more elegant way would be to introduce similar init.d handling as cm7 has. In CM7, services don't start loading until all init scripts are finished. There is one init script that runs as the last one (99complete) which sets the system property which is a signal for next boot sequence to fire. So services wait for this signal which is signaled after all the work inside init.d is finished. That would mean cleaner initialization of int2ext without needing to force-reboot at first init. Secondly, the original device node of /data could be parsed from /proc/mounts so we wouldn't need to hardcode mtdblock6. This would make the script compatible with other devices, too. Edited February 10, 2013 by C3C0
Guest plegdroid Posted February 10, 2013 Report Posted February 10, 2013 (edited) :P :D sorry couldn't resist O:) Edited February 10, 2013 by plegdroid
Guest Mohamed Atiea Posted February 10, 2013 Report Posted February 10, 2013 So far this is my feedback Missing Features: Vibrate on answer - Hardware keys no backlight - menu hardware key is not working on phone dialer \n Issues: when using Am/PM small layout and the time is 10:07AM the right top icon in the status bar is trimmed (Sorry I am unable to press enter)
Guest szaszabi90 Posted February 10, 2013 Report Posted February 10, 2013 Can i change the animation beetwen a screens? Can i remove the Google Search bar from the screens?
Guest omegavesko Posted February 10, 2013 Report Posted February 10, 2013 Can i change the animation beetwen a screens? Can i remove the Google Search bar from the screens? Only with a custom launcher.
Guest szaszabi90 Posted February 10, 2013 Report Posted February 10, 2013 link2sd doesn't work in this rom! Is it right? I tried to patch the 2.partition in Link2sd but it doesn't wor- can't create the command! With the 3.partition can link not so many apps as with the 2.partition. Is it right???
Guest szaszabi90 Posted February 10, 2013 Report Posted February 10, 2013 Only with a custom launcher. Thanks man!
Guest omegavesko Posted February 10, 2013 Report Posted February 10, 2013 link2sd doesn't work in this rom! Is it right? I tried to patch the 2.partition in Link2sd but it doesn't wor- can't create the command! With the 3.partition can link not so many apps as with the 2.partition. Is it right??? Link2SD is working perfectly for me. Make sure to pick EXT4 when it asks you.
Guest szaszabi90 Posted February 10, 2013 Report Posted February 10, 2013 (edited) EXT4??? Are you sure?? Because i'm using since a while ext2. what's the different?? Can i switch the strengness of the backlight with mí finger 'taping" in navbar???? Edited February 10, 2013 by szaszabi90
Guest johnny07mdc Posted February 10, 2013 Report Posted February 10, 2013 link2sd doesn't work in this rom! Is it right? I tried to patch the 2.partition in Link2sd but it doesn't wor- can't create the command! With the 3.partition can link not so many apps as with the 2.partition. Is it right??? Link2SD working fine here and if can't get it to work C3CO has just kindly made an int2ext script for us skaters, just read yesterday's posts
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now