Guest xander21 Posted July 29, 2013 Report Posted July 29, 2013 If you download anything under "download" then you get the complete ROM. If you download the update then that's designed for people who don't want to download the complete ROM and would rather update to the latets version. I'm currently wanting some strings translated and I'm hoping that a few people here could help. Basically I need "Email Accounts" and "Unread Email" translated into your languages. I think in Spanish "Unread Email" is "No leído Email" and "Email Accounts" can be "Cuentas de Email", correct? You could use google translate for 2 words, there is no much chance to make it wrong ! :-p Anyway, in French it's : Email Accounts : Comptes de messagerie Unread Email : Messages non lus
Guest Paun21 Posted July 29, 2013 Report Posted July 29, 2013 (edited) Serbian Email Account - Nalog elektronske pošte or Nalog E-pošte Email Accounts - Nalozi elektornske pošte or Nalozi E-pošte Unread Email - Nepročitane elektornske poruke or Nepročitane E-poruke Edited July 29, 2013 by Paun21
Guest omegavesko Posted July 29, 2013 Report Posted July 29, 2013 (edited) Serbian Email Account - Nalog elektronske pošte or Nalog E pošte Email Accounts - Nalozi elektornske pošte or Nalozi E pošte Unread Email - Nepročitane elektornske poruke or Nepročitane E poruke This is correct. :) (though shouldn't it be E-pošte/E-poruke?) Edited July 29, 2013 by omegavesko
Guest Paun21 Posted July 29, 2013 Report Posted July 29, 2013 This is correct. :) (though shouldn't it be E-pošte/E-poruke?) You're right, I corrected
Guest Belgrade style Posted August 3, 2013 Report Posted August 3, 2013 (edited) You didn't write right in all sentences word "elektronske" (serbian language). And it's better E-pošta than Elektronska pošta Edited August 3, 2013 by Belgrade style
Guest Paun21 Posted August 4, 2013 Report Posted August 4, 2013 zasto nije ispravno "nalog elektronske poste" ? meni je to bolje nego Nalog E-poste, ovo prvo je daleko pravilnije prevedeno jer je i samo email skracenica, to isto kao da ti u meniju stoji sms umesto "poruke" . Ako kontas sta hocu da kazem
Guest Belgrade style Posted August 4, 2013 Report Posted August 4, 2013 Mozda je pravilnije to tvoje gramaticki ali ovako svi pisu kada je fon na srpskom. Slikao sam ti kako je na mom telefonu.
Guest Janfri Posted August 7, 2013 Report Posted August 7, 2013 Has to be most famous thread without any recent updates on the ROM :)
Guest H3ROS Posted August 7, 2013 Report Posted August 7, 2013 (edited) news? Working on it still. The email apps done, but now I'm trying to get dividers to behave correctly as they're treated differently in Gingerbread than ICS and up. Other ROM's such as AtomicMod have messy dividers and I'm wanting to avoid that. I may release a public beta version soon. Edited August 7, 2013 by H3ROS
Guest C3C0 Posted August 7, 2013 Report Posted August 7, 2013 Just FYI. There's a port of xposed framework for GB. But I'm not sure if it works on armv6. But you can find out yourself.
Guest omegavesko Posted August 8, 2013 Report Posted August 8, 2013 (edited) It seems to work: I can't find any modules that will install on Gingerbread, though. Edited August 8, 2013 by omegavesko
Guest H3ROS Posted August 8, 2013 Report Posted August 8, 2013 (edited) Just FYI. There's a port of xposed framework for GB. But I'm not sure if it works on armv6. But you can find out yourself. That's awesome news! Thanks :) I'll have to try it out as I see it also offers XPrivacy, but I've already got something applied at the framework level to control permissions. If XPrivacy works any better then I'll probably end up switching to that. Edit: I may need to compile it myself when I've got a few minutes as theres a bug. private static String getBinariesFolder() { if (Build.CPU_ABI.startsWith("armeabi-v7")) return "armv7-a/"; else if (Build.CPU_ABI.startsWith("armeabi-v6")) return "armv5te/"; else if (Build.CPU_ABI.startsWith("armeabi-v5")) return "armv5te/"; else if (Build.CPU_ABI.startsWith("x86")) return "x86/"; else return null; } private static String getBusyboxBinary() { if (Build.CPU_ABI.startsWith("armeabi-")) return "busybox-xposed-arm"; else if (Build.CPU_ABI.startsWith("x86")) return "busybox-xposed-x86"; else return null; } Stock Gingerbread doesn't have "armeabi-", just "armeabi". So currently it won't install. Edit: Okay, I've got it all working. You'll probably see my fix in the official version shortly. Scrolling in XPrivacy seems very laggy. It's probably because they're not using a view holder and refreshing on getView for each row. That plus you can tell that the app is hacked together for Gingerbread as theres a lot of UI errors too. For that reason I'll probably stick with what I have already as I want to try to get a release out soon and this would only delay me. Edited August 8, 2013 by H3ROS
Guest omegavesko Posted August 9, 2013 Report Posted August 9, 2013 (edited) I'll have to try it out as I see it also offers XPrivacy, but I've already got something applied at the framework level to control permissions. If XPrivacy works any better then I'll probably end up switching to that. What are you using now? OpenPDroid or something similar? Edited August 9, 2013 by omegavesko
Guest H3ROS Posted August 9, 2013 Report Posted August 9, 2013 (edited) A modified version of PDroid. It doesn't block the internet permission, but that's nothing AFWall+ can't handle and it's way faster than XPrivacy. Edited August 9, 2013 by H3ROS
Guest H3ROS Posted August 15, 2013 Report Posted August 15, 2013 (edited) Sort of. I've been playing around with the dividers in settings menus, trying to find something that looks good across all apps. I've also found a force close issue that I'm going to try to fix. That issues actually within H3 Blues too because if you enable WiFi (from the quick menu) and then enable hotspots and then re-enable WiFi it'll cause the status bar to crash. I'm not sure if I've mentioned it before, but I've also been working on a new kernel for the ROM. It should be the fastest kernel for the Skate as a few optimizations have been made. Edited August 15, 2013 by H3ROS
Guest Zverka Posted August 16, 2013 Report Posted August 16, 2013 When you finish this rom, the skate will be a museum piece. :D
Guest omegavesko Posted August 16, 2013 Report Posted August 16, 2013 Hah, at the rate people are leaving, I'm not sure how many people will be left to use the ROM once it's out. :lol: No rush, though.
Guest H3ROS Posted August 16, 2013 Report Posted August 16, 2013 (edited) It's almost done lol. It's just that I spend maybe an hour on it every few days instead of many hours within a single day, which I know would help to get things done, but I'm just that busy. I do want to get a version out soon, even if things aren't fully baked in some areas as theres nothing stopping me from patching it as I go. That and the fact that the ROM is perfectly stable and usable in it's current state. I guess the main reason I've not released anything yet is because I don't want to provide patches for a BETA version. I'd rather upload a complete ROM each time because then I know things will behave exactly as intended. Edited August 16, 2013 by H3ROS
Guest H3ROS Posted August 18, 2013 Report Posted August 18, 2013 The kernel is something I'm focusing heavily on right now. I could update it entirely, but that's a lot of work so instead I'm looking at which patches look the best for our device. That doesn't mean that you'll see any difference in benchmarks, but it can help to make things feel smoother. Having said that though my I/O score in Quadrant went up over 100 points yesterday :) Tonight I'll also be monitoring my battery since I've attempted to undervolt WiFi to save a little more juice. I'm going to see if I can get things ready for public testing by the 1st Sept.
Guest Uncharitable Posted August 18, 2013 Report Posted August 18, 2013 WOW! I think your ROM will be the best ROM for our Skate! Yes! Finally a date! =D Your new kernel... Can you compare it with an existig kernel?
Guest omegavesko Posted August 18, 2013 Report Posted August 18, 2013 Great, I look forward to testing it. Running my own ROM for two months has gotten kind of boring. :)
Guest xander21 Posted August 19, 2013 Report Posted August 19, 2013 Could you make a rom without youtube ?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now