Alcatel OT-995 a.k.a Ultra or Sapphire HD

Search This thread

iggegbg

Member
Sep 6, 2012
18
2
Göteborg
file not found ?

H1N1 v4 ROM released (with Aroma™ installer*)
*if you updated your phone to ICS with OTU, you have ICS bootloader, follow Aroma™ installer instructions

H1N1 v4 changelog:

- try fix camera flash
- voltage table revised (to avoid rare RR)
- governors fixed (try fix audio crackling)
- ramdisk revised (removed broken symlinks)
- embedded map fix (for SW using embedded map)
- music app fix (char. encoding, etc)
- FM radio fix
- updated applications (Google music player,Google play, etc)
- APK optimalisations for faster loading
- deodexed
- removed unnecessary apps


For more changelog, evolution of H1N1:
H1N1 v1/2 - H1N1 v3



Installation instructions:


1., Download H1N1 v4 ROM file
2., Copy H1N1_v4_aroma.zip to SDcard
3.a, Download CWM recovery img, reboot phone to recovery (turn on phone in fastboot mode - power on+volume down + connect USB cable - then in command prompt run fastboot boot recovery_machfix-2012.06.09.img )
3.b, If you dont like push buttons, type to command prompt, simply download this package, extract it then connect USB cable to phone and run recovery.bat
4., MAKE BACKUP if needed, all partitions will be wiped. (excl. SD card)
5., Install zip from sd card menu then select H1N1_v4_aroma.zip and follow instructions

No mirrors allowed, and please, post your build.prop mods/file delete lists instead more hipertweaked versions and everyone able to modify own system! All credits to bagyusz & Heimdallr75 & qltsar (from pH!). :highfive:

Was it bad or what ?
 
Last edited:

mistercheese

Senior Member
May 29, 2012
689
1,056
Amsterdam
@ wwenigma...

about H1N1 V4 updater script

