Is there any possible way to compile tun.ko drivers into this ROM so we can use OpenVPN?
A known issue is keeping PPTP from working correctly on the Ally so OpenVPN is my only hope for getting good VPN going on the phone.
Has anyone gotten OpenVPN working on their Ally? And if not, wouldn't it be sweet if you could?
BTW: This is a great ROM and thank you for all your work!
For anyone having the gmail sync issue I have found a solution.
Go to Settings->Applications->Manage applications
Open Gmail Storage and "Clear data"
Then open Gmail and "Clear cache"
Mail should start to automatically sync to the phone again.
Let me know if it works for you!
And don't forget the thanks button
cleared data and couldn't clear cache on my gfs ally as it was grayed out but didn't work it would sync anything was already there but once i sent her a new e-mail wouldn't show or sync that e-mail to her phone til a refresh
Device(s): Galaxy Nexus (CM10 Nightlies) and too many old devices to list
Carrier: Not Provided
Thanks: 259
Thanked 706 Times in 265 Posts
Quote:
Originally Posted by z0mbiexx
cleared data and couldn't clear cache on my gfs ally as it was grayed out but didn't work it would sync anything was already there but once i sent her a new e-mail wouldn't show or sync that e-mail to her phone til a refresh
Pretty sure this issue is because the dalvik cache wasnt cleared before flashing. There are 3 places you need to wipe in CLockwork Recov: Data, Cache Partition, and dalvik cache,
Pretty sure this issue is because the dalvik cache wasnt cleared before flashing. There are 3 places you need to wipe in CLockwork Recov: Data, Cache Partition, and dalvik cache,
The dalvik is in the advanced menu
just wiped that cache so well see how it works out hopefully won't have to wipe data/cache again for it to work
Device(s): Motorola Droid 1,
LG Ally,
HTC Dream(G1),
Carrier: Not Provided
Thanks: 9
Thanked 13 Times in 10 Posts
Quote:
Originally Posted by z0mbiexx
cleared data and couldn't clear cache on my gfs ally as it was grayed out but didn't work it would sync anything was already there but once i sent her a new e-mail wouldn't show or sync that e-mail to her phone til a refresh
Sorry, meant to type clear data for both. Try that and see if it helps.
tried clearing just data from gmail and gmail storage didn't work i cleared dalvik and then tried clearing gmail data again still no go.. i cleared the data/cache and then dalvik and still then restored apps via titanium backup and still not receiving gmail unless i hit refresh :/
Last edited by z0mbiexx; August 25th, 2010 at 04:27 PM.
@trident I would like to see you add the spare parts that is modded by pete. It has a color picker to change the color of the clock on the notification bar very easily. I tried looking but failed.
@trident I would like to see you add the spare parts that is modded by pete. It has a color picker to change the color of the clock on the notification bar very easily. I tried looking but failed.
Yeah that would be really nice =/, I would want that too because changing the color of the clock without spare parts modded requires modification of the ROM, thats a pain.
trident can you MOD the ROM and give us different colors for clock, I can do it too but I was wondering if you could somehow make it where we can chose colors, here is a tutorial on color changing you think you can build a little app or something to let us change the font color inside the app: [HOW-TO] Change status bar clock color [Archive] - xda-developers
@trident I would like to see you add the spare parts that is modded by pete. It has a color picker to change the color of the clock on the notification bar very easily. I tried looking but failed.
Pretty sure it doesn't..
In fact, I know it doesn't. I'm testing Bugless Beast 0.5 for Pete right now and the Spare Parts app included does not have that option.
__________________
HTC Thunderbolt
Please do not PM me with phone related support queries, that's what the forums are for!
Since everyone is adding all their requests in here.......i would like 2 burgers, a gold plated macbook, and some fruit. Can you make this happen in your next update? Thanks!
Oh....people.......DONATE. This stuff isnt easy! I can easily say that because i donate to developers. They give us hours of work for FREE.
Since everyone is adding all their requests in here.......i would like 2 burgers, a gold plated macbook, and some fruit. Can you make this happen in your next update? Thanks!
Shh! We don't mention those types of sub-par hardware here..
Quote:
Originally Posted by Jedii
Oh....people.......DONATE. This stuff isnt easy! I can easily say that because i donate to developers. They give us hours of work for FREE.
But seriously guys.. that would be a HUGE motivation! I was up all night for the past week working on this ROM.. just need some expansion to the Red Bull fund.
You can benefit from smoother scrolling by using the windowsmgr fix and also enable jit with no ill effects
Using ADB pull your build.prop:
abd pull /system/build.prop
add this line to the end of the file:
windowsmgr.max_events_per_sec=60
This will enable smoother scrolling.
Next, find the following line to enable jit:
#dalvik.vm.execution-mode=int:jit
and uncomment it by removing the # before it
Save the file and push back to /system/build.prop
reboot and your phone should be a little more responsive
I was having some permission denied errors when pushing the build.prop back via adb, so here's what i did:
(this part is optional, if your phone pushes the build.prop fine, then don't worry about this)
adb shell
$ su
# mount -t rfs -o remount,rw /dev/stl5 /system
# cd sdcard
# busybox cp -R build.prop /system
# mount -t rfs -o remount,ro /dev/stl5 /system
# sync
# reboot
This is pretty cool! Thought I'd jump in and root my Ally today and flash this ROM. I used Universal Androot to root the phone (worked flawlessly) and installed ROM Manager for this ROM. Has similar issues that others have seen (FC's, etc.), but after rebooting, I was able to perform the necessary functions. Backed up stock ROM, and got this puppy working! Ally is A LOT smoother now without all the VZW crap running on it.
Looking forward to exploring this whole thing more.
Pretty sure it doesn't..
In fact, I know it doesn't. I'm testing Bugless Beast 0.5 for Pete right now and the Spare Parts app included does not have that option.
The spare parts I'm referring to is included in cm6 not bb, but I could be wrong.
Also would be interested to hear how well the ally will do with jit enabled.
Edit: I will be donating once I get a paypal account set up. Can't have you working like a slave for nothing.
Last edited by GRZLA; August 26th, 2010 at 02:23 PM.
The Following User Says Thank You to GRZLA For This Useful Post:
Also would be interested to hear how well the ally will do with jit enabled.
It runs fine, you should try the edits to the build.prop i posted earlier. this will enable jit and smooth out scrolling issues.
if you dont want to edit the file yourself, ive attached the modified build.prop (in a zip file since you cant attach .prop files to the forum) to this post
simply extract the zip and push the build.prop using adb to /system/build.prop
reboot
cheers
if you have permission errors pushing the build.prop to /system/ try theses steps:
adb shell
su
mount -t rfs -o remount,rw /dev/stl5 /system
cd sdcard
busybox cp -R build.prop /system
mount -t rfs -o remount,ro /dev/stl5 /system
sync
reboot
So if I install this will I be able to update it later in time (Without wiping all my data)?
thats entirely up to the what sort of framework or library changes. most of the time wipes are standard practice in the rom flashing business.
i would recommend using adw or launcher pro and back up your desktop configuration so you can restore after wiping and install titanium backup to restore your apps
I had to reflash 0.1.1 over 0.1.1 once because I got stupid with CM6 and it worked fine without wiping data, so i guess if its exact same ROM it wont be a problem, but the next build you'll probably have to wipe all data, but like others said backups are your friend =), i have everything backed up so I can restore everything within seconds after a new ROM
It runs fine, you should try the edits to the build.prop i posted earlier. this will enable jit and smooth out scrolling issues.
if you dont want to edit the file yourself, ive attached the modified build.prop (in a zip file since you cant attach .prop files to the forum) to this post
simply extract the zip and push the build.prop using adb to /system/build.prop
reboot
cheers
if you have permission errors pushing the build.prop to /system/ try theses steps:
adb shell
su
mount -t rfs -o remount,rw /dev/stl5 /system
cd sdcard
busybox cp -R build.prop /system
mount -t rfs -o remount,ro /dev/stl5 /system
sync
reboot
Im having errors with after the busybox command i get
cp: can't stat 'build.prop': no such file or directory
I have build.prop in the folder where adb is located
to those having trouble w/ the busybox command, make sure the build.prop is in the sd card, the sd card is not mounted in the computer, and you are in the adb shell of the phone
also, make sure you are cd into /sdcard/ and can see build.prop in the root of your sdcard with ls
then try to
busybox cp -R build.prop /system
alternatively if that doesnt work maybe try adb push build.prop /system/build.prop
The Following User Says Thank You to eklipze For This Useful Post:
to those having trouble w/ the busybox command, make sure the build.prop is in the sd card, the sd card is not mounted in the computer, and you are in the adb shell of the phone
also, make sure you are cd into /sdcard/ and can see build.prop in the root of your sdcard with ls
then try to
busybox cp -R build.prop /system
alternatively if that doesnt work maybe try adb push build.prop /system/build.prop
to those having trouble w/ the busybox command, make sure the build.prop is in the sd card, the sd card is not mounted in the computer, and you are in the adb shell of the phone
also, make sure you are cd into /sdcard/ and can see build.prop in the root of your sdcard with ls
then try to
busybox cp -R build.prop /system
alternatively if that doesnt work maybe try adb push build.prop /system/build.prop
nope same thing =/ i tried to mount the SD card and do adb push K:/build.prop /system/build.prop but I get a "Permission denied"
nope same thing =/ i tried to mount the SD card and do adb push K:/build.prop /system/build.prop but I get a "Permission denied"
you absolutely do not want the sd card mounted as the phone wont be able to access it....
try this:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
exit
adb push build.prop /system/build.prop (if the build.prop is in the same directory as adb)
alternatively if its on the sdcard maybe try:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cd sdcard
busybox cp -R build.prop /system
you absolutely do not want the sd card mounted as the phone wont be able to access it....
try this:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
exit
adb push build.prop /system/build.prop (if the build.prop is in the same directory as adb)
alternatively if its on the sdcard maybe try:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cd sdcard
busybox cp -R build.prop /system
I got failed to copy 'build.prop' to '/system/build.prop': permission denied =/
Last edited by Vmanisme; August 26th, 2010 at 03:55 PM.
I love this rom. I cant decide.... Launcher Pro or standard launcher... I really Like launcher pros dock bar. And the standard launcher docent have any settings (That I can find)
It runs fine, you should try the edits to the build.prop i posted earlier. this will enable jit and smooth out scrolling issues.
if you dont want to edit the file yourself, ive attached the modified build.prop (in a zip file since you cant attach .prop files to the forum) to this post
simply extract the zip and push the build.prop using adb to /system/build.prop
reboot
cheers
if you have permission errors pushing the build.prop to /system/ try theses steps:
adb shell
su
mount -t rfs -o remount,rw /dev/stl5 /system
cd sdcard
busybox cp -R build.prop /system
mount -t rfs -o remount,ro /dev/stl5 /system
sync
reboot
Guys.. this does not work. Don't you think if it were that easy, I would have already done it?
Enabling JIT require making a port of the JIT Compiler and including it in the curent Dalvik VM and then editing the build.prop.
Enabling Smooth Scrolling is a very tricky procedure as well and certainly not just a build.prop edit.
Guys.. this does not work. Don't you think if it were that easy, I would have already done it?
Enabling JIT require making a port of the JIT Compiler and including it in the curent Dalvik VM and then editing the build.prop.
Enabling Smooth Scrolling is a very tricky procedure as well and certainly not just a build.prop edit.
Sorry to burst this bubble..
lol glad i didnt do it, Trident dont mean to push you in any way but is there any work being done on 0.2 or are you taking a break?? Just asking out of curiosity
Just getting rid of all the lg crap made my phone go from hurkey jerky to almost no noticeable hitching while scrolling around and between home screens etc. lol.
ALSO I GOT ANOTHER SUGGESTION FOR 0.2:::
When we click something on android 2.1 it gets highlighted/turns yellow can you change it to like dark blood red to match the Droid X buttons that are in this ROM, like when you click the app drawer arrow it turns blood red, can you do that for everything =D.
Use LauncherPro. For over a month now you have been able to change the icon highlight style and color.
Use LauncherPro. For over a month now you have been able to change the icon highlight style and color.
Yeah but you guys are not considering the fact that running an app to theme your system vs theme'd ROM, I like speed > looks, theme'd ROM doesn't use more resources because its how the system is made, running an app is just throwing out ur RAM, no thank you.
The Following User Says Thank You to Vmanisme For This Useful Post: