Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
THREAD CLOSED
Tip us?
 
nikagl
Old
#11  
nikagl's Avatar
Senior Member - OP
Thanks Meter 371
Posts: 2,025
Join Date: Jun 2006
Location: Nieuwegein, NL

 
DONATE TO ME
For others, still willing to play around with the device, here's a solution to get root:
http://forum.xda-developers.com/show....php?t=1729432
Nika Gerson Lohman
__________________


Current Devices:
Samsung Galaxy S+ (I9001)
Acer Liquid Express E320
Acer Liquid Express E330
Acer Iconia Smart S300 (bricked, sdcard-slot broken)
Acer Iconia Tab A511 (bricked, apx mode & screen broken)

Still looking for the Thank You button? Change your style to XDA 2010 (bottom left hand corner)
 
BENETNATH
Old
#12  
Senior Member
Thanks Meter 426
Posts: 955
Join Date: Jan 2011

 
DONATE TO ME
great job
any idea if it can fit in a510?
 
nikagl
Old
#13  
nikagl's Avatar
Senior Member - OP
Thanks Meter 371
Posts: 2,025
Join Date: Jun 2006
Location: Nieuwegein, NL

 
DONATE TO ME
Quote:
Originally Posted by BENETNATH View Post
great job
any idea if it can fit in a510?
root or cwm? I guess I can build CWM for A510 too, but you have TWRP and CWM already don't you (on other forums...)?
Nika Gerson Lohman
__________________


Current Devices:
Samsung Galaxy S+ (I9001)
Acer Liquid Express E320
Acer Liquid Express E330
Acer Iconia Smart S300 (bricked, sdcard-slot broken)
Acer Iconia Tab A511 (bricked, apx mode & screen broken)

Still looking for the Thank You button? Change your style to XDA 2010 (bottom left hand corner)
 
BENETNATH
Old
#14  
Senior Member
Thanks Meter 426
Posts: 955
Join Date: Jan 2011

 
DONATE TO ME
we have root but no working recovery..
Twrp first not allow the swipe to unlock
cwn release from EB launch but only backup works, not restore.
Any help would be appreciated
 
nikagl
Old
(Last edited by nikagl; 1st July 2012 at 11:00 AM.)
#15  
nikagl's Avatar
Senior Member - OP
Thanks Meter 371
Posts: 2,025
Join Date: Jun 2006
Location: Nieuwegein, NL

 
DONATE TO ME
Quote:
Originally Posted by BENETNATH View Post
we have root but no working recovery..
Twrp first not allow the swipe to unlock
cwn release from EB launch but only backup works, not restore.
Any help would be appreciated
Ok... will build it as soon as I can (takes some time to setup the env). I haven't tested restore btw, need to backup some more stuff (with titanium backup) to make sure I don't loose anything

Also, make sure you have a large enough external sdcard when making backups. Remember the internal sdcard is huge and backups can cause the external to be full

One more thing, also good to know, you can always backup using DD commands:
Code:
dd if=mountpoint of=/sdcard/filename.img
And here's a list of the mountpoints in the A510/A511:
Code:
/dev/block/platform/sdhci-tegra.3/by-name/SOS    /dev/block/mmcblk0p1    /recovery
/dev/block/platform/sdhci-tegra.3/by-name/LNX    /dev/block/mmcblk0p2    /boot
/dev/block/platform/sdhci-tegra.3/by-name/APP    /dev/block/mmcblk0p3    /system
/dev/block/platform/sdhci-tegra.3/by-name/CAC    /dev/block/mmcblk0p4    /cache
/dev/block/platform/sdhci-tegra.3/by-name/MSC    /dev/block/mmcblk0p5    /misc
/dev/block/platform/sdhci-tegra.3/by-name/FLX    /dev/block/mmcblk0p6    /system/vendor    /flexrom    /flex
/dev/block/platform/sdhci-tegra.3/by-name/AKB    /dev/block/mmcblk0p7    ?
/dev/block/platform/sdhci-tegra.3/by-name/USP    /dev/block/mmcblk0p8    /aboot    (bootloader.blob)
/dev/block/platform/sdhci-tegra.3/by-name/DE2    /dev/block/mmcblk0p9    ?
/dev/block/platform/sdhci-tegra.3/by-name/UDA    /dev/block/mmcblk0p10    /data
So you can use these commands:
Code:
dd if=/dev/block/platform/sdhci-tegra.3/by-name/SOS of=/mnt/sdcard/recovery.img
dd if=/dev/block/platform/sdhci-tegra.3/by-name/LNX of=/mnt/sdcard/boot.img
dd if=/dev/block/platform/sdhci-tegra.3/by-name/APP of=/mnt/sdcard/system.img
dd if=/dev/block/platform/sdhci-tegra.3/by-name/CAC of=/mnt/sdcard/cache.img
dd if=/dev/block/platform/sdhci-tegra.3/by-name/MSC of=/mnt/sdcard/misc.img
dd if=/dev/block/platform/sdhci-tegra.3/by-name/FLX of=/mnt/sdcard/flexrom.img
dd if=/dev/block/platform/sdhci-tegra.3/by-name/AKB of=/mnt/sdcard/AKB.img
dd if=/dev/block/platform/sdhci-tegra.3/by-name/USP of=/mnt/sdcard/bootloader.img
dd if=/dev/block/platform/sdhci-tegra.3/by-name/DE2 of=/mnt/sdcard/DE2.img
dd if=/dev/block/platform/sdhci-tegra.3/by-name/UDA of=/mnt/sdcard/data.img
Nika Gerson Lohman
__________________