/custpack folder is empty so there is no need to package_extract_dir("custpack", "/custpack");
the updater script says formatting partitions but only deletes folders
change it to this
Code:
ui_print("- Formatting Partitions...");
unmount("/system");
format("ext4", "EMMC", "/dev/block/mmcblk0p14");
unmount("/custpack");
format("ext4", "EMMC", "/dev/block/mmcblk0p15");
unmount("/data");
format("ext4", "EMMC", "/dev/block/mmcblk0p16");
unmount("/cache");
format("ext4", "EMMC", "/dev/block/mmcblk0p17");
i see there is a system/etc/init.d folder with zram script
this script will not run as there is no busybox installed and no sysinit in system/bin
add this code for init.d support (see system.zip at attachment for the files)
Code:
set_perm_recursive(0, 0, 0755, 0755, "system/etc/init.d");
set_perm(0, 2000, 0755, "/system/etc/install-recovery.sh");
set_perm(0, 2000, 0755, "/system/bin/sysinit");
add this code for installing busybox
Code:
ui_print("- Installing busybox...");
run_program("/system/xbin/busybox","--install","-s","/system/xbin");
symlink("busybox", "/system/xbin/[", "/system/xbin/[[",
        "/system/xbin/adjtimex", "/system/xbin/arp", "/system/xbin/ash",
        "/system/xbin/awk", "/system/xbin/base64", "/system/xbin/basename",
        "/system/xbin/bbconfig", "/system/xbin/blockdev", "/system/xbin/brctl",
        "/system/xbin/bunzip2", "/system/xbin/bzcat", "/system/xbin/bzip2",
        "/system/xbin/cal", "/system/xbin/cat", "/system/xbin/catv",
        "/system/xbin/chattr", "/system/xbin/chgrp", "/system/xbin/chmod",
        "/system/xbin/chown", "/system/xbin/chroot", "/system/xbin/clear",
        "/system/xbin/cmp", "/system/xbin/comm", "/system/xbin/cp",
        "/system/xbin/cpio", "/system/xbin/crond", "/system/xbin/crontab",
        "/system/xbin/cut", "/system/xbin/date", "/system/xbin/dc",
        "/system/xbin/dd", "/system/xbin/depmod", "/system/xbin/devmem",
        "/system/xbin/df", "/system/xbin/diff", "/system/xbin/dirname",
        "/system/xbin/dmesg", "/system/xbin/dnsd", "/system/xbin/dos2unix",
        "/system/xbin/du", "/system/xbin/echo", "/system/xbin/ed",
        "/system/xbin/egrep", "/system/xbin/env", "/system/xbin/expand",
        "/system/xbin/expr", "/system/xbin/false", "/system/xbin/fdisk",
        "/system/xbin/fgrep", "/system/xbin/find", "/system/xbin/flash_lock",
        "/system/xbin/flash_unlock", "/system/xbin/flashcp",
        "/system/xbin/flock", "/system/xbin/fold", "/system/xbin/free",
        "/system/xbin/freeramdisk", "/system/xbin/fsync", "/system/xbin/ftpget",
        "/system/xbin/ftpput", "/system/xbin/fuser", "/system/xbin/getopt",
        "/system/xbin/grep", "/system/xbin/groups", "/system/xbin/gunzip",
        "/system/xbin/gzip", "/system/xbin/halt", "/system/xbin/head",
        "/system/xbin/hexdump", "/system/xbin/id",
        "/system/xbin/insmod", "/system/xbin/install", "/system/xbin/iostat",
        "/system/xbin/kill", "/system/xbin/killall",
        "/system/xbin/killall5", "/system/xbin/length", "/system/xbin/less",
        "/system/xbin/ln", "/system/xbin/losetup", "/system/xbin/ls",
        "/system/xbin/lsattr", "/system/xbin/lsmod", "/system/xbin/lsusb",
        "/system/xbin/lzcat", "/system/xbin/lzma", "/system/xbin/lzop",
        "/system/xbin/lzopcat", "/system/xbin/man", "/system/xbin/md5sum",
        "/system/xbin/mesg", "/system/xbin/mkdir", "/system/xbin/mke2fs",
        "/system/xbin/mkfifo", "/system/xbin/mkfs.ext2",
        "/system/xbin/mkfs.vfat", "/system/xbin/mknod", "/system/xbin/mkswap",
        "/system/xbin/mktemp", "/system/xbin/modinfo", "/system/xbin/modprobe",
        "/system/xbin/more", "/system/xbin/mount", "/system/xbin/mountpoint",
        "/system/xbin/mpstat", "/system/xbin/mv", "/system/xbin/nanddump",
        "/system/xbin/nandwrite", "/system/xbin/netstat", "/system/xbin/nice",
        "/system/xbin/nohup", "/system/xbin/nslookup", "/system/xbin/ntpd",
        "/system/xbin/od", "/system/xbin/patch", "/system/xbin/pgrep",
        "/system/xbin/pidof", "/system/xbin/ping", "/system/xbin/pkill",
        "/system/xbin/pmap", "/system/xbin/poweroff", "/system/xbin/printenv",
        "/system/xbin/printf", "/system/xbin/ps", "/system/xbin/pstree",
        "/system/xbin/pwd", "/system/xbin/pwdx", "/system/xbin/rdev",
        "/system/xbin/readlink", "/system/xbin/realpath", "/system/xbin/renice",
        "/system/xbin/reset", "/system/xbin/resize", "/system/xbin/rev",
        "/system/xbin/rm", "/system/xbin/rmdir", "/system/xbin/rmmod",
        "/system/xbin/route", "/system/xbin/run-parts", "/system/xbin/rx",
        "/system/xbin/sed", "/system/xbin/seq", "/system/xbin/setconsole",
        "/system/xbin/setserial", "/system/xbin/setsid", "/system/xbin/sh",
        "/system/xbin/sha1sum", "/system/xbin/sha256sum",
        "/system/xbin/sha512sum", "/system/xbin/sleep", "/system/xbin/sort",
        "/system/xbin/split", "/system/xbin/stat", "/system/xbin/strings",
        "/system/xbin/stty", "/system/xbin/sum", "/system/xbin/swapoff",
        "/system/xbin/swapon", "/system/xbin/sync", "/system/xbin/sysctl",
        "/system/xbin/tac", "/system/xbin/tail", "/system/xbin/tar",
        "/system/xbin/taskset", "/system/xbin/tee", "/system/xbin/telnet",
        "/system/xbin/telnetd", "/system/xbin/test", "/system/xbin/tftp",
        "/system/xbin/tftpd", "/system/xbin/time", "/system/xbin/timeout",
        "/system/xbin/top", "/system/xbin/touch", "/system/xbin/tr",
        "/system/xbin/traceroute", "/system/xbin/true", "/system/xbin/ttysize",
        "/system/xbin/tune2fs", "/system/xbin/umount", "/system/xbin/uname",
        "/system/xbin/uncompress", "/system/xbin/unexpand", "/system/xbin/uniq",
        "/system/xbin/unix2dos", "/system/xbin/unlzma", "/system/xbin/unlzop",
        "/system/xbin/unxz", "/system/xbin/unzip", "/system/xbin/uptime",
        "/system/xbin/usleep", "/system/xbin/uudecode", "/system/xbin/uuencode",
        "/system/xbin/vi", "/system/xbin/watch", "/system/xbin/wc",
        "/system/xbin/wget", "/system/xbin/which", "/system/xbin/whoami",
        "/system/xbin/xargs", "/system/xbin/xz", "/system/xbin/xzcat",
        "/system/xbin/yes", "/system/xbin/zcat");

things that can be deleted safely
in system :
plmnlist.conf
system.ver
ts
all RLE files

in system/app

BackupRestoreConfirmation
Calculator
Exchange
FastDormancy
HoloSpiralWallpaper
JrdFota
JrdMobileLog
JrdSensor
JrdSetupWizard (change this to stock setupwizard) see attatchment
Launcher2 (change this to trebuchet) see attatchment
LiveWallpapersPicker
MMITestdev
NoiseField
OTAProvisioningClient
SharedStorageBackup
VisualizationWallpapers

maby u can tell the guys to change it
 

Attachments

  • system.zip
    863 bytes · Views: 38
  • SetupWizard.apk
    1.3 MB · Views: 29
  • Trebuchet.apk
    7.6 MB · Views: 29
Last edited:
  • Like
Reactions: wwenigma

Carlosmff

Senior Member
Apr 25, 2007
343
80
H1N1 v4 ROM released (with Aroma™ installer*)
*if you updated your phone to ICS with OTU, you have ICS bootloader, follow Aroma™ installer instructions

H1N1 v4 changelog:

- try fix camera flash
- voltage table revised (to avoid rare RR)
- governors fixed (try fix audio crackling)
- ramdisk revised (removed broken symlinks)
- embedded map fix (for SW using embedded map)
- music app fix (char. encoding, etc)
- FM radio fix
- updated applications (Google music player,Google play, etc)
- APK optimalisations for faster loading
- deodexed
- removed unnecessary apps


For more changelog, evolution of H1N1:
H1N1 v1/2 - H1N1 v3



Installation instructions:


1., Download H1N1 v4 ROM file (yep, its now really working, good link)
2., Copy H1N1_v4_aroma.zip to SDcard
3.a, Download CWM recovery img, reboot phone to recovery (turn on phone in fastboot mode - power on+volume down + connect USB cable - then in command prompt run fastboot boot recovery_machfix-2012.06.09.img )
3.b, If you dont like push buttons, type to command prompt, simply download this package, extract it then connect USB cable to phone and run recovery.bat
4., MAKE BACKUP if needed, all partitions will be wiped. (excl. SD card)
5., Install zip from sd card menu then select H1N1_v4_aroma.zip and follow instructions

No mirrors allowed, and please, post your build.prop mods/file delete lists instead more hipertweaked versions and everyone able to modify own system! All credits to bagyusz & Heimdallr75 & qltsar (from pH!). :highfive:

Any way upgrading from V3 to V4 instead reload all ROM and reinstall all over again??
 
  • Like
Reactions: ruiformas

victix11

Senior Member
Feb 10, 2011
113
14
30
Eindhoven
I still have the same issue, this rom does not boot with both ICS or GB
I have the same issue sadly...

EDIT: oke I have fixed it! Running H1N1 V4 now! What I did was actually just install via Aroma and after that I pressed rebooted in CWM. But I pulled out my battery and put it back in. Then I entered bootloader (volume down + power button), connected my phone over USB and entered cmd on my pc. In cmd I typed:
cd C:\"folder wher you put fastboot"
fastboot flash boot h1n1_ICS_boot.img
fastboot reboot

I found the boot.img file at https://docs.google.com/file/d/0B4NHKBXqO8rsZVJLajdwQWRHVXc/edit.
Then it was booting perfectly!!!
 
Last edited:

gaelos

Senior Member
Sep 4, 2009
269
59
French team will release a new version of the stock ICS at the end of the week. It's supposed to be bug free this time. I hope h1n1 v5 will be based on it ^^

no problem with v3 i keep it until V5


versy nice rom thanks again

---------- Post added at 01:04 AM ---------- Previous post was at 12:59 AM ----------

source: http://www.facebook.com/alcatelonetouchfr

La mise à jour* Android 4.0 Ice Cream Sandwich du ONE TOUCH 995 est actuellement suspendue, et ce jusqu’à la fin de semaine prochaine.
La raison : notre équipe technique corrige quelques petites choses sur la version actuelle afin de vous livrer une MAJ* encore plus performante.
Plus d’informations sur cette nouvelle MAJ* très prochainement ! ;)

* Update Android 4.0 Ice Cream Sandwich ONE TOUCH 995 is currently suspended until the end of next week.
The reason: our technical team corrects a few things about the current version in order to deliver a SHIFT * even better.
More information on this new update * very soon! ;)
 

vita_cell

Member
Nov 26, 2012
17
1
Hi all, H1N1 v4, woks very nice! thanks! I live in Spain and no update official update here to ICS.

I installed the v4, works everythink, but enabling network, the network doesnt work, but wifi works fine. Please I want to fix this!

I tested Cyanogenmod 10 and es a very bad rom, a lot of things doesnt work, include mobile calls.

Thanks for H1N1 v4 !!!
 

toeter80

Senior Member
Sep 16, 2009
155
16
Hi,

I have a weird issue:

I installed H1N1 V4. All went fine. Then I ran V6 supercharger. After running the Zipalign script, suddenly everything went wrong. So I had to boot into recovery and re-flash H1N1 V4. So far no problem.
However, for some reason /system seems to be read-only now, which means among other things that I cannot convert Apex Launcher into a system app anymore.
Can anybody tell me how to solve this?
 

wwenigma

Senior Member
Oct 6, 2007
864
529
Miskolc
However, for some reason /system seems to be read-only now, which means among other things that I cannot convert Apex Launcher into a system app anymore.

/system is always read only, with rootexplorer you able to change it. And check free space, maybe not enough.

I installed H1N1v4 and I have the same problem with Tethering. My phone reboots when I have tethering activated.

:confused: No reboot here.

But some other bug found today... :silly: Added Gogle talk apk to original post.
 

Attachments

  • Screenshot_2012-11-26-12-04-09.jpg
    Screenshot_2012-11-26-12-04-09.jpg
    35.4 KB · Views: 293
Last edited:

darksnoopy

Senior Member
Feb 22, 2012
196
44
Thanks but no luck! FC when i click my account to login... Erased dalvik cache, I even tried titanium backup but no luck.
Was working fine in v3 :S
 