Current Devices:
Samsung Galaxy S+ (I9001)
Acer Liquid Express E320
Acer Liquid Express E330
Acer Iconia Smart S300 (bricked, sdcard-slot broken)
Acer Iconia Tab A511 (bricked, apx mode & screen broken)

Still looking for the Thank You button? Change your style to XDA 2010 (bottom left hand corner)
 
nikagl
Old
#16  
nikagl's Avatar
Senior Member - OP
Thanks Meter 371
Posts: 2,025
Join Date: Jun 2006
Location: Nieuwegein, NL

 
DONATE TO ME
Well... I tried making a backup in my CWM and it says "Error while making a backup image of /data". Not sure yet why... will first make some dd backups, titanium backups, wipe device and will then start testing from scratch...
Nika Gerson Lohman
__________________


Current Devices:
Samsung Galaxy S+ (I9001)
Acer Liquid Express E320
Acer Liquid Express E330
Acer Iconia Smart S300 (bricked, sdcard-slot broken)
Acer Iconia Tab A511 (bricked, apx mode & screen broken)

Still looking for the Thank You button? Change your style to XDA 2010 (bottom left hand corner)
 
nikagl
Old
#17  
nikagl's Avatar
Senior Member - OP
Thanks Meter 371
Posts: 2,025
Join Date: Jun 2006
Location: Nieuwegein, NL

 
DONATE TO ME
Quote:
Originally Posted by BENETNATH View Post
we have root but no working recovery..
Twrp first not allow the swipe to unlock
cwn release from EB launch but only backup works, not restore.
Any help would be appreciated
Sorry for spamming, please provide a boot.img of your device/rom-version so I can use that kernel for building the recovery.
Nika Gerson Lohman
__________________


Current Devices:
Samsung Galaxy S+ (I9001)
Acer Liquid Express E320
Acer Liquid Express E330
Acer Iconia Smart S300 (bricked, sdcard-slot broken)
Acer Iconia Tab A511 (bricked, apx mode & screen broken)

Still looking for the Thank You button? Change your style to XDA 2010 (bottom left hand corner)
 
nikagl
Old
#18  
nikagl's Avatar
Senior Member - OP
Thanks Meter 371
Posts: 2,025
Join Date: Jun 2006
Location: Nieuwegein, NL

 
DONATE TO ME
Touch is now also available, built through the builder of CyanogenMod (turned out I used the wrong recovery, I now used boot.img from the 1.011 ROM). Use the power button to go back one step (up one level in the menu).

See first post
Nika Gerson Lohman
__________________


Current Devices:
Samsung Galaxy S+ (I9001)
Acer Liquid Express E320
Acer Liquid Express E330
Acer Iconia Smart S300 (bricked, sdcard-slot broken)
Acer Iconia Tab A511 (bricked, apx mode & screen broken)

Still looking for the Thank You button? Change your style to XDA 2010 (bottom left hand corner)
 
loerkus
Old
#19  
Junior Member
Thanks Meter 0
Posts: 10
Join Date: May 2010
Location: Potsdam
Default Problem with CWM

Great work. Only problem what I have is that my device is not recognized when entering CWM. In the device manager is just an unknown device. I have installed the drivers from the Acer support. Do I need somehting else, too?
 
mongocliqque
Old
(Last edited by mongocliqque; 1st July 2012 at 01:22 PM.)
#20  
mongocliqque's Avatar
Member
Thanks Meter 1
Posts: 39
Join Date: Feb 2012
Well, my A511 is stuck at "writing recovery".

Bootloader vICS-MR1-89805f0(UnlockMode) :

sending recovery 5268kb ...
OKAY 2,063s
writing recovery ...
FAILED status malformed 0 bytes
finished. total time 503.062s


Well its still booting without problems in unlocked bootloader, but i cant flash. It just stuck there even if i try it again and again.

A511 & NV Fastboot Driver are both recognized by my system, but can it cause an error that i run windows in a VB? Need to enable USB-Debugging to run adb.

I never had problems with my Arc before using fastboot in a VB.

EDIT: Same for the touch-CWM. It just stuck at writing recovery.

adb v1.0.29

THREAD CLOSED
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...