Top Liked Posts

  • There are no posts matching your filters.
  • 36
    So, here you go, an ICS backup flashable using CWM - works on any bootloader version.

    1. Flash or boot CWM
    2. Backup your existing firmware (important)
    3. Download: CWM-flashable ICS FR
    4. Store the alcatel_ics_fr directory on SD as /clockworkmod/backup/alcatel_ics_fr/
    5. Use CWM's backup and restore -> restore -> alcatel_ics_fr to restore the image
    6. Choose data/factory reset to clear your data partition

    Edit: the old warning about WiFi nvram is not an issue.

    Rooting hint: the zip also contains boot_root.img, boot it using fastboot (fastboot boot boot_root.img) to get an easy adb root shell.

    Many thanks to Lymnoreia for the clean backup.
    20
    So Scrolling Issue fixed? M confused thanx all efforts ı hope battery life fixed too

    Everything is fixed.
    19
    ICS+ V1.3:

    CHANGELOG:
    removed gallery and added quickpic (faster and has .MOV support)
    removed shutdown in reboot menu (does'nt belong there)
    removed Google now and added stock quick search bar
    removed JB voice search and added ICS voice search
    added lots of languages:
    Amharic
    Bahasa Indonesia
    Cestina
    Dansk
    Hrvatski
    Latviesu
    Lietuviu
    Malay
    Norsk bokmal
    Polski
    Romana
    Slovencina
    Suomi
    Svenska
    Swahili
    Tagalog
    Tieng Viet
    Zulu
    Russian
    Greek
    Serbian
    Several others

    INSTALL NOTES:
    - copy the zip to sdcard
    - boot cwm V6 (get it HERE)
    - flash the .zip

    - once rebooted remember that this rom is stripped down to the MAX
    - there is no bootanimation // u will see the black blinking android screen (that is not a bootloop)
    - just wait for 2 minutes

    DOWNLOAD:
    ICS+V1.3_GBloader.zip - 164.50 MB
    ICS+V1.3_ICSloader.zip - 164.50 MB

    CREDITS:
    - H1N1 team for a few files and kernel
    - Iuss for the recovery

    ADDITIONAL NOTES:
    - Dont install Seeder.apk // it already runs on boot via init.d
    - while installing the rom it flashes cwm to make sure it's not rebooting into stock recovery when u choose reboot recovery
    - in trebuchet launcher orientation is disabled by default // u can enable it at trebuchet menu
    17
    After some silence, I'm here to give you something, guys. Jinxxed did it, again. A brand new build of CM-11.0, fresh from the oven, with his own kernel (version was stuck at 3.0.101 for some reason, but it is actually 3.5, contains updated drivers, no more outdated legacy stuff), reworked most of the stuff, etc.

    Pretty good scores on Antutu (6321 on first try).

    Download:
    CM11 | Mirror
    GApps | Mirror

    Please note that this is still in Alpha, and a lot of changes will come in the future. If you find any bugs, please report!
    17
    H1N1 Reloaded ROM with Kernel V3 (for ICS/GB bootloader)

    H1N1 ROM official topic - everywhere inside!
    ------------------------------------------------------------------------------
    H1N1 Reloaded ROM & Kernel V3 released (with Aroma™ installer*)
    *if you updated your phone to ICS with OTU, you have ICS bootloader, follow Aroma™ installer instructions

    H1N1 Reloaded changelog:

    - corrected symlinks inside boot.img
    - added crt off animation
    - fully deodexed & merged & optimized apks for the optimized speed & better stability
    - removed bloatware stuff
    - custpack is only functioning for storing gapps
    - prerooted


    Kernel V3 changelog:

    - boot with stock 1,4GHz but able to up to 1,8GHz at your own risk!
    - AXI/GPU OC removed because of battery/overheat problems
    - voltage table revised/optimalisations (UV for more battery life)
    - ArmV7 kernel optimalisations
    - added zRam (continously 100-180MB free RAM)
    - Audio buffer set to 64k instead default 16k (no more crackling)
    - removed unnecessary kernel moduls (for debug)
    - added governors: SmartassV2 / Smartass / interactiveX / Lagfree
    - added new I/O schedulers: SIO / VR
    - touch optimalisation (Smoothness...)



    Installation instructions:


    1., Download CWM recovery and ROM file from here: http://d-h.st/users/heimdallr75
    2., Copy H1N1_reloaded_aroma.zip to SDcard
    3.a, Reboot phone to CWM recovery (turn on phone in fastboot mode - power on+volume down + connect USB cable - then in command prompt run fastboot boot recovery_machfix-2012.06.09.img )
    3.b, If you dont like push buttons, type to command prompt, simply download this package, extract it then connect USB cable to phone and run recovery.bat
    4., MAKE BACKUP if needed.
    5., run Wipe data/factory reset
    6., under advanced run Wipe dalvik-cache
    7., Install zip from sd card menu then select H1N1_reloaded_aroma.zip and follow instructions

    No mirrors allowed, and please, post your build.prop mods/file delete lists instead more hipertweaked versions and everyone able to modify own system! All credits to bagyusz & Heimdallr75 & qltsar (from pH!). :highfive